@gofynd/fdk-client-javascript 1.4.14 → 1.4.15-beta.10

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