@gofynd/fdk-client-javascript 1.0.1 → 1.0.3

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 (318) hide show
  1. package/documentation/application/CART.md +5934 -4502
  2. package/documentation/application/CATALOG.md +6338 -7245
  3. package/documentation/application/COMMON.md +95 -222
  4. package/documentation/application/COMMUNICATION.md +106 -186
  5. package/documentation/application/CONFIGURATION.md +903 -1597
  6. package/documentation/application/CONTENT.md +562 -1270
  7. package/documentation/application/FILESTORAGE.md +84 -220
  8. package/documentation/application/LEAD.md +314 -660
  9. package/documentation/application/LOGISTIC.md +229 -305
  10. package/documentation/application/ORDER.md +642 -1137
  11. package/documentation/application/PAYMENT.md +2285 -3031
  12. package/documentation/application/POSCART.md +6079 -4642
  13. package/documentation/application/REWARDS.md +94 -248
  14. package/documentation/application/SHARE.md +152 -250
  15. package/documentation/application/THEME.md +952 -1235
  16. package/documentation/application/USER.md +1228 -1765
  17. package/documentation/platform/ANALYTICS.md +207 -349
  18. package/documentation/platform/AUDITTRAIL.md +121 -204
  19. package/documentation/platform/BILLING.md +865 -1376
  20. package/documentation/platform/CART.md +2814 -3662
  21. package/documentation/platform/CATALOG.md +15266 -17619
  22. package/documentation/platform/COMMON.md +95 -222
  23. package/documentation/platform/COMMUNICATION.md +1632 -2380
  24. package/documentation/platform/COMPANYPROFILE.md +572 -957
  25. package/documentation/platform/CONFIGURATION.md +3050 -4073
  26. package/documentation/platform/CONTENT.md +3509 -4121
  27. package/documentation/platform/DISCOUNT.md +140 -236
  28. package/documentation/platform/FILESTORAGE.md +187 -323
  29. package/documentation/platform/INVENTORY.md +268 -911
  30. package/documentation/platform/LEAD.md +2195 -2541
  31. package/documentation/platform/ORDER.md +3750 -5636
  32. package/documentation/platform/PARTNER.md +9 -36
  33. package/documentation/platform/PAYMENT.md +903 -1213
  34. package/documentation/platform/REWARDS.md +183 -347
  35. package/documentation/platform/SHARE.md +120 -213
  36. package/documentation/platform/THEME.md +12956 -13239
  37. package/documentation/platform/USER.md +975 -1120
  38. package/documentation/platform/WEBHOOK.md +78 -184
  39. package/documentation/public/CONFIGURATION.md +95 -222
  40. package/documentation/public/INVENTORY.md +100 -282
  41. package/documentation/public/WEBHOOK.md +27 -133
  42. package/package.json +1 -1
  43. package/sdk/application/ApplicationConfig.js +1 -1
  44. package/sdk/application/Cart/CartApplicationClient.d.ts +243 -243
  45. package/sdk/application/Cart/CartApplicationClient.js +1058 -547
  46. package/sdk/application/Cart/CartApplicationModel.d.ts +64 -63
  47. package/sdk/application/Cart/CartApplicationModel.js +489 -886
  48. package/sdk/application/Cart/CartApplicationValidator.d.ts +17 -17
  49. package/sdk/application/Cart/CartApplicationValidator.js +98 -98
  50. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +358 -358
  51. package/sdk/application/Catalog/CatalogApplicationClient.js +1545 -949
  52. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +90 -90
  53. package/sdk/application/Catalog/CatalogApplicationModel.js +692 -1258
  54. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +19 -19
  55. package/sdk/application/Catalog/CatalogApplicationValidator.js +110 -110
  56. package/sdk/application/Common/CommonApplicationClient.d.ts +13 -13
  57. package/sdk/application/Common/CommonApplicationClient.js +76 -36
  58. package/sdk/application/Common/CommonApplicationModel.d.ts +12 -12
  59. package/sdk/application/Common/CommonApplicationModel.js +83 -160
  60. package/sdk/application/Common/CommonApplicationValidator.d.ts +1 -1
  61. package/sdk/application/Common/CommonApplicationValidator.js +6 -6
  62. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +11 -11
  63. package/sdk/application/Communication/CommunicationApplicationClient.js +92 -31
  64. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +6 -6
  65. package/sdk/application/Communication/CommunicationApplicationModel.js +38 -83
  66. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  67. package/sdk/application/Communication/CommunicationApplicationValidator.js +4 -4
  68. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +116 -116
  69. package/sdk/application/Configuration/ConfigurationApplicationClient.js +638 -312
  70. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +85 -85
  71. package/sdk/application/Configuration/ConfigurationApplicationModel.js +480 -851
  72. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +8 -8
  73. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +33 -33
  74. package/sdk/application/Content/ContentApplicationClient.d.ts +67 -67
  75. package/sdk/application/Content/ContentApplicationClient.js +581 -213
  76. package/sdk/application/Content/ContentApplicationModel.d.ts +76 -75
  77. package/sdk/application/Content/ContentApplicationModel.js +468 -875
  78. package/sdk/application/Content/ContentApplicationValidator.d.ts +5 -5
  79. package/sdk/application/Content/ContentApplicationValidator.js +24 -24
  80. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +25 -25
  81. package/sdk/application/FileStorage/FileStorageApplicationClient.js +121 -59
  82. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +13 -13
  83. package/sdk/application/FileStorage/FileStorageApplicationModel.js +86 -169
  84. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  85. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +7 -7
  86. package/sdk/application/Lead/LeadApplicationClient.d.ts +24 -24
  87. package/sdk/application/Lead/LeadApplicationClient.js +230 -96
  88. package/sdk/application/Lead/LeadApplicationModel.d.ts +35 -35
  89. package/sdk/application/Lead/LeadApplicationModel.js +267 -474
  90. package/sdk/application/Lead/LeadApplicationValidator.d.ts +2 -2
  91. package/sdk/application/Lead/LeadApplicationValidator.js +11 -11
  92. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +30 -19
  93. package/sdk/application/Logistic/LogisticApplicationClient.js +196 -47
  94. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +17 -14
  95. package/sdk/application/Logistic/LogisticApplicationModel.js +133 -201
  96. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +3 -2
  97. package/sdk/application/Logistic/LogisticApplicationValidator.js +14 -8
  98. package/sdk/application/Order/OrderApplicationClient.d.ts +86 -86
  99. package/sdk/application/Order/OrderApplicationClient.js +448 -215
  100. package/sdk/application/Order/OrderApplicationModel.d.ts +50 -50
  101. package/sdk/application/Order/OrderApplicationModel.js +357 -661
  102. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -7
  103. package/sdk/application/Order/OrderApplicationValidator.js +28 -28
  104. package/sdk/application/Payment/PaymentApplicationClient.d.ts +318 -318
  105. package/sdk/application/Payment/PaymentApplicationClient.js +1525 -750
  106. package/sdk/application/Payment/PaymentApplicationModel.d.ts +72 -72
  107. package/sdk/application/Payment/PaymentApplicationModel.js +565 -1033
  108. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +28 -28
  109. package/sdk/application/Payment/PaymentApplicationValidator.js +107 -107
  110. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +254 -254
  111. package/sdk/application/PosCart/PosCartApplicationClient.js +1137 -606
  112. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +61 -60
  113. package/sdk/application/PosCart/PosCartApplicationModel.js +477 -873
  114. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +18 -18
  115. package/sdk/application/PosCart/PosCartApplicationValidator.js +103 -103
  116. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +27 -27
  117. package/sdk/application/Rewards/RewardsApplicationClient.js +253 -113
  118. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +14 -14
  119. package/sdk/application/Rewards/RewardsApplicationModel.js +96 -191
  120. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +3 -3
  121. package/sdk/application/Rewards/RewardsApplicationValidator.js +12 -12
  122. package/sdk/application/Share/ShareApplicationClient.d.ts +37 -37
  123. package/sdk/application/Share/ShareApplicationClient.js +221 -96
  124. package/sdk/application/Share/ShareApplicationModel.d.ts +8 -8
  125. package/sdk/application/Share/ShareApplicationModel.js +63 -123
  126. package/sdk/application/Share/ShareApplicationValidator.d.ts +4 -4
  127. package/sdk/application/Share/ShareApplicationValidator.js +12 -12
  128. package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
  129. package/sdk/application/Theme/ThemeApplicationClient.js +115 -37
  130. package/sdk/application/Theme/ThemeApplicationModel.d.ts +34 -34
  131. package/sdk/application/Theme/ThemeApplicationModel.js +190 -336
  132. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +1 -1
  133. package/sdk/application/Theme/ThemeApplicationValidator.js +4 -4
  134. package/sdk/application/User/UserApplicationClient.d.ts +280 -280
  135. package/sdk/application/User/UserApplicationClient.js +1201 -543
  136. package/sdk/application/User/UserApplicationModel.d.ts +79 -72
  137. package/sdk/application/User/UserApplicationModel.js +440 -689
  138. package/sdk/application/User/UserApplicationValidator.d.ts +24 -24
  139. package/sdk/application/User/UserApplicationValidator.js +89 -89
  140. package/sdk/common/AxiosHelper.js +1 -1
  141. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +55 -47
  142. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +308 -151
  143. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +6 -6
  144. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +20 -20
  145. package/sdk/platform/Analytics/AnalyticsPlatformClient.d.ts +8 -4
  146. package/sdk/platform/Analytics/AnalyticsPlatformClient.js +103 -16
  147. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +11 -11
  148. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +95 -178
  149. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +16 -12
  150. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +131 -44
  151. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +10 -10
  152. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +50 -89
  153. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  154. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +6 -6
  155. package/sdk/platform/Billing/BillingPlatformClient.d.ts +68 -56
  156. package/sdk/platform/Billing/BillingPlatformClient.js +416 -171
  157. package/sdk/platform/Billing/BillingPlatformModel.d.ts +40 -40
  158. package/sdk/platform/Billing/BillingPlatformModel.js +342 -668
  159. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +8 -8
  160. package/sdk/platform/Billing/BillingPlatformValidator.js +25 -25
  161. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +176 -159
  162. package/sdk/platform/Cart/CartPlatformApplicationClient.js +837 -500
  163. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +11 -11
  164. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +63 -63
  165. package/sdk/platform/Cart/CartPlatformModel.d.ts +86 -85
  166. package/sdk/platform/Cart/CartPlatformModel.js +677 -1211
  167. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +582 -529
  168. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +2642 -1533
  169. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +40 -40
  170. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +175 -175
  171. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +708 -590
  172. package/sdk/platform/Catalog/CatalogPlatformClient.js +3103 -1362
  173. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +293 -284
  174. package/sdk/platform/Catalog/CatalogPlatformModel.js +2149 -3660
  175. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +66 -64
  176. package/sdk/platform/Catalog/CatalogPlatformValidator.js +235 -216
  177. package/sdk/platform/Common/CommonPlatformClient.d.ts +14 -12
  178. package/sdk/platform/Common/CommonPlatformClient.js +80 -37
  179. package/sdk/platform/Common/CommonPlatformModel.d.ts +12 -12
  180. package/sdk/platform/Common/CommonPlatformModel.js +83 -160
  181. package/sdk/platform/Common/CommonPlatformValidator.d.ts +1 -1
  182. package/sdk/platform/Common/CommonPlatformValidator.js +6 -6
  183. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +333 -293
  184. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +1687 -855
  185. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +30 -30
  186. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +87 -87
  187. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +2 -1
  188. package/sdk/platform/Communication/CommunicationPlatformClient.js +28 -4
  189. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +67 -67
  190. package/sdk/platform/Communication/CommunicationPlatformModel.js +522 -974
  191. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +70 -57
  192. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +463 -182
  193. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +28 -28
  194. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +294 -557
  195. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +7 -7
  196. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +24 -24
  197. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +175 -137
  198. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +1168 -521
  199. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +22 -21
  200. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +69 -63
  201. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +137 -119
  202. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +691 -316
  203. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +148 -146
  204. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +854 -1508
  205. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -9
  206. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +38 -38
  207. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +542 -461
  208. package/sdk/platform/Content/ContentPlatformApplicationClient.js +2600 -1160
  209. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +50 -49
  210. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +159 -152
  211. package/sdk/platform/Content/ContentPlatformModel.d.ts +79 -75
  212. package/sdk/platform/Content/ContentPlatformModel.js +486 -867
  213. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +72 -61
  214. package/sdk/platform/Discount/DiscountPlatformClient.js +424 -198
  215. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +7 -7
  216. package/sdk/platform/Discount/DiscountPlatformModel.js +60 -121
  217. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +6 -6
  218. package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -29
  219. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +26 -22
  220. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +145 -59
  221. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  222. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +8 -8
  223. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +58 -52
  224. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +240 -114
  225. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +13 -13
  226. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +86 -169
  227. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +3 -3
  228. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +11 -11
  229. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +76 -63
  230. package/sdk/platform/Inventory/InventoryPlatformClient.js +461 -197
  231. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +30 -30
  232. package/sdk/platform/Inventory/InventoryPlatformModel.js +497 -964
  233. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +7 -7
  234. package/sdk/platform/Inventory/InventoryPlatformValidator.js +28 -28
  235. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +84 -71
  236. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +441 -182
  237. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +7 -7
  238. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +28 -28
  239. package/sdk/platform/Lead/LeadPlatformClient.d.ts +86 -75
  240. package/sdk/platform/Lead/LeadPlatformClient.js +434 -212
  241. package/sdk/platform/Lead/LeadPlatformModel.d.ts +35 -35
  242. package/sdk/platform/Lead/LeadPlatformModel.js +267 -474
  243. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +6 -6
  244. package/sdk/platform/Lead/LeadPlatformValidator.js +24 -24
  245. package/sdk/platform/OAuthClient.js +8 -8
  246. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +14 -11
  247. package/sdk/platform/Order/OrderPlatformApplicationClient.js +113 -49
  248. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -1
  249. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +6 -6
  250. package/sdk/platform/Order/OrderPlatformClient.d.ts +367 -315
  251. package/sdk/platform/Order/OrderPlatformClient.js +1775 -893
  252. package/sdk/platform/Order/OrderPlatformModel.d.ts +198 -192
  253. package/sdk/platform/Order/OrderPlatformModel.js +1591 -2822
  254. package/sdk/platform/Order/OrderPlatformValidator.d.ts +32 -32
  255. package/sdk/platform/Order/OrderPlatformValidator.js +160 -155
  256. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -2
  257. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +52 -8
  258. package/sdk/platform/Partner/PartnerPlatformModel.js +6 -22
  259. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +65 -54
  260. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +395 -164
  261. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +6 -6
  262. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +23 -23
  263. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +55 -45
  264. package/sdk/platform/Payment/PaymentPlatformClient.js +362 -147
  265. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +27 -27
  266. package/sdk/platform/Payment/PaymentPlatformModel.js +220 -408
  267. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +4 -4
  268. package/sdk/platform/Payment/PaymentPlatformValidator.js +21 -21
  269. package/sdk/platform/PlatformApplicationClient.d.ts +1496 -10153
  270. package/sdk/platform/PlatformApplicationClient.js +1584 -13691
  271. package/sdk/platform/PlatformClient.d.ts +7918 -7666
  272. package/sdk/platform/PlatformClient.js +8701 -9926
  273. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +91 -78
  274. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +507 -253
  275. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +8 -8
  276. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +34 -34
  277. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +15 -15
  278. package/sdk/platform/Rewards/RewardsPlatformModel.js +92 -194
  279. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +16 -12
  280. package/sdk/platform/Share/SharePlatformApplicationClient.js +130 -52
  281. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  282. package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -6
  283. package/sdk/platform/Share/SharePlatformModel.d.ts +8 -8
  284. package/sdk/platform/Share/SharePlatformModel.js +60 -118
  285. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +148 -124
  286. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +770 -295
  287. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +15 -15
  288. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +44 -44
  289. package/sdk/platform/Theme/ThemePlatformModel.d.ts +34 -34
  290. package/sdk/platform/Theme/ThemePlatformModel.js +190 -336
  291. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +146 -67
  292. package/sdk/platform/User/UserPlatformApplicationClient.js +742 -155
  293. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +12 -7
  294. package/sdk/platform/User/UserPlatformApplicationValidator.js +61 -23
  295. package/sdk/platform/User/UserPlatformModel.d.ts +79 -72
  296. package/sdk/platform/User/UserPlatformModel.js +440 -689
  297. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +35 -29
  298. package/sdk/platform/Webhook/WebhookPlatformClient.js +218 -91
  299. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +7 -7
  300. package/sdk/platform/Webhook/WebhookPlatformModel.js +68 -136
  301. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +3 -3
  302. package/sdk/platform/Webhook/WebhookPlatformValidator.js +14 -14
  303. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +13 -13
  304. package/sdk/public/Configuration/ConfigurationPublicClient.js +81 -38
  305. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +12 -12
  306. package/sdk/public/Configuration/ConfigurationPublicModel.js +85 -162
  307. package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -1
  308. package/sdk/public/Configuration/ConfigurationPublicValidator.js +6 -6
  309. package/sdk/public/Inventory/InventoryPublicClient.d.ts +34 -34
  310. package/sdk/public/Inventory/InventoryPublicClient.js +228 -105
  311. package/sdk/public/Inventory/InventoryPublicModel.d.ts +10 -10
  312. package/sdk/public/Inventory/InventoryPublicModel.js +119 -245
  313. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +3 -3
  314. package/sdk/public/Inventory/InventoryPublicValidator.js +15 -15
  315. package/sdk/public/Webhook/WebhookPublicClient.js +51 -10
  316. package/sdk/public/Webhook/WebhookPublicModel.d.ts +7 -7
  317. package/sdk/public/Webhook/WebhookPublicModel.js +68 -136
  318. package/tests/application/catalog.spec.js +7 -0
@@ -1,317 +1,326 @@
1
1
  export = CatalogModel;
2
2
  declare class CatalogModel {
3
- static GetSearchWordsData(): any;
4
- static Page(): any;
5
- static GetSearchWordsDetailResponse(): any;
6
- static ErrorResponse(): any;
7
- static SearchKeywordResult(): any;
8
- static CreateSearchKeyword(): any;
9
- static DeleteResponse(): any;
10
- static GetSearchWordsResponse(): any;
11
- static GetAutocompleteWordsData(): any;
12
- static GetAutocompleteWordsResponse(): any;
13
- static AutocompletePageAction(): any;
14
- static AutocompleteAction(): any;
15
- static Media(): any;
16
- static AutocompleteResult(): any;
17
- static CreateAutocompleteKeyword(): any;
18
- static CreateAutocompleteWordsResponse(): any;
19
- static ProductBundleItem(): any;
20
- static GetProductBundleCreateResponse(): any;
21
- static GetProductBundleListingResponse(): any;
22
- static ProductBundleRequest(): any;
23
- static Size(): any;
24
- static Price(): any;
25
- static LimitedProductData(): any;
26
- static GetProducts(): any;
27
- static GetProductBundleResponse(): any;
28
- static ProductBundleUpdateRequest(): any;
29
- static ListSizeGuide(): any;
30
- static Meta(): any;
31
- static Guide(): any;
32
- static ValidateSizeGuide(): any;
33
- static SuccessResponse(): any;
34
- static SizeGuideResponse(): any;
35
- static MOQData(): any;
36
- static SEOData(): any;
37
- static OwnerAppItemResponse(): any;
38
- static MetaFields(): any;
3
+ static Action(): any;
4
+ static ActionPage(): any;
5
+ static AllowSingleRequest(): any;
6
+ static AllSizes(): any;
7
+ static AppCatalogConfiguration(): any;
8
+ static AppConfiguration(): any;
9
+ static AppConfigurationDetail(): any;
10
+ static AppConfigurationsSort(): any;
11
+ static ApplicationBrandJson(): any;
12
+ static ApplicationCategoryJson(): any;
13
+ static ApplicationDepartment(): any;
14
+ static ApplicationDepartmentJson(): any;
15
+ static ApplicationDepartmentListingResponse(): any;
16
+ static ApplicationItemMeta(): any;
39
17
  static ApplicationItemMOQ(): any;
40
18
  static ApplicationItemSEO(): any;
41
- static ApplicationItemMeta(): any;
42
- static SuccessResponse1(): any;
43
- static GetConfigMetadataResponse(): any;
44
- static PageResponseType(): any;
45
- static GetConfigResponse(): any;
46
- static ConfigErrorResponse(): any;
19
+ static ApplicationProductListingResponse(): any;
20
+ static ApplicationStoreJson(): any;
21
+ static ArticleAssignment(): any;
22
+ static ArticleAssignment1(): any;
23
+ static ArticleQuery(): any;
24
+ static ArticleStoreResponse(): any;
25
+ static AssignStore(): any;
26
+ static AssignStoreArticle(): any;
47
27
  static AttributeDetailsGroup(): any;
48
- static AppConfigurationDetail(): any;
28
+ static AttributeMaster(): any;
29
+ static AttributeMasterDetails(): any;
30
+ static AttributeMasterFilter(): any;
31
+ static AttributeMasterMandatoryDetails(): any;
32
+ static AttributeMasterMeta(): any;
33
+ static AttributeMasterSerializer(): any;
34
+ static AttributeSchemaRange(): any;
35
+ static AutocompleteAction(): any;
36
+ static AutocompletePageAction(): any;
37
+ static AutocompleteResult(): any;
38
+ static BannerImage(): any;
39
+ static Brand(): any;
40
+ static BrandItem(): any;
41
+ static BrandListingResponse(): any;
42
+ static BrandMeta(): any;
43
+ static BrandMeta1(): any;
44
+ static BulkAssetResponse(): any;
45
+ static BulkHsnResponse(): any;
46
+ static BulkHsnUpsert(): any;
47
+ static BulkInventoryGet(): any;
48
+ static BulkInventoryGetItems(): any;
49
+ static BulkJob(): any;
50
+ static BulkProductRequest(): any;
51
+ static BulkResponse(): any;
52
+ static CatalogInsightBrand(): any;
53
+ static CatalogInsightItem(): any;
54
+ static CatalogInsightResponse(): any;
55
+ static CategoriesResponse(): any;
56
+ static Category(): any;
57
+ static CategoryCreateResponse(): any;
58
+ static CategoryItems(): any;
59
+ static CategoryListingResponse(): any;
60
+ static CategoryMapping(): any;
61
+ static CategoryMappingValues(): any;
62
+ static CategoryRequestBody(): any;
63
+ static CategoryResponse(): any;
64
+ static CategoryUpdateResponse(): any;
65
+ static Child(): any;
66
+ static CollectionBadge(): any;
67
+ static CollectionBanner(): any;
68
+ static CollectionCreateResponse(): any;
69
+ static CollectionDetailResponse(): any;
70
+ static CollectionImage(): any;
71
+ static CollectionItem(): any;
72
+ static CollectionItemUpdate(): any;
73
+ static CollectionListingFilter(): any;
74
+ static CollectionListingFilterTag(): any;
75
+ static CollectionListingFilterType(): any;
76
+ static CollectionQuery(): any;
77
+ static CollectionSchedule(): any;
78
+ static CompanyBrandDetail(): any;
79
+ static CompanyMeta(): any;
80
+ static CompanyMeta1(): any;
81
+ static CompanyOptIn(): any;
82
+ static ConfigErrorResponse(): any;
49
83
  static ConfigSuccessResponse(): any;
50
- static AppConfigurationsSort(): any;
51
- static AllowSingleRequest(): any;
52
- static DefaultKeyRequest(): any;
53
- static MetaDataListingSortMetaResponse(): any;
54
- static MetaDataListingSortResponse(): any;
55
- static MetaDataListingFilterMetaResponse(): any;
56
- static MetaDataListingFilterResponse(): any;
57
- static MetaDataListingResponse(): any;
58
- static GetCatalogConfigurationDetailsProduct(): any;
59
- static GetCatalogConfigurationMetaData(): any;
60
- static ConfigurationListingSortConfig(): any;
61
- static ConfigurationListingSort(): any;
62
84
  static ConfigurationBucketPoints(): any;
63
- static ConfigurationListingFilterValue(): any;
64
- static ConfigurationListingFilterConfig(): any;
65
- static ConfigurationListingFilter(): any;
66
85
  static ConfigurationListing(): any;
67
- static ProductSize(): any;
68
- static ConfigurationProductVariantConfig(): any;
69
- static ConfigurationProductVariant(): any;
86
+ static ConfigurationListingFilter(): any;
87
+ static ConfigurationListingFilterConfig(): any;
88
+ static ConfigurationListingFilterValue(): any;
89
+ static ConfigurationListingSort(): any;
90
+ static ConfigurationListingSortConfig(): any;
91
+ static ConfigurationProduct(): any;
70
92
  static ConfigurationProductConfig(): any;
71
93
  static ConfigurationProductSimilar(): any;
72
- static ConfigurationProduct(): any;
73
- static AppCatalogConfiguration(): any;
74
- static GetAppCatalogConfiguration(): any;
75
- static AppConfiguration(): any;
76
- static GetCatalogConfigurationDetailsSchemaListing(): any;
77
- static EntityConfiguration(): any;
78
- static GetAppCatalogEntityConfiguration(): any;
79
- static ProductSortOn(): any;
80
- static ProductFiltersKey(): any;
81
- static ProductFiltersValue(): any;
82
- static ProductFilters(): any;
83
- static GetCollectionQueryOptionResponse(): any;
84
- static ActionPage(): any;
85
- static Action(): any;
86
- static BannerImage(): any;
87
- static ImageUrls(): any;
88
- static CollectionQuery(): any;
89
- static Media1(): any;
90
- static GetCollectionDetailNest(): any;
91
- static CollectionListingFilterType(): any;
92
- static CollectionListingFilterTag(): any;
93
- static CollectionListingFilter(): any;
94
- static GetCollectionListingResponse(): any;
95
- static NextSchedule(): any;
96
- static CollectionSchedule(): any;
97
- static UserInfo(): any;
98
- static CollectionBadge(): any;
99
- static SeoDetail(): any;
100
- static CollectionImage(): any;
101
- static CollectionBanner(): any;
94
+ static ConfigurationProductVariant(): any;
95
+ static ConfigurationProductVariantConfig(): any;
96
+ static CreateAutocompleteKeyword(): any;
97
+ static CreateAutocompleteWordsResponse(): any;
102
98
  static CreateCollection(): any;
103
- static CollectionCreateResponse(): any;
104
- static CollectionDetailResponse(): any;
105
- static UpdateCollection(): any;
106
- static ProductBrand(): any;
107
- static Price1(): any;
108
- static ProductListingPrice(): any;
109
- static ProductDetailAttribute(): any;
110
- static ProductDetailGroupedAttribute(): any;
111
- static ProductListingDetail(): any;
112
- static GetCollectionItemsResponse(): any;
113
- static ItemQueryForUserCollection(): any;
114
- static CollectionItemRequest(): any;
115
- static UpdatedResponse(): any;
116
- static CatalogInsightBrand(): any;
117
- static CatalogInsightItem(): any;
118
- static CatalogInsightResponse(): any;
99
+ static CreateSearchKeyword(): any;
119
100
  static CrossSellingData(): any;
120
101
  static CrossSellingResponse(): any;
121
- static OptInPostRequest(): any;
122
- static CompanyOptIn(): any;
123
- static GetOptInPlatform(): any;
124
- static OptinCompanyDetail(): any;
125
- static CompanyBrandDetail(): any;
126
- static OptinCompanyBrandDetailsView(): any;
127
- static OptinCompanyMetrics(): any;
128
- static StoreDetail(): any;
129
- static OptinStoreDetails(): any;
130
- static AttributeMasterFilter(): any;
131
- static AttributeMasterMandatoryDetails(): any;
132
- static AttributeMasterMeta(): any;
133
- static AttributeMasterDetails(): any;
134
- static AttributeSchemaRange(): any;
135
- static AttributeMaster(): any;
136
- static GenderDetail(): any;
137
- static ProductTemplateCategory(): any;
138
- static ProdcutTemplateCategoriesResponse(): any;
139
- static PTErrorResponse(): any;
140
- static UserSerializer(): any;
141
- static GetDepartment(): any;
142
- static DepartmentsResponse(): any;
143
- static DepartmentErrorResponse(): any;
144
- static DepartmentCreateUpdate(): any;
145
- static DepartmentCreateResponse(): any;
146
- static DepartmentCreateErrorResponse(): any;
147
- static UserDetail(): any;
148
- static DepartmentModel(): any;
149
- static ProductTemplate(): any;
150
- static TemplatesResponse(): any;
151
- static TemplateDetails(): any;
152
- static Properties(): any;
153
- static GlobalValidation(): any;
154
- static TemplateValidationData(): any;
155
- static TemplatesValidationResponse(): any;
156
- static InventoryValidationResponse(): any;
157
- static HSNData(): any;
158
- static HSNCodesResponse(): any;
159
- static ProductDownloadItemsData(): any;
160
- static VerifiedBy(): any;
161
- static ProductDownloadsItems(): any;
162
- static ProductDownloadsResponse(): any;
163
- static ProductConfigurationDownloads(): any;
164
- static Hierarchy(): any;
165
- static CategoryMappingValues(): any;
166
- static CategoryMapping(): any;
167
- static Media2(): any;
168
- static Category(): any;
169
- static CategoryResponse(): any;
170
- static CategoryRequestBody(): any;
171
- static CategoryCreateResponse(): any;
172
- static SingleCategoryResponse(): any;
173
- static CategoryUpdateResponse(): any;
174
- static Logo(): any;
175
- static Brand(): any;
176
- static NetQuantityResponse(): any;
177
- static Image(): any;
178
- static ProductPublished(): any;
179
- static ReturnConfigResponse(): any;
180
- static Product(): any;
181
- static ProductListingResponse(): any;
182
- static NetQuantity(): any;
183
- static TeaserTag(): any;
184
102
  static CustomOrder(): any;
185
- static ProductPublish(): any;
186
- static TaxIdentifier(): any;
187
- static ReturnConfig(): any;
188
- static Trader(): any;
189
- static ProductCreateUpdateSchemaV2(): any;
190
- static ProductVariants(): any;
191
- static ProductVariantsResponse(): any;
192
- static AttributeMasterSerializer(): any;
193
- static ProductAttributesResponse(): any;
194
- static SingleProductResponse(): any;
195
- static ValidateIdentifier(): any;
196
- static AllSizes(): any;
197
- static GetAllSizes(): any;
198
- static ValidateProduct(): any;
199
- static UserDetail1(): any;
200
- static ProductBulkRequest(): any;
201
- static ProductBulkRequestList(): any;
202
- static UserInfo1(): any;
203
- static BulkJob(): any;
204
- static BulkResponse(): any;
205
- static BulkProductRequest(): any;
206
- static NestedTags(): any;
207
- static ProductTagsViewResponse(): any;
208
- static UserCommon(): any;
209
- static Items(): any;
210
- static BulkAssetResponse(): any;
211
- static ProductBulkAssets(): any;
212
- static ProductSizeDeleteDataResponse(): any;
213
- static ProductSizeDeleteResponse(): any;
214
- static InventoryResponse(): any;
215
- static InventoryResponsePaginated(): any;
216
- static ItemQuery(): any;
217
- static GTIN(): any;
218
- static SetSize(): any;
219
- static SizeDistribution(): any;
220
- static InventorySet(): any;
221
- static InvSize(): any;
222
- static InventoryRequest(): any;
223
- static WeightResponse(): any;
224
- static BrandMeta(): any;
225
- static CompanyMeta(): any;
226
- static QuantityBase(): any;
227
- static Quantities(): any;
103
+ static DateMeta(): any;
104
+ static DefaultKeyRequest(): any;
105
+ static DeleteResponse(): any;
106
+ static Department(): any;
107
+ static DepartmentCategoryTree(): any;
108
+ static DepartmentCreateErrorResponse(): any;
109
+ static DepartmentCreateResponse(): any;
110
+ static DepartmentCreateUpdate(): any;
111
+ static DepartmentErrorResponse(): any;
112
+ static DepartmentIdentifier(): any;
113
+ static DepartmentModel(): any;
114
+ static DepartmentResponse(): any;
115
+ static DepartmentsResponse(): any;
228
116
  static DimensionResponse(): any;
229
- static PriceMeta(): any;
230
- static StoreMeta(): any;
231
- static ManufacturerResponse(): any;
232
- static ReturnConfig1(): any;
233
- static Trader1(): any;
234
- static InventorySellerResponse(): any;
235
- static InventorySellerIdentifierResponsePaginated(): any;
236
- static WeightResponse1(): any;
237
- static BrandMeta1(): any;
238
- static CompanyMeta1(): any;
239
- static Quantity(): any;
240
- static QuantitiesArticle(): any;
241
117
  static DimensionResponse1(): any;
242
- static DateMeta(): any;
243
- static PriceArticle(): any;
244
- static ArticleStoreResponse(): any;
245
- static ManufacturerResponse1(): any;
246
- static ReturnConfig2(): any;
247
- static Trader2(): any;
118
+ static Document(): any;
119
+ static EntityConfiguration(): any;
120
+ static ErrorResponse(): any;
121
+ static FilerList(): any;
122
+ static GenderDetail(): any;
123
+ static GetAddressSerializer(): any;
124
+ static GetAllSizes(): any;
125
+ static GetAppCatalogConfiguration(): any;
126
+ static GetAppCatalogEntityConfiguration(): any;
127
+ static GetAutocompleteWordsData(): any;
128
+ static GetAutocompleteWordsResponse(): any;
129
+ static GetCatalogConfigurationDetailsProduct(): any;
130
+ static GetCatalogConfigurationDetailsSchemaListing(): any;
131
+ static GetCatalogConfigurationMetaData(): any;
132
+ static GetCollectionDetailNest(): any;
133
+ static GetCollectionItemsResponse(): any;
134
+ static GetCollectionListingResponse(): any;
135
+ static GetCollectionQueryOptionResponse(): any;
136
+ static GetCompanySerializer(): any;
137
+ static GetConfigMetadataResponse(): any;
138
+ static GetConfigResponse(): any;
139
+ static GetDepartment(): any;
248
140
  static GetInventories(): any;
249
141
  static GetInventoriesResponse(): any;
250
- static BulkInventoryGetItems(): any;
251
- static BulkInventoryGet(): any;
252
- static InventoryJobPayload(): any;
142
+ static GetLocationSerializer(): any;
143
+ static GetOptInPlatform(): any;
144
+ static GetProductBundleCreateResponse(): any;
145
+ static GetProductBundleListingResponse(): any;
146
+ static GetProductBundleResponse(): any;
147
+ static GetProducts(): any;
148
+ static GetSearchWordsData(): any;
149
+ static GetSearchWordsDetailResponse(): any;
150
+ static GetSearchWordsResponse(): any;
151
+ static GlobalValidation(): any;
152
+ static GTIN(): any;
153
+ static Guide(): any;
154
+ static Hierarchy(): any;
155
+ static HsnCode(): any;
156
+ static HsnCodesListingResponseSchemaV2(): any;
157
+ static HsnCodesObject(): any;
158
+ static HSNCodesResponse(): any;
159
+ static HSNData(): any;
160
+ static HSNDataInsertV2(): any;
161
+ static HsnUpsert(): any;
162
+ static Image(): any;
163
+ static ImageUrls(): any;
253
164
  static InventoryBulkRequest(): any;
165
+ static InventoryConfig(): any;
166
+ static InventoryCreateRequest(): any;
167
+ static InventoryExportAdvanceOption(): any;
168
+ static InventoryExportFilter(): any;
254
169
  static InventoryExportJob(): any;
170
+ static InventoryExportJobListResponse(): any;
171
+ static InventoryExportQuantityFilter(): any;
255
172
  static InventoryExportRequest(): any;
256
173
  static InventoryExportResponse(): any;
257
- static FilerList(): any;
258
- static InventoryConfig(): any;
174
+ static InventoryFailedReason(): any;
175
+ static InventoryJobDetailResponse(): any;
176
+ static InventoryJobFilters(): any;
177
+ static InventoryJobPayload(): any;
178
+ static InventoryPage(): any;
259
179
  static InventoryPayload(): any;
180
+ static InventoryRequest(): any;
260
181
  static InventoryRequestSchemaV2(): any;
261
- static InventoryFailedReason(): any;
182
+ static InventoryResponse(): any;
262
183
  static InventoryResponseItem(): any;
184
+ static InventoryResponsePaginated(): any;
185
+ static InventorySellerIdentifierResponsePaginated(): any;
186
+ static InventorySellerResponse(): any;
187
+ static InventorySet(): any;
188
+ static InventoryStockResponse(): any;
263
189
  static InventoryUpdateResponse(): any;
264
- static HsnCodesObject(): any;
190
+ static InventoryValidationResponse(): any;
191
+ static InvoiceCredSerializer(): any;
192
+ static InvoiceDetailsSerializer(): any;
193
+ static InvSize(): any;
194
+ static ItemQuery(): any;
195
+ static Items(): any;
196
+ static LimitedProductData(): any;
197
+ static ListSizeGuide(): any;
198
+ static LocationDayWiseSerializer(): any;
199
+ static LocationIntegrationType(): any;
200
+ static LocationListSerializer(): any;
201
+ static LocationManagerSerializer(): any;
202
+ static LocationTimingSerializer(): any;
203
+ static Logo(): any;
204
+ static ManufacturerResponse(): any;
205
+ static ManufacturerResponse1(): any;
206
+ static Media(): any;
207
+ static Media1(): any;
208
+ static Media2(): any;
209
+ static Meta(): any;
210
+ static MetaDataListingFilterMetaResponse(): any;
211
+ static MetaDataListingFilterResponse(): any;
212
+ static MetaDataListingResponse(): any;
213
+ static MetaDataListingSortMetaResponse(): any;
214
+ static MetaDataListingSortResponse(): any;
215
+ static MetaFields(): any;
216
+ static MOQData(): any;
217
+ static NetQuantity(): any;
218
+ static NetQuantityResponse(): any;
219
+ static NextSchedule(): any;
220
+ static OptinCompanyBrandDetailsView(): any;
221
+ static OptinCompanyDetail(): any;
222
+ static OptinCompanyMetrics(): any;
223
+ static OptInPostRequest(): any;
224
+ static OptinStoreDetails(): any;
225
+ static OwnerAppItemResponse(): any;
226
+ static Page(): any;
265
227
  static PageResponse(): any;
266
- static HsnCodesListingResponse(): any;
267
- static HsnUpsert(): any;
268
- static HsnCode(): any;
269
- static BulkHsnUpsert(): any;
270
- static BulkHsnResponse(): any;
271
- static TaxSlab(): any;
272
- static HSNDataInsertV2(): any;
273
- static HsnCodesListingResponseSchemaV2(): any;
274
- static BrandItem(): any;
275
- static BrandListingResponse(): any;
276
- static Department(): any;
277
- static DepartmentResponse(): any;
278
- static DepartmentIdentifier(): any;
279
- static ThirdLevelChild(): any;
280
- static SecondLevelChild(): any;
281
- static Child(): any;
282
- static CategoryItems(): any;
283
- static DepartmentCategoryTree(): any;
284
- static CategoryListingResponse(): any;
285
- static ApplicationProductListingResponse(): any;
228
+ static PageResponseType(): any;
229
+ static Price(): any;
230
+ static Price1(): any;
231
+ static PriceArticle(): any;
232
+ static PriceMeta(): any;
233
+ static ProdcutTemplateCategoriesResponse(): any;
234
+ static Product(): any;
235
+ static ProductAttributesResponse(): any;
236
+ static ProductBrand(): any;
237
+ static ProductBulkAssets(): any;
238
+ static ProductBulkRequest(): any;
239
+ static ProductBulkRequestList(): any;
240
+ static ProductBundleItem(): any;
241
+ static ProductBundleRequest(): any;
242
+ static ProductBundleUpdateRequest(): any;
243
+ static ProductConfigurationDownloads(): any;
244
+ static ProductCreateUpdateSchemaV2(): any;
286
245
  static ProductDetail(): any;
287
- static InventoryPage(): any;
288
- static InventoryStockResponse(): any;
289
- static ArticleQuery(): any;
290
- static ArticleAssignment(): any;
291
- static AssignStoreArticle(): any;
292
- static AssignStore(): any;
293
- static ArticleAssignment1(): any;
294
- static StoreAssignResponse(): any;
246
+ static ProductDetailAttribute(): any;
247
+ static ProductDetailGroupedAttribute(): any;
248
+ static ProductDownloadsResponse(): any;
249
+ static ProductFilters(): any;
250
+ static ProductFiltersKey(): any;
251
+ static ProductFiltersValue(): any;
252
+ static ProductListingDetail(): any;
253
+ static ProductListingPrice(): any;
254
+ static ProductListingResponse(): any;
255
+ static ProductListingResponseV2(): any;
256
+ static ProductPublish(): any;
257
+ static ProductPublish1(): any;
258
+ static ProductPublished(): any;
259
+ static ProductReturnConfigSerializer(): any;
260
+ static ProductSchemaV2(): any;
261
+ static ProductSize(): any;
262
+ static ProductSizeDeleteDataResponse(): any;
263
+ static ProductSizeDeleteResponse(): any;
264
+ static ProductSortOn(): any;
265
+ static ProductTagsViewResponse(): any;
266
+ static ProductTemplate(): any;
267
+ static ProductTemplateDownloadsExport(): any;
268
+ static ProductTemplateExportFilterRequest(): any;
269
+ static ProductTemplateExportResponse(): any;
270
+ static ProductVariants(): any;
271
+ static ProductVariantsResponse(): any;
272
+ static Properties(): any;
273
+ static PTErrorResponse(): any;
274
+ static Quantities(): any;
275
+ static QuantitiesArticle(): any;
276
+ static Quantity(): any;
277
+ static QuantityBase(): any;
278
+ static ReturnConfig(): any;
279
+ static ReturnConfig1(): any;
280
+ static ReturnConfig2(): any;
281
+ static ReturnConfigResponse(): any;
282
+ static SearchKeywordResult(): any;
283
+ static SecondLevelChild(): any;
295
284
  static SellerPhoneNumber(): any;
296
- static LocationManagerSerializer(): any;
285
+ static SEOData(): any;
286
+ static SeoDetail(): any;
287
+ static SetSize(): any;
288
+ static SingleCategoryResponse(): any;
289
+ static SingleProductResponse(): any;
290
+ static Size(): any;
291
+ static SizeDistribution(): any;
292
+ static SizeGuideResponse(): any;
293
+ static StoreAssignResponse(): any;
294
+ static StoreDetail(): any;
295
+ static StoreMeta(): any;
296
+ static SuccessResponse(): any;
297
+ static SuccessResponse1(): any;
298
+ static TaxIdentifier(): any;
299
+ static TaxSlab(): any;
300
+ static TeaserTag(): any;
301
+ static TemplateDetails(): any;
302
+ static TemplatesResponse(): any;
303
+ static TemplatesValidationResponse(): any;
304
+ static TemplateValidationData(): any;
305
+ static ThirdLevelChild(): any;
306
+ static Trader(): any;
307
+ static Trader1(): any;
308
+ static Trader2(): any;
309
+ static UpdateCollection(): any;
310
+ static UpdatedResponse(): any;
311
+ static UserCommon(): any;
312
+ static UserDetail(): any;
313
+ static UserDetail1(): any;
314
+ static UserInfo(): any;
315
+ static UserInfo1(): any;
316
+ static UserSerializer(): any;
297
317
  static UserSerializer1(): any;
298
- static GetAddressSerializer(): any;
299
318
  static UserSerializer2(): any;
300
- static GetCompanySerializer(): any;
301
- static ProductReturnConfigSerializer(): any;
302
- static LocationIntegrationType(): any;
303
- static Document(): any;
304
- static InvoiceCredSerializer(): any;
305
- static InvoiceDetailsSerializer(): any;
306
- static LocationTimingSerializer(): any;
307
- static LocationDayWiseSerializer(): any;
308
- static GetLocationSerializer(): any;
309
- static LocationListSerializer(): any;
310
- static ApplicationBrandJson(): any;
311
- static ApplicationCategoryJson(): any;
312
- static ApplicationDepartment(): any;
313
- static ApplicationDepartmentListingResponse(): any;
314
- static ApplicationDepartmentJson(): any;
315
- static ApplicationStoreJson(): any;
319
+ static ValidateIdentifier(): any;
320
+ static ValidateProduct(): any;
321
+ static ValidateSizeGuide(): any;
322
+ static VerifiedBy(): any;
323
+ static WeightResponse(): any;
324
+ static WeightResponse1(): any;
316
325
  static PageType(): any;
317
326
  }