waldur-js-client 7.7.8-dev.0 → 7.7.8-dev.2

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;
@@ -19282,6 +19284,10 @@ export type InvoicesItemsRetrieveData = {
19282
19284
  * Conceal compensation items
19283
19285
  */
19284
19286
  conceal_compensation_items?: boolean;
19287
+ /**
19288
+ * Order results by field
19289
+ */
19290
+ o?: 'project_name' | '-project_name' | 'resource_name' | '-resource_name' | 'provider_name' | '-provider_name' | 'name' | '-name';
19285
19291
  offering_uuid?: string;
19286
19292
  project_uuid?: string;
19287
19293
  provider_uuid?: string;
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.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",