@cloudfleet/sdk 0.0.1-8a43c91 → 0.0.1-8ce7a61
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/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +236 -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} +18 -20
- 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} +10 -22
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +63 -119
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +20 -7
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +134 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +631 -483
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1168 -587
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +92 -20
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +150 -164
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +12 -12
- package/dist/types.gen.d.ts +582 -327
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1469 -3569
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +316 -1028
- package/dist/zod.gen.js.map +1 -1
- package/package.json +10 -6
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/zod.gen.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
import
|
|
2
|
+
import * as z from 'zod';
|
|
3
3
|
export const zBillingContact = z.object({
|
|
4
4
|
company: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/).optional(),
|
|
5
5
|
address1: z.string().optional(),
|
|
@@ -9,9 +9,8 @@ export const zBillingContact = z.object({
|
|
|
9
9
|
state: z.string().optional(),
|
|
10
10
|
country: z.string().optional(),
|
|
11
11
|
phone: z.string().optional(),
|
|
12
|
-
email: z.
|
|
13
|
-
|
|
14
|
-
last_name: z.string(),
|
|
12
|
+
email: z.email(),
|
|
13
|
+
individual_name: z.string(),
|
|
15
14
|
tax_id: z.string().optional(),
|
|
16
15
|
tax_id_type: z.enum([
|
|
17
16
|
'ad_nrt',
|
|
@@ -146,16 +145,12 @@ export const zBillingContact = z.object({
|
|
|
146
145
|
});
|
|
147
146
|
export const zBillingCredits = z.object({
|
|
148
147
|
id: z.string().optional(),
|
|
149
|
-
|
|
148
|
+
type: z.enum(['credit', 'discount']),
|
|
149
|
+
date_start: z.iso.datetime(),
|
|
150
|
+
date_end: z.iso.datetime().optional(),
|
|
150
151
|
code: z.string(),
|
|
151
152
|
description: z.string().optional(),
|
|
152
|
-
|
|
153
|
-
type: z.enum([
|
|
154
|
-
'credit',
|
|
155
|
-
'discount'
|
|
156
|
-
]),
|
|
157
|
-
value: z.number(),
|
|
158
|
-
billing_period: z.string().datetime(),
|
|
153
|
+
value_total: z.number(),
|
|
159
154
|
value_remaining: z.number().optional()
|
|
160
155
|
});
|
|
161
156
|
export const zChartCreateInput = z.object({
|
|
@@ -198,20 +193,24 @@ export const zChartUpdateInput = z.object({
|
|
|
198
193
|
});
|
|
199
194
|
export const zClusterCreateInput = z.object({
|
|
200
195
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
201
|
-
tier: z.enum([
|
|
202
|
-
'basic',
|
|
203
|
-
'pro'
|
|
204
|
-
]),
|
|
196
|
+
tier: z.enum(['basic', 'pro']),
|
|
205
197
|
region: z.enum([
|
|
206
|
-
'staging',
|
|
198
|
+
'staging-1a',
|
|
207
199
|
'northamerica-central-1',
|
|
208
|
-
'europe-central-1a'
|
|
200
|
+
'europe-central-1a',
|
|
201
|
+
'northamerica-central-1a'
|
|
209
202
|
]).optional(),
|
|
210
|
-
version_channel: z.
|
|
203
|
+
version_channel: z.enum([
|
|
204
|
+
'1.x.x-cfke.x',
|
|
205
|
+
'1.31.x-cfke.x',
|
|
206
|
+
'1.32.x-cfke.x',
|
|
207
|
+
'1.33.x-cfke.x'
|
|
208
|
+
]).optional()
|
|
211
209
|
});
|
|
212
210
|
export const zClusterJoinInformation = z.object({
|
|
213
211
|
certificate_authority: z.string(),
|
|
214
|
-
endpoint: z.
|
|
212
|
+
endpoint: z.url(),
|
|
213
|
+
cluster_dns: z.string(),
|
|
215
214
|
auth_key: z.string(),
|
|
216
215
|
bootstrap_token: z.string(),
|
|
217
216
|
versions: z.object({
|
|
@@ -228,19 +227,17 @@ export const zClusterJoinInformation = z.object({
|
|
|
228
227
|
});
|
|
229
228
|
export const zCluster = z.object({
|
|
230
229
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
231
|
-
tier: z.enum([
|
|
232
|
-
'basic',
|
|
233
|
-
'pro'
|
|
234
|
-
]),
|
|
230
|
+
tier: z.enum(['basic', 'pro']),
|
|
235
231
|
region: z.enum([
|
|
236
|
-
'staging',
|
|
232
|
+
'staging-1a',
|
|
237
233
|
'northamerica-central-1',
|
|
238
|
-
'europe-central-1a'
|
|
234
|
+
'europe-central-1a',
|
|
235
|
+
'northamerica-central-1a'
|
|
239
236
|
]).optional(),
|
|
240
|
-
|
|
241
|
-
id: z.string().uuid(),
|
|
237
|
+
id: z.uuid(),
|
|
242
238
|
status: z.enum([
|
|
243
239
|
'active',
|
|
240
|
+
'disabled',
|
|
244
241
|
'deleted',
|
|
245
242
|
'creating',
|
|
246
243
|
'deployed',
|
|
@@ -248,23 +245,19 @@ export const zCluster = z.object({
|
|
|
248
245
|
'updating'
|
|
249
246
|
]),
|
|
250
247
|
endpoint: z.union([
|
|
251
|
-
z.
|
|
252
|
-
z.enum([
|
|
253
|
-
''
|
|
254
|
-
])
|
|
248
|
+
z.url(),
|
|
249
|
+
z.enum([''])
|
|
255
250
|
]).optional(),
|
|
256
251
|
certificate_ca: z.string().optional(),
|
|
257
252
|
version_current: z.string().optional(),
|
|
258
253
|
created_at: z.string().optional(),
|
|
259
254
|
updated_at: z.string().optional(),
|
|
260
|
-
ready: z.boolean().optional()
|
|
255
|
+
ready: z.boolean().optional(),
|
|
256
|
+
version_channel: z.string().regex(/^(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-]+)*))?$/).optional()
|
|
261
257
|
});
|
|
262
258
|
export const zClusterUpdateInput = z.object({
|
|
263
259
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
|
|
264
|
-
tier: z.enum([
|
|
265
|
-
'basic',
|
|
266
|
-
'pro'
|
|
267
|
-
]),
|
|
260
|
+
tier: z.enum(['basic', 'pro']),
|
|
268
261
|
version_channel: z.string().regex(/^(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-]+)*))?$/).optional()
|
|
269
262
|
});
|
|
270
263
|
export const zFleetCreateInput = z.object({
|
|
@@ -322,645 +315,74 @@ export const zFleetUpdateInput = z.object({
|
|
|
322
315
|
});
|
|
323
316
|
export const zInvite = z.object({
|
|
324
317
|
id: z.string().optional(),
|
|
325
|
-
organization_id: z.
|
|
326
|
-
date_created: z.
|
|
327
|
-
email: z.
|
|
318
|
+
organization_id: z.uuid().optional(),
|
|
319
|
+
date_created: z.iso.datetime(),
|
|
320
|
+
email: z.email().optional(),
|
|
328
321
|
code: z.string().optional()
|
|
329
322
|
});
|
|
330
323
|
export const zInvoice = z.object({
|
|
331
|
-
id: z.string().
|
|
332
|
-
|
|
333
|
-
status: z.
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
'AOA',
|
|
346
|
-
'ARS',
|
|
347
|
-
'AUD',
|
|
348
|
-
'AWG',
|
|
349
|
-
'AZN',
|
|
350
|
-
'BAM',
|
|
351
|
-
'BBD',
|
|
352
|
-
'BDT',
|
|
353
|
-
'BGN',
|
|
354
|
-
'BHD',
|
|
355
|
-
'BIF',
|
|
356
|
-
'BMD',
|
|
357
|
-
'BND',
|
|
358
|
-
'BOB',
|
|
359
|
-
'BRL',
|
|
360
|
-
'BSD',
|
|
361
|
-
'BTN',
|
|
362
|
-
'BWP',
|
|
363
|
-
'BYR',
|
|
364
|
-
'BZD',
|
|
365
|
-
'CAD',
|
|
366
|
-
'CDF',
|
|
367
|
-
'CHF',
|
|
368
|
-
'CLP',
|
|
369
|
-
'CNY',
|
|
370
|
-
'COP',
|
|
371
|
-
'CRC',
|
|
372
|
-
'CUC',
|
|
373
|
-
'CUP',
|
|
374
|
-
'CVE',
|
|
375
|
-
'CZK',
|
|
376
|
-
'DJF',
|
|
377
|
-
'DKK',
|
|
378
|
-
'DOP',
|
|
379
|
-
'DZD',
|
|
380
|
-
'EGP',
|
|
381
|
-
'ERN',
|
|
382
|
-
'ETB',
|
|
383
|
-
'EUR',
|
|
384
|
-
'FJD',
|
|
385
|
-
'FKP',
|
|
386
|
-
'GBP',
|
|
387
|
-
'GEL',
|
|
388
|
-
'GGP',
|
|
389
|
-
'GHS',
|
|
390
|
-
'GIP',
|
|
391
|
-
'GMD',
|
|
392
|
-
'GNF',
|
|
393
|
-
'GTQ',
|
|
394
|
-
'GYD',
|
|
395
|
-
'HKD',
|
|
396
|
-
'HNL',
|
|
397
|
-
'HRK',
|
|
398
|
-
'HTG',
|
|
399
|
-
'HUF',
|
|
400
|
-
'IDR',
|
|
401
|
-
'ILS',
|
|
402
|
-
'IMP',
|
|
403
|
-
'INR',
|
|
404
|
-
'IQD',
|
|
405
|
-
'IRR',
|
|
406
|
-
'ISK',
|
|
407
|
-
'JEP',
|
|
408
|
-
'JMD',
|
|
409
|
-
'JOD',
|
|
410
|
-
'JPY',
|
|
411
|
-
'KES',
|
|
412
|
-
'KGS',
|
|
413
|
-
'KHR',
|
|
414
|
-
'KMF',
|
|
415
|
-
'KPW',
|
|
416
|
-
'KRW',
|
|
417
|
-
'KWD',
|
|
418
|
-
'KYD',
|
|
419
|
-
'KZT',
|
|
420
|
-
'LAK',
|
|
421
|
-
'LBP',
|
|
422
|
-
'LKR',
|
|
423
|
-
'LRD',
|
|
424
|
-
'LSL',
|
|
425
|
-
'LTL',
|
|
426
|
-
'LVL',
|
|
427
|
-
'LYD',
|
|
428
|
-
'MAD',
|
|
429
|
-
'MDL',
|
|
430
|
-
'MGA',
|
|
431
|
-
'MKD',
|
|
432
|
-
'MMK',
|
|
433
|
-
'MNT',
|
|
434
|
-
'MOP',
|
|
435
|
-
'MRO',
|
|
436
|
-
'MUR',
|
|
437
|
-
'MVR',
|
|
438
|
-
'MWK',
|
|
439
|
-
'MXN',
|
|
440
|
-
'MYR',
|
|
441
|
-
'MZN',
|
|
442
|
-
'NAD',
|
|
443
|
-
'NGN',
|
|
444
|
-
'NIO',
|
|
445
|
-
'NOK',
|
|
446
|
-
'NPR',
|
|
447
|
-
'NZD',
|
|
448
|
-
'OMR',
|
|
449
|
-
'PAB',
|
|
450
|
-
'PEN',
|
|
451
|
-
'PGK',
|
|
452
|
-
'PHP',
|
|
453
|
-
'PKR',
|
|
454
|
-
'PLN',
|
|
455
|
-
'PYG',
|
|
456
|
-
'QAR',
|
|
457
|
-
'RON',
|
|
458
|
-
'RSD',
|
|
459
|
-
'RUB',
|
|
460
|
-
'RWF',
|
|
461
|
-
'SAR',
|
|
462
|
-
'SBD',
|
|
463
|
-
'SCR',
|
|
464
|
-
'SDG',
|
|
465
|
-
'SEK',
|
|
466
|
-
'SGD',
|
|
467
|
-
'SHP',
|
|
468
|
-
'SLL',
|
|
469
|
-
'SOS',
|
|
470
|
-
'SPL',
|
|
471
|
-
'SRD',
|
|
472
|
-
'STD',
|
|
473
|
-
'SVC',
|
|
474
|
-
'SYP',
|
|
475
|
-
'SZL',
|
|
476
|
-
'THB',
|
|
477
|
-
'TJS',
|
|
478
|
-
'TMT',
|
|
479
|
-
'TND',
|
|
480
|
-
'TOP',
|
|
481
|
-
'TRY',
|
|
482
|
-
'TTD',
|
|
483
|
-
'TVD',
|
|
484
|
-
'TWD',
|
|
485
|
-
'TZS',
|
|
486
|
-
'UAH',
|
|
487
|
-
'UGX',
|
|
488
|
-
'USD',
|
|
489
|
-
'UYU',
|
|
490
|
-
'UZS',
|
|
491
|
-
'VEF',
|
|
492
|
-
'VND',
|
|
493
|
-
'VUV',
|
|
494
|
-
'WST',
|
|
495
|
-
'XAF',
|
|
496
|
-
'XCD',
|
|
497
|
-
'XDR',
|
|
498
|
-
'XOF',
|
|
499
|
-
'XPF',
|
|
500
|
-
'YER',
|
|
501
|
-
'ZAR',
|
|
502
|
-
'ZMW',
|
|
503
|
-
'ZWD',
|
|
504
|
-
'BTC'
|
|
505
|
-
]).optional(),
|
|
506
|
-
creditAdj: z.number().optional(),
|
|
507
|
-
refundAdj: z.number().optional(),
|
|
508
|
-
invoiceDate: z.string().optional(),
|
|
509
|
-
targetDate: z.string().optional(),
|
|
510
|
-
invoiceNumber: z.string().optional(),
|
|
511
|
-
balance: z.number().optional(),
|
|
512
|
-
bundleKeys: z.string().optional(),
|
|
513
|
-
credits: z.array(z.object({
|
|
514
|
-
id: z.string().uuid().optional(),
|
|
515
|
-
linkedInvoiceItemId: z.string().uuid().optional(),
|
|
516
|
-
productName: z.string().optional(),
|
|
517
|
-
planName: z.string().optional(),
|
|
518
|
-
phaseName: z.string().optional(),
|
|
519
|
-
usageName: z.string().optional(),
|
|
520
|
-
prettyProductName: z.string().optional(),
|
|
521
|
-
prettyPlanName: z.string().optional(),
|
|
522
|
-
prettyPhaseName: z.string().optional(),
|
|
523
|
-
prettyUsageName: z.string().optional(),
|
|
524
|
-
itemType: z.enum([
|
|
525
|
-
'EXTERNAL_CHARGE',
|
|
526
|
-
'FIXED',
|
|
527
|
-
'RECURRING',
|
|
528
|
-
'REPAIR_ADJ',
|
|
529
|
-
'CBA_ADJ',
|
|
530
|
-
'CREDIT_ADJ',
|
|
531
|
-
'ITEM_ADJ',
|
|
532
|
-
'USAGE',
|
|
533
|
-
'TAX',
|
|
534
|
-
'PARENT_SUMMARY'
|
|
535
|
-
]).optional(),
|
|
536
|
-
description: z.string().optional(),
|
|
537
|
-
startDate: z.string().optional(),
|
|
538
|
-
endDate: z.string().optional(),
|
|
539
|
-
amount: z.number().optional(),
|
|
540
|
-
rate: z.number().optional(),
|
|
541
|
-
currency: z.enum([
|
|
542
|
-
'AED',
|
|
543
|
-
'AFN',
|
|
544
|
-
'ALL',
|
|
545
|
-
'AMD',
|
|
546
|
-
'ANG',
|
|
547
|
-
'AOA',
|
|
548
|
-
'ARS',
|
|
549
|
-
'AUD',
|
|
550
|
-
'AWG',
|
|
551
|
-
'AZN',
|
|
552
|
-
'BAM',
|
|
553
|
-
'BBD',
|
|
554
|
-
'BDT',
|
|
555
|
-
'BGN',
|
|
556
|
-
'BHD',
|
|
557
|
-
'BIF',
|
|
558
|
-
'BMD',
|
|
559
|
-
'BND',
|
|
560
|
-
'BOB',
|
|
561
|
-
'BRL',
|
|
562
|
-
'BSD',
|
|
563
|
-
'BTN',
|
|
564
|
-
'BWP',
|
|
565
|
-
'BYR',
|
|
566
|
-
'BZD',
|
|
567
|
-
'CAD',
|
|
568
|
-
'CDF',
|
|
569
|
-
'CHF',
|
|
570
|
-
'CLP',
|
|
571
|
-
'CNY',
|
|
572
|
-
'COP',
|
|
573
|
-
'CRC',
|
|
574
|
-
'CUC',
|
|
575
|
-
'CUP',
|
|
576
|
-
'CVE',
|
|
577
|
-
'CZK',
|
|
578
|
-
'DJF',
|
|
579
|
-
'DKK',
|
|
580
|
-
'DOP',
|
|
581
|
-
'DZD',
|
|
582
|
-
'EGP',
|
|
583
|
-
'ERN',
|
|
584
|
-
'ETB',
|
|
585
|
-
'EUR',
|
|
586
|
-
'FJD',
|
|
587
|
-
'FKP',
|
|
588
|
-
'GBP',
|
|
589
|
-
'GEL',
|
|
590
|
-
'GGP',
|
|
591
|
-
'GHS',
|
|
592
|
-
'GIP',
|
|
593
|
-
'GMD',
|
|
594
|
-
'GNF',
|
|
595
|
-
'GTQ',
|
|
596
|
-
'GYD',
|
|
597
|
-
'HKD',
|
|
598
|
-
'HNL',
|
|
599
|
-
'HRK',
|
|
600
|
-
'HTG',
|
|
601
|
-
'HUF',
|
|
602
|
-
'IDR',
|
|
603
|
-
'ILS',
|
|
604
|
-
'IMP',
|
|
605
|
-
'INR',
|
|
606
|
-
'IQD',
|
|
607
|
-
'IRR',
|
|
608
|
-
'ISK',
|
|
609
|
-
'JEP',
|
|
610
|
-
'JMD',
|
|
611
|
-
'JOD',
|
|
612
|
-
'JPY',
|
|
613
|
-
'KES',
|
|
614
|
-
'KGS',
|
|
615
|
-
'KHR',
|
|
616
|
-
'KMF',
|
|
617
|
-
'KPW',
|
|
618
|
-
'KRW',
|
|
619
|
-
'KWD',
|
|
620
|
-
'KYD',
|
|
621
|
-
'KZT',
|
|
622
|
-
'LAK',
|
|
623
|
-
'LBP',
|
|
624
|
-
'LKR',
|
|
625
|
-
'LRD',
|
|
626
|
-
'LSL',
|
|
627
|
-
'LTL',
|
|
628
|
-
'LVL',
|
|
629
|
-
'LYD',
|
|
630
|
-
'MAD',
|
|
631
|
-
'MDL',
|
|
632
|
-
'MGA',
|
|
633
|
-
'MKD',
|
|
634
|
-
'MMK',
|
|
635
|
-
'MNT',
|
|
636
|
-
'MOP',
|
|
637
|
-
'MRO',
|
|
638
|
-
'MUR',
|
|
639
|
-
'MVR',
|
|
640
|
-
'MWK',
|
|
641
|
-
'MXN',
|
|
642
|
-
'MYR',
|
|
643
|
-
'MZN',
|
|
644
|
-
'NAD',
|
|
645
|
-
'NGN',
|
|
646
|
-
'NIO',
|
|
647
|
-
'NOK',
|
|
648
|
-
'NPR',
|
|
649
|
-
'NZD',
|
|
650
|
-
'OMR',
|
|
651
|
-
'PAB',
|
|
652
|
-
'PEN',
|
|
653
|
-
'PGK',
|
|
654
|
-
'PHP',
|
|
655
|
-
'PKR',
|
|
656
|
-
'PLN',
|
|
657
|
-
'PYG',
|
|
658
|
-
'QAR',
|
|
659
|
-
'RON',
|
|
660
|
-
'RSD',
|
|
661
|
-
'RUB',
|
|
662
|
-
'RWF',
|
|
663
|
-
'SAR',
|
|
664
|
-
'SBD',
|
|
665
|
-
'SCR',
|
|
666
|
-
'SDG',
|
|
667
|
-
'SEK',
|
|
668
|
-
'SGD',
|
|
669
|
-
'SHP',
|
|
670
|
-
'SLL',
|
|
671
|
-
'SOS',
|
|
672
|
-
'SPL',
|
|
673
|
-
'SRD',
|
|
674
|
-
'STD',
|
|
675
|
-
'SVC',
|
|
676
|
-
'SYP',
|
|
677
|
-
'SZL',
|
|
678
|
-
'THB',
|
|
679
|
-
'TJS',
|
|
680
|
-
'TMT',
|
|
681
|
-
'TND',
|
|
682
|
-
'TOP',
|
|
683
|
-
'TRY',
|
|
684
|
-
'TTD',
|
|
685
|
-
'TVD',
|
|
686
|
-
'TWD',
|
|
687
|
-
'TZS',
|
|
688
|
-
'UAH',
|
|
689
|
-
'UGX',
|
|
690
|
-
'USD',
|
|
691
|
-
'UYU',
|
|
692
|
-
'UZS',
|
|
693
|
-
'VEF',
|
|
694
|
-
'VND',
|
|
695
|
-
'VUV',
|
|
696
|
-
'WST',
|
|
697
|
-
'XAF',
|
|
698
|
-
'XCD',
|
|
699
|
-
'XDR',
|
|
700
|
-
'XOF',
|
|
701
|
-
'XPF',
|
|
702
|
-
'YER',
|
|
703
|
-
'ZAR',
|
|
704
|
-
'ZMW',
|
|
705
|
-
'ZWD',
|
|
706
|
-
'BTC'
|
|
707
|
-
]).optional(),
|
|
708
|
-
quantity: z.number().optional(),
|
|
709
|
-
itemDetails: z.string().optional(),
|
|
710
|
-
catalogEffectiveDate: z.string().optional(),
|
|
711
|
-
childItems: z.array(z.union([
|
|
712
|
-
z.array(z.unknown()),
|
|
713
|
-
z.boolean(),
|
|
714
|
-
z.number(),
|
|
715
|
-
z.object({}),
|
|
716
|
-
z.string()
|
|
717
|
-
])).optional()
|
|
718
|
-
})).optional(),
|
|
719
|
-
items: z.array(z.object({
|
|
720
|
-
id: z.string().uuid().optional(),
|
|
721
|
-
linkedInvoiceItemId: z.string().uuid().optional(),
|
|
722
|
-
productName: z.string().optional(),
|
|
723
|
-
planName: z.string().optional(),
|
|
724
|
-
phaseName: z.string().optional(),
|
|
725
|
-
usageName: z.string().optional(),
|
|
726
|
-
prettyProductName: z.string().optional(),
|
|
727
|
-
prettyPlanName: z.string().optional(),
|
|
728
|
-
prettyPhaseName: z.string().optional(),
|
|
729
|
-
prettyUsageName: z.string().optional(),
|
|
730
|
-
itemType: z.enum([
|
|
731
|
-
'EXTERNAL_CHARGE',
|
|
732
|
-
'FIXED',
|
|
733
|
-
'RECURRING',
|
|
734
|
-
'REPAIR_ADJ',
|
|
735
|
-
'CBA_ADJ',
|
|
736
|
-
'CREDIT_ADJ',
|
|
737
|
-
'ITEM_ADJ',
|
|
738
|
-
'USAGE',
|
|
739
|
-
'TAX',
|
|
740
|
-
'PARENT_SUMMARY'
|
|
741
|
-
]).optional(),
|
|
742
|
-
description: z.string().optional(),
|
|
743
|
-
startDate: z.string().optional(),
|
|
744
|
-
endDate: z.string().optional(),
|
|
745
|
-
amount: z.number().optional(),
|
|
746
|
-
rate: z.number().optional(),
|
|
747
|
-
currency: z.enum([
|
|
748
|
-
'AED',
|
|
749
|
-
'AFN',
|
|
750
|
-
'ALL',
|
|
751
|
-
'AMD',
|
|
752
|
-
'ANG',
|
|
753
|
-
'AOA',
|
|
754
|
-
'ARS',
|
|
755
|
-
'AUD',
|
|
756
|
-
'AWG',
|
|
757
|
-
'AZN',
|
|
758
|
-
'BAM',
|
|
759
|
-
'BBD',
|
|
760
|
-
'BDT',
|
|
761
|
-
'BGN',
|
|
762
|
-
'BHD',
|
|
763
|
-
'BIF',
|
|
764
|
-
'BMD',
|
|
765
|
-
'BND',
|
|
766
|
-
'BOB',
|
|
767
|
-
'BRL',
|
|
768
|
-
'BSD',
|
|
769
|
-
'BTN',
|
|
770
|
-
'BWP',
|
|
771
|
-
'BYR',
|
|
772
|
-
'BZD',
|
|
773
|
-
'CAD',
|
|
774
|
-
'CDF',
|
|
775
|
-
'CHF',
|
|
776
|
-
'CLP',
|
|
777
|
-
'CNY',
|
|
778
|
-
'COP',
|
|
779
|
-
'CRC',
|
|
780
|
-
'CUC',
|
|
781
|
-
'CUP',
|
|
782
|
-
'CVE',
|
|
783
|
-
'CZK',
|
|
784
|
-
'DJF',
|
|
785
|
-
'DKK',
|
|
786
|
-
'DOP',
|
|
787
|
-
'DZD',
|
|
788
|
-
'EGP',
|
|
789
|
-
'ERN',
|
|
790
|
-
'ETB',
|
|
791
|
-
'EUR',
|
|
792
|
-
'FJD',
|
|
793
|
-
'FKP',
|
|
794
|
-
'GBP',
|
|
795
|
-
'GEL',
|
|
796
|
-
'GGP',
|
|
797
|
-
'GHS',
|
|
798
|
-
'GIP',
|
|
799
|
-
'GMD',
|
|
800
|
-
'GNF',
|
|
801
|
-
'GTQ',
|
|
802
|
-
'GYD',
|
|
803
|
-
'HKD',
|
|
804
|
-
'HNL',
|
|
805
|
-
'HRK',
|
|
806
|
-
'HTG',
|
|
807
|
-
'HUF',
|
|
808
|
-
'IDR',
|
|
809
|
-
'ILS',
|
|
810
|
-
'IMP',
|
|
811
|
-
'INR',
|
|
812
|
-
'IQD',
|
|
813
|
-
'IRR',
|
|
814
|
-
'ISK',
|
|
815
|
-
'JEP',
|
|
816
|
-
'JMD',
|
|
817
|
-
'JOD',
|
|
818
|
-
'JPY',
|
|
819
|
-
'KES',
|
|
820
|
-
'KGS',
|
|
821
|
-
'KHR',
|
|
822
|
-
'KMF',
|
|
823
|
-
'KPW',
|
|
824
|
-
'KRW',
|
|
825
|
-
'KWD',
|
|
826
|
-
'KYD',
|
|
827
|
-
'KZT',
|
|
828
|
-
'LAK',
|
|
829
|
-
'LBP',
|
|
830
|
-
'LKR',
|
|
831
|
-
'LRD',
|
|
832
|
-
'LSL',
|
|
833
|
-
'LTL',
|
|
834
|
-
'LVL',
|
|
835
|
-
'LYD',
|
|
836
|
-
'MAD',
|
|
837
|
-
'MDL',
|
|
838
|
-
'MGA',
|
|
839
|
-
'MKD',
|
|
840
|
-
'MMK',
|
|
841
|
-
'MNT',
|
|
842
|
-
'MOP',
|
|
843
|
-
'MRO',
|
|
844
|
-
'MUR',
|
|
845
|
-
'MVR',
|
|
846
|
-
'MWK',
|
|
847
|
-
'MXN',
|
|
848
|
-
'MYR',
|
|
849
|
-
'MZN',
|
|
850
|
-
'NAD',
|
|
851
|
-
'NGN',
|
|
852
|
-
'NIO',
|
|
853
|
-
'NOK',
|
|
854
|
-
'NPR',
|
|
855
|
-
'NZD',
|
|
856
|
-
'OMR',
|
|
857
|
-
'PAB',
|
|
858
|
-
'PEN',
|
|
859
|
-
'PGK',
|
|
860
|
-
'PHP',
|
|
861
|
-
'PKR',
|
|
862
|
-
'PLN',
|
|
863
|
-
'PYG',
|
|
864
|
-
'QAR',
|
|
865
|
-
'RON',
|
|
866
|
-
'RSD',
|
|
867
|
-
'RUB',
|
|
868
|
-
'RWF',
|
|
869
|
-
'SAR',
|
|
870
|
-
'SBD',
|
|
871
|
-
'SCR',
|
|
872
|
-
'SDG',
|
|
873
|
-
'SEK',
|
|
874
|
-
'SGD',
|
|
875
|
-
'SHP',
|
|
876
|
-
'SLL',
|
|
877
|
-
'SOS',
|
|
878
|
-
'SPL',
|
|
879
|
-
'SRD',
|
|
880
|
-
'STD',
|
|
881
|
-
'SVC',
|
|
882
|
-
'SYP',
|
|
883
|
-
'SZL',
|
|
884
|
-
'THB',
|
|
885
|
-
'TJS',
|
|
886
|
-
'TMT',
|
|
887
|
-
'TND',
|
|
888
|
-
'TOP',
|
|
889
|
-
'TRY',
|
|
890
|
-
'TTD',
|
|
891
|
-
'TVD',
|
|
892
|
-
'TWD',
|
|
893
|
-
'TZS',
|
|
894
|
-
'UAH',
|
|
895
|
-
'UGX',
|
|
896
|
-
'USD',
|
|
897
|
-
'UYU',
|
|
898
|
-
'UZS',
|
|
899
|
-
'VEF',
|
|
900
|
-
'VND',
|
|
901
|
-
'VUV',
|
|
902
|
-
'WST',
|
|
903
|
-
'XAF',
|
|
904
|
-
'XCD',
|
|
905
|
-
'XDR',
|
|
906
|
-
'XOF',
|
|
907
|
-
'XPF',
|
|
908
|
-
'YER',
|
|
909
|
-
'ZAR',
|
|
910
|
-
'ZMW',
|
|
911
|
-
'ZWD',
|
|
912
|
-
'BTC'
|
|
913
|
-
]).optional(),
|
|
914
|
-
quantity: z.number().optional(),
|
|
915
|
-
itemDetails: z.string().optional(),
|
|
916
|
-
catalogEffectiveDate: z.string().optional(),
|
|
917
|
-
childItems: z.array(z.union([
|
|
918
|
-
z.array(z.unknown()),
|
|
919
|
-
z.boolean(),
|
|
920
|
-
z.number(),
|
|
921
|
-
z.object({}),
|
|
922
|
-
z.string()
|
|
923
|
-
])).optional()
|
|
924
|
-
})).optional()
|
|
324
|
+
id: z.string().optional(),
|
|
325
|
+
number: z.string().optional(),
|
|
326
|
+
status: z.string().optional(),
|
|
327
|
+
total: z.number().optional(),
|
|
328
|
+
currency: z.string().optional(),
|
|
329
|
+
created: z.iso.datetime(),
|
|
330
|
+
period_start: z.iso.datetime(),
|
|
331
|
+
period_end: z.iso.datetime(),
|
|
332
|
+
invoice_pdf: z.string().optional()
|
|
333
|
+
});
|
|
334
|
+
export const zMarketplaceListingFiles = z.object({
|
|
335
|
+
chartYaml: z.string().optional(),
|
|
336
|
+
valuesYaml: z.string().optional(),
|
|
337
|
+
valuesSchemaJson: z.string().optional()
|
|
925
338
|
});
|
|
926
339
|
export const zMarketplaceListing = z.object({
|
|
927
|
-
id: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
928
340
|
name: z.string(),
|
|
929
|
-
|
|
930
|
-
description: z.string(),
|
|
931
|
-
logoUrl: z.string(),
|
|
932
|
-
longDescription: z.string(),
|
|
933
|
-
categories: z.array(z.string()),
|
|
341
|
+
versions: z.array(z.string().regex(/^(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-]+)*))?$/)),
|
|
934
342
|
version_channels: z.array(z.string().regex(/^(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-]+)*))?$/)),
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
343
|
+
latestVersion: z.string(),
|
|
344
|
+
metadata: z.object({
|
|
345
|
+
name: z.string(),
|
|
346
|
+
version: z.string(),
|
|
347
|
+
description: z.string().optional(),
|
|
348
|
+
appVersion: z.string().optional(),
|
|
349
|
+
apiVersion: z.string().optional(),
|
|
350
|
+
keywords: z.array(z.string()).optional(),
|
|
351
|
+
home: z.string().optional(),
|
|
352
|
+
icon: z.string().optional(),
|
|
353
|
+
sources: z.array(z.string()).optional(),
|
|
354
|
+
maintainers: z.array(z.object({
|
|
355
|
+
name: z.string(),
|
|
356
|
+
email: z.string().optional()
|
|
357
|
+
})).optional()
|
|
358
|
+
}).optional()
|
|
940
359
|
});
|
|
941
360
|
export const zOrganizationCreateInput = z.object({
|
|
942
|
-
email: z.
|
|
361
|
+
email: z.email(),
|
|
943
362
|
first_name: z.string(),
|
|
944
363
|
last_name: z.string(),
|
|
945
364
|
company_name: z.string().min(2).max(120).regex(/^(?!\s)(?!.*\s$)(?=.*[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9])[a-zA-ZÆÐƎƏƐƔIJŊŒẞÞǷȜæðǝəɛɣijŋœĸſßþƿȝĄƁÇĐƊĘĦĮƘŁØƠŞȘŢȚŦŲƯY̨Ƴąɓçđɗęħįƙłøơşșţțŧųưy̨ƴÁÀÂÄǍĂĀÃÅǺĄÆǼǢƁĆĊĈČÇĎḌĐƊÐÉÈĖÊËĚĔĒĘẸƎƏƐĠĜǦĞĢƔáàâäǎăāãåǻąæǽǣɓćċĉčçďḍđɗðéèėêëěĕēęẹǝəɛġĝǧğģɣĤḤĦIÍÌİÎÏǏĬĪĨĮỊIJĴĶƘĹĻŁĽĿʼNŃN̈ŇÑŅŊÓÒÔÖǑŎŌÕŐỌØǾƠŒĥḥħıíìiîïǐĭīĩįịijĵķƙĸĺļłľŀʼnńn̈ňñņŋóòôöǒŏōõőọøǿơœŔŘŖŚŜŠŞȘṢẞŤŢṬŦÞÚÙÛÜǓŬŪŨŰŮŲỤƯẂẀŴẄǷÝỲŶŸȲỸƳŹŻŽẒŕřŗſśŝšşșṣßťţṭŧþúùûüǔŭūũűůųụưẃẁŵẅƿýỳŷÿȳỹƴźżžẓ0-9 -.]{2,}$/),
|
|
946
365
|
password: z.string().min(8)
|
|
947
366
|
});
|
|
948
367
|
export const zOrganization = z.object({
|
|
949
|
-
id: z.
|
|
368
|
+
id: z.uuid(),
|
|
950
369
|
name: z.string().min(2).max(120).optional(),
|
|
951
|
-
date_created: z.
|
|
370
|
+
date_created: z.iso.datetime(),
|
|
952
371
|
quota: z.object({
|
|
953
|
-
basic_clusters_max: z.
|
|
954
|
-
basic_clusters_available: z.
|
|
955
|
-
pro_clusters_max: z.
|
|
956
|
-
pro_clusters_available: z.
|
|
957
|
-
fleets_max: z.
|
|
372
|
+
basic_clusters_max: z.int().gte(0),
|
|
373
|
+
basic_clusters_available: z.int(),
|
|
374
|
+
pro_clusters_max: z.int().gte(0),
|
|
375
|
+
pro_clusters_available: z.int(),
|
|
376
|
+
fleets_max: z.int().gte(0),
|
|
958
377
|
cluster_tiers: z.array(z.string()).min(0),
|
|
959
378
|
regions: z.array(z.string()).min(1),
|
|
960
379
|
versions: z.array(z.object({
|
|
961
380
|
id: z.string(),
|
|
962
381
|
label: z.string()
|
|
963
|
-
})).min(1)
|
|
382
|
+
})).min(1),
|
|
383
|
+
copilot_user_hourly_tokens: z.int().gte(0),
|
|
384
|
+
copilot_organization_hourly_tokens: z.int().gte(0),
|
|
385
|
+
cfcr_storage_gb: z.int().gte(-1)
|
|
964
386
|
}),
|
|
965
387
|
status: z.enum([
|
|
966
388
|
'active',
|
|
@@ -969,14 +391,12 @@ export const zOrganization = z.object({
|
|
|
969
391
|
])
|
|
970
392
|
});
|
|
971
393
|
export const zPaymentMethod = z.object({
|
|
972
|
-
id: z.
|
|
394
|
+
id: z.uuid(),
|
|
973
395
|
setup: z.boolean(),
|
|
974
|
-
type: z.enum([
|
|
975
|
-
'card'
|
|
976
|
-
]),
|
|
396
|
+
type: z.enum(['card']),
|
|
977
397
|
last4: z.string(),
|
|
978
|
-
exp_month: z.
|
|
979
|
-
exp_year: z.
|
|
398
|
+
exp_month: z.int().gte(1).lte(12),
|
|
399
|
+
exp_year: z.int().gte(2024),
|
|
980
400
|
brand: z.enum([
|
|
981
401
|
'amex',
|
|
982
402
|
'diners',
|
|
@@ -989,149 +409,149 @@ export const zPaymentMethod = z.object({
|
|
|
989
409
|
'unknown'
|
|
990
410
|
])
|
|
991
411
|
});
|
|
412
|
+
export const zPlatformQuota = z.object({
|
|
413
|
+
basic_clusters_max: z.int().gte(0),
|
|
414
|
+
basic_clusters_available: z.int(),
|
|
415
|
+
pro_clusters_max: z.int().gte(0),
|
|
416
|
+
pro_clusters_available: z.int(),
|
|
417
|
+
fleets_max: z.int().gte(0),
|
|
418
|
+
cluster_tiers: z.array(z.string()).min(0),
|
|
419
|
+
regions: z.array(z.string()).min(1),
|
|
420
|
+
versions: z.array(z.object({
|
|
421
|
+
id: z.string(),
|
|
422
|
+
label: z.string()
|
|
423
|
+
})).min(1),
|
|
424
|
+
copilot_user_hourly_tokens: z.int().gte(0),
|
|
425
|
+
copilot_organization_hourly_tokens: z.int().gte(0),
|
|
426
|
+
cfcr_storage_gb: z.int().gte(-1)
|
|
427
|
+
});
|
|
428
|
+
export const zRegistryRepository = z.object({
|
|
429
|
+
name: z.string(),
|
|
430
|
+
region: z.string(),
|
|
431
|
+
uri: z.string()
|
|
432
|
+
});
|
|
433
|
+
export const zRegistryRepositoryWithTags = z.object({
|
|
434
|
+
name: z.string(),
|
|
435
|
+
region: z.string(),
|
|
436
|
+
uri: z.string(),
|
|
437
|
+
tags: z.array(z.object({
|
|
438
|
+
name: z.string(),
|
|
439
|
+
size: z.number(),
|
|
440
|
+
mediaType: z.string().optional(),
|
|
441
|
+
platforms: z.array(z.string()).optional()
|
|
442
|
+
})),
|
|
443
|
+
totalSize: z.number()
|
|
444
|
+
});
|
|
445
|
+
export const zRegistryTag = z.object({
|
|
446
|
+
name: z.string(),
|
|
447
|
+
digest: z.string(),
|
|
448
|
+
mediaType: z.string().optional(),
|
|
449
|
+
config: z.object({
|
|
450
|
+
size: z.number()
|
|
451
|
+
}).optional(),
|
|
452
|
+
layers: z.array(z.object({
|
|
453
|
+
digest: z.string().optional(),
|
|
454
|
+
size: z.number()
|
|
455
|
+
})).optional(),
|
|
456
|
+
manifests: z.array(z.object({
|
|
457
|
+
digest: z.string(),
|
|
458
|
+
platform: z.object({
|
|
459
|
+
architecture: z.string(),
|
|
460
|
+
os: z.string(),
|
|
461
|
+
variant: z.string().optional()
|
|
462
|
+
}).optional(),
|
|
463
|
+
layers: z.array(z.object({
|
|
464
|
+
digest: z.string().optional(),
|
|
465
|
+
size: z.number()
|
|
466
|
+
})).optional(),
|
|
467
|
+
size: z.number().optional()
|
|
468
|
+
})).optional(),
|
|
469
|
+
size: z.number(),
|
|
470
|
+
region: z.string(),
|
|
471
|
+
repository: z.string(),
|
|
472
|
+
uri: z.string()
|
|
473
|
+
});
|
|
992
474
|
export const zTokenCreateInput = z.object({
|
|
993
475
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
994
|
-
role: z.enum([
|
|
995
|
-
'Administrator',
|
|
996
|
-
'User'
|
|
997
|
-
])
|
|
476
|
+
role: z.enum(['Administrator', 'User'])
|
|
998
477
|
});
|
|
999
478
|
export const zToken = z.object({
|
|
1000
479
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/),
|
|
1001
|
-
role: z.enum([
|
|
1002
|
-
'Administrator',
|
|
1003
|
-
'User'
|
|
1004
|
-
]),
|
|
480
|
+
role: z.enum(['Administrator', 'User']),
|
|
1005
481
|
id: z.string().optional(),
|
|
1006
482
|
secret: z.string().optional(),
|
|
1007
|
-
date_created: z.
|
|
483
|
+
date_created: z.iso.datetime()
|
|
1008
484
|
});
|
|
1009
485
|
export const zTokenUpdateInput = z.object({
|
|
1010
486
|
name: z.string().min(1).max(63).regex(/^[a-z0-9]([-a-z0-9]*[a-z0-9])?$/).optional(),
|
|
1011
|
-
role: z.enum([
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
487
|
+
role: z.enum(['Administrator', 'User']).optional()
|
|
488
|
+
});
|
|
489
|
+
export const zUsageFacets = z.object({
|
|
490
|
+
cluster_id: z.array(z.string()).optional(),
|
|
491
|
+
product: z.array(z.string()).optional()
|
|
492
|
+
});
|
|
493
|
+
export const zUsageResponse = z.object({
|
|
494
|
+
data: z.array(z.object({
|
|
495
|
+
hour: z.string(),
|
|
496
|
+
cluster_id: z.string(),
|
|
497
|
+
product: z.string(),
|
|
498
|
+
value: z.number(),
|
|
499
|
+
price: z.number(),
|
|
500
|
+
total: z.number()
|
|
501
|
+
})),
|
|
502
|
+
facets: z.object({
|
|
503
|
+
cluster_id: z.array(z.string()).optional(),
|
|
504
|
+
product: z.array(z.string()).optional()
|
|
505
|
+
})
|
|
1015
506
|
});
|
|
1016
507
|
export const zUsage = z.object({
|
|
1017
|
-
hour: z.string()
|
|
1018
|
-
cluster_id: z.string()
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
]),
|
|
1024
|
-
product: z.enum([
|
|
1025
|
-
'cfke_controlplane',
|
|
1026
|
-
'cfke_connected_nodes',
|
|
1027
|
-
'infra_compute',
|
|
1028
|
-
'infra_storage',
|
|
1029
|
-
'infra_loadbalancing',
|
|
1030
|
-
'infra_traffic',
|
|
1031
|
-
'cfcr_storage'
|
|
1032
|
-
]),
|
|
1033
|
-
node_name: z.string(),
|
|
1034
|
-
sku: z.string(),
|
|
1035
|
-
cpu: z.union([
|
|
1036
|
-
z.number(),
|
|
1037
|
-
z.enum([
|
|
1038
|
-
''
|
|
1039
|
-
])
|
|
1040
|
-
]),
|
|
1041
|
-
price: z.union([
|
|
1042
|
-
z.number(),
|
|
1043
|
-
z.enum([
|
|
1044
|
-
''
|
|
1045
|
-
])
|
|
1046
|
-
]),
|
|
1047
|
-
value: z.union([
|
|
1048
|
-
z.number(),
|
|
1049
|
-
z.enum([
|
|
1050
|
-
''
|
|
1051
|
-
])
|
|
1052
|
-
]),
|
|
1053
|
-
total: z.union([
|
|
1054
|
-
z.number(),
|
|
1055
|
-
z.enum([
|
|
1056
|
-
''
|
|
1057
|
-
])
|
|
1058
|
-
])
|
|
508
|
+
hour: z.string(),
|
|
509
|
+
cluster_id: z.string(),
|
|
510
|
+
product: z.string(),
|
|
511
|
+
value: z.number(),
|
|
512
|
+
price: z.number(),
|
|
513
|
+
total: z.number()
|
|
1059
514
|
});
|
|
1060
515
|
export const zUserCreateInput = z.object({
|
|
1061
|
-
email: z.
|
|
516
|
+
email: z.email(),
|
|
1062
517
|
first_name: z.string().min(1).max(50),
|
|
1063
518
|
last_name: z.string().min(1).max(50),
|
|
1064
519
|
code: z.string(),
|
|
1065
520
|
password: z.string().min(8),
|
|
1066
|
-
status: z.enum([
|
|
1067
|
-
|
|
1068
|
-
'inactive'
|
|
1069
|
-
]).optional(),
|
|
1070
|
-
role: z.enum([
|
|
1071
|
-
'Administrator',
|
|
1072
|
-
'User'
|
|
1073
|
-
]).optional()
|
|
521
|
+
status: z.enum(['active', 'inactive']).optional(),
|
|
522
|
+
role: z.enum(['Administrator', 'User']).optional()
|
|
1074
523
|
});
|
|
1075
524
|
export const zUser = z.object({
|
|
1076
|
-
email: z.
|
|
525
|
+
email: z.email(),
|
|
1077
526
|
first_name: z.string().min(1).max(50),
|
|
1078
527
|
last_name: z.string().min(1).max(50),
|
|
1079
|
-
role: z.enum([
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
status: z.enum([
|
|
1084
|
-
'active',
|
|
1085
|
-
'inactive'
|
|
1086
|
-
]),
|
|
1087
|
-
id: z.string().uuid(),
|
|
1088
|
-
date_created: z.string().datetime()
|
|
528
|
+
role: z.enum(['Administrator', 'User']),
|
|
529
|
+
status: z.enum(['active', 'inactive']),
|
|
530
|
+
id: z.uuid(),
|
|
531
|
+
date_created: z.iso.datetime()
|
|
1089
532
|
});
|
|
1090
533
|
export const zUserUpdateInput = z.object({
|
|
1091
|
-
email: z.
|
|
534
|
+
email: z.email().optional(),
|
|
1092
535
|
first_name: z.string().min(1).max(50).optional(),
|
|
1093
536
|
last_name: z.string().min(1).max(50).optional(),
|
|
1094
|
-
role: z.enum([
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
'
|
|
1100
|
-
'
|
|
537
|
+
role: z.enum(['Administrator', 'User']).optional(),
|
|
538
|
+
status: z.enum(['active', 'inactive']).optional()
|
|
539
|
+
});
|
|
540
|
+
export const zGetUsageQuery = z.object({
|
|
541
|
+
granularity: z.enum([
|
|
542
|
+
'hourly',
|
|
543
|
+
'daily',
|
|
544
|
+
'monthly'
|
|
1101
545
|
]).optional()
|
|
1102
546
|
});
|
|
1103
|
-
export const zGetUsageData = z.object({
|
|
1104
|
-
body: z.never().optional(),
|
|
1105
|
-
path: z.never().optional(),
|
|
1106
|
-
query: z.never().optional()
|
|
1107
|
-
});
|
|
1108
|
-
/**
|
|
1109
|
-
* An array of usage records.
|
|
1110
|
-
*/
|
|
1111
|
-
export const zGetUsageResponse = z.array(zUsage);
|
|
1112
|
-
export const zGetBalanceData = z.object({
|
|
1113
|
-
body: z.never().optional(),
|
|
1114
|
-
path: z.never().optional(),
|
|
1115
|
-
query: z.never().optional()
|
|
1116
|
-
});
|
|
1117
547
|
/**
|
|
1118
|
-
*
|
|
548
|
+
* Usage data with facets for filtering
|
|
1119
549
|
*/
|
|
1120
|
-
export const
|
|
1121
|
-
export const zGetPaymentMethodData = z.object({
|
|
1122
|
-
body: z.never().optional(),
|
|
1123
|
-
path: z.never().optional(),
|
|
1124
|
-
query: z.never().optional()
|
|
1125
|
-
});
|
|
550
|
+
export const zGetUsageResponse = zUsageResponse;
|
|
1126
551
|
/**
|
|
1127
552
|
* Redacted payment card information.
|
|
1128
553
|
*/
|
|
1129
554
|
export const zGetPaymentMethodResponse = zPaymentMethod;
|
|
1130
|
-
export const zGetPaymentMethodSecretData = z.object({
|
|
1131
|
-
body: z.never().optional(),
|
|
1132
|
-
path: z.never().optional(),
|
|
1133
|
-
query: z.never().optional()
|
|
1134
|
-
});
|
|
1135
555
|
/**
|
|
1136
556
|
* The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
1137
557
|
*
|
|
@@ -1139,386 +559,274 @@ export const zGetPaymentMethodSecretData = z.object({
|
|
|
1139
559
|
export const zGetPaymentMethodSecretResponse = z.object({
|
|
1140
560
|
id: z.string().optional()
|
|
1141
561
|
});
|
|
1142
|
-
export const zListInvoicesData = z.object({
|
|
1143
|
-
body: z.never().optional(),
|
|
1144
|
-
path: z.never().optional(),
|
|
1145
|
-
query: z.object({
|
|
1146
|
-
start_date: z.string(),
|
|
1147
|
-
end_date: z.string()
|
|
1148
|
-
})
|
|
1149
|
-
});
|
|
1150
562
|
/**
|
|
1151
563
|
* An array of usage records.
|
|
1152
564
|
*/
|
|
1153
565
|
export const zListInvoicesResponse = z.array(zInvoice);
|
|
1154
|
-
export const zGetInvoiceData = z.object({
|
|
1155
|
-
body: z.never().optional(),
|
|
1156
|
-
path: z.object({
|
|
1157
|
-
id: z.string()
|
|
1158
|
-
}),
|
|
1159
|
-
query: z.never().optional()
|
|
1160
|
-
});
|
|
1161
|
-
/**
|
|
1162
|
-
* Returns a single Invoice HTML representation under `html` property.
|
|
1163
|
-
*/
|
|
1164
|
-
export const zGetInvoiceResponse = z.object({
|
|
1165
|
-
html: z.string().optional()
|
|
1166
|
-
});
|
|
1167
|
-
export const zGetContactData = z.object({
|
|
1168
|
-
body: z.never().optional(),
|
|
1169
|
-
path: z.never().optional(),
|
|
1170
|
-
query: z.never().optional()
|
|
1171
|
-
});
|
|
1172
566
|
/**
|
|
1173
567
|
* Returns a single object containing organization contact and billing address details.
|
|
1174
568
|
*/
|
|
1175
569
|
export const zGetContactResponse = zBillingContact;
|
|
1176
|
-
export const
|
|
1177
|
-
body: zBillingContact,
|
|
1178
|
-
path: z.never().optional(),
|
|
1179
|
-
query: z.never().optional()
|
|
1180
|
-
});
|
|
570
|
+
export const zUpdateContactBody = zBillingContact;
|
|
1181
571
|
/**
|
|
1182
572
|
* Successfully updated. Returns updated organization details.
|
|
1183
573
|
*/
|
|
1184
574
|
export const zUpdateContactResponse = zBillingContact;
|
|
1185
|
-
export const zGetCreditsData = z.object({
|
|
1186
|
-
body: z.never().optional(),
|
|
1187
|
-
path: z.never().optional(),
|
|
1188
|
-
query: z.never().optional()
|
|
1189
|
-
});
|
|
1190
575
|
/**
|
|
1191
576
|
* An array of the applied promotional credits records.
|
|
1192
577
|
*/
|
|
1193
578
|
export const zGetCreditsResponse = z.array(zBillingCredits);
|
|
1194
|
-
export const
|
|
1195
|
-
|
|
1196
|
-
code: z.string().optional()
|
|
1197
|
-
}),
|
|
1198
|
-
path: z.never().optional(),
|
|
1199
|
-
query: z.never().optional()
|
|
579
|
+
export const zRedeemCreditsBody = z.object({
|
|
580
|
+
code: z.string().optional()
|
|
1200
581
|
});
|
|
1201
|
-
export const
|
|
1202
|
-
|
|
1203
|
-
path: z.object({
|
|
1204
|
-
cluster_id: z.string()
|
|
1205
|
-
}),
|
|
1206
|
-
query: z.never().optional()
|
|
582
|
+
export const zListChartsPath = z.object({
|
|
583
|
+
cluster_id: z.string()
|
|
1207
584
|
});
|
|
1208
585
|
/**
|
|
1209
586
|
* An array of charts
|
|
1210
587
|
*/
|
|
1211
588
|
export const zListChartsResponse = z.array(zChart);
|
|
1212
|
-
export const
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
cluster_id: z.string()
|
|
1216
|
-
}),
|
|
1217
|
-
query: z.never().optional()
|
|
589
|
+
export const zCreateChartBody = zChartCreateInput;
|
|
590
|
+
export const zCreateChartPath = z.object({
|
|
591
|
+
cluster_id: z.string()
|
|
1218
592
|
});
|
|
1219
593
|
/**
|
|
1220
594
|
* Successfully created. Returns created Chart ID.
|
|
1221
595
|
*/
|
|
1222
596
|
export const zCreateChartResponse = z.string();
|
|
1223
|
-
export const
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
cluster_id: z.string(),
|
|
1227
|
-
chart_name: z.string()
|
|
1228
|
-
}),
|
|
1229
|
-
query: z.never().optional()
|
|
597
|
+
export const zDeleteChartPath = z.object({
|
|
598
|
+
cluster_id: z.string(),
|
|
599
|
+
chart_name: z.string()
|
|
1230
600
|
});
|
|
1231
601
|
/**
|
|
1232
602
|
* Successfully deleted.
|
|
1233
603
|
*/
|
|
1234
604
|
export const zDeleteChartResponse = z.string();
|
|
1235
|
-
export const
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
cluster_id: z.string(),
|
|
1239
|
-
chart_name: z.string()
|
|
1240
|
-
}),
|
|
1241
|
-
query: z.never().optional()
|
|
605
|
+
export const zGetChartPath = z.object({
|
|
606
|
+
cluster_id: z.string(),
|
|
607
|
+
chart_name: z.string()
|
|
1242
608
|
});
|
|
1243
609
|
/**
|
|
1244
610
|
* Returns a single object containing chart details.
|
|
1245
611
|
*/
|
|
1246
612
|
export const zGetChartResponse = zChart;
|
|
1247
|
-
export const
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
chart_name: z.string()
|
|
1252
|
-
}),
|
|
1253
|
-
query: z.never().optional()
|
|
613
|
+
export const zUpdateChartBody = zChartUpdateInput;
|
|
614
|
+
export const zUpdateChartPath = z.object({
|
|
615
|
+
cluster_id: z.string(),
|
|
616
|
+
chart_name: z.string()
|
|
1254
617
|
});
|
|
1255
618
|
/**
|
|
1256
619
|
* Successfully updated.
|
|
1257
620
|
*/
|
|
1258
621
|
export const zUpdateChartResponse = z.string();
|
|
1259
|
-
export const
|
|
1260
|
-
|
|
1261
|
-
path: z.object({
|
|
1262
|
-
cluster_id: z.string()
|
|
1263
|
-
}),
|
|
1264
|
-
query: z.never().optional()
|
|
622
|
+
export const zListFleetsPath = z.object({
|
|
623
|
+
cluster_id: z.string()
|
|
1265
624
|
});
|
|
1266
625
|
/**
|
|
1267
626
|
* An array of fleets
|
|
1268
627
|
*/
|
|
1269
628
|
export const zListFleetsResponse = z.array(zFleet);
|
|
1270
|
-
export const
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
cluster_id: z.string()
|
|
1274
|
-
}),
|
|
1275
|
-
query: z.never().optional()
|
|
629
|
+
export const zCreateFleetBody = zFleetCreateInput;
|
|
630
|
+
export const zCreateFleetPath = z.object({
|
|
631
|
+
cluster_id: z.string()
|
|
1276
632
|
});
|
|
1277
633
|
/**
|
|
1278
634
|
* Successfully created. Returns created Fleet ID.
|
|
1279
635
|
*/
|
|
1280
636
|
export const zCreateFleetResponse = z.string();
|
|
1281
|
-
export const
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
cluster_id: z.string(),
|
|
1285
|
-
fleet_name: z.string()
|
|
1286
|
-
}),
|
|
1287
|
-
query: z.never().optional()
|
|
637
|
+
export const zDeleteFleetPath = z.object({
|
|
638
|
+
cluster_id: z.string(),
|
|
639
|
+
fleet_name: z.string()
|
|
1288
640
|
});
|
|
1289
641
|
/**
|
|
1290
642
|
* Successfully deleted.
|
|
1291
643
|
*/
|
|
1292
644
|
export const zDeleteFleetResponse = z.string();
|
|
1293
|
-
export const
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
cluster_id: z.string(),
|
|
1297
|
-
fleet_name: z.string()
|
|
1298
|
-
}),
|
|
1299
|
-
query: z.never().optional()
|
|
645
|
+
export const zGetFleetPath = z.object({
|
|
646
|
+
cluster_id: z.string(),
|
|
647
|
+
fleet_name: z.string()
|
|
1300
648
|
});
|
|
1301
649
|
/**
|
|
1302
650
|
* Returns a single object containing fleet details.
|
|
1303
651
|
*/
|
|
1304
652
|
export const zGetFleetResponse = zFleet;
|
|
1305
|
-
export const
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
fleet_name: z.string()
|
|
1310
|
-
}),
|
|
1311
|
-
query: z.never().optional()
|
|
653
|
+
export const zUpdateFleetBody = zFleetUpdateInput;
|
|
654
|
+
export const zUpdateFleetPath = z.object({
|
|
655
|
+
cluster_id: z.string(),
|
|
656
|
+
fleet_name: z.string()
|
|
1312
657
|
});
|
|
1313
658
|
/**
|
|
1314
659
|
* Successfully updated.
|
|
1315
660
|
*/
|
|
1316
661
|
export const zUpdateFleetResponse = z.string();
|
|
1317
|
-
export const
|
|
1318
|
-
|
|
1319
|
-
path: z.object({
|
|
1320
|
-
cluster_id: z.string()
|
|
1321
|
-
}),
|
|
1322
|
-
query: z.never().optional()
|
|
1323
|
-
});
|
|
1324
|
-
export const zListClustersData = z.object({
|
|
1325
|
-
body: z.never().optional(),
|
|
1326
|
-
path: z.never().optional(),
|
|
1327
|
-
query: z.never().optional()
|
|
662
|
+
export const zQueryClusterPath = z.object({
|
|
663
|
+
cluster_id: z.string()
|
|
1328
664
|
});
|
|
1329
665
|
/**
|
|
1330
666
|
* An array of clusters
|
|
1331
667
|
*/
|
|
1332
668
|
export const zListClustersResponse = z.array(zCluster);
|
|
1333
|
-
export const
|
|
1334
|
-
body: zClusterCreateInput,
|
|
1335
|
-
path: z.never().optional(),
|
|
1336
|
-
query: z.never().optional()
|
|
1337
|
-
});
|
|
669
|
+
export const zCreateClusterBody = zClusterCreateInput;
|
|
1338
670
|
/**
|
|
1339
671
|
* Successfully created. Returns created Cluster ID.
|
|
1340
672
|
*/
|
|
1341
673
|
export const zCreateClusterResponse = z.string();
|
|
1342
|
-
export const
|
|
1343
|
-
|
|
1344
|
-
path: z.object({
|
|
1345
|
-
cluster_id: z.string()
|
|
1346
|
-
}),
|
|
1347
|
-
query: z.never().optional()
|
|
674
|
+
export const zDeleteClusterPath = z.object({
|
|
675
|
+
cluster_id: z.string()
|
|
1348
676
|
});
|
|
1349
677
|
/**
|
|
1350
678
|
* Successfully deleted.
|
|
1351
679
|
*/
|
|
1352
680
|
export const zDeleteClusterResponse = z.string();
|
|
1353
|
-
export const
|
|
1354
|
-
|
|
1355
|
-
path: z.object({
|
|
1356
|
-
cluster_id: z.string()
|
|
1357
|
-
}),
|
|
1358
|
-
query: z.never().optional()
|
|
681
|
+
export const zGetClusterPath = z.object({
|
|
682
|
+
cluster_id: z.string()
|
|
1359
683
|
});
|
|
1360
684
|
/**
|
|
1361
685
|
* Returns a single object containing cluster details.
|
|
1362
686
|
*/
|
|
1363
687
|
export const zGetClusterResponse = zCluster;
|
|
1364
|
-
export const
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
cluster_id: z.string()
|
|
1368
|
-
}),
|
|
1369
|
-
query: z.never().optional()
|
|
688
|
+
export const zUpdateClusterBody = zClusterUpdateInput;
|
|
689
|
+
export const zUpdateClusterPath = z.object({
|
|
690
|
+
cluster_id: z.string()
|
|
1370
691
|
});
|
|
1371
692
|
/**
|
|
1372
693
|
* Successfully updated. Returns updated cluster details.
|
|
1373
694
|
*/
|
|
1374
695
|
export const zUpdateClusterResponse = zCluster;
|
|
1375
|
-
export const
|
|
1376
|
-
|
|
1377
|
-
path: z.object({
|
|
1378
|
-
cluster_id: z.string()
|
|
1379
|
-
}),
|
|
1380
|
-
query: z.never().optional()
|
|
696
|
+
export const zGetJoinInformationPath = z.object({
|
|
697
|
+
cluster_id: z.string()
|
|
1381
698
|
});
|
|
1382
699
|
/**
|
|
1383
700
|
* An object of cluster join information
|
|
1384
701
|
*/
|
|
1385
702
|
export const zGetJoinInformationResponse = zClusterJoinInformation;
|
|
1386
|
-
export const zListInvitesData = z.object({
|
|
1387
|
-
body: z.never().optional(),
|
|
1388
|
-
path: z.never().optional(),
|
|
1389
|
-
query: z.never().optional()
|
|
1390
|
-
});
|
|
1391
703
|
/**
|
|
1392
704
|
* An array of invites
|
|
1393
705
|
*/
|
|
1394
706
|
export const zListInvitesResponse = z.array(zInvite);
|
|
1395
|
-
export const
|
|
1396
|
-
|
|
1397
|
-
email: z.string().optional()
|
|
1398
|
-
}),
|
|
1399
|
-
path: z.never().optional(),
|
|
1400
|
-
query: z.never().optional()
|
|
707
|
+
export const zCreateInviteBody = z.object({
|
|
708
|
+
email: z.string().optional()
|
|
1401
709
|
});
|
|
1402
710
|
/**
|
|
1403
711
|
* Successfully created. Returns created invite details.
|
|
1404
712
|
*/
|
|
1405
713
|
export const zCreateInviteResponse = zInvite;
|
|
1406
|
-
export const
|
|
1407
|
-
|
|
1408
|
-
path: z.object({
|
|
1409
|
-
code: z.string()
|
|
1410
|
-
}),
|
|
1411
|
-
query: z.never().optional()
|
|
714
|
+
export const zGetInvitePath = z.object({
|
|
715
|
+
code: z.string()
|
|
1412
716
|
});
|
|
1413
717
|
/**
|
|
1414
718
|
* Returns a single object containing invite details.
|
|
1415
719
|
*/
|
|
1416
720
|
export const zGetInviteResponse = zInvite;
|
|
1417
|
-
export const
|
|
1418
|
-
|
|
1419
|
-
path: z.object({
|
|
1420
|
-
email: z.string()
|
|
1421
|
-
}),
|
|
1422
|
-
query: z.never().optional()
|
|
1423
|
-
});
|
|
1424
|
-
export const zListMarketplaceChartsData = z.object({
|
|
1425
|
-
body: z.never().optional(),
|
|
1426
|
-
path: z.never().optional(),
|
|
1427
|
-
query: z.never().optional()
|
|
721
|
+
export const zDeleteInvitePath = z.object({
|
|
722
|
+
email: z.string()
|
|
1428
723
|
});
|
|
1429
724
|
/**
|
|
1430
725
|
* An array of chart listings in the marketplace.
|
|
1431
726
|
*/
|
|
1432
727
|
export const zListMarketplaceChartsResponse = z.array(zMarketplaceListing);
|
|
1433
|
-
export const
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
728
|
+
export const zGetMarketplaceChartFilesPath = z.object({
|
|
729
|
+
chart_name: z.string(),
|
|
730
|
+
version_channel: z.string()
|
|
731
|
+
});
|
|
732
|
+
/**
|
|
733
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
734
|
+
*/
|
|
735
|
+
export const zGetMarketplaceChartFilesResponse = zMarketplaceListingFiles;
|
|
736
|
+
/**
|
|
737
|
+
* JSON-RPC 2.0 request payload
|
|
738
|
+
*/
|
|
739
|
+
export const zPostMcpBody = z.object({
|
|
740
|
+
jsonrpc: z.string().optional(),
|
|
741
|
+
method: z.string().optional(),
|
|
742
|
+
id: z.union([
|
|
743
|
+
z.string(),
|
|
744
|
+
z.number()
|
|
745
|
+
]).optional(),
|
|
746
|
+
params: z.record(z.string(), z.unknown()).optional()
|
|
1439
747
|
});
|
|
1440
748
|
/**
|
|
1441
|
-
*
|
|
749
|
+
* JSON-RPC 2.0 success or error response
|
|
1442
750
|
*/
|
|
1443
|
-
export const
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
751
|
+
export const zPostMcpResponse = z.object({
|
|
752
|
+
jsonrpc: z.string().optional(),
|
|
753
|
+
id: z.union([
|
|
754
|
+
z.string(),
|
|
755
|
+
z.number()
|
|
756
|
+
]).optional(),
|
|
757
|
+
result: z.record(z.string(), z.unknown()).optional(),
|
|
758
|
+
error: z.object({
|
|
759
|
+
code: z.int().optional(),
|
|
760
|
+
message: z.string().optional()
|
|
761
|
+
}).optional()
|
|
1448
762
|
});
|
|
1449
763
|
/**
|
|
1450
764
|
* Returns a single object containing organization details.
|
|
1451
765
|
*/
|
|
1452
766
|
export const zGetOrganizationResponse = zOrganization;
|
|
1453
|
-
export const
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
767
|
+
export const zCreateOrganizationBody = zOrganizationCreateInput;
|
|
768
|
+
/**
|
|
769
|
+
* List of repositories
|
|
770
|
+
*/
|
|
771
|
+
export const zListRepositoriesResponse = z.array(zRegistryRepository);
|
|
772
|
+
export const zListTagsPath = z.object({
|
|
773
|
+
region: z.string(),
|
|
774
|
+
repository: z.string()
|
|
1457
775
|
});
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
776
|
+
/**
|
|
777
|
+
* Repository with tags
|
|
778
|
+
*/
|
|
779
|
+
export const zListTagsResponse = zRegistryRepositoryWithTags;
|
|
780
|
+
export const zDeleteTagPath = z.object({
|
|
781
|
+
region: z.string(),
|
|
782
|
+
repository: z.string(),
|
|
783
|
+
tag: z.string()
|
|
784
|
+
});
|
|
785
|
+
export const zGetTagPath = z.object({
|
|
786
|
+
region: z.string(),
|
|
787
|
+
repository: z.string(),
|
|
788
|
+
tag: z.string()
|
|
1462
789
|
});
|
|
790
|
+
/**
|
|
791
|
+
* Tag details
|
|
792
|
+
*/
|
|
793
|
+
export const zGetTagResponse = zRegistryTag;
|
|
1463
794
|
/**
|
|
1464
795
|
* Returns a list of access token details with masked secrets.
|
|
1465
796
|
*/
|
|
1466
797
|
export const zListTokensResponse = z.array(zToken);
|
|
1467
|
-
export const
|
|
1468
|
-
body: zTokenCreateInput,
|
|
1469
|
-
path: z.never().optional(),
|
|
1470
|
-
query: z.never().optional()
|
|
1471
|
-
});
|
|
798
|
+
export const zCreateTokenBody = zTokenCreateInput;
|
|
1472
799
|
/**
|
|
1473
800
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
1474
801
|
*/
|
|
1475
802
|
export const zCreateTokenResponse = zToken;
|
|
1476
|
-
export const
|
|
1477
|
-
|
|
1478
|
-
path: z.object({
|
|
1479
|
-
token_id: z.string()
|
|
1480
|
-
}),
|
|
1481
|
-
query: z.never().optional()
|
|
803
|
+
export const zDeleteTokenPath = z.object({
|
|
804
|
+
token_id: z.string()
|
|
1482
805
|
});
|
|
1483
|
-
export const
|
|
1484
|
-
|
|
1485
|
-
path: z.object({
|
|
1486
|
-
token_id: z.string()
|
|
1487
|
-
}),
|
|
1488
|
-
query: z.never().optional()
|
|
806
|
+
export const zGetTokenPath = z.object({
|
|
807
|
+
token_id: z.string()
|
|
1489
808
|
});
|
|
1490
809
|
/**
|
|
1491
810
|
* Returns access token details with masked secret.
|
|
1492
811
|
*/
|
|
1493
812
|
export const zGetTokenResponse = zToken;
|
|
1494
|
-
export const
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
token_id: z.string()
|
|
1498
|
-
}),
|
|
1499
|
-
query: z.never().optional()
|
|
813
|
+
export const zUpdateTokenBody = zTokenUpdateInput;
|
|
814
|
+
export const zUpdateTokenPath = z.object({
|
|
815
|
+
token_id: z.string()
|
|
1500
816
|
});
|
|
1501
817
|
/**
|
|
1502
818
|
* Successfully updated. Returns updated token details with masked secret.
|
|
1503
819
|
*/
|
|
1504
820
|
export const zUpdateTokenResponse = zToken;
|
|
1505
|
-
export const
|
|
1506
|
-
|
|
1507
|
-
path: z.object({
|
|
1508
|
-
token_id: z.string()
|
|
1509
|
-
}),
|
|
1510
|
-
query: z.never().optional()
|
|
821
|
+
export const zRegenerateTokenPath = z.object({
|
|
822
|
+
token_id: z.string()
|
|
1511
823
|
});
|
|
1512
824
|
/**
|
|
1513
825
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
1514
826
|
*/
|
|
1515
827
|
export const zRegenerateTokenResponse = zToken;
|
|
1516
|
-
export const
|
|
1517
|
-
|
|
1518
|
-
path: z.object({
|
|
1519
|
-
email: z.string()
|
|
1520
|
-
}),
|
|
1521
|
-
query: z.never().optional()
|
|
828
|
+
export const zListUserOrganizationsPath = z.object({
|
|
829
|
+
email: z.string()
|
|
1522
830
|
});
|
|
1523
831
|
/**
|
|
1524
832
|
* An array of organizations the user belongs to.
|
|
@@ -1527,52 +835,32 @@ export const zListUserOrganizationsResponse = z.array(z.object({
|
|
|
1527
835
|
realm: z.string().optional(),
|
|
1528
836
|
displayName: z.string().optional()
|
|
1529
837
|
}));
|
|
1530
|
-
export const zListUsersData = z.object({
|
|
1531
|
-
body: z.never().optional(),
|
|
1532
|
-
path: z.never().optional(),
|
|
1533
|
-
query: z.never().optional()
|
|
1534
|
-
});
|
|
1535
838
|
/**
|
|
1536
839
|
* An array of users
|
|
1537
840
|
*/
|
|
1538
841
|
export const zListUsersResponse = z.array(zUser);
|
|
1539
|
-
export const
|
|
1540
|
-
body: zUserCreateInput,
|
|
1541
|
-
path: z.never().optional(),
|
|
1542
|
-
query: z.never().optional()
|
|
1543
|
-
});
|
|
842
|
+
export const zCreateUserBody = zUserCreateInput;
|
|
1544
843
|
/**
|
|
1545
844
|
* Successfully created. Returns created user details.
|
|
1546
845
|
*/
|
|
1547
846
|
export const zCreateUserResponse = zUser;
|
|
1548
|
-
export const
|
|
1549
|
-
|
|
1550
|
-
path: z.object({
|
|
1551
|
-
user_id: z.string()
|
|
1552
|
-
}),
|
|
1553
|
-
query: z.never().optional()
|
|
847
|
+
export const zDeleteUserPath = z.object({
|
|
848
|
+
user_id: z.string()
|
|
1554
849
|
});
|
|
1555
850
|
/**
|
|
1556
851
|
* User profile information
|
|
1557
852
|
*/
|
|
1558
853
|
export const zDeleteUserResponse = zUser;
|
|
1559
|
-
export const
|
|
1560
|
-
|
|
1561
|
-
path: z.object({
|
|
1562
|
-
user_id: z.string()
|
|
1563
|
-
}),
|
|
1564
|
-
query: z.never().optional()
|
|
854
|
+
export const zGetUserPath = z.object({
|
|
855
|
+
user_id: z.string()
|
|
1565
856
|
});
|
|
1566
857
|
/**
|
|
1567
858
|
* User profile information
|
|
1568
859
|
*/
|
|
1569
860
|
export const zGetUserResponse = zUser;
|
|
1570
|
-
export const
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
user_id: z.string()
|
|
1574
|
-
}),
|
|
1575
|
-
query: z.never().optional()
|
|
861
|
+
export const zUpdateUserBody = zUserUpdateInput;
|
|
862
|
+
export const zUpdateUserPath = z.object({
|
|
863
|
+
user_id: z.string()
|
|
1576
864
|
});
|
|
1577
865
|
/**
|
|
1578
866
|
* Successfully created. Returns created user details.
|