waldur-js-client 1.0.4-dev.70 → 1.0.4-dev.72

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.
@@ -3345,6 +3345,22 @@ export type MergedSecretOptions = {
3345
3345
  * Base image name
3346
3346
  */
3347
3347
  base_image_name?: string;
3348
+ /**
3349
+ * URL of a private registry for a cluster
3350
+ */
3351
+ private_registry_url?: string;
3352
+ /**
3353
+ * Username for accessing a private registry
3354
+ */
3355
+ private_registry_user?: string;
3356
+ /**
3357
+ * Password for accessing a private registry
3358
+ */
3359
+ private_registry_password?: string;
3360
+ /**
3361
+ * Kubernetes version
3362
+ */
3363
+ k8s_version?: string;
3348
3364
  /**
3349
3365
  * OpenStack disk driver for Rancher nodes
3350
3366
  */
@@ -3472,6 +3488,22 @@ export type MergedSecretOptionsRequest = {
3472
3488
  * Base image name
3473
3489
  */
3474
3490
  base_image_name?: string;
3491
+ /**
3492
+ * URL of a private registry for a cluster
3493
+ */
3494
+ private_registry_url?: string;
3495
+ /**
3496
+ * Username for accessing a private registry
3497
+ */
3498
+ private_registry_user?: string;
3499
+ /**
3500
+ * Password for accessing a private registry
3501
+ */
3502
+ private_registry_password?: string;
3503
+ /**
3504
+ * Kubernetes version
3505
+ */
3506
+ k8s_version?: string;
3475
3507
  /**
3476
3508
  * OpenStack disk driver for Rancher nodes
3477
3509
  */
@@ -14835,11 +14867,19 @@ export type MarketplaceComponentUserUsagesListData = {
14835
14867
  body?: never;
14836
14868
  path?: never;
14837
14869
  query?: {
14870
+ billing_period_month?: number;
14871
+ billing_period_year?: number;
14838
14872
  component_usage__billing_period?: string;
14839
14873
  customer_uuid?: string;
14840
14874
  date_after?: string;
14841
14875
  date_before?: string;
14842
14876
  field?: Array<'backend_id' | 'billing_period' | 'component_type' | 'component_usage' | 'created' | 'customer_name' | 'customer_uuid' | 'date' | 'description' | 'measured_unit' | 'modified' | 'offering_name' | 'offering_uuid' | 'project_name' | 'project_uuid' | 'resource_name' | 'resource_uuid' | 'usage' | 'user' | 'username' | 'uuid'>;
14877
+ /**
14878
+ * Ordering
14879
+ *
14880
+ *
14881
+ */
14882
+ o?: Array<'-component_usage__billing_period' | '-usage' | '-username' | 'component_usage__billing_period' | 'usage' | 'username'>;
14843
14883
  offering_uuid?: string;
14844
14884
  /**
14845
14885
  * A page number within the paginated result set.
@@ -14856,6 +14896,7 @@ export type MarketplaceComponentUserUsagesListData = {
14856
14896
  resource?: string;
14857
14897
  resource_uuid?: string;
14858
14898
  type?: string;
14899
+ username?: string;
14859
14900
  };
14860
14901
  url: '/api/marketplace-component-user-usages/';
14861
14902
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.70",
3
+ "version": "1.0.4-dev.72",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",