waldur-js-client 1.0.4-dev.77 → 1.0.4-dev.79
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 +32 -31
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -168,7 +168,7 @@ export type AwsInstance = {
|
|
|
168
168
|
readonly marketplace_offering_name?: string | null;
|
|
169
169
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
170
170
|
readonly marketplace_category_uuid?: string | null;
|
|
171
|
-
readonly marketplace_category_name?: string;
|
|
171
|
+
readonly marketplace_category_name?: string | null;
|
|
172
172
|
readonly marketplace_resource_uuid?: string | null;
|
|
173
173
|
readonly marketplace_plan_uuid?: string | null;
|
|
174
174
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -256,7 +256,7 @@ export type AwsVolume = {
|
|
|
256
256
|
readonly marketplace_offering_name?: string | null;
|
|
257
257
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
258
258
|
readonly marketplace_category_uuid?: string | null;
|
|
259
|
-
readonly marketplace_category_name?: string;
|
|
259
|
+
readonly marketplace_category_name?: string | null;
|
|
260
260
|
readonly marketplace_resource_uuid?: string | null;
|
|
261
261
|
readonly marketplace_plan_uuid?: string | null;
|
|
262
262
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -335,7 +335,7 @@ export type AzurePublicIp = {
|
|
|
335
335
|
readonly marketplace_offering_name?: string | null;
|
|
336
336
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
337
337
|
readonly marketplace_category_uuid?: string | null;
|
|
338
|
-
readonly marketplace_category_name?: string;
|
|
338
|
+
readonly marketplace_category_name?: string | null;
|
|
339
339
|
readonly marketplace_resource_uuid?: string | null;
|
|
340
340
|
readonly marketplace_plan_uuid?: string | null;
|
|
341
341
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -380,7 +380,7 @@ export type AzureResourceGroup = {
|
|
|
380
380
|
readonly marketplace_offering_name?: string | null;
|
|
381
381
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
382
382
|
readonly marketplace_category_uuid?: string | null;
|
|
383
|
-
readonly marketplace_category_name?: string;
|
|
383
|
+
readonly marketplace_category_name?: string | null;
|
|
384
384
|
readonly marketplace_resource_uuid?: string | null;
|
|
385
385
|
readonly marketplace_plan_uuid?: string | null;
|
|
386
386
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -434,7 +434,7 @@ export type AzureSqlDatabase = {
|
|
|
434
434
|
readonly marketplace_offering_name?: string | null;
|
|
435
435
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
436
436
|
readonly marketplace_category_uuid?: string | null;
|
|
437
|
-
readonly marketplace_category_name?: string;
|
|
437
|
+
readonly marketplace_category_name?: string | null;
|
|
438
438
|
readonly marketplace_resource_uuid?: string | null;
|
|
439
439
|
readonly marketplace_plan_uuid?: string | null;
|
|
440
440
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -494,7 +494,7 @@ export type AzureSqlServer = {
|
|
|
494
494
|
readonly marketplace_offering_name?: string | null;
|
|
495
495
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
496
496
|
readonly marketplace_category_uuid?: string | null;
|
|
497
|
-
readonly marketplace_category_name?: string;
|
|
497
|
+
readonly marketplace_category_name?: string | null;
|
|
498
498
|
readonly marketplace_resource_uuid?: string | null;
|
|
499
499
|
readonly marketplace_plan_uuid?: string | null;
|
|
500
500
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -579,7 +579,7 @@ export type AzureVirtualMachine = {
|
|
|
579
579
|
readonly marketplace_offering_name?: string | null;
|
|
580
580
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
581
581
|
readonly marketplace_category_uuid?: string | null;
|
|
582
|
-
readonly marketplace_category_name?: string;
|
|
582
|
+
readonly marketplace_category_name?: string | null;
|
|
583
583
|
readonly marketplace_resource_uuid?: string | null;
|
|
584
584
|
readonly marketplace_plan_uuid?: string | null;
|
|
585
585
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -1778,7 +1778,7 @@ export type CustomerDetails = {
|
|
|
1778
1778
|
name?: string;
|
|
1779
1779
|
address?: string;
|
|
1780
1780
|
country?: string;
|
|
1781
|
-
readonly country_name?: string;
|
|
1781
|
+
readonly country_name?: string | null;
|
|
1782
1782
|
email?: string;
|
|
1783
1783
|
postal?: string;
|
|
1784
1784
|
phone_number?: string;
|
|
@@ -2005,7 +2005,7 @@ export type DigitalOceanDroplet = {
|
|
|
2005
2005
|
readonly marketplace_offering_name?: string | null;
|
|
2006
2006
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
2007
2007
|
readonly marketplace_category_uuid?: string | null;
|
|
2008
|
-
readonly marketplace_category_name?: string;
|
|
2008
|
+
readonly marketplace_category_name?: string | null;
|
|
2009
2009
|
readonly marketplace_resource_uuid?: string | null;
|
|
2010
2010
|
readonly marketplace_plan_uuid?: string | null;
|
|
2011
2011
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -2141,7 +2141,7 @@ export type Event = {
|
|
|
2141
2141
|
message?: string;
|
|
2142
2142
|
readonly context?: unknown;
|
|
2143
2143
|
};
|
|
2144
|
-
export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users';
|
|
2144
|
+
export type EventGroupsEnum = 'access_subnets' | 'auth' | 'call' | 'credits' | 'customers' | 'invoices' | 'offering_accounting' | 'permissions' | 'projects' | 'proposal' | 'providers' | 'resources' | 'review' | 'ssh' | 'support' | 'users';
|
|
2145
2145
|
export type EventStats = {
|
|
2146
2146
|
readonly year: number;
|
|
2147
2147
|
readonly month: number;
|
|
@@ -4507,7 +4507,7 @@ export type OpenStackBackup = {
|
|
|
4507
4507
|
readonly marketplace_offering_name?: string | null;
|
|
4508
4508
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
4509
4509
|
readonly marketplace_category_uuid?: string | null;
|
|
4510
|
-
readonly marketplace_category_name?: string;
|
|
4510
|
+
readonly marketplace_category_name?: string | null;
|
|
4511
4511
|
readonly marketplace_resource_uuid?: string | null;
|
|
4512
4512
|
readonly marketplace_plan_uuid?: string | null;
|
|
4513
4513
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -4623,7 +4623,7 @@ export type OpenStackFloatingIp = {
|
|
|
4623
4623
|
readonly marketplace_offering_name?: string | null;
|
|
4624
4624
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
4625
4625
|
readonly marketplace_category_uuid?: string | null;
|
|
4626
|
-
readonly marketplace_category_name?: string;
|
|
4626
|
+
readonly marketplace_category_name?: string | null;
|
|
4627
4627
|
readonly marketplace_resource_uuid?: string | null;
|
|
4628
4628
|
readonly marketplace_plan_uuid?: string | null;
|
|
4629
4629
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -4736,7 +4736,7 @@ export type OpenStackInstance = {
|
|
|
4736
4736
|
readonly marketplace_offering_name?: string | null;
|
|
4737
4737
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
4738
4738
|
readonly marketplace_category_uuid?: string | null;
|
|
4739
|
-
readonly marketplace_category_name?: string;
|
|
4739
|
+
readonly marketplace_category_name?: string | null;
|
|
4740
4740
|
readonly marketplace_resource_uuid?: string | null;
|
|
4741
4741
|
readonly marketplace_plan_uuid?: string | null;
|
|
4742
4742
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -4912,7 +4912,7 @@ export type OpenStackNetwork = {
|
|
|
4912
4912
|
readonly marketplace_offering_name?: string | null;
|
|
4913
4913
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
4914
4914
|
readonly marketplace_category_uuid?: string | null;
|
|
4915
|
-
readonly marketplace_category_name?: string;
|
|
4915
|
+
readonly marketplace_category_name?: string | null;
|
|
4916
4916
|
readonly marketplace_resource_uuid?: string | null;
|
|
4917
4917
|
readonly marketplace_plan_uuid?: string | null;
|
|
4918
4918
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -4968,7 +4968,7 @@ export type OpenStackPort = {
|
|
|
4968
4968
|
readonly marketplace_offering_name?: string | null;
|
|
4969
4969
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
4970
4970
|
readonly marketplace_category_uuid?: string | null;
|
|
4971
|
-
readonly marketplace_category_name?: string;
|
|
4971
|
+
readonly marketplace_category_name?: string | null;
|
|
4972
4972
|
readonly marketplace_resource_uuid?: string | null;
|
|
4973
4973
|
readonly marketplace_plan_uuid?: string | null;
|
|
4974
4974
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5031,7 +5031,7 @@ export type OpenStackRouter = {
|
|
|
5031
5031
|
readonly marketplace_offering_name?: string | null;
|
|
5032
5032
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5033
5033
|
readonly marketplace_category_uuid?: string | null;
|
|
5034
|
-
readonly marketplace_category_name?: string;
|
|
5034
|
+
readonly marketplace_category_name?: string | null;
|
|
5035
5035
|
readonly marketplace_resource_uuid?: string | null;
|
|
5036
5036
|
readonly marketplace_plan_uuid?: string | null;
|
|
5037
5037
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5082,7 +5082,7 @@ export type OpenStackSecurityGroup = {
|
|
|
5082
5082
|
readonly marketplace_offering_name?: string | null;
|
|
5083
5083
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5084
5084
|
readonly marketplace_category_uuid?: string | null;
|
|
5085
|
-
readonly marketplace_category_name?: string;
|
|
5085
|
+
readonly marketplace_category_name?: string | null;
|
|
5086
5086
|
readonly marketplace_resource_uuid?: string | null;
|
|
5087
5087
|
readonly marketplace_plan_uuid?: string | null;
|
|
5088
5088
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5170,7 +5170,7 @@ export type OpenStackServerGroup = {
|
|
|
5170
5170
|
readonly marketplace_offering_name?: string | null;
|
|
5171
5171
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5172
5172
|
readonly marketplace_category_uuid?: string | null;
|
|
5173
|
-
readonly marketplace_category_name?: string;
|
|
5173
|
+
readonly marketplace_category_name?: string | null;
|
|
5174
5174
|
readonly marketplace_resource_uuid?: string | null;
|
|
5175
5175
|
readonly marketplace_plan_uuid?: string | null;
|
|
5176
5176
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5227,7 +5227,7 @@ export type OpenStackSnapshot = {
|
|
|
5227
5227
|
readonly marketplace_offering_name?: string | null;
|
|
5228
5228
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5229
5229
|
readonly marketplace_category_uuid?: string | null;
|
|
5230
|
-
readonly marketplace_category_name?: string;
|
|
5230
|
+
readonly marketplace_category_name?: string | null;
|
|
5231
5231
|
readonly marketplace_resource_uuid?: string | null;
|
|
5232
5232
|
readonly marketplace_plan_uuid?: string | null;
|
|
5233
5233
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5326,7 +5326,7 @@ export type OpenStackSubNet = {
|
|
|
5326
5326
|
readonly marketplace_offering_name?: string | null;
|
|
5327
5327
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5328
5328
|
readonly marketplace_category_uuid?: string | null;
|
|
5329
|
-
readonly marketplace_category_name?: string;
|
|
5329
|
+
readonly marketplace_category_name?: string | null;
|
|
5330
5330
|
readonly marketplace_resource_uuid?: string | null;
|
|
5331
5331
|
readonly marketplace_plan_uuid?: string | null;
|
|
5332
5332
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5390,7 +5390,7 @@ export type OpenStackTenant = {
|
|
|
5390
5390
|
readonly marketplace_offering_name?: string | null;
|
|
5391
5391
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5392
5392
|
readonly marketplace_category_uuid?: string | null;
|
|
5393
|
-
readonly marketplace_category_name?: string;
|
|
5393
|
+
readonly marketplace_category_name?: string | null;
|
|
5394
5394
|
readonly marketplace_resource_uuid?: string | null;
|
|
5395
5395
|
readonly marketplace_plan_uuid?: string | null;
|
|
5396
5396
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -5493,7 +5493,7 @@ export type OpenStackVolume = {
|
|
|
5493
5493
|
readonly marketplace_offering_name?: string | null;
|
|
5494
5494
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
5495
5495
|
readonly marketplace_category_uuid?: string | null;
|
|
5496
|
-
readonly marketplace_category_name?: string;
|
|
5496
|
+
readonly marketplace_category_name?: string | null;
|
|
5497
5497
|
readonly marketplace_resource_uuid?: string | null;
|
|
5498
5498
|
readonly marketplace_plan_uuid?: string | null;
|
|
5499
5499
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -7420,7 +7420,7 @@ export type RancherApplication = {
|
|
|
7420
7420
|
readonly marketplace_offering_name?: string | null;
|
|
7421
7421
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
7422
7422
|
readonly marketplace_category_uuid?: string | null;
|
|
7423
|
-
readonly marketplace_category_name?: string;
|
|
7423
|
+
readonly marketplace_category_name?: string | null;
|
|
7424
7424
|
readonly marketplace_resource_uuid?: string | null;
|
|
7425
7425
|
readonly marketplace_plan_uuid?: string | null;
|
|
7426
7426
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -7551,7 +7551,7 @@ export type RancherCluster = {
|
|
|
7551
7551
|
readonly marketplace_offering_name?: string | null;
|
|
7552
7552
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
7553
7553
|
readonly marketplace_category_uuid?: string | null;
|
|
7554
|
-
readonly marketplace_category_name?: string;
|
|
7554
|
+
readonly marketplace_category_name?: string | null;
|
|
7555
7555
|
readonly marketplace_resource_uuid?: string | null;
|
|
7556
7556
|
readonly marketplace_plan_uuid?: string | null;
|
|
7557
7557
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -7561,7 +7561,7 @@ export type RancherCluster = {
|
|
|
7561
7561
|
export type RancherClusterReference = {
|
|
7562
7562
|
readonly uuid?: string;
|
|
7563
7563
|
name?: string;
|
|
7564
|
-
readonly marketplace_uuid?: string;
|
|
7564
|
+
readonly marketplace_uuid?: string | null;
|
|
7565
7565
|
};
|
|
7566
7566
|
export type RancherClusterRequest = {
|
|
7567
7567
|
name: string;
|
|
@@ -7708,7 +7708,7 @@ export type RancherIngress = {
|
|
|
7708
7708
|
readonly marketplace_offering_name?: string | null;
|
|
7709
7709
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
7710
7710
|
readonly marketplace_category_uuid?: string | null;
|
|
7711
|
-
readonly marketplace_category_name?: string;
|
|
7711
|
+
readonly marketplace_category_name?: string | null;
|
|
7712
7712
|
readonly marketplace_resource_uuid?: string | null;
|
|
7713
7713
|
readonly marketplace_plan_uuid?: string | null;
|
|
7714
7714
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -7892,7 +7892,7 @@ export type RancherService = {
|
|
|
7892
7892
|
readonly marketplace_offering_name?: string | null;
|
|
7893
7893
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
7894
7894
|
readonly marketplace_category_uuid?: string | null;
|
|
7895
|
-
readonly marketplace_category_name?: string;
|
|
7895
|
+
readonly marketplace_category_name?: string | null;
|
|
7896
7896
|
readonly marketplace_resource_uuid?: string | null;
|
|
7897
7897
|
readonly marketplace_plan_uuid?: string | null;
|
|
7898
7898
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -8786,7 +8786,7 @@ export type SlurmAllocation = {
|
|
|
8786
8786
|
readonly marketplace_offering_name?: string | null;
|
|
8787
8787
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
8788
8788
|
readonly marketplace_category_uuid?: string | null;
|
|
8789
|
-
readonly marketplace_category_name?: string;
|
|
8789
|
+
readonly marketplace_category_name?: string | null;
|
|
8790
8790
|
readonly marketplace_resource_uuid?: string | null;
|
|
8791
8791
|
readonly marketplace_plan_uuid?: string | null;
|
|
8792
8792
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -9176,7 +9176,7 @@ export type VmwareDisk = {
|
|
|
9176
9176
|
readonly marketplace_offering_name?: string | null;
|
|
9177
9177
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
9178
9178
|
readonly marketplace_category_uuid?: string | null;
|
|
9179
|
-
readonly marketplace_category_name?: string;
|
|
9179
|
+
readonly marketplace_category_name?: string | null;
|
|
9180
9180
|
readonly marketplace_resource_uuid?: string | null;
|
|
9181
9181
|
readonly marketplace_plan_uuid?: string | null;
|
|
9182
9182
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -9290,7 +9290,7 @@ export type VmwarePort = {
|
|
|
9290
9290
|
readonly marketplace_offering_name?: string | null;
|
|
9291
9291
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
9292
9292
|
readonly marketplace_category_uuid?: string | null;
|
|
9293
|
-
readonly marketplace_category_name?: string;
|
|
9293
|
+
readonly marketplace_category_name?: string | null;
|
|
9294
9294
|
readonly marketplace_resource_uuid?: string | null;
|
|
9295
9295
|
readonly marketplace_plan_uuid?: string | null;
|
|
9296
9296
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -9390,7 +9390,7 @@ export type VmwareVirtualMachine = {
|
|
|
9390
9390
|
readonly marketplace_offering_name?: string | null;
|
|
9391
9391
|
readonly marketplace_offering_plugin_options?: {} | null;
|
|
9392
9392
|
readonly marketplace_category_uuid?: string | null;
|
|
9393
|
-
readonly marketplace_category_name?: string;
|
|
9393
|
+
readonly marketplace_category_name?: string | null;
|
|
9394
9394
|
readonly marketplace_resource_uuid?: string | null;
|
|
9395
9395
|
readonly marketplace_plan_uuid?: string | null;
|
|
9396
9396
|
readonly marketplace_resource_state?: string | null;
|
|
@@ -25324,6 +25324,7 @@ export type RancherClusterSecurityGroupsListData = {
|
|
|
25324
25324
|
body?: never;
|
|
25325
25325
|
path?: never;
|
|
25326
25326
|
query?: {
|
|
25327
|
+
cluster_uuid?: string;
|
|
25327
25328
|
name?: string;
|
|
25328
25329
|
name_exact?: string;
|
|
25329
25330
|
/**
|