waldur-js-client 7.7.8-dev.4 → 7.7.8-dev.5

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.
@@ -8098,6 +8098,7 @@ export type PermissionRequest = {
8098
8098
  readonly created: string;
8099
8099
  readonly created_by_full_name: string;
8100
8100
  readonly created_by_username: string;
8101
+ readonly created_by_email: string;
8101
8102
  readonly reviewed_by_full_name: string;
8102
8103
  readonly reviewed_by_username: string;
8103
8104
  /**
@@ -8114,6 +8115,7 @@ export type PermissionRequest = {
8114
8115
  readonly customer_name: string;
8115
8116
  readonly role_name: string;
8116
8117
  readonly role_description: string;
8118
+ readonly project_name_template: string;
8117
8119
  };
8118
8120
  export type PlanComponent = {
8119
8121
  readonly offering_name: string;
@@ -10998,7 +11000,7 @@ export type SectionRequest = {
10998
11000
  */
10999
11001
  is_standalone?: boolean;
11000
11002
  };
11001
- export type ServiceAccountState = 1 | 2 | 3;
11003
+ export type ServiceAccountState = 'OK' | 'Closed' | 'Erred';
11002
11004
  export type ServiceProvider = {
11003
11005
  readonly url?: string;
11004
11006
  readonly uuid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.8-dev.4",
3
+ "version": "7.7.8-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",