@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.
- package/dist/@tanstack/react-query.gen.d.ts +1125 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1129 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +220 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +15 -23
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +63 -119
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +20 -7
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1005 -480
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1623 -584
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +130 -20
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +217 -164
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +923 -327
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1039 -1936
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +502 -1077
- package/dist/zod.gen.js.map +1 -1
- package/package.json +29 -6
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
first_name: string;
|
|
42
|
-
/**
|
|
43
|
-
* Last name of the billing contact person.
|
|
42
|
+
* Name of the billing contact person.
|
|
44
43
|
*/
|
|
45
|
-
|
|
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
|
-
*
|
|
62
|
-
*/
|
|
63
|
-
date_created: string;
|
|
64
|
-
/**
|
|
65
|
-
* Promotional code used by the customer.
|
|
60
|
+
* Type of the promotional code.
|
|
66
61
|
*/
|
|
67
|
-
|
|
62
|
+
type: 'credit' | 'discount';
|
|
68
63
|
/**
|
|
69
|
-
*
|
|
64
|
+
* Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.
|
|
70
65
|
*/
|
|
71
|
-
|
|
66
|
+
date_start: string;
|
|
72
67
|
/**
|
|
73
|
-
*
|
|
68
|
+
* Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.
|
|
74
69
|
*/
|
|
75
|
-
|
|
70
|
+
date_end?: string;
|
|
76
71
|
/**
|
|
77
|
-
*
|
|
72
|
+
* Promotional code used by the customer.
|
|
78
73
|
*/
|
|
79
|
-
|
|
74
|
+
code: string;
|
|
80
75
|
/**
|
|
81
|
-
*
|
|
76
|
+
* Description of the promotional code.
|
|
82
77
|
*/
|
|
83
|
-
|
|
78
|
+
description?: string;
|
|
84
79
|
/**
|
|
85
|
-
*
|
|
80
|
+
* Total value of the promotional code.
|
|
86
81
|
*/
|
|
87
|
-
|
|
82
|
+
value_total: number;
|
|
88
83
|
/**
|
|
89
|
-
*
|
|
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?:
|
|
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.
|
|
252
|
-
*/
|
|
253
|
-
region?: 'staging' | 'northamerica-central-1' | 'europe-central-1a';
|
|
254
|
-
/**
|
|
255
|
-
* Version of the kubernetes cluster.
|
|
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.
|
|
256
251
|
*/
|
|
257
|
-
|
|
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.
|
|
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?:
|
|
436
|
+
status?: string;
|
|
441
437
|
/**
|
|
442
438
|
* Total amount of the invoice
|
|
443
439
|
*/
|
|
444
|
-
|
|
440
|
+
total?: number;
|
|
445
441
|
/**
|
|
446
442
|
* Currency of the invoice
|
|
447
443
|
*/
|
|
448
|
-
currency?:
|
|
444
|
+
currency?: string;
|
|
449
445
|
/**
|
|
450
|
-
*
|
|
446
|
+
* Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.
|
|
451
447
|
*/
|
|
452
|
-
|
|
448
|
+
created: string;
|
|
453
449
|
/**
|
|
454
|
-
*
|
|
450
|
+
* Billing period start timestamp. ISO 8601 date string in the UTC timezone.
|
|
455
451
|
*/
|
|
456
|
-
|
|
452
|
+
period_start: string;
|
|
457
453
|
/**
|
|
458
|
-
*
|
|
454
|
+
* Billing period end timestamp. ISO 8601 date string in the UTC timezone.
|
|
459
455
|
*/
|
|
460
|
-
|
|
456
|
+
period_end: string;
|
|
457
|
+
invoice_pdf?: string;
|
|
458
|
+
};
|
|
459
|
+
export type MarketplaceListingFiles = {
|
|
461
460
|
/**
|
|
462
|
-
*
|
|
461
|
+
* Raw Chart.yaml content from the Helm chart
|
|
463
462
|
*/
|
|
464
|
-
|
|
463
|
+
chartYaml?: string;
|
|
465
464
|
/**
|
|
466
|
-
*
|
|
465
|
+
* Raw values.yaml content from the Helm chart
|
|
467
466
|
*/
|
|
468
|
-
|
|
467
|
+
valuesYaml?: string;
|
|
469
468
|
/**
|
|
470
|
-
*
|
|
469
|
+
* JSON schema for values.yaml as a string
|
|
471
470
|
*/
|
|
472
|
-
|
|
471
|
+
valuesSchemaJson?: string;
|
|
472
|
+
};
|
|
473
|
+
export type MarketplaceListing = {
|
|
473
474
|
/**
|
|
474
|
-
*
|
|
475
|
+
* Name of the chart
|
|
475
476
|
*/
|
|
476
|
-
|
|
477
|
+
name: string;
|
|
477
478
|
/**
|
|
478
|
-
*
|
|
479
|
+
* Available versions of the chart
|
|
479
480
|
*/
|
|
480
|
-
|
|
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
|
-
*
|
|
483
|
+
* Version channels for the chart
|
|
570
484
|
*/
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
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
|
-
*
|
|
495
|
+
* Chart name from metadata
|
|
610
496
|
*/
|
|
611
|
-
|
|
497
|
+
name: string;
|
|
612
498
|
/**
|
|
613
|
-
*
|
|
499
|
+
* Chart version from metadata
|
|
614
500
|
*/
|
|
615
|
-
|
|
501
|
+
version: string;
|
|
616
502
|
/**
|
|
617
|
-
*
|
|
503
|
+
* Chart description
|
|
618
504
|
*/
|
|
619
505
|
description?: string;
|
|
620
506
|
/**
|
|
621
|
-
*
|
|
622
|
-
*/
|
|
623
|
-
startDate?: string;
|
|
624
|
-
/**
|
|
625
|
-
* End date of the invoice item
|
|
507
|
+
* Application version
|
|
626
508
|
*/
|
|
627
|
-
|
|
509
|
+
appVersion?: string;
|
|
628
510
|
/**
|
|
629
|
-
*
|
|
511
|
+
* Helm API version
|
|
630
512
|
*/
|
|
631
|
-
|
|
513
|
+
apiVersion?: string;
|
|
632
514
|
/**
|
|
633
|
-
*
|
|
515
|
+
* Chart keywords
|
|
634
516
|
*/
|
|
635
|
-
|
|
517
|
+
keywords?: Array<string>;
|
|
636
518
|
/**
|
|
637
|
-
*
|
|
519
|
+
* Chart home URL
|
|
638
520
|
*/
|
|
639
|
-
|
|
640
|
-
/**
|
|
641
|
-
* Quantity of the invoice item
|
|
642
|
-
*/
|
|
643
|
-
quantity?: number;
|
|
644
|
-
/**
|
|
645
|
-
* Details of the invoice item
|
|
646
|
-
*/
|
|
647
|
-
itemDetails?: string;
|
|
648
|
-
/**
|
|
649
|
-
* Effective date of the catalog
|
|
650
|
-
*/
|
|
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
|
-
*
|
|
523
|
+
* A URL to an SVG or PNG image to be used as an icon
|
|
693
524
|
*/
|
|
694
|
-
|
|
525
|
+
icon?: string;
|
|
695
526
|
/**
|
|
696
|
-
*
|
|
527
|
+
* Chart source URLs
|
|
697
528
|
*/
|
|
698
|
-
|
|
529
|
+
sources?: Array<string>;
|
|
699
530
|
/**
|
|
700
|
-
*
|
|
531
|
+
* Chart maintainers
|
|
701
532
|
*/
|
|
702
|
-
|
|
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,10 @@ export type Organization = {
|
|
|
782
622
|
*/
|
|
783
623
|
label: string;
|
|
784
624
|
}>;
|
|
625
|
+
/**
|
|
626
|
+
* Organization-level maximum CFCR storage volume in GB. -1 means no limit.
|
|
627
|
+
*/
|
|
628
|
+
cfcr_storage_gb: number;
|
|
785
629
|
};
|
|
786
630
|
/**
|
|
787
631
|
* Status of the organization. Can be `active` or `closed`, or `suspended`.
|
|
@@ -818,6 +662,453 @@ export type PaymentMethod = {
|
|
|
818
662
|
*/
|
|
819
663
|
brand: 'amex' | 'diners' | 'discover' | 'eftpos_au' | 'jcb' | 'mastercard' | 'unionpay' | 'visa' | 'unknown';
|
|
820
664
|
};
|
|
665
|
+
export type PlatformQuota = {
|
|
666
|
+
/**
|
|
667
|
+
* Maximum number of Basic clusters that can be created.
|
|
668
|
+
*/
|
|
669
|
+
basic_clusters_max: number;
|
|
670
|
+
/**
|
|
671
|
+
* Available number of Basic clusters that can be created.
|
|
672
|
+
*/
|
|
673
|
+
basic_clusters_available: number;
|
|
674
|
+
/**
|
|
675
|
+
* Maximum number of Pro clusters that can be created.
|
|
676
|
+
*/
|
|
677
|
+
pro_clusters_max: number;
|
|
678
|
+
/**
|
|
679
|
+
* Available number of Pro clusters that can be created.
|
|
680
|
+
*/
|
|
681
|
+
pro_clusters_available: number;
|
|
682
|
+
/**
|
|
683
|
+
* Maximum number of fleets that can be created per cluster.
|
|
684
|
+
*/
|
|
685
|
+
fleets_max: number;
|
|
686
|
+
/**
|
|
687
|
+
* List of Cloudfleet cluster tiers available for the organization.
|
|
688
|
+
*/
|
|
689
|
+
cluster_tiers: Array<string>;
|
|
690
|
+
/**
|
|
691
|
+
* List of Cloudfleet control plane regions available for the organization.
|
|
692
|
+
*/
|
|
693
|
+
regions: Array<string>;
|
|
694
|
+
/**
|
|
695
|
+
* List of CFKE control plane versions available for the organization.
|
|
696
|
+
*/
|
|
697
|
+
versions: Array<{
|
|
698
|
+
/**
|
|
699
|
+
* Id of the control plane version. Used in API calls.
|
|
700
|
+
*/
|
|
701
|
+
id: string;
|
|
702
|
+
/**
|
|
703
|
+
* Label of the control plane version. Used in frontent UI.
|
|
704
|
+
*/
|
|
705
|
+
label: string;
|
|
706
|
+
}>;
|
|
707
|
+
/**
|
|
708
|
+
* Organization-level maximum CFCR storage volume in GB. -1 means no limit.
|
|
709
|
+
*/
|
|
710
|
+
cfcr_storage_gb: number;
|
|
711
|
+
};
|
|
712
|
+
export type RegistryRepository = {
|
|
713
|
+
/**
|
|
714
|
+
* Repository name.
|
|
715
|
+
*/
|
|
716
|
+
name: string;
|
|
717
|
+
/**
|
|
718
|
+
* Registry region.
|
|
719
|
+
*/
|
|
720
|
+
region: string;
|
|
721
|
+
/**
|
|
722
|
+
* Full URI of the repository.
|
|
723
|
+
*/
|
|
724
|
+
uri: string;
|
|
725
|
+
};
|
|
726
|
+
export type RegistryRepositoryWithTags = {
|
|
727
|
+
/**
|
|
728
|
+
* Repository name.
|
|
729
|
+
*/
|
|
730
|
+
name: string;
|
|
731
|
+
/**
|
|
732
|
+
* Registry region.
|
|
733
|
+
*/
|
|
734
|
+
region: string;
|
|
735
|
+
/**
|
|
736
|
+
* Full URI of the repository.
|
|
737
|
+
*/
|
|
738
|
+
uri: string;
|
|
739
|
+
/**
|
|
740
|
+
* Array of tags in the repository.
|
|
741
|
+
*/
|
|
742
|
+
tags: Array<{
|
|
743
|
+
/**
|
|
744
|
+
* Tag name.
|
|
745
|
+
*/
|
|
746
|
+
name: string;
|
|
747
|
+
/**
|
|
748
|
+
* Size of the tag in bytes.
|
|
749
|
+
*/
|
|
750
|
+
size: number;
|
|
751
|
+
/**
|
|
752
|
+
* Media type of the manifest.
|
|
753
|
+
*/
|
|
754
|
+
mediaType?: string;
|
|
755
|
+
/**
|
|
756
|
+
* Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).
|
|
757
|
+
*/
|
|
758
|
+
platforms?: Array<string>;
|
|
759
|
+
}>;
|
|
760
|
+
/**
|
|
761
|
+
* Total size of all tags in the repository in bytes.
|
|
762
|
+
*/
|
|
763
|
+
totalSize: number;
|
|
764
|
+
};
|
|
765
|
+
export type RegistryTag = {
|
|
766
|
+
/**
|
|
767
|
+
* Tag name.
|
|
768
|
+
*/
|
|
769
|
+
name: string;
|
|
770
|
+
/**
|
|
771
|
+
* Manifest digest for pulling by digest.
|
|
772
|
+
*/
|
|
773
|
+
digest: string;
|
|
774
|
+
/**
|
|
775
|
+
* Media type of the manifest.
|
|
776
|
+
*/
|
|
777
|
+
mediaType?: string;
|
|
778
|
+
/**
|
|
779
|
+
* Manifest config metadata.
|
|
780
|
+
*/
|
|
781
|
+
config?: {
|
|
782
|
+
/**
|
|
783
|
+
* Size of the config in bytes.
|
|
784
|
+
*/
|
|
785
|
+
size: number;
|
|
786
|
+
};
|
|
787
|
+
/**
|
|
788
|
+
* Array of layer metadata.
|
|
789
|
+
*/
|
|
790
|
+
layers?: Array<{
|
|
791
|
+
/**
|
|
792
|
+
* Digest of the layer.
|
|
793
|
+
*/
|
|
794
|
+
digest?: string;
|
|
795
|
+
/**
|
|
796
|
+
* Size of the layer in bytes.
|
|
797
|
+
*/
|
|
798
|
+
size: number;
|
|
799
|
+
}>;
|
|
800
|
+
/**
|
|
801
|
+
* Array of manifests for multi-arch images.
|
|
802
|
+
*/
|
|
803
|
+
manifests?: Array<{
|
|
804
|
+
/**
|
|
805
|
+
* Digest of the manifest.
|
|
806
|
+
*/
|
|
807
|
+
digest: string;
|
|
808
|
+
/**
|
|
809
|
+
* Platform information for the manifest.
|
|
810
|
+
*/
|
|
811
|
+
platform?: {
|
|
812
|
+
/**
|
|
813
|
+
* Architecture of the platform.
|
|
814
|
+
*/
|
|
815
|
+
architecture: string;
|
|
816
|
+
/**
|
|
817
|
+
* Operating system of the platform.
|
|
818
|
+
*/
|
|
819
|
+
os: string;
|
|
820
|
+
/**
|
|
821
|
+
* Variant of the platform (e.g., v7, v8 for ARM).
|
|
822
|
+
*/
|
|
823
|
+
variant?: string;
|
|
824
|
+
};
|
|
825
|
+
/**
|
|
826
|
+
* Layers for this platform.
|
|
827
|
+
*/
|
|
828
|
+
layers?: Array<{
|
|
829
|
+
/**
|
|
830
|
+
* Digest of the layer.
|
|
831
|
+
*/
|
|
832
|
+
digest?: string;
|
|
833
|
+
/**
|
|
834
|
+
* Size of the layer in bytes.
|
|
835
|
+
*/
|
|
836
|
+
size: number;
|
|
837
|
+
}>;
|
|
838
|
+
/**
|
|
839
|
+
* Total size of this platform manifest in bytes.
|
|
840
|
+
*/
|
|
841
|
+
size?: number;
|
|
842
|
+
}>;
|
|
843
|
+
/**
|
|
844
|
+
* Total size of the tag in bytes.
|
|
845
|
+
*/
|
|
846
|
+
size: number;
|
|
847
|
+
/**
|
|
848
|
+
* Registry region.
|
|
849
|
+
*/
|
|
850
|
+
region: string;
|
|
851
|
+
/**
|
|
852
|
+
* Repository name.
|
|
853
|
+
*/
|
|
854
|
+
repository: string;
|
|
855
|
+
/**
|
|
856
|
+
* Full URI of the tag.
|
|
857
|
+
*/
|
|
858
|
+
uri: string;
|
|
859
|
+
};
|
|
860
|
+
export type TicketAttachment = {
|
|
861
|
+
/**
|
|
862
|
+
* Unique identifier of the attachment (Mongo ObjectId).
|
|
863
|
+
*/
|
|
864
|
+
id: string;
|
|
865
|
+
/**
|
|
866
|
+
* Original filename as uploaded.
|
|
867
|
+
*/
|
|
868
|
+
filename: string;
|
|
869
|
+
/**
|
|
870
|
+
* MIME content type of the attachment.
|
|
871
|
+
*/
|
|
872
|
+
content_type: string;
|
|
873
|
+
/**
|
|
874
|
+
* Size of the attachment in bytes.
|
|
875
|
+
*/
|
|
876
|
+
size: number;
|
|
877
|
+
};
|
|
878
|
+
export type TicketCreateInput = {
|
|
879
|
+
/**
|
|
880
|
+
* Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.
|
|
881
|
+
*/
|
|
882
|
+
category: 'billing' | 'technical' | 'general';
|
|
883
|
+
/**
|
|
884
|
+
* Initial message body in markdown. There is no separate subject — the first message body is the description.
|
|
885
|
+
*/
|
|
886
|
+
body: string;
|
|
887
|
+
/**
|
|
888
|
+
* Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).
|
|
889
|
+
*/
|
|
890
|
+
properties?: {
|
|
891
|
+
[key: string]: unknown;
|
|
892
|
+
};
|
|
893
|
+
};
|
|
894
|
+
export type TicketListResponse = {
|
|
895
|
+
/**
|
|
896
|
+
* Tickets for the organization, ordered newest first. Messages are omitted from list responses.
|
|
897
|
+
*/
|
|
898
|
+
items: Array<{
|
|
899
|
+
/**
|
|
900
|
+
* Unique identifier of the ticket (Mongo ObjectId).
|
|
901
|
+
*/
|
|
902
|
+
id: string;
|
|
903
|
+
/**
|
|
904
|
+
* Current state of the ticket.
|
|
905
|
+
*/
|
|
906
|
+
status: 'waiting_on_us' | 'waiting_on_user' | 'closed';
|
|
907
|
+
/**
|
|
908
|
+
* Ticket category.
|
|
909
|
+
*/
|
|
910
|
+
category: 'billing' | 'technical' | 'general';
|
|
911
|
+
/**
|
|
912
|
+
* First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.
|
|
913
|
+
*/
|
|
914
|
+
summary: string;
|
|
915
|
+
/**
|
|
916
|
+
* Closure timestamp. Null while the ticket is open.
|
|
917
|
+
*/
|
|
918
|
+
closed_at?: string;
|
|
919
|
+
/**
|
|
920
|
+
* Creation date of the ticket. ISO 8601 UTC.
|
|
921
|
+
*/
|
|
922
|
+
date_created: string;
|
|
923
|
+
/**
|
|
924
|
+
* Last update date of the ticket. ISO 8601 UTC.
|
|
925
|
+
*/
|
|
926
|
+
date_updated: string;
|
|
927
|
+
/**
|
|
928
|
+
* Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.
|
|
929
|
+
*/
|
|
930
|
+
messages?: Array<{
|
|
931
|
+
/**
|
|
932
|
+
* Unique identifier of the message (Mongo ObjectId).
|
|
933
|
+
*/
|
|
934
|
+
id: string;
|
|
935
|
+
/**
|
|
936
|
+
* Message type. Internal notes are filtered out of customer-facing responses.
|
|
937
|
+
*/
|
|
938
|
+
type: 'customer_reply' | 'agent_reply';
|
|
939
|
+
/**
|
|
940
|
+
* Message body in markdown.
|
|
941
|
+
*/
|
|
942
|
+
body: string;
|
|
943
|
+
/**
|
|
944
|
+
* First name of the author. Null when not provided.
|
|
945
|
+
*/
|
|
946
|
+
author_first_name?: string;
|
|
947
|
+
/**
|
|
948
|
+
* Last name of the author. Null when not provided.
|
|
949
|
+
*/
|
|
950
|
+
author_last_name?: string;
|
|
951
|
+
/**
|
|
952
|
+
* Attachments associated with this message.
|
|
953
|
+
*/
|
|
954
|
+
attachments?: Array<{
|
|
955
|
+
/**
|
|
956
|
+
* Unique identifier of the attachment (Mongo ObjectId).
|
|
957
|
+
*/
|
|
958
|
+
id: string;
|
|
959
|
+
/**
|
|
960
|
+
* Original filename as uploaded.
|
|
961
|
+
*/
|
|
962
|
+
filename: string;
|
|
963
|
+
/**
|
|
964
|
+
* MIME content type of the attachment.
|
|
965
|
+
*/
|
|
966
|
+
content_type: string;
|
|
967
|
+
/**
|
|
968
|
+
* Size of the attachment in bytes.
|
|
969
|
+
*/
|
|
970
|
+
size: number;
|
|
971
|
+
}>;
|
|
972
|
+
/**
|
|
973
|
+
* Creation date of the message. ISO 8601 UTC.
|
|
974
|
+
*/
|
|
975
|
+
date_created: string;
|
|
976
|
+
}>;
|
|
977
|
+
}>;
|
|
978
|
+
};
|
|
979
|
+
export type TicketMessageInput = {
|
|
980
|
+
/**
|
|
981
|
+
* Reply body in markdown.
|
|
982
|
+
*/
|
|
983
|
+
body: string;
|
|
984
|
+
};
|
|
985
|
+
export type TicketMessage = {
|
|
986
|
+
/**
|
|
987
|
+
* Unique identifier of the message (Mongo ObjectId).
|
|
988
|
+
*/
|
|
989
|
+
id: string;
|
|
990
|
+
/**
|
|
991
|
+
* Message type. Internal notes are filtered out of customer-facing responses.
|
|
992
|
+
*/
|
|
993
|
+
type: 'customer_reply' | 'agent_reply';
|
|
994
|
+
/**
|
|
995
|
+
* Message body in markdown.
|
|
996
|
+
*/
|
|
997
|
+
body: string;
|
|
998
|
+
/**
|
|
999
|
+
* First name of the author. Null when not provided.
|
|
1000
|
+
*/
|
|
1001
|
+
author_first_name?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* Last name of the author. Null when not provided.
|
|
1004
|
+
*/
|
|
1005
|
+
author_last_name?: string;
|
|
1006
|
+
/**
|
|
1007
|
+
* Attachments associated with this message.
|
|
1008
|
+
*/
|
|
1009
|
+
attachments?: Array<{
|
|
1010
|
+
/**
|
|
1011
|
+
* Unique identifier of the attachment (Mongo ObjectId).
|
|
1012
|
+
*/
|
|
1013
|
+
id: string;
|
|
1014
|
+
/**
|
|
1015
|
+
* Original filename as uploaded.
|
|
1016
|
+
*/
|
|
1017
|
+
filename: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* MIME content type of the attachment.
|
|
1020
|
+
*/
|
|
1021
|
+
content_type: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* Size of the attachment in bytes.
|
|
1024
|
+
*/
|
|
1025
|
+
size: number;
|
|
1026
|
+
}>;
|
|
1027
|
+
/**
|
|
1028
|
+
* Creation date of the message. ISO 8601 UTC.
|
|
1029
|
+
*/
|
|
1030
|
+
date_created: string;
|
|
1031
|
+
};
|
|
1032
|
+
export type Ticket = {
|
|
1033
|
+
/**
|
|
1034
|
+
* Unique identifier of the ticket (Mongo ObjectId).
|
|
1035
|
+
*/
|
|
1036
|
+
id: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Current state of the ticket.
|
|
1039
|
+
*/
|
|
1040
|
+
status: 'waiting_on_us' | 'waiting_on_user' | 'closed';
|
|
1041
|
+
/**
|
|
1042
|
+
* Ticket category.
|
|
1043
|
+
*/
|
|
1044
|
+
category: 'billing' | 'technical' | 'general';
|
|
1045
|
+
/**
|
|
1046
|
+
* First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.
|
|
1047
|
+
*/
|
|
1048
|
+
summary: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* Closure timestamp. Null while the ticket is open.
|
|
1051
|
+
*/
|
|
1052
|
+
closed_at?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* Creation date of the ticket. ISO 8601 UTC.
|
|
1055
|
+
*/
|
|
1056
|
+
date_created: string;
|
|
1057
|
+
/**
|
|
1058
|
+
* Last update date of the ticket. ISO 8601 UTC.
|
|
1059
|
+
*/
|
|
1060
|
+
date_updated: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.
|
|
1063
|
+
*/
|
|
1064
|
+
messages?: Array<{
|
|
1065
|
+
/**
|
|
1066
|
+
* Unique identifier of the message (Mongo ObjectId).
|
|
1067
|
+
*/
|
|
1068
|
+
id: string;
|
|
1069
|
+
/**
|
|
1070
|
+
* Message type. Internal notes are filtered out of customer-facing responses.
|
|
1071
|
+
*/
|
|
1072
|
+
type: 'customer_reply' | 'agent_reply';
|
|
1073
|
+
/**
|
|
1074
|
+
* Message body in markdown.
|
|
1075
|
+
*/
|
|
1076
|
+
body: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* First name of the author. Null when not provided.
|
|
1079
|
+
*/
|
|
1080
|
+
author_first_name?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Last name of the author. Null when not provided.
|
|
1083
|
+
*/
|
|
1084
|
+
author_last_name?: string;
|
|
1085
|
+
/**
|
|
1086
|
+
* Attachments associated with this message.
|
|
1087
|
+
*/
|
|
1088
|
+
attachments?: Array<{
|
|
1089
|
+
/**
|
|
1090
|
+
* Unique identifier of the attachment (Mongo ObjectId).
|
|
1091
|
+
*/
|
|
1092
|
+
id: string;
|
|
1093
|
+
/**
|
|
1094
|
+
* Original filename as uploaded.
|
|
1095
|
+
*/
|
|
1096
|
+
filename: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* MIME content type of the attachment.
|
|
1099
|
+
*/
|
|
1100
|
+
content_type: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* Size of the attachment in bytes.
|
|
1103
|
+
*/
|
|
1104
|
+
size: number;
|
|
1105
|
+
}>;
|
|
1106
|
+
/**
|
|
1107
|
+
* Creation date of the message. ISO 8601 UTC.
|
|
1108
|
+
*/
|
|
1109
|
+
date_created: string;
|
|
1110
|
+
}>;
|
|
1111
|
+
};
|
|
821
1112
|
export type TokenCreateInput = {
|
|
822
1113
|
/**
|
|
823
1114
|
* Human readable access token name.
|
|
@@ -860,35 +1151,85 @@ export type TokenUpdateInput = {
|
|
|
860
1151
|
*/
|
|
861
1152
|
role?: 'Administrator' | 'User';
|
|
862
1153
|
};
|
|
1154
|
+
export type UsageFacets = {
|
|
1155
|
+
/**
|
|
1156
|
+
* List of unique cluster IDs
|
|
1157
|
+
*/
|
|
1158
|
+
cluster_id?: Array<string>;
|
|
1159
|
+
/**
|
|
1160
|
+
* List of unique products
|
|
1161
|
+
*/
|
|
1162
|
+
product?: Array<string>;
|
|
1163
|
+
};
|
|
1164
|
+
export type UsageResponse = {
|
|
1165
|
+
/**
|
|
1166
|
+
* Usage data
|
|
1167
|
+
*/
|
|
1168
|
+
data: Array<{
|
|
1169
|
+
/**
|
|
1170
|
+
* Hour of the usage
|
|
1171
|
+
*/
|
|
1172
|
+
hour: string;
|
|
1173
|
+
/**
|
|
1174
|
+
* Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
|
|
1175
|
+
*/
|
|
1176
|
+
cluster_id: string;
|
|
1177
|
+
/**
|
|
1178
|
+
* The product the usage is associated with
|
|
1179
|
+
*/
|
|
1180
|
+
product: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* Consumption
|
|
1183
|
+
*/
|
|
1184
|
+
value: number;
|
|
1185
|
+
/**
|
|
1186
|
+
* Price per unit
|
|
1187
|
+
*/
|
|
1188
|
+
price: number;
|
|
1189
|
+
/**
|
|
1190
|
+
* Total cost
|
|
1191
|
+
*/
|
|
1192
|
+
total: number;
|
|
1193
|
+
}>;
|
|
1194
|
+
/**
|
|
1195
|
+
* Facets for filtering
|
|
1196
|
+
*/
|
|
1197
|
+
facets: {
|
|
1198
|
+
/**
|
|
1199
|
+
* List of unique cluster IDs
|
|
1200
|
+
*/
|
|
1201
|
+
cluster_id?: Array<string>;
|
|
1202
|
+
/**
|
|
1203
|
+
* List of unique products
|
|
1204
|
+
*/
|
|
1205
|
+
product?: Array<string>;
|
|
1206
|
+
};
|
|
1207
|
+
};
|
|
863
1208
|
export type Usage = {
|
|
864
1209
|
/**
|
|
865
1210
|
* Hour of the usage
|
|
866
1211
|
*/
|
|
867
|
-
hour
|
|
1212
|
+
hour: string;
|
|
868
1213
|
/**
|
|
869
1214
|
* Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
|
|
870
1215
|
*/
|
|
871
1216
|
cluster_id: string;
|
|
872
1217
|
/**
|
|
873
|
-
*
|
|
1218
|
+
* The product the usage is associated with
|
|
874
1219
|
*/
|
|
875
|
-
|
|
1220
|
+
product: string;
|
|
876
1221
|
/**
|
|
877
|
-
*
|
|
1222
|
+
* Consumption
|
|
878
1223
|
*/
|
|
879
|
-
|
|
1224
|
+
value: number;
|
|
880
1225
|
/**
|
|
881
|
-
*
|
|
1226
|
+
* Price per unit
|
|
882
1227
|
*/
|
|
883
|
-
|
|
1228
|
+
price: number;
|
|
884
1229
|
/**
|
|
885
|
-
*
|
|
1230
|
+
* Total cost
|
|
886
1231
|
*/
|
|
887
|
-
|
|
888
|
-
cpu: number | '';
|
|
889
|
-
price: number | '';
|
|
890
|
-
value: number | '';
|
|
891
|
-
total: number | '';
|
|
1232
|
+
total: number;
|
|
892
1233
|
};
|
|
893
1234
|
export type UserCreateInput = {
|
|
894
1235
|
/**
|
|
@@ -975,7 +1316,12 @@ export type UserUpdateInput = {
|
|
|
975
1316
|
export type GetUsageData = {
|
|
976
1317
|
body?: never;
|
|
977
1318
|
path?: never;
|
|
978
|
-
query?:
|
|
1319
|
+
query?: {
|
|
1320
|
+
/**
|
|
1321
|
+
* 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)
|
|
1322
|
+
*/
|
|
1323
|
+
granularity?: 'hourly' | 'daily' | 'monthly';
|
|
1324
|
+
};
|
|
979
1325
|
url: '/billing/usage';
|
|
980
1326
|
};
|
|
981
1327
|
export type GetUsageErrors = {
|
|
@@ -986,24 +1332,11 @@ export type GetUsageErrors = {
|
|
|
986
1332
|
};
|
|
987
1333
|
export type GetUsageResponses = {
|
|
988
1334
|
/**
|
|
989
|
-
*
|
|
1335
|
+
* Usage data with facets for filtering
|
|
990
1336
|
*/
|
|
991
|
-
200:
|
|
1337
|
+
200: UsageResponse;
|
|
992
1338
|
};
|
|
993
1339
|
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
1340
|
export type GetPaymentMethodData = {
|
|
1008
1341
|
body?: never;
|
|
1009
1342
|
path?: never;
|
|
@@ -1045,16 +1378,7 @@ export type GetPaymentMethodSecretResponse = GetPaymentMethodSecretResponses[key
|
|
|
1045
1378
|
export type ListInvoicesData = {
|
|
1046
1379
|
body?: never;
|
|
1047
1380
|
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
|
-
};
|
|
1381
|
+
query?: never;
|
|
1058
1382
|
url: '/billing/invoices';
|
|
1059
1383
|
};
|
|
1060
1384
|
export type ListInvoicesErrors = {
|
|
@@ -1070,26 +1394,6 @@ export type ListInvoicesResponses = {
|
|
|
1070
1394
|
200: Array<Invoice>;
|
|
1071
1395
|
};
|
|
1072
1396
|
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
1397
|
export type GetContactData = {
|
|
1094
1398
|
body?: never;
|
|
1095
1399
|
path?: never;
|
|
@@ -1619,24 +1923,76 @@ export type ListMarketplaceChartsResponses = {
|
|
|
1619
1923
|
200: Array<MarketplaceListing>;
|
|
1620
1924
|
};
|
|
1621
1925
|
export type ListMarketplaceChartsResponse = ListMarketplaceChartsResponses[keyof ListMarketplaceChartsResponses];
|
|
1622
|
-
export type
|
|
1926
|
+
export type GetMarketplaceChartFilesData = {
|
|
1623
1927
|
body?: never;
|
|
1624
1928
|
path: {
|
|
1625
1929
|
/**
|
|
1626
|
-
*
|
|
1930
|
+
* Name of the chart in the marketplace.
|
|
1931
|
+
*/
|
|
1932
|
+
chart_name: string;
|
|
1933
|
+
/**
|
|
1934
|
+
* 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).
|
|
1935
|
+
*/
|
|
1936
|
+
version_channel: string;
|
|
1937
|
+
};
|
|
1938
|
+
query?: never;
|
|
1939
|
+
url: '/marketplace/{chart_name}/files/{version_channel}';
|
|
1940
|
+
};
|
|
1941
|
+
export type GetMarketplaceChartFilesErrors = {
|
|
1942
|
+
/**
|
|
1943
|
+
* Chart not found or no version matches the channel
|
|
1944
|
+
*/
|
|
1945
|
+
404: unknown;
|
|
1946
|
+
};
|
|
1947
|
+
export type GetMarketplaceChartFilesResponses = {
|
|
1948
|
+
/**
|
|
1949
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
1950
|
+
*/
|
|
1951
|
+
200: MarketplaceListingFiles;
|
|
1952
|
+
};
|
|
1953
|
+
export type GetMarketplaceChartFilesResponse = GetMarketplaceChartFilesResponses[keyof GetMarketplaceChartFilesResponses];
|
|
1954
|
+
export type PostMcpData = {
|
|
1955
|
+
/**
|
|
1956
|
+
* JSON-RPC 2.0 request payload
|
|
1957
|
+
*/
|
|
1958
|
+
body: {
|
|
1959
|
+
jsonrpc?: string;
|
|
1960
|
+
method?: string;
|
|
1961
|
+
id?: string | number;
|
|
1962
|
+
/**
|
|
1963
|
+
* Method-specific parameters
|
|
1627
1964
|
*/
|
|
1628
|
-
|
|
1965
|
+
params?: {
|
|
1966
|
+
[key: string]: unknown;
|
|
1967
|
+
};
|
|
1629
1968
|
};
|
|
1969
|
+
path?: never;
|
|
1630
1970
|
query?: never;
|
|
1631
|
-
url: '/
|
|
1971
|
+
url: '/mcp';
|
|
1972
|
+
};
|
|
1973
|
+
export type PostMcpErrors = {
|
|
1974
|
+
/**
|
|
1975
|
+
* Not authenticated
|
|
1976
|
+
*/
|
|
1977
|
+
401: unknown;
|
|
1632
1978
|
};
|
|
1633
|
-
export type
|
|
1979
|
+
export type PostMcpResponses = {
|
|
1634
1980
|
/**
|
|
1635
|
-
*
|
|
1981
|
+
* JSON-RPC 2.0 success or error response
|
|
1636
1982
|
*/
|
|
1637
|
-
200:
|
|
1983
|
+
200: {
|
|
1984
|
+
jsonrpc?: string;
|
|
1985
|
+
id?: string | number;
|
|
1986
|
+
result?: {
|
|
1987
|
+
[key: string]: unknown;
|
|
1988
|
+
};
|
|
1989
|
+
error?: {
|
|
1990
|
+
code?: number;
|
|
1991
|
+
message?: string;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1638
1994
|
};
|
|
1639
|
-
export type
|
|
1995
|
+
export type PostMcpResponse = PostMcpResponses[keyof PostMcpResponses];
|
|
1640
1996
|
export type GetOrganizationData = {
|
|
1641
1997
|
body?: never;
|
|
1642
1998
|
path?: never;
|
|
@@ -1662,6 +2018,249 @@ export type CreateOrganizationResponses = {
|
|
|
1662
2018
|
*/
|
|
1663
2019
|
200: unknown;
|
|
1664
2020
|
};
|
|
2021
|
+
export type ListRepositoriesData = {
|
|
2022
|
+
body?: never;
|
|
2023
|
+
path?: never;
|
|
2024
|
+
query?: never;
|
|
2025
|
+
url: '/registry';
|
|
2026
|
+
};
|
|
2027
|
+
export type ListRepositoriesErrors = {
|
|
2028
|
+
/**
|
|
2029
|
+
* Not authenticated
|
|
2030
|
+
*/
|
|
2031
|
+
401: unknown;
|
|
2032
|
+
/**
|
|
2033
|
+
* Internal server error
|
|
2034
|
+
*/
|
|
2035
|
+
500: unknown;
|
|
2036
|
+
};
|
|
2037
|
+
export type ListRepositoriesResponses = {
|
|
2038
|
+
/**
|
|
2039
|
+
* List of repositories
|
|
2040
|
+
*/
|
|
2041
|
+
200: Array<RegistryRepository>;
|
|
2042
|
+
};
|
|
2043
|
+
export type ListRepositoriesResponse = ListRepositoriesResponses[keyof ListRepositoriesResponses];
|
|
2044
|
+
export type ListTagsData = {
|
|
2045
|
+
body?: never;
|
|
2046
|
+
path: {
|
|
2047
|
+
/**
|
|
2048
|
+
* Region where the repository is located
|
|
2049
|
+
*/
|
|
2050
|
+
region: string;
|
|
2051
|
+
/**
|
|
2052
|
+
* Name of the repository
|
|
2053
|
+
*/
|
|
2054
|
+
repository: string;
|
|
2055
|
+
};
|
|
2056
|
+
query?: never;
|
|
2057
|
+
url: '/registry/{region}/{repository}';
|
|
2058
|
+
};
|
|
2059
|
+
export type ListTagsErrors = {
|
|
2060
|
+
/**
|
|
2061
|
+
* Not authenticated
|
|
2062
|
+
*/
|
|
2063
|
+
401: unknown;
|
|
2064
|
+
/**
|
|
2065
|
+
* Repository not found
|
|
2066
|
+
*/
|
|
2067
|
+
404: unknown;
|
|
2068
|
+
/**
|
|
2069
|
+
* Internal server error
|
|
2070
|
+
*/
|
|
2071
|
+
500: unknown;
|
|
2072
|
+
};
|
|
2073
|
+
export type ListTagsResponses = {
|
|
2074
|
+
/**
|
|
2075
|
+
* Repository with tags
|
|
2076
|
+
*/
|
|
2077
|
+
200: RegistryRepositoryWithTags;
|
|
2078
|
+
};
|
|
2079
|
+
export type ListTagsResponse = ListTagsResponses[keyof ListTagsResponses];
|
|
2080
|
+
export type DeleteTagData = {
|
|
2081
|
+
body?: never;
|
|
2082
|
+
path: {
|
|
2083
|
+
/**
|
|
2084
|
+
* Region where the repository is located
|
|
2085
|
+
*/
|
|
2086
|
+
region: string;
|
|
2087
|
+
/**
|
|
2088
|
+
* Name of the repository
|
|
2089
|
+
*/
|
|
2090
|
+
repository: string;
|
|
2091
|
+
/**
|
|
2092
|
+
* Name of the tag
|
|
2093
|
+
*/
|
|
2094
|
+
tag: string;
|
|
2095
|
+
};
|
|
2096
|
+
query?: never;
|
|
2097
|
+
url: '/registry/{region}/{repository}/{tag}';
|
|
2098
|
+
};
|
|
2099
|
+
export type DeleteTagErrors = {
|
|
2100
|
+
/**
|
|
2101
|
+
* Not authenticated
|
|
2102
|
+
*/
|
|
2103
|
+
401: unknown;
|
|
2104
|
+
/**
|
|
2105
|
+
* Tag not found
|
|
2106
|
+
*/
|
|
2107
|
+
404: unknown;
|
|
2108
|
+
/**
|
|
2109
|
+
* Internal server error
|
|
2110
|
+
*/
|
|
2111
|
+
500: unknown;
|
|
2112
|
+
};
|
|
2113
|
+
export type DeleteTagResponses = {
|
|
2114
|
+
/**
|
|
2115
|
+
* Tag successfully deleted
|
|
2116
|
+
*/
|
|
2117
|
+
200: unknown;
|
|
2118
|
+
};
|
|
2119
|
+
export type GetTagData = {
|
|
2120
|
+
body?: never;
|
|
2121
|
+
path: {
|
|
2122
|
+
/**
|
|
2123
|
+
* Region where the repository is located
|
|
2124
|
+
*/
|
|
2125
|
+
region: string;
|
|
2126
|
+
/**
|
|
2127
|
+
* Name of the repository
|
|
2128
|
+
*/
|
|
2129
|
+
repository: string;
|
|
2130
|
+
/**
|
|
2131
|
+
* Name of the tag
|
|
2132
|
+
*/
|
|
2133
|
+
tag: string;
|
|
2134
|
+
};
|
|
2135
|
+
query?: never;
|
|
2136
|
+
url: '/registry/{region}/{repository}/{tag}';
|
|
2137
|
+
};
|
|
2138
|
+
export type GetTagErrors = {
|
|
2139
|
+
/**
|
|
2140
|
+
* Not authenticated
|
|
2141
|
+
*/
|
|
2142
|
+
401: unknown;
|
|
2143
|
+
/**
|
|
2144
|
+
* Tag not found
|
|
2145
|
+
*/
|
|
2146
|
+
404: unknown;
|
|
2147
|
+
/**
|
|
2148
|
+
* Internal server error
|
|
2149
|
+
*/
|
|
2150
|
+
500: unknown;
|
|
2151
|
+
};
|
|
2152
|
+
export type GetTagResponses = {
|
|
2153
|
+
/**
|
|
2154
|
+
* Tag details
|
|
2155
|
+
*/
|
|
2156
|
+
200: RegistryTag;
|
|
2157
|
+
};
|
|
2158
|
+
export type GetTagResponse = GetTagResponses[keyof GetTagResponses];
|
|
2159
|
+
export type ListTicketsData = {
|
|
2160
|
+
body?: never;
|
|
2161
|
+
path?: never;
|
|
2162
|
+
query?: never;
|
|
2163
|
+
url: '/tickets';
|
|
2164
|
+
};
|
|
2165
|
+
export type ListTicketsResponses = {
|
|
2166
|
+
/**
|
|
2167
|
+
* Tickets for the organization.
|
|
2168
|
+
*/
|
|
2169
|
+
200: TicketListResponse;
|
|
2170
|
+
};
|
|
2171
|
+
export type ListTicketsResponse = ListTicketsResponses[keyof ListTicketsResponses];
|
|
2172
|
+
export type CreateTicketData = {
|
|
2173
|
+
body: {
|
|
2174
|
+
/**
|
|
2175
|
+
* JSON-encoded TicketCreateInput.
|
|
2176
|
+
*/
|
|
2177
|
+
payload?: string;
|
|
2178
|
+
attachments?: Array<Blob | File>;
|
|
2179
|
+
};
|
|
2180
|
+
path?: never;
|
|
2181
|
+
query?: never;
|
|
2182
|
+
url: '/tickets';
|
|
2183
|
+
};
|
|
2184
|
+
export type CreateTicketResponses = {
|
|
2185
|
+
/**
|
|
2186
|
+
* Ticket created.
|
|
2187
|
+
*/
|
|
2188
|
+
200: Ticket;
|
|
2189
|
+
};
|
|
2190
|
+
export type CreateTicketResponse = CreateTicketResponses[keyof CreateTicketResponses];
|
|
2191
|
+
export type CloseTicketData = {
|
|
2192
|
+
body?: never;
|
|
2193
|
+
path: {
|
|
2194
|
+
ticket_id: string;
|
|
2195
|
+
};
|
|
2196
|
+
query?: never;
|
|
2197
|
+
url: '/tickets/{ticket_id}';
|
|
2198
|
+
};
|
|
2199
|
+
export type CloseTicketResponses = {
|
|
2200
|
+
/**
|
|
2201
|
+
* Ticket closed.
|
|
2202
|
+
*/
|
|
2203
|
+
200: Ticket;
|
|
2204
|
+
};
|
|
2205
|
+
export type CloseTicketResponse = CloseTicketResponses[keyof CloseTicketResponses];
|
|
2206
|
+
export type GetTicketData = {
|
|
2207
|
+
body?: never;
|
|
2208
|
+
path: {
|
|
2209
|
+
ticket_id: string;
|
|
2210
|
+
};
|
|
2211
|
+
query?: never;
|
|
2212
|
+
url: '/tickets/{ticket_id}';
|
|
2213
|
+
};
|
|
2214
|
+
export type GetTicketResponses = {
|
|
2215
|
+
/**
|
|
2216
|
+
* Ticket with messages (internal notes excluded).
|
|
2217
|
+
*/
|
|
2218
|
+
200: Ticket;
|
|
2219
|
+
};
|
|
2220
|
+
export type GetTicketResponse = GetTicketResponses[keyof GetTicketResponses];
|
|
2221
|
+
export type ReplyTicketData = {
|
|
2222
|
+
body: {
|
|
2223
|
+
/**
|
|
2224
|
+
* JSON-encoded TicketMessageInput.
|
|
2225
|
+
*/
|
|
2226
|
+
payload?: string;
|
|
2227
|
+
attachments?: Array<Blob | File>;
|
|
2228
|
+
};
|
|
2229
|
+
path: {
|
|
2230
|
+
ticket_id: string;
|
|
2231
|
+
};
|
|
2232
|
+
query?: never;
|
|
2233
|
+
url: '/tickets/{ticket_id}/messages';
|
|
2234
|
+
};
|
|
2235
|
+
export type ReplyTicketErrors = {
|
|
2236
|
+
/**
|
|
2237
|
+
* Ticket is closed. Open a new ticket instead.
|
|
2238
|
+
*/
|
|
2239
|
+
409: unknown;
|
|
2240
|
+
};
|
|
2241
|
+
export type ReplyTicketResponses = {
|
|
2242
|
+
/**
|
|
2243
|
+
* Reply appended.
|
|
2244
|
+
*/
|
|
2245
|
+
200: TicketMessage;
|
|
2246
|
+
};
|
|
2247
|
+
export type ReplyTicketResponse = ReplyTicketResponses[keyof ReplyTicketResponses];
|
|
2248
|
+
export type GetTicketAttachmentData = {
|
|
2249
|
+
body?: never;
|
|
2250
|
+
path: {
|
|
2251
|
+
ticket_id: string;
|
|
2252
|
+
attachment_id: string;
|
|
2253
|
+
};
|
|
2254
|
+
query?: never;
|
|
2255
|
+
url: '/tickets/{ticket_id}/attachments/{attachment_id}';
|
|
2256
|
+
};
|
|
2257
|
+
export type GetTicketAttachmentResponses = {
|
|
2258
|
+
/**
|
|
2259
|
+
* Attachment binary stream.
|
|
2260
|
+
*/
|
|
2261
|
+
200: Blob | File;
|
|
2262
|
+
};
|
|
2263
|
+
export type GetTicketAttachmentResponse = GetTicketAttachmentResponses[keyof GetTicketAttachmentResponses];
|
|
1665
2264
|
export type ListTokensData = {
|
|
1666
2265
|
body?: never;
|
|
1667
2266
|
path?: never;
|
|
@@ -1918,7 +2517,4 @@ export type UpdateUserResponses = {
|
|
|
1918
2517
|
200: User;
|
|
1919
2518
|
};
|
|
1920
2519
|
export type UpdateUserResponse = UpdateUserResponses[keyof UpdateUserResponses];
|
|
1921
|
-
export type ClientOptions = {
|
|
1922
|
-
baseUrl: 'https://api.cloudfleet.ai/v1' | (string & {});
|
|
1923
|
-
};
|
|
1924
2520
|
//# sourceMappingURL=types.gen.d.ts.map
|