@cloudfleet/sdk 0.0.1-af94f78 → 0.0.1-b0946c6
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/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +39 -8
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js.map +1 -1
- package/dist/client/types.gen.d.ts +4 -11
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +1 -1
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js +10 -12
- package/dist/client/utils.gen.js.map +1 -1
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -1
- package/dist/core/auth.gen.js.map +1 -1
- package/dist/core/bodySerializer.gen.d.ts +16 -8
- package/dist/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/core/bodySerializer.gen.js +1 -1
- package/dist/core/bodySerializer.gen.js.map +1 -1
- package/dist/core/params.gen.d.ts +10 -0
- package/dist/core/params.gen.d.ts.map +1 -1
- package/dist/core/params.gen.js +18 -6
- package/dist/core/params.gen.js.map +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -1
- package/dist/core/pathSerializer.gen.js +3 -11
- package/dist/core/pathSerializer.gen.js.map +1 -1
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -1
- package/dist/core/queryKeySerializer.gen.js +4 -11
- package/dist/core/queryKeySerializer.gen.js.map +1 -1
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/core/serverSentEvents.gen.js +5 -7
- package/dist/core/serverSentEvents.gen.js.map +1 -1
- package/dist/core/types.gen.d.ts +1 -1
- package/dist/core/types.gen.d.ts.map +1 -1
- package/dist/core/utils.gen.d.ts.map +1 -1
- package/dist/core/utils.gen.js +1 -1
- package/dist/core/utils.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +583 -131
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1112 -215
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +46 -6
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +91 -127
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +562 -57
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +583 -607
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +354 -457
- package/dist/zod.gen.js.map +1 -1
- package/package.json +8 -4
package/dist/zod.gen.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as z from 'zod';
|
|
2
2
|
export declare const zBillingContact: z.ZodObject<{
|
|
3
3
|
company: z.ZodOptional<z.ZodString>;
|
|
4
4
|
address1: z.ZodOptional<z.ZodString>;
|
|
@@ -200,16 +200,22 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
200
200
|
pro: "pro";
|
|
201
201
|
}>;
|
|
202
202
|
region: z.ZodOptional<z.ZodEnum<{
|
|
203
|
-
staging: "staging";
|
|
203
|
+
"staging-1a": "staging-1a";
|
|
204
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
205
205
|
"europe-central-1a": "europe-central-1a";
|
|
206
206
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
207
|
}>>;
|
|
208
|
-
version_channel: z.
|
|
208
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
209
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
210
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
211
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
212
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
213
|
+
}>>;
|
|
209
214
|
}, z.core.$strip>;
|
|
210
215
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
211
216
|
certificate_authority: z.ZodString;
|
|
212
217
|
endpoint: z.ZodURL;
|
|
218
|
+
cluster_dns: z.ZodString;
|
|
213
219
|
auth_key: z.ZodString;
|
|
214
220
|
bootstrap_token: z.ZodString;
|
|
215
221
|
versions: z.ZodObject<{
|
|
@@ -231,12 +237,11 @@ export declare const zCluster: z.ZodObject<{
|
|
|
231
237
|
pro: "pro";
|
|
232
238
|
}>;
|
|
233
239
|
region: z.ZodOptional<z.ZodEnum<{
|
|
234
|
-
staging: "staging";
|
|
240
|
+
"staging-1a": "staging-1a";
|
|
235
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
236
242
|
"europe-central-1a": "europe-central-1a";
|
|
237
243
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
238
244
|
}>>;
|
|
239
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
240
245
|
id: z.ZodUUID;
|
|
241
246
|
status: z.ZodEnum<{
|
|
242
247
|
deleted: "deleted";
|
|
@@ -255,6 +260,7 @@ export declare const zCluster: z.ZodObject<{
|
|
|
255
260
|
created_at: z.ZodOptional<z.ZodString>;
|
|
256
261
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
257
262
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
263
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
258
264
|
}, z.core.$strip>;
|
|
259
265
|
export declare const zClusterUpdateInput: z.ZodObject<{
|
|
260
266
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -325,7 +331,7 @@ export declare const zInvite: z.ZodObject<{
|
|
|
325
331
|
code: z.ZodOptional<z.ZodString>;
|
|
326
332
|
}, z.core.$strip>;
|
|
327
333
|
export declare const zInvoice: z.ZodObject<{
|
|
328
|
-
id: z.ZodOptional<z.
|
|
334
|
+
id: z.ZodOptional<z.ZodString>;
|
|
329
335
|
number: z.ZodOptional<z.ZodString>;
|
|
330
336
|
status: z.ZodOptional<z.ZodString>;
|
|
331
337
|
total: z.ZodOptional<z.ZodNumber>;
|
|
@@ -335,19 +341,30 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
335
341
|
period_end: z.ZodISODateTime;
|
|
336
342
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
337
343
|
}, z.core.$strip>;
|
|
344
|
+
export declare const zMarketplaceListingFiles: z.ZodObject<{
|
|
345
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
346
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
347
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
348
|
+
}, z.core.$strip>;
|
|
338
349
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
339
|
-
id: z.ZodString;
|
|
340
350
|
name: z.ZodString;
|
|
341
|
-
|
|
342
|
-
description: z.ZodString;
|
|
343
|
-
logoUrl: z.ZodString;
|
|
344
|
-
longDescription: z.ZodString;
|
|
345
|
-
categories: z.ZodArray<z.ZodString>;
|
|
351
|
+
versions: z.ZodArray<z.ZodString>;
|
|
346
352
|
version_channels: z.ZodArray<z.ZodString>;
|
|
347
|
-
|
|
353
|
+
latestVersion: z.ZodString;
|
|
354
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
name: z.ZodString;
|
|
348
356
|
version: z.ZodString;
|
|
349
|
-
|
|
350
|
-
|
|
357
|
+
description: z.ZodOptional<z.ZodString>;
|
|
358
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
359
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
360
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
361
|
+
home: z.ZodOptional<z.ZodString>;
|
|
362
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
363
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
365
|
+
name: z.ZodString;
|
|
366
|
+
email: z.ZodOptional<z.ZodString>;
|
|
367
|
+
}, z.core.$strip>>>;
|
|
351
368
|
}, z.core.$strip>>;
|
|
352
369
|
}, z.core.$strip>;
|
|
353
370
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
@@ -373,6 +390,9 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
373
390
|
id: z.ZodString;
|
|
374
391
|
label: z.ZodString;
|
|
375
392
|
}, z.core.$strip>>;
|
|
393
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
394
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
395
|
+
cfcr_storage_gb: z.ZodInt;
|
|
376
396
|
}, z.core.$strip>;
|
|
377
397
|
status: z.ZodEnum<{
|
|
378
398
|
active: "active";
|
|
@@ -401,6 +421,68 @@ export declare const zPaymentMethod: z.ZodObject<{
|
|
|
401
421
|
visa: "visa";
|
|
402
422
|
}>;
|
|
403
423
|
}, z.core.$strip>;
|
|
424
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
425
|
+
basic_clusters_max: z.ZodInt;
|
|
426
|
+
basic_clusters_available: z.ZodInt;
|
|
427
|
+
pro_clusters_max: z.ZodInt;
|
|
428
|
+
pro_clusters_available: z.ZodInt;
|
|
429
|
+
fleets_max: z.ZodInt;
|
|
430
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
431
|
+
regions: z.ZodArray<z.ZodString>;
|
|
432
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
433
|
+
id: z.ZodString;
|
|
434
|
+
label: z.ZodString;
|
|
435
|
+
}, z.core.$strip>>;
|
|
436
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
437
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
438
|
+
cfcr_storage_gb: z.ZodInt;
|
|
439
|
+
}, z.core.$strip>;
|
|
440
|
+
export declare const zRegistryRepository: z.ZodObject<{
|
|
441
|
+
name: z.ZodString;
|
|
442
|
+
region: z.ZodString;
|
|
443
|
+
uri: z.ZodString;
|
|
444
|
+
}, z.core.$strip>;
|
|
445
|
+
export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
446
|
+
name: z.ZodString;
|
|
447
|
+
region: z.ZodString;
|
|
448
|
+
uri: z.ZodString;
|
|
449
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
450
|
+
name: z.ZodString;
|
|
451
|
+
size: z.ZodNumber;
|
|
452
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
453
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
454
|
+
}, z.core.$strip>>;
|
|
455
|
+
totalSize: z.ZodNumber;
|
|
456
|
+
}, z.core.$strip>;
|
|
457
|
+
export declare const zRegistryTag: z.ZodObject<{
|
|
458
|
+
name: z.ZodString;
|
|
459
|
+
digest: z.ZodString;
|
|
460
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
461
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
462
|
+
size: z.ZodNumber;
|
|
463
|
+
}, z.core.$strip>>;
|
|
464
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
465
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
466
|
+
size: z.ZodNumber;
|
|
467
|
+
}, z.core.$strip>>>;
|
|
468
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
469
|
+
digest: z.ZodString;
|
|
470
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
471
|
+
architecture: z.ZodString;
|
|
472
|
+
os: z.ZodString;
|
|
473
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
474
|
+
}, z.core.$strip>>;
|
|
475
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
476
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
477
|
+
size: z.ZodNumber;
|
|
478
|
+
}, z.core.$strip>>>;
|
|
479
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
480
|
+
}, z.core.$strip>>>;
|
|
481
|
+
size: z.ZodNumber;
|
|
482
|
+
region: z.ZodString;
|
|
483
|
+
repository: z.ZodString;
|
|
484
|
+
uri: z.ZodString;
|
|
485
|
+
}, z.core.$strip>;
|
|
404
486
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
405
487
|
name: z.ZodString;
|
|
406
488
|
role: z.ZodEnum<{
|
|
@@ -425,37 +507,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
425
507
|
User: "User";
|
|
426
508
|
}>>;
|
|
427
509
|
}, z.core.$strip>;
|
|
510
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
511
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
512
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
513
|
+
}, z.core.$strip>;
|
|
514
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
515
|
+
data: z.ZodArray<z.ZodObject<{
|
|
516
|
+
hour: z.ZodString;
|
|
517
|
+
cluster_id: z.ZodString;
|
|
518
|
+
product: z.ZodString;
|
|
519
|
+
value: z.ZodNumber;
|
|
520
|
+
price: z.ZodNumber;
|
|
521
|
+
total: z.ZodNumber;
|
|
522
|
+
}, z.core.$strip>>;
|
|
523
|
+
facets: z.ZodObject<{
|
|
524
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
525
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
526
|
+
}, z.core.$strip>;
|
|
527
|
+
}, z.core.$strip>;
|
|
428
528
|
export declare const zUsage: z.ZodObject<{
|
|
429
|
-
hour: z.
|
|
430
|
-
cluster_id: z.
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
}>;
|
|
436
|
-
product: z.ZodEnum<{
|
|
437
|
-
cfke_controlplane: "cfke_controlplane";
|
|
438
|
-
cfke_connected_nodes: "cfke_connected_nodes";
|
|
439
|
-
infra_compute: "infra_compute";
|
|
440
|
-
infra_storage: "infra_storage";
|
|
441
|
-
infra_loadbalancing: "infra_loadbalancing";
|
|
442
|
-
infra_traffic: "infra_traffic";
|
|
443
|
-
cfcr_storage: "cfcr_storage";
|
|
444
|
-
}>;
|
|
445
|
-
node_name: z.ZodString;
|
|
446
|
-
sku: z.ZodString;
|
|
447
|
-
cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
448
|
-
"": "";
|
|
449
|
-
}>]>;
|
|
450
|
-
price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
451
|
-
"": "";
|
|
452
|
-
}>]>;
|
|
453
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
454
|
-
"": "";
|
|
455
|
-
}>]>;
|
|
456
|
-
total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
457
|
-
"": "";
|
|
458
|
-
}>]>;
|
|
529
|
+
hour: z.ZodString;
|
|
530
|
+
cluster_id: z.ZodString;
|
|
531
|
+
product: z.ZodString;
|
|
532
|
+
value: z.ZodNumber;
|
|
533
|
+
price: z.ZodNumber;
|
|
534
|
+
total: z.ZodNumber;
|
|
459
535
|
}, z.core.$strip>;
|
|
460
536
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
461
537
|
email: z.ZodEmail;
|
|
@@ -500,50 +576,29 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
500
576
|
inactive: "inactive";
|
|
501
577
|
}>>;
|
|
502
578
|
}, z.core.$strip>;
|
|
503
|
-
export declare const
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
579
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
580
|
+
granularity: z.ZodOptional<z.ZodEnum<{
|
|
581
|
+
hourly: "hourly";
|
|
582
|
+
daily: "daily";
|
|
583
|
+
monthly: "monthly";
|
|
584
|
+
}>>;
|
|
507
585
|
}, z.core.$strip>;
|
|
508
586
|
/**
|
|
509
|
-
*
|
|
587
|
+
* Usage data with facets for filtering
|
|
510
588
|
*/
|
|
511
|
-
export declare const zGetUsageResponse: z.
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
infra_loadbalancing: "infra_loadbalancing";
|
|
525
|
-
infra_traffic: "infra_traffic";
|
|
526
|
-
cfcr_storage: "cfcr_storage";
|
|
527
|
-
}>;
|
|
528
|
-
node_name: z.ZodString;
|
|
529
|
-
sku: z.ZodString;
|
|
530
|
-
cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
531
|
-
"": "";
|
|
532
|
-
}>]>;
|
|
533
|
-
price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
534
|
-
"": "";
|
|
535
|
-
}>]>;
|
|
536
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
537
|
-
"": "";
|
|
538
|
-
}>]>;
|
|
539
|
-
total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
540
|
-
"": "";
|
|
541
|
-
}>]>;
|
|
542
|
-
}, z.core.$strip>>;
|
|
543
|
-
export declare const zGetPaymentMethodData: z.ZodObject<{
|
|
544
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
545
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
546
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
589
|
+
export declare const zGetUsageResponse: z.ZodObject<{
|
|
590
|
+
data: z.ZodArray<z.ZodObject<{
|
|
591
|
+
hour: z.ZodString;
|
|
592
|
+
cluster_id: z.ZodString;
|
|
593
|
+
product: z.ZodString;
|
|
594
|
+
value: z.ZodNumber;
|
|
595
|
+
price: z.ZodNumber;
|
|
596
|
+
total: z.ZodNumber;
|
|
597
|
+
}, z.core.$strip>>;
|
|
598
|
+
facets: z.ZodObject<{
|
|
599
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
600
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
601
|
+
}, z.core.$strip>;
|
|
547
602
|
}, z.core.$strip>;
|
|
548
603
|
/**
|
|
549
604
|
* Redacted payment card information.
|
|
@@ -569,11 +624,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
569
624
|
visa: "visa";
|
|
570
625
|
}>;
|
|
571
626
|
}, z.core.$strip>;
|
|
572
|
-
export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
573
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
574
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
575
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
576
|
-
}, z.core.$strip>;
|
|
577
627
|
/**
|
|
578
628
|
* The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
579
629
|
*
|
|
@@ -581,16 +631,11 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
581
631
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
582
632
|
id: z.ZodOptional<z.ZodString>;
|
|
583
633
|
}, z.core.$strip>;
|
|
584
|
-
export declare const zListInvoicesData: z.ZodObject<{
|
|
585
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
586
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
587
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
588
|
-
}, z.core.$strip>;
|
|
589
634
|
/**
|
|
590
635
|
* An array of usage records.
|
|
591
636
|
*/
|
|
592
637
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
593
|
-
id: z.ZodOptional<z.
|
|
638
|
+
id: z.ZodOptional<z.ZodString>;
|
|
594
639
|
number: z.ZodOptional<z.ZodString>;
|
|
595
640
|
status: z.ZodOptional<z.ZodString>;
|
|
596
641
|
total: z.ZodOptional<z.ZodNumber>;
|
|
@@ -600,11 +645,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
600
645
|
period_end: z.ZodISODateTime;
|
|
601
646
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
602
647
|
}, z.core.$strip>>;
|
|
603
|
-
export declare const zGetContactData: z.ZodObject<{
|
|
604
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
605
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
606
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
607
|
-
}, z.core.$strip>;
|
|
608
648
|
/**
|
|
609
649
|
* Returns a single object containing organization contact and billing address details.
|
|
610
650
|
*/
|
|
@@ -751,152 +791,148 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
751
791
|
zw_tin: "zw_tin";
|
|
752
792
|
}>>;
|
|
753
793
|
}, z.core.$strip>;
|
|
754
|
-
export declare const
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
}>>;
|
|
897
|
-
}, z.core.$strip>;
|
|
898
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
899
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
794
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
795
|
+
company: z.ZodOptional<z.ZodString>;
|
|
796
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
797
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
798
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
799
|
+
city: z.ZodOptional<z.ZodString>;
|
|
800
|
+
state: z.ZodOptional<z.ZodString>;
|
|
801
|
+
country: z.ZodOptional<z.ZodString>;
|
|
802
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
803
|
+
email: z.ZodEmail;
|
|
804
|
+
individual_name: z.ZodString;
|
|
805
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
806
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
807
|
+
"": "";
|
|
808
|
+
ad_nrt: "ad_nrt";
|
|
809
|
+
ae_trn: "ae_trn";
|
|
810
|
+
al_tin: "al_tin";
|
|
811
|
+
am_tin: "am_tin";
|
|
812
|
+
ao_tin: "ao_tin";
|
|
813
|
+
ar_cuit: "ar_cuit";
|
|
814
|
+
at_vat: "at_vat";
|
|
815
|
+
au_abn: "au_abn";
|
|
816
|
+
au_arn: "au_arn";
|
|
817
|
+
ba_tin: "ba_tin";
|
|
818
|
+
bb_tin: "bb_tin";
|
|
819
|
+
be_vat: "be_vat";
|
|
820
|
+
bg_uic: "bg_uic";
|
|
821
|
+
bg_vat: "bg_vat";
|
|
822
|
+
bh_vat: "bh_vat";
|
|
823
|
+
bo_tin: "bo_tin";
|
|
824
|
+
br_cnpj: "br_cnpj";
|
|
825
|
+
br_cpf: "br_cpf";
|
|
826
|
+
bs_tin: "bs_tin";
|
|
827
|
+
by_tin: "by_tin";
|
|
828
|
+
ca_bn: "ca_bn";
|
|
829
|
+
ca_gst_hst: "ca_gst_hst";
|
|
830
|
+
ca_pst_bc: "ca_pst_bc";
|
|
831
|
+
ca_pst_mb: "ca_pst_mb";
|
|
832
|
+
ca_pst_sk: "ca_pst_sk";
|
|
833
|
+
ca_qst: "ca_qst";
|
|
834
|
+
cd_nif: "cd_nif";
|
|
835
|
+
ch_uid: "ch_uid";
|
|
836
|
+
ch_vat: "ch_vat";
|
|
837
|
+
cl_tin: "cl_tin";
|
|
838
|
+
cn_tin: "cn_tin";
|
|
839
|
+
co_nit: "co_nit";
|
|
840
|
+
cr_tin: "cr_tin";
|
|
841
|
+
cy_vat: "cy_vat";
|
|
842
|
+
cz_vat: "cz_vat";
|
|
843
|
+
de_stn: "de_stn";
|
|
844
|
+
de_vat: "de_vat";
|
|
845
|
+
dk_vat: "dk_vat";
|
|
846
|
+
do_rcn: "do_rcn";
|
|
847
|
+
ec_ruc: "ec_ruc";
|
|
848
|
+
ee_vat: "ee_vat";
|
|
849
|
+
eg_tin: "eg_tin";
|
|
850
|
+
es_cif: "es_cif";
|
|
851
|
+
es_vat: "es_vat";
|
|
852
|
+
eu_oss_vat: "eu_oss_vat";
|
|
853
|
+
fi_vat: "fi_vat";
|
|
854
|
+
fr_vat: "fr_vat";
|
|
855
|
+
gb_vat: "gb_vat";
|
|
856
|
+
ge_vat: "ge_vat";
|
|
857
|
+
gn_nif: "gn_nif";
|
|
858
|
+
gr_vat: "gr_vat";
|
|
859
|
+
hk_br: "hk_br";
|
|
860
|
+
hr_oib: "hr_oib";
|
|
861
|
+
hr_vat: "hr_vat";
|
|
862
|
+
hu_tin: "hu_tin";
|
|
863
|
+
hu_vat: "hu_vat";
|
|
864
|
+
id_npwp: "id_npwp";
|
|
865
|
+
ie_vat: "ie_vat";
|
|
866
|
+
il_vat: "il_vat";
|
|
867
|
+
in_gst: "in_gst";
|
|
868
|
+
is_vat: "is_vat";
|
|
869
|
+
it_vat: "it_vat";
|
|
870
|
+
jp_cn: "jp_cn";
|
|
871
|
+
jp_rn: "jp_rn";
|
|
872
|
+
jp_trn: "jp_trn";
|
|
873
|
+
ke_pin: "ke_pin";
|
|
874
|
+
kh_tin: "kh_tin";
|
|
875
|
+
kr_brn: "kr_brn";
|
|
876
|
+
kz_bin: "kz_bin";
|
|
877
|
+
li_uid: "li_uid";
|
|
878
|
+
li_vat: "li_vat";
|
|
879
|
+
lt_vat: "lt_vat";
|
|
880
|
+
lu_vat: "lu_vat";
|
|
881
|
+
lv_vat: "lv_vat";
|
|
882
|
+
ma_vat: "ma_vat";
|
|
883
|
+
md_vat: "md_vat";
|
|
884
|
+
me_pib: "me_pib";
|
|
885
|
+
mk_vat: "mk_vat";
|
|
886
|
+
mr_nif: "mr_nif";
|
|
887
|
+
mt_vat: "mt_vat";
|
|
888
|
+
mx_rfc: "mx_rfc";
|
|
889
|
+
my_frp: "my_frp";
|
|
890
|
+
my_itn: "my_itn";
|
|
891
|
+
my_sst: "my_sst";
|
|
892
|
+
ng_tin: "ng_tin";
|
|
893
|
+
nl_vat: "nl_vat";
|
|
894
|
+
no_vat: "no_vat";
|
|
895
|
+
no_voec: "no_voec";
|
|
896
|
+
np_pan: "np_pan";
|
|
897
|
+
nz_gst: "nz_gst";
|
|
898
|
+
om_vat: "om_vat";
|
|
899
|
+
pe_ruc: "pe_ruc";
|
|
900
|
+
ph_tin: "ph_tin";
|
|
901
|
+
pl_vat: "pl_vat";
|
|
902
|
+
pt_vat: "pt_vat";
|
|
903
|
+
ro_tin: "ro_tin";
|
|
904
|
+
ro_vat: "ro_vat";
|
|
905
|
+
rs_pib: "rs_pib";
|
|
906
|
+
ru_inn: "ru_inn";
|
|
907
|
+
ru_kpp: "ru_kpp";
|
|
908
|
+
sa_vat: "sa_vat";
|
|
909
|
+
se_vat: "se_vat";
|
|
910
|
+
sg_gst: "sg_gst";
|
|
911
|
+
sg_uen: "sg_uen";
|
|
912
|
+
si_tin: "si_tin";
|
|
913
|
+
si_vat: "si_vat";
|
|
914
|
+
sk_vat: "sk_vat";
|
|
915
|
+
sn_ninea: "sn_ninea";
|
|
916
|
+
sr_fin: "sr_fin";
|
|
917
|
+
sv_nit: "sv_nit";
|
|
918
|
+
th_vat: "th_vat";
|
|
919
|
+
tj_tin: "tj_tin";
|
|
920
|
+
tr_tin: "tr_tin";
|
|
921
|
+
tw_vat: "tw_vat";
|
|
922
|
+
tz_vat: "tz_vat";
|
|
923
|
+
ua_vat: "ua_vat";
|
|
924
|
+
ug_tin: "ug_tin";
|
|
925
|
+
us_ein: "us_ein";
|
|
926
|
+
uy_ruc: "uy_ruc";
|
|
927
|
+
uz_tin: "uz_tin";
|
|
928
|
+
uz_vat: "uz_vat";
|
|
929
|
+
ve_rif: "ve_rif";
|
|
930
|
+
vn_tin: "vn_tin";
|
|
931
|
+
xi_vat: "xi_vat";
|
|
932
|
+
za_vat: "za_vat";
|
|
933
|
+
zm_tin: "zm_tin";
|
|
934
|
+
zw_tin: "zw_tin";
|
|
935
|
+
}>>;
|
|
900
936
|
}, z.core.$strip>;
|
|
901
937
|
/**
|
|
902
938
|
* Successfully updated. Returns updated organization details.
|
|
@@ -1044,11 +1080,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1044
1080
|
zw_tin: "zw_tin";
|
|
1045
1081
|
}>>;
|
|
1046
1082
|
}, z.core.$strip>;
|
|
1047
|
-
export declare const zGetCreditsData: z.ZodObject<{
|
|
1048
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1049
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1050
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1051
|
-
}, z.core.$strip>;
|
|
1052
1083
|
/**
|
|
1053
1084
|
* An array of the applied promotional credits records.
|
|
1054
1085
|
*/
|
|
@@ -1065,19 +1096,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1065
1096
|
value_total: z.ZodNumber;
|
|
1066
1097
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1067
1098
|
}, z.core.$strip>>;
|
|
1068
|
-
export declare const
|
|
1069
|
-
|
|
1070
|
-
code: z.ZodOptional<z.ZodString>;
|
|
1071
|
-
}, z.core.$strip>;
|
|
1072
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1073
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1099
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1100
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1074
1101
|
}, z.core.$strip>;
|
|
1075
|
-
export declare const
|
|
1076
|
-
|
|
1077
|
-
path: z.ZodObject<{
|
|
1078
|
-
cluster_id: z.ZodString;
|
|
1079
|
-
}, z.core.$strip>;
|
|
1080
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1102
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1103
|
+
cluster_id: z.ZodString;
|
|
1081
1104
|
}, z.core.$strip>;
|
|
1082
1105
|
/**
|
|
1083
1106
|
* An array of charts
|
|
@@ -1109,42 +1132,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1109
1132
|
updated_at: z.ZodString;
|
|
1110
1133
|
ready: z.ZodBoolean;
|
|
1111
1134
|
}, z.core.$strip>>;
|
|
1112
|
-
export declare const
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
cluster_id: z.ZodString;
|
|
1122
|
-
}, z.core.$strip>;
|
|
1123
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1135
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1136
|
+
values: z.ZodString;
|
|
1137
|
+
version_channel: z.ZodString;
|
|
1138
|
+
name: z.ZodString;
|
|
1139
|
+
namespace: z.ZodString;
|
|
1140
|
+
chart: z.ZodString;
|
|
1141
|
+
}, z.core.$strip>;
|
|
1142
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1143
|
+
cluster_id: z.ZodString;
|
|
1124
1144
|
}, z.core.$strip>;
|
|
1125
1145
|
/**
|
|
1126
1146
|
* Successfully created. Returns created Chart ID.
|
|
1127
1147
|
*/
|
|
1128
1148
|
export declare const zCreateChartResponse: z.ZodString;
|
|
1129
|
-
export declare const
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
cluster_id: z.ZodString;
|
|
1133
|
-
chart_name: z.ZodString;
|
|
1134
|
-
}, z.core.$strip>;
|
|
1135
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1149
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1150
|
+
cluster_id: z.ZodString;
|
|
1151
|
+
chart_name: z.ZodString;
|
|
1136
1152
|
}, z.core.$strip>;
|
|
1137
1153
|
/**
|
|
1138
1154
|
* Successfully deleted.
|
|
1139
1155
|
*/
|
|
1140
1156
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
1141
|
-
export declare const
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
cluster_id: z.ZodString;
|
|
1145
|
-
chart_name: z.ZodString;
|
|
1146
|
-
}, z.core.$strip>;
|
|
1147
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1157
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1158
|
+
cluster_id: z.ZodString;
|
|
1159
|
+
chart_name: z.ZodString;
|
|
1148
1160
|
}, z.core.$strip>;
|
|
1149
1161
|
/**
|
|
1150
1162
|
* Returns a single object containing chart details.
|
|
@@ -1176,27 +1188,20 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
1176
1188
|
updated_at: z.ZodString;
|
|
1177
1189
|
ready: z.ZodBoolean;
|
|
1178
1190
|
}, z.core.$strip>;
|
|
1179
|
-
export declare const
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
chart_name: z.ZodString;
|
|
1187
|
-
}, z.core.$strip>;
|
|
1188
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1191
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1192
|
+
values: z.ZodString;
|
|
1193
|
+
version_channel: z.ZodString;
|
|
1194
|
+
}, z.core.$strip>;
|
|
1195
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1196
|
+
cluster_id: z.ZodString;
|
|
1197
|
+
chart_name: z.ZodString;
|
|
1189
1198
|
}, z.core.$strip>;
|
|
1190
1199
|
/**
|
|
1191
1200
|
* Successfully updated.
|
|
1192
1201
|
*/
|
|
1193
1202
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
1194
|
-
export declare const
|
|
1195
|
-
|
|
1196
|
-
path: z.ZodObject<{
|
|
1197
|
-
cluster_id: z.ZodString;
|
|
1198
|
-
}, z.core.$strip>;
|
|
1199
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1203
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1204
|
+
cluster_id: z.ZodString;
|
|
1200
1205
|
}, z.core.$strip>;
|
|
1201
1206
|
/**
|
|
1202
1207
|
* An array of fleets
|
|
@@ -1219,53 +1224,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1219
1224
|
}, z.core.$strip>>;
|
|
1220
1225
|
id: z.ZodString;
|
|
1221
1226
|
}, z.core.$strip>>;
|
|
1222
|
-
export declare const
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
cluster_id: z.ZodString;
|
|
1243
|
-
}, z.core.$strip>;
|
|
1244
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1227
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1228
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1229
|
+
cpu: z.ZodNumber;
|
|
1230
|
+
}, z.core.$strip>>;
|
|
1231
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1232
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1233
|
+
project: z.ZodString;
|
|
1234
|
+
}, z.core.$strip>>;
|
|
1235
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1236
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1237
|
+
apiKey: z.ZodString;
|
|
1238
|
+
}, z.core.$strip>>;
|
|
1239
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1240
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1241
|
+
controllerRoleArn: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>>;
|
|
1243
|
+
id: z.ZodString;
|
|
1244
|
+
}, z.core.$strip>;
|
|
1245
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1246
|
+
cluster_id: z.ZodString;
|
|
1245
1247
|
}, z.core.$strip>;
|
|
1246
1248
|
/**
|
|
1247
1249
|
* Successfully created. Returns created Fleet ID.
|
|
1248
1250
|
*/
|
|
1249
1251
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
1250
|
-
export declare const
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
cluster_id: z.ZodString;
|
|
1254
|
-
fleet_name: z.ZodString;
|
|
1255
|
-
}, z.core.$strip>;
|
|
1256
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1252
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1253
|
+
cluster_id: z.ZodString;
|
|
1254
|
+
fleet_name: z.ZodString;
|
|
1257
1255
|
}, z.core.$strip>;
|
|
1258
1256
|
/**
|
|
1259
1257
|
* Successfully deleted.
|
|
1260
1258
|
*/
|
|
1261
1259
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
1262
|
-
export declare const
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
cluster_id: z.ZodString;
|
|
1266
|
-
fleet_name: z.ZodString;
|
|
1267
|
-
}, z.core.$strip>;
|
|
1268
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1260
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1261
|
+
cluster_id: z.ZodString;
|
|
1262
|
+
fleet_name: z.ZodString;
|
|
1269
1263
|
}, z.core.$strip>;
|
|
1270
1264
|
/**
|
|
1271
1265
|
* Returns a single object containing fleet details.
|
|
@@ -1288,45 +1282,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
1288
1282
|
}, z.core.$strip>>;
|
|
1289
1283
|
id: z.ZodString;
|
|
1290
1284
|
}, z.core.$strip>;
|
|
1291
|
-
export declare const
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
fleet_name: z.ZodString;
|
|
1312
|
-
}, z.core.$strip>;
|
|
1313
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1285
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1286
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1287
|
+
cpu: z.ZodNumber;
|
|
1288
|
+
}, z.core.$strip>>;
|
|
1289
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1290
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1291
|
+
project: z.ZodString;
|
|
1292
|
+
}, z.core.$strip>>;
|
|
1293
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1294
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1295
|
+
apiKey: z.ZodString;
|
|
1296
|
+
}, z.core.$strip>>;
|
|
1297
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1298
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1299
|
+
controllerRoleArn: z.ZodString;
|
|
1300
|
+
}, z.core.$strip>>;
|
|
1301
|
+
}, z.core.$strip>;
|
|
1302
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1303
|
+
cluster_id: z.ZodString;
|
|
1304
|
+
fleet_name: z.ZodString;
|
|
1314
1305
|
}, z.core.$strip>;
|
|
1315
1306
|
/**
|
|
1316
1307
|
* Successfully updated.
|
|
1317
1308
|
*/
|
|
1318
1309
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
1319
|
-
export declare const
|
|
1320
|
-
|
|
1321
|
-
path: z.ZodObject<{
|
|
1322
|
-
cluster_id: z.ZodString;
|
|
1323
|
-
}, z.core.$strip>;
|
|
1324
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1325
|
-
}, z.core.$strip>;
|
|
1326
|
-
export declare const zListClustersData: z.ZodObject<{
|
|
1327
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1328
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1329
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1310
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1311
|
+
cluster_id: z.ZodString;
|
|
1330
1312
|
}, z.core.$strip>;
|
|
1331
1313
|
/**
|
|
1332
1314
|
* An array of clusters
|
|
@@ -1338,12 +1320,11 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1338
1320
|
pro: "pro";
|
|
1339
1321
|
}>;
|
|
1340
1322
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1341
|
-
staging: "staging";
|
|
1323
|
+
"staging-1a": "staging-1a";
|
|
1342
1324
|
"northamerica-central-1": "northamerica-central-1";
|
|
1343
1325
|
"europe-central-1a": "europe-central-1a";
|
|
1344
1326
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1345
1327
|
}>>;
|
|
1346
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1347
1328
|
id: z.ZodUUID;
|
|
1348
1329
|
status: z.ZodEnum<{
|
|
1349
1330
|
deleted: "deleted";
|
|
@@ -1362,46 +1343,40 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1362
1343
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1363
1344
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1364
1345
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1346
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1365
1347
|
}, z.core.$strip>>;
|
|
1366
|
-
export declare const
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1348
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1349
|
+
name: z.ZodString;
|
|
1350
|
+
tier: z.ZodEnum<{
|
|
1351
|
+
basic: "basic";
|
|
1352
|
+
pro: "pro";
|
|
1353
|
+
}>;
|
|
1354
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1355
|
+
"staging-1a": "staging-1a";
|
|
1356
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1357
|
+
"europe-central-1a": "europe-central-1a";
|
|
1358
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1359
|
+
}>>;
|
|
1360
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
1361
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1362
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1363
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1364
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1365
|
+
}>>;
|
|
1383
1366
|
}, z.core.$strip>;
|
|
1384
1367
|
/**
|
|
1385
1368
|
* Successfully created. Returns created Cluster ID.
|
|
1386
1369
|
*/
|
|
1387
1370
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
1388
|
-
export declare const
|
|
1389
|
-
|
|
1390
|
-
path: z.ZodObject<{
|
|
1391
|
-
cluster_id: z.ZodString;
|
|
1392
|
-
}, z.core.$strip>;
|
|
1393
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1371
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1372
|
+
cluster_id: z.ZodString;
|
|
1394
1373
|
}, z.core.$strip>;
|
|
1395
1374
|
/**
|
|
1396
1375
|
* Successfully deleted.
|
|
1397
1376
|
*/
|
|
1398
1377
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
1399
|
-
export declare const
|
|
1400
|
-
|
|
1401
|
-
path: z.ZodObject<{
|
|
1402
|
-
cluster_id: z.ZodString;
|
|
1403
|
-
}, z.core.$strip>;
|
|
1404
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1378
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1379
|
+
cluster_id: z.ZodString;
|
|
1405
1380
|
}, z.core.$strip>;
|
|
1406
1381
|
/**
|
|
1407
1382
|
* Returns a single object containing cluster details.
|
|
@@ -1413,12 +1388,11 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1413
1388
|
pro: "pro";
|
|
1414
1389
|
}>;
|
|
1415
1390
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1416
|
-
staging: "staging";
|
|
1391
|
+
"staging-1a": "staging-1a";
|
|
1417
1392
|
"northamerica-central-1": "northamerica-central-1";
|
|
1418
1393
|
"europe-central-1a": "europe-central-1a";
|
|
1419
1394
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1420
1395
|
}>>;
|
|
1421
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1422
1396
|
id: z.ZodUUID;
|
|
1423
1397
|
status: z.ZodEnum<{
|
|
1424
1398
|
deleted: "deleted";
|
|
@@ -1437,20 +1411,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1437
1411
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1438
1412
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1439
1413
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1414
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1440
1415
|
}, z.core.$strip>;
|
|
1441
|
-
export declare const
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
cluster_id: z.ZodString;
|
|
1452
|
-
}, z.core.$strip>;
|
|
1453
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1416
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1417
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1418
|
+
tier: z.ZodEnum<{
|
|
1419
|
+
basic: "basic";
|
|
1420
|
+
pro: "pro";
|
|
1421
|
+
}>;
|
|
1422
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
}, z.core.$strip>;
|
|
1424
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1425
|
+
cluster_id: z.ZodString;
|
|
1454
1426
|
}, z.core.$strip>;
|
|
1455
1427
|
/**
|
|
1456
1428
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -1462,12 +1434,11 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1462
1434
|
pro: "pro";
|
|
1463
1435
|
}>;
|
|
1464
1436
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1465
|
-
staging: "staging";
|
|
1437
|
+
"staging-1a": "staging-1a";
|
|
1466
1438
|
"northamerica-central-1": "northamerica-central-1";
|
|
1467
1439
|
"europe-central-1a": "europe-central-1a";
|
|
1468
1440
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1469
1441
|
}>>;
|
|
1470
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1471
1442
|
id: z.ZodUUID;
|
|
1472
1443
|
status: z.ZodEnum<{
|
|
1473
1444
|
deleted: "deleted";
|
|
@@ -1486,13 +1457,10 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1486
1457
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1487
1458
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1488
1459
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1460
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1489
1461
|
}, z.core.$strip>;
|
|
1490
|
-
export declare const
|
|
1491
|
-
|
|
1492
|
-
path: z.ZodObject<{
|
|
1493
|
-
cluster_id: z.ZodString;
|
|
1494
|
-
}, z.core.$strip>;
|
|
1495
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1462
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1463
|
+
cluster_id: z.ZodString;
|
|
1496
1464
|
}, z.core.$strip>;
|
|
1497
1465
|
/**
|
|
1498
1466
|
* An object of cluster join information
|
|
@@ -1500,6 +1468,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
|
|
|
1500
1468
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
1501
1469
|
certificate_authority: z.ZodString;
|
|
1502
1470
|
endpoint: z.ZodURL;
|
|
1471
|
+
cluster_dns: z.ZodString;
|
|
1503
1472
|
auth_key: z.ZodString;
|
|
1504
1473
|
bootstrap_token: z.ZodString;
|
|
1505
1474
|
versions: z.ZodObject<{
|
|
@@ -1514,11 +1483,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
1514
1483
|
gcp_workload_identity_provider: z.ZodString;
|
|
1515
1484
|
}, z.core.$strip>;
|
|
1516
1485
|
}, z.core.$strip>;
|
|
1517
|
-
export declare const zListInvitesData: z.ZodObject<{
|
|
1518
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1519
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1520
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1521
|
-
}, z.core.$strip>;
|
|
1522
1486
|
/**
|
|
1523
1487
|
* An array of invites
|
|
1524
1488
|
*/
|
|
@@ -1529,12 +1493,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1529
1493
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1530
1494
|
code: z.ZodOptional<z.ZodString>;
|
|
1531
1495
|
}, z.core.$strip>>;
|
|
1532
|
-
export declare const
|
|
1533
|
-
|
|
1534
|
-
email: z.ZodOptional<z.ZodString>;
|
|
1535
|
-
}, z.core.$strip>;
|
|
1536
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1537
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1496
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1497
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1538
1498
|
}, z.core.$strip>;
|
|
1539
1499
|
/**
|
|
1540
1500
|
* Successfully created. Returns created invite details.
|
|
@@ -1546,12 +1506,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
1546
1506
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1547
1507
|
code: z.ZodOptional<z.ZodString>;
|
|
1548
1508
|
}, z.core.$strip>;
|
|
1549
|
-
export declare const
|
|
1550
|
-
|
|
1551
|
-
path: z.ZodObject<{
|
|
1552
|
-
code: z.ZodString;
|
|
1553
|
-
}, z.core.$strip>;
|
|
1554
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1509
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1510
|
+
code: z.ZodString;
|
|
1555
1511
|
}, z.core.$strip>;
|
|
1556
1512
|
/**
|
|
1557
1513
|
* Returns a single object containing invite details.
|
|
@@ -1563,65 +1519,65 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
1563
1519
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1564
1520
|
code: z.ZodOptional<z.ZodString>;
|
|
1565
1521
|
}, z.core.$strip>;
|
|
1566
|
-
export declare const
|
|
1567
|
-
|
|
1568
|
-
path: z.ZodObject<{
|
|
1569
|
-
email: z.ZodString;
|
|
1570
|
-
}, z.core.$strip>;
|
|
1571
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1572
|
-
}, z.core.$strip>;
|
|
1573
|
-
export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
1574
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1575
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1576
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1522
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1523
|
+
email: z.ZodString;
|
|
1577
1524
|
}, z.core.$strip>;
|
|
1578
1525
|
/**
|
|
1579
1526
|
* An array of chart listings in the marketplace.
|
|
1580
1527
|
*/
|
|
1581
1528
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1582
|
-
id: z.ZodString;
|
|
1583
1529
|
name: z.ZodString;
|
|
1584
|
-
|
|
1585
|
-
description: z.ZodString;
|
|
1586
|
-
logoUrl: z.ZodString;
|
|
1587
|
-
longDescription: z.ZodString;
|
|
1588
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1530
|
+
versions: z.ZodArray<z.ZodString>;
|
|
1589
1531
|
version_channels: z.ZodArray<z.ZodString>;
|
|
1590
|
-
|
|
1532
|
+
latestVersion: z.ZodString;
|
|
1533
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1534
|
+
name: z.ZodString;
|
|
1591
1535
|
version: z.ZodString;
|
|
1592
|
-
|
|
1593
|
-
|
|
1536
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1537
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1538
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1539
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1540
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1542
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1543
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1544
|
+
name: z.ZodString;
|
|
1545
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1546
|
+
}, z.core.$strip>>>;
|
|
1594
1547
|
}, z.core.$strip>>;
|
|
1595
1548
|
}, z.core.$strip>>;
|
|
1596
|
-
export declare const
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
listing_id: z.ZodString;
|
|
1600
|
-
}, z.core.$strip>;
|
|
1601
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1549
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1550
|
+
chart_name: z.ZodString;
|
|
1551
|
+
version_channel: z.ZodString;
|
|
1602
1552
|
}, z.core.$strip>;
|
|
1603
1553
|
/**
|
|
1604
|
-
* Returns an object containing the chart
|
|
1554
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1605
1555
|
*/
|
|
1606
|
-
export declare const
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
}, z.core.$strip>>;
|
|
1556
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1557
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1558
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1559
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1560
|
+
}, z.core.$strip>;
|
|
1561
|
+
/**
|
|
1562
|
+
* JSON-RPC 2.0 request payload
|
|
1563
|
+
*/
|
|
1564
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1565
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1566
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1567
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1568
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1620
1569
|
}, z.core.$strip>;
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1570
|
+
/**
|
|
1571
|
+
* JSON-RPC 2.0 success or error response
|
|
1572
|
+
*/
|
|
1573
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1574
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1575
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1576
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1577
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1578
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1579
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1580
|
+
}, z.core.$strip>>;
|
|
1625
1581
|
}, z.core.$strip>;
|
|
1626
1582
|
/**
|
|
1627
1583
|
* Returns a single object containing organization details.
|
|
@@ -1642,6 +1598,9 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1642
1598
|
id: z.ZodString;
|
|
1643
1599
|
label: z.ZodString;
|
|
1644
1600
|
}, z.core.$strip>>;
|
|
1601
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
1602
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1603
|
+
cfcr_storage_gb: z.ZodInt;
|
|
1645
1604
|
}, z.core.$strip>;
|
|
1646
1605
|
status: z.ZodEnum<{
|
|
1647
1606
|
active: "active";
|
|
@@ -1649,21 +1608,81 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1649
1608
|
suspended: "suspended";
|
|
1650
1609
|
}>;
|
|
1651
1610
|
}, z.core.$strip>;
|
|
1652
|
-
export declare const
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
password: z.ZodString;
|
|
1659
|
-
}, z.core.$strip>;
|
|
1660
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1661
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1611
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1612
|
+
email: z.ZodEmail;
|
|
1613
|
+
first_name: z.ZodString;
|
|
1614
|
+
last_name: z.ZodString;
|
|
1615
|
+
company_name: z.ZodString;
|
|
1616
|
+
password: z.ZodString;
|
|
1662
1617
|
}, z.core.$strip>;
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1618
|
+
/**
|
|
1619
|
+
* List of repositories
|
|
1620
|
+
*/
|
|
1621
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1622
|
+
name: z.ZodString;
|
|
1623
|
+
region: z.ZodString;
|
|
1624
|
+
uri: z.ZodString;
|
|
1625
|
+
}, z.core.$strip>>;
|
|
1626
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1627
|
+
region: z.ZodString;
|
|
1628
|
+
repository: z.ZodString;
|
|
1629
|
+
}, z.core.$strip>;
|
|
1630
|
+
/**
|
|
1631
|
+
* Repository with tags
|
|
1632
|
+
*/
|
|
1633
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1634
|
+
name: z.ZodString;
|
|
1635
|
+
region: z.ZodString;
|
|
1636
|
+
uri: z.ZodString;
|
|
1637
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1638
|
+
name: z.ZodString;
|
|
1639
|
+
size: z.ZodNumber;
|
|
1640
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1642
|
+
}, z.core.$strip>>;
|
|
1643
|
+
totalSize: z.ZodNumber;
|
|
1644
|
+
}, z.core.$strip>;
|
|
1645
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1646
|
+
region: z.ZodString;
|
|
1647
|
+
repository: z.ZodString;
|
|
1648
|
+
tag: z.ZodString;
|
|
1649
|
+
}, z.core.$strip>;
|
|
1650
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1651
|
+
region: z.ZodString;
|
|
1652
|
+
repository: z.ZodString;
|
|
1653
|
+
tag: z.ZodString;
|
|
1654
|
+
}, z.core.$strip>;
|
|
1655
|
+
/**
|
|
1656
|
+
* Tag details
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1659
|
+
name: z.ZodString;
|
|
1660
|
+
digest: z.ZodString;
|
|
1661
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1663
|
+
size: z.ZodNumber;
|
|
1664
|
+
}, z.core.$strip>>;
|
|
1665
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1666
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
size: z.ZodNumber;
|
|
1668
|
+
}, z.core.$strip>>>;
|
|
1669
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1670
|
+
digest: z.ZodString;
|
|
1671
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1672
|
+
architecture: z.ZodString;
|
|
1673
|
+
os: z.ZodString;
|
|
1674
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
}, z.core.$strip>>;
|
|
1676
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1677
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
size: z.ZodNumber;
|
|
1679
|
+
}, z.core.$strip>>>;
|
|
1680
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1681
|
+
}, z.core.$strip>>>;
|
|
1682
|
+
size: z.ZodNumber;
|
|
1683
|
+
region: z.ZodString;
|
|
1684
|
+
repository: z.ZodString;
|
|
1685
|
+
uri: z.ZodString;
|
|
1667
1686
|
}, z.core.$strip>;
|
|
1668
1687
|
/**
|
|
1669
1688
|
* Returns a list of access token details with masked secrets.
|
|
@@ -1678,16 +1697,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
1678
1697
|
secret: z.ZodOptional<z.ZodString>;
|
|
1679
1698
|
date_created: z.ZodISODateTime;
|
|
1680
1699
|
}, z.core.$strip>>;
|
|
1681
|
-
export declare const
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
}>;
|
|
1688
|
-
}, z.core.$strip>;
|
|
1689
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1690
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1700
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
1701
|
+
name: z.ZodString;
|
|
1702
|
+
role: z.ZodEnum<{
|
|
1703
|
+
Administrator: "Administrator";
|
|
1704
|
+
User: "User";
|
|
1705
|
+
}>;
|
|
1691
1706
|
}, z.core.$strip>;
|
|
1692
1707
|
/**
|
|
1693
1708
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -1702,19 +1717,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
1702
1717
|
secret: z.ZodOptional<z.ZodString>;
|
|
1703
1718
|
date_created: z.ZodISODateTime;
|
|
1704
1719
|
}, z.core.$strip>;
|
|
1705
|
-
export declare const
|
|
1706
|
-
|
|
1707
|
-
path: z.ZodObject<{
|
|
1708
|
-
token_id: z.ZodString;
|
|
1709
|
-
}, z.core.$strip>;
|
|
1710
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1720
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
1721
|
+
token_id: z.ZodString;
|
|
1711
1722
|
}, z.core.$strip>;
|
|
1712
|
-
export declare const
|
|
1713
|
-
|
|
1714
|
-
path: z.ZodObject<{
|
|
1715
|
-
token_id: z.ZodString;
|
|
1716
|
-
}, z.core.$strip>;
|
|
1717
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1723
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
1724
|
+
token_id: z.ZodString;
|
|
1718
1725
|
}, z.core.$strip>;
|
|
1719
1726
|
/**
|
|
1720
1727
|
* Returns access token details with masked secret.
|
|
@@ -1729,18 +1736,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
1729
1736
|
secret: z.ZodOptional<z.ZodString>;
|
|
1730
1737
|
date_created: z.ZodISODateTime;
|
|
1731
1738
|
}, z.core.$strip>;
|
|
1732
|
-
export declare const
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
token_id: z.ZodString;
|
|
1742
|
-
}, z.core.$strip>;
|
|
1743
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1739
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
1740
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1741
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1742
|
+
Administrator: "Administrator";
|
|
1743
|
+
User: "User";
|
|
1744
|
+
}>>;
|
|
1745
|
+
}, z.core.$strip>;
|
|
1746
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
1747
|
+
token_id: z.ZodString;
|
|
1744
1748
|
}, z.core.$strip>;
|
|
1745
1749
|
/**
|
|
1746
1750
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -1755,12 +1759,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
1755
1759
|
secret: z.ZodOptional<z.ZodString>;
|
|
1756
1760
|
date_created: z.ZodISODateTime;
|
|
1757
1761
|
}, z.core.$strip>;
|
|
1758
|
-
export declare const
|
|
1759
|
-
|
|
1760
|
-
path: z.ZodObject<{
|
|
1761
|
-
token_id: z.ZodString;
|
|
1762
|
-
}, z.core.$strip>;
|
|
1763
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1762
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
1763
|
+
token_id: z.ZodString;
|
|
1764
1764
|
}, z.core.$strip>;
|
|
1765
1765
|
/**
|
|
1766
1766
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -1775,12 +1775,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
1775
1775
|
secret: z.ZodOptional<z.ZodString>;
|
|
1776
1776
|
date_created: z.ZodISODateTime;
|
|
1777
1777
|
}, z.core.$strip>;
|
|
1778
|
-
export declare const
|
|
1779
|
-
|
|
1780
|
-
path: z.ZodObject<{
|
|
1781
|
-
email: z.ZodString;
|
|
1782
|
-
}, z.core.$strip>;
|
|
1783
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1778
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
1779
|
+
email: z.ZodString;
|
|
1784
1780
|
}, z.core.$strip>;
|
|
1785
1781
|
/**
|
|
1786
1782
|
* An array of organizations the user belongs to.
|
|
@@ -1789,11 +1785,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1789
1785
|
realm: z.ZodOptional<z.ZodString>;
|
|
1790
1786
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1791
1787
|
}, z.core.$strip>>;
|
|
1792
|
-
export declare const zListUsersData: z.ZodObject<{
|
|
1793
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1794
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1795
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1796
|
-
}, z.core.$strip>;
|
|
1797
1788
|
/**
|
|
1798
1789
|
* An array of users
|
|
1799
1790
|
*/
|
|
@@ -1812,24 +1803,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1812
1803
|
id: z.ZodUUID;
|
|
1813
1804
|
date_created: z.ZodISODateTime;
|
|
1814
1805
|
}, z.core.$strip>>;
|
|
1815
|
-
export declare const
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
}>>;
|
|
1830
|
-
}, z.core.$strip>;
|
|
1831
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1832
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1806
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
1807
|
+
email: z.ZodEmail;
|
|
1808
|
+
first_name: z.ZodString;
|
|
1809
|
+
last_name: z.ZodString;
|
|
1810
|
+
code: z.ZodString;
|
|
1811
|
+
password: z.ZodString;
|
|
1812
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
active: "active";
|
|
1814
|
+
inactive: "inactive";
|
|
1815
|
+
}>>;
|
|
1816
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1817
|
+
Administrator: "Administrator";
|
|
1818
|
+
User: "User";
|
|
1819
|
+
}>>;
|
|
1833
1820
|
}, z.core.$strip>;
|
|
1834
1821
|
/**
|
|
1835
1822
|
* Successfully created. Returns created user details.
|
|
@@ -1849,12 +1836,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
1849
1836
|
id: z.ZodUUID;
|
|
1850
1837
|
date_created: z.ZodISODateTime;
|
|
1851
1838
|
}, z.core.$strip>;
|
|
1852
|
-
export declare const
|
|
1853
|
-
|
|
1854
|
-
path: z.ZodObject<{
|
|
1855
|
-
user_id: z.ZodString;
|
|
1856
|
-
}, z.core.$strip>;
|
|
1857
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1839
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
1840
|
+
user_id: z.ZodString;
|
|
1858
1841
|
}, z.core.$strip>;
|
|
1859
1842
|
/**
|
|
1860
1843
|
* User profile information
|
|
@@ -1874,12 +1857,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
1874
1857
|
id: z.ZodUUID;
|
|
1875
1858
|
date_created: z.ZodISODateTime;
|
|
1876
1859
|
}, z.core.$strip>;
|
|
1877
|
-
export declare const
|
|
1878
|
-
|
|
1879
|
-
path: z.ZodObject<{
|
|
1880
|
-
user_id: z.ZodString;
|
|
1881
|
-
}, z.core.$strip>;
|
|
1882
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1860
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
1861
|
+
user_id: z.ZodString;
|
|
1883
1862
|
}, z.core.$strip>;
|
|
1884
1863
|
/**
|
|
1885
1864
|
* User profile information
|
|
@@ -1899,24 +1878,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
1899
1878
|
id: z.ZodUUID;
|
|
1900
1879
|
date_created: z.ZodISODateTime;
|
|
1901
1880
|
}, z.core.$strip>;
|
|
1902
|
-
export declare const
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
user_id: z.ZodString;
|
|
1918
|
-
}, z.core.$strip>;
|
|
1919
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1881
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
1882
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1883
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
1884
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
1885
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1886
|
+
Administrator: "Administrator";
|
|
1887
|
+
User: "User";
|
|
1888
|
+
}>>;
|
|
1889
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1890
|
+
active: "active";
|
|
1891
|
+
inactive: "inactive";
|
|
1892
|
+
}>>;
|
|
1893
|
+
}, z.core.$strip>;
|
|
1894
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
1895
|
+
user_id: z.ZodString;
|
|
1920
1896
|
}, z.core.$strip>;
|
|
1921
1897
|
/**
|
|
1922
1898
|
* Successfully created. Returns created user details.
|