yellowgrid-api-ts 3.2.153-dev.0 → 3.2.155-dev.0
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/api.ts +2 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +2 -1
- package/dist/models/UserGroupEnum.d.ts +28 -0
- package/dist/models/UserGroupEnum.js +30 -0
- package/models/UserGroupEnum.ts +29 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -970,7 +970,8 @@ export const AdminUserModelPermissionsEnum = {
|
|
|
970
970
|
All: 'All',
|
|
971
971
|
Standard: 'Standard',
|
|
972
972
|
Technical: 'Technical',
|
|
973
|
-
Privileged: 'Privileged'
|
|
973
|
+
Privileged: 'Privileged',
|
|
974
|
+
Development: 'Development'
|
|
974
975
|
} as const;
|
|
975
976
|
|
|
976
977
|
export type AdminUserModelPermissionsEnum = typeof AdminUserModelPermissionsEnum[keyof typeof AdminUserModelPermissionsEnum];
|
package/dist/api.d.ts
CHANGED
|
@@ -956,6 +956,7 @@ export declare const AdminUserModelPermissionsEnum: {
|
|
|
956
956
|
readonly Standard: "Standard";
|
|
957
957
|
readonly Technical: "Technical";
|
|
958
958
|
readonly Privileged: "Privileged";
|
|
959
|
+
readonly Development: "Development";
|
|
959
960
|
};
|
|
960
961
|
export type AdminUserModelPermissionsEnum = typeof AdminUserModelPermissionsEnum[keyof typeof AdminUserModelPermissionsEnum];
|
|
961
962
|
/**
|
package/dist/api.js
CHANGED
|
@@ -109,7 +109,8 @@ exports.AdminUserModelPermissionsEnum = {
|
|
|
109
109
|
All: 'All',
|
|
110
110
|
Standard: 'Standard',
|
|
111
111
|
Technical: 'Technical',
|
|
112
|
-
Privileged: 'Privileged'
|
|
112
|
+
Privileged: 'Privileged',
|
|
113
|
+
Development: 'Development'
|
|
113
114
|
};
|
|
114
115
|
exports.AuditLogEntityActionEnum = {
|
|
115
116
|
Create: 'CREATE',
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const UserGroupEnum: {
|
|
2
|
+
readonly ALL: {
|
|
3
|
+
readonly name: "ALL";
|
|
4
|
+
readonly value: "All";
|
|
5
|
+
readonly publicValue: "All";
|
|
6
|
+
};
|
|
7
|
+
readonly STANDARD: {
|
|
8
|
+
readonly name: "STANDARD";
|
|
9
|
+
readonly value: "Standard";
|
|
10
|
+
readonly publicValue: "Standard";
|
|
11
|
+
};
|
|
12
|
+
readonly TECHNICAL: {
|
|
13
|
+
readonly name: "TECHNICAL";
|
|
14
|
+
readonly value: "Technical";
|
|
15
|
+
readonly publicValue: "Technical";
|
|
16
|
+
};
|
|
17
|
+
readonly PRIVILEGED: {
|
|
18
|
+
readonly name: "PRIVILEGED";
|
|
19
|
+
readonly value: "Privileged";
|
|
20
|
+
readonly publicValue: "Privileged";
|
|
21
|
+
};
|
|
22
|
+
readonly DEVELOPMENT: {
|
|
23
|
+
readonly name: "DEVELOPMENT";
|
|
24
|
+
readonly value: "Development";
|
|
25
|
+
readonly publicValue: "Development";
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export type UserGroupEnum = typeof UserGroupEnum;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserGroupEnum = void 0;
|
|
4
|
+
exports.UserGroupEnum = {
|
|
5
|
+
"ALL": {
|
|
6
|
+
"name": "ALL",
|
|
7
|
+
"value": "All",
|
|
8
|
+
"publicValue": "All"
|
|
9
|
+
},
|
|
10
|
+
"STANDARD": {
|
|
11
|
+
"name": "STANDARD",
|
|
12
|
+
"value": "Standard",
|
|
13
|
+
"publicValue": "Standard"
|
|
14
|
+
},
|
|
15
|
+
"TECHNICAL": {
|
|
16
|
+
"name": "TECHNICAL",
|
|
17
|
+
"value": "Technical",
|
|
18
|
+
"publicValue": "Technical"
|
|
19
|
+
},
|
|
20
|
+
"PRIVILEGED": {
|
|
21
|
+
"name": "PRIVILEGED",
|
|
22
|
+
"value": "Privileged",
|
|
23
|
+
"publicValue": "Privileged"
|
|
24
|
+
},
|
|
25
|
+
"DEVELOPMENT": {
|
|
26
|
+
"name": "DEVELOPMENT",
|
|
27
|
+
"value": "Development",
|
|
28
|
+
"publicValue": "Development"
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const UserGroupEnum = {
|
|
2
|
+
"ALL": {
|
|
3
|
+
"name": "ALL",
|
|
4
|
+
"value": "All",
|
|
5
|
+
"publicValue": "All"
|
|
6
|
+
},
|
|
7
|
+
"STANDARD": {
|
|
8
|
+
"name": "STANDARD",
|
|
9
|
+
"value": "Standard",
|
|
10
|
+
"publicValue": "Standard"
|
|
11
|
+
},
|
|
12
|
+
"TECHNICAL": {
|
|
13
|
+
"name": "TECHNICAL",
|
|
14
|
+
"value": "Technical",
|
|
15
|
+
"publicValue": "Technical"
|
|
16
|
+
},
|
|
17
|
+
"PRIVILEGED": {
|
|
18
|
+
"name": "PRIVILEGED",
|
|
19
|
+
"value": "Privileged",
|
|
20
|
+
"publicValue": "Privileged"
|
|
21
|
+
},
|
|
22
|
+
"DEVELOPMENT": {
|
|
23
|
+
"name": "DEVELOPMENT",
|
|
24
|
+
"value": "Development",
|
|
25
|
+
"publicValue": "Development"
|
|
26
|
+
}
|
|
27
|
+
} as const;
|
|
28
|
+
|
|
29
|
+
export type UserGroupEnum = typeof UserGroupEnum;
|