waldur-js-client 8.0.7-dev.23 → 8.0.7-dev.24
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
|
@@ -45136,6 +45136,7 @@ export type MarketplaceProjectEstimatedCostPoliciesListData = {
|
|
|
45136
45136
|
page_size?: number;
|
|
45137
45137
|
project?: string;
|
|
45138
45138
|
project_uuid?: string;
|
|
45139
|
+
query?: string;
|
|
45139
45140
|
scope?: string;
|
|
45140
45141
|
scope_uuid?: string;
|
|
45141
45142
|
};
|
|
@@ -45161,6 +45162,7 @@ export type MarketplaceProjectEstimatedCostPoliciesCountData = {
|
|
|
45161
45162
|
page_size?: number;
|
|
45162
45163
|
project?: string;
|
|
45163
45164
|
project_uuid?: string;
|
|
45165
|
+
query?: string;
|
|
45164
45166
|
scope?: string;
|
|
45165
45167
|
scope_uuid?: string;
|
|
45166
45168
|
};
|