@gofynd/fdk-client-javascript 1.4.16-beta.2 → 1.4.16-beta.4
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 +48 -68
- package/sdk/application/Cart/CartApplicationClient.js +27 -114
- package/sdk/application/Catalog/CatalogApplicationClient.d.ts +58 -59
- package/sdk/application/Catalog/CatalogApplicationClient.js +29 -30
- package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
- package/sdk/application/Common/CommonApplicationClient.js +1 -1
- package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +20 -20
- package/sdk/application/Configuration/ConfigurationApplicationClient.js +10 -10
- package/sdk/application/Content/ContentApplicationClient.d.ts +30 -51
- package/sdk/application/Content/ContentApplicationClient.js +56 -161
- package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +11 -9
- package/sdk/application/FileStorage/FileStorageApplicationClient.js +10 -7
- package/sdk/application/Lead/LeadApplicationClient.d.ts +2 -2
- package/sdk/application/Lead/LeadApplicationClient.js +1 -1
- package/sdk/application/Logistic/LogisticApplicationClient.d.ts +15 -35
- package/sdk/application/Logistic/LogisticApplicationClient.js +8 -101
- package/sdk/application/Order/OrderApplicationClient.d.ts +12 -22
- package/sdk/application/Order/OrderApplicationClient.js +8 -56
- package/sdk/application/Payment/PaymentApplicationClient.d.ts +87 -87
- package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
- package/sdk/application/Rewards/RewardsApplicationClient.d.ts +13 -13
- package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
- package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
- package/sdk/application/Theme/ThemeApplicationClient.js +2 -4
- package/sdk/application/User/UserApplicationClient.d.ts +10 -10
- package/sdk/application/User/UserApplicationClient.js +6 -6
- package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
- package/sdk/application/Webhook/WebhookApplicationClient.js +3 -3
- package/sdk/common/Utility.js +6 -3
- package/sdk/common/utils.d.ts +0 -1
- package/sdk/common/utils.js +0 -14
- package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
- package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
- package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +21 -116
- package/sdk/partner/FileStorage/FileStoragePartnerModel.js +16 -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 +167 -1200
- package/sdk/partner/Logistics/LogisticsPartnerModel.js +160 -571
- package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
- package/sdk/partner/Logistics/LogisticsPartnerValidator.js +7 -121
- 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 +115 -419
- package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -121
- package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -109
- package/sdk/platform/Cart/CartPlatformModel.d.ts +1294 -5068
- package/sdk/platform/Cart/CartPlatformModel.js +1217 -1992
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -209
- package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +400 -457
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +142 -185
- package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +78 -96
- package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +117 -154
- package/sdk/platform/Catalog/CatalogPlatformClient.js +172 -292
- package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1647 -6389
- package/sdk/platform/Catalog/CatalogPlatformModel.js +1681 -3222
- package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +31 -72
- package/sdk/platform/Catalog/CatalogPlatformValidator.js +24 -50
- 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 +131 -283
- package/sdk/platform/Configuration/ConfigurationPlatformModel.js +97 -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 -204
- package/sdk/platform/Content/ContentPlatformApplicationClient.js +475 -1073
- package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -253
- package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -256
- package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
- package/sdk/platform/Content/ContentPlatformClient.js +336 -523
- package/sdk/platform/Content/ContentPlatformModel.d.ts +403 -1375
- package/sdk/platform/Content/ContentPlatformModel.js +394 -631
- 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 +39 -95
- package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +63 -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 +22 -20
- package/sdk/platform/FileStorage/FileStoragePlatformClient.js +24 -21
- package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +116 -370
- package/sdk/platform/FileStorage/FileStoragePlatformModel.js +104 -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 +6 -17
- package/sdk/platform/Order/OrderPlatformApplicationClient.js +7 -85
- package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +24 -95
- package/sdk/platform/Order/OrderPlatformApplicationValidator.js +19 -39
- package/sdk/platform/Order/OrderPlatformClient.d.ts +96 -153
- package/sdk/platform/Order/OrderPlatformClient.js +198 -416
- package/sdk/platform/Order/OrderPlatformModel.d.ts +1286 -7619
- package/sdk/platform/Order/OrderPlatformModel.js +1265 -3922
- package/sdk/platform/Order/OrderPlatformValidator.d.ts +109 -270
- package/sdk/platform/Order/OrderPlatformValidator.js +77 -135
- 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 +105 -93
- package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +141 -129
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
- package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
- package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
- package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
- package/sdk/platform/Payment/PaymentPlatformModel.d.ts +319 -333
- package/sdk/platform/Payment/PaymentPlatformModel.js +278 -288
- package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
- package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
- 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 +36 -46
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +41 -132
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +17 -46
- package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +14 -34
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
- package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +68 -62
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +612 -1845
- package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +554 -886
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +49 -45
- package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +30 -28
- package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
- package/sdk/platform/Share/SharePlatformApplicationClient.js +9 -9
- package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +6 -3
- package/sdk/platform/Share/SharePlatformApplicationValidator.js +2 -2
- package/sdk/platform/Share/SharePlatformModel.d.ts +7 -46
- package/sdk/platform/Share/SharePlatformModel.js +6 -31
- 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 +6 -810
- 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 -29
- package/sdk/application/Finance/FinanceApplicationClient.js +0 -111
|
@@ -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]
|
|
@@ -91,6 +53,8 @@ export = ConfigurationPlatformModel;
|
|
|
91
53
|
* @property {number} [company_id]
|
|
92
54
|
* @property {boolean} [enable_zone_overlapping] - Power product listing with
|
|
93
55
|
* overlapping zones
|
|
56
|
+
* @property {boolean} [sort_popular_first] - Give preference to popularity over
|
|
57
|
+
* score in product listing sort
|
|
94
58
|
*/
|
|
95
59
|
/**
|
|
96
60
|
* @typedef InventoryBrand
|
|
@@ -259,7 +223,6 @@ export = ConfigurationPlatformModel;
|
|
|
259
223
|
*/
|
|
260
224
|
/**
|
|
261
225
|
* @typedef AppInventoryPartialUpdate
|
|
262
|
-
* @property {SearchConfig} [search]
|
|
263
226
|
* @property {RewardPointsConfig} [reward_points]
|
|
264
227
|
* @property {AppCartConfig} [cart]
|
|
265
228
|
* @property {AppPaymentConfig} [payment]
|
|
@@ -274,24 +237,24 @@ export = ConfigurationPlatformModel;
|
|
|
274
237
|
* @property {number} [company_id] - Numeric ID allotted to a business account
|
|
275
238
|
*/
|
|
276
239
|
/**
|
|
277
|
-
* @typedef
|
|
240
|
+
* @typedef CompanyByBrandsRequest
|
|
278
241
|
* @property {number} brands - Brand UID
|
|
279
242
|
* @property {string} [search_text] - A search field for finding a company by its name
|
|
280
243
|
*/
|
|
281
244
|
/**
|
|
282
|
-
* @typedef
|
|
245
|
+
* @typedef CompanyByBrandsResponse
|
|
283
246
|
* @property {BrandCompanyInfo[]} [items]
|
|
284
247
|
* @property {Page} [page]
|
|
285
248
|
*/
|
|
286
249
|
/**
|
|
287
|
-
* @typedef
|
|
250
|
+
* @typedef StoreByBrandsRequest
|
|
288
251
|
* @property {number} [company_id] - Current company ID for current company
|
|
289
252
|
* stores only. Don't send in case cross-selling (franchise) is enabled.
|
|
290
253
|
* @property {number} brands - Brand UID
|
|
291
254
|
* @property {string} [search_text] - Search store by its name or store code
|
|
292
255
|
*/
|
|
293
256
|
/**
|
|
294
|
-
* @typedef
|
|
257
|
+
* @typedef StoreByBrandsResponse
|
|
295
258
|
* @property {BrandStoreInfo[]} [items]
|
|
296
259
|
* @property {Page} [page]
|
|
297
260
|
*/
|
|
@@ -316,11 +279,11 @@ export = ConfigurationPlatformModel;
|
|
|
316
279
|
* portrait banner
|
|
317
280
|
*/
|
|
318
281
|
/**
|
|
319
|
-
* @typedef
|
|
282
|
+
* @typedef BrandsByCompanyResponse
|
|
320
283
|
* @property {CompanyBrandInfo[]} [brands]
|
|
321
284
|
*/
|
|
322
285
|
/**
|
|
323
|
-
* @typedef
|
|
286
|
+
* @typedef ValidationFailedResponse
|
|
324
287
|
* @property {string} [message] - Response message for failed validation
|
|
325
288
|
*/
|
|
326
289
|
/**
|
|
@@ -347,18 +310,18 @@ export = ConfigurationPlatformModel;
|
|
|
347
310
|
* amount pan card number is expected from customer for order
|
|
348
311
|
*/
|
|
349
312
|
/**
|
|
350
|
-
* @typedef
|
|
313
|
+
* @typedef CreateApplicationRequest
|
|
351
314
|
* @property {App} [app]
|
|
352
315
|
* @property {ApplicationInventory} [configuration]
|
|
353
316
|
* @property {AppDomain} [domain]
|
|
354
317
|
*/
|
|
355
318
|
/**
|
|
356
|
-
* @typedef
|
|
319
|
+
* @typedef CreateAppResponse
|
|
357
320
|
* @property {Application} [app]
|
|
358
321
|
* @property {ApplicationInventory} [configuration]
|
|
359
322
|
*/
|
|
360
323
|
/**
|
|
361
|
-
* @typedef
|
|
324
|
+
* @typedef ApplicationsResponse
|
|
362
325
|
* @property {Application[]} [items]
|
|
363
326
|
* @property {Page} [page]
|
|
364
327
|
*/
|
|
@@ -392,7 +355,7 @@ export = ConfigurationPlatformModel;
|
|
|
392
355
|
* @property {string} [secure_url] - URL where the splash image is hosted
|
|
393
356
|
*/
|
|
394
357
|
/**
|
|
395
|
-
* @typedef
|
|
358
|
+
* @typedef MobileAppConfigRequest
|
|
396
359
|
* @property {string} [app_name] - Name of the mobile app
|
|
397
360
|
* @property {LandingImage} [landing_image]
|
|
398
361
|
* @property {SplashImage} [splash_image]
|
|
@@ -458,7 +421,7 @@ export = ConfigurationPlatformModel;
|
|
|
458
421
|
* @property {string[]} [txt_records]
|
|
459
422
|
*/
|
|
460
423
|
/**
|
|
461
|
-
* @typedef
|
|
424
|
+
* @typedef DomainAddRequest
|
|
462
425
|
* @property {DomainAdd} [domain]
|
|
463
426
|
*/
|
|
464
427
|
/**
|
|
@@ -475,7 +438,7 @@ export = ConfigurationPlatformModel;
|
|
|
475
438
|
* @property {string} [message]
|
|
476
439
|
*/
|
|
477
440
|
/**
|
|
478
|
-
* @typedef
|
|
441
|
+
* @typedef DomainsResponse
|
|
479
442
|
* @property {Domain[]} [domains]
|
|
480
443
|
*/
|
|
481
444
|
/**
|
|
@@ -491,13 +454,13 @@ export = ConfigurationPlatformModel;
|
|
|
491
454
|
* domain (short URL e.g. bit.ly)
|
|
492
455
|
*/
|
|
493
456
|
/**
|
|
494
|
-
* @typedef
|
|
457
|
+
* @typedef UpdateDomainTypeRequest
|
|
495
458
|
* @property {UpdateDomain} [domain]
|
|
496
459
|
* @property {string} [action] - Shows domain is made primary domain for the
|
|
497
460
|
* sales channel or shorlink is created for the sales channel domain
|
|
498
461
|
*/
|
|
499
462
|
/**
|
|
500
|
-
* @typedef
|
|
463
|
+
* @typedef DomainStatusRequest
|
|
501
464
|
* @property {string} [domain_url] - URL of the domain, e.g. uniket.hostx0.de
|
|
502
465
|
*/
|
|
503
466
|
/**
|
|
@@ -507,16 +470,15 @@ export = ConfigurationPlatformModel;
|
|
|
507
470
|
* domain are correctly propagating via DNS servers
|
|
508
471
|
*/
|
|
509
472
|
/**
|
|
510
|
-
* @typedef
|
|
473
|
+
* @typedef DomainStatusResponse
|
|
511
474
|
* @property {boolean} [connected] - Check if domain is live and mapped to
|
|
512
475
|
* appropriate IP of Fynd Servers
|
|
513
476
|
* @property {DomainStatus[]} [status]
|
|
514
477
|
*/
|
|
515
478
|
/**
|
|
516
|
-
* @typedef
|
|
479
|
+
* @typedef DomainSuggestionsRequest
|
|
517
480
|
* @property {string} [domain_url] - Domain url
|
|
518
|
-
* @property {boolean} [
|
|
519
|
-
* Fynd domains
|
|
481
|
+
* @property {boolean} [custom] - Get suggestions for custom domains or Fynd domains
|
|
520
482
|
*/
|
|
521
483
|
/**
|
|
522
484
|
* @typedef DomainSuggestion
|
|
@@ -529,11 +491,11 @@ export = ConfigurationPlatformModel;
|
|
|
529
491
|
* @property {string} [currency] - Custom domain currency. Not present for Fynd domains.
|
|
530
492
|
*/
|
|
531
493
|
/**
|
|
532
|
-
* @typedef
|
|
494
|
+
* @typedef DomainSuggestionsResponse
|
|
533
495
|
* @property {DomainSuggestion[]} [domains] - Domain URL
|
|
534
496
|
*/
|
|
535
497
|
/**
|
|
536
|
-
* @typedef
|
|
498
|
+
* @typedef SuccessMessageResponse
|
|
537
499
|
* @property {boolean} [success] - Shows whether domain was deleted successfully
|
|
538
500
|
* @property {string} [message] - Success message shown to the user (in a string format)
|
|
539
501
|
*/
|
|
@@ -552,7 +514,7 @@ export = ConfigurationPlatformModel;
|
|
|
552
514
|
* @property {string} [name] - Domain URL of current sales channel, e.g. zenz.com
|
|
553
515
|
*/
|
|
554
516
|
/**
|
|
555
|
-
* @typedef
|
|
517
|
+
* @typedef CompaniesResponse
|
|
556
518
|
* @property {AppInventoryCompanies[]} [items]
|
|
557
519
|
* @property {Page} [page]
|
|
558
520
|
*/
|
|
@@ -564,7 +526,7 @@ export = ConfigurationPlatformModel;
|
|
|
564
526
|
* franchisee, distributor, etc.
|
|
565
527
|
*/
|
|
566
528
|
/**
|
|
567
|
-
* @typedef
|
|
529
|
+
* @typedef StoresResponse
|
|
568
530
|
* @property {AppInventoryStores[]} [items]
|
|
569
531
|
* @property {Page} [page]
|
|
570
532
|
*/
|
|
@@ -589,7 +551,7 @@ export = ConfigurationPlatformModel;
|
|
|
589
551
|
* @property {Object} [integration_type]
|
|
590
552
|
*/
|
|
591
553
|
/**
|
|
592
|
-
* @typedef
|
|
554
|
+
* @typedef FilterOrderingStoreRequest
|
|
593
555
|
* @property {boolean} [all_stores] - Allow all stores from the ordering stores
|
|
594
556
|
* @property {number[]} [deployed_stores]
|
|
595
557
|
* @property {string} [q] - Store code or name of the ordering store
|
|
@@ -613,7 +575,7 @@ export = ConfigurationPlatformModel;
|
|
|
613
575
|
* @property {DeploymentMeta} [deployment_meta]
|
|
614
576
|
*/
|
|
615
577
|
/**
|
|
616
|
-
* @typedef
|
|
578
|
+
* @typedef OrderingStoreSelectRequest
|
|
617
579
|
* @property {OrderingStoreSelect} ordering_store
|
|
618
580
|
*/
|
|
619
581
|
/**
|
|
@@ -642,7 +604,7 @@ export = ConfigurationPlatformModel;
|
|
|
642
604
|
* @property {Page} [page]
|
|
643
605
|
*/
|
|
644
606
|
/**
|
|
645
|
-
* @typedef
|
|
607
|
+
* @typedef OptedApplicationResponse
|
|
646
608
|
* @property {string} [name] - Name of the other seller's sales channel
|
|
647
609
|
* @property {string} [description] - Basic details about the other seller's sales channel
|
|
648
610
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
@@ -693,7 +655,7 @@ export = ConfigurationPlatformModel;
|
|
|
693
655
|
* of other seller's application
|
|
694
656
|
*/
|
|
695
657
|
/**
|
|
696
|
-
* @typedef
|
|
658
|
+
* @typedef TokenResponse
|
|
697
659
|
* @property {Tokens} [tokens]
|
|
698
660
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
699
661
|
* of the token
|
|
@@ -992,11 +954,11 @@ export = ConfigurationPlatformModel;
|
|
|
992
954
|
* value is false.
|
|
993
955
|
*/
|
|
994
956
|
/**
|
|
995
|
-
* @typedef
|
|
957
|
+
* @typedef AppFeatureRequest
|
|
996
958
|
* @property {AppFeature} [feature]
|
|
997
959
|
*/
|
|
998
960
|
/**
|
|
999
|
-
* @typedef
|
|
961
|
+
* @typedef AppFeatureResponse
|
|
1000
962
|
* @property {AppFeature} [feature]
|
|
1001
963
|
*/
|
|
1002
964
|
/**
|
|
@@ -1145,7 +1107,7 @@ export = ConfigurationPlatformModel;
|
|
|
1145
1107
|
* @property {string} [created_at] - ISO 8601 timestamp of when token created
|
|
1146
1108
|
*/
|
|
1147
1109
|
/**
|
|
1148
|
-
* @typedef
|
|
1110
|
+
* @typedef InvalidPayloadRequest
|
|
1149
1111
|
* @property {string} [message] - Error message when request body payload is improper
|
|
1150
1112
|
* @property {boolean} [success] - Flag for required not successfull.
|
|
1151
1113
|
*/
|
|
@@ -1311,11 +1273,11 @@ export = ConfigurationPlatformModel;
|
|
|
1311
1273
|
* @property {number} [company_id]
|
|
1312
1274
|
*/
|
|
1313
1275
|
/**
|
|
1314
|
-
* @typedef
|
|
1276
|
+
* @typedef CurrenciesResponse
|
|
1315
1277
|
* @property {Currency[]} [items]
|
|
1316
1278
|
*/
|
|
1317
1279
|
/**
|
|
1318
|
-
* @typedef
|
|
1280
|
+
* @typedef AppCurrencyResponse
|
|
1319
1281
|
* @property {string} [_id] - The unique identifier (24-digit Mongo Object ID)
|
|
1320
1282
|
* of the currency configuration supported by the application
|
|
1321
1283
|
* @property {string} [application] - Alphanumeric ID allotted to an application
|
|
@@ -1376,90 +1338,18 @@ export = ConfigurationPlatformModel;
|
|
|
1376
1338
|
* value is zero.
|
|
1377
1339
|
*/
|
|
1378
1340
|
/**
|
|
1379
|
-
* @typedef
|
|
1341
|
+
* @typedef OrderingStoresResponse
|
|
1380
1342
|
* @property {Page} [page]
|
|
1381
1343
|
* @property {OrderingStore[]} [items]
|
|
1382
1344
|
*/
|
|
1383
|
-
/**
|
|
1384
|
-
* @typedef ValidationErrors
|
|
1385
|
-
* @property {ValidationError[]} errors
|
|
1386
|
-
*/
|
|
1387
|
-
/**
|
|
1388
|
-
* @typedef ValidationError
|
|
1389
|
-
* @property {string} message - A brief description of the error encountered.
|
|
1390
|
-
* @property {string} field - The field in the request that caused the error.
|
|
1391
|
-
*/
|
|
1392
1345
|
declare class ConfigurationPlatformModel {
|
|
1393
1346
|
}
|
|
1394
1347
|
declare namespace ConfigurationPlatformModel {
|
|
1395
|
-
export {
|
|
1348
|
+
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 };
|
|
1396
1349
|
}
|
|
1397
|
-
/** @returns {CurrencyExchangeResponseV2} */
|
|
1398
|
-
declare function CurrencyExchangeResponseV2(): CurrencyExchangeResponseV2;
|
|
1399
|
-
type CurrencyExchangeResponseV2 = {
|
|
1400
|
-
/**
|
|
1401
|
-
* - The 3-letter ISO 4217 code representing the base currency.
|
|
1402
|
-
*/
|
|
1403
|
-
base: string;
|
|
1404
|
-
/**
|
|
1405
|
-
* - The name of the base currency.
|
|
1406
|
-
*/
|
|
1407
|
-
base_currency_name: string;
|
|
1408
|
-
/**
|
|
1409
|
-
* - Time in seconds for which the exchange rates
|
|
1410
|
-
* are valid.
|
|
1411
|
-
*/
|
|
1412
|
-
ttl_seconds: number;
|
|
1413
|
-
/**
|
|
1414
|
-
* - List of exchange rates and currency details.
|
|
1415
|
-
*/
|
|
1416
|
-
items: CurrencyExchangeItem[];
|
|
1417
|
-
/**
|
|
1418
|
-
* - Total number of currency exchange items.
|
|
1419
|
-
*/
|
|
1420
|
-
total: number;
|
|
1421
|
-
};
|
|
1422
|
-
/** @returns {CurrencyExchangeItem} */
|
|
1423
|
-
declare function CurrencyExchangeItem(): CurrencyExchangeItem;
|
|
1424
|
-
type CurrencyExchangeItem = {
|
|
1425
|
-
/**
|
|
1426
|
-
* - 3-letter ISO 4217 exchange currency code.
|
|
1427
|
-
*/
|
|
1428
|
-
currency_code: string;
|
|
1429
|
-
/**
|
|
1430
|
-
* - Name of the exchange currency
|
|
1431
|
-
*/
|
|
1432
|
-
name: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* - Exchange rate of the currency with respect to the
|
|
1435
|
-
* base currency.
|
|
1436
|
-
*/
|
|
1437
|
-
rate: number;
|
|
1438
|
-
/**
|
|
1439
|
-
* - ISO 3166 country code.
|
|
1440
|
-
*/
|
|
1441
|
-
country_code: string;
|
|
1442
|
-
/**
|
|
1443
|
-
* - Name of the country using this currency.
|
|
1444
|
-
*/
|
|
1445
|
-
country_name: string;
|
|
1446
|
-
/**
|
|
1447
|
-
* - The name of the subunit for the currency.
|
|
1448
|
-
*/
|
|
1449
|
-
subunit: string;
|
|
1450
|
-
/**
|
|
1451
|
-
* - Number of decimal digits the currency supports.
|
|
1452
|
-
*/
|
|
1453
|
-
decimal_digits: number;
|
|
1454
|
-
/**
|
|
1455
|
-
* - The symbol of the currency.
|
|
1456
|
-
*/
|
|
1457
|
-
symbol: string;
|
|
1458
|
-
};
|
|
1459
1350
|
/** @returns {ApplicationInventory} */
|
|
1460
1351
|
declare function ApplicationInventory(): ApplicationInventory;
|
|
1461
1352
|
type ApplicationInventory = {
|
|
1462
|
-
search?: SearchConfig;
|
|
1463
1353
|
inventory?: AppInventoryConfig;
|
|
1464
1354
|
authentication?: AuthenticationConfig;
|
|
1465
1355
|
article_assignment?: ArticleAssignmentConfig;
|
|
@@ -1514,34 +1404,6 @@ declare function PiiMasking(): PiiMasking;
|
|
|
1514
1404
|
type PiiMasking = {
|
|
1515
1405
|
enabled?: boolean;
|
|
1516
1406
|
};
|
|
1517
|
-
/** @returns {FstIdentification} */
|
|
1518
|
-
declare function FstIdentification(): FstIdentification;
|
|
1519
|
-
type FstIdentification = {
|
|
1520
|
-
/**
|
|
1521
|
-
* - Indicates whether FST identification is
|
|
1522
|
-
* enabled for the application.
|
|
1523
|
-
*/
|
|
1524
|
-
enabled?: boolean;
|
|
1525
|
-
};
|
|
1526
|
-
/** @returns {QuerySuggestions} */
|
|
1527
|
-
declare function QuerySuggestions(): QuerySuggestions;
|
|
1528
|
-
type QuerySuggestions = {
|
|
1529
|
-
/**
|
|
1530
|
-
* - Indicates whether query suggestions are enabled.
|
|
1531
|
-
*/
|
|
1532
|
-
enabled?: boolean;
|
|
1533
|
-
/**
|
|
1534
|
-
* - Specifies the maximum number of query
|
|
1535
|
-
* suggestions that can be returned.
|
|
1536
|
-
*/
|
|
1537
|
-
max_limit?: number;
|
|
1538
|
-
};
|
|
1539
|
-
/** @returns {SearchConfig} */
|
|
1540
|
-
declare function SearchConfig(): SearchConfig;
|
|
1541
|
-
type SearchConfig = {
|
|
1542
|
-
fst_identification?: FstIdentification;
|
|
1543
|
-
query_suggestions?: QuerySuggestions;
|
|
1544
|
-
};
|
|
1545
1407
|
/** @returns {AppInventoryConfig} */
|
|
1546
1408
|
declare function AppInventoryConfig(): AppInventoryConfig;
|
|
1547
1409
|
type AppInventoryConfig = {
|
|
@@ -1581,6 +1443,11 @@ type AppInventoryConfig = {
|
|
|
1581
1443
|
* overlapping zones
|
|
1582
1444
|
*/
|
|
1583
1445
|
enable_zone_overlapping?: boolean;
|
|
1446
|
+
/**
|
|
1447
|
+
* - Give preference to popularity over
|
|
1448
|
+
* score in product listing sort
|
|
1449
|
+
*/
|
|
1450
|
+
sort_popular_first?: boolean;
|
|
1584
1451
|
};
|
|
1585
1452
|
/** @returns {InventoryBrand} */
|
|
1586
1453
|
declare function InventoryBrand(): InventoryBrand;
|
|
@@ -1904,7 +1771,6 @@ type LoyaltyPointsConfig = {
|
|
|
1904
1771
|
/** @returns {AppInventoryPartialUpdate} */
|
|
1905
1772
|
declare function AppInventoryPartialUpdate(): AppInventoryPartialUpdate;
|
|
1906
1773
|
type AppInventoryPartialUpdate = {
|
|
1907
|
-
search?: SearchConfig;
|
|
1908
1774
|
reward_points?: RewardPointsConfig;
|
|
1909
1775
|
cart?: AppCartConfig;
|
|
1910
1776
|
payment?: AppPaymentConfig;
|
|
@@ -1928,9 +1794,9 @@ type BrandCompanyInfo = {
|
|
|
1928
1794
|
*/
|
|
1929
1795
|
company_id?: number;
|
|
1930
1796
|
};
|
|
1931
|
-
/** @returns {
|
|
1932
|
-
declare function
|
|
1933
|
-
type
|
|
1797
|
+
/** @returns {CompanyByBrandsRequest} */
|
|
1798
|
+
declare function CompanyByBrandsRequest(): CompanyByBrandsRequest;
|
|
1799
|
+
type CompanyByBrandsRequest = {
|
|
1934
1800
|
/**
|
|
1935
1801
|
* - Brand UID
|
|
1936
1802
|
*/
|
|
@@ -1940,15 +1806,15 @@ type CompanyByBrandsRequestSchema = {
|
|
|
1940
1806
|
*/
|
|
1941
1807
|
search_text?: string;
|
|
1942
1808
|
};
|
|
1943
|
-
/** @returns {
|
|
1944
|
-
declare function
|
|
1945
|
-
type
|
|
1809
|
+
/** @returns {CompanyByBrandsResponse} */
|
|
1810
|
+
declare function CompanyByBrandsResponse(): CompanyByBrandsResponse;
|
|
1811
|
+
type CompanyByBrandsResponse = {
|
|
1946
1812
|
items?: BrandCompanyInfo[];
|
|
1947
1813
|
page?: Page;
|
|
1948
1814
|
};
|
|
1949
|
-
/** @returns {
|
|
1950
|
-
declare function
|
|
1951
|
-
type
|
|
1815
|
+
/** @returns {StoreByBrandsRequest} */
|
|
1816
|
+
declare function StoreByBrandsRequest(): StoreByBrandsRequest;
|
|
1817
|
+
type StoreByBrandsRequest = {
|
|
1952
1818
|
/**
|
|
1953
1819
|
* - Current company ID for current company
|
|
1954
1820
|
* stores only. Don't send in case cross-selling (franchise) is enabled.
|
|
@@ -1963,9 +1829,9 @@ type StoreByBrandsRequestSchema = {
|
|
|
1963
1829
|
*/
|
|
1964
1830
|
search_text?: string;
|
|
1965
1831
|
};
|
|
1966
|
-
/** @returns {
|
|
1967
|
-
declare function
|
|
1968
|
-
type
|
|
1832
|
+
/** @returns {StoreByBrandsResponse} */
|
|
1833
|
+
declare function StoreByBrandsResponse(): StoreByBrandsResponse;
|
|
1834
|
+
type StoreByBrandsResponse = {
|
|
1969
1835
|
items?: BrandStoreInfo[];
|
|
1970
1836
|
page?: Page;
|
|
1971
1837
|
};
|
|
@@ -2018,14 +1884,14 @@ type CompanyBrandInfo = {
|
|
|
2018
1884
|
*/
|
|
2019
1885
|
brand_banner_portrait_url?: string;
|
|
2020
1886
|
};
|
|
2021
|
-
/** @returns {
|
|
2022
|
-
declare function
|
|
2023
|
-
type
|
|
1887
|
+
/** @returns {BrandsByCompanyResponse} */
|
|
1888
|
+
declare function BrandsByCompanyResponse(): BrandsByCompanyResponse;
|
|
1889
|
+
type BrandsByCompanyResponse = {
|
|
2024
1890
|
brands?: CompanyBrandInfo[];
|
|
2025
1891
|
};
|
|
2026
|
-
/** @returns {
|
|
2027
|
-
declare function
|
|
2028
|
-
type
|
|
1892
|
+
/** @returns {ValidationFailedResponse} */
|
|
1893
|
+
declare function ValidationFailedResponse(): ValidationFailedResponse;
|
|
1894
|
+
type ValidationFailedResponse = {
|
|
2029
1895
|
/**
|
|
2030
1896
|
* - Response message for failed validation
|
|
2031
1897
|
*/
|
|
@@ -2076,22 +1942,22 @@ type PanCardConfig = {
|
|
|
2076
1942
|
*/
|
|
2077
1943
|
online_threshold_amount?: number;
|
|
2078
1944
|
};
|
|
2079
|
-
/** @returns {
|
|
2080
|
-
declare function
|
|
2081
|
-
type
|
|
1945
|
+
/** @returns {CreateApplicationRequest} */
|
|
1946
|
+
declare function CreateApplicationRequest(): CreateApplicationRequest;
|
|
1947
|
+
type CreateApplicationRequest = {
|
|
2082
1948
|
app?: App;
|
|
2083
1949
|
configuration?: ApplicationInventory;
|
|
2084
1950
|
domain?: AppDomain;
|
|
2085
1951
|
};
|
|
2086
|
-
/** @returns {
|
|
2087
|
-
declare function
|
|
2088
|
-
type
|
|
1952
|
+
/** @returns {CreateAppResponse} */
|
|
1953
|
+
declare function CreateAppResponse(): CreateAppResponse;
|
|
1954
|
+
type CreateAppResponse = {
|
|
2089
1955
|
app?: Application;
|
|
2090
1956
|
configuration?: ApplicationInventory;
|
|
2091
1957
|
};
|
|
2092
|
-
/** @returns {
|
|
2093
|
-
declare function
|
|
2094
|
-
type
|
|
1958
|
+
/** @returns {ApplicationsResponse} */
|
|
1959
|
+
declare function ApplicationsResponse(): ApplicationsResponse;
|
|
1960
|
+
type ApplicationsResponse = {
|
|
2095
1961
|
items?: Application[];
|
|
2096
1962
|
page?: Page;
|
|
2097
1963
|
};
|
|
@@ -2166,9 +2032,9 @@ type SplashImage = {
|
|
|
2166
2032
|
*/
|
|
2167
2033
|
secure_url?: string;
|
|
2168
2034
|
};
|
|
2169
|
-
/** @returns {
|
|
2170
|
-
declare function
|
|
2171
|
-
type
|
|
2035
|
+
/** @returns {MobileAppConfigRequest} */
|
|
2036
|
+
declare function MobileAppConfigRequest(): MobileAppConfigRequest;
|
|
2037
|
+
type MobileAppConfigRequest = {
|
|
2172
2038
|
/**
|
|
2173
2039
|
* - Name of the mobile app
|
|
2174
2040
|
*/
|
|
@@ -2310,9 +2176,9 @@ type DomainAdd = {
|
|
|
2310
2176
|
message?: string;
|
|
2311
2177
|
txt_records?: string[];
|
|
2312
2178
|
};
|
|
2313
|
-
/** @returns {
|
|
2314
|
-
declare function
|
|
2315
|
-
type
|
|
2179
|
+
/** @returns {DomainAddRequest} */
|
|
2180
|
+
declare function DomainAddRequest(): DomainAddRequest;
|
|
2181
|
+
type DomainAddRequest = {
|
|
2316
2182
|
domain?: DomainAdd;
|
|
2317
2183
|
};
|
|
2318
2184
|
/** @returns {Domain} */
|
|
@@ -2347,9 +2213,9 @@ type Domain = {
|
|
|
2347
2213
|
is_predefined?: boolean;
|
|
2348
2214
|
message?: string;
|
|
2349
2215
|
};
|
|
2350
|
-
/** @returns {
|
|
2351
|
-
declare function
|
|
2352
|
-
type
|
|
2216
|
+
/** @returns {DomainsResponse} */
|
|
2217
|
+
declare function DomainsResponse(): DomainsResponse;
|
|
2218
|
+
type DomainsResponse = {
|
|
2353
2219
|
domains?: Domain[];
|
|
2354
2220
|
};
|
|
2355
2221
|
/** @returns {UpdateDomain} */
|
|
@@ -2380,9 +2246,9 @@ type UpdateDomain = {
|
|
|
2380
2246
|
*/
|
|
2381
2247
|
is_shortlink?: boolean;
|
|
2382
2248
|
};
|
|
2383
|
-
/** @returns {
|
|
2384
|
-
declare function
|
|
2385
|
-
type
|
|
2249
|
+
/** @returns {UpdateDomainTypeRequest} */
|
|
2250
|
+
declare function UpdateDomainTypeRequest(): UpdateDomainTypeRequest;
|
|
2251
|
+
type UpdateDomainTypeRequest = {
|
|
2386
2252
|
domain?: UpdateDomain;
|
|
2387
2253
|
/**
|
|
2388
2254
|
* - Shows domain is made primary domain for the
|
|
@@ -2390,9 +2256,9 @@ type UpdateDomainTypeRequestSchema = {
|
|
|
2390
2256
|
*/
|
|
2391
2257
|
action?: string;
|
|
2392
2258
|
};
|
|
2393
|
-
/** @returns {
|
|
2394
|
-
declare function
|
|
2395
|
-
type
|
|
2259
|
+
/** @returns {DomainStatusRequest} */
|
|
2260
|
+
declare function DomainStatusRequest(): DomainStatusRequest;
|
|
2261
|
+
type DomainStatusRequest = {
|
|
2396
2262
|
/**
|
|
2397
2263
|
* - URL of the domain, e.g. uniket.hostx0.de
|
|
2398
2264
|
*/
|
|
@@ -2411,9 +2277,9 @@ type DomainStatus = {
|
|
|
2411
2277
|
*/
|
|
2412
2278
|
status?: boolean;
|
|
2413
2279
|
};
|
|
2414
|
-
/** @returns {
|
|
2415
|
-
declare function
|
|
2416
|
-
type
|
|
2280
|
+
/** @returns {DomainStatusResponse} */
|
|
2281
|
+
declare function DomainStatusResponse(): DomainStatusResponse;
|
|
2282
|
+
type DomainStatusResponse = {
|
|
2417
2283
|
/**
|
|
2418
2284
|
* - Check if domain is live and mapped to
|
|
2419
2285
|
* appropriate IP of Fynd Servers
|
|
@@ -2421,18 +2287,17 @@ type DomainStatusResponseSchema = {
|
|
|
2421
2287
|
connected?: boolean;
|
|
2422
2288
|
status?: DomainStatus[];
|
|
2423
2289
|
};
|
|
2424
|
-
/** @returns {
|
|
2425
|
-
declare function
|
|
2426
|
-
type
|
|
2290
|
+
/** @returns {DomainSuggestionsRequest} */
|
|
2291
|
+
declare function DomainSuggestionsRequest(): DomainSuggestionsRequest;
|
|
2292
|
+
type DomainSuggestionsRequest = {
|
|
2427
2293
|
/**
|
|
2428
2294
|
* - Domain url
|
|
2429
2295
|
*/
|
|
2430
2296
|
domain_url?: string;
|
|
2431
2297
|
/**
|
|
2432
|
-
* - Get suggestions for custom domains or
|
|
2433
|
-
* Fynd domains
|
|
2298
|
+
* - Get suggestions for custom domains or Fynd domains
|
|
2434
2299
|
*/
|
|
2435
|
-
|
|
2300
|
+
custom?: boolean;
|
|
2436
2301
|
};
|
|
2437
2302
|
/** @returns {DomainSuggestion} */
|
|
2438
2303
|
declare function DomainSuggestion(): DomainSuggestion;
|
|
@@ -2460,17 +2325,17 @@ type DomainSuggestion = {
|
|
|
2460
2325
|
*/
|
|
2461
2326
|
currency?: string;
|
|
2462
2327
|
};
|
|
2463
|
-
/** @returns {
|
|
2464
|
-
declare function
|
|
2465
|
-
type
|
|
2328
|
+
/** @returns {DomainSuggestionsResponse} */
|
|
2329
|
+
declare function DomainSuggestionsResponse(): DomainSuggestionsResponse;
|
|
2330
|
+
type DomainSuggestionsResponse = {
|
|
2466
2331
|
/**
|
|
2467
2332
|
* - Domain URL
|
|
2468
2333
|
*/
|
|
2469
2334
|
domains?: DomainSuggestion[];
|
|
2470
2335
|
};
|
|
2471
|
-
/** @returns {
|
|
2472
|
-
declare function
|
|
2473
|
-
type
|
|
2336
|
+
/** @returns {SuccessMessageResponse} */
|
|
2337
|
+
declare function SuccessMessageResponse(): SuccessMessageResponse;
|
|
2338
|
+
type SuccessMessageResponse = {
|
|
2474
2339
|
/**
|
|
2475
2340
|
* - Shows whether domain was deleted successfully
|
|
2476
2341
|
*/
|
|
@@ -2511,9 +2376,9 @@ type AppDomain = {
|
|
|
2511
2376
|
*/
|
|
2512
2377
|
name?: string;
|
|
2513
2378
|
};
|
|
2514
|
-
/** @returns {
|
|
2515
|
-
declare function
|
|
2516
|
-
type
|
|
2379
|
+
/** @returns {CompaniesResponse} */
|
|
2380
|
+
declare function CompaniesResponse(): CompaniesResponse;
|
|
2381
|
+
type CompaniesResponse = {
|
|
2517
2382
|
items?: AppInventoryCompanies[];
|
|
2518
2383
|
page?: Page;
|
|
2519
2384
|
};
|
|
@@ -2534,9 +2399,9 @@ type AppInventoryCompanies = {
|
|
|
2534
2399
|
*/
|
|
2535
2400
|
company_type?: string;
|
|
2536
2401
|
};
|
|
2537
|
-
/** @returns {
|
|
2538
|
-
declare function
|
|
2539
|
-
type
|
|
2402
|
+
/** @returns {StoresResponse} */
|
|
2403
|
+
declare function StoresResponse(): StoresResponse;
|
|
2404
|
+
type StoresResponse = {
|
|
2540
2405
|
items?: AppInventoryStores[];
|
|
2541
2406
|
page?: Page;
|
|
2542
2407
|
};
|
|
@@ -2585,9 +2450,9 @@ type AppInventoryStores = {
|
|
|
2585
2450
|
address?: any;
|
|
2586
2451
|
integration_type?: any;
|
|
2587
2452
|
};
|
|
2588
|
-
/** @returns {
|
|
2589
|
-
declare function
|
|
2590
|
-
type
|
|
2453
|
+
/** @returns {FilterOrderingStoreRequest} */
|
|
2454
|
+
declare function FilterOrderingStoreRequest(): FilterOrderingStoreRequest;
|
|
2455
|
+
type FilterOrderingStoreRequest = {
|
|
2591
2456
|
/**
|
|
2592
2457
|
* - Allow all stores from the ordering stores
|
|
2593
2458
|
*/
|
|
@@ -2633,9 +2498,9 @@ declare function OrderingStoreConfig(): OrderingStoreConfig;
|
|
|
2633
2498
|
type OrderingStoreConfig = {
|
|
2634
2499
|
deployment_meta?: DeploymentMeta;
|
|
2635
2500
|
};
|
|
2636
|
-
/** @returns {
|
|
2637
|
-
declare function
|
|
2638
|
-
type
|
|
2501
|
+
/** @returns {OrderingStoreSelectRequest} */
|
|
2502
|
+
declare function OrderingStoreSelectRequest(): OrderingStoreSelectRequest;
|
|
2503
|
+
type OrderingStoreSelectRequest = {
|
|
2639
2504
|
ordering_store: OrderingStoreSelect;
|
|
2640
2505
|
};
|
|
2641
2506
|
/** @returns {OrderingStoreSelect} */
|
|
@@ -2691,9 +2556,9 @@ type OtherSellerApplications = {
|
|
|
2691
2556
|
items?: OtherSellerApplication[];
|
|
2692
2557
|
page?: Page;
|
|
2693
2558
|
};
|
|
2694
|
-
/** @returns {
|
|
2695
|
-
declare function
|
|
2696
|
-
type
|
|
2559
|
+
/** @returns {OptedApplicationResponse} */
|
|
2560
|
+
declare function OptedApplicationResponse(): OptedApplicationResponse;
|
|
2561
|
+
type OptedApplicationResponse = {
|
|
2697
2562
|
/**
|
|
2698
2563
|
* - Name of the other seller's sales channel
|
|
2699
2564
|
*/
|
|
@@ -2805,9 +2670,9 @@ type OptOutInventory = {
|
|
|
2805
2670
|
*/
|
|
2806
2671
|
company: number[];
|
|
2807
2672
|
};
|
|
2808
|
-
/** @returns {
|
|
2809
|
-
declare function
|
|
2810
|
-
type
|
|
2673
|
+
/** @returns {TokenResponse} */
|
|
2674
|
+
declare function TokenResponse(): TokenResponse;
|
|
2675
|
+
type TokenResponse = {
|
|
2811
2676
|
tokens?: Tokens;
|
|
2812
2677
|
/**
|
|
2813
2678
|
* - The unique identifier (24-digit Mongo Object ID)
|
|
@@ -3369,14 +3234,14 @@ type OrderFeature = {
|
|
|
3369
3234
|
*/
|
|
3370
3235
|
buy_again?: boolean;
|
|
3371
3236
|
};
|
|
3372
|
-
/** @returns {
|
|
3373
|
-
declare function
|
|
3374
|
-
type
|
|
3237
|
+
/** @returns {AppFeatureRequest} */
|
|
3238
|
+
declare function AppFeatureRequest(): AppFeatureRequest;
|
|
3239
|
+
type AppFeatureRequest = {
|
|
3375
3240
|
feature?: AppFeature;
|
|
3376
3241
|
};
|
|
3377
|
-
/** @returns {
|
|
3378
|
-
declare function
|
|
3379
|
-
type
|
|
3242
|
+
/** @returns {AppFeatureResponse} */
|
|
3243
|
+
declare function AppFeatureResponse(): AppFeatureResponse;
|
|
3244
|
+
type AppFeatureResponse = {
|
|
3380
3245
|
feature?: AppFeature;
|
|
3381
3246
|
};
|
|
3382
3247
|
/** @returns {Currency} */
|
|
@@ -3676,9 +3541,9 @@ type TokenSchema = {
|
|
|
3676
3541
|
*/
|
|
3677
3542
|
created_at?: string;
|
|
3678
3543
|
};
|
|
3679
|
-
/** @returns {
|
|
3680
|
-
declare function
|
|
3681
|
-
type
|
|
3544
|
+
/** @returns {InvalidPayloadRequest} */
|
|
3545
|
+
declare function InvalidPayloadRequest(): InvalidPayloadRequest;
|
|
3546
|
+
type InvalidPayloadRequest = {
|
|
3682
3547
|
/**
|
|
3683
3548
|
* - Error message when request body payload is improper
|
|
3684
3549
|
*/
|
|
@@ -4053,14 +3918,14 @@ type ApplicationDetail = {
|
|
|
4053
3918
|
slug?: string;
|
|
4054
3919
|
company_id?: number;
|
|
4055
3920
|
};
|
|
4056
|
-
/** @returns {
|
|
4057
|
-
declare function
|
|
4058
|
-
type
|
|
3921
|
+
/** @returns {CurrenciesResponse} */
|
|
3922
|
+
declare function CurrenciesResponse(): CurrenciesResponse;
|
|
3923
|
+
type CurrenciesResponse = {
|
|
4059
3924
|
items?: Currency[];
|
|
4060
3925
|
};
|
|
4061
|
-
/** @returns {
|
|
4062
|
-
declare function
|
|
4063
|
-
type
|
|
3926
|
+
/** @returns {AppCurrencyResponse} */
|
|
3927
|
+
declare function AppCurrencyResponse(): AppCurrencyResponse;
|
|
3928
|
+
type AppCurrencyResponse = {
|
|
4064
3929
|
/**
|
|
4065
3930
|
* - The unique identifier (24-digit Mongo Object ID)
|
|
4066
3931
|
* of the currency configuration supported by the application
|
|
@@ -4208,26 +4073,9 @@ type OrderingStores = {
|
|
|
4208
4073
|
*/
|
|
4209
4074
|
__v?: number;
|
|
4210
4075
|
};
|
|
4211
|
-
/** @returns {
|
|
4212
|
-
declare function
|
|
4213
|
-
type
|
|
4076
|
+
/** @returns {OrderingStoresResponse} */
|
|
4077
|
+
declare function OrderingStoresResponse(): OrderingStoresResponse;
|
|
4078
|
+
type OrderingStoresResponse = {
|
|
4214
4079
|
page?: Page;
|
|
4215
4080
|
items?: OrderingStore[];
|
|
4216
4081
|
};
|
|
4217
|
-
/** @returns {ValidationErrors} */
|
|
4218
|
-
declare function ValidationErrors(): ValidationErrors;
|
|
4219
|
-
type ValidationErrors = {
|
|
4220
|
-
errors: ValidationError[];
|
|
4221
|
-
};
|
|
4222
|
-
/** @returns {ValidationError} */
|
|
4223
|
-
declare function ValidationError(): ValidationError;
|
|
4224
|
-
type ValidationError = {
|
|
4225
|
-
/**
|
|
4226
|
-
* - A brief description of the error encountered.
|
|
4227
|
-
*/
|
|
4228
|
-
message: string;
|
|
4229
|
-
/**
|
|
4230
|
-
* - The field in the request that caused the error.
|
|
4231
|
-
*/
|
|
4232
|
-
field: string;
|
|
4233
|
-
};
|