@etsoo/appscript 1.3.8 → 1.3.9

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.
@@ -2,6 +2,10 @@
2
2
  * Organization add/edit request data
3
3
  */
4
4
  export declare type OrgRQ = {
5
+ /**
6
+ * Id
7
+ */
8
+ id: number;
5
9
  /**
6
10
  * Region id
7
11
  */
@@ -2,6 +2,10 @@
2
2
  * Organization add/edit request data
3
3
  */
4
4
  export declare type OrgRQ = {
5
+ /**
6
+ * Id
7
+ */
8
+ id: number;
5
9
  /**
6
10
  * Region id
7
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "Applications shared TypeScript framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "@etsoo/notificationbase": "^1.1.12",
56
56
  "@etsoo/restclient": "^1.0.74",
57
- "@etsoo/shared": "^1.1.62",
57
+ "@etsoo/shared": "^1.1.65",
58
58
  "@types/crypto-js": "^4.1.1",
59
59
  "crypto-js": "^4.1.1"
60
60
  },
@@ -2,6 +2,11 @@
2
2
  * Organization add/edit request data
3
3
  */
4
4
  export type OrgRQ = {
5
+ /**
6
+ * Id
7
+ */
8
+ id: number;
9
+
5
10
  /**
6
11
  * Region id
7
12
  */