@gofynd/fdk-client-javascript 1.4.16-beta.3 → 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.
Files changed (242) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +0 -2
  4. package/sdk/application/ApplicationClient.js +0 -2
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +48 -68
  6. package/sdk/application/Cart/CartApplicationClient.js +27 -117
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +58 -59
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +29 -30
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +1 -1
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +20 -20
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +10 -10
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +30 -51
  14. package/sdk/application/Content/ContentApplicationClient.js +56 -161
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +11 -9
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +10 -7
  17. package/sdk/application/Lead/LeadApplicationClient.d.ts +2 -2
  18. package/sdk/application/Lead/LeadApplicationClient.js +1 -1
  19. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +15 -35
  20. package/sdk/application/Logistic/LogisticApplicationClient.js +8 -101
  21. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -22
  22. package/sdk/application/Order/OrderApplicationClient.js +8 -56
  23. package/sdk/application/Payment/PaymentApplicationClient.d.ts +87 -87
  24. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  25. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +13 -13
  26. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  27. package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
  28. package/sdk/application/Theme/ThemeApplicationClient.js +2 -4
  29. package/sdk/application/User/UserApplicationClient.d.ts +10 -10
  30. package/sdk/application/User/UserApplicationClient.js +6 -6
  31. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  32. package/sdk/application/Webhook/WebhookApplicationClient.js +3 -3
  33. package/sdk/common/Utility.js +6 -3
  34. package/sdk/common/utils.d.ts +0 -1
  35. package/sdk/common/utils.js +0 -14
  36. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
  38. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +21 -116
  39. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +16 -121
  40. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
  41. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
  42. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  43. package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
  44. package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
  45. package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
  46. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
  47. package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
  48. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +167 -1200
  49. package/sdk/partner/Logistics/LogisticsPartnerModel.js +160 -571
  50. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
  51. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +7 -121
  52. package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
  53. package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
  54. package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
  55. package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
  56. package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
  57. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
  58. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
  59. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
  60. package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
  61. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
  62. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
  63. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
  64. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
  65. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
  66. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
  67. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
  68. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
  69. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
  70. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
  71. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
  72. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
  73. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  74. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  75. package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
  76. package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
  77. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
  78. package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
  79. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.js +115 -419
  81. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -121
  82. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -109
  83. package/sdk/platform/Cart/CartPlatformModel.d.ts +1294 -5068
  84. package/sdk/platform/Cart/CartPlatformModel.js +1217 -1992
  85. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -209
  86. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +400 -457
  87. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +142 -185
  88. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +78 -96
  89. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +117 -154
  90. package/sdk/platform/Catalog/CatalogPlatformClient.js +172 -292
  91. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1647 -6389
  92. package/sdk/platform/Catalog/CatalogPlatformModel.js +1681 -3222
  93. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +31 -72
  94. package/sdk/platform/Catalog/CatalogPlatformValidator.js +24 -50
  95. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
  96. package/sdk/platform/Common/CommonPlatformClient.js +2 -3
  97. package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
  98. package/sdk/platform/Common/CommonPlatformModel.js +6 -6
  99. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
  100. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
  101. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
  102. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
  103. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
  104. package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
  105. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
  106. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
  107. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
  108. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
  109. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
  110. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
  111. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
  112. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
  113. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
  114. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
  115. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
  116. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
  117. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +131 -283
  118. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +97 -219
  119. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
  120. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
  121. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -204
  122. package/sdk/platform/Content/ContentPlatformApplicationClient.js +475 -1073
  123. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -253
  124. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -256
  125. package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
  126. package/sdk/platform/Content/ContentPlatformClient.js +336 -523
  127. package/sdk/platform/Content/ContentPlatformModel.d.ts +403 -1375
  128. package/sdk/platform/Content/ContentPlatformModel.js +394 -631
  129. package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
  130. package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
  131. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
  132. package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
  133. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
  134. package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
  135. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
  136. package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
  137. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +39 -95
  138. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +63 -462
  139. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
  140. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
  141. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +22 -20
  142. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +24 -21
  143. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +116 -370
  144. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +104 -313
  145. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  146. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  147. package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
  148. package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
  149. package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
  150. package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
  151. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
  152. package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
  153. package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
  154. package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
  155. package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
  156. package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
  157. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +6 -17
  158. package/sdk/platform/Order/OrderPlatformApplicationClient.js +7 -85
  159. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +24 -95
  160. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +19 -39
  161. package/sdk/platform/Order/OrderPlatformClient.d.ts +96 -153
  162. package/sdk/platform/Order/OrderPlatformClient.js +198 -416
  163. package/sdk/platform/Order/OrderPlatformModel.d.ts +1286 -7619
  164. package/sdk/platform/Order/OrderPlatformModel.js +1265 -3922
  165. package/sdk/platform/Order/OrderPlatformValidator.d.ts +109 -270
  166. package/sdk/platform/Order/OrderPlatformValidator.js +77 -135
  167. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
  168. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
  169. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
  170. package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
  171. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +105 -93
  172. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +141 -129
  173. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
  174. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
  175. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
  176. package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
  177. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +319 -333
  178. package/sdk/platform/Payment/PaymentPlatformModel.js +278 -288
  179. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
  180. package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
  181. package/sdk/platform/PlatformClient.d.ts +2 -0
  182. package/sdk/platform/PlatformClient.js +4 -0
  183. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  184. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  185. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  186. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  187. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
  188. package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
  189. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +36 -46
  190. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +41 -132
  191. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +17 -46
  192. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +14 -34
  193. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +68 -62
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +612 -1845
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +554 -886
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +49 -45
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +30 -28
  199. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  200. package/sdk/platform/Share/SharePlatformApplicationClient.js +9 -9
  201. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +6 -3
  202. package/sdk/platform/Share/SharePlatformApplicationValidator.js +2 -2
  203. package/sdk/platform/Share/SharePlatformModel.d.ts +7 -46
  204. package/sdk/platform/Share/SharePlatformModel.js +6 -31
  205. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
  206. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
  207. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
  208. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
  209. package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
  210. package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
  211. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
  212. package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
  213. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
  214. package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
  215. package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
  216. package/sdk/platform/User/UserPlatformModel.js +23 -23
  217. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
  218. package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
  219. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
  220. package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
  221. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
  222. package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
  223. package/sdk/platform/index.d.ts +1 -0
  224. package/sdk/platform/index.js +2 -0
  225. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
  226. package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
  227. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
  228. package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
  229. package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
  230. package/sdk/public/Content/ContentPublicClient.js +6 -810
  231. package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
  232. package/sdk/public/Content/ContentPublicModel.js +3 -649
  233. package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
  234. package/sdk/public/Content/ContentPublicValidator.js +2 -88
  235. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  236. package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
  237. package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
  238. package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
  239. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  240. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  241. package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -29
  242. 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 CompanyByBrandsRequestSchema
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 CompanyByBrandsResponseSchema
245
+ * @typedef CompanyByBrandsResponse
283
246
  * @property {BrandCompanyInfo[]} [items]
284
247
  * @property {Page} [page]
285
248
  */
286
249
  /**
287
- * @typedef StoreByBrandsRequestSchema
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 StoreByBrandsResponseSchema
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 BrandsByCompanyResponseSchema
282
+ * @typedef BrandsByCompanyResponse
320
283
  * @property {CompanyBrandInfo[]} [brands]
321
284
  */
322
285
  /**
323
- * @typedef ValidationFailedResponseSchema
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 CreateApplicationRequestSchema
313
+ * @typedef CreateApplicationRequest
351
314
  * @property {App} [app]
352
315
  * @property {ApplicationInventory} [configuration]
353
316
  * @property {AppDomain} [domain]
354
317
  */
355
318
  /**
356
- * @typedef CreateAppResponseSchema
319
+ * @typedef CreateAppResponse
357
320
  * @property {Application} [app]
358
321
  * @property {ApplicationInventory} [configuration]
359
322
  */
360
323
  /**
361
- * @typedef ApplicationsResponseSchema
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 MobileAppConfigRequestSchema
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 DomainAddRequestSchema
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 DomainsResponseSchema
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 UpdateDomainTypeRequestSchema
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 DomainStatusRequestSchema
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 DomainStatusResponseSchema
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 DomainSuggestionsRequestSchema
479
+ * @typedef DomainSuggestionsRequest
517
480
  * @property {string} [domain_url] - Domain url
518
- * @property {boolean} [custom_domain] - Get suggestions for custom domains or
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 DomainSuggestionsResponseSchema
494
+ * @typedef DomainSuggestionsResponse
533
495
  * @property {DomainSuggestion[]} [domains] - Domain URL
534
496
  */
535
497
  /**
536
- * @typedef SuccessMessageResponseSchema
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 CompaniesResponseSchema
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 StoresResponseSchema
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 FilterOrderingStoreRequestSchema
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 OrderingStoreSelectRequestSchema
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 OptedApplicationResponseSchema
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 TokenResponseSchema
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 AppFeatureRequestSchema
957
+ * @typedef AppFeatureRequest
996
958
  * @property {AppFeature} [feature]
997
959
  */
998
960
  /**
999
- * @typedef AppFeatureResponseSchema
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 InvalidPayloadRequestSchema
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 CurrenciesResponseSchema
1276
+ * @typedef CurrenciesResponse
1315
1277
  * @property {Currency[]} [items]
1316
1278
  */
1317
1279
  /**
1318
- * @typedef AppCurrencyResponseSchema
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 OrderingStoresResponseSchema
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 { CurrencyExchangeResponseV2, CurrencyExchangeItem, ApplicationInventory, PiiMasking, FstIdentification, QuerySuggestions, SearchConfig, 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, CompanyByBrandsRequestSchema, CompanyByBrandsResponseSchema, StoreByBrandsRequestSchema, StoreByBrandsResponseSchema, BrandStoreInfo, CompanyBrandInfo, BrandsByCompanyResponseSchema, ValidationFailedResponseSchema, NotFound, CommunicationConfig, CommsConfig, PanCardConfig, CreateApplicationRequestSchema, CreateAppResponseSchema, ApplicationsResponseSchema, MobileAppConfiguration, LandingImage, SplashImage, MobileAppConfigRequestSchema, BuildVersionHistory, BuildVersion, AppSupportedCurrency, DefaultCurrency, DomainAdd, DomainAddRequestSchema, Domain, DomainsResponseSchema, UpdateDomain, UpdateDomainTypeRequestSchema, DomainStatusRequestSchema, DomainStatus, DomainStatusResponseSchema, DomainSuggestionsRequestSchema, DomainSuggestion, DomainSuggestionsResponseSchema, SuccessMessageResponseSchema, App, AppDomain, CompaniesResponseSchema, AppInventoryCompanies, StoresResponseSchema, AppInventoryStores, FilterOrderingStoreRequestSchema, DeploymentMeta, OrderingStoreConfig, OrderingStoreSelectRequestSchema, OrderingStoreSelect, OtherSellerCompany, OtherSellerApplication, OtherSellerApplications, OptedApplicationResponseSchema, OptedCompany, OptedInventory, OptType, OptedStore, OptOutInventory, TokenResponseSchema, 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, AppFeatureRequestSchema, AppFeatureResponseSchema, Currency, ApplicationWebsite, ApplicationCors, ApplicationAuth, ApplicationRedirections, ApplicationMeta, SecureUrl, Application, ApplicationById, TokenSchemaID, TokenSchema, InvalidPayloadRequestSchema, Page, ApplicationInformation, InformationAddress, InformationPhone, InformationLoc, InformationSupport, InformationSupportPhone, InformationSupportEmail, SocialLinks, FacebookLink, InstagramLink, TwitterLink, PinterestLink, GooglePlusLink, YoutubeLink, LinkedInLink, VimeoLink, BlogLink, Links, BusinessHighlights, ApplicationDetail, CurrenciesResponseSchema, AppCurrencyResponseSchema, StoreLatLong, OptedStoreAddress, OrderingStore, OrderingStores, OrderingStoresResponseSchema, ValidationErrors, ValidationError };
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 {CompanyByBrandsRequestSchema} */
1932
- declare function CompanyByBrandsRequestSchema(): CompanyByBrandsRequestSchema;
1933
- type CompanyByBrandsRequestSchema = {
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 {CompanyByBrandsResponseSchema} */
1944
- declare function CompanyByBrandsResponseSchema(): CompanyByBrandsResponseSchema;
1945
- type CompanyByBrandsResponseSchema = {
1809
+ /** @returns {CompanyByBrandsResponse} */
1810
+ declare function CompanyByBrandsResponse(): CompanyByBrandsResponse;
1811
+ type CompanyByBrandsResponse = {
1946
1812
  items?: BrandCompanyInfo[];
1947
1813
  page?: Page;
1948
1814
  };
1949
- /** @returns {StoreByBrandsRequestSchema} */
1950
- declare function StoreByBrandsRequestSchema(): StoreByBrandsRequestSchema;
1951
- type StoreByBrandsRequestSchema = {
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 {StoreByBrandsResponseSchema} */
1967
- declare function StoreByBrandsResponseSchema(): StoreByBrandsResponseSchema;
1968
- type StoreByBrandsResponseSchema = {
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 {BrandsByCompanyResponseSchema} */
2022
- declare function BrandsByCompanyResponseSchema(): BrandsByCompanyResponseSchema;
2023
- type BrandsByCompanyResponseSchema = {
1887
+ /** @returns {BrandsByCompanyResponse} */
1888
+ declare function BrandsByCompanyResponse(): BrandsByCompanyResponse;
1889
+ type BrandsByCompanyResponse = {
2024
1890
  brands?: CompanyBrandInfo[];
2025
1891
  };
2026
- /** @returns {ValidationFailedResponseSchema} */
2027
- declare function ValidationFailedResponseSchema(): ValidationFailedResponseSchema;
2028
- type ValidationFailedResponseSchema = {
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 {CreateApplicationRequestSchema} */
2080
- declare function CreateApplicationRequestSchema(): CreateApplicationRequestSchema;
2081
- type CreateApplicationRequestSchema = {
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 {CreateAppResponseSchema} */
2087
- declare function CreateAppResponseSchema(): CreateAppResponseSchema;
2088
- type CreateAppResponseSchema = {
1952
+ /** @returns {CreateAppResponse} */
1953
+ declare function CreateAppResponse(): CreateAppResponse;
1954
+ type CreateAppResponse = {
2089
1955
  app?: Application;
2090
1956
  configuration?: ApplicationInventory;
2091
1957
  };
2092
- /** @returns {ApplicationsResponseSchema} */
2093
- declare function ApplicationsResponseSchema(): ApplicationsResponseSchema;
2094
- type ApplicationsResponseSchema = {
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 {MobileAppConfigRequestSchema} */
2170
- declare function MobileAppConfigRequestSchema(): MobileAppConfigRequestSchema;
2171
- type MobileAppConfigRequestSchema = {
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 {DomainAddRequestSchema} */
2314
- declare function DomainAddRequestSchema(): DomainAddRequestSchema;
2315
- type DomainAddRequestSchema = {
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 {DomainsResponseSchema} */
2351
- declare function DomainsResponseSchema(): DomainsResponseSchema;
2352
- type DomainsResponseSchema = {
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 {UpdateDomainTypeRequestSchema} */
2384
- declare function UpdateDomainTypeRequestSchema(): UpdateDomainTypeRequestSchema;
2385
- type UpdateDomainTypeRequestSchema = {
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 {DomainStatusRequestSchema} */
2394
- declare function DomainStatusRequestSchema(): DomainStatusRequestSchema;
2395
- type DomainStatusRequestSchema = {
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 {DomainStatusResponseSchema} */
2415
- declare function DomainStatusResponseSchema(): DomainStatusResponseSchema;
2416
- type DomainStatusResponseSchema = {
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 {DomainSuggestionsRequestSchema} */
2425
- declare function DomainSuggestionsRequestSchema(): DomainSuggestionsRequestSchema;
2426
- type DomainSuggestionsRequestSchema = {
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
- custom_domain?: boolean;
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 {DomainSuggestionsResponseSchema} */
2464
- declare function DomainSuggestionsResponseSchema(): DomainSuggestionsResponseSchema;
2465
- type DomainSuggestionsResponseSchema = {
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 {SuccessMessageResponseSchema} */
2472
- declare function SuccessMessageResponseSchema(): SuccessMessageResponseSchema;
2473
- type SuccessMessageResponseSchema = {
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 {CompaniesResponseSchema} */
2515
- declare function CompaniesResponseSchema(): CompaniesResponseSchema;
2516
- type CompaniesResponseSchema = {
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 {StoresResponseSchema} */
2538
- declare function StoresResponseSchema(): StoresResponseSchema;
2539
- type StoresResponseSchema = {
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 {FilterOrderingStoreRequestSchema} */
2589
- declare function FilterOrderingStoreRequestSchema(): FilterOrderingStoreRequestSchema;
2590
- type FilterOrderingStoreRequestSchema = {
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 {OrderingStoreSelectRequestSchema} */
2637
- declare function OrderingStoreSelectRequestSchema(): OrderingStoreSelectRequestSchema;
2638
- type OrderingStoreSelectRequestSchema = {
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 {OptedApplicationResponseSchema} */
2695
- declare function OptedApplicationResponseSchema(): OptedApplicationResponseSchema;
2696
- type OptedApplicationResponseSchema = {
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 {TokenResponseSchema} */
2809
- declare function TokenResponseSchema(): TokenResponseSchema;
2810
- type TokenResponseSchema = {
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 {AppFeatureRequestSchema} */
3373
- declare function AppFeatureRequestSchema(): AppFeatureRequestSchema;
3374
- type AppFeatureRequestSchema = {
3237
+ /** @returns {AppFeatureRequest} */
3238
+ declare function AppFeatureRequest(): AppFeatureRequest;
3239
+ type AppFeatureRequest = {
3375
3240
  feature?: AppFeature;
3376
3241
  };
3377
- /** @returns {AppFeatureResponseSchema} */
3378
- declare function AppFeatureResponseSchema(): AppFeatureResponseSchema;
3379
- type AppFeatureResponseSchema = {
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 {InvalidPayloadRequestSchema} */
3680
- declare function InvalidPayloadRequestSchema(): InvalidPayloadRequestSchema;
3681
- type InvalidPayloadRequestSchema = {
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 {CurrenciesResponseSchema} */
4057
- declare function CurrenciesResponseSchema(): CurrenciesResponseSchema;
4058
- type CurrenciesResponseSchema = {
3921
+ /** @returns {CurrenciesResponse} */
3922
+ declare function CurrenciesResponse(): CurrenciesResponse;
3923
+ type CurrenciesResponse = {
4059
3924
  items?: Currency[];
4060
3925
  };
4061
- /** @returns {AppCurrencyResponseSchema} */
4062
- declare function AppCurrencyResponseSchema(): AppCurrencyResponseSchema;
4063
- type AppCurrencyResponseSchema = {
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 {OrderingStoresResponseSchema} */
4212
- declare function OrderingStoresResponseSchema(): OrderingStoresResponseSchema;
4213
- type OrderingStoresResponseSchema = {
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
- };