@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.3

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 (181) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
  3. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  4. package/sdk/application/ApplicationAPIClient.js +0 -1
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
  6. package/sdk/application/Cart/CartApplicationClient.js +25 -25
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
  16. package/sdk/application/Content/ContentApplicationClient.js +10 -10
  17. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  18. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  19. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
  20. package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
  22. package/sdk/application/Lead/LeadApplicationClient.js +7 -7
  23. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  24. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  25. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  26. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  27. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
  28. package/sdk/application/Order/OrderApplicationClient.js +12 -12
  29. package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
  30. package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
  31. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  32. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  33. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  34. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  35. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
  36. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  37. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
  38. package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
  39. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  40. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  41. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  42. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  43. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  44. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  45. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  46. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  47. package/sdk/application/User/UserApplicationClient.d.ts +28 -28
  48. package/sdk/application/User/UserApplicationClient.js +28 -28
  49. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  50. package/sdk/application/User/UserApplicationModel.js +17 -13
  51. package/sdk/common/AxiosHelper.d.ts +1 -1
  52. package/sdk/common/AxiosHelper.js +38 -17
  53. package/sdk/common/Clickstream.js +22 -16
  54. package/sdk/common/curlHelper.js +1 -3
  55. package/sdk/common/utils.d.ts +15 -0
  56. package/sdk/common/utils.js +30 -0
  57. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
  58. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  59. package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
  60. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  61. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
  62. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  63. package/sdk/partner/OAuthClient.d.ts +3 -3
  64. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  65. package/sdk/partner/PartnerAPIClient.js +0 -1
  66. package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
  67. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  68. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  69. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  70. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  71. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  72. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
  73. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
  74. package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
  75. package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
  76. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
  77. package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
  78. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
  79. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
  80. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
  81. package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
  82. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  83. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  84. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  85. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  86. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
  87. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
  88. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  89. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  90. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  91. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  92. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
  93. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
  94. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  95. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  96. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  97. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  98. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
  99. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
  100. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
  101. package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
  102. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
  103. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  104. package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
  105. package/sdk/platform/Content/ContentPlatformClient.js +9 -9
  106. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  107. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  108. package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
  109. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  110. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  111. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  112. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
  113. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
  114. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  115. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
  116. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  117. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
  118. package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
  119. package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
  120. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
  121. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
  122. package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
  123. package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
  124. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  125. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  126. package/sdk/platform/OAuthClient.d.ts +3 -3
  127. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
  128. package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
  129. package/sdk/platform/Order/OrderPlatformClient.d.ts +41 -41
  130. package/sdk/platform/Order/OrderPlatformClient.js +41 -41
  131. package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
  132. package/sdk/platform/Order/OrderPlatformModel.js +8 -2
  133. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  134. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  135. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
  136. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
  137. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  138. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  139. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  140. package/sdk/platform/PlatformAPIClient.js +0 -1
  141. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  142. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  143. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
  144. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
  145. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
  146. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
  147. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  148. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  149. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  150. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  151. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  152. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  153. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
  154. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
  155. package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
  156. package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
  157. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  158. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  159. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
  160. package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
  161. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  162. package/sdk/platform/User/UserPlatformModel.js +21 -13
  163. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
  164. package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
  165. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  166. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  167. package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
  168. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  169. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  170. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  171. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
  172. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  173. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  174. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  175. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  176. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  177. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  178. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  179. package/sdk/public/PublicAPIClient.d.ts +1 -1
  180. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  181. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
@@ -21,7 +21,7 @@ class Payment {
21
21
  * @param {import("../PlatformAPIClient").Options} - Options
22
22
  * @returns {Promise<PaymentPlatformModel.EdcDeviceUpdateResponse>} - Success response
23
23
  * @name addEdcDevice
24
- * @summary: Add EDC device.
24
+ * @summary: Add EDC device
25
25
  * @description: Register and add a new EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addEdcDevice/).
26
26
  */
27
27
  async addEdcDevice(
@@ -104,7 +104,7 @@ class Payment {
104
104
  * @param {import("../PlatformAPIClient").Options} - Options
105
105
  * @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
106
106
  * @name addRefundBankAccountUsingOTP
107
- * @summary: Add refund bank account using OTP.
107
+ * @summary: Add refund bank account using OTP
108
108
  * @description: Register a refund bank account with OTP verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/addRefundBankAccountUsingOTP/).
109
109
  */
110
110
  async addRefundBankAccountUsingOTP(
@@ -186,7 +186,7 @@ class Payment {
186
186
  * @returns {Promise<PaymentPlatformModel.CancelPaymentLinkResponse>} -
187
187
  * Success response
188
188
  * @name cancelPaymentLink
189
- * @summary: Cancel payment link.
189
+ * @summary: Cancel payment link
190
190
  * @description: Deactivate and cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/cancelPaymentLink/).
191
191
  */
192
192
  async cancelPaymentLink(
@@ -268,7 +268,7 @@ class Payment {
268
268
  * @returns {Promise<PaymentPlatformModel.PaymentStatusUpdateResponse>} -
269
269
  * Success response
270
270
  * @name checkAndUpdatePaymentStatus
271
- * @summary: Check and update payment status.
271
+ * @summary: Check and update payment status
272
272
  * @description: Verify and modify the status of a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/checkAndUpdatePaymentStatus/).
273
273
  */
274
274
  async checkAndUpdatePaymentStatus(
@@ -348,7 +348,7 @@ class Payment {
348
348
  * @returns {Promise<PaymentPlatformModel.PaymentConfirmationResponse>} -
349
349
  * Success response
350
350
  * @name confirmPayment
351
- * @summary: Confirm payment.
351
+ * @summary: Confirm payment
352
352
  * @description: Authenticate and confirm a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/confirmPayment/).
353
353
  */
354
354
  async confirmPayment(
@@ -515,7 +515,7 @@ class Payment {
515
515
  * @returns {Promise<PaymentPlatformModel.CreatePaymentLinkResponse>} -
516
516
  * Success response
517
517
  * @name createPaymentLink
518
- * @summary: Create payment link.
518
+ * @summary: Create payment link
519
519
  * @description: Generate a new link for accepting payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/createPaymentLink/).
520
520
  */
521
521
  async createPaymentLink(
@@ -679,7 +679,7 @@ class Payment {
679
679
  * - Success response
680
680
  *
681
681
  * @name edcAggregatorsAndModelList
682
- * @summary: EDC aggregators and model list.
682
+ * @summary: EDC aggregators and model list
683
683
  * @description: Retrieve a list of EDC (Electronic Data Capture) aggregators and models. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcAggregatorsAndModelList/).
684
684
  */
685
685
  async edcAggregatorsAndModelList(
@@ -754,7 +754,7 @@ class Payment {
754
754
  * @param {import("../PlatformAPIClient").Options} - Options
755
755
  * @returns {Promise<PaymentPlatformModel.EdcDeviceListResponse>} - Success response
756
756
  * @name edcDeviceList
757
- * @summary: EDC device list.
757
+ * @summary: EDC device list
758
758
  * @description: Retrieve a list of available EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceList/).
759
759
  */
760
760
  async edcDeviceList(
@@ -848,7 +848,7 @@ class Payment {
848
848
  * @param {import("../PlatformAPIClient").Options} - Options
849
849
  * @returns {Promise<PaymentPlatformModel.EdcDeviceStatsResponse>} - Success response
850
850
  * @name edcDeviceStats
851
- * @summary: EDC device stats.
851
+ * @summary: EDC device stats
852
852
  * @description: Get statistics and data related to EDC devices. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/edcDeviceStats/).
853
853
  */
854
854
  async edcDeviceStats(
@@ -925,7 +925,7 @@ class Payment {
925
925
  * @param {import("../PlatformAPIClient").Options} - Options
926
926
  * @returns {Promise<PaymentPlatformModel.RefundAccountResponse>} - Success response
927
927
  * @name getBankAccountDetailsOpenAPI
928
- * @summary: Get bank account details.
928
+ * @summary: Get bank account details
929
929
  * @description: Retrieve bank account information using an open API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getBankAccountDetailsOpenAPI/).
930
930
  */
931
931
  async getBankAccountDetailsOpenAPI(
@@ -1097,7 +1097,7 @@ class Payment {
1097
1097
  * @returns {Promise<PaymentPlatformModel.EdcDeviceDetailsResponse>} -
1098
1098
  * Success response
1099
1099
  * @name getEdcDevice
1100
- * @summary: Get EDC device.
1100
+ * @summary: Get EDC device
1101
1101
  * @description: Retrieve detailed information about an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getEdcDevice/).
1102
1102
  */
1103
1103
  async getEdcDevice(
@@ -1179,7 +1179,7 @@ class Payment {
1179
1179
  * @returns {Promise<PaymentPlatformModel.AggregatorVersionResponse>} -
1180
1180
  * Success response
1181
1181
  * @name getMerchantAggregatorAppVersion
1182
- * @summary: Get app version required for Payment Mode.
1182
+ * @summary: Get app version required for Payment Mode
1183
1183
  * @description: This api provide read operations on the app version required for Payment Mode or sub payment mode for an Aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorAppVersion/).
1184
1184
  */
1185
1185
  async getMerchantAggregatorAppVersion(
@@ -1280,7 +1280,7 @@ class Payment {
1280
1280
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
1281
1281
  * Success response
1282
1282
  * @name getMerchantAggregatorPaymentModeDetails
1283
- * @summary: Get merchant aggregator payment mode details.
1283
+ * @summary: Get merchant aggregator payment mode details
1284
1284
  * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getMerchantAggregatorPaymentModeDetails/).
1285
1285
  */
1286
1286
  async getMerchantAggregatorPaymentModeDetails(
@@ -1531,7 +1531,7 @@ class Payment {
1531
1531
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
1532
1532
  * Success response
1533
1533
  * @name getPGConfigAggregators
1534
- * @summary: Get PG (Payment Gateway) config aggregators.
1534
+ * @summary: Get PG (Payment Gateway) config aggregators
1535
1535
  * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPGConfigAggregators/).
1536
1536
  */
1537
1537
  async getPGConfigAggregators(
@@ -1608,7 +1608,7 @@ class Payment {
1608
1608
  * @param {import("../PlatformAPIClient").Options} - Options
1609
1609
  * @returns {Promise<PaymentPlatformModel.GetPaymentCodeResponse>} - Success response
1610
1610
  * @name getPaymentCodeOption
1611
- * @summary: Get payment mode code.
1611
+ * @summary: Get payment mode code
1612
1612
  * @description: Retrieve options for payment codes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentCodeOption/).
1613
1613
  */
1614
1614
  async getPaymentCodeOption(
@@ -1683,7 +1683,7 @@ class Payment {
1683
1683
  * @param {import("../PlatformAPIClient").Options} - Options
1684
1684
  * @returns {Promise<PaymentPlatformModel.GetPaymentLinkResponse>} - Success response
1685
1685
  * @name getPaymentLink
1686
- * @summary: Get payment link.
1686
+ * @summary: Get payment link
1687
1687
  * @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentLink/).
1688
1688
  */
1689
1689
  async getPaymentLink(
@@ -1930,7 +1930,7 @@ class Payment {
1930
1930
  * @param {import("../PlatformAPIClient").Options} - Options
1931
1931
  * @returns {Promise<PaymentPlatformModel.PaymentOptionsResponse>} - Success response
1932
1932
  * @name getPaymentModeRoutes
1933
- * @summary: Get payment mode routes.
1933
+ * @summary: Get payment mode routes
1934
1934
  * @description: Retrieve routes and options for payment modes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPaymentModeRoutes/).
1935
1935
  */
1936
1936
  async getPaymentModeRoutes(
@@ -2109,7 +2109,7 @@ class Payment {
2109
2109
  * @returns {Promise<PaymentPlatformModel.PaymentModeRouteResponse>} -
2110
2110
  * Success response
2111
2111
  * @name getPosPaymentModeRoutes
2112
- * @summary: Get POS payment mode routes.
2112
+ * @summary: Get POS payment mode routes
2113
2113
  * @description: Retrieve payment options and aggregator for point-of-sale (POS). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getPosPaymentModeRoutes/).
2114
2114
  */
2115
2115
  async getPosPaymentModeRoutes(
@@ -2239,7 +2239,7 @@ class Payment {
2239
2239
  * @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
2240
2240
  * Success response
2241
2241
  * @name getUserBeneficiaries
2242
- * @summary: Get user beneficiaries.
2242
+ * @summary: Get user beneficiaries
2243
2243
  * @description: Retrieve beneficiaries associated with a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserBeneficiaries/).
2244
2244
  */
2245
2245
  async getUserBeneficiaries(
@@ -2317,7 +2317,7 @@ class Payment {
2317
2317
  * @param {import("../PlatformAPIClient").Options} - Options
2318
2318
  * @returns {Promise<PaymentPlatformModel.GetUserCODLimitResponse>} - Success response
2319
2319
  * @name getUserCODlimitRoutes
2320
- * @summary: Get user COD limit routes.
2320
+ * @summary: Get user COD limit routes
2321
2321
  * @description: Retrieve routes and limits for user cash-on-delivery (COD) transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserCODlimitRoutes/).
2322
2322
  */
2323
2323
  async getUserCODlimitRoutes(
@@ -2403,7 +2403,7 @@ class Payment {
2403
2403
  * @returns {Promise<PaymentPlatformModel.OrderBeneficiaryResponse>} -
2404
2404
  * Success response
2405
2405
  * @name getUserOrderBeneficiaries
2406
- * @summary: Get user order beneficiaries.
2406
+ * @summary: Get user order beneficiaries
2407
2407
  * @description: Retrieve beneficiaries associated with a user orders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getUserOrderBeneficiaries/).
2408
2408
  */
2409
2409
  async getUserOrderBeneficiaries(
@@ -2482,7 +2482,7 @@ class Payment {
2482
2482
  * @returns {Promise<PaymentPlatformModel.PaymentInitializationResponse>} -
2483
2483
  * Success response
2484
2484
  * @name initialisePayment
2485
- * @summary: Initialize payment.
2485
+ * @summary: Initialize payment
2486
2486
  * @description: Start the payment initiation process for UPI and QR code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/initialisePayment/).
2487
2487
  */
2488
2488
  async initialisePayment(
@@ -2564,7 +2564,7 @@ class Payment {
2564
2564
  * @returns {Promise<PaymentPlatformModel.MerchantOnBoardingResponse>} -
2565
2565
  * Success response
2566
2566
  * @name merchantOnBoarding
2567
- * @summary: Merchant onboarding for BNPL.
2567
+ * @summary: Merchant onboarding for BNPL
2568
2568
  * @description: Initiate the onboarding process for a merchant. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/merchantOnBoarding/).
2569
2569
  */
2570
2570
  async merchantOnBoarding(
@@ -2643,7 +2643,7 @@ class Payment {
2643
2643
  * @param {import("../PlatformAPIClient").Options} - Options
2644
2644
  * @returns {Promise<PaymentPlatformModel.GetOauthUrlResponse>} - Success response
2645
2645
  * @name oauthGetUrl
2646
- * @summary: Get OAuth URL.
2646
+ * @summary: Get OAuth URL
2647
2647
  * @description: Retrieve an OAuth URL for PG API authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/oauthGetUrl/).
2648
2648
  */
2649
2649
  async oauthGetUrl(
@@ -2733,7 +2733,7 @@ class Payment {
2733
2733
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
2734
2734
  * Success response
2735
2735
  * @name patchMerchantAggregatorPaymentModeDetails
2736
- * @summary: Patch merchant aggregator payment mode details.
2736
+ * @summary: Patch merchant aggregator payment mode details
2737
2737
  * @description: swagger not found. so operationId not found - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantAggregatorPaymentModeDetails/).
2738
2738
  */
2739
2739
  async patchMerchantAggregatorPaymentModeDetails(
@@ -2899,7 +2899,7 @@ class Payment {
2899
2899
  * @returns {Promise<PaymentPlatformModel.PlatformPaymentModeResponse>} -
2900
2900
  * Success response
2901
2901
  * @name patchMerchantPaymentOptionVersion
2902
- * @summary: Update app version required for Payment Mode.
2902
+ * @summary: Update app version required for Payment Mode
2903
2903
  * @description: This api provide wrote operations on the app version required for Payment Mode or sub payment mode for an Aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/patchMerchantPaymentOptionVersion/).
2904
2904
  */
2905
2905
  async patchMerchantPaymentOptionVersion(
@@ -2984,7 +2984,7 @@ class Payment {
2984
2984
  * - Success response
2985
2985
  *
2986
2986
  * @name paymentStatusBulk
2987
- * @summary: Payment status bulk.
2987
+ * @summary: Payment status bulk
2988
2988
  * @description: Retrieve the status of multiple payments in bulk. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/paymentStatusBulk/).
2989
2989
  */
2990
2990
  async paymentStatusBulk(
@@ -3066,7 +3066,7 @@ class Payment {
3066
3066
  * @returns {Promise<PaymentPlatformModel.PollingPaymentLinkResponse>} -
3067
3067
  * Success response
3068
3068
  * @name pollingPaymentLink
3069
- * @summary: Polling payment link.
3069
+ * @summary: Polling payment link
3070
3070
  * @description: Continuously check the status of a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/pollingPaymentLink/).
3071
3071
  */
3072
3072
  async pollingPaymentLink(
@@ -3146,7 +3146,7 @@ class Payment {
3146
3146
  * @param {import("../PlatformAPIClient").Options} - Options
3147
3147
  * @returns {Promise<PaymentPlatformModel.RepaymentResponse>} - Success response
3148
3148
  * @name repaymentDetails
3149
- * @summary: Repayment details for BNPL.
3149
+ * @summary: Repayment details for BNPL
3150
3150
  * @description: Retrieve information about repayment transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/repaymentDetails/).
3151
3151
  */
3152
3152
  async repaymentDetails(
@@ -3228,7 +3228,7 @@ class Payment {
3228
3228
  * @returns {Promise<PaymentPlatformModel.ResendOrCancelPaymentResponse>} -
3229
3229
  * Success response
3230
3230
  * @name resendOrCancelPayment
3231
- * @summary: Resend or cancel payment.
3231
+ * @summary: Resend or cancel payment
3232
3232
  * @description: Resend or cancel a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendOrCancelPayment/).
3233
3233
  */
3234
3234
  async resendOrCancelPayment(
@@ -3310,7 +3310,7 @@ class Payment {
3310
3310
  * @returns {Promise<PaymentPlatformModel.ResendPaymentLinkResponse>} -
3311
3311
  * Success response
3312
3312
  * @name resendPaymentLink
3313
- * @summary: Resend payment link.
3313
+ * @summary: Resend payment link
3314
3314
  * @description: Reissue a payment link to a recipient. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/resendPaymentLink/).
3315
3315
  */
3316
3316
  async resendPaymentLink(
@@ -3389,7 +3389,7 @@ class Payment {
3389
3389
  * @param {import("../PlatformAPIClient").Options} - Options
3390
3390
  * @returns {Promise<PaymentPlatformModel.RevokeOAuthToken>} - Success response
3391
3391
  * @name revokeOauthToken
3392
- * @summary: Revoke OAuth token.
3392
+ * @summary: Revoke OAuth token
3393
3393
  * @description: Invalidate an OAuth token. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/revokeOauthToken/).
3394
3394
  */
3395
3395
  async revokeOauthToken(
@@ -3471,7 +3471,7 @@ class Payment {
3471
3471
  * @returns {Promise<PaymentPlatformModel.PaymentGatewayToBeReviewed>} -
3472
3472
  * Success response
3473
3473
  * @name saveBrandPaymentGatewayConfig
3474
- * @summary: Save brand payment gateway config.
3474
+ * @summary: Save brand payment gateway config
3475
3475
  * @description: Store and update configuration settings for brand payment gateways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveBrandPaymentGatewayConfig/).
3476
3476
  */
3477
3477
  async saveBrandPaymentGatewayConfig(
@@ -3721,7 +3721,7 @@ class Payment {
3721
3721
  * @param {import("../PlatformAPIClient").Options} - Options
3722
3722
  * @returns {Promise<PaymentPlatformModel.SetCODOptionResponse>} - Success response
3723
3723
  * @name setUserCODlimitRoutes
3724
- * @summary: Set user COD limit routes.
3724
+ * @summary: Set user COD limit routes
3725
3725
  * @description: Configure routes and limits for user COD transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/setUserCODlimitRoutes/).
3726
3726
  */
3727
3727
  async setUserCODlimitRoutes(
@@ -3800,7 +3800,7 @@ class Payment {
3800
3800
  * @param {import("../PlatformAPIClient").Options} - Options
3801
3801
  * @returns {Promise<PaymentPlatformModel.EdcDeviceAddResponse>} - Success response
3802
3802
  * @name updateEdcDevice
3803
- * @summary: Update EDC device.
3803
+ * @summary: Update EDC device
3804
3804
  * @description: Modify the settings and details of an EDC device. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateEdcDevice/).
3805
3805
  */
3806
3806
  async updateEdcDevice(
@@ -3968,7 +3968,7 @@ class Payment {
3968
3968
  * - Success response
3969
3969
  *
3970
3970
  * @name updatePaymentSession
3971
- * @summary: Update payment session.
3971
+ * @summary: Update payment session
3972
3972
  * @description: Modify the details of a payment session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePaymentSession/).
3973
3973
  */
3974
3974
  async updatePaymentSession(
@@ -4053,7 +4053,7 @@ class Payment {
4053
4053
  * - Success response
4054
4054
  *
4055
4055
  * @name updateRefundSession
4056
- * @summary: Update refund session.
4056
+ * @summary: Update refund session
4057
4057
  * @description: Modify the details of a refund session. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updateRefundSession/).
4058
4058
  */
4059
4059
  async updateRefundSession(
@@ -4139,7 +4139,7 @@ class Payment {
4139
4139
  * @returns {Promise<PaymentPlatformModel.ValidateCustomerResponse>} -
4140
4140
  * Success response
4141
4141
  * @name verifyCustomerForPayment
4142
- * @summary: Verify customer for payment.
4142
+ * @summary: Verify customer for payment
4143
4143
  * @description: Retrieve a link for making payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyCustomerForPayment/).
4144
4144
  */
4145
4145
  async verifyCustomerForPayment(
@@ -8,7 +8,7 @@ declare class Payment {
8
8
  * @param {import("../PlatformAPIClient").Options} - Options
9
9
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutResponse>} - Success response
10
10
  * @name activateAndDectivatePayout
11
- * @summary: Activate/Deactivate payout.
11
+ * @summary: Activate/Deactivate payout
12
12
  * @description: Enable or disable payout functionality. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/activateAndDectivatePayout/).
13
13
  */
14
14
  activateAndDectivatePayout({ uniqueTransferNo, body, requestHeaders }?: PaymentPlatformValidator.ActivateAndDectivatePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.UpdatePayoutResponse>;
@@ -18,7 +18,7 @@ declare class Payment {
18
18
  * @param {import("../PlatformAPIClient").Options} - Options
19
19
  * @returns {Promise<PaymentPlatformModel.DeletePayoutResponse>} - Success response
20
20
  * @name deletePayout
21
- * @summary: Delete payout.
21
+ * @summary: Delete payout
22
22
  * @description: Remove a payout transaction from the system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deletePayout/).
23
23
  */
24
24
  deletePayout({ uniqueTransferNo, requestHeaders }?: PaymentPlatformValidator.DeletePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.DeletePayoutResponse>;
@@ -32,7 +32,7 @@ declare class Payment {
32
32
  * - Success response
33
33
  *
34
34
  * @name deleteSubscriptionPaymentMethod
35
- * @summary: Delete subscription payment method.
35
+ * @summary: Delete subscription payment method
36
36
  * @description: Remove a payment method from subscription options. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deleteSubscriptionPaymentMethod/).
37
37
  */
38
38
  deleteSubscriptionPaymentMethod({ uniqueExternalId, paymentMethodId, requestHeaders }?: PaymentPlatformValidator.DeleteSubscriptionPaymentMethodParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.DeleteSubscriptionPaymentMethodResponse>;
@@ -42,7 +42,7 @@ declare class Payment {
42
42
  * @param {import("../PlatformAPIClient").Options} - Options
43
43
  * @returns {Promise<PaymentPlatformModel.PayoutsResponse>} - Success response
44
44
  * @name getAllPayouts
45
- * @summary: Get all payouts.
45
+ * @summary: Get all payouts
46
46
  * @description: Retrieve a list of all payout transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getAllPayouts/).
47
47
  */
48
48
  getAllPayouts({ uniqueExternalId, requestHeaders }?: PaymentPlatformValidator.GetAllPayoutsParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PayoutsResponse>;
@@ -53,7 +53,7 @@ declare class Payment {
53
53
  * @returns {Promise<PaymentPlatformModel.SubscriptionConfigResponse>} -
54
54
  * Success response
55
55
  * @name getSubscriptionConfig
56
- * @summary: Get subscription config.
56
+ * @summary: Get subscription config
57
57
  * @description: Retrieve configuration settings for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionConfig/).
58
58
  */
59
59
  getSubscriptionConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentPlatformModel.SubscriptionConfigResponse>;
@@ -67,7 +67,7 @@ declare class Payment {
67
67
  * - Success response
68
68
  *
69
69
  * @name getSubscriptionPaymentMethod
70
- * @summary: Get subscription payment method.
70
+ * @summary: Get subscription payment method
71
71
  * @description: Retrieve payment methods for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionPaymentMethod/).
72
72
  */
73
73
  getSubscriptionPaymentMethod({ uniqueExternalId, requestHeaders }?: PaymentPlatformValidator.GetSubscriptionPaymentMethodParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.SubscriptionPaymentMethodResponse>;
@@ -77,7 +77,7 @@ declare class Payment {
77
77
  * @param {import("../PlatformAPIClient").Options} - Options
78
78
  * @returns {Promise<PaymentPlatformModel.PayoutResponse>} - Success response
79
79
  * @name savePayout
80
- * @summary: Save payout.
80
+ * @summary: Save payout
81
81
  * @description: Store and process a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/savePayout/).
82
82
  */
83
83
  savePayout({ body, requestHeaders }?: PaymentPlatformValidator.SavePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.PayoutResponse>;
@@ -89,7 +89,7 @@ declare class Payment {
89
89
  * - Success response
90
90
  *
91
91
  * @name saveSubscriptionSetupIntent
92
- * @summary: Save subscription setup intent.
92
+ * @summary: Save subscription setup intent
93
93
  * @description: Store and process setup intent for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveSubscriptionSetupIntent/).
94
94
  */
95
95
  saveSubscriptionSetupIntent({ body, requestHeaders }?: PaymentPlatformValidator.SaveSubscriptionSetupIntentParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.SaveSubscriptionSetupIntentResponse>;
@@ -99,7 +99,7 @@ declare class Payment {
99
99
  * @param {import("../PlatformAPIClient").Options} - Options
100
100
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutResponse>} - Success response
101
101
  * @name updatePayout
102
- * @summary: Update payout.
102
+ * @summary: Update payout
103
103
  * @description: Modify the details of a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePayout/).
104
104
  */
105
105
  updatePayout({ uniqueTransferNo, body, requestHeaders }?: PaymentPlatformValidator.UpdatePayoutParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.UpdatePayoutResponse>;
@@ -109,7 +109,7 @@ declare class Payment {
109
109
  * @param {import("../PlatformAPIClient").Options} - Options
110
110
  * @returns {Promise<PaymentPlatformModel.IfscCodeResponse>} - Success response
111
111
  * @name verifyIfscCode
112
- * @summary: Verify IFSC code.
112
+ * @summary: Verify IFSC code
113
113
  * @description: Check the authenticity of an IFSC code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyIfscCode/).
114
114
  */
115
115
  verifyIfscCode({ ifscCode, requestHeaders }?: PaymentPlatformValidator.VerifyIfscCodeParam, { responseHeaders }?: object): Promise<PaymentPlatformModel.IfscCodeResponse>;
@@ -20,7 +20,7 @@ class Payment {
20
20
  * @param {import("../PlatformAPIClient").Options} - Options
21
21
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutResponse>} - Success response
22
22
  * @name activateAndDectivatePayout
23
- * @summary: Activate/Deactivate payout.
23
+ * @summary: Activate/Deactivate payout
24
24
  * @description: Enable or disable payout functionality. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/activateAndDectivatePayout/).
25
25
  */
26
26
  async activateAndDectivatePayout(
@@ -103,7 +103,7 @@ class Payment {
103
103
  * @param {import("../PlatformAPIClient").Options} - Options
104
104
  * @returns {Promise<PaymentPlatformModel.DeletePayoutResponse>} - Success response
105
105
  * @name deletePayout
106
- * @summary: Delete payout.
106
+ * @summary: Delete payout
107
107
  * @description: Remove a payout transaction from the system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deletePayout/).
108
108
  */
109
109
  async deletePayout(
@@ -186,7 +186,7 @@ class Payment {
186
186
  * - Success response
187
187
  *
188
188
  * @name deleteSubscriptionPaymentMethod
189
- * @summary: Delete subscription payment method.
189
+ * @summary: Delete subscription payment method
190
190
  * @description: Remove a payment method from subscription options. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/deleteSubscriptionPaymentMethod/).
191
191
  */
192
192
  async deleteSubscriptionPaymentMethod(
@@ -273,7 +273,7 @@ class Payment {
273
273
  * @param {import("../PlatformAPIClient").Options} - Options
274
274
  * @returns {Promise<PaymentPlatformModel.PayoutsResponse>} - Success response
275
275
  * @name getAllPayouts
276
- * @summary: Get all payouts.
276
+ * @summary: Get all payouts
277
277
  * @description: Retrieve a list of all payout transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getAllPayouts/).
278
278
  */
279
279
  async getAllPayouts(
@@ -354,7 +354,7 @@ class Payment {
354
354
  * @returns {Promise<PaymentPlatformModel.SubscriptionConfigResponse>} -
355
355
  * Success response
356
356
  * @name getSubscriptionConfig
357
- * @summary: Get subscription config.
357
+ * @summary: Get subscription config
358
358
  * @description: Retrieve configuration settings for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionConfig/).
359
359
  */
360
360
  async getSubscriptionConfig(
@@ -433,7 +433,7 @@ class Payment {
433
433
  * - Success response
434
434
  *
435
435
  * @name getSubscriptionPaymentMethod
436
- * @summary: Get subscription payment method.
436
+ * @summary: Get subscription payment method
437
437
  * @description: Retrieve payment methods for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/getSubscriptionPaymentMethod/).
438
438
  */
439
439
  async getSubscriptionPaymentMethod(
@@ -515,7 +515,7 @@ class Payment {
515
515
  * @param {import("../PlatformAPIClient").Options} - Options
516
516
  * @returns {Promise<PaymentPlatformModel.PayoutResponse>} - Success response
517
517
  * @name savePayout
518
- * @summary: Save payout.
518
+ * @summary: Save payout
519
519
  * @description: Store and process a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/savePayout/).
520
520
  */
521
521
  async savePayout(
@@ -594,7 +594,7 @@ class Payment {
594
594
  * - Success response
595
595
  *
596
596
  * @name saveSubscriptionSetupIntent
597
- * @summary: Save subscription setup intent.
597
+ * @summary: Save subscription setup intent
598
598
  * @description: Store and process setup intent for subscriptions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/saveSubscriptionSetupIntent/).
599
599
  */
600
600
  async saveSubscriptionSetupIntent(
@@ -675,7 +675,7 @@ class Payment {
675
675
  * @param {import("../PlatformAPIClient").Options} - Options
676
676
  * @returns {Promise<PaymentPlatformModel.UpdatePayoutResponse>} - Success response
677
677
  * @name updatePayout
678
- * @summary: Update payout.
678
+ * @summary: Update payout
679
679
  * @description: Modify the details of a payout transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/updatePayout/).
680
680
  */
681
681
  async updatePayout(
@@ -756,7 +756,7 @@ class Payment {
756
756
  * @param {import("../PlatformAPIClient").Options} - Options
757
757
  * @returns {Promise<PaymentPlatformModel.IfscCodeResponse>} - Success response
758
758
  * @name verifyIfscCode
759
- * @summary: Verify IFSC code.
759
+ * @summary: Verify IFSC code
760
760
  * @description: Check the authenticity of an IFSC code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/payment/verifyIfscCode/).
761
761
  */
762
762
  async verifyIfscCode(
@@ -13,7 +13,7 @@ declare class APIClient {
13
13
  * @param {object} xHeaders
14
14
  * @param {Options} options
15
15
  */
16
- static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: object, options: Options): Promise<any>;
16
+ static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: object, options: Options): Promise<import("axios").AxiosResponse<any, any>>;
17
17
  get(url: any, config: any): Promise<any>;
18
18
  }
19
19
  declare namespace APIClient {
@@ -36,7 +36,6 @@ class APIClient {
36
36
  },
37
37
  responseHeaders: options.responseHeaders,
38
38
  };
39
- rawRequest = JSON.parse(JSON.stringify(rawRequest));
40
39
 
41
40
  return fdkAxios.request(rawRequest);
42
41
  }
@@ -9,7 +9,7 @@ declare class Rewards {
9
9
  * @param {import("../PlatformAPIClient").Options} - Options
10
10
  * @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
11
11
  * @name getGiveawayById
12
- * @summary: Get giveaway by ID.
12
+ * @summary: Get giveaway by ID
13
13
  * @description: Retrieve specific giveaway details by its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getGiveawayById/).
14
14
  */
15
15
  getGiveawayById({ id, requestHeaders }?: RewardsPlatformApplicationValidator.GetGiveawayByIdParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
@@ -19,7 +19,7 @@ declare class Rewards {
19
19
  * @param {import("../PlatformAPIClient").Options} - Options
20
20
  * @returns {Promise<RewardsPlatformModel.Offer>} - Success response
21
21
  * @name getOfferByName
22
- * @summary: Get offer by name.
22
+ * @summary: Get offer by name
23
23
  * @description: Retrieve an offer by its name. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getOfferByName/).
24
24
  */
25
25
  getOfferByName({ name, requestHeaders }?: RewardsPlatformApplicationValidator.GetOfferByNameParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Offer>;
@@ -31,7 +31,7 @@ declare class Rewards {
31
31
  * @param {import("../PlatformAPIClient").Options} - Options
32
32
  * @returns {Promise<RewardsPlatformModel.ConfigurationRes>} - Success response
33
33
  * @name getRewardsConfiguration
34
- * @summary: Get rewards configuration.
34
+ * @summary: Get rewards configuration
35
35
  * @description: Retrieve the configuration settings for the rewards program. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getRewardsConfiguration/).
36
36
  */
37
37
  getRewardsConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<RewardsPlatformModel.ConfigurationRes>;
@@ -41,7 +41,7 @@ declare class Rewards {
41
41
  * @param {import("../PlatformAPIClient").Options} - Options
42
42
  * @returns {Promise<RewardsPlatformModel.UserRes>} - Success response
43
43
  * @name getUserDetails
44
- * @summary: Get user details.
44
+ * @summary: Get user details
45
45
  * @description: Retrieve comprehensive details about a user in the rewards program. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserDetails/).
46
46
  */
47
47
  getUserDetails({ userId, requestHeaders }?: RewardsPlatformApplicationValidator.GetUserDetailsParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.UserRes>;
@@ -53,7 +53,7 @@ declare class Rewards {
53
53
  * @param {import("../PlatformAPIClient").Options} - Options
54
54
  * @returns {Promise<RewardsPlatformModel.HistoryRes>} - Success response
55
55
  * @name getUserPointsHistory
56
- * @summary: Get user points history.
56
+ * @summary: Get user points history
57
57
  * @description: Retrieve the history of points earned and redeemed by a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/getUserPointsHistory/).
58
58
  */
59
59
  getUserPointsHistory({ userId, pageId, pageSize, requestHeaders }?: RewardsPlatformApplicationValidator.GetUserPointsHistoryParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.HistoryRes>;
@@ -63,7 +63,7 @@ declare class Rewards {
63
63
  * @param {import("../PlatformAPIClient").Options} - Options
64
64
  * @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
65
65
  * @name saveGiveAway
66
- * @summary: Save giveaway.
66
+ * @summary: Save giveaway
67
67
  * @description: Store and manage details of a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/saveGiveAway/).
68
68
  */
69
69
  saveGiveAway({ body, requestHeaders }?: RewardsPlatformApplicationValidator.SaveGiveAwayParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
@@ -75,7 +75,7 @@ declare class Rewards {
75
75
  * @param {import("../PlatformAPIClient").Options} - Options
76
76
  * @returns {Promise<RewardsPlatformModel.SetConfigurationRes>} - Success response
77
77
  * @name setRewardsConfiguration
78
- * @summary: Set rewards configuration.
78
+ * @summary: Set rewards configuration
79
79
  * @description: Configure and modify the settings for the rewards program. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/setRewardsConfiguration/).
80
80
  */
81
81
  setRewardsConfiguration({ body, requestHeaders }?: RewardsPlatformApplicationValidator.SetRewardsConfigurationParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.SetConfigurationRes>;
@@ -85,7 +85,7 @@ declare class Rewards {
85
85
  * @param {import("../PlatformAPIClient").Options} - Options
86
86
  * @returns {Promise<RewardsPlatformModel.GiveawayResponse>} - Success response
87
87
  * @name showGiveaways
88
- * @summary: Display giveaways.
88
+ * @summary: Display giveaways
89
89
  * @description: Retrieve and display available giveaways. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showGiveaways/).
90
90
  */
91
91
  showGiveaways({ pageId, pageSize, requestHeaders }?: RewardsPlatformApplicationValidator.ShowGiveawaysParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.GiveawayResponse>;
@@ -95,7 +95,7 @@ declare class Rewards {
95
95
  * @param {import("../PlatformAPIClient").Options} - Options
96
96
  * @returns {Promise<RewardsPlatformModel.Offer[]>} - Success response
97
97
  * @name showOffers
98
- * @summary: Show offers.
98
+ * @summary: Show offers
99
99
  * @description: Display available offers for users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/showOffers/).
100
100
  */
101
101
  showOffers({ requestHeaders }?: any, { responseHeaders }?: object): Promise<RewardsPlatformModel.Offer[]>;
@@ -105,7 +105,7 @@ declare class Rewards {
105
105
  * @param {import("../PlatformAPIClient").Options} - Options
106
106
  * @returns {Promise<RewardsPlatformModel.Giveaway>} - Success response
107
107
  * @name updateGiveAway
108
- * @summary: Update giveaway.
108
+ * @summary: Update giveaway
109
109
  * @description: Modify and update information about a giveaway. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/updateGiveAway/).
110
110
  */
111
111
  updateGiveAway({ id, body, requestHeaders }?: RewardsPlatformApplicationValidator.UpdateGiveAwayParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Giveaway>;
@@ -117,7 +117,7 @@ declare class Rewards {
117
117
  * @param {import("../PlatformAPIClient").Options} - Options
118
118
  * @returns {Promise<RewardsPlatformModel.Offer>} - Success response
119
119
  * @name updateOfferByName
120
- * @summary: Update offer by name.
120
+ * @summary: Update offer by name
121
121
  * @description: Modify and manage an offer using its name. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/updateOfferByName/).
122
122
  */
123
123
  updateOfferByName({ name, body, requestHeaders }?: RewardsPlatformApplicationValidator.UpdateOfferByNameParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.Offer>;
@@ -127,7 +127,7 @@ declare class Rewards {
127
127
  * @param {import("../PlatformAPIClient").Options} - Options
128
128
  * @returns {Promise<RewardsPlatformModel.AppUser>} - Success response
129
129
  * @name updateUserStatus
130
- * @summary: Update user status.
130
+ * @summary: Update user status
131
131
  * @description: Change and update the status of a user in the rewards system. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/rewards/updateUserStatus/).
132
132
  */
133
133
  updateUserStatus({ userId, body, requestHeaders }?: RewardsPlatformApplicationValidator.UpdateUserStatusParam, { responseHeaders }?: object): Promise<RewardsPlatformModel.AppUser>;