@etsoo/appscript 1.5.75 → 1.5.76

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.
@@ -3,10 +3,6 @@ export type ResetPasswordRQ = {
3
3
  * Email or mobile
4
4
  */
5
5
  id: string;
6
- /**
7
- * Verification code id
8
- */
9
- codeId: string;
10
6
  /**
11
7
  * Device id
12
8
  */
@@ -3,10 +3,6 @@ export type ResetPasswordRQ = {
3
3
  * Email or mobile
4
4
  */
5
5
  id: string;
6
- /**
7
- * Verification code id
8
- */
9
- codeId: string;
10
6
  /**
11
7
  * Device id
12
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.75",
3
+ "version": "1.5.76",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -4,11 +4,6 @@ export type ResetPasswordRQ = {
4
4
  */
5
5
  id: string;
6
6
 
7
- /**
8
- * Verification code id
9
- */
10
- codeId: string;
11
-
12
7
  /**
13
8
  * Device id
14
9
  */