@cloudfleet/sdk 0.0.1-2791829 → 0.0.1-28564af
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/@tanstack/react-query.gen.d.ts +1125 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1129 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +113 -98
- 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 +9 -13
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +6 -2
- 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 +1 -1
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/core/serverSentEvents.gen.js +6 -9
- 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 +960 -131
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1618 -263
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +85 -7
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +158 -127
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +8 -8
- package/dist/types.gen.d.ts +903 -57
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +887 -617
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +491 -457
- package/dist/zod.gen.js.map +1 -1
- package/package.json +28 -5
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>;
|
|
@@ -199,17 +199,23 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
199
199
|
basic: "basic";
|
|
200
200
|
pro: "pro";
|
|
201
201
|
}>;
|
|
202
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
203
|
-
staging: "staging";
|
|
202
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
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
|
-
}
|
|
208
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.
|
|
207
|
+
}>>>;
|
|
208
|
+
version_channel: z.ZodDefault<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<{
|
|
@@ -230,13 +236,12 @@ export declare const zCluster: z.ZodObject<{
|
|
|
230
236
|
basic: "basic";
|
|
231
237
|
pro: "pro";
|
|
232
238
|
}>;
|
|
233
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
234
|
-
staging: "staging";
|
|
239
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
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
|
-
}
|
|
239
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
244
|
+
}>>>;
|
|
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,7 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
373
390
|
id: z.ZodString;
|
|
374
391
|
label: z.ZodString;
|
|
375
392
|
}, z.core.$strip>>;
|
|
393
|
+
cfcr_storage_gb: z.ZodInt;
|
|
376
394
|
}, z.core.$strip>;
|
|
377
395
|
status: z.ZodEnum<{
|
|
378
396
|
active: "active";
|
|
@@ -401,6 +419,171 @@ export declare const zPaymentMethod: z.ZodObject<{
|
|
|
401
419
|
visa: "visa";
|
|
402
420
|
}>;
|
|
403
421
|
}, z.core.$strip>;
|
|
422
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
423
|
+
basic_clusters_max: z.ZodInt;
|
|
424
|
+
basic_clusters_available: z.ZodInt;
|
|
425
|
+
pro_clusters_max: z.ZodInt;
|
|
426
|
+
pro_clusters_available: z.ZodInt;
|
|
427
|
+
fleets_max: z.ZodInt;
|
|
428
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
429
|
+
regions: z.ZodArray<z.ZodString>;
|
|
430
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
431
|
+
id: z.ZodString;
|
|
432
|
+
label: z.ZodString;
|
|
433
|
+
}, z.core.$strip>>;
|
|
434
|
+
cfcr_storage_gb: z.ZodInt;
|
|
435
|
+
}, z.core.$strip>;
|
|
436
|
+
export declare const zRegistryRepository: z.ZodObject<{
|
|
437
|
+
name: z.ZodString;
|
|
438
|
+
region: z.ZodString;
|
|
439
|
+
uri: z.ZodString;
|
|
440
|
+
}, z.core.$strip>;
|
|
441
|
+
export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
442
|
+
name: z.ZodString;
|
|
443
|
+
region: z.ZodString;
|
|
444
|
+
uri: z.ZodString;
|
|
445
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
446
|
+
name: z.ZodString;
|
|
447
|
+
size: z.ZodNumber;
|
|
448
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
449
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
450
|
+
}, z.core.$strip>>;
|
|
451
|
+
totalSize: z.ZodNumber;
|
|
452
|
+
}, z.core.$strip>;
|
|
453
|
+
export declare const zRegistryTag: z.ZodObject<{
|
|
454
|
+
name: z.ZodString;
|
|
455
|
+
digest: z.ZodString;
|
|
456
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
457
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
458
|
+
size: z.ZodNumber;
|
|
459
|
+
}, z.core.$strip>>;
|
|
460
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
461
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
462
|
+
size: z.ZodNumber;
|
|
463
|
+
}, z.core.$strip>>>;
|
|
464
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
465
|
+
digest: z.ZodString;
|
|
466
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
467
|
+
architecture: z.ZodString;
|
|
468
|
+
os: z.ZodString;
|
|
469
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
470
|
+
}, z.core.$strip>>;
|
|
471
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
472
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
473
|
+
size: z.ZodNumber;
|
|
474
|
+
}, z.core.$strip>>>;
|
|
475
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
476
|
+
}, z.core.$strip>>>;
|
|
477
|
+
size: z.ZodNumber;
|
|
478
|
+
region: z.ZodString;
|
|
479
|
+
repository: z.ZodString;
|
|
480
|
+
uri: z.ZodString;
|
|
481
|
+
}, z.core.$strip>;
|
|
482
|
+
export declare const zTicketAttachment: z.ZodObject<{
|
|
483
|
+
id: z.ZodString;
|
|
484
|
+
filename: z.ZodString;
|
|
485
|
+
content_type: z.ZodString;
|
|
486
|
+
size: z.ZodInt;
|
|
487
|
+
}, z.core.$strip>;
|
|
488
|
+
export declare const zTicketCreateInput: z.ZodObject<{
|
|
489
|
+
category: z.ZodEnum<{
|
|
490
|
+
billing: "billing";
|
|
491
|
+
technical: "technical";
|
|
492
|
+
general: "general";
|
|
493
|
+
}>;
|
|
494
|
+
body: z.ZodString;
|
|
495
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
496
|
+
}, z.core.$strip>;
|
|
497
|
+
export declare const zTicketListResponse: z.ZodObject<{
|
|
498
|
+
items: z.ZodArray<z.ZodObject<{
|
|
499
|
+
id: z.ZodString;
|
|
500
|
+
status: z.ZodEnum<{
|
|
501
|
+
closed: "closed";
|
|
502
|
+
waiting_on_us: "waiting_on_us";
|
|
503
|
+
waiting_on_user: "waiting_on_user";
|
|
504
|
+
}>;
|
|
505
|
+
category: z.ZodEnum<{
|
|
506
|
+
billing: "billing";
|
|
507
|
+
technical: "technical";
|
|
508
|
+
general: "general";
|
|
509
|
+
}>;
|
|
510
|
+
summary: z.ZodString;
|
|
511
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
512
|
+
date_created: z.ZodISODateTime;
|
|
513
|
+
date_updated: z.ZodISODateTime;
|
|
514
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
515
|
+
id: z.ZodString;
|
|
516
|
+
type: z.ZodEnum<{
|
|
517
|
+
customer_reply: "customer_reply";
|
|
518
|
+
agent_reply: "agent_reply";
|
|
519
|
+
}>;
|
|
520
|
+
body: z.ZodString;
|
|
521
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
522
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
523
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
524
|
+
id: z.ZodString;
|
|
525
|
+
filename: z.ZodString;
|
|
526
|
+
content_type: z.ZodString;
|
|
527
|
+
size: z.ZodInt;
|
|
528
|
+
}, z.core.$strip>>>;
|
|
529
|
+
date_created: z.ZodISODateTime;
|
|
530
|
+
}, z.core.$strip>>>;
|
|
531
|
+
}, z.core.$strip>>;
|
|
532
|
+
}, z.core.$strip>;
|
|
533
|
+
export declare const zTicketMessageInput: z.ZodObject<{
|
|
534
|
+
body: z.ZodString;
|
|
535
|
+
}, z.core.$strip>;
|
|
536
|
+
export declare const zTicketMessage: z.ZodObject<{
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
type: z.ZodEnum<{
|
|
539
|
+
customer_reply: "customer_reply";
|
|
540
|
+
agent_reply: "agent_reply";
|
|
541
|
+
}>;
|
|
542
|
+
body: z.ZodString;
|
|
543
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
544
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
545
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
546
|
+
id: z.ZodString;
|
|
547
|
+
filename: z.ZodString;
|
|
548
|
+
content_type: z.ZodString;
|
|
549
|
+
size: z.ZodInt;
|
|
550
|
+
}, z.core.$strip>>>;
|
|
551
|
+
date_created: z.ZodISODateTime;
|
|
552
|
+
}, z.core.$strip>;
|
|
553
|
+
export declare const zTicket: z.ZodObject<{
|
|
554
|
+
id: z.ZodString;
|
|
555
|
+
status: z.ZodEnum<{
|
|
556
|
+
closed: "closed";
|
|
557
|
+
waiting_on_us: "waiting_on_us";
|
|
558
|
+
waiting_on_user: "waiting_on_user";
|
|
559
|
+
}>;
|
|
560
|
+
category: z.ZodEnum<{
|
|
561
|
+
billing: "billing";
|
|
562
|
+
technical: "technical";
|
|
563
|
+
general: "general";
|
|
564
|
+
}>;
|
|
565
|
+
summary: z.ZodString;
|
|
566
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
567
|
+
date_created: z.ZodISODateTime;
|
|
568
|
+
date_updated: z.ZodISODateTime;
|
|
569
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
570
|
+
id: z.ZodString;
|
|
571
|
+
type: z.ZodEnum<{
|
|
572
|
+
customer_reply: "customer_reply";
|
|
573
|
+
agent_reply: "agent_reply";
|
|
574
|
+
}>;
|
|
575
|
+
body: z.ZodString;
|
|
576
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
577
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
578
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
579
|
+
id: z.ZodString;
|
|
580
|
+
filename: z.ZodString;
|
|
581
|
+
content_type: z.ZodString;
|
|
582
|
+
size: z.ZodInt;
|
|
583
|
+
}, z.core.$strip>>>;
|
|
584
|
+
date_created: z.ZodISODateTime;
|
|
585
|
+
}, z.core.$strip>>>;
|
|
586
|
+
}, z.core.$strip>;
|
|
404
587
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
405
588
|
name: z.ZodString;
|
|
406
589
|
role: z.ZodEnum<{
|
|
@@ -425,37 +608,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
425
608
|
User: "User";
|
|
426
609
|
}>>;
|
|
427
610
|
}, z.core.$strip>;
|
|
611
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
612
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
613
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
614
|
+
}, z.core.$strip>;
|
|
615
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
616
|
+
data: z.ZodArray<z.ZodObject<{
|
|
617
|
+
hour: z.ZodString;
|
|
618
|
+
cluster_id: z.ZodString;
|
|
619
|
+
product: z.ZodString;
|
|
620
|
+
value: z.ZodNumber;
|
|
621
|
+
price: z.ZodNumber;
|
|
622
|
+
total: z.ZodNumber;
|
|
623
|
+
}, z.core.$strip>>;
|
|
624
|
+
facets: z.ZodObject<{
|
|
625
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
626
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
627
|
+
}, z.core.$strip>;
|
|
628
|
+
}, z.core.$strip>;
|
|
428
629
|
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
|
-
}>]>;
|
|
630
|
+
hour: z.ZodString;
|
|
631
|
+
cluster_id: z.ZodString;
|
|
632
|
+
product: z.ZodString;
|
|
633
|
+
value: z.ZodNumber;
|
|
634
|
+
price: z.ZodNumber;
|
|
635
|
+
total: z.ZodNumber;
|
|
459
636
|
}, z.core.$strip>;
|
|
460
637
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
461
638
|
email: z.ZodEmail;
|
|
@@ -500,50 +677,29 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
500
677
|
inactive: "inactive";
|
|
501
678
|
}>>;
|
|
502
679
|
}, z.core.$strip>;
|
|
503
|
-
export declare const
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
680
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
681
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
682
|
+
hourly: "hourly";
|
|
683
|
+
daily: "daily";
|
|
684
|
+
monthly: "monthly";
|
|
685
|
+
}>>>;
|
|
507
686
|
}, z.core.$strip>;
|
|
508
687
|
/**
|
|
509
|
-
*
|
|
688
|
+
* Usage data with facets for filtering
|
|
510
689
|
*/
|
|
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>;
|
|
690
|
+
export declare const zGetUsageResponse: z.ZodObject<{
|
|
691
|
+
data: z.ZodArray<z.ZodObject<{
|
|
692
|
+
hour: z.ZodString;
|
|
693
|
+
cluster_id: z.ZodString;
|
|
694
|
+
product: z.ZodString;
|
|
695
|
+
value: z.ZodNumber;
|
|
696
|
+
price: z.ZodNumber;
|
|
697
|
+
total: z.ZodNumber;
|
|
698
|
+
}, z.core.$strip>>;
|
|
699
|
+
facets: z.ZodObject<{
|
|
700
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
701
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
702
|
+
}, z.core.$strip>;
|
|
547
703
|
}, z.core.$strip>;
|
|
548
704
|
/**
|
|
549
705
|
* Redacted payment card information.
|
|
@@ -569,11 +725,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
569
725
|
visa: "visa";
|
|
570
726
|
}>;
|
|
571
727
|
}, 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
728
|
/**
|
|
578
729
|
* 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
730
|
*
|
|
@@ -581,16 +732,11 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
581
732
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
582
733
|
id: z.ZodOptional<z.ZodString>;
|
|
583
734
|
}, 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
735
|
/**
|
|
590
736
|
* An array of usage records.
|
|
591
737
|
*/
|
|
592
738
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
593
|
-
id: z.ZodOptional<z.
|
|
739
|
+
id: z.ZodOptional<z.ZodString>;
|
|
594
740
|
number: z.ZodOptional<z.ZodString>;
|
|
595
741
|
status: z.ZodOptional<z.ZodString>;
|
|
596
742
|
total: z.ZodOptional<z.ZodNumber>;
|
|
@@ -600,11 +746,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
600
746
|
period_end: z.ZodISODateTime;
|
|
601
747
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
602
748
|
}, 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
749
|
/**
|
|
609
750
|
* Returns a single object containing organization contact and billing address details.
|
|
610
751
|
*/
|
|
@@ -751,152 +892,148 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
751
892
|
zw_tin: "zw_tin";
|
|
752
893
|
}>>;
|
|
753
894
|
}, 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>;
|
|
895
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
896
|
+
company: z.ZodOptional<z.ZodString>;
|
|
897
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
898
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
899
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
900
|
+
city: z.ZodOptional<z.ZodString>;
|
|
901
|
+
state: z.ZodOptional<z.ZodString>;
|
|
902
|
+
country: z.ZodOptional<z.ZodString>;
|
|
903
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
904
|
+
email: z.ZodEmail;
|
|
905
|
+
individual_name: z.ZodString;
|
|
906
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
907
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
908
|
+
"": "";
|
|
909
|
+
ad_nrt: "ad_nrt";
|
|
910
|
+
ae_trn: "ae_trn";
|
|
911
|
+
al_tin: "al_tin";
|
|
912
|
+
am_tin: "am_tin";
|
|
913
|
+
ao_tin: "ao_tin";
|
|
914
|
+
ar_cuit: "ar_cuit";
|
|
915
|
+
at_vat: "at_vat";
|
|
916
|
+
au_abn: "au_abn";
|
|
917
|
+
au_arn: "au_arn";
|
|
918
|
+
ba_tin: "ba_tin";
|
|
919
|
+
bb_tin: "bb_tin";
|
|
920
|
+
be_vat: "be_vat";
|
|
921
|
+
bg_uic: "bg_uic";
|
|
922
|
+
bg_vat: "bg_vat";
|
|
923
|
+
bh_vat: "bh_vat";
|
|
924
|
+
bo_tin: "bo_tin";
|
|
925
|
+
br_cnpj: "br_cnpj";
|
|
926
|
+
br_cpf: "br_cpf";
|
|
927
|
+
bs_tin: "bs_tin";
|
|
928
|
+
by_tin: "by_tin";
|
|
929
|
+
ca_bn: "ca_bn";
|
|
930
|
+
ca_gst_hst: "ca_gst_hst";
|
|
931
|
+
ca_pst_bc: "ca_pst_bc";
|
|
932
|
+
ca_pst_mb: "ca_pst_mb";
|
|
933
|
+
ca_pst_sk: "ca_pst_sk";
|
|
934
|
+
ca_qst: "ca_qst";
|
|
935
|
+
cd_nif: "cd_nif";
|
|
936
|
+
ch_uid: "ch_uid";
|
|
937
|
+
ch_vat: "ch_vat";
|
|
938
|
+
cl_tin: "cl_tin";
|
|
939
|
+
cn_tin: "cn_tin";
|
|
940
|
+
co_nit: "co_nit";
|
|
941
|
+
cr_tin: "cr_tin";
|
|
942
|
+
cy_vat: "cy_vat";
|
|
943
|
+
cz_vat: "cz_vat";
|
|
944
|
+
de_stn: "de_stn";
|
|
945
|
+
de_vat: "de_vat";
|
|
946
|
+
dk_vat: "dk_vat";
|
|
947
|
+
do_rcn: "do_rcn";
|
|
948
|
+
ec_ruc: "ec_ruc";
|
|
949
|
+
ee_vat: "ee_vat";
|
|
950
|
+
eg_tin: "eg_tin";
|
|
951
|
+
es_cif: "es_cif";
|
|
952
|
+
es_vat: "es_vat";
|
|
953
|
+
eu_oss_vat: "eu_oss_vat";
|
|
954
|
+
fi_vat: "fi_vat";
|
|
955
|
+
fr_vat: "fr_vat";
|
|
956
|
+
gb_vat: "gb_vat";
|
|
957
|
+
ge_vat: "ge_vat";
|
|
958
|
+
gn_nif: "gn_nif";
|
|
959
|
+
gr_vat: "gr_vat";
|
|
960
|
+
hk_br: "hk_br";
|
|
961
|
+
hr_oib: "hr_oib";
|
|
962
|
+
hr_vat: "hr_vat";
|
|
963
|
+
hu_tin: "hu_tin";
|
|
964
|
+
hu_vat: "hu_vat";
|
|
965
|
+
id_npwp: "id_npwp";
|
|
966
|
+
ie_vat: "ie_vat";
|
|
967
|
+
il_vat: "il_vat";
|
|
968
|
+
in_gst: "in_gst";
|
|
969
|
+
is_vat: "is_vat";
|
|
970
|
+
it_vat: "it_vat";
|
|
971
|
+
jp_cn: "jp_cn";
|
|
972
|
+
jp_rn: "jp_rn";
|
|
973
|
+
jp_trn: "jp_trn";
|
|
974
|
+
ke_pin: "ke_pin";
|
|
975
|
+
kh_tin: "kh_tin";
|
|
976
|
+
kr_brn: "kr_brn";
|
|
977
|
+
kz_bin: "kz_bin";
|
|
978
|
+
li_uid: "li_uid";
|
|
979
|
+
li_vat: "li_vat";
|
|
980
|
+
lt_vat: "lt_vat";
|
|
981
|
+
lu_vat: "lu_vat";
|
|
982
|
+
lv_vat: "lv_vat";
|
|
983
|
+
ma_vat: "ma_vat";
|
|
984
|
+
md_vat: "md_vat";
|
|
985
|
+
me_pib: "me_pib";
|
|
986
|
+
mk_vat: "mk_vat";
|
|
987
|
+
mr_nif: "mr_nif";
|
|
988
|
+
mt_vat: "mt_vat";
|
|
989
|
+
mx_rfc: "mx_rfc";
|
|
990
|
+
my_frp: "my_frp";
|
|
991
|
+
my_itn: "my_itn";
|
|
992
|
+
my_sst: "my_sst";
|
|
993
|
+
ng_tin: "ng_tin";
|
|
994
|
+
nl_vat: "nl_vat";
|
|
995
|
+
no_vat: "no_vat";
|
|
996
|
+
no_voec: "no_voec";
|
|
997
|
+
np_pan: "np_pan";
|
|
998
|
+
nz_gst: "nz_gst";
|
|
999
|
+
om_vat: "om_vat";
|
|
1000
|
+
pe_ruc: "pe_ruc";
|
|
1001
|
+
ph_tin: "ph_tin";
|
|
1002
|
+
pl_vat: "pl_vat";
|
|
1003
|
+
pt_vat: "pt_vat";
|
|
1004
|
+
ro_tin: "ro_tin";
|
|
1005
|
+
ro_vat: "ro_vat";
|
|
1006
|
+
rs_pib: "rs_pib";
|
|
1007
|
+
ru_inn: "ru_inn";
|
|
1008
|
+
ru_kpp: "ru_kpp";
|
|
1009
|
+
sa_vat: "sa_vat";
|
|
1010
|
+
se_vat: "se_vat";
|
|
1011
|
+
sg_gst: "sg_gst";
|
|
1012
|
+
sg_uen: "sg_uen";
|
|
1013
|
+
si_tin: "si_tin";
|
|
1014
|
+
si_vat: "si_vat";
|
|
1015
|
+
sk_vat: "sk_vat";
|
|
1016
|
+
sn_ninea: "sn_ninea";
|
|
1017
|
+
sr_fin: "sr_fin";
|
|
1018
|
+
sv_nit: "sv_nit";
|
|
1019
|
+
th_vat: "th_vat";
|
|
1020
|
+
tj_tin: "tj_tin";
|
|
1021
|
+
tr_tin: "tr_tin";
|
|
1022
|
+
tw_vat: "tw_vat";
|
|
1023
|
+
tz_vat: "tz_vat";
|
|
1024
|
+
ua_vat: "ua_vat";
|
|
1025
|
+
ug_tin: "ug_tin";
|
|
1026
|
+
us_ein: "us_ein";
|
|
1027
|
+
uy_ruc: "uy_ruc";
|
|
1028
|
+
uz_tin: "uz_tin";
|
|
1029
|
+
uz_vat: "uz_vat";
|
|
1030
|
+
ve_rif: "ve_rif";
|
|
1031
|
+
vn_tin: "vn_tin";
|
|
1032
|
+
xi_vat: "xi_vat";
|
|
1033
|
+
za_vat: "za_vat";
|
|
1034
|
+
zm_tin: "zm_tin";
|
|
1035
|
+
zw_tin: "zw_tin";
|
|
1036
|
+
}>>;
|
|
900
1037
|
}, z.core.$strip>;
|
|
901
1038
|
/**
|
|
902
1039
|
* Successfully updated. Returns updated organization details.
|
|
@@ -1044,11 +1181,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1044
1181
|
zw_tin: "zw_tin";
|
|
1045
1182
|
}>>;
|
|
1046
1183
|
}, 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
1184
|
/**
|
|
1053
1185
|
* An array of the applied promotional credits records.
|
|
1054
1186
|
*/
|
|
@@ -1065,19 +1197,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1065
1197
|
value_total: z.ZodNumber;
|
|
1066
1198
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1067
1199
|
}, 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>;
|
|
1200
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1201
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1074
1202
|
}, 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>;
|
|
1203
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1204
|
+
cluster_id: z.ZodString;
|
|
1081
1205
|
}, z.core.$strip>;
|
|
1082
1206
|
/**
|
|
1083
1207
|
* An array of charts
|
|
@@ -1109,42 +1233,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1109
1233
|
updated_at: z.ZodString;
|
|
1110
1234
|
ready: z.ZodBoolean;
|
|
1111
1235
|
}, 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>;
|
|
1236
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1237
|
+
values: z.ZodString;
|
|
1238
|
+
version_channel: z.ZodString;
|
|
1239
|
+
name: z.ZodString;
|
|
1240
|
+
namespace: z.ZodString;
|
|
1241
|
+
chart: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>;
|
|
1243
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1244
|
+
cluster_id: z.ZodString;
|
|
1124
1245
|
}, z.core.$strip>;
|
|
1125
1246
|
/**
|
|
1126
1247
|
* Successfully created. Returns created Chart ID.
|
|
1127
1248
|
*/
|
|
1128
1249
|
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>;
|
|
1250
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1251
|
+
cluster_id: z.ZodString;
|
|
1252
|
+
chart_name: z.ZodString;
|
|
1136
1253
|
}, z.core.$strip>;
|
|
1137
1254
|
/**
|
|
1138
1255
|
* Successfully deleted.
|
|
1139
1256
|
*/
|
|
1140
1257
|
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>;
|
|
1258
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1259
|
+
cluster_id: z.ZodString;
|
|
1260
|
+
chart_name: z.ZodString;
|
|
1148
1261
|
}, z.core.$strip>;
|
|
1149
1262
|
/**
|
|
1150
1263
|
* Returns a single object containing chart details.
|
|
@@ -1176,27 +1289,20 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
1176
1289
|
updated_at: z.ZodString;
|
|
1177
1290
|
ready: z.ZodBoolean;
|
|
1178
1291
|
}, 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>;
|
|
1292
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1293
|
+
values: z.ZodString;
|
|
1294
|
+
version_channel: z.ZodString;
|
|
1295
|
+
}, z.core.$strip>;
|
|
1296
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1297
|
+
cluster_id: z.ZodString;
|
|
1298
|
+
chart_name: z.ZodString;
|
|
1189
1299
|
}, z.core.$strip>;
|
|
1190
1300
|
/**
|
|
1191
1301
|
* Successfully updated.
|
|
1192
1302
|
*/
|
|
1193
1303
|
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>;
|
|
1304
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1305
|
+
cluster_id: z.ZodString;
|
|
1200
1306
|
}, z.core.$strip>;
|
|
1201
1307
|
/**
|
|
1202
1308
|
* An array of fleets
|
|
@@ -1219,53 +1325,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1219
1325
|
}, z.core.$strip>>;
|
|
1220
1326
|
id: z.ZodString;
|
|
1221
1327
|
}, 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>;
|
|
1328
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1329
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1330
|
+
cpu: z.ZodNumber;
|
|
1331
|
+
}, z.core.$strip>>;
|
|
1332
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1333
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1334
|
+
project: z.ZodString;
|
|
1335
|
+
}, z.core.$strip>>;
|
|
1336
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1337
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1338
|
+
apiKey: z.ZodString;
|
|
1339
|
+
}, z.core.$strip>>;
|
|
1340
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1341
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1342
|
+
controllerRoleArn: z.ZodString;
|
|
1343
|
+
}, z.core.$strip>>;
|
|
1344
|
+
id: z.ZodString;
|
|
1345
|
+
}, z.core.$strip>;
|
|
1346
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1347
|
+
cluster_id: z.ZodString;
|
|
1245
1348
|
}, z.core.$strip>;
|
|
1246
1349
|
/**
|
|
1247
1350
|
* Successfully created. Returns created Fleet ID.
|
|
1248
1351
|
*/
|
|
1249
1352
|
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>;
|
|
1353
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1354
|
+
cluster_id: z.ZodString;
|
|
1355
|
+
fleet_name: z.ZodString;
|
|
1257
1356
|
}, z.core.$strip>;
|
|
1258
1357
|
/**
|
|
1259
1358
|
* Successfully deleted.
|
|
1260
1359
|
*/
|
|
1261
1360
|
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>;
|
|
1361
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1362
|
+
cluster_id: z.ZodString;
|
|
1363
|
+
fleet_name: z.ZodString;
|
|
1269
1364
|
}, z.core.$strip>;
|
|
1270
1365
|
/**
|
|
1271
1366
|
* Returns a single object containing fleet details.
|
|
@@ -1288,45 +1383,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
1288
1383
|
}, z.core.$strip>>;
|
|
1289
1384
|
id: z.ZodString;
|
|
1290
1385
|
}, 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>;
|
|
1386
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1387
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1388
|
+
cpu: z.ZodNumber;
|
|
1389
|
+
}, z.core.$strip>>;
|
|
1390
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1391
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1392
|
+
project: z.ZodString;
|
|
1393
|
+
}, z.core.$strip>>;
|
|
1394
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1395
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1396
|
+
apiKey: z.ZodString;
|
|
1397
|
+
}, z.core.$strip>>;
|
|
1398
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1399
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1400
|
+
controllerRoleArn: z.ZodString;
|
|
1401
|
+
}, z.core.$strip>>;
|
|
1402
|
+
}, z.core.$strip>;
|
|
1403
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1404
|
+
cluster_id: z.ZodString;
|
|
1405
|
+
fleet_name: z.ZodString;
|
|
1314
1406
|
}, z.core.$strip>;
|
|
1315
1407
|
/**
|
|
1316
1408
|
* Successfully updated.
|
|
1317
1409
|
*/
|
|
1318
1410
|
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>;
|
|
1411
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1412
|
+
cluster_id: z.ZodString;
|
|
1330
1413
|
}, z.core.$strip>;
|
|
1331
1414
|
/**
|
|
1332
1415
|
* An array of clusters
|
|
@@ -1337,13 +1420,12 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1337
1420
|
basic: "basic";
|
|
1338
1421
|
pro: "pro";
|
|
1339
1422
|
}>;
|
|
1340
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1341
|
-
staging: "staging";
|
|
1423
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1424
|
+
"staging-1a": "staging-1a";
|
|
1342
1425
|
"northamerica-central-1": "northamerica-central-1";
|
|
1343
1426
|
"europe-central-1a": "europe-central-1a";
|
|
1344
1427
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1345
|
-
}
|
|
1346
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1428
|
+
}>>>;
|
|
1347
1429
|
id: z.ZodUUID;
|
|
1348
1430
|
status: z.ZodEnum<{
|
|
1349
1431
|
deleted: "deleted";
|
|
@@ -1362,46 +1444,40 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1362
1444
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1363
1445
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1364
1446
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1447
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1365
1448
|
}, z.core.$strip>>;
|
|
1366
|
-
export declare const
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1449
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1450
|
+
name: z.ZodString;
|
|
1451
|
+
tier: z.ZodEnum<{
|
|
1452
|
+
basic: "basic";
|
|
1453
|
+
pro: "pro";
|
|
1454
|
+
}>;
|
|
1455
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1456
|
+
"staging-1a": "staging-1a";
|
|
1457
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1458
|
+
"europe-central-1a": "europe-central-1a";
|
|
1459
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1460
|
+
}>>>;
|
|
1461
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1462
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1463
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1464
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1465
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1466
|
+
}>>>;
|
|
1383
1467
|
}, z.core.$strip>;
|
|
1384
1468
|
/**
|
|
1385
1469
|
* Successfully created. Returns created Cluster ID.
|
|
1386
1470
|
*/
|
|
1387
1471
|
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>;
|
|
1472
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1473
|
+
cluster_id: z.ZodString;
|
|
1394
1474
|
}, z.core.$strip>;
|
|
1395
1475
|
/**
|
|
1396
1476
|
* Successfully deleted.
|
|
1397
1477
|
*/
|
|
1398
1478
|
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>;
|
|
1479
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1480
|
+
cluster_id: z.ZodString;
|
|
1405
1481
|
}, z.core.$strip>;
|
|
1406
1482
|
/**
|
|
1407
1483
|
* Returns a single object containing cluster details.
|
|
@@ -1412,13 +1488,12 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1412
1488
|
basic: "basic";
|
|
1413
1489
|
pro: "pro";
|
|
1414
1490
|
}>;
|
|
1415
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1416
|
-
staging: "staging";
|
|
1491
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1492
|
+
"staging-1a": "staging-1a";
|
|
1417
1493
|
"northamerica-central-1": "northamerica-central-1";
|
|
1418
1494
|
"europe-central-1a": "europe-central-1a";
|
|
1419
1495
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1420
|
-
}
|
|
1421
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1496
|
+
}>>>;
|
|
1422
1497
|
id: z.ZodUUID;
|
|
1423
1498
|
status: z.ZodEnum<{
|
|
1424
1499
|
deleted: "deleted";
|
|
@@ -1437,20 +1512,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1437
1512
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1438
1513
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1439
1514
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1515
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1440
1516
|
}, 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>;
|
|
1517
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1518
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
tier: z.ZodEnum<{
|
|
1520
|
+
basic: "basic";
|
|
1521
|
+
pro: "pro";
|
|
1522
|
+
}>;
|
|
1523
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1524
|
+
}, z.core.$strip>;
|
|
1525
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1526
|
+
cluster_id: z.ZodString;
|
|
1454
1527
|
}, z.core.$strip>;
|
|
1455
1528
|
/**
|
|
1456
1529
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -1461,13 +1534,12 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1461
1534
|
basic: "basic";
|
|
1462
1535
|
pro: "pro";
|
|
1463
1536
|
}>;
|
|
1464
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
1465
|
-
staging: "staging";
|
|
1537
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1538
|
+
"staging-1a": "staging-1a";
|
|
1466
1539
|
"northamerica-central-1": "northamerica-central-1";
|
|
1467
1540
|
"europe-central-1a": "europe-central-1a";
|
|
1468
1541
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1469
|
-
}
|
|
1470
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1542
|
+
}>>>;
|
|
1471
1543
|
id: z.ZodUUID;
|
|
1472
1544
|
status: z.ZodEnum<{
|
|
1473
1545
|
deleted: "deleted";
|
|
@@ -1486,13 +1558,10 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1486
1558
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1487
1559
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1488
1560
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1561
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1489
1562
|
}, 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>;
|
|
1563
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1564
|
+
cluster_id: z.ZodString;
|
|
1496
1565
|
}, z.core.$strip>;
|
|
1497
1566
|
/**
|
|
1498
1567
|
* An object of cluster join information
|
|
@@ -1500,6 +1569,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
|
|
|
1500
1569
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
1501
1570
|
certificate_authority: z.ZodString;
|
|
1502
1571
|
endpoint: z.ZodURL;
|
|
1572
|
+
cluster_dns: z.ZodString;
|
|
1503
1573
|
auth_key: z.ZodString;
|
|
1504
1574
|
bootstrap_token: z.ZodString;
|
|
1505
1575
|
versions: z.ZodObject<{
|
|
@@ -1514,11 +1584,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
1514
1584
|
gcp_workload_identity_provider: z.ZodString;
|
|
1515
1585
|
}, z.core.$strip>;
|
|
1516
1586
|
}, 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
1587
|
/**
|
|
1523
1588
|
* An array of invites
|
|
1524
1589
|
*/
|
|
@@ -1529,12 +1594,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1529
1594
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1530
1595
|
code: z.ZodOptional<z.ZodString>;
|
|
1531
1596
|
}, 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>;
|
|
1597
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1598
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1538
1599
|
}, z.core.$strip>;
|
|
1539
1600
|
/**
|
|
1540
1601
|
* Successfully created. Returns created invite details.
|
|
@@ -1546,12 +1607,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
1546
1607
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1547
1608
|
code: z.ZodOptional<z.ZodString>;
|
|
1548
1609
|
}, 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>;
|
|
1610
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1611
|
+
code: z.ZodString;
|
|
1555
1612
|
}, z.core.$strip>;
|
|
1556
1613
|
/**
|
|
1557
1614
|
* Returns a single object containing invite details.
|
|
@@ -1563,65 +1620,65 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
1563
1620
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1564
1621
|
code: z.ZodOptional<z.ZodString>;
|
|
1565
1622
|
}, 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>;
|
|
1623
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1624
|
+
email: z.ZodString;
|
|
1577
1625
|
}, z.core.$strip>;
|
|
1578
1626
|
/**
|
|
1579
1627
|
* An array of chart listings in the marketplace.
|
|
1580
1628
|
*/
|
|
1581
1629
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1582
|
-
id: z.ZodString;
|
|
1583
1630
|
name: z.ZodString;
|
|
1584
|
-
|
|
1585
|
-
description: z.ZodString;
|
|
1586
|
-
logoUrl: z.ZodString;
|
|
1587
|
-
longDescription: z.ZodString;
|
|
1588
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1631
|
+
versions: z.ZodArray<z.ZodString>;
|
|
1589
1632
|
version_channels: z.ZodArray<z.ZodString>;
|
|
1590
|
-
|
|
1633
|
+
latestVersion: z.ZodString;
|
|
1634
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1635
|
+
name: z.ZodString;
|
|
1591
1636
|
version: z.ZodString;
|
|
1592
|
-
|
|
1593
|
-
|
|
1637
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1638
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1639
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1640
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1641
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1642
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1643
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1644
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1645
|
+
name: z.ZodString;
|
|
1646
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1647
|
+
}, z.core.$strip>>>;
|
|
1594
1648
|
}, z.core.$strip>>;
|
|
1595
1649
|
}, z.core.$strip>>;
|
|
1596
|
-
export declare const
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
listing_id: z.ZodString;
|
|
1600
|
-
}, z.core.$strip>;
|
|
1601
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1650
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1651
|
+
chart_name: z.ZodString;
|
|
1652
|
+
version_channel: z.ZodString;
|
|
1602
1653
|
}, z.core.$strip>;
|
|
1603
1654
|
/**
|
|
1604
|
-
* Returns an object containing the chart
|
|
1655
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1605
1656
|
*/
|
|
1606
|
-
export declare const
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
description: z.ZodString;
|
|
1611
|
-
logoUrl: z.ZodString;
|
|
1612
|
-
longDescription: z.ZodString;
|
|
1613
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1614
|
-
version_channels: z.ZodArray<z.ZodString>;
|
|
1615
|
-
value_schemas: z.ZodArray<z.ZodObject<{
|
|
1616
|
-
version: z.ZodString;
|
|
1617
|
-
schema: z.ZodString;
|
|
1618
|
-
placeholder: z.ZodString;
|
|
1619
|
-
}, z.core.$strip>>;
|
|
1657
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1658
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1660
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1620
1661
|
}, z.core.$strip>;
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1662
|
+
/**
|
|
1663
|
+
* JSON-RPC 2.0 request payload
|
|
1664
|
+
*/
|
|
1665
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1666
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1668
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1669
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1670
|
+
}, z.core.$strip>;
|
|
1671
|
+
/**
|
|
1672
|
+
* JSON-RPC 2.0 success or error response
|
|
1673
|
+
*/
|
|
1674
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1675
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1676
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1677
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1678
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1679
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1680
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1681
|
+
}, z.core.$strip>>;
|
|
1625
1682
|
}, z.core.$strip>;
|
|
1626
1683
|
/**
|
|
1627
1684
|
* Returns a single object containing organization details.
|
|
@@ -1642,6 +1699,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1642
1699
|
id: z.ZodString;
|
|
1643
1700
|
label: z.ZodString;
|
|
1644
1701
|
}, z.core.$strip>>;
|
|
1702
|
+
cfcr_storage_gb: z.ZodInt;
|
|
1645
1703
|
}, z.core.$strip>;
|
|
1646
1704
|
status: z.ZodEnum<{
|
|
1647
1705
|
active: "active";
|
|
@@ -1649,22 +1707,277 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1649
1707
|
suspended: "suspended";
|
|
1650
1708
|
}>;
|
|
1651
1709
|
}, 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>;
|
|
1710
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1711
|
+
email: z.ZodEmail;
|
|
1712
|
+
first_name: z.ZodString;
|
|
1713
|
+
last_name: z.ZodString;
|
|
1714
|
+
company_name: z.ZodString;
|
|
1715
|
+
password: z.ZodString;
|
|
1662
1716
|
}, z.core.$strip>;
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1717
|
+
/**
|
|
1718
|
+
* List of repositories
|
|
1719
|
+
*/
|
|
1720
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1721
|
+
name: z.ZodString;
|
|
1722
|
+
region: z.ZodString;
|
|
1723
|
+
uri: z.ZodString;
|
|
1724
|
+
}, z.core.$strip>>;
|
|
1725
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1726
|
+
region: z.ZodString;
|
|
1727
|
+
repository: z.ZodString;
|
|
1667
1728
|
}, z.core.$strip>;
|
|
1729
|
+
/**
|
|
1730
|
+
* Repository with tags
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1733
|
+
name: z.ZodString;
|
|
1734
|
+
region: z.ZodString;
|
|
1735
|
+
uri: z.ZodString;
|
|
1736
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1737
|
+
name: z.ZodString;
|
|
1738
|
+
size: z.ZodNumber;
|
|
1739
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1740
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1741
|
+
}, z.core.$strip>>;
|
|
1742
|
+
totalSize: z.ZodNumber;
|
|
1743
|
+
}, z.core.$strip>;
|
|
1744
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1745
|
+
region: z.ZodString;
|
|
1746
|
+
repository: z.ZodString;
|
|
1747
|
+
tag: z.ZodString;
|
|
1748
|
+
}, z.core.$strip>;
|
|
1749
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1750
|
+
region: z.ZodString;
|
|
1751
|
+
repository: z.ZodString;
|
|
1752
|
+
tag: z.ZodString;
|
|
1753
|
+
}, z.core.$strip>;
|
|
1754
|
+
/**
|
|
1755
|
+
* Tag details
|
|
1756
|
+
*/
|
|
1757
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1758
|
+
name: z.ZodString;
|
|
1759
|
+
digest: z.ZodString;
|
|
1760
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1761
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1762
|
+
size: z.ZodNumber;
|
|
1763
|
+
}, z.core.$strip>>;
|
|
1764
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1765
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1766
|
+
size: z.ZodNumber;
|
|
1767
|
+
}, z.core.$strip>>>;
|
|
1768
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1769
|
+
digest: z.ZodString;
|
|
1770
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1771
|
+
architecture: z.ZodString;
|
|
1772
|
+
os: z.ZodString;
|
|
1773
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1774
|
+
}, z.core.$strip>>;
|
|
1775
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1776
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1777
|
+
size: z.ZodNumber;
|
|
1778
|
+
}, z.core.$strip>>>;
|
|
1779
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1780
|
+
}, z.core.$strip>>>;
|
|
1781
|
+
size: z.ZodNumber;
|
|
1782
|
+
region: z.ZodString;
|
|
1783
|
+
repository: z.ZodString;
|
|
1784
|
+
uri: z.ZodString;
|
|
1785
|
+
}, z.core.$strip>;
|
|
1786
|
+
/**
|
|
1787
|
+
* Tickets for the organization.
|
|
1788
|
+
*/
|
|
1789
|
+
export declare const zListTicketsResponse: z.ZodObject<{
|
|
1790
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1791
|
+
id: z.ZodString;
|
|
1792
|
+
status: z.ZodEnum<{
|
|
1793
|
+
closed: "closed";
|
|
1794
|
+
waiting_on_us: "waiting_on_us";
|
|
1795
|
+
waiting_on_user: "waiting_on_user";
|
|
1796
|
+
}>;
|
|
1797
|
+
category: z.ZodEnum<{
|
|
1798
|
+
billing: "billing";
|
|
1799
|
+
technical: "technical";
|
|
1800
|
+
general: "general";
|
|
1801
|
+
}>;
|
|
1802
|
+
summary: z.ZodString;
|
|
1803
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1804
|
+
date_created: z.ZodISODateTime;
|
|
1805
|
+
date_updated: z.ZodISODateTime;
|
|
1806
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1807
|
+
id: z.ZodString;
|
|
1808
|
+
type: z.ZodEnum<{
|
|
1809
|
+
customer_reply: "customer_reply";
|
|
1810
|
+
agent_reply: "agent_reply";
|
|
1811
|
+
}>;
|
|
1812
|
+
body: z.ZodString;
|
|
1813
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1814
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1815
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1816
|
+
id: z.ZodString;
|
|
1817
|
+
filename: z.ZodString;
|
|
1818
|
+
content_type: z.ZodString;
|
|
1819
|
+
size: z.ZodInt;
|
|
1820
|
+
}, z.core.$strip>>>;
|
|
1821
|
+
date_created: z.ZodISODateTime;
|
|
1822
|
+
}, z.core.$strip>>>;
|
|
1823
|
+
}, z.core.$strip>>;
|
|
1824
|
+
}, z.core.$strip>;
|
|
1825
|
+
export declare const zCreateTicketBody: z.ZodObject<{
|
|
1826
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1827
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1828
|
+
}, z.core.$strip>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Ticket created.
|
|
1831
|
+
*/
|
|
1832
|
+
export declare const zCreateTicketResponse: z.ZodObject<{
|
|
1833
|
+
id: z.ZodString;
|
|
1834
|
+
status: z.ZodEnum<{
|
|
1835
|
+
closed: "closed";
|
|
1836
|
+
waiting_on_us: "waiting_on_us";
|
|
1837
|
+
waiting_on_user: "waiting_on_user";
|
|
1838
|
+
}>;
|
|
1839
|
+
category: z.ZodEnum<{
|
|
1840
|
+
billing: "billing";
|
|
1841
|
+
technical: "technical";
|
|
1842
|
+
general: "general";
|
|
1843
|
+
}>;
|
|
1844
|
+
summary: z.ZodString;
|
|
1845
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1846
|
+
date_created: z.ZodISODateTime;
|
|
1847
|
+
date_updated: z.ZodISODateTime;
|
|
1848
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1849
|
+
id: z.ZodString;
|
|
1850
|
+
type: z.ZodEnum<{
|
|
1851
|
+
customer_reply: "customer_reply";
|
|
1852
|
+
agent_reply: "agent_reply";
|
|
1853
|
+
}>;
|
|
1854
|
+
body: z.ZodString;
|
|
1855
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1856
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1857
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1858
|
+
id: z.ZodString;
|
|
1859
|
+
filename: z.ZodString;
|
|
1860
|
+
content_type: z.ZodString;
|
|
1861
|
+
size: z.ZodInt;
|
|
1862
|
+
}, z.core.$strip>>>;
|
|
1863
|
+
date_created: z.ZodISODateTime;
|
|
1864
|
+
}, z.core.$strip>>>;
|
|
1865
|
+
}, z.core.$strip>;
|
|
1866
|
+
export declare const zCloseTicketPath: z.ZodObject<{
|
|
1867
|
+
ticket_id: z.ZodString;
|
|
1868
|
+
}, z.core.$strip>;
|
|
1869
|
+
/**
|
|
1870
|
+
* Ticket closed.
|
|
1871
|
+
*/
|
|
1872
|
+
export declare const zCloseTicketResponse: z.ZodObject<{
|
|
1873
|
+
id: z.ZodString;
|
|
1874
|
+
status: z.ZodEnum<{
|
|
1875
|
+
closed: "closed";
|
|
1876
|
+
waiting_on_us: "waiting_on_us";
|
|
1877
|
+
waiting_on_user: "waiting_on_user";
|
|
1878
|
+
}>;
|
|
1879
|
+
category: z.ZodEnum<{
|
|
1880
|
+
billing: "billing";
|
|
1881
|
+
technical: "technical";
|
|
1882
|
+
general: "general";
|
|
1883
|
+
}>;
|
|
1884
|
+
summary: z.ZodString;
|
|
1885
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1886
|
+
date_created: z.ZodISODateTime;
|
|
1887
|
+
date_updated: z.ZodISODateTime;
|
|
1888
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1889
|
+
id: z.ZodString;
|
|
1890
|
+
type: z.ZodEnum<{
|
|
1891
|
+
customer_reply: "customer_reply";
|
|
1892
|
+
agent_reply: "agent_reply";
|
|
1893
|
+
}>;
|
|
1894
|
+
body: z.ZodString;
|
|
1895
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1896
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1897
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1898
|
+
id: z.ZodString;
|
|
1899
|
+
filename: z.ZodString;
|
|
1900
|
+
content_type: z.ZodString;
|
|
1901
|
+
size: z.ZodInt;
|
|
1902
|
+
}, z.core.$strip>>>;
|
|
1903
|
+
date_created: z.ZodISODateTime;
|
|
1904
|
+
}, z.core.$strip>>>;
|
|
1905
|
+
}, z.core.$strip>;
|
|
1906
|
+
export declare const zGetTicketPath: z.ZodObject<{
|
|
1907
|
+
ticket_id: z.ZodString;
|
|
1908
|
+
}, z.core.$strip>;
|
|
1909
|
+
/**
|
|
1910
|
+
* Ticket with messages (internal notes excluded).
|
|
1911
|
+
*/
|
|
1912
|
+
export declare const zGetTicketResponse: z.ZodObject<{
|
|
1913
|
+
id: z.ZodString;
|
|
1914
|
+
status: z.ZodEnum<{
|
|
1915
|
+
closed: "closed";
|
|
1916
|
+
waiting_on_us: "waiting_on_us";
|
|
1917
|
+
waiting_on_user: "waiting_on_user";
|
|
1918
|
+
}>;
|
|
1919
|
+
category: z.ZodEnum<{
|
|
1920
|
+
billing: "billing";
|
|
1921
|
+
technical: "technical";
|
|
1922
|
+
general: "general";
|
|
1923
|
+
}>;
|
|
1924
|
+
summary: z.ZodString;
|
|
1925
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1926
|
+
date_created: z.ZodISODateTime;
|
|
1927
|
+
date_updated: z.ZodISODateTime;
|
|
1928
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1929
|
+
id: z.ZodString;
|
|
1930
|
+
type: z.ZodEnum<{
|
|
1931
|
+
customer_reply: "customer_reply";
|
|
1932
|
+
agent_reply: "agent_reply";
|
|
1933
|
+
}>;
|
|
1934
|
+
body: z.ZodString;
|
|
1935
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1936
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1937
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1938
|
+
id: z.ZodString;
|
|
1939
|
+
filename: z.ZodString;
|
|
1940
|
+
content_type: z.ZodString;
|
|
1941
|
+
size: z.ZodInt;
|
|
1942
|
+
}, z.core.$strip>>>;
|
|
1943
|
+
date_created: z.ZodISODateTime;
|
|
1944
|
+
}, z.core.$strip>>>;
|
|
1945
|
+
}, z.core.$strip>;
|
|
1946
|
+
export declare const zReplyTicketBody: z.ZodObject<{
|
|
1947
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1948
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1949
|
+
}, z.core.$strip>;
|
|
1950
|
+
export declare const zReplyTicketPath: z.ZodObject<{
|
|
1951
|
+
ticket_id: z.ZodString;
|
|
1952
|
+
}, z.core.$strip>;
|
|
1953
|
+
/**
|
|
1954
|
+
* Reply appended.
|
|
1955
|
+
*/
|
|
1956
|
+
export declare const zReplyTicketResponse: z.ZodObject<{
|
|
1957
|
+
id: z.ZodString;
|
|
1958
|
+
type: z.ZodEnum<{
|
|
1959
|
+
customer_reply: "customer_reply";
|
|
1960
|
+
agent_reply: "agent_reply";
|
|
1961
|
+
}>;
|
|
1962
|
+
body: z.ZodString;
|
|
1963
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1964
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1965
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1966
|
+
id: z.ZodString;
|
|
1967
|
+
filename: z.ZodString;
|
|
1968
|
+
content_type: z.ZodString;
|
|
1969
|
+
size: z.ZodInt;
|
|
1970
|
+
}, z.core.$strip>>>;
|
|
1971
|
+
date_created: z.ZodISODateTime;
|
|
1972
|
+
}, z.core.$strip>;
|
|
1973
|
+
export declare const zGetTicketAttachmentPath: z.ZodObject<{
|
|
1974
|
+
ticket_id: z.ZodString;
|
|
1975
|
+
attachment_id: z.ZodString;
|
|
1976
|
+
}, z.core.$strip>;
|
|
1977
|
+
/**
|
|
1978
|
+
* Attachment binary stream.
|
|
1979
|
+
*/
|
|
1980
|
+
export declare const zGetTicketAttachmentResponse: z.ZodString;
|
|
1668
1981
|
/**
|
|
1669
1982
|
* Returns a list of access token details with masked secrets.
|
|
1670
1983
|
*/
|
|
@@ -1678,16 +1991,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
1678
1991
|
secret: z.ZodOptional<z.ZodString>;
|
|
1679
1992
|
date_created: z.ZodISODateTime;
|
|
1680
1993
|
}, 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>;
|
|
1994
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
1995
|
+
name: z.ZodString;
|
|
1996
|
+
role: z.ZodEnum<{
|
|
1997
|
+
Administrator: "Administrator";
|
|
1998
|
+
User: "User";
|
|
1999
|
+
}>;
|
|
1691
2000
|
}, z.core.$strip>;
|
|
1692
2001
|
/**
|
|
1693
2002
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -1702,19 +2011,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
1702
2011
|
secret: z.ZodOptional<z.ZodString>;
|
|
1703
2012
|
date_created: z.ZodISODateTime;
|
|
1704
2013
|
}, 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>;
|
|
2014
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
2015
|
+
token_id: z.ZodString;
|
|
1711
2016
|
}, 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>;
|
|
2017
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
2018
|
+
token_id: z.ZodString;
|
|
1718
2019
|
}, z.core.$strip>;
|
|
1719
2020
|
/**
|
|
1720
2021
|
* Returns access token details with masked secret.
|
|
@@ -1729,18 +2030,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
1729
2030
|
secret: z.ZodOptional<z.ZodString>;
|
|
1730
2031
|
date_created: z.ZodISODateTime;
|
|
1731
2032
|
}, 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>;
|
|
2033
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
2034
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2035
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2036
|
+
Administrator: "Administrator";
|
|
2037
|
+
User: "User";
|
|
2038
|
+
}>>;
|
|
2039
|
+
}, z.core.$strip>;
|
|
2040
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
2041
|
+
token_id: z.ZodString;
|
|
1744
2042
|
}, z.core.$strip>;
|
|
1745
2043
|
/**
|
|
1746
2044
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -1755,12 +2053,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
1755
2053
|
secret: z.ZodOptional<z.ZodString>;
|
|
1756
2054
|
date_created: z.ZodISODateTime;
|
|
1757
2055
|
}, 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>;
|
|
2056
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
2057
|
+
token_id: z.ZodString;
|
|
1764
2058
|
}, z.core.$strip>;
|
|
1765
2059
|
/**
|
|
1766
2060
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -1775,12 +2069,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
1775
2069
|
secret: z.ZodOptional<z.ZodString>;
|
|
1776
2070
|
date_created: z.ZodISODateTime;
|
|
1777
2071
|
}, 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>;
|
|
2072
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
2073
|
+
email: z.ZodString;
|
|
1784
2074
|
}, z.core.$strip>;
|
|
1785
2075
|
/**
|
|
1786
2076
|
* An array of organizations the user belongs to.
|
|
@@ -1789,11 +2079,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1789
2079
|
realm: z.ZodOptional<z.ZodString>;
|
|
1790
2080
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1791
2081
|
}, 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
2082
|
/**
|
|
1798
2083
|
* An array of users
|
|
1799
2084
|
*/
|
|
@@ -1812,24 +2097,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1812
2097
|
id: z.ZodUUID;
|
|
1813
2098
|
date_created: z.ZodISODateTime;
|
|
1814
2099
|
}, 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>;
|
|
2100
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
2101
|
+
email: z.ZodEmail;
|
|
2102
|
+
first_name: z.ZodString;
|
|
2103
|
+
last_name: z.ZodString;
|
|
2104
|
+
code: z.ZodString;
|
|
2105
|
+
password: z.ZodString;
|
|
2106
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2107
|
+
active: "active";
|
|
2108
|
+
inactive: "inactive";
|
|
2109
|
+
}>>;
|
|
2110
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2111
|
+
Administrator: "Administrator";
|
|
2112
|
+
User: "User";
|
|
2113
|
+
}>>;
|
|
1833
2114
|
}, z.core.$strip>;
|
|
1834
2115
|
/**
|
|
1835
2116
|
* Successfully created. Returns created user details.
|
|
@@ -1849,12 +2130,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
1849
2130
|
id: z.ZodUUID;
|
|
1850
2131
|
date_created: z.ZodISODateTime;
|
|
1851
2132
|
}, 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>;
|
|
2133
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
2134
|
+
user_id: z.ZodString;
|
|
1858
2135
|
}, z.core.$strip>;
|
|
1859
2136
|
/**
|
|
1860
2137
|
* User profile information
|
|
@@ -1874,12 +2151,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
1874
2151
|
id: z.ZodUUID;
|
|
1875
2152
|
date_created: z.ZodISODateTime;
|
|
1876
2153
|
}, 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>;
|
|
2154
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
2155
|
+
user_id: z.ZodString;
|
|
1883
2156
|
}, z.core.$strip>;
|
|
1884
2157
|
/**
|
|
1885
2158
|
* User profile information
|
|
@@ -1899,24 +2172,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
1899
2172
|
id: z.ZodUUID;
|
|
1900
2173
|
date_created: z.ZodISODateTime;
|
|
1901
2174
|
}, 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>;
|
|
2175
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
2176
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2177
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
2178
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
2179
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2180
|
+
Administrator: "Administrator";
|
|
2181
|
+
User: "User";
|
|
2182
|
+
}>>;
|
|
2183
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2184
|
+
active: "active";
|
|
2185
|
+
inactive: "inactive";
|
|
2186
|
+
}>>;
|
|
2187
|
+
}, z.core.$strip>;
|
|
2188
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
2189
|
+
user_id: z.ZodString;
|
|
1920
2190
|
}, z.core.$strip>;
|
|
1921
2191
|
/**
|
|
1922
2192
|
* Successfully created. Returns created user details.
|