yellowgrid-api-ts 3.2.156 → 3.2.157

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 CHANGED
@@ -743,6 +743,7 @@ export const AdminUserModelPermissionsEnum = {
743
743
  Technical: 'Technical',
744
744
  Privileged: 'Privileged',
745
745
  Development: 'Development',
746
+ Finance: 'Finance',
746
747
  } as const;
747
748
 
748
749
  export type AdminUserModelPermissionsEnum = typeof AdminUserModelPermissionsEnum[keyof typeof AdminUserModelPermissionsEnum];
package/dist/api.d.ts CHANGED
@@ -726,6 +726,7 @@ export declare const AdminUserModelPermissionsEnum: {
726
726
  readonly Technical: "Technical";
727
727
  readonly Privileged: "Privileged";
728
728
  readonly Development: "Development";
729
+ readonly Finance: "Finance";
729
730
  };
730
731
  export type AdminUserModelPermissionsEnum = typeof AdminUserModelPermissionsEnum[keyof typeof AdminUserModelPermissionsEnum];
731
732
  /**
package/dist/api.js CHANGED
@@ -111,6 +111,7 @@ exports.AdminUserModelPermissionsEnum = {
111
111
  Technical: 'Technical',
112
112
  Privileged: 'Privileged',
113
113
  Development: 'Development',
114
+ Finance: 'Finance',
114
115
  };
115
116
  exports.AuditLogEntityActionEnum = {
116
117
  Create: 'CREATE',
@@ -24,5 +24,10 @@ export declare const UserGroupEnum: {
24
24
  readonly value: "Development";
25
25
  readonly publicValue: "Development";
26
26
  };
27
+ readonly FINANCE: {
28
+ readonly name: "FINANCE";
29
+ readonly value: "Finance";
30
+ readonly publicValue: "Finance";
31
+ };
27
32
  };
28
33
  export type UserGroupEnum = typeof UserGroupEnum;
@@ -26,5 +26,10 @@ exports.UserGroupEnum = {
26
26
  "name": "DEVELOPMENT",
27
27
  "value": "Development",
28
28
  "publicValue": "Development"
29
+ },
30
+ "FINANCE": {
31
+ "name": "FINANCE",
32
+ "value": "Finance",
33
+ "publicValue": "Finance"
29
34
  }
30
35
  };
@@ -23,6 +23,11 @@ export const UserGroupEnum = {
23
23
  "name": "DEVELOPMENT",
24
24
  "value": "Development",
25
25
  "publicValue": "Development"
26
+ },
27
+ "FINANCE": {
28
+ "name": "FINANCE",
29
+ "value": "Finance",
30
+ "publicValue": "Finance"
26
31
  }
27
32
  } as const;
28
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.156",
3
+ "version": "3.2.157",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {