@gofynd/fdk-client-javascript 1.4.3 → 1.4.4

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 (193) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +1 -1
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationClient.d.ts +17 -17
  11. package/sdk/application/ApplicationConfig.d.ts +3 -3
  12. package/sdk/application/Cart/CartApplicationClient.d.ts +50 -50
  13. package/sdk/application/Cart/CartApplicationClient.js +48 -48
  14. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  15. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  16. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  17. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  18. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  19. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  20. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  21. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  22. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  24. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  25. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  26. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  27. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  28. package/sdk/application/FileStorage/FileStorageApplicationClient.js +5 -5
  29. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  30. package/sdk/application/Lead/LeadApplicationClient.d.ts +11 -11
  31. package/sdk/application/Lead/LeadApplicationClient.js +9 -9
  32. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  34. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  35. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  36. package/sdk/application/Order/OrderApplicationClient.d.ts +16 -27
  37. package/sdk/application/Order/OrderApplicationClient.js +14 -94
  38. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  39. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  40. package/sdk/application/Payment/PaymentApplicationClient.d.ts +73 -73
  41. package/sdk/application/Payment/PaymentApplicationClient.js +71 -71
  42. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +1 -1
  43. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +2 -2
  44. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  45. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +3 -3
  46. package/sdk/application/Rewards/RewardsApplicationClient.js +1 -1
  47. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  48. package/sdk/application/Share/ShareApplicationClient.d.ts +3 -3
  49. package/sdk/application/Share/ShareApplicationClient.js +1 -1
  50. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  51. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  52. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  53. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  54. package/sdk/application/User/UserApplicationClient.js +74 -74
  55. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  56. package/sdk/application/index.d.ts +18 -18
  57. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +1 -1
  58. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  59. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +1 -1
  60. package/sdk/partner/OAuthClient.d.ts +4 -4
  61. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  62. package/sdk/partner/PartnerClient.d.ts +6 -6
  63. package/sdk/partner/PartnerConfig.d.ts +4 -4
  64. package/sdk/partner/Theme/ThemePartnerClient.d.ts +1 -1
  65. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +1 -1
  66. package/sdk/partner/index.d.ts +7 -7
  67. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +7 -7
  68. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +5 -5
  69. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  70. package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -15
  71. package/sdk/platform/Billing/BillingPlatformClient.js +13 -13
  72. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  73. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +104 -104
  74. package/sdk/platform/Cart/CartPlatformApplicationClient.js +102 -102
  75. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  76. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +135 -134
  77. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +132 -131
  78. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  79. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +133 -133
  80. package/sdk/platform/Catalog/CatalogPlatformClient.js +130 -130
  81. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  82. package/sdk/platform/Common/CommonPlatformClient.d.ts +4 -4
  83. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  84. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +120 -120
  85. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +118 -118
  86. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  87. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -3
  88. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  89. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +25 -25
  90. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +22 -22
  91. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  92. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +43 -43
  93. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +41 -41
  94. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  95. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +28 -28
  96. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +26 -26
  97. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  98. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +96 -96
  99. package/sdk/platform/Content/ContentPlatformApplicationClient.js +93 -93
  100. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -1
  101. package/sdk/platform/Content/ContentPlatformClient.d.ts +31 -31
  102. package/sdk/platform/Content/ContentPlatformClient.js +29 -29
  103. package/sdk/platform/Content/ContentPlatformValidator.d.ts +1 -1
  104. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +20 -20
  105. package/sdk/platform/Discount/DiscountPlatformClient.js +18 -18
  106. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  107. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +20 -19
  108. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +18 -17
  109. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  110. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  111. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  112. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +2 -2
  113. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  114. package/sdk/platform/Finance/FinancePlatformClient.d.ts +6 -6
  115. package/sdk/platform/Finance/FinancePlatformClient.js +4 -4
  116. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  117. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +14 -14
  118. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +12 -12
  119. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  120. package/sdk/platform/Lead/LeadPlatformClient.d.ts +17 -17
  121. package/sdk/platform/Lead/LeadPlatformClient.js +15 -15
  122. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  123. package/sdk/platform/OAuthClient.d.ts +3 -3
  124. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  125. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  126. package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -108
  127. package/sdk/platform/Order/OrderPlatformClient.js +95 -190
  128. package/sdk/platform/Order/OrderPlatformModel.d.ts +10 -0
  129. package/sdk/platform/Order/OrderPlatformModel.js +4 -0
  130. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  131. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  132. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  133. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  134. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  135. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +79 -79
  136. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +77 -77
  137. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  138. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +4 -4
  139. package/sdk/platform/Payment/PaymentPlatformClient.js +2 -2
  140. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  141. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  142. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  143. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  144. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  145. package/sdk/platform/PlatformClient.d.ts +19 -21
  146. package/sdk/platform/PlatformClient.js +0 -4
  147. package/sdk/platform/PlatformConfig.d.ts +4 -4
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +9 -9
  149. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +7 -7
  150. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +53 -52
  155. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +51 -50
  156. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +3 -3
  158. package/sdk/platform/Share/SharePlatformApplicationClient.js +1 -1
  159. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  161. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  162. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +36 -106
  163. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +34 -591
  164. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  165. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  166. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  167. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  168. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  169. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  170. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  171. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  172. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -8
  173. package/sdk/platform/Webhook/WebhookPlatformClient.js +7 -6
  174. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  175. package/sdk/platform/index.d.ts +24 -25
  176. package/sdk/platform/index.js +0 -2
  177. package/sdk/public/Billing/BillingPublicClient.d.ts +2 -2
  178. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  179. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  180. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  181. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  182. package/sdk/public/Partner/PartnerPublicClient.d.ts +2 -2
  183. package/sdk/public/PublicAPIClient.d.ts +1 -1
  184. package/sdk/public/PublicClient.d.ts +7 -7
  185. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  186. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  187. package/sdk/public/index.d.ts +8 -8
  188. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  189. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  190. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  191. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  192. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  193. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -108,7 +108,7 @@ class User {
108
108
  * @param {import("../ApplicationAPIClient").Options} - Options
109
109
  * @returns {Promise<UserApplicationModel.VerifyEmailOTPSuccess>} - Success response
110
110
  * @name addEmail
111
- * @summary: Add email
111
+ * @summary: Add Email to Profile
112
112
  * @description: Adds a new email address to the user's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/addEmail/).
113
113
  */
114
114
  async addEmail(
@@ -185,7 +185,7 @@ class User {
185
185
  * @param {import("../ApplicationAPIClient").Options} - Options
186
186
  * @returns {Promise<UserApplicationModel.VerifyMobileOTPSuccess>} - Success response
187
187
  * @name addMobileNumber
188
- * @summary: Add mobile
188
+ * @summary: Add Mobile Number to Profile
189
189
  * @description: Adds a new mobile number to the user's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/addMobileNumber/).
190
190
  */
191
191
  async addMobileNumber(
@@ -264,8 +264,8 @@ class User {
264
264
  * @param {import("../ApplicationAPIClient").Options} - Options
265
265
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
266
266
  * @name deleteEmail
267
- * @summary: Delete email
268
- * @description: Removes an email address from the user's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteEmail/).
267
+ * @summary: Delete Email From Profile
268
+ * @description: Delete Email From Profile - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteEmail/).
269
269
  */
270
270
  async deleteEmail(
271
271
  { active, primary, verified, email, platform, requestHeaders } = {
@@ -347,8 +347,8 @@ class User {
347
347
  * @param {import("../ApplicationAPIClient").Options} - Options
348
348
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
349
349
  * @name deleteMobileNumber
350
- * @summary: Delete mobile number from profile
351
- * @description: Use this API to delete a mobile number from a profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteMobileNumber/).
350
+ * @summary: Delete Mobile Number From Profile
351
+ * @description: Delete Mobile Number From Profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteMobileNumber/).
352
352
  */
353
353
  async deleteMobileNumber(
354
354
  {
@@ -439,8 +439,8 @@ class User {
439
439
  * @param {import("../ApplicationAPIClient").Options} - Options
440
440
  * @returns {Promise<UserApplicationModel.DeleteUserSuccess>} - Success response
441
441
  * @name deleteUser
442
- * @summary: verify otp and delete user
443
- * @description: verify otp and delete user - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteUser/).
442
+ * @summary: Verify OTP and Delete User
443
+ * @description: Verify OTP sent to mobile/email and Delete the user's account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteUser/).
444
444
  */
445
445
  async deleteUser(
446
446
  { body, requestHeaders } = { requestHeaders: {} },
@@ -515,8 +515,8 @@ class User {
515
515
  * @param {import("../ApplicationAPIClient").Options} - Options
516
516
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
517
517
  * @name forgotPassword
518
- * @summary: Forgot password
519
- * @description: Initiates the password recovery process for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/forgotPassword/).
518
+ * @summary: Reset Password via Code and login
519
+ * @description: Reset a password using the code sent on email or SMS the Login. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/forgotPassword/).
520
520
  */
521
521
  async forgotPassword(
522
522
  { body, requestHeaders } = { requestHeaders: {} },
@@ -593,8 +593,8 @@ class User {
593
593
  * @param {import("../ApplicationAPIClient").Options} - Options
594
594
  * @returns {Promise<UserApplicationModel.SessionListSuccess>} - Success response
595
595
  * @name getListOfActiveSessions
596
- * @summary: Get list of sessions
597
- * @description: Use this API to retrieve all active sessions of a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getListOfActiveSessions/).
596
+ * @summary: Get List OF Active Sessions
597
+ * @description: Retrieve all active sessions of a user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getListOfActiveSessions/).
598
598
  */
599
599
  async getListOfActiveSessions(
600
600
  { requestHeaders } = { requestHeaders: {} },
@@ -673,7 +673,7 @@ class User {
673
673
  * @param {import("../ApplicationAPIClient").Options} - Options
674
674
  * @returns {Promise<UserApplicationModel.UserObjectSchema>} - Success response
675
675
  * @name getLoggedInUser
676
- * @summary: Current user
676
+ * @summary: Get Logged in User
677
677
  * @description: Retrieve information about the currently logged-in user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getLoggedInUser/).
678
678
  */
679
679
  async getLoggedInUser(
@@ -751,8 +751,8 @@ class User {
751
751
  * @param {import("../ApplicationAPIClient").Options} - Options
752
752
  * @returns {Promise<UserApplicationModel.PlatformSchema>} - Success response
753
753
  * @name getPlatformConfig
754
- * @summary: Platform config
755
- * @description: Retrieve configuration settings related to the user platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getPlatformConfig/).
754
+ * @summary: Get Platform Configuration
755
+ * @description: Retrieve platform sales channel authentication configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getPlatformConfig/).
756
756
  */
757
757
  async getPlatformConfig(
758
758
  { name, requestHeaders } = { requestHeaders: {} },
@@ -830,8 +830,8 @@ class User {
830
830
  * @param {import("../ApplicationAPIClient").Options} - Options
831
831
  * @returns {Promise<UserApplicationModel.UserAttributes>} - Success response
832
832
  * @name getUserAttributes
833
- * @summary: Get user attributes
834
- * @description: Use this API to get the list of user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getUserAttributes/).
833
+ * @summary: Get User Attributes
834
+ * @description: Get the list of user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getUserAttributes/).
835
835
  */
836
836
  async getUserAttributes(
837
837
  { slug, requestHeaders } = { requestHeaders: {} },
@@ -909,8 +909,8 @@ class User {
909
909
  * @param {import("../ApplicationAPIClient").Options} - Options
910
910
  * @returns {Promise<UserApplicationModel.HasPasswordSuccess>} - Success response
911
911
  * @name hasPassword
912
- * @summary: Check password
913
- * @description: Checks if the user has set a password for the account. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/hasPassword/).
912
+ * @summary: Check Password Existence
913
+ * @description: Check if user has set an account password - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/hasPassword/).
914
914
  */
915
915
  async hasPassword(
916
916
  { requestHeaders } = { requestHeaders: {} },
@@ -985,8 +985,8 @@ class User {
985
985
  * @param {import("../ApplicationAPIClient").Options} - Options
986
986
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
987
987
  * @name loginWithAppleIOS
988
- * @summary: Apple iOS login
989
- * @description: Enables login through Apple ID specifically for iOS users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithAppleIOS/).
988
+ * @summary: iOS Login with Apple
989
+ * @description: Enables iOS users to log in to the system using their Apple ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithAppleIOS/).
990
990
  */
991
991
  async loginWithAppleIOS(
992
992
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1064,8 +1064,8 @@ class User {
1064
1064
  * @param {import("../ApplicationAPIClient").Options} - Options
1065
1065
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
1066
1066
  * @name loginWithEmailAndPassword
1067
- * @summary: Email/password login
1068
- * @description: Enables login using an email and password combination. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithEmailAndPassword/).
1067
+ * @summary: Email and Password Login
1068
+ * @description: Allows login using an email and password combination. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithEmailAndPassword/).
1069
1069
  */
1070
1070
  async loginWithEmailAndPassword(
1071
1071
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1144,8 +1144,8 @@ class User {
1144
1144
  * @param {import("../ApplicationAPIClient").Options} - Options
1145
1145
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
1146
1146
  * @name loginWithFacebook
1147
- * @summary: Facebook login
1148
- * @description: Enables login through Facebook accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithFacebook/).
1147
+ * @summary: Login with Facebook
1148
+ * @description: Enables users to log in to the system using their Facebook accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithFacebook/).
1149
1149
  */
1150
1150
  async loginWithFacebook(
1151
1151
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1223,8 +1223,8 @@ class User {
1223
1223
  * @param {import("../ApplicationAPIClient").Options} - Options
1224
1224
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
1225
1225
  * @name loginWithGoogle
1226
- * @summary: Google login
1227
- * @description: Enables login through Google accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogle/).
1226
+ * @summary: Login with Google
1227
+ * @description: Enables website users to log in to the system using their Google accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogle/).
1228
1228
  */
1229
1229
  async loginWithGoogle(
1230
1230
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1302,8 +1302,8 @@ class User {
1302
1302
  * @param {import("../ApplicationAPIClient").Options} - Options
1303
1303
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
1304
1304
  * @name loginWithGoogleAndroid
1305
- * @summary: Android Google login
1306
- * @description: Facilitates Google login specifically for Android users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogleAndroid/).
1305
+ * @summary: Android Login with Google
1306
+ * @description: Enables Android users to log in to the system using their Facebook accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogleAndroid/).
1307
1307
  */
1308
1308
  async loginWithGoogleAndroid(
1309
1309
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1383,8 +1383,8 @@ class User {
1383
1383
  * @param {import("../ApplicationAPIClient").Options} - Options
1384
1384
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
1385
1385
  * @name loginWithGoogleIOS
1386
- * @summary: iOS Google login
1387
- * @description: Facilitates Google login specifically for iOS users. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogleIOS/).
1386
+ * @summary: iOS Login with Google
1387
+ * @description: Enables iOS users to log in to the system using their Facebook accounts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithGoogleIOS/).
1388
1388
  */
1389
1389
  async loginWithGoogleIOS(
1390
1390
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1462,8 +1462,8 @@ class User {
1462
1462
  * @param {import("../ApplicationAPIClient").Options} - Options
1463
1463
  * @returns {Promise<UserApplicationModel.SendOtpResponse>} - Success response
1464
1464
  * @name loginWithOTP
1465
- * @summary: OTP login
1466
- * @description: Allows users to log in using a one-time password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithOTP/).
1465
+ * @summary: Login with Mobile OTP
1466
+ * @description: Allows users to log in using a one-time password sent to their mobile - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithOTP/).
1467
1467
  */
1468
1468
  async loginWithOTP(
1469
1469
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1541,8 +1541,8 @@ class User {
1541
1541
  * @param {import("../ApplicationAPIClient").Options} - Options
1542
1542
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
1543
1543
  * @name loginWithToken
1544
- * @summary: Login or Register with token
1545
- * @description: Use this API to login or register using a token for authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithToken/).
1544
+ * @summary: Login with Token
1545
+ * @description: Login User using a token for authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithToken/).
1546
1546
  */
1547
1547
  async loginWithToken(
1548
1548
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1619,8 +1619,8 @@ class User {
1619
1619
  * @param {import("../ApplicationAPIClient").Options} - Options
1620
1620
  * @returns {Promise<UserApplicationModel.LogoutSuccess>} - Success response
1621
1621
  * @name logout
1622
- * @summary: Logs out currently logged in user
1623
- * @description: Use this API to check to logout a user from the app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/logout/).
1622
+ * @summary: Logout Current User
1623
+ * @description: Logout currently logged-in user - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/logout/).
1624
1624
  */
1625
1625
  async logout(
1626
1626
  { requestHeaders } = { requestHeaders: {} },
@@ -1695,7 +1695,7 @@ class User {
1695
1695
  * @param {import("../ApplicationAPIClient").Options} - Options
1696
1696
  * @returns {Promise<UserApplicationModel.RegisterFormSuccess>} - Success response
1697
1697
  * @name registerWithForm
1698
- * @summary: User registration
1698
+ * @summary: Register User with Form
1699
1699
  * @description: Enables new users to register using a form. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/registerWithForm/).
1700
1700
  */
1701
1701
  async registerWithForm(
@@ -1775,8 +1775,8 @@ class User {
1775
1775
  * @returns {Promise<UserApplicationModel.ResetForgotPasswordSuccess>} -
1776
1776
  * Success response
1777
1777
  * @name resetForgotPassword
1778
- * @summary: Forgot password
1779
- * @description: Initiates the password recovery process for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/resetForgotPassword/).
1778
+ * @summary: Reset Password via Code
1779
+ * @description: Reset a password using the code sent on email or SMS. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/resetForgotPassword/).
1780
1780
  */
1781
1781
  async resetForgotPassword(
1782
1782
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1853,8 +1853,8 @@ class User {
1853
1853
  * @param {import("../ApplicationAPIClient").Options} - Options
1854
1854
  * @returns {Promise<UserApplicationModel.EmailOtpSuccess>} - Success response
1855
1855
  * @name sendForgotOTPOnEmail
1856
- * @summary: Send Forgot OTP Email
1857
- * @description: Sends a one-time password to the user's forgot email for verification request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendForgotOTPOnEmail/).
1856
+ * @summary: Send Email OTP for Forgot Password
1857
+ * @description: Sends a one-time password to the user's email for verification when resetting a forgotten password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendForgotOTPOnEmail/).
1858
1858
  */
1859
1859
  async sendForgotOTPOnEmail(
1860
1860
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -1932,8 +1932,8 @@ class User {
1932
1932
  * @param {import("../ApplicationAPIClient").Options} - Options
1933
1933
  * @returns {Promise<UserApplicationModel.OtpSuccess>} - Success response
1934
1934
  * @name sendForgotOTPOnMobile
1935
- * @summary: Send forgot OTP on mobile
1936
- * @description: Sends a one-time password to the user's forgot mobile for verification request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendForgotOTPOnMobile/).
1935
+ * @summary: Send mobile OTP for forgot-password
1936
+ * @description: Sends a one-time password to the user's mobile for verification when resetting a forgotten password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendForgotOTPOnMobile/).
1937
1937
  */
1938
1938
  async sendForgotOTPOnMobile(
1939
1939
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -2011,7 +2011,7 @@ class User {
2011
2011
  * @param {import("../ApplicationAPIClient").Options} - Options
2012
2012
  * @returns {Promise<UserApplicationModel.EmailOtpSuccess>} - Success response
2013
2013
  * @name sendOTPOnEmail
2014
- * @summary: Send email OTP
2014
+ * @summary: Send OTP on Email
2015
2015
  * @description: Sends a one-time password to the user's email for verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendOTPOnEmail/).
2016
2016
  */
2017
2017
  async sendOTPOnEmail(
@@ -2090,7 +2090,7 @@ class User {
2090
2090
  * @param {import("../ApplicationAPIClient").Options} - Options
2091
2091
  * @returns {Promise<UserApplicationModel.OtpSuccess>} - Success response
2092
2092
  * @name sendOTPOnMobile
2093
- * @summary: Send mobile OTP
2093
+ * @summary: Send OTP on Mobile
2094
2094
  * @description: Sends a one-time password to the user's mobile for verification. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendOTPOnMobile/).
2095
2095
  */
2096
2096
  async sendOTPOnMobile(
@@ -2169,7 +2169,7 @@ class User {
2169
2169
  * @param {import("../ApplicationAPIClient").Options} - Options
2170
2170
  * @returns {Promise<UserApplicationModel.ResetPasswordSuccess>} - Success response
2171
2171
  * @name sendResetPasswordEmail
2172
- * @summary: Reset password (Email)
2172
+ * @summary: Reset Password via Email
2173
2173
  * @description: Sends a password reset link to the user's email. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetPasswordEmail/).
2174
2174
  */
2175
2175
  async sendResetPasswordEmail(
@@ -2250,8 +2250,8 @@ class User {
2250
2250
  * @param {import("../ApplicationAPIClient").Options} - Options
2251
2251
  * @returns {Promise<any>} - Success response
2252
2252
  * @name sendResetPasswordMobile
2253
- * @summary: Reset password (Mobile)
2254
- * @description: Sends a password reset OTP to the user's mobile number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetPasswordMobile/).
2253
+ * @summary: Reset Password via Mobile
2254
+ * @description: Sends a password reset link to the user's Mobile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetPasswordMobile/).
2255
2255
  */
2256
2256
  async sendResetPasswordMobile(
2257
2257
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -2328,8 +2328,8 @@ class User {
2328
2328
  * @param {import("../ApplicationAPIClient").Options} - Options
2329
2329
  * @returns {Promise<UserApplicationModel.ResetPasswordSuccess>} - Success response
2330
2330
  * @name sendResetToken
2331
- * @summary: Reset Password using token
2332
- * @description: Use this API to send code to reset password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetToken/).
2331
+ * @summary: Validate Password Reset Code
2332
+ * @description: Validate Password Reset link Code - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetToken/).
2333
2333
  */
2334
2334
  async sendResetToken(
2335
2335
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2408,7 +2408,7 @@ class User {
2408
2408
  * @returns {Promise<UserApplicationModel.SendEmailVerifyLinkSuccess>} -
2409
2409
  * Success response
2410
2410
  * @name sendVerificationLinkToEmail
2411
- * @summary: Verify new email
2411
+ * @summary: Send Verification Link to Email
2412
2412
  * @description: Sends a verification link to a newly added email address. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendVerificationLinkToEmail/).
2413
2413
  */
2414
2414
  async sendVerificationLinkToEmail(
@@ -2492,7 +2492,7 @@ class User {
2492
2492
  * @returns {Promise<UserApplicationModel.SendMobileVerifyLinkSuccess>} -
2493
2493
  * Success response
2494
2494
  * @name sendVerificationLinkToMobile
2495
- * @summary: Verify new mobile
2495
+ * @summary: Send Verification Link to Mobile
2496
2496
  * @description: Sends a verification link to a newly added mobile number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendVerificationLinkToMobile/).
2497
2497
  */
2498
2498
  async sendVerificationLinkToMobile(
@@ -2573,7 +2573,7 @@ class User {
2573
2573
  * @param {import("../ApplicationAPIClient").Options} - Options
2574
2574
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
2575
2575
  * @name setEmailAsPrimary
2576
- * @summary: Set primary email
2576
+ * @summary: Set Email as Primary
2577
2577
  * @description: Sets an email address as the primary contact for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/setEmailAsPrimary/).
2578
2578
  */
2579
2579
  async setEmailAsPrimary(
@@ -2651,7 +2651,7 @@ class User {
2651
2651
  * @param {import("../ApplicationAPIClient").Options} - Options
2652
2652
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
2653
2653
  * @name setMobileNumberAsPrimary
2654
- * @summary: Set primary mobile
2654
+ * @summary: Set Mobile as Primary
2655
2655
  * @description: Sets a mobile number as the primary contact for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/setMobileNumberAsPrimary/).
2656
2656
  */
2657
2657
  async setMobileNumberAsPrimary(
@@ -2731,8 +2731,8 @@ class User {
2731
2731
  * @param {import("../ApplicationAPIClient").Options} - Options
2732
2732
  * @returns {Promise<UserApplicationModel.VerifyEmailSuccess>} - Success response
2733
2733
  * @name updatePassword
2734
- * @summary: Update password
2735
- * @description: Allows users to update their existing password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updatePassword/).
2734
+ * @summary: Update Password
2735
+ * @description: Allow user to change their password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updatePassword/).
2736
2736
  */
2737
2737
  async updatePassword(
2738
2738
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2809,8 +2809,8 @@ class User {
2809
2809
  * @param {import("../ApplicationAPIClient").Options} - Options
2810
2810
  * @returns {Promise<UserApplicationModel.ProfileEditSuccess>} - Success response
2811
2811
  * @name updateProfile
2812
- * @summary: Edit Profile Details
2813
- * @description: Use this API to update details in the user profile. Details can be first name, last name, gender, email, phone number, or profile picture. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateProfile/).
2812
+ * @summary: Edit User Profile Details
2813
+ * @description: Allows users to modify and update their profile details - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateProfile/).
2814
2814
  */
2815
2815
  async updateProfile(
2816
2816
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -2888,8 +2888,8 @@ class User {
2888
2888
  * @param {import("../ApplicationAPIClient").Options} - Options
2889
2889
  * @returns {Promise<UserApplicationModel.UserAttributes>} - Success response
2890
2890
  * @name updateUserAttributes
2891
- * @summary: Update user attributes
2892
- * @description: Use this API to update user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateUserAttributes/).
2891
+ * @summary: Update User Attributes
2892
+ * @description: Update user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateUserAttributes/).
2893
2893
  */
2894
2894
  async updateUserAttributes(
2895
2895
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2966,8 +2966,8 @@ class User {
2966
2966
  * @param {import("../ApplicationAPIClient").Options} - Options
2967
2967
  * @returns {Promise<UserApplicationModel.UserExistsResponse>} - Success response
2968
2968
  * @name userExists
2969
- * @summary: Check user is already registered or not
2970
- * @description: Use this API to check whether user is already registered or not to the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/userExists/).
2969
+ * @summary: Chcek User Existence
2970
+ * @description: Check whether user is already registered or not to the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/userExists/).
2971
2971
  */
2972
2972
  async userExists(
2973
2973
  { q, requestHeaders } = { requestHeaders: {} },
@@ -3043,8 +3043,8 @@ class User {
3043
3043
  * @param {import("../ApplicationAPIClient").Options} - Options
3044
3044
  * @returns {Promise<UserApplicationModel.VerifyEmailSuccess>} - Success response
3045
3045
  * @name verifyEmail
3046
- * @summary: Verify email
3047
- * @description: Verifies the user's email address. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmail/).
3046
+ * @summary: Verify Email with Code
3047
+ * @description: Verifies user email with a code sent within a link sent to their email. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmail/).
3048
3048
  */
3049
3049
  async verifyEmail(
3050
3050
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3119,8 +3119,8 @@ class User {
3119
3119
  * @param {import("../ApplicationAPIClient").Options} - Options
3120
3120
  * @returns {Promise<UserApplicationModel.VerifyForgotOtpSuccess>} - Success response
3121
3121
  * @name verifyEmailForgotOTP
3122
- * @summary: Verify Email Forgot OTP
3123
- * @description: Validates the OTP sent to the user's forgot email address request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmailForgotOTP/).
3122
+ * @summary: Verify Email OTP for Forgot Password
3123
+ * @description: Verify one-time password sent to user's email for resetting a forgotten password - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmailForgotOTP/).
3124
3124
  */
3125
3125
  async verifyEmailForgotOTP(
3126
3126
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -3199,7 +3199,7 @@ class User {
3199
3199
  * @returns {Promise<UserApplicationModel.VerifyOtpSuccess>} - Success response
3200
3200
  * @name verifyEmailOTP
3201
3201
  * @summary: Verify Email OTP
3202
- * @description: Validates the OTP sent to the user's email address request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmailOTP/).
3202
+ * @description: Verify one-time password sent to user's email. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyEmailOTP/).
3203
3203
  */
3204
3204
  async verifyEmailOTP(
3205
3205
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -3277,8 +3277,8 @@ class User {
3277
3277
  * @param {import("../ApplicationAPIClient").Options} - Options
3278
3278
  * @returns {Promise<UserApplicationModel.VerifyEmailSuccess>} - Success response
3279
3279
  * @name verifyMobile
3280
- * @summary: Verify mobile
3281
- * @description: Verifies the user's mobile number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobile/).
3280
+ * @summary: Verify Mobile with Code
3281
+ * @description: Verifies user mobile with a code sent within a link sent to their mobile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobile/).
3282
3282
  */
3283
3283
  async verifyMobile(
3284
3284
  { body, requestHeaders } = { requestHeaders: {} },
@@ -3355,8 +3355,8 @@ class User {
3355
3355
  * @param {import("../ApplicationAPIClient").Options} - Options
3356
3356
  * @returns {Promise<UserApplicationModel.VerifyForgotOtpSuccess>} - Success response
3357
3357
  * @name verifyMobileForgotOTP
3358
- * @summary: Verify Forgot OTP on mobile
3359
- * @description: Use this API to verify the Forgot OTP received on a mobile number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobileForgotOTP/).
3358
+ * @summary: Verify Mobile OTP for Forgot Password
3359
+ * @description: Verify one-time password sent to user's mobile for resetting a forgotten password - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobileForgotOTP/).
3360
3360
  */
3361
3361
  async verifyMobileForgotOTP(
3362
3362
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -3434,8 +3434,8 @@ class User {
3434
3434
  * @param {import("../ApplicationAPIClient").Options} - Options
3435
3435
  * @returns {Promise<UserApplicationModel.VerifyOtpSuccess>} - Success response
3436
3436
  * @name verifyMobileOTP
3437
- * @summary: Verify mobile OTP
3438
- * @description: Validates the OTP sent to the user's mobile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobileOTP/).
3437
+ * @summary: Verify Mobile OTP
3438
+ * @description: Verify one-time password sent to user's mobile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/verifyMobileOTP/).
3439
3439
  */
3440
3440
  async verifyMobileOTP(
3441
3441
  { body, platform, requestHeaders } = { requestHeaders: {} },
@@ -557,4 +557,4 @@ type GetListOfActiveSessionsParam = any;
557
557
  type GetLoggedInUserParam = any;
558
558
  type HasPasswordParam = any;
559
559
  type LogoutParam = any;
560
- import UserApplicationModel = require("./UserApplicationModel");
560
+ import UserApplicationModel = require("sdk/output/javascript/code/sdk/application/User/UserApplicationModel");
@@ -1,20 +1,20 @@
1
- export const ApplicationConfig: typeof import("./ApplicationConfig");
2
- export const ApplicationClient: typeof import("./ApplicationClient");
1
+ export const ApplicationConfig: typeof import("sdk/output/javascript/code/sdk/application/ApplicationConfig");
2
+ export const ApplicationClient: typeof import("sdk/output/javascript/code/sdk/application/ApplicationClient");
3
3
  export namespace ApplicationModel {
4
- const CartApplicationModel: typeof import("./Cart/CartApplicationModel");
5
- const CatalogApplicationModel: typeof import("./Catalog/CatalogApplicationModel");
6
- const CommonApplicationModel: typeof import("./Common/CommonApplicationModel");
7
- const CommunicationApplicationModel: typeof import("./Communication/CommunicationApplicationModel");
8
- const ConfigurationApplicationModel: typeof import("./Configuration/ConfigurationApplicationModel");
9
- const ContentApplicationModel: typeof import("./Content/ContentApplicationModel");
10
- const FileStorageApplicationModel: typeof import("./FileStorage/FileStorageApplicationModel");
11
- const LeadApplicationModel: typeof import("./Lead/LeadApplicationModel");
12
- const LogisticApplicationModel: typeof import("./Logistic/LogisticApplicationModel");
13
- const OrderApplicationModel: typeof import("./Order/OrderApplicationModel");
14
- const PaymentApplicationModel: typeof import("./Payment/PaymentApplicationModel");
15
- const PosCartApplicationModel: typeof import("./PosCart/PosCartApplicationModel");
16
- const RewardsApplicationModel: typeof import("./Rewards/RewardsApplicationModel");
17
- const ShareApplicationModel: typeof import("./Share/ShareApplicationModel");
18
- const ThemeApplicationModel: typeof import("./Theme/ThemeApplicationModel");
19
- const UserApplicationModel: typeof import("./User/UserApplicationModel");
4
+ const CartApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Cart/CartApplicationModel");
5
+ const CatalogApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Catalog/CatalogApplicationModel");
6
+ const CommonApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Common/CommonApplicationModel");
7
+ const CommunicationApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Communication/CommunicationApplicationModel");
8
+ const ConfigurationApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Configuration/ConfigurationApplicationModel");
9
+ const ContentApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Content/ContentApplicationModel");
10
+ const FileStorageApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/FileStorage/FileStorageApplicationModel");
11
+ const LeadApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Lead/LeadApplicationModel");
12
+ const LogisticApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Logistic/LogisticApplicationModel");
13
+ const OrderApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Order/OrderApplicationModel");
14
+ const PaymentApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Payment/PaymentApplicationModel");
15
+ const PosCartApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/PosCart/PosCartApplicationModel");
16
+ const RewardsApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Rewards/RewardsApplicationModel");
17
+ const ShareApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Share/ShareApplicationModel");
18
+ const ThemeApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/Theme/ThemeApplicationModel");
19
+ const UserApplicationModel: typeof import("sdk/output/javascript/code/sdk/application/User/UserApplicationModel");
20
20
  }
@@ -69,4 +69,4 @@ declare class FileStorage {
69
69
  */
70
70
  browse({ namespace, applicationId, companyId, page, limit, requestHeaders }?: FileStoragePartnerValidator.BrowseParam, { responseHeaders }?: object): Promise<any>;
71
71
  }
72
- import FileStoragePartnerModel = require("./FileStoragePartnerModel");
72
+ import FileStoragePartnerModel = require("sdk/output/javascript/code/sdk/partner/FileStorage/FileStoragePartnerModel");
@@ -121,5 +121,5 @@ declare class Lead {
121
121
  */
122
122
  getGeneralConfig({ requestHeaders }?: LeadPartnerValidator.GetGeneralConfigParam, { responseHeaders }?: object): Promise<LeadPartnerModel.GeneralConfigResponse>;
123
123
  }
124
- import LeadPartnerModel = require("./LeadPartnerModel");
125
- import Paginator = require("../../common/Paginator");
124
+ import LeadPartnerModel = require("sdk/output/javascript/code/sdk/partner/Lead/LeadPartnerModel");
125
+ import Paginator = require("sdk/output/javascript/code/sdk/common/Paginator");
@@ -152,4 +152,4 @@ declare class Logistics {
152
152
  */
153
153
  getCountries({ onboarding, pageNo, pageSize, q, requestHeaders }?: LogisticsPartnerValidator.GetCountriesParam, { responseHeaders }?: object): Promise<LogisticsPartnerModel.GetCountries>;
154
154
  }
155
- import LogisticsPartnerModel = require("./LogisticsPartnerModel");
155
+ import LogisticsPartnerModel = require("sdk/output/javascript/code/sdk/partner/Logistics/LogisticsPartnerModel");
@@ -8,8 +8,8 @@ declare class OAuthClient extends BaseOAuthClient {
8
8
  grant_type: any;
9
9
  refresh_token: any;
10
10
  code: any;
11
- }): Promise<import("axios").AxiosResponse<any, any>>;
12
- getOfflineAccessToken(scopes: any, code: any): Promise<import("axios").AxiosResponse<any, any>>;
13
- getOfflineAccessTokenObj(scopes: any, code: any): Promise<import("axios").AxiosResponse<any, any>>;
11
+ }): Promise<import("sdk/node_modules/axios").AxiosResponse<any, any>>;
12
+ getOfflineAccessToken(scopes: any, code: any): Promise<import("sdk/node_modules/axios").AxiosResponse<any, any>>;
13
+ getOfflineAccessTokenObj(scopes: any, code: any): Promise<import("sdk/node_modules/axios").AxiosResponse<any, any>>;
14
14
  }
15
- import BaseOAuthClient = require("../common/BaseOAuthClient");
15
+ import BaseOAuthClient = require("sdk/output/javascript/code/sdk/common/BaseOAuthClient");
@@ -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<import("axios").AxiosResponse<any, any>>;
16
+ static execute(conf: object, method: string, url: string, query: object, body: object, xHeaders: object, options: Options): Promise<import("sdk/node_modules/axios").AxiosResponse<any, any>>;
17
17
  get(url: any, config: any): Promise<any>;
18
18
  }
19
19
  declare namespace APIClient {
@@ -12,7 +12,7 @@ declare class PartnerClient {
12
12
  * partner client.
13
13
  */
14
14
  constructor(config: import("./PartnerConfig"));
15
- config: import("./PartnerConfig");
15
+ config: import("sdk/output/javascript/code/sdk/partner/PartnerConfig");
16
16
  fileStorage: FileStorage;
17
17
  lead: Lead;
18
18
  logistics: Logistics;
@@ -26,8 +26,8 @@ declare class PartnerClient {
26
26
  */
27
27
  setExtraHeaders(header: object): void;
28
28
  }
29
- import FileStorage = require("./FileStorage/FileStoragePartnerClient");
30
- import Lead = require("./Lead/LeadPartnerClient");
31
- import Logistics = require("./Logistics/LogisticsPartnerClient");
32
- import Theme = require("./Theme/ThemePartnerClient");
33
- import Webhook = require("./Webhook/WebhookPartnerClient");
29
+ import FileStorage = require("sdk/output/javascript/code/sdk/partner/FileStorage/FileStoragePartnerClient");
30
+ import Lead = require("sdk/output/javascript/code/sdk/partner/Lead/LeadPartnerClient");
31
+ import Logistics = require("sdk/output/javascript/code/sdk/partner/Logistics/LogisticsPartnerClient");
32
+ import Theme = require("sdk/output/javascript/code/sdk/partner/Theme/ThemePartnerClient");
33
+ import Webhook = require("sdk/output/javascript/code/sdk/partner/Webhook/WebhookPartnerClient");
@@ -33,7 +33,7 @@ declare class PartnerConfig {
33
33
  apiSecret: string;
34
34
  scope?: string;
35
35
  useAutoRenewTimer?: boolean;
36
- logLevel?: "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR";
36
+ logLevel?: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR";
37
37
  }, options?: {
38
38
  strictResponseCheck?: boolean;
39
39
  });
@@ -44,7 +44,7 @@ declare class PartnerConfig {
44
44
  scope: string;
45
45
  useAutoRenewTimer: boolean;
46
46
  oauthClient: OauthClient;
47
- logLevel: "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR";
47
+ logLevel: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR";
48
48
  extraHeaders: any[];
49
49
  options: {
50
50
  strictResponseCheck: boolean;
@@ -54,7 +54,7 @@ declare class PartnerConfig {
54
54
  *
55
55
  * @param {logLevelEnum} level - The log level to set.
56
56
  */
57
- setLogLevel(level: "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR"): void;
57
+ setLogLevel(level: "DEBUG" | "TRACE" | "INFO" | "WARN" | "ERROR"): void;
58
58
  /**
59
59
  * Retrieves the access token from the OAuth client.
60
60
  *
@@ -63,4 +63,4 @@ declare class PartnerConfig {
63
63
  */
64
64
  getAccessToken(): Promise<string>;
65
65
  }
66
- import OauthClient = require("./OAuthClient");
66
+ import OauthClient = require("sdk/output/javascript/code/sdk/partner/OAuthClient");
@@ -203,4 +203,4 @@ declare class Theme {
203
203
  */
204
204
  createTheme({ companyId, applicationId, body, requestHeaders }?: ThemePartnerValidator.CreateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
205
205
  }
206
- import ThemePartnerModel = require("./ThemePartnerModel");
206
+ import ThemePartnerModel = require("sdk/output/javascript/code/sdk/partner/Theme/ThemePartnerModel");
@@ -96,4 +96,4 @@ declare class Webhook {
96
96
  */
97
97
  updateSubscriber({ extensionId, subscriberId, body, requestHeaders }?: WebhookPartnerValidator.UpdateSubscriberParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.UpdateSubscriberResponse>;
98
98
  }
99
- import WebhookPartnerModel = require("./WebhookPartnerModel");
99
+ import WebhookPartnerModel = require("sdk/output/javascript/code/sdk/partner/Webhook/WebhookPartnerModel");