@gofynd/fdk-client-javascript 1.4.15-beta.2 → 1.4.15

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 (314) hide show
  1. package/README.md +2 -2
  2. package/application.d.ts +1 -2
  3. package/application.js +2 -3
  4. package/index.d.ts +1 -2
  5. package/index.js +7 -1
  6. package/package.json +2 -3
  7. package/sdk/application/ApplicationClient.d.ts +2 -0
  8. package/sdk/application/ApplicationClient.js +2 -18
  9. package/sdk/application/Cart/CartApplicationClient.d.ts +75 -90
  10. package/sdk/application/Cart/CartApplicationClient.js +108 -1199
  11. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +81 -142
  12. package/sdk/application/Catalog/CatalogApplicationClient.js +41 -1344
  13. package/sdk/application/Common/CommonApplicationClient.d.ts +4 -8
  14. package/sdk/application/Common/CommonApplicationClient.js +2 -92
  15. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +6 -19
  16. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -148
  17. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +32 -73
  18. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -727
  19. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -111
  20. package/sdk/application/Content/ContentApplicationClient.js +43 -1065
  21. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -13
  22. package/sdk/application/FileStorage/FileStorageApplicationClient.js +8 -138
  23. package/sdk/application/Finance/FinanceApplicationClient.d.ts +29 -0
  24. package/sdk/application/Finance/FinanceApplicationClient.js +105 -0
  25. package/sdk/application/Lead/LeadApplicationClient.d.ts +10 -18
  26. package/sdk/application/Lead/LeadApplicationClient.js +5 -217
  27. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +42 -39
  28. package/sdk/application/Logistic/LogisticApplicationClient.js +91 -493
  29. package/sdk/application/Order/OrderApplicationClient.d.ts +36 -46
  30. package/sdk/application/Order/OrderApplicationClient.js +52 -507
  31. package/sdk/application/Payment/PaymentApplicationClient.d.ts +103 -213
  32. package/sdk/application/Payment/PaymentApplicationClient.js +84 -2105
  33. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +15 -29
  34. package/sdk/application/Rewards/RewardsApplicationClient.js +8 -312
  35. package/sdk/application/Share/ShareApplicationClient.d.ts +14 -24
  36. package/sdk/application/Share/ShareApplicationClient.js +7 -309
  37. package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -14
  38. package/sdk/application/Theme/ThemeApplicationClient.js +8 -176
  39. package/sdk/application/User/UserApplicationClient.d.ts +87 -138
  40. package/sdk/application/User/UserApplicationClient.js +44 -1820
  41. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -7
  42. package/sdk/application/Webhook/WebhookApplicationClient.js +3 -52
  43. package/sdk/application/index.d.ts +0 -18
  44. package/sdk/application/index.js +0 -33
  45. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +86 -12
  46. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +582 -24
  47. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +116 -19
  48. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +121 -14
  49. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +8 -1
  50. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +51 -4
  51. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  52. package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
  53. package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
  54. package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
  55. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +157 -30
  56. package/sdk/partner/Logistics/LogisticsPartnerClient.js +1177 -56
  57. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +1662 -249
  58. package/sdk/partner/Logistics/LogisticsPartnerModel.js +774 -162
  59. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +13 -1
  60. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +141 -12
  61. package/sdk/partner/Theme/ThemePartnerClient.d.ts +8 -10
  62. package/sdk/partner/Theme/ThemePartnerClient.js +14 -16
  63. package/sdk/partner/Theme/ThemePartnerModel.d.ts +96 -37
  64. package/sdk/partner/Theme/ThemePartnerModel.js +90 -36
  65. package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
  66. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +28 -18
  67. package/sdk/partner/Webhook/WebhookPartnerClient.js +103 -18
  68. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +612 -179
  69. package/sdk/partner/Webhook/WebhookPartnerModel.js +253 -150
  70. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +1 -0
  71. package/sdk/partner/Webhook/WebhookPartnerValidator.js +11 -3
  72. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +5 -4
  73. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +14 -8
  74. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +59 -9
  75. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +40 -4
  76. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -32
  77. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +3 -243
  78. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +11 -130
  79. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +12 -152
  80. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -39
  81. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +0 -35
  82. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  83. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  84. package/sdk/platform/Billing/BillingPlatformModel.d.ts +443 -388
  85. package/sdk/platform/Billing/BillingPlatformModel.js +280 -263
  86. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +16 -18
  87. package/sdk/platform/Billing/BillingPlatformValidator.js +8 -9
  88. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +134 -103
  89. package/sdk/platform/Cart/CartPlatformApplicationClient.js +407 -112
  90. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +111 -65
  91. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +106 -44
  92. package/sdk/platform/Cart/CartPlatformModel.d.ts +5060 -1300
  93. package/sdk/platform/Cart/CartPlatformModel.js +1985 -1217
  94. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +209 -183
  95. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +452 -395
  96. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +185 -142
  97. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +96 -78
  98. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +178 -117
  99. package/sdk/platform/Catalog/CatalogPlatformClient.js +468 -172
  100. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +6554 -1772
  101. package/sdk/platform/Catalog/CatalogPlatformModel.js +3264 -1690
  102. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +116 -31
  103. package/sdk/platform/Catalog/CatalogPlatformValidator.js +85 -24
  104. package/sdk/platform/Common/CommonPlatformClient.d.ts +3 -2
  105. package/sdk/platform/Common/CommonPlatformClient.js +3 -2
  106. package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
  107. package/sdk/platform/Common/CommonPlatformModel.js +6 -6
  108. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +16 -17
  109. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +16 -17
  110. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
  111. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
  112. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +43 -33
  113. package/sdk/platform/Communication/CommunicationPlatformModel.js +38 -34
  114. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +46 -42
  115. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +47 -43
  116. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
  117. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +210 -212
  118. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
  119. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
  120. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +46 -33
  121. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +67 -54
  122. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
  123. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
  124. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +45 -24
  125. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +134 -30
  126. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +283 -124
  127. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +219 -94
  128. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +37 -9
  129. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +27 -8
  130. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +122 -191
  131. package/sdk/platform/Content/ContentPlatformApplicationClient.js +447 -831
  132. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +174 -220
  133. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +164 -199
  134. package/sdk/platform/Content/ContentPlatformClient.d.ts +142 -106
  135. package/sdk/platform/Content/ContentPlatformClient.js +523 -336
  136. package/sdk/platform/Content/ContentPlatformModel.d.ts +1233 -476
  137. package/sdk/platform/Content/ContentPlatformModel.js +514 -487
  138. package/sdk/platform/Content/ContentPlatformValidator.d.ts +168 -117
  139. package/sdk/platform/Content/ContentPlatformValidator.js +162 -108
  140. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +14 -12
  141. package/sdk/platform/Discount/DiscountPlatformClient.js +14 -12
  142. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
  143. package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
  144. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
  145. package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +94 -36
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +462 -60
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +62 -15
  149. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +75 -13
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +370 -101
  153. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +313 -84
  154. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  155. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  156. package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
  157. package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
  158. package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
  159. package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
  160. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +17 -6
  161. package/sdk/platform/Order/OrderPlatformApplicationClient.js +85 -7
  162. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +95 -24
  163. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +39 -19
  164. package/sdk/platform/Order/OrderPlatformClient.d.ts +153 -96
  165. package/sdk/platform/Order/OrderPlatformClient.js +424 -198
  166. package/sdk/platform/Order/OrderPlatformModel.d.ts +7747 -1342
  167. package/sdk/platform/Order/OrderPlatformModel.js +3960 -1262
  168. package/sdk/platform/Order/OrderPlatformValidator.d.ts +292 -109
  169. package/sdk/platform/Order/OrderPlatformValidator.js +145 -77
  170. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -4
  171. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +9 -7
  172. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
  173. package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
  174. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +93 -105
  175. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +129 -141
  176. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
  177. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
  178. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
  179. package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
  180. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +333 -319
  181. package/sdk/platform/Payment/PaymentPlatformModel.js +288 -278
  182. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
  183. package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
  184. package/sdk/platform/PlatformClient.d.ts +0 -2
  185. package/sdk/platform/PlatformClient.js +0 -4
  186. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  187. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  188. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  189. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  190. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
  191. package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
  192. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +46 -36
  193. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +132 -41
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +46 -17
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +34 -14
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +132 -44
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +681 -64
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2458 -650
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +1266 -572
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +176 -47
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +134 -28
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
  204. package/sdk/platform/Share/SharePlatformModel.d.ts +36 -5
  205. package/sdk/platform/Share/SharePlatformModel.js +27 -4
  206. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +8 -4
  208. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +5 -0
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +2 -0
  210. package/sdk/platform/Theme/ThemePlatformModel.d.ts +37 -11
  211. package/sdk/platform/Theme/ThemePlatformModel.js +33 -15
  212. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
  213. package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
  214. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
  215. package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
  216. package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
  217. package/sdk/platform/User/UserPlatformModel.js +23 -23
  218. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +25 -78
  219. package/sdk/platform/Webhook/WebhookPlatformClient.js +75 -470
  220. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +720 -427
  221. package/sdk/platform/Webhook/WebhookPlatformModel.js +410 -386
  222. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -55
  223. package/sdk/platform/Webhook/WebhookPlatformValidator.js +12 -72
  224. package/sdk/platform/index.d.ts +0 -1
  225. package/sdk/platform/index.js +0 -2
  226. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -2
  227. package/sdk/public/Configuration/ConfigurationPublicClient.js +10 -7
  228. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
  229. package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
  230. package/sdk/public/Content/ContentPublicClient.d.ts +112 -2
  231. package/sdk/public/Content/ContentPublicClient.js +795 -7
  232. package/sdk/public/Content/ContentPublicModel.d.ts +549 -3
  233. package/sdk/public/Content/ContentPublicModel.js +649 -3
  234. package/sdk/public/Content/ContentPublicValidator.d.ts +69 -3
  235. package/sdk/public/Content/ContentPublicValidator.js +88 -2
  236. package/sdk/public/Partner/PartnerPublicClient.js +4 -2
  237. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  238. package/sdk/public/Webhook/WebhookPublicClient.js +12 -10
  239. package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
  240. package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
  241. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  242. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  243. package/sdk/application/Cart/CartApplicationModel.d.ts +0 -3994
  244. package/sdk/application/Cart/CartApplicationModel.js +0 -2497
  245. package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -769
  246. package/sdk/application/Cart/CartApplicationValidator.js +0 -530
  247. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +0 -3857
  248. package/sdk/application/Catalog/CatalogApplicationModel.js +0 -2629
  249. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +0 -791
  250. package/sdk/application/Catalog/CatalogApplicationValidator.js +0 -551
  251. package/sdk/application/Common/CommonApplicationModel.d.ts +0 -449
  252. package/sdk/application/Common/CommonApplicationModel.js +0 -308
  253. package/sdk/application/Common/CommonApplicationValidator.d.ts +0 -46
  254. package/sdk/application/Common/CommonApplicationValidator.js +0 -38
  255. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +0 -293
  256. package/sdk/application/Communication/CommunicationApplicationModel.js +0 -201
  257. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +0 -29
  258. package/sdk/application/Communication/CommunicationApplicationValidator.js +0 -38
  259. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +0 -2556
  260. package/sdk/application/Configuration/ConfigurationApplicationModel.js +0 -1887
  261. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +0 -179
  262. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +0 -176
  263. package/sdk/application/Content/ContentApplicationModel.d.ts +0 -2133
  264. package/sdk/application/Content/ContentApplicationModel.js +0 -1589
  265. package/sdk/application/Content/ContentApplicationValidator.d.ts +0 -284
  266. package/sdk/application/Content/ContentApplicationValidator.js +0 -264
  267. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +0 -272
  268. package/sdk/application/FileStorage/FileStorageApplicationModel.js +0 -190
  269. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +0 -56
  270. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +0 -53
  271. package/sdk/application/Lead/LeadApplicationModel.d.ts +0 -590
  272. package/sdk/application/Lead/LeadApplicationModel.js +0 -480
  273. package/sdk/application/Lead/LeadApplicationValidator.d.ts +0 -68
  274. package/sdk/application/Lead/LeadApplicationValidator.js +0 -71
  275. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +0 -1675
  276. package/sdk/application/Logistic/LogisticApplicationModel.js +0 -1121
  277. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +0 -254
  278. package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -190
  279. package/sdk/application/Order/OrderApplicationModel.d.ts +0 -2296
  280. package/sdk/application/Order/OrderApplicationModel.js +0 -1471
  281. package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -265
  282. package/sdk/application/Order/OrderApplicationValidator.js +0 -197
  283. package/sdk/application/Payment/PaymentApplicationModel.d.ts +0 -4058
  284. package/sdk/application/Payment/PaymentApplicationModel.js +0 -2630
  285. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +0 -576
  286. package/sdk/application/Payment/PaymentApplicationValidator.js +0 -594
  287. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +0 -365
  288. package/sdk/application/Rewards/RewardsApplicationModel.js +0 -396
  289. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +0 -73
  290. package/sdk/application/Rewards/RewardsApplicationValidator.js +0 -84
  291. package/sdk/application/Share/ShareApplicationModel.d.ts +0 -339
  292. package/sdk/application/Share/ShareApplicationModel.js +0 -234
  293. package/sdk/application/Share/ShareApplicationValidator.d.ts +0 -90
  294. package/sdk/application/Share/ShareApplicationValidator.js +0 -91
  295. package/sdk/application/Theme/ThemeApplicationModel.d.ts +0 -1713
  296. package/sdk/application/Theme/ThemeApplicationModel.js +0 -1426
  297. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -66
  298. package/sdk/application/Theme/ThemeApplicationValidator.js +0 -58
  299. package/sdk/application/User/UserApplicationModel.d.ts +0 -1943
  300. package/sdk/application/User/UserApplicationModel.js +0 -1382
  301. package/sdk/application/User/UserApplicationValidator.d.ts +0 -560
  302. package/sdk/application/User/UserApplicationValidator.js +0 -573
  303. package/sdk/application/Webhook/WebhookApplicationModel.d.ts +0 -52
  304. package/sdk/application/Webhook/WebhookApplicationModel.js +0 -46
  305. package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +0 -16
  306. package/sdk/application/Webhook/WebhookApplicationValidator.js +0 -19
  307. package/sdk/common/Clickstream.d.ts +0 -1
  308. package/sdk/common/Clickstream.js +0 -464
  309. package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -320
  310. package/sdk/platform/Finance/FinancePlatformClient.js +0 -2333
  311. package/sdk/platform/Finance/FinancePlatformModel.d.ts +0 -2890
  312. package/sdk/platform/Finance/FinancePlatformModel.js +0 -2148
  313. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +0 -284
  314. package/sdk/platform/Finance/FinancePlatformValidator.js +0 -354
@@ -1,12 +1,12 @@
1
1
  export = CompanyProfilePlatformModel;
2
2
  /**
3
- * @typedef CompanyTaxesSerializer
3
+ * @typedef CompanyTaxesSchema
4
4
  * @property {string} [effective_date]
5
5
  * @property {number} [rate]
6
6
  * @property {boolean} [enable]
7
7
  */
8
8
  /**
9
- * @typedef UserSerializer
9
+ * @typedef UserSchema
10
10
  * @property {string} [user_id]
11
11
  * @property {string} [contact]
12
12
  * @property {string} [username]
@@ -51,7 +51,7 @@ export = CompanyProfilePlatformModel;
51
51
  * @property {string} [url]
52
52
  */
53
53
  /**
54
- * @typedef GetAddressSerializer
54
+ * @typedef GetAddressSchema
55
55
  * @property {string} [landmark]
56
56
  * @property {string} [country_code]
57
57
  * @property {number} [pincode]
@@ -67,14 +67,14 @@ export = CompanyProfilePlatformModel;
67
67
  * @property {number} latitude
68
68
  */
69
69
  /**
70
- * @typedef GetCompanyProfileSerializerResponse
70
+ * @typedef GetCompanyProfileSerializerResponseSchema
71
71
  * @property {string} [business_info]
72
- * @property {CompanyTaxesSerializer[]} [taxes]
72
+ * @property {CompanyTaxesSchema[]} [taxes]
73
73
  * @property {string} [business_type]
74
74
  * @property {string} [name]
75
75
  * @property {Object} [_custom_json]
76
76
  * @property {string} [verified_on]
77
- * @property {UserSerializer} [created_by]
77
+ * @property {UserSchema} [created_by]
78
78
  * @property {string} [created_on]
79
79
  * @property {Object} [warnings]
80
80
  * @property {BusinessDetails} [business_details]
@@ -87,13 +87,13 @@ export = CompanyProfilePlatformModel;
87
87
  * @property {string} [stage]
88
88
  * @property {string} company_type
89
89
  * @property {Document[]} [documents]
90
- * @property {GetAddressSerializer[]} [addresses]
91
- * @property {UserSerializer} [verified_by]
90
+ * @property {GetAddressSchema[]} [addresses]
91
+ * @property {UserSchema} [verified_by]
92
92
  * @property {string[]} [notification_emails]
93
- * @property {UserSerializer} [modified_by]
93
+ * @property {UserSchema} [modified_by]
94
94
  */
95
95
  /**
96
- * @typedef ErrorResponse
96
+ * @typedef ErrorResponseSchema
97
97
  * @property {string} [message]
98
98
  * @property {string} [code]
99
99
  * @property {number} [status]
@@ -106,7 +106,7 @@ export = CompanyProfilePlatformModel;
106
106
  * @property {boolean} [enable]
107
107
  */
108
108
  /**
109
- * @typedef CreateUpdateAddressSerializer
109
+ * @typedef CreateUpdateAddressSchema
110
110
  * @property {string} [landmark]
111
111
  * @property {string} [country_code]
112
112
  * @property {number} pincode
@@ -130,14 +130,14 @@ export = CompanyProfilePlatformModel;
130
130
  * @property {BusinessDetails} [business_details]
131
131
  * @property {Document[]} [documents]
132
132
  * @property {string} [business_type]
133
- * @property {CreateUpdateAddressSerializer[]} [addresses]
133
+ * @property {CreateUpdateAddressSchema[]} [addresses]
134
134
  * @property {string[]} [notification_emails]
135
135
  * @property {ContactDetails} [contact_details]
136
136
  * @property {string} [reject_reason]
137
137
  * @property {string} [name]
138
138
  */
139
139
  /**
140
- * @typedef ProfileSuccessResponse
140
+ * @typedef ProfileSuccessResponseSchema
141
141
  * @property {number} [uid]
142
142
  * @property {string} [message]
143
143
  * @property {boolean} [success]
@@ -148,7 +148,7 @@ export = CompanyProfilePlatformModel;
148
148
  * @property {number} [verified]
149
149
  */
150
150
  /**
151
- * @typedef MetricsSerializer
151
+ * @typedef MetricsSchema
152
152
  * @property {string} [stage]
153
153
  * @property {DocumentsObj} [store]
154
154
  * @property {DocumentsObj} [company_documents]
@@ -158,18 +158,18 @@ export = CompanyProfilePlatformModel;
158
158
  * @property {DocumentsObj} [brand]
159
159
  */
160
160
  /**
161
- * @typedef BrandBannerSerializer
161
+ * @typedef BrandBannerSchema
162
162
  * @property {string} portrait
163
163
  * @property {string} landscape
164
164
  */
165
165
  /**
166
- * @typedef GetBrandResponseSerializer
167
- * @property {UserSerializer} [modified_by]
168
- * @property {BrandBannerSerializer} [banner]
166
+ * @typedef GetBrandResponseSchema
167
+ * @property {UserSchema} [modified_by]
168
+ * @property {BrandBannerSchema} [banner]
169
169
  * @property {string} name
170
170
  * @property {Object} [_custom_json]
171
171
  * @property {string} [verified_on]
172
- * @property {UserSerializer} [created_by]
172
+ * @property {UserSchema} [created_by]
173
173
  * @property {string} [created_on]
174
174
  * @property {Object} [warnings]
175
175
  * @property {Object} [_locale_language]
@@ -179,13 +179,13 @@ export = CompanyProfilePlatformModel;
179
179
  * @property {number} [uid]
180
180
  * @property {string} [reject_reason]
181
181
  * @property {string} [stage]
182
- * @property {UserSerializer} [verified_by]
182
+ * @property {UserSchema} [verified_by]
183
183
  * @property {string} [slug_key]
184
184
  * @property {string} [logo]
185
185
  * @property {string} [description]
186
186
  */
187
187
  /**
188
- * @typedef CreateBrandRequestSerializer
188
+ * @typedef CreateBrandRequestSchema
189
189
  * @property {Object} [_custom_json]
190
190
  * @property {Object} [_locale_language]
191
191
  * @property {string[]} [synonyms]
@@ -194,12 +194,12 @@ export = CompanyProfilePlatformModel;
194
194
  * @property {string} logo
195
195
  * @property {string} [brand_tier]
196
196
  * @property {number} [uid]
197
- * @property {BrandBannerSerializer} banner
197
+ * @property {BrandBannerSchema} banner
198
198
  * @property {string} name
199
199
  * @property {string} [slug_key]
200
200
  */
201
201
  /**
202
- * @typedef UpdateBrandRequestSerializer
202
+ * @typedef UpdateBrandRequestSchema
203
203
  * @property {Object} [_custom_json]
204
204
  * @property {Object} [_locale_language]
205
205
  * @property {string[]} [synonyms]
@@ -208,7 +208,7 @@ export = CompanyProfilePlatformModel;
208
208
  * @property {string} logo
209
209
  * @property {string} [brand_tier]
210
210
  * @property {number} [uid]
211
- * @property {BrandBannerSerializer} banner
211
+ * @property {BrandBannerSchema} banner
212
212
  * @property {string} name
213
213
  */
214
214
  /**
@@ -222,40 +222,40 @@ export = CompanyProfilePlatformModel;
222
222
  * @property {string} [website_url]
223
223
  */
224
224
  /**
225
- * @typedef CompanySerializer
225
+ * @typedef CompanySchema
226
226
  * @property {string} [stage]
227
227
  * @property {Object} [_custom_json]
228
228
  * @property {string} [verified_on]
229
- * @property {UserSerializer} [verified_by]
229
+ * @property {UserSchema} [verified_by]
230
230
  * @property {string} [created_on]
231
- * @property {UserSerializer} [created_by]
231
+ * @property {UserSchema} [created_by]
232
232
  * @property {string} company_type
233
233
  * @property {string} [modified_on]
234
234
  * @property {string[]} [market_channels]
235
235
  * @property {string} business_type
236
- * @property {GetAddressSerializer[]} [addresses]
236
+ * @property {GetAddressSchema[]} [addresses]
237
237
  * @property {string[]} [notification_emails]
238
238
  * @property {CompanyDetails} [details]
239
239
  * @property {BusinessCountryInfo} [business_country_info]
240
240
  * @property {number} [uid]
241
241
  * @property {string} [reject_reason]
242
242
  * @property {string} [name]
243
- * @property {UserSerializer} [modified_by]
243
+ * @property {UserSchema} [modified_by]
244
244
  */
245
245
  /**
246
- * @typedef CompanyBrandSerializer
246
+ * @typedef CompanyBrandSchema
247
247
  * @property {string} [stage]
248
248
  * @property {string} [verified_on]
249
- * @property {UserSerializer} [verified_by]
249
+ * @property {UserSchema} [verified_by]
250
250
  * @property {string} [created_on]
251
- * @property {UserSerializer} [created_by]
252
- * @property {CompanySerializer} [company]
251
+ * @property {UserSchema} [created_by]
252
+ * @property {CompanySchema} [company]
253
253
  * @property {Object} [warnings]
254
254
  * @property {string} [modified_on]
255
255
  * @property {number} [uid]
256
256
  * @property {string} [reject_reason]
257
- * @property {GetBrandResponseSerializer} [brand]
258
- * @property {UserSerializer} [modified_by]
257
+ * @property {GetBrandResponseSchema} [brand]
258
+ * @property {UserSchema} [modified_by]
259
259
  */
260
260
  /**
261
261
  * @typedef Page
@@ -268,120 +268,120 @@ export = CompanyProfilePlatformModel;
268
268
  * @property {number} [size] - The number of items per page.
269
269
  */
270
270
  /**
271
- * @typedef CompanyBrandListSerializer
272
- * @property {CompanyBrandSerializer[]} [items]
271
+ * @typedef CompanyBrandListSchema
272
+ * @property {CompanyBrandSchema[]} [items]
273
273
  * @property {Page} [page]
274
274
  */
275
275
  /**
276
- * @typedef CompanyBrandPostRequestSerializer
276
+ * @typedef CompanyBrandPostRequestSchema
277
277
  * @property {number} [uid]
278
278
  * @property {number[]} brands
279
279
  * @property {number} company
280
280
  */
281
281
  /**
282
- * @typedef InvoiceCredSerializer
282
+ * @typedef InvoiceCredSchema
283
283
  * @property {string} [username]
284
284
  * @property {boolean} [enabled]
285
285
  * @property {string} [password]
286
286
  */
287
287
  /**
288
- * @typedef InvoiceDetailsSerializer
289
- * @property {InvoiceCredSerializer} [e_invoice]
290
- * @property {InvoiceCredSerializer} [e_waybill]
288
+ * @typedef InvoiceDetailsSchema
289
+ * @property {InvoiceCredSchema} [e_invoice]
290
+ * @property {InvoiceCredSchema} [e_waybill]
291
291
  */
292
292
  /**
293
- * @typedef GetCompanySerializer
293
+ * @typedef GetCompanySchema
294
294
  * @property {string} [stage]
295
295
  * @property {string} [verified_on]
296
- * @property {UserSerializer} [verified_by]
296
+ * @property {UserSchema} [verified_by]
297
297
  * @property {string} [created_on]
298
- * @property {UserSerializer} [created_by]
298
+ * @property {UserSchema} [created_by]
299
299
  * @property {string} [company_type]
300
300
  * @property {string} [modified_on]
301
301
  * @property {string} [business_type]
302
- * @property {GetAddressSerializer[]} [addresses]
302
+ * @property {GetAddressSchema[]} [addresses]
303
303
  * @property {number} [uid]
304
304
  * @property {string} [reject_reason]
305
305
  * @property {string} [name]
306
- * @property {UserSerializer} [modified_by]
306
+ * @property {UserSchema} [modified_by]
307
307
  */
308
308
  /**
309
- * @typedef LocationManagerSerializer
309
+ * @typedef LocationManagerSchema
310
310
  * @property {string} [email]
311
311
  * @property {SellerPhoneNumber} mobile_no
312
312
  * @property {string} [name]
313
313
  */
314
314
  /**
315
- * @typedef LocationTimingSerializer
315
+ * @typedef LocationTimingSchema
316
316
  * @property {number} hour
317
317
  * @property {number} minute
318
318
  */
319
319
  /**
320
- * @typedef LocationDayWiseSerializer
320
+ * @typedef LocationDayWiseSchema
321
321
  * @property {boolean} open
322
322
  * @property {string} weekday
323
- * @property {LocationTimingSerializer} [opening]
324
- * @property {LocationTimingSerializer} [closing]
323
+ * @property {LocationTimingSchema} [opening]
324
+ * @property {LocationTimingSchema} [closing]
325
325
  */
326
326
  /**
327
- * @typedef HolidayDateSerializer
327
+ * @typedef HolidayDateSchema
328
328
  * @property {string} end_date
329
329
  * @property {string} start_date
330
330
  */
331
331
  /**
332
- * @typedef HolidaySchemaSerializer
333
- * @property {HolidayDateSerializer} date
332
+ * @typedef HolidaySchemaSchema
333
+ * @property {HolidayDateSchema} date
334
334
  * @property {string} title
335
335
  * @property {string} holiday_type
336
336
  */
337
337
  /**
338
- * @typedef ProductReturnConfigSerializer
338
+ * @typedef ProductReturnConfigSchema
339
339
  * @property {boolean} [on_same_store]
340
340
  * @property {number} [store_uid]
341
341
  */
342
342
  /**
343
- * @typedef GetLocationSerializer
343
+ * @typedef GetLocationSchema
344
344
  * @property {string} code
345
345
  * @property {string} [phone_number]
346
346
  * @property {SellerPhoneNumber[]} [contact_numbers]
347
- * @property {InvoiceDetailsSerializer} [gst_credentials]
347
+ * @property {InvoiceDetailsSchema} [gst_credentials]
348
348
  * @property {string} name
349
349
  * @property {Object} [_custom_json]
350
350
  * @property {string} [verified_on]
351
- * @property {UserSerializer} [created_by]
351
+ * @property {UserSchema} [created_by]
352
352
  * @property {string} [created_on]
353
- * @property {GetCompanySerializer} [company]
354
- * @property {GetAddressSerializer} address
353
+ * @property {GetCompanySchema} [company]
354
+ * @property {GetAddressSchema} address
355
355
  * @property {Object} [warnings]
356
356
  * @property {string} [store_type]
357
- * @property {LocationManagerSerializer} [manager]
357
+ * @property {LocationManagerSchema} [manager]
358
358
  * @property {boolean} [auto_invoice]
359
359
  * @property {string} [modified_on]
360
360
  * @property {number} [uid]
361
- * @property {LocationDayWiseSerializer[]} [timing]
361
+ * @property {LocationDayWiseSchema[]} [timing]
362
362
  * @property {string} [stage]
363
363
  * @property {Document[]} [documents]
364
364
  * @property {boolean} [credit_note]
365
- * @property {HolidaySchemaSerializer[]} [holiday]
365
+ * @property {HolidaySchemaSchema[]} [holiday]
366
366
  * @property {string} display_name
367
- * @property {ProductReturnConfigSerializer} [product_return_config]
368
- * @property {UserSerializer} [verified_by]
367
+ * @property {ProductReturnConfigSchema} [product_return_config]
368
+ * @property {UserSchema} [verified_by]
369
369
  * @property {string[]} [notification_emails]
370
- * @property {UserSerializer} [modified_by]
370
+ * @property {UserSchema} [modified_by]
371
371
  * @property {string[]} [tags]
372
372
  * @property {boolean} [default_order_acceptance_timing]
373
- * @property {LocationDayWiseSerializer[]} [order_acceptance_timing]
373
+ * @property {LocationDayWiseSchema[]} [order_acceptance_timing]
374
374
  * @property {AverageOrderProcessingTime} [avg_order_processing_time]
375
375
  * @property {boolean} [bulk_shipment]
376
376
  * @property {boolean} [auto_assign_courier_partner]
377
377
  */
378
378
  /**
379
- * @typedef LocationListSerializer
380
- * @property {GetLocationSerializer[]} [items]
379
+ * @typedef LocationListSchema
380
+ * @property {GetLocationSchema[]} [items]
381
381
  * @property {Page} [page]
382
382
  */
383
383
  /**
384
- * @typedef AddressSerializer
384
+ * @typedef AddressSchema
385
385
  * @property {string} [landmark]
386
386
  * @property {string} country_code
387
387
  * @property {number} [pincode]
@@ -397,39 +397,39 @@ export = CompanyProfilePlatformModel;
397
397
  * @property {number} latitude
398
398
  */
399
399
  /**
400
- * @typedef LocationSerializer
400
+ * @typedef LocationSchema
401
401
  * @property {string} code
402
- * @property {InvoiceDetailsSerializer} [gst_credentials]
402
+ * @property {InvoiceDetailsSchema} [gst_credentials]
403
403
  * @property {SellerPhoneNumber[]} [contact_numbers]
404
404
  * @property {string} name
405
405
  * @property {Object} [_custom_json]
406
406
  * @property {Object} [warnings]
407
- * @property {AddressSerializer} address
407
+ * @property {AddressSchema} address
408
408
  * @property {number} company
409
409
  * @property {string} [store_type]
410
- * @property {LocationManagerSerializer} [manager]
410
+ * @property {LocationManagerSchema} [manager]
411
411
  * @property {boolean} [auto_invoice]
412
412
  * @property {number} [uid]
413
- * @property {LocationDayWiseSerializer[]} [timing]
413
+ * @property {LocationDayWiseSchema[]} [timing]
414
414
  * @property {string} [stage]
415
415
  * @property {Document[]} documents
416
416
  * @property {boolean} [credit_note]
417
- * @property {HolidaySchemaSerializer[]} [holiday]
418
- * @property {ProductReturnConfigSerializer} [product_return_config]
417
+ * @property {HolidaySchemaSchema[]} [holiday]
418
+ * @property {ProductReturnConfigSchema} [product_return_config]
419
419
  * @property {string} display_name
420
420
  * @property {string[]} [notification_emails]
421
421
  * @property {string[]} [tags]
422
422
  * @property {boolean} [default_order_acceptance_timing] - Flag to set
423
423
  * order_acceptance_timing as default timing
424
- * @property {LocationDayWiseSerializer[]} [order_acceptance_timing] - Order
424
+ * @property {LocationDayWiseSchema[]} [order_acceptance_timing] - Order
425
425
  * acceptance timing of the store
426
426
  * @property {AverageOrderProcessingTime} [avg_order_processing_time]
427
427
  * @property {boolean} [bulk_shipment]
428
428
  * @property {boolean} [auto_assign_courier_partner]
429
429
  */
430
430
  /**
431
- * @typedef BulkLocationSerializer
432
- * @property {LocationSerializer[]} [data]
431
+ * @typedef BulkLocationSchema
432
+ * @property {LocationSchema[]} [data]
433
433
  */
434
434
  /**
435
435
  * @typedef AverageOrderProcessingTime
@@ -444,18 +444,18 @@ export = CompanyProfilePlatformModel;
444
444
  declare class CompanyProfilePlatformModel {
445
445
  }
446
446
  declare namespace CompanyProfilePlatformModel {
447
- export { CompanyTaxesSerializer, UserSerializer, Website, BusinessDetails, SellerPhoneNumber, ContactDetails, CountryCurrencyInfo, BusinessCountryInfo, Document, GetAddressSerializer, GetCompanyProfileSerializerResponse, ErrorResponse, CompanyTaxesSerializer1, CreateUpdateAddressSerializer, UpdateCompany, ProfileSuccessResponse, DocumentsObj, MetricsSerializer, BrandBannerSerializer, GetBrandResponseSerializer, CreateBrandRequestSerializer, UpdateBrandRequestSerializer, CompanySocialAccounts, CompanyDetails, CompanySerializer, CompanyBrandSerializer, Page, CompanyBrandListSerializer, CompanyBrandPostRequestSerializer, InvoiceCredSerializer, InvoiceDetailsSerializer, GetCompanySerializer, LocationManagerSerializer, LocationTimingSerializer, LocationDayWiseSerializer, HolidayDateSerializer, HolidaySchemaSerializer, ProductReturnConfigSerializer, GetLocationSerializer, LocationListSerializer, AddressSerializer, LocationSerializer, BulkLocationSerializer, AverageOrderProcessingTime, StoreTagsResponseSchema };
447
+ export { CompanyTaxesSchema, UserSchema, Website, BusinessDetails, SellerPhoneNumber, ContactDetails, CountryCurrencyInfo, BusinessCountryInfo, Document, GetAddressSchema, GetCompanyProfileSerializerResponseSchema, ErrorResponseSchema, CompanyTaxesSerializer1, CreateUpdateAddressSchema, UpdateCompany, ProfileSuccessResponseSchema, DocumentsObj, MetricsSchema, BrandBannerSchema, GetBrandResponseSchema, CreateBrandRequestSchema, UpdateBrandRequestSchema, CompanySocialAccounts, CompanyDetails, CompanySchema, CompanyBrandSchema, Page, CompanyBrandListSchema, CompanyBrandPostRequestSchema, InvoiceCredSchema, InvoiceDetailsSchema, GetCompanySchema, LocationManagerSchema, LocationTimingSchema, LocationDayWiseSchema, HolidayDateSchema, HolidaySchemaSchema, ProductReturnConfigSchema, GetLocationSchema, LocationListSchema, AddressSchema, LocationSchema, BulkLocationSchema, AverageOrderProcessingTime, StoreTagsResponseSchema };
448
448
  }
449
- /** @returns {CompanyTaxesSerializer} */
450
- declare function CompanyTaxesSerializer(): CompanyTaxesSerializer;
451
- type CompanyTaxesSerializer = {
449
+ /** @returns {CompanyTaxesSchema} */
450
+ declare function CompanyTaxesSchema(): CompanyTaxesSchema;
451
+ type CompanyTaxesSchema = {
452
452
  effective_date?: string;
453
453
  rate?: number;
454
454
  enable?: boolean;
455
455
  };
456
- /** @returns {UserSerializer} */
457
- declare function UserSerializer(): UserSerializer;
458
- type UserSerializer = {
456
+ /** @returns {UserSchema} */
457
+ declare function UserSchema(): UserSchema;
458
+ type UserSchema = {
459
459
  user_id?: string;
460
460
  contact?: string;
461
461
  username?: string;
@@ -506,9 +506,9 @@ type Document = {
506
506
  type: string;
507
507
  url?: string;
508
508
  };
509
- /** @returns {GetAddressSerializer} */
510
- declare function GetAddressSerializer(): GetAddressSerializer;
511
- type GetAddressSerializer = {
509
+ /** @returns {GetAddressSchema} */
510
+ declare function GetAddressSchema(): GetAddressSchema;
511
+ type GetAddressSchema = {
512
512
  landmark?: string;
513
513
  country_code?: string;
514
514
  pincode?: number;
@@ -523,16 +523,16 @@ type GetAddressSerializer = {
523
523
  city?: string;
524
524
  latitude: number;
525
525
  };
526
- /** @returns {GetCompanyProfileSerializerResponse} */
527
- declare function GetCompanyProfileSerializerResponse(): GetCompanyProfileSerializerResponse;
528
- type GetCompanyProfileSerializerResponse = {
526
+ /** @returns {GetCompanyProfileSerializerResponseSchema} */
527
+ declare function GetCompanyProfileSerializerResponseSchema(): GetCompanyProfileSerializerResponseSchema;
528
+ type GetCompanyProfileSerializerResponseSchema = {
529
529
  business_info?: string;
530
- taxes?: CompanyTaxesSerializer[];
530
+ taxes?: CompanyTaxesSchema[];
531
531
  business_type?: string;
532
532
  name?: string;
533
533
  _custom_json?: any;
534
534
  verified_on?: string;
535
- created_by?: UserSerializer;
535
+ created_by?: UserSchema;
536
536
  created_on?: string;
537
537
  warnings?: any;
538
538
  business_details?: BusinessDetails;
@@ -545,14 +545,14 @@ type GetCompanyProfileSerializerResponse = {
545
545
  stage?: string;
546
546
  company_type: string;
547
547
  documents?: Document[];
548
- addresses?: GetAddressSerializer[];
549
- verified_by?: UserSerializer;
548
+ addresses?: GetAddressSchema[];
549
+ verified_by?: UserSchema;
550
550
  notification_emails?: string[];
551
- modified_by?: UserSerializer;
551
+ modified_by?: UserSchema;
552
552
  };
553
- /** @returns {ErrorResponse} */
554
- declare function ErrorResponse(): ErrorResponse;
555
- type ErrorResponse = {
553
+ /** @returns {ErrorResponseSchema} */
554
+ declare function ErrorResponseSchema(): ErrorResponseSchema;
555
+ type ErrorResponseSchema = {
556
556
  message?: string;
557
557
  code?: string;
558
558
  status?: number;
@@ -565,9 +565,9 @@ type CompanyTaxesSerializer1 = {
565
565
  rate?: number;
566
566
  enable?: boolean;
567
567
  };
568
- /** @returns {CreateUpdateAddressSerializer} */
569
- declare function CreateUpdateAddressSerializer(): CreateUpdateAddressSerializer;
570
- type CreateUpdateAddressSerializer = {
568
+ /** @returns {CreateUpdateAddressSchema} */
569
+ declare function CreateUpdateAddressSchema(): CreateUpdateAddressSchema;
570
+ type CreateUpdateAddressSchema = {
571
571
  landmark?: string;
572
572
  country_code?: string;
573
573
  pincode: number;
@@ -592,15 +592,15 @@ type UpdateCompany = {
592
592
  business_details?: BusinessDetails;
593
593
  documents?: Document[];
594
594
  business_type?: string;
595
- addresses?: CreateUpdateAddressSerializer[];
595
+ addresses?: CreateUpdateAddressSchema[];
596
596
  notification_emails?: string[];
597
597
  contact_details?: ContactDetails;
598
598
  reject_reason?: string;
599
599
  name?: string;
600
600
  };
601
- /** @returns {ProfileSuccessResponse} */
602
- declare function ProfileSuccessResponse(): ProfileSuccessResponse;
603
- type ProfileSuccessResponse = {
601
+ /** @returns {ProfileSuccessResponseSchema} */
602
+ declare function ProfileSuccessResponseSchema(): ProfileSuccessResponseSchema;
603
+ type ProfileSuccessResponseSchema = {
604
604
  uid?: number;
605
605
  message?: string;
606
606
  success?: boolean;
@@ -611,9 +611,9 @@ type DocumentsObj = {
611
611
  pending?: number;
612
612
  verified?: number;
613
613
  };
614
- /** @returns {MetricsSerializer} */
615
- declare function MetricsSerializer(): MetricsSerializer;
616
- type MetricsSerializer = {
614
+ /** @returns {MetricsSchema} */
615
+ declare function MetricsSchema(): MetricsSchema;
616
+ type MetricsSchema = {
617
617
  stage?: string;
618
618
  store?: DocumentsObj;
619
619
  company_documents?: DocumentsObj;
@@ -622,21 +622,21 @@ type MetricsSerializer = {
622
622
  uid?: number;
623
623
  brand?: DocumentsObj;
624
624
  };
625
- /** @returns {BrandBannerSerializer} */
626
- declare function BrandBannerSerializer(): BrandBannerSerializer;
627
- type BrandBannerSerializer = {
625
+ /** @returns {BrandBannerSchema} */
626
+ declare function BrandBannerSchema(): BrandBannerSchema;
627
+ type BrandBannerSchema = {
628
628
  portrait: string;
629
629
  landscape: string;
630
630
  };
631
- /** @returns {GetBrandResponseSerializer} */
632
- declare function GetBrandResponseSerializer(): GetBrandResponseSerializer;
633
- type GetBrandResponseSerializer = {
634
- modified_by?: UserSerializer;
635
- banner?: BrandBannerSerializer;
631
+ /** @returns {GetBrandResponseSchema} */
632
+ declare function GetBrandResponseSchema(): GetBrandResponseSchema;
633
+ type GetBrandResponseSchema = {
634
+ modified_by?: UserSchema;
635
+ banner?: BrandBannerSchema;
636
636
  name: string;
637
637
  _custom_json?: any;
638
638
  verified_on?: string;
639
- created_by?: UserSerializer;
639
+ created_by?: UserSchema;
640
640
  created_on?: string;
641
641
  warnings?: any;
642
642
  _locale_language?: any;
@@ -646,14 +646,14 @@ type GetBrandResponseSerializer = {
646
646
  uid?: number;
647
647
  reject_reason?: string;
648
648
  stage?: string;
649
- verified_by?: UserSerializer;
649
+ verified_by?: UserSchema;
650
650
  slug_key?: string;
651
651
  logo?: string;
652
652
  description?: string;
653
653
  };
654
- /** @returns {CreateBrandRequestSerializer} */
655
- declare function CreateBrandRequestSerializer(): CreateBrandRequestSerializer;
656
- type CreateBrandRequestSerializer = {
654
+ /** @returns {CreateBrandRequestSchema} */
655
+ declare function CreateBrandRequestSchema(): CreateBrandRequestSchema;
656
+ type CreateBrandRequestSchema = {
657
657
  _custom_json?: any;
658
658
  _locale_language?: any;
659
659
  synonyms?: string[];
@@ -662,13 +662,13 @@ type CreateBrandRequestSerializer = {
662
662
  logo: string;
663
663
  brand_tier?: string;
664
664
  uid?: number;
665
- banner: BrandBannerSerializer;
665
+ banner: BrandBannerSchema;
666
666
  name: string;
667
667
  slug_key?: string;
668
668
  };
669
- /** @returns {UpdateBrandRequestSerializer} */
670
- declare function UpdateBrandRequestSerializer(): UpdateBrandRequestSerializer;
671
- type UpdateBrandRequestSerializer = {
669
+ /** @returns {UpdateBrandRequestSchema} */
670
+ declare function UpdateBrandRequestSchema(): UpdateBrandRequestSchema;
671
+ type UpdateBrandRequestSchema = {
672
672
  _custom_json?: any;
673
673
  _locale_language?: any;
674
674
  synonyms?: string[];
@@ -677,7 +677,7 @@ type UpdateBrandRequestSerializer = {
677
677
  logo: string;
678
678
  brand_tier?: string;
679
679
  uid?: number;
680
- banner: BrandBannerSerializer;
680
+ banner: BrandBannerSchema;
681
681
  name: string;
682
682
  };
683
683
  /** @returns {CompanySocialAccounts} */
@@ -692,43 +692,43 @@ type CompanyDetails = {
692
692
  socials?: CompanySocialAccounts[];
693
693
  website_url?: string;
694
694
  };
695
- /** @returns {CompanySerializer} */
696
- declare function CompanySerializer(): CompanySerializer;
697
- type CompanySerializer = {
695
+ /** @returns {CompanySchema} */
696
+ declare function CompanySchema(): CompanySchema;
697
+ type CompanySchema = {
698
698
  stage?: string;
699
699
  _custom_json?: any;
700
700
  verified_on?: string;
701
- verified_by?: UserSerializer;
701
+ verified_by?: UserSchema;
702
702
  created_on?: string;
703
- created_by?: UserSerializer;
703
+ created_by?: UserSchema;
704
704
  company_type: string;
705
705
  modified_on?: string;
706
706
  market_channels?: string[];
707
707
  business_type: string;
708
- addresses?: GetAddressSerializer[];
708
+ addresses?: GetAddressSchema[];
709
709
  notification_emails?: string[];
710
710
  details?: CompanyDetails;
711
711
  business_country_info?: BusinessCountryInfo;
712
712
  uid?: number;
713
713
  reject_reason?: string;
714
714
  name?: string;
715
- modified_by?: UserSerializer;
715
+ modified_by?: UserSchema;
716
716
  };
717
- /** @returns {CompanyBrandSerializer} */
718
- declare function CompanyBrandSerializer(): CompanyBrandSerializer;
719
- type CompanyBrandSerializer = {
717
+ /** @returns {CompanyBrandSchema} */
718
+ declare function CompanyBrandSchema(): CompanyBrandSchema;
719
+ type CompanyBrandSchema = {
720
720
  stage?: string;
721
721
  verified_on?: string;
722
- verified_by?: UserSerializer;
722
+ verified_by?: UserSchema;
723
723
  created_on?: string;
724
- created_by?: UserSerializer;
725
- company?: CompanySerializer;
724
+ created_by?: UserSchema;
725
+ company?: CompanySchema;
726
726
  warnings?: any;
727
727
  modified_on?: string;
728
728
  uid?: number;
729
729
  reject_reason?: string;
730
- brand?: GetBrandResponseSerializer;
731
- modified_by?: UserSerializer;
730
+ brand?: GetBrandResponseSchema;
731
+ modified_by?: UserSchema;
732
732
  };
733
733
  /** @returns {Page} */
734
734
  declare function Page(): Page;
@@ -762,135 +762,135 @@ type Page = {
762
762
  */
763
763
  size?: number;
764
764
  };
765
- /** @returns {CompanyBrandListSerializer} */
766
- declare function CompanyBrandListSerializer(): CompanyBrandListSerializer;
767
- type CompanyBrandListSerializer = {
768
- items?: CompanyBrandSerializer[];
765
+ /** @returns {CompanyBrandListSchema} */
766
+ declare function CompanyBrandListSchema(): CompanyBrandListSchema;
767
+ type CompanyBrandListSchema = {
768
+ items?: CompanyBrandSchema[];
769
769
  page?: Page;
770
770
  };
771
- /** @returns {CompanyBrandPostRequestSerializer} */
772
- declare function CompanyBrandPostRequestSerializer(): CompanyBrandPostRequestSerializer;
773
- type CompanyBrandPostRequestSerializer = {
771
+ /** @returns {CompanyBrandPostRequestSchema} */
772
+ declare function CompanyBrandPostRequestSchema(): CompanyBrandPostRequestSchema;
773
+ type CompanyBrandPostRequestSchema = {
774
774
  uid?: number;
775
775
  brands: number[];
776
776
  company: number;
777
777
  };
778
- /** @returns {InvoiceCredSerializer} */
779
- declare function InvoiceCredSerializer(): InvoiceCredSerializer;
780
- type InvoiceCredSerializer = {
778
+ /** @returns {InvoiceCredSchema} */
779
+ declare function InvoiceCredSchema(): InvoiceCredSchema;
780
+ type InvoiceCredSchema = {
781
781
  username?: string;
782
782
  enabled?: boolean;
783
783
  password?: string;
784
784
  };
785
- /** @returns {InvoiceDetailsSerializer} */
786
- declare function InvoiceDetailsSerializer(): InvoiceDetailsSerializer;
787
- type InvoiceDetailsSerializer = {
788
- e_invoice?: InvoiceCredSerializer;
789
- e_waybill?: InvoiceCredSerializer;
785
+ /** @returns {InvoiceDetailsSchema} */
786
+ declare function InvoiceDetailsSchema(): InvoiceDetailsSchema;
787
+ type InvoiceDetailsSchema = {
788
+ e_invoice?: InvoiceCredSchema;
789
+ e_waybill?: InvoiceCredSchema;
790
790
  };
791
- /** @returns {GetCompanySerializer} */
792
- declare function GetCompanySerializer(): GetCompanySerializer;
793
- type GetCompanySerializer = {
791
+ /** @returns {GetCompanySchema} */
792
+ declare function GetCompanySchema(): GetCompanySchema;
793
+ type GetCompanySchema = {
794
794
  stage?: string;
795
795
  verified_on?: string;
796
- verified_by?: UserSerializer;
796
+ verified_by?: UserSchema;
797
797
  created_on?: string;
798
- created_by?: UserSerializer;
798
+ created_by?: UserSchema;
799
799
  company_type?: string;
800
800
  modified_on?: string;
801
801
  business_type?: string;
802
- addresses?: GetAddressSerializer[];
802
+ addresses?: GetAddressSchema[];
803
803
  uid?: number;
804
804
  reject_reason?: string;
805
805
  name?: string;
806
- modified_by?: UserSerializer;
806
+ modified_by?: UserSchema;
807
807
  };
808
- /** @returns {LocationManagerSerializer} */
809
- declare function LocationManagerSerializer(): LocationManagerSerializer;
810
- type LocationManagerSerializer = {
808
+ /** @returns {LocationManagerSchema} */
809
+ declare function LocationManagerSchema(): LocationManagerSchema;
810
+ type LocationManagerSchema = {
811
811
  email?: string;
812
812
  mobile_no: SellerPhoneNumber;
813
813
  name?: string;
814
814
  };
815
- /** @returns {LocationTimingSerializer} */
816
- declare function LocationTimingSerializer(): LocationTimingSerializer;
817
- type LocationTimingSerializer = {
815
+ /** @returns {LocationTimingSchema} */
816
+ declare function LocationTimingSchema(): LocationTimingSchema;
817
+ type LocationTimingSchema = {
818
818
  hour: number;
819
819
  minute: number;
820
820
  };
821
- /** @returns {LocationDayWiseSerializer} */
822
- declare function LocationDayWiseSerializer(): LocationDayWiseSerializer;
823
- type LocationDayWiseSerializer = {
821
+ /** @returns {LocationDayWiseSchema} */
822
+ declare function LocationDayWiseSchema(): LocationDayWiseSchema;
823
+ type LocationDayWiseSchema = {
824
824
  open: boolean;
825
825
  weekday: string;
826
- opening?: LocationTimingSerializer;
827
- closing?: LocationTimingSerializer;
826
+ opening?: LocationTimingSchema;
827
+ closing?: LocationTimingSchema;
828
828
  };
829
- /** @returns {HolidayDateSerializer} */
830
- declare function HolidayDateSerializer(): HolidayDateSerializer;
831
- type HolidayDateSerializer = {
829
+ /** @returns {HolidayDateSchema} */
830
+ declare function HolidayDateSchema(): HolidayDateSchema;
831
+ type HolidayDateSchema = {
832
832
  end_date: string;
833
833
  start_date: string;
834
834
  };
835
- /** @returns {HolidaySchemaSerializer} */
836
- declare function HolidaySchemaSerializer(): HolidaySchemaSerializer;
837
- type HolidaySchemaSerializer = {
838
- date: HolidayDateSerializer;
835
+ /** @returns {HolidaySchemaSchema} */
836
+ declare function HolidaySchemaSchema(): HolidaySchemaSchema;
837
+ type HolidaySchemaSchema = {
838
+ date: HolidayDateSchema;
839
839
  title: string;
840
840
  holiday_type: string;
841
841
  };
842
- /** @returns {ProductReturnConfigSerializer} */
843
- declare function ProductReturnConfigSerializer(): ProductReturnConfigSerializer;
844
- type ProductReturnConfigSerializer = {
842
+ /** @returns {ProductReturnConfigSchema} */
843
+ declare function ProductReturnConfigSchema(): ProductReturnConfigSchema;
844
+ type ProductReturnConfigSchema = {
845
845
  on_same_store?: boolean;
846
846
  store_uid?: number;
847
847
  };
848
- /** @returns {GetLocationSerializer} */
849
- declare function GetLocationSerializer(): GetLocationSerializer;
850
- type GetLocationSerializer = {
848
+ /** @returns {GetLocationSchema} */
849
+ declare function GetLocationSchema(): GetLocationSchema;
850
+ type GetLocationSchema = {
851
851
  code: string;
852
852
  phone_number?: string;
853
853
  contact_numbers?: SellerPhoneNumber[];
854
- gst_credentials?: InvoiceDetailsSerializer;
854
+ gst_credentials?: InvoiceDetailsSchema;
855
855
  name: string;
856
856
  _custom_json?: any;
857
857
  verified_on?: string;
858
- created_by?: UserSerializer;
858
+ created_by?: UserSchema;
859
859
  created_on?: string;
860
- company?: GetCompanySerializer;
861
- address: GetAddressSerializer;
860
+ company?: GetCompanySchema;
861
+ address: GetAddressSchema;
862
862
  warnings?: any;
863
863
  store_type?: string;
864
- manager?: LocationManagerSerializer;
864
+ manager?: LocationManagerSchema;
865
865
  auto_invoice?: boolean;
866
866
  modified_on?: string;
867
867
  uid?: number;
868
- timing?: LocationDayWiseSerializer[];
868
+ timing?: LocationDayWiseSchema[];
869
869
  stage?: string;
870
870
  documents?: Document[];
871
871
  credit_note?: boolean;
872
- holiday?: HolidaySchemaSerializer[];
872
+ holiday?: HolidaySchemaSchema[];
873
873
  display_name: string;
874
- product_return_config?: ProductReturnConfigSerializer;
875
- verified_by?: UserSerializer;
874
+ product_return_config?: ProductReturnConfigSchema;
875
+ verified_by?: UserSchema;
876
876
  notification_emails?: string[];
877
- modified_by?: UserSerializer;
877
+ modified_by?: UserSchema;
878
878
  tags?: string[];
879
879
  default_order_acceptance_timing?: boolean;
880
- order_acceptance_timing?: LocationDayWiseSerializer[];
880
+ order_acceptance_timing?: LocationDayWiseSchema[];
881
881
  avg_order_processing_time?: AverageOrderProcessingTime;
882
882
  bulk_shipment?: boolean;
883
883
  auto_assign_courier_partner?: boolean;
884
884
  };
885
- /** @returns {LocationListSerializer} */
886
- declare function LocationListSerializer(): LocationListSerializer;
887
- type LocationListSerializer = {
888
- items?: GetLocationSerializer[];
885
+ /** @returns {LocationListSchema} */
886
+ declare function LocationListSchema(): LocationListSchema;
887
+ type LocationListSchema = {
888
+ items?: GetLocationSchema[];
889
889
  page?: Page;
890
890
  };
891
- /** @returns {AddressSerializer} */
892
- declare function AddressSerializer(): AddressSerializer;
893
- type AddressSerializer = {
891
+ /** @returns {AddressSchema} */
892
+ declare function AddressSchema(): AddressSchema;
893
+ type AddressSchema = {
894
894
  landmark?: string;
895
895
  country_code: string;
896
896
  pincode?: number;
@@ -905,27 +905,27 @@ type AddressSerializer = {
905
905
  city?: string;
906
906
  latitude: number;
907
907
  };
908
- /** @returns {LocationSerializer} */
909
- declare function LocationSerializer(): LocationSerializer;
910
- type LocationSerializer = {
908
+ /** @returns {LocationSchema} */
909
+ declare function LocationSchema(): LocationSchema;
910
+ type LocationSchema = {
911
911
  code: string;
912
- gst_credentials?: InvoiceDetailsSerializer;
912
+ gst_credentials?: InvoiceDetailsSchema;
913
913
  contact_numbers?: SellerPhoneNumber[];
914
914
  name: string;
915
915
  _custom_json?: any;
916
916
  warnings?: any;
917
- address: AddressSerializer;
917
+ address: AddressSchema;
918
918
  company: number;
919
919
  store_type?: string;
920
- manager?: LocationManagerSerializer;
920
+ manager?: LocationManagerSchema;
921
921
  auto_invoice?: boolean;
922
922
  uid?: number;
923
- timing?: LocationDayWiseSerializer[];
923
+ timing?: LocationDayWiseSchema[];
924
924
  stage?: string;
925
925
  documents: Document[];
926
926
  credit_note?: boolean;
927
- holiday?: HolidaySchemaSerializer[];
928
- product_return_config?: ProductReturnConfigSerializer;
927
+ holiday?: HolidaySchemaSchema[];
928
+ product_return_config?: ProductReturnConfigSchema;
929
929
  display_name: string;
930
930
  notification_emails?: string[];
931
931
  tags?: string[];
@@ -938,15 +938,15 @@ type LocationSerializer = {
938
938
  * - Order
939
939
  * acceptance timing of the store
940
940
  */
941
- order_acceptance_timing?: LocationDayWiseSerializer[];
941
+ order_acceptance_timing?: LocationDayWiseSchema[];
942
942
  avg_order_processing_time?: AverageOrderProcessingTime;
943
943
  bulk_shipment?: boolean;
944
944
  auto_assign_courier_partner?: boolean;
945
945
  };
946
- /** @returns {BulkLocationSerializer} */
947
- declare function BulkLocationSerializer(): BulkLocationSerializer;
948
- type BulkLocationSerializer = {
949
- data?: LocationSerializer[];
946
+ /** @returns {BulkLocationSchema} */
947
+ declare function BulkLocationSchema(): BulkLocationSchema;
948
+ type BulkLocationSchema = {
949
+ data?: LocationSchema[];
950
950
  };
951
951
  /** @returns {AverageOrderProcessingTime} */
952
952
  declare function AverageOrderProcessingTime(): AverageOrderProcessingTime;