@gofynd/fdk-client-javascript 3.1.0-beta.1 → 3.2.0

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 (304) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
  3. package/sdk/application/ApplicationClient.d.ts +2 -0
  4. package/sdk/application/ApplicationClient.js +2 -0
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +81 -101
  6. package/sdk/application/Cart/CartApplicationClient.js +173 -511
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +110 -110
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +214 -447
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +4 -4
  10. package/sdk/application/Common/CommonApplicationClient.js +4 -19
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -43
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +4 -214
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +41 -54
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +39 -192
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +61 -61
  16. package/sdk/application/Content/ContentApplicationClient.js +183 -366
  17. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
  18. package/sdk/application/FileStorage/FileStorageApplicationClient.js +11 -30
  19. package/sdk/application/Finance/FinanceApplicationClient.d.ts +29 -0
  20. package/sdk/application/Finance/FinanceApplicationClient.js +111 -0
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +6 -6
  22. package/sdk/application/Lead/LeadApplicationClient.js +24 -55
  23. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +28 -117
  24. package/sdk/application/Logistic/LogisticApplicationClient.js +99 -492
  25. package/sdk/application/Order/OrderApplicationClient.d.ts +31 -51
  26. package/sdk/application/Order/OrderApplicationClient.js +89 -293
  27. package/sdk/application/Payment/PaymentApplicationClient.d.ts +108 -218
  28. package/sdk/application/Payment/PaymentApplicationClient.js +100 -1081
  29. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +14 -14
  30. package/sdk/application/Rewards/RewardsApplicationClient.js +13 -66
  31. package/sdk/application/Share/ShareApplicationClient.d.ts +11 -11
  32. package/sdk/application/Share/ShareApplicationClient.js +35 -89
  33. package/sdk/application/Theme/ThemeApplicationClient.d.ts +5 -25
  34. package/sdk/application/Theme/ThemeApplicationClient.js +24 -150
  35. package/sdk/application/User/UserApplicationClient.d.ts +23 -13
  36. package/sdk/application/User/UserApplicationClient.js +49 -407
  37. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  38. package/sdk/application/Webhook/WebhookApplicationClient.js +4 -11
  39. package/sdk/common/Utility.d.ts +1 -1
  40. package/sdk/common/Utility.js +10 -7
  41. package/sdk/common/Validator.d.ts +1 -0
  42. package/sdk/common/Validator.js +20 -0
  43. package/sdk/common/utils.d.ts +0 -1
  44. package/sdk/common/utils.js +0 -14
  45. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +10 -54
  46. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +32 -364
  47. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +54 -1
  48. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +43 -0
  49. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -5
  50. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -35
  51. package/sdk/partner/Lead/LeadPartnerClient.d.ts +5 -5
  52. package/sdk/partner/Lead/LeadPartnerClient.js +4 -4
  53. package/sdk/partner/Lead/LeadPartnerModel.d.ts +52 -98
  54. package/sdk/partner/Lead/LeadPartnerModel.js +76 -100
  55. package/sdk/partner/Lead/LeadPartnerValidator.js +1 -1
  56. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +172 -41
  57. package/sdk/partner/Logistics/LogisticsPartnerClient.js +1222 -85
  58. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +1921 -297
  59. package/sdk/partner/Logistics/LogisticsPartnerModel.js +973 -258
  60. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +13 -1
  61. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +148 -16
  62. package/sdk/partner/PartnerClient.d.ts +0 -6
  63. package/sdk/partner/PartnerClient.js +0 -9
  64. package/sdk/partner/Theme/ThemePartnerClient.d.ts +21 -63
  65. package/sdk/partner/Theme/ThemePartnerClient.js +67 -392
  66. package/sdk/partner/Theme/ThemePartnerModel.d.ts +72 -104
  67. package/sdk/partner/Theme/ThemePartnerModel.js +75 -101
  68. package/sdk/partner/Theme/ThemePartnerValidator.d.ts +1 -5
  69. package/sdk/partner/Theme/ThemePartnerValidator.js +12 -42
  70. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -18
  71. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -18
  72. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +673 -189
  73. package/sdk/partner/Webhook/WebhookPartnerModel.js +270 -159
  74. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -3
  75. package/sdk/partner/index.d.ts +0 -3
  76. package/sdk/partner/index.js +0 -6
  77. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +4 -1
  78. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +1 -1
  79. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +3 -3
  80. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +3 -3
  81. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -32
  82. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +3 -243
  83. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +49 -145
  84. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +20 -171
  85. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -39
  86. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +0 -35
  87. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  88. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  89. package/sdk/platform/Billing/BillingPlatformModel.d.ts +443 -388
  90. package/sdk/platform/Billing/BillingPlatformModel.js +280 -263
  91. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +16 -18
  92. package/sdk/platform/Billing/BillingPlatformValidator.js +8 -9
  93. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +172 -251
  94. package/sdk/platform/Cart/CartPlatformApplicationClient.js +577 -648
  95. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +270 -165
  96. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +192 -108
  97. package/sdk/platform/Cart/CartPlatformModel.d.ts +4554 -3154
  98. package/sdk/platform/Cart/CartPlatformModel.js +1935 -2854
  99. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +380 -976
  100. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +2004 -6464
  101. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +161 -1082
  102. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +80 -884
  103. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +568 -325
  104. package/sdk/platform/Catalog/CatalogPlatformClient.js +1560 -1162
  105. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +9772 -7871
  106. package/sdk/platform/Catalog/CatalogPlatformModel.js +6978 -9516
  107. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +231 -240
  108. package/sdk/platform/Catalog/CatalogPlatformValidator.js +180 -188
  109. package/sdk/platform/Common/CommonPlatformClient.d.ts +6 -5
  110. package/sdk/platform/Common/CommonPlatformClient.js +6 -5
  111. package/sdk/platform/Common/CommonPlatformModel.d.ts +19 -25
  112. package/sdk/platform/Common/CommonPlatformModel.js +11 -14
  113. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +240 -376
  114. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +589 -874
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +139 -170
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +126 -145
  117. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -56
  118. package/sdk/platform/Communication/CommunicationPlatformClient.js +4 -307
  119. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +330 -502
  120. package/sdk/platform/Communication/CommunicationPlatformModel.js +376 -610
  121. package/sdk/platform/Communication/CommunicationPlatformValidator.d.ts +3 -62
  122. package/sdk/platform/Communication/CommunicationPlatformValidator.js +2 -48
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +72 -100
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +88 -146
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +270 -241
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +248 -226
  127. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +20 -31
  128. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +20 -25
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +117 -332
  130. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +409 -1470
  131. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +55 -158
  132. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +41 -163
  133. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +65 -142
  134. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +103 -568
  135. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +562 -1289
  136. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +368 -1037
  137. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +34 -80
  138. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +24 -79
  139. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +302 -248
  140. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1292 -773
  141. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +330 -218
  142. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +325 -208
  143. package/sdk/platform/Content/ContentPlatformClient.d.ts +279 -118
  144. package/sdk/platform/Content/ContentPlatformClient.js +1617 -492
  145. package/sdk/platform/Content/ContentPlatformModel.d.ts +2391 -924
  146. package/sdk/platform/Content/ContentPlatformModel.js +1314 -970
  147. package/sdk/platform/Content/ContentPlatformValidator.d.ts +272 -134
  148. package/sdk/platform/Content/ContentPlatformValidator.js +295 -118
  149. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +53 -43
  150. package/sdk/platform/Discount/DiscountPlatformClient.js +53 -43
  151. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +383 -110
  152. package/sdk/platform/Discount/DiscountPlatformModel.js +117 -108
  153. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +56 -36
  154. package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -19
  155. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -163
  156. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -1078
  157. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +5 -141
  158. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +4 -177
  159. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  160. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +8 -8
  161. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +30 -1123
  162. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +24 -1135
  163. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  164. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  165. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +17 -17
  166. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +33 -33
  167. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +19 -19
  168. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +14 -14
  169. package/sdk/platform/Lead/LeadPlatformClient.d.ts +24 -4
  170. package/sdk/platform/Lead/LeadPlatformClient.js +160 -4
  171. package/sdk/platform/Lead/LeadPlatformModel.d.ts +60 -140
  172. package/sdk/platform/Lead/LeadPlatformModel.js +81 -162
  173. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +29 -3
  174. package/sdk/platform/Lead/LeadPlatformValidator.js +28 -2
  175. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +19 -98
  176. package/sdk/platform/Order/OrderPlatformApplicationClient.js +27 -662
  177. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +91 -118
  178. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +32 -127
  179. package/sdk/platform/Order/OrderPlatformClient.d.ts +406 -403
  180. package/sdk/platform/Order/OrderPlatformClient.js +1200 -1343
  181. package/sdk/platform/Order/OrderPlatformModel.d.ts +8665 -4505
  182. package/sdk/platform/Order/OrderPlatformModel.js +4088 -3601
  183. package/sdk/platform/Order/OrderPlatformValidator.d.ts +666 -442
  184. package/sdk/platform/Order/OrderPlatformValidator.js +353 -312
  185. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -4
  186. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +9 -7
  187. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +67 -19
  188. package/sdk/platform/Partner/PartnerPlatformModel.js +26 -17
  189. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +135 -382
  190. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +937 -2452
  191. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +100 -306
  192. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +74 -305
  193. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +56 -66
  194. package/sdk/platform/Payment/PaymentPlatformClient.js +124 -269
  195. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +1307 -3536
  196. package/sdk/platform/Payment/PaymentPlatformModel.js +1389 -3692
  197. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +35 -64
  198. package/sdk/platform/Payment/PaymentPlatformValidator.js +34 -60
  199. package/sdk/platform/PlatformClient.d.ts +0 -2
  200. package/sdk/platform/PlatformClient.js +0 -4
  201. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  202. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  203. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  204. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  205. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +12 -12
  206. package/sdk/platform/Rewards/RewardsPlatformModel.js +10 -10
  207. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +64 -136
  208. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +111 -521
  209. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +75 -117
  210. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +50 -105
  211. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +160 -149
  212. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +766 -545
  213. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +6196 -3978
  214. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +3181 -3895
  215. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +294 -220
  216. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +205 -149
  217. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +16 -4
  218. package/sdk/platform/Share/SharePlatformApplicationClient.js +86 -8
  219. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +23 -6
  220. package/sdk/platform/Share/SharePlatformApplicationValidator.js +16 -3
  221. package/sdk/platform/Share/SharePlatformModel.d.ts +53 -9
  222. package/sdk/platform/Share/SharePlatformModel.js +45 -5
  223. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +17 -37
  224. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +66 -204
  225. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +25 -26
  226. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +20 -31
  227. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -18
  228. package/sdk/platform/Theme/ThemePlatformClient.js +8 -85
  229. package/sdk/platform/Theme/ThemePlatformModel.d.ts +17 -425
  230. package/sdk/platform/Theme/ThemePlatformModel.js +23 -329
  231. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +3 -7
  232. package/sdk/platform/Theme/ThemePlatformValidator.js +2 -9
  233. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +81 -18
  234. package/sdk/platform/User/UserPlatformApplicationClient.js +491 -27
  235. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +126 -10
  236. package/sdk/platform/User/UserPlatformApplicationValidator.js +92 -7
  237. package/sdk/platform/User/UserPlatformModel.d.ts +317 -218
  238. package/sdk/platform/User/UserPlatformModel.js +253 -210
  239. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +25 -78
  240. package/sdk/platform/Webhook/WebhookPlatformClient.js +75 -470
  241. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +813 -426
  242. package/sdk/platform/Webhook/WebhookPlatformModel.js +446 -395
  243. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -55
  244. package/sdk/platform/Webhook/WebhookPlatformValidator.js +12 -72
  245. package/sdk/platform/index.d.ts +0 -1
  246. package/sdk/platform/index.js +0 -2
  247. package/sdk/public/Catalog/CatalogPublicClient.d.ts +22 -0
  248. package/sdk/public/Catalog/CatalogPublicClient.js +133 -0
  249. package/sdk/public/Catalog/CatalogPublicModel.d.ts +158 -0
  250. package/sdk/public/Catalog/CatalogPublicModel.js +116 -0
  251. package/sdk/public/Catalog/CatalogPublicValidator.d.ts +55 -0
  252. package/sdk/public/Catalog/CatalogPublicValidator.js +35 -0
  253. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +4 -14
  254. package/sdk/public/Configuration/ConfigurationPublicClient.js +10 -113
  255. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +46 -114
  256. package/sdk/public/Configuration/ConfigurationPublicModel.js +32 -117
  257. package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -11
  258. package/sdk/public/Configuration/ConfigurationPublicValidator.js +0 -12
  259. package/sdk/public/Content/ContentPublicClient.d.ts +36 -25
  260. package/sdk/public/Content/ContentPublicClient.js +254 -280
  261. package/sdk/public/Content/ContentPublicModel.d.ts +151 -38
  262. package/sdk/public/Content/ContentPublicModel.js +98 -44
  263. package/sdk/public/Content/ContentPublicValidator.d.ts +18 -17
  264. package/sdk/public/Content/ContentPublicValidator.js +26 -19
  265. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  266. package/sdk/public/Partner/PartnerPublicClient.js +6 -11
  267. package/sdk/public/Partner/PartnerPublicModel.d.ts +248 -72
  268. package/sdk/public/Partner/PartnerPublicModel.js +81 -71
  269. package/sdk/public/Partner/PartnerPublicValidator.d.ts +2 -2
  270. package/sdk/public/Partner/PartnerPublicValidator.js +1 -1
  271. package/sdk/public/PublicClient.d.ts +2 -0
  272. package/sdk/public/PublicClient.js +4 -0
  273. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  274. package/sdk/public/Webhook/WebhookPublicClient.js +9 -48
  275. package/sdk/public/Webhook/WebhookPublicModel.d.ts +215 -67
  276. package/sdk/public/Webhook/WebhookPublicModel.js +66 -61
  277. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  278. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  279. package/sdk/public/index.d.ts +1 -0
  280. package/sdk/public/index.js +2 -0
  281. package/sdk/partner/Authorization/AuthorizationPartnerClient.d.ts +0 -66
  282. package/sdk/partner/Authorization/AuthorizationPartnerClient.js +0 -431
  283. package/sdk/partner/Authorization/AuthorizationPartnerModel.d.ts +0 -231
  284. package/sdk/partner/Authorization/AuthorizationPartnerModel.js +0 -152
  285. package/sdk/partner/Authorization/AuthorizationPartnerValidator.d.ts +0 -8
  286. package/sdk/partner/Authorization/AuthorizationPartnerValidator.js +0 -39
  287. package/sdk/partner/Catalog/CatalogPartnerClient.d.ts +0 -26
  288. package/sdk/partner/Catalog/CatalogPartnerClient.js +0 -173
  289. package/sdk/partner/Catalog/CatalogPartnerModel.d.ts +0 -238
  290. package/sdk/partner/Catalog/CatalogPartnerModel.js +0 -248
  291. package/sdk/partner/Catalog/CatalogPartnerValidator.d.ts +0 -5
  292. package/sdk/partner/Catalog/CatalogPartnerValidator.js +0 -19
  293. package/sdk/partner/Payment/PaymentPartnerClient.d.ts +0 -116
  294. package/sdk/partner/Payment/PaymentPartnerClient.js +0 -857
  295. package/sdk/partner/Payment/PaymentPartnerModel.d.ts +0 -388
  296. package/sdk/partner/Payment/PaymentPartnerModel.js +0 -442
  297. package/sdk/partner/Payment/PaymentPartnerValidator.d.ts +0 -14
  298. package/sdk/partner/Payment/PaymentPartnerValidator.js +0 -74
  299. package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -320
  300. package/sdk/platform/Finance/FinancePlatformClient.js +0 -2333
  301. package/sdk/platform/Finance/FinancePlatformModel.d.ts +0 -2895
  302. package/sdk/platform/Finance/FinancePlatformModel.js +0 -2150
  303. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +0 -284
  304. package/sdk/platform/Finance/FinancePlatformValidator.js +0 -354
@@ -1,37 +1,48 @@
1
1
  export = CatalogPlatformValidator;
2
+ /**
3
+ * @typedef AddInventoryParam
4
+ * @property {number} itemId - Item id of the product of which size is to be get.
5
+ * @property {string} size - Size in which inventory is to be added.
6
+ * @property {CatalogPlatformModel.InventoryRequestSchema} body
7
+ */
2
8
  /**
3
9
  * @typedef AllSizesParam
4
10
  * @property {number} itemId - Id of the product to be updated.
5
11
  */
12
+ /**
13
+ * @typedef BulkHsnCodeParam
14
+ * @property {CatalogPlatformModel.BulkHsnUpsert} body
15
+ */
6
16
  /**
7
17
  * @typedef CreateBulkInventoryParam
8
18
  * @property {string} batchId - Batch Id of the bulk create job.
9
- * @property {CatalogPlatformModel.InventoryBulkRequest} body
19
+ * @property {CatalogPlatformModel.InventoryBulkRequestSchema} body
10
20
  */
11
21
  /**
12
22
  * @typedef CreateBulkInventoryJobParam
13
- * @property {CatalogPlatformModel.InventoryBulkJob} body
23
+ * @property {CatalogPlatformModel.BulkJob} body
14
24
  */
15
25
  /**
16
26
  * @typedef CreateBulkProductUploadJobParam
17
- * @property {CatalogPlatformModel.BulkProductUploadJob} body
27
+ * @property {CatalogPlatformModel.BulkJob} body
18
28
  */
19
29
  /**
20
30
  * @typedef CreateInventoryExportParam
21
- * @property {CatalogPlatformModel.InventoryCreateRequest} body
31
+ * @property {CatalogPlatformModel.InventoryCreateRequestSchema} body
22
32
  */
23
33
  /**
24
34
  * @typedef CreateInventoryExportJobParam
25
- * @property {CatalogPlatformModel.InventoryExportRequest} body
35
+ * @property {CatalogPlatformModel.InventoryExportRequestSchema} body
26
36
  */
27
37
  /**
28
38
  * @typedef CreateMarketplaceOptinParam
29
- * @property {string} marketplace - Slug of the marketplace .
30
- * @property {CatalogPlatformModel.CreateMarketplaceOptinRequest} body
39
+ * @property {string} marketplaceSlug - The marketplace for which the detail
40
+ * needs to be retrieved.
41
+ * @property {CatalogPlatformModel.OptInPostRequestSchema} body
31
42
  */
32
43
  /**
33
44
  * @typedef CreateProductParam
34
- * @property {CatalogPlatformModel.ProductCreateUpdateSchemaV2} body
45
+ * @property {CatalogPlatformModel.ProductCreateSchemaV2} body
35
46
  */
36
47
  /**
37
48
  * @typedef CreateProductAssetsInBulkParam
@@ -39,7 +50,7 @@ export = CatalogPlatformValidator;
39
50
  */
40
51
  /**
41
52
  * @typedef CreateProductBundleParam
42
- * @property {CatalogPlatformModel.ProductBundleRequest} body
53
+ * @property {CatalogPlatformModel.ProductBundleRequestSchema} body
43
54
  */
44
55
  /**
45
56
  * @typedef CreateProductExportJobParam
@@ -48,7 +59,7 @@ export = CatalogPlatformValidator;
48
59
  /**
49
60
  * @typedef CreateProductsInBulkParam
50
61
  * @property {string} batchId - Batch Id in which assets to be uploaded.
51
- * @property {CatalogPlatformModel.BulkProductRequest} body
62
+ * @property {CatalogPlatformModel.BulkProductRequestSchema} body
52
63
  */
53
64
  /**
54
65
  * @typedef CreateSizeGuideParam
@@ -60,11 +71,11 @@ export = CatalogPlatformValidator;
60
71
  */
61
72
  /**
62
73
  * @typedef DeleteProductParam
63
- * @property {number} itemId - Id of the product to be updated.
74
+ * @property {number} itemId - Id of the product to be deleted.
64
75
  */
65
76
  /**
66
77
  * @typedef DeleteProductBulkJobParam
67
- * @property {string} batchId - Batch Id of the bulk product job to be deleted.
78
+ * @property {number} batchId - Batch Id of the bulk product job to be deleted.
68
79
  */
69
80
  /**
70
81
  * @typedef DeleteRealtimeInventoryParam
@@ -80,7 +91,7 @@ export = CatalogPlatformValidator;
80
91
  */
81
92
  /**
82
93
  * @typedef DownloadInventoryTemplateViewParam
83
- * @property {string} type - Type of file
94
+ * @property {string} itemType - An `item_type` defines the type of item.
84
95
  */
85
96
  /**
86
97
  * @typedef DownloadProductTemplateViewsParam
@@ -92,16 +103,17 @@ export = CatalogPlatformValidator;
92
103
  /**
93
104
  * @typedef EditProductParam
94
105
  * @property {number} itemId - Id of the product to be updated.
95
- * @property {CatalogPlatformModel.ProductCreateUpdateSchemaV2} body
106
+ * @property {CatalogPlatformModel.ProductUpdateSchemaV2} body
96
107
  */
97
108
  /**
98
109
  * @typedef ExportInventoryConfigParam
99
- * @property {string} filter - Filter type from any one of ['brand', 'store', 'type']
110
+ * @property {string} [filterType] - Filter type from any one of ['brand',
111
+ * 'store', 'type']
100
112
  */
101
113
  /**
102
114
  * @typedef GetAllProductHsnCodesParam
103
- * @property {number} [pageNo] - Page no
104
- * @property {number} [pageSize] - Page size
115
+ * @property {number} [pageNo] - Indicates current page number
116
+ * @property {number} [pageSize] - Indicates page size
105
117
  * @property {string} [q] - Search using hsn code, description, reporting_hsn
106
118
  * @property {string} [type] - Search using type
107
119
  */
@@ -124,21 +136,8 @@ export = CatalogPlatformValidator;
124
136
  * @property {string} [marketplace] - The marketplace platform associated with
125
137
  * the company id.
126
138
  */
127
- /**
128
- * @typedef GetCompanyBrandsDRIParam
129
- * @property {number} [pageNo] - The page number to navigate through the given
130
- * set of results
131
- * @property {number} [pageSize] - Number of items to retrieve in each page.
132
- * Default is 10.
133
- */
134
139
  /** @typedef GetCompanyDetailParam */
135
140
  /** @typedef GetCompanyMetricsParam */
136
- /**
137
- * @typedef GetCompanyVerificationParam
138
- * @property {string} [q] - A `q` parameter is used to search the company by its name.
139
- * @property {number} [pageNo] - A `page_no` parameter is a number of the page requested.
140
- * @property {number} [pageSize] - A `page_size` is the no of items per page.
141
- */
142
141
  /**
143
142
  * @typedef GetDepartmentDataParam
144
143
  * @property {string} uid - A `uid` is a unique identifier of a department.
@@ -149,7 +148,7 @@ export = CatalogPlatformValidator;
149
148
  */
150
149
  /**
151
150
  * @typedef GetInventoriesParam
152
- * @property {number} [itemId] - Item code of the product of which size is to be get.
151
+ * @property {string} [itemId] - Item code of the product of which size is to be get.
153
152
  * @property {string} [size] - Size of which inventory is to get.
154
153
  * @property {number} [pageNo] - The page number to navigate through the given
155
154
  * set of results
@@ -163,12 +162,17 @@ export = CatalogPlatformValidator;
163
162
  * @property {number[]} [brandIds] - The Brand Id of products to fetch inventory.
164
163
  * @property {string[]} [sellerIdentifiers] - The Seller Identifier or Primary
165
164
  * Identifier of the inventory.
166
- * @property {number} [minSellable] - Min sellable quantity.
167
- * @property {number} [maxSellable] - Max sellable quantity.
165
+ * @property {number} [qtyGt] - This field allows you to filter for inventories
166
+ * that have quantity greater than to the specified value based on qty_type filter.
167
+ * @property {number} [qtyLt] - This field allows you to filter for inventories
168
+ * that have a quantity less than to the specified value based on qty_type filter.
169
+ * @property {string} [qtyType] - This field provides flexibility in selecting
170
+ * filter for inventory quantity counts and date queries. For example, you
171
+ * might use this field to specify "total" or "sellable" quantity.
168
172
  * @property {string} [fromDate] - Inventory updated on filter to get
169
- * inventories greater then provided date.
173
+ * inventories greater then or equal to provided date based on qty_type value.
170
174
  * @property {string} [toDate] - Inventory updated on filter to get inventories
171
- * less then provided date.
175
+ * less then or equal to provided date based on qty_type value.
172
176
  * @property {string} [sizeIdentifier] - Size Identifier (Seller Identifier or
173
177
  * Primary Identifier) of which inventory is to get.
174
178
  */
@@ -178,6 +182,7 @@ export = CatalogPlatformValidator;
178
182
  * set of results
179
183
  * @property {number} [pageSize] - Number of items to retrieve in each page.
180
184
  * Default is 12.
185
+ * @property {string} [search] - Search string to filter the results by batch id
181
186
  */
182
187
  /**
183
188
  * @typedef GetInventoryBySizeParam
@@ -203,12 +208,12 @@ export = CatalogPlatformValidator;
203
208
  * @property {number[]} [locationIds] - Search by store ids.
204
209
  */
205
210
  /** @typedef GetInventoryExportParam */
211
+ /** @typedef GetMarketplaceOptinDetailParam */
212
+ /** @typedef GetMarketplacesParam */
206
213
  /**
207
- * @typedef GetInventoryExportDetailParam
208
- * @property {string} jobId - Company Id in which assets to be uploaded.
214
+ * @typedef GetOptimalLocationsParam
215
+ * @property {CatalogPlatformModel.AssignStore} body
209
216
  */
210
- /** @typedef GetLocationTagsParam */
211
- /** @typedef GetMarketplacesParam */
212
217
  /**
213
218
  * @typedef GetProductParam
214
219
  * @property {number} itemId - Item Id of the product.
@@ -250,10 +255,6 @@ export = CatalogPlatformValidator;
250
255
  * @property {string} id - A `id` is a unique identifier for a particular
251
256
  * detail. Pass the `id` of the keywords which you want to retrieve.
252
257
  */
253
- /**
254
- * @typedef GetProductExportDetailParam
255
- * @property {string} jobId - Company Id in which assets to be uploaded.
256
- */
257
258
  /**
258
259
  * @typedef GetProductExportJobsParam
259
260
  * @property {string} [status] - This is a parameter used to find all the jobs
@@ -271,27 +272,16 @@ export = CatalogPlatformValidator;
271
272
  */
272
273
  /**
273
274
  * @typedef GetProductSizeParam
275
+ * @property {string} [itemCode] - Item code of the product size.
274
276
  * @property {number} itemId - Item Id of the product size.
277
+ * @property {number} [brandUid] - Brand Id of the product size.
278
+ * @property {number} [uid] - Id of the product size.
275
279
  */
276
280
  /** @typedef GetProductTagsParam */
277
- /**
278
- * @typedef GetProductTemplateBySlugParam
279
- * @property {string} slug - Slug of the template.
280
- */
281
- /**
282
- * @typedef GetProductValidationParam
283
- * @property {string} type - Type of identifier to validate the product against.
284
- * @property {string} slug - Type of identifier to validate the product against.
285
- */
286
- /**
287
- * @typedef GetProductVerificationDetailsParam
288
- * @property {number} itemId - A `item_id` is a unique identifier for a specific product.
289
- */
281
+ /** @typedef GetProductValidationParam */
290
282
  /**
291
283
  * @typedef GetProductsParam
292
284
  * @property {number[]} [brandIds] - Get multiple products filtered by Brand Ids
293
- * @property {boolean} [multiSize] - Get multiple products filtered by weather
294
- * have multiple sizes or not
295
285
  * @property {number[]} [categoryIds] - Get multiple products filtered by Category Ids
296
286
  * @property {number[]} [itemIds] - Get multiple products filtered by Item Ids
297
287
  * @property {number[]} [departmentIds] - Get multiple products filtered by Department Ids
@@ -331,12 +321,12 @@ export = CatalogPlatformValidator;
331
321
  * @typedef GetSizeGuidesParam
332
322
  * @property {boolean} [active] - Filter size guide on basis of active, in-active
333
323
  * @property {string} [q] - Query that is to be searched.
334
- * @property {number} [brandId] - Brand id that is to be searched.
335
324
  * @property {string} [tag] - To filter size guide on basis of tag.
336
325
  * @property {number} [pageNo] - The page number to navigate through the given
337
326
  * set of results
338
327
  * @property {number} [pageSize] - Number of items to retrieve in each page.
339
328
  * Default is 10.
329
+ * @property {number} [brandId] - Brand id that is to be searched.
340
330
  */
341
331
  /**
342
332
  * @typedef GetStoreDetailParam
@@ -345,11 +335,6 @@ export = CatalogPlatformValidator;
345
335
  * @property {number} [pageSize] - Number of records that can be seen on the
346
336
  * page for the company id.
347
337
  */
348
- /**
349
- * @typedef GetVariantTypesParam
350
- * @property {string} templateTag - The page number to navigate through the
351
- * given set of results
352
- */
353
338
  /**
354
339
  * @typedef GetVariantsOfProductsParam
355
340
  * @property {number} itemId - Get list of variants of item Id
@@ -369,6 +354,7 @@ export = CatalogPlatformValidator;
369
354
  * @property {number} [pageSize] - Number of items to retrieve in each page.
370
355
  * Default is 10.
371
356
  * @property {number[]} [uids] - Get multiple categories filtered by category uids.
357
+ * @property {string} [slug] - Get category by slug
372
358
  */
373
359
  /**
374
360
  * @typedef ListDepartmentsDataParam
@@ -383,12 +369,12 @@ export = CatalogPlatformValidator;
383
369
  * department in search parameter.
384
370
  * @property {boolean} [isActive] - Can query for departments based on whether
385
371
  * they are active or inactive.
386
- * @property {number[]} [uids] - Filter department by uids.
372
+ * @property {string} [slug] - Can filter by slug
387
373
  */
388
374
  /** @typedef ListHSNCodesParam */
389
375
  /**
390
376
  * @typedef ListInventoryExportParam
391
- * @property {string} [status] - Status of the export job.
377
+ * @property {string} [status] - Status of the export job.(Pending, Running, Success)
392
378
  * @property {string} [fromDate] - Inventory export history filtered according
393
379
  * to from_date.
394
380
  * @property {string} [toDate] - Inventory export history filtered according to from_date.
@@ -408,11 +394,8 @@ export = CatalogPlatformValidator;
408
394
  * whose category needs to be listed. Can specify multiple departments.
409
395
  * @property {string} itemType - An `item_type` is the type of item, it can be
410
396
  * `set`, `standard`, `digital`, etc.
411
- * @property {number} [pageSize] - Number of categories needed in one page
412
- * @property {number} [pageNo] - Page number to fetch, for example if pagesize
413
- * is 10 and page number 1,
414
- * @property {number} [q] - Search string to search categories from
415
397
  */
398
+ /** @typedef ListProductTemplateExportDetailsParam */
416
399
  /**
417
400
  * @typedef ListTemplateBrandTypeValuesParam
418
401
  * @property {string} filter - A `filter` is the unique identifier of the type
@@ -423,29 +406,39 @@ export = CatalogPlatformValidator;
423
406
  * of template required.
424
407
  */
425
408
  /**
426
- * @typedef PatchInventoryExportDetailParam
427
- * @property {string} jobId - Company Id in which assets to be uploaded.
428
- * @property {CatalogPlatformModel.ExportPatchRequest} body
429
- */
430
- /**
431
- * @typedef PatchProductExportDetailParam
432
- * @property {string} jobId - Company Id in which assets to be uploaded.
433
- * @property {CatalogPlatformModel.ExportPatchRequest} body
409
+ * @typedef UpdateHsnCodeParam
410
+ * @property {string} id - Unique id
411
+ * @property {CatalogPlatformModel.HsnUpsert} body
434
412
  */
435
413
  /**
436
414
  * @typedef UpdateInventoriesParam
437
415
  * @property {CatalogPlatformModel.InventoryRequestSchemaV2} body
438
416
  */
417
+ /**
418
+ * @typedef UpdateLocationPriceParam
419
+ * @property {number} storeId - The Store Id to update price of size for specific store.
420
+ * @property {string} sellerIdentifier - Size Identifier (Seller Identifier or
421
+ * Primary Identifier) of which article price is to update.
422
+ * @property {CatalogPlatformModel.LocationPriceRequestSchema} body
423
+ */
424
+ /**
425
+ * @typedef UpdateLocationQuantityParam
426
+ * @property {number} storeId - The Store Id to update quantity of size for
427
+ * specific store.
428
+ * @property {string} sellerIdentifier - Size Identifier (Seller Identifier or
429
+ * Primary Identifier) of which article quantity is to update.
430
+ * @property {CatalogPlatformModel.LocationQuantityRequestSchema} body
431
+ */
439
432
  /**
440
433
  * @typedef UpdateMarketplaceOptinParam
441
- * @property {string} marketplace - Slug of the marketplace .
442
- * @property {CatalogPlatformModel.UpdateMarketplaceOptinRequest} body
434
+ * @property {string} marketplaceSlug - Slug of the marketplace .
435
+ * @property {CatalogPlatformModel.UpdateMarketplaceOptinRequestSchema} body
443
436
  */
444
437
  /**
445
438
  * @typedef UpdateProductBundleParam
446
439
  * @property {string} id - A `id` is a unique identifier for a particular
447
440
  * detail. Pass the `id` of the keywords which you want to delete.
448
- * @property {CatalogPlatformModel.ProductBundleUpdateRequest} body
441
+ * @property {CatalogPlatformModel.ProductBundleUpdateRequestSchema} body
449
442
  */
450
443
  /**
451
444
  * @typedef UpdateRealtimeInventoryParam
@@ -456,16 +449,25 @@ export = CatalogPlatformValidator;
456
449
  */
457
450
  /**
458
451
  * @typedef UpdateSizeGuideParam
459
- * @property {string} id - Mongo id of the size guide to be edited
452
+ * @property {string} id - Identifier of the size guide to be edited
460
453
  * @property {CatalogPlatformModel.ValidateSizeGuide} body
461
454
  */
462
455
  /**
463
456
  * @typedef UploadBulkProductsParam
464
457
  * @property {string} department - Department of the product to be uploaded.
465
458
  * @property {string} productType - Product type of the product to be uploaded
466
- * i.e. set, standard , digital.
459
+ * i.e. set, standard, digital.
467
460
  * @property {CatalogPlatformModel.BulkProductJob} body
468
461
  */
462
+ /**
463
+ * @typedef ValidateProductGlobalTemplateParam
464
+ * @property {string} [itemType] - An `item_type` defines the type of item. The
465
+ * default value is standard.
466
+ * @property {boolean} [bulk] - This specification determines the schema type to
467
+ * be retrieved. When set to true, it will return the schema for bulk data;
468
+ * when set to false, it will provide the schema for a single product. The
469
+ * default value is false.
470
+ */
469
471
  /**
470
472
  * @typedef ValidateProductTemplateParam
471
473
  * @property {string} slug - A `slug` is a unique identifier for a particular template.
@@ -480,11 +482,14 @@ export = CatalogPlatformValidator;
480
482
  * @typedef ValidateProductTemplateSchemaParam
481
483
  * @property {string} itemType - An `item_type` defines the type of item. The
482
484
  * default value is standard.
483
- * @property {boolean} bulk - Type of file template i.e if bulk
484
485
  */
485
486
  declare class CatalogPlatformValidator {
487
+ /** @returns {AddInventoryParam} */
488
+ static addInventory(): AddInventoryParam;
486
489
  /** @returns {AllSizesParam} */
487
490
  static allSizes(): AllSizesParam;
491
+ /** @returns {BulkHsnCodeParam} */
492
+ static bulkHsnCode(): BulkHsnCodeParam;
488
493
  /** @returns {CreateBulkInventoryParam} */
489
494
  static createBulkInventory(): CreateBulkInventoryParam;
490
495
  /** @returns {CreateBulkInventoryJobParam} */
@@ -535,14 +540,10 @@ declare class CatalogPlatformValidator {
535
540
  static getCategoryData(): GetCategoryDataParam;
536
541
  /** @returns {GetCompanyBrandDetailParam} */
537
542
  static getCompanyBrandDetail(): GetCompanyBrandDetailParam;
538
- /** @returns {GetCompanyBrandsDRIParam} */
539
- static getCompanyBrandsDRI(): GetCompanyBrandsDRIParam;
540
543
  /** @returns {GetCompanyDetailParam} */
541
544
  static getCompanyDetail(): any;
542
545
  /** @returns {GetCompanyMetricsParam} */
543
546
  static getCompanyMetrics(): any;
544
- /** @returns {GetCompanyVerificationParam} */
545
- static getCompanyVerification(): GetCompanyVerificationParam;
546
547
  /** @returns {GetDepartmentDataParam} */
547
548
  static getDepartmentData(): GetDepartmentDataParam;
548
549
  /** @returns {GetHsnCodeParam} */
@@ -557,12 +558,12 @@ declare class CatalogPlatformValidator {
557
558
  static getInventoryBySizeIdentifier(): GetInventoryBySizeIdentifierParam;
558
559
  /** @returns {GetInventoryExportParam} */
559
560
  static getInventoryExport(): any;
560
- /** @returns {GetInventoryExportDetailParam} */
561
- static getInventoryExportDetail(): GetInventoryExportDetailParam;
562
- /** @returns {GetLocationTagsParam} */
563
- static getLocationTags(): any;
561
+ /** @returns {GetMarketplaceOptinDetailParam} */
562
+ static getMarketplaceOptinDetail(): any;
564
563
  /** @returns {GetMarketplacesParam} */
565
564
  static getMarketplaces(): any;
565
+ /** @returns {GetOptimalLocationsParam} */
566
+ static getOptimalLocations(): GetOptimalLocationsParam;
566
567
  /** @returns {GetProductParam} */
567
568
  static getProduct(): GetProductParam;
568
569
  /** @returns {GetProductAssetsInBulkParam} */
@@ -575,20 +576,14 @@ declare class CatalogPlatformValidator {
575
576
  static getProductBundle(): GetProductBundleParam;
576
577
  /** @returns {GetProductBundleDetailParam} */
577
578
  static getProductBundleDetail(): GetProductBundleDetailParam;
578
- /** @returns {GetProductExportDetailParam} */
579
- static getProductExportDetail(): GetProductExportDetailParam;
580
579
  /** @returns {GetProductExportJobsParam} */
581
580
  static getProductExportJobs(): GetProductExportJobsParam;
582
581
  /** @returns {GetProductSizeParam} */
583
582
  static getProductSize(): GetProductSizeParam;
584
583
  /** @returns {GetProductTagsParam} */
585
584
  static getProductTags(): any;
586
- /** @returns {GetProductTemplateBySlugParam} */
587
- static getProductTemplateBySlug(): GetProductTemplateBySlugParam;
588
585
  /** @returns {GetProductValidationParam} */
589
- static getProductValidation(): GetProductValidationParam;
590
- /** @returns {GetProductVerificationDetailsParam} */
591
- static getProductVerificationDetails(): GetProductVerificationDetailsParam;
586
+ static getProductValidation(): any;
592
587
  /** @returns {GetProductsParam} */
593
588
  static getProducts(): GetProductsParam;
594
589
  /** @returns {GetSellerInsightsParam} */
@@ -601,8 +596,6 @@ declare class CatalogPlatformValidator {
601
596
  static getSizeGuides(): GetSizeGuidesParam;
602
597
  /** @returns {GetStoreDetailParam} */
603
598
  static getStoreDetail(): GetStoreDetailParam;
604
- /** @returns {GetVariantTypesParam} */
605
- static getVariantTypes(): GetVariantTypesParam;
606
599
  /** @returns {GetVariantsOfProductsParam} */
607
600
  static getVariantsOfProducts(): GetVariantsOfProductsParam;
608
601
  /** @returns {ListCategoriesParam} */
@@ -617,14 +610,18 @@ declare class CatalogPlatformValidator {
617
610
  static listProductTemplate(): ListProductTemplateParam;
618
611
  /** @returns {ListProductTemplateCategoriesParam} */
619
612
  static listProductTemplateCategories(): ListProductTemplateCategoriesParam;
613
+ /** @returns {ListProductTemplateExportDetailsParam} */
614
+ static listProductTemplateExportDetails(): any;
620
615
  /** @returns {ListTemplateBrandTypeValuesParam} */
621
616
  static listTemplateBrandTypeValues(): ListTemplateBrandTypeValuesParam;
622
- /** @returns {PatchInventoryExportDetailParam} */
623
- static patchInventoryExportDetail(): PatchInventoryExportDetailParam;
624
- /** @returns {PatchProductExportDetailParam} */
625
- static patchProductExportDetail(): PatchProductExportDetailParam;
617
+ /** @returns {UpdateHsnCodeParam} */
618
+ static updateHsnCode(): UpdateHsnCodeParam;
626
619
  /** @returns {UpdateInventoriesParam} */
627
620
  static updateInventories(): UpdateInventoriesParam;
621
+ /** @returns {UpdateLocationPriceParam} */
622
+ static updateLocationPrice(): UpdateLocationPriceParam;
623
+ /** @returns {UpdateLocationQuantityParam} */
624
+ static updateLocationQuantity(): UpdateLocationQuantityParam;
628
625
  /** @returns {UpdateMarketplaceOptinParam} */
629
626
  static updateMarketplaceOptin(): UpdateMarketplaceOptinParam;
630
627
  /** @returns {UpdateProductBundleParam} */
@@ -635,54 +632,71 @@ declare class CatalogPlatformValidator {
635
632
  static updateSizeGuide(): UpdateSizeGuideParam;
636
633
  /** @returns {UploadBulkProductsParam} */
637
634
  static uploadBulkProducts(): UploadBulkProductsParam;
635
+ /** @returns {ValidateProductGlobalTemplateParam} */
636
+ static validateProductGlobalTemplate(): ValidateProductGlobalTemplateParam;
638
637
  /** @returns {ValidateProductTemplateParam} */
639
638
  static validateProductTemplate(): ValidateProductTemplateParam;
640
639
  /** @returns {ValidateProductTemplateSchemaParam} */
641
640
  static validateProductTemplateSchema(): ValidateProductTemplateSchemaParam;
642
641
  }
643
642
  declare namespace CatalogPlatformValidator {
644
- export { AllSizesParam, CreateBulkInventoryParam, CreateBulkInventoryJobParam, CreateBulkProductUploadJobParam, CreateInventoryExportParam, CreateInventoryExportJobParam, CreateMarketplaceOptinParam, CreateProductParam, CreateProductAssetsInBulkParam, CreateProductBundleParam, CreateProductExportJobParam, CreateProductsInBulkParam, CreateSizeGuideParam, DeleteBulkInventoryJobParam, DeleteProductParam, DeleteProductBulkJobParam, DeleteRealtimeInventoryParam, DeleteSizeParam, DownloadInventoryTemplateViewParam, DownloadProductTemplateViewsParam, EditProductParam, ExportInventoryConfigParam, GetAllProductHsnCodesParam, GetAttributeParam, GetCategoryDataParam, GetCompanyBrandDetailParam, GetCompanyBrandsDRIParam, GetCompanyDetailParam, GetCompanyMetricsParam, GetCompanyVerificationParam, GetDepartmentDataParam, GetHsnCodeParam, GetInventoriesParam, GetInventoryBulkUploadHistoryParam, GetInventoryBySizeParam, GetInventoryBySizeIdentifierParam, GetInventoryExportParam, GetInventoryExportDetailParam, GetLocationTagsParam, GetMarketplacesParam, GetProductParam, GetProductAssetsInBulkParam, GetProductAttributesParam, GetProductBulkUploadHistoryParam, GetProductBundleParam, GetProductBundleDetailParam, GetProductExportDetailParam, GetProductExportJobsParam, GetProductSizeParam, GetProductTagsParam, GetProductTemplateBySlugParam, GetProductValidationParam, GetProductVerificationDetailsParam, GetProductsParam, GetSellerInsightsParam, GetSingleProductHSNCodeParam, GetSizeGuideParam, GetSizeGuidesParam, GetStoreDetailParam, GetVariantTypesParam, GetVariantsOfProductsParam, ListCategoriesParam, ListDepartmentsDataParam, ListHSNCodesParam, ListInventoryExportParam, ListProductTemplateParam, ListProductTemplateCategoriesParam, ListTemplateBrandTypeValuesParam, PatchInventoryExportDetailParam, PatchProductExportDetailParam, UpdateInventoriesParam, UpdateMarketplaceOptinParam, UpdateProductBundleParam, UpdateRealtimeInventoryParam, UpdateSizeGuideParam, UploadBulkProductsParam, ValidateProductTemplateParam, ValidateProductTemplateSchemaParam };
643
+ export { AddInventoryParam, AllSizesParam, BulkHsnCodeParam, CreateBulkInventoryParam, CreateBulkInventoryJobParam, CreateBulkProductUploadJobParam, CreateInventoryExportParam, CreateInventoryExportJobParam, CreateMarketplaceOptinParam, CreateProductParam, CreateProductAssetsInBulkParam, CreateProductBundleParam, CreateProductExportJobParam, CreateProductsInBulkParam, CreateSizeGuideParam, DeleteBulkInventoryJobParam, DeleteProductParam, DeleteProductBulkJobParam, DeleteRealtimeInventoryParam, DeleteSizeParam, DownloadInventoryTemplateViewParam, DownloadProductTemplateViewsParam, EditProductParam, ExportInventoryConfigParam, GetAllProductHsnCodesParam, GetAttributeParam, GetCategoryDataParam, GetCompanyBrandDetailParam, GetCompanyDetailParam, GetCompanyMetricsParam, GetDepartmentDataParam, GetHsnCodeParam, GetInventoriesParam, GetInventoryBulkUploadHistoryParam, GetInventoryBySizeParam, GetInventoryBySizeIdentifierParam, GetInventoryExportParam, GetMarketplaceOptinDetailParam, GetMarketplacesParam, GetOptimalLocationsParam, GetProductParam, GetProductAssetsInBulkParam, GetProductAttributesParam, GetProductBulkUploadHistoryParam, GetProductBundleParam, GetProductBundleDetailParam, GetProductExportJobsParam, GetProductSizeParam, GetProductTagsParam, GetProductValidationParam, GetProductsParam, GetSellerInsightsParam, GetSingleProductHSNCodeParam, GetSizeGuideParam, GetSizeGuidesParam, GetStoreDetailParam, GetVariantsOfProductsParam, ListCategoriesParam, ListDepartmentsDataParam, ListHSNCodesParam, ListInventoryExportParam, ListProductTemplateParam, ListProductTemplateCategoriesParam, ListProductTemplateExportDetailsParam, ListTemplateBrandTypeValuesParam, UpdateHsnCodeParam, UpdateInventoriesParam, UpdateLocationPriceParam, UpdateLocationQuantityParam, UpdateMarketplaceOptinParam, UpdateProductBundleParam, UpdateRealtimeInventoryParam, UpdateSizeGuideParam, UploadBulkProductsParam, ValidateProductGlobalTemplateParam, ValidateProductTemplateParam, ValidateProductTemplateSchemaParam };
645
644
  }
645
+ type AddInventoryParam = {
646
+ /**
647
+ * - Item id of the product of which size is to be get.
648
+ */
649
+ itemId: number;
650
+ /**
651
+ * - Size in which inventory is to be added.
652
+ */
653
+ size: string;
654
+ body: CatalogPlatformModel.InventoryRequestSchema;
655
+ };
646
656
  type AllSizesParam = {
647
657
  /**
648
658
  * - Id of the product to be updated.
649
659
  */
650
660
  itemId: number;
651
661
  };
662
+ type BulkHsnCodeParam = {
663
+ body: CatalogPlatformModel.BulkHsnUpsert;
664
+ };
652
665
  type CreateBulkInventoryParam = {
653
666
  /**
654
667
  * - Batch Id of the bulk create job.
655
668
  */
656
669
  batchId: string;
657
- body: CatalogPlatformModel.InventoryBulkRequest;
670
+ body: CatalogPlatformModel.InventoryBulkRequestSchema;
658
671
  };
659
672
  type CreateBulkInventoryJobParam = {
660
- body: CatalogPlatformModel.InventoryBulkJob;
673
+ body: CatalogPlatformModel.BulkJob;
661
674
  };
662
675
  type CreateBulkProductUploadJobParam = {
663
- body: CatalogPlatformModel.BulkProductUploadJob;
676
+ body: CatalogPlatformModel.BulkJob;
664
677
  };
665
678
  type CreateInventoryExportParam = {
666
- body: CatalogPlatformModel.InventoryCreateRequest;
679
+ body: CatalogPlatformModel.InventoryCreateRequestSchema;
667
680
  };
668
681
  type CreateInventoryExportJobParam = {
669
- body: CatalogPlatformModel.InventoryExportRequest;
682
+ body: CatalogPlatformModel.InventoryExportRequestSchema;
670
683
  };
671
684
  type CreateMarketplaceOptinParam = {
672
685
  /**
673
- * - Slug of the marketplace .
686
+ * - The marketplace for which the detail
687
+ * needs to be retrieved.
674
688
  */
675
- marketplace: string;
676
- body: CatalogPlatformModel.CreateMarketplaceOptinRequest;
689
+ marketplaceSlug: string;
690
+ body: CatalogPlatformModel.OptInPostRequestSchema;
677
691
  };
678
692
  type CreateProductParam = {
679
- body: CatalogPlatformModel.ProductCreateUpdateSchemaV2;
693
+ body: CatalogPlatformModel.ProductCreateSchemaV2;
680
694
  };
681
695
  type CreateProductAssetsInBulkParam = {
682
696
  body: CatalogPlatformModel.ProductBulkAssets;
683
697
  };
684
698
  type CreateProductBundleParam = {
685
- body: CatalogPlatformModel.ProductBundleRequest;
699
+ body: CatalogPlatformModel.ProductBundleRequestSchema;
686
700
  };
687
701
  type CreateProductExportJobParam = {
688
702
  body: CatalogPlatformModel.ProductTemplateDownloadsExport;
@@ -692,7 +706,7 @@ type CreateProductsInBulkParam = {
692
706
  * - Batch Id in which assets to be uploaded.
693
707
  */
694
708
  batchId: string;
695
- body: CatalogPlatformModel.BulkProductRequest;
709
+ body: CatalogPlatformModel.BulkProductRequestSchema;
696
710
  };
697
711
  type CreateSizeGuideParam = {
698
712
  body: CatalogPlatformModel.ValidateSizeGuide;
@@ -705,7 +719,7 @@ type DeleteBulkInventoryJobParam = {
705
719
  };
706
720
  type DeleteProductParam = {
707
721
  /**
708
- * - Id of the product to be updated.
722
+ * - Id of the product to be deleted.
709
723
  */
710
724
  itemId: number;
711
725
  };
@@ -713,7 +727,7 @@ type DeleteProductBulkJobParam = {
713
727
  /**
714
728
  * - Batch Id of the bulk product job to be deleted.
715
729
  */
716
- batchId: string;
730
+ batchId: number;
717
731
  };
718
732
  type DeleteRealtimeInventoryParam = {
719
733
  /**
@@ -739,9 +753,9 @@ type DeleteSizeParam = {
739
753
  };
740
754
  type DownloadInventoryTemplateViewParam = {
741
755
  /**
742
- * - Type of file
756
+ * - An `item_type` defines the type of item.
743
757
  */
744
- type: string;
758
+ itemType: string;
745
759
  };
746
760
  type DownloadProductTemplateViewsParam = {
747
761
  /**
@@ -763,21 +777,22 @@ type EditProductParam = {
763
777
  * - Id of the product to be updated.
764
778
  */
765
779
  itemId: number;
766
- body: CatalogPlatformModel.ProductCreateUpdateSchemaV2;
780
+ body: CatalogPlatformModel.ProductUpdateSchemaV2;
767
781
  };
768
782
  type ExportInventoryConfigParam = {
769
783
  /**
770
- * - Filter type from any one of ['brand', 'store', 'type']
784
+ * - Filter type from any one of ['brand',
785
+ * 'store', 'type']
771
786
  */
772
- filter: string;
787
+ filterType?: string;
773
788
  };
774
789
  type GetAllProductHsnCodesParam = {
775
790
  /**
776
- * - Page no
791
+ * - Indicates current page number
777
792
  */
778
793
  pageNo?: number;
779
794
  /**
780
- * - Page size
795
+ * - Indicates page size
781
796
  */
782
797
  pageSize?: number;
783
798
  /**
@@ -826,32 +841,6 @@ type GetCompanyBrandDetailParam = {
826
841
  */
827
842
  marketplace?: string;
828
843
  };
829
- type GetCompanyBrandsDRIParam = {
830
- /**
831
- * - The page number to navigate through the given
832
- * set of results
833
- */
834
- pageNo?: number;
835
- /**
836
- * - Number of items to retrieve in each page.
837
- * Default is 10.
838
- */
839
- pageSize?: number;
840
- };
841
- type GetCompanyVerificationParam = {
842
- /**
843
- * - A `q` parameter is used to search the company by its name.
844
- */
845
- q?: string;
846
- /**
847
- * - A `page_no` parameter is a number of the page requested.
848
- */
849
- pageNo?: number;
850
- /**
851
- * - A `page_size` is the no of items per page.
852
- */
853
- pageSize?: number;
854
- };
855
844
  type GetDepartmentDataParam = {
856
845
  /**
857
846
  * - A `uid` is a unique identifier of a department.
@@ -868,7 +857,7 @@ type GetInventoriesParam = {
868
857
  /**
869
858
  * - Item code of the product of which size is to be get.
870
859
  */
871
- itemId?: number;
860
+ itemId?: string;
872
861
  /**
873
862
  * - Size of which inventory is to get.
874
863
  */
@@ -913,21 +902,29 @@ type GetInventoriesParam = {
913
902
  */
914
903
  sellerIdentifiers?: string[];
915
904
  /**
916
- * - Min sellable quantity.
905
+ * - This field allows you to filter for inventories
906
+ * that have quantity greater than to the specified value based on qty_type filter.
907
+ */
908
+ qtyGt?: number;
909
+ /**
910
+ * - This field allows you to filter for inventories
911
+ * that have a quantity less than to the specified value based on qty_type filter.
917
912
  */
918
- minSellable?: number;
913
+ qtyLt?: number;
919
914
  /**
920
- * - Max sellable quantity.
915
+ * - This field provides flexibility in selecting
916
+ * filter for inventory quantity counts and date queries. For example, you
917
+ * might use this field to specify "total" or "sellable" quantity.
921
918
  */
922
- maxSellable?: number;
919
+ qtyType?: string;
923
920
  /**
924
921
  * - Inventory updated on filter to get
925
- * inventories greater then provided date.
922
+ * inventories greater then or equal to provided date based on qty_type value.
926
923
  */
927
924
  fromDate?: string;
928
925
  /**
929
926
  * - Inventory updated on filter to get inventories
930
- * less then provided date.
927
+ * less then or equal to provided date based on qty_type value.
931
928
  */
932
929
  toDate?: string;
933
930
  /**
@@ -947,6 +944,10 @@ type GetInventoryBulkUploadHistoryParam = {
947
944
  * Default is 12.
948
945
  */
949
946
  pageSize?: number;
947
+ /**
948
+ * - Search string to filter the results by batch id
949
+ */
950
+ search?: string;
950
951
  };
951
952
  type GetInventoryBySizeParam = {
952
953
  /**
@@ -1005,11 +1006,8 @@ type GetInventoryBySizeIdentifierParam = {
1005
1006
  */
1006
1007
  locationIds?: number[];
1007
1008
  };
1008
- type GetInventoryExportDetailParam = {
1009
- /**
1010
- * - Company Id in which assets to be uploaded.
1011
- */
1012
- jobId: string;
1009
+ type GetOptimalLocationsParam = {
1010
+ body: CatalogPlatformModel.AssignStore;
1013
1011
  };
1014
1012
  type GetProductParam = {
1015
1013
  /**
@@ -1091,12 +1089,6 @@ type GetProductBundleDetailParam = {
1091
1089
  */
1092
1090
  id: string;
1093
1091
  };
1094
- type GetProductExportDetailParam = {
1095
- /**
1096
- * - Company Id in which assets to be uploaded.
1097
- */
1098
- jobId: string;
1099
- };
1100
1092
  type GetProductExportJobsParam = {
1101
1093
  /**
1102
1094
  * - This is a parameter used to find all the jobs
@@ -1131,42 +1123,27 @@ type GetProductExportJobsParam = {
1131
1123
  };
1132
1124
  type GetProductSizeParam = {
1133
1125
  /**
1134
- * - Item Id of the product size.
1126
+ * - Item code of the product size.
1135
1127
  */
1136
- itemId: number;
1137
- };
1138
- type GetProductTemplateBySlugParam = {
1139
- /**
1140
- * - Slug of the template.
1141
- */
1142
- slug: string;
1143
- };
1144
- type GetProductValidationParam = {
1128
+ itemCode?: string;
1145
1129
  /**
1146
- * - Type of identifier to validate the product against.
1130
+ * - Item Id of the product size.
1147
1131
  */
1148
- type: string;
1132
+ itemId: number;
1149
1133
  /**
1150
- * - Type of identifier to validate the product against.
1134
+ * - Brand Id of the product size.
1151
1135
  */
1152
- slug: string;
1153
- };
1154
- type GetProductVerificationDetailsParam = {
1136
+ brandUid?: number;
1155
1137
  /**
1156
- * - A `item_id` is a unique identifier for a specific product.
1138
+ * - Id of the product size.
1157
1139
  */
1158
- itemId: number;
1140
+ uid?: number;
1159
1141
  };
1160
1142
  type GetProductsParam = {
1161
1143
  /**
1162
1144
  * - Get multiple products filtered by Brand Ids
1163
1145
  */
1164
1146
  brandIds?: number[];
1165
- /**
1166
- * - Get multiple products filtered by weather
1167
- * have multiple sizes or not
1168
- */
1169
- multiSize?: boolean;
1170
1147
  /**
1171
1148
  * - Get multiple products filtered by Category Ids
1172
1149
  */
@@ -1259,10 +1236,6 @@ type GetSizeGuidesParam = {
1259
1236
  * - Query that is to be searched.
1260
1237
  */
1261
1238
  q?: string;
1262
- /**
1263
- * - Brand id that is to be searched.
1264
- */
1265
- brandId?: number;
1266
1239
  /**
1267
1240
  * - To filter size guide on basis of tag.
1268
1241
  */
@@ -1277,6 +1250,10 @@ type GetSizeGuidesParam = {
1277
1250
  * Default is 10.
1278
1251
  */
1279
1252
  pageSize?: number;
1253
+ /**
1254
+ * - Brand id that is to be searched.
1255
+ */
1256
+ brandId?: number;
1280
1257
  };
1281
1258
  type GetStoreDetailParam = {
1282
1259
  /**
@@ -1293,13 +1270,6 @@ type GetStoreDetailParam = {
1293
1270
  */
1294
1271
  pageSize?: number;
1295
1272
  };
1296
- type GetVariantTypesParam = {
1297
- /**
1298
- * - The page number to navigate through the
1299
- * given set of results
1300
- */
1301
- templateTag: string;
1302
- };
1303
1273
  type GetVariantsOfProductsParam = {
1304
1274
  /**
1305
1275
  * - Get list of variants of item Id
@@ -1347,6 +1317,10 @@ type ListCategoriesParam = {
1347
1317
  * - Get multiple categories filtered by category uids.
1348
1318
  */
1349
1319
  uids?: number[];
1320
+ /**
1321
+ * - Get category by slug
1322
+ */
1323
+ slug?: string;
1350
1324
  };
1351
1325
  type ListDepartmentsDataParam = {
1352
1326
  /**
@@ -1379,13 +1353,13 @@ type ListDepartmentsDataParam = {
1379
1353
  */
1380
1354
  isActive?: boolean;
1381
1355
  /**
1382
- * - Filter department by uids.
1356
+ * - Can filter by slug
1383
1357
  */
1384
- uids?: number[];
1358
+ slug?: string;
1385
1359
  };
1386
1360
  type ListInventoryExportParam = {
1387
1361
  /**
1388
- * - Status of the export job.
1362
+ * - Status of the export job.(Pending, Running, Success)
1389
1363
  */
1390
1364
  status?: string;
1391
1365
  /**
@@ -1429,19 +1403,6 @@ type ListProductTemplateCategoriesParam = {
1429
1403
  * `set`, `standard`, `digital`, etc.
1430
1404
  */
1431
1405
  itemType: string;
1432
- /**
1433
- * - Number of categories needed in one page
1434
- */
1435
- pageSize?: number;
1436
- /**
1437
- * - Page number to fetch, for example if pagesize
1438
- * is 10 and page number 1,
1439
- */
1440
- pageNo?: number;
1441
- /**
1442
- * - Search string to search categories from
1443
- */
1444
- q?: number;
1445
1406
  };
1446
1407
  type ListTemplateBrandTypeValuesParam = {
1447
1408
  /**
@@ -1460,29 +1421,47 @@ type ListTemplateBrandTypeValuesParam = {
1460
1421
  */
1461
1422
  itemType?: string;
1462
1423
  };
1463
- type PatchInventoryExportDetailParam = {
1424
+ type UpdateHsnCodeParam = {
1464
1425
  /**
1465
- * - Company Id in which assets to be uploaded.
1426
+ * - Unique id
1466
1427
  */
1467
- jobId: string;
1468
- body: CatalogPlatformModel.ExportPatchRequest;
1428
+ id: string;
1429
+ body: CatalogPlatformModel.HsnUpsert;
1469
1430
  };
1470
- type PatchProductExportDetailParam = {
1431
+ type UpdateInventoriesParam = {
1432
+ body: CatalogPlatformModel.InventoryRequestSchemaV2;
1433
+ };
1434
+ type UpdateLocationPriceParam = {
1435
+ /**
1436
+ * - The Store Id to update price of size for specific store.
1437
+ */
1438
+ storeId: number;
1471
1439
  /**
1472
- * - Company Id in which assets to be uploaded.
1440
+ * - Size Identifier (Seller Identifier or
1441
+ * Primary Identifier) of which article price is to update.
1473
1442
  */
1474
- jobId: string;
1475
- body: CatalogPlatformModel.ExportPatchRequest;
1443
+ sellerIdentifier: string;
1444
+ body: CatalogPlatformModel.LocationPriceRequestSchema;
1476
1445
  };
1477
- type UpdateInventoriesParam = {
1478
- body: CatalogPlatformModel.InventoryRequestSchemaV2;
1446
+ type UpdateLocationQuantityParam = {
1447
+ /**
1448
+ * - The Store Id to update quantity of size for
1449
+ * specific store.
1450
+ */
1451
+ storeId: number;
1452
+ /**
1453
+ * - Size Identifier (Seller Identifier or
1454
+ * Primary Identifier) of which article quantity is to update.
1455
+ */
1456
+ sellerIdentifier: string;
1457
+ body: CatalogPlatformModel.LocationQuantityRequestSchema;
1479
1458
  };
1480
1459
  type UpdateMarketplaceOptinParam = {
1481
1460
  /**
1482
1461
  * - Slug of the marketplace .
1483
1462
  */
1484
- marketplace: string;
1485
- body: CatalogPlatformModel.UpdateMarketplaceOptinRequest;
1463
+ marketplaceSlug: string;
1464
+ body: CatalogPlatformModel.UpdateMarketplaceOptinRequestSchema;
1486
1465
  };
1487
1466
  type UpdateProductBundleParam = {
1488
1467
  /**
@@ -1490,7 +1469,7 @@ type UpdateProductBundleParam = {
1490
1469
  * detail. Pass the `id` of the keywords which you want to delete.
1491
1470
  */
1492
1471
  id: string;
1493
- body: CatalogPlatformModel.ProductBundleUpdateRequest;
1472
+ body: CatalogPlatformModel.ProductBundleUpdateRequestSchema;
1494
1473
  };
1495
1474
  type UpdateRealtimeInventoryParam = {
1496
1475
  /**
@@ -1506,7 +1485,7 @@ type UpdateRealtimeInventoryParam = {
1506
1485
  };
1507
1486
  type UpdateSizeGuideParam = {
1508
1487
  /**
1509
- * - Mongo id of the size guide to be edited
1488
+ * - Identifier of the size guide to be edited
1510
1489
  */
1511
1490
  id: string;
1512
1491
  body: CatalogPlatformModel.ValidateSizeGuide;
@@ -1518,11 +1497,25 @@ type UploadBulkProductsParam = {
1518
1497
  department: string;
1519
1498
  /**
1520
1499
  * - Product type of the product to be uploaded
1521
- * i.e. set, standard , digital.
1500
+ * i.e. set, standard, digital.
1522
1501
  */
1523
1502
  productType: string;
1524
1503
  body: CatalogPlatformModel.BulkProductJob;
1525
1504
  };
1505
+ type ValidateProductGlobalTemplateParam = {
1506
+ /**
1507
+ * - An `item_type` defines the type of item. The
1508
+ * default value is standard.
1509
+ */
1510
+ itemType?: string;
1511
+ /**
1512
+ * - This specification determines the schema type to
1513
+ * be retrieved. When set to true, it will return the schema for bulk data;
1514
+ * when set to false, it will provide the schema for a single product. The
1515
+ * default value is false.
1516
+ */
1517
+ bulk?: boolean;
1518
+ };
1526
1519
  type ValidateProductTemplateParam = {
1527
1520
  /**
1528
1521
  * - A `slug` is a unique identifier for a particular template.
@@ -1547,16 +1540,14 @@ type ValidateProductTemplateSchemaParam = {
1547
1540
  * default value is standard.
1548
1541
  */
1549
1542
  itemType: string;
1550
- /**
1551
- * - Type of file template i.e if bulk
1552
- */
1553
- bulk: boolean;
1554
1543
  };
1555
1544
  type GetCompanyDetailParam = any;
1556
1545
  type GetCompanyMetricsParam = any;
1557
1546
  type GetInventoryExportParam = any;
1558
- type GetLocationTagsParam = any;
1547
+ type GetMarketplaceOptinDetailParam = any;
1559
1548
  type GetMarketplacesParam = any;
1560
1549
  type GetProductTagsParam = any;
1550
+ type GetProductValidationParam = any;
1561
1551
  type ListHSNCodesParam = any;
1552
+ type ListProductTemplateExportDetailsParam = any;
1562
1553
  import CatalogPlatformModel = require("./CatalogPlatformModel");