@etsoo/appscript 1.5.9 → 1.5.10

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