waldur-js-client 8.0.7-dev.22 → 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 +9 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -27278,7 +27278,7 @@ export type MarketplaceServiceProviderUserOEnum = '-description' | '-email' | '-
|
|
|
27278
27278
|
export type AgentServiceStateEnum = 1 | 2 | 3;
|
|
27279
27279
|
export type SoftwareCatalogOEnum = '-catalog_type' | '-created' | '-modified' | '-name' | '-version' | 'catalog_type' | 'created' | 'modified' | 'name' | 'version';
|
|
27280
27280
|
export type SoftwarePackageOEnum = '-catalog_name' | '-catalog_version' | '-created' | '-modified' | '-name' | 'catalog_name' | 'catalog_version' | 'created' | 'modified' | 'name';
|
|
27281
|
-
export type SoftwareTargetOEnum = '-
|
|
27281
|
+
export type SoftwareTargetOEnum = '-cpu_microarchitecture' | '-created' | '-package_name' | '-target_name' | '-target_type' | 'cpu_microarchitecture' | 'created' | 'package_name' | 'target_name' | 'target_type';
|
|
27282
27282
|
export type SoftwareVersionOEnum = '-created' | '-package_name' | '-release_date' | '-version' | 'created' | 'package_name' | 'release_date' | 'version';
|
|
27283
27283
|
export type OpenStackInstanceAggregateGroupByEnum = 'availability_zone' | 'customer' | 'flavor_name' | 'hypervisor_hostname' | 'image_name' | 'runtime_state' | 'service_settings';
|
|
27284
27284
|
export type UserOfferingConsentOEnum = '-agreement_date' | '-created' | '-modified' | '-revocation_date' | 'agreement_date' | 'created' | 'modified' | 'revocation_date';
|
|
@@ -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
|
};
|
|
@@ -54324,6 +54326,9 @@ export type MarketplaceSoftwareTargetsListData = {
|
|
|
54324
54326
|
* Number of results to return per page.
|
|
54325
54327
|
*/
|
|
54326
54328
|
page_size?: number;
|
|
54329
|
+
/**
|
|
54330
|
+
* Filter targets by location/path (case-insensitive partial match)
|
|
54331
|
+
*/
|
|
54327
54332
|
path?: string;
|
|
54328
54333
|
/**
|
|
54329
54334
|
* Filter targets by name (e.g., x86_64, aarch64)
|
|
@@ -54376,6 +54381,9 @@ export type MarketplaceSoftwareTargetsCountData = {
|
|
|
54376
54381
|
* Number of results to return per page.
|
|
54377
54382
|
*/
|
|
54378
54383
|
page_size?: number;
|
|
54384
|
+
/**
|
|
54385
|
+
* Filter targets by location/path (case-insensitive partial match)
|
|
54386
|
+
*/
|
|
54379
54387
|
path?: string;
|
|
54380
54388
|
/**
|
|
54381
54389
|
* Filter targets by name (e.g., x86_64, aarch64)
|