@cloudfleet/sdk 0.0.1-2791829 → 0.0.1-2bacf54
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/schemas.gen.d.ts +554 -124
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +567 -144
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +45 -5
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +74 -5
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +542 -53
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +277 -106
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +202 -64
- package/dist/zod.gen.js.map +1 -1
- package/package.json +1 -1
package/dist/zod.gen.d.ts
CHANGED
|
@@ -205,7 +205,12 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
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;
|
|
@@ -236,7 +241,6 @@ export declare const zCluster: z.ZodObject<{
|
|
|
236
241
|
"europe-central-1a": "europe-central-1a";
|
|
237
242
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
238
243
|
}>>;
|
|
239
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
240
244
|
id: z.ZodUUID;
|
|
241
245
|
status: z.ZodEnum<{
|
|
242
246
|
deleted: "deleted";
|
|
@@ -255,6 +259,7 @@ export declare const zCluster: z.ZodObject<{
|
|
|
255
259
|
created_at: z.ZodOptional<z.ZodString>;
|
|
256
260
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
257
261
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
262
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
258
263
|
}, z.core.$strip>;
|
|
259
264
|
export declare const zClusterUpdateInput: z.ZodObject<{
|
|
260
265
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -325,7 +330,7 @@ export declare const zInvite: z.ZodObject<{
|
|
|
325
330
|
code: z.ZodOptional<z.ZodString>;
|
|
326
331
|
}, z.core.$strip>;
|
|
327
332
|
export declare const zInvoice: z.ZodObject<{
|
|
328
|
-
id: z.ZodOptional<z.
|
|
333
|
+
id: z.ZodOptional<z.ZodString>;
|
|
329
334
|
number: z.ZodOptional<z.ZodString>;
|
|
330
335
|
status: z.ZodOptional<z.ZodString>;
|
|
331
336
|
total: z.ZodOptional<z.ZodNumber>;
|
|
@@ -335,19 +340,29 @@ export declare const zInvoice: z.ZodObject<{
|
|
|
335
340
|
period_end: z.ZodISODateTime;
|
|
336
341
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
337
342
|
}, z.core.$strip>;
|
|
343
|
+
export declare const zMarketplaceListingFiles: z.ZodObject<{
|
|
344
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
345
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
346
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
347
|
+
}, z.core.$strip>;
|
|
338
348
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
339
|
-
id: z.ZodString;
|
|
340
349
|
name: z.ZodString;
|
|
341
|
-
|
|
342
|
-
description: z.ZodString;
|
|
343
|
-
logoUrl: z.ZodString;
|
|
344
|
-
longDescription: z.ZodString;
|
|
345
|
-
categories: z.ZodArray<z.ZodString>;
|
|
350
|
+
versions: z.ZodArray<z.ZodString>;
|
|
346
351
|
version_channels: z.ZodArray<z.ZodString>;
|
|
347
|
-
|
|
352
|
+
latestVersion: z.ZodString;
|
|
353
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
354
|
+
name: z.ZodString;
|
|
348
355
|
version: z.ZodString;
|
|
349
|
-
|
|
350
|
-
|
|
356
|
+
description: z.ZodOptional<z.ZodString>;
|
|
357
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
358
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
359
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
360
|
+
home: z.ZodOptional<z.ZodString>;
|
|
361
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
362
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
363
|
+
name: z.ZodString;
|
|
364
|
+
email: z.ZodOptional<z.ZodString>;
|
|
365
|
+
}, z.core.$strip>>>;
|
|
351
366
|
}, z.core.$strip>>;
|
|
352
367
|
}, z.core.$strip>;
|
|
353
368
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
@@ -373,6 +388,8 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
373
388
|
id: z.ZodString;
|
|
374
389
|
label: z.ZodString;
|
|
375
390
|
}, z.core.$strip>>;
|
|
391
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
392
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
376
393
|
}, z.core.$strip>;
|
|
377
394
|
status: z.ZodEnum<{
|
|
378
395
|
active: "active";
|
|
@@ -401,6 +418,67 @@ export declare const zPaymentMethod: z.ZodObject<{
|
|
|
401
418
|
visa: "visa";
|
|
402
419
|
}>;
|
|
403
420
|
}, z.core.$strip>;
|
|
421
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
422
|
+
basic_clusters_max: z.ZodInt;
|
|
423
|
+
basic_clusters_available: z.ZodInt;
|
|
424
|
+
pro_clusters_max: z.ZodInt;
|
|
425
|
+
pro_clusters_available: z.ZodInt;
|
|
426
|
+
fleets_max: z.ZodInt;
|
|
427
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
428
|
+
regions: z.ZodArray<z.ZodString>;
|
|
429
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
430
|
+
id: z.ZodString;
|
|
431
|
+
label: z.ZodString;
|
|
432
|
+
}, z.core.$strip>>;
|
|
433
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
434
|
+
copilot_organization_hourly_tokens: 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>;
|
|
404
482
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
405
483
|
name: z.ZodString;
|
|
406
484
|
role: z.ZodEnum<{
|
|
@@ -425,37 +503,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
425
503
|
User: "User";
|
|
426
504
|
}>>;
|
|
427
505
|
}, z.core.$strip>;
|
|
506
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
507
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
508
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
509
|
+
}, z.core.$strip>;
|
|
510
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
511
|
+
data: z.ZodArray<z.ZodObject<{
|
|
512
|
+
hour: z.ZodString;
|
|
513
|
+
cluster_id: z.ZodString;
|
|
514
|
+
product: z.ZodString;
|
|
515
|
+
value: z.ZodNumber;
|
|
516
|
+
price: z.ZodNumber;
|
|
517
|
+
total: z.ZodNumber;
|
|
518
|
+
}, z.core.$strip>>;
|
|
519
|
+
facets: z.ZodObject<{
|
|
520
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
521
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
522
|
+
}, z.core.$strip>;
|
|
523
|
+
}, z.core.$strip>;
|
|
428
524
|
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
|
-
}>]>;
|
|
525
|
+
hour: z.ZodString;
|
|
526
|
+
cluster_id: z.ZodString;
|
|
527
|
+
product: z.ZodString;
|
|
528
|
+
value: z.ZodNumber;
|
|
529
|
+
price: z.ZodNumber;
|
|
530
|
+
total: z.ZodNumber;
|
|
459
531
|
}, z.core.$strip>;
|
|
460
532
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
461
533
|
email: z.ZodEmail;
|
|
@@ -503,43 +575,31 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
503
575
|
export declare const zGetUsageData: z.ZodObject<{
|
|
504
576
|
body: z.ZodOptional<z.ZodNever>;
|
|
505
577
|
path: z.ZodOptional<z.ZodNever>;
|
|
506
|
-
query: z.ZodOptional<z.
|
|
578
|
+
query: z.ZodOptional<z.ZodObject<{
|
|
579
|
+
granularity: z.ZodOptional<z.ZodEnum<{
|
|
580
|
+
hourly: "hourly";
|
|
581
|
+
daily: "daily";
|
|
582
|
+
monthly: "monthly";
|
|
583
|
+
}>>;
|
|
584
|
+
}, z.core.$strip>>;
|
|
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
|
-
|
|
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>>;
|
|
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>;
|
|
602
|
+
}, z.core.$strip>;
|
|
543
603
|
export declare const zGetPaymentMethodData: z.ZodObject<{
|
|
544
604
|
body: z.ZodOptional<z.ZodNever>;
|
|
545
605
|
path: z.ZodOptional<z.ZodNever>;
|
|
@@ -590,7 +650,7 @@ export declare const zListInvoicesData: z.ZodObject<{
|
|
|
590
650
|
* An array of usage records.
|
|
591
651
|
*/
|
|
592
652
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
593
|
-
id: z.ZodOptional<z.
|
|
653
|
+
id: z.ZodOptional<z.ZodString>;
|
|
594
654
|
number: z.ZodOptional<z.ZodString>;
|
|
595
655
|
status: z.ZodOptional<z.ZodString>;
|
|
596
656
|
total: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1343,7 +1403,6 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1343
1403
|
"europe-central-1a": "europe-central-1a";
|
|
1344
1404
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1345
1405
|
}>>;
|
|
1346
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1347
1406
|
id: z.ZodUUID;
|
|
1348
1407
|
status: z.ZodEnum<{
|
|
1349
1408
|
deleted: "deleted";
|
|
@@ -1362,6 +1421,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1362
1421
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1363
1422
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1364
1423
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1424
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1365
1425
|
}, z.core.$strip>>;
|
|
1366
1426
|
export declare const zCreateClusterData: z.ZodObject<{
|
|
1367
1427
|
body: z.ZodObject<{
|
|
@@ -1376,7 +1436,12 @@ export declare const zCreateClusterData: z.ZodObject<{
|
|
|
1376
1436
|
"europe-central-1a": "europe-central-1a";
|
|
1377
1437
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1378
1438
|
}>>;
|
|
1379
|
-
version_channel: z.
|
|
1439
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
1440
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1441
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1442
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1443
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1444
|
+
}>>;
|
|
1380
1445
|
}, z.core.$strip>;
|
|
1381
1446
|
path: z.ZodOptional<z.ZodNever>;
|
|
1382
1447
|
query: z.ZodOptional<z.ZodNever>;
|
|
@@ -1418,7 +1483,6 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1418
1483
|
"europe-central-1a": "europe-central-1a";
|
|
1419
1484
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1420
1485
|
}>>;
|
|
1421
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1422
1486
|
id: z.ZodUUID;
|
|
1423
1487
|
status: z.ZodEnum<{
|
|
1424
1488
|
deleted: "deleted";
|
|
@@ -1437,6 +1501,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1437
1501
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1438
1502
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1439
1503
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1504
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1440
1505
|
}, z.core.$strip>;
|
|
1441
1506
|
export declare const zUpdateClusterData: z.ZodObject<{
|
|
1442
1507
|
body: z.ZodObject<{
|
|
@@ -1467,7 +1532,6 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1467
1532
|
"europe-central-1a": "europe-central-1a";
|
|
1468
1533
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
1469
1534
|
}>>;
|
|
1470
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1471
1535
|
id: z.ZodUUID;
|
|
1472
1536
|
status: z.ZodEnum<{
|
|
1473
1537
|
deleted: "deleted";
|
|
@@ -1486,6 +1550,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1486
1550
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1487
1551
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1488
1552
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1553
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1489
1554
|
}, z.core.$strip>;
|
|
1490
1555
|
export declare const zGetJoinInformationData: z.ZodObject<{
|
|
1491
1556
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -1579,43 +1644,61 @@ export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
|
1579
1644
|
* An array of chart listings in the marketplace.
|
|
1580
1645
|
*/
|
|
1581
1646
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1582
|
-
id: z.ZodString;
|
|
1583
1647
|
name: z.ZodString;
|
|
1584
|
-
|
|
1585
|
-
description: z.ZodString;
|
|
1586
|
-
logoUrl: z.ZodString;
|
|
1587
|
-
longDescription: z.ZodString;
|
|
1588
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1648
|
+
versions: z.ZodArray<z.ZodString>;
|
|
1589
1649
|
version_channels: z.ZodArray<z.ZodString>;
|
|
1590
|
-
|
|
1650
|
+
latestVersion: z.ZodString;
|
|
1651
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1652
|
+
name: z.ZodString;
|
|
1591
1653
|
version: z.ZodString;
|
|
1592
|
-
|
|
1593
|
-
|
|
1654
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1655
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1656
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1657
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1658
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1660
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1661
|
+
name: z.ZodString;
|
|
1662
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1663
|
+
}, z.core.$strip>>>;
|
|
1594
1664
|
}, z.core.$strip>>;
|
|
1595
1665
|
}, z.core.$strip>>;
|
|
1596
|
-
export declare const
|
|
1666
|
+
export declare const zGetMarketplaceChartFilesData: z.ZodObject<{
|
|
1597
1667
|
body: z.ZodOptional<z.ZodNever>;
|
|
1598
1668
|
path: z.ZodObject<{
|
|
1599
|
-
|
|
1669
|
+
chart_name: z.ZodString;
|
|
1670
|
+
version_channel: z.ZodString;
|
|
1600
1671
|
}, z.core.$strip>;
|
|
1601
1672
|
query: z.ZodOptional<z.ZodNever>;
|
|
1602
1673
|
}, z.core.$strip>;
|
|
1603
1674
|
/**
|
|
1604
|
-
* Returns an object containing the chart
|
|
1675
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1605
1676
|
*/
|
|
1606
|
-
export declare const
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1677
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1678
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1679
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1680
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1681
|
+
}, z.core.$strip>;
|
|
1682
|
+
export declare const zPostMcpData: z.ZodObject<{
|
|
1683
|
+
body: z.ZodObject<{
|
|
1684
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1685
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1686
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1687
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1688
|
+
}, z.core.$strip>;
|
|
1689
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1690
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1691
|
+
}, z.core.$strip>;
|
|
1692
|
+
/**
|
|
1693
|
+
* JSON-RPC 2.0 success or error response
|
|
1694
|
+
*/
|
|
1695
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1696
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1697
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1698
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1699
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1700
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1701
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1619
1702
|
}, z.core.$strip>>;
|
|
1620
1703
|
}, z.core.$strip>;
|
|
1621
1704
|
export declare const zGetOrganizationData: z.ZodObject<{
|
|
@@ -1642,6 +1725,8 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1642
1725
|
id: z.ZodString;
|
|
1643
1726
|
label: z.ZodString;
|
|
1644
1727
|
}, z.core.$strip>>;
|
|
1728
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
1729
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1645
1730
|
}, z.core.$strip>;
|
|
1646
1731
|
status: z.ZodEnum<{
|
|
1647
1732
|
active: "active";
|
|
@@ -1660,6 +1745,92 @@ export declare const zCreateOrganizationData: z.ZodObject<{
|
|
|
1660
1745
|
path: z.ZodOptional<z.ZodNever>;
|
|
1661
1746
|
query: z.ZodOptional<z.ZodNever>;
|
|
1662
1747
|
}, z.core.$strip>;
|
|
1748
|
+
export declare const zListRepositoriesData: z.ZodObject<{
|
|
1749
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1750
|
+
path: z.ZodOptional<z.ZodNever>;
|
|
1751
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1752
|
+
}, z.core.$strip>;
|
|
1753
|
+
/**
|
|
1754
|
+
* List of repositories
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1757
|
+
name: z.ZodString;
|
|
1758
|
+
region: z.ZodString;
|
|
1759
|
+
uri: z.ZodString;
|
|
1760
|
+
}, z.core.$strip>>;
|
|
1761
|
+
export declare const zListTagsData: z.ZodObject<{
|
|
1762
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1763
|
+
path: z.ZodObject<{
|
|
1764
|
+
region: z.ZodString;
|
|
1765
|
+
repository: z.ZodString;
|
|
1766
|
+
}, z.core.$strip>;
|
|
1767
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1768
|
+
}, z.core.$strip>;
|
|
1769
|
+
/**
|
|
1770
|
+
* Repository with tags
|
|
1771
|
+
*/
|
|
1772
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1773
|
+
name: z.ZodString;
|
|
1774
|
+
region: z.ZodString;
|
|
1775
|
+
uri: z.ZodString;
|
|
1776
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1777
|
+
name: z.ZodString;
|
|
1778
|
+
size: z.ZodNumber;
|
|
1779
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1780
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1781
|
+
}, z.core.$strip>>;
|
|
1782
|
+
totalSize: z.ZodNumber;
|
|
1783
|
+
}, z.core.$strip>;
|
|
1784
|
+
export declare const zDeleteTagData: z.ZodObject<{
|
|
1785
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1786
|
+
path: z.ZodObject<{
|
|
1787
|
+
region: z.ZodString;
|
|
1788
|
+
repository: z.ZodString;
|
|
1789
|
+
tag: z.ZodString;
|
|
1790
|
+
}, z.core.$strip>;
|
|
1791
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1792
|
+
}, z.core.$strip>;
|
|
1793
|
+
export declare const zGetTagData: z.ZodObject<{
|
|
1794
|
+
body: z.ZodOptional<z.ZodNever>;
|
|
1795
|
+
path: z.ZodObject<{
|
|
1796
|
+
region: z.ZodString;
|
|
1797
|
+
repository: z.ZodString;
|
|
1798
|
+
tag: z.ZodString;
|
|
1799
|
+
}, z.core.$strip>;
|
|
1800
|
+
query: z.ZodOptional<z.ZodNever>;
|
|
1801
|
+
}, z.core.$strip>;
|
|
1802
|
+
/**
|
|
1803
|
+
* Tag details
|
|
1804
|
+
*/
|
|
1805
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1806
|
+
name: z.ZodString;
|
|
1807
|
+
digest: z.ZodString;
|
|
1808
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1809
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1810
|
+
size: z.ZodNumber;
|
|
1811
|
+
}, z.core.$strip>>;
|
|
1812
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1813
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1814
|
+
size: z.ZodNumber;
|
|
1815
|
+
}, z.core.$strip>>>;
|
|
1816
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1817
|
+
digest: z.ZodString;
|
|
1818
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1819
|
+
architecture: z.ZodString;
|
|
1820
|
+
os: z.ZodString;
|
|
1821
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1822
|
+
}, z.core.$strip>>;
|
|
1823
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1824
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1825
|
+
size: z.ZodNumber;
|
|
1826
|
+
}, z.core.$strip>>>;
|
|
1827
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1828
|
+
}, z.core.$strip>>>;
|
|
1829
|
+
size: z.ZodNumber;
|
|
1830
|
+
region: z.ZodString;
|
|
1831
|
+
repository: z.ZodString;
|
|
1832
|
+
uri: z.ZodString;
|
|
1833
|
+
}, z.core.$strip>;
|
|
1663
1834
|
export declare const zListTokensData: z.ZodObject<{
|
|
1664
1835
|
body: z.ZodOptional<z.ZodNever>;
|
|
1665
1836
|
path: z.ZodOptional<z.ZodNever>;
|
package/dist/zod.gen.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zod.gen.d.ts","sourceRoot":"","sources":["../src/zod.gen.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA8I1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;iBAY1B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;iBAM5B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0BjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAG5B,CAAC;AAEH,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"zod.gen.d.ts","sourceRoot":"","sources":["../src/zod.gen.ts"],"names":[],"mappings":"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"}
|