@cloudfleet/sdk 0.0.1-bd28e81 → 0.0.1-c5d9f35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/client/client.gen.d.ts +3 -0
  2. package/dist/client/client.gen.d.ts.map +1 -0
  3. package/dist/client/client.gen.js +236 -0
  4. package/dist/client/client.gen.js.map +1 -0
  5. package/dist/client/index.d.ts +9 -0
  6. package/dist/client/index.d.ts.map +1 -0
  7. package/dist/client/index.js +7 -0
  8. package/dist/client/index.js.map +1 -0
  9. package/dist/client/types.gen.d.ts +118 -0
  10. package/dist/client/types.gen.d.ts.map +1 -0
  11. package/dist/client/types.gen.js +3 -0
  12. package/dist/client/types.gen.js.map +1 -0
  13. package/dist/client/utils.gen.d.ts +34 -0
  14. package/dist/client/utils.gen.d.ts.map +1 -0
  15. package/dist/client/utils.gen.js +229 -0
  16. package/dist/client/utils.gen.js.map +1 -0
  17. package/dist/client.gen.d.ts +13 -0
  18. package/dist/client.gen.d.ts.map +1 -0
  19. package/dist/client.gen.js +4 -0
  20. package/dist/client.gen.js.map +1 -0
  21. package/dist/core/auth.gen.d.ts +19 -0
  22. package/dist/core/auth.gen.d.ts.map +1 -0
  23. package/dist/core/auth.gen.js +15 -0
  24. package/dist/core/auth.gen.js.map +1 -0
  25. package/dist/core/bodySerializer.gen.d.ts +26 -0
  26. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  27. package/dist/core/bodySerializer.gen.js +58 -0
  28. package/dist/core/bodySerializer.gen.js.map +1 -0
  29. package/dist/core/params.gen.d.ts +44 -0
  30. package/dist/core/params.gen.d.ts.map +1 -0
  31. package/dist/core/params.gen.js +101 -0
  32. package/dist/core/params.gen.js.map +1 -0
  33. package/dist/core/pathSerializer.gen.d.ts +34 -0
  34. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  35. package/dist/core/pathSerializer.gen.js +107 -0
  36. package/dist/core/pathSerializer.gen.js.map +1 -0
  37. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  38. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  39. package/dist/core/queryKeySerializer.gen.js +93 -0
  40. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  41. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  42. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  43. package/dist/core/serverSentEvents.gen.js +134 -0
  44. package/dist/core/serverSentEvents.gen.js.map +1 -0
  45. package/dist/core/types.gen.d.ts +79 -0
  46. package/dist/core/types.gen.d.ts.map +1 -0
  47. package/dist/core/types.gen.js +3 -0
  48. package/dist/core/types.gen.js.map +1 -0
  49. package/dist/core/utils.gen.d.ts +20 -0
  50. package/dist/core/utils.gen.d.ts.map +1 -0
  51. package/dist/core/utils.gen.js +88 -0
  52. package/dist/core/utils.gen.js.map +1 -0
  53. package/dist/index.d.ts +3 -0
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index.js +3 -0
  56. package/dist/index.js.map +1 -1
  57. package/dist/schemas.gen.d.ts +1021 -1047
  58. package/dist/schemas.gen.d.ts.map +1 -1
  59. package/dist/schemas.gen.js +1491 -1080
  60. package/dist/schemas.gen.js.map +1 -1
  61. package/dist/sdk.gen.d.ts +220 -142
  62. package/dist/sdk.gen.d.ts.map +1 -1
  63. package/dist/sdk.gen.js +279 -227
  64. package/dist/sdk.gen.js.map +1 -1
  65. package/dist/services/kubernetes/api.d.ts +196 -0
  66. package/dist/services/kubernetes/api.d.ts.map +1 -0
  67. package/dist/services/kubernetes/api.js +140 -0
  68. package/dist/services/kubernetes/api.js.map +1 -0
  69. package/dist/services/kubernetes/index.d.ts +44 -0
  70. package/dist/services/kubernetes/index.d.ts.map +1 -0
  71. package/dist/services/kubernetes/index.js +68 -0
  72. package/dist/services/kubernetes/index.js.map +1 -0
  73. package/dist/services/kubernetes/types.d.ts +1335 -0
  74. package/dist/services/kubernetes/types.d.ts.map +1 -0
  75. package/dist/services/kubernetes/types.js +2 -0
  76. package/dist/services/kubernetes/types.js.map +1 -0
  77. package/dist/types.gen.d.ts +971 -953
  78. package/dist/types.gen.d.ts.map +1 -1
  79. package/dist/zod.gen.d.ts +1708 -2855
  80. package/dist/zod.gen.d.ts.map +1 -1
  81. package/dist/zod.gen.js +686 -863
  82. package/dist/zod.gen.js.map +1 -1
  83. package/package.json +12 -5
@@ -1,20 +1,181 @@
1
- export type ClusterCreateInput = {
1
+ export type ClientOptions = {
2
+ baseUrl: 'https://api.cloudfleet.ai/v1' | (string & {});
3
+ };
4
+ export type BillingContact = {
2
5
  /**
3
- * Name of the cluster.
6
+ * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
7
+ */
8
+ company?: string;
9
+ /**
10
+ * Street address, P.O. box, c/o
11
+ */
12
+ address1?: string;
13
+ /**
14
+ * Apartment, suite, unit, building, floor, etc.
15
+ */
16
+ address2?: string;
17
+ /**
18
+ * Postal code as a string.
19
+ */
20
+ postalCode?: string;
21
+ /**
22
+ * City or town name.
23
+ */
24
+ city?: string;
25
+ /**
26
+ * State, province, or region name.
27
+ */
28
+ state?: string;
29
+ /**
30
+ * Country as a ISO 3166-1 alpha-2 country code.
31
+ */
32
+ country?: string;
33
+ /**
34
+ * Phone number as a string.
35
+ */
36
+ phone?: string;
37
+ /**
38
+ * Email address used for billing as a string.
39
+ */
40
+ email: string;
41
+ /**
42
+ * Name of the billing contact person.
43
+ */
44
+ individual_name: string;
45
+ /**
46
+ * Tax ID of the organization.
47
+ */
48
+ tax_id?: string;
49
+ /**
50
+ * Type of the tax ID.
51
+ */
52
+ tax_id_type?: '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' | '';
53
+ };
54
+ export type BillingCredits = {
55
+ /**
56
+ * Generated unique identifier of the promotional code.
57
+ */
58
+ id?: string;
59
+ /**
60
+ * Type of the promotional code.
61
+ */
62
+ type: 'credit' | 'discount';
63
+ /**
64
+ * Timestamp when the credit becomes active. ISO 8601 date string in the UTC timezone.
65
+ */
66
+ date_start: string;
67
+ /**
68
+ * Timestamp when the credit expires or becomes inactive. ISO 8601 date string in the UTC timezone.
69
+ */
70
+ date_end?: string;
71
+ /**
72
+ * Promotional code used by the customer.
73
+ */
74
+ code: string;
75
+ /**
76
+ * Description of the promotional code.
77
+ */
78
+ description?: string;
79
+ /**
80
+ * Total value of the promotional code.
81
+ */
82
+ value_total: number;
83
+ /**
84
+ * Remaining value of the promotional code.
85
+ */
86
+ value_remaining?: number;
87
+ };
88
+ export type ChartCreateInput = {
89
+ /**
90
+ * Values to be used in the chart encoded as a JSON string.
91
+ */
92
+ values: string;
93
+ /**
94
+ * Desired version range or channel for the chart.
95
+ */
96
+ version_channel: string;
97
+ /**
98
+ * Unique identifier of the chart deployment aka name of the helm release.
99
+ */
100
+ name: string;
101
+ /**
102
+ * Namespace of the chart deployment
103
+ */
104
+ namespace: string;
105
+ /**
106
+ * Name of the chart listing
107
+ */
108
+ chart: string;
109
+ };
110
+ export type Chart = {
111
+ /**
112
+ * Values to be used in the chart encoded as a JSON string.
113
+ */
114
+ values: string;
115
+ /**
116
+ * Desired version range or channel for the chart.
117
+ */
118
+ version_channel: string;
119
+ /**
120
+ * Unique identifier of the chart deployment aka name of the helm release.
4
121
  */
5
122
  name: string;
6
123
  /**
7
- * Cloudfleet control plane region. One of "staging", "northamerica-central-1". This field can not be updated after creation.
124
+ * Namespace of the chart deployment
125
+ */
126
+ namespace: string;
127
+ /**
128
+ * Name of the chart listing
129
+ */
130
+ chart: string;
131
+ /**
132
+ * Status of the chart deployment.
133
+ */
134
+ status: 'InstallSucceeded' | 'InstallFailed' | 'UpgradeSucceeded' | 'UpgradeFailed' | 'TestSucceeded' | 'TestFailed' | 'RollbackSucceeded' | 'RollbackFailed' | 'UninstallSucceeded' | 'UninstallFailed' | 'ArtifactFailed' | 'DependencyNotReady' | 'Progressing' | 'SourceNotReady';
135
+ /**
136
+ * Current version of the chart deployment.
137
+ */
138
+ version_current: string;
139
+ /**
140
+ * Creation date and time of the chart deployment.
141
+ */
142
+ created_at: string;
143
+ /**
144
+ * Last update date and time of the chart deployment.
145
+ */
146
+ updated_at: string;
147
+ /**
148
+ * Indicates if the chart deployment is ready to be used.
149
+ */
150
+ ready: boolean;
151
+ };
152
+ export type ChartUpdateInput = {
153
+ /**
154
+ * Values to be used in the chart encoded as a JSON string.
155
+ */
156
+ values: string;
157
+ /**
158
+ * Desired version range or channel for the chart.
159
+ */
160
+ version_channel: string;
161
+ };
162
+ export type ClusterCreateInput = {
163
+ /**
164
+ * Name of the cluster.
8
165
  */
9
- region?: 'staging' | 'northamerica-central-1';
166
+ name: string;
10
167
  /**
11
168
  * Tier of the cluster.
12
169
  */
13
170
  tier: 'basic' | 'pro';
171
+ /**
172
+ * Cloudfleet control plane region. One of "staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.
173
+ */
174
+ region?: 'staging-1a' | 'northamerica-central-1' | 'europe-central-1a' | 'northamerica-central-1a';
14
175
  /**
15
176
  * Version of the kubernetes cluster.
16
177
  */
17
- version_channel?: string;
178
+ version_channel?: '1.x.x-cfke.x' | '1.31.x-cfke.x' | '1.32.x-cfke.x' | '1.33.x-cfke.x';
18
179
  };
19
180
  export type ClusterJoinInformation = {
20
181
  /**
@@ -25,6 +186,10 @@ export type ClusterJoinInformation = {
25
186
  * Internal URL of the Kubernetes cluster control plane. This is the endpoint that kubelet uses to connect to the cluster.
26
187
  */
27
188
  endpoint: string;
189
+ /**
190
+ * Cluster DNS IP address. This is the IP address of the kube-dns service in the cluster.
191
+ */
192
+ cluster_dns: string;
28
193
  /**
29
194
  * Authentication key for the cluster.
30
195
  */
@@ -49,6 +214,10 @@ export type ClusterJoinInformation = {
49
214
  * Containerd version of the cluster.
50
215
  */
51
216
  containerd: string;
217
+ /**
218
+ * NVIDIA driver version of the cluster.
219
+ */
220
+ nvidia_driver: string;
52
221
  };
53
222
  /**
54
223
  * OIDC Information for hosts to access to third party API's.
@@ -73,18 +242,14 @@ export type Cluster = {
73
242
  * Name of the cluster.
74
243
  */
75
244
  name: string;
76
- /**
77
- * Cloudfleet control plane region. One of "staging", "northamerica-central-1". This field can not be updated after creation.
78
- */
79
- region?: 'staging' | 'northamerica-central-1';
80
245
  /**
81
246
  * Tier of the cluster.
82
247
  */
83
248
  tier: 'basic' | 'pro';
84
249
  /**
85
- * Version of the kubernetes cluster.
250
+ * Cloudfleet control plane region. One of "staging-1a", "northamerica-central-1", "europe-central-1a", "northamerica-central-1a". This field can not be updated after creation.
86
251
  */
87
- version_channel?: string;
252
+ region?: 'staging-1a' | 'northamerica-central-1' | 'europe-central-1a' | 'northamerica-central-1a';
88
253
  /**
89
254
  * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
90
255
  */
@@ -92,7 +257,7 @@ export type Cluster = {
92
257
  /**
93
258
  * Status of the cluster. When creating a new cluster, set to `active`. When deleting a clusters, set to `deleted`.
94
259
  */
95
- status: 'active' | 'deleted' | 'creating' | 'deployed' | 'failed' | 'updating';
260
+ status: 'active' | 'disabled' | 'deleted' | 'creating' | 'deployed' | 'failed' | 'updating';
96
261
  endpoint?: string | '';
97
262
  /**
98
263
  * Certificate authority data for the kubernetes cluster. This is the root certificate authority for the cluster.
@@ -114,12 +279,20 @@ export type Cluster = {
114
279
  * Indicates if the cluster is ready to be used.
115
280
  */
116
281
  ready?: boolean;
282
+ /**
283
+ * Version of the kubernetes cluster.
284
+ */
285
+ version_channel?: string;
117
286
  };
118
287
  export type ClusterUpdateInput = {
119
288
  /**
120
289
  * Name of the cluster.
121
290
  */
122
291
  name?: string;
292
+ /**
293
+ * Tier of the cluster.
294
+ */
295
+ tier: 'basic' | 'pro';
123
296
  /**
124
297
  * Version of the kubernetes cluster.
125
298
  */
@@ -144,10 +317,10 @@ export type FleetCreateInput = {
144
317
  };
145
318
  hetzner?: {
146
319
  enabled?: boolean;
147
- apiKey?: string;
148
- } | {
149
- apiKey?: string;
150
- enabled?: boolean;
320
+ /**
321
+ * Hetzner Cloud API key with read / write access
322
+ */
323
+ apiKey: string;
151
324
  };
152
325
  aws?: {
153
326
  enabled?: boolean;
@@ -160,10 +333,6 @@ export type FleetCreateInput = {
160
333
  * Unique identifier of the kubernetes fleet.
161
334
  */
162
335
  id: string;
163
- /**
164
- * Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.
165
- */
166
- type: 'managed' | 'connected';
167
336
  };
168
337
  export type Fleet = {
169
338
  /**
@@ -184,10 +353,10 @@ export type Fleet = {
184
353
  };
185
354
  hetzner?: {
186
355
  enabled?: boolean;
187
- apiKey?: string;
188
- } | {
189
- apiKey?: string;
190
- enabled?: boolean;
356
+ /**
357
+ * Hetzner Cloud API key with read / write access
358
+ */
359
+ apiKey: string;
191
360
  };
192
361
  aws?: {
193
362
  enabled?: boolean;
@@ -200,10 +369,6 @@ export type Fleet = {
200
369
  * Unique identifier of the kubernetes fleet.
201
370
  */
202
371
  id: string;
203
- /**
204
- * Specifies the fleet type: infrastructure managed by Cloudfleet or Connected Fleets.
205
- */
206
- type: 'managed' | 'connected';
207
372
  };
208
373
  export type FleetUpdateInput = {
209
374
  /**
@@ -224,10 +389,10 @@ export type FleetUpdateInput = {
224
389
  };
225
390
  hetzner?: {
226
391
  enabled?: boolean;
227
- apiKey?: string;
228
- } | {
229
- apiKey?: string;
230
- enabled?: boolean;
392
+ /**
393
+ * Hetzner Cloud API key with read / write access
394
+ */
395
+ apiKey: string;
231
396
  };
232
397
  aws?: {
233
398
  enabled?: boolean;
@@ -237,178 +402,6 @@ export type FleetUpdateInput = {
237
402
  controllerRoleArn: string;
238
403
  };
239
404
  };
240
- export type InfrastructureFilter = {
241
- /**
242
- * Version of the infrastructure filter definition. Currently only version 1 is supported.
243
- */
244
- version?: 1;
245
- /**
246
- * Limit selection of cloud providers to this list. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)
247
- */
248
- provider?: Array<string>;
249
- /**
250
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
251
- */
252
- region?: Array<string>;
253
- /**
254
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
255
- */
256
- sub_region?: Array<string>;
257
- /**
258
- * Limits selection of cloud regions to this list of canonical provider regions
259
- */
260
- csp_region?: Array<string>;
261
- /**
262
- * Limits selection of instance types to this list. Instance / VM type as defined by the cloud service provider
263
- */
264
- instance_type?: Array<string>;
265
- /**
266
- * List of Normalized accelerator model names. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field
267
- */
268
- accelerator_name?: Array<string>;
269
- /**
270
- * List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer
271
- */
272
- accelerator_manufacturer?: Array<string>;
273
- /**
274
- * Minimum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
275
- */
276
- accelerator_count_min?: number;
277
- /**
278
- * Maximum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
279
- */
280
- accelerator_count_max?: number;
281
- /**
282
- * Minimum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
283
- */
284
- accelerator_memory_min?: number;
285
- /**
286
- * Maximum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
287
- */
288
- accelerator_memory_max?: number;
289
- /**
290
- * Minimum amount of RAM in gibibytes (GiB)
291
- */
292
- memory_min?: number;
293
- /**
294
- * Maximum amount of RAM in gibibytes (GiB)
295
- */
296
- memory_max?: number;
297
- /**
298
- * Minimum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
299
- */
300
- vcpu_min?: number;
301
- /**
302
- * Maximum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
303
- */
304
- vcpu_max?: number;
305
- /**
306
- * Minimum total storage in GiB (attached and local)
307
- */
308
- storage_total_min?: number;
309
- /**
310
- * Maximum total storage in GiB (attached and local)
311
- */
312
- storage_total_max?: number;
313
- /**
314
- * Minimum volume of directly attached, block-device local storage in gibibytes (GiB)
315
- */
316
- storage_local_min?: number;
317
- /**
318
- * Maximum volume of directly attached, block-device local storage in gibibytes (GiB)
319
- */
320
- storage_local_max?: number;
321
- /**
322
- * Minimum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
323
- */
324
- price_min?: number;
325
- /**
326
- * Maximum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
327
- */
328
- price_max?: number;
329
- };
330
- export type InfrastructureInstance = {
331
- /**
332
- * Cloudfleet instance SKU. Has a format of <provider>-<csp_region>-<instance_type>.
333
- */
334
- sku: string;
335
- /**
336
- * Normalized cloud service provider name. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)
337
- */
338
- provider: string;
339
- /**
340
- * Normalized region. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
341
- */
342
- region: string;
343
- /**
344
- * Normalized sub-region. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
345
- */
346
- sub_region: string;
347
- /**
348
- * Region as defined by the cloud service provider
349
- */
350
- csp_region: string;
351
- /**
352
- * Availability zone as defined by the cloud service provider
353
- */
354
- csp_zone: string;
355
- /**
356
- * Instance / VM type as defined by the cloud service provider
357
- */
358
- instance_type: string;
359
- /**
360
- * Instance CPU architecture
361
- */
362
- architecture: string;
363
- /**
364
- * Instance operating system
365
- */
366
- os: string;
367
- /**
368
- * CPU count as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
369
- */
370
- vcpu: number;
371
- /**
372
- * Total amount of RAM in gibibytes (GiB)
373
- */
374
- memory: number;
375
- /**
376
- * Volume of directly attached, block-device local storage in gibibytes (GiB)
377
- */
378
- local_storage: number;
379
- /**
380
- * Normalized model name of accelerator. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field
381
- */
382
- accelerator_name?: string;
383
- /**
384
- * Normalized manufacturer name of accelerator. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer
385
- */
386
- accelerator_manufacturer?: string;
387
- /**
388
- * Number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
389
- */
390
- accelerator_count?: number;
391
- /**
392
- * Ammount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
393
- */
394
- accelerator_memory?: number;
395
- /**
396
- * Maximum number of pods that can be run on this instance type.
397
- */
398
- pods_capacity?: number;
399
- /**
400
- * Capacity type of the instance. E.g. `on-demand`, `spot`.
401
- */
402
- capacity_type?: string;
403
- /**
404
- * Price of running the inctance per hour in USD as defined by the cloud service provider
405
- */
406
- price: number;
407
- /**
408
- * Whether this instance type is available.
409
- */
410
- available?: boolean;
411
- };
412
405
  export type Invite = {
413
406
  /**
414
407
  * Unique identifier of the invitation.
@@ -433,265 +426,123 @@ export type Invite = {
433
426
  };
434
427
  export type Invoice = {
435
428
  /**
436
- * Unique identifier of the invoice. UUID v4 string in canonical form
429
+ * Unique identifier of the invoice.
437
430
  */
438
431
  id?: string;
439
- /**
440
- * Unique identifier of the organization. UUID v4 string in canonical form
441
- */
442
- organizationId?: string;
432
+ number?: string;
443
433
  /**
444
434
  * Status of the invoice
445
435
  */
446
- status?: 'DRAFT' | 'COMMITTED' | 'VOID';
436
+ status?: string;
447
437
  /**
448
438
  * Total amount of the invoice
449
439
  */
450
- amount?: number;
440
+ total?: number;
451
441
  /**
452
442
  * Currency of the invoice
453
443
  */
454
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
444
+ currency?: string;
455
445
  /**
456
- * Total amount of credit adjustments
446
+ * Timestamp when the invoice was issued. ISO 8601 date string in the UTC timezone.
457
447
  */
458
- creditAdj?: number;
448
+ created: string;
459
449
  /**
460
- * Total amount of refund adjustments
450
+ * Billing period start timestamp. ISO 8601 date string in the UTC timezone.
461
451
  */
462
- refundAdj?: number;
452
+ period_start: string;
463
453
  /**
464
- * Date of the invoice
454
+ * Billing period end timestamp. ISO 8601 date string in the UTC timezone.
465
455
  */
466
- invoiceDate?: string;
456
+ period_end: string;
457
+ invoice_pdf?: string;
458
+ };
459
+ export type MarketplaceListingFiles = {
467
460
  /**
468
- * Target date of the invoice
461
+ * Raw Chart.yaml content from the Helm chart
469
462
  */
470
- targetDate?: string;
463
+ chartYaml?: string;
471
464
  /**
472
- * Number of the invoice
465
+ * Raw values.yaml content from the Helm chart
473
466
  */
474
- invoiceNumber?: string;
467
+ valuesYaml?: string;
475
468
  /**
476
- * Balance of the invoice
469
+ * JSON schema for values.yaml as a string
477
470
  */
478
- balance?: number;
471
+ valuesSchemaJson?: string;
472
+ };
473
+ export type MarketplaceListing = {
479
474
  /**
480
- * Bundle keys of the invoice
475
+ * Name of the chart
481
476
  */
482
- bundleKeys?: string;
477
+ name: string;
483
478
  /**
484
- * Credits of the invoice
479
+ * Available versions of the chart
485
480
  */
486
- credits?: Array<{
487
- /**
488
- * Unique identifier of the invoice item. UUID v4 string in canonical form
489
- */
490
- id?: string;
491
- /**
492
- * Unique identifier of the linked invoice item. UUID v4 string in canonical form
493
- */
494
- linkedInvoiceItemId?: string;
495
- /**
496
- * Name of the product
497
- */
498
- productName?: string;
499
- /**
500
- * Name of the plan
501
- */
502
- planName?: string;
503
- /**
504
- * Name of the phase
505
- */
506
- phaseName?: string;
507
- /**
508
- * Name of the usage
509
- */
510
- usageName?: string;
511
- /**
512
- * Pretty name of the product
513
- */
514
- prettyProductName?: string;
515
- /**
516
- * Pretty name of the plan
517
- */
518
- prettyPlanName?: string;
519
- /**
520
- * Pretty name of the phase
521
- */
522
- prettyPhaseName?: string;
481
+ versions: Array<string>;
482
+ /**
483
+ * Version channels for the chart
484
+ */
485
+ version_channels: Array<string>;
486
+ /**
487
+ * Latest version of the chart
488
+ */
489
+ latestVersion: string;
490
+ /**
491
+ * Chart metadata
492
+ */
493
+ metadata?: {
523
494
  /**
524
- * Pretty name of the usage
495
+ * Chart name from metadata
525
496
  */
526
- prettyUsageName?: string;
497
+ name: string;
527
498
  /**
528
- * Type of the invoice item
499
+ * Chart version from metadata
529
500
  */
530
- itemType?: 'EXTERNAL_CHARGE' | 'FIXED' | 'RECURRING' | 'REPAIR_ADJ' | 'CBA_ADJ' | 'CREDIT_ADJ' | 'ITEM_ADJ' | 'USAGE' | 'TAX' | 'PARENT_SUMMARY';
501
+ version: string;
531
502
  /**
532
- * Description of the invoice item
503
+ * Chart description
533
504
  */
534
505
  description?: string;
535
506
  /**
536
- * Start date of the invoice item
537
- */
538
- startDate?: string;
539
- /**
540
- * End date of the invoice item
507
+ * Application version
541
508
  */
542
- endDate?: string;
509
+ appVersion?: string;
543
510
  /**
544
- * Amount of the invoice item
511
+ * Helm API version
545
512
  */
546
- amount?: number;
513
+ apiVersion?: string;
547
514
  /**
548
- * Rate of the invoice item
515
+ * Chart keywords
549
516
  */
550
- rate?: number;
517
+ keywords?: Array<string>;
551
518
  /**
552
- * Currency of the invoice item
519
+ * Chart home URL
553
520
  */
554
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
521
+ home?: string;
555
522
  /**
556
- * Quantity of the invoice item
523
+ * A URL to an SVG or PNG image to be used as an icon
557
524
  */
558
- quantity?: number;
525
+ icon?: string;
559
526
  /**
560
- * Details of the invoice item
527
+ * Chart source URLs
561
528
  */
562
- itemDetails?: string;
529
+ sources?: Array<string>;
563
530
  /**
564
- * Effective date of the catalog
531
+ * Chart maintainers
565
532
  */
566
- catalogEffectiveDate?: string;
567
- /**
568
- * Child items of the invoice item
569
- */
570
- childItems?: Array<Array<unknown> | boolean | number | {
571
- [key: string]: unknown;
572
- } | string>;
573
- }>;
574
- /**
575
- * Items of the invoice
576
- */
577
- items?: Array<{
578
- /**
579
- * Unique identifier of the invoice item. UUID v4 string in canonical form
580
- */
581
- id?: string;
582
- /**
583
- * Unique identifier of the linked invoice item. UUID v4 string in canonical form
584
- */
585
- linkedInvoiceItemId?: string;
586
- /**
587
- * Name of the product
588
- */
589
- productName?: string;
590
- /**
591
- * Name of the plan
592
- */
593
- planName?: string;
594
- /**
595
- * Name of the phase
596
- */
597
- phaseName?: string;
598
- /**
599
- * Name of the usage
600
- */
601
- usageName?: string;
602
- /**
603
- * Pretty name of the product
604
- */
605
- prettyProductName?: string;
606
- /**
607
- * Pretty name of the plan
608
- */
609
- prettyPlanName?: string;
610
- /**
611
- * Pretty name of the phase
612
- */
613
- prettyPhaseName?: string;
614
- /**
615
- * Pretty name of the usage
616
- */
617
- prettyUsageName?: string;
618
- /**
619
- * Type of the invoice item
620
- */
621
- itemType?: 'EXTERNAL_CHARGE' | 'FIXED' | 'RECURRING' | 'REPAIR_ADJ' | 'CBA_ADJ' | 'CREDIT_ADJ' | 'ITEM_ADJ' | 'USAGE' | 'TAX' | 'PARENT_SUMMARY';
622
- /**
623
- * Description of the invoice item
624
- */
625
- description?: string;
626
- /**
627
- * Start date of the invoice item
628
- */
629
- startDate?: string;
630
- /**
631
- * End date of the invoice item
632
- */
633
- endDate?: string;
634
- /**
635
- * Amount of the invoice item
636
- */
637
- amount?: number;
638
- /**
639
- * Rate of the invoice item
640
- */
641
- rate?: number;
642
- /**
643
- * Currency of the invoice item
644
- */
645
- currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LVL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD' | 'BTC';
646
- /**
647
- * Quantity of the invoice item
648
- */
649
- quantity?: number;
650
- /**
651
- * Details of the invoice item
652
- */
653
- itemDetails?: string;
654
- /**
655
- * Effective date of the catalog
656
- */
657
- catalogEffectiveDate?: string;
658
- /**
659
- * Child items of the invoice item
660
- */
661
- childItems?: Array<Array<unknown> | boolean | number | {
662
- [key: string]: unknown;
663
- } | string>;
664
- }>;
533
+ maintainers?: Array<{
534
+ /**
535
+ * Maintainer name
536
+ */
537
+ name: string;
538
+ /**
539
+ * Maintainer email
540
+ */
541
+ email?: string;
542
+ }>;
543
+ };
665
544
  };
666
- export type OrganizationContactInfo = {
667
- /**
668
- * Street address, P.O. box, c/o
669
- */
670
- address1?: string;
671
- /**
672
- * Apartment, suite, unit, building, floor, etc.
673
- */
674
- address2?: string;
675
- /**
676
- * Postal code as a string.
677
- */
678
- postalCode?: string;
679
- /**
680
- * City or town name.
681
- */
682
- city?: string;
683
- /**
684
- * State, province, or region name.
685
- */
686
- state?: string;
687
- /**
688
- * Country as a ISO 3166-1 alpha-2 country code.
689
- */
690
- country?: string;
691
- /**
692
- * Phone number as a string.
693
- */
694
- phone?: string;
545
+ export type OrganizationCreateInput = {
695
546
  /**
696
547
  * Email address used for billing as a string.
697
548
  */
@@ -704,116 +555,24 @@ export type OrganizationContactInfo = {
704
555
  * Last name of the billing contact person.
705
556
  */
706
557
  last_name: string;
707
- };
708
- export type OrganizationCreateInput = {
709
558
  /**
710
559
  * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
711
560
  */
712
- name: string;
713
- /**
714
- * Organization contact information and billing address.
715
- */
716
- contactInfo: {
717
- /**
718
- * Street address, P.O. box, c/o
719
- */
720
- address1?: string;
721
- /**
722
- * Apartment, suite, unit, building, floor, etc.
723
- */
724
- address2?: string;
725
- /**
726
- * Postal code as a string.
727
- */
728
- postalCode?: string;
729
- /**
730
- * City or town name.
731
- */
732
- city?: string;
733
- /**
734
- * State, province, or region name.
735
- */
736
- state?: string;
737
- /**
738
- * Country as a ISO 3166-1 alpha-2 country code.
739
- */
740
- country?: string;
741
- /**
742
- * Phone number as a string.
743
- */
744
- phone?: string;
745
- /**
746
- * Email address used for billing as a string.
747
- */
748
- email: string;
749
- /**
750
- * First name of the billing contact person.
751
- */
752
- first_name: string;
753
- /**
754
- * Last name of the billing contact person.
755
- */
756
- last_name: string;
757
- };
561
+ company_name: string;
758
562
  /**
759
563
  * Password for the root account. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.
760
564
  */
761
565
  password: string;
762
566
  };
763
567
  export type Organization = {
764
- /**
765
- * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
766
- */
767
- name: string;
768
- /**
769
- * Organization contact information and billing address.
770
- */
771
- contactInfo: {
772
- /**
773
- * Street address, P.O. box, c/o
774
- */
775
- address1?: string;
776
- /**
777
- * Apartment, suite, unit, building, floor, etc.
778
- */
779
- address2?: string;
780
- /**
781
- * Postal code as a string.
782
- */
783
- postalCode?: string;
784
- /**
785
- * City or town name.
786
- */
787
- city?: string;
788
- /**
789
- * State, province, or region name.
790
- */
791
- state?: string;
792
- /**
793
- * Country as a ISO 3166-1 alpha-2 country code.
794
- */
795
- country?: string;
796
- /**
797
- * Phone number as a string.
798
- */
799
- phone?: string;
800
- /**
801
- * Email address used for billing as a string.
802
- */
803
- email: string;
804
- /**
805
- * First name of the billing contact person.
806
- */
807
- first_name: string;
808
- /**
809
- * Last name of the billing contact person.
810
- */
811
- last_name: string;
812
- };
813
568
  /**
814
569
  * Unique identifier of the organization. UUID v4 string in canonical form
815
570
  */
816
571
  id: string;
572
+ /**
573
+ * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
574
+ */
575
+ name?: string;
817
576
  /**
818
577
  * Creation date of the organization. ISO 8601 date string in UTC timezone
819
578
  */
@@ -842,10 +601,6 @@ export type Organization = {
842
601
  * Maximum number of fleets that can be created per cluster.
843
602
  */
844
603
  fleets_max: number;
845
- /**
846
- * Maximum number of CPU cores per managed fleet.
847
- */
848
- managed_fleets_cpu_max: number;
849
604
  /**
850
605
  * List of Cloudfleet cluster tiers available for the organization.
851
606
  */
@@ -867,96 +622,256 @@ export type Organization = {
867
622
  */
868
623
  label: string;
869
624
  }>;
625
+ /**
626
+ * User-level maximum number of tokens Cloudfleet Copilot can process per hour.
627
+ */
628
+ copilot_user_hourly_tokens: number;
629
+ /**
630
+ * Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.
631
+ */
632
+ copilot_organization_hourly_tokens: number;
633
+ /**
634
+ * Organization-level maximum CFCR storage volume in GB. -1 means no limit.
635
+ */
636
+ cfcr_storage_gb: number;
870
637
  };
871
- /**
872
- * List of pending actions that the user needs to complete. Used in Cloudfleet console to guide the user through the onboarding process.
873
- */
874
- pending_actions: Array<'signup-billing-address' | 'signup-payment-method' | 'signup-invite-team' | 'signup-create-cluster'>;
875
638
  /**
876
639
  * Status of the organization. Can be `active` or `closed`, or `suspended`.
877
640
  */
878
641
  status: 'active' | 'closed' | 'suspended';
879
642
  };
880
- export type OrganizationUpdateInput = {
643
+ export type PaymentMethod = {
881
644
  /**
882
- * Name of the legal entity. This name will be used in invoices. Use your first and last name for individual accounts.
645
+ * Unique identifier of the organization. UUID v4 string in canonical form.
883
646
  */
884
- name?: string;
647
+ id: string;
885
648
  /**
886
- * Organization contact information and billing address.
649
+ * Whether organization payment method was set up and ready to use for payments.
887
650
  */
888
- contactInfo: {
889
- /**
890
- * Street address, P.O. box, c/o
891
- */
892
- address1?: string;
651
+ setup: boolean;
652
+ /**
653
+ * Payment method type type. Only `card` payments supported at the moment.
654
+ */
655
+ type: 'card';
656
+ /**
657
+ * Last 4 digits of the payment card number.
658
+ */
659
+ last4: string;
660
+ /**
661
+ * Two-digit number representing the card's expiration month.
662
+ */
663
+ exp_month: number;
664
+ /**
665
+ * Four-digit number representing the card's expiration year.
666
+ */
667
+ exp_year: number;
668
+ /**
669
+ * Payment card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.
670
+ */
671
+ brand: 'amex' | 'diners' | 'discover' | 'eftpos_au' | 'jcb' | 'mastercard' | 'unionpay' | 'visa' | 'unknown';
672
+ };
673
+ export type PlatformQuota = {
674
+ /**
675
+ * Maximum number of Basic clusters that can be created.
676
+ */
677
+ basic_clusters_max: number;
678
+ /**
679
+ * Available number of Basic clusters that can be created.
680
+ */
681
+ basic_clusters_available: number;
682
+ /**
683
+ * Maximum number of Pro clusters that can be created.
684
+ */
685
+ pro_clusters_max: number;
686
+ /**
687
+ * Available number of Pro clusters that can be created.
688
+ */
689
+ pro_clusters_available: number;
690
+ /**
691
+ * Maximum number of fleets that can be created per cluster.
692
+ */
693
+ fleets_max: number;
694
+ /**
695
+ * List of Cloudfleet cluster tiers available for the organization.
696
+ */
697
+ cluster_tiers: Array<string>;
698
+ /**
699
+ * List of Cloudfleet control plane regions available for the organization.
700
+ */
701
+ regions: Array<string>;
702
+ /**
703
+ * List of CFKE control plane versions available for the organization.
704
+ */
705
+ versions: Array<{
893
706
  /**
894
- * Apartment, suite, unit, building, floor, etc.
707
+ * Id of the control plane version. Used in API calls.
895
708
  */
896
- address2?: string;
709
+ id: string;
897
710
  /**
898
- * Postal code as a string.
711
+ * Label of the control plane version. Used in frontent UI.
899
712
  */
900
- postalCode?: string;
713
+ label: string;
714
+ }>;
715
+ /**
716
+ * User-level maximum number of tokens Cloudfleet Copilot can process per hour.
717
+ */
718
+ copilot_user_hourly_tokens: number;
719
+ /**
720
+ * Organization-level maximum number of tokens Cloudfleet Copilot can process per hour.
721
+ */
722
+ copilot_organization_hourly_tokens: number;
723
+ /**
724
+ * Organization-level maximum CFCR storage volume in GB. -1 means no limit.
725
+ */
726
+ cfcr_storage_gb: number;
727
+ };
728
+ export type RegistryRepository = {
729
+ /**
730
+ * Repository name.
731
+ */
732
+ name: string;
733
+ /**
734
+ * Registry region.
735
+ */
736
+ region: string;
737
+ /**
738
+ * Full URI of the repository.
739
+ */
740
+ uri: string;
741
+ };
742
+ export type RegistryRepositoryWithTags = {
743
+ /**
744
+ * Repository name.
745
+ */
746
+ name: string;
747
+ /**
748
+ * Registry region.
749
+ */
750
+ region: string;
751
+ /**
752
+ * Full URI of the repository.
753
+ */
754
+ uri: string;
755
+ /**
756
+ * Array of tags in the repository.
757
+ */
758
+ tags: Array<{
901
759
  /**
902
- * City or town name.
760
+ * Tag name.
903
761
  */
904
- city?: string;
762
+ name: string;
905
763
  /**
906
- * State, province, or region name.
764
+ * Size of the tag in bytes.
907
765
  */
908
- state?: string;
766
+ size: number;
909
767
  /**
910
- * Country as a ISO 3166-1 alpha-2 country code.
768
+ * Media type of the manifest.
911
769
  */
912
- country?: string;
770
+ mediaType?: string;
913
771
  /**
914
- * Phone number as a string.
772
+ * Array of platform strings for multi-arch images (e.g., linux/amd64, linux/arm64).
915
773
  */
916
- phone?: string;
774
+ platforms?: Array<string>;
775
+ }>;
776
+ /**
777
+ * Total size of all tags in the repository in bytes.
778
+ */
779
+ totalSize: number;
780
+ };
781
+ export type RegistryTag = {
782
+ /**
783
+ * Tag name.
784
+ */
785
+ name: string;
786
+ /**
787
+ * Manifest digest for pulling by digest.
788
+ */
789
+ digest: string;
790
+ /**
791
+ * Media type of the manifest.
792
+ */
793
+ mediaType?: string;
794
+ /**
795
+ * Manifest config metadata.
796
+ */
797
+ config?: {
917
798
  /**
918
- * Email address used for billing as a string.
799
+ * Size of the config in bytes.
919
800
  */
920
- email: string;
801
+ size: number;
802
+ };
803
+ /**
804
+ * Array of layer metadata.
805
+ */
806
+ layers?: Array<{
921
807
  /**
922
- * First name of the billing contact person.
808
+ * Digest of the layer.
923
809
  */
924
- first_name: string;
810
+ digest?: string;
925
811
  /**
926
- * Last name of the billing contact person.
812
+ * Size of the layer in bytes.
927
813
  */
928
- last_name: string;
929
- };
930
- };
931
- export type PaymentMethod = {
932
- /**
933
- * Unique identifier of the organization. UUID v4 string in canonical form.
934
- */
935
- id: string;
936
- /**
937
- * Whether organization payment method was set up and ready to use for payments.
938
- */
939
- setup: boolean;
814
+ size: number;
815
+ }>;
940
816
  /**
941
- * Payment method type type. Only `card` payments supported at the moment.
817
+ * Array of manifests for multi-arch images.
942
818
  */
943
- type: 'card';
819
+ manifests?: Array<{
820
+ /**
821
+ * Digest of the manifest.
822
+ */
823
+ digest: string;
824
+ /**
825
+ * Platform information for the manifest.
826
+ */
827
+ platform?: {
828
+ /**
829
+ * Architecture of the platform.
830
+ */
831
+ architecture: string;
832
+ /**
833
+ * Operating system of the platform.
834
+ */
835
+ os: string;
836
+ /**
837
+ * Variant of the platform (e.g., v7, v8 for ARM).
838
+ */
839
+ variant?: string;
840
+ };
841
+ /**
842
+ * Layers for this platform.
843
+ */
844
+ layers?: Array<{
845
+ /**
846
+ * Digest of the layer.
847
+ */
848
+ digest?: string;
849
+ /**
850
+ * Size of the layer in bytes.
851
+ */
852
+ size: number;
853
+ }>;
854
+ /**
855
+ * Total size of this platform manifest in bytes.
856
+ */
857
+ size?: number;
858
+ }>;
944
859
  /**
945
- * Last 4 digits of the payment card number.
860
+ * Total size of the tag in bytes.
946
861
  */
947
- last4: string;
862
+ size: number;
948
863
  /**
949
- * Two-digit number representing the card's expiration month.
864
+ * Registry region.
950
865
  */
951
- exp_month: number;
866
+ region: string;
952
867
  /**
953
- * Four-digit number representing the card's expiration year.
868
+ * Repository name.
954
869
  */
955
- exp_year: number;
870
+ repository: string;
956
871
  /**
957
- * Payment card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`.
872
+ * Full URI of the tag.
958
873
  */
959
- brand: 'amex' | 'diners' | 'discover' | 'eftpos_au' | 'jcb' | 'mastercard' | 'unionpay' | 'visa' | 'unknown';
874
+ uri: string;
960
875
  };
961
876
  export type TokenCreateInput = {
962
877
  /**
@@ -1000,20 +915,85 @@ export type TokenUpdateInput = {
1000
915
  */
1001
916
  role?: 'Administrator' | 'User';
1002
917
  };
918
+ export type UsageFacets = {
919
+ /**
920
+ * List of unique cluster IDs
921
+ */
922
+ cluster_id?: Array<string>;
923
+ /**
924
+ * List of unique products
925
+ */
926
+ product?: Array<string>;
927
+ };
928
+ export type UsageResponse = {
929
+ /**
930
+ * Usage data
931
+ */
932
+ data: Array<{
933
+ /**
934
+ * Hour of the usage
935
+ */
936
+ hour: string;
937
+ /**
938
+ * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
939
+ */
940
+ cluster_id: string;
941
+ /**
942
+ * The product the usage is associated with
943
+ */
944
+ product: string;
945
+ /**
946
+ * Consumption
947
+ */
948
+ value: number;
949
+ /**
950
+ * Price per unit
951
+ */
952
+ price: number;
953
+ /**
954
+ * Total cost
955
+ */
956
+ total: number;
957
+ }>;
958
+ /**
959
+ * Facets for filtering
960
+ */
961
+ facets: {
962
+ /**
963
+ * List of unique cluster IDs
964
+ */
965
+ cluster_id?: Array<string>;
966
+ /**
967
+ * List of unique products
968
+ */
969
+ product?: Array<string>;
970
+ };
971
+ };
1003
972
  export type Usage = {
1004
973
  /**
1005
- * Unique identifier of the Usage object, equal to subscription id of the task . UUID v4 string in canonical form
974
+ * Hour of the usage
1006
975
  */
1007
- id: string;
976
+ hour: string;
977
+ /**
978
+ * Unique identifier of the kubernetes cluster. UUID v4 string in canonical form
979
+ */
980
+ cluster_id: string;
981
+ /**
982
+ * The product the usage is associated with
983
+ */
984
+ product: string;
985
+ /**
986
+ * Consumption
987
+ */
988
+ value: number;
1008
989
  /**
1009
- * Unique identifier of the project. UUID v4 string in canonical form
990
+ * Price per unit
1010
991
  */
1011
- task_id: string;
992
+ price: number;
1012
993
  /**
1013
- * Unit of measurement. E.g. GiB, seconds, etc
994
+ * Total cost
1014
995
  */
1015
- unit: string;
1016
- amount: number;
996
+ total: number;
1017
997
  };
1018
998
  export type UserCreateInput = {
1019
999
  /**
@@ -1033,7 +1013,7 @@ export type UserCreateInput = {
1033
1013
  */
1034
1014
  code: string;
1035
1015
  /**
1036
- * User password. Must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number and one special character.
1016
+ * User password. Must be at least 8 characters long.
1037
1017
  */
1038
1018
  password: string;
1039
1019
  /**
@@ -1074,16 +1054,6 @@ export type User = {
1074
1054
  * Creation date of the user. ISO 8601 date string in UTC timezone
1075
1055
  */
1076
1056
  date_created: string;
1077
- cluster_permissions?: Array<{
1078
- /**
1079
- * Unique identifier of the cluster. UUID v4 string in canonical form
1080
- */
1081
- cluster_id: string;
1082
- /**
1083
- * User permissions to access the cluster. Can be `readwrite` or `readonly`.
1084
- */
1085
- permissions: 'readwrite' | 'readonly';
1086
- }>;
1087
1057
  };
1088
1058
  export type UserUpdateInput = {
1089
1059
  /**
@@ -1110,15 +1080,11 @@ export type UserUpdateInput = {
1110
1080
  export type GetUsageData = {
1111
1081
  body?: never;
1112
1082
  path?: never;
1113
- query: {
1114
- /**
1115
- * Start date for the usage. Date of oldest data point to retrieve.
1116
- */
1117
- start_date: string;
1083
+ query?: {
1118
1084
  /**
1119
- * End date for the usage. Date of newest data point to retrieve.
1085
+ * Time granularity for usage aggregation - hourly (Past 48 hours aggregated by hour), daily (Past 30 days aggregated by day), monthly (Past 12 months aggregated by month)
1120
1086
  */
1121
- end_date: string;
1087
+ granularity?: 'hourly' | 'daily' | 'monthly';
1122
1088
  };
1123
1089
  url: '/billing/usage';
1124
1090
  };
@@ -1130,24 +1096,11 @@ export type GetUsageErrors = {
1130
1096
  };
1131
1097
  export type GetUsageResponses = {
1132
1098
  /**
1133
- * An array of usage records.
1099
+ * Usage data with facets for filtering
1134
1100
  */
1135
- 200: Array<Usage>;
1101
+ 200: UsageResponse;
1136
1102
  };
1137
1103
  export type GetUsageResponse = GetUsageResponses[keyof GetUsageResponses];
1138
- export type GetBalanceData = {
1139
- body?: never;
1140
- path?: never;
1141
- query?: never;
1142
- url: '/billing/balance';
1143
- };
1144
- export type GetBalanceResponses = {
1145
- /**
1146
- * Current balance of the organization in USD as a floating-point number.
1147
- */
1148
- 200: number;
1149
- };
1150
- export type GetBalanceResponse = GetBalanceResponses[keyof GetBalanceResponses];
1151
1104
  export type GetPaymentMethodData = {
1152
1105
  body?: never;
1153
1106
  path?: never;
@@ -1189,16 +1142,7 @@ export type GetPaymentMethodSecretResponse = GetPaymentMethodSecretResponses[key
1189
1142
  export type ListInvoicesData = {
1190
1143
  body?: never;
1191
1144
  path?: never;
1192
- query: {
1193
- /**
1194
- * Start date for the usage. Date of oldest data point to retrieve.
1195
- */
1196
- start_date: string;
1197
- /**
1198
- * End date for the usage. Date of newest data point to retrieve.
1199
- */
1200
- end_date: string;
1201
- };
1145
+ query?: never;
1202
1146
  url: '/billing/invoices';
1203
1147
  };
1204
1148
  export type ListInvoicesErrors = {
@@ -1214,26 +1158,182 @@ export type ListInvoicesResponses = {
1214
1158
  200: Array<Invoice>;
1215
1159
  };
1216
1160
  export type ListInvoicesResponse = ListInvoicesResponses[keyof ListInvoicesResponses];
1217
- export type GetInvoiceData = {
1161
+ export type GetContactData = {
1162
+ body?: never;
1163
+ path?: never;
1164
+ query?: never;
1165
+ url: '/billing/contact';
1166
+ };
1167
+ export type GetContactResponses = {
1168
+ /**
1169
+ * Returns a single object containing organization contact and billing address details.
1170
+ */
1171
+ 200: BillingContact;
1172
+ };
1173
+ export type GetContactResponse = GetContactResponses[keyof GetContactResponses];
1174
+ export type UpdateContactData = {
1175
+ body: BillingContact;
1176
+ path?: never;
1177
+ query?: never;
1178
+ url: '/billing/contact';
1179
+ };
1180
+ export type UpdateContactResponses = {
1181
+ /**
1182
+ * Successfully updated. Returns updated organization details.
1183
+ */
1184
+ 200: BillingContact;
1185
+ };
1186
+ export type UpdateContactResponse = UpdateContactResponses[keyof UpdateContactResponses];
1187
+ export type GetCreditsData = {
1188
+ body?: never;
1189
+ path?: never;
1190
+ query?: never;
1191
+ url: '/billing/credits';
1192
+ };
1193
+ export type GetCreditsErrors = {
1194
+ /**
1195
+ * Not authenticated
1196
+ */
1197
+ 401: unknown;
1198
+ };
1199
+ export type GetCreditsResponses = {
1200
+ /**
1201
+ * An array of the applied promotional credits records.
1202
+ */
1203
+ 200: Array<BillingCredits>;
1204
+ };
1205
+ export type GetCreditsResponse = GetCreditsResponses[keyof GetCreditsResponses];
1206
+ export type RedeemCreditsData = {
1207
+ body: {
1208
+ /**
1209
+ * Promotional code to redeem
1210
+ */
1211
+ code?: string;
1212
+ };
1213
+ path?: never;
1214
+ query?: never;
1215
+ url: '/billing/credits';
1216
+ };
1217
+ export type RedeemCreditsErrors = {
1218
+ /**
1219
+ * Not authenticated
1220
+ */
1221
+ 401: unknown;
1222
+ };
1223
+ export type RedeemCreditsResponses = {
1224
+ /**
1225
+ * Successfully created a new organization.
1226
+ */
1227
+ 200: unknown;
1228
+ };
1229
+ export type ListChartsData = {
1218
1230
  body?: never;
1219
1231
  path: {
1220
1232
  /**
1221
- * Unique invoice identifier. UUID v4 string in canonical form
1233
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1222
1234
  */
1223
- id: string;
1235
+ cluster_id: string;
1236
+ };
1237
+ query?: never;
1238
+ url: '/clusters/{cluster_id}/charts';
1239
+ };
1240
+ export type ListChartsErrors = {
1241
+ /**
1242
+ * Not authenticated
1243
+ */
1244
+ 401: unknown;
1245
+ };
1246
+ export type ListChartsResponses = {
1247
+ /**
1248
+ * An array of charts
1249
+ */
1250
+ 200: Array<Chart>;
1251
+ };
1252
+ export type ListChartsResponse = ListChartsResponses[keyof ListChartsResponses];
1253
+ export type CreateChartData = {
1254
+ body: ChartCreateInput;
1255
+ path: {
1256
+ /**
1257
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1258
+ */
1259
+ cluster_id: string;
1224
1260
  };
1225
1261
  query?: never;
1226
- url: '/billing/invoices/{id}';
1262
+ url: '/clusters/{cluster_id}/charts';
1227
1263
  };
1228
- export type GetInvoiceResponses = {
1264
+ export type CreateChartResponses = {
1229
1265
  /**
1230
- * Returns a single Invoice HTML representation under `html` property.
1266
+ * Successfully created. Returns created Chart ID.
1231
1267
  */
1232
- 200: {
1233
- html?: string;
1268
+ 200: string;
1269
+ };
1270
+ export type CreateChartResponse = CreateChartResponses[keyof CreateChartResponses];
1271
+ export type DeleteChartData = {
1272
+ body?: never;
1273
+ path: {
1274
+ /**
1275
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1276
+ */
1277
+ cluster_id: string;
1278
+ /**
1279
+ * Chart deployment name as the unique identifier of the chart.
1280
+ */
1281
+ chart_name: string;
1282
+ };
1283
+ query?: never;
1284
+ url: '/clusters/{cluster_id}/charts/{chart_name}';
1285
+ };
1286
+ export type DeleteChartResponses = {
1287
+ /**
1288
+ * Successfully deleted.
1289
+ */
1290
+ 200: string;
1291
+ };
1292
+ export type DeleteChartResponse = DeleteChartResponses[keyof DeleteChartResponses];
1293
+ export type GetChartData = {
1294
+ body?: never;
1295
+ path: {
1296
+ /**
1297
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1298
+ */
1299
+ cluster_id: string;
1300
+ /**
1301
+ * Chart deployment name as the unique identifier of the chart.
1302
+ */
1303
+ chart_name: string;
1304
+ };
1305
+ query?: never;
1306
+ url: '/clusters/{cluster_id}/charts/{chart_name}';
1307
+ };
1308
+ export type GetChartResponses = {
1309
+ /**
1310
+ * Returns a single object containing chart details.
1311
+ */
1312
+ 200: Chart;
1313
+ };
1314
+ export type GetChartResponse = GetChartResponses[keyof GetChartResponses];
1315
+ export type UpdateChartData = {
1316
+ body: ChartUpdateInput;
1317
+ path: {
1318
+ /**
1319
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1320
+ */
1321
+ cluster_id: string;
1322
+ /**
1323
+ * Chart deployment name as the unique identifier of the chart.
1324
+ */
1325
+ chart_name: string;
1234
1326
  };
1327
+ query?: never;
1328
+ url: '/clusters/{cluster_id}/charts/{chart_name}';
1235
1329
  };
1236
- export type GetInvoiceResponse = GetInvoiceResponses[keyof GetInvoiceResponses];
1330
+ export type UpdateChartResponses = {
1331
+ /**
1332
+ * Successfully updated.
1333
+ */
1334
+ 200: string;
1335
+ };
1336
+ export type UpdateChartResponse = UpdateChartResponses[keyof UpdateChartResponses];
1237
1337
  export type ListFleetsData = {
1238
1338
  body?: never;
1239
1339
  path: {
@@ -1460,288 +1560,42 @@ export type UpdateClusterData = {
1460
1560
  /**
1461
1561
  * Unique identifier of the cluster. UUID v4 string in canonical form
1462
1562
  */
1463
- cluster_id: string;
1464
- };
1465
- query?: never;
1466
- url: '/clusters/{cluster_id}';
1467
- };
1468
- export type UpdateClusterResponses = {
1469
- /**
1470
- * Successfully updated. Returns updated cluster details.
1471
- */
1472
- 200: Cluster;
1473
- };
1474
- export type UpdateClusterResponse = UpdateClusterResponses[keyof UpdateClusterResponses];
1475
- export type GetJoinInformationData = {
1476
- body?: never;
1477
- path: {
1478
- /**
1479
- * Unique identifier of the cluster. UUID v4 string in canonical form
1480
- */
1481
- cluster_id: string;
1482
- };
1483
- query?: never;
1484
- url: '/clusters/{cluster_id}/join_information';
1485
- };
1486
- export type GetJoinInformationErrors = {
1487
- /**
1488
- * Not authenticated
1489
- */
1490
- 401: unknown;
1491
- };
1492
- export type GetJoinInformationResponses = {
1493
- /**
1494
- * An object of cluster join information
1495
- */
1496
- 200: Cluster;
1497
- };
1498
- export type GetJoinInformationResponse = GetJoinInformationResponses[keyof GetJoinInformationResponses];
1499
- export type GetInfrastructureData = {
1500
- body?: never;
1501
- path?: never;
1502
- query?: {
1503
- /**
1504
- * Version of the task definition. Currently only version 1 is supported.
1505
- */
1506
- version?: 1;
1507
- /**
1508
- * Limit selection of cloud providers to this list. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)
1509
- */
1510
- provider?: Array<string>;
1511
- /**
1512
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
1513
- */
1514
- region?: Array<string>;
1515
- /**
1516
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
1517
- */
1518
- sub_region?: Array<string>;
1519
- /**
1520
- * Limits selection of cloud regions to this list of canonical provider regions
1521
- */
1522
- csp_region?: Array<string>;
1523
- /**
1524
- * Limits selection of instance types to this list. Instance / VM type as defined by the cloud service provider
1525
- */
1526
- instance_type?: Array<string>;
1527
- /**
1528
- * List of Normalized accelerator model names. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field
1529
- */
1530
- accelerator_name?: Array<string>;
1531
- /**
1532
- * List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer
1533
- */
1534
- accelerator_manufacturer?: Array<string>;
1535
- /**
1536
- * Minimum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
1537
- */
1538
- accelerator_count_min?: number;
1539
- /**
1540
- * Maximum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
1541
- */
1542
- accelerator_count_max?: number;
1543
- /**
1544
- * Minimum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
1545
- */
1546
- accelerator_memory_min?: number;
1547
- /**
1548
- * Maximum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
1549
- */
1550
- accelerator_memory_max?: number;
1551
- /**
1552
- * Minimum amount of RAM in gibibytes (GiB)
1553
- */
1554
- memory_min?: number;
1555
- /**
1556
- * Maximum amount of RAM in gibibytes (GiB)
1557
- */
1558
- memory_max?: number;
1559
- /**
1560
- * Minimum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
1561
- */
1562
- vcpu_min?: number;
1563
- /**
1564
- * Maximum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
1565
- */
1566
- vcpu_max?: number;
1567
- /**
1568
- * Minimum total storage in GiB (attached and local)
1569
- */
1570
- storage_total_min?: number;
1571
- /**
1572
- * Maximum total storage in GiB (attached and local)
1573
- */
1574
- storage_total_max?: number;
1575
- /**
1576
- * Minimum volume of directly attached, block-device local storage in gibibytes (GiB)
1577
- */
1578
- storage_local_min?: number;
1579
- /**
1580
- * Maximum volume of directly attached, block-device local storage in gibibytes (GiB)
1581
- */
1582
- storage_local_max?: number;
1583
- /**
1584
- * Minimum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
1585
- */
1586
- price_min?: number;
1587
- /**
1588
- * Maximum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
1589
- */
1590
- price_max?: number;
1563
+ cluster_id: string;
1591
1564
  };
1592
- url: '/infrastructure';
1593
- };
1594
- export type GetInfrastructureErrors = {
1595
- /**
1596
- * Returns a validation error if any of the search parameters in the request are invalid
1597
- */
1598
- 400: Blob | File;
1565
+ query?: never;
1566
+ url: '/clusters/{cluster_id}';
1599
1567
  };
1600
- export type GetInfrastructureError = GetInfrastructureErrors[keyof GetInfrastructureErrors];
1601
- export type GetInfrastructureResponses = {
1568
+ export type UpdateClusterResponses = {
1602
1569
  /**
1603
- * An array of instances returned by the search
1570
+ * Successfully updated. Returns updated cluster details.
1604
1571
  */
1605
- 200: Array<InfrastructureInstance>;
1572
+ 200: Cluster;
1606
1573
  };
1607
- export type GetInfrastructureResponse = GetInfrastructureResponses[keyof GetInfrastructureResponses];
1608
- export type GetFacetsData = {
1574
+ export type UpdateClusterResponse = UpdateClusterResponses[keyof UpdateClusterResponses];
1575
+ export type GetJoinInformationData = {
1609
1576
  body?: never;
1610
- path?: never;
1577
+ path: {
1578
+ /**
1579
+ * Unique identifier of the cluster. UUID v4 string in canonical form
1580
+ */
1581
+ cluster_id: string;
1582
+ };
1611
1583
  query?: never;
1612
- url: '/infrastructure/facets';
1584
+ url: '/clusters/{cluster_id}/join_information';
1613
1585
  };
1614
- export type GetFacetsResponses = {
1586
+ export type GetJoinInformationErrors = {
1615
1587
  /**
1616
- * Calculates search facets of the infrastructure catalog
1588
+ * Not authenticated
1617
1589
  */
1618
- 200: Array<{
1619
- /**
1620
- * Limit selection of cloud providers to this list. For the full list of supported providers, see [Providers](https://cloudfleet.ai/docs/cloud-infrastructure/providers/)
1621
- */
1622
- provider?: Array<string>;
1623
- /**
1624
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
1625
- */
1626
- region?: Array<string>;
1627
- /**
1628
- * Limits selection of cloud sub-regions to this list of Cloudfleet sub-regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
1629
- */
1630
- sub_region?: Array<string>;
1631
- /**
1632
- * Limits selection of cloud regions to this list of canonical provider regions
1633
- */
1634
- csp_region?: Array<string>;
1635
- /**
1636
- * Minimum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
1637
- */
1638
- vcpu_min?: number;
1639
- /**
1640
- * Maximum number of vCPUs as defined by the cloud service provider. Some cloud providers use hyperthreading, so the number of vCPUs may be twice as high as the number of physical cores.
1641
- */
1642
- vcpu_max?: number;
1643
- /**
1644
- * Minimum amount of RAM in gibibytes (GiB)
1645
- */
1646
- memory_min?: number;
1647
- /**
1648
- * Maximum amount of RAM in gibibytes (GiB)
1649
- */
1650
- memory_max?: number;
1651
- /**
1652
- * Minimum volume of directly attached, block-device local storage in gibibytes (GiB)
1653
- */
1654
- storage_local_min?: number;
1655
- /**
1656
- * Maximum volume of directly attached, block-device local storage in gibibytes (GiB)
1657
- */
1658
- storage_local_max?: number;
1659
- /**
1660
- * List of Normalized accelerator model names. For example, all variations of Nvidia A100 GPUs will have 'A100' as accelerator name with various memory configurations set in accelerator_memory field
1661
- */
1662
- accelerator_name?: Array<string>;
1663
- /**
1664
- * List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer
1665
- */
1666
- accelerator_manufacturer?: Array<string>;
1667
- /**
1668
- * Minimum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
1669
- */
1670
- accelerator_count_min?: number;
1671
- /**
1672
- * Maximum number of accelerators available on the instance. Some cloud providers support shared accelerators, so the number of accelerators may be a fraction of the number of physical accelerators.
1673
- */
1674
- accelerator_count_max?: number;
1675
- /**
1676
- * Minimum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
1677
- */
1678
- accelerator_memory_min?: number;
1679
- /**
1680
- * Maximum amount of accelerator memory available to each accelerator. For example, Nvidia A100 GPUs will typically have '40.0' gibibytes (GiB) of memory, while A100 GPUs with HBM2E memory will have '80.0' gibibytes (GiB) of memory
1681
- */
1682
- accelerator_memory_max?: number;
1683
- /**
1684
- * Minimum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
1685
- */
1686
- price_min?: number;
1687
- /**
1688
- * Maximum price of running the inctance per hour in USD as defined by the cloud service provider. The cheapest instance will be selected.
1689
- */
1690
- price_max?: number;
1691
- /**
1692
- * Structured array of regions and sub-regions
1693
- */
1694
- regions_struct?: Array<{
1695
- /**
1696
- * Limits selection of cloud regions to this list of Cloudfleet regions. For the full list of normalized regions and their mapping to CSP regions, see [Regions](https://cloudfleet.ai/docs/cloud-infrastructure/node-regions/)
1697
- */
1698
- region?: string;
1699
- sub_region?: Array<string>;
1700
- }>;
1701
- /**
1702
- * Structured array of regions and sub-regions
1703
- */
1704
- accelerators_struct?: Array<{
1705
- /**
1706
- * List of normalized accelerator manufacturer names. For example, all Nvidia GPUs will have 'NVIDIA' as accelerator manufacturer
1707
- */
1708
- accelerator_manufacturer?: string;
1709
- accelerator_name?: Array<string>;
1710
- }>;
1711
- /**
1712
- * Total number of instances in the catalog
1713
- */
1714
- count_total?: number;
1715
- /**
1716
- * Total number of instances in the catalog with at least 1 accelerator
1717
- */
1718
- count_accelerators?: number;
1719
- /**
1720
- * Total number of unique instances types in the catalog
1721
- */
1722
- count_instance_types?: number;
1723
- /**
1724
- * Total number of unique instances types in the catalog with at least 1 accelerator
1725
- */
1726
- count_accelerators_instance_types?: number;
1727
- }>;
1728
- };
1729
- export type GetFacetsResponse = GetFacetsResponses[keyof GetFacetsResponses];
1730
- export type GetRegionsData = {
1731
- body?: never;
1732
- path?: never;
1733
- query?: never;
1734
- url: '/infrastructure/regions';
1590
+ 401: unknown;
1735
1591
  };
1736
- export type GetRegionsResponses = {
1592
+ export type GetJoinInformationResponses = {
1737
1593
  /**
1738
- * Available Cloudfleet regions and Kubernetes versions.
1594
+ * An object of cluster join information
1739
1595
  */
1740
- 200: {
1741
- [key: string]: unknown;
1742
- };
1596
+ 200: ClusterJoinInformation;
1743
1597
  };
1744
- export type GetRegionsResponse = GetRegionsResponses[keyof GetRegionsResponses];
1598
+ export type GetJoinInformationResponse = GetJoinInformationResponses[keyof GetJoinInformationResponses];
1745
1599
  export type ListInvitesData = {
1746
1600
  body?: never;
1747
1601
  path?: never;
@@ -1814,6 +1668,95 @@ export type DeleteInviteResponses = {
1814
1668
  */
1815
1669
  200: unknown;
1816
1670
  };
1671
+ export type ListMarketplaceChartsData = {
1672
+ body?: never;
1673
+ path?: never;
1674
+ query?: never;
1675
+ url: '/marketplace';
1676
+ };
1677
+ export type ListMarketplaceChartsErrors = {
1678
+ /**
1679
+ * Not authenticated
1680
+ */
1681
+ 401: unknown;
1682
+ };
1683
+ export type ListMarketplaceChartsResponses = {
1684
+ /**
1685
+ * An array of chart listings in the marketplace.
1686
+ */
1687
+ 200: Array<MarketplaceListing>;
1688
+ };
1689
+ export type ListMarketplaceChartsResponse = ListMarketplaceChartsResponses[keyof ListMarketplaceChartsResponses];
1690
+ export type GetMarketplaceChartFilesData = {
1691
+ body?: never;
1692
+ path: {
1693
+ /**
1694
+ * Name of the chart in the marketplace.
1695
+ */
1696
+ chart_name: string;
1697
+ /**
1698
+ * Version channel pattern to match (e.g., "1.31.x-cfke.x" for latest 1.31 patch, "1.x.x-cfke.x" for latest 1.x minor).
1699
+ */
1700
+ version_channel: string;
1701
+ };
1702
+ query?: never;
1703
+ url: '/marketplace/{chart_name}/files/{version_channel}';
1704
+ };
1705
+ export type GetMarketplaceChartFilesErrors = {
1706
+ /**
1707
+ * Chart not found or no version matches the channel
1708
+ */
1709
+ 404: unknown;
1710
+ };
1711
+ export type GetMarketplaceChartFilesResponses = {
1712
+ /**
1713
+ * Returns an object containing the chart files for the latest matching version.
1714
+ */
1715
+ 200: MarketplaceListingFiles;
1716
+ };
1717
+ export type GetMarketplaceChartFilesResponse = GetMarketplaceChartFilesResponses[keyof GetMarketplaceChartFilesResponses];
1718
+ export type PostMcpData = {
1719
+ /**
1720
+ * JSON-RPC 2.0 request payload
1721
+ */
1722
+ body: {
1723
+ jsonrpc?: string;
1724
+ method?: string;
1725
+ id?: string | number;
1726
+ /**
1727
+ * Method-specific parameters
1728
+ */
1729
+ params?: {
1730
+ [key: string]: unknown;
1731
+ };
1732
+ };
1733
+ path?: never;
1734
+ query?: never;
1735
+ url: '/mcp';
1736
+ };
1737
+ export type PostMcpErrors = {
1738
+ /**
1739
+ * Not authenticated
1740
+ */
1741
+ 401: unknown;
1742
+ };
1743
+ export type PostMcpResponses = {
1744
+ /**
1745
+ * JSON-RPC 2.0 success or error response
1746
+ */
1747
+ 200: {
1748
+ jsonrpc?: string;
1749
+ id?: string | number;
1750
+ result?: {
1751
+ [key: string]: unknown;
1752
+ };
1753
+ error?: {
1754
+ code?: number;
1755
+ message?: string;
1756
+ };
1757
+ };
1758
+ };
1759
+ export type PostMcpResponse = PostMcpResponses[keyof PostMcpResponses];
1817
1760
  export type GetOrganizationData = {
1818
1761
  body?: never;
1819
1762
  path?: never;
@@ -1835,24 +1778,148 @@ export type CreateOrganizationData = {
1835
1778
  };
1836
1779
  export type CreateOrganizationResponses = {
1837
1780
  /**
1838
- * Successfully created a new organization. Returns organization details.
1781
+ * Successfully created a new organization.
1839
1782
  */
1840
- 200: Organization;
1783
+ 200: unknown;
1841
1784
  };
1842
- export type CreateOrganizationResponse = CreateOrganizationResponses[keyof CreateOrganizationResponses];
1843
- export type UpdateOrganizationData = {
1844
- body: OrganizationUpdateInput;
1785
+ export type ListRepositoriesData = {
1786
+ body?: never;
1845
1787
  path?: never;
1846
1788
  query?: never;
1847
- url: '/organization';
1789
+ url: '/registry';
1848
1790
  };
1849
- export type UpdateOrganizationResponses = {
1791
+ export type ListRepositoriesErrors = {
1850
1792
  /**
1851
- * Successfully updated. Returns updated organization details.
1793
+ * Not authenticated
1852
1794
  */
1853
- 200: Organization;
1795
+ 401: unknown;
1796
+ /**
1797
+ * Internal server error
1798
+ */
1799
+ 500: unknown;
1800
+ };
1801
+ export type ListRepositoriesResponses = {
1802
+ /**
1803
+ * List of repositories
1804
+ */
1805
+ 200: Array<RegistryRepository>;
1806
+ };
1807
+ export type ListRepositoriesResponse = ListRepositoriesResponses[keyof ListRepositoriesResponses];
1808
+ export type ListTagsData = {
1809
+ body?: never;
1810
+ path: {
1811
+ /**
1812
+ * Region where the repository is located
1813
+ */
1814
+ region: string;
1815
+ /**
1816
+ * Name of the repository
1817
+ */
1818
+ repository: string;
1819
+ };
1820
+ query?: never;
1821
+ url: '/registry/{region}/{repository}';
1822
+ };
1823
+ export type ListTagsErrors = {
1824
+ /**
1825
+ * Not authenticated
1826
+ */
1827
+ 401: unknown;
1828
+ /**
1829
+ * Repository not found
1830
+ */
1831
+ 404: unknown;
1832
+ /**
1833
+ * Internal server error
1834
+ */
1835
+ 500: unknown;
1836
+ };
1837
+ export type ListTagsResponses = {
1838
+ /**
1839
+ * Repository with tags
1840
+ */
1841
+ 200: RegistryRepositoryWithTags;
1842
+ };
1843
+ export type ListTagsResponse = ListTagsResponses[keyof ListTagsResponses];
1844
+ export type DeleteTagData = {
1845
+ body?: never;
1846
+ path: {
1847
+ /**
1848
+ * Region where the repository is located
1849
+ */
1850
+ region: string;
1851
+ /**
1852
+ * Name of the repository
1853
+ */
1854
+ repository: string;
1855
+ /**
1856
+ * Name of the tag
1857
+ */
1858
+ tag: string;
1859
+ };
1860
+ query?: never;
1861
+ url: '/registry/{region}/{repository}/{tag}';
1862
+ };
1863
+ export type DeleteTagErrors = {
1864
+ /**
1865
+ * Not authenticated
1866
+ */
1867
+ 401: unknown;
1868
+ /**
1869
+ * Tag not found
1870
+ */
1871
+ 404: unknown;
1872
+ /**
1873
+ * Internal server error
1874
+ */
1875
+ 500: unknown;
1854
1876
  };
1855
- export type UpdateOrganizationResponse = UpdateOrganizationResponses[keyof UpdateOrganizationResponses];
1877
+ export type DeleteTagResponses = {
1878
+ /**
1879
+ * Tag successfully deleted
1880
+ */
1881
+ 200: unknown;
1882
+ };
1883
+ export type GetTagData = {
1884
+ body?: never;
1885
+ path: {
1886
+ /**
1887
+ * Region where the repository is located
1888
+ */
1889
+ region: string;
1890
+ /**
1891
+ * Name of the repository
1892
+ */
1893
+ repository: string;
1894
+ /**
1895
+ * Name of the tag
1896
+ */
1897
+ tag: string;
1898
+ };
1899
+ query?: never;
1900
+ url: '/registry/{region}/{repository}/{tag}';
1901
+ };
1902
+ export type GetTagErrors = {
1903
+ /**
1904
+ * Not authenticated
1905
+ */
1906
+ 401: unknown;
1907
+ /**
1908
+ * Tag not found
1909
+ */
1910
+ 404: unknown;
1911
+ /**
1912
+ * Internal server error
1913
+ */
1914
+ 500: unknown;
1915
+ };
1916
+ export type GetTagResponses = {
1917
+ /**
1918
+ * Tag details
1919
+ */
1920
+ 200: RegistryTag;
1921
+ };
1922
+ export type GetTagResponse = GetTagResponses[keyof GetTagResponses];
1856
1923
  export type ListTokensData = {
1857
1924
  body?: never;
1858
1925
  path?: never;
@@ -2109,53 +2176,4 @@ export type UpdateUserResponses = {
2109
2176
  200: User;
2110
2177
  };
2111
2178
  export type UpdateUserResponse = UpdateUserResponses[keyof UpdateUserResponses];
2112
- export type DeleteClusterPermissionsData = {
2113
- body?: never;
2114
- path: {
2115
- /**
2116
- * Unique user identifier. UUID v4 string in canonical form
2117
- */
2118
- user_id: string;
2119
- /**
2120
- * Unique cluster identifier. UUID v4 string in canonical form
2121
- */
2122
- cluster_id: string;
2123
- };
2124
- query?: never;
2125
- url: '/users/{user_id}/clusters/{cluster_id}';
2126
- };
2127
- export type DeleteClusterPermissionsResponses = {
2128
- /**
2129
- * Successfully removed user from the cluster. Returns updated user details.
2130
- */
2131
- 200: User;
2132
- };
2133
- export type DeleteClusterPermissionsResponse = DeleteClusterPermissionsResponses[keyof DeleteClusterPermissionsResponses];
2134
- export type SetClusterPermissionsData = {
2135
- body: {
2136
- /**
2137
- * Level of permissions for the user to access the cluster
2138
- */
2139
- permissions?: 'readwrite' | 'readonly';
2140
- };
2141
- path: {
2142
- /**
2143
- * Unique user identifier. UUID v4 string in canonical form
2144
- */
2145
- user_id: string;
2146
- /**
2147
- * Unique cluster identifier. UUID v4 string in canonical form
2148
- */
2149
- cluster_id: string;
2150
- };
2151
- query?: never;
2152
- url: '/users/{user_id}/clusters/{cluster_id}';
2153
- };
2154
- export type SetClusterPermissionsResponses = {
2155
- /**
2156
- * Successfully created. Returns created user details.
2157
- */
2158
- 200: User;
2159
- };
2160
- export type SetClusterPermissionsResponse = SetClusterPermissionsResponses[keyof SetClusterPermissionsResponses];
2161
2179
  //# sourceMappingURL=types.gen.d.ts.map