@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
@@ -39,30 +39,30 @@ declare class Catalog {
39
39
  /**
40
40
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
41
41
  * @param {import("../ApplicationAPIClient").Options} - Options
42
- * @returns {Promise<FollowPostResponse>} - Success response
42
+ * @returns {Promise<FollowPostResponseSchema>} - Success response
43
43
  * @name followById
44
- * @summary: Follows an item by ID.
44
+ * @summary: Create item, brand, product
45
45
  * @description: Add a product, brand, or item to the user's followed list by collection Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/followById/).
46
46
  */
47
- followById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FollowPostResponse>;
47
+ followById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<FollowPostResponseSchema>;
48
48
  /**
49
49
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
50
50
  * @param {import("../ApplicationAPIClient").Options} - Options
51
- * @returns {Promise<BrandDetailResponse>} - Success response
51
+ * @returns {Promise<BrandDetailResponseSchema>} - Success response
52
52
  * @name getBrandDetailBySlug
53
- * @summary: Retrieves detailed brand info by slug.
53
+ * @summary: Get a brand
54
54
  * @description: Get metadata of a brand such as name, information, logo, banner, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getBrandDetailBySlug/).
55
55
  */
56
- getBrandDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<BrandDetailResponse>;
56
+ getBrandDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<BrandDetailResponseSchema>;
57
57
  /**
58
58
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
59
59
  * @param {import("../ApplicationAPIClient").Options} - Options
60
- * @returns {Promise<BrandListingResponse>} - Success response
60
+ * @returns {Promise<BrandListingResponseSchema>} - Success response
61
61
  * @name getBrands
62
- * @summary: Fetches all available brands.
62
+ * @summary: List brands
63
63
  * @description: Get a list of all the available brands. Filtering can be applied to the department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getBrands/).
64
64
  */
65
- getBrands({ department, pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<BrandListingResponse>;
65
+ getBrands({ department, pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<BrandListingResponseSchema>;
66
66
  /**
67
67
  * @param {Object} arg - Arg object.
68
68
  * @param {string} [arg.department] - The name of the department. Use this
@@ -70,50 +70,50 @@ declare class Catalog {
70
70
  * of available departments below. Also, you can get available departments
71
71
  * from the endpoint /service/application/catalog/v1.0/departments/.
72
72
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
73
- * @returns {Paginator<BrandListingResponse>}
74
- * @summary: Fetches all available brands.
73
+ * @returns {Paginator<BrandListingResponseSchema>}
74
+ * @summary: List brands
75
75
  * @description: Get a list of all the available brands. Filtering can be applied to the department.
76
76
  */
77
77
  getBrandsPaginator({ department, pageSize }?: {
78
78
  department?: string;
79
79
  pageSize?: number;
80
- }): Paginator<BrandListingResponse>;
80
+ }): Paginator<BrandListingResponseSchema>;
81
81
  /**
82
82
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
83
83
  * @param {import("../ApplicationAPIClient").Options} - Options
84
- * @returns {Promise<CategoryListingResponse>} - Success response
84
+ * @returns {Promise<CategoryListingResponseSchema>} - Success response
85
85
  * @name getCategories
86
- * @summary: Lists all product categories.
86
+ * @summary: List product categories
87
87
  * @description: List all available product categories. Also, users can filter the categories by department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCategories/).
88
88
  */
89
- getCategories({ department, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CategoryListingResponse>;
89
+ getCategories({ department, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CategoryListingResponseSchema>;
90
90
  /**
91
91
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
92
92
  * @param {import("../ApplicationAPIClient").Options} - Options
93
- * @returns {Promise<CategoryMetaResponse>} - Success response
93
+ * @returns {Promise<CategoryMetaResponseSchema>} - Success response
94
94
  * @name getCategoryDetailBySlug
95
- * @summary: Retrieves category details by slug.
95
+ * @summary: Get category by slug
96
96
  * @description: Get detailed information about a specific product category using its slug and get metadata of a category such as name, information, logo, banner, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCategoryDetailBySlug/).
97
97
  */
98
- getCategoryDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CategoryMetaResponse>;
98
+ getCategoryDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<CategoryMetaResponseSchema>;
99
99
  /**
100
100
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
101
101
  * @param {import("../ApplicationAPIClient").Options} - Options
102
- * @returns {Promise<CollectionDetailResponse>} - Success response
102
+ * @returns {Promise<CollectionDetailResponseSchema>} - Success response
103
103
  * @name getCollectionDetailBySlug
104
- * @summary: Retrieves collection details by slug.
104
+ * @summary: Get a collection
105
105
  * @description: Get detailed information about a specific collection using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollectionDetailBySlug/).
106
106
  */
107
- getCollectionDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<CollectionDetailResponse>;
107
+ getCollectionDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<CollectionDetailResponseSchema>;
108
108
  /**
109
109
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
110
110
  * @param {import("../ApplicationAPIClient").Options} - Options
111
- * @returns {Promise<ProductListingResponse>} - Success response
111
+ * @returns {Promise<ProductListingResponseSchema>} - Success response
112
112
  * @name getCollectionItemsBySlug
113
- * @summary: Lists items in a collection by slug.
113
+ * @summary: Lists items of collection
114
114
  * @description: Fetch items within a particular collection identified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollectionItemsBySlug/).
115
115
  */
116
- getCollectionItemsBySlug({ slug, f, q, filters, sortOn, pageId, pageSize, pageNo, pageType, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductListingResponse>;
116
+ getCollectionItemsBySlug({ slug, f, q, filters, sortOn, pageId, pageSize, pageNo, pageType, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductListingResponseSchema>;
117
117
  /**
118
118
  * @param {Object} arg - Arg object.
119
119
  * @param {string} arg.slug - A short, human-readable, URL-friendly
@@ -131,8 +131,8 @@ declare class Catalog {
131
131
  * should be sorted, e.g. popularity, price, latest and discount, in
132
132
  * either ascending or descending order. See the supported values below.
133
133
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
134
- * @returns {Paginator<ProductListingResponse>}
135
- * @summary: Lists items in a collection by slug.
134
+ * @returns {Paginator<ProductListingResponseSchema>}
135
+ * @summary: Lists items of collection
136
136
  * @description: Fetch items within a particular collection identified by its slug.
137
137
  */
138
138
  getCollectionItemsBySlugPaginator({ slug, f, q, filters, sortOn, pageSize, }?: {
@@ -142,117 +142,118 @@ declare class Catalog {
142
142
  filters?: boolean;
143
143
  sortOn?: string;
144
144
  pageSize?: number;
145
- }): Paginator<ProductListingResponse>;
145
+ }): Paginator<ProductListingResponseSchema>;
146
146
  /**
147
147
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
148
148
  * @param {import("../ApplicationAPIClient").Options} - Options
149
- * @returns {Promise<GetCollectionListingResponse>} - Success response
149
+ * @returns {Promise<GetCollectionListingResponseSchema>} - Success response
150
150
  * @name getCollections
151
- * @summary: Fetches all available collections.
151
+ * @summary: List collections
152
152
  * @description: List of curated product collections with filtering options based on tags and collection names. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollections/).
153
153
  */
154
- getCollections({ pageNo, pageSize, tag, q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<GetCollectionListingResponse>;
154
+ getCollections({ pageNo, pageSize, tag, q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<GetCollectionListingResponseSchema>;
155
155
  /**
156
156
  * @param {Object} arg - Arg object.
157
157
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
158
158
  * @param {string[]} [arg.tag] - List of tags to filter collections.
159
159
  * @param {string} [arg.q] - Name of the collection to filter collection.
160
- * @returns {Paginator<GetCollectionListingResponse>}
161
- * @summary: Fetches all available collections.
160
+ * @returns {Paginator<GetCollectionListingResponseSchema>}
161
+ * @summary: List collections
162
162
  * @description: List of curated product collections with filtering options based on tags and collection names.
163
163
  */
164
164
  getCollectionsPaginator({ pageSize, tag, q }?: {
165
165
  pageSize?: number;
166
166
  tag?: string[];
167
167
  q?: string;
168
- }): Paginator<GetCollectionListingResponse>;
168
+ }): Paginator<GetCollectionListingResponseSchema>;
169
169
  /**
170
170
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
171
171
  * @param {import("../ApplicationAPIClient").Options} - Options
172
- * @returns {Promise<ProductFrequentlyComparedSimilarResponse>} - Success response
172
+ * @returns {Promise<ProductFrequentlyComparedSimilarResponseSchema>} -
173
+ * Success response
173
174
  * @name getComparedFrequentlyProductBySlug
174
- * @summary: Retrieves products frequently compared with a given product.
175
+ * @summary: List frequent products
175
176
  * @description: Get products that are often compared to the product specified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getComparedFrequentlyProductBySlug/).
176
177
  */
177
- getComparedFrequentlyProductBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductFrequentlyComparedSimilarResponse>;
178
+ getComparedFrequentlyProductBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductFrequentlyComparedSimilarResponseSchema>;
178
179
  /**
179
180
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
180
181
  * @param {import("../ApplicationAPIClient").Options} - Options
181
- * @returns {Promise<DepartmentResponse>} - Success response
182
+ * @returns {Promise<DepartmentResponseSchema>} - Success response
182
183
  * @name getDepartments
183
- * @summary: Lists all departments.
184
+ * @summary: List departments
184
185
  * @description: List all departments associated with available products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getDepartments/).
185
186
  */
186
- getDepartments({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<DepartmentResponse>;
187
+ getDepartments({ requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<DepartmentResponseSchema>;
187
188
  /**
188
189
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
189
190
  * @param {import("../ApplicationAPIClient").Options} - Options
190
- * @returns {Promise<FollowIdsResponse>} - Success response
191
+ * @returns {Promise<FollowIdsResponseSchema>} - Success response
191
192
  * @name getFollowIds
192
- * @summary: Fetches IDs of followed items.
193
+ * @summary: List Ids of followed item, brand, product
193
194
  * @description: Get the IDs of all items the user is currently following, such as Products, Brands, and Collections. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowIds/).
194
195
  */
195
- getFollowIds({ collectionType, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FollowIdsResponse>;
196
+ getFollowIds({ collectionType, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FollowIdsResponseSchema>;
196
197
  /**
197
198
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
198
199
  * @param {import("../ApplicationAPIClient").Options} - Options
199
- * @returns {Promise<GetFollowListingResponse>} - Success response
200
+ * @returns {Promise<GetFollowListingResponseSchema>} - Success response
200
201
  * @name getFollowedListing
201
- * @summary: Retrieves user's followed listings.
202
+ * @summary: List followed products, brands
202
203
  * @description: Get a list of products or brands the user is following. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowedListing/).
203
204
  */
204
- getFollowedListing({ collectionType, pageId, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<GetFollowListingResponse>;
205
+ getFollowedListing({ collectionType, pageId, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<GetFollowListingResponseSchema>;
205
206
  /**
206
207
  * @param {Object} arg - Arg object.
207
208
  * @param {string} arg.collectionType - Type of collection followed, i.e.
208
209
  * products, brands, or collections.
209
210
  * @param {number} [arg.pageSize] - Page ID to retrieve next set of results.
210
- * @returns {Paginator<GetFollowListingResponse>}
211
- * @summary: Retrieves user's followed listings.
211
+ * @returns {Paginator<GetFollowListingResponseSchema>}
212
+ * @summary: List followed products, brands
212
213
  * @description: Get a list of products or brands the user is following.
213
214
  */
214
215
  getFollowedListingPaginator({ collectionType, pageSize }?: {
215
216
  collectionType: string;
216
217
  pageSize?: number;
217
- }): Paginator<GetFollowListingResponse>;
218
+ }): Paginator<GetFollowListingResponseSchema>;
218
219
  /**
219
220
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
220
221
  * @param {import("../ApplicationAPIClient").Options} - Options
221
- * @returns {Promise<FollowerCountResponse>} - Success response
222
+ * @returns {Promise<FollowerCountResponseSchema>} - Success response
222
223
  * @name getFollowerCountById
223
- * @summary: Retrieves follower count for an item.
224
+ * @summary: Get follower count
224
225
  * @description: Get the total number of followers for a specific item by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowerCountById/).
225
226
  */
226
- getFollowerCountById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FollowerCountResponse>;
227
+ getFollowerCountById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<FollowerCountResponseSchema>;
227
228
  /**
228
229
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
229
230
  * @param {import("../ApplicationAPIClient").Options} - Options
230
- * @returns {Promise<HomeListingResponse>} - Success response
231
+ * @returns {Promise<HomeListingResponseSchema>} - Success response
231
232
  * @name getHomeProducts
232
- * @summary: Fetches homepage-featured products.
233
+ * @summary: List homepage-featured products
233
234
  * @description: List all the products associated with a brand, collection or category in a random order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getHomeProducts/).
234
235
  */
235
- getHomeProducts({ sortOn, pageId, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<HomeListingResponse>;
236
+ getHomeProducts({ sortOn, pageId, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<HomeListingResponseSchema>;
236
237
  /**
237
238
  * @param {Object} arg - Arg object.
238
239
  * @param {string} [arg.sortOn] - The order in which the list of products
239
240
  * should be sorted, e.g. popularity, price, latest and discount, in
240
241
  * either ascending or descending order.
241
242
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
242
- * @returns {Paginator<HomeListingResponse>}
243
- * @summary: Fetches homepage-featured products.
243
+ * @returns {Paginator<HomeListingResponseSchema>}
244
+ * @summary: List homepage-featured products
244
245
  * @description: List all the products associated with a brand, collection or category in a random order.
245
246
  */
246
247
  getHomeProductsPaginator({ sortOn, pageSize }?: {
247
248
  sortOn?: string;
248
249
  pageSize?: number;
249
- }): Paginator<HomeListingResponse>;
250
+ }): Paginator<HomeListingResponseSchema>;
250
251
  /**
251
252
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
252
253
  * @param {import("../ApplicationAPIClient").Options} - Options
253
254
  * @returns {Promise<ApplicationStoreListing>} - Success response
254
255
  * @name getInStockLocations
255
- * @summary: Get store meta information.
256
+ * @summary: List stores with inventory
256
257
  * @description: List stores where specified products are currently in stock. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getInStockLocations/).
257
258
  */
258
259
  getInStockLocations({ pageNo, pageSize, q, city, range, latitude, longitude, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ApplicationStoreListing>;
@@ -268,7 +269,7 @@ declare class Catalog {
268
269
  * @param {number} [arg.longitude] - Longitude of the location from where
269
270
  * one wants to retrieve the nearest stores, e.g. 19.1174114.
270
271
  * @returns {Paginator<ApplicationStoreListing>}
271
- * @summary: Get store meta information.
272
+ * @summary: List stores with inventory
272
273
  * @description: List stores where specified products are currently in stock.
273
274
  */
274
275
  getInStockLocationsPaginator({ pageSize, q, city, range, latitude, longitude, }?: {
@@ -284,55 +285,55 @@ declare class Catalog {
284
285
  * @param {import("../ApplicationAPIClient").Options} - Options
285
286
  * @returns {Promise<StoreDetails>} - Success response
286
287
  * @name getLocationDetailsById
287
- * @summary: Get store meta information.
288
+ * @summary: Get selling location
288
289
  * @description: Get details about a store based on its location Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getLocationDetailsById/).
289
290
  */
290
- getLocationDetailsById({ locationId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<StoreDetails>;
291
+ getLocationDetailsById({ locationId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<StoreDetails>;
291
292
  /**
292
293
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
293
294
  * @param {import("../ApplicationAPIClient").Options} - Options
294
295
  * @returns {Promise<ProductBundle>} - Success response
295
296
  * @name getProductBundlesBySlug
296
- * @summary: Fetches product bundles by slug.
297
+ * @summary: List product bundles
297
298
  * @description: Get products bundles to the one specified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductBundlesBySlug/).
298
299
  */
299
- getProductBundlesBySlug({ slug, id, size, sellerId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductBundle>;
300
+ getProductBundlesBySlug({ slug, id, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductBundle>;
300
301
  /**
301
302
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
302
303
  * @param {import("../ApplicationAPIClient").Options} - Options
303
- * @returns {Promise<ProductsComparisonResponse>} - Success response
304
+ * @returns {Promise<ProductsComparisonResponseSchema>} - Success response
304
305
  * @name getProductComparisonBySlugs
305
- * @summary: Compares multiple products by slugs.
306
+ * @summary: List products for comparison
306
307
  * @description: Get all the products that have the same category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductComparisonBySlugs/).
307
308
  */
308
- getProductComparisonBySlugs({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductsComparisonResponse>;
309
+ getProductComparisonBySlugs({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductsComparisonResponseSchema>;
309
310
  /**
310
311
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
311
312
  * @param {import("../ApplicationAPIClient").Options} - Options
312
313
  * @returns {Promise<ProductDetail>} - Success response
313
314
  * @name getProductDetailBySlug
314
- * @summary: Fetches detailed product information by slug.
315
+ * @summary: Get a product
315
316
  * @description: Get product details such as price, attributes, HSN code, SKU code, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductDetailBySlug/).
316
317
  */
317
- getProductDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductDetail>;
318
+ getProductDetailBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductDetail>;
318
319
  /**
319
320
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
320
321
  * @param {import("../ApplicationAPIClient").Options} - Options
321
- * @returns {Promise<ProductSizePriceResponseV1>} - Success response
322
+ * @returns {Promise<ProductSizePriceResponseV4>} - Success response
322
323
  * @name getProductPriceBySlug
323
- * @summary: get size price for multiple products
324
+ * @summary: Get product price
324
325
  * @description: Get the price of a product size at all the selling locations near to a PIN Code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductPriceBySlug/).
325
326
  */
326
- getProductPriceBySlug({ body, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductSizePriceResponseV1>;
327
+ getProductPriceBySlug({ slug, size, storeId, moq, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductSizePriceResponseV4>;
327
328
  /**
328
329
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
329
330
  * @param {import("../ApplicationAPIClient").Options} - Options
330
331
  * @returns {Promise<ProductSizeSellersResponseV4>} - Success response
331
332
  * @name getProductSellersBySlug
332
- * @summary: Get the sellers of a product size at a PIN Code
333
+ * @summary: List sellers
333
334
  * @description: List all sellers offering a specific product identified by its slug and size. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductSellersBySlug/).
334
335
  */
335
- getProductSellersBySlug({ slug, size, pincode, strategy, pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductSizeSellersResponseV4>;
336
+ getProductSellersBySlug({ slug, size, strategy, pageNo, pageSize, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductSizeSellersResponseV4>;
336
337
  /**
337
338
  * @param {Object} arg - Arg object.
338
339
  * @param {string} arg.slug - A short, human-readable, URL-friendly
@@ -341,19 +342,16 @@ declare class Catalog {
341
342
  * @param {string} arg.size - A string indicating the size of the product,
342
343
  * e.g. S, M, XL. You can get slug value from the endpoint
343
344
  * /service/application/catalog/v1.0/products/sizes.
344
- * @param {string} [arg.pincode] - The 6-digit PIN Code of the area near
345
- * which the selling locations should be searched, e.g. 400059
346
345
  * @param {string} [arg.strategy] - Sort stores on the basis of strategy.
347
346
  * eg, fast-delivery, low-price, optimal.
348
347
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
349
348
  * @returns {Paginator<ProductSizeSellersResponseV4>}
350
- * @summary: Get the sellers of a product size at a PIN Code
349
+ * @summary: List sellers
351
350
  * @description: List all sellers offering a specific product identified by its slug and size.
352
351
  */
353
- getProductSellersBySlugPaginator({ slug, size, pincode, strategy, pageSize, }?: {
352
+ getProductSellersBySlugPaginator({ slug, size, strategy, pageSize }?: {
354
353
  slug: string;
355
354
  size: string;
356
- pincode?: string;
357
355
  strategy?: string;
358
356
  pageSize?: number;
359
357
  }): Paginator<ProductSizeSellersResponseV4>;
@@ -362,25 +360,25 @@ declare class Catalog {
362
360
  * @param {import("../ApplicationAPIClient").Options} - Options
363
361
  * @returns {Promise<ProductSizes>} - Success response
364
362
  * @name getProductSizesBySlug
365
- * @summary: Retrieves available sizes for a product by slug.
363
+ * @summary: List sizes
366
364
  * @description: Provides detailed information about a product, including its availability (sellable), available sizes with quantities, dimensions, weight, availability status, price details (marked, effective, selling), minimum order quantity (MOQ). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductSizesBySlug/).
367
365
  */
368
- getProductSizesBySlug({ slug, storeId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductSizes>;
366
+ getProductSizesBySlug({ slug, storeId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductSizes>;
369
367
  /**
370
368
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
371
369
  * @param {import("../ApplicationAPIClient").Options} - Options
372
- * @returns {Promise<ProductStockStatusResponse>} - Success response
370
+ * @returns {Promise<ProductStockStatusResponseSchema>} - Success response
373
371
  * @name getProductStockByIds
374
- * @summary: Checks product stock by IDs.
372
+ * @summary: Get product stocks
375
373
  * @description: Get the current stock status for products identified by their IDs, such as SKU, ALU, EAN, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductStockByIds/).
376
374
  */
377
- getProductStockByIds({ itemId, alu, skuCode, ean, upc, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductStockStatusResponse>;
375
+ getProductStockByIds({ itemId, alu, skuCode, ean, upc, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductStockStatusResponseSchema>;
378
376
  /**
379
377
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
380
378
  * @param {import("../ApplicationAPIClient").Options} - Options
381
379
  * @returns {Promise<ProductStockPolling>} - Success response
382
380
  * @name getProductStockForTimeByIds
383
- * @summary: Fetches future stock data for products.
381
+ * @summary: List future stock
384
382
  * @description: Get the available stock levels for all products associated with a particular sales channel at a specified future time. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductStockForTimeByIds/).
385
383
  */
386
384
  getProductStockForTimeByIds({ timestamp, pageSize, pageId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductStockPolling>;
@@ -389,7 +387,7 @@ declare class Catalog {
389
387
  * @param {string} arg.timestamp - Timestamp in UTC format (2020-07-23T10:27:50Z).
390
388
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
391
389
  * @returns {Paginator<ProductStockPolling>}
392
- * @summary: Fetches future stock data for products.
390
+ * @summary: List future stock
393
391
  * @description: Get the available stock levels for all products associated with a particular sales channel at a specified future time.
394
392
  */
395
393
  getProductStockForTimeByIdsPaginator({ timestamp, pageSize }?: {
@@ -399,21 +397,21 @@ declare class Catalog {
399
397
  /**
400
398
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
401
399
  * @param {import("../ApplicationAPIClient").Options} - Options
402
- * @returns {Promise<ProductVariantsResponse>} - Success response
400
+ * @returns {Promise<ProductVariantsResponseSchema>} - Success response
403
401
  * @name getProductVariantsBySlug
404
- * @summary: Retrieves product variants by slug.
402
+ * @summary: List product variants
405
403
  * @description: Get all available variants of a specific product identified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductVariantsBySlug/).
406
404
  */
407
- getProductVariantsBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductVariantsResponse>;
405
+ getProductVariantsBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductVariantsResponseSchema>;
408
406
  /**
409
407
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
410
408
  * @param {import("../ApplicationAPIClient").Options} - Options
411
- * @returns {Promise<ProductListingResponse>} - Success response
409
+ * @returns {Promise<ProductListingResponseSchema>} - Success response
412
410
  * @name getProducts
413
- * @summary: Lists all products.
411
+ * @summary: List products
414
412
  * @description: List all products available in the catalog. It supports filtering based on product name, brand, department, category, collection, and more, while also offering sorting options based on factors like price, ratings, discounts, and other relevant criteria. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProducts/).
415
413
  */
416
- getProducts({ q, f, filters, sortOn, pageId, pageSize, pageNo, pageType, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductListingResponse>;
414
+ getProducts({ q, f, filters, sortOn, pageId, pageSize, pageNo, pageType, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductListingResponseSchema>;
417
415
  /**
418
416
  * @param {Object} arg - Arg object.
419
417
  * @param {string} [arg.q] - The search query for entering partial or full
@@ -428,8 +426,8 @@ declare class Catalog {
428
426
  * should be sorted, e.g. popularity, price, latest and discount, in
429
427
  * either ascending or descending order. See the supported values below.
430
428
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
431
- * @returns {Paginator<ProductListingResponse>}
432
- * @summary: Lists all products.
429
+ * @returns {Paginator<ProductListingResponseSchema>}
430
+ * @summary: List products
433
431
  * @description: List all products available in the catalog. It supports filtering based on product name, brand, department, category, collection, and more, while also offering sorting options based on factors like price, ratings, discounts, and other relevant criteria.
434
432
  */
435
433
  getProductsPaginator({ q, f, filters, sortOn, pageSize }?: {
@@ -438,34 +436,34 @@ declare class Catalog {
438
436
  filters?: boolean;
439
437
  sortOn?: string;
440
438
  pageSize?: number;
441
- }): Paginator<ProductListingResponse>;
439
+ }): Paginator<ProductListingResponseSchema>;
442
440
  /**
443
441
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
444
442
  * @param {import("../ApplicationAPIClient").Options} - Options
445
- * @returns {Promise<AutoCompleteResponse>} - Success response
443
+ * @returns {Promise<AutoCompleteResponseSchema>} - Success response
446
444
  * @name getSearchResults
447
- * @summary: Retrieves search result listings.
445
+ * @summary: List product, brand, category
448
446
  * @description: Get products, brands, or categories based on a search query, which can be a partial or full name match. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getSearchResults/).
449
447
  */
450
- getSearchResults({ q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AutoCompleteResponse>;
448
+ getSearchResults({ q, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<AutoCompleteResponseSchema>;
451
449
  /**
452
450
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
453
451
  * @param {import("../ApplicationAPIClient").Options} - Options
454
- * @returns {Promise<ProductCompareResponse>} - Success response
452
+ * @returns {Promise<ProductCompareResponseSchema>} - Success response
455
453
  * @name getSimilarComparisonProductBySlug
456
- * @summary: Fetches similar products for comparison.
454
+ * @summary: List similar products
457
455
  * @description: Get all products within the same category as the one specified by the provided slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getSimilarComparisonProductBySlug/).
458
456
  */
459
- getSimilarComparisonProductBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<ProductCompareResponse>;
457
+ getSimilarComparisonProductBySlug({ slug, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<ProductCompareResponseSchema>;
460
458
  /**
461
459
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
462
460
  * @param {import("../ApplicationAPIClient").Options} - Options
463
- * @returns {Promise<StoreListingResponse>} - Success response
461
+ * @returns {Promise<StoreListingResponseSchema>} - Success response
464
462
  * @name getStores
465
- * @summary: Get store meta information.
463
+ * @summary: List available stores
466
464
  * @description: List all stores associated with the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getStores/).
467
465
  */
468
- getStores({ pageNo, pageSize, q, city, range, latitude, longitude, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<StoreListingResponse>;
466
+ getStores({ pageNo, pageSize, q, city, range, latitude, longitude, tags, requestHeaders, }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<StoreListingResponseSchema>;
469
467
  /**
470
468
  * @param {Object} arg - Arg object.
471
469
  * @param {number} [arg.pageSize] - Number of items to retrieve in each page.
@@ -477,26 +475,28 @@ declare class Catalog {
477
475
  * wants to retrieve the nearest stores, e.g. 72.8691788.
478
476
  * @param {number} [arg.longitude] - Longitude of the location from where
479
477
  * one wants to retrieve the nearest stores, e.g. 19.1174114.
480
- * @returns {Paginator<StoreListingResponse>}
481
- * @summary: Get store meta information.
478
+ * @param {string} [arg.tags] - Search stores based on tags.
479
+ * @returns {Paginator<StoreListingResponseSchema>}
480
+ * @summary: List available stores
482
481
  * @description: List all stores associated with the sales channel.
483
482
  */
484
- getStoresPaginator({ pageSize, q, city, range, latitude, longitude }?: {
483
+ getStoresPaginator({ pageSize, q, city, range, latitude, longitude, tags, }?: {
485
484
  pageSize?: number;
486
485
  q?: string;
487
486
  city?: string;
488
487
  range?: number;
489
488
  latitude?: number;
490
489
  longitude?: number;
491
- }): Paginator<StoreListingResponse>;
490
+ tags?: string;
491
+ }): Paginator<StoreListingResponseSchema>;
492
492
  /**
493
493
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
494
494
  * @param {import("../ApplicationAPIClient").Options} - Options
495
- * @returns {Promise<FollowPostResponse>} - Success response
495
+ * @returns {Promise<FollowPostResponseSchema>} - Success response
496
496
  * @name unfollowById
497
- * @summary: Unfollows an item by ID.
497
+ * @summary: Delete item, brand, product
498
498
  * @description: Remove a followed item, brand, or product using its collection ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/unfollowById/).
499
499
  */
500
- unfollowById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options): Promise<FollowPostResponse>;
500
+ unfollowById({ collectionType, collectionId, requestHeaders }?: object, { responseHeaders }?: import("../ApplicationAPIClient").Options, ...args: any[]): Promise<FollowPostResponseSchema>;
501
501
  }
502
502
  import Paginator = require("../../common/Paginator");