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