@gofynd/fdk-client-javascript 1.4.8-beta.3 → 1.4.8

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 (189) hide show
  1. package/README.md +26 -1
  2. package/package.json +2 -2
  3. package/sdk/application/ApplicationClient.d.ts +8 -0
  4. package/sdk/application/ApplicationClient.js +14 -0
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +20 -20
  6. package/sdk/application/Cart/CartApplicationClient.js +20 -20
  7. package/sdk/application/Cart/CartApplicationModel.d.ts +2446 -664
  8. package/sdk/application/Cart/CartApplicationModel.js +783 -552
  9. package/sdk/application/Cart/CartApplicationValidator.d.ts +268 -194
  10. package/sdk/application/Cart/CartApplicationValidator.js +100 -114
  11. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +53 -53
  12. package/sdk/application/Catalog/CatalogApplicationClient.js +53 -53
  13. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +2012 -503
  14. package/sdk/application/Catalog/CatalogApplicationModel.js +603 -453
  15. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +64 -64
  16. package/sdk/application/Catalog/CatalogApplicationValidator.js +32 -32
  17. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  18. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  19. package/sdk/application/Common/CommonApplicationModel.d.ts +170 -90
  20. package/sdk/application/Common/CommonApplicationModel.js +59 -58
  21. package/sdk/application/Common/CommonApplicationValidator.d.ts +8 -5
  22. package/sdk/application/Common/CommonApplicationValidator.js +3 -3
  23. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +2 -2
  24. package/sdk/application/Communication/CommunicationApplicationClient.js +2 -2
  25. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +170 -35
  26. package/sdk/application/Communication/CommunicationApplicationModel.js +54 -33
  27. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +15 -15
  28. package/sdk/application/Configuration/ConfigurationApplicationClient.js +15 -15
  29. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +624 -443
  30. package/sdk/application/Configuration/ConfigurationApplicationModel.js +259 -248
  31. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +32 -24
  32. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +14 -13
  33. package/sdk/application/Content/ContentApplicationClient.d.ts +16 -16
  34. package/sdk/application/Content/ContentApplicationClient.js +16 -16
  35. package/sdk/application/Content/ContentApplicationModel.d.ts +1205 -282
  36. package/sdk/application/Content/ContentApplicationModel.js +341 -277
  37. package/sdk/application/Content/ContentApplicationValidator.d.ts +28 -17
  38. package/sdk/application/Content/ContentApplicationValidator.js +11 -10
  39. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
  40. package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
  41. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +146 -37
  42. package/sdk/application/FileStorage/FileStorageApplicationModel.js +38 -36
  43. package/sdk/application/Lead/LeadApplicationClient.d.ts +3 -3
  44. package/sdk/application/Lead/LeadApplicationClient.js +3 -3
  45. package/sdk/application/Lead/LeadApplicationModel.d.ts +195 -134
  46. package/sdk/application/Lead/LeadApplicationModel.js +110 -67
  47. package/sdk/application/Lead/LeadApplicationValidator.d.ts +8 -8
  48. package/sdk/application/Lead/LeadApplicationValidator.js +4 -4
  49. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +10 -10
  50. package/sdk/application/Logistic/LogisticApplicationClient.js +10 -10
  51. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +1039 -221
  52. package/sdk/application/Logistic/LogisticApplicationModel.js +342 -199
  53. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +76 -82
  54. package/sdk/application/Logistic/LogisticApplicationValidator.js +38 -41
  55. package/sdk/application/Order/OrderApplicationClient.d.ts +10 -10
  56. package/sdk/application/Order/OrderApplicationClient.js +10 -10
  57. package/sdk/application/Order/OrderApplicationModel.d.ts +1400 -325
  58. package/sdk/application/Order/OrderApplicationModel.js +391 -317
  59. package/sdk/application/Order/OrderApplicationValidator.d.ts +32 -30
  60. package/sdk/application/Order/OrderApplicationValidator.js +15 -14
  61. package/sdk/application/Payment/PaymentApplicationClient.d.ts +43 -43
  62. package/sdk/application/Payment/PaymentApplicationClient.js +43 -43
  63. package/sdk/application/Payment/PaymentApplicationModel.d.ts +1111 -1022
  64. package/sdk/application/Payment/PaymentApplicationModel.js +537 -521
  65. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +82 -49
  66. package/sdk/application/Payment/PaymentApplicationValidator.js +30 -30
  67. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +28 -7
  68. package/sdk/application/Rewards/RewardsApplicationModel.js +7 -7
  69. package/sdk/application/Share/ShareApplicationModel.d.ts +178 -38
  70. package/sdk/application/Share/ShareApplicationModel.js +53 -37
  71. package/sdk/application/Share/ShareApplicationValidator.d.ts +4 -2
  72. package/sdk/application/Share/ShareApplicationValidator.js +2 -1
  73. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  74. package/sdk/application/Theme/ThemeApplicationClient.js +14 -8
  75. package/sdk/application/Theme/ThemeApplicationModel.d.ts +528 -287
  76. package/sdk/application/Theme/ThemeApplicationModel.js +208 -172
  77. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +17 -12
  78. package/sdk/application/Theme/ThemeApplicationValidator.js +8 -6
  79. package/sdk/application/User/UserApplicationClient.d.ts +36 -36
  80. package/sdk/application/User/UserApplicationClient.js +36 -36
  81. package/sdk/application/User/UserApplicationModel.d.ts +1062 -255
  82. package/sdk/application/User/UserApplicationModel.js +298 -244
  83. package/sdk/application/User/UserApplicationValidator.d.ts +80 -80
  84. package/sdk/application/User/UserApplicationValidator.js +40 -40
  85. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
  86. package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
  87. package/sdk/application/Webhook/WebhookApplicationModel.d.ts +20 -5
  88. package/sdk/application/Webhook/WebhookApplicationModel.js +5 -5
  89. package/sdk/common/Clickstream.js +95 -15
  90. package/sdk/common/Constant.d.ts +9 -0
  91. package/sdk/common/Constant.js +11 -0
  92. package/sdk/common/Utility.js +19 -0
  93. package/sdk/common/utils.js +8 -1
  94. package/sdk/partner/Lead/LeadPartnerModel.d.ts +28 -7
  95. package/sdk/partner/Lead/LeadPartnerModel.js +7 -7
  96. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +28 -7
  97. package/sdk/partner/Logistics/LogisticsPartnerModel.js +7 -7
  98. package/sdk/partner/PartnerClient.d.ts +8 -0
  99. package/sdk/partner/PartnerClient.js +14 -0
  100. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -0
  101. package/sdk/partner/Theme/ThemePartnerClient.js +158 -0
  102. package/sdk/partner/Theme/ThemePartnerModel.d.ts +45 -6
  103. package/sdk/partner/Theme/ThemePartnerModel.js +33 -4
  104. package/sdk/partner/Theme/ThemePartnerValidator.d.ts +2 -0
  105. package/sdk/partner/Theme/ThemePartnerValidator.js +14 -0
  106. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +28 -7
  107. package/sdk/partner/Webhook/WebhookPartnerModel.js +7 -7
  108. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +28 -7
  109. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +7 -7
  110. package/sdk/platform/Billing/BillingPlatformClient.d.ts +21 -10
  111. package/sdk/platform/Billing/BillingPlatformClient.js +167 -83
  112. package/sdk/platform/Billing/BillingPlatformModel.d.ts +2849 -565
  113. package/sdk/platform/Billing/BillingPlatformModel.js +935 -556
  114. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +30 -14
  115. package/sdk/platform/Billing/BillingPlatformValidator.js +31 -16
  116. package/sdk/platform/Cart/CartPlatformModel.d.ts +28 -7
  117. package/sdk/platform/Cart/CartPlatformModel.js +8 -8
  118. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +12 -2
  119. package/sdk/platform/Catalog/CatalogPlatformClient.js +41 -1
  120. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +46 -12
  121. package/sdk/platform/Catalog/CatalogPlatformModel.js +14 -11
  122. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +40 -0
  123. package/sdk/platform/Catalog/CatalogPlatformValidator.js +17 -0
  124. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +28 -7
  125. package/sdk/platform/Communication/CommunicationPlatformModel.js +7 -7
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +28 -7
  127. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +7 -7
  128. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +0 -97
  129. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +77 -782
  130. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +24 -701
  131. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +7 -539
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -183
  133. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +0 -134
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +0 -10
  135. package/sdk/platform/Content/ContentPlatformApplicationClient.js +0 -79
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -15
  137. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -13
  138. package/sdk/platform/Content/ContentPlatformModel.d.ts +58 -17
  139. package/sdk/platform/Content/ContentPlatformModel.js +28 -15
  140. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +28 -7
  141. package/sdk/platform/Discount/DiscountPlatformModel.js +7 -7
  142. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +127 -25
  143. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +37 -25
  144. package/sdk/platform/Finance/FinancePlatformClient.d.ts +28 -28
  145. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  146. package/sdk/platform/Finance/FinancePlatformModel.d.ts +1583 -347
  147. package/sdk/platform/Finance/FinancePlatformModel.js +463 -351
  148. package/sdk/platform/Lead/LeadPlatformModel.d.ts +28 -7
  149. package/sdk/platform/Lead/LeadPlatformModel.js +7 -7
  150. package/sdk/platform/Order/OrderPlatformClient.d.ts +22 -0
  151. package/sdk/platform/Order/OrderPlatformClient.js +165 -0
  152. package/sdk/platform/Order/OrderPlatformModel.d.ts +613 -39
  153. package/sdk/platform/Order/OrderPlatformModel.js +359 -41
  154. package/sdk/platform/Order/OrderPlatformValidator.d.ts +32 -1
  155. package/sdk/platform/Order/OrderPlatformValidator.js +28 -0
  156. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +30 -9
  157. package/sdk/platform/Payment/PaymentPlatformModel.js +9 -9
  158. package/sdk/platform/PlatformClient.d.ts +8 -0
  159. package/sdk/platform/PlatformClient.js +14 -0
  160. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +28 -7
  161. package/sdk/platform/Rewards/RewardsPlatformModel.js +7 -7
  162. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +12 -9
  163. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +12 -9
  164. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +120 -22
  165. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +76 -21
  166. package/sdk/platform/Share/SharePlatformModel.d.ts +28 -7
  167. package/sdk/platform/Share/SharePlatformModel.js +7 -7
  168. package/sdk/platform/Theme/ThemePlatformModel.d.ts +18 -5
  169. package/sdk/platform/Theme/ThemePlatformModel.js +7 -4
  170. package/sdk/platform/User/UserPlatformModel.d.ts +18 -18
  171. package/sdk/platform/User/UserPlatformModel.js +9 -9
  172. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +28 -7
  173. package/sdk/platform/Webhook/WebhookPlatformModel.js +7 -7
  174. package/sdk/public/Billing/BillingPublicClient.d.ts +11 -0
  175. package/sdk/public/Billing/BillingPublicClient.js +80 -0
  176. package/sdk/public/Billing/BillingPublicModel.d.ts +584 -99
  177. package/sdk/public/Billing/BillingPublicModel.js +252 -87
  178. package/sdk/public/Billing/BillingPublicValidator.d.ts +10 -1
  179. package/sdk/public/Billing/BillingPublicValidator.js +12 -0
  180. package/sdk/public/PublicClient.d.ts +0 -2
  181. package/sdk/public/PublicClient.js +0 -4
  182. package/sdk/public/index.d.ts +0 -1
  183. package/sdk/public/index.js +0 -2
  184. package/sdk/public/Inventory/InventoryPublicClient.d.ts +0 -87
  185. package/sdk/public/Inventory/InventoryPublicClient.js +0 -529
  186. package/sdk/public/Inventory/InventoryPublicModel.d.ts +0 -393
  187. package/sdk/public/Inventory/InventoryPublicModel.js +0 -448
  188. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +0 -91
  189. package/sdk/public/Inventory/InventoryPublicValidator.js +0 -85
@@ -1,19 +1,20 @@
1
1
  export = ThemeApplicationValidator;
2
2
  /**
3
3
  * @typedef GetAllPagesParam
4
- * @property {string} themeId - ID of the theme to be retrieved
4
+ * @property {string} themeId - Id of the theme to be retrieved.
5
5
  */
6
6
  /** @typedef GetAppliedThemeParam */
7
7
  /**
8
8
  * @typedef GetPageParam
9
- * @property {string} themeId - ID of the theme to be retrieved
10
- * @property {string} pageValue - Value of the page to be retrieved
11
- * @property {string} [filters] - Filters on sections to be applied or not
12
- * @property {number} [company] - Company id of the application
9
+ * @property {string} themeId - Id of the theme to be retrieved.
10
+ * @property {string} pageValue - Value of the page to be retrieved.
11
+ * @property {string} [filters] - Filters on sections to be applied or not.
12
+ * @property {string} [sectionPreviewHash] - Unique hash id on sections preview.
13
+ * @property {number} [company] - Company id of the application.
13
14
  */
14
15
  /**
15
16
  * @typedef GetThemeForPreviewParam
16
- * @property {string} themeId - ID of the theme to be retrieved
17
+ * @property {string} themeId - Id of the theme to be retrieved.
17
18
  */
18
19
  declare class ThemeApplicationValidator {
19
20
  /** @returns {GetAllPagesParam} */
@@ -30,31 +31,35 @@ declare namespace ThemeApplicationValidator {
30
31
  }
31
32
  type GetAllPagesParam = {
32
33
  /**
33
- * - ID of the theme to be retrieved
34
+ * - Id of the theme to be retrieved.
34
35
  */
35
36
  themeId: string;
36
37
  };
37
38
  type GetPageParam = {
38
39
  /**
39
- * - ID of the theme to be retrieved
40
+ * - Id of the theme to be retrieved.
40
41
  */
41
42
  themeId: string;
42
43
  /**
43
- * - Value of the page to be retrieved
44
+ * - Value of the page to be retrieved.
44
45
  */
45
46
  pageValue: string;
46
47
  /**
47
- * - Filters on sections to be applied or not
48
+ * - Filters on sections to be applied or not.
48
49
  */
49
50
  filters?: string;
50
51
  /**
51
- * - Company id of the application
52
+ * - Unique hash id on sections preview.
53
+ */
54
+ sectionPreviewHash?: string;
55
+ /**
56
+ * - Company id of the application.
52
57
  */
53
58
  company?: number;
54
59
  };
55
60
  type GetThemeForPreviewParam = {
56
61
  /**
57
- * - ID of the theme to be retrieved
62
+ * - Id of the theme to be retrieved.
58
63
  */
59
64
  themeId: string;
60
65
  };
@@ -4,22 +4,23 @@ const ThemeApplicationModel = require("./ThemeApplicationModel");
4
4
 
5
5
  /**
6
6
  * @typedef GetAllPagesParam
7
- * @property {string} themeId - ID of the theme to be retrieved
7
+ * @property {string} themeId - Id of the theme to be retrieved.
8
8
  */
9
9
 
10
10
  /** @typedef GetAppliedThemeParam */
11
11
 
12
12
  /**
13
13
  * @typedef GetPageParam
14
- * @property {string} themeId - ID of the theme to be retrieved
15
- * @property {string} pageValue - Value of the page to be retrieved
16
- * @property {string} [filters] - Filters on sections to be applied or not
17
- * @property {number} [company] - Company id of the application
14
+ * @property {string} themeId - Id of the theme to be retrieved.
15
+ * @property {string} pageValue - Value of the page to be retrieved.
16
+ * @property {string} [filters] - Filters on sections to be applied or not.
17
+ * @property {string} [sectionPreviewHash] - Unique hash id on sections preview.
18
+ * @property {number} [company] - Company id of the application.
18
19
  */
19
20
 
20
21
  /**
21
22
  * @typedef GetThemeForPreviewParam
22
- * @property {string} themeId - ID of the theme to be retrieved
23
+ * @property {string} themeId - Id of the theme to be retrieved.
23
24
  */
24
25
 
25
26
  class ThemeApplicationValidator {
@@ -41,6 +42,7 @@ class ThemeApplicationValidator {
41
42
  themeId: Joi.string().allow("").required(),
42
43
  pageValue: Joi.string().allow("").required(),
43
44
  filters: Joi.string().allow(""),
45
+ sectionPreviewHash: Joi.string().allow(""),
44
46
  company: Joi.number(),
45
47
  }).required();
46
48
  }
@@ -56,7 +56,7 @@ declare class User {
56
56
  * @returns {Promise<UserApplicationModel.VerifyEmailOTPSuccess>} - Success response
57
57
  * @name addEmail
58
58
  * @summary: Add Email to Profile
59
- * @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/).
59
+ * @description: Add a new email address to the user's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/addEmail/).
60
60
  */
61
61
  addEmail({ body, platform, requestHeaders }?: UserApplicationValidator.AddEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyEmailOTPSuccess>;
62
62
  /**
@@ -66,7 +66,7 @@ declare class User {
66
66
  * @returns {Promise<UserApplicationModel.VerifyMobileOTPSuccess>} - Success response
67
67
  * @name addMobileNumber
68
68
  * @summary: Add Mobile Number to Profile
69
- * @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/).
69
+ * @description: Add a new mobile number to the user's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/addMobileNumber/).
70
70
  */
71
71
  addMobileNumber({ body, platform, requestHeaders }?: UserApplicationValidator.AddMobileNumberParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyMobileOTPSuccess>;
72
72
  /**
@@ -76,7 +76,7 @@ declare class User {
76
76
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
77
77
  * @name deleteEmail
78
78
  * @summary: Delete Email From Profile
79
- * @description: Delete Email From Profile - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteEmail/).
79
+ * @description: Delete email from profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteEmail/).
80
80
  */
81
81
  deleteEmail({ active, primary, verified, email, platform, requestHeaders }?: UserApplicationValidator.DeleteEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
82
82
  /**
@@ -86,7 +86,7 @@ declare class User {
86
86
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
87
87
  * @name deleteMobileNumber
88
88
  * @summary: Delete Mobile Number From Profile
89
- * @description: Delete Mobile Number From Profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteMobileNumber/).
89
+ * @description: Delete mobile number from profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/deleteMobileNumber/).
90
90
  */
91
91
  deleteMobileNumber({ active, primary, verified, countryCode, phone, platform, requestHeaders, }?: UserApplicationValidator.DeleteMobileNumberParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
92
92
  /**
@@ -96,7 +96,7 @@ declare class User {
96
96
  * @returns {Promise<UserApplicationModel.DeleteUserSuccess>} - Success response
97
97
  * @name deleteUser
98
98
  * @summary: Verify OTP and Delete User
99
- * @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/).
99
+ * @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/).
100
100
  */
101
101
  deleteUser({ body, requestHeaders }?: UserApplicationValidator.DeleteUserParam, { responseHeaders }?: object): Promise<UserApplicationModel.DeleteUserSuccess>;
102
102
  /**
@@ -106,7 +106,7 @@ declare class User {
106
106
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
107
107
  * @name forgotPassword
108
108
  * @summary: Reset Password via Code and login
109
- * @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/).
109
+ * @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/).
110
110
  */
111
111
  forgotPassword({ body, requestHeaders }?: UserApplicationValidator.ForgotPasswordParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
112
112
  /**
@@ -146,7 +146,7 @@ declare class User {
146
146
  * @returns {Promise<UserApplicationModel.UserAttributes>} - Success response
147
147
  * @name getUserAttributes
148
148
  * @summary: Get User Attributes
149
- * @description: Get the list of user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getUserAttributes/).
149
+ * @description: Get the list of user attributes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/getUserAttributes/).
150
150
  */
151
151
  getUserAttributes({ slug, requestHeaders }?: UserApplicationValidator.GetUserAttributesParam, { responseHeaders }?: object): Promise<UserApplicationModel.UserAttributes>;
152
152
  /**
@@ -156,7 +156,7 @@ declare class User {
156
156
  * @returns {Promise<UserApplicationModel.HasPasswordSuccess>} - Success response
157
157
  * @name hasPassword
158
158
  * @summary: Check Password Existence
159
- * @description: Check if user has set an account password - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/hasPassword/).
159
+ * @description: Check if user has set an account password. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/hasPassword/).
160
160
  */
161
161
  hasPassword({ requestHeaders }?: any, { responseHeaders }?: object): Promise<UserApplicationModel.HasPasswordSuccess>;
162
162
  /**
@@ -166,7 +166,7 @@ declare class User {
166
166
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
167
167
  * @name loginWithAppleIOS
168
168
  * @summary: iOS Login with Apple
169
- * @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/).
169
+ * @description: Enable 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/).
170
170
  */
171
171
  loginWithAppleIOS({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithAppleIOSParam, { responseHeaders }?: object): Promise<UserApplicationModel.AuthSuccess>;
172
172
  /**
@@ -176,7 +176,7 @@ declare class User {
176
176
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
177
177
  * @name loginWithEmailAndPassword
178
178
  * @summary: Email and Password Login
179
- * @description: Allows login using an email and password combination. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithEmailAndPassword/).
179
+ * @description: Allow login using an email and password combination. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithEmailAndPassword/).
180
180
  */
181
181
  loginWithEmailAndPassword({ body, requestHeaders }?: UserApplicationValidator.LoginWithEmailAndPasswordParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
182
182
  /**
@@ -186,7 +186,7 @@ declare class User {
186
186
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
187
187
  * @name loginWithFacebook
188
188
  * @summary: Login with Facebook
189
- * @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/).
189
+ * @description: Enable 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/).
190
190
  */
191
191
  loginWithFacebook({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithFacebookParam, { responseHeaders }?: object): Promise<UserApplicationModel.AuthSuccess>;
192
192
  /**
@@ -196,7 +196,7 @@ declare class User {
196
196
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
197
197
  * @name loginWithGoogle
198
198
  * @summary: Login with Google
199
- * @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/).
199
+ * @description: Enable 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/).
200
200
  */
201
201
  loginWithGoogle({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithGoogleParam, { responseHeaders }?: object): Promise<UserApplicationModel.AuthSuccess>;
202
202
  /**
@@ -206,7 +206,7 @@ declare class User {
206
206
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
207
207
  * @name loginWithGoogleAndroid
208
208
  * @summary: Android Login with Google
209
- * @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/).
209
+ * @description: Enable 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/).
210
210
  */
211
211
  loginWithGoogleAndroid({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithGoogleAndroidParam, { responseHeaders }?: object): Promise<UserApplicationModel.AuthSuccess>;
212
212
  /**
@@ -216,7 +216,7 @@ declare class User {
216
216
  * @returns {Promise<UserApplicationModel.AuthSuccess>} - Success response
217
217
  * @name loginWithGoogleIOS
218
218
  * @summary: iOS Login with Google
219
- * @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/).
219
+ * @description: Enable 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/).
220
220
  */
221
221
  loginWithGoogleIOS({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithGoogleIOSParam, { responseHeaders }?: object): Promise<UserApplicationModel.AuthSuccess>;
222
222
  /**
@@ -226,7 +226,7 @@ declare class User {
226
226
  * @returns {Promise<UserApplicationModel.SendOtpResponse>} - Success response
227
227
  * @name loginWithOTP
228
228
  * @summary: Login with Mobile OTP
229
- * @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/).
229
+ * @description: Allow 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/).
230
230
  */
231
231
  loginWithOTP({ body, platform, requestHeaders }?: UserApplicationValidator.LoginWithOTPParam, { responseHeaders }?: object): Promise<UserApplicationModel.SendOtpResponse>;
232
232
  /**
@@ -236,7 +236,7 @@ declare class User {
236
236
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
237
237
  * @name loginWithToken
238
238
  * @summary: Login with Token
239
- * @description: Login User using a token for authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithToken/).
239
+ * @description: Login user using a token for authentication. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/loginWithToken/).
240
240
  */
241
241
  loginWithToken({ body, requestHeaders }?: UserApplicationValidator.LoginWithTokenParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
242
242
  /**
@@ -246,7 +246,7 @@ declare class User {
246
246
  * @returns {Promise<UserApplicationModel.LogoutSuccess>} - Success response
247
247
  * @name logout
248
248
  * @summary: Logout Current User
249
- * @description: Logout currently logged-in user - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/logout/).
249
+ * @description: Logout currently logged-in user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/logout/).
250
250
  */
251
251
  logout({ requestHeaders }?: any, { responseHeaders }?: object): Promise<UserApplicationModel.LogoutSuccess>;
252
252
  /**
@@ -256,7 +256,7 @@ declare class User {
256
256
  * @returns {Promise<UserApplicationModel.RegisterFormSuccess>} - Success response
257
257
  * @name registerWithForm
258
258
  * @summary: Register User with Form
259
- * @description: Enables new users to register using a form. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/registerWithForm/).
259
+ * @description: Enable new users to register using a form. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/registerWithForm/).
260
260
  */
261
261
  registerWithForm({ body, platform, requestHeaders }?: UserApplicationValidator.RegisterWithFormParam, { responseHeaders }?: object): Promise<UserApplicationModel.RegisterFormSuccess>;
262
262
  /**
@@ -267,7 +267,7 @@ declare class User {
267
267
  * Success response
268
268
  * @name resetForgotPassword
269
269
  * @summary: Reset Password via Code
270
- * @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/).
270
+ * @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/).
271
271
  */
272
272
  resetForgotPassword({ body, requestHeaders }?: UserApplicationValidator.ResetForgotPasswordParam, { responseHeaders }?: object): Promise<UserApplicationModel.ResetForgotPasswordSuccess>;
273
273
  /**
@@ -277,7 +277,7 @@ declare class User {
277
277
  * @returns {Promise<UserApplicationModel.EmailOtpSuccess>} - Success response
278
278
  * @name sendForgotOTPOnEmail
279
279
  * @summary: Send Email OTP for Forgot Password
280
- * @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/).
280
+ * @description: Send 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/).
281
281
  */
282
282
  sendForgotOTPOnEmail({ body, platform, requestHeaders }?: UserApplicationValidator.SendForgotOTPOnEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.EmailOtpSuccess>;
283
283
  /**
@@ -287,7 +287,7 @@ declare class User {
287
287
  * @returns {Promise<UserApplicationModel.OtpSuccess>} - Success response
288
288
  * @name sendForgotOTPOnMobile
289
289
  * @summary: Send mobile OTP for forgot-password
290
- * @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/).
290
+ * @description: Send 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/).
291
291
  */
292
292
  sendForgotOTPOnMobile({ body, platform, requestHeaders }?: UserApplicationValidator.SendForgotOTPOnMobileParam, { responseHeaders }?: object): Promise<UserApplicationModel.OtpSuccess>;
293
293
  /**
@@ -297,7 +297,7 @@ declare class User {
297
297
  * @returns {Promise<UserApplicationModel.EmailOtpSuccess>} - Success response
298
298
  * @name sendOTPOnEmail
299
299
  * @summary: Send OTP on Email
300
- * @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/).
300
+ * @description: Send 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/).
301
301
  */
302
302
  sendOTPOnEmail({ body, platform, requestHeaders }?: UserApplicationValidator.SendOTPOnEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.EmailOtpSuccess>;
303
303
  /**
@@ -307,7 +307,7 @@ declare class User {
307
307
  * @returns {Promise<UserApplicationModel.OtpSuccess>} - Success response
308
308
  * @name sendOTPOnMobile
309
309
  * @summary: Send OTP on Mobile
310
- * @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/).
310
+ * @description: Send 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/).
311
311
  */
312
312
  sendOTPOnMobile({ body, platform, requestHeaders }?: UserApplicationValidator.SendOTPOnMobileParam, { responseHeaders }?: object): Promise<UserApplicationModel.OtpSuccess>;
313
313
  /**
@@ -317,7 +317,7 @@ declare class User {
317
317
  * @returns {Promise<UserApplicationModel.ResetPasswordSuccess>} - Success response
318
318
  * @name sendResetPasswordEmail
319
319
  * @summary: Reset Password via Email
320
- * @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/).
320
+ * @description: Send a password reset link to the user's email. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetPasswordEmail/).
321
321
  */
322
322
  sendResetPasswordEmail({ body, platform, requestHeaders }?: UserApplicationValidator.SendResetPasswordEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.ResetPasswordSuccess>;
323
323
  /**
@@ -327,7 +327,7 @@ declare class User {
327
327
  * @returns {Promise<any>} - Success response
328
328
  * @name sendResetPasswordMobile
329
329
  * @summary: Reset Password via Mobile
330
- * @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/).
330
+ * @description: Send a password reset link to the user's mobile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetPasswordMobile/).
331
331
  */
332
332
  sendResetPasswordMobile({ body, platform, requestHeaders }?: UserApplicationValidator.SendResetPasswordMobileParam, { responseHeaders }?: object): Promise<any>;
333
333
  /**
@@ -337,7 +337,7 @@ declare class User {
337
337
  * @returns {Promise<UserApplicationModel.ResetPasswordSuccess>} - Success response
338
338
  * @name sendResetToken
339
339
  * @summary: Validate Password Reset Code
340
- * @description: Validate Password Reset link Code - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetToken/).
340
+ * @description: Validate password reset link code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendResetToken/).
341
341
  */
342
342
  sendResetToken({ body, requestHeaders }?: UserApplicationValidator.SendResetTokenParam, { responseHeaders }?: object): Promise<UserApplicationModel.ResetPasswordSuccess>;
343
343
  /**
@@ -349,7 +349,7 @@ declare class User {
349
349
  * Success response
350
350
  * @name sendVerificationLinkToEmail
351
351
  * @summary: Send Verification Link to Email
352
- * @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/).
352
+ * @description: Send a verification link to a newly added email address. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendVerificationLinkToEmail/).
353
353
  */
354
354
  sendVerificationLinkToEmail({ body, platform, requestHeaders }?: UserApplicationValidator.SendVerificationLinkToEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.SendEmailVerifyLinkSuccess>;
355
355
  /**
@@ -362,7 +362,7 @@ declare class User {
362
362
  * Success response
363
363
  * @name sendVerificationLinkToMobile
364
364
  * @summary: Send Verification Link to Mobile
365
- * @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/).
365
+ * @description: Send a verification link to a newly added mobile number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/sendVerificationLinkToMobile/).
366
366
  */
367
367
  sendVerificationLinkToMobile({ body, platform, requestHeaders }?: UserApplicationValidator.SendVerificationLinkToMobileParam, { responseHeaders }?: object): Promise<UserApplicationModel.SendMobileVerifyLinkSuccess>;
368
368
  /**
@@ -372,7 +372,7 @@ declare class User {
372
372
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
373
373
  * @name setEmailAsPrimary
374
374
  * @summary: Set Email as Primary
375
- * @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/).
375
+ * @description: Set an email address as the primary contact for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/setEmailAsPrimary/).
376
376
  */
377
377
  setEmailAsPrimary({ body, requestHeaders }?: UserApplicationValidator.SetEmailAsPrimaryParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
378
378
  /**
@@ -382,7 +382,7 @@ declare class User {
382
382
  * @returns {Promise<UserApplicationModel.LoginSuccess>} - Success response
383
383
  * @name setMobileNumberAsPrimary
384
384
  * @summary: Set Mobile as Primary
385
- * @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/).
385
+ * @description: Set a mobile number as the primary contact for the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/setMobileNumberAsPrimary/).
386
386
  */
387
387
  setMobileNumberAsPrimary({ body, requestHeaders }?: UserApplicationValidator.SetMobileNumberAsPrimaryParam, { responseHeaders }?: object): Promise<UserApplicationModel.LoginSuccess>;
388
388
  /**
@@ -402,7 +402,7 @@ declare class User {
402
402
  * @returns {Promise<UserApplicationModel.ProfileEditSuccess>} - Success response
403
403
  * @name updateProfile
404
404
  * @summary: Edit User Profile Details
405
- * @description: Allows users to modify and update their profile details - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateProfile/).
405
+ * @description: Allow users to modify and update their profile details. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateProfile/).
406
406
  */
407
407
  updateProfile({ body, platform, requestHeaders }?: UserApplicationValidator.UpdateProfileParam, { responseHeaders }?: object): Promise<UserApplicationModel.ProfileEditSuccess>;
408
408
  /**
@@ -412,7 +412,7 @@ declare class User {
412
412
  * @returns {Promise<UserApplicationModel.UserAttributes>} - Success response
413
413
  * @name updateUserAttributes
414
414
  * @summary: Update User Attributes
415
- * @description: Update user attributes - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateUserAttributes/).
415
+ * @description: Update user attributes. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/user/updateUserAttributes/).
416
416
  */
417
417
  updateUserAttributes({ body, requestHeaders }?: UserApplicationValidator.UpdateUserAttributesParam, { responseHeaders }?: object): Promise<UserApplicationModel.UserAttributes>;
418
418
  /**
@@ -432,7 +432,7 @@ declare class User {
432
432
  * @returns {Promise<UserApplicationModel.VerifyEmailSuccess>} - Success response
433
433
  * @name verifyEmail
434
434
  * @summary: Verify Email with Code
435
- * @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/).
435
+ * @description: Verify 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/).
436
436
  */
437
437
  verifyEmail({ body, requestHeaders }?: UserApplicationValidator.VerifyEmailParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyEmailSuccess>;
438
438
  /**
@@ -442,7 +442,7 @@ declare class User {
442
442
  * @returns {Promise<UserApplicationModel.VerifyForgotOtpSuccess>} - Success response
443
443
  * @name verifyEmailForgotOTP
444
444
  * @summary: Verify Email OTP for Forgot Password
445
- * @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/).
445
+ * @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/).
446
446
  */
447
447
  verifyEmailForgotOTP({ body, platform, requestHeaders }?: UserApplicationValidator.VerifyEmailForgotOTPParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyForgotOtpSuccess>;
448
448
  /**
@@ -462,7 +462,7 @@ declare class User {
462
462
  * @returns {Promise<UserApplicationModel.VerifyEmailSuccess>} - Success response
463
463
  * @name verifyMobile
464
464
  * @summary: Verify Mobile with Code
465
- * @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/).
465
+ * @description: Verify 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/).
466
466
  */
467
467
  verifyMobile({ body, requestHeaders }?: UserApplicationValidator.VerifyMobileParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyEmailSuccess>;
468
468
  /**
@@ -472,7 +472,7 @@ declare class User {
472
472
  * @returns {Promise<UserApplicationModel.VerifyForgotOtpSuccess>} - Success response
473
473
  * @name verifyMobileForgotOTP
474
474
  * @summary: Verify Mobile OTP for Forgot Password
475
- * @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/).
475
+ * @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/).
476
476
  */
477
477
  verifyMobileForgotOTP({ body, platform, requestHeaders }?: UserApplicationValidator.VerifyMobileForgotOTPParam, { responseHeaders }?: object): Promise<UserApplicationModel.VerifyForgotOtpSuccess>;
478
478
  /**