@cloudfleet/sdk 0.0.1-f1d40ff → 0.0.1-f367cfd
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 +1156 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1148 -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} +21 -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} +21 -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 +1212 -558
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2507 -652
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +137 -20
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +226 -164
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1029 -334
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3453 -3572
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1162 -1037
- 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 -144
- 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/schemas.gen.d.ts
CHANGED
|
@@ -57,15 +57,10 @@ export declare const BillingContactSchema: {
|
|
|
57
57
|
readonly description: "Email address used for billing as a string.";
|
|
58
58
|
readonly example: "email@example.com";
|
|
59
59
|
};
|
|
60
|
-
readonly
|
|
61
|
-
readonly type: "string";
|
|
62
|
-
readonly description: "First name of the billing contact person.";
|
|
63
|
-
readonly example: "John";
|
|
64
|
-
};
|
|
65
|
-
readonly last_name: {
|
|
60
|
+
readonly individual_name: {
|
|
66
61
|
readonly type: "string";
|
|
67
|
-
readonly description: "
|
|
68
|
-
readonly example: "Doe";
|
|
62
|
+
readonly description: "Name of the billing contact person.";
|
|
63
|
+
readonly example: "John Doe";
|
|
69
64
|
};
|
|
70
65
|
readonly tax_id: {
|
|
71
66
|
readonly type: "string";
|
|
@@ -81,7 +76,7 @@ export declare const BillingContactSchema: {
|
|
|
81
76
|
readonly enum: readonly ["ad_nrt", "ae_trn", "al_tin", "am_tin", "ao_tin", "ar_cuit", "at_vat", "au_abn", "au_arn", "ba_tin", "bb_tin", "be_vat", "bg_uic", "bg_vat", "bh_vat", "bo_tin", "br_cnpj", "br_cpf", "bs_tin", "by_tin", "ca_bn", "ca_gst_hst", "ca_pst_bc", "ca_pst_mb", "ca_pst_sk", "ca_qst", "cd_nif", "ch_uid", "ch_vat", "cl_tin", "cn_tin", "co_nit", "cr_tin", "cy_vat", "cz_vat", "de_stn", "de_vat", "dk_vat", "do_rcn", "ec_ruc", "ee_vat", "eg_tin", "es_cif", "es_vat", "eu_oss_vat", "fi_vat", "fr_vat", "gb_vat", "ge_vat", "gn_nif", "gr_vat", "hk_br", "hr_oib", "hr_vat", "hu_tin", "hu_vat", "id_npwp", "ie_vat", "il_vat", "in_gst", "is_vat", "it_vat", "jp_cn", "jp_rn", "jp_trn", "ke_pin", "kh_tin", "kr_brn", "kz_bin", "li_uid", "li_vat", "lt_vat", "lu_vat", "lv_vat", "ma_vat", "md_vat", "me_pib", "mk_vat", "mr_nif", "mt_vat", "mx_rfc", "my_frp", "my_itn", "my_sst", "ng_tin", "nl_vat", "no_vat", "no_voec", "np_pan", "nz_gst", "om_vat", "pe_ruc", "ph_tin", "pl_vat", "pt_vat", "ro_tin", "ro_vat", "rs_pib", "ru_inn", "ru_kpp", "sa_vat", "se_vat", "sg_gst", "sg_uen", "si_tin", "si_vat", "sk_vat", "sn_ninea", "sr_fin", "sv_nit", "th_vat", "tj_tin", "tr_tin", "tw_vat", "tz_vat", "ua_vat", "ug_tin", "us_ein", "uy_ruc", "uz_tin", "uz_vat", "ve_rif", "vn_tin", "xi_vat", "za_vat", "zm_tin", "zw_tin", ""];
|
|
82
77
|
};
|
|
83
78
|
};
|
|
84
|
-
readonly required: readonly ["email", "
|
|
79
|
+
readonly required: readonly ["email", "individual_name"];
|
|
85
80
|
readonly additionalProperties: false;
|
|
86
81
|
};
|
|
87
82
|
export declare const BillingCreditsSchema: {
|
|
@@ -92,10 +87,22 @@ export declare const BillingCreditsSchema: {
|
|
|
92
87
|
readonly description: "Generated unique identifier of the promotional code.";
|
|
93
88
|
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
94
89
|
};
|
|
95
|
-
readonly
|
|
90
|
+
readonly type: {
|
|
91
|
+
readonly type: "string";
|
|
92
|
+
readonly description: "Type of the promotional code.";
|
|
93
|
+
readonly example: "credit";
|
|
94
|
+
readonly enum: readonly ["credit", "discount"];
|
|
95
|
+
};
|
|
96
|
+
readonly date_start: {
|
|
97
|
+
readonly type: "string";
|
|
98
|
+
readonly format: "date-time";
|
|
99
|
+
readonly description: "Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.";
|
|
100
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
101
|
+
};
|
|
102
|
+
readonly date_end: {
|
|
96
103
|
readonly type: "string";
|
|
97
104
|
readonly format: "date-time";
|
|
98
|
-
readonly description: "
|
|
105
|
+
readonly description: "Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.";
|
|
99
106
|
readonly example: "2023-12-20T13:53:32.000Z";
|
|
100
107
|
};
|
|
101
108
|
readonly code: {
|
|
@@ -108,40 +115,20 @@ export declare const BillingCreditsSchema: {
|
|
|
108
115
|
readonly description: "Description of the promotional code.";
|
|
109
116
|
readonly example: "10% off on all products";
|
|
110
117
|
};
|
|
111
|
-
readonly
|
|
112
|
-
readonly type: "array";
|
|
113
|
-
readonly items: {
|
|
114
|
-
readonly type: "string";
|
|
115
|
-
};
|
|
116
|
-
readonly description: "List of product SKUs that the promotional code can be used on.";
|
|
117
|
-
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes", "infra_compute", "infra_storage", "infra_loadbalancing", "infra_traffic", "cfcr_storage"];
|
|
118
|
-
};
|
|
119
|
-
readonly type: {
|
|
120
|
-
readonly type: "string";
|
|
121
|
-
readonly description: "Type of the promotional code.";
|
|
122
|
-
readonly example: "credit";
|
|
123
|
-
readonly enum: readonly ["credit", "discount"];
|
|
124
|
-
};
|
|
125
|
-
readonly value: {
|
|
118
|
+
readonly value_total: {
|
|
126
119
|
readonly type: "number";
|
|
127
120
|
readonly format: "float";
|
|
128
|
-
readonly description: "
|
|
121
|
+
readonly description: "Total value of the promotional code.";
|
|
129
122
|
readonly example: 10;
|
|
130
123
|
};
|
|
131
|
-
readonly billing_period: {
|
|
132
|
-
readonly type: "string";
|
|
133
|
-
readonly format: "date-time";
|
|
134
|
-
readonly description: "Date of the billing cycle. An ISO 8601 date string in the UTC timezone.";
|
|
135
|
-
readonly example: "2023-12-20T13:53:32.000Z";
|
|
136
|
-
};
|
|
137
124
|
readonly value_remaining: {
|
|
138
125
|
readonly type: "number";
|
|
139
126
|
readonly format: "float";
|
|
140
|
-
readonly description: "
|
|
141
|
-
readonly example:
|
|
127
|
+
readonly description: "Remaining value of the promotional code.";
|
|
128
|
+
readonly example: 8;
|
|
142
129
|
};
|
|
143
130
|
};
|
|
144
|
-
readonly required: readonly ["
|
|
131
|
+
readonly required: readonly ["type", "date_start", "code", "value_total"];
|
|
145
132
|
readonly additionalProperties: false;
|
|
146
133
|
};
|
|
147
134
|
export declare const ChartCreateInputSchema: {
|
|
@@ -288,17 +275,18 @@ export declare const ClusterCreateInputSchema: {
|
|
|
288
275
|
};
|
|
289
276
|
readonly region: {
|
|
290
277
|
readonly type: "string";
|
|
291
|
-
readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
|
|
292
|
-
readonly default: "staging";
|
|
293
|
-
readonly example: "northamerica-central-
|
|
294
|
-
readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
|
|
278
|
+
readonly description: "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.";
|
|
279
|
+
readonly default: "staging-1a";
|
|
280
|
+
readonly example: "northamerica-central-1a";
|
|
281
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
295
282
|
};
|
|
296
283
|
readonly version_channel: {
|
|
297
284
|
readonly type: "string";
|
|
298
285
|
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
299
286
|
readonly description: "Version of the kubernetes cluster.";
|
|
300
287
|
readonly default: "1.x.x-cfke.x";
|
|
301
|
-
readonly example: "1.
|
|
288
|
+
readonly example: "1.x.x-cfke.x";
|
|
289
|
+
readonly enum: readonly ["1.x.x-cfke.x", "1.31.x-cfke.x", "1.32.x-cfke.x", "1.33.x-cfke.x"];
|
|
302
290
|
};
|
|
303
291
|
};
|
|
304
292
|
readonly required: readonly ["name", "tier"];
|
|
@@ -318,6 +306,11 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
318
306
|
readonly description: "Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.";
|
|
319
307
|
readonly example: "https://10.31.64.7:6443";
|
|
320
308
|
};
|
|
309
|
+
readonly cluster_dns: {
|
|
310
|
+
readonly type: "string";
|
|
311
|
+
readonly description: "Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.";
|
|
312
|
+
readonly example: "10.96.0.10";
|
|
313
|
+
};
|
|
321
314
|
readonly auth_key: {
|
|
322
315
|
readonly type: "string";
|
|
323
316
|
readonly description: "Authentication key for the cluster.";
|
|
@@ -334,7 +327,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
334
327
|
readonly kubernetes: {
|
|
335
328
|
readonly type: "string";
|
|
336
329
|
readonly description: "Kubernetes version of the cluster.";
|
|
337
|
-
readonly example: "1.
|
|
330
|
+
readonly example: "1.33.7";
|
|
338
331
|
};
|
|
339
332
|
readonly tailscale: {
|
|
340
333
|
readonly type: "string";
|
|
@@ -380,7 +373,7 @@ export declare const ClusterJoinInformationSchema: {
|
|
|
380
373
|
readonly description: "OIDC Information for hosts to access to third party API's.";
|
|
381
374
|
};
|
|
382
375
|
};
|
|
383
|
-
readonly required: readonly ["certificate_authority", "endpoint", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
376
|
+
readonly required: readonly ["certificate_authority", "endpoint", "cluster_dns", "auth_key", "bootstrap_token", "versions", "third_party_api_access_config"];
|
|
384
377
|
readonly additionalProperties: false;
|
|
385
378
|
};
|
|
386
379
|
export declare const ClusterSchema: {
|
|
@@ -402,17 +395,10 @@ export declare const ClusterSchema: {
|
|
|
402
395
|
};
|
|
403
396
|
readonly region: {
|
|
404
397
|
readonly type: "string";
|
|
405
|
-
readonly description: "Cloudfleet control plane region. One of \"staging\", \"northamerica-central-1\", \"europe-central-1a\". This field can not be updated after creation.";
|
|
406
|
-
readonly default: "staging";
|
|
407
|
-
readonly example: "northamerica-central-
|
|
408
|
-
readonly enum: readonly ["staging", "northamerica-central-1", "europe-central-1a"];
|
|
409
|
-
};
|
|
410
|
-
readonly version_channel: {
|
|
411
|
-
readonly type: "string";
|
|
412
|
-
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
413
|
-
readonly description: "Version of the kubernetes cluster.";
|
|
414
|
-
readonly default: "1.x.x-cfke.x";
|
|
415
|
-
readonly example: "1.29.x-cfke.x";
|
|
398
|
+
readonly description: "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.";
|
|
399
|
+
readonly default: "staging-1a";
|
|
400
|
+
readonly example: "northamerica-central-1a";
|
|
401
|
+
readonly enum: readonly ["staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a"];
|
|
416
402
|
};
|
|
417
403
|
readonly id: {
|
|
418
404
|
readonly type: "string";
|
|
@@ -424,7 +410,7 @@ export declare const ClusterSchema: {
|
|
|
424
410
|
readonly type: "string";
|
|
425
411
|
readonly description: "Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.";
|
|
426
412
|
readonly example: "active";
|
|
427
|
-
readonly enum: readonly ["active", "deleted", "creating", "deployed", "failed", "updating"];
|
|
413
|
+
readonly enum: readonly ["active", "disabled", "deleted", "creating", "deployed", "failed", "updating"];
|
|
428
414
|
};
|
|
429
415
|
readonly endpoint: {
|
|
430
416
|
readonly anyOf: readonly [{
|
|
@@ -445,7 +431,7 @@ export declare const ClusterSchema: {
|
|
|
445
431
|
readonly version_current: {
|
|
446
432
|
readonly type: "string";
|
|
447
433
|
readonly description: "Current version of the cluster.";
|
|
448
|
-
readonly example: "1.
|
|
434
|
+
readonly example: "1.33.7-cfke.264";
|
|
449
435
|
};
|
|
450
436
|
readonly created_at: {
|
|
451
437
|
readonly type: "string";
|
|
@@ -462,6 +448,12 @@ export declare const ClusterSchema: {
|
|
|
462
448
|
readonly description: "Indicates if the cluster is ready to be used.";
|
|
463
449
|
readonly example: true;
|
|
464
450
|
};
|
|
451
|
+
readonly version_channel: {
|
|
452
|
+
readonly type: "string";
|
|
453
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
454
|
+
readonly description: "Version of the kubernetes cluster.";
|
|
455
|
+
readonly example: "1.x.x-cfke.x";
|
|
456
|
+
};
|
|
465
457
|
};
|
|
466
458
|
readonly required: readonly ["name", "tier", "id", "status"];
|
|
467
459
|
readonly additionalProperties: false;
|
|
@@ -487,7 +479,7 @@ export declare const ClusterUpdateInputSchema: {
|
|
|
487
479
|
readonly type: "string";
|
|
488
480
|
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
489
481
|
readonly description: "Version of the kubernetes cluster.";
|
|
490
|
-
readonly example: "1.
|
|
482
|
+
readonly example: "1.x.x-cfke.x";
|
|
491
483
|
};
|
|
492
484
|
};
|
|
493
485
|
readonly required: readonly ["tier"];
|
|
@@ -502,11 +494,10 @@ export declare const FleetCreateInputSchema: {
|
|
|
502
494
|
readonly cpu: {
|
|
503
495
|
readonly type: "number";
|
|
504
496
|
readonly format: "float";
|
|
505
|
-
readonly minimum:
|
|
497
|
+
readonly minimum: 8;
|
|
506
498
|
readonly description: "CPU limit in cores.";
|
|
507
499
|
};
|
|
508
500
|
};
|
|
509
|
-
readonly required: readonly ["cpu"];
|
|
510
501
|
readonly additionalProperties: false;
|
|
511
502
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
512
503
|
};
|
|
@@ -534,10 +525,9 @@ export declare const FleetCreateInputSchema: {
|
|
|
534
525
|
};
|
|
535
526
|
readonly apiKey: {
|
|
536
527
|
readonly type: "string";
|
|
537
|
-
readonly description: "Hetzner Cloud API key with read / write access";
|
|
528
|
+
readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
|
|
538
529
|
};
|
|
539
530
|
};
|
|
540
|
-
readonly required: readonly ["apiKey"];
|
|
541
531
|
readonly additionalProperties: false;
|
|
542
532
|
};
|
|
543
533
|
readonly aws: {
|
|
@@ -555,6 +545,51 @@ export declare const FleetCreateInputSchema: {
|
|
|
555
545
|
readonly required: readonly ["controllerRoleArn"];
|
|
556
546
|
readonly additionalProperties: false;
|
|
557
547
|
};
|
|
548
|
+
readonly constraints: {
|
|
549
|
+
readonly type: "object";
|
|
550
|
+
readonly properties: {
|
|
551
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
552
|
+
readonly type: "array";
|
|
553
|
+
readonly items: {
|
|
554
|
+
readonly type: "string";
|
|
555
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
556
|
+
};
|
|
557
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
558
|
+
};
|
|
559
|
+
readonly 'kubernetes.io/arch': {
|
|
560
|
+
readonly type: "array";
|
|
561
|
+
readonly items: {
|
|
562
|
+
readonly type: "string";
|
|
563
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
564
|
+
};
|
|
565
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
566
|
+
};
|
|
567
|
+
readonly 'cfke.io/instance-family': {
|
|
568
|
+
readonly type: "array";
|
|
569
|
+
readonly items: {
|
|
570
|
+
readonly type: "string";
|
|
571
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
572
|
+
};
|
|
573
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
574
|
+
};
|
|
575
|
+
readonly 'topology.kubernetes.io/region': {
|
|
576
|
+
readonly type: "array";
|
|
577
|
+
readonly items: {
|
|
578
|
+
readonly type: "string";
|
|
579
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
580
|
+
};
|
|
581
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
readonly additionalProperties: false;
|
|
585
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
586
|
+
};
|
|
587
|
+
readonly scalingProfile: {
|
|
588
|
+
readonly type: "string";
|
|
589
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
590
|
+
readonly example: "conservative";
|
|
591
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
592
|
+
};
|
|
558
593
|
readonly id: {
|
|
559
594
|
readonly type: "string";
|
|
560
595
|
readonly maxLength: 63;
|
|
@@ -576,11 +611,10 @@ export declare const FleetSchema: {
|
|
|
576
611
|
readonly cpu: {
|
|
577
612
|
readonly type: "number";
|
|
578
613
|
readonly format: "float";
|
|
579
|
-
readonly minimum:
|
|
614
|
+
readonly minimum: 8;
|
|
580
615
|
readonly description: "CPU limit in cores.";
|
|
581
616
|
};
|
|
582
617
|
};
|
|
583
|
-
readonly required: readonly ["cpu"];
|
|
584
618
|
readonly additionalProperties: false;
|
|
585
619
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
586
620
|
};
|
|
@@ -608,10 +642,9 @@ export declare const FleetSchema: {
|
|
|
608
642
|
};
|
|
609
643
|
readonly apiKey: {
|
|
610
644
|
readonly type: "string";
|
|
611
|
-
readonly description: "Hetzner Cloud API key with read / write access";
|
|
645
|
+
readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
|
|
612
646
|
};
|
|
613
647
|
};
|
|
614
|
-
readonly required: readonly ["apiKey"];
|
|
615
648
|
readonly additionalProperties: false;
|
|
616
649
|
};
|
|
617
650
|
readonly aws: {
|
|
@@ -629,6 +662,51 @@ export declare const FleetSchema: {
|
|
|
629
662
|
readonly required: readonly ["controllerRoleArn"];
|
|
630
663
|
readonly additionalProperties: false;
|
|
631
664
|
};
|
|
665
|
+
readonly constraints: {
|
|
666
|
+
readonly type: "object";
|
|
667
|
+
readonly properties: {
|
|
668
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
669
|
+
readonly type: "array";
|
|
670
|
+
readonly items: {
|
|
671
|
+
readonly type: "string";
|
|
672
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
673
|
+
};
|
|
674
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
675
|
+
};
|
|
676
|
+
readonly 'kubernetes.io/arch': {
|
|
677
|
+
readonly type: "array";
|
|
678
|
+
readonly items: {
|
|
679
|
+
readonly type: "string";
|
|
680
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
681
|
+
};
|
|
682
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
683
|
+
};
|
|
684
|
+
readonly 'cfke.io/instance-family': {
|
|
685
|
+
readonly type: "array";
|
|
686
|
+
readonly items: {
|
|
687
|
+
readonly type: "string";
|
|
688
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
689
|
+
};
|
|
690
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
691
|
+
};
|
|
692
|
+
readonly 'topology.kubernetes.io/region': {
|
|
693
|
+
readonly type: "array";
|
|
694
|
+
readonly items: {
|
|
695
|
+
readonly type: "string";
|
|
696
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
697
|
+
};
|
|
698
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
699
|
+
};
|
|
700
|
+
};
|
|
701
|
+
readonly additionalProperties: false;
|
|
702
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
703
|
+
};
|
|
704
|
+
readonly scalingProfile: {
|
|
705
|
+
readonly type: "string";
|
|
706
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
707
|
+
readonly example: "conservative";
|
|
708
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
709
|
+
};
|
|
632
710
|
readonly id: {
|
|
633
711
|
readonly type: "string";
|
|
634
712
|
readonly maxLength: 63;
|
|
@@ -650,11 +728,10 @@ export declare const FleetUpdateInputSchema: {
|
|
|
650
728
|
readonly cpu: {
|
|
651
729
|
readonly type: "number";
|
|
652
730
|
readonly format: "float";
|
|
653
|
-
readonly minimum:
|
|
731
|
+
readonly minimum: 8;
|
|
654
732
|
readonly description: "CPU limit in cores.";
|
|
655
733
|
};
|
|
656
734
|
};
|
|
657
|
-
readonly required: readonly ["cpu"];
|
|
658
735
|
readonly additionalProperties: false;
|
|
659
736
|
readonly description: "Limits define a set of bounds for provisioning capacity.";
|
|
660
737
|
};
|
|
@@ -682,10 +759,9 @@ export declare const FleetUpdateInputSchema: {
|
|
|
682
759
|
};
|
|
683
760
|
readonly apiKey: {
|
|
684
761
|
readonly type: "string";
|
|
685
|
-
readonly description: "Hetzner Cloud API key with read / write access";
|
|
762
|
+
readonly description: "Hetzner Cloud API key with read / write access. On update, omit this field to keep the existing value.";
|
|
686
763
|
};
|
|
687
764
|
};
|
|
688
|
-
readonly required: readonly ["apiKey"];
|
|
689
765
|
readonly additionalProperties: false;
|
|
690
766
|
};
|
|
691
767
|
readonly aws: {
|
|
@@ -703,6 +779,51 @@ export declare const FleetUpdateInputSchema: {
|
|
|
703
779
|
readonly required: readonly ["controllerRoleArn"];
|
|
704
780
|
readonly additionalProperties: false;
|
|
705
781
|
};
|
|
782
|
+
readonly constraints: {
|
|
783
|
+
readonly type: "object";
|
|
784
|
+
readonly properties: {
|
|
785
|
+
readonly 'karpenter.sh/capacity-type': {
|
|
786
|
+
readonly type: "array";
|
|
787
|
+
readonly items: {
|
|
788
|
+
readonly type: "string";
|
|
789
|
+
readonly enum: readonly ["on-demand", "spot"];
|
|
790
|
+
};
|
|
791
|
+
readonly description: "Allowed values for `karpenter.sh/capacity-type`.";
|
|
792
|
+
};
|
|
793
|
+
readonly 'kubernetes.io/arch': {
|
|
794
|
+
readonly type: "array";
|
|
795
|
+
readonly items: {
|
|
796
|
+
readonly type: "string";
|
|
797
|
+
readonly enum: readonly ["amd64", "arm64"];
|
|
798
|
+
};
|
|
799
|
+
readonly description: "Allowed values for `kubernetes.io/arch`.";
|
|
800
|
+
};
|
|
801
|
+
readonly 'cfke.io/instance-family': {
|
|
802
|
+
readonly type: "array";
|
|
803
|
+
readonly items: {
|
|
804
|
+
readonly type: "string";
|
|
805
|
+
readonly enum: readonly ["a1", "a2", "a3", "a4", "c1", "c2", "c2d", "c3", "c3d", "c4", "c4a", "c4d", "c5", "c5a", "c5ad", "c5d", "c5n", "c6a", "c6g", "c6gd", "c6gn", "c6i", "c6id", "c6in", "c7a", "c7g", "c7gd", "c7gn", "c7i", "c7i-flex", "c8g", "c8gd", "cax", "ccx", "cpx", "cx", "d2", "d3", "d3en", "dl1", "dl2q", "e2", "f1", "f2", "g1", "g2", "g4ad", "g4dn", "g5", "g5g", "g6", "g6e", "gr6", "h1", "h3", "hpc6a", "hpc6id", "hpc7a", "hpc7g", "i2", "i3", "i3en", "i4g", "i4i", "i7i", "i7ie", "i8g", "im4gn", "inf1", "inf2", "is4gen", "m1", "m2", "m3", "m4", "m5", "m5a", "m5ad", "m5d", "m5dn", "m5n", "m5zn", "m6a", "m6g", "m6gd", "m6i", "m6id", "m6idn", "m6in", "m7a", "m7g", "m7gd", "m7i", "m7i-flex", "m8g", "m8gd", "n1", "n2", "n2d", "n4", "p3", "p3dn", "p4d", "p4de", "p5", "p5e", "p5en", "p6-b200", "r3", "r4", "r5", "r5a", "r5ad", "r5b", "r5d", "r5dn", "r5n", "r6a", "r6g", "r6gd", "r6i", "r6id", "r6idn", "r6in", "r7a", "r7g", "r7gd", "r7i", "r7iz", "r8g", "r8gd", "t2", "t2a", "t2d", "t3", "t3a", "t4g", "trn1", "trn1n", "u-3tb1", "u-6tb1", "u7i-12tb", "u7i-6tb", "u7i-8tb", "u7in-16tb", "u7in-24tb", "u7in-32tb", "vt1", "x1", "x1e", "x2gd", "x2idn", "x2iedn", "x2iezn", "x4", "x8g", "z1d", "z3"];
|
|
806
|
+
};
|
|
807
|
+
readonly description: "Allowed values for `cfke.io/instance-family`.";
|
|
808
|
+
};
|
|
809
|
+
readonly 'topology.kubernetes.io/region': {
|
|
810
|
+
readonly type: "array";
|
|
811
|
+
readonly items: {
|
|
812
|
+
readonly type: "string";
|
|
813
|
+
readonly enum: readonly ["africa-south1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ash", "asia-east1", "asia-east2", "asia-northeast1", "asia-northeast2", "asia-northeast3", "asia-south1", "asia-south2", "asia-southeast1", "asia-southeast2", "australia-southeast1", "australia-southeast2", "ca-central-1", "eu-central-1", "eu-central-2", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "europe-central2", "europe-north1", "europe-southwest1", "europe-west1", "europe-west10", "europe-west12", "europe-west2", "europe-west3", "europe-west4", "europe-west6", "europe-west8", "europe-west9", "fsn1", "hel1", "hil", "me-central1", "me-central2", "me-west1", "nbg1", "northamerica-northeast1", "northamerica-northeast2", "sa-east-1", "sin", "southamerica-east1", "southamerica-west1", "us-central1", "us-east-1", "us-east-2", "us-east1", "us-east4", "us-east5", "us-south1", "us-west-1", "us-west-2", "us-west1", "us-west2", "us-west3", "us-west4"];
|
|
814
|
+
};
|
|
815
|
+
readonly description: "Allowed values for `topology.kubernetes.io/region`.";
|
|
816
|
+
};
|
|
817
|
+
};
|
|
818
|
+
readonly additionalProperties: false;
|
|
819
|
+
readonly description: "Constraints define scheduling and provisioning requirements for the fleet. Each field restricts the values allowed for a given Kubernetes label key. Multiple constraints are ANDed together. Omit a field to place no restriction on that key.";
|
|
820
|
+
};
|
|
821
|
+
readonly scalingProfile: {
|
|
822
|
+
readonly type: "string";
|
|
823
|
+
readonly description: "Controls scale-up / scale-down responsiveness. `aggressive` prioritizes cost-optimization. `conservative` prioritizes stability of the fleet.";
|
|
824
|
+
readonly example: "conservative";
|
|
825
|
+
readonly enum: readonly ["aggressive", "conservative"];
|
|
826
|
+
};
|
|
706
827
|
};
|
|
707
828
|
readonly additionalProperties: false;
|
|
708
829
|
};
|
|
@@ -746,23 +867,18 @@ export declare const InvoiceSchema: {
|
|
|
746
867
|
readonly properties: {
|
|
747
868
|
readonly id: {
|
|
748
869
|
readonly type: "string";
|
|
749
|
-
readonly
|
|
750
|
-
readonly
|
|
751
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
870
|
+
readonly description: "Unique identifier of the invoice.";
|
|
871
|
+
readonly example: "in_1234567890xCrwxghOTj1234";
|
|
752
872
|
};
|
|
753
|
-
readonly
|
|
873
|
+
readonly number: {
|
|
754
874
|
readonly type: "string";
|
|
755
|
-
readonly format: "uuid";
|
|
756
|
-
readonly description: "Unique identifier of the organization. UUID v4 string in canonical form";
|
|
757
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
758
875
|
};
|
|
759
876
|
readonly status: {
|
|
760
877
|
readonly type: "string";
|
|
761
878
|
readonly description: "Status of the invoice";
|
|
762
|
-
readonly example: "
|
|
763
|
-
readonly enum: readonly ["DRAFT", "COMMITTED", "VOID"];
|
|
879
|
+
readonly example: "paid";
|
|
764
880
|
};
|
|
765
|
-
readonly
|
|
881
|
+
readonly total: {
|
|
766
882
|
readonly type: "number";
|
|
767
883
|
readonly format: "float";
|
|
768
884
|
readonly description: "Total amount of the invoice";
|
|
@@ -771,400 +887,169 @@ export declare const InvoiceSchema: {
|
|
|
771
887
|
readonly currency: {
|
|
772
888
|
readonly type: "string";
|
|
773
889
|
readonly description: "Currency of the invoice";
|
|
774
|
-
readonly example: "
|
|
775
|
-
readonly enum: readonly ["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"];
|
|
890
|
+
readonly example: "usd";
|
|
776
891
|
};
|
|
777
|
-
readonly
|
|
778
|
-
readonly type: "
|
|
779
|
-
readonly format: "
|
|
780
|
-
readonly description: "
|
|
781
|
-
readonly example:
|
|
892
|
+
readonly created: {
|
|
893
|
+
readonly type: "string";
|
|
894
|
+
readonly format: "date-time";
|
|
895
|
+
readonly description: "Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.";
|
|
896
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
782
897
|
};
|
|
783
|
-
readonly
|
|
784
|
-
readonly type: "
|
|
785
|
-
readonly format: "
|
|
786
|
-
readonly description: "
|
|
787
|
-
readonly example:
|
|
898
|
+
readonly period_start: {
|
|
899
|
+
readonly type: "string";
|
|
900
|
+
readonly format: "date-time";
|
|
901
|
+
readonly description: "Billing period start timestamp. ISO 8601 date string in the UTC timezone.";
|
|
902
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
788
903
|
};
|
|
789
|
-
readonly
|
|
904
|
+
readonly period_end: {
|
|
790
905
|
readonly type: "string";
|
|
791
|
-
readonly
|
|
792
|
-
readonly
|
|
906
|
+
readonly format: "date-time";
|
|
907
|
+
readonly description: "Billing period end timestamp. ISO 8601 date string in the UTC timezone.";
|
|
908
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
793
909
|
};
|
|
794
|
-
readonly
|
|
910
|
+
readonly invoice_pdf: {
|
|
795
911
|
readonly type: "string";
|
|
796
|
-
readonly description: "Target date of the invoice";
|
|
797
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
798
912
|
};
|
|
799
|
-
|
|
913
|
+
};
|
|
914
|
+
readonly required: readonly ["created", "period_start", "period_end"];
|
|
915
|
+
readonly additionalProperties: false;
|
|
916
|
+
};
|
|
917
|
+
export declare const MarketplaceListingFilesSchema: {
|
|
918
|
+
readonly type: "object";
|
|
919
|
+
readonly properties: {
|
|
920
|
+
readonly chartYaml: {
|
|
800
921
|
readonly type: "string";
|
|
801
|
-
readonly description: "
|
|
802
|
-
readonly example: "
|
|
922
|
+
readonly description: "Raw Chart.yaml content from the Helm chart";
|
|
923
|
+
readonly example: "apiVersion: v2\nname: nginx-ingress\nversion: 1.18.2-cfke.45\nappVersion: 1.9.4";
|
|
803
924
|
};
|
|
804
|
-
readonly
|
|
805
|
-
readonly type: "
|
|
806
|
-
readonly
|
|
807
|
-
readonly
|
|
808
|
-
readonly example: 100;
|
|
925
|
+
readonly valuesYaml: {
|
|
926
|
+
readonly type: "string";
|
|
927
|
+
readonly description: "Raw values.yaml content from the Helm chart";
|
|
928
|
+
readonly example: "replicaCount: 1\nimage:\n repository: nginx\n tag: latest";
|
|
809
929
|
};
|
|
810
|
-
readonly
|
|
930
|
+
readonly valuesSchemaJson: {
|
|
811
931
|
readonly type: "string";
|
|
812
|
-
readonly description: "
|
|
813
|
-
readonly example: "
|
|
932
|
+
readonly description: "JSON schema for values.yaml as a string";
|
|
933
|
+
readonly example: "{\"type\":\"object\",\"properties\":{\"replicaCount\":{\"type\":\"number\"}}}";
|
|
814
934
|
};
|
|
815
|
-
|
|
935
|
+
};
|
|
936
|
+
readonly additionalProperties: false;
|
|
937
|
+
};
|
|
938
|
+
export declare const MarketplaceListingSchema: {
|
|
939
|
+
readonly type: "object";
|
|
940
|
+
readonly properties: {
|
|
941
|
+
readonly name: {
|
|
942
|
+
readonly type: "string";
|
|
943
|
+
readonly description: "Name of the chart";
|
|
944
|
+
readonly example: "nginx-ingress";
|
|
945
|
+
};
|
|
946
|
+
readonly versions: {
|
|
816
947
|
readonly type: "array";
|
|
817
948
|
readonly items: {
|
|
818
|
-
readonly type: "
|
|
819
|
-
readonly
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
readonly format: "uuid";
|
|
823
|
-
readonly description: "Unique identifier of the invoice item. UUID v4 string in canonical form";
|
|
824
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
825
|
-
};
|
|
826
|
-
readonly linkedInvoiceItemId: {
|
|
827
|
-
readonly type: "string";
|
|
828
|
-
readonly format: "uuid";
|
|
829
|
-
readonly description: "Unique identifier of the linked invoice item. UUID v4 string in canonical form";
|
|
830
|
-
readonly example: "415026b6-f00f-44f8-968d-fc6ef4d0fc6d";
|
|
831
|
-
};
|
|
832
|
-
readonly productName: {
|
|
833
|
-
readonly type: "string";
|
|
834
|
-
readonly description: "Name of the product";
|
|
835
|
-
readonly example: "Research team";
|
|
836
|
-
};
|
|
837
|
-
readonly planName: {
|
|
838
|
-
readonly type: "string";
|
|
839
|
-
readonly description: "Name of the plan";
|
|
840
|
-
readonly example: "Plan A";
|
|
841
|
-
};
|
|
842
|
-
readonly phaseName: {
|
|
843
|
-
readonly type: "string";
|
|
844
|
-
readonly description: "Name of the phase";
|
|
845
|
-
readonly example: "Phase A";
|
|
846
|
-
};
|
|
847
|
-
readonly usageName: {
|
|
848
|
-
readonly type: "string";
|
|
849
|
-
readonly description: "Name of the usage";
|
|
850
|
-
readonly example: "Usage A";
|
|
851
|
-
};
|
|
852
|
-
readonly prettyProductName: {
|
|
853
|
-
readonly type: "string";
|
|
854
|
-
readonly description: "Pretty name of the product";
|
|
855
|
-
readonly example: "Research team";
|
|
856
|
-
};
|
|
857
|
-
readonly prettyPlanName: {
|
|
858
|
-
readonly type: "string";
|
|
859
|
-
readonly description: "Pretty name of the plan";
|
|
860
|
-
readonly example: "Plan A";
|
|
861
|
-
};
|
|
862
|
-
readonly prettyPhaseName: {
|
|
863
|
-
readonly type: "string";
|
|
864
|
-
readonly description: "Pretty name of the phase";
|
|
865
|
-
readonly example: "Phase A";
|
|
866
|
-
};
|
|
867
|
-
readonly prettyUsageName: {
|
|
868
|
-
readonly type: "string";
|
|
869
|
-
readonly description: "Pretty name of the usage";
|
|
870
|
-
readonly example: "Usage A";
|
|
871
|
-
};
|
|
872
|
-
readonly itemType: {
|
|
873
|
-
readonly type: "string";
|
|
874
|
-
readonly description: "Type of the invoice item";
|
|
875
|
-
readonly example: "EXTERNAL_CHARGE";
|
|
876
|
-
readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
|
|
877
|
-
};
|
|
878
|
-
readonly description: {
|
|
879
|
-
readonly type: "string";
|
|
880
|
-
readonly description: "Description of the invoice item";
|
|
881
|
-
readonly example: "Description of the invoice item";
|
|
882
|
-
};
|
|
883
|
-
readonly startDate: {
|
|
884
|
-
readonly type: "string";
|
|
885
|
-
readonly description: "Start date of the invoice item";
|
|
886
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
887
|
-
};
|
|
888
|
-
readonly endDate: {
|
|
889
|
-
readonly type: "string";
|
|
890
|
-
readonly description: "End date of the invoice item";
|
|
891
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
892
|
-
};
|
|
893
|
-
readonly amount: {
|
|
894
|
-
readonly type: "number";
|
|
895
|
-
readonly format: "float";
|
|
896
|
-
readonly description: "Amount of the invoice item";
|
|
897
|
-
readonly example: 100;
|
|
898
|
-
};
|
|
899
|
-
readonly rate: {
|
|
900
|
-
readonly type: "number";
|
|
901
|
-
readonly format: "float";
|
|
902
|
-
readonly description: "Rate of the invoice item";
|
|
903
|
-
readonly example: 100;
|
|
904
|
-
};
|
|
905
|
-
readonly currency: {
|
|
906
|
-
readonly type: "string";
|
|
907
|
-
readonly description: "Currency of the invoice item";
|
|
908
|
-
readonly example: "USD";
|
|
909
|
-
readonly enum: readonly ["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"];
|
|
910
|
-
};
|
|
911
|
-
readonly quantity: {
|
|
912
|
-
readonly type: "number";
|
|
913
|
-
readonly format: "float";
|
|
914
|
-
readonly description: "Quantity of the invoice item";
|
|
915
|
-
readonly example: 1;
|
|
916
|
-
};
|
|
917
|
-
readonly itemDetails: {
|
|
918
|
-
readonly type: "string";
|
|
919
|
-
readonly description: "Details of the invoice item";
|
|
920
|
-
readonly example: "Details of the invoice item";
|
|
921
|
-
};
|
|
922
|
-
readonly catalogEffectiveDate: {
|
|
923
|
-
readonly type: "string";
|
|
924
|
-
readonly description: "Effective date of the catalog";
|
|
925
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
926
|
-
};
|
|
927
|
-
readonly childItems: {
|
|
928
|
-
readonly type: "array";
|
|
929
|
-
readonly items: {
|
|
930
|
-
readonly oneOf: readonly [{
|
|
931
|
-
readonly type: "array";
|
|
932
|
-
}, {
|
|
933
|
-
readonly type: "boolean";
|
|
934
|
-
}, {
|
|
935
|
-
readonly type: "number";
|
|
936
|
-
}, {
|
|
937
|
-
readonly type: "object";
|
|
938
|
-
readonly additionalProperties: true;
|
|
939
|
-
}, {
|
|
940
|
-
readonly type: "string";
|
|
941
|
-
}];
|
|
942
|
-
};
|
|
943
|
-
readonly description: "Child items of the invoice item";
|
|
944
|
-
};
|
|
945
|
-
};
|
|
946
|
-
readonly additionalProperties: false;
|
|
949
|
+
readonly type: "string";
|
|
950
|
+
readonly pattern: "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
951
|
+
readonly description: "Specific version of the chart";
|
|
952
|
+
readonly example: "1.18.2-cfke.45";
|
|
947
953
|
};
|
|
948
|
-
readonly description: "
|
|
954
|
+
readonly description: "Available versions of the chart";
|
|
949
955
|
};
|
|
950
|
-
readonly
|
|
956
|
+
readonly version_channels: {
|
|
951
957
|
readonly type: "array";
|
|
952
958
|
readonly items: {
|
|
953
|
-
readonly type: "
|
|
954
|
-
readonly
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
959
|
+
readonly type: "string";
|
|
960
|
+
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
961
|
+
readonly description: "Version channel pattern";
|
|
962
|
+
readonly example: "1.18.x-cfke.x";
|
|
963
|
+
};
|
|
964
|
+
readonly description: "Version channels for the chart";
|
|
965
|
+
};
|
|
966
|
+
readonly latestVersion: {
|
|
967
|
+
readonly type: "string";
|
|
968
|
+
readonly description: "Latest version of the chart";
|
|
969
|
+
readonly example: "1.18.2-cfke.45";
|
|
970
|
+
};
|
|
971
|
+
readonly metadata: {
|
|
972
|
+
readonly type: "object";
|
|
973
|
+
readonly properties: {
|
|
974
|
+
readonly name: {
|
|
975
|
+
readonly type: "string";
|
|
976
|
+
readonly description: "Chart name from metadata";
|
|
977
|
+
readonly example: "nginx-ingress";
|
|
978
|
+
};
|
|
979
|
+
readonly version: {
|
|
980
|
+
readonly type: "string";
|
|
981
|
+
readonly description: "Chart version from metadata";
|
|
982
|
+
readonly example: "1.18.2-cfke.45";
|
|
983
|
+
};
|
|
984
|
+
readonly description: {
|
|
985
|
+
readonly type: "string";
|
|
986
|
+
readonly description: "Chart description";
|
|
987
|
+
readonly example: "NGINX Ingress Controller for Kubernetes";
|
|
988
|
+
};
|
|
989
|
+
readonly appVersion: {
|
|
990
|
+
readonly type: "string";
|
|
991
|
+
readonly description: "Application version";
|
|
992
|
+
readonly example: "1.9.4";
|
|
993
|
+
};
|
|
994
|
+
readonly apiVersion: {
|
|
995
|
+
readonly type: "string";
|
|
996
|
+
readonly description: "Helm API version";
|
|
997
|
+
readonly example: "v2";
|
|
998
|
+
};
|
|
999
|
+
readonly keywords: {
|
|
1000
|
+
readonly type: "array";
|
|
1001
|
+
readonly items: {
|
|
968
1002
|
readonly type: "string";
|
|
969
|
-
readonly description: "Name of the product";
|
|
970
|
-
readonly example: "Research team";
|
|
971
1003
|
};
|
|
972
|
-
readonly
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
readonly
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
readonly
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
readonly
|
|
988
|
-
readonly type: "string";
|
|
989
|
-
readonly description: "Pretty name of the product";
|
|
990
|
-
readonly example: "Research team";
|
|
991
|
-
};
|
|
992
|
-
readonly prettyPlanName: {
|
|
993
|
-
readonly type: "string";
|
|
994
|
-
readonly description: "Pretty name of the plan";
|
|
995
|
-
readonly example: "Plan A";
|
|
996
|
-
};
|
|
997
|
-
readonly prettyPhaseName: {
|
|
998
|
-
readonly type: "string";
|
|
999
|
-
readonly description: "Pretty name of the phase";
|
|
1000
|
-
readonly example: "Phase A";
|
|
1001
|
-
};
|
|
1002
|
-
readonly prettyUsageName: {
|
|
1003
|
-
readonly type: "string";
|
|
1004
|
-
readonly description: "Pretty name of the usage";
|
|
1005
|
-
readonly example: "Usage A";
|
|
1006
|
-
};
|
|
1007
|
-
readonly itemType: {
|
|
1008
|
-
readonly type: "string";
|
|
1009
|
-
readonly description: "Type of the invoice item";
|
|
1010
|
-
readonly example: "EXTERNAL_CHARGE";
|
|
1011
|
-
readonly enum: readonly ["EXTERNAL_CHARGE", "FIXED", "RECURRING", "REPAIR_ADJ", "CBA_ADJ", "CREDIT_ADJ", "ITEM_ADJ", "USAGE", "TAX", "PARENT_SUMMARY"];
|
|
1012
|
-
};
|
|
1013
|
-
readonly description: {
|
|
1014
|
-
readonly type: "string";
|
|
1015
|
-
readonly description: "Description of the invoice item";
|
|
1016
|
-
readonly example: "Description of the invoice item";
|
|
1017
|
-
};
|
|
1018
|
-
readonly startDate: {
|
|
1019
|
-
readonly type: "string";
|
|
1020
|
-
readonly description: "Start date of the invoice item";
|
|
1021
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1022
|
-
};
|
|
1023
|
-
readonly endDate: {
|
|
1024
|
-
readonly type: "string";
|
|
1025
|
-
readonly description: "End date of the invoice item";
|
|
1026
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1027
|
-
};
|
|
1028
|
-
readonly amount: {
|
|
1029
|
-
readonly type: "number";
|
|
1030
|
-
readonly format: "float";
|
|
1031
|
-
readonly description: "Amount of the invoice item";
|
|
1032
|
-
readonly example: 100;
|
|
1033
|
-
};
|
|
1034
|
-
readonly rate: {
|
|
1035
|
-
readonly type: "number";
|
|
1036
|
-
readonly format: "float";
|
|
1037
|
-
readonly description: "Rate of the invoice item";
|
|
1038
|
-
readonly example: 100;
|
|
1039
|
-
};
|
|
1040
|
-
readonly currency: {
|
|
1041
|
-
readonly type: "string";
|
|
1042
|
-
readonly description: "Currency of the invoice item";
|
|
1043
|
-
readonly example: "USD";
|
|
1044
|
-
readonly enum: readonly ["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"];
|
|
1045
|
-
};
|
|
1046
|
-
readonly quantity: {
|
|
1047
|
-
readonly type: "number";
|
|
1048
|
-
readonly format: "float";
|
|
1049
|
-
readonly description: "Quantity of the invoice item";
|
|
1050
|
-
readonly example: 1;
|
|
1051
|
-
};
|
|
1052
|
-
readonly itemDetails: {
|
|
1053
|
-
readonly type: "string";
|
|
1054
|
-
readonly description: "Details of the invoice item";
|
|
1055
|
-
readonly example: "Details of the invoice item";
|
|
1056
|
-
};
|
|
1057
|
-
readonly catalogEffectiveDate: {
|
|
1004
|
+
readonly description: "Chart keywords";
|
|
1005
|
+
readonly example: readonly ["ingress", "nginx", "load-balancer"];
|
|
1006
|
+
};
|
|
1007
|
+
readonly home: {
|
|
1008
|
+
readonly type: "string";
|
|
1009
|
+
readonly description: "Chart home URL";
|
|
1010
|
+
readonly example: "https://kubernetes.github.io/ingress-nginx/";
|
|
1011
|
+
};
|
|
1012
|
+
readonly icon: {
|
|
1013
|
+
readonly type: "string";
|
|
1014
|
+
readonly description: "A URL to an SVG or PNG image to be used as an icon";
|
|
1015
|
+
readonly example: "https://cloudfleet.ai/images/marketplace/icons/ingress-nginx.png";
|
|
1016
|
+
};
|
|
1017
|
+
readonly sources: {
|
|
1018
|
+
readonly type: "array";
|
|
1019
|
+
readonly items: {
|
|
1058
1020
|
readonly type: "string";
|
|
1059
|
-
readonly description: "Effective date of the catalog";
|
|
1060
|
-
readonly example: "2019-01-01T00:00:00.000Z";
|
|
1061
1021
|
};
|
|
1062
|
-
readonly
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
}, {
|
|
1072
|
-
readonly type: "object";
|
|
1073
|
-
readonly additionalProperties: true;
|
|
1074
|
-
}, {
|
|
1022
|
+
readonly description: "Chart source URLs";
|
|
1023
|
+
readonly example: readonly ["https://github.com/kubernetes/ingress-nginx"];
|
|
1024
|
+
};
|
|
1025
|
+
readonly maintainers: {
|
|
1026
|
+
readonly type: "array";
|
|
1027
|
+
readonly items: {
|
|
1028
|
+
readonly type: "object";
|
|
1029
|
+
readonly properties: {
|
|
1030
|
+
readonly name: {
|
|
1075
1031
|
readonly type: "string";
|
|
1076
|
-
|
|
1032
|
+
readonly description: "Maintainer name";
|
|
1033
|
+
readonly example: "NGINX Team";
|
|
1034
|
+
};
|
|
1035
|
+
readonly email: {
|
|
1036
|
+
readonly type: "string";
|
|
1037
|
+
readonly description: "Maintainer email";
|
|
1038
|
+
readonly example: "support@nginx.org";
|
|
1039
|
+
};
|
|
1077
1040
|
};
|
|
1078
|
-
readonly
|
|
1079
|
-
|
|
1080
|
-
};
|
|
1081
|
-
readonly additionalProperties: false;
|
|
1082
|
-
};
|
|
1083
|
-
readonly description: "Items of the invoice";
|
|
1084
|
-
};
|
|
1085
|
-
};
|
|
1086
|
-
readonly additionalProperties: false;
|
|
1087
|
-
};
|
|
1088
|
-
export declare const MarketplaceListingSchema: {
|
|
1089
|
-
readonly type: "object";
|
|
1090
|
-
readonly properties: {
|
|
1091
|
-
readonly id: {
|
|
1092
|
-
readonly type: "string";
|
|
1093
|
-
readonly maxLength: 63;
|
|
1094
|
-
readonly minLength: 1;
|
|
1095
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1096
|
-
readonly description: "Id of the chart listing";
|
|
1097
|
-
readonly example: "portworx-enterprise-disaster-recovery-baremetal";
|
|
1098
|
-
};
|
|
1099
|
-
readonly name: {
|
|
1100
|
-
readonly type: "string";
|
|
1101
|
-
readonly description: "Name of the chart listing";
|
|
1102
|
-
readonly example: "Portworx Enterprise + Disaster Recovery - Baremetal";
|
|
1103
|
-
};
|
|
1104
|
-
readonly developer: {
|
|
1105
|
-
readonly type: "string";
|
|
1106
|
-
readonly description: "Author of the chart listing";
|
|
1107
|
-
readonly example: "Portworx";
|
|
1108
|
-
};
|
|
1109
|
-
readonly description: {
|
|
1110
|
-
readonly type: "string";
|
|
1111
|
-
readonly description: "Short description of the chart listing";
|
|
1112
|
-
readonly example: "Run Kubernetes with unmatched scalability, availability, and self-service access to any storage";
|
|
1113
|
-
};
|
|
1114
|
-
readonly logoUrl: {
|
|
1115
|
-
readonly type: "string";
|
|
1116
|
-
readonly description: "Logo of the chart listing";
|
|
1117
|
-
readonly example: "https://portworx.com/wp-content/themes/portworx/assets/images/header/portworx-logo.png";
|
|
1118
|
-
};
|
|
1119
|
-
readonly longDescription: {
|
|
1120
|
-
readonly type: "string";
|
|
1121
|
-
readonly description: "Long description of the chart listing";
|
|
1122
|
-
readonly example: "Portworx-Enterprise is the complete multi-cloud ready Kubernetes storage platform for running mission-critical apps in production....";
|
|
1123
|
-
};
|
|
1124
|
-
readonly categories: {
|
|
1125
|
-
readonly type: "array";
|
|
1126
|
-
readonly items: {
|
|
1127
|
-
readonly type: "string";
|
|
1128
|
-
readonly example: "AI & Machine Learning";
|
|
1129
|
-
};
|
|
1130
|
-
readonly description: "Tags of the chart";
|
|
1131
|
-
};
|
|
1132
|
-
readonly version_channels: {
|
|
1133
|
-
readonly type: "array";
|
|
1134
|
-
readonly items: {
|
|
1135
|
-
readonly type: "string";
|
|
1136
|
-
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
1137
|
-
readonly description: "Version of the chart.";
|
|
1138
|
-
readonly example: "2.x.x-cfke.x";
|
|
1139
|
-
};
|
|
1140
|
-
};
|
|
1141
|
-
readonly value_schemas: {
|
|
1142
|
-
readonly type: "array";
|
|
1143
|
-
readonly items: {
|
|
1144
|
-
readonly type: "object";
|
|
1145
|
-
readonly properties: {
|
|
1146
|
-
readonly version: {
|
|
1147
|
-
readonly type: "string";
|
|
1148
|
-
readonly pattern: "^(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)\\.(x|X|0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$";
|
|
1149
|
-
readonly description: "Version of the chart.";
|
|
1150
|
-
readonly example: "2.1.1-cfke.123";
|
|
1151
|
-
};
|
|
1152
|
-
readonly schema: {
|
|
1153
|
-
readonly type: "string";
|
|
1154
|
-
readonly description: "Schema of the chart values. JSON Schema as string";
|
|
1155
|
-
};
|
|
1156
|
-
readonly placeholder: {
|
|
1157
|
-
readonly type: "string";
|
|
1158
|
-
readonly description: "Schema of the chart values";
|
|
1159
|
-
readonly example: "foo: 1\nbar: example";
|
|
1041
|
+
readonly required: readonly ["name"];
|
|
1042
|
+
readonly additionalProperties: false;
|
|
1160
1043
|
};
|
|
1044
|
+
readonly description: "Chart maintainers";
|
|
1161
1045
|
};
|
|
1162
|
-
readonly required: readonly ["version", "schema", "placeholder"];
|
|
1163
|
-
readonly additionalProperties: false;
|
|
1164
1046
|
};
|
|
1047
|
+
readonly required: readonly ["name", "version"];
|
|
1048
|
+
readonly additionalProperties: false;
|
|
1049
|
+
readonly description: "Chart metadata";
|
|
1165
1050
|
};
|
|
1166
1051
|
};
|
|
1167
|
-
readonly required: readonly ["
|
|
1052
|
+
readonly required: readonly ["name", "versions", "version_channels", "latestVersion"];
|
|
1168
1053
|
readonly additionalProperties: false;
|
|
1169
1054
|
};
|
|
1170
1055
|
export declare const OrganizationCreateInputSchema: {
|
|
@@ -1282,12 +1167,12 @@ export declare const OrganizationSchema: {
|
|
|
1282
1167
|
readonly id: {
|
|
1283
1168
|
readonly type: "string";
|
|
1284
1169
|
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1285
|
-
readonly example: "1.
|
|
1170
|
+
readonly example: "1.33.x-cfke.x";
|
|
1286
1171
|
};
|
|
1287
1172
|
readonly label: {
|
|
1288
1173
|
readonly type: "string";
|
|
1289
1174
|
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1290
|
-
readonly example: "1.
|
|
1175
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1291
1176
|
};
|
|
1292
1177
|
};
|
|
1293
1178
|
readonly required: readonly ["id", "label"];
|
|
@@ -1296,8 +1181,14 @@ export declare const OrganizationSchema: {
|
|
|
1296
1181
|
readonly minItems: 1;
|
|
1297
1182
|
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1298
1183
|
};
|
|
1184
|
+
readonly cfcr_storage_gb: {
|
|
1185
|
+
readonly type: "integer";
|
|
1186
|
+
readonly minimum: -1;
|
|
1187
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1188
|
+
readonly example: 500;
|
|
1189
|
+
};
|
|
1299
1190
|
};
|
|
1300
|
-
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions"];
|
|
1191
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1301
1192
|
readonly additionalProperties: false;
|
|
1302
1193
|
readonly description: "For security reasons, platform quota is controlled by Cloudfleet and can be updated only by Cloudfleet administrators. Please open a support ticket if you need to change the platform quota.";
|
|
1303
1194
|
};
|
|
@@ -1363,166 +1254,929 @@ export declare const PaymentMethodSchema: {
|
|
|
1363
1254
|
readonly required: readonly ["id", "setup", "type", "last4", "exp_month", "exp_year", "brand"];
|
|
1364
1255
|
readonly additionalProperties: false;
|
|
1365
1256
|
};
|
|
1366
|
-
export declare const
|
|
1257
|
+
export declare const PlatformQuotaSchema: {
|
|
1367
1258
|
readonly type: "object";
|
|
1368
1259
|
readonly properties: {
|
|
1369
|
-
readonly
|
|
1370
|
-
readonly type: "
|
|
1371
|
-
readonly
|
|
1372
|
-
readonly
|
|
1373
|
-
readonly
|
|
1374
|
-
readonly description: "Human readable access token name.";
|
|
1375
|
-
readonly example: "deployment-token";
|
|
1260
|
+
readonly basic_clusters_max: {
|
|
1261
|
+
readonly type: "integer";
|
|
1262
|
+
readonly minimum: 0;
|
|
1263
|
+
readonly description: "Maximum number of Basic clusters that can be created.";
|
|
1264
|
+
readonly example: 999;
|
|
1376
1265
|
};
|
|
1377
|
-
readonly
|
|
1378
|
-
readonly type: "
|
|
1379
|
-
readonly description: "
|
|
1380
|
-
readonly example:
|
|
1381
|
-
|
|
1266
|
+
readonly basic_clusters_available: {
|
|
1267
|
+
readonly type: "integer";
|
|
1268
|
+
readonly description: "Available number of Basic clusters that can be created.";
|
|
1269
|
+
readonly example: 999;
|
|
1270
|
+
};
|
|
1271
|
+
readonly pro_clusters_max: {
|
|
1272
|
+
readonly type: "integer";
|
|
1273
|
+
readonly minimum: 0;
|
|
1274
|
+
readonly description: "Maximum number of Pro clusters that can be created.";
|
|
1275
|
+
readonly example: 999;
|
|
1276
|
+
};
|
|
1277
|
+
readonly pro_clusters_available: {
|
|
1278
|
+
readonly type: "integer";
|
|
1279
|
+
readonly description: "Available number of Pro clusters that can be created.";
|
|
1280
|
+
readonly example: 999;
|
|
1281
|
+
};
|
|
1282
|
+
readonly fleets_max: {
|
|
1283
|
+
readonly type: "integer";
|
|
1284
|
+
readonly minimum: 0;
|
|
1285
|
+
readonly description: "Maximum number of fleets that can be created per cluster.";
|
|
1286
|
+
readonly example: 999;
|
|
1287
|
+
};
|
|
1288
|
+
readonly cluster_tiers: {
|
|
1289
|
+
readonly type: "array";
|
|
1290
|
+
readonly items: {
|
|
1291
|
+
readonly type: "string";
|
|
1292
|
+
readonly example: "basic";
|
|
1293
|
+
};
|
|
1294
|
+
readonly minItems: 0;
|
|
1295
|
+
readonly description: "List of Cloudfleet cluster tiers available for the organization.";
|
|
1296
|
+
};
|
|
1297
|
+
readonly regions: {
|
|
1298
|
+
readonly type: "array";
|
|
1299
|
+
readonly items: {
|
|
1300
|
+
readonly type: "string";
|
|
1301
|
+
readonly example: "northamerica-central-1";
|
|
1302
|
+
};
|
|
1303
|
+
readonly minItems: 1;
|
|
1304
|
+
readonly description: "List of Cloudfleet control plane regions available for the organization.";
|
|
1305
|
+
};
|
|
1306
|
+
readonly versions: {
|
|
1307
|
+
readonly type: "array";
|
|
1308
|
+
readonly items: {
|
|
1309
|
+
readonly type: "object";
|
|
1310
|
+
readonly properties: {
|
|
1311
|
+
readonly id: {
|
|
1312
|
+
readonly type: "string";
|
|
1313
|
+
readonly description: "Id of the control plane version. Used in API calls.";
|
|
1314
|
+
readonly example: "1.33.x-cfke.x";
|
|
1315
|
+
};
|
|
1316
|
+
readonly label: {
|
|
1317
|
+
readonly type: "string";
|
|
1318
|
+
readonly description: "Label of the control plane version. Used in frontent UI.";
|
|
1319
|
+
readonly example: "1.33.x (Always latest 1.33 patch version)";
|
|
1320
|
+
};
|
|
1321
|
+
};
|
|
1322
|
+
readonly required: readonly ["id", "label"];
|
|
1323
|
+
readonly additionalProperties: false;
|
|
1324
|
+
};
|
|
1325
|
+
readonly minItems: 1;
|
|
1326
|
+
readonly description: "List of CFKE control plane versions available for the organization.";
|
|
1327
|
+
};
|
|
1328
|
+
readonly cfcr_storage_gb: {
|
|
1329
|
+
readonly type: "integer";
|
|
1330
|
+
readonly minimum: -1;
|
|
1331
|
+
readonly description: "Organization-level maximum CFCR storage volume in GB. -1 means no limit.";
|
|
1332
|
+
readonly example: 500;
|
|
1382
1333
|
};
|
|
1383
1334
|
};
|
|
1384
|
-
readonly required: readonly ["
|
|
1335
|
+
readonly required: readonly ["basic_clusters_max", "basic_clusters_available", "pro_clusters_max", "pro_clusters_available", "fleets_max", "cluster_tiers", "regions", "versions", "cfcr_storage_gb"];
|
|
1385
1336
|
readonly additionalProperties: false;
|
|
1386
1337
|
};
|
|
1387
|
-
export declare const
|
|
1338
|
+
export declare const RegistryRepositorySchema: {
|
|
1388
1339
|
readonly type: "object";
|
|
1389
1340
|
readonly properties: {
|
|
1390
1341
|
readonly name: {
|
|
1391
1342
|
readonly type: "string";
|
|
1392
|
-
readonly
|
|
1393
|
-
readonly
|
|
1394
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1395
|
-
readonly description: "Human readable access token name.";
|
|
1396
|
-
readonly example: "deployment-token";
|
|
1397
|
-
};
|
|
1398
|
-
readonly role: {
|
|
1399
|
-
readonly type: "string";
|
|
1400
|
-
readonly description: "Role assumed by the token.";
|
|
1401
|
-
readonly example: "User";
|
|
1402
|
-
readonly enum: readonly ["Administrator", "User"];
|
|
1403
|
-
};
|
|
1404
|
-
readonly id: {
|
|
1405
|
-
readonly type: "string";
|
|
1406
|
-
readonly description: "Generated unique identifier of the access token.";
|
|
1407
|
-
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
1343
|
+
readonly description: "Repository name.";
|
|
1344
|
+
readonly example: "my-app";
|
|
1408
1345
|
};
|
|
1409
|
-
readonly
|
|
1346
|
+
readonly region: {
|
|
1410
1347
|
readonly type: "string";
|
|
1411
|
-
readonly description: "
|
|
1412
|
-
readonly example: "
|
|
1348
|
+
readonly description: "Registry region.";
|
|
1349
|
+
readonly example: "northamerica";
|
|
1413
1350
|
};
|
|
1414
|
-
readonly
|
|
1351
|
+
readonly uri: {
|
|
1415
1352
|
readonly type: "string";
|
|
1416
|
-
readonly
|
|
1417
|
-
readonly
|
|
1418
|
-
readonly example: "2023-12-20T13:53:32.000Z";
|
|
1353
|
+
readonly description: "Full URI of the repository.";
|
|
1354
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1419
1355
|
};
|
|
1420
1356
|
};
|
|
1421
|
-
readonly required: readonly ["name", "
|
|
1357
|
+
readonly required: readonly ["name", "region", "uri"];
|
|
1422
1358
|
readonly additionalProperties: false;
|
|
1423
1359
|
};
|
|
1424
|
-
export declare const
|
|
1360
|
+
export declare const RegistryRepositoryWithTagsSchema: {
|
|
1425
1361
|
readonly type: "object";
|
|
1426
1362
|
readonly properties: {
|
|
1427
1363
|
readonly name: {
|
|
1428
1364
|
readonly type: "string";
|
|
1429
|
-
readonly
|
|
1430
|
-
readonly
|
|
1431
|
-
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1432
|
-
readonly description: "Human readable access token name.";
|
|
1433
|
-
readonly example: "deployment-token";
|
|
1365
|
+
readonly description: "Repository name.";
|
|
1366
|
+
readonly example: "my-app";
|
|
1434
1367
|
};
|
|
1435
|
-
readonly
|
|
1368
|
+
readonly region: {
|
|
1436
1369
|
readonly type: "string";
|
|
1437
|
-
readonly description: "
|
|
1438
|
-
readonly example: "
|
|
1439
|
-
|
|
1370
|
+
readonly description: "Registry region.";
|
|
1371
|
+
readonly example: "northamerica";
|
|
1372
|
+
};
|
|
1373
|
+
readonly uri: {
|
|
1374
|
+
readonly type: "string";
|
|
1375
|
+
readonly description: "Full URI of the repository.";
|
|
1376
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app";
|
|
1377
|
+
};
|
|
1378
|
+
readonly tags: {
|
|
1379
|
+
readonly type: "array";
|
|
1380
|
+
readonly items: {
|
|
1381
|
+
readonly type: "object";
|
|
1382
|
+
readonly properties: {
|
|
1383
|
+
readonly name: {
|
|
1384
|
+
readonly type: "string";
|
|
1385
|
+
readonly description: "Tag name.";
|
|
1386
|
+
readonly example: "latest";
|
|
1387
|
+
};
|
|
1388
|
+
readonly size: {
|
|
1389
|
+
readonly type: "number";
|
|
1390
|
+
readonly format: "float";
|
|
1391
|
+
readonly description: "Size of the tag in bytes.";
|
|
1392
|
+
readonly example: 123456789;
|
|
1393
|
+
};
|
|
1394
|
+
readonly mediaType: {
|
|
1395
|
+
readonly type: "string";
|
|
1396
|
+
readonly description: "Media type of the manifest.";
|
|
1397
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1398
|
+
};
|
|
1399
|
+
readonly platforms: {
|
|
1400
|
+
readonly type: "array";
|
|
1401
|
+
readonly items: {
|
|
1402
|
+
readonly type: "string";
|
|
1403
|
+
};
|
|
1404
|
+
readonly description: "Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).";
|
|
1405
|
+
readonly example: readonly ["linux/amd64", "linux/arm64"];
|
|
1406
|
+
};
|
|
1407
|
+
};
|
|
1408
|
+
readonly required: readonly ["name", "size"];
|
|
1409
|
+
readonly additionalProperties: false;
|
|
1410
|
+
};
|
|
1411
|
+
readonly description: "Array of tags in the repository.";
|
|
1412
|
+
};
|
|
1413
|
+
readonly totalSize: {
|
|
1414
|
+
readonly type: "number";
|
|
1415
|
+
readonly format: "float";
|
|
1416
|
+
readonly description: "Total size of all tags in the repository in bytes.";
|
|
1417
|
+
readonly example: 987654321;
|
|
1440
1418
|
};
|
|
1441
1419
|
};
|
|
1420
|
+
readonly required: readonly ["name", "region", "uri", "tags", "totalSize"];
|
|
1442
1421
|
readonly additionalProperties: false;
|
|
1443
1422
|
};
|
|
1444
|
-
export declare const
|
|
1423
|
+
export declare const RegistryTagSchema: {
|
|
1445
1424
|
readonly type: "object";
|
|
1446
1425
|
readonly properties: {
|
|
1447
|
-
readonly
|
|
1426
|
+
readonly name: {
|
|
1448
1427
|
readonly type: "string";
|
|
1449
|
-
readonly description: "
|
|
1450
|
-
readonly example: "
|
|
1428
|
+
readonly description: "Tag name.";
|
|
1429
|
+
readonly example: "latest";
|
|
1451
1430
|
};
|
|
1452
|
-
readonly
|
|
1431
|
+
readonly digest: {
|
|
1453
1432
|
readonly type: "string";
|
|
1454
|
-
readonly
|
|
1455
|
-
readonly
|
|
1456
|
-
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
1433
|
+
readonly description: "Manifest digest for pulling by digest.";
|
|
1434
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1457
1435
|
};
|
|
1458
|
-
readonly
|
|
1436
|
+
readonly mediaType: {
|
|
1459
1437
|
readonly type: "string";
|
|
1460
|
-
readonly description: "
|
|
1461
|
-
readonly example: "
|
|
1462
|
-
readonly enum: readonly ["basic", "pro", ""];
|
|
1438
|
+
readonly description: "Media type of the manifest.";
|
|
1439
|
+
readonly example: "application/vnd.docker.distribution.manifest.v2+json";
|
|
1463
1440
|
};
|
|
1464
|
-
readonly
|
|
1465
|
-
readonly type: "
|
|
1466
|
-
readonly
|
|
1467
|
-
|
|
1468
|
-
|
|
1441
|
+
readonly config: {
|
|
1442
|
+
readonly type: "object";
|
|
1443
|
+
readonly properties: {
|
|
1444
|
+
readonly size: {
|
|
1445
|
+
readonly type: "number";
|
|
1446
|
+
readonly format: "float";
|
|
1447
|
+
readonly description: "Size of the config in bytes.";
|
|
1448
|
+
readonly example: 1234;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
readonly required: readonly ["size"];
|
|
1452
|
+
readonly additionalProperties: false;
|
|
1453
|
+
readonly description: "Manifest config metadata.";
|
|
1469
1454
|
};
|
|
1470
|
-
readonly
|
|
1471
|
-
readonly type: "
|
|
1472
|
-
readonly
|
|
1473
|
-
|
|
1455
|
+
readonly layers: {
|
|
1456
|
+
readonly type: "array";
|
|
1457
|
+
readonly items: {
|
|
1458
|
+
readonly type: "object";
|
|
1459
|
+
readonly properties: {
|
|
1460
|
+
readonly digest: {
|
|
1461
|
+
readonly type: "string";
|
|
1462
|
+
readonly description: "Digest of the layer.";
|
|
1463
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1464
|
+
};
|
|
1465
|
+
readonly size: {
|
|
1466
|
+
readonly type: "number";
|
|
1467
|
+
readonly format: "float";
|
|
1468
|
+
readonly description: "Size of the layer in bytes.";
|
|
1469
|
+
readonly example: 5678;
|
|
1470
|
+
};
|
|
1471
|
+
};
|
|
1472
|
+
readonly required: readonly ["size"];
|
|
1473
|
+
readonly additionalProperties: false;
|
|
1474
|
+
};
|
|
1475
|
+
readonly description: "Array of layer metadata.";
|
|
1474
1476
|
};
|
|
1475
|
-
readonly
|
|
1476
|
-
readonly type: "
|
|
1477
|
-
readonly
|
|
1478
|
-
|
|
1477
|
+
readonly manifests: {
|
|
1478
|
+
readonly type: "array";
|
|
1479
|
+
readonly items: {
|
|
1480
|
+
readonly type: "object";
|
|
1481
|
+
readonly properties: {
|
|
1482
|
+
readonly digest: {
|
|
1483
|
+
readonly type: "string";
|
|
1484
|
+
readonly description: "Digest of the manifest.";
|
|
1485
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1486
|
+
};
|
|
1487
|
+
readonly platform: {
|
|
1488
|
+
readonly type: "object";
|
|
1489
|
+
readonly properties: {
|
|
1490
|
+
readonly architecture: {
|
|
1491
|
+
readonly type: "string";
|
|
1492
|
+
readonly description: "Architecture of the platform.";
|
|
1493
|
+
readonly example: "amd64";
|
|
1494
|
+
};
|
|
1495
|
+
readonly os: {
|
|
1496
|
+
readonly type: "string";
|
|
1497
|
+
readonly description: "Operating system of the platform.";
|
|
1498
|
+
readonly example: "linux";
|
|
1499
|
+
};
|
|
1500
|
+
readonly variant: {
|
|
1501
|
+
readonly type: "string";
|
|
1502
|
+
readonly description: "Variant of the platform (e.g., v7, v8 for ARM).";
|
|
1503
|
+
readonly example: "v8";
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
readonly required: readonly ["architecture", "os"];
|
|
1507
|
+
readonly additionalProperties: false;
|
|
1508
|
+
readonly description: "Platform information for the manifest.";
|
|
1509
|
+
};
|
|
1510
|
+
readonly layers: {
|
|
1511
|
+
readonly type: "array";
|
|
1512
|
+
readonly items: {
|
|
1513
|
+
readonly type: "object";
|
|
1514
|
+
readonly properties: {
|
|
1515
|
+
readonly digest: {
|
|
1516
|
+
readonly type: "string";
|
|
1517
|
+
readonly description: "Digest of the layer.";
|
|
1518
|
+
readonly example: "sha256:abcd1234ef567890abcd1234ef567890abcd1234ef567890abcd1234ef567890";
|
|
1519
|
+
};
|
|
1520
|
+
readonly size: {
|
|
1521
|
+
readonly type: "number";
|
|
1522
|
+
readonly format: "float";
|
|
1523
|
+
readonly description: "Size of the layer in bytes.";
|
|
1524
|
+
readonly example: 5678;
|
|
1525
|
+
};
|
|
1526
|
+
};
|
|
1527
|
+
readonly required: readonly ["size"];
|
|
1528
|
+
readonly additionalProperties: false;
|
|
1529
|
+
};
|
|
1530
|
+
readonly description: "Layers for this platform.";
|
|
1531
|
+
};
|
|
1532
|
+
readonly size: {
|
|
1533
|
+
readonly type: "number";
|
|
1534
|
+
readonly format: "float";
|
|
1535
|
+
readonly description: "Total size of this platform manifest in bytes.";
|
|
1536
|
+
readonly example: 12345678;
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
readonly required: readonly ["digest"];
|
|
1540
|
+
readonly additionalProperties: false;
|
|
1541
|
+
};
|
|
1542
|
+
readonly description: "Array of manifests for multi-arch images.";
|
|
1479
1543
|
};
|
|
1480
|
-
readonly
|
|
1481
|
-
readonly
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1544
|
+
readonly size: {
|
|
1545
|
+
readonly type: "number";
|
|
1546
|
+
readonly format: "float";
|
|
1547
|
+
readonly description: "Total size of the tag in bytes.";
|
|
1548
|
+
readonly example: 123456789;
|
|
1549
|
+
};
|
|
1550
|
+
readonly region: {
|
|
1551
|
+
readonly type: "string";
|
|
1552
|
+
readonly description: "Registry region.";
|
|
1553
|
+
readonly example: "northamerica";
|
|
1554
|
+
};
|
|
1555
|
+
readonly repository: {
|
|
1556
|
+
readonly type: "string";
|
|
1557
|
+
readonly description: "Repository name.";
|
|
1558
|
+
readonly example: "my-app";
|
|
1559
|
+
};
|
|
1560
|
+
readonly uri: {
|
|
1561
|
+
readonly type: "string";
|
|
1562
|
+
readonly description: "Full URI of the tag.";
|
|
1563
|
+
readonly example: "ssds123e-6651-4e5d-9c04-079f6532989b.northamerica.registry.cloudfleet.dev/my-app:latest";
|
|
1564
|
+
};
|
|
1565
|
+
};
|
|
1566
|
+
readonly required: readonly ["name", "digest", "size", "region", "repository", "uri"];
|
|
1567
|
+
readonly additionalProperties: false;
|
|
1568
|
+
};
|
|
1569
|
+
export declare const TicketAttachmentSchema: {
|
|
1570
|
+
readonly type: "object";
|
|
1571
|
+
readonly properties: {
|
|
1572
|
+
readonly id: {
|
|
1573
|
+
readonly type: "string";
|
|
1574
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1575
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1576
|
+
};
|
|
1577
|
+
readonly filename: {
|
|
1578
|
+
readonly type: "string";
|
|
1579
|
+
readonly description: "Original filename as uploaded.";
|
|
1580
|
+
readonly example: "debug.log";
|
|
1581
|
+
};
|
|
1582
|
+
readonly content_type: {
|
|
1583
|
+
readonly type: "string";
|
|
1584
|
+
readonly description: "MIME content type of the attachment.";
|
|
1585
|
+
readonly example: "text/plain";
|
|
1586
|
+
};
|
|
1587
|
+
readonly size: {
|
|
1588
|
+
readonly type: "integer";
|
|
1589
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1590
|
+
readonly example: 12345;
|
|
1591
|
+
};
|
|
1592
|
+
};
|
|
1593
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1594
|
+
readonly additionalProperties: false;
|
|
1595
|
+
};
|
|
1596
|
+
export declare const TicketCreateInputSchema: {
|
|
1597
|
+
readonly type: "object";
|
|
1598
|
+
readonly properties: {
|
|
1599
|
+
readonly category: {
|
|
1600
|
+
readonly type: "string";
|
|
1601
|
+
readonly description: "Ticket category. Drives auto-assignment and may carry a subcategory in `properties`.";
|
|
1602
|
+
readonly example: "technical";
|
|
1603
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1604
|
+
};
|
|
1605
|
+
readonly body: {
|
|
1606
|
+
readonly type: "string";
|
|
1607
|
+
readonly maxLength: 50000;
|
|
1608
|
+
readonly minLength: 1;
|
|
1609
|
+
readonly pattern: "\\S";
|
|
1610
|
+
readonly description: "Initial message body in markdown. There is no separate subject — the first message body is the description.";
|
|
1611
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1612
|
+
};
|
|
1613
|
+
readonly properties: {
|
|
1614
|
+
readonly type: "object";
|
|
1615
|
+
readonly additionalProperties: true;
|
|
1616
|
+
readonly description: "Free-form key/value bag set by the UI (e.g. `subcategory`, `cluster_id`, `cluster_name`, `region`).";
|
|
1617
|
+
readonly example: {
|
|
1618
|
+
readonly subcategory: "cluster-question";
|
|
1619
|
+
readonly cluster_id: "60c72b2f9f1b2c001f8e4d3a";
|
|
1620
|
+
};
|
|
1621
|
+
};
|
|
1622
|
+
};
|
|
1623
|
+
readonly required: readonly ["category", "body"];
|
|
1624
|
+
readonly additionalProperties: false;
|
|
1625
|
+
};
|
|
1626
|
+
export declare const TicketListResponseSchema: {
|
|
1627
|
+
readonly type: "object";
|
|
1628
|
+
readonly properties: {
|
|
1629
|
+
readonly items: {
|
|
1630
|
+
readonly type: "array";
|
|
1631
|
+
readonly items: {
|
|
1632
|
+
readonly type: "object";
|
|
1633
|
+
readonly properties: {
|
|
1634
|
+
readonly id: {
|
|
1635
|
+
readonly type: "string";
|
|
1636
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1637
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1638
|
+
};
|
|
1639
|
+
readonly status: {
|
|
1640
|
+
readonly type: "string";
|
|
1641
|
+
readonly description: "Current state of the ticket.";
|
|
1642
|
+
readonly example: "waiting_on_us";
|
|
1643
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1644
|
+
};
|
|
1645
|
+
readonly category: {
|
|
1646
|
+
readonly type: "string";
|
|
1647
|
+
readonly description: "Ticket category.";
|
|
1648
|
+
readonly example: "technical";
|
|
1649
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1650
|
+
};
|
|
1651
|
+
readonly summary: {
|
|
1652
|
+
readonly type: "string";
|
|
1653
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1654
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1655
|
+
};
|
|
1656
|
+
readonly closed_at: {
|
|
1657
|
+
readonly type: "string";
|
|
1658
|
+
readonly format: "date-time";
|
|
1659
|
+
readonly nullable: true;
|
|
1660
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1661
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1662
|
+
};
|
|
1663
|
+
readonly date_created: {
|
|
1664
|
+
readonly type: "string";
|
|
1665
|
+
readonly format: "date-time";
|
|
1666
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1667
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1668
|
+
};
|
|
1669
|
+
readonly date_updated: {
|
|
1670
|
+
readonly type: "string";
|
|
1671
|
+
readonly format: "date-time";
|
|
1672
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1673
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1674
|
+
};
|
|
1675
|
+
readonly messages: {
|
|
1676
|
+
readonly type: "array";
|
|
1677
|
+
readonly items: {
|
|
1678
|
+
readonly type: "object";
|
|
1679
|
+
readonly properties: {
|
|
1680
|
+
readonly id: {
|
|
1681
|
+
readonly type: "string";
|
|
1682
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1683
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1684
|
+
};
|
|
1685
|
+
readonly type: {
|
|
1686
|
+
readonly type: "string";
|
|
1687
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1688
|
+
readonly example: "customer_reply";
|
|
1689
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1690
|
+
};
|
|
1691
|
+
readonly body: {
|
|
1692
|
+
readonly type: "string";
|
|
1693
|
+
readonly description: "Message body in markdown.";
|
|
1694
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1695
|
+
};
|
|
1696
|
+
readonly author_first_name: {
|
|
1697
|
+
readonly type: "string";
|
|
1698
|
+
readonly nullable: true;
|
|
1699
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1700
|
+
readonly example: "Jane";
|
|
1701
|
+
};
|
|
1702
|
+
readonly author_last_name: {
|
|
1703
|
+
readonly type: "string";
|
|
1704
|
+
readonly nullable: true;
|
|
1705
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1706
|
+
readonly example: "Doe";
|
|
1707
|
+
};
|
|
1708
|
+
readonly attachments: {
|
|
1709
|
+
readonly type: "array";
|
|
1710
|
+
readonly items: {
|
|
1711
|
+
readonly type: "object";
|
|
1712
|
+
readonly properties: {
|
|
1713
|
+
readonly id: {
|
|
1714
|
+
readonly type: "string";
|
|
1715
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1716
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1717
|
+
};
|
|
1718
|
+
readonly filename: {
|
|
1719
|
+
readonly type: "string";
|
|
1720
|
+
readonly description: "Original filename as uploaded.";
|
|
1721
|
+
readonly example: "debug.log";
|
|
1722
|
+
};
|
|
1723
|
+
readonly content_type: {
|
|
1724
|
+
readonly type: "string";
|
|
1725
|
+
readonly description: "MIME content type of the attachment.";
|
|
1726
|
+
readonly example: "text/plain";
|
|
1727
|
+
};
|
|
1728
|
+
readonly size: {
|
|
1729
|
+
readonly type: "integer";
|
|
1730
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1731
|
+
readonly example: 12345;
|
|
1732
|
+
};
|
|
1733
|
+
};
|
|
1734
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1735
|
+
readonly additionalProperties: false;
|
|
1736
|
+
};
|
|
1737
|
+
readonly description: "Attachments associated with this message.";
|
|
1738
|
+
readonly example: readonly [];
|
|
1739
|
+
};
|
|
1740
|
+
readonly date_created: {
|
|
1741
|
+
readonly type: "string";
|
|
1742
|
+
readonly format: "date-time";
|
|
1743
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1744
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1745
|
+
};
|
|
1746
|
+
};
|
|
1747
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1748
|
+
readonly additionalProperties: false;
|
|
1749
|
+
};
|
|
1750
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
1754
|
+
readonly additionalProperties: false;
|
|
1755
|
+
};
|
|
1756
|
+
readonly description: "Tickets for the organization, ordered newest first. Messages are omitted from list responses.";
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
readonly required: readonly ["items"];
|
|
1760
|
+
readonly additionalProperties: false;
|
|
1761
|
+
};
|
|
1762
|
+
export declare const TicketMessageInputSchema: {
|
|
1763
|
+
readonly type: "object";
|
|
1764
|
+
readonly properties: {
|
|
1765
|
+
readonly body: {
|
|
1766
|
+
readonly type: "string";
|
|
1767
|
+
readonly maxLength: 50000;
|
|
1768
|
+
readonly minLength: 1;
|
|
1769
|
+
readonly pattern: "\\S";
|
|
1770
|
+
readonly description: "Reply body in markdown.";
|
|
1771
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1772
|
+
};
|
|
1773
|
+
};
|
|
1774
|
+
readonly required: readonly ["body"];
|
|
1775
|
+
readonly additionalProperties: false;
|
|
1776
|
+
};
|
|
1777
|
+
export declare const TicketMessageSchema: {
|
|
1778
|
+
readonly type: "object";
|
|
1779
|
+
readonly properties: {
|
|
1780
|
+
readonly id: {
|
|
1781
|
+
readonly type: "string";
|
|
1782
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1783
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1784
|
+
};
|
|
1785
|
+
readonly type: {
|
|
1786
|
+
readonly type: "string";
|
|
1787
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1788
|
+
readonly example: "customer_reply";
|
|
1789
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1790
|
+
};
|
|
1791
|
+
readonly body: {
|
|
1792
|
+
readonly type: "string";
|
|
1793
|
+
readonly description: "Message body in markdown.";
|
|
1794
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1795
|
+
};
|
|
1796
|
+
readonly author_first_name: {
|
|
1797
|
+
readonly type: "string";
|
|
1798
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1799
|
+
readonly example: "Jane";
|
|
1800
|
+
};
|
|
1801
|
+
readonly author_last_name: {
|
|
1802
|
+
readonly type: "string";
|
|
1803
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1804
|
+
readonly example: "Doe";
|
|
1805
|
+
};
|
|
1806
|
+
readonly attachments: {
|
|
1807
|
+
readonly type: "array";
|
|
1808
|
+
readonly items: {
|
|
1809
|
+
readonly type: "object";
|
|
1810
|
+
readonly properties: {
|
|
1811
|
+
readonly id: {
|
|
1812
|
+
readonly type: "string";
|
|
1813
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1814
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1815
|
+
};
|
|
1816
|
+
readonly filename: {
|
|
1817
|
+
readonly type: "string";
|
|
1818
|
+
readonly description: "Original filename as uploaded.";
|
|
1819
|
+
readonly example: "debug.log";
|
|
1820
|
+
};
|
|
1821
|
+
readonly content_type: {
|
|
1822
|
+
readonly type: "string";
|
|
1823
|
+
readonly description: "MIME content type of the attachment.";
|
|
1824
|
+
readonly example: "text/plain";
|
|
1825
|
+
};
|
|
1826
|
+
readonly size: {
|
|
1827
|
+
readonly type: "integer";
|
|
1828
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1829
|
+
readonly example: 12345;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1833
|
+
readonly additionalProperties: false;
|
|
1834
|
+
};
|
|
1835
|
+
readonly description: "Attachments associated with this message.";
|
|
1836
|
+
readonly example: readonly [];
|
|
1837
|
+
};
|
|
1838
|
+
readonly date_created: {
|
|
1839
|
+
readonly type: "string";
|
|
1840
|
+
readonly format: "date-time";
|
|
1841
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1842
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1843
|
+
};
|
|
1844
|
+
};
|
|
1845
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1846
|
+
readonly additionalProperties: false;
|
|
1847
|
+
};
|
|
1848
|
+
export declare const TicketSchema: {
|
|
1849
|
+
readonly type: "object";
|
|
1850
|
+
readonly properties: {
|
|
1851
|
+
readonly id: {
|
|
1852
|
+
readonly type: "string";
|
|
1853
|
+
readonly description: "Unique identifier of the ticket (Mongo ObjectId).";
|
|
1854
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3a";
|
|
1855
|
+
};
|
|
1856
|
+
readonly status: {
|
|
1857
|
+
readonly type: "string";
|
|
1858
|
+
readonly description: "Current state of the ticket.";
|
|
1859
|
+
readonly example: "waiting_on_us";
|
|
1860
|
+
readonly enum: readonly ["waiting_on_us", "waiting_on_user", "closed"];
|
|
1861
|
+
};
|
|
1862
|
+
readonly category: {
|
|
1863
|
+
readonly type: "string";
|
|
1864
|
+
readonly description: "Ticket category.";
|
|
1865
|
+
readonly example: "technical";
|
|
1866
|
+
readonly enum: readonly ["billing", "technical", "general"];
|
|
1867
|
+
};
|
|
1868
|
+
readonly summary: {
|
|
1869
|
+
readonly type: "string";
|
|
1870
|
+
readonly description: "First 128 characters of the initial message body, with markdown formatting and newlines stripped. Used for ticket list previews.";
|
|
1871
|
+
readonly example: "My cluster cannot reach the registry. Logs attached.";
|
|
1872
|
+
};
|
|
1873
|
+
readonly closed_at: {
|
|
1874
|
+
readonly type: "string";
|
|
1875
|
+
readonly format: "date-time";
|
|
1876
|
+
readonly description: "Closure timestamp. Null while the ticket is open.";
|
|
1877
|
+
readonly example: "2026-05-18T16:08:14.338Z";
|
|
1878
|
+
};
|
|
1879
|
+
readonly date_created: {
|
|
1880
|
+
readonly type: "string";
|
|
1881
|
+
readonly format: "date-time";
|
|
1882
|
+
readonly description: "Creation date of the ticket. ISO 8601 UTC.";
|
|
1883
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1884
|
+
};
|
|
1885
|
+
readonly date_updated: {
|
|
1886
|
+
readonly type: "string";
|
|
1887
|
+
readonly format: "date-time";
|
|
1888
|
+
readonly description: "Last update date of the ticket. ISO 8601 UTC.";
|
|
1889
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1890
|
+
};
|
|
1891
|
+
readonly messages: {
|
|
1892
|
+
readonly type: "array";
|
|
1893
|
+
readonly items: {
|
|
1894
|
+
readonly type: "object";
|
|
1895
|
+
readonly properties: {
|
|
1896
|
+
readonly id: {
|
|
1897
|
+
readonly type: "string";
|
|
1898
|
+
readonly description: "Unique identifier of the message (Mongo ObjectId).";
|
|
1899
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3b";
|
|
1900
|
+
};
|
|
1901
|
+
readonly type: {
|
|
1902
|
+
readonly type: "string";
|
|
1903
|
+
readonly description: "Message type. Internal notes are filtered out of customer-facing responses.";
|
|
1904
|
+
readonly example: "customer_reply";
|
|
1905
|
+
readonly enum: readonly ["customer_reply", "agent_reply"];
|
|
1906
|
+
};
|
|
1907
|
+
readonly body: {
|
|
1908
|
+
readonly type: "string";
|
|
1909
|
+
readonly description: "Message body in markdown.";
|
|
1910
|
+
readonly example: "Thanks — that resolved it on my side.";
|
|
1911
|
+
};
|
|
1912
|
+
readonly author_first_name: {
|
|
1913
|
+
readonly type: "string";
|
|
1914
|
+
readonly description: "First name of the author. Null when not provided.";
|
|
1915
|
+
readonly example: "Jane";
|
|
1916
|
+
};
|
|
1917
|
+
readonly author_last_name: {
|
|
1918
|
+
readonly type: "string";
|
|
1919
|
+
readonly description: "Last name of the author. Null when not provided.";
|
|
1920
|
+
readonly example: "Doe";
|
|
1921
|
+
};
|
|
1922
|
+
readonly attachments: {
|
|
1923
|
+
readonly type: "array";
|
|
1924
|
+
readonly items: {
|
|
1925
|
+
readonly type: "object";
|
|
1926
|
+
readonly properties: {
|
|
1927
|
+
readonly id: {
|
|
1928
|
+
readonly type: "string";
|
|
1929
|
+
readonly description: "Unique identifier of the attachment (Mongo ObjectId).";
|
|
1930
|
+
readonly example: "60c72b2f9f1b2c001f8e4d3c";
|
|
1931
|
+
};
|
|
1932
|
+
readonly filename: {
|
|
1933
|
+
readonly type: "string";
|
|
1934
|
+
readonly description: "Original filename as uploaded.";
|
|
1935
|
+
readonly example: "debug.log";
|
|
1936
|
+
};
|
|
1937
|
+
readonly content_type: {
|
|
1938
|
+
readonly type: "string";
|
|
1939
|
+
readonly description: "MIME content type of the attachment.";
|
|
1940
|
+
readonly example: "text/plain";
|
|
1941
|
+
};
|
|
1942
|
+
readonly size: {
|
|
1943
|
+
readonly type: "integer";
|
|
1944
|
+
readonly description: "Size of the attachment in bytes.";
|
|
1945
|
+
readonly example: 12345;
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
readonly required: readonly ["id", "filename", "content_type", "size"];
|
|
1949
|
+
readonly additionalProperties: false;
|
|
1950
|
+
};
|
|
1951
|
+
readonly description: "Attachments associated with this message.";
|
|
1952
|
+
readonly example: readonly [];
|
|
1953
|
+
};
|
|
1954
|
+
readonly date_created: {
|
|
1955
|
+
readonly type: "string";
|
|
1956
|
+
readonly format: "date-time";
|
|
1957
|
+
readonly description: "Creation date of the message. ISO 8601 UTC.";
|
|
1958
|
+
readonly example: "2026-05-11T16:08:14.338Z";
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
readonly required: readonly ["id", "type", "body", "date_created"];
|
|
1962
|
+
readonly additionalProperties: false;
|
|
1963
|
+
};
|
|
1964
|
+
readonly description: "Messages on the ticket in chronological order. Internal notes are excluded. Returned by the detail endpoint only.";
|
|
1965
|
+
};
|
|
1966
|
+
};
|
|
1967
|
+
readonly required: readonly ["id", "status", "category", "summary", "date_created", "date_updated"];
|
|
1968
|
+
readonly additionalProperties: false;
|
|
1969
|
+
};
|
|
1970
|
+
export declare const TokenCreateInputSchema: {
|
|
1971
|
+
readonly type: "object";
|
|
1972
|
+
readonly properties: {
|
|
1973
|
+
readonly name: {
|
|
1974
|
+
readonly type: "string";
|
|
1975
|
+
readonly maxLength: 63;
|
|
1976
|
+
readonly minLength: 1;
|
|
1977
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1978
|
+
readonly description: "Human readable access token name.";
|
|
1979
|
+
readonly example: "deployment-token";
|
|
1980
|
+
};
|
|
1981
|
+
readonly role: {
|
|
1982
|
+
readonly type: "string";
|
|
1983
|
+
readonly description: "Role assumed by the token.";
|
|
1984
|
+
readonly example: "User";
|
|
1985
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
1986
|
+
};
|
|
1987
|
+
};
|
|
1988
|
+
readonly required: readonly ["name", "role"];
|
|
1989
|
+
readonly additionalProperties: false;
|
|
1990
|
+
};
|
|
1991
|
+
export declare const TokenSchema: {
|
|
1992
|
+
readonly type: "object";
|
|
1993
|
+
readonly properties: {
|
|
1994
|
+
readonly name: {
|
|
1995
|
+
readonly type: "string";
|
|
1996
|
+
readonly maxLength: 63;
|
|
1997
|
+
readonly minLength: 1;
|
|
1998
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
1999
|
+
readonly description: "Human readable access token name.";
|
|
2000
|
+
readonly example: "deployment-token";
|
|
2001
|
+
};
|
|
2002
|
+
readonly role: {
|
|
2003
|
+
readonly type: "string";
|
|
2004
|
+
readonly description: "Role assumed by the token.";
|
|
2005
|
+
readonly example: "User";
|
|
2006
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2007
|
+
};
|
|
2008
|
+
readonly id: {
|
|
2009
|
+
readonly type: "string";
|
|
2010
|
+
readonly description: "Generated unique identifier of the access token.";
|
|
2011
|
+
readonly example: "7kUZnH7nnKUFfvc4NK2KQF";
|
|
2012
|
+
};
|
|
2013
|
+
readonly secret: {
|
|
2014
|
+
readonly type: "string";
|
|
2015
|
+
readonly description: "Access token secret. Unmasked only during creation.";
|
|
2016
|
+
readonly example: "vq4SCMBsrgmBxbax80WDXuXoFNZAckI8";
|
|
2017
|
+
};
|
|
2018
|
+
readonly date_created: {
|
|
2019
|
+
readonly type: "string";
|
|
2020
|
+
readonly format: "date-time";
|
|
2021
|
+
readonly description: "Creation date of the access token. ISO 8601 date string in UTC timezone";
|
|
2022
|
+
readonly example: "2023-12-20T13:53:32.000Z";
|
|
2023
|
+
};
|
|
2024
|
+
};
|
|
2025
|
+
readonly required: readonly ["name", "role", "date_created"];
|
|
2026
|
+
readonly additionalProperties: false;
|
|
2027
|
+
};
|
|
2028
|
+
export declare const TokenUpdateInputSchema: {
|
|
2029
|
+
readonly type: "object";
|
|
2030
|
+
readonly properties: {
|
|
2031
|
+
readonly name: {
|
|
2032
|
+
readonly type: "string";
|
|
2033
|
+
readonly maxLength: 63;
|
|
2034
|
+
readonly minLength: 1;
|
|
2035
|
+
readonly pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$";
|
|
2036
|
+
readonly description: "Human readable access token name.";
|
|
2037
|
+
readonly example: "deployment-token";
|
|
2038
|
+
};
|
|
2039
|
+
readonly role: {
|
|
2040
|
+
readonly type: "string";
|
|
2041
|
+
readonly description: "Role assumed by the token.";
|
|
2042
|
+
readonly example: "User";
|
|
2043
|
+
readonly enum: readonly ["Administrator", "User"];
|
|
2044
|
+
};
|
|
2045
|
+
};
|
|
2046
|
+
readonly additionalProperties: false;
|
|
2047
|
+
};
|
|
2048
|
+
export declare const UsageFacetsSchema: {
|
|
2049
|
+
readonly type: "object";
|
|
2050
|
+
readonly properties: {
|
|
2051
|
+
readonly cluster_id: {
|
|
2052
|
+
readonly type: "array";
|
|
2053
|
+
readonly items: {
|
|
1487
2054
|
readonly type: "string";
|
|
1488
|
-
|
|
1489
|
-
|
|
2055
|
+
};
|
|
2056
|
+
readonly description: "List of unique cluster IDs";
|
|
2057
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
1490
2058
|
};
|
|
1491
|
-
readonly
|
|
1492
|
-
readonly
|
|
1493
|
-
|
|
1494
|
-
readonly format: "float";
|
|
1495
|
-
readonly description: "Price";
|
|
1496
|
-
readonly example: 4;
|
|
1497
|
-
}, {
|
|
2059
|
+
readonly product: {
|
|
2060
|
+
readonly type: "array";
|
|
2061
|
+
readonly items: {
|
|
1498
2062
|
readonly type: "string";
|
|
1499
|
-
|
|
1500
|
-
|
|
2063
|
+
};
|
|
2064
|
+
readonly description: "List of unique products";
|
|
2065
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2066
|
+
};
|
|
2067
|
+
};
|
|
2068
|
+
readonly additionalProperties: false;
|
|
2069
|
+
};
|
|
2070
|
+
export declare const UsageResponseSchema: {
|
|
2071
|
+
readonly type: "object";
|
|
2072
|
+
readonly properties: {
|
|
2073
|
+
readonly data: {
|
|
2074
|
+
readonly type: "array";
|
|
2075
|
+
readonly items: {
|
|
2076
|
+
readonly type: "object";
|
|
2077
|
+
readonly properties: {
|
|
2078
|
+
readonly hour: {
|
|
2079
|
+
readonly type: "string";
|
|
2080
|
+
readonly description: "Hour of the usage";
|
|
2081
|
+
readonly example: "2019-01-01T00:00:00.000Z";
|
|
2082
|
+
};
|
|
2083
|
+
readonly cluster_id: {
|
|
2084
|
+
readonly type: "string";
|
|
2085
|
+
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
2086
|
+
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
2087
|
+
};
|
|
2088
|
+
readonly product: {
|
|
2089
|
+
readonly type: "string";
|
|
2090
|
+
readonly description: "The product the usage is associated with";
|
|
2091
|
+
readonly example: "cfke_controlplane";
|
|
2092
|
+
};
|
|
2093
|
+
readonly value: {
|
|
2094
|
+
readonly type: "number";
|
|
2095
|
+
readonly format: "float";
|
|
2096
|
+
readonly description: "Consumption";
|
|
2097
|
+
readonly example: 4;
|
|
2098
|
+
};
|
|
2099
|
+
readonly price: {
|
|
2100
|
+
readonly type: "number";
|
|
2101
|
+
readonly format: "float";
|
|
2102
|
+
readonly description: "Price per unit";
|
|
2103
|
+
readonly example: 0.01;
|
|
2104
|
+
};
|
|
2105
|
+
readonly total: {
|
|
2106
|
+
readonly type: "number";
|
|
2107
|
+
readonly format: "float";
|
|
2108
|
+
readonly description: "Total cost";
|
|
2109
|
+
};
|
|
2110
|
+
};
|
|
2111
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
2112
|
+
readonly additionalProperties: false;
|
|
2113
|
+
};
|
|
2114
|
+
readonly description: "Usage data";
|
|
2115
|
+
};
|
|
2116
|
+
readonly facets: {
|
|
2117
|
+
readonly type: "object";
|
|
2118
|
+
readonly properties: {
|
|
2119
|
+
readonly cluster_id: {
|
|
2120
|
+
readonly type: "array";
|
|
2121
|
+
readonly items: {
|
|
2122
|
+
readonly type: "string";
|
|
2123
|
+
};
|
|
2124
|
+
readonly description: "List of unique cluster IDs";
|
|
2125
|
+
readonly example: readonly ["6b5439b1-923a-4f2b-a371-d554e5ea23fa"];
|
|
2126
|
+
};
|
|
2127
|
+
readonly product: {
|
|
2128
|
+
readonly type: "array";
|
|
2129
|
+
readonly items: {
|
|
2130
|
+
readonly type: "string";
|
|
2131
|
+
};
|
|
2132
|
+
readonly description: "List of unique products";
|
|
2133
|
+
readonly example: readonly ["cfke_controlplane", "cfke_connected_nodes"];
|
|
2134
|
+
};
|
|
2135
|
+
};
|
|
2136
|
+
readonly additionalProperties: false;
|
|
2137
|
+
readonly description: "Facets for filtering";
|
|
2138
|
+
};
|
|
2139
|
+
};
|
|
2140
|
+
readonly required: readonly ["data", "facets"];
|
|
2141
|
+
readonly additionalProperties: false;
|
|
2142
|
+
};
|
|
2143
|
+
export declare const UsageSchema: {
|
|
2144
|
+
readonly type: "object";
|
|
2145
|
+
readonly properties: {
|
|
2146
|
+
readonly hour: {
|
|
2147
|
+
readonly type: "string";
|
|
2148
|
+
readonly description: "Hour of the usage";
|
|
2149
|
+
readonly example: "2019-01-01T00:00:00.000Z";
|
|
2150
|
+
};
|
|
2151
|
+
readonly cluster_id: {
|
|
2152
|
+
readonly type: "string";
|
|
2153
|
+
readonly description: "Unique identifier of the kubernetes cluster. UUID v4 string in canonical form";
|
|
2154
|
+
readonly example: "6b5439b1-923a-4f2b-a371-d554e5ea23fa";
|
|
2155
|
+
};
|
|
2156
|
+
readonly product: {
|
|
2157
|
+
readonly type: "string";
|
|
2158
|
+
readonly description: "The product the usage is associated with";
|
|
2159
|
+
readonly example: "cfke_controlplane";
|
|
1501
2160
|
};
|
|
1502
2161
|
readonly value: {
|
|
1503
|
-
readonly
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
2162
|
+
readonly type: "number";
|
|
2163
|
+
readonly format: "float";
|
|
2164
|
+
readonly description: "Consumption";
|
|
2165
|
+
readonly example: 4;
|
|
2166
|
+
};
|
|
2167
|
+
readonly price: {
|
|
2168
|
+
readonly type: "number";
|
|
2169
|
+
readonly format: "float";
|
|
2170
|
+
readonly description: "Price per unit";
|
|
2171
|
+
readonly example: 0.01;
|
|
1512
2172
|
};
|
|
1513
2173
|
readonly total: {
|
|
1514
|
-
readonly
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
readonly description: "Total";
|
|
1518
|
-
readonly example: 4;
|
|
1519
|
-
}, {
|
|
1520
|
-
readonly type: "string";
|
|
1521
|
-
readonly enum: readonly [""];
|
|
1522
|
-
}];
|
|
2174
|
+
readonly type: "number";
|
|
2175
|
+
readonly format: "float";
|
|
2176
|
+
readonly description: "Total cost";
|
|
1523
2177
|
};
|
|
1524
2178
|
};
|
|
1525
|
-
readonly required: readonly ["
|
|
2179
|
+
readonly required: readonly ["hour", "cluster_id", "product", "value", "price", "total"];
|
|
1526
2180
|
readonly additionalProperties: false;
|
|
1527
2181
|
};
|
|
1528
2182
|
export declare const UserCreateInputSchema: {
|