waldur-js-client 7.7.8-dev.0 → 7.7.8-dev.1
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
|
@@ -8486,6 +8486,7 @@ export type Proposal = {
|
|
|
8486
8486
|
round: NestedRound;
|
|
8487
8487
|
readonly call_uuid: string;
|
|
8488
8488
|
readonly call_name: string;
|
|
8489
|
+
readonly call_managing_organisation_uuid: string;
|
|
8489
8490
|
oecd_fos_2007_code?: OecdFos2007CodeEnum | BlankEnum | NullEnum | null;
|
|
8490
8491
|
readonly oecd_fos_2007_label: string;
|
|
8491
8492
|
readonly allocation_comment: string | null;
|
|
@@ -8567,6 +8568,7 @@ export type ProposalReview = {
|
|
|
8567
8568
|
readonly round_start_time: string;
|
|
8568
8569
|
readonly call_name: string;
|
|
8569
8570
|
readonly call_uuid: string;
|
|
8571
|
+
readonly call_managing_organisation_uuid: string;
|
|
8570
8572
|
comment_project_title?: string | null;
|
|
8571
8573
|
comment_project_summary?: string | null;
|
|
8572
8574
|
comment_project_is_confidential?: string | null;
|