@cloudfleet/sdk 0.0.1-263dfe6 → 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.
Files changed (93) hide show
  1. package/dist/@tanstack/react-query.gen.d.ts +1125 -0
  2. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  3. package/dist/@tanstack/react-query.gen.js +1129 -0
  4. package/dist/@tanstack/react-query.gen.js.map +1 -0
  5. package/dist/client/client.gen.d.ts +3 -0
  6. package/dist/client/client.gen.d.ts.map +1 -0
  7. package/dist/client/client.gen.js +220 -0
  8. package/dist/client/client.gen.js.map +1 -0
  9. package/dist/client/index.d.ts +8 -7
  10. package/dist/client/index.d.ts.map +1 -1
  11. package/dist/client/index.js +6 -4
  12. package/dist/client/index.js.map +1 -1
  13. package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
  14. package/dist/client/types.gen.d.ts.map +1 -0
  15. package/dist/client/types.gen.js +3 -0
  16. package/dist/client/types.gen.js.map +1 -0
  17. package/dist/client/{utils.d.ts → utils.gen.d.ts} +15 -23
  18. package/dist/client/utils.gen.d.ts.map +1 -0
  19. package/dist/client/{utils.js → utils.gen.js} +63 -119
  20. package/dist/client/utils.gen.js.map +1 -0
  21. package/dist/client.gen.d.ts +3 -3
  22. package/dist/client.gen.d.ts.map +1 -1
  23. package/dist/client.gen.js +1 -3
  24. package/dist/client.gen.js.map +1 -1
  25. package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
  26. package/dist/core/auth.gen.d.ts.map +1 -0
  27. package/dist/core/{auth.js → auth.gen.js} +2 -1
  28. package/dist/core/auth.gen.js.map +1 -0
  29. package/dist/core/bodySerializer.gen.d.ts +26 -0
  30. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  31. package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
  32. package/dist/core/bodySerializer.gen.js.map +1 -0
  33. package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
  34. package/dist/core/params.gen.d.ts.map +1 -0
  35. package/dist/core/{params.js → params.gen.js} +20 -7
  36. package/dist/core/params.gen.js.map +1 -0
  37. package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
  38. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  39. package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
  40. package/dist/core/pathSerializer.gen.js.map +1 -0
  41. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  42. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  43. package/dist/core/queryKeySerializer.gen.js +93 -0
  44. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  45. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  46. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  47. package/dist/core/serverSentEvents.gen.js +133 -0
  48. package/dist/core/serverSentEvents.gen.js.map +1 -0
  49. package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
  50. package/dist/core/types.gen.d.ts.map +1 -0
  51. package/dist/core/types.gen.js +3 -0
  52. package/dist/core/types.gen.js.map +1 -0
  53. package/dist/core/utils.gen.d.ts +20 -0
  54. package/dist/core/utils.gen.d.ts.map +1 -0
  55. package/dist/core/utils.gen.js +88 -0
  56. package/dist/core/utils.gen.js.map +1 -0
  57. package/dist/schemas.gen.d.ts +1005 -480
  58. package/dist/schemas.gen.d.ts.map +1 -1
  59. package/dist/schemas.gen.js +1623 -584
  60. package/dist/schemas.gen.js.map +1 -1
  61. package/dist/sdk.gen.d.ts +130 -20
  62. package/dist/sdk.gen.d.ts.map +1 -1
  63. package/dist/sdk.gen.js +217 -164
  64. package/dist/sdk.gen.js.map +1 -1
  65. package/dist/services/kubernetes/api.d.ts +20 -20
  66. package/dist/types.gen.d.ts +923 -327
  67. package/dist/types.gen.d.ts.map +1 -1
  68. package/dist/zod.gen.d.ts +1039 -1936
  69. package/dist/zod.gen.d.ts.map +1 -1
  70. package/dist/zod.gen.js +502 -1077
  71. package/dist/zod.gen.js.map +1 -1
  72. package/package.json +29 -6
  73. package/dist/client/client.d.ts +0 -3
  74. package/dist/client/client.d.ts.map +0 -1
  75. package/dist/client/client.js +0 -146
  76. package/dist/client/client.js.map +0 -1
  77. package/dist/client/types.d.ts.map +0 -1
  78. package/dist/client/types.js +0 -2
  79. package/dist/client/types.js.map +0 -1
  80. package/dist/client/utils.d.ts.map +0 -1
  81. package/dist/client/utils.js.map +0 -1
  82. package/dist/core/auth.d.ts.map +0 -1
  83. package/dist/core/auth.js.map +0 -1
  84. package/dist/core/bodySerializer.d.ts +0 -18
  85. package/dist/core/bodySerializer.d.ts.map +0 -1
  86. package/dist/core/bodySerializer.js.map +0 -1
  87. package/dist/core/params.d.ts.map +0 -1
  88. package/dist/core/params.js.map +0 -1
  89. package/dist/core/pathSerializer.d.ts.map +0 -1
  90. package/dist/core/pathSerializer.js.map +0 -1
  91. package/dist/core/types.d.ts.map +0 -1
  92. package/dist/core/types.js +0 -2
  93. package/dist/core/types.js.map +0 -1
package/dist/zod.gen.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
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>;
@@ -9,8 +9,7 @@ export declare const zBillingContact: z.ZodObject<{
9
9
  country: z.ZodOptional<z.ZodString>;
10
10
  phone: z.ZodOptional<z.ZodString>;
11
11
  email: z.ZodEmail;
12
- first_name: z.ZodString;
13
- last_name: z.ZodString;
12
+ individual_name: z.ZodString;
14
13
  tax_id: z.ZodOptional<z.ZodString>;
15
14
  tax_id_type: z.ZodOptional<z.ZodEnum<{
16
15
  "": "";
@@ -145,16 +144,15 @@ export declare const zBillingContact: z.ZodObject<{
145
144
  }, z.core.$strip>;
146
145
  export declare const zBillingCredits: z.ZodObject<{
147
146
  id: z.ZodOptional<z.ZodString>;
148
- date_created: z.ZodISODateTime;
149
- code: z.ZodString;
150
- description: z.ZodOptional<z.ZodString>;
151
- products: z.ZodOptional<z.ZodArray<z.ZodString>>;
152
147
  type: z.ZodEnum<{
153
148
  credit: "credit";
154
149
  discount: "discount";
155
150
  }>;
156
- value: z.ZodNumber;
157
- billing_period: z.ZodISODateTime;
151
+ date_start: z.ZodISODateTime;
152
+ date_end: z.ZodOptional<z.ZodISODateTime>;
153
+ code: z.ZodString;
154
+ description: z.ZodOptional<z.ZodString>;
155
+ value_total: z.ZodNumber;
158
156
  value_remaining: z.ZodOptional<z.ZodNumber>;
159
157
  }, z.core.$strip>;
160
158
  export declare const zChartCreateInput: z.ZodObject<{
@@ -201,16 +199,23 @@ export declare const zClusterCreateInput: z.ZodObject<{
201
199
  basic: "basic";
202
200
  pro: "pro";
203
201
  }>;
204
- region: z.ZodOptional<z.ZodEnum<{
205
- staging: "staging";
202
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
203
+ "staging-1a": "staging-1a";
206
204
  "northamerica-central-1": "northamerica-central-1";
207
205
  "europe-central-1a": "europe-central-1a";
208
- }>>;
209
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
206
+ "northamerica-central-1a": "northamerica-central-1a";
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
+ }>>>;
210
214
  }, z.core.$strip>;
211
215
  export declare const zClusterJoinInformation: z.ZodObject<{
212
216
  certificate_authority: z.ZodString;
213
217
  endpoint: z.ZodURL;
218
+ cluster_dns: z.ZodString;
214
219
  auth_key: z.ZodString;
215
220
  bootstrap_token: z.ZodString;
216
221
  versions: z.ZodObject<{
@@ -231,17 +236,18 @@ export declare const zCluster: z.ZodObject<{
231
236
  basic: "basic";
232
237
  pro: "pro";
233
238
  }>;
234
- region: z.ZodOptional<z.ZodEnum<{
235
- staging: "staging";
239
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
240
+ "staging-1a": "staging-1a";
236
241
  "northamerica-central-1": "northamerica-central-1";
237
242
  "europe-central-1a": "europe-central-1a";
238
- }>>;
239
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
243
+ "northamerica-central-1a": "northamerica-central-1a";
244
+ }>>>;
240
245
  id: z.ZodUUID;
241
246
  status: z.ZodEnum<{
242
247
  deleted: "deleted";
243
248
  failed: "failed";
244
249
  active: "active";
250
+ disabled: "disabled";
245
251
  creating: "creating";
246
252
  deployed: "deployed";
247
253
  updating: "updating";
@@ -254,6 +260,7 @@ export declare const zCluster: z.ZodObject<{
254
260
  created_at: z.ZodOptional<z.ZodString>;
255
261
  updated_at: z.ZodOptional<z.ZodString>;
256
262
  ready: z.ZodOptional<z.ZodBoolean>;
263
+ version_channel: z.ZodOptional<z.ZodString>;
257
264
  }, z.core.$strip>;
258
265
  export declare const zClusterUpdateInput: z.ZodObject<{
259
266
  name: z.ZodOptional<z.ZodString>;
@@ -324,602 +331,40 @@ export declare const zInvite: z.ZodObject<{
324
331
  code: z.ZodOptional<z.ZodString>;
325
332
  }, z.core.$strip>;
326
333
  export declare const zInvoice: z.ZodObject<{
327
- id: z.ZodOptional<z.ZodUUID>;
328
- organizationId: z.ZodOptional<z.ZodUUID>;
329
- status: z.ZodOptional<z.ZodEnum<{
330
- DRAFT: "DRAFT";
331
- COMMITTED: "COMMITTED";
332
- VOID: "VOID";
333
- }>>;
334
- amount: z.ZodOptional<z.ZodNumber>;
335
- currency: z.ZodOptional<z.ZodEnum<{
336
- AED: "AED";
337
- AFN: "AFN";
338
- ALL: "ALL";
339
- AMD: "AMD";
340
- ANG: "ANG";
341
- AOA: "AOA";
342
- ARS: "ARS";
343
- AUD: "AUD";
344
- AWG: "AWG";
345
- AZN: "AZN";
346
- BAM: "BAM";
347
- BBD: "BBD";
348
- BDT: "BDT";
349
- BGN: "BGN";
350
- BHD: "BHD";
351
- BIF: "BIF";
352
- BMD: "BMD";
353
- BND: "BND";
354
- BOB: "BOB";
355
- BRL: "BRL";
356
- BSD: "BSD";
357
- BTN: "BTN";
358
- BWP: "BWP";
359
- BYR: "BYR";
360
- BZD: "BZD";
361
- CAD: "CAD";
362
- CDF: "CDF";
363
- CHF: "CHF";
364
- CLP: "CLP";
365
- CNY: "CNY";
366
- COP: "COP";
367
- CRC: "CRC";
368
- CUC: "CUC";
369
- CUP: "CUP";
370
- CVE: "CVE";
371
- CZK: "CZK";
372
- DJF: "DJF";
373
- DKK: "DKK";
374
- DOP: "DOP";
375
- DZD: "DZD";
376
- EGP: "EGP";
377
- ERN: "ERN";
378
- ETB: "ETB";
379
- EUR: "EUR";
380
- FJD: "FJD";
381
- FKP: "FKP";
382
- GBP: "GBP";
383
- GEL: "GEL";
384
- GGP: "GGP";
385
- GHS: "GHS";
386
- GIP: "GIP";
387
- GMD: "GMD";
388
- GNF: "GNF";
389
- GTQ: "GTQ";
390
- GYD: "GYD";
391
- HKD: "HKD";
392
- HNL: "HNL";
393
- HRK: "HRK";
394
- HTG: "HTG";
395
- HUF: "HUF";
396
- IDR: "IDR";
397
- ILS: "ILS";
398
- IMP: "IMP";
399
- INR: "INR";
400
- IQD: "IQD";
401
- IRR: "IRR";
402
- ISK: "ISK";
403
- JEP: "JEP";
404
- JMD: "JMD";
405
- JOD: "JOD";
406
- JPY: "JPY";
407
- KES: "KES";
408
- KGS: "KGS";
409
- KHR: "KHR";
410
- KMF: "KMF";
411
- KPW: "KPW";
412
- KRW: "KRW";
413
- KWD: "KWD";
414
- KYD: "KYD";
415
- KZT: "KZT";
416
- LAK: "LAK";
417
- LBP: "LBP";
418
- LKR: "LKR";
419
- LRD: "LRD";
420
- LSL: "LSL";
421
- LTL: "LTL";
422
- LVL: "LVL";
423
- LYD: "LYD";
424
- MAD: "MAD";
425
- MDL: "MDL";
426
- MGA: "MGA";
427
- MKD: "MKD";
428
- MMK: "MMK";
429
- MNT: "MNT";
430
- MOP: "MOP";
431
- MRO: "MRO";
432
- MUR: "MUR";
433
- MVR: "MVR";
434
- MWK: "MWK";
435
- MXN: "MXN";
436
- MYR: "MYR";
437
- MZN: "MZN";
438
- NAD: "NAD";
439
- NGN: "NGN";
440
- NIO: "NIO";
441
- NOK: "NOK";
442
- NPR: "NPR";
443
- NZD: "NZD";
444
- OMR: "OMR";
445
- PAB: "PAB";
446
- PEN: "PEN";
447
- PGK: "PGK";
448
- PHP: "PHP";
449
- PKR: "PKR";
450
- PLN: "PLN";
451
- PYG: "PYG";
452
- QAR: "QAR";
453
- RON: "RON";
454
- RSD: "RSD";
455
- RUB: "RUB";
456
- RWF: "RWF";
457
- SAR: "SAR";
458
- SBD: "SBD";
459
- SCR: "SCR";
460
- SDG: "SDG";
461
- SEK: "SEK";
462
- SGD: "SGD";
463
- SHP: "SHP";
464
- SLL: "SLL";
465
- SOS: "SOS";
466
- SPL: "SPL";
467
- SRD: "SRD";
468
- STD: "STD";
469
- SVC: "SVC";
470
- SYP: "SYP";
471
- SZL: "SZL";
472
- THB: "THB";
473
- TJS: "TJS";
474
- TMT: "TMT";
475
- TND: "TND";
476
- TOP: "TOP";
477
- TRY: "TRY";
478
- TTD: "TTD";
479
- TVD: "TVD";
480
- TWD: "TWD";
481
- TZS: "TZS";
482
- UAH: "UAH";
483
- UGX: "UGX";
484
- USD: "USD";
485
- UYU: "UYU";
486
- UZS: "UZS";
487
- VEF: "VEF";
488
- VND: "VND";
489
- VUV: "VUV";
490
- WST: "WST";
491
- XAF: "XAF";
492
- XCD: "XCD";
493
- XDR: "XDR";
494
- XOF: "XOF";
495
- XPF: "XPF";
496
- YER: "YER";
497
- ZAR: "ZAR";
498
- ZMW: "ZMW";
499
- ZWD: "ZWD";
500
- BTC: "BTC";
501
- }>>;
502
- creditAdj: z.ZodOptional<z.ZodNumber>;
503
- refundAdj: z.ZodOptional<z.ZodNumber>;
504
- invoiceDate: z.ZodOptional<z.ZodString>;
505
- targetDate: z.ZodOptional<z.ZodString>;
506
- invoiceNumber: z.ZodOptional<z.ZodString>;
507
- balance: z.ZodOptional<z.ZodNumber>;
508
- bundleKeys: z.ZodOptional<z.ZodString>;
509
- credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
510
- id: z.ZodOptional<z.ZodUUID>;
511
- linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
512
- productName: z.ZodOptional<z.ZodString>;
513
- planName: z.ZodOptional<z.ZodString>;
514
- phaseName: z.ZodOptional<z.ZodString>;
515
- usageName: z.ZodOptional<z.ZodString>;
516
- prettyProductName: z.ZodOptional<z.ZodString>;
517
- prettyPlanName: z.ZodOptional<z.ZodString>;
518
- prettyPhaseName: z.ZodOptional<z.ZodString>;
519
- prettyUsageName: z.ZodOptional<z.ZodString>;
520
- itemType: z.ZodOptional<z.ZodEnum<{
521
- EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
522
- FIXED: "FIXED";
523
- RECURRING: "RECURRING";
524
- REPAIR_ADJ: "REPAIR_ADJ";
525
- CBA_ADJ: "CBA_ADJ";
526
- CREDIT_ADJ: "CREDIT_ADJ";
527
- ITEM_ADJ: "ITEM_ADJ";
528
- USAGE: "USAGE";
529
- TAX: "TAX";
530
- PARENT_SUMMARY: "PARENT_SUMMARY";
531
- }>>;
532
- description: z.ZodOptional<z.ZodString>;
533
- startDate: z.ZodOptional<z.ZodString>;
534
- endDate: z.ZodOptional<z.ZodString>;
535
- amount: z.ZodOptional<z.ZodNumber>;
536
- rate: z.ZodOptional<z.ZodNumber>;
537
- currency: z.ZodOptional<z.ZodEnum<{
538
- AED: "AED";
539
- AFN: "AFN";
540
- ALL: "ALL";
541
- AMD: "AMD";
542
- ANG: "ANG";
543
- AOA: "AOA";
544
- ARS: "ARS";
545
- AUD: "AUD";
546
- AWG: "AWG";
547
- AZN: "AZN";
548
- BAM: "BAM";
549
- BBD: "BBD";
550
- BDT: "BDT";
551
- BGN: "BGN";
552
- BHD: "BHD";
553
- BIF: "BIF";
554
- BMD: "BMD";
555
- BND: "BND";
556
- BOB: "BOB";
557
- BRL: "BRL";
558
- BSD: "BSD";
559
- BTN: "BTN";
560
- BWP: "BWP";
561
- BYR: "BYR";
562
- BZD: "BZD";
563
- CAD: "CAD";
564
- CDF: "CDF";
565
- CHF: "CHF";
566
- CLP: "CLP";
567
- CNY: "CNY";
568
- COP: "COP";
569
- CRC: "CRC";
570
- CUC: "CUC";
571
- CUP: "CUP";
572
- CVE: "CVE";
573
- CZK: "CZK";
574
- DJF: "DJF";
575
- DKK: "DKK";
576
- DOP: "DOP";
577
- DZD: "DZD";
578
- EGP: "EGP";
579
- ERN: "ERN";
580
- ETB: "ETB";
581
- EUR: "EUR";
582
- FJD: "FJD";
583
- FKP: "FKP";
584
- GBP: "GBP";
585
- GEL: "GEL";
586
- GGP: "GGP";
587
- GHS: "GHS";
588
- GIP: "GIP";
589
- GMD: "GMD";
590
- GNF: "GNF";
591
- GTQ: "GTQ";
592
- GYD: "GYD";
593
- HKD: "HKD";
594
- HNL: "HNL";
595
- HRK: "HRK";
596
- HTG: "HTG";
597
- HUF: "HUF";
598
- IDR: "IDR";
599
- ILS: "ILS";
600
- IMP: "IMP";
601
- INR: "INR";
602
- IQD: "IQD";
603
- IRR: "IRR";
604
- ISK: "ISK";
605
- JEP: "JEP";
606
- JMD: "JMD";
607
- JOD: "JOD";
608
- JPY: "JPY";
609
- KES: "KES";
610
- KGS: "KGS";
611
- KHR: "KHR";
612
- KMF: "KMF";
613
- KPW: "KPW";
614
- KRW: "KRW";
615
- KWD: "KWD";
616
- KYD: "KYD";
617
- KZT: "KZT";
618
- LAK: "LAK";
619
- LBP: "LBP";
620
- LKR: "LKR";
621
- LRD: "LRD";
622
- LSL: "LSL";
623
- LTL: "LTL";
624
- LVL: "LVL";
625
- LYD: "LYD";
626
- MAD: "MAD";
627
- MDL: "MDL";
628
- MGA: "MGA";
629
- MKD: "MKD";
630
- MMK: "MMK";
631
- MNT: "MNT";
632
- MOP: "MOP";
633
- MRO: "MRO";
634
- MUR: "MUR";
635
- MVR: "MVR";
636
- MWK: "MWK";
637
- MXN: "MXN";
638
- MYR: "MYR";
639
- MZN: "MZN";
640
- NAD: "NAD";
641
- NGN: "NGN";
642
- NIO: "NIO";
643
- NOK: "NOK";
644
- NPR: "NPR";
645
- NZD: "NZD";
646
- OMR: "OMR";
647
- PAB: "PAB";
648
- PEN: "PEN";
649
- PGK: "PGK";
650
- PHP: "PHP";
651
- PKR: "PKR";
652
- PLN: "PLN";
653
- PYG: "PYG";
654
- QAR: "QAR";
655
- RON: "RON";
656
- RSD: "RSD";
657
- RUB: "RUB";
658
- RWF: "RWF";
659
- SAR: "SAR";
660
- SBD: "SBD";
661
- SCR: "SCR";
662
- SDG: "SDG";
663
- SEK: "SEK";
664
- SGD: "SGD";
665
- SHP: "SHP";
666
- SLL: "SLL";
667
- SOS: "SOS";
668
- SPL: "SPL";
669
- SRD: "SRD";
670
- STD: "STD";
671
- SVC: "SVC";
672
- SYP: "SYP";
673
- SZL: "SZL";
674
- THB: "THB";
675
- TJS: "TJS";
676
- TMT: "TMT";
677
- TND: "TND";
678
- TOP: "TOP";
679
- TRY: "TRY";
680
- TTD: "TTD";
681
- TVD: "TVD";
682
- TWD: "TWD";
683
- TZS: "TZS";
684
- UAH: "UAH";
685
- UGX: "UGX";
686
- USD: "USD";
687
- UYU: "UYU";
688
- UZS: "UZS";
689
- VEF: "VEF";
690
- VND: "VND";
691
- VUV: "VUV";
692
- WST: "WST";
693
- XAF: "XAF";
694
- XCD: "XCD";
695
- XDR: "XDR";
696
- XOF: "XOF";
697
- XPF: "XPF";
698
- YER: "YER";
699
- ZAR: "ZAR";
700
- ZMW: "ZMW";
701
- ZWD: "ZWD";
702
- BTC: "BTC";
703
- }>>;
704
- quantity: z.ZodOptional<z.ZodNumber>;
705
- itemDetails: z.ZodOptional<z.ZodString>;
706
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
707
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
708
- }, z.core.$strip>>>;
709
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
710
- id: z.ZodOptional<z.ZodUUID>;
711
- linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
712
- productName: z.ZodOptional<z.ZodString>;
713
- planName: z.ZodOptional<z.ZodString>;
714
- phaseName: z.ZodOptional<z.ZodString>;
715
- usageName: z.ZodOptional<z.ZodString>;
716
- prettyProductName: z.ZodOptional<z.ZodString>;
717
- prettyPlanName: z.ZodOptional<z.ZodString>;
718
- prettyPhaseName: z.ZodOptional<z.ZodString>;
719
- prettyUsageName: z.ZodOptional<z.ZodString>;
720
- itemType: z.ZodOptional<z.ZodEnum<{
721
- EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
722
- FIXED: "FIXED";
723
- RECURRING: "RECURRING";
724
- REPAIR_ADJ: "REPAIR_ADJ";
725
- CBA_ADJ: "CBA_ADJ";
726
- CREDIT_ADJ: "CREDIT_ADJ";
727
- ITEM_ADJ: "ITEM_ADJ";
728
- USAGE: "USAGE";
729
- TAX: "TAX";
730
- PARENT_SUMMARY: "PARENT_SUMMARY";
731
- }>>;
732
- description: z.ZodOptional<z.ZodString>;
733
- startDate: z.ZodOptional<z.ZodString>;
734
- endDate: z.ZodOptional<z.ZodString>;
735
- amount: z.ZodOptional<z.ZodNumber>;
736
- rate: z.ZodOptional<z.ZodNumber>;
737
- currency: z.ZodOptional<z.ZodEnum<{
738
- AED: "AED";
739
- AFN: "AFN";
740
- ALL: "ALL";
741
- AMD: "AMD";
742
- ANG: "ANG";
743
- AOA: "AOA";
744
- ARS: "ARS";
745
- AUD: "AUD";
746
- AWG: "AWG";
747
- AZN: "AZN";
748
- BAM: "BAM";
749
- BBD: "BBD";
750
- BDT: "BDT";
751
- BGN: "BGN";
752
- BHD: "BHD";
753
- BIF: "BIF";
754
- BMD: "BMD";
755
- BND: "BND";
756
- BOB: "BOB";
757
- BRL: "BRL";
758
- BSD: "BSD";
759
- BTN: "BTN";
760
- BWP: "BWP";
761
- BYR: "BYR";
762
- BZD: "BZD";
763
- CAD: "CAD";
764
- CDF: "CDF";
765
- CHF: "CHF";
766
- CLP: "CLP";
767
- CNY: "CNY";
768
- COP: "COP";
769
- CRC: "CRC";
770
- CUC: "CUC";
771
- CUP: "CUP";
772
- CVE: "CVE";
773
- CZK: "CZK";
774
- DJF: "DJF";
775
- DKK: "DKK";
776
- DOP: "DOP";
777
- DZD: "DZD";
778
- EGP: "EGP";
779
- ERN: "ERN";
780
- ETB: "ETB";
781
- EUR: "EUR";
782
- FJD: "FJD";
783
- FKP: "FKP";
784
- GBP: "GBP";
785
- GEL: "GEL";
786
- GGP: "GGP";
787
- GHS: "GHS";
788
- GIP: "GIP";
789
- GMD: "GMD";
790
- GNF: "GNF";
791
- GTQ: "GTQ";
792
- GYD: "GYD";
793
- HKD: "HKD";
794
- HNL: "HNL";
795
- HRK: "HRK";
796
- HTG: "HTG";
797
- HUF: "HUF";
798
- IDR: "IDR";
799
- ILS: "ILS";
800
- IMP: "IMP";
801
- INR: "INR";
802
- IQD: "IQD";
803
- IRR: "IRR";
804
- ISK: "ISK";
805
- JEP: "JEP";
806
- JMD: "JMD";
807
- JOD: "JOD";
808
- JPY: "JPY";
809
- KES: "KES";
810
- KGS: "KGS";
811
- KHR: "KHR";
812
- KMF: "KMF";
813
- KPW: "KPW";
814
- KRW: "KRW";
815
- KWD: "KWD";
816
- KYD: "KYD";
817
- KZT: "KZT";
818
- LAK: "LAK";
819
- LBP: "LBP";
820
- LKR: "LKR";
821
- LRD: "LRD";
822
- LSL: "LSL";
823
- LTL: "LTL";
824
- LVL: "LVL";
825
- LYD: "LYD";
826
- MAD: "MAD";
827
- MDL: "MDL";
828
- MGA: "MGA";
829
- MKD: "MKD";
830
- MMK: "MMK";
831
- MNT: "MNT";
832
- MOP: "MOP";
833
- MRO: "MRO";
834
- MUR: "MUR";
835
- MVR: "MVR";
836
- MWK: "MWK";
837
- MXN: "MXN";
838
- MYR: "MYR";
839
- MZN: "MZN";
840
- NAD: "NAD";
841
- NGN: "NGN";
842
- NIO: "NIO";
843
- NOK: "NOK";
844
- NPR: "NPR";
845
- NZD: "NZD";
846
- OMR: "OMR";
847
- PAB: "PAB";
848
- PEN: "PEN";
849
- PGK: "PGK";
850
- PHP: "PHP";
851
- PKR: "PKR";
852
- PLN: "PLN";
853
- PYG: "PYG";
854
- QAR: "QAR";
855
- RON: "RON";
856
- RSD: "RSD";
857
- RUB: "RUB";
858
- RWF: "RWF";
859
- SAR: "SAR";
860
- SBD: "SBD";
861
- SCR: "SCR";
862
- SDG: "SDG";
863
- SEK: "SEK";
864
- SGD: "SGD";
865
- SHP: "SHP";
866
- SLL: "SLL";
867
- SOS: "SOS";
868
- SPL: "SPL";
869
- SRD: "SRD";
870
- STD: "STD";
871
- SVC: "SVC";
872
- SYP: "SYP";
873
- SZL: "SZL";
874
- THB: "THB";
875
- TJS: "TJS";
876
- TMT: "TMT";
877
- TND: "TND";
878
- TOP: "TOP";
879
- TRY: "TRY";
880
- TTD: "TTD";
881
- TVD: "TVD";
882
- TWD: "TWD";
883
- TZS: "TZS";
884
- UAH: "UAH";
885
- UGX: "UGX";
886
- USD: "USD";
887
- UYU: "UYU";
888
- UZS: "UZS";
889
- VEF: "VEF";
890
- VND: "VND";
891
- VUV: "VUV";
892
- WST: "WST";
893
- XAF: "XAF";
894
- XCD: "XCD";
895
- XDR: "XDR";
896
- XOF: "XOF";
897
- XPF: "XPF";
898
- YER: "YER";
899
- ZAR: "ZAR";
900
- ZMW: "ZMW";
901
- ZWD: "ZWD";
902
- BTC: "BTC";
903
- }>>;
904
- quantity: z.ZodOptional<z.ZodNumber>;
905
- itemDetails: z.ZodOptional<z.ZodString>;
906
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
907
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
908
- }, z.core.$strip>>>;
334
+ id: z.ZodOptional<z.ZodString>;
335
+ number: z.ZodOptional<z.ZodString>;
336
+ status: z.ZodOptional<z.ZodString>;
337
+ total: z.ZodOptional<z.ZodNumber>;
338
+ currency: z.ZodOptional<z.ZodString>;
339
+ created: z.ZodISODateTime;
340
+ period_start: z.ZodISODateTime;
341
+ period_end: z.ZodISODateTime;
342
+ invoice_pdf: z.ZodOptional<z.ZodString>;
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>;
909
348
  }, z.core.$strip>;
910
349
  export declare const zMarketplaceListing: z.ZodObject<{
911
- id: z.ZodString;
912
350
  name: z.ZodString;
913
- developer: z.ZodString;
914
- description: z.ZodString;
915
- logoUrl: z.ZodString;
916
- longDescription: z.ZodString;
917
- categories: z.ZodArray<z.ZodString>;
351
+ versions: z.ZodArray<z.ZodString>;
918
352
  version_channels: z.ZodArray<z.ZodString>;
919
- value_schemas: z.ZodArray<z.ZodObject<{
353
+ latestVersion: z.ZodString;
354
+ metadata: z.ZodOptional<z.ZodObject<{
355
+ name: z.ZodString;
920
356
  version: z.ZodString;
921
- schema: z.ZodString;
922
- placeholder: z.ZodString;
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>>>;
923
368
  }, z.core.$strip>>;
924
369
  }, z.core.$strip>;
925
370
  export declare const zOrganizationCreateInput: z.ZodObject<{
@@ -945,6 +390,7 @@ export declare const zOrganization: z.ZodObject<{
945
390
  id: z.ZodString;
946
391
  label: z.ZodString;
947
392
  }, z.core.$strip>>;
393
+ cfcr_storage_gb: z.ZodInt;
948
394
  }, z.core.$strip>;
949
395
  status: z.ZodEnum<{
950
396
  active: "active";
@@ -973,6 +419,171 @@ export declare const zPaymentMethod: z.ZodObject<{
973
419
  visa: "visa";
974
420
  }>;
975
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>;
976
587
  export declare const zTokenCreateInput: z.ZodObject<{
977
588
  name: z.ZodString;
978
589
  role: z.ZodEnum<{
@@ -997,37 +608,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
997
608
  User: "User";
998
609
  }>>;
999
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>;
1000
629
  export declare const zUsage: z.ZodObject<{
1001
- hour: z.ZodOptional<z.ZodString>;
1002
- cluster_id: z.ZodUUID;
1003
- cluster_tier: z.ZodEnum<{
1004
- "": "";
1005
- basic: "basic";
1006
- pro: "pro";
1007
- }>;
1008
- product: z.ZodEnum<{
1009
- cfke_controlplane: "cfke_controlplane";
1010
- cfke_connected_nodes: "cfke_connected_nodes";
1011
- infra_compute: "infra_compute";
1012
- infra_storage: "infra_storage";
1013
- infra_loadbalancing: "infra_loadbalancing";
1014
- infra_traffic: "infra_traffic";
1015
- cfcr_storage: "cfcr_storage";
1016
- }>;
1017
- node_name: z.ZodString;
1018
- sku: z.ZodString;
1019
- cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1020
- "": "";
1021
- }>]>;
1022
- price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1023
- "": "";
1024
- }>]>;
1025
- value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1026
- "": "";
1027
- }>]>;
1028
- total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1029
- "": "";
1030
- }>]>;
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;
1031
636
  }, z.core.$strip>;
1032
637
  export declare const zUserCreateInput: z.ZodObject<{
1033
638
  email: z.ZodEmail;
@@ -1072,59 +677,29 @@ export declare const zUserUpdateInput: z.ZodObject<{
1072
677
  inactive: "inactive";
1073
678
  }>>;
1074
679
  }, z.core.$strip>;
1075
- export declare const zGetUsageData: z.ZodObject<{
1076
- body: z.ZodOptional<z.ZodNever>;
1077
- path: z.ZodOptional<z.ZodNever>;
1078
- query: z.ZodOptional<z.ZodNever>;
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
+ }>>>;
1079
686
  }, z.core.$strip>;
1080
687
  /**
1081
- * An array of usage records.
1082
- */
1083
- export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
1084
- hour: z.ZodOptional<z.ZodString>;
1085
- cluster_id: z.ZodUUID;
1086
- cluster_tier: z.ZodEnum<{
1087
- "": "";
1088
- basic: "basic";
1089
- pro: "pro";
1090
- }>;
1091
- product: z.ZodEnum<{
1092
- cfke_controlplane: "cfke_controlplane";
1093
- cfke_connected_nodes: "cfke_connected_nodes";
1094
- infra_compute: "infra_compute";
1095
- infra_storage: "infra_storage";
1096
- infra_loadbalancing: "infra_loadbalancing";
1097
- infra_traffic: "infra_traffic";
1098
- cfcr_storage: "cfcr_storage";
1099
- }>;
1100
- node_name: z.ZodString;
1101
- sku: z.ZodString;
1102
- cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1103
- "": "";
1104
- }>]>;
1105
- price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1106
- "": "";
1107
- }>]>;
1108
- value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1109
- "": "";
1110
- }>]>;
1111
- total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
1112
- "": "";
1113
- }>]>;
1114
- }, z.core.$strip>>;
1115
- export declare const zGetBalanceData: z.ZodObject<{
1116
- body: z.ZodOptional<z.ZodNever>;
1117
- path: z.ZodOptional<z.ZodNever>;
1118
- query: z.ZodOptional<z.ZodNever>;
1119
- }, z.core.$strip>;
1120
- /**
1121
- * Current balance of the organization in USD as a floating-point number.
688
+ * Usage data with facets for filtering
1122
689
  */
1123
- export declare const zGetBalanceResponse: z.ZodNumber;
1124
- export declare const zGetPaymentMethodData: z.ZodObject<{
1125
- body: z.ZodOptional<z.ZodNever>;
1126
- path: z.ZodOptional<z.ZodNever>;
1127
- 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>;
1128
703
  }, z.core.$strip>;
1129
704
  /**
1130
705
  * Redacted payment card information.
@@ -1150,11 +725,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
1150
725
  visa: "visa";
1151
726
  }>;
1152
727
  }, z.core.$strip>;
1153
- export declare const zGetPaymentMethodSecretData: z.ZodObject<{
1154
- body: z.ZodOptional<z.ZodNever>;
1155
- path: z.ZodOptional<z.ZodNever>;
1156
- query: z.ZodOptional<z.ZodNever>;
1157
- }, z.core.$strip>;
1158
728
  /**
1159
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.
1160
730
  *
@@ -1162,619 +732,20 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
1162
732
  export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
1163
733
  id: z.ZodOptional<z.ZodString>;
1164
734
  }, z.core.$strip>;
1165
- export declare const zListInvoicesData: z.ZodObject<{
1166
- body: z.ZodOptional<z.ZodNever>;
1167
- path: z.ZodOptional<z.ZodNever>;
1168
- query: z.ZodObject<{
1169
- start_date: z.ZodString;
1170
- end_date: z.ZodString;
1171
- }, z.core.$strip>;
1172
- }, z.core.$strip>;
1173
735
  /**
1174
736
  * An array of usage records.
1175
737
  */
1176
738
  export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
1177
- id: z.ZodOptional<z.ZodUUID>;
1178
- organizationId: z.ZodOptional<z.ZodUUID>;
1179
- status: z.ZodOptional<z.ZodEnum<{
1180
- DRAFT: "DRAFT";
1181
- COMMITTED: "COMMITTED";
1182
- VOID: "VOID";
1183
- }>>;
1184
- amount: z.ZodOptional<z.ZodNumber>;
1185
- currency: z.ZodOptional<z.ZodEnum<{
1186
- AED: "AED";
1187
- AFN: "AFN";
1188
- ALL: "ALL";
1189
- AMD: "AMD";
1190
- ANG: "ANG";
1191
- AOA: "AOA";
1192
- ARS: "ARS";
1193
- AUD: "AUD";
1194
- AWG: "AWG";
1195
- AZN: "AZN";
1196
- BAM: "BAM";
1197
- BBD: "BBD";
1198
- BDT: "BDT";
1199
- BGN: "BGN";
1200
- BHD: "BHD";
1201
- BIF: "BIF";
1202
- BMD: "BMD";
1203
- BND: "BND";
1204
- BOB: "BOB";
1205
- BRL: "BRL";
1206
- BSD: "BSD";
1207
- BTN: "BTN";
1208
- BWP: "BWP";
1209
- BYR: "BYR";
1210
- BZD: "BZD";
1211
- CAD: "CAD";
1212
- CDF: "CDF";
1213
- CHF: "CHF";
1214
- CLP: "CLP";
1215
- CNY: "CNY";
1216
- COP: "COP";
1217
- CRC: "CRC";
1218
- CUC: "CUC";
1219
- CUP: "CUP";
1220
- CVE: "CVE";
1221
- CZK: "CZK";
1222
- DJF: "DJF";
1223
- DKK: "DKK";
1224
- DOP: "DOP";
1225
- DZD: "DZD";
1226
- EGP: "EGP";
1227
- ERN: "ERN";
1228
- ETB: "ETB";
1229
- EUR: "EUR";
1230
- FJD: "FJD";
1231
- FKP: "FKP";
1232
- GBP: "GBP";
1233
- GEL: "GEL";
1234
- GGP: "GGP";
1235
- GHS: "GHS";
1236
- GIP: "GIP";
1237
- GMD: "GMD";
1238
- GNF: "GNF";
1239
- GTQ: "GTQ";
1240
- GYD: "GYD";
1241
- HKD: "HKD";
1242
- HNL: "HNL";
1243
- HRK: "HRK";
1244
- HTG: "HTG";
1245
- HUF: "HUF";
1246
- IDR: "IDR";
1247
- ILS: "ILS";
1248
- IMP: "IMP";
1249
- INR: "INR";
1250
- IQD: "IQD";
1251
- IRR: "IRR";
1252
- ISK: "ISK";
1253
- JEP: "JEP";
1254
- JMD: "JMD";
1255
- JOD: "JOD";
1256
- JPY: "JPY";
1257
- KES: "KES";
1258
- KGS: "KGS";
1259
- KHR: "KHR";
1260
- KMF: "KMF";
1261
- KPW: "KPW";
1262
- KRW: "KRW";
1263
- KWD: "KWD";
1264
- KYD: "KYD";
1265
- KZT: "KZT";
1266
- LAK: "LAK";
1267
- LBP: "LBP";
1268
- LKR: "LKR";
1269
- LRD: "LRD";
1270
- LSL: "LSL";
1271
- LTL: "LTL";
1272
- LVL: "LVL";
1273
- LYD: "LYD";
1274
- MAD: "MAD";
1275
- MDL: "MDL";
1276
- MGA: "MGA";
1277
- MKD: "MKD";
1278
- MMK: "MMK";
1279
- MNT: "MNT";
1280
- MOP: "MOP";
1281
- MRO: "MRO";
1282
- MUR: "MUR";
1283
- MVR: "MVR";
1284
- MWK: "MWK";
1285
- MXN: "MXN";
1286
- MYR: "MYR";
1287
- MZN: "MZN";
1288
- NAD: "NAD";
1289
- NGN: "NGN";
1290
- NIO: "NIO";
1291
- NOK: "NOK";
1292
- NPR: "NPR";
1293
- NZD: "NZD";
1294
- OMR: "OMR";
1295
- PAB: "PAB";
1296
- PEN: "PEN";
1297
- PGK: "PGK";
1298
- PHP: "PHP";
1299
- PKR: "PKR";
1300
- PLN: "PLN";
1301
- PYG: "PYG";
1302
- QAR: "QAR";
1303
- RON: "RON";
1304
- RSD: "RSD";
1305
- RUB: "RUB";
1306
- RWF: "RWF";
1307
- SAR: "SAR";
1308
- SBD: "SBD";
1309
- SCR: "SCR";
1310
- SDG: "SDG";
1311
- SEK: "SEK";
1312
- SGD: "SGD";
1313
- SHP: "SHP";
1314
- SLL: "SLL";
1315
- SOS: "SOS";
1316
- SPL: "SPL";
1317
- SRD: "SRD";
1318
- STD: "STD";
1319
- SVC: "SVC";
1320
- SYP: "SYP";
1321
- SZL: "SZL";
1322
- THB: "THB";
1323
- TJS: "TJS";
1324
- TMT: "TMT";
1325
- TND: "TND";
1326
- TOP: "TOP";
1327
- TRY: "TRY";
1328
- TTD: "TTD";
1329
- TVD: "TVD";
1330
- TWD: "TWD";
1331
- TZS: "TZS";
1332
- UAH: "UAH";
1333
- UGX: "UGX";
1334
- USD: "USD";
1335
- UYU: "UYU";
1336
- UZS: "UZS";
1337
- VEF: "VEF";
1338
- VND: "VND";
1339
- VUV: "VUV";
1340
- WST: "WST";
1341
- XAF: "XAF";
1342
- XCD: "XCD";
1343
- XDR: "XDR";
1344
- XOF: "XOF";
1345
- XPF: "XPF";
1346
- YER: "YER";
1347
- ZAR: "ZAR";
1348
- ZMW: "ZMW";
1349
- ZWD: "ZWD";
1350
- BTC: "BTC";
1351
- }>>;
1352
- creditAdj: z.ZodOptional<z.ZodNumber>;
1353
- refundAdj: z.ZodOptional<z.ZodNumber>;
1354
- invoiceDate: z.ZodOptional<z.ZodString>;
1355
- targetDate: z.ZodOptional<z.ZodString>;
1356
- invoiceNumber: z.ZodOptional<z.ZodString>;
1357
- balance: z.ZodOptional<z.ZodNumber>;
1358
- bundleKeys: z.ZodOptional<z.ZodString>;
1359
- credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
1360
- id: z.ZodOptional<z.ZodUUID>;
1361
- linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
1362
- productName: z.ZodOptional<z.ZodString>;
1363
- planName: z.ZodOptional<z.ZodString>;
1364
- phaseName: z.ZodOptional<z.ZodString>;
1365
- usageName: z.ZodOptional<z.ZodString>;
1366
- prettyProductName: z.ZodOptional<z.ZodString>;
1367
- prettyPlanName: z.ZodOptional<z.ZodString>;
1368
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1369
- prettyUsageName: z.ZodOptional<z.ZodString>;
1370
- itemType: z.ZodOptional<z.ZodEnum<{
1371
- EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
1372
- FIXED: "FIXED";
1373
- RECURRING: "RECURRING";
1374
- REPAIR_ADJ: "REPAIR_ADJ";
1375
- CBA_ADJ: "CBA_ADJ";
1376
- CREDIT_ADJ: "CREDIT_ADJ";
1377
- ITEM_ADJ: "ITEM_ADJ";
1378
- USAGE: "USAGE";
1379
- TAX: "TAX";
1380
- PARENT_SUMMARY: "PARENT_SUMMARY";
1381
- }>>;
1382
- description: z.ZodOptional<z.ZodString>;
1383
- startDate: z.ZodOptional<z.ZodString>;
1384
- endDate: z.ZodOptional<z.ZodString>;
1385
- amount: z.ZodOptional<z.ZodNumber>;
1386
- rate: z.ZodOptional<z.ZodNumber>;
1387
- currency: z.ZodOptional<z.ZodEnum<{
1388
- AED: "AED";
1389
- AFN: "AFN";
1390
- ALL: "ALL";
1391
- AMD: "AMD";
1392
- ANG: "ANG";
1393
- AOA: "AOA";
1394
- ARS: "ARS";
1395
- AUD: "AUD";
1396
- AWG: "AWG";
1397
- AZN: "AZN";
1398
- BAM: "BAM";
1399
- BBD: "BBD";
1400
- BDT: "BDT";
1401
- BGN: "BGN";
1402
- BHD: "BHD";
1403
- BIF: "BIF";
1404
- BMD: "BMD";
1405
- BND: "BND";
1406
- BOB: "BOB";
1407
- BRL: "BRL";
1408
- BSD: "BSD";
1409
- BTN: "BTN";
1410
- BWP: "BWP";
1411
- BYR: "BYR";
1412
- BZD: "BZD";
1413
- CAD: "CAD";
1414
- CDF: "CDF";
1415
- CHF: "CHF";
1416
- CLP: "CLP";
1417
- CNY: "CNY";
1418
- COP: "COP";
1419
- CRC: "CRC";
1420
- CUC: "CUC";
1421
- CUP: "CUP";
1422
- CVE: "CVE";
1423
- CZK: "CZK";
1424
- DJF: "DJF";
1425
- DKK: "DKK";
1426
- DOP: "DOP";
1427
- DZD: "DZD";
1428
- EGP: "EGP";
1429
- ERN: "ERN";
1430
- ETB: "ETB";
1431
- EUR: "EUR";
1432
- FJD: "FJD";
1433
- FKP: "FKP";
1434
- GBP: "GBP";
1435
- GEL: "GEL";
1436
- GGP: "GGP";
1437
- GHS: "GHS";
1438
- GIP: "GIP";
1439
- GMD: "GMD";
1440
- GNF: "GNF";
1441
- GTQ: "GTQ";
1442
- GYD: "GYD";
1443
- HKD: "HKD";
1444
- HNL: "HNL";
1445
- HRK: "HRK";
1446
- HTG: "HTG";
1447
- HUF: "HUF";
1448
- IDR: "IDR";
1449
- ILS: "ILS";
1450
- IMP: "IMP";
1451
- INR: "INR";
1452
- IQD: "IQD";
1453
- IRR: "IRR";
1454
- ISK: "ISK";
1455
- JEP: "JEP";
1456
- JMD: "JMD";
1457
- JOD: "JOD";
1458
- JPY: "JPY";
1459
- KES: "KES";
1460
- KGS: "KGS";
1461
- KHR: "KHR";
1462
- KMF: "KMF";
1463
- KPW: "KPW";
1464
- KRW: "KRW";
1465
- KWD: "KWD";
1466
- KYD: "KYD";
1467
- KZT: "KZT";
1468
- LAK: "LAK";
1469
- LBP: "LBP";
1470
- LKR: "LKR";
1471
- LRD: "LRD";
1472
- LSL: "LSL";
1473
- LTL: "LTL";
1474
- LVL: "LVL";
1475
- LYD: "LYD";
1476
- MAD: "MAD";
1477
- MDL: "MDL";
1478
- MGA: "MGA";
1479
- MKD: "MKD";
1480
- MMK: "MMK";
1481
- MNT: "MNT";
1482
- MOP: "MOP";
1483
- MRO: "MRO";
1484
- MUR: "MUR";
1485
- MVR: "MVR";
1486
- MWK: "MWK";
1487
- MXN: "MXN";
1488
- MYR: "MYR";
1489
- MZN: "MZN";
1490
- NAD: "NAD";
1491
- NGN: "NGN";
1492
- NIO: "NIO";
1493
- NOK: "NOK";
1494
- NPR: "NPR";
1495
- NZD: "NZD";
1496
- OMR: "OMR";
1497
- PAB: "PAB";
1498
- PEN: "PEN";
1499
- PGK: "PGK";
1500
- PHP: "PHP";
1501
- PKR: "PKR";
1502
- PLN: "PLN";
1503
- PYG: "PYG";
1504
- QAR: "QAR";
1505
- RON: "RON";
1506
- RSD: "RSD";
1507
- RUB: "RUB";
1508
- RWF: "RWF";
1509
- SAR: "SAR";
1510
- SBD: "SBD";
1511
- SCR: "SCR";
1512
- SDG: "SDG";
1513
- SEK: "SEK";
1514
- SGD: "SGD";
1515
- SHP: "SHP";
1516
- SLL: "SLL";
1517
- SOS: "SOS";
1518
- SPL: "SPL";
1519
- SRD: "SRD";
1520
- STD: "STD";
1521
- SVC: "SVC";
1522
- SYP: "SYP";
1523
- SZL: "SZL";
1524
- THB: "THB";
1525
- TJS: "TJS";
1526
- TMT: "TMT";
1527
- TND: "TND";
1528
- TOP: "TOP";
1529
- TRY: "TRY";
1530
- TTD: "TTD";
1531
- TVD: "TVD";
1532
- TWD: "TWD";
1533
- TZS: "TZS";
1534
- UAH: "UAH";
1535
- UGX: "UGX";
1536
- USD: "USD";
1537
- UYU: "UYU";
1538
- UZS: "UZS";
1539
- VEF: "VEF";
1540
- VND: "VND";
1541
- VUV: "VUV";
1542
- WST: "WST";
1543
- XAF: "XAF";
1544
- XCD: "XCD";
1545
- XDR: "XDR";
1546
- XOF: "XOF";
1547
- XPF: "XPF";
1548
- YER: "YER";
1549
- ZAR: "ZAR";
1550
- ZMW: "ZMW";
1551
- ZWD: "ZWD";
1552
- BTC: "BTC";
1553
- }>>;
1554
- quantity: z.ZodOptional<z.ZodNumber>;
1555
- itemDetails: z.ZodOptional<z.ZodString>;
1556
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1557
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
1558
- }, z.core.$strip>>>;
1559
- items: z.ZodOptional<z.ZodArray<z.ZodObject<{
1560
- id: z.ZodOptional<z.ZodUUID>;
1561
- linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
1562
- productName: z.ZodOptional<z.ZodString>;
1563
- planName: z.ZodOptional<z.ZodString>;
1564
- phaseName: z.ZodOptional<z.ZodString>;
1565
- usageName: z.ZodOptional<z.ZodString>;
1566
- prettyProductName: z.ZodOptional<z.ZodString>;
1567
- prettyPlanName: z.ZodOptional<z.ZodString>;
1568
- prettyPhaseName: z.ZodOptional<z.ZodString>;
1569
- prettyUsageName: z.ZodOptional<z.ZodString>;
1570
- itemType: z.ZodOptional<z.ZodEnum<{
1571
- EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
1572
- FIXED: "FIXED";
1573
- RECURRING: "RECURRING";
1574
- REPAIR_ADJ: "REPAIR_ADJ";
1575
- CBA_ADJ: "CBA_ADJ";
1576
- CREDIT_ADJ: "CREDIT_ADJ";
1577
- ITEM_ADJ: "ITEM_ADJ";
1578
- USAGE: "USAGE";
1579
- TAX: "TAX";
1580
- PARENT_SUMMARY: "PARENT_SUMMARY";
1581
- }>>;
1582
- description: z.ZodOptional<z.ZodString>;
1583
- startDate: z.ZodOptional<z.ZodString>;
1584
- endDate: z.ZodOptional<z.ZodString>;
1585
- amount: z.ZodOptional<z.ZodNumber>;
1586
- rate: z.ZodOptional<z.ZodNumber>;
1587
- currency: z.ZodOptional<z.ZodEnum<{
1588
- AED: "AED";
1589
- AFN: "AFN";
1590
- ALL: "ALL";
1591
- AMD: "AMD";
1592
- ANG: "ANG";
1593
- AOA: "AOA";
1594
- ARS: "ARS";
1595
- AUD: "AUD";
1596
- AWG: "AWG";
1597
- AZN: "AZN";
1598
- BAM: "BAM";
1599
- BBD: "BBD";
1600
- BDT: "BDT";
1601
- BGN: "BGN";
1602
- BHD: "BHD";
1603
- BIF: "BIF";
1604
- BMD: "BMD";
1605
- BND: "BND";
1606
- BOB: "BOB";
1607
- BRL: "BRL";
1608
- BSD: "BSD";
1609
- BTN: "BTN";
1610
- BWP: "BWP";
1611
- BYR: "BYR";
1612
- BZD: "BZD";
1613
- CAD: "CAD";
1614
- CDF: "CDF";
1615
- CHF: "CHF";
1616
- CLP: "CLP";
1617
- CNY: "CNY";
1618
- COP: "COP";
1619
- CRC: "CRC";
1620
- CUC: "CUC";
1621
- CUP: "CUP";
1622
- CVE: "CVE";
1623
- CZK: "CZK";
1624
- DJF: "DJF";
1625
- DKK: "DKK";
1626
- DOP: "DOP";
1627
- DZD: "DZD";
1628
- EGP: "EGP";
1629
- ERN: "ERN";
1630
- ETB: "ETB";
1631
- EUR: "EUR";
1632
- FJD: "FJD";
1633
- FKP: "FKP";
1634
- GBP: "GBP";
1635
- GEL: "GEL";
1636
- GGP: "GGP";
1637
- GHS: "GHS";
1638
- GIP: "GIP";
1639
- GMD: "GMD";
1640
- GNF: "GNF";
1641
- GTQ: "GTQ";
1642
- GYD: "GYD";
1643
- HKD: "HKD";
1644
- HNL: "HNL";
1645
- HRK: "HRK";
1646
- HTG: "HTG";
1647
- HUF: "HUF";
1648
- IDR: "IDR";
1649
- ILS: "ILS";
1650
- IMP: "IMP";
1651
- INR: "INR";
1652
- IQD: "IQD";
1653
- IRR: "IRR";
1654
- ISK: "ISK";
1655
- JEP: "JEP";
1656
- JMD: "JMD";
1657
- JOD: "JOD";
1658
- JPY: "JPY";
1659
- KES: "KES";
1660
- KGS: "KGS";
1661
- KHR: "KHR";
1662
- KMF: "KMF";
1663
- KPW: "KPW";
1664
- KRW: "KRW";
1665
- KWD: "KWD";
1666
- KYD: "KYD";
1667
- KZT: "KZT";
1668
- LAK: "LAK";
1669
- LBP: "LBP";
1670
- LKR: "LKR";
1671
- LRD: "LRD";
1672
- LSL: "LSL";
1673
- LTL: "LTL";
1674
- LVL: "LVL";
1675
- LYD: "LYD";
1676
- MAD: "MAD";
1677
- MDL: "MDL";
1678
- MGA: "MGA";
1679
- MKD: "MKD";
1680
- MMK: "MMK";
1681
- MNT: "MNT";
1682
- MOP: "MOP";
1683
- MRO: "MRO";
1684
- MUR: "MUR";
1685
- MVR: "MVR";
1686
- MWK: "MWK";
1687
- MXN: "MXN";
1688
- MYR: "MYR";
1689
- MZN: "MZN";
1690
- NAD: "NAD";
1691
- NGN: "NGN";
1692
- NIO: "NIO";
1693
- NOK: "NOK";
1694
- NPR: "NPR";
1695
- NZD: "NZD";
1696
- OMR: "OMR";
1697
- PAB: "PAB";
1698
- PEN: "PEN";
1699
- PGK: "PGK";
1700
- PHP: "PHP";
1701
- PKR: "PKR";
1702
- PLN: "PLN";
1703
- PYG: "PYG";
1704
- QAR: "QAR";
1705
- RON: "RON";
1706
- RSD: "RSD";
1707
- RUB: "RUB";
1708
- RWF: "RWF";
1709
- SAR: "SAR";
1710
- SBD: "SBD";
1711
- SCR: "SCR";
1712
- SDG: "SDG";
1713
- SEK: "SEK";
1714
- SGD: "SGD";
1715
- SHP: "SHP";
1716
- SLL: "SLL";
1717
- SOS: "SOS";
1718
- SPL: "SPL";
1719
- SRD: "SRD";
1720
- STD: "STD";
1721
- SVC: "SVC";
1722
- SYP: "SYP";
1723
- SZL: "SZL";
1724
- THB: "THB";
1725
- TJS: "TJS";
1726
- TMT: "TMT";
1727
- TND: "TND";
1728
- TOP: "TOP";
1729
- TRY: "TRY";
1730
- TTD: "TTD";
1731
- TVD: "TVD";
1732
- TWD: "TWD";
1733
- TZS: "TZS";
1734
- UAH: "UAH";
1735
- UGX: "UGX";
1736
- USD: "USD";
1737
- UYU: "UYU";
1738
- UZS: "UZS";
1739
- VEF: "VEF";
1740
- VND: "VND";
1741
- VUV: "VUV";
1742
- WST: "WST";
1743
- XAF: "XAF";
1744
- XCD: "XCD";
1745
- XDR: "XDR";
1746
- XOF: "XOF";
1747
- XPF: "XPF";
1748
- YER: "YER";
1749
- ZAR: "ZAR";
1750
- ZMW: "ZMW";
1751
- ZWD: "ZWD";
1752
- BTC: "BTC";
1753
- }>>;
1754
- quantity: z.ZodOptional<z.ZodNumber>;
1755
- itemDetails: z.ZodOptional<z.ZodString>;
1756
- catalogEffectiveDate: z.ZodOptional<z.ZodString>;
1757
- childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
1758
- }, z.core.$strip>>>;
739
+ id: z.ZodOptional<z.ZodString>;
740
+ number: z.ZodOptional<z.ZodString>;
741
+ status: z.ZodOptional<z.ZodString>;
742
+ total: z.ZodOptional<z.ZodNumber>;
743
+ currency: z.ZodOptional<z.ZodString>;
744
+ created: z.ZodISODateTime;
745
+ period_start: z.ZodISODateTime;
746
+ period_end: z.ZodISODateTime;
747
+ invoice_pdf: z.ZodOptional<z.ZodString>;
1759
748
  }, z.core.$strip>>;
1760
- export declare const zGetInvoiceData: z.ZodObject<{
1761
- body: z.ZodOptional<z.ZodNever>;
1762
- path: z.ZodObject<{
1763
- id: z.ZodString;
1764
- }, z.core.$strip>;
1765
- query: z.ZodOptional<z.ZodNever>;
1766
- }, z.core.$strip>;
1767
- /**
1768
- * Returns a single Invoice HTML representation under `html` property.
1769
- */
1770
- export declare const zGetInvoiceResponse: z.ZodObject<{
1771
- html: z.ZodOptional<z.ZodString>;
1772
- }, z.core.$strip>;
1773
- export declare const zGetContactData: z.ZodObject<{
1774
- body: z.ZodOptional<z.ZodNever>;
1775
- path: z.ZodOptional<z.ZodNever>;
1776
- query: z.ZodOptional<z.ZodNever>;
1777
- }, z.core.$strip>;
1778
749
  /**
1779
750
  * Returns a single object containing organization contact and billing address details.
1780
751
  */
@@ -1788,8 +759,7 @@ export declare const zGetContactResponse: z.ZodObject<{
1788
759
  country: z.ZodOptional<z.ZodString>;
1789
760
  phone: z.ZodOptional<z.ZodString>;
1790
761
  email: z.ZodEmail;
1791
- first_name: z.ZodString;
1792
- last_name: z.ZodString;
762
+ individual_name: z.ZodString;
1793
763
  tax_id: z.ZodOptional<z.ZodString>;
1794
764
  tax_id_type: z.ZodOptional<z.ZodEnum<{
1795
765
  "": "";
@@ -1922,158 +892,7 @@ export declare const zGetContactResponse: z.ZodObject<{
1922
892
  zw_tin: "zw_tin";
1923
893
  }>>;
1924
894
  }, z.core.$strip>;
1925
- export declare const zUpdateContactData: z.ZodObject<{
1926
- body: z.ZodObject<{
1927
- company: z.ZodOptional<z.ZodString>;
1928
- address1: z.ZodOptional<z.ZodString>;
1929
- address2: z.ZodOptional<z.ZodString>;
1930
- postalCode: z.ZodOptional<z.ZodString>;
1931
- city: z.ZodOptional<z.ZodString>;
1932
- state: z.ZodOptional<z.ZodString>;
1933
- country: z.ZodOptional<z.ZodString>;
1934
- phone: z.ZodOptional<z.ZodString>;
1935
- email: z.ZodEmail;
1936
- first_name: z.ZodString;
1937
- last_name: z.ZodString;
1938
- tax_id: z.ZodOptional<z.ZodString>;
1939
- tax_id_type: z.ZodOptional<z.ZodEnum<{
1940
- "": "";
1941
- ad_nrt: "ad_nrt";
1942
- ae_trn: "ae_trn";
1943
- al_tin: "al_tin";
1944
- am_tin: "am_tin";
1945
- ao_tin: "ao_tin";
1946
- ar_cuit: "ar_cuit";
1947
- at_vat: "at_vat";
1948
- au_abn: "au_abn";
1949
- au_arn: "au_arn";
1950
- ba_tin: "ba_tin";
1951
- bb_tin: "bb_tin";
1952
- be_vat: "be_vat";
1953
- bg_uic: "bg_uic";
1954
- bg_vat: "bg_vat";
1955
- bh_vat: "bh_vat";
1956
- bo_tin: "bo_tin";
1957
- br_cnpj: "br_cnpj";
1958
- br_cpf: "br_cpf";
1959
- bs_tin: "bs_tin";
1960
- by_tin: "by_tin";
1961
- ca_bn: "ca_bn";
1962
- ca_gst_hst: "ca_gst_hst";
1963
- ca_pst_bc: "ca_pst_bc";
1964
- ca_pst_mb: "ca_pst_mb";
1965
- ca_pst_sk: "ca_pst_sk";
1966
- ca_qst: "ca_qst";
1967
- cd_nif: "cd_nif";
1968
- ch_uid: "ch_uid";
1969
- ch_vat: "ch_vat";
1970
- cl_tin: "cl_tin";
1971
- cn_tin: "cn_tin";
1972
- co_nit: "co_nit";
1973
- cr_tin: "cr_tin";
1974
- cy_vat: "cy_vat";
1975
- cz_vat: "cz_vat";
1976
- de_stn: "de_stn";
1977
- de_vat: "de_vat";
1978
- dk_vat: "dk_vat";
1979
- do_rcn: "do_rcn";
1980
- ec_ruc: "ec_ruc";
1981
- ee_vat: "ee_vat";
1982
- eg_tin: "eg_tin";
1983
- es_cif: "es_cif";
1984
- es_vat: "es_vat";
1985
- eu_oss_vat: "eu_oss_vat";
1986
- fi_vat: "fi_vat";
1987
- fr_vat: "fr_vat";
1988
- gb_vat: "gb_vat";
1989
- ge_vat: "ge_vat";
1990
- gn_nif: "gn_nif";
1991
- gr_vat: "gr_vat";
1992
- hk_br: "hk_br";
1993
- hr_oib: "hr_oib";
1994
- hr_vat: "hr_vat";
1995
- hu_tin: "hu_tin";
1996
- hu_vat: "hu_vat";
1997
- id_npwp: "id_npwp";
1998
- ie_vat: "ie_vat";
1999
- il_vat: "il_vat";
2000
- in_gst: "in_gst";
2001
- is_vat: "is_vat";
2002
- it_vat: "it_vat";
2003
- jp_cn: "jp_cn";
2004
- jp_rn: "jp_rn";
2005
- jp_trn: "jp_trn";
2006
- ke_pin: "ke_pin";
2007
- kh_tin: "kh_tin";
2008
- kr_brn: "kr_brn";
2009
- kz_bin: "kz_bin";
2010
- li_uid: "li_uid";
2011
- li_vat: "li_vat";
2012
- lt_vat: "lt_vat";
2013
- lu_vat: "lu_vat";
2014
- lv_vat: "lv_vat";
2015
- ma_vat: "ma_vat";
2016
- md_vat: "md_vat";
2017
- me_pib: "me_pib";
2018
- mk_vat: "mk_vat";
2019
- mr_nif: "mr_nif";
2020
- mt_vat: "mt_vat";
2021
- mx_rfc: "mx_rfc";
2022
- my_frp: "my_frp";
2023
- my_itn: "my_itn";
2024
- my_sst: "my_sst";
2025
- ng_tin: "ng_tin";
2026
- nl_vat: "nl_vat";
2027
- no_vat: "no_vat";
2028
- no_voec: "no_voec";
2029
- np_pan: "np_pan";
2030
- nz_gst: "nz_gst";
2031
- om_vat: "om_vat";
2032
- pe_ruc: "pe_ruc";
2033
- ph_tin: "ph_tin";
2034
- pl_vat: "pl_vat";
2035
- pt_vat: "pt_vat";
2036
- ro_tin: "ro_tin";
2037
- ro_vat: "ro_vat";
2038
- rs_pib: "rs_pib";
2039
- ru_inn: "ru_inn";
2040
- ru_kpp: "ru_kpp";
2041
- sa_vat: "sa_vat";
2042
- se_vat: "se_vat";
2043
- sg_gst: "sg_gst";
2044
- sg_uen: "sg_uen";
2045
- si_tin: "si_tin";
2046
- si_vat: "si_vat";
2047
- sk_vat: "sk_vat";
2048
- sn_ninea: "sn_ninea";
2049
- sr_fin: "sr_fin";
2050
- sv_nit: "sv_nit";
2051
- th_vat: "th_vat";
2052
- tj_tin: "tj_tin";
2053
- tr_tin: "tr_tin";
2054
- tw_vat: "tw_vat";
2055
- tz_vat: "tz_vat";
2056
- ua_vat: "ua_vat";
2057
- ug_tin: "ug_tin";
2058
- us_ein: "us_ein";
2059
- uy_ruc: "uy_ruc";
2060
- uz_tin: "uz_tin";
2061
- uz_vat: "uz_vat";
2062
- ve_rif: "ve_rif";
2063
- vn_tin: "vn_tin";
2064
- xi_vat: "xi_vat";
2065
- za_vat: "za_vat";
2066
- zm_tin: "zm_tin";
2067
- zw_tin: "zw_tin";
2068
- }>>;
2069
- }, z.core.$strip>;
2070
- path: z.ZodOptional<z.ZodNever>;
2071
- query: z.ZodOptional<z.ZodNever>;
2072
- }, z.core.$strip>;
2073
- /**
2074
- * Successfully updated. Returns updated organization details.
2075
- */
2076
- export declare const zUpdateContactResponse: z.ZodObject<{
895
+ export declare const zUpdateContactBody: z.ZodObject<{
2077
896
  company: z.ZodOptional<z.ZodString>;
2078
897
  address1: z.ZodOptional<z.ZodString>;
2079
898
  address2: z.ZodOptional<z.ZodString>;
@@ -2083,8 +902,7 @@ export declare const zUpdateContactResponse: z.ZodObject<{
2083
902
  country: z.ZodOptional<z.ZodString>;
2084
903
  phone: z.ZodOptional<z.ZodString>;
2085
904
  email: z.ZodEmail;
2086
- first_name: z.ZodString;
2087
- last_name: z.ZodString;
905
+ individual_name: z.ZodString;
2088
906
  tax_id: z.ZodOptional<z.ZodString>;
2089
907
  tax_id_type: z.ZodOptional<z.ZodEnum<{
2090
908
  "": "";
@@ -2217,229 +1035,332 @@ export declare const zUpdateContactResponse: z.ZodObject<{
2217
1035
  zw_tin: "zw_tin";
2218
1036
  }>>;
2219
1037
  }, z.core.$strip>;
2220
- export declare const zGetCreditsData: z.ZodObject<{
2221
- body: z.ZodOptional<z.ZodNever>;
2222
- path: z.ZodOptional<z.ZodNever>;
2223
- query: z.ZodOptional<z.ZodNever>;
2224
- }, z.core.$strip>;
2225
- /**
2226
- * An array of the applied promotional credits records.
2227
- */
2228
- export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
2229
- id: z.ZodOptional<z.ZodString>;
2230
- date_created: z.ZodISODateTime;
2231
- code: z.ZodString;
2232
- description: z.ZodOptional<z.ZodString>;
2233
- products: z.ZodOptional<z.ZodArray<z.ZodString>>;
2234
- type: z.ZodEnum<{
2235
- credit: "credit";
2236
- discount: "discount";
2237
- }>;
2238
- value: z.ZodNumber;
2239
- billing_period: z.ZodISODateTime;
2240
- value_remaining: z.ZodOptional<z.ZodNumber>;
2241
- }, z.core.$strip>>;
2242
- export declare const zRedeemCreditsData: z.ZodObject<{
2243
- body: z.ZodObject<{
2244
- code: z.ZodOptional<z.ZodString>;
2245
- }, z.core.$strip>;
2246
- path: z.ZodOptional<z.ZodNever>;
2247
- query: z.ZodOptional<z.ZodNever>;
2248
- }, z.core.$strip>;
2249
- export declare const zListChartsData: z.ZodObject<{
2250
- body: z.ZodOptional<z.ZodNever>;
2251
- path: z.ZodObject<{
2252
- cluster_id: z.ZodString;
2253
- }, z.core.$strip>;
2254
- query: z.ZodOptional<z.ZodNever>;
2255
- }, z.core.$strip>;
2256
- /**
2257
- * An array of charts
2258
- */
2259
- export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
2260
- values: z.ZodString;
2261
- version_channel: z.ZodString;
2262
- name: z.ZodString;
2263
- namespace: z.ZodString;
2264
- chart: z.ZodString;
2265
- status: z.ZodEnum<{
2266
- InstallSucceeded: "InstallSucceeded";
2267
- InstallFailed: "InstallFailed";
2268
- UpgradeSucceeded: "UpgradeSucceeded";
2269
- UpgradeFailed: "UpgradeFailed";
2270
- TestSucceeded: "TestSucceeded";
2271
- TestFailed: "TestFailed";
2272
- RollbackSucceeded: "RollbackSucceeded";
2273
- RollbackFailed: "RollbackFailed";
2274
- UninstallSucceeded: "UninstallSucceeded";
2275
- UninstallFailed: "UninstallFailed";
2276
- ArtifactFailed: "ArtifactFailed";
2277
- DependencyNotReady: "DependencyNotReady";
2278
- Progressing: "Progressing";
2279
- SourceNotReady: "SourceNotReady";
2280
- }>;
2281
- version_current: z.ZodString;
2282
- created_at: z.ZodString;
2283
- updated_at: z.ZodString;
2284
- ready: z.ZodBoolean;
2285
- }, z.core.$strip>>;
2286
- export declare const zCreateChartData: z.ZodObject<{
2287
- body: z.ZodObject<{
2288
- values: z.ZodString;
2289
- version_channel: z.ZodString;
2290
- name: z.ZodString;
2291
- namespace: z.ZodString;
2292
- chart: z.ZodString;
2293
- }, z.core.$strip>;
2294
- path: z.ZodObject<{
2295
- cluster_id: z.ZodString;
2296
- }, z.core.$strip>;
2297
- query: z.ZodOptional<z.ZodNever>;
2298
- }, z.core.$strip>;
2299
- /**
2300
- * Successfully created. Returns created Chart ID.
2301
- */
2302
- export declare const zCreateChartResponse: z.ZodString;
2303
- export declare const zDeleteChartData: z.ZodObject<{
2304
- body: z.ZodOptional<z.ZodNever>;
2305
- path: z.ZodObject<{
2306
- cluster_id: z.ZodString;
2307
- chart_name: z.ZodString;
2308
- }, z.core.$strip>;
2309
- query: z.ZodOptional<z.ZodNever>;
2310
- }, z.core.$strip>;
2311
- /**
2312
- * Successfully deleted.
2313
- */
2314
- export declare const zDeleteChartResponse: z.ZodString;
2315
- export declare const zGetChartData: z.ZodObject<{
2316
- body: z.ZodOptional<z.ZodNever>;
2317
- path: z.ZodObject<{
2318
- cluster_id: z.ZodString;
2319
- chart_name: z.ZodString;
2320
- }, z.core.$strip>;
2321
- query: z.ZodOptional<z.ZodNever>;
2322
- }, z.core.$strip>;
2323
- /**
2324
- * Returns a single object containing chart details.
2325
- */
2326
- export declare const zGetChartResponse: z.ZodObject<{
2327
- values: z.ZodString;
2328
- version_channel: z.ZodString;
2329
- name: z.ZodString;
2330
- namespace: z.ZodString;
2331
- chart: z.ZodString;
2332
- status: z.ZodEnum<{
2333
- InstallSucceeded: "InstallSucceeded";
2334
- InstallFailed: "InstallFailed";
2335
- UpgradeSucceeded: "UpgradeSucceeded";
2336
- UpgradeFailed: "UpgradeFailed";
2337
- TestSucceeded: "TestSucceeded";
2338
- TestFailed: "TestFailed";
2339
- RollbackSucceeded: "RollbackSucceeded";
2340
- RollbackFailed: "RollbackFailed";
2341
- UninstallSucceeded: "UninstallSucceeded";
2342
- UninstallFailed: "UninstallFailed";
2343
- ArtifactFailed: "ArtifactFailed";
2344
- DependencyNotReady: "DependencyNotReady";
2345
- Progressing: "Progressing";
2346
- SourceNotReady: "SourceNotReady";
2347
- }>;
2348
- version_current: z.ZodString;
2349
- created_at: z.ZodString;
2350
- updated_at: z.ZodString;
2351
- ready: z.ZodBoolean;
2352
- }, z.core.$strip>;
2353
- export declare const zUpdateChartData: z.ZodObject<{
2354
- body: z.ZodObject<{
2355
- values: z.ZodString;
2356
- version_channel: z.ZodString;
2357
- }, z.core.$strip>;
2358
- path: z.ZodObject<{
2359
- cluster_id: z.ZodString;
2360
- chart_name: z.ZodString;
2361
- }, z.core.$strip>;
2362
- query: z.ZodOptional<z.ZodNever>;
2363
- }, z.core.$strip>;
2364
- /**
2365
- * Successfully updated.
2366
- */
2367
- export declare const zUpdateChartResponse: z.ZodString;
2368
- export declare const zListFleetsData: z.ZodObject<{
2369
- body: z.ZodOptional<z.ZodNever>;
2370
- path: z.ZodObject<{
2371
- cluster_id: z.ZodString;
2372
- }, z.core.$strip>;
2373
- query: z.ZodOptional<z.ZodNever>;
2374
- }, z.core.$strip>;
2375
1038
  /**
2376
- * An array of fleets
1039
+ * Successfully updated. Returns updated organization details.
2377
1040
  */
2378
- export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
2379
- limits: z.ZodOptional<z.ZodObject<{
2380
- cpu: z.ZodNumber;
2381
- }, z.core.$strip>>;
2382
- gcp: z.ZodOptional<z.ZodObject<{
2383
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2384
- project: z.ZodString;
2385
- }, z.core.$strip>>;
2386
- hetzner: z.ZodOptional<z.ZodObject<{
2387
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2388
- apiKey: z.ZodString;
2389
- }, z.core.$strip>>;
2390
- aws: z.ZodOptional<z.ZodObject<{
2391
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2392
- controllerRoleArn: z.ZodString;
2393
- }, z.core.$strip>>;
2394
- id: z.ZodString;
2395
- }, z.core.$strip>>;
2396
- export declare const zCreateFleetData: z.ZodObject<{
2397
- body: z.ZodObject<{
2398
- limits: z.ZodOptional<z.ZodObject<{
2399
- cpu: z.ZodNumber;
2400
- }, z.core.$strip>>;
2401
- gcp: z.ZodOptional<z.ZodObject<{
2402
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2403
- project: z.ZodString;
2404
- }, z.core.$strip>>;
2405
- hetzner: z.ZodOptional<z.ZodObject<{
2406
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2407
- apiKey: z.ZodString;
2408
- }, z.core.$strip>>;
2409
- aws: z.ZodOptional<z.ZodObject<{
2410
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2411
- controllerRoleArn: z.ZodString;
2412
- }, z.core.$strip>>;
2413
- id: z.ZodString;
2414
- }, z.core.$strip>;
2415
- path: z.ZodObject<{
2416
- cluster_id: z.ZodString;
2417
- }, z.core.$strip>;
2418
- query: z.ZodOptional<z.ZodNever>;
1041
+ export declare const zUpdateContactResponse: z.ZodObject<{
1042
+ company: z.ZodOptional<z.ZodString>;
1043
+ address1: z.ZodOptional<z.ZodString>;
1044
+ address2: z.ZodOptional<z.ZodString>;
1045
+ postalCode: z.ZodOptional<z.ZodString>;
1046
+ city: z.ZodOptional<z.ZodString>;
1047
+ state: z.ZodOptional<z.ZodString>;
1048
+ country: z.ZodOptional<z.ZodString>;
1049
+ phone: z.ZodOptional<z.ZodString>;
1050
+ email: z.ZodEmail;
1051
+ individual_name: z.ZodString;
1052
+ tax_id: z.ZodOptional<z.ZodString>;
1053
+ tax_id_type: z.ZodOptional<z.ZodEnum<{
1054
+ "": "";
1055
+ ad_nrt: "ad_nrt";
1056
+ ae_trn: "ae_trn";
1057
+ al_tin: "al_tin";
1058
+ am_tin: "am_tin";
1059
+ ao_tin: "ao_tin";
1060
+ ar_cuit: "ar_cuit";
1061
+ at_vat: "at_vat";
1062
+ au_abn: "au_abn";
1063
+ au_arn: "au_arn";
1064
+ ba_tin: "ba_tin";
1065
+ bb_tin: "bb_tin";
1066
+ be_vat: "be_vat";
1067
+ bg_uic: "bg_uic";
1068
+ bg_vat: "bg_vat";
1069
+ bh_vat: "bh_vat";
1070
+ bo_tin: "bo_tin";
1071
+ br_cnpj: "br_cnpj";
1072
+ br_cpf: "br_cpf";
1073
+ bs_tin: "bs_tin";
1074
+ by_tin: "by_tin";
1075
+ ca_bn: "ca_bn";
1076
+ ca_gst_hst: "ca_gst_hst";
1077
+ ca_pst_bc: "ca_pst_bc";
1078
+ ca_pst_mb: "ca_pst_mb";
1079
+ ca_pst_sk: "ca_pst_sk";
1080
+ ca_qst: "ca_qst";
1081
+ cd_nif: "cd_nif";
1082
+ ch_uid: "ch_uid";
1083
+ ch_vat: "ch_vat";
1084
+ cl_tin: "cl_tin";
1085
+ cn_tin: "cn_tin";
1086
+ co_nit: "co_nit";
1087
+ cr_tin: "cr_tin";
1088
+ cy_vat: "cy_vat";
1089
+ cz_vat: "cz_vat";
1090
+ de_stn: "de_stn";
1091
+ de_vat: "de_vat";
1092
+ dk_vat: "dk_vat";
1093
+ do_rcn: "do_rcn";
1094
+ ec_ruc: "ec_ruc";
1095
+ ee_vat: "ee_vat";
1096
+ eg_tin: "eg_tin";
1097
+ es_cif: "es_cif";
1098
+ es_vat: "es_vat";
1099
+ eu_oss_vat: "eu_oss_vat";
1100
+ fi_vat: "fi_vat";
1101
+ fr_vat: "fr_vat";
1102
+ gb_vat: "gb_vat";
1103
+ ge_vat: "ge_vat";
1104
+ gn_nif: "gn_nif";
1105
+ gr_vat: "gr_vat";
1106
+ hk_br: "hk_br";
1107
+ hr_oib: "hr_oib";
1108
+ hr_vat: "hr_vat";
1109
+ hu_tin: "hu_tin";
1110
+ hu_vat: "hu_vat";
1111
+ id_npwp: "id_npwp";
1112
+ ie_vat: "ie_vat";
1113
+ il_vat: "il_vat";
1114
+ in_gst: "in_gst";
1115
+ is_vat: "is_vat";
1116
+ it_vat: "it_vat";
1117
+ jp_cn: "jp_cn";
1118
+ jp_rn: "jp_rn";
1119
+ jp_trn: "jp_trn";
1120
+ ke_pin: "ke_pin";
1121
+ kh_tin: "kh_tin";
1122
+ kr_brn: "kr_brn";
1123
+ kz_bin: "kz_bin";
1124
+ li_uid: "li_uid";
1125
+ li_vat: "li_vat";
1126
+ lt_vat: "lt_vat";
1127
+ lu_vat: "lu_vat";
1128
+ lv_vat: "lv_vat";
1129
+ ma_vat: "ma_vat";
1130
+ md_vat: "md_vat";
1131
+ me_pib: "me_pib";
1132
+ mk_vat: "mk_vat";
1133
+ mr_nif: "mr_nif";
1134
+ mt_vat: "mt_vat";
1135
+ mx_rfc: "mx_rfc";
1136
+ my_frp: "my_frp";
1137
+ my_itn: "my_itn";
1138
+ my_sst: "my_sst";
1139
+ ng_tin: "ng_tin";
1140
+ nl_vat: "nl_vat";
1141
+ no_vat: "no_vat";
1142
+ no_voec: "no_voec";
1143
+ np_pan: "np_pan";
1144
+ nz_gst: "nz_gst";
1145
+ om_vat: "om_vat";
1146
+ pe_ruc: "pe_ruc";
1147
+ ph_tin: "ph_tin";
1148
+ pl_vat: "pl_vat";
1149
+ pt_vat: "pt_vat";
1150
+ ro_tin: "ro_tin";
1151
+ ro_vat: "ro_vat";
1152
+ rs_pib: "rs_pib";
1153
+ ru_inn: "ru_inn";
1154
+ ru_kpp: "ru_kpp";
1155
+ sa_vat: "sa_vat";
1156
+ se_vat: "se_vat";
1157
+ sg_gst: "sg_gst";
1158
+ sg_uen: "sg_uen";
1159
+ si_tin: "si_tin";
1160
+ si_vat: "si_vat";
1161
+ sk_vat: "sk_vat";
1162
+ sn_ninea: "sn_ninea";
1163
+ sr_fin: "sr_fin";
1164
+ sv_nit: "sv_nit";
1165
+ th_vat: "th_vat";
1166
+ tj_tin: "tj_tin";
1167
+ tr_tin: "tr_tin";
1168
+ tw_vat: "tw_vat";
1169
+ tz_vat: "tz_vat";
1170
+ ua_vat: "ua_vat";
1171
+ ug_tin: "ug_tin";
1172
+ us_ein: "us_ein";
1173
+ uy_ruc: "uy_ruc";
1174
+ uz_tin: "uz_tin";
1175
+ uz_vat: "uz_vat";
1176
+ ve_rif: "ve_rif";
1177
+ vn_tin: "vn_tin";
1178
+ xi_vat: "xi_vat";
1179
+ za_vat: "za_vat";
1180
+ zm_tin: "zm_tin";
1181
+ zw_tin: "zw_tin";
1182
+ }>>;
1183
+ }, z.core.$strip>;
1184
+ /**
1185
+ * An array of the applied promotional credits records.
1186
+ */
1187
+ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
1188
+ id: z.ZodOptional<z.ZodString>;
1189
+ type: z.ZodEnum<{
1190
+ credit: "credit";
1191
+ discount: "discount";
1192
+ }>;
1193
+ date_start: z.ZodISODateTime;
1194
+ date_end: z.ZodOptional<z.ZodISODateTime>;
1195
+ code: z.ZodString;
1196
+ description: z.ZodOptional<z.ZodString>;
1197
+ value_total: z.ZodNumber;
1198
+ value_remaining: z.ZodOptional<z.ZodNumber>;
1199
+ }, z.core.$strip>>;
1200
+ export declare const zRedeemCreditsBody: z.ZodObject<{
1201
+ code: z.ZodOptional<z.ZodString>;
1202
+ }, z.core.$strip>;
1203
+ export declare const zListChartsPath: z.ZodObject<{
1204
+ cluster_id: z.ZodString;
1205
+ }, z.core.$strip>;
1206
+ /**
1207
+ * An array of charts
1208
+ */
1209
+ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
1210
+ values: z.ZodString;
1211
+ version_channel: z.ZodString;
1212
+ name: z.ZodString;
1213
+ namespace: z.ZodString;
1214
+ chart: z.ZodString;
1215
+ status: z.ZodEnum<{
1216
+ InstallSucceeded: "InstallSucceeded";
1217
+ InstallFailed: "InstallFailed";
1218
+ UpgradeSucceeded: "UpgradeSucceeded";
1219
+ UpgradeFailed: "UpgradeFailed";
1220
+ TestSucceeded: "TestSucceeded";
1221
+ TestFailed: "TestFailed";
1222
+ RollbackSucceeded: "RollbackSucceeded";
1223
+ RollbackFailed: "RollbackFailed";
1224
+ UninstallSucceeded: "UninstallSucceeded";
1225
+ UninstallFailed: "UninstallFailed";
1226
+ ArtifactFailed: "ArtifactFailed";
1227
+ DependencyNotReady: "DependencyNotReady";
1228
+ Progressing: "Progressing";
1229
+ SourceNotReady: "SourceNotReady";
1230
+ }>;
1231
+ version_current: z.ZodString;
1232
+ created_at: z.ZodString;
1233
+ updated_at: z.ZodString;
1234
+ ready: z.ZodBoolean;
1235
+ }, z.core.$strip>>;
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;
1245
+ }, z.core.$strip>;
1246
+ /**
1247
+ * Successfully created. Returns created Chart ID.
1248
+ */
1249
+ export declare const zCreateChartResponse: z.ZodString;
1250
+ export declare const zDeleteChartPath: z.ZodObject<{
1251
+ cluster_id: z.ZodString;
1252
+ chart_name: z.ZodString;
1253
+ }, z.core.$strip>;
1254
+ /**
1255
+ * Successfully deleted.
1256
+ */
1257
+ export declare const zDeleteChartResponse: z.ZodString;
1258
+ export declare const zGetChartPath: z.ZodObject<{
1259
+ cluster_id: z.ZodString;
1260
+ chart_name: z.ZodString;
1261
+ }, z.core.$strip>;
1262
+ /**
1263
+ * Returns a single object containing chart details.
1264
+ */
1265
+ export declare const zGetChartResponse: z.ZodObject<{
1266
+ values: z.ZodString;
1267
+ version_channel: z.ZodString;
1268
+ name: z.ZodString;
1269
+ namespace: z.ZodString;
1270
+ chart: z.ZodString;
1271
+ status: z.ZodEnum<{
1272
+ InstallSucceeded: "InstallSucceeded";
1273
+ InstallFailed: "InstallFailed";
1274
+ UpgradeSucceeded: "UpgradeSucceeded";
1275
+ UpgradeFailed: "UpgradeFailed";
1276
+ TestSucceeded: "TestSucceeded";
1277
+ TestFailed: "TestFailed";
1278
+ RollbackSucceeded: "RollbackSucceeded";
1279
+ RollbackFailed: "RollbackFailed";
1280
+ UninstallSucceeded: "UninstallSucceeded";
1281
+ UninstallFailed: "UninstallFailed";
1282
+ ArtifactFailed: "ArtifactFailed";
1283
+ DependencyNotReady: "DependencyNotReady";
1284
+ Progressing: "Progressing";
1285
+ SourceNotReady: "SourceNotReady";
1286
+ }>;
1287
+ version_current: z.ZodString;
1288
+ created_at: z.ZodString;
1289
+ updated_at: z.ZodString;
1290
+ ready: z.ZodBoolean;
1291
+ }, z.core.$strip>;
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;
1299
+ }, z.core.$strip>;
1300
+ /**
1301
+ * Successfully updated.
1302
+ */
1303
+ export declare const zUpdateChartResponse: z.ZodString;
1304
+ export declare const zListFleetsPath: z.ZodObject<{
1305
+ cluster_id: z.ZodString;
1306
+ }, z.core.$strip>;
1307
+ /**
1308
+ * An array of fleets
1309
+ */
1310
+ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
1311
+ limits: z.ZodOptional<z.ZodObject<{
1312
+ cpu: z.ZodNumber;
1313
+ }, z.core.$strip>>;
1314
+ gcp: z.ZodOptional<z.ZodObject<{
1315
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1316
+ project: z.ZodString;
1317
+ }, z.core.$strip>>;
1318
+ hetzner: z.ZodOptional<z.ZodObject<{
1319
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1320
+ apiKey: z.ZodString;
1321
+ }, z.core.$strip>>;
1322
+ aws: z.ZodOptional<z.ZodObject<{
1323
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1324
+ controllerRoleArn: z.ZodString;
1325
+ }, z.core.$strip>>;
1326
+ id: z.ZodString;
1327
+ }, z.core.$strip>>;
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;
2419
1348
  }, z.core.$strip>;
2420
1349
  /**
2421
1350
  * Successfully created. Returns created Fleet ID.
2422
1351
  */
2423
1352
  export declare const zCreateFleetResponse: z.ZodString;
2424
- export declare const zDeleteFleetData: z.ZodObject<{
2425
- body: z.ZodOptional<z.ZodNever>;
2426
- path: z.ZodObject<{
2427
- cluster_id: z.ZodString;
2428
- fleet_name: z.ZodString;
2429
- }, z.core.$strip>;
2430
- query: z.ZodOptional<z.ZodNever>;
1353
+ export declare const zDeleteFleetPath: z.ZodObject<{
1354
+ cluster_id: z.ZodString;
1355
+ fleet_name: z.ZodString;
2431
1356
  }, z.core.$strip>;
2432
1357
  /**
2433
1358
  * Successfully deleted.
2434
1359
  */
2435
1360
  export declare const zDeleteFleetResponse: z.ZodString;
2436
- export declare const zGetFleetData: z.ZodObject<{
2437
- body: z.ZodOptional<z.ZodNever>;
2438
- path: z.ZodObject<{
2439
- cluster_id: z.ZodString;
2440
- fleet_name: z.ZodString;
2441
- }, z.core.$strip>;
2442
- query: z.ZodOptional<z.ZodNever>;
1361
+ export declare const zGetFleetPath: z.ZodObject<{
1362
+ cluster_id: z.ZodString;
1363
+ fleet_name: z.ZodString;
2443
1364
  }, z.core.$strip>;
2444
1365
  /**
2445
1366
  * Returns a single object containing fleet details.
@@ -2462,45 +1383,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
2462
1383
  }, z.core.$strip>>;
2463
1384
  id: z.ZodString;
2464
1385
  }, z.core.$strip>;
2465
- export declare const zUpdateFleetData: z.ZodObject<{
2466
- body: z.ZodObject<{
2467
- limits: z.ZodOptional<z.ZodObject<{
2468
- cpu: z.ZodNumber;
2469
- }, z.core.$strip>>;
2470
- gcp: z.ZodOptional<z.ZodObject<{
2471
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2472
- project: z.ZodString;
2473
- }, z.core.$strip>>;
2474
- hetzner: z.ZodOptional<z.ZodObject<{
2475
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2476
- apiKey: z.ZodString;
2477
- }, z.core.$strip>>;
2478
- aws: z.ZodOptional<z.ZodObject<{
2479
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2480
- controllerRoleArn: z.ZodString;
2481
- }, z.core.$strip>>;
2482
- }, z.core.$strip>;
2483
- path: z.ZodObject<{
2484
- cluster_id: z.ZodString;
2485
- fleet_name: z.ZodString;
2486
- }, z.core.$strip>;
2487
- 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;
2488
1406
  }, z.core.$strip>;
2489
1407
  /**
2490
1408
  * Successfully updated.
2491
1409
  */
2492
1410
  export declare const zUpdateFleetResponse: z.ZodString;
2493
- export declare const zQueryClusterData: z.ZodObject<{
2494
- body: z.ZodOptional<z.ZodNever>;
2495
- path: z.ZodObject<{
2496
- cluster_id: z.ZodString;
2497
- }, z.core.$strip>;
2498
- query: z.ZodOptional<z.ZodNever>;
2499
- }, z.core.$strip>;
2500
- export declare const zListClustersData: z.ZodObject<{
2501
- body: z.ZodOptional<z.ZodNever>;
2502
- path: z.ZodOptional<z.ZodNever>;
2503
- query: z.ZodOptional<z.ZodNever>;
1411
+ export declare const zQueryClusterPath: z.ZodObject<{
1412
+ cluster_id: z.ZodString;
2504
1413
  }, z.core.$strip>;
2505
1414
  /**
2506
1415
  * An array of clusters
@@ -2511,17 +1420,18 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
2511
1420
  basic: "basic";
2512
1421
  pro: "pro";
2513
1422
  }>;
2514
- region: z.ZodOptional<z.ZodEnum<{
2515
- staging: "staging";
1423
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1424
+ "staging-1a": "staging-1a";
2516
1425
  "northamerica-central-1": "northamerica-central-1";
2517
1426
  "europe-central-1a": "europe-central-1a";
2518
- }>>;
2519
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1427
+ "northamerica-central-1a": "northamerica-central-1a";
1428
+ }>>>;
2520
1429
  id: z.ZodUUID;
2521
1430
  status: z.ZodEnum<{
2522
1431
  deleted: "deleted";
2523
1432
  failed: "failed";
2524
1433
  active: "active";
1434
+ disabled: "disabled";
2525
1435
  creating: "creating";
2526
1436
  deployed: "deployed";
2527
1437
  updating: "updating";
@@ -2534,45 +1444,40 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
2534
1444
  created_at: z.ZodOptional<z.ZodString>;
2535
1445
  updated_at: z.ZodOptional<z.ZodString>;
2536
1446
  ready: z.ZodOptional<z.ZodBoolean>;
1447
+ version_channel: z.ZodOptional<z.ZodString>;
2537
1448
  }, z.core.$strip>>;
2538
- export declare const zCreateClusterData: z.ZodObject<{
2539
- body: z.ZodObject<{
2540
- name: z.ZodString;
2541
- tier: z.ZodEnum<{
2542
- basic: "basic";
2543
- pro: "pro";
2544
- }>;
2545
- region: z.ZodOptional<z.ZodEnum<{
2546
- staging: "staging";
2547
- "northamerica-central-1": "northamerica-central-1";
2548
- "europe-central-1a": "europe-central-1a";
2549
- }>>;
2550
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2551
- }, z.core.$strip>;
2552
- path: z.ZodOptional<z.ZodNever>;
2553
- query: z.ZodOptional<z.ZodNever>;
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
+ }>>>;
2554
1467
  }, z.core.$strip>;
2555
1468
  /**
2556
1469
  * Successfully created. Returns created Cluster ID.
2557
1470
  */
2558
1471
  export declare const zCreateClusterResponse: z.ZodString;
2559
- export declare const zDeleteClusterData: z.ZodObject<{
2560
- body: z.ZodOptional<z.ZodNever>;
2561
- path: z.ZodObject<{
2562
- cluster_id: z.ZodString;
2563
- }, z.core.$strip>;
2564
- query: z.ZodOptional<z.ZodNever>;
1472
+ export declare const zDeleteClusterPath: z.ZodObject<{
1473
+ cluster_id: z.ZodString;
2565
1474
  }, z.core.$strip>;
2566
1475
  /**
2567
1476
  * Successfully deleted.
2568
1477
  */
2569
1478
  export declare const zDeleteClusterResponse: z.ZodString;
2570
- export declare const zGetClusterData: z.ZodObject<{
2571
- body: z.ZodOptional<z.ZodNever>;
2572
- path: z.ZodObject<{
2573
- cluster_id: z.ZodString;
2574
- }, z.core.$strip>;
2575
- query: z.ZodOptional<z.ZodNever>;
1479
+ export declare const zGetClusterPath: z.ZodObject<{
1480
+ cluster_id: z.ZodString;
2576
1481
  }, z.core.$strip>;
2577
1482
  /**
2578
1483
  * Returns a single object containing cluster details.
@@ -2583,17 +1488,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
2583
1488
  basic: "basic";
2584
1489
  pro: "pro";
2585
1490
  }>;
2586
- region: z.ZodOptional<z.ZodEnum<{
2587
- staging: "staging";
1491
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1492
+ "staging-1a": "staging-1a";
2588
1493
  "northamerica-central-1": "northamerica-central-1";
2589
1494
  "europe-central-1a": "europe-central-1a";
2590
- }>>;
2591
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1495
+ "northamerica-central-1a": "northamerica-central-1a";
1496
+ }>>>;
2592
1497
  id: z.ZodUUID;
2593
1498
  status: z.ZodEnum<{
2594
1499
  deleted: "deleted";
2595
1500
  failed: "failed";
2596
1501
  active: "active";
1502
+ disabled: "disabled";
2597
1503
  creating: "creating";
2598
1504
  deployed: "deployed";
2599
1505
  updating: "updating";
@@ -2606,20 +1512,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
2606
1512
  created_at: z.ZodOptional<z.ZodString>;
2607
1513
  updated_at: z.ZodOptional<z.ZodString>;
2608
1514
  ready: z.ZodOptional<z.ZodBoolean>;
1515
+ version_channel: z.ZodOptional<z.ZodString>;
2609
1516
  }, z.core.$strip>;
2610
- export declare const zUpdateClusterData: z.ZodObject<{
2611
- body: z.ZodObject<{
2612
- name: z.ZodOptional<z.ZodString>;
2613
- tier: z.ZodEnum<{
2614
- basic: "basic";
2615
- pro: "pro";
2616
- }>;
2617
- version_channel: z.ZodOptional<z.ZodString>;
2618
- }, z.core.$strip>;
2619
- path: z.ZodObject<{
2620
- cluster_id: z.ZodString;
2621
- }, z.core.$strip>;
2622
- 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;
2623
1527
  }, z.core.$strip>;
2624
1528
  /**
2625
1529
  * Successfully updated. Returns updated cluster details.
@@ -2630,17 +1534,18 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
2630
1534
  basic: "basic";
2631
1535
  pro: "pro";
2632
1536
  }>;
2633
- region: z.ZodOptional<z.ZodEnum<{
2634
- staging: "staging";
1537
+ region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
1538
+ "staging-1a": "staging-1a";
2635
1539
  "northamerica-central-1": "northamerica-central-1";
2636
1540
  "europe-central-1a": "europe-central-1a";
2637
- }>>;
2638
- version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1541
+ "northamerica-central-1a": "northamerica-central-1a";
1542
+ }>>>;
2639
1543
  id: z.ZodUUID;
2640
1544
  status: z.ZodEnum<{
2641
1545
  deleted: "deleted";
2642
1546
  failed: "failed";
2643
1547
  active: "active";
1548
+ disabled: "disabled";
2644
1549
  creating: "creating";
2645
1550
  deployed: "deployed";
2646
1551
  updating: "updating";
@@ -2653,13 +1558,10 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
2653
1558
  created_at: z.ZodOptional<z.ZodString>;
2654
1559
  updated_at: z.ZodOptional<z.ZodString>;
2655
1560
  ready: z.ZodOptional<z.ZodBoolean>;
1561
+ version_channel: z.ZodOptional<z.ZodString>;
2656
1562
  }, z.core.$strip>;
2657
- export declare const zGetJoinInformationData: z.ZodObject<{
2658
- body: z.ZodOptional<z.ZodNever>;
2659
- path: z.ZodObject<{
2660
- cluster_id: z.ZodString;
2661
- }, z.core.$strip>;
2662
- query: z.ZodOptional<z.ZodNever>;
1563
+ export declare const zGetJoinInformationPath: z.ZodObject<{
1564
+ cluster_id: z.ZodString;
2663
1565
  }, z.core.$strip>;
2664
1566
  /**
2665
1567
  * An object of cluster join information
@@ -2667,6 +1569,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
2667
1569
  export declare const zGetJoinInformationResponse: z.ZodObject<{
2668
1570
  certificate_authority: z.ZodString;
2669
1571
  endpoint: z.ZodURL;
1572
+ cluster_dns: z.ZodString;
2670
1573
  auth_key: z.ZodString;
2671
1574
  bootstrap_token: z.ZodString;
2672
1575
  versions: z.ZodObject<{
@@ -2681,11 +1584,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
2681
1584
  gcp_workload_identity_provider: z.ZodString;
2682
1585
  }, z.core.$strip>;
2683
1586
  }, z.core.$strip>;
2684
- export declare const zListInvitesData: z.ZodObject<{
2685
- body: z.ZodOptional<z.ZodNever>;
2686
- path: z.ZodOptional<z.ZodNever>;
2687
- query: z.ZodOptional<z.ZodNever>;
2688
- }, z.core.$strip>;
2689
1587
  /**
2690
1588
  * An array of invites
2691
1589
  */
@@ -2696,12 +1594,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
2696
1594
  email: z.ZodOptional<z.ZodEmail>;
2697
1595
  code: z.ZodOptional<z.ZodString>;
2698
1596
  }, z.core.$strip>>;
2699
- export declare const zCreateInviteData: z.ZodObject<{
2700
- body: z.ZodObject<{
2701
- email: z.ZodOptional<z.ZodString>;
2702
- }, z.core.$strip>;
2703
- path: z.ZodOptional<z.ZodNever>;
2704
- query: z.ZodOptional<z.ZodNever>;
1597
+ export declare const zCreateInviteBody: z.ZodObject<{
1598
+ email: z.ZodOptional<z.ZodString>;
2705
1599
  }, z.core.$strip>;
2706
1600
  /**
2707
1601
  * Successfully created. Returns created invite details.
@@ -2713,12 +1607,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
2713
1607
  email: z.ZodOptional<z.ZodEmail>;
2714
1608
  code: z.ZodOptional<z.ZodString>;
2715
1609
  }, z.core.$strip>;
2716
- export declare const zGetInviteData: z.ZodObject<{
2717
- body: z.ZodOptional<z.ZodNever>;
2718
- path: z.ZodObject<{
2719
- code: z.ZodString;
2720
- }, z.core.$strip>;
2721
- query: z.ZodOptional<z.ZodNever>;
1610
+ export declare const zGetInvitePath: z.ZodObject<{
1611
+ code: z.ZodString;
2722
1612
  }, z.core.$strip>;
2723
1613
  /**
2724
1614
  * Returns a single object containing invite details.
@@ -2730,65 +1620,65 @@ export declare const zGetInviteResponse: z.ZodObject<{
2730
1620
  email: z.ZodOptional<z.ZodEmail>;
2731
1621
  code: z.ZodOptional<z.ZodString>;
2732
1622
  }, z.core.$strip>;
2733
- export declare const zDeleteInviteData: z.ZodObject<{
2734
- body: z.ZodOptional<z.ZodNever>;
2735
- path: z.ZodObject<{
2736
- email: z.ZodString;
2737
- }, z.core.$strip>;
2738
- query: z.ZodOptional<z.ZodNever>;
2739
- }, z.core.$strip>;
2740
- export declare const zListMarketplaceChartsData: z.ZodObject<{
2741
- body: z.ZodOptional<z.ZodNever>;
2742
- path: z.ZodOptional<z.ZodNever>;
2743
- query: z.ZodOptional<z.ZodNever>;
1623
+ export declare const zDeleteInvitePath: z.ZodObject<{
1624
+ email: z.ZodString;
2744
1625
  }, z.core.$strip>;
2745
1626
  /**
2746
1627
  * An array of chart listings in the marketplace.
2747
1628
  */
2748
1629
  export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
2749
- id: z.ZodString;
2750
1630
  name: z.ZodString;
2751
- developer: z.ZodString;
2752
- description: z.ZodString;
2753
- logoUrl: z.ZodString;
2754
- longDescription: z.ZodString;
2755
- categories: z.ZodArray<z.ZodString>;
1631
+ versions: z.ZodArray<z.ZodString>;
2756
1632
  version_channels: z.ZodArray<z.ZodString>;
2757
- value_schemas: z.ZodArray<z.ZodObject<{
1633
+ latestVersion: z.ZodString;
1634
+ metadata: z.ZodOptional<z.ZodObject<{
1635
+ name: z.ZodString;
2758
1636
  version: z.ZodString;
2759
- schema: z.ZodString;
2760
- placeholder: z.ZodString;
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>>>;
2761
1648
  }, z.core.$strip>>;
2762
1649
  }, z.core.$strip>>;
2763
- export declare const zGetMarketplaceChartData: z.ZodObject<{
2764
- body: z.ZodOptional<z.ZodNever>;
2765
- path: z.ZodObject<{
2766
- listing_id: z.ZodString;
2767
- }, z.core.$strip>;
2768
- query: z.ZodOptional<z.ZodNever>;
1650
+ export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
1651
+ chart_name: z.ZodString;
1652
+ version_channel: z.ZodString;
2769
1653
  }, z.core.$strip>;
2770
1654
  /**
2771
- * Returns an object containing the chart listing details.
1655
+ * Returns an object containing the chart files for the latest matching version.
2772
1656
  */
2773
- export declare const zGetMarketplaceChartResponse: z.ZodObject<{
2774
- id: z.ZodString;
2775
- name: z.ZodString;
2776
- developer: z.ZodString;
2777
- description: z.ZodString;
2778
- logoUrl: z.ZodString;
2779
- longDescription: z.ZodString;
2780
- categories: z.ZodArray<z.ZodString>;
2781
- version_channels: z.ZodArray<z.ZodString>;
2782
- value_schemas: z.ZodArray<z.ZodObject<{
2783
- version: z.ZodString;
2784
- schema: z.ZodString;
2785
- placeholder: z.ZodString;
2786
- }, 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>;
1661
+ }, z.core.$strip>;
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>>;
2787
1670
  }, z.core.$strip>;
2788
- export declare const zGetOrganizationData: z.ZodObject<{
2789
- body: z.ZodOptional<z.ZodNever>;
2790
- path: z.ZodOptional<z.ZodNever>;
2791
- query: z.ZodOptional<z.ZodNever>;
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>>;
2792
1682
  }, z.core.$strip>;
2793
1683
  /**
2794
1684
  * Returns a single object containing organization details.
@@ -2809,6 +1699,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2809
1699
  id: z.ZodString;
2810
1700
  label: z.ZodString;
2811
1701
  }, z.core.$strip>>;
1702
+ cfcr_storage_gb: z.ZodInt;
2812
1703
  }, z.core.$strip>;
2813
1704
  status: z.ZodEnum<{
2814
1705
  active: "active";
@@ -2816,22 +1707,277 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
2816
1707
  suspended: "suspended";
2817
1708
  }>;
2818
1709
  }, z.core.$strip>;
2819
- export declare const zCreateOrganizationData: z.ZodObject<{
2820
- body: z.ZodObject<{
2821
- email: z.ZodEmail;
2822
- first_name: z.ZodString;
2823
- last_name: z.ZodString;
2824
- company_name: z.ZodString;
2825
- password: z.ZodString;
2826
- }, z.core.$strip>;
2827
- path: z.ZodOptional<z.ZodNever>;
2828
- 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;
1716
+ }, z.core.$strip>;
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;
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>>>;
2829
1945
  }, z.core.$strip>;
2830
- export declare const zListTokensData: z.ZodObject<{
2831
- body: z.ZodOptional<z.ZodNever>;
2832
- path: z.ZodOptional<z.ZodNever>;
2833
- query: z.ZodOptional<z.ZodNever>;
1946
+ export declare const zReplyTicketBody: z.ZodObject<{
1947
+ payload: z.ZodOptional<z.ZodString>;
1948
+ attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
2834
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;
2835
1981
  /**
2836
1982
  * Returns a list of access token details with masked secrets.
2837
1983
  */
@@ -2845,16 +1991,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
2845
1991
  secret: z.ZodOptional<z.ZodString>;
2846
1992
  date_created: z.ZodISODateTime;
2847
1993
  }, z.core.$strip>>;
2848
- export declare const zCreateTokenData: z.ZodObject<{
2849
- body: z.ZodObject<{
2850
- name: z.ZodString;
2851
- role: z.ZodEnum<{
2852
- Administrator: "Administrator";
2853
- User: "User";
2854
- }>;
2855
- }, z.core.$strip>;
2856
- path: z.ZodOptional<z.ZodNever>;
2857
- 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
+ }>;
2858
2000
  }, z.core.$strip>;
2859
2001
  /**
2860
2002
  * Successfully created. Returns created token details with unmasked/raw secret.
@@ -2869,19 +2011,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
2869
2011
  secret: z.ZodOptional<z.ZodString>;
2870
2012
  date_created: z.ZodISODateTime;
2871
2013
  }, z.core.$strip>;
2872
- export declare const zDeleteTokenData: z.ZodObject<{
2873
- body: z.ZodOptional<z.ZodNever>;
2874
- path: z.ZodObject<{
2875
- token_id: z.ZodString;
2876
- }, z.core.$strip>;
2877
- query: z.ZodOptional<z.ZodNever>;
2014
+ export declare const zDeleteTokenPath: z.ZodObject<{
2015
+ token_id: z.ZodString;
2878
2016
  }, z.core.$strip>;
2879
- export declare const zGetTokenData: z.ZodObject<{
2880
- body: z.ZodOptional<z.ZodNever>;
2881
- path: z.ZodObject<{
2882
- token_id: z.ZodString;
2883
- }, z.core.$strip>;
2884
- query: z.ZodOptional<z.ZodNever>;
2017
+ export declare const zGetTokenPath: z.ZodObject<{
2018
+ token_id: z.ZodString;
2885
2019
  }, z.core.$strip>;
2886
2020
  /**
2887
2021
  * Returns access token details with masked secret.
@@ -2896,18 +2030,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
2896
2030
  secret: z.ZodOptional<z.ZodString>;
2897
2031
  date_created: z.ZodISODateTime;
2898
2032
  }, z.core.$strip>;
2899
- export declare const zUpdateTokenData: z.ZodObject<{
2900
- body: z.ZodObject<{
2901
- name: z.ZodOptional<z.ZodString>;
2902
- role: z.ZodOptional<z.ZodEnum<{
2903
- Administrator: "Administrator";
2904
- User: "User";
2905
- }>>;
2906
- }, z.core.$strip>;
2907
- path: z.ZodObject<{
2908
- token_id: z.ZodString;
2909
- }, z.core.$strip>;
2910
- 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;
2911
2042
  }, z.core.$strip>;
2912
2043
  /**
2913
2044
  * Successfully updated. Returns updated token details with masked secret.
@@ -2922,12 +2053,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
2922
2053
  secret: z.ZodOptional<z.ZodString>;
2923
2054
  date_created: z.ZodISODateTime;
2924
2055
  }, z.core.$strip>;
2925
- export declare const zRegenerateTokenData: z.ZodObject<{
2926
- body: z.ZodOptional<z.ZodNever>;
2927
- path: z.ZodObject<{
2928
- token_id: z.ZodString;
2929
- }, z.core.$strip>;
2930
- query: z.ZodOptional<z.ZodNever>;
2056
+ export declare const zRegenerateTokenPath: z.ZodObject<{
2057
+ token_id: z.ZodString;
2931
2058
  }, z.core.$strip>;
2932
2059
  /**
2933
2060
  * Successfully updated. Returns updated token details with unmasked / raw secret.
@@ -2942,12 +2069,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
2942
2069
  secret: z.ZodOptional<z.ZodString>;
2943
2070
  date_created: z.ZodISODateTime;
2944
2071
  }, z.core.$strip>;
2945
- export declare const zListUserOrganizationsData: z.ZodObject<{
2946
- body: z.ZodOptional<z.ZodNever>;
2947
- path: z.ZodObject<{
2948
- email: z.ZodString;
2949
- }, z.core.$strip>;
2950
- query: z.ZodOptional<z.ZodNever>;
2072
+ export declare const zListUserOrganizationsPath: z.ZodObject<{
2073
+ email: z.ZodString;
2951
2074
  }, z.core.$strip>;
2952
2075
  /**
2953
2076
  * An array of organizations the user belongs to.
@@ -2956,11 +2079,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
2956
2079
  realm: z.ZodOptional<z.ZodString>;
2957
2080
  displayName: z.ZodOptional<z.ZodString>;
2958
2081
  }, z.core.$strip>>;
2959
- export declare const zListUsersData: z.ZodObject<{
2960
- body: z.ZodOptional<z.ZodNever>;
2961
- path: z.ZodOptional<z.ZodNever>;
2962
- query: z.ZodOptional<z.ZodNever>;
2963
- }, z.core.$strip>;
2964
2082
  /**
2965
2083
  * An array of users
2966
2084
  */
@@ -2979,24 +2097,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
2979
2097
  id: z.ZodUUID;
2980
2098
  date_created: z.ZodISODateTime;
2981
2099
  }, z.core.$strip>>;
2982
- export declare const zCreateUserData: z.ZodObject<{
2983
- body: z.ZodObject<{
2984
- email: z.ZodEmail;
2985
- first_name: z.ZodString;
2986
- last_name: z.ZodString;
2987
- code: z.ZodString;
2988
- password: z.ZodString;
2989
- status: z.ZodOptional<z.ZodEnum<{
2990
- active: "active";
2991
- inactive: "inactive";
2992
- }>>;
2993
- role: z.ZodOptional<z.ZodEnum<{
2994
- Administrator: "Administrator";
2995
- User: "User";
2996
- }>>;
2997
- }, z.core.$strip>;
2998
- path: z.ZodOptional<z.ZodNever>;
2999
- 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
+ }>>;
3000
2114
  }, z.core.$strip>;
3001
2115
  /**
3002
2116
  * Successfully created. Returns created user details.
@@ -3016,12 +2130,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
3016
2130
  id: z.ZodUUID;
3017
2131
  date_created: z.ZodISODateTime;
3018
2132
  }, z.core.$strip>;
3019
- export declare const zDeleteUserData: z.ZodObject<{
3020
- body: z.ZodOptional<z.ZodNever>;
3021
- path: z.ZodObject<{
3022
- user_id: z.ZodString;
3023
- }, z.core.$strip>;
3024
- query: z.ZodOptional<z.ZodNever>;
2133
+ export declare const zDeleteUserPath: z.ZodObject<{
2134
+ user_id: z.ZodString;
3025
2135
  }, z.core.$strip>;
3026
2136
  /**
3027
2137
  * User profile information
@@ -3041,12 +2151,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
3041
2151
  id: z.ZodUUID;
3042
2152
  date_created: z.ZodISODateTime;
3043
2153
  }, z.core.$strip>;
3044
- export declare const zGetUserData: z.ZodObject<{
3045
- body: z.ZodOptional<z.ZodNever>;
3046
- path: z.ZodObject<{
3047
- user_id: z.ZodString;
3048
- }, z.core.$strip>;
3049
- query: z.ZodOptional<z.ZodNever>;
2154
+ export declare const zGetUserPath: z.ZodObject<{
2155
+ user_id: z.ZodString;
3050
2156
  }, z.core.$strip>;
3051
2157
  /**
3052
2158
  * User profile information
@@ -3066,24 +2172,21 @@ export declare const zGetUserResponse: z.ZodObject<{
3066
2172
  id: z.ZodUUID;
3067
2173
  date_created: z.ZodISODateTime;
3068
2174
  }, z.core.$strip>;
3069
- export declare const zUpdateUserData: z.ZodObject<{
3070
- body: z.ZodObject<{
3071
- email: z.ZodOptional<z.ZodEmail>;
3072
- first_name: z.ZodOptional<z.ZodString>;
3073
- last_name: z.ZodOptional<z.ZodString>;
3074
- role: z.ZodOptional<z.ZodEnum<{
3075
- Administrator: "Administrator";
3076
- User: "User";
3077
- }>>;
3078
- status: z.ZodOptional<z.ZodEnum<{
3079
- active: "active";
3080
- inactive: "inactive";
3081
- }>>;
3082
- }, z.core.$strip>;
3083
- path: z.ZodObject<{
3084
- user_id: z.ZodString;
3085
- }, z.core.$strip>;
3086
- 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;
3087
2190
  }, z.core.$strip>;
3088
2191
  /**
3089
2192
  * Successfully created. Returns created user details.