@etsoo/appscript 1.5.9 → 1.5.11

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.
@@ -7,21 +7,13 @@ export type RefreshTokenRQ = {
7
7
  */
8
8
  deviceId: string;
9
9
  /**
10
- * Login password
11
- */
12
- pwd?: string;
13
- /**
14
- * Service device id
10
+ * Country or region
15
11
  */
16
- serviceDeviceId?: string;
12
+ region: string;
17
13
  /**
18
- * Service id
19
- */
20
- serviceId?: number;
21
- /**
22
- * Service Uid
14
+ * Login password
23
15
  */
24
- serviceUid?: string;
16
+ pwd?: string;
25
17
  /**
26
18
  * Time zone
27
19
  */
@@ -7,21 +7,13 @@ export type RefreshTokenRQ = {
7
7
  */
8
8
  deviceId: string;
9
9
  /**
10
- * Login password
11
- */
12
- pwd?: string;
13
- /**
14
- * Service device id
10
+ * Country or region
15
11
  */
16
- serviceDeviceId?: string;
12
+ region: string;
17
13
  /**
18
- * Service id
19
- */
20
- serviceId?: number;
21
- /**
22
- * Service Uid
14
+ * Login password
23
15
  */
24
- serviceUid?: string;
16
+ pwd?: string;
25
17
  /**
26
18
  * Time zone
27
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.5.9",
3
+ "version": "1.5.11",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -8,24 +8,14 @@ export type RefreshTokenRQ = {
8
8
  deviceId: string;
9
9
 
10
10
  /**
11
- * Login password
12
- */
13
- pwd?: string;
14
-
15
- /**
16
- * Service device id
11
+ * Country or region
17
12
  */
18
- serviceDeviceId?: string;
13
+ region: string;
19
14
 
20
15
  /**
21
- * Service id
22
- */
23
- serviceId?: number;
24
-
25
- /**
26
- * Service Uid
16
+ * Login password
27
17
  */
28
- serviceUid?: string;
18
+ pwd?: string;
29
19
 
30
20
  /**
31
21
  * Time zone