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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
*/
|