yellowgrid-api-ts 3.2.153-dev.0 → 3.2.154-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.
@@ -0,0 +1,23 @@
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
+ };
23
+ export type UserGroupEnum = typeof UserGroupEnum;
@@ -0,0 +1,25 @@
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
+ };
@@ -0,0 +1,24 @@
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
+ } as const;
23
+
24
+ export type UserGroupEnum = typeof UserGroupEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.153-dev.0",
3
+ "version": "3.2.154-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {