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

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 (294) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +0 -2
  4. package/sdk/application/ApplicationClient.js +0 -2
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +53 -60
  6. package/sdk/application/Cart/CartApplicationClient.js +53 -130
  7. package/sdk/application/Cart/CartApplicationModel.d.ts +143 -489
  8. package/sdk/application/Cart/CartApplicationModel.js +159 -380
  9. package/sdk/application/Cart/CartApplicationValidator.d.ts +19 -38
  10. package/sdk/application/Cart/CartApplicationValidator.js +18 -34
  11. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +68 -88
  12. package/sdk/application/Catalog/CatalogApplicationClient.js +94 -114
  13. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +142 -194
  14. package/sdk/application/Catalog/CatalogApplicationModel.js +133 -171
  15. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -3
  16. package/sdk/application/Common/CommonApplicationClient.js +5 -6
  17. package/sdk/application/Common/CommonApplicationModel.d.ts +9 -9
  18. package/sdk/application/Common/CommonApplicationModel.js +6 -6
  19. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +27 -34
  20. package/sdk/application/Configuration/ConfigurationApplicationClient.js +27 -34
  21. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +57 -45
  22. package/sdk/application/Configuration/ConfigurationApplicationModel.js +47 -35
  23. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +2 -2
  24. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +2 -2
  25. package/sdk/application/Content/ContentApplicationClient.d.ts +33 -23
  26. package/sdk/application/Content/ContentApplicationClient.js +75 -54
  27. package/sdk/application/Content/ContentApplicationModel.d.ts +37 -93
  28. package/sdk/application/Content/ContentApplicationModel.js +32 -83
  29. package/sdk/application/Content/ContentApplicationValidator.d.ts +17 -23
  30. package/sdk/application/Content/ContentApplicationValidator.js +10 -15
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationClient.js +13 -14
  33. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +25 -23
  34. package/sdk/application/FileStorage/FileStorageApplicationModel.js +18 -16
  35. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +6 -6
  36. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +6 -6
  37. package/sdk/application/Lead/LeadApplicationClient.d.ts +3 -2
  38. package/sdk/application/Lead/LeadApplicationClient.js +3 -2
  39. package/sdk/application/Lead/LeadApplicationModel.d.ts +11 -11
  40. package/sdk/application/Lead/LeadApplicationModel.js +19 -19
  41. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +16 -39
  42. package/sdk/application/Logistic/LogisticApplicationClient.js +21 -189
  43. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +173 -532
  44. package/sdk/application/Logistic/LogisticApplicationModel.js +139 -409
  45. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +9 -54
  46. package/sdk/application/Logistic/LogisticApplicationValidator.js +8 -42
  47. package/sdk/application/Order/OrderApplicationClient.d.ts +10 -24
  48. package/sdk/application/Order/OrderApplicationClient.js +13 -96
  49. package/sdk/application/Order/OrderApplicationModel.d.ts +120 -436
  50. package/sdk/application/Order/OrderApplicationModel.js +81 -279
  51. package/sdk/application/Order/OrderApplicationValidator.d.ts +3 -17
  52. package/sdk/application/Order/OrderApplicationValidator.js +2 -15
  53. package/sdk/application/Payment/PaymentApplicationClient.d.ts +99 -96
  54. package/sdk/application/Payment/PaymentApplicationClient.js +114 -111
  55. package/sdk/application/Payment/PaymentApplicationModel.d.ts +289 -293
  56. package/sdk/application/Payment/PaymentApplicationModel.js +241 -243
  57. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +46 -46
  58. package/sdk/application/Payment/PaymentApplicationValidator.js +46 -46
  59. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +16 -13
  60. package/sdk/application/Rewards/RewardsApplicationClient.js +22 -19
  61. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +37 -37
  62. package/sdk/application/Rewards/RewardsApplicationModel.js +29 -29
  63. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +6 -6
  64. package/sdk/application/Rewards/RewardsApplicationValidator.js +6 -6
  65. package/sdk/application/Share/ShareApplicationModel.js +1 -1
  66. package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
  67. package/sdk/application/Theme/ThemeApplicationClient.js +6 -8
  68. package/sdk/application/Theme/ThemeApplicationModel.d.ts +17 -48
  69. package/sdk/application/Theme/ThemeApplicationModel.js +22 -42
  70. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +3 -16
  71. package/sdk/application/Theme/ThemeApplicationValidator.js +2 -9
  72. package/sdk/application/User/UserApplicationClient.d.ts +10 -10
  73. package/sdk/application/User/UserApplicationClient.js +10 -10
  74. package/sdk/application/User/UserApplicationModel.d.ts +17 -17
  75. package/sdk/application/User/UserApplicationModel.js +16 -16
  76. package/sdk/application/User/UserApplicationValidator.d.ts +2 -2
  77. package/sdk/application/User/UserApplicationValidator.js +2 -2
  78. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  79. package/sdk/application/Webhook/WebhookApplicationClient.js +4 -4
  80. package/sdk/application/Webhook/WebhookApplicationModel.d.ts +9 -11
  81. package/sdk/application/Webhook/WebhookApplicationModel.js +6 -8
  82. package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +2 -2
  83. package/sdk/application/Webhook/WebhookApplicationValidator.js +2 -2
  84. package/sdk/application/index.d.ts +0 -1
  85. package/sdk/application/index.js +0 -2
  86. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
  87. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
  88. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +19 -116
  89. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +14 -121
  90. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
  91. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
  92. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  93. package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
  94. package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
  95. package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
  96. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
  97. package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
  98. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +85 -767
  99. package/sdk/partner/Logistics/LogisticsPartnerModel.js +76 -429
  100. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
  101. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +6 -120
  102. package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
  103. package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
  104. package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
  105. package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
  106. package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
  107. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
  108. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
  109. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
  110. package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
  111. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
  112. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
  113. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
  114. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
  115. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
  116. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
  117. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
  118. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
  119. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
  120. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
  121. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
  122. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
  123. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  124. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  125. package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
  126. package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
  127. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
  128. package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
  129. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
  130. package/sdk/platform/Cart/CartPlatformApplicationClient.js +112 -407
  131. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -111
  132. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -106
  133. package/sdk/platform/Cart/CartPlatformModel.d.ts +1321 -4975
  134. package/sdk/platform/Cart/CartPlatformModel.js +1226 -1922
  135. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -208
  136. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +358 -383
  137. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +126 -122
  138. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +68 -66
  139. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +118 -141
  140. package/sdk/platform/Catalog/CatalogPlatformClient.js +170 -193
  141. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1751 -1501
  142. package/sdk/platform/Catalog/CatalogPlatformModel.js +1224 -1393
  143. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +18 -18
  144. package/sdk/platform/Catalog/CatalogPlatformValidator.js +18 -18
  145. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
  146. package/sdk/platform/Common/CommonPlatformClient.js +2 -3
  147. package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
  148. package/sdk/platform/Common/CommonPlatformModel.js +6 -6
  149. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
  150. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
  151. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
  152. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
  153. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
  154. package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
  155. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
  156. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
  157. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
  158. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
  159. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
  160. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
  161. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
  162. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
  163. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
  164. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
  165. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
  166. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
  167. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +124 -283
  168. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +94 -219
  169. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
  170. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
  171. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -124
  172. package/sdk/platform/Content/ContentPlatformApplicationClient.js +422 -449
  173. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -179
  174. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -168
  175. package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
  176. package/sdk/platform/Content/ContentPlatformClient.js +336 -523
  177. package/sdk/platform/Content/ContentPlatformModel.d.ts +395 -1241
  178. package/sdk/platform/Content/ContentPlatformModel.js +390 -521
  179. package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
  180. package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
  181. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
  182. package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
  183. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
  184. package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
  185. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
  186. package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
  187. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +36 -94
  188. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +60 -462
  189. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
  190. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
  191. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
  192. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
  193. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +101 -370
  194. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +84 -313
  195. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  196. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  197. package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
  198. package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
  199. package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
  200. package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
  201. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
  202. package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
  203. package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
  204. package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
  205. package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
  206. package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
  207. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -15
  208. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -83
  209. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +4 -25
  210. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +3 -16
  211. package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -178
  212. package/sdk/platform/Order/OrderPlatformClient.js +245 -597
  213. package/sdk/platform/Order/OrderPlatformModel.d.ts +3071 -5449
  214. package/sdk/platform/Order/OrderPlatformModel.js +1656 -3501
  215. package/sdk/platform/Order/OrderPlatformValidator.d.ts +190 -237
  216. package/sdk/platform/Order/OrderPlatformValidator.js +105 -153
  217. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
  218. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
  219. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
  220. package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
  221. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +106 -94
  222. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +146 -131
  223. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +93 -64
  224. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +70 -62
  225. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
  226. package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
  227. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +507 -386
  228. package/sdk/platform/Payment/PaymentPlatformModel.js +376 -323
  229. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +10 -10
  230. package/sdk/platform/Payment/PaymentPlatformValidator.js +10 -10
  231. package/sdk/platform/PlatformClient.d.ts +2 -0
  232. package/sdk/platform/PlatformClient.js +4 -0
  233. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  234. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  235. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  236. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  237. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
  238. package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
  239. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +35 -45
  240. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -117
  241. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +13 -22
  242. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +12 -24
  243. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
  244. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +64 -58
  245. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +396 -620
  246. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +326 -501
  247. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +8 -8
  248. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +8 -8
  249. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
  250. package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
  251. package/sdk/platform/Share/SharePlatformModel.d.ts +5 -36
  252. package/sdk/platform/Share/SharePlatformModel.js +4 -27
  253. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
  254. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
  255. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
  256. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
  257. package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
  258. package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
  259. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
  260. package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
  261. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
  262. package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
  263. package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
  264. package/sdk/platform/User/UserPlatformModel.js +23 -23
  265. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
  266. package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
  267. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
  268. package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
  269. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
  270. package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
  271. package/sdk/platform/index.d.ts +1 -0
  272. package/sdk/platform/index.js +2 -0
  273. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
  274. package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
  275. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
  276. package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
  277. package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
  278. package/sdk/public/Content/ContentPublicClient.js +5 -791
  279. package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
  280. package/sdk/public/Content/ContentPublicModel.js +3 -649
  281. package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
  282. package/sdk/public/Content/ContentPublicValidator.js +2 -88
  283. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  284. package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
  285. package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
  286. package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
  287. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  288. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  289. package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -36
  290. package/sdk/application/Finance/FinanceApplicationClient.js +0 -202
  291. package/sdk/application/Finance/FinanceApplicationModel.d.ts +0 -289
  292. package/sdk/application/Finance/FinanceApplicationModel.js +0 -208
  293. package/sdk/application/Finance/FinanceApplicationValidator.d.ts +0 -25
  294. package/sdk/application/Finance/FinanceApplicationValidator.js +0 -31
@@ -18,7 +18,7 @@ const FileStoragePlatformModel = require("./FileStoragePlatformModel");
18
18
  * files(products, orders, logistics etc), Required for validating the data of
19
19
  * the file being uploaded, decides where exactly the file will be stored
20
20
  * inside the storage bucket.
21
- * @property {FileStoragePlatformModel.FileUpload} body
21
+ * @property {FileStoragePlatformModel.StartResponse} body
22
22
  */
23
23
 
24
24
  /**
@@ -29,7 +29,7 @@ const FileStoragePlatformModel = require("./FileStoragePlatformModel");
29
29
 
30
30
  /**
31
31
  * @typedef GetSignUrlsParam
32
- * @property {FileStoragePlatformModel.SignUrl} body
32
+ * @property {FileStoragePlatformModel.SignUrlRequest} body
33
33
  */
34
34
 
35
35
  /**
@@ -43,7 +43,7 @@ const FileStoragePlatformModel = require("./FileStoragePlatformModel");
43
43
  * files(products, orders, logistics etc), Required for validating the data of
44
44
  * the file being uploaded, decides where exactly the file will be stored
45
45
  * inside the storage bucket.
46
- * @property {FileStoragePlatformModel.FileUploadStart} body
46
+ * @property {FileStoragePlatformModel.StartRequest} body
47
47
  */
48
48
 
49
49
  class FileStoragePlatformValidator {
@@ -60,7 +60,7 @@ class FileStoragePlatformValidator {
60
60
  static completeUpload() {
61
61
  return Joi.object({
62
62
  namespace: Joi.string().allow("").required(),
63
- body: FileStoragePlatformModel.FileUpload().required(),
63
+ body: FileStoragePlatformModel.StartResponse().required(),
64
64
  }).required();
65
65
  }
66
66
 
@@ -75,7 +75,7 @@ class FileStoragePlatformValidator {
75
75
  /** @returns {GetSignUrlsParam} */
76
76
  static getSignUrls() {
77
77
  return Joi.object({
78
- body: FileStoragePlatformModel.SignUrl().required(),
78
+ body: FileStoragePlatformModel.SignUrlRequest().required(),
79
79
  }).required();
80
80
  }
81
81
 
@@ -90,7 +90,7 @@ class FileStoragePlatformValidator {
90
90
  static startUpload() {
91
91
  return Joi.object({
92
92
  namespace: Joi.string().allow("").required(),
93
- body: FileStoragePlatformModel.FileUploadStart().required(),
93
+ body: FileStoragePlatformModel.StartRequest().required(),
94
94
  }).required();
95
95
  }
96
96
  }
@@ -0,0 +1,320 @@
1
+ export = Finance;
2
+ declare class Finance {
3
+ constructor(config: any);
4
+ config: any;
5
+ /**
6
+ * @param {FinancePlatformValidator.ChannelDisplayNameParam} arg - Arg object
7
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
8
+ * @param {import("../PlatformAPIClient").Options} - Options
9
+ * @returns {Promise<FinancePlatformModel.ChannelDisplayNameResponse>} -
10
+ * Success response
11
+ * @name channelDisplayName
12
+ * @summary: Get channel display name
13
+ * @description: Retrieve the display name for a channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/channelDisplayName/).
14
+ */
15
+ channelDisplayName({ filterKey, requestHeaders }?: FinancePlatformValidator.ChannelDisplayNameParam, { responseHeaders }?: object): Promise<FinancePlatformModel.ChannelDisplayNameResponse>;
16
+ /**
17
+ * @param {FinancePlatformValidator.CreateSellerCreditNoteConfigParam} arg
18
+ * - Arg object
19
+ *
20
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
21
+ * @param {import("../PlatformAPIClient").Options} - Options
22
+ * @returns {Promise<FinancePlatformModel.CreateSellerCreditNoteConfigResponse>}
23
+ * - Success response
24
+ *
25
+ * @name createSellerCreditNoteConfig
26
+ * @summary: Create seller credit note config
27
+ * @description: Set up configuration for seller credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/createSellerCreditNoteConfig/).
28
+ */
29
+ createSellerCreditNoteConfig({ body, requestHeaders }?: FinancePlatformValidator.CreateSellerCreditNoteConfigParam, { responseHeaders }?: object): Promise<FinancePlatformModel.CreateSellerCreditNoteConfigResponse>;
30
+ /**
31
+ * @param {FinancePlatformValidator.CreditNoteDetailsParam} arg - Arg object
32
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
33
+ * @param {import("../PlatformAPIClient").Options} - Options
34
+ * @returns {Promise<FinancePlatformModel.CreditNoteDetailsResponse>} -
35
+ * Success response
36
+ * @name creditNoteDetails
37
+ * @summary: Get credit note details
38
+ * @description: Retrieve detailed information about a credit note. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/creditNoteDetails/).
39
+ */
40
+ creditNoteDetails({ body, requestHeaders }?: FinancePlatformValidator.CreditNoteDetailsParam, { responseHeaders }?: object): Promise<FinancePlatformModel.CreditNoteDetailsResponse>;
41
+ /**
42
+ * @param {FinancePlatformValidator.CreditlineDataplatformParam} arg - Arg object
43
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
44
+ * @param {import("../PlatformAPIClient").Options} - Options
45
+ * @returns {Promise<FinancePlatformModel.CreditlineDataPlatformResponse>}
46
+ * - Success response
47
+ *
48
+ * @name creditlineDataplatform
49
+ * @summary: Access credit line data platform
50
+ * @description: Connect to the credit line data platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/creditlineDataplatform/).
51
+ */
52
+ creditlineDataplatform({ body, requestHeaders }?: FinancePlatformValidator.CreditlineDataplatformParam, { responseHeaders }?: object): Promise<FinancePlatformModel.CreditlineDataPlatformResponse>;
53
+ /**
54
+ * @param {FinancePlatformValidator.DeleteConfigParam} arg - Arg object
55
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
56
+ * @param {import("../PlatformAPIClient").Options} - Options
57
+ * @returns {Promise<FinancePlatformModel.DeleteConfigResponse>} - Success response
58
+ * @name deleteConfig
59
+ * @summary: Deletes credit note config
60
+ * @description: Deletes credit note config. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/deleteConfig/).
61
+ */
62
+ deleteConfig({ body, requestHeaders }?: FinancePlatformValidator.DeleteConfigParam, { responseHeaders }?: object): Promise<FinancePlatformModel.DeleteConfigResponse>;
63
+ /**
64
+ * @param {FinancePlatformValidator.DownloadCreditDebitNoteParam} arg - Arg object
65
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
66
+ * @param {import("../PlatformAPIClient").Options} - Options
67
+ * @returns {Promise<FinancePlatformModel.DownloadCreditDebitNoteResponse>}
68
+ * - Success response
69
+ *
70
+ * @name downloadCreditDebitNote
71
+ * @summary: Download credit/debit note
72
+ * @description: Retrieve and save credit/debit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/downloadCreditDebitNote/).
73
+ */
74
+ downloadCreditDebitNote({ body, requestHeaders }?: FinancePlatformValidator.DownloadCreditDebitNoteParam, { responseHeaders }?: object): Promise<FinancePlatformModel.DownloadCreditDebitNoteResponse>;
75
+ /**
76
+ * @param {FinancePlatformValidator.DownloadReportParam} arg - Arg object
77
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
78
+ * @param {import("../PlatformAPIClient").Options} - Options
79
+ * @returns {Promise<FinancePlatformModel.DownloadReportList>} - Success response
80
+ * @name downloadReport
81
+ * @summary: Download financial report
82
+ * @description: Retrieve and save a financial report. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/downloadReport/).
83
+ */
84
+ downloadReport({ body, requestHeaders }?: FinancePlatformValidator.DownloadReportParam, { responseHeaders }?: object): Promise<FinancePlatformModel.DownloadReportList>;
85
+ /**
86
+ * @param {FinancePlatformValidator.DownloadReportCustomerCnParam} arg - Arg object
87
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
88
+ * @param {import("../PlatformAPIClient").Options} - Options
89
+ * @returns {Promise<FinancePlatformModel.DownloadReportCustomerCnResponse>}
90
+ * - Success response
91
+ *
92
+ * @name downloadReportCustomerCn
93
+ * @summary: Download customer credit note report
94
+ * @description: Retrieve and save a report for customer credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/downloadReportCustomerCn/).
95
+ */
96
+ downloadReportCustomerCn({ body, requestHeaders }?: FinancePlatformValidator.DownloadReportCustomerCnParam, { responseHeaders }?: object): Promise<FinancePlatformModel.DownloadReportCustomerCnResponse>;
97
+ /**
98
+ * @param {FinancePlatformValidator.GenerateReportParam} arg - Arg object
99
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
100
+ * @param {import("../PlatformAPIClient").Options} - Options
101
+ * @returns {Promise<FinancePlatformModel.GenerateReportJson>} - Success response
102
+ * @name generateReport
103
+ * @summary: Generate financial report
104
+ * @description: Create a financial report with relevant data. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/generateReport/).
105
+ */
106
+ generateReport({ body, requestHeaders }?: FinancePlatformValidator.GenerateReportParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GenerateReportJson>;
107
+ /**
108
+ * @param {FinancePlatformValidator.GenerateReportCustomerCnParam} arg - Arg object
109
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
110
+ * @param {import("../PlatformAPIClient").Options} - Options
111
+ * @returns {Promise<FinancePlatformModel.GenerateReportCustomerCnResponse>}
112
+ * - Success response
113
+ *
114
+ * @name generateReportCustomerCn
115
+ * @summary: Generate customer credit note report
116
+ * @description: Create a report specifically for customer credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/generateReportCustomerCn/).
117
+ */
118
+ generateReportCustomerCn({ body, requestHeaders }?: FinancePlatformValidator.GenerateReportCustomerCnParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GenerateReportCustomerCnResponse>;
119
+ /**
120
+ * @param {FinancePlatformValidator.GetAffiliateParam} arg - Arg object
121
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
122
+ * @param {import("../PlatformAPIClient").Options} - Options
123
+ * @returns {Promise<FinancePlatformModel.GetAffiliateResponse>} - Success response
124
+ * @name getAffiliate
125
+ * @summary: Get affiliate details
126
+ * @description: Retrieve information about an affiliate. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getAffiliate/).
127
+ */
128
+ getAffiliate({ body, requestHeaders }?: FinancePlatformValidator.GetAffiliateParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetAffiliateResponse>;
129
+ /**
130
+ * @param {FinancePlatformValidator.GetCnConfigParam} arg - Arg object
131
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
132
+ * @param {import("../PlatformAPIClient").Options} - Options
133
+ * @returns {Promise<FinancePlatformModel.GetCnConfigResponse>} - Success response
134
+ * @name getCnConfig
135
+ * @summary: Get credit note configuration
136
+ * @description: Retrieve configuration settings for credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getCnConfig/).
137
+ */
138
+ getCnConfig({ body, requestHeaders }?: FinancePlatformValidator.GetCnConfigParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetCnConfigResponse>;
139
+ /**
140
+ * @param {FinancePlatformValidator.GetCustomerCreditBalanceParam} arg - Arg object
141
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
142
+ * @param {import("../PlatformAPIClient").Options} - Options
143
+ * @returns {Promise<FinancePlatformModel.GetCustomerCreditBalanceResponse>}
144
+ * - Success response
145
+ *
146
+ * @name getCustomerCreditBalance
147
+ * @summary: Get customer credit balance
148
+ * @description: Retrieve the credit balance of a customer. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getCustomerCreditBalance/).
149
+ */
150
+ getCustomerCreditBalance({ body, requestHeaders }?: FinancePlatformValidator.GetCustomerCreditBalanceParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetCustomerCreditBalanceResponse>;
151
+ /**
152
+ * @param {FinancePlatformValidator.GetDataParam} arg - Arg object
153
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
154
+ * @param {import("../PlatformAPIClient").Options} - Options
155
+ * @returns {Promise<FinancePlatformModel.GetEngineResponse>} - Success response
156
+ * @name getData
157
+ * @summary: Get financial data
158
+ * @description: Retrieve financial data for analysis. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getData/).
159
+ */
160
+ getData({ body, requestHeaders }?: FinancePlatformValidator.GetDataParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetEngineResponse>;
161
+ /**
162
+ * @param {FinancePlatformValidator.GetPdfUrlViewParam} arg - Arg object
163
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
164
+ * @param {import("../PlatformAPIClient").Options} - Options
165
+ * @returns {Promise<FinancePlatformModel.GetPdfUrlViewResponse>} - Success response
166
+ * @name getPdfUrlView
167
+ * @summary: Get PDF URL view
168
+ * @description: Retrieve a URL to view a PDF document. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getPdfUrlView/).
169
+ */
170
+ getPdfUrlView({ body, requestHeaders }?: FinancePlatformValidator.GetPdfUrlViewParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetPdfUrlViewResponse>;
171
+ /**
172
+ * @param {FinancePlatformValidator.GetReasonParam} arg - Arg object
173
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
174
+ * @param {import("../PlatformAPIClient").Options} - Options
175
+ * @returns {Promise<FinancePlatformModel.GetReasonResponse>} - Success response
176
+ * @name getReason
177
+ * @summary: Get transaction reason
178
+ * @description: Retrieve the reason behind a transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getReason/).
179
+ */
180
+ getReason({ body, requestHeaders }?: FinancePlatformValidator.GetReasonParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetReasonResponse>;
181
+ /**
182
+ * @param {FinancePlatformValidator.GetReportListParam} arg - Arg object
183
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
184
+ * @param {import("../PlatformAPIClient").Options} - Options
185
+ * @returns {Promise<FinancePlatformModel.GetReportListResponse>} - Success response
186
+ * @name getReportList
187
+ * @summary: Get report list
188
+ * @description: Retrieve a list of available financial reports. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getReportList/).
189
+ */
190
+ getReportList({ body, requestHeaders }?: FinancePlatformValidator.GetReportListParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetReportListResponse>;
191
+ /**
192
+ * @param {FinancePlatformValidator.GetReportingFiltersParam} arg - Arg object
193
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
194
+ * @param {import("../PlatformAPIClient").Options} - Options
195
+ * @returns {Promise<FinancePlatformModel.GetReportingFiltersResponse>} -
196
+ * Success response
197
+ * @name getReportingFilters
198
+ * @summary: Get reporting filters
199
+ * @description: Retrieve available filters for financial reporting. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/getReportingFilters/).
200
+ */
201
+ getReportingFilters({ filterKey, affiliateId, requestHeaders }?: FinancePlatformValidator.GetReportingFiltersParam, { responseHeaders }?: object): Promise<FinancePlatformModel.GetReportingFiltersResponse>;
202
+ /**
203
+ * @param {FinancePlatformValidator.InvoiceActivityLogsParam} arg - Arg object
204
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
205
+ * @param {import("../PlatformAPIClient").Options} - Options
206
+ * @returns {Promise<FinancePlatformModel.InvoiceActivityLogsResponse>} -
207
+ * Success response
208
+ * @name invoiceActivityLogs
209
+ * @summary: Display activity log details of an invoice
210
+ * @description: Display activity log details of invoice. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoiceActivityLogs/).
211
+ */
212
+ invoiceActivityLogs({ invoiceNumber, requestHeaders }?: FinancePlatformValidator.InvoiceActivityLogsParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoiceActivityLogsResponse>;
213
+ /**
214
+ * @param {FinancePlatformValidator.InvoiceListingParam} arg - Arg object
215
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
216
+ * @param {import("../PlatformAPIClient").Options} - Options
217
+ * @returns {Promise<FinancePlatformModel.InvoiceListingResponse>} - Success response
218
+ * @name invoiceListing
219
+ * @summary: List invoices
220
+ * @description: Provides list of invoices generated for a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoiceListing/).
221
+ */
222
+ invoiceListing({ body, requestHeaders }?: FinancePlatformValidator.InvoiceListingParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoiceListingResponse>;
223
+ /**
224
+ * @param {FinancePlatformValidator.InvoicePDFParam} arg - Arg object
225
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
226
+ * @param {import("../PlatformAPIClient").Options} - Options
227
+ * @returns {Promise<FinancePlatformModel.InvoicePdfResponse>} - Success response
228
+ * @name invoicePDF
229
+ * @summary: Get invoice PDF
230
+ * @description: Retrieve the PDF version of an invoice. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoicePDF/).
231
+ */
232
+ invoicePDF({ body, requestHeaders }?: FinancePlatformValidator.InvoicePDFParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoicePdfResponse>;
233
+ /**
234
+ * @param {FinancePlatformValidator.InvoicePaymentDetailsParam} arg - Arg object
235
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
236
+ * @param {import("../PlatformAPIClient").Options} - Options
237
+ * @returns {Promise<FinancePlatformModel.InvoicePaymentDetailsResponse>} -
238
+ * Success response
239
+ * @name invoicePaymentDetails
240
+ * @summary: Display payment details of an invoice
241
+ * @description: Display payment details of invoice. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoicePaymentDetails/).
242
+ */
243
+ invoicePaymentDetails({ invoiceNumber, requestHeaders }?: FinancePlatformValidator.InvoicePaymentDetailsParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoicePaymentDetailsResponse>;
244
+ /**
245
+ * @param {FinancePlatformValidator.InvoicePaymentOptionsParam} arg - Arg object
246
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
247
+ * @param {import("../PlatformAPIClient").Options} - Options
248
+ * @returns {Promise<FinancePlatformModel.InvoicePaymentOptionsResponse>} -
249
+ * Success response
250
+ * @name invoicePaymentOptions
251
+ * @summary: Display all payment options for invoice.
252
+ * @description: Display all payment options for invoice. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoicePaymentOptions/).
253
+ */
254
+ invoicePaymentOptions({ body, requestHeaders }?: FinancePlatformValidator.InvoicePaymentOptionsParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoicePaymentOptionsResponse>;
255
+ /**
256
+ * @param {FinancePlatformValidator.InvoiceTypeParam} arg - Arg object
257
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
258
+ * @param {import("../PlatformAPIClient").Options} - Options
259
+ * @returns {Promise<FinancePlatformModel.InvoiceTypeResponse>} - Success response
260
+ * @name invoiceType
261
+ * @summary: Get invoice types
262
+ * @description: Retrieve a list of available invoice types. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/invoiceType/).
263
+ */
264
+ invoiceType({ body, requestHeaders }?: FinancePlatformValidator.InvoiceTypeParam, { responseHeaders }?: object): Promise<FinancePlatformModel.InvoiceTypeResponse>;
265
+ /**
266
+ * @param {FinancePlatformValidator.IsCnRefundMethodParam} arg - Arg object
267
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
268
+ * @param {import("../PlatformAPIClient").Options} - Options
269
+ * @returns {Promise<FinancePlatformModel.IsCnRefundMethodResponse>} -
270
+ * Success response
271
+ * @name isCnRefundMethod
272
+ * @summary: Check refund method
273
+ * @description: Verify the refund method for credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/isCnRefundMethod/).
274
+ */
275
+ isCnRefundMethod({ body, requestHeaders }?: FinancePlatformValidator.IsCnRefundMethodParam, { responseHeaders }?: object): Promise<FinancePlatformModel.IsCnRefundMethodResponse>;
276
+ /**
277
+ * @param {FinancePlatformValidator.IsCreditlinePlatformParam} arg - Arg object
278
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
279
+ * @param {import("../PlatformAPIClient").Options} - Options
280
+ * @returns {Promise<FinancePlatformModel.IsCreditlinePlatformResponse>} -
281
+ * Success response
282
+ * @name isCreditlinePlatform
283
+ * @summary: Check credit line platform status
284
+ * @description: Determine if the credit line platform is operational. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/isCreditlinePlatform/).
285
+ */
286
+ isCreditlinePlatform({ body, requestHeaders }?: FinancePlatformValidator.IsCreditlinePlatformParam, { responseHeaders }?: object): Promise<FinancePlatformModel.IsCreditlinePlatformResponse>;
287
+ /**
288
+ * @param {FinancePlatformValidator.OrderFreezeParam} arg - Arg object
289
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
290
+ * @param {import("../PlatformAPIClient").Options} - Options
291
+ * @returns {Promise<FinancePlatformModel.OrederFreezeResponse>} - Success response
292
+ * @name orderFreeze
293
+ * @summary: Get status of oms freeze.
294
+ * @description: Used to get status of oms freeze. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/orderFreeze/).
295
+ */
296
+ orderFreeze({ requestHeaders }?: any, { responseHeaders }?: object): Promise<FinancePlatformModel.OrederFreezeResponse>;
297
+ /**
298
+ * @param {FinancePlatformValidator.PaymentProcessParam} arg - Arg object
299
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
300
+ * @param {import("../PlatformAPIClient").Options} - Options
301
+ * @returns {Promise<FinancePlatformModel.PaymentProcessResponse>} - Success response
302
+ * @name paymentProcess
303
+ * @summary: Process payments
304
+ * @description: Initiate and manage payment processes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/paymentProcess/).
305
+ */
306
+ paymentProcess({ body, requestHeaders }?: FinancePlatformValidator.PaymentProcessParam, { responseHeaders }?: object): Promise<FinancePlatformModel.PaymentProcessResponse>;
307
+ /**
308
+ * @param {FinancePlatformValidator.UnlockCreditNoteParam} arg - Arg object
309
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
310
+ * @param {import("../PlatformAPIClient").Options} - Options
311
+ * @returns {Promise<FinancePlatformModel.UnlockCreditNoteResponse>} -
312
+ * Success response
313
+ * @name unlockCreditNote
314
+ * @summary: Unlock credit notes
315
+ * @description: Used to unlock all request credit notes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/finance/unlockCreditNote/).
316
+ */
317
+ unlockCreditNote({ body, requestHeaders }?: FinancePlatformValidator.UnlockCreditNoteParam, { responseHeaders }?: object): Promise<FinancePlatformModel.UnlockCreditNoteResponse>;
318
+ }
319
+ import FinancePlatformValidator = require("./FinancePlatformValidator");
320
+ import FinancePlatformModel = require("./FinancePlatformModel");