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