@gofynd/fdk-client-javascript 1.4.14 → 1.4.15-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/sdk/application/ApplicationClient.d.ts +0 -2
- package/sdk/application/ApplicationClient.js +0 -2
- package/sdk/application/Cart/CartApplicationClient.d.ts +53 -60
- package/sdk/application/Cart/CartApplicationClient.js +53 -130
- package/sdk/application/Cart/CartApplicationModel.d.ts +143 -489
- package/sdk/application/Cart/CartApplicationModel.js +159 -380
- package/sdk/application/Cart/CartApplicationValidator.d.ts +19 -38
- package/sdk/application/Cart/CartApplicationValidator.js +18 -34
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +68 -88
- package/sdk/application/Catalog/CatalogApplicationClient.js +94 -114
- package/sdk/application/Catalog/CatalogApplicationModel.d.ts +142 -194
- package/sdk/application/Catalog/CatalogApplicationModel.js +133 -171
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -3
- package/sdk/application/Common/CommonApplicationClient.js +5 -6
- package/sdk/application/Common/CommonApplicationModel.d.ts +9 -9
- package/sdk/application/Common/CommonApplicationModel.js +6 -6
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +27 -34
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +27 -34
- package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +57 -45
- package/sdk/application/Configuration/ConfigurationApplicationModel.js +47 -35
- package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +2 -2
- package/sdk/application/Configuration/ConfigurationApplicationValidator.js +2 -2
- package/sdk/application/Content/ContentApplicationClient.d.ts +33 -23
- package/sdk/application/Content/ContentApplicationClient.js +75 -54
- package/sdk/application/Content/ContentApplicationModel.d.ts +37 -93
- package/sdk/application/Content/ContentApplicationModel.js +32 -83
- package/sdk/application/Content/ContentApplicationValidator.d.ts +17 -23
- package/sdk/application/Content/ContentApplicationValidator.js +10 -15
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -9
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +13 -14
- package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +25 -23
- package/sdk/application/FileStorage/FileStorageApplicationModel.js +18 -16
- package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +6 -6
- package/sdk/application/FileStorage/FileStorageApplicationValidator.js +6 -6
- package/sdk/application/Lead/LeadApplicationClient.d.ts +3 -2
- package/sdk/application/Lead/LeadApplicationClient.js +3 -2
- package/sdk/application/Lead/LeadApplicationModel.d.ts +11 -11
- package/sdk/application/Lead/LeadApplicationModel.js +19 -19
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +16 -39
- package/sdk/application/Logistic/LogisticApplicationClient.js +21 -189
- package/sdk/application/Logistic/LogisticApplicationModel.d.ts +173 -532
- package/sdk/application/Logistic/LogisticApplicationModel.js +139 -409
- package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +9 -54
- package/sdk/application/Logistic/LogisticApplicationValidator.js +8 -42
- package/sdk/application/Order/OrderApplicationClient.d.ts +10 -24
- package/sdk/application/Order/OrderApplicationClient.js +13 -96
- package/sdk/application/Order/OrderApplicationModel.d.ts +120 -436
- package/sdk/application/Order/OrderApplicationModel.js +81 -279
- package/sdk/application/Order/OrderApplicationValidator.d.ts +3 -17
- package/sdk/application/Order/OrderApplicationValidator.js +2 -15
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +99 -96
- package/sdk/application/Payment/PaymentApplicationClient.js +114 -111
- package/sdk/application/Payment/PaymentApplicationModel.d.ts +289 -293
- package/sdk/application/Payment/PaymentApplicationModel.js +241 -243
- package/sdk/application/Payment/PaymentApplicationValidator.d.ts +46 -46
- package/sdk/application/Payment/PaymentApplicationValidator.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +16 -13
- package/sdk/application/Rewards/RewardsApplicationClient.js +22 -19
- package/sdk/application/Rewards/RewardsApplicationModel.d.ts +37 -37
- package/sdk/application/Rewards/RewardsApplicationModel.js +29 -29
- package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +6 -6
- package/sdk/application/Rewards/RewardsApplicationValidator.js +6 -6
- package/sdk/application/Share/ShareApplicationModel.js +1 -1
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
- package/sdk/application/Theme/ThemeApplicationClient.js +6 -8
- package/sdk/application/Theme/ThemeApplicationModel.d.ts +17 -48
- package/sdk/application/Theme/ThemeApplicationModel.js +22 -42
- package/sdk/application/Theme/ThemeApplicationValidator.d.ts +3 -16
- package/sdk/application/Theme/ThemeApplicationValidator.js +2 -9
- package/sdk/application/User/UserApplicationClient.d.ts +10 -10
- package/sdk/application/User/UserApplicationClient.js +10 -10
- package/sdk/application/User/UserApplicationModel.d.ts +17 -17
- package/sdk/application/User/UserApplicationModel.js +16 -16
- package/sdk/application/User/UserApplicationValidator.d.ts +2 -2
- package/sdk/application/User/UserApplicationValidator.js +2 -2
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
- package/sdk/application/Webhook/WebhookApplicationClient.js +4 -4
- package/sdk/application/Webhook/WebhookApplicationModel.d.ts +9 -11
- package/sdk/application/Webhook/WebhookApplicationModel.js +6 -8
- package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +2 -2
- package/sdk/application/Webhook/WebhookApplicationValidator.js +2 -2
- package/sdk/application/index.d.ts +0 -1
- package/sdk/application/index.js +0 -2
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +19 -116
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +14 -121
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
- package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
- package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
- package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
- package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
- package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
- package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
- package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
- package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +85 -767
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +76 -429
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +6 -120
- package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
- package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
- package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
- package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
- package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
- package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
- package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
- package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
- package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
- package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
- package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
- package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
- package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
- package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
- package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
- package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
- package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
- package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
- package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
- package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
- package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
- package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
- package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
- package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
- package/sdk/platform/Cart/CartPlatformApplicationClient.js +112 -407
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -111
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -106
- package/sdk/platform/Cart/CartPlatformModel.d.ts +1304 -4979
- package/sdk/platform/Cart/CartPlatformModel.js +1217 -1922
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -208
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +358 -383
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +126 -122
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +68 -66
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +118 -141
- package/sdk/platform/Catalog/CatalogPlatformClient.js +170 -193
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1751 -1501
- package/sdk/platform/Catalog/CatalogPlatformModel.js +1224 -1393
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +18 -18
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +18 -18
- package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
- package/sdk/platform/Common/CommonPlatformClient.js +2 -3
- package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
- package/sdk/platform/Common/CommonPlatformModel.js +6 -6
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
- package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
- package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
- package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
- package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
- package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
- package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
- package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +124 -283
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +94 -219
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
- package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
- package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -124
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +422 -449
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -179
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -168
- package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
- package/sdk/platform/Content/ContentPlatformClient.js +336 -523
- package/sdk/platform/Content/ContentPlatformModel.d.ts +395 -1241
- package/sdk/platform/Content/ContentPlatformModel.js +390 -521
- package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
- package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
- package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
- package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
- package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
- package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
- package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
- package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +36 -94
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +60 -462
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
- package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +101 -370
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +84 -313
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
- package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
- package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
- package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
- package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
- package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
- package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
- package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
- package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
- package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
- package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
- package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
- package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -15
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -83
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +4 -25
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +3 -16
- package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -178
- package/sdk/platform/Order/OrderPlatformClient.js +245 -597
- package/sdk/platform/Order/OrderPlatformModel.d.ts +3071 -5449
- package/sdk/platform/Order/OrderPlatformModel.js +1656 -3501
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +190 -237
- package/sdk/platform/Order/OrderPlatformValidator.js +105 -153
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
- package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
- package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
- package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +106 -94
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +146 -131
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +93 -64
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +70 -62
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +507 -386
- package/sdk/platform/Payment/PaymentPlatformModel.js +376 -323
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +10 -10
- package/sdk/platform/Payment/PaymentPlatformValidator.js +10 -10
- package/sdk/platform/PlatformClient.d.ts +2 -0
- package/sdk/platform/PlatformClient.js +4 -0
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
- package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
- package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +35 -45
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -117
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +13 -22
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +12 -24
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +64 -58
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +341 -602
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +284 -483
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +8 -8
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +8 -8
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
- package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +5 -36
- package/sdk/platform/Share/SharePlatformModel.js +4 -27
- package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
- package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
- package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
- package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
- package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
- package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
- package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
- package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
- package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
- package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
- package/sdk/platform/User/UserPlatformModel.js +23 -23
- package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
- package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
- package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
- package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
- package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
- package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
- package/sdk/platform/index.d.ts +1 -0
- package/sdk/platform/index.js +2 -0
- package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
- package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
- package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
- package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
- package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
- package/sdk/public/Content/ContentPublicClient.js +5 -791
- package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
- package/sdk/public/Content/ContentPublicModel.js +3 -649
- package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
- package/sdk/public/Content/ContentPublicValidator.js +2 -88
- package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
- package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
- package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
- package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
- package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
- package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
- package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -36
- package/sdk/application/Finance/FinanceApplicationClient.js +0 -202
- package/sdk/application/Finance/FinanceApplicationModel.d.ts +0 -289
- package/sdk/application/Finance/FinanceApplicationModel.js +0 -208
- package/sdk/application/Finance/FinanceApplicationValidator.d.ts +0 -25
- package/sdk/application/Finance/FinanceApplicationValidator.js +0 -31
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
export = ConfigurationPlatformModel;
|
|
2
|
-
/**
|
|
3
|
-
* @typedef CurrencyExchangeResponseV2
|
|
4
|
-
* @property {string} base - The 3-letter ISO 4217 code representing the base currency.
|
|
5
|
-
* @property {string} base_currency_name - The name of the base currency.
|
|
6
|
-
* @property {number} ttl_seconds - Time in seconds for which the exchange rates
|
|
7
|
-
* are valid.
|
|
8
|
-
* @property {CurrencyExchangeItem[]} items - List of exchange rates and currency details.
|
|
9
|
-
* @property {number} total - Total number of currency exchange items.
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* @typedef CurrencyExchangeItem
|
|
13
|
-
* @property {string} currency_code - 3-letter ISO 4217 exchange currency code.
|
|
14
|
-
* @property {string} name - Name of the exchange currency
|
|
15
|
-
* @property {number} rate - Exchange rate of the currency with respect to the
|
|
16
|
-
* base currency.
|
|
17
|
-
* @property {string} country_code - ISO 3166 country code.
|
|
18
|
-
* @property {string} country_name - Name of the country using this currency.
|
|
19
|
-
* @property {string} subunit - The name of the subunit for the currency.
|
|
20
|
-
* @property {number} decimal_digits - Number of decimal digits the currency supports.
|
|
21
|
-
* @property {string} symbol - The symbol of the currency.
|
|
22
|
-
*/
|
|
23
2
|
/**
|
|
24
3
|
* @typedef ApplicationInventory
|
|
25
|
-
* @property {SearchConfig} [search]
|
|
26
4
|
* @property {AppInventoryConfig} [inventory]
|
|
27
5
|
* @property {AuthenticationConfig} [authentication]
|
|
28
6
|
* @property {ArticleAssignmentConfig} [article_assignment]
|
|
@@ -55,22 +33,6 @@ export = ConfigurationPlatformModel;
|
|
|
55
33
|
* @typedef PiiMasking
|
|
56
34
|
* @property {boolean} [enabled]
|
|
57
35
|
*/
|
|
58
|
-
/**
|
|
59
|
-
* @typedef FstIdentification
|
|
60
|
-
* @property {boolean} [enabled] - Indicates whether FST identification is
|
|
61
|
-
* enabled for the application.
|
|
62
|
-
*/
|
|
63
|
-
/**
|
|
64
|
-
* @typedef QuerySuggestions
|
|
65
|
-
* @property {boolean} [enabled] - Indicates whether query suggestions are enabled.
|
|
66
|
-
* @property {number} [max_limit] - Specifies the maximum number of query
|
|
67
|
-
* suggestions that can be returned.
|
|
68
|
-
*/
|
|
69
|
-
/**
|
|
70
|
-
* @typedef SearchConfig
|
|
71
|
-
* @property {FstIdentification} [fst_identification]
|
|
72
|
-
* @property {QuerySuggestions} [query_suggestions]
|
|
73
|
-
*/
|
|
74
36
|
/**
|
|
75
37
|
* @typedef AppInventoryConfig
|
|
76
38
|
* @property {InventoryBrand} [brand]
|
|
@@ -257,7 +219,6 @@ export = ConfigurationPlatformModel;
|
|
|
257
219
|
*/
|
|
258
220
|
/**
|
|
259
221
|
* @typedef AppInventoryPartialUpdate
|
|
260
|
-
* @property {SearchConfig} [search]
|
|
261
222
|
* @property {RewardPointsConfig} [reward_points]
|
|
262
223
|
* @property {AppCartConfig} [cart]
|
|
263
224
|
* @property {AppPaymentConfig} [payment]
|
|
@@ -272,24 +233,24 @@ export = ConfigurationPlatformModel;
|
|
|
272
233
|
* @property {number} [company_id] - Numeric ID allotted to a business account
|
|
273
234
|
*/
|
|
274
235
|
/**
|
|
275
|
-
* @typedef
|
|
236
|
+
* @typedef CompanyByBrandsRequest
|
|
276
237
|
* @property {number} brands - Brand UID
|
|
277
238
|
* @property {string} [search_text] - A search field for finding a company by its name
|
|
278
239
|
*/
|
|
279
240
|
/**
|
|
280
|
-
* @typedef
|
|
241
|
+
* @typedef CompanyByBrandsResponse
|
|
281
242
|
* @property {BrandCompanyInfo[]} [items]
|
|
282
243
|
* @property {Page} [page]
|
|
283
244
|
*/
|
|
284
245
|
/**
|
|
285
|
-
* @typedef
|
|
246
|
+
* @typedef StoreByBrandsRequest
|
|
286
247
|
* @property {number} [company_id] - Current company ID for current company
|
|
287
248
|
* stores only. Don't send in case cross-selling (franchise) is enabled.
|
|
288
249
|
* @property {number} brands - Brand UID
|
|
289
250
|
* @property {string} [search_text] - Search store by its name or store code
|
|
290
251
|
*/
|
|
291
252
|
/**
|
|
292
|
-
* @typedef
|
|
253
|
+
* @typedef StoreByBrandsResponse
|
|
293
254
|
* @property {BrandStoreInfo[]} [items]
|
|
294
255
|
* @property {Page} [page]
|
|
295
256
|
*/
|
|
@@ -314,11 +275,11 @@ export = ConfigurationPlatformModel;
|
|
|
314
275
|
* portrait banner
|
|
315
276
|
*/
|
|
316
277
|
/**
|
|
317
|
-
* @typedef
|
|
278
|
+
* @typedef BrandsByCompanyResponse
|
|
318
279
|
* @property {CompanyBrandInfo[]} [brands]
|
|
319
280
|
*/
|
|
320
281
|
/**
|
|
321
|
-
* @typedef
|
|
282
|
+
* @typedef ValidationFailedResponse
|
|
322
283
|
* @property {string} [message] - Response message for failed validation
|
|
323
284
|
*/
|
|
324
285
|
/**
|
|
@@ -345,18 +306,18 @@ export = ConfigurationPlatformModel;
|
|
|
345
306
|
* amount pan card number is expected from customer for order
|
|
346
307
|
*/
|
|
347
308
|
/**
|
|
348
|
-
* @typedef
|
|
309
|
+
* @typedef CreateApplicationRequest
|
|
349
310
|
* @property {App} [app]
|
|
350
311
|
* @property {ApplicationInventory} [configuration]
|
|
351
312
|
* @property {AppDomain} [domain]
|
|
352
313
|
*/
|
|
353
314
|
/**
|
|
354
|
-
* @typedef
|
|
315
|
+
* @typedef CreateAppResponse
|
|
355
316
|
* @property {Application} [app]
|
|
356
317
|
* @property {ApplicationInventory} [configuration]
|
|
357
318
|
*/
|
|
358
319
|
/**
|
|
359
|
-
* @typedef
|
|
320
|
+
* @typedef ApplicationsResponse
|
|
360
321
|
* @property {Application[]} [items]
|
|
361
322
|
* @property {Page} [page]
|
|
362
323
|
*/
|
|
@@ -390,7 +351,7 @@ export = ConfigurationPlatformModel;
|
|
|
390
351
|
* @property {string} [secure_url] - URL where the splash image is hosted
|
|
391
352
|
*/
|
|
392
353
|
/**
|
|
393
|
-
* @typedef
|
|
354
|
+
* @typedef MobileAppConfigRequest
|
|
394
355
|
* @property {string} [app_name] - Name of the mobile app
|
|
395
356
|
* @property {LandingImage} [landing_image]
|
|
396
357
|
* @property {SplashImage} [splash_image]
|
|
@@ -456,7 +417,7 @@ export = ConfigurationPlatformModel;
|
|
|
456
417
|
* @property {string[]} [txt_records]
|
|
457
418
|
*/
|
|
458
419
|
/**
|
|
459
|
-
* @typedef
|
|
420
|
+
* @typedef DomainAddRequest
|
|
460
421
|
* @property {DomainAdd} [domain]
|
|
461
422
|
*/
|
|
462
423
|
/**
|
|
@@ -473,7 +434,7 @@ export = ConfigurationPlatformModel;
|
|
|
473
434
|
* @property {string} [message]
|
|
474
435
|
*/
|
|
475
436
|
/**
|
|
476
|
-
* @typedef
|
|
437
|
+
* @typedef DomainsResponse
|
|
477
438
|
* @property {Domain[]} [domains]
|
|
478
439
|
*/
|
|
479
440
|
/**
|
|
@@ -489,13 +450,13 @@ export = ConfigurationPlatformModel;
|
|
|
489
450
|
* domain (short URL e.g. bit.ly)
|
|
490
451
|
*/
|
|
491
452
|
/**
|
|
492
|
-
* @typedef
|
|
453
|
+
* @typedef UpdateDomainTypeRequest
|
|
493
454
|
* @property {UpdateDomain} [domain]
|
|
494
455
|
* @property {string} [action] - Shows domain is made primary domain for the
|
|
495
456
|
* sales channel or shorlink is created for the sales channel domain
|
|
496
457
|
*/
|
|
497
458
|
/**
|
|
498
|
-
* @typedef
|
|
459
|
+
* @typedef DomainStatusRequest
|
|
499
460
|
* @property {string} [domain_url] - URL of the domain, e.g. uniket.hostx0.de
|
|
500
461
|
*/
|
|
501
462
|
/**
|
|
@@ -505,16 +466,15 @@ export = ConfigurationPlatformModel;
|
|
|
505
466
|
* domain are correctly propagating via DNS servers
|
|
506
467
|
*/
|
|
507
468
|
/**
|
|
508
|
-
* @typedef
|
|
469
|
+
* @typedef DomainStatusResponse
|
|
509
470
|
* @property {boolean} [connected] - Check if domain is live and mapped to
|
|
510
471
|
* appropriate IP of Fynd Servers
|
|
511
472
|
* @property {DomainStatus[]} [status]
|
|
512
473
|
*/
|
|
513
474
|
/**
|
|
514
|
-
* @typedef
|
|
475
|
+
* @typedef DomainSuggestionsRequest
|
|
515
476
|
* @property {string} [domain_url] - Domain url
|
|
516
|
-
* @property {boolean} [
|
|
517
|
-
* Fynd domains
|
|
477
|
+
* @property {boolean} [custom] - Get suggestions for custom domains or Fynd domains
|
|
518
478
|
*/
|
|
519
479
|
/**
|
|
520
480
|
* @typedef DomainSuggestion
|
|
@@ -527,11 +487,11 @@ export = ConfigurationPlatformModel;
|
|
|
527
487
|
* @property {string} [currency] - Custom domain currency. Not present for Fynd domains.
|
|
528
488
|
*/
|
|
529
489
|
/**
|
|
530
|
-
* @typedef
|
|
490
|
+
* @typedef DomainSuggestionsResponse
|
|
531
491
|
* @property {DomainSuggestion[]} [domains] - Domain URL
|
|
532
492
|
*/
|
|
533
493
|
/**
|
|
534
|
-
* @typedef
|
|
494
|
+
* @typedef SuccessMessageResponse
|
|
535
495
|
* @property {boolean} [success] - Shows whether domain was deleted successfully
|
|
536
496
|
* @property {string} [message] - Success message shown to the user (in a string format)
|
|
537
497
|
*/
|
|
@@ -550,7 +510,7 @@ export = ConfigurationPlatformModel;
|
|
|
550
510
|
* @property {string} [name] - Domain URL of current sales channel, e.g. zenz.com
|
|
551
511
|
*/
|
|
552
512
|
/**
|
|
553
|
-
* @typedef
|
|
513
|
+
* @typedef CompaniesResponse
|
|
554
514
|
* @property {AppInventoryCompanies[]} [items]
|
|
555
515
|
* @property {Page} [page]
|
|
556
516
|
*/
|
|
@@ -562,7 +522,7 @@ export = ConfigurationPlatformModel;
|
|
|
562
522
|
* franchisee, distributor, etc.
|
|
563
523
|
*/
|
|
564
524
|
/**
|
|
565
|
-
* @typedef
|
|
525
|
+
* @typedef StoresResponse
|
|
566
526
|
* @property {AppInventoryStores[]} [items]
|
|
567
527
|
* @property {Page} [page]
|
|
568
528
|
*/
|
|
@@ -587,7 +547,7 @@ export = ConfigurationPlatformModel;
|
|
|
587
547
|
* @property {Object} [integration_type]
|
|
588
548
|
*/
|
|
589
549
|
/**
|
|
590
|
-
* @typedef
|
|
550
|
+
* @typedef FilterOrderingStoreRequest
|
|
591
551
|
* @property {boolean} [all_stores] - Allow all stores from the ordering stores
|
|
592
552
|
* @property {number[]} [deployed_stores]
|
|
593
553
|
* @property {string} [q] - Store code or name of the ordering store
|
|
@@ -611,7 +571,7 @@ export = ConfigurationPlatformModel;
|
|
|
611
571
|
* @property {DeploymentMeta} [deployment_meta]
|
|
612
572
|
*/
|
|
613
573
|
/**
|
|
614
|
-
* @typedef
|
|
574
|
+
* @typedef OrderingStoreSelectRequest
|
|
615
575
|
* @property {OrderingStoreSelect} ordering_store
|
|
616
576
|
*/
|
|
617
577
|
/**
|
|
@@ -640,7 +600,7 @@ export = ConfigurationPlatformModel;
|
|
|
640
600
|
* @property {Page} [page]
|
|
641
601
|
*/
|
|
642
602
|
/**
|
|
643
|
-
* @typedef
|
|
603
|
+
* @typedef OptedApplicationResponse
|
|
644
604
|
* @property {string} [name] - Name of the other seller's sales channel
|
|
645
605
|
* @property {string} [description] - Basic details about the other seller's sales channel
|
|
646
606
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
@@ -691,7 +651,7 @@ export = ConfigurationPlatformModel;
|
|
|
691
651
|
* of other seller's application
|
|
692
652
|
*/
|
|
693
653
|
/**
|
|
694
|
-
* @typedef
|
|
654
|
+
* @typedef TokenResponse
|
|
695
655
|
* @property {Tokens} [tokens]
|
|
696
656
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
697
657
|
* of the token
|
|
@@ -990,11 +950,11 @@ export = ConfigurationPlatformModel;
|
|
|
990
950
|
* value is false.
|
|
991
951
|
*/
|
|
992
952
|
/**
|
|
993
|
-
* @typedef
|
|
953
|
+
* @typedef AppFeatureRequest
|
|
994
954
|
* @property {AppFeature} [feature]
|
|
995
955
|
*/
|
|
996
956
|
/**
|
|
997
|
-
* @typedef
|
|
957
|
+
* @typedef AppFeatureResponse
|
|
998
958
|
* @property {AppFeature} [feature]
|
|
999
959
|
*/
|
|
1000
960
|
/**
|
|
@@ -1143,7 +1103,7 @@ export = ConfigurationPlatformModel;
|
|
|
1143
1103
|
* @property {string} [created_at] - ISO 8601 timestamp of when token created
|
|
1144
1104
|
*/
|
|
1145
1105
|
/**
|
|
1146
|
-
* @typedef
|
|
1106
|
+
* @typedef InvalidPayloadRequest
|
|
1147
1107
|
* @property {string} [message] - Error message when request body payload is improper
|
|
1148
1108
|
* @property {boolean} [success] - Flag for required not successfull.
|
|
1149
1109
|
*/
|
|
@@ -1309,11 +1269,11 @@ export = ConfigurationPlatformModel;
|
|
|
1309
1269
|
* @property {number} [company_id]
|
|
1310
1270
|
*/
|
|
1311
1271
|
/**
|
|
1312
|
-
* @typedef
|
|
1272
|
+
* @typedef CurrenciesResponse
|
|
1313
1273
|
* @property {Currency[]} [items]
|
|
1314
1274
|
*/
|
|
1315
1275
|
/**
|
|
1316
|
-
* @typedef
|
|
1276
|
+
* @typedef AppCurrencyResponse
|
|
1317
1277
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
1318
1278
|
* of the currency configuration supported by the application
|
|
1319
1279
|
* @property {string} [application] - Alphanumeric ID allotted to an application
|
|
@@ -1374,90 +1334,18 @@ export = ConfigurationPlatformModel;
|
|
|
1374
1334
|
* value is zero.
|
|
1375
1335
|
*/
|
|
1376
1336
|
/**
|
|
1377
|
-
* @typedef
|
|
1337
|
+
* @typedef OrderingStoresResponse
|
|
1378
1338
|
* @property {Page} [page]
|
|
1379
1339
|
* @property {OrderingStore[]} [items]
|
|
1380
1340
|
*/
|
|
1381
|
-
/**
|
|
1382
|
-
* @typedef ValidationErrors
|
|
1383
|
-
* @property {ValidationError[]} errors
|
|
1384
|
-
*/
|
|
1385
|
-
/**
|
|
1386
|
-
* @typedef ValidationError
|
|
1387
|
-
* @property {string} message - A brief description of the error encountered.
|
|
1388
|
-
* @property {string} field - The field in the request that caused the error.
|
|
1389
|
-
*/
|
|
1390
1341
|
declare class ConfigurationPlatformModel {
|
|
1391
1342
|
}
|
|
1392
1343
|
declare namespace ConfigurationPlatformModel {
|
|
1393
|
-
export {
|
|
1344
|
+
export { ApplicationInventory, PiiMasking, AppInventoryConfig, InventoryBrand, InventoryStore, AppStoreRules, InventoryCategory, InventoryPrice, InventoryDiscount, AuthenticationConfig, ArticleAssignmentConfig, ArticleAssignmentRules, StorePriority, AppCartConfig, InternationalDeliveryCharges, DeliveryCharges, Charges, AppPaymentConfig, CallbackUrl, Methods, PaymentModeConfig, PaymentSelectionLock, AppOrderConfig, AppLogisticsConfig, LoyaltyPointsConfig, AppInventoryPartialUpdate, BrandCompanyInfo, CompanyByBrandsRequest, CompanyByBrandsResponse, StoreByBrandsRequest, StoreByBrandsResponse, BrandStoreInfo, CompanyBrandInfo, BrandsByCompanyResponse, ValidationFailedResponse, NotFound, CommunicationConfig, CommsConfig, PanCardConfig, CreateApplicationRequest, CreateAppResponse, ApplicationsResponse, MobileAppConfiguration, LandingImage, SplashImage, MobileAppConfigRequest, BuildVersionHistory, BuildVersion, AppSupportedCurrency, DefaultCurrency, DomainAdd, DomainAddRequest, Domain, DomainsResponse, UpdateDomain, UpdateDomainTypeRequest, DomainStatusRequest, DomainStatus, DomainStatusResponse, DomainSuggestionsRequest, DomainSuggestion, DomainSuggestionsResponse, SuccessMessageResponse, App, AppDomain, CompaniesResponse, AppInventoryCompanies, StoresResponse, AppInventoryStores, FilterOrderingStoreRequest, DeploymentMeta, OrderingStoreConfig, OrderingStoreSelectRequest, OrderingStoreSelect, OtherSellerCompany, OtherSellerApplication, OtherSellerApplications, OptedApplicationResponse, OptedCompany, OptedInventory, OptType, OptedStore, OptOutInventory, TokenResponse, Tokens, Firebase, Credentials, Ios, Android, Moengage, MoengageCredentials, Segment, SegmentCredentials, Gtm, GtmCredentials, Freshchat, FreshchatCredentials, Safetynet, SafetynetCredentials, FyndRewards, FyndRewardsCredentials, GoogleMap, GoogleMapCredentials, RewardPointsConfig, Credit, Debit, ProductDetailFeature, LaunchPage, LandingPageFeature, ListingPageFeature, RegistrationPageFeature, AppFeature, HomePageFeature, CommonFeature, InternationalShipping, CommunicationOptinDialogFeature, DeploymentStoreSelectionFeature, ListingPriceFeature, CurrencyFeature, RevenueEngineFeature, FeedbackFeature, CompareProductsFeature, CartFeature, QrFeature, PcrFeature, OrderFeature, AppFeatureRequest, AppFeatureResponse, Currency, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, ApplicationMeta, SecureUrl, Application, ApplicationById, TokenSchemaID, TokenSchema, InvalidPayloadRequest, Page, ApplicationInformation, InformationAddress, InformationPhone, InformationLoc, InformationSupport, InformationSupportPhone, InformationSupportEmail, SocialLinks, FacebookLink, InstagramLink, TwitterLink, PinterestLink, GooglePlusLink, YoutubeLink, LinkedInLink, VimeoLink, BlogLink, Links, BusinessHighlights, ApplicationDetail, CurrenciesResponse, AppCurrencyResponse, StoreLatLong, OptedStoreAddress, OrderingStore, OrderingStores, OrderingStoresResponse };
|
|
1394
1345
|
}
|
|
1395
|
-
/** @returns {CurrencyExchangeResponseV2} */
|
|
1396
|
-
declare function CurrencyExchangeResponseV2(): CurrencyExchangeResponseV2;
|
|
1397
|
-
type CurrencyExchangeResponseV2 = {
|
|
1398
|
-
/**
|
|
1399
|
-
* - The 3-letter ISO 4217 code representing the base currency.
|
|
1400
|
-
*/
|
|
1401
|
-
base: string;
|
|
1402
|
-
/**
|
|
1403
|
-
* - The name of the base currency.
|
|
1404
|
-
*/
|
|
1405
|
-
base_currency_name: string;
|
|
1406
|
-
/**
|
|
1407
|
-
* - Time in seconds for which the exchange rates
|
|
1408
|
-
* are valid.
|
|
1409
|
-
*/
|
|
1410
|
-
ttl_seconds: number;
|
|
1411
|
-
/**
|
|
1412
|
-
* - List of exchange rates and currency details.
|
|
1413
|
-
*/
|
|
1414
|
-
items: CurrencyExchangeItem[];
|
|
1415
|
-
/**
|
|
1416
|
-
* - Total number of currency exchange items.
|
|
1417
|
-
*/
|
|
1418
|
-
total: number;
|
|
1419
|
-
};
|
|
1420
|
-
/** @returns {CurrencyExchangeItem} */
|
|
1421
|
-
declare function CurrencyExchangeItem(): CurrencyExchangeItem;
|
|
1422
|
-
type CurrencyExchangeItem = {
|
|
1423
|
-
/**
|
|
1424
|
-
* - 3-letter ISO 4217 exchange currency code.
|
|
1425
|
-
*/
|
|
1426
|
-
currency_code: string;
|
|
1427
|
-
/**
|
|
1428
|
-
* - Name of the exchange currency
|
|
1429
|
-
*/
|
|
1430
|
-
name: string;
|
|
1431
|
-
/**
|
|
1432
|
-
* - Exchange rate of the currency with respect to the
|
|
1433
|
-
* base currency.
|
|
1434
|
-
*/
|
|
1435
|
-
rate: number;
|
|
1436
|
-
/**
|
|
1437
|
-
* - ISO 3166 country code.
|
|
1438
|
-
*/
|
|
1439
|
-
country_code: string;
|
|
1440
|
-
/**
|
|
1441
|
-
* - Name of the country using this currency.
|
|
1442
|
-
*/
|
|
1443
|
-
country_name: string;
|
|
1444
|
-
/**
|
|
1445
|
-
* - The name of the subunit for the currency.
|
|
1446
|
-
*/
|
|
1447
|
-
subunit: string;
|
|
1448
|
-
/**
|
|
1449
|
-
* - Number of decimal digits the currency supports.
|
|
1450
|
-
*/
|
|
1451
|
-
decimal_digits: number;
|
|
1452
|
-
/**
|
|
1453
|
-
* - The symbol of the currency.
|
|
1454
|
-
*/
|
|
1455
|
-
symbol: string;
|
|
1456
|
-
};
|
|
1457
1346
|
/** @returns {ApplicationInventory} */
|
|
1458
1347
|
declare function ApplicationInventory(): ApplicationInventory;
|
|
1459
1348
|
type ApplicationInventory = {
|
|
1460
|
-
search?: SearchConfig;
|
|
1461
1349
|
inventory?: AppInventoryConfig;
|
|
1462
1350
|
authentication?: AuthenticationConfig;
|
|
1463
1351
|
article_assignment?: ArticleAssignmentConfig;
|
|
@@ -1512,34 +1400,6 @@ declare function PiiMasking(): PiiMasking;
|
|
|
1512
1400
|
type PiiMasking = {
|
|
1513
1401
|
enabled?: boolean;
|
|
1514
1402
|
};
|
|
1515
|
-
/** @returns {FstIdentification} */
|
|
1516
|
-
declare function FstIdentification(): FstIdentification;
|
|
1517
|
-
type FstIdentification = {
|
|
1518
|
-
/**
|
|
1519
|
-
* - Indicates whether FST identification is
|
|
1520
|
-
* enabled for the application.
|
|
1521
|
-
*/
|
|
1522
|
-
enabled?: boolean;
|
|
1523
|
-
};
|
|
1524
|
-
/** @returns {QuerySuggestions} */
|
|
1525
|
-
declare function QuerySuggestions(): QuerySuggestions;
|
|
1526
|
-
type QuerySuggestions = {
|
|
1527
|
-
/**
|
|
1528
|
-
* - Indicates whether query suggestions are enabled.
|
|
1529
|
-
*/
|
|
1530
|
-
enabled?: boolean;
|
|
1531
|
-
/**
|
|
1532
|
-
* - Specifies the maximum number of query
|
|
1533
|
-
* suggestions that can be returned.
|
|
1534
|
-
*/
|
|
1535
|
-
max_limit?: number;
|
|
1536
|
-
};
|
|
1537
|
-
/** @returns {SearchConfig} */
|
|
1538
|
-
declare function SearchConfig(): SearchConfig;
|
|
1539
|
-
type SearchConfig = {
|
|
1540
|
-
fst_identification?: FstIdentification;
|
|
1541
|
-
query_suggestions?: QuerySuggestions;
|
|
1542
|
-
};
|
|
1543
1403
|
/** @returns {AppInventoryConfig} */
|
|
1544
1404
|
declare function AppInventoryConfig(): AppInventoryConfig;
|
|
1545
1405
|
type AppInventoryConfig = {
|
|
@@ -1897,7 +1757,6 @@ type LoyaltyPointsConfig = {
|
|
|
1897
1757
|
/** @returns {AppInventoryPartialUpdate} */
|
|
1898
1758
|
declare function AppInventoryPartialUpdate(): AppInventoryPartialUpdate;
|
|
1899
1759
|
type AppInventoryPartialUpdate = {
|
|
1900
|
-
search?: SearchConfig;
|
|
1901
1760
|
reward_points?: RewardPointsConfig;
|
|
1902
1761
|
cart?: AppCartConfig;
|
|
1903
1762
|
payment?: AppPaymentConfig;
|
|
@@ -1921,9 +1780,9 @@ type BrandCompanyInfo = {
|
|
|
1921
1780
|
*/
|
|
1922
1781
|
company_id?: number;
|
|
1923
1782
|
};
|
|
1924
|
-
/** @returns {
|
|
1925
|
-
declare function
|
|
1926
|
-
type
|
|
1783
|
+
/** @returns {CompanyByBrandsRequest} */
|
|
1784
|
+
declare function CompanyByBrandsRequest(): CompanyByBrandsRequest;
|
|
1785
|
+
type CompanyByBrandsRequest = {
|
|
1927
1786
|
/**
|
|
1928
1787
|
* - Brand UID
|
|
1929
1788
|
*/
|
|
@@ -1933,15 +1792,15 @@ type CompanyByBrandsRequestSchema = {
|
|
|
1933
1792
|
*/
|
|
1934
1793
|
search_text?: string;
|
|
1935
1794
|
};
|
|
1936
|
-
/** @returns {
|
|
1937
|
-
declare function
|
|
1938
|
-
type
|
|
1795
|
+
/** @returns {CompanyByBrandsResponse} */
|
|
1796
|
+
declare function CompanyByBrandsResponse(): CompanyByBrandsResponse;
|
|
1797
|
+
type CompanyByBrandsResponse = {
|
|
1939
1798
|
items?: BrandCompanyInfo[];
|
|
1940
1799
|
page?: Page;
|
|
1941
1800
|
};
|
|
1942
|
-
/** @returns {
|
|
1943
|
-
declare function
|
|
1944
|
-
type
|
|
1801
|
+
/** @returns {StoreByBrandsRequest} */
|
|
1802
|
+
declare function StoreByBrandsRequest(): StoreByBrandsRequest;
|
|
1803
|
+
type StoreByBrandsRequest = {
|
|
1945
1804
|
/**
|
|
1946
1805
|
* - Current company ID for current company
|
|
1947
1806
|
* stores only. Don't send in case cross-selling (franchise) is enabled.
|
|
@@ -1956,9 +1815,9 @@ type StoreByBrandsRequestSchema = {
|
|
|
1956
1815
|
*/
|
|
1957
1816
|
search_text?: string;
|
|
1958
1817
|
};
|
|
1959
|
-
/** @returns {
|
|
1960
|
-
declare function
|
|
1961
|
-
type
|
|
1818
|
+
/** @returns {StoreByBrandsResponse} */
|
|
1819
|
+
declare function StoreByBrandsResponse(): StoreByBrandsResponse;
|
|
1820
|
+
type StoreByBrandsResponse = {
|
|
1962
1821
|
items?: BrandStoreInfo[];
|
|
1963
1822
|
page?: Page;
|
|
1964
1823
|
};
|
|
@@ -2011,14 +1870,14 @@ type CompanyBrandInfo = {
|
|
|
2011
1870
|
*/
|
|
2012
1871
|
brand_banner_portrait_url?: string;
|
|
2013
1872
|
};
|
|
2014
|
-
/** @returns {
|
|
2015
|
-
declare function
|
|
2016
|
-
type
|
|
1873
|
+
/** @returns {BrandsByCompanyResponse} */
|
|
1874
|
+
declare function BrandsByCompanyResponse(): BrandsByCompanyResponse;
|
|
1875
|
+
type BrandsByCompanyResponse = {
|
|
2017
1876
|
brands?: CompanyBrandInfo[];
|
|
2018
1877
|
};
|
|
2019
|
-
/** @returns {
|
|
2020
|
-
declare function
|
|
2021
|
-
type
|
|
1878
|
+
/** @returns {ValidationFailedResponse} */
|
|
1879
|
+
declare function ValidationFailedResponse(): ValidationFailedResponse;
|
|
1880
|
+
type ValidationFailedResponse = {
|
|
2022
1881
|
/**
|
|
2023
1882
|
* - Response message for failed validation
|
|
2024
1883
|
*/
|
|
@@ -2069,22 +1928,22 @@ type PanCardConfig = {
|
|
|
2069
1928
|
*/
|
|
2070
1929
|
online_threshold_amount?: number;
|
|
2071
1930
|
};
|
|
2072
|
-
/** @returns {
|
|
2073
|
-
declare function
|
|
2074
|
-
type
|
|
1931
|
+
/** @returns {CreateApplicationRequest} */
|
|
1932
|
+
declare function CreateApplicationRequest(): CreateApplicationRequest;
|
|
1933
|
+
type CreateApplicationRequest = {
|
|
2075
1934
|
app?: App;
|
|
2076
1935
|
configuration?: ApplicationInventory;
|
|
2077
1936
|
domain?: AppDomain;
|
|
2078
1937
|
};
|
|
2079
|
-
/** @returns {
|
|
2080
|
-
declare function
|
|
2081
|
-
type
|
|
1938
|
+
/** @returns {CreateAppResponse} */
|
|
1939
|
+
declare function CreateAppResponse(): CreateAppResponse;
|
|
1940
|
+
type CreateAppResponse = {
|
|
2082
1941
|
app?: Application;
|
|
2083
1942
|
configuration?: ApplicationInventory;
|
|
2084
1943
|
};
|
|
2085
|
-
/** @returns {
|
|
2086
|
-
declare function
|
|
2087
|
-
type
|
|
1944
|
+
/** @returns {ApplicationsResponse} */
|
|
1945
|
+
declare function ApplicationsResponse(): ApplicationsResponse;
|
|
1946
|
+
type ApplicationsResponse = {
|
|
2088
1947
|
items?: Application[];
|
|
2089
1948
|
page?: Page;
|
|
2090
1949
|
};
|
|
@@ -2159,9 +2018,9 @@ type SplashImage = {
|
|
|
2159
2018
|
*/
|
|
2160
2019
|
secure_url?: string;
|
|
2161
2020
|
};
|
|
2162
|
-
/** @returns {
|
|
2163
|
-
declare function
|
|
2164
|
-
type
|
|
2021
|
+
/** @returns {MobileAppConfigRequest} */
|
|
2022
|
+
declare function MobileAppConfigRequest(): MobileAppConfigRequest;
|
|
2023
|
+
type MobileAppConfigRequest = {
|
|
2165
2024
|
/**
|
|
2166
2025
|
* - Name of the mobile app
|
|
2167
2026
|
*/
|
|
@@ -2303,9 +2162,9 @@ type DomainAdd = {
|
|
|
2303
2162
|
message?: string;
|
|
2304
2163
|
txt_records?: string[];
|
|
2305
2164
|
};
|
|
2306
|
-
/** @returns {
|
|
2307
|
-
declare function
|
|
2308
|
-
type
|
|
2165
|
+
/** @returns {DomainAddRequest} */
|
|
2166
|
+
declare function DomainAddRequest(): DomainAddRequest;
|
|
2167
|
+
type DomainAddRequest = {
|
|
2309
2168
|
domain?: DomainAdd;
|
|
2310
2169
|
};
|
|
2311
2170
|
/** @returns {Domain} */
|
|
@@ -2340,9 +2199,9 @@ type Domain = {
|
|
|
2340
2199
|
is_predefined?: boolean;
|
|
2341
2200
|
message?: string;
|
|
2342
2201
|
};
|
|
2343
|
-
/** @returns {
|
|
2344
|
-
declare function
|
|
2345
|
-
type
|
|
2202
|
+
/** @returns {DomainsResponse} */
|
|
2203
|
+
declare function DomainsResponse(): DomainsResponse;
|
|
2204
|
+
type DomainsResponse = {
|
|
2346
2205
|
domains?: Domain[];
|
|
2347
2206
|
};
|
|
2348
2207
|
/** @returns {UpdateDomain} */
|
|
@@ -2373,9 +2232,9 @@ type UpdateDomain = {
|
|
|
2373
2232
|
*/
|
|
2374
2233
|
is_shortlink?: boolean;
|
|
2375
2234
|
};
|
|
2376
|
-
/** @returns {
|
|
2377
|
-
declare function
|
|
2378
|
-
type
|
|
2235
|
+
/** @returns {UpdateDomainTypeRequest} */
|
|
2236
|
+
declare function UpdateDomainTypeRequest(): UpdateDomainTypeRequest;
|
|
2237
|
+
type UpdateDomainTypeRequest = {
|
|
2379
2238
|
domain?: UpdateDomain;
|
|
2380
2239
|
/**
|
|
2381
2240
|
* - Shows domain is made primary domain for the
|
|
@@ -2383,9 +2242,9 @@ type UpdateDomainTypeRequestSchema = {
|
|
|
2383
2242
|
*/
|
|
2384
2243
|
action?: string;
|
|
2385
2244
|
};
|
|
2386
|
-
/** @returns {
|
|
2387
|
-
declare function
|
|
2388
|
-
type
|
|
2245
|
+
/** @returns {DomainStatusRequest} */
|
|
2246
|
+
declare function DomainStatusRequest(): DomainStatusRequest;
|
|
2247
|
+
type DomainStatusRequest = {
|
|
2389
2248
|
/**
|
|
2390
2249
|
* - URL of the domain, e.g. uniket.hostx0.de
|
|
2391
2250
|
*/
|
|
@@ -2404,9 +2263,9 @@ type DomainStatus = {
|
|
|
2404
2263
|
*/
|
|
2405
2264
|
status?: boolean;
|
|
2406
2265
|
};
|
|
2407
|
-
/** @returns {
|
|
2408
|
-
declare function
|
|
2409
|
-
type
|
|
2266
|
+
/** @returns {DomainStatusResponse} */
|
|
2267
|
+
declare function DomainStatusResponse(): DomainStatusResponse;
|
|
2268
|
+
type DomainStatusResponse = {
|
|
2410
2269
|
/**
|
|
2411
2270
|
* - Check if domain is live and mapped to
|
|
2412
2271
|
* appropriate IP of Fynd Servers
|
|
@@ -2414,18 +2273,17 @@ type DomainStatusResponseSchema = {
|
|
|
2414
2273
|
connected?: boolean;
|
|
2415
2274
|
status?: DomainStatus[];
|
|
2416
2275
|
};
|
|
2417
|
-
/** @returns {
|
|
2418
|
-
declare function
|
|
2419
|
-
type
|
|
2276
|
+
/** @returns {DomainSuggestionsRequest} */
|
|
2277
|
+
declare function DomainSuggestionsRequest(): DomainSuggestionsRequest;
|
|
2278
|
+
type DomainSuggestionsRequest = {
|
|
2420
2279
|
/**
|
|
2421
2280
|
* - Domain url
|
|
2422
2281
|
*/
|
|
2423
2282
|
domain_url?: string;
|
|
2424
2283
|
/**
|
|
2425
|
-
* - Get suggestions for custom domains or
|
|
2426
|
-
* Fynd domains
|
|
2284
|
+
* - Get suggestions for custom domains or Fynd domains
|
|
2427
2285
|
*/
|
|
2428
|
-
|
|
2286
|
+
custom?: boolean;
|
|
2429
2287
|
};
|
|
2430
2288
|
/** @returns {DomainSuggestion} */
|
|
2431
2289
|
declare function DomainSuggestion(): DomainSuggestion;
|
|
@@ -2453,17 +2311,17 @@ type DomainSuggestion = {
|
|
|
2453
2311
|
*/
|
|
2454
2312
|
currency?: string;
|
|
2455
2313
|
};
|
|
2456
|
-
/** @returns {
|
|
2457
|
-
declare function
|
|
2458
|
-
type
|
|
2314
|
+
/** @returns {DomainSuggestionsResponse} */
|
|
2315
|
+
declare function DomainSuggestionsResponse(): DomainSuggestionsResponse;
|
|
2316
|
+
type DomainSuggestionsResponse = {
|
|
2459
2317
|
/**
|
|
2460
2318
|
* - Domain URL
|
|
2461
2319
|
*/
|
|
2462
2320
|
domains?: DomainSuggestion[];
|
|
2463
2321
|
};
|
|
2464
|
-
/** @returns {
|
|
2465
|
-
declare function
|
|
2466
|
-
type
|
|
2322
|
+
/** @returns {SuccessMessageResponse} */
|
|
2323
|
+
declare function SuccessMessageResponse(): SuccessMessageResponse;
|
|
2324
|
+
type SuccessMessageResponse = {
|
|
2467
2325
|
/**
|
|
2468
2326
|
* - Shows whether domain was deleted successfully
|
|
2469
2327
|
*/
|
|
@@ -2504,9 +2362,9 @@ type AppDomain = {
|
|
|
2504
2362
|
*/
|
|
2505
2363
|
name?: string;
|
|
2506
2364
|
};
|
|
2507
|
-
/** @returns {
|
|
2508
|
-
declare function
|
|
2509
|
-
type
|
|
2365
|
+
/** @returns {CompaniesResponse} */
|
|
2366
|
+
declare function CompaniesResponse(): CompaniesResponse;
|
|
2367
|
+
type CompaniesResponse = {
|
|
2510
2368
|
items?: AppInventoryCompanies[];
|
|
2511
2369
|
page?: Page;
|
|
2512
2370
|
};
|
|
@@ -2527,9 +2385,9 @@ type AppInventoryCompanies = {
|
|
|
2527
2385
|
*/
|
|
2528
2386
|
company_type?: string;
|
|
2529
2387
|
};
|
|
2530
|
-
/** @returns {
|
|
2531
|
-
declare function
|
|
2532
|
-
type
|
|
2388
|
+
/** @returns {StoresResponse} */
|
|
2389
|
+
declare function StoresResponse(): StoresResponse;
|
|
2390
|
+
type StoresResponse = {
|
|
2533
2391
|
items?: AppInventoryStores[];
|
|
2534
2392
|
page?: Page;
|
|
2535
2393
|
};
|
|
@@ -2578,9 +2436,9 @@ type AppInventoryStores = {
|
|
|
2578
2436
|
address?: any;
|
|
2579
2437
|
integration_type?: any;
|
|
2580
2438
|
};
|
|
2581
|
-
/** @returns {
|
|
2582
|
-
declare function
|
|
2583
|
-
type
|
|
2439
|
+
/** @returns {FilterOrderingStoreRequest} */
|
|
2440
|
+
declare function FilterOrderingStoreRequest(): FilterOrderingStoreRequest;
|
|
2441
|
+
type FilterOrderingStoreRequest = {
|
|
2584
2442
|
/**
|
|
2585
2443
|
* - Allow all stores from the ordering stores
|
|
2586
2444
|
*/
|
|
@@ -2626,9 +2484,9 @@ declare function OrderingStoreConfig(): OrderingStoreConfig;
|
|
|
2626
2484
|
type OrderingStoreConfig = {
|
|
2627
2485
|
deployment_meta?: DeploymentMeta;
|
|
2628
2486
|
};
|
|
2629
|
-
/** @returns {
|
|
2630
|
-
declare function
|
|
2631
|
-
type
|
|
2487
|
+
/** @returns {OrderingStoreSelectRequest} */
|
|
2488
|
+
declare function OrderingStoreSelectRequest(): OrderingStoreSelectRequest;
|
|
2489
|
+
type OrderingStoreSelectRequest = {
|
|
2632
2490
|
ordering_store: OrderingStoreSelect;
|
|
2633
2491
|
};
|
|
2634
2492
|
/** @returns {OrderingStoreSelect} */
|
|
@@ -2684,9 +2542,9 @@ type OtherSellerApplications = {
|
|
|
2684
2542
|
items?: OtherSellerApplication[];
|
|
2685
2543
|
page?: Page;
|
|
2686
2544
|
};
|
|
2687
|
-
/** @returns {
|
|
2688
|
-
declare function
|
|
2689
|
-
type
|
|
2545
|
+
/** @returns {OptedApplicationResponse} */
|
|
2546
|
+
declare function OptedApplicationResponse(): OptedApplicationResponse;
|
|
2547
|
+
type OptedApplicationResponse = {
|
|
2690
2548
|
/**
|
|
2691
2549
|
* - Name of the other seller's sales channel
|
|
2692
2550
|
*/
|
|
@@ -2798,9 +2656,9 @@ type OptOutInventory = {
|
|
|
2798
2656
|
*/
|
|
2799
2657
|
company: number[];
|
|
2800
2658
|
};
|
|
2801
|
-
/** @returns {
|
|
2802
|
-
declare function
|
|
2803
|
-
type
|
|
2659
|
+
/** @returns {TokenResponse} */
|
|
2660
|
+
declare function TokenResponse(): TokenResponse;
|
|
2661
|
+
type TokenResponse = {
|
|
2804
2662
|
tokens?: Tokens;
|
|
2805
2663
|
/**
|
|
2806
2664
|
* - The unique identifier (24-digit Mongo Object ID)
|
|
@@ -3362,14 +3220,14 @@ type OrderFeature = {
|
|
|
3362
3220
|
*/
|
|
3363
3221
|
buy_again?: boolean;
|
|
3364
3222
|
};
|
|
3365
|
-
/** @returns {
|
|
3366
|
-
declare function
|
|
3367
|
-
type
|
|
3223
|
+
/** @returns {AppFeatureRequest} */
|
|
3224
|
+
declare function AppFeatureRequest(): AppFeatureRequest;
|
|
3225
|
+
type AppFeatureRequest = {
|
|
3368
3226
|
feature?: AppFeature;
|
|
3369
3227
|
};
|
|
3370
|
-
/** @returns {
|
|
3371
|
-
declare function
|
|
3372
|
-
type
|
|
3228
|
+
/** @returns {AppFeatureResponse} */
|
|
3229
|
+
declare function AppFeatureResponse(): AppFeatureResponse;
|
|
3230
|
+
type AppFeatureResponse = {
|
|
3373
3231
|
feature?: AppFeature;
|
|
3374
3232
|
};
|
|
3375
3233
|
/** @returns {Currency} */
|
|
@@ -3669,9 +3527,9 @@ type TokenSchema = {
|
|
|
3669
3527
|
*/
|
|
3670
3528
|
created_at?: string;
|
|
3671
3529
|
};
|
|
3672
|
-
/** @returns {
|
|
3673
|
-
declare function
|
|
3674
|
-
type
|
|
3530
|
+
/** @returns {InvalidPayloadRequest} */
|
|
3531
|
+
declare function InvalidPayloadRequest(): InvalidPayloadRequest;
|
|
3532
|
+
type InvalidPayloadRequest = {
|
|
3675
3533
|
/**
|
|
3676
3534
|
* - Error message when request body payload is improper
|
|
3677
3535
|
*/
|
|
@@ -4046,14 +3904,14 @@ type ApplicationDetail = {
|
|
|
4046
3904
|
slug?: string;
|
|
4047
3905
|
company_id?: number;
|
|
4048
3906
|
};
|
|
4049
|
-
/** @returns {
|
|
4050
|
-
declare function
|
|
4051
|
-
type
|
|
3907
|
+
/** @returns {CurrenciesResponse} */
|
|
3908
|
+
declare function CurrenciesResponse(): CurrenciesResponse;
|
|
3909
|
+
type CurrenciesResponse = {
|
|
4052
3910
|
items?: Currency[];
|
|
4053
3911
|
};
|
|
4054
|
-
/** @returns {
|
|
4055
|
-
declare function
|
|
4056
|
-
type
|
|
3912
|
+
/** @returns {AppCurrencyResponse} */
|
|
3913
|
+
declare function AppCurrencyResponse(): AppCurrencyResponse;
|
|
3914
|
+
type AppCurrencyResponse = {
|
|
4057
3915
|
/**
|
|
4058
3916
|
* - The unique identifier (24-digit Mongo Object ID)
|
|
4059
3917
|
* of the currency configuration supported by the application
|
|
@@ -4201,26 +4059,9 @@ type OrderingStores = {
|
|
|
4201
4059
|
*/
|
|
4202
4060
|
__v?: number;
|
|
4203
4061
|
};
|
|
4204
|
-
/** @returns {
|
|
4205
|
-
declare function
|
|
4206
|
-
type
|
|
4062
|
+
/** @returns {OrderingStoresResponse} */
|
|
4063
|
+
declare function OrderingStoresResponse(): OrderingStoresResponse;
|
|
4064
|
+
type OrderingStoresResponse = {
|
|
4207
4065
|
page?: Page;
|
|
4208
4066
|
items?: OrderingStore[];
|
|
4209
4067
|
};
|
|
4210
|
-
/** @returns {ValidationErrors} */
|
|
4211
|
-
declare function ValidationErrors(): ValidationErrors;
|
|
4212
|
-
type ValidationErrors = {
|
|
4213
|
-
errors: ValidationError[];
|
|
4214
|
-
};
|
|
4215
|
-
/** @returns {ValidationError} */
|
|
4216
|
-
declare function ValidationError(): ValidationError;
|
|
4217
|
-
type ValidationError = {
|
|
4218
|
-
/**
|
|
4219
|
-
* - A brief description of the error encountered.
|
|
4220
|
-
*/
|
|
4221
|
-
message: string;
|
|
4222
|
-
/**
|
|
4223
|
-
* - The field in the request that caused the error.
|
|
4224
|
-
*/
|
|
4225
|
-
field: string;
|
|
4226
|
-
};
|