@etsoo/appscript 1.3.43 → 1.3.44

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.
@@ -52,6 +52,10 @@ export type OrgViewDto = {
52
52
  * Entity status
53
53
  */
54
54
  entityStatus: EntityStatus;
55
+ /**
56
+ * Parent organization id
57
+ */
58
+ parentId?: number;
55
59
  /**
56
60
  * Creation
57
61
  */
@@ -52,6 +52,10 @@ export type OrgViewDto = {
52
52
  * Entity status
53
53
  */
54
54
  entityStatus: EntityStatus;
55
+ /**
56
+ * Parent organization id
57
+ */
58
+ parentId?: number;
55
59
  /**
56
60
  * Creation
57
61
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/appscript",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
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.18",
56
56
  "@etsoo/restclient": "^1.0.79",
57
- "@etsoo/shared": "^1.1.78",
57
+ "@etsoo/shared": "^1.1.79",
58
58
  "@types/crypto-js": "^4.1.1",
59
59
  "crypto-js": "^4.1.1"
60
60
  },
@@ -67,7 +67,7 @@
67
67
  "@types/jest": "^29.2.3",
68
68
  "@typescript-eslint/eslint-plugin": "^5.45.0",
69
69
  "@typescript-eslint/parser": "^5.45.0",
70
- "eslint": "^8.28.0",
70
+ "eslint": "^8.29.0",
71
71
  "eslint-config-airbnb-base": "^15.0.0",
72
72
  "eslint-plugin-import": "^2.26.0",
73
73
  "jest": "^29.3.1",
@@ -66,6 +66,11 @@ export type OrgViewDto = {
66
66
  */
67
67
  entityStatus: EntityStatus;
68
68
 
69
+ /**
70
+ * Parent organization id
71
+ */
72
+ parentId?: number;
73
+
69
74
  /**
70
75
  * Creation
71
76
  */