jmapcloud-ng-core-types 1.0.45 → 1.0.46
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 +0 -2
- package/package.json +1 -1
- package/public/jmap/main.d.ts +0 -7
package/all-enums.ts
CHANGED
|
@@ -314,5 +314,3 @@ 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
package/public/jmap/main.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
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
|
-
|
|
8
1
|
// ALL_OPERATING_SYSTEMS in all-enum.ts
|
|
9
2
|
declare const enum JOPERATING_SYSTEMS {
|
|
10
3
|
UNKNOWN = "",
|