unshared-clientjs-sdk 1.0.11 → 1.0.12

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 (2) hide show
  1. package/dist/client.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -128,7 +128,7 @@ export default class UnsharedLabsClient {
128
128
  * This method sends a verification email to the specified email address.
129
129
  *
130
130
  * @param {string} emailAddress - Email address to send the verification to
131
- *
131
+ * @param {string} deviceId - device id for whom the code is being verified.
132
132
  * @returns {Promise<any>} Response object from the email service containing verification details
133
133
  *
134
134
  * @throws {Error} Throws an error if:
@@ -148,6 +148,7 @@ export default class UnsharedLabsClient {
148
148
  * The code is typically obtained from the user after they receive the verification email.
149
149
  *
150
150
  * @param {string} emailAddress - Email address for whom the code is being verified.
151
+ * @param {string} deviceId - device id for whom the code is being verified.
151
152
  * @param {string} code - Verification code that was sent to the user's email
152
153
  *
153
154
  * @returns {Promise<any>} Response object from the verification service containing:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unshared-clientjs-sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",