@gofynd/fdk-client-javascript 1.4.2-beta.6 → 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 (187) 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 +13 -13
  28. package/sdk/application/Order/OrderApplicationClient.js +16 -12
  29. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
  30. package/sdk/application/Order/OrderApplicationValidator.js +3 -0
  31. package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
  32. package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
  33. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  34. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  35. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  36. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  37. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
  38. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  39. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
  40. package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
  41. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  42. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  43. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  44. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  45. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  46. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  47. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  48. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  49. package/sdk/application/User/UserApplicationClient.d.ts +28 -28
  50. package/sdk/application/User/UserApplicationClient.js +28 -28
  51. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  52. package/sdk/application/User/UserApplicationModel.js +17 -13
  53. package/sdk/common/AxiosHelper.d.ts +1 -1
  54. package/sdk/common/AxiosHelper.js +38 -17
  55. package/sdk/common/Clickstream.js +33 -19
  56. package/sdk/common/curlHelper.js +1 -3
  57. package/sdk/common/utils.d.ts +15 -0
  58. package/sdk/common/utils.js +30 -0
  59. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
  60. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  61. package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
  62. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  63. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
  64. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  65. package/sdk/partner/OAuthClient.d.ts +3 -3
  66. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  67. package/sdk/partner/PartnerAPIClient.js +0 -1
  68. package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
  69. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  70. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  71. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  72. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  73. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  74. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  75. package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
  76. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
  77. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
  78. package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
  79. package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
  81. package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
  82. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
  83. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
  84. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
  85. package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
  86. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  87. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  88. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  89. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  90. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
  91. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
  92. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  93. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  94. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  95. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  96. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
  97. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
  98. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  99. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  100. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  101. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  102. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
  103. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
  104. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
  105. package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
  106. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
  107. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  108. package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
  109. package/sdk/platform/Content/ContentPlatformClient.js +9 -9
  110. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  111. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  112. package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
  113. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  114. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  115. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  116. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
  117. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
  118. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  119. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
  120. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  121. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
  122. package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
  123. package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
  124. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
  125. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
  126. package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
  127. package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
  128. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  129. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  130. package/sdk/platform/OAuthClient.d.ts +3 -3
  131. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
  132. package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
  133. package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
  134. package/sdk/platform/Order/OrderPlatformClient.js +55 -44
  135. package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
  136. package/sdk/platform/Order/OrderPlatformModel.js +8 -2
  137. package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
  138. package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
  139. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  140. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  141. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
  142. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
  143. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  144. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  145. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  146. package/sdk/platform/PlatformAPIClient.js +0 -1
  147. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  149. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
  150. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  155. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  156. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  157. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  158. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  159. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
  160. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
  161. package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
  162. package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
  163. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  164. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  165. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
  166. package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
  167. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  168. package/sdk/platform/User/UserPlatformModel.js +21 -13
  169. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
  170. package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
  171. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
  172. package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
  173. package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
  174. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  175. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  176. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  177. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
  178. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  179. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  180. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  181. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  182. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  183. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  184. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  185. package/sdk/public/PublicAPIClient.d.ts +1 -1
  186. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  187. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
@@ -62,7 +62,7 @@ class Order {
62
62
  * @returns {Promise<OrderApplicationModel.CustomerDetailsResponse>} -
63
63
  * Success response
64
64
  * @name getCustomerDetailsByShipmentId
65
- * @summary: Retrieves shipment customer.
65
+ * @summary: Retrieves shipment customer
66
66
  * @description: Retrieve customer details such as mobile number using Shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getCustomerDetailsByShipmentId/).
67
67
  */
68
68
  async getCustomerDetailsByShipmentId(
@@ -143,7 +143,7 @@ class Order {
143
143
  * @returns {Promise<OrderApplicationModel.ResponseGetInvoiceShipment>} -
144
144
  * Success response
145
145
  * @name getInvoiceByShipmentId
146
- * @summary: Retrieves invoice for shipment.
146
+ * @summary: Retrieves invoice for shipment
147
147
  * @description: Retrieve the invoice corresponding to a specific shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getInvoiceByShipmentId/).
148
148
  */
149
149
  async getInvoiceByShipmentId(
@@ -223,7 +223,7 @@ class Order {
223
223
  * @param {import("../ApplicationAPIClient").Options} - Options
224
224
  * @returns {Promise<OrderApplicationModel.OrderById>} - Success response
225
225
  * @name getOrderById
226
- * @summary: Fetches order by ID.
226
+ * @summary: Fetches order by ID
227
227
  * @description: Retrieve order details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getOrderById/).
228
228
  */
229
229
  async getOrderById(
@@ -302,7 +302,7 @@ class Order {
302
302
  * @param {import("../ApplicationAPIClient").Options} - Options
303
303
  * @returns {Promise<OrderApplicationModel.OrderList>} - Success response
304
304
  * @name getOrders
305
- * @summary: Lists customer orders.
305
+ * @summary: Lists customer orders
306
306
  * @description: Retrieves all orders associated with a customer account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getOrders/).
307
307
  */
308
308
  async getOrders(
@@ -315,6 +315,7 @@ class Order {
315
315
  startDate,
316
316
  endDate,
317
317
  customMeta,
318
+ allowInactive,
318
319
  requestHeaders,
319
320
  } = { requestHeaders: {} },
320
321
  { responseHeaders } = { responseHeaders: false }
@@ -329,6 +330,7 @@ class Order {
329
330
  startDate,
330
331
  endDate,
331
332
  customMeta,
333
+ allowInactive,
332
334
  },
333
335
  { abortEarly: false, allowUnknown: true }
334
336
  );
@@ -347,6 +349,7 @@ class Order {
347
349
  startDate,
348
350
  endDate,
349
351
  customMeta,
352
+ allowInactive,
350
353
  },
351
354
  { abortEarly: false, allowUnknown: false }
352
355
  );
@@ -366,6 +369,7 @@ class Order {
366
369
  query_params["start_date"] = startDate;
367
370
  query_params["end_date"] = endDate;
368
371
  query_params["custom_meta"] = customMeta;
372
+ query_params["allow_inactive"] = allowInactive;
369
373
 
370
374
  const xHeaders = {};
371
375
 
@@ -414,7 +418,7 @@ class Order {
414
418
  * @param {import("../ApplicationAPIClient").Options} - Options
415
419
  * @returns {Promise<OrderApplicationModel.OrderById>} - Success response
416
420
  * @name getPosOrderById
417
- * @summary: Retrieves POS order details.
421
+ * @summary: Retrieves POS order details
418
422
  * @description: Retrieve a POS order and all its details such as tracking details, shipment, store information using Fynd Order ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getPosOrderById/).
419
423
  */
420
424
  async getPosOrderById(
@@ -492,7 +496,7 @@ class Order {
492
496
  * @param {import("../ApplicationAPIClient").Options} - Options
493
497
  * @returns {Promise<OrderApplicationModel.ShipmentBagReasons>} - Success response
494
498
  * @name getShipmentBagReasons
495
- * @summary: Lists bag reasons.
499
+ * @summary: Lists bag reasons
496
500
  * @description: Retrieves reasons that led to the cancellation for the status of shipment bags. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentBagReasons/).
497
501
  */
498
502
  async getShipmentBagReasons(
@@ -572,7 +576,7 @@ class Order {
572
576
  * @param {import("../ApplicationAPIClient").Options} - Options
573
577
  * @returns {Promise<OrderApplicationModel.ShipmentById>} - Success response
574
578
  * @name getShipmentById
575
- * @summary: Fetches shipment by ID.
579
+ * @summary: Fetches shipment by ID
576
580
  * @description: Retrieve shipment details such as price breakup, tracking details, store information, etc. using Shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentById/).
577
581
  */
578
582
  async getShipmentById(
@@ -651,7 +655,7 @@ class Order {
651
655
  * @param {import("../ApplicationAPIClient").Options} - Options
652
656
  * @returns {Promise<OrderApplicationModel.ShipmentReasons>} - Success response
653
657
  * @name getShipmentReasons
654
- * @summary: Lists shipment reasons.
658
+ * @summary: Lists shipment reasons
655
659
  * @description: Retrieve reasons explaining various shipment statuses. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/getShipmentReasons/).
656
660
  */
657
661
  async getShipmentReasons(
@@ -730,7 +734,7 @@ class Order {
730
734
  * @returns {Promise<OrderApplicationModel.SendOtpToCustomerResponse>} -
731
735
  * Success response
732
736
  * @name sendOtpToShipmentCustomer
733
- * @summary: Sends OTP to customer.
737
+ * @summary: Sends OTP to customer
734
738
  * @description: Sends a one-time password (OTP) to the customer for shipment verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/sendOtpToShipmentCustomer/).
735
739
  */
736
740
  async sendOtpToShipmentCustomer(
@@ -810,7 +814,7 @@ class Order {
810
814
  * @param {import("../ApplicationAPIClient").Options} - Options
811
815
  * @returns {Promise<OrderApplicationModel.ShipmentTrack>} - Success response
812
816
  * @name trackShipment
813
- * @summary: Tracks shipment status.
817
+ * @summary: Tracks shipment status
814
818
  * @description: Track Shipment by shipment id, for application based on application Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/trackShipment/).
815
819
  */
816
820
  async trackShipment(
@@ -890,7 +894,7 @@ class Order {
890
894
  * - Success response
891
895
  *
892
896
  * @name updateShipmentStatus
893
- * @summary: Updates shipment status.
897
+ * @summary: Updates shipment status
894
898
  * @description: Modifies the current status of a specific shipment using its shipment ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/updateShipmentStatus/).
895
899
  */
896
900
  async updateShipmentStatus(
@@ -968,7 +972,7 @@ class Order {
968
972
  * @param {import("../ApplicationAPIClient").Options} - Options
969
973
  * @returns {Promise<OrderApplicationModel.VerifyOtpResponse>} - Success response
970
974
  * @name verifyOtpShipmentCustomer
971
- * @summary: Verifies OTP.
975
+ * @summary: Verifies OTP
972
976
  * @description: Confirms the OTP sent to the shipment customer for verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/order/verifyOtpShipmentCustomer/).
973
977
  */
974
978
  async verifyOtpShipmentCustomer(
@@ -31,6 +31,8 @@ export = OrderApplicationValidator;
31
31
  * @property {string} [endDate] - UTC Start Date in ISO format
32
32
  * @property {string} [customMeta] - A filter and retrieve data using special
33
33
  * fields included for special use-cases
34
+ * @property {boolean} [allowInactive] - Flag indicating whether inactive
35
+ * shipments are allowed
34
36
  */
35
37
  /**
36
38
  * @typedef GetPosOrderByIdParam
@@ -183,6 +185,11 @@ type GetOrdersParam = {
183
185
  * fields included for special use-cases
184
186
  */
185
187
  customMeta?: string;
188
+ /**
189
+ * - Flag indicating whether inactive
190
+ * shipments are allowed
191
+ */
192
+ allowInactive?: boolean;
186
193
  };
187
194
  type GetPosOrderByIdParam = {
188
195
  /**
@@ -37,6 +37,8 @@ const OrderApplicationModel = require("./OrderApplicationModel");
37
37
  * @property {string} [endDate] - UTC Start Date in ISO format
38
38
  * @property {string} [customMeta] - A filter and retrieve data using special
39
39
  * fields included for special use-cases
40
+ * @property {boolean} [allowInactive] - Flag indicating whether inactive
41
+ * shipments are allowed
40
42
  */
41
43
 
42
44
  /**
@@ -137,6 +139,7 @@ class OrderApplicationValidator {
137
139
  startDate: Joi.string().allow(""),
138
140
  endDate: Joi.string().allow(""),
139
141
  customMeta: Joi.string().allow(""),
142
+ allowInactive: Joi.boolean(),
140
143
  });
141
144
  }
142
145
 
@@ -48,7 +48,7 @@ declare class Payment {
48
48
  verifyIfscCode: string;
49
49
  verifyOtpAndAddBeneficiaryForBank: string;
50
50
  verifyOtpAndAddBeneficiaryForWallet: string;
51
- walletLinkInitate: string;
51
+ walletLinkInitiate: string;
52
52
  };
53
53
  _urls: {};
54
54
  updateUrls(urls: any): void;
@@ -59,7 +59,7 @@ declare class Payment {
59
59
  * @returns {Promise<PaymentApplicationModel.RefundAccountResponse>} -
60
60
  * Success response
61
61
  * @name addBeneficiaryDetails
62
- * @summary: Add beneficiary.
62
+ * @summary: Add beneficiary
63
63
  * @description: Adds beneficiary details for future transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/addBeneficiaryDetails/).
64
64
  */
65
65
  addBeneficiaryDetails({ body, requestHeaders }?: PaymentApplicationValidator.AddBeneficiaryDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RefundAccountResponse>;
@@ -72,7 +72,7 @@ declare class Payment {
72
72
  * @returns {Promise<PaymentApplicationModel.RefundAccountResponse>} -
73
73
  * Success response
74
74
  * @name addRefundBankAccountUsingOTP
75
- * @summary: Add refund account.
75
+ * @summary: Add refund account
76
76
  * @description: Adds a bank account for refunds using OTP verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/addRefundBankAccountUsingOTP/).
77
77
  */
78
78
  addRefundBankAccountUsingOTP({ body, requestHeaders }?: PaymentApplicationValidator.AddRefundBankAccountUsingOTPParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RefundAccountResponse>;
@@ -82,7 +82,7 @@ declare class Payment {
82
82
  * @param {import("../ApplicationAPIClient").Options} - Options
83
83
  * @returns {Promise<PaymentApplicationModel.AttachCardsResponse>} - Success response
84
84
  * @name attachCardToCustomer
85
- * @summary: Attach card to user.
85
+ * @summary: Attach card to user
86
86
  * @description: Links a payment card to a customer's account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/attachCardToCustomer/).
87
87
  */
88
88
  attachCardToCustomer({ body, requestHeaders }?: PaymentApplicationValidator.AttachCardToCustomerParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AttachCardsResponse>;
@@ -93,7 +93,7 @@ declare class Payment {
93
93
  * @returns {Promise<PaymentApplicationModel.CancelPaymentLinkResponse>} -
94
94
  * Success response
95
95
  * @name cancelPaymentLink
96
- * @summary: Cancel link.
96
+ * @summary: Cancel link
97
97
  * @description: Cancels a previously generated payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/cancelPaymentLink/).
98
98
  */
99
99
  cancelPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CancelPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CancelPaymentLinkResponse>;
@@ -103,7 +103,7 @@ declare class Payment {
103
103
  * @param {import("../ApplicationAPIClient").Options} - Options
104
104
  * @returns {Promise<PaymentApplicationModel.CardDetailsResponse>} - Success response
105
105
  * @name cardDetails
106
- * @summary: Fetch card details.
106
+ * @summary: Fetch card details
107
107
  * @description: Gets the details of a specified payment card. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/cardDetails/).
108
108
  */
109
109
  cardDetails({ cardInfo, aggregator, requestHeaders }?: PaymentApplicationValidator.CardDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CardDetailsResponse>;
@@ -117,7 +117,7 @@ declare class Payment {
117
117
  * - Success response
118
118
  *
119
119
  * @name checkAndUpdatePaymentStatus
120
- * @summary: Update payment status.
120
+ * @summary: Update payment status
121
121
  * @description: Checks and updates the current status of a payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkAndUpdatePaymentStatus/).
122
122
  */
123
123
  checkAndUpdatePaymentStatus({ body, requestHeaders }?: PaymentApplicationValidator.CheckAndUpdatePaymentStatusParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentStatusUpdateResponse>;
@@ -131,7 +131,7 @@ declare class Payment {
131
131
  * - Success response
132
132
  *
133
133
  * @name checkAndUpdatePaymentStatusPaymentLink
134
- * @summary: Update link status.
134
+ * @summary: Update link status
135
135
  * @description: Checks and updates the status of payment via a link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkAndUpdatePaymentStatusPaymentLink/).
136
136
  */
137
137
  checkAndUpdatePaymentStatusPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CheckAndUpdatePaymentStatusPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentStatusUpdateResponse>;
@@ -141,7 +141,7 @@ declare class Payment {
141
141
  * @param {import("../ApplicationAPIClient").Options} - Options
142
142
  * @returns {Promise<PaymentApplicationModel.CheckCreditResponse>} - Success response
143
143
  * @name checkCredit
144
- * @summary: Verify credit.
144
+ * @summary: Verify credit
145
145
  * @description: Checks the availability and status of customer credit. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/checkCredit/).
146
146
  */
147
147
  checkCredit({ aggregator, requestHeaders }?: PaymentApplicationValidator.CheckCreditParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CheckCreditResponse>;
@@ -154,7 +154,7 @@ declare class Payment {
154
154
  * @returns {Promise<PaymentApplicationModel.CreateOrderUserResponse>} -
155
155
  * Success response
156
156
  * @name createOrderHandlerPaymentLink
157
- * @summary: Order via link.
157
+ * @summary: Order via link
158
158
  * @description: Creates an order handler for payment through a link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/createOrderHandlerPaymentLink/).
159
159
  */
160
160
  createOrderHandlerPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CreateOrderHandlerPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CreateOrderUserResponse>;
@@ -165,7 +165,7 @@ declare class Payment {
165
165
  * @returns {Promise<PaymentApplicationModel.CreatePaymentLinkResponse>} -
166
166
  * Success response
167
167
  * @name createPaymentLink
168
- * @summary: Create payment link.
168
+ * @summary: Create payment link
169
169
  * @description: Generates a new payment link for transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/createPaymentLink/).
170
170
  */
171
171
  createPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.CreatePaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CreatePaymentLinkResponse>;
@@ -187,7 +187,7 @@ declare class Payment {
187
187
  * - Success response
188
188
  *
189
189
  * @name customerCreditSummary
190
- * @summary: Credit summary.
190
+ * @summary: Credit summary
191
191
  * @description: Retrieves a summary of the customer's credit details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/customerCreditSummary/).
192
192
  */
193
193
  customerCreditSummary({ aggregator, requestHeaders }?: PaymentApplicationValidator.CustomerCreditSummaryParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CustomerCreditSummaryResponse>;
@@ -198,7 +198,7 @@ declare class Payment {
198
198
  * @returns {Promise<PaymentApplicationModel.CustomerOnboardingResponse>} -
199
199
  * Success response
200
200
  * @name customerOnboard
201
- * @summary: Onboard customer.
201
+ * @summary: Onboard customer
202
202
  * @description: Initiates the onboarding process for payment services. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/customerOnboard/).
203
203
  */
204
204
  customerOnboard({ body, requestHeaders }?: PaymentApplicationValidator.CustomerOnboardParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.CustomerOnboardingResponse>;
@@ -208,7 +208,7 @@ declare class Payment {
208
208
  * @param {import("../ApplicationAPIClient").Options} - Options
209
209
  * @returns {Promise<PaymentApplicationModel.DeleteCardsResponse>} - Success response
210
210
  * @name deleteUserCard
211
- * @summary: Remove user's card.
211
+ * @summary: Remove user's card
212
212
  * @description: Deletes a payment card from the user's account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/deleteUserCard/).
213
213
  */
214
214
  deleteUserCard({ body, requestHeaders }?: PaymentApplicationValidator.DeleteUserCardParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.DeleteCardsResponse>;
@@ -232,7 +232,7 @@ declare class Payment {
232
232
  * - Success response
233
233
  *
234
234
  * @name enableOrDisableRefundTransferMode
235
- * @summary: Toggle refund mode.
235
+ * @summary: Toggle refund mode
236
236
  * @description: Enables or disables a particular refund transfer mode. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/enableOrDisableRefundTransferMode/).
237
237
  */
238
238
  enableOrDisableRefundTransferMode({ body, requestHeaders }?: PaymentApplicationValidator.EnableOrDisableRefundTransferModeParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.UpdateRefundTransferModeResponse>;
@@ -244,7 +244,7 @@ declare class Payment {
244
244
  * - Success response
245
245
  *
246
246
  * @name getActiveCardAggregator
247
- * @summary: Active card info.
247
+ * @summary: Active card info
248
248
  * @description: Gets the active card aggregator for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveCardAggregator/).
249
249
  */
250
250
  getActiveCardAggregator({ refresh, requestHeaders }?: PaymentApplicationValidator.GetActiveCardAggregatorParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ActiveCardPaymentGatewayResponse>;
@@ -256,7 +256,7 @@ declare class Payment {
256
256
  * @param {import("../ApplicationAPIClient").Options} - Options
257
257
  * @returns {Promise<PaymentApplicationModel.TransferModeResponse>} - Success response
258
258
  * @name getActiveRefundTransferModes
259
- * @summary: Refund modes.
259
+ * @summary: Refund modes
260
260
  * @description: Lists the active transfer modes for refunds. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveRefundTransferModes/).
261
261
  */
262
262
  getActiveRefundTransferModes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.TransferModeResponse>;
@@ -266,7 +266,7 @@ declare class Payment {
266
266
  * @param {import("../ApplicationAPIClient").Options} - Options
267
267
  * @returns {Promise<PaymentApplicationModel.ListCardsResponse>} - Success response
268
268
  * @name getActiveUserCards
269
- * @summary: List user's cards.
269
+ * @summary: List user's cards
270
270
  * @description: Retrieves all active cards linked to a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getActiveUserCards/).
271
271
  */
272
272
  getActiveUserCards({ forceRefresh, requestHeaders }?: PaymentApplicationValidator.GetActiveUserCardsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ListCardsResponse>;
@@ -278,7 +278,7 @@ declare class Payment {
278
278
  * - Success response
279
279
  *
280
280
  * @name getAggregatorsConfig
281
- * @summary: Fetch payment aggregators.
281
+ * @summary: Fetch payment aggregators
282
282
  * @description: Retrieves configuration details for available payment aggregators. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getAggregatorsConfig/).
283
283
  */
284
284
  getAggregatorsConfig({ xApiToken, refresh, requestHeaders }?: PaymentApplicationValidator.GetAggregatorsConfigParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AggregatorsConfigDetailResponse>;
@@ -291,7 +291,7 @@ declare class Payment {
291
291
  * @returns {Promise<PaymentApplicationModel.EpaylaterBannerResponse>} -
292
292
  * Success response
293
293
  * @name getEpaylaterBannerDetails
294
- * @summary: Epay banner info.
294
+ * @summary: Epay banner info
295
295
  * @description: Gets details for displaying the Epaylater payment banner. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getEpaylaterBannerDetails/).
296
296
  */
297
297
  getEpaylaterBannerDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.EpaylaterBannerResponse>;
@@ -304,7 +304,7 @@ declare class Payment {
304
304
  * @returns {Promise<PaymentApplicationModel.OrderBeneficiaryResponse>} -
305
305
  * Success response
306
306
  * @name getOrderBeneficiariesDetail
307
- * @summary: Order beneficiaries.
307
+ * @summary: Order beneficiaries
308
308
  * @description: Retrieve the beneficiary details related to an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getOrderBeneficiariesDetail/).
309
309
  */
310
310
  getOrderBeneficiariesDetail({ orderId, requestHeaders }?: PaymentApplicationValidator.GetOrderBeneficiariesDetailParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OrderBeneficiaryResponse>;
@@ -315,7 +315,7 @@ declare class Payment {
315
315
  * @returns {Promise<PaymentApplicationModel.GetPaymentLinkResponse>} -
316
316
  * Success response
317
317
  * @name getPaymentLink
318
- * @summary: Fetch payment link.
318
+ * @summary: Fetch payment link
319
319
  * @description: Retrieves a generated payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentLink/).
320
320
  */
321
321
  getPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.GetPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.GetPaymentLinkResponse>;
@@ -326,7 +326,7 @@ declare class Payment {
326
326
  * @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
327
327
  * Success response
328
328
  * @name getPaymentModeRoutes
329
- * @summary: Get payment modes.
329
+ * @summary: Get payment modes
330
330
  * @description: Lists the payment mode options and their routing details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentModeRoutes/).
331
331
  */
332
332
  getPaymentModeRoutes({ amount, cartId, checkoutMode, refresh, orderId, cardReference, userDetails, displaySplit, advancePayment, shipmentId, requestHeaders, }?: PaymentApplicationValidator.GetPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
@@ -339,7 +339,7 @@ declare class Payment {
339
339
  * @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
340
340
  * Success response
341
341
  * @name getPaymentModeRoutesPaymentLink
342
- * @summary: Payment link modes.
342
+ * @summary: Payment link modes
343
343
  * @description: Lists payment modes available for a given payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPaymentModeRoutesPaymentLink/).
344
344
  */
345
345
  getPaymentModeRoutesPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.GetPaymentModeRoutesPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
@@ -350,7 +350,7 @@ declare class Payment {
350
350
  * @returns {Promise<PaymentApplicationModel.PaymentModeRouteResponse>} -
351
351
  * Success response
352
352
  * @name getPosPaymentModeRoutes
353
- * @summary: POS payment modes.
353
+ * @summary: POS payment modes
354
354
  * @description: Lists payment modes available for Point-of-Sale (POS). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getPosPaymentModeRoutes/).
355
355
  */
356
356
  getPosPaymentModeRoutes({ amount, pincode, orderType, cartId, checkoutMode, refresh, cardReference, userDetails, requestHeaders, }?: PaymentApplicationValidator.GetPosPaymentModeRoutesParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentModeRouteResponse>;
@@ -360,7 +360,7 @@ declare class Payment {
360
360
  * @param {import("../ApplicationAPIClient").Options} - Options
361
361
  * @returns {Promise<PaymentApplicationModel.RupifiBannerResponse>} - Success response
362
362
  * @name getRupifiBannerDetails
363
- * @summary: Rupifi banner info.
363
+ * @summary: Rupifi banner info
364
364
  * @description: Retrieve details for displaying the Rupifi payment banner. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getRupifiBannerDetails/).
365
365
  */
366
366
  getRupifiBannerDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<PaymentApplicationModel.RupifiBannerResponse>;
@@ -373,7 +373,7 @@ declare class Payment {
373
373
  * @returns {Promise<PaymentApplicationModel.OrderBeneficiaryResponse>} -
374
374
  * Success response
375
375
  * @name getUserBeneficiariesDetail
376
- * @summary: Beneficiary info.
376
+ * @summary: Beneficiary info
377
377
  * @description: Retrieves details of beneficiaries linked to the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/getUserBeneficiariesDetail/).
378
378
  */
379
379
  getUserBeneficiariesDetail({ orderId, requestHeaders }?: PaymentApplicationValidator.GetUserBeneficiariesDetailParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OrderBeneficiaryResponse>;
@@ -385,7 +385,7 @@ declare class Payment {
385
385
  * - Success response
386
386
  *
387
387
  * @name initialisePayment
388
- * @summary: Start payment process.
388
+ * @summary: Start payment process
389
389
  * @description: Initializes the payment procedure for an order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/initialisePayment/).
390
390
  */
391
391
  initialisePayment({ body, requestHeaders }?: PaymentApplicationValidator.InitialisePaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentInitializationResponse>;
@@ -399,7 +399,7 @@ declare class Payment {
399
399
  * - Success response
400
400
  *
401
401
  * @name initialisePaymentPaymentLink
402
- * @summary: Initialise link payment.
402
+ * @summary: Initialise link payment
403
403
  * @description: Initializes payment for an order via a payment link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/initialisePaymentPaymentLink/).
404
404
  */
405
405
  initialisePaymentPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.InitialisePaymentPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaymentInitializationResponse>;
@@ -421,7 +421,7 @@ declare class Payment {
421
421
  * - Success response
422
422
  *
423
423
  * @name outstandingOrderDetails
424
- * @summary: Outstanding orders.
424
+ * @summary: Outstanding orders
425
425
  * @description: Lists details of orders with outstanding payments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/outstandingOrderDetails/).
426
426
  */
427
427
  outstandingOrderDetails({ aggregator, requestHeaders }?: PaymentApplicationValidator.OutstandingOrderDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.OutstandingOrderDetailsResponse>;
@@ -432,7 +432,7 @@ declare class Payment {
432
432
  * @returns {Promise<PaymentApplicationModel.PaidOrderDetailsResponse>} -
433
433
  * Success response
434
434
  * @name paidOrderDetails
435
- * @summary: Paid orders.
435
+ * @summary: Paid orders
436
436
  * @description: Retrieves details of orders that have been paid for. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/paidOrderDetails/).
437
437
  */
438
438
  paidOrderDetails({ aggregator, requestHeaders }?: PaymentApplicationValidator.PaidOrderDetailsParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PaidOrderDetailsResponse>;
@@ -443,7 +443,7 @@ declare class Payment {
443
443
  * @returns {Promise<PaymentApplicationModel.PollingPaymentLinkResponse>} -
444
444
  * Success response
445
445
  * @name pollingPaymentLink
446
- * @summary: Poll payment link.
446
+ * @summary: Poll payment link
447
447
  * @description: Polls the status of a payment link for updates. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/pollingPaymentLink/).
448
448
  */
449
449
  pollingPaymentLink({ paymentLinkId, requestHeaders }?: PaymentApplicationValidator.PollingPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.PollingPaymentLinkResponse>;
@@ -455,7 +455,7 @@ declare class Payment {
455
455
  * - Success response
456
456
  *
457
457
  * @name redirectToAggregator
458
- * @summary: Redirect for payment.
458
+ * @summary: Redirect for payment
459
459
  * @description: Redirects the user to the payment aggregator's interface. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/redirectToAggregator/).
460
460
  */
461
461
  redirectToAggregator({ source, aggregator, requestHeaders }?: PaymentApplicationValidator.RedirectToAggregatorParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.RedirectToAggregatorResponse>;
@@ -465,7 +465,7 @@ declare class Payment {
465
465
  * @param {import("../ApplicationAPIClient").Options} - Options
466
466
  * @returns {Promise<PaymentApplicationModel.renderHTMLResponse>} - Success response
467
467
  * @name renderHTML
468
- * @summary: Render HTML.
468
+ * @summary: Render HTML
469
469
  * @description: Generates HTML for payment-related interfaces. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/renderHTML/).
470
470
  */
471
471
  renderHTML({ body, requestHeaders }?: PaymentApplicationValidator.RenderHTMLParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.renderHTMLResponse>;
@@ -477,7 +477,7 @@ declare class Payment {
477
477
  * - Success response
478
478
  *
479
479
  * @name resendOrCancelPayment
480
- * @summary: Manage payment.
480
+ * @summary: Manage payment
481
481
  * @description: Resends or cancels a pending payment transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/resendOrCancelPayment/).
482
482
  */
483
483
  resendOrCancelPayment({ body, requestHeaders }?: PaymentApplicationValidator.ResendOrCancelPaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ResendOrCancelPaymentResponse>;
@@ -488,7 +488,7 @@ declare class Payment {
488
488
  * @returns {Promise<PaymentApplicationModel.ResendPaymentLinkResponse>} -
489
489
  * Success response
490
490
  * @name resendPaymentLink
491
- * @summary: Resend link.
491
+ * @summary: Resend link
492
492
  * @description: Resends an existing payment link to the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/resendPaymentLink/).
493
493
  */
494
494
  resendPaymentLink({ body, requestHeaders }?: PaymentApplicationValidator.ResendPaymentLinkParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ResendPaymentLinkResponse>;
@@ -501,7 +501,7 @@ declare class Payment {
501
501
  * - Success response
502
502
  *
503
503
  * @name updateDefaultBeneficiary
504
- * @summary: Set default beneficiary.
504
+ * @summary: Set default beneficiary
505
505
  * @description: Updates the default beneficiary for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/updateDefaultBeneficiary/).
506
506
  */
507
507
  updateDefaultBeneficiary({ body, requestHeaders }?: PaymentApplicationValidator.UpdateDefaultBeneficiaryParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.SetDefaultBeneficiaryResponse>;
@@ -511,7 +511,7 @@ declare class Payment {
511
511
  * @param {import("../ApplicationAPIClient").Options} - Options
512
512
  * @returns {Promise<PaymentApplicationModel.ValidateVPAResponse>} - Success response
513
513
  * @name validateVPA
514
- * @summary: Validate VPA.
514
+ * @summary: Validate VPA
515
515
  * @description: Checks the validity of a Virtual Payment Address (VPA). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/validateVPA/).
516
516
  */
517
517
  validateVPA({ body, requestHeaders }?: PaymentApplicationValidator.ValidateVPAParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ValidateVPAResponse>;
@@ -522,7 +522,7 @@ declare class Payment {
522
522
  * @returns {Promise<PaymentApplicationModel.ChargeCustomerResponse>} -
523
523
  * Success response
524
524
  * @name verifyAndChargePayment
525
- * @summary: Verify and charge.
525
+ * @summary: Verify and charge
526
526
  * @description: Validates and processes a payment transaction. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyAndChargePayment/).
527
527
  */
528
528
  verifyAndChargePayment({ body, requestHeaders }?: PaymentApplicationValidator.VerifyAndChargePaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ChargeCustomerResponse>;
@@ -534,7 +534,7 @@ declare class Payment {
534
534
  * @returns {Promise<PaymentApplicationModel.ValidateCustomerResponse>} -
535
535
  * Success response
536
536
  * @name verifyCustomerForPayment
537
- * @summary: Verify payment customer.
537
+ * @summary: Verify payment customer
538
538
  * @description: Checks the user's validity for proceeding with payment. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyCustomerForPayment/).
539
539
  */
540
540
  verifyCustomerForPayment({ body, requestHeaders }?: PaymentApplicationValidator.VerifyCustomerForPaymentParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.ValidateCustomerResponse>;
@@ -544,7 +544,7 @@ declare class Payment {
544
544
  * @param {import("../ApplicationAPIClient").Options} - Options
545
545
  * @returns {Promise<PaymentApplicationModel.IfscCodeResponse>} - Success response
546
546
  * @name verifyIfscCode
547
- * @summary: Verify IFSC.
547
+ * @summary: Verify IFSC
548
548
  * @description: Checks the validity of an IFSC code for bank transactions. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyIfscCode/).
549
549
  */
550
550
  verifyIfscCode({ ifscCode, requestHeaders }?: PaymentApplicationValidator.VerifyIfscCodeParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.IfscCodeResponse>;
@@ -558,7 +558,7 @@ declare class Payment {
558
558
  * - Success response
559
559
  *
560
560
  * @name verifyOtpAndAddBeneficiaryForBank
561
- * @summary: Verify OTP for bank.
561
+ * @summary: Verify OTP for bank
562
562
  * @description: Confirms OTP and adds a bank beneficiary. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyOtpAndAddBeneficiaryForBank/).
563
563
  */
564
564
  verifyOtpAndAddBeneficiaryForBank({ body, requestHeaders }?: PaymentApplicationValidator.VerifyOtpAndAddBeneficiaryForBankParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.AddBeneficiaryViaOtpVerificationResponse>;
@@ -570,20 +570,20 @@ declare class Payment {
570
570
  * @param {import("../ApplicationAPIClient").Options} - Options
571
571
  * @returns {Promise<PaymentApplicationModel.WalletOtpResponse>} - Success response
572
572
  * @name verifyOtpAndAddBeneficiaryForWallet
573
- * @summary: Verify OTP for wallet.
573
+ * @summary: Verify OTP for wallet
574
574
  * @description: Confirms OTP and adds a wallet beneficiary. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/verifyOtpAndAddBeneficiaryForWallet/).
575
575
  */
576
576
  verifyOtpAndAddBeneficiaryForWallet({ body, requestHeaders }?: PaymentApplicationValidator.VerifyOtpAndAddBeneficiaryForWalletParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.WalletOtpResponse>;
577
577
  /**
578
- * @param {PaymentApplicationValidator.WalletLinkInitateParam} arg - Arg object.
578
+ * @param {PaymentApplicationValidator.WalletLinkInitiateParam} arg - Arg object.
579
579
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
580
580
  * @param {import("../ApplicationAPIClient").Options} - Options
581
581
  * @returns {Promise<PaymentApplicationModel.WalletResponseSchema>} - Success response
582
- * @name walletLinkInitate
582
+ * @name walletLinkInitiate
583
583
  * @summary: Initiate linking of wallet
584
- * @description: It will initiate linking of wallet for the aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/walletLinkInitate/).
584
+ * @description: It will initiate linking of wallet for the aggregator. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/payment/walletLinkInitiate/).
585
585
  */
586
- walletLinkInitate({ body, requestHeaders }?: PaymentApplicationValidator.WalletLinkInitateParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.WalletResponseSchema>;
586
+ walletLinkInitiate({ body, requestHeaders }?: PaymentApplicationValidator.WalletLinkInitiateParam, { responseHeaders }?: object): Promise<PaymentApplicationModel.WalletResponseSchema>;
587
587
  }
588
588
  import PaymentApplicationValidator = require("./PaymentApplicationValidator");
589
589
  import PaymentApplicationModel = require("./PaymentApplicationModel");