waldur-js-client 1.0.4-dev.24 → 1.0.4-dev.26

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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +30 -16
  2. package/package.json +1 -1
@@ -3155,10 +3155,9 @@ export type MergedSecretOptions = {
3155
3155
  * Organization UUID
3156
3156
  */
3157
3157
  customer_uuid?: string;
3158
- /**
3159
- * UUID of Rancher offering where cluster can be created
3160
- */
3161
- rancher_offering_uuid?: string;
3158
+ backend_url?: string;
3159
+ username?: string;
3160
+ password?: string;
3162
3161
  };
3163
3162
  export type MergedSecretOptionsRequest = {
3164
3163
  /**
@@ -3218,10 +3217,9 @@ export type MergedSecretOptionsRequest = {
3218
3217
  * Organization UUID
3219
3218
  */
3220
3219
  customer_uuid?: string;
3221
- /**
3222
- * UUID of Rancher offering where cluster can be created
3223
- */
3224
- rancher_offering_uuid?: string;
3220
+ backend_url?: string;
3221
+ username?: string;
3222
+ password?: string;
3225
3223
  };
3226
3224
  export type MessageTemplate = {
3227
3225
  readonly url: string;
@@ -3272,6 +3270,7 @@ export type MinimalConsumptionLogicEnum = 'fixed' | 'linear';
3272
3270
  export type MountPointEnum = '/var/lib/docker' | '/var/lib/etcd' | '/opt/media01';
3273
3271
  export type MoveProjectRequest = {
3274
3272
  customer: string;
3273
+ preserve_permissions: boolean;
3275
3274
  };
3276
3275
  export type NameUuid = {
3277
3276
  readonly name: string;
@@ -7113,10 +7112,6 @@ export type RancherCluster = {
7113
7112
  readonly modified?: string;
7114
7113
  readonly backend_id?: string;
7115
7114
  readonly access_url?: string | null;
7116
- /**
7117
- * Rancher generated node installation command base.
7118
- */
7119
- readonly node_command?: string;
7120
7115
  nodes?: Array<RancherNestedNode>;
7121
7116
  tenant?: string;
7122
7117
  readonly tenant_uuid?: string;
@@ -7378,7 +7373,6 @@ export type RancherNode = {
7378
7373
  controlplane_role?: boolean;
7379
7374
  etcd_role?: boolean;
7380
7375
  worker_role?: boolean;
7381
- readonly get_node_command: string;
7382
7376
  readonly k8s_version: string;
7383
7377
  readonly docker_version: string;
7384
7378
  readonly cpu_allocated: number | null;
@@ -11550,6 +11544,10 @@ export type CustomersListData = {
11550
11544
  * organization_group_uuid
11551
11545
  */
11552
11546
  organization_group_uuid?: Array<string>;
11547
+ /**
11548
+ * Return a list of customers where current user is owner.
11549
+ */
11550
+ owned_by_current_user?: boolean;
11553
11551
  /**
11554
11552
  * A page number within the paginated result set.
11555
11553
  */
@@ -11852,6 +11850,10 @@ export type CustomersCountriesListData = {
11852
11850
  * organization_group_uuid
11853
11851
  */
11854
11852
  organization_group_uuid?: Array<string>;
11853
+ /**
11854
+ * Return a list of customers where current user is owner.
11855
+ */
11856
+ owned_by_current_user?: boolean;
11855
11857
  /**
11856
11858
  * A page number within the paginated result set.
11857
11859
  */
@@ -12449,6 +12451,10 @@ export type FinancialReportsListData = {
12449
12451
  * organization_group_uuid
12450
12452
  */
12451
12453
  organization_group_uuid?: Array<string>;
12454
+ /**
12455
+ * Return a list of customers where current user is owner.
12456
+ */
12457
+ owned_by_current_user?: boolean;
12452
12458
  /**
12453
12459
  * A page number within the paginated result set.
12454
12460
  */
@@ -18374,6 +18380,10 @@ export type MarketplaceServiceProvidersCustomersListData = {
18374
18380
  * organization_group_uuid
18375
18381
  */
18376
18382
  organization_group_uuid?: Array<string>;
18383
+ /**
18384
+ * Return a list of customers where current user is owner.
18385
+ */
18386
+ owned_by_current_user?: boolean;
18377
18387
  /**
18378
18388
  * A page number within the paginated result set.
18379
18389
  */
@@ -18658,6 +18668,10 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
18658
18668
  * organization_group_uuid
18659
18669
  */
18660
18670
  organization_group_uuid?: Array<string>;
18671
+ /**
18672
+ * Return a list of customers where current user is owner.
18673
+ */
18674
+ owned_by_current_user?: boolean;
18661
18675
  /**
18662
18676
  * A page number within the paginated result set.
18663
18677
  */
@@ -24171,7 +24185,7 @@ export type RancherClustersListData = {
24171
24185
  customer_uuid?: string;
24172
24186
  description?: string;
24173
24187
  external_ip?: string;
24174
- field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'node_command' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24188
+ field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24175
24189
  name?: string;
24176
24190
  name_exact?: string;
24177
24191
  /**
@@ -24227,7 +24241,7 @@ export type RancherClustersRetrieveData = {
24227
24241
  uuid: string;
24228
24242
  };
24229
24243
  query?: {
24230
- field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'node_command' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24244
+ field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24231
24245
  };
24232
24246
  url: '/api/rancher-clusters/{uuid}/';
24233
24247
  };
@@ -24289,7 +24303,7 @@ export type RancherClustersKubeconfigFileRetrieveData = {
24289
24303
  uuid: string;
24290
24304
  };
24291
24305
  query?: {
24292
- field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'node_command' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24306
+ field?: Array<'access_url' | 'backend_id' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_name' | 'customer_native_name' | 'description' | 'error_message' | 'error_traceback' | 'install_longhorn' | 'is_limit_based' | 'is_usage_based' | 'management_security_group' | 'marketplace_category_name' | 'marketplace_category_uuid' | 'marketplace_offering_name' | 'marketplace_offering_plugin_options' | 'marketplace_offering_uuid' | 'marketplace_plan_uuid' | 'marketplace_resource_state' | 'marketplace_resource_uuid' | 'modified' | 'name' | 'nodes' | 'project' | 'project_name' | 'project_uuid' | 'resource_type' | 'runtime_state' | 'security_groups' | 'service_name' | 'service_settings' | 'service_settings_error_message' | 'service_settings_state' | 'service_settings_uuid' | 'ssh_public_key' | 'state' | 'tenant' | 'tenant_uuid' | 'url' | 'uuid'>;
24293
24307
  };
24294
24308
  url: '/api/rancher-clusters/{uuid}/kubeconfig_file/';
24295
24309
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.24",
3
+ "version": "1.0.4-dev.26",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",