waldur-js-client 1.0.4-dev.5 → 1.0.4-dev.6

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.
@@ -6390,6 +6390,8 @@ export type Proposal = {
6390
6390
  state: ProposalStates;
6391
6391
  readonly approved_by: string | null;
6392
6392
  readonly created_by: string | null;
6393
+ readonly created_by_name: string;
6394
+ readonly created_by_uuid: string;
6393
6395
  /**
6394
6396
  * Duration in days after provisioning of resources.
6395
6397
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.5",
3
+ "version": "1.0.4-dev.6",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",