@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
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
pwd?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Service device id
|
|
10
|
+
* Country or region
|
|
15
11
|
*/
|
|
16
|
-
|
|
12
|
+
region: string;
|
|
17
13
|
/**
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
serviceId?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Service Uid
|
|
14
|
+
* Login password
|
|
23
15
|
*/
|
|
24
|
-
|
|
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
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
pwd?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Service device id
|
|
10
|
+
* Country or region
|
|
15
11
|
*/
|
|
16
|
-
|
|
12
|
+
region: string;
|
|
17
13
|
/**
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
serviceId?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Service Uid
|
|
14
|
+
* Login password
|
|
23
15
|
*/
|
|
24
|
-
|
|
16
|
+
pwd?: string;
|
|
25
17
|
/**
|
|
26
18
|
* Time zone
|
|
27
19
|
*/
|
package/package.json
CHANGED
|
@@ -8,24 +8,14 @@ export type RefreshTokenRQ = {
|
|
|
8
8
|
deviceId: string;
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
pwd?: string;
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Service device id
|
|
11
|
+
* Country or region
|
|
17
12
|
*/
|
|
18
|
-
|
|
13
|
+
region: string;
|
|
19
14
|
|
|
20
15
|
/**
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
serviceId?: number;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Service Uid
|
|
16
|
+
* Login password
|
|
27
17
|
*/
|
|
28
|
-
|
|
18
|
+
pwd?: string;
|
|
29
19
|
|
|
30
20
|
/**
|
|
31
21
|
* Time zone
|