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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.8-dev.0",
3
+ "version": "7.7.8-dev.1",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",