@cloudfleet/sdk 0.0.1-d8d23ea → 0.0.1-dd53dca

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 (88) hide show
  1. package/dist/client/client.gen.d.ts +3 -0
  2. package/dist/client/client.gen.d.ts.map +1 -0
  3. package/dist/client/client.gen.js +235 -0
  4. package/dist/client/client.gen.js.map +1 -0
  5. package/dist/client/index.d.ts +8 -7
  6. package/dist/client/index.d.ts.map +1 -1
  7. package/dist/client/index.js +6 -4
  8. package/dist/client/index.js.map +1 -1
  9. package/dist/client/{types.d.ts → types.gen.d.ts} +19 -21
  10. package/dist/client/types.gen.d.ts.map +1 -0
  11. package/dist/client/types.gen.js +3 -0
  12. package/dist/client/types.gen.js.map +1 -0
  13. package/dist/client/{utils.d.ts → utils.gen.d.ts} +10 -22
  14. package/dist/client/utils.gen.d.ts.map +1 -0
  15. package/dist/client/{utils.js → utils.gen.js} +62 -118
  16. package/dist/client/utils.gen.js.map +1 -0
  17. package/dist/client.gen.d.ts +3 -3
  18. package/dist/client.gen.d.ts.map +1 -1
  19. package/dist/client.gen.js +1 -3
  20. package/dist/client.gen.js.map +1 -1
  21. package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
  22. package/dist/core/auth.gen.d.ts.map +1 -0
  23. package/dist/core/{auth.js → auth.gen.js} +2 -1
  24. package/dist/core/auth.gen.js.map +1 -0
  25. package/dist/core/{bodySerializer.d.ts → bodySerializer.gen.d.ts} +14 -6
  26. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
  28. package/dist/core/bodySerializer.gen.js.map +1 -0
  29. package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
  30. package/dist/core/params.gen.d.ts.map +1 -0
  31. package/dist/core/{params.js → params.gen.js} +20 -7
  32. package/dist/core/params.gen.js.map +1 -0
  33. package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
  34. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
  36. package/dist/core/pathSerializer.gen.js.map +1 -0
  37. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  38. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  39. package/dist/core/queryKeySerializer.gen.js +93 -0
  40. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  41. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  42. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  43. package/dist/core/serverSentEvents.gen.js +134 -0
  44. package/dist/core/serverSentEvents.gen.js.map +1 -0
  45. package/dist/core/{types.d.ts → types.gen.d.ts} +15 -15
  46. package/dist/core/types.gen.d.ts.map +1 -0
  47. package/dist/core/types.gen.js +3 -0
  48. package/dist/core/types.gen.js.map +1 -0
  49. package/dist/core/utils.gen.d.ts +20 -0
  50. package/dist/core/utils.gen.d.ts.map +1 -0
  51. package/dist/core/utils.gen.js +88 -0
  52. package/dist/core/utils.gen.js.map +1 -0
  53. package/dist/schemas.gen.d.ts +631 -483
  54. package/dist/schemas.gen.d.ts.map +1 -1
  55. package/dist/schemas.gen.js +1168 -587
  56. package/dist/schemas.gen.js.map +1 -1
  57. package/dist/sdk.gen.d.ts +92 -20
  58. package/dist/sdk.gen.d.ts.map +1 -1
  59. package/dist/sdk.gen.js +150 -164
  60. package/dist/sdk.gen.js.map +1 -1
  61. package/dist/services/kubernetes/api.d.ts +12 -12
  62. package/dist/types.gen.d.ts +582 -327
  63. package/dist/types.gen.d.ts.map +1 -1
  64. package/dist/zod.gen.d.ts +1415 -3313
  65. package/dist/zod.gen.d.ts.map +1 -1
  66. package/dist/zod.gen.js +267 -777
  67. package/dist/zod.gen.js.map +1 -1
  68. package/package.json +10 -6
  69. package/dist/client/client.d.ts +0 -3
  70. package/dist/client/client.d.ts.map +0 -1
  71. package/dist/client/client.js +0 -146
  72. package/dist/client/client.js.map +0 -1
  73. package/dist/client/types.d.ts.map +0 -1
  74. package/dist/client/types.js +0 -2
  75. package/dist/client/types.js.map +0 -1
  76. package/dist/client/utils.d.ts.map +0 -1
  77. package/dist/client/utils.js.map +0 -1
  78. package/dist/core/auth.d.ts.map +0 -1
  79. package/dist/core/auth.js.map +0 -1
  80. package/dist/core/bodySerializer.d.ts.map +0 -1
  81. package/dist/core/bodySerializer.js.map +0 -1
  82. package/dist/core/params.d.ts.map +0 -1
  83. package/dist/core/params.js.map +0 -1
  84. package/dist/core/pathSerializer.d.ts.map +0 -1
  85. package/dist/core/pathSerializer.js.map +0 -1
  86. package/dist/core/types.d.ts.map +0 -1
  87. package/dist/core/types.js +0 -2
  88. package/dist/core/types.js.map +0 -1
@@ -1,3 +1,6 @@
1
+ export type ClientOptions = {
2
+ baseUrl: 'https://api.cloudfleet.ai/v1' | (string & {});
3
+ };
1
4
  export type BillingContact = {
2
5
  /**
3
6
  * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
@@ -36,13 +39,9 @@ export type BillingContact = {
36
39
  */
37
40
  email: string;
38
41
  /**
39
- * First name of the billing contact person.
40
- */
41
- first_name: string;
42
- /**
43
- * Last name of the billing contact person.
42
+ * Name of the billing contact person.
44
43
  */
45
- last_name: string;
44
+ individual_name: string;
46
45
  /**
47
46
  * Tax ID of the organization.
48
47
  */
@@ -58,35 +57,31 @@ export type BillingCredits = {
58
57
  */
59
58
  id?: string;
60
59
  /**
61
- * Date of the credit application. ISO 8601 date string in the UTC timezone.
62
- */
63
- date_created: string;
64
- /**
65
- * Promotional code used by the customer.
60
+ * Type of the promotional code.
66
61
  */
67
- code: string;
62
+ type: 'credit' | 'discount';
68
63
  /**
69
- * Description of the promotional code.
64
+ * Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.
70
65
  */
71
- description?: string;
66
+ date_start: string;
72
67
  /**
73
- * List of product SKUs that the promotional code can be used on.
68
+ * Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.
74
69
  */
75
- products?: Array<string>;
70
+ date_end?: string;
76
71
  /**
77
- * Type of the promotional code.
72
+ * Promotional code used by the customer.
78
73
  */
79
- type: 'credit' | 'discount';
74
+ code: string;
80
75
  /**
81
- * Value of the promotional code.
76
+ * Description of the promotional code.
82
77
  */
83
- value: number;
78
+ description?: string;
84
79
  /**
85
- * Date of the billing cycle. An ISO 8601 date string in the UTC timezone.
80
+ * Total value of the promotional code.
86
81
  */
87
- billing_period: string;
82
+ value_total: number;
88
83
  /**
89
- * Value of the promotional code.
84
+ * Remaining value of the promotional code.
90
85
  */
91
86
  value_remaining?: number;
92
87
  };
@@ -174,13 +169,13 @@ export type ClusterCreateInput = {
174
169
  */
175
170
  tier: 'basic' | 'pro';
176
171
  /**
177
- * Cloudfleet control plane region. One of "staging", "northamerica-central-1", "europe-central-1a". This field can not be updated after creation.
172
+ * Cloudfleet control plane region. One of "staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.
178
173
  */
179
- region?: 'staging' | 'northamerica-central-1' | 'europe-central-1a';
174
+ region?: 'staging-1a' | 'northamerica-central-1' | 'europe-central-1a' | 'northamerica-central-1a';
180
175
  /**
181
176
  * Version of the kubernetes cluster.
182
177
  */
183
- version_channel?: string;
178
+ version_channel?: '1.x.x-cfke.x' | '1.31.x-cfke.x' | '1.32.x-cfke.x' | '1.33.x-cfke.x';
184
179
  };
185
180
  export type ClusterJoinInformation = {
186
181
  /**
@@ -191,6 +186,10 @@ export type ClusterJoinInformation = {
191
186
  * Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.
192
187
  */
193
188
  endpoint: string;
189
+ /**
190
+ * Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.
191
+ */
192
+ cluster_dns: string;
194
193
  /**
195
194
  * Authentication key for the cluster.
196
195
  */
@@ -248,13 +247,9 @@ export type Cluster = {
248
247
  */
249
248
  tier: 'basic' | 'pro';
250
249
  /**
251
- * Cloudfleet control plane region. One of "staging", "northamerica-central-1", "europe-central-1a". This field can not be updated after creation.
250
+ * Cloudfleet control plane region. One of "staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.
252
251
  */
253
- region?: 'staging' | 'northamerica-central-1' | 'europe-central-1a';
254
- /**
255
- * Version of the kubernetes cluster.
256
- */
257
- version_channel?: string;
252
+ region?: 'staging-1a' | 'northamerica-central-1' | 'europe-central-1a' | 'northamerica-central-1a';
258
253
  /**
259
254
  * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
260
255
  */
@@ -262,7 +257,7 @@ export type Cluster = {
262
257
  /**
263
258
  * Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.
264
259
  */
265
- status: 'active' | 'deleted' | 'creating' | 'deployed' | 'failed' | 'updating';
260
+ status: 'active' | 'disabled' | 'deleted' | 'creating' | 'deployed' | 'failed' | 'updating';
266
261
  endpoint?: string | '';
267
262
  /**
268
263
  * Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.
@@ -284,6 +279,10 @@ export type Cluster = {
284
279
  * Indicates if the cluster is ready to be used.
285
280
  */
286
281
  ready?: boolean;
282
+ /**
283
+ * Version of the kubernetes cluster.
284
+ */
285
+ version_channel?: string;
287
286
  };
288
287
  export type ClusterUpdateInput = {
289
288
  /**
@@ -427,280 +426,121 @@ export type Invite = {
427
426
  };
428
427
  export type Invoice = {
429
428
  /**
430
- * Unique identifier of the invoice. UUID v4 string in canonical form
429
+ * Unique identifier of the invoice.
431
430
  */
432
431
  id?: string;
433
- /**
434
- * Unique identifier of the organization. UUID v4 string in canonical form
435
- */
436
- organizationId?: string;
432
+ number?: string;
437
433
  /**
438
434
  * Status of the invoice
439
435
  */
440
- status?: 'DRAFT' | 'COMMITTED' | 'VOID';
436
+ status?: string;
441
437
  /**
442
438
  * Total amount of the invoice
443
439
  */
444
- amount?: number;
440
+ total?: number;
445
441
  /**
446
442
  * Currency of the invoice
447
443
  */
448
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
444
+ currency?: string;
449
445
  /**
450
- * Total amount of credit adjustments
446
+ * Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.
451
447
  */
452
- creditAdj?: number;
448
+ created: string;
453
449
  /**
454
- * Total amount of refund adjustments
450
+ * Billing period start timestamp. ISO 8601 date string in the UTC timezone.
455
451
  */
456
- refundAdj?: number;
452
+ period_start: string;
457
453
  /**
458
- * Date of the invoice
454
+ * Billing period end timestamp. ISO 8601 date string in the UTC timezone.
459
455
  */
460
- invoiceDate?: string;
456
+ period_end: string;
457
+ invoice_pdf?: string;
458
+ };
459
+ export type MarketplaceListingFiles = {
461
460
  /**
462
- * Target date of the invoice
461
+ * Raw Chart.yaml content from the Helm chart
463
462
  */
464
- targetDate?: string;
463
+ chartYaml?: string;
465
464
  /**
466
- * Number of the invoice
465
+ * Raw values.yaml content from the Helm chart
467
466
  */
468
- invoiceNumber?: string;
467
+ valuesYaml?: string;
469
468
  /**
470
- * Balance of the invoice
469
+ * JSON schema for values.yaml as a string
471
470
  */
472
- balance?: number;
471
+ valuesSchemaJson?: string;
472
+ };
473
+ export type MarketplaceListing = {
473
474
  /**
474
- * Bundle keys of the invoice
475
+ * Name of the chart
475
476
  */
476
- bundleKeys?: string;
477
+ name: string;
477
478
  /**
478
- * Credits of the invoice
479
+ * Available versions of the chart
479
480
  */
480
- credits?: Array<{
481
- /**
482
- * Unique identifier of the invoice item. UUID v4 string in canonical form
483
- */
484
- id?: string;
485
- /**
486
- * Unique identifier of the linked invoice item. UUID v4 string in canonical form
487
- */
488
- linkedInvoiceItemId?: string;
489
- /**
490
- * Name of the product
491
- */
492
- productName?: string;
493
- /**
494
- * Name of the plan
495
- */
496
- planName?: string;
497
- /**
498
- * Name of the phase
499
- */
500
- phaseName?: string;
501
- /**
502
- * Name of the usage
503
- */
504
- usageName?: string;
505
- /**
506
- * Pretty name of the product
507
- */
508
- prettyProductName?: string;
509
- /**
510
- * Pretty name of the plan
511
- */
512
- prettyPlanName?: string;
513
- /**
514
- * Pretty name of the phase
515
- */
516
- prettyPhaseName?: string;
517
- /**
518
- * Pretty name of the usage
519
- */
520
- prettyUsageName?: string;
521
- /**
522
- * Type of the invoice item
523
- */
524
- itemType?: 'EXTERNAL_CHARGE' | 'FIXED' | 'RECURRING' | 'REPAIR_ADJ' | 'CBA_ADJ' | 'CREDIT_ADJ' | 'ITEM_ADJ' | 'USAGE' | 'TAX' | 'PARENT_SUMMARY';
525
- /**
526
- * Description of the invoice item
527
- */
528
- description?: string;
529
- /**
530
- * Start date of the invoice item
531
- */
532
- startDate?: string;
533
- /**
534
- * End date of the invoice item
535
- */
536
- endDate?: string;
537
- /**
538
- * Amount of the invoice item
539
- */
540
- amount?: number;
541
- /**
542
- * Rate of the invoice item
543
- */
544
- rate?: number;
545
- /**
546
- * Currency of the invoice item
547
- */
548
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
549
- /**
550
- * Quantity of the invoice item
551
- */
552
- quantity?: number;
553
- /**
554
- * Details of the invoice item
555
- */
556
- itemDetails?: string;
557
- /**
558
- * Effective date of the catalog
559
- */
560
- catalogEffectiveDate?: string;
561
- /**
562
- * Child items of the invoice item
563
- */
564
- childItems?: Array<Array<unknown> | boolean | number | {
565
- [key: string]: unknown;
566
- } | string>;
567
- }>;
481
+ versions: Array<string>;
568
482
  /**
569
- * Items of the invoice
483
+ * Version channels for the chart
570
484
  */
571
- items?: Array<{
572
- /**
573
- * Unique identifier of the invoice item. UUID v4 string in canonical form
574
- */
575
- id?: string;
576
- /**
577
- * Unique identifier of the linked invoice item. UUID v4 string in canonical form
578
- */
579
- linkedInvoiceItemId?: string;
580
- /**
581
- * Name of the product
582
- */
583
- productName?: string;
584
- /**
585
- * Name of the plan
586
- */
587
- planName?: string;
588
- /**
589
- * Name of the phase
590
- */
591
- phaseName?: string;
592
- /**
593
- * Name of the usage
594
- */
595
- usageName?: string;
596
- /**
597
- * Pretty name of the product
598
- */
599
- prettyProductName?: string;
600
- /**
601
- * Pretty name of the plan
602
- */
603
- prettyPlanName?: string;
604
- /**
605
- * Pretty name of the phase
606
- */
607
- prettyPhaseName?: string;
485
+ version_channels: Array<string>;
486
+ /**
487
+ * Latest version of the chart
488
+ */
489
+ latestVersion: string;
490
+ /**
491
+ * Chart metadata
492
+ */
493
+ metadata?: {
608
494
  /**
609
- * Pretty name of the usage
495
+ * Chart name from metadata
610
496
  */
611
- prettyUsageName?: string;
497
+ name: string;
612
498
  /**
613
- * Type of the invoice item
499
+ * Chart version from metadata
614
500
  */
615
- itemType?: 'EXTERNAL_CHARGE' | 'FIXED' | 'RECURRING' | 'REPAIR_ADJ' | 'CBA_ADJ' | 'CREDIT_ADJ' | 'ITEM_ADJ' | 'USAGE' | 'TAX' | 'PARENT_SUMMARY';
501
+ version: string;
616
502
  /**
617
- * Description of the invoice item
503
+ * Chart description
618
504
  */
619
505
  description?: string;
620
506
  /**
621
- * Start date of the invoice item
622
- */
623
- startDate?: string;
624
- /**
625
- * End date of the invoice item
626
- */
627
- endDate?: string;
628
- /**
629
- * Amount of the invoice item
630
- */
631
- amount?: number;
632
- /**
633
- * Rate of the invoice item
634
- */
635
- rate?: number;
636
- /**
637
- * Currency of the invoice item
507
+ * Application version
638
508
  */
639
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
509
+ appVersion?: string;
640
510
  /**
641
- * Quantity of the invoice item
511
+ * Helm API version
642
512
  */
643
- quantity?: number;
513
+ apiVersion?: string;
644
514
  /**
645
- * Details of the invoice item
515
+ * Chart keywords
646
516
  */
647
- itemDetails?: string;
517
+ keywords?: Array<string>;
648
518
  /**
649
- * Effective date of the catalog
519
+ * Chart home URL
650
520
  */
651
- catalogEffectiveDate?: string;
652
- /**
653
- * Child items of the invoice item
654
- */
655
- childItems?: Array<Array<unknown> | boolean | number | {
656
- [key: string]: unknown;
657
- } | string>;
658
- }>;
659
- };
660
- export type MarketplaceListing = {
661
- /**
662
- * Id of the chart listing
663
- */
664
- id: string;
665
- /**
666
- * Name of the chart listing
667
- */
668
- name: string;
669
- /**
670
- * Author of the chart listing
671
- */
672
- developer: string;
673
- /**
674
- * Short description of the chart listing
675
- */
676
- description: string;
677
- /**
678
- * Logo of the chart listing
679
- */
680
- logoUrl: string;
681
- /**
682
- * Long description of the chart listing
683
- */
684
- longDescription: string;
685
- /**
686
- * Tags of the chart
687
- */
688
- categories: Array<string>;
689
- version_channels: Array<string>;
690
- value_schemas: Array<{
521
+ home?: string;
691
522
  /**
692
- * Version of the chart.
523
+ * A URL to an SVG or PNG image to be used as an icon
693
524
  */
694
- version: string;
525
+ icon?: string;
695
526
  /**
696
- * Schema of the chart values. JSON Schema as string
527
+ * Chart source URLs
697
528
  */
698
- schema: string;
529
+ sources?: Array<string>;
699
530
  /**
700
- * Schema of the chart values
531
+ * Chart maintainers
701
532
  */
702
- placeholder: string;
703
- }>;
533
+ maintainers?: Array<{
534
+ /**
535
+ * Maintainer name
536
+ */
537
+ name: string;
538
+ /**
539
+ * Maintainer email
540
+ */
541
+ email?: string;
542
+ }>;
543
+ };
704
544
  };
705
545
  export type OrganizationCreateInput = {
706
546
  /**
@@ -782,6 +622,18 @@ export type Organization = {
782
622
  */
783
623
  label: string;
784
624
  }>;
625
+ /**
626
+ * User-level maximum number of tokens Cloudfleet Copilot can process per hour.
627
+ */
628
+ copilot_user_hourly_tokens: number;
629
+ /**
630
+ * Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.
631
+ */
632
+ copilot_organization_hourly_tokens: number;
633
+ /**
634
+ * Organization-level maximum CFCR storage volume in GB. -1 means no limit.
635
+ */
636
+ cfcr_storage_gb: number;
785
637
  };
786
638
  /**
787
639
  * Status of the organization. Can be `active` or `closed`, or `suspended`.
@@ -818,6 +670,209 @@ export type PaymentMethod = {
818
670
  */
819
671
  brand: 'amex' | 'diners' | 'discover' | 'eftpos_au' | 'jcb' | 'mastercard' | 'unionpay' | 'visa' | 'unknown';
820
672
  };
673
+ export type PlatformQuota = {
674
+ /**
675
+ * Maximum number of Basic clusters that can be created.
676
+ */
677
+ basic_clusters_max: number;
678
+ /**
679
+ * Available number of Basic clusters that can be created.
680
+ */
681
+ basic_clusters_available: number;
682
+ /**
683
+ * Maximum number of Pro clusters that can be created.
684
+ */
685
+ pro_clusters_max: number;
686
+ /**
687
+ * Available number of Pro clusters that can be created.
688
+ */
689
+ pro_clusters_available: number;
690
+ /**
691
+ * Maximum number of fleets that can be created per cluster.
692
+ */
693
+ fleets_max: number;
694
+ /**
695
+ * List of Cloudfleet cluster tiers available for the organization.
696
+ */
697
+ cluster_tiers: Array<string>;
698
+ /**
699
+ * List of Cloudfleet control plane regions available for the organization.
700
+ */
701
+ regions: Array<string>;
702
+ /**
703
+ * List of CFKE control plane versions available for the organization.
704
+ */
705
+ versions: Array<{
706
+ /**
707
+ * Id of the control plane version. Used in API calls.
708
+ */
709
+ id: string;
710
+ /**
711
+ * Label of the control plane version. Used in frontent UI.
712
+ */
713
+ label: string;
714
+ }>;
715
+ /**
716
+ * User-level maximum number of tokens Cloudfleet Copilot can process per hour.
717
+ */
718
+ copilot_user_hourly_tokens: number;
719
+ /**
720
+ * Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.
721
+ */
722
+ copilot_organization_hourly_tokens: number;
723
+ /**
724
+ * Organization-level maximum CFCR storage volume in GB. -1 means no limit.
725
+ */
726
+ cfcr_storage_gb: number;
727
+ };
728
+ export type RegistryRepository = {
729
+ /**
730
+ * Repository name.
731
+ */
732
+ name: string;
733
+ /**
734
+ * Registry region.
735
+ */
736
+ region: string;
737
+ /**
738
+ * Full URI of the repository.
739
+ */
740
+ uri: string;
741
+ };
742
+ export type RegistryRepositoryWithTags = {
743
+ /**
744
+ * Repository name.
745
+ */
746
+ name: string;
747
+ /**
748
+ * Registry region.
749
+ */
750
+ region: string;
751
+ /**
752
+ * Full URI of the repository.
753
+ */
754
+ uri: string;
755
+ /**
756
+ * Array of tags in the repository.
757
+ */
758
+ tags: Array<{
759
+ /**
760
+ * Tag name.
761
+ */
762
+ name: string;
763
+ /**
764
+ * Size of the tag in bytes.
765
+ */
766
+ size: number;
767
+ /**
768
+ * Media type of the manifest.
769
+ */
770
+ mediaType?: string;
771
+ /**
772
+ * Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).
773
+ */
774
+ platforms?: Array<string>;
775
+ }>;
776
+ /**
777
+ * Total size of all tags in the repository in bytes.
778
+ */
779
+ totalSize: number;
780
+ };
781
+ export type RegistryTag = {
782
+ /**
783
+ * Tag name.
784
+ */
785
+ name: string;
786
+ /**
787
+ * Manifest digest for pulling by digest.
788
+ */
789
+ digest: string;
790
+ /**
791
+ * Media type of the manifest.
792
+ */
793
+ mediaType?: string;
794
+ /**
795
+ * Manifest config metadata.
796
+ */
797
+ config?: {
798
+ /**
799
+ * Size of the config in bytes.
800
+ */
801
+ size: number;
802
+ };
803
+ /**
804
+ * Array of layer metadata.
805
+ */
806
+ layers?: Array<{
807
+ /**
808
+ * Digest of the layer.
809
+ */
810
+ digest?: string;
811
+ /**
812
+ * Size of the layer in bytes.
813
+ */
814
+ size: number;
815
+ }>;
816
+ /**
817
+ * Array of manifests for multi-arch images.
818
+ */
819
+ manifests?: Array<{
820
+ /**
821
+ * Digest of the manifest.
822
+ */
823
+ digest: string;
824
+ /**
825
+ * Platform information for the manifest.
826
+ */
827
+ platform?: {
828
+ /**
829
+ * Architecture of the platform.
830
+ */
831
+ architecture: string;
832
+ /**
833
+ * Operating system of the platform.
834
+ */
835
+ os: string;
836
+ /**
837
+ * Variant of the platform (e.g., v7, v8 for ARM).
838
+ */
839
+ variant?: string;
840
+ };
841
+ /**
842
+ * Layers for this platform.
843
+ */
844
+ layers?: Array<{
845
+ /**
846
+ * Digest of the layer.
847
+ */
848
+ digest?: string;
849
+ /**
850
+ * Size of the layer in bytes.
851
+ */
852
+ size: number;
853
+ }>;
854
+ /**
855
+ * Total size of this platform manifest in bytes.
856
+ */
857
+ size?: number;
858
+ }>;
859
+ /**
860
+ * Total size of the tag in bytes.
861
+ */
862
+ size: number;
863
+ /**
864
+ * Registry region.
865
+ */
866
+ region: string;
867
+ /**
868
+ * Repository name.
869
+ */
870
+ repository: string;
871
+ /**
872
+ * Full URI of the tag.
873
+ */
874
+ uri: string;
875
+ };
821
876
  export type TokenCreateInput = {
822
877
  /**
823
878
  * Human readable access token name.
@@ -860,35 +915,85 @@ export type TokenUpdateInput = {
860
915
  */
861
916
  role?: 'Administrator' | 'User';
862
917
  };
918
+ export type UsageFacets = {
919
+ /**
920
+ * List of unique cluster IDs
921
+ */
922
+ cluster_id?: Array<string>;
923
+ /**
924
+ * List of unique products
925
+ */
926
+ product?: Array<string>;
927
+ };
928
+ export type UsageResponse = {
929
+ /**
930
+ * Usage data
931
+ */
932
+ data: Array<{
933
+ /**
934
+ * Hour of the usage
935
+ */
936
+ hour: string;
937
+ /**
938
+ * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
939
+ */
940
+ cluster_id: string;
941
+ /**
942
+ * The product the usage is associated with
943
+ */
944
+ product: string;
945
+ /**
946
+ * Consumption
947
+ */
948
+ value: number;
949
+ /**
950
+ * Price per unit
951
+ */
952
+ price: number;
953
+ /**
954
+ * Total cost
955
+ */
956
+ total: number;
957
+ }>;
958
+ /**
959
+ * Facets for filtering
960
+ */
961
+ facets: {
962
+ /**
963
+ * List of unique cluster IDs
964
+ */
965
+ cluster_id?: Array<string>;
966
+ /**
967
+ * List of unique products
968
+ */
969
+ product?: Array<string>;
970
+ };
971
+ };
863
972
  export type Usage = {
864
973
  /**
865
974
  * Hour of the usage
866
975
  */
867
- hour?: string;
976
+ hour: string;
868
977
  /**
869
978
  * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
870
979
  */
871
980
  cluster_id: string;
872
981
  /**
873
- * Tier of the cluster.
982
+ * The product the usage is associated with
874
983
  */
875
- cluster_tier: 'basic' | 'pro' | '';
984
+ product: string;
876
985
  /**
877
- * The product the usage is associated with
986
+ * Consumption
878
987
  */
879
- product: 'cfke_controlplane' | 'cfke_connected_nodes' | 'infra_compute' | 'infra_storage' | 'infra_loadbalancing' | 'infra_traffic' | 'cfcr_storage';
988
+ value: number;
880
989
  /**
881
- * Name of the Kubernetes node
990
+ * Price per unit
882
991
  */
883
- node_name: string;
992
+ price: number;
884
993
  /**
885
- * SKU of the Kubernetes node
994
+ * Total cost
886
995
  */
887
- sku: string;
888
- cpu: number | '';
889
- price: number | '';
890
- value: number | '';
891
- total: number | '';
996
+ total: number;
892
997
  };
893
998
  export type UserCreateInput = {
894
999
  /**
@@ -975,7 +1080,12 @@ export type UserUpdateInput = {
975
1080
  export type GetUsageData = {
976
1081
  body?: never;
977
1082
  path?: never;
978
- query?: never;
1083
+ query?: {
1084
+ /**
1085
+ * Time granularity for usage aggregation - hourly (Past 48 hours aggregated by hour), daily (Past 30 days aggregated by day), monthly (Past 12 months aggregated by month)
1086
+ */
1087
+ granularity?: 'hourly' | 'daily' | 'monthly';
1088
+ };
979
1089
  url: '/billing/usage';
980
1090
  };
981
1091
  export type GetUsageErrors = {
@@ -986,24 +1096,11 @@ export type GetUsageErrors = {
986
1096
  };
987
1097
  export type GetUsageResponses = {
988
1098
  /**
989
- * An array of usage records.
1099
+ * Usage data with facets for filtering
990
1100
  */
991
- 200: Array<Usage>;
1101
+ 200: UsageResponse;
992
1102
  };
993
1103
  export type GetUsageResponse = GetUsageResponses[keyof GetUsageResponses];
994
- export type GetBalanceData = {
995
- body?: never;
996
- path?: never;
997
- query?: never;
998
- url: '/billing/balance';
999
- };
1000
- export type GetBalanceResponses = {
1001
- /**
1002
- * Current balance of the organization in USD as a floating-point number.
1003
- */
1004
- 200: number;
1005
- };
1006
- export type GetBalanceResponse = GetBalanceResponses[keyof GetBalanceResponses];
1007
1104
  export type GetPaymentMethodData = {
1008
1105
  body?: never;
1009
1106
  path?: never;
@@ -1045,16 +1142,7 @@ export type GetPaymentMethodSecretResponse = GetPaymentMethodSecretResponses[key
1045
1142
  export type ListInvoicesData = {
1046
1143
  body?: never;
1047
1144
  path?: never;
1048
- query: {
1049
- /**
1050
- * Start date for the usage. Date of oldest data point to retrieve.
1051
- */
1052
- start_date: string;
1053
- /**
1054
- * End date for the usage. Date of newest data point to retrieve.
1055
- */
1056
- end_date: string;
1057
- };
1145
+ query?: never;
1058
1146
  url: '/billing/invoices';
1059
1147
  };
1060
1148
  export type ListInvoicesErrors = {
@@ -1070,26 +1158,6 @@ export type ListInvoicesResponses = {
1070
1158
  200: Array<Invoice>;
1071
1159
  };
1072
1160
  export type ListInvoicesResponse = ListInvoicesResponses[keyof ListInvoicesResponses];
1073
- export type GetInvoiceData = {
1074
- body?: never;
1075
- path: {
1076
- /**
1077
- * Unique invoice identifier. UUID v4 string in canonical form
1078
- */
1079
- id: string;
1080
- };
1081
- query?: never;
1082
- url: '/billing/invoices/{id}';
1083
- };
1084
- export type GetInvoiceResponses = {
1085
- /**
1086
- * Returns a single Invoice HTML representation under `html` property.
1087
- */
1088
- 200: {
1089
- html?: string;
1090
- };
1091
- };
1092
- export type GetInvoiceResponse = GetInvoiceResponses[keyof GetInvoiceResponses];
1093
1161
  export type GetContactData = {
1094
1162
  body?: never;
1095
1163
  path?: never;
@@ -1619,24 +1687,76 @@ export type ListMarketplaceChartsResponses = {
1619
1687
  200: Array<MarketplaceListing>;
1620
1688
  };
1621
1689
  export type ListMarketplaceChartsResponse = ListMarketplaceChartsResponses[keyof ListMarketplaceChartsResponses];
1622
- export type GetMarketplaceChartData = {
1690
+ export type GetMarketplaceChartFilesData = {
1623
1691
  body?: never;
1624
1692
  path: {
1625
1693
  /**
1626
- * Unique identifier of the chart listing in the marketplace.
1694
+ * Name of the chart in the marketplace.
1695
+ */
1696
+ chart_name: string;
1697
+ /**
1698
+ * Version channel pattern to match (e.g., "1.31.x-cfke.x" for latest 1.31 patch, "1.x.x-cfke.x" for latest 1.x minor).
1699
+ */
1700
+ version_channel: string;
1701
+ };
1702
+ query?: never;
1703
+ url: '/marketplace/{chart_name}/files/{version_channel}';
1704
+ };
1705
+ export type GetMarketplaceChartFilesErrors = {
1706
+ /**
1707
+ * Chart not found or no version matches the channel
1708
+ */
1709
+ 404: unknown;
1710
+ };
1711
+ export type GetMarketplaceChartFilesResponses = {
1712
+ /**
1713
+ * Returns an object containing the chart files for the latest matching version.
1714
+ */
1715
+ 200: MarketplaceListingFiles;
1716
+ };
1717
+ export type GetMarketplaceChartFilesResponse = GetMarketplaceChartFilesResponses[keyof GetMarketplaceChartFilesResponses];
1718
+ export type PostMcpData = {
1719
+ /**
1720
+ * JSON-RPC 2.0 request payload
1721
+ */
1722
+ body: {
1723
+ jsonrpc?: string;
1724
+ method?: string;
1725
+ id?: string | number;
1726
+ /**
1727
+ * Method-specific parameters
1627
1728
  */
1628
- listing_id: string;
1729
+ params?: {
1730
+ [key: string]: unknown;
1731
+ };
1629
1732
  };
1733
+ path?: never;
1630
1734
  query?: never;
1631
- url: '/marketplace/{listing_id}';
1735
+ url: '/mcp';
1736
+ };
1737
+ export type PostMcpErrors = {
1738
+ /**
1739
+ * Not authenticated
1740
+ */
1741
+ 401: unknown;
1632
1742
  };
1633
- export type GetMarketplaceChartResponses = {
1743
+ export type PostMcpResponses = {
1634
1744
  /**
1635
- * Returns an object containing the chart listing details.
1745
+ * JSON-RPC 2.0 success or error response
1636
1746
  */
1637
- 200: MarketplaceListing;
1747
+ 200: {
1748
+ jsonrpc?: string;
1749
+ id?: string | number;
1750
+ result?: {
1751
+ [key: string]: unknown;
1752
+ };
1753
+ error?: {
1754
+ code?: number;
1755
+ message?: string;
1756
+ };
1757
+ };
1638
1758
  };
1639
- export type GetMarketplaceChartResponse = GetMarketplaceChartResponses[keyof GetMarketplaceChartResponses];
1759
+ export type PostMcpResponse = PostMcpResponses[keyof PostMcpResponses];
1640
1760
  export type GetOrganizationData = {
1641
1761
  body?: never;
1642
1762
  path?: never;
@@ -1662,6 +1782,144 @@ export type CreateOrganizationResponses = {
1662
1782
  */
1663
1783
  200: unknown;
1664
1784
  };
1785
+ export type ListRepositoriesData = {
1786
+ body?: never;
1787
+ path?: never;
1788
+ query?: never;
1789
+ url: '/registry';
1790
+ };
1791
+ export type ListRepositoriesErrors = {
1792
+ /**
1793
+ * Not authenticated
1794
+ */
1795
+ 401: unknown;
1796
+ /**
1797
+ * Internal server error
1798
+ */
1799
+ 500: unknown;
1800
+ };
1801
+ export type ListRepositoriesResponses = {
1802
+ /**
1803
+ * List of repositories
1804
+ */
1805
+ 200: Array<RegistryRepository>;
1806
+ };
1807
+ export type ListRepositoriesResponse = ListRepositoriesResponses[keyof ListRepositoriesResponses];
1808
+ export type ListTagsData = {
1809
+ body?: never;
1810
+ path: {
1811
+ /**
1812
+ * Region where the repository is located
1813
+ */
1814
+ region: string;
1815
+ /**
1816
+ * Name of the repository
1817
+ */
1818
+ repository: string;
1819
+ };
1820
+ query?: never;
1821
+ url: '/registry/{region}/{repository}';
1822
+ };
1823
+ export type ListTagsErrors = {
1824
+ /**
1825
+ * Not authenticated
1826
+ */
1827
+ 401: unknown;
1828
+ /**
1829
+ * Repository not found
1830
+ */
1831
+ 404: unknown;
1832
+ /**
1833
+ * Internal server error
1834
+ */
1835
+ 500: unknown;
1836
+ };
1837
+ export type ListTagsResponses = {
1838
+ /**
1839
+ * Repository with tags
1840
+ */
1841
+ 200: RegistryRepositoryWithTags;
1842
+ };
1843
+ export type ListTagsResponse = ListTagsResponses[keyof ListTagsResponses];
1844
+ export type DeleteTagData = {
1845
+ body?: never;
1846
+ path: {
1847
+ /**
1848
+ * Region where the repository is located
1849
+ */
1850
+ region: string;
1851
+ /**
1852
+ * Name of the repository
1853
+ */
1854
+ repository: string;
1855
+ /**
1856
+ * Name of the tag
1857
+ */
1858
+ tag: string;
1859
+ };
1860
+ query?: never;
1861
+ url: '/registry/{region}/{repository}/{tag}';
1862
+ };
1863
+ export type DeleteTagErrors = {
1864
+ /**
1865
+ * Not authenticated
1866
+ */
1867
+ 401: unknown;
1868
+ /**
1869
+ * Tag not found
1870
+ */
1871
+ 404: unknown;
1872
+ /**
1873
+ * Internal server error
1874
+ */
1875
+ 500: unknown;
1876
+ };
1877
+ export type DeleteTagResponses = {
1878
+ /**
1879
+ * Tag successfully deleted
1880
+ */
1881
+ 200: unknown;
1882
+ };
1883
+ export type GetTagData = {
1884
+ body?: never;
1885
+ path: {
1886
+ /**
1887
+ * Region where the repository is located
1888
+ */
1889
+ region: string;
1890
+ /**
1891
+ * Name of the repository
1892
+ */
1893
+ repository: string;
1894
+ /**
1895
+ * Name of the tag
1896
+ */
1897
+ tag: string;
1898
+ };
1899
+ query?: never;
1900
+ url: '/registry/{region}/{repository}/{tag}';
1901
+ };
1902
+ export type GetTagErrors = {
1903
+ /**
1904
+ * Not authenticated
1905
+ */
1906
+ 401: unknown;
1907
+ /**
1908
+ * Tag not found
1909
+ */
1910
+ 404: unknown;
1911
+ /**
1912
+ * Internal server error
1913
+ */
1914
+ 500: unknown;
1915
+ };
1916
+ export type GetTagResponses = {
1917
+ /**
1918
+ * Tag details
1919
+ */
1920
+ 200: RegistryTag;
1921
+ };
1922
+ export type GetTagResponse = GetTagResponses[keyof GetTagResponses];
1665
1923
  export type ListTokensData = {
1666
1924
  body?: never;
1667
1925
  path?: never;
@@ -1918,7 +2176,4 @@ export type UpdateUserResponses = {
1918
2176
  200: User;
1919
2177
  };
1920
2178
  export type UpdateUserResponse = UpdateUserResponses[keyof UpdateUserResponses];
1921
- export type ClientOptions = {
1922
- baseUrl: 'https://api.cloudfleet.ai/v1' | (string & {});
1923
- };
1924
2179
  //# sourceMappingURL=types.gen.d.ts.map