jmapcloud-ng-core-types 1.0.44 → 1.0.45

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.
package/all-enums.ts CHANGED
@@ -314,3 +314,5 @@ export const ALL_ROLES: ROLES[] = [
314
314
  ]
315
315
 
316
316
  export const ALL_MEMBER_ROLES: MEMBER_ROLES[] = [ROLES.ORG_ADMIN, ROLES.ORG_EDITOR, ROLES.ORG_VIEWER]
317
+
318
+ export const ALL_EMPTY_VALUES: JEMPTY_VALUES[] = [JEMPTY_VALUES.PROJECT_ID, JEMPTY_VALUES.TOKEN, JEMPTY_VALUES.UUID]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,10 @@
1
+ // ALL_EMPTY_VALUES in all-enum.ts
2
+ declare const enum JEMPTY_VALUES {
3
+ PROJECT_ID = -1,
4
+ TOKEN = "-1",
5
+ UUID = "00000000-0000-0000-0000-000000000000"
6
+ }
7
+
1
8
  // ALL_OPERATING_SYSTEMS in all-enum.ts
2
9
  declare const enum JOPERATING_SYSTEMS {
3
10
  UNKNOWN = "",