waldur-js-client 7.8.3-dev.6 → 7.8.3-dev.7

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.
@@ -37185,6 +37185,10 @@ export type ProposalProtectedCallsOfferingsListData = {
37185
37185
  * Number of results to return per page.
37186
37186
  */
37187
37187
  page_size?: number;
37188
+ /**
37189
+ * Filter by state
37190
+ */
37191
+ state?: string;
37188
37192
  };
37189
37193
  url: '/api/proposal-protected-calls/{uuid}/offerings/';
37190
37194
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.3-dev.6",
3
+ "version": "7.8.3-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",