@cloudfleet/sdk 0.0.1-371d2d9 → 0.0.1-378b13d
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 +621 -1812
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +365 -1077
- 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.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as z from 'zod';
|
|
2
2
|
export declare const zBillingContact: z.ZodObject<{
|
|
3
3
|
company: z.ZodOptional<z.ZodString>;
|
|
4
4
|
address1: z.ZodOptional<z.ZodString>;
|
|
@@ -9,8 +9,7 @@ export declare const zBillingContact: z.ZodObject<{
|
|
|
9
9
|
country: z.ZodOptional<z.ZodString>;
|
|
10
10
|
phone: z.ZodOptional<z.ZodString>;
|
|
11
11
|
email: z.ZodEmail;
|
|
12
|
-
|
|
13
|
-
last_name: z.ZodString;
|
|
12
|
+
individual_name: z.ZodString;
|
|
14
13
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
15
14
|
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
16
15
|
"": "";
|
|
@@ -145,16 +144,15 @@ export declare const zBillingContact: z.ZodObject<{
|
|
|
145
144
|
}, z.core.$strip>;
|
|
146
145
|
export declare const zBillingCredits: z.ZodObject<{
|
|
147
146
|
id: z.ZodOptional<z.ZodString>;
|
|
148
|
-
date_created: z.ZodISODateTime;
|
|
149
|
-
code: z.ZodString;
|
|
150
|
-
description: z.ZodOptional<z.ZodString>;
|
|
151
|
-
products: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
152
147
|
type: z.ZodEnum<{
|
|
153
148
|
credit: "credit";
|
|
154
149
|
discount: "discount";
|
|
155
150
|
}>;
|
|
156
|
-
|
|
157
|
-
|
|
151
|
+
date_start: z.ZodISODateTime;
|
|
152
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
153
|
+
code: z.ZodString;
|
|
154
|
+
description: z.ZodOptional<z.ZodString>;
|
|
155
|
+
value_total: z.ZodNumber;
|
|
158
156
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
159
157
|
}, z.core.$strip>;
|
|
160
158
|
export declare const zChartCreateInput: z.ZodObject<{
|
|
@@ -202,15 +200,22 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
202
200
|
pro: "pro";
|
|
203
201
|
}>;
|
|
204
202
|
region: z.ZodOptional<z.ZodEnum<{
|
|
205
|
-
staging: "staging";
|
|
203
|
+
"staging-1a": "staging-1a";
|
|
206
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
207
205
|
"europe-central-1a": "europe-central-1a";
|
|
206
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
|
+
}>>;
|
|
208
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
209
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
210
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
211
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
212
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
208
213
|
}>>;
|
|
209
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
210
214
|
}, z.core.$strip>;
|
|
211
215
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
212
216
|
certificate_authority: z.ZodString;
|
|
213
217
|
endpoint: z.ZodURL;
|
|
218
|
+
cluster_dns: z.ZodString;
|
|
214
219
|
auth_key: z.ZodString;
|
|
215
220
|
bootstrap_token: z.ZodString;
|
|
216
221
|
versions: z.ZodObject<{
|
|
@@ -232,16 +237,17 @@ export declare const zCluster: z.ZodObject<{
|
|
|
232
237
|
pro: "pro";
|
|
233
238
|
}>;
|
|
234
239
|
region: z.ZodOptional<z.ZodEnum<{
|
|
235
|
-
staging: "staging";
|
|
240
|
+
"staging-1a": "staging-1a";
|
|
236
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
237
242
|
"europe-central-1a": "europe-central-1a";
|
|
243
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
238
244
|
}>>;
|
|
239
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
240
245
|
id: z.ZodUUID;
|
|
241
246
|
status: z.ZodEnum<{
|
|
242
247
|
deleted: "deleted";
|
|
243
248
|
failed: "failed";
|
|
244
249
|
active: "active";
|
|
250
|
+
disabled: "disabled";
|
|
245
251
|
creating: "creating";
|
|
246
252
|
deployed: "deployed";
|
|
247
253
|
updating: "updating";
|
|
@@ -254,6 +260,7 @@ export declare const zCluster: z.ZodObject<{
|
|
|
254
260
|
created_at: z.ZodOptional<z.ZodString>;
|
|
255
261
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
256
262
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
263
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
257
264
|
}, z.core.$strip>;
|
|
258
265
|
export declare const zClusterUpdateInput: z.ZodObject<{
|
|
259
266
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -324,602 +331,40 @@ export declare const zInvite: z.ZodObject<{
|
|
|
324
331
|
code: z.ZodOptional<z.ZodString>;
|
|
325
332
|
}, z.core.$strip>;
|
|
326
333
|
export declare const zInvoice: z.ZodObject<{
|
|
327
|
-
id: z.ZodOptional<z.
|
|
328
|
-
|
|
329
|
-
status: z.ZodOptional<z.
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
AOA: "AOA";
|
|
342
|
-
ARS: "ARS";
|
|
343
|
-
AUD: "AUD";
|
|
344
|
-
AWG: "AWG";
|
|
345
|
-
AZN: "AZN";
|
|
346
|
-
BAM: "BAM";
|
|
347
|
-
BBD: "BBD";
|
|
348
|
-
BDT: "BDT";
|
|
349
|
-
BGN: "BGN";
|
|
350
|
-
BHD: "BHD";
|
|
351
|
-
BIF: "BIF";
|
|
352
|
-
BMD: "BMD";
|
|
353
|
-
BND: "BND";
|
|
354
|
-
BOB: "BOB";
|
|
355
|
-
BRL: "BRL";
|
|
356
|
-
BSD: "BSD";
|
|
357
|
-
BTN: "BTN";
|
|
358
|
-
BWP: "BWP";
|
|
359
|
-
BYR: "BYR";
|
|
360
|
-
BZD: "BZD";
|
|
361
|
-
CAD: "CAD";
|
|
362
|
-
CDF: "CDF";
|
|
363
|
-
CHF: "CHF";
|
|
364
|
-
CLP: "CLP";
|
|
365
|
-
CNY: "CNY";
|
|
366
|
-
COP: "COP";
|
|
367
|
-
CRC: "CRC";
|
|
368
|
-
CUC: "CUC";
|
|
369
|
-
CUP: "CUP";
|
|
370
|
-
CVE: "CVE";
|
|
371
|
-
CZK: "CZK";
|
|
372
|
-
DJF: "DJF";
|
|
373
|
-
DKK: "DKK";
|
|
374
|
-
DOP: "DOP";
|
|
375
|
-
DZD: "DZD";
|
|
376
|
-
EGP: "EGP";
|
|
377
|
-
ERN: "ERN";
|
|
378
|
-
ETB: "ETB";
|
|
379
|
-
EUR: "EUR";
|
|
380
|
-
FJD: "FJD";
|
|
381
|
-
FKP: "FKP";
|
|
382
|
-
GBP: "GBP";
|
|
383
|
-
GEL: "GEL";
|
|
384
|
-
GGP: "GGP";
|
|
385
|
-
GHS: "GHS";
|
|
386
|
-
GIP: "GIP";
|
|
387
|
-
GMD: "GMD";
|
|
388
|
-
GNF: "GNF";
|
|
389
|
-
GTQ: "GTQ";
|
|
390
|
-
GYD: "GYD";
|
|
391
|
-
HKD: "HKD";
|
|
392
|
-
HNL: "HNL";
|
|
393
|
-
HRK: "HRK";
|
|
394
|
-
HTG: "HTG";
|
|
395
|
-
HUF: "HUF";
|
|
396
|
-
IDR: "IDR";
|
|
397
|
-
ILS: "ILS";
|
|
398
|
-
IMP: "IMP";
|
|
399
|
-
INR: "INR";
|
|
400
|
-
IQD: "IQD";
|
|
401
|
-
IRR: "IRR";
|
|
402
|
-
ISK: "ISK";
|
|
403
|
-
JEP: "JEP";
|
|
404
|
-
JMD: "JMD";
|
|
405
|
-
JOD: "JOD";
|
|
406
|
-
JPY: "JPY";
|
|
407
|
-
KES: "KES";
|
|
408
|
-
KGS: "KGS";
|
|
409
|
-
KHR: "KHR";
|
|
410
|
-
KMF: "KMF";
|
|
411
|
-
KPW: "KPW";
|
|
412
|
-
KRW: "KRW";
|
|
413
|
-
KWD: "KWD";
|
|
414
|
-
KYD: "KYD";
|
|
415
|
-
KZT: "KZT";
|
|
416
|
-
LAK: "LAK";
|
|
417
|
-
LBP: "LBP";
|
|
418
|
-
LKR: "LKR";
|
|
419
|
-
LRD: "LRD";
|
|
420
|
-
LSL: "LSL";
|
|
421
|
-
LTL: "LTL";
|
|
422
|
-
LVL: "LVL";
|
|
423
|
-
LYD: "LYD";
|
|
424
|
-
MAD: "MAD";
|
|
425
|
-
MDL: "MDL";
|
|
426
|
-
MGA: "MGA";
|
|
427
|
-
MKD: "MKD";
|
|
428
|
-
MMK: "MMK";
|
|
429
|
-
MNT: "MNT";
|
|
430
|
-
MOP: "MOP";
|
|
431
|
-
MRO: "MRO";
|
|
432
|
-
MUR: "MUR";
|
|
433
|
-
MVR: "MVR";
|
|
434
|
-
MWK: "MWK";
|
|
435
|
-
MXN: "MXN";
|
|
436
|
-
MYR: "MYR";
|
|
437
|
-
MZN: "MZN";
|
|
438
|
-
NAD: "NAD";
|
|
439
|
-
NGN: "NGN";
|
|
440
|
-
NIO: "NIO";
|
|
441
|
-
NOK: "NOK";
|
|
442
|
-
NPR: "NPR";
|
|
443
|
-
NZD: "NZD";
|
|
444
|
-
OMR: "OMR";
|
|
445
|
-
PAB: "PAB";
|
|
446
|
-
PEN: "PEN";
|
|
447
|
-
PGK: "PGK";
|
|
448
|
-
PHP: "PHP";
|
|
449
|
-
PKR: "PKR";
|
|
450
|
-
PLN: "PLN";
|
|
451
|
-
PYG: "PYG";
|
|
452
|
-
QAR: "QAR";
|
|
453
|
-
RON: "RON";
|
|
454
|
-
RSD: "RSD";
|
|
455
|
-
RUB: "RUB";
|
|
456
|
-
RWF: "RWF";
|
|
457
|
-
SAR: "SAR";
|
|
458
|
-
SBD: "SBD";
|
|
459
|
-
SCR: "SCR";
|
|
460
|
-
SDG: "SDG";
|
|
461
|
-
SEK: "SEK";
|
|
462
|
-
SGD: "SGD";
|
|
463
|
-
SHP: "SHP";
|
|
464
|
-
SLL: "SLL";
|
|
465
|
-
SOS: "SOS";
|
|
466
|
-
SPL: "SPL";
|
|
467
|
-
SRD: "SRD";
|
|
468
|
-
STD: "STD";
|
|
469
|
-
SVC: "SVC";
|
|
470
|
-
SYP: "SYP";
|
|
471
|
-
SZL: "SZL";
|
|
472
|
-
THB: "THB";
|
|
473
|
-
TJS: "TJS";
|
|
474
|
-
TMT: "TMT";
|
|
475
|
-
TND: "TND";
|
|
476
|
-
TOP: "TOP";
|
|
477
|
-
TRY: "TRY";
|
|
478
|
-
TTD: "TTD";
|
|
479
|
-
TVD: "TVD";
|
|
480
|
-
TWD: "TWD";
|
|
481
|
-
TZS: "TZS";
|
|
482
|
-
UAH: "UAH";
|
|
483
|
-
UGX: "UGX";
|
|
484
|
-
USD: "USD";
|
|
485
|
-
UYU: "UYU";
|
|
486
|
-
UZS: "UZS";
|
|
487
|
-
VEF: "VEF";
|
|
488
|
-
VND: "VND";
|
|
489
|
-
VUV: "VUV";
|
|
490
|
-
WST: "WST";
|
|
491
|
-
XAF: "XAF";
|
|
492
|
-
XCD: "XCD";
|
|
493
|
-
XDR: "XDR";
|
|
494
|
-
XOF: "XOF";
|
|
495
|
-
XPF: "XPF";
|
|
496
|
-
YER: "YER";
|
|
497
|
-
ZAR: "ZAR";
|
|
498
|
-
ZMW: "ZMW";
|
|
499
|
-
ZWD: "ZWD";
|
|
500
|
-
BTC: "BTC";
|
|
501
|
-
}>>;
|
|
502
|
-
creditAdj: z.ZodOptional<z.ZodNumber>;
|
|
503
|
-
refundAdj: z.ZodOptional<z.ZodNumber>;
|
|
504
|
-
invoiceDate: z.ZodOptional<z.ZodString>;
|
|
505
|
-
targetDate: z.ZodOptional<z.ZodString>;
|
|
506
|
-
invoiceNumber: z.ZodOptional<z.ZodString>;
|
|
507
|
-
balance: z.ZodOptional<z.ZodNumber>;
|
|
508
|
-
bundleKeys: z.ZodOptional<z.ZodString>;
|
|
509
|
-
credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
510
|
-
id: z.ZodOptional<z.ZodUUID>;
|
|
511
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
|
|
512
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
513
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
514
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
515
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
516
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
517
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
518
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
519
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
520
|
-
itemType: z.ZodOptional<z.ZodEnum<{
|
|
521
|
-
EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
|
|
522
|
-
FIXED: "FIXED";
|
|
523
|
-
RECURRING: "RECURRING";
|
|
524
|
-
REPAIR_ADJ: "REPAIR_ADJ";
|
|
525
|
-
CBA_ADJ: "CBA_ADJ";
|
|
526
|
-
CREDIT_ADJ: "CREDIT_ADJ";
|
|
527
|
-
ITEM_ADJ: "ITEM_ADJ";
|
|
528
|
-
USAGE: "USAGE";
|
|
529
|
-
TAX: "TAX";
|
|
530
|
-
PARENT_SUMMARY: "PARENT_SUMMARY";
|
|
531
|
-
}>>;
|
|
532
|
-
description: z.ZodOptional<z.ZodString>;
|
|
533
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
534
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
535
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
536
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
537
|
-
currency: z.ZodOptional<z.ZodEnum<{
|
|
538
|
-
AED: "AED";
|
|
539
|
-
AFN: "AFN";
|
|
540
|
-
ALL: "ALL";
|
|
541
|
-
AMD: "AMD";
|
|
542
|
-
ANG: "ANG";
|
|
543
|
-
AOA: "AOA";
|
|
544
|
-
ARS: "ARS";
|
|
545
|
-
AUD: "AUD";
|
|
546
|
-
AWG: "AWG";
|
|
547
|
-
AZN: "AZN";
|
|
548
|
-
BAM: "BAM";
|
|
549
|
-
BBD: "BBD";
|
|
550
|
-
BDT: "BDT";
|
|
551
|
-
BGN: "BGN";
|
|
552
|
-
BHD: "BHD";
|
|
553
|
-
BIF: "BIF";
|
|
554
|
-
BMD: "BMD";
|
|
555
|
-
BND: "BND";
|
|
556
|
-
BOB: "BOB";
|
|
557
|
-
BRL: "BRL";
|
|
558
|
-
BSD: "BSD";
|
|
559
|
-
BTN: "BTN";
|
|
560
|
-
BWP: "BWP";
|
|
561
|
-
BYR: "BYR";
|
|
562
|
-
BZD: "BZD";
|
|
563
|
-
CAD: "CAD";
|
|
564
|
-
CDF: "CDF";
|
|
565
|
-
CHF: "CHF";
|
|
566
|
-
CLP: "CLP";
|
|
567
|
-
CNY: "CNY";
|
|
568
|
-
COP: "COP";
|
|
569
|
-
CRC: "CRC";
|
|
570
|
-
CUC: "CUC";
|
|
571
|
-
CUP: "CUP";
|
|
572
|
-
CVE: "CVE";
|
|
573
|
-
CZK: "CZK";
|
|
574
|
-
DJF: "DJF";
|
|
575
|
-
DKK: "DKK";
|
|
576
|
-
DOP: "DOP";
|
|
577
|
-
DZD: "DZD";
|
|
578
|
-
EGP: "EGP";
|
|
579
|
-
ERN: "ERN";
|
|
580
|
-
ETB: "ETB";
|
|
581
|
-
EUR: "EUR";
|
|
582
|
-
FJD: "FJD";
|
|
583
|
-
FKP: "FKP";
|
|
584
|
-
GBP: "GBP";
|
|
585
|
-
GEL: "GEL";
|
|
586
|
-
GGP: "GGP";
|
|
587
|
-
GHS: "GHS";
|
|
588
|
-
GIP: "GIP";
|
|
589
|
-
GMD: "GMD";
|
|
590
|
-
GNF: "GNF";
|
|
591
|
-
GTQ: "GTQ";
|
|
592
|
-
GYD: "GYD";
|
|
593
|
-
HKD: "HKD";
|
|
594
|
-
HNL: "HNL";
|
|
595
|
-
HRK: "HRK";
|
|
596
|
-
HTG: "HTG";
|
|
597
|
-
HUF: "HUF";
|
|
598
|
-
IDR: "IDR";
|
|
599
|
-
ILS: "ILS";
|
|
600
|
-
IMP: "IMP";
|
|
601
|
-
INR: "INR";
|
|
602
|
-
IQD: "IQD";
|
|
603
|
-
IRR: "IRR";
|
|
604
|
-
ISK: "ISK";
|
|
605
|
-
JEP: "JEP";
|
|
606
|
-
JMD: "JMD";
|
|
607
|
-
JOD: "JOD";
|
|
608
|
-
JPY: "JPY";
|
|
609
|
-
KES: "KES";
|
|
610
|
-
KGS: "KGS";
|
|
611
|
-
KHR: "KHR";
|
|
612
|
-
KMF: "KMF";
|
|
613
|
-
KPW: "KPW";
|
|
614
|
-
KRW: "KRW";
|
|
615
|
-
KWD: "KWD";
|
|
616
|
-
KYD: "KYD";
|
|
617
|
-
KZT: "KZT";
|
|
618
|
-
LAK: "LAK";
|
|
619
|
-
LBP: "LBP";
|
|
620
|
-
LKR: "LKR";
|
|
621
|
-
LRD: "LRD";
|
|
622
|
-
LSL: "LSL";
|
|
623
|
-
LTL: "LTL";
|
|
624
|
-
LVL: "LVL";
|
|
625
|
-
LYD: "LYD";
|
|
626
|
-
MAD: "MAD";
|
|
627
|
-
MDL: "MDL";
|
|
628
|
-
MGA: "MGA";
|
|
629
|
-
MKD: "MKD";
|
|
630
|
-
MMK: "MMK";
|
|
631
|
-
MNT: "MNT";
|
|
632
|
-
MOP: "MOP";
|
|
633
|
-
MRO: "MRO";
|
|
634
|
-
MUR: "MUR";
|
|
635
|
-
MVR: "MVR";
|
|
636
|
-
MWK: "MWK";
|
|
637
|
-
MXN: "MXN";
|
|
638
|
-
MYR: "MYR";
|
|
639
|
-
MZN: "MZN";
|
|
640
|
-
NAD: "NAD";
|
|
641
|
-
NGN: "NGN";
|
|
642
|
-
NIO: "NIO";
|
|
643
|
-
NOK: "NOK";
|
|
644
|
-
NPR: "NPR";
|
|
645
|
-
NZD: "NZD";
|
|
646
|
-
OMR: "OMR";
|
|
647
|
-
PAB: "PAB";
|
|
648
|
-
PEN: "PEN";
|
|
649
|
-
PGK: "PGK";
|
|
650
|
-
PHP: "PHP";
|
|
651
|
-
PKR: "PKR";
|
|
652
|
-
PLN: "PLN";
|
|
653
|
-
PYG: "PYG";
|
|
654
|
-
QAR: "QAR";
|
|
655
|
-
RON: "RON";
|
|
656
|
-
RSD: "RSD";
|
|
657
|
-
RUB: "RUB";
|
|
658
|
-
RWF: "RWF";
|
|
659
|
-
SAR: "SAR";
|
|
660
|
-
SBD: "SBD";
|
|
661
|
-
SCR: "SCR";
|
|
662
|
-
SDG: "SDG";
|
|
663
|
-
SEK: "SEK";
|
|
664
|
-
SGD: "SGD";
|
|
665
|
-
SHP: "SHP";
|
|
666
|
-
SLL: "SLL";
|
|
667
|
-
SOS: "SOS";
|
|
668
|
-
SPL: "SPL";
|
|
669
|
-
SRD: "SRD";
|
|
670
|
-
STD: "STD";
|
|
671
|
-
SVC: "SVC";
|
|
672
|
-
SYP: "SYP";
|
|
673
|
-
SZL: "SZL";
|
|
674
|
-
THB: "THB";
|
|
675
|
-
TJS: "TJS";
|
|
676
|
-
TMT: "TMT";
|
|
677
|
-
TND: "TND";
|
|
678
|
-
TOP: "TOP";
|
|
679
|
-
TRY: "TRY";
|
|
680
|
-
TTD: "TTD";
|
|
681
|
-
TVD: "TVD";
|
|
682
|
-
TWD: "TWD";
|
|
683
|
-
TZS: "TZS";
|
|
684
|
-
UAH: "UAH";
|
|
685
|
-
UGX: "UGX";
|
|
686
|
-
USD: "USD";
|
|
687
|
-
UYU: "UYU";
|
|
688
|
-
UZS: "UZS";
|
|
689
|
-
VEF: "VEF";
|
|
690
|
-
VND: "VND";
|
|
691
|
-
VUV: "VUV";
|
|
692
|
-
WST: "WST";
|
|
693
|
-
XAF: "XAF";
|
|
694
|
-
XCD: "XCD";
|
|
695
|
-
XDR: "XDR";
|
|
696
|
-
XOF: "XOF";
|
|
697
|
-
XPF: "XPF";
|
|
698
|
-
YER: "YER";
|
|
699
|
-
ZAR: "ZAR";
|
|
700
|
-
ZMW: "ZMW";
|
|
701
|
-
ZWD: "ZWD";
|
|
702
|
-
BTC: "BTC";
|
|
703
|
-
}>>;
|
|
704
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
705
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
706
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
707
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
|
|
708
|
-
}, z.core.$strip>>>;
|
|
709
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
710
|
-
id: z.ZodOptional<z.ZodUUID>;
|
|
711
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
|
|
712
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
713
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
714
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
715
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
716
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
717
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
718
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
719
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
720
|
-
itemType: z.ZodOptional<z.ZodEnum<{
|
|
721
|
-
EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
|
|
722
|
-
FIXED: "FIXED";
|
|
723
|
-
RECURRING: "RECURRING";
|
|
724
|
-
REPAIR_ADJ: "REPAIR_ADJ";
|
|
725
|
-
CBA_ADJ: "CBA_ADJ";
|
|
726
|
-
CREDIT_ADJ: "CREDIT_ADJ";
|
|
727
|
-
ITEM_ADJ: "ITEM_ADJ";
|
|
728
|
-
USAGE: "USAGE";
|
|
729
|
-
TAX: "TAX";
|
|
730
|
-
PARENT_SUMMARY: "PARENT_SUMMARY";
|
|
731
|
-
}>>;
|
|
732
|
-
description: z.ZodOptional<z.ZodString>;
|
|
733
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
734
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
735
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
736
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
737
|
-
currency: z.ZodOptional<z.ZodEnum<{
|
|
738
|
-
AED: "AED";
|
|
739
|
-
AFN: "AFN";
|
|
740
|
-
ALL: "ALL";
|
|
741
|
-
AMD: "AMD";
|
|
742
|
-
ANG: "ANG";
|
|
743
|
-
AOA: "AOA";
|
|
744
|
-
ARS: "ARS";
|
|
745
|
-
AUD: "AUD";
|
|
746
|
-
AWG: "AWG";
|
|
747
|
-
AZN: "AZN";
|
|
748
|
-
BAM: "BAM";
|
|
749
|
-
BBD: "BBD";
|
|
750
|
-
BDT: "BDT";
|
|
751
|
-
BGN: "BGN";
|
|
752
|
-
BHD: "BHD";
|
|
753
|
-
BIF: "BIF";
|
|
754
|
-
BMD: "BMD";
|
|
755
|
-
BND: "BND";
|
|
756
|
-
BOB: "BOB";
|
|
757
|
-
BRL: "BRL";
|
|
758
|
-
BSD: "BSD";
|
|
759
|
-
BTN: "BTN";
|
|
760
|
-
BWP: "BWP";
|
|
761
|
-
BYR: "BYR";
|
|
762
|
-
BZD: "BZD";
|
|
763
|
-
CAD: "CAD";
|
|
764
|
-
CDF: "CDF";
|
|
765
|
-
CHF: "CHF";
|
|
766
|
-
CLP: "CLP";
|
|
767
|
-
CNY: "CNY";
|
|
768
|
-
COP: "COP";
|
|
769
|
-
CRC: "CRC";
|
|
770
|
-
CUC: "CUC";
|
|
771
|
-
CUP: "CUP";
|
|
772
|
-
CVE: "CVE";
|
|
773
|
-
CZK: "CZK";
|
|
774
|
-
DJF: "DJF";
|
|
775
|
-
DKK: "DKK";
|
|
776
|
-
DOP: "DOP";
|
|
777
|
-
DZD: "DZD";
|
|
778
|
-
EGP: "EGP";
|
|
779
|
-
ERN: "ERN";
|
|
780
|
-
ETB: "ETB";
|
|
781
|
-
EUR: "EUR";
|
|
782
|
-
FJD: "FJD";
|
|
783
|
-
FKP: "FKP";
|
|
784
|
-
GBP: "GBP";
|
|
785
|
-
GEL: "GEL";
|
|
786
|
-
GGP: "GGP";
|
|
787
|
-
GHS: "GHS";
|
|
788
|
-
GIP: "GIP";
|
|
789
|
-
GMD: "GMD";
|
|
790
|
-
GNF: "GNF";
|
|
791
|
-
GTQ: "GTQ";
|
|
792
|
-
GYD: "GYD";
|
|
793
|
-
HKD: "HKD";
|
|
794
|
-
HNL: "HNL";
|
|
795
|
-
HRK: "HRK";
|
|
796
|
-
HTG: "HTG";
|
|
797
|
-
HUF: "HUF";
|
|
798
|
-
IDR: "IDR";
|
|
799
|
-
ILS: "ILS";
|
|
800
|
-
IMP: "IMP";
|
|
801
|
-
INR: "INR";
|
|
802
|
-
IQD: "IQD";
|
|
803
|
-
IRR: "IRR";
|
|
804
|
-
ISK: "ISK";
|
|
805
|
-
JEP: "JEP";
|
|
806
|
-
JMD: "JMD";
|
|
807
|
-
JOD: "JOD";
|
|
808
|
-
JPY: "JPY";
|
|
809
|
-
KES: "KES";
|
|
810
|
-
KGS: "KGS";
|
|
811
|
-
KHR: "KHR";
|
|
812
|
-
KMF: "KMF";
|
|
813
|
-
KPW: "KPW";
|
|
814
|
-
KRW: "KRW";
|
|
815
|
-
KWD: "KWD";
|
|
816
|
-
KYD: "KYD";
|
|
817
|
-
KZT: "KZT";
|
|
818
|
-
LAK: "LAK";
|
|
819
|
-
LBP: "LBP";
|
|
820
|
-
LKR: "LKR";
|
|
821
|
-
LRD: "LRD";
|
|
822
|
-
LSL: "LSL";
|
|
823
|
-
LTL: "LTL";
|
|
824
|
-
LVL: "LVL";
|
|
825
|
-
LYD: "LYD";
|
|
826
|
-
MAD: "MAD";
|
|
827
|
-
MDL: "MDL";
|
|
828
|
-
MGA: "MGA";
|
|
829
|
-
MKD: "MKD";
|
|
830
|
-
MMK: "MMK";
|
|
831
|
-
MNT: "MNT";
|
|
832
|
-
MOP: "MOP";
|
|
833
|
-
MRO: "MRO";
|
|
834
|
-
MUR: "MUR";
|
|
835
|
-
MVR: "MVR";
|
|
836
|
-
MWK: "MWK";
|
|
837
|
-
MXN: "MXN";
|
|
838
|
-
MYR: "MYR";
|
|
839
|
-
MZN: "MZN";
|
|
840
|
-
NAD: "NAD";
|
|
841
|
-
NGN: "NGN";
|
|
842
|
-
NIO: "NIO";
|
|
843
|
-
NOK: "NOK";
|
|
844
|
-
NPR: "NPR";
|
|
845
|
-
NZD: "NZD";
|
|
846
|
-
OMR: "OMR";
|
|
847
|
-
PAB: "PAB";
|
|
848
|
-
PEN: "PEN";
|
|
849
|
-
PGK: "PGK";
|
|
850
|
-
PHP: "PHP";
|
|
851
|
-
PKR: "PKR";
|
|
852
|
-
PLN: "PLN";
|
|
853
|
-
PYG: "PYG";
|
|
854
|
-
QAR: "QAR";
|
|
855
|
-
RON: "RON";
|
|
856
|
-
RSD: "RSD";
|
|
857
|
-
RUB: "RUB";
|
|
858
|
-
RWF: "RWF";
|
|
859
|
-
SAR: "SAR";
|
|
860
|
-
SBD: "SBD";
|
|
861
|
-
SCR: "SCR";
|
|
862
|
-
SDG: "SDG";
|
|
863
|
-
SEK: "SEK";
|
|
864
|
-
SGD: "SGD";
|
|
865
|
-
SHP: "SHP";
|
|
866
|
-
SLL: "SLL";
|
|
867
|
-
SOS: "SOS";
|
|
868
|
-
SPL: "SPL";
|
|
869
|
-
SRD: "SRD";
|
|
870
|
-
STD: "STD";
|
|
871
|
-
SVC: "SVC";
|
|
872
|
-
SYP: "SYP";
|
|
873
|
-
SZL: "SZL";
|
|
874
|
-
THB: "THB";
|
|
875
|
-
TJS: "TJS";
|
|
876
|
-
TMT: "TMT";
|
|
877
|
-
TND: "TND";
|
|
878
|
-
TOP: "TOP";
|
|
879
|
-
TRY: "TRY";
|
|
880
|
-
TTD: "TTD";
|
|
881
|
-
TVD: "TVD";
|
|
882
|
-
TWD: "TWD";
|
|
883
|
-
TZS: "TZS";
|
|
884
|
-
UAH: "UAH";
|
|
885
|
-
UGX: "UGX";
|
|
886
|
-
USD: "USD";
|
|
887
|
-
UYU: "UYU";
|
|
888
|
-
UZS: "UZS";
|
|
889
|
-
VEF: "VEF";
|
|
890
|
-
VND: "VND";
|
|
891
|
-
VUV: "VUV";
|
|
892
|
-
WST: "WST";
|
|
893
|
-
XAF: "XAF";
|
|
894
|
-
XCD: "XCD";
|
|
895
|
-
XDR: "XDR";
|
|
896
|
-
XOF: "XOF";
|
|
897
|
-
XPF: "XPF";
|
|
898
|
-
YER: "YER";
|
|
899
|
-
ZAR: "ZAR";
|
|
900
|
-
ZMW: "ZMW";
|
|
901
|
-
ZWD: "ZWD";
|
|
902
|
-
BTC: "BTC";
|
|
903
|
-
}>>;
|
|
904
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
905
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
906
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
907
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
|
|
908
|
-
}, z.core.$strip>>>;
|
|
334
|
+
id: z.ZodOptional<z.ZodString>;
|
|
335
|
+
number: z.ZodOptional<z.ZodString>;
|
|
336
|
+
status: z.ZodOptional<z.ZodString>;
|
|
337
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
338
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
339
|
+
created: z.ZodISODateTime;
|
|
340
|
+
period_start: z.ZodISODateTime;
|
|
341
|
+
period_end: z.ZodISODateTime;
|
|
342
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}, z.core.$strip>;
|
|
344
|
+
export declare const zMarketplaceListingFiles: z.ZodObject<{
|
|
345
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
346
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
347
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
909
348
|
}, z.core.$strip>;
|
|
910
349
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
911
|
-
id: z.ZodString;
|
|
912
350
|
name: z.ZodString;
|
|
913
|
-
|
|
914
|
-
description: z.ZodString;
|
|
915
|
-
logoUrl: z.ZodString;
|
|
916
|
-
longDescription: z.ZodString;
|
|
917
|
-
categories: z.ZodArray<z.ZodString>;
|
|
351
|
+
versions: z.ZodArray<z.ZodString>;
|
|
918
352
|
version_channels: z.ZodArray<z.ZodString>;
|
|
919
|
-
|
|
353
|
+
latestVersion: z.ZodString;
|
|
354
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
name: z.ZodString;
|
|
920
356
|
version: z.ZodString;
|
|
921
|
-
|
|
922
|
-
|
|
357
|
+
description: z.ZodOptional<z.ZodString>;
|
|
358
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
359
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
360
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
361
|
+
home: z.ZodOptional<z.ZodString>;
|
|
362
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
363
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
365
|
+
name: z.ZodString;
|
|
366
|
+
email: z.ZodOptional<z.ZodString>;
|
|
367
|
+
}, z.core.$strip>>>;
|
|
923
368
|
}, z.core.$strip>>;
|
|
924
369
|
}, z.core.$strip>;
|
|
925
370
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
@@ -945,6 +390,9 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
945
390
|
id: z.ZodString;
|
|
946
391
|
label: z.ZodString;
|
|
947
392
|
}, z.core.$strip>>;
|
|
393
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
394
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
395
|
+
cfcr_storage_gb: z.ZodInt;
|
|
948
396
|
}, z.core.$strip>;
|
|
949
397
|
status: z.ZodEnum<{
|
|
950
398
|
active: "active";
|
|
@@ -973,6 +421,68 @@ export declare const zPaymentMethod: z.ZodObject<{
|
|
|
973
421
|
visa: "visa";
|
|
974
422
|
}>;
|
|
975
423
|
}, z.core.$strip>;
|
|
424
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
425
|
+
basic_clusters_max: z.ZodInt;
|
|
426
|
+
basic_clusters_available: z.ZodInt;
|
|
427
|
+
pro_clusters_max: z.ZodInt;
|
|
428
|
+
pro_clusters_available: z.ZodInt;
|
|
429
|
+
fleets_max: z.ZodInt;
|
|
430
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
431
|
+
regions: z.ZodArray<z.ZodString>;
|
|
432
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
433
|
+
id: z.ZodString;
|
|
434
|
+
label: z.ZodString;
|
|
435
|
+
}, z.core.$strip>>;
|
|
436
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
437
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
438
|
+
cfcr_storage_gb: z.ZodInt;
|
|
439
|
+
}, z.core.$strip>;
|
|
440
|
+
export declare const zRegistryRepository: z.ZodObject<{
|
|
441
|
+
name: z.ZodString;
|
|
442
|
+
region: z.ZodString;
|
|
443
|
+
uri: z.ZodString;
|
|
444
|
+
}, z.core.$strip>;
|
|
445
|
+
export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
446
|
+
name: z.ZodString;
|
|
447
|
+
region: z.ZodString;
|
|
448
|
+
uri: z.ZodString;
|
|
449
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
450
|
+
name: z.ZodString;
|
|
451
|
+
size: z.ZodNumber;
|
|
452
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
453
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
454
|
+
}, z.core.$strip>>;
|
|
455
|
+
totalSize: z.ZodNumber;
|
|
456
|
+
}, z.core.$strip>;
|
|
457
|
+
export declare const zRegistryTag: z.ZodObject<{
|
|
458
|
+
name: z.ZodString;
|
|
459
|
+
digest: z.ZodString;
|
|
460
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
461
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
462
|
+
size: z.ZodNumber;
|
|
463
|
+
}, z.core.$strip>>;
|
|
464
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
465
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
466
|
+
size: z.ZodNumber;
|
|
467
|
+
}, z.core.$strip>>>;
|
|
468
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
469
|
+
digest: z.ZodString;
|
|
470
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
471
|
+
architecture: z.ZodString;
|
|
472
|
+
os: z.ZodString;
|
|
473
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
474
|
+
}, z.core.$strip>>;
|
|
475
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
476
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
477
|
+
size: z.ZodNumber;
|
|
478
|
+
}, z.core.$strip>>>;
|
|
479
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
480
|
+
}, z.core.$strip>>>;
|
|
481
|
+
size: z.ZodNumber;
|
|
482
|
+
region: z.ZodString;
|
|
483
|
+
repository: z.ZodString;
|
|
484
|
+
uri: z.ZodString;
|
|
485
|
+
}, z.core.$strip>;
|
|
976
486
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
977
487
|
name: z.ZodString;
|
|
978
488
|
role: z.ZodEnum<{
|
|
@@ -997,37 +507,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
997
507
|
User: "User";
|
|
998
508
|
}>>;
|
|
999
509
|
}, z.core.$strip>;
|
|
510
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
511
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
512
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
513
|
+
}, z.core.$strip>;
|
|
514
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
515
|
+
data: z.ZodArray<z.ZodObject<{
|
|
516
|
+
hour: z.ZodString;
|
|
517
|
+
cluster_id: z.ZodString;
|
|
518
|
+
product: z.ZodString;
|
|
519
|
+
value: z.ZodNumber;
|
|
520
|
+
price: z.ZodNumber;
|
|
521
|
+
total: z.ZodNumber;
|
|
522
|
+
}, z.core.$strip>>;
|
|
523
|
+
facets: z.ZodObject<{
|
|
524
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
525
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
526
|
+
}, z.core.$strip>;
|
|
527
|
+
}, z.core.$strip>;
|
|
1000
528
|
export declare const zUsage: z.ZodObject<{
|
|
1001
|
-
hour: z.
|
|
1002
|
-
cluster_id: z.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
}>;
|
|
1008
|
-
product: z.ZodEnum<{
|
|
1009
|
-
cfke_controlplane: "cfke_controlplane";
|
|
1010
|
-
cfke_connected_nodes: "cfke_connected_nodes";
|
|
1011
|
-
infra_compute: "infra_compute";
|
|
1012
|
-
infra_storage: "infra_storage";
|
|
1013
|
-
infra_loadbalancing: "infra_loadbalancing";
|
|
1014
|
-
infra_traffic: "infra_traffic";
|
|
1015
|
-
cfcr_storage: "cfcr_storage";
|
|
1016
|
-
}>;
|
|
1017
|
-
node_name: z.ZodString;
|
|
1018
|
-
sku: z.ZodString;
|
|
1019
|
-
cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1020
|
-
"": "";
|
|
1021
|
-
}>]>;
|
|
1022
|
-
price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1023
|
-
"": "";
|
|
1024
|
-
}>]>;
|
|
1025
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1026
|
-
"": "";
|
|
1027
|
-
}>]>;
|
|
1028
|
-
total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1029
|
-
"": "";
|
|
1030
|
-
}>]>;
|
|
529
|
+
hour: z.ZodString;
|
|
530
|
+
cluster_id: z.ZodString;
|
|
531
|
+
product: z.ZodString;
|
|
532
|
+
value: z.ZodNumber;
|
|
533
|
+
price: z.ZodNumber;
|
|
534
|
+
total: z.ZodNumber;
|
|
1031
535
|
}, z.core.$strip>;
|
|
1032
536
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
1033
537
|
email: z.ZodEmail;
|
|
@@ -1072,59 +576,29 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
1072
576
|
inactive: "inactive";
|
|
1073
577
|
}>>;
|
|
1074
578
|
}, z.core.$strip>;
|
|
1075
|
-
export declare const
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
* An array of usage records.
|
|
1082
|
-
*/
|
|
1083
|
-
export declare const zGetUsageResponse: z.ZodArray<z.ZodObject<{
|
|
1084
|
-
hour: z.ZodOptional<z.ZodString>;
|
|
1085
|
-
cluster_id: z.ZodUUID;
|
|
1086
|
-
cluster_tier: z.ZodEnum<{
|
|
1087
|
-
"": "";
|
|
1088
|
-
basic: "basic";
|
|
1089
|
-
pro: "pro";
|
|
1090
|
-
}>;
|
|
1091
|
-
product: z.ZodEnum<{
|
|
1092
|
-
cfke_controlplane: "cfke_controlplane";
|
|
1093
|
-
cfke_connected_nodes: "cfke_connected_nodes";
|
|
1094
|
-
infra_compute: "infra_compute";
|
|
1095
|
-
infra_storage: "infra_storage";
|
|
1096
|
-
infra_loadbalancing: "infra_loadbalancing";
|
|
1097
|
-
infra_traffic: "infra_traffic";
|
|
1098
|
-
cfcr_storage: "cfcr_storage";
|
|
1099
|
-
}>;
|
|
1100
|
-
node_name: z.ZodString;
|
|
1101
|
-
sku: z.ZodString;
|
|
1102
|
-
cpu: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1103
|
-
"": "";
|
|
1104
|
-
}>]>;
|
|
1105
|
-
price: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1106
|
-
"": "";
|
|
1107
|
-
}>]>;
|
|
1108
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1109
|
-
"": "";
|
|
1110
|
-
}>]>;
|
|
1111
|
-
total: z.ZodUnion<readonly [z.ZodNumber, z.ZodEnum<{
|
|
1112
|
-
"": "";
|
|
1113
|
-
}>]>;
|
|
1114
|
-
}, z.core.$strip>>;
|
|
1115
|
-
export declare const zGetBalanceData: z.ZodObject<{
|
|
1116
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1117
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1118
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
579
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
580
|
+
granularity: z.ZodOptional<z.ZodEnum<{
|
|
581
|
+
hourly: "hourly";
|
|
582
|
+
daily: "daily";
|
|
583
|
+
monthly: "monthly";
|
|
584
|
+
}>>;
|
|
1119
585
|
}, z.core.$strip>;
|
|
1120
586
|
/**
|
|
1121
|
-
*
|
|
587
|
+
* Usage data with facets for filtering
|
|
1122
588
|
*/
|
|
1123
|
-
export declare const
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
589
|
+
export declare const zGetUsageResponse: z.ZodObject<{
|
|
590
|
+
data: z.ZodArray<z.ZodObject<{
|
|
591
|
+
hour: z.ZodString;
|
|
592
|
+
cluster_id: z.ZodString;
|
|
593
|
+
product: z.ZodString;
|
|
594
|
+
value: z.ZodNumber;
|
|
595
|
+
price: z.ZodNumber;
|
|
596
|
+
total: z.ZodNumber;
|
|
597
|
+
}, z.core.$strip>>;
|
|
598
|
+
facets: z.ZodObject<{
|
|
599
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
600
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
601
|
+
}, z.core.$strip>;
|
|
1128
602
|
}, z.core.$strip>;
|
|
1129
603
|
/**
|
|
1130
604
|
* Redacted payment card information.
|
|
@@ -1150,11 +624,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
1150
624
|
visa: "visa";
|
|
1151
625
|
}>;
|
|
1152
626
|
}, z.core.$strip>;
|
|
1153
|
-
export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
1154
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1155
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1156
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1157
|
-
}, z.core.$strip>;
|
|
1158
627
|
/**
|
|
1159
628
|
* 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.
|
|
1160
629
|
*
|
|
@@ -1162,619 +631,20 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
1162
631
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
1163
632
|
id: z.ZodOptional<z.ZodString>;
|
|
1164
633
|
}, z.core.$strip>;
|
|
1165
|
-
export declare const zListInvoicesData: z.ZodObject<{
|
|
1166
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1167
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1168
|
-
query: z.ZodObject<{
|
|
1169
|
-
start_date: z.ZodString;
|
|
1170
|
-
end_date: z.ZodString;
|
|
1171
|
-
}, z.core.$strip>;
|
|
1172
|
-
}, z.core.$strip>;
|
|
1173
634
|
/**
|
|
1174
635
|
* An array of usage records.
|
|
1175
636
|
*/
|
|
1176
637
|
export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
1177
|
-
id: z.ZodOptional<z.
|
|
1178
|
-
|
|
1179
|
-
status: z.ZodOptional<z.
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
AED: "AED";
|
|
1187
|
-
AFN: "AFN";
|
|
1188
|
-
ALL: "ALL";
|
|
1189
|
-
AMD: "AMD";
|
|
1190
|
-
ANG: "ANG";
|
|
1191
|
-
AOA: "AOA";
|
|
1192
|
-
ARS: "ARS";
|
|
1193
|
-
AUD: "AUD";
|
|
1194
|
-
AWG: "AWG";
|
|
1195
|
-
AZN: "AZN";
|
|
1196
|
-
BAM: "BAM";
|
|
1197
|
-
BBD: "BBD";
|
|
1198
|
-
BDT: "BDT";
|
|
1199
|
-
BGN: "BGN";
|
|
1200
|
-
BHD: "BHD";
|
|
1201
|
-
BIF: "BIF";
|
|
1202
|
-
BMD: "BMD";
|
|
1203
|
-
BND: "BND";
|
|
1204
|
-
BOB: "BOB";
|
|
1205
|
-
BRL: "BRL";
|
|
1206
|
-
BSD: "BSD";
|
|
1207
|
-
BTN: "BTN";
|
|
1208
|
-
BWP: "BWP";
|
|
1209
|
-
BYR: "BYR";
|
|
1210
|
-
BZD: "BZD";
|
|
1211
|
-
CAD: "CAD";
|
|
1212
|
-
CDF: "CDF";
|
|
1213
|
-
CHF: "CHF";
|
|
1214
|
-
CLP: "CLP";
|
|
1215
|
-
CNY: "CNY";
|
|
1216
|
-
COP: "COP";
|
|
1217
|
-
CRC: "CRC";
|
|
1218
|
-
CUC: "CUC";
|
|
1219
|
-
CUP: "CUP";
|
|
1220
|
-
CVE: "CVE";
|
|
1221
|
-
CZK: "CZK";
|
|
1222
|
-
DJF: "DJF";
|
|
1223
|
-
DKK: "DKK";
|
|
1224
|
-
DOP: "DOP";
|
|
1225
|
-
DZD: "DZD";
|
|
1226
|
-
EGP: "EGP";
|
|
1227
|
-
ERN: "ERN";
|
|
1228
|
-
ETB: "ETB";
|
|
1229
|
-
EUR: "EUR";
|
|
1230
|
-
FJD: "FJD";
|
|
1231
|
-
FKP: "FKP";
|
|
1232
|
-
GBP: "GBP";
|
|
1233
|
-
GEL: "GEL";
|
|
1234
|
-
GGP: "GGP";
|
|
1235
|
-
GHS: "GHS";
|
|
1236
|
-
GIP: "GIP";
|
|
1237
|
-
GMD: "GMD";
|
|
1238
|
-
GNF: "GNF";
|
|
1239
|
-
GTQ: "GTQ";
|
|
1240
|
-
GYD: "GYD";
|
|
1241
|
-
HKD: "HKD";
|
|
1242
|
-
HNL: "HNL";
|
|
1243
|
-
HRK: "HRK";
|
|
1244
|
-
HTG: "HTG";
|
|
1245
|
-
HUF: "HUF";
|
|
1246
|
-
IDR: "IDR";
|
|
1247
|
-
ILS: "ILS";
|
|
1248
|
-
IMP: "IMP";
|
|
1249
|
-
INR: "INR";
|
|
1250
|
-
IQD: "IQD";
|
|
1251
|
-
IRR: "IRR";
|
|
1252
|
-
ISK: "ISK";
|
|
1253
|
-
JEP: "JEP";
|
|
1254
|
-
JMD: "JMD";
|
|
1255
|
-
JOD: "JOD";
|
|
1256
|
-
JPY: "JPY";
|
|
1257
|
-
KES: "KES";
|
|
1258
|
-
KGS: "KGS";
|
|
1259
|
-
KHR: "KHR";
|
|
1260
|
-
KMF: "KMF";
|
|
1261
|
-
KPW: "KPW";
|
|
1262
|
-
KRW: "KRW";
|
|
1263
|
-
KWD: "KWD";
|
|
1264
|
-
KYD: "KYD";
|
|
1265
|
-
KZT: "KZT";
|
|
1266
|
-
LAK: "LAK";
|
|
1267
|
-
LBP: "LBP";
|
|
1268
|
-
LKR: "LKR";
|
|
1269
|
-
LRD: "LRD";
|
|
1270
|
-
LSL: "LSL";
|
|
1271
|
-
LTL: "LTL";
|
|
1272
|
-
LVL: "LVL";
|
|
1273
|
-
LYD: "LYD";
|
|
1274
|
-
MAD: "MAD";
|
|
1275
|
-
MDL: "MDL";
|
|
1276
|
-
MGA: "MGA";
|
|
1277
|
-
MKD: "MKD";
|
|
1278
|
-
MMK: "MMK";
|
|
1279
|
-
MNT: "MNT";
|
|
1280
|
-
MOP: "MOP";
|
|
1281
|
-
MRO: "MRO";
|
|
1282
|
-
MUR: "MUR";
|
|
1283
|
-
MVR: "MVR";
|
|
1284
|
-
MWK: "MWK";
|
|
1285
|
-
MXN: "MXN";
|
|
1286
|
-
MYR: "MYR";
|
|
1287
|
-
MZN: "MZN";
|
|
1288
|
-
NAD: "NAD";
|
|
1289
|
-
NGN: "NGN";
|
|
1290
|
-
NIO: "NIO";
|
|
1291
|
-
NOK: "NOK";
|
|
1292
|
-
NPR: "NPR";
|
|
1293
|
-
NZD: "NZD";
|
|
1294
|
-
OMR: "OMR";
|
|
1295
|
-
PAB: "PAB";
|
|
1296
|
-
PEN: "PEN";
|
|
1297
|
-
PGK: "PGK";
|
|
1298
|
-
PHP: "PHP";
|
|
1299
|
-
PKR: "PKR";
|
|
1300
|
-
PLN: "PLN";
|
|
1301
|
-
PYG: "PYG";
|
|
1302
|
-
QAR: "QAR";
|
|
1303
|
-
RON: "RON";
|
|
1304
|
-
RSD: "RSD";
|
|
1305
|
-
RUB: "RUB";
|
|
1306
|
-
RWF: "RWF";
|
|
1307
|
-
SAR: "SAR";
|
|
1308
|
-
SBD: "SBD";
|
|
1309
|
-
SCR: "SCR";
|
|
1310
|
-
SDG: "SDG";
|
|
1311
|
-
SEK: "SEK";
|
|
1312
|
-
SGD: "SGD";
|
|
1313
|
-
SHP: "SHP";
|
|
1314
|
-
SLL: "SLL";
|
|
1315
|
-
SOS: "SOS";
|
|
1316
|
-
SPL: "SPL";
|
|
1317
|
-
SRD: "SRD";
|
|
1318
|
-
STD: "STD";
|
|
1319
|
-
SVC: "SVC";
|
|
1320
|
-
SYP: "SYP";
|
|
1321
|
-
SZL: "SZL";
|
|
1322
|
-
THB: "THB";
|
|
1323
|
-
TJS: "TJS";
|
|
1324
|
-
TMT: "TMT";
|
|
1325
|
-
TND: "TND";
|
|
1326
|
-
TOP: "TOP";
|
|
1327
|
-
TRY: "TRY";
|
|
1328
|
-
TTD: "TTD";
|
|
1329
|
-
TVD: "TVD";
|
|
1330
|
-
TWD: "TWD";
|
|
1331
|
-
TZS: "TZS";
|
|
1332
|
-
UAH: "UAH";
|
|
1333
|
-
UGX: "UGX";
|
|
1334
|
-
USD: "USD";
|
|
1335
|
-
UYU: "UYU";
|
|
1336
|
-
UZS: "UZS";
|
|
1337
|
-
VEF: "VEF";
|
|
1338
|
-
VND: "VND";
|
|
1339
|
-
VUV: "VUV";
|
|
1340
|
-
WST: "WST";
|
|
1341
|
-
XAF: "XAF";
|
|
1342
|
-
XCD: "XCD";
|
|
1343
|
-
XDR: "XDR";
|
|
1344
|
-
XOF: "XOF";
|
|
1345
|
-
XPF: "XPF";
|
|
1346
|
-
YER: "YER";
|
|
1347
|
-
ZAR: "ZAR";
|
|
1348
|
-
ZMW: "ZMW";
|
|
1349
|
-
ZWD: "ZWD";
|
|
1350
|
-
BTC: "BTC";
|
|
1351
|
-
}>>;
|
|
1352
|
-
creditAdj: z.ZodOptional<z.ZodNumber>;
|
|
1353
|
-
refundAdj: z.ZodOptional<z.ZodNumber>;
|
|
1354
|
-
invoiceDate: z.ZodOptional<z.ZodString>;
|
|
1355
|
-
targetDate: z.ZodOptional<z.ZodString>;
|
|
1356
|
-
invoiceNumber: z.ZodOptional<z.ZodString>;
|
|
1357
|
-
balance: z.ZodOptional<z.ZodNumber>;
|
|
1358
|
-
bundleKeys: z.ZodOptional<z.ZodString>;
|
|
1359
|
-
credits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1360
|
-
id: z.ZodOptional<z.ZodUUID>;
|
|
1361
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
|
|
1362
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
1363
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
1364
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
1365
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1366
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1367
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1368
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1369
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1370
|
-
itemType: z.ZodOptional<z.ZodEnum<{
|
|
1371
|
-
EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
|
|
1372
|
-
FIXED: "FIXED";
|
|
1373
|
-
RECURRING: "RECURRING";
|
|
1374
|
-
REPAIR_ADJ: "REPAIR_ADJ";
|
|
1375
|
-
CBA_ADJ: "CBA_ADJ";
|
|
1376
|
-
CREDIT_ADJ: "CREDIT_ADJ";
|
|
1377
|
-
ITEM_ADJ: "ITEM_ADJ";
|
|
1378
|
-
USAGE: "USAGE";
|
|
1379
|
-
TAX: "TAX";
|
|
1380
|
-
PARENT_SUMMARY: "PARENT_SUMMARY";
|
|
1381
|
-
}>>;
|
|
1382
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1383
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1384
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1385
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1386
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1387
|
-
currency: z.ZodOptional<z.ZodEnum<{
|
|
1388
|
-
AED: "AED";
|
|
1389
|
-
AFN: "AFN";
|
|
1390
|
-
ALL: "ALL";
|
|
1391
|
-
AMD: "AMD";
|
|
1392
|
-
ANG: "ANG";
|
|
1393
|
-
AOA: "AOA";
|
|
1394
|
-
ARS: "ARS";
|
|
1395
|
-
AUD: "AUD";
|
|
1396
|
-
AWG: "AWG";
|
|
1397
|
-
AZN: "AZN";
|
|
1398
|
-
BAM: "BAM";
|
|
1399
|
-
BBD: "BBD";
|
|
1400
|
-
BDT: "BDT";
|
|
1401
|
-
BGN: "BGN";
|
|
1402
|
-
BHD: "BHD";
|
|
1403
|
-
BIF: "BIF";
|
|
1404
|
-
BMD: "BMD";
|
|
1405
|
-
BND: "BND";
|
|
1406
|
-
BOB: "BOB";
|
|
1407
|
-
BRL: "BRL";
|
|
1408
|
-
BSD: "BSD";
|
|
1409
|
-
BTN: "BTN";
|
|
1410
|
-
BWP: "BWP";
|
|
1411
|
-
BYR: "BYR";
|
|
1412
|
-
BZD: "BZD";
|
|
1413
|
-
CAD: "CAD";
|
|
1414
|
-
CDF: "CDF";
|
|
1415
|
-
CHF: "CHF";
|
|
1416
|
-
CLP: "CLP";
|
|
1417
|
-
CNY: "CNY";
|
|
1418
|
-
COP: "COP";
|
|
1419
|
-
CRC: "CRC";
|
|
1420
|
-
CUC: "CUC";
|
|
1421
|
-
CUP: "CUP";
|
|
1422
|
-
CVE: "CVE";
|
|
1423
|
-
CZK: "CZK";
|
|
1424
|
-
DJF: "DJF";
|
|
1425
|
-
DKK: "DKK";
|
|
1426
|
-
DOP: "DOP";
|
|
1427
|
-
DZD: "DZD";
|
|
1428
|
-
EGP: "EGP";
|
|
1429
|
-
ERN: "ERN";
|
|
1430
|
-
ETB: "ETB";
|
|
1431
|
-
EUR: "EUR";
|
|
1432
|
-
FJD: "FJD";
|
|
1433
|
-
FKP: "FKP";
|
|
1434
|
-
GBP: "GBP";
|
|
1435
|
-
GEL: "GEL";
|
|
1436
|
-
GGP: "GGP";
|
|
1437
|
-
GHS: "GHS";
|
|
1438
|
-
GIP: "GIP";
|
|
1439
|
-
GMD: "GMD";
|
|
1440
|
-
GNF: "GNF";
|
|
1441
|
-
GTQ: "GTQ";
|
|
1442
|
-
GYD: "GYD";
|
|
1443
|
-
HKD: "HKD";
|
|
1444
|
-
HNL: "HNL";
|
|
1445
|
-
HRK: "HRK";
|
|
1446
|
-
HTG: "HTG";
|
|
1447
|
-
HUF: "HUF";
|
|
1448
|
-
IDR: "IDR";
|
|
1449
|
-
ILS: "ILS";
|
|
1450
|
-
IMP: "IMP";
|
|
1451
|
-
INR: "INR";
|
|
1452
|
-
IQD: "IQD";
|
|
1453
|
-
IRR: "IRR";
|
|
1454
|
-
ISK: "ISK";
|
|
1455
|
-
JEP: "JEP";
|
|
1456
|
-
JMD: "JMD";
|
|
1457
|
-
JOD: "JOD";
|
|
1458
|
-
JPY: "JPY";
|
|
1459
|
-
KES: "KES";
|
|
1460
|
-
KGS: "KGS";
|
|
1461
|
-
KHR: "KHR";
|
|
1462
|
-
KMF: "KMF";
|
|
1463
|
-
KPW: "KPW";
|
|
1464
|
-
KRW: "KRW";
|
|
1465
|
-
KWD: "KWD";
|
|
1466
|
-
KYD: "KYD";
|
|
1467
|
-
KZT: "KZT";
|
|
1468
|
-
LAK: "LAK";
|
|
1469
|
-
LBP: "LBP";
|
|
1470
|
-
LKR: "LKR";
|
|
1471
|
-
LRD: "LRD";
|
|
1472
|
-
LSL: "LSL";
|
|
1473
|
-
LTL: "LTL";
|
|
1474
|
-
LVL: "LVL";
|
|
1475
|
-
LYD: "LYD";
|
|
1476
|
-
MAD: "MAD";
|
|
1477
|
-
MDL: "MDL";
|
|
1478
|
-
MGA: "MGA";
|
|
1479
|
-
MKD: "MKD";
|
|
1480
|
-
MMK: "MMK";
|
|
1481
|
-
MNT: "MNT";
|
|
1482
|
-
MOP: "MOP";
|
|
1483
|
-
MRO: "MRO";
|
|
1484
|
-
MUR: "MUR";
|
|
1485
|
-
MVR: "MVR";
|
|
1486
|
-
MWK: "MWK";
|
|
1487
|
-
MXN: "MXN";
|
|
1488
|
-
MYR: "MYR";
|
|
1489
|
-
MZN: "MZN";
|
|
1490
|
-
NAD: "NAD";
|
|
1491
|
-
NGN: "NGN";
|
|
1492
|
-
NIO: "NIO";
|
|
1493
|
-
NOK: "NOK";
|
|
1494
|
-
NPR: "NPR";
|
|
1495
|
-
NZD: "NZD";
|
|
1496
|
-
OMR: "OMR";
|
|
1497
|
-
PAB: "PAB";
|
|
1498
|
-
PEN: "PEN";
|
|
1499
|
-
PGK: "PGK";
|
|
1500
|
-
PHP: "PHP";
|
|
1501
|
-
PKR: "PKR";
|
|
1502
|
-
PLN: "PLN";
|
|
1503
|
-
PYG: "PYG";
|
|
1504
|
-
QAR: "QAR";
|
|
1505
|
-
RON: "RON";
|
|
1506
|
-
RSD: "RSD";
|
|
1507
|
-
RUB: "RUB";
|
|
1508
|
-
RWF: "RWF";
|
|
1509
|
-
SAR: "SAR";
|
|
1510
|
-
SBD: "SBD";
|
|
1511
|
-
SCR: "SCR";
|
|
1512
|
-
SDG: "SDG";
|
|
1513
|
-
SEK: "SEK";
|
|
1514
|
-
SGD: "SGD";
|
|
1515
|
-
SHP: "SHP";
|
|
1516
|
-
SLL: "SLL";
|
|
1517
|
-
SOS: "SOS";
|
|
1518
|
-
SPL: "SPL";
|
|
1519
|
-
SRD: "SRD";
|
|
1520
|
-
STD: "STD";
|
|
1521
|
-
SVC: "SVC";
|
|
1522
|
-
SYP: "SYP";
|
|
1523
|
-
SZL: "SZL";
|
|
1524
|
-
THB: "THB";
|
|
1525
|
-
TJS: "TJS";
|
|
1526
|
-
TMT: "TMT";
|
|
1527
|
-
TND: "TND";
|
|
1528
|
-
TOP: "TOP";
|
|
1529
|
-
TRY: "TRY";
|
|
1530
|
-
TTD: "TTD";
|
|
1531
|
-
TVD: "TVD";
|
|
1532
|
-
TWD: "TWD";
|
|
1533
|
-
TZS: "TZS";
|
|
1534
|
-
UAH: "UAH";
|
|
1535
|
-
UGX: "UGX";
|
|
1536
|
-
USD: "USD";
|
|
1537
|
-
UYU: "UYU";
|
|
1538
|
-
UZS: "UZS";
|
|
1539
|
-
VEF: "VEF";
|
|
1540
|
-
VND: "VND";
|
|
1541
|
-
VUV: "VUV";
|
|
1542
|
-
WST: "WST";
|
|
1543
|
-
XAF: "XAF";
|
|
1544
|
-
XCD: "XCD";
|
|
1545
|
-
XDR: "XDR";
|
|
1546
|
-
XOF: "XOF";
|
|
1547
|
-
XPF: "XPF";
|
|
1548
|
-
YER: "YER";
|
|
1549
|
-
ZAR: "ZAR";
|
|
1550
|
-
ZMW: "ZMW";
|
|
1551
|
-
ZWD: "ZWD";
|
|
1552
|
-
BTC: "BTC";
|
|
1553
|
-
}>>;
|
|
1554
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1555
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1556
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1557
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
|
|
1558
|
-
}, z.core.$strip>>>;
|
|
1559
|
-
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1560
|
-
id: z.ZodOptional<z.ZodUUID>;
|
|
1561
|
-
linkedInvoiceItemId: z.ZodOptional<z.ZodUUID>;
|
|
1562
|
-
productName: z.ZodOptional<z.ZodString>;
|
|
1563
|
-
planName: z.ZodOptional<z.ZodString>;
|
|
1564
|
-
phaseName: z.ZodOptional<z.ZodString>;
|
|
1565
|
-
usageName: z.ZodOptional<z.ZodString>;
|
|
1566
|
-
prettyProductName: z.ZodOptional<z.ZodString>;
|
|
1567
|
-
prettyPlanName: z.ZodOptional<z.ZodString>;
|
|
1568
|
-
prettyPhaseName: z.ZodOptional<z.ZodString>;
|
|
1569
|
-
prettyUsageName: z.ZodOptional<z.ZodString>;
|
|
1570
|
-
itemType: z.ZodOptional<z.ZodEnum<{
|
|
1571
|
-
EXTERNAL_CHARGE: "EXTERNAL_CHARGE";
|
|
1572
|
-
FIXED: "FIXED";
|
|
1573
|
-
RECURRING: "RECURRING";
|
|
1574
|
-
REPAIR_ADJ: "REPAIR_ADJ";
|
|
1575
|
-
CBA_ADJ: "CBA_ADJ";
|
|
1576
|
-
CREDIT_ADJ: "CREDIT_ADJ";
|
|
1577
|
-
ITEM_ADJ: "ITEM_ADJ";
|
|
1578
|
-
USAGE: "USAGE";
|
|
1579
|
-
TAX: "TAX";
|
|
1580
|
-
PARENT_SUMMARY: "PARENT_SUMMARY";
|
|
1581
|
-
}>>;
|
|
1582
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1583
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
1584
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
1585
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
1586
|
-
rate: z.ZodOptional<z.ZodNumber>;
|
|
1587
|
-
currency: z.ZodOptional<z.ZodEnum<{
|
|
1588
|
-
AED: "AED";
|
|
1589
|
-
AFN: "AFN";
|
|
1590
|
-
ALL: "ALL";
|
|
1591
|
-
AMD: "AMD";
|
|
1592
|
-
ANG: "ANG";
|
|
1593
|
-
AOA: "AOA";
|
|
1594
|
-
ARS: "ARS";
|
|
1595
|
-
AUD: "AUD";
|
|
1596
|
-
AWG: "AWG";
|
|
1597
|
-
AZN: "AZN";
|
|
1598
|
-
BAM: "BAM";
|
|
1599
|
-
BBD: "BBD";
|
|
1600
|
-
BDT: "BDT";
|
|
1601
|
-
BGN: "BGN";
|
|
1602
|
-
BHD: "BHD";
|
|
1603
|
-
BIF: "BIF";
|
|
1604
|
-
BMD: "BMD";
|
|
1605
|
-
BND: "BND";
|
|
1606
|
-
BOB: "BOB";
|
|
1607
|
-
BRL: "BRL";
|
|
1608
|
-
BSD: "BSD";
|
|
1609
|
-
BTN: "BTN";
|
|
1610
|
-
BWP: "BWP";
|
|
1611
|
-
BYR: "BYR";
|
|
1612
|
-
BZD: "BZD";
|
|
1613
|
-
CAD: "CAD";
|
|
1614
|
-
CDF: "CDF";
|
|
1615
|
-
CHF: "CHF";
|
|
1616
|
-
CLP: "CLP";
|
|
1617
|
-
CNY: "CNY";
|
|
1618
|
-
COP: "COP";
|
|
1619
|
-
CRC: "CRC";
|
|
1620
|
-
CUC: "CUC";
|
|
1621
|
-
CUP: "CUP";
|
|
1622
|
-
CVE: "CVE";
|
|
1623
|
-
CZK: "CZK";
|
|
1624
|
-
DJF: "DJF";
|
|
1625
|
-
DKK: "DKK";
|
|
1626
|
-
DOP: "DOP";
|
|
1627
|
-
DZD: "DZD";
|
|
1628
|
-
EGP: "EGP";
|
|
1629
|
-
ERN: "ERN";
|
|
1630
|
-
ETB: "ETB";
|
|
1631
|
-
EUR: "EUR";
|
|
1632
|
-
FJD: "FJD";
|
|
1633
|
-
FKP: "FKP";
|
|
1634
|
-
GBP: "GBP";
|
|
1635
|
-
GEL: "GEL";
|
|
1636
|
-
GGP: "GGP";
|
|
1637
|
-
GHS: "GHS";
|
|
1638
|
-
GIP: "GIP";
|
|
1639
|
-
GMD: "GMD";
|
|
1640
|
-
GNF: "GNF";
|
|
1641
|
-
GTQ: "GTQ";
|
|
1642
|
-
GYD: "GYD";
|
|
1643
|
-
HKD: "HKD";
|
|
1644
|
-
HNL: "HNL";
|
|
1645
|
-
HRK: "HRK";
|
|
1646
|
-
HTG: "HTG";
|
|
1647
|
-
HUF: "HUF";
|
|
1648
|
-
IDR: "IDR";
|
|
1649
|
-
ILS: "ILS";
|
|
1650
|
-
IMP: "IMP";
|
|
1651
|
-
INR: "INR";
|
|
1652
|
-
IQD: "IQD";
|
|
1653
|
-
IRR: "IRR";
|
|
1654
|
-
ISK: "ISK";
|
|
1655
|
-
JEP: "JEP";
|
|
1656
|
-
JMD: "JMD";
|
|
1657
|
-
JOD: "JOD";
|
|
1658
|
-
JPY: "JPY";
|
|
1659
|
-
KES: "KES";
|
|
1660
|
-
KGS: "KGS";
|
|
1661
|
-
KHR: "KHR";
|
|
1662
|
-
KMF: "KMF";
|
|
1663
|
-
KPW: "KPW";
|
|
1664
|
-
KRW: "KRW";
|
|
1665
|
-
KWD: "KWD";
|
|
1666
|
-
KYD: "KYD";
|
|
1667
|
-
KZT: "KZT";
|
|
1668
|
-
LAK: "LAK";
|
|
1669
|
-
LBP: "LBP";
|
|
1670
|
-
LKR: "LKR";
|
|
1671
|
-
LRD: "LRD";
|
|
1672
|
-
LSL: "LSL";
|
|
1673
|
-
LTL: "LTL";
|
|
1674
|
-
LVL: "LVL";
|
|
1675
|
-
LYD: "LYD";
|
|
1676
|
-
MAD: "MAD";
|
|
1677
|
-
MDL: "MDL";
|
|
1678
|
-
MGA: "MGA";
|
|
1679
|
-
MKD: "MKD";
|
|
1680
|
-
MMK: "MMK";
|
|
1681
|
-
MNT: "MNT";
|
|
1682
|
-
MOP: "MOP";
|
|
1683
|
-
MRO: "MRO";
|
|
1684
|
-
MUR: "MUR";
|
|
1685
|
-
MVR: "MVR";
|
|
1686
|
-
MWK: "MWK";
|
|
1687
|
-
MXN: "MXN";
|
|
1688
|
-
MYR: "MYR";
|
|
1689
|
-
MZN: "MZN";
|
|
1690
|
-
NAD: "NAD";
|
|
1691
|
-
NGN: "NGN";
|
|
1692
|
-
NIO: "NIO";
|
|
1693
|
-
NOK: "NOK";
|
|
1694
|
-
NPR: "NPR";
|
|
1695
|
-
NZD: "NZD";
|
|
1696
|
-
OMR: "OMR";
|
|
1697
|
-
PAB: "PAB";
|
|
1698
|
-
PEN: "PEN";
|
|
1699
|
-
PGK: "PGK";
|
|
1700
|
-
PHP: "PHP";
|
|
1701
|
-
PKR: "PKR";
|
|
1702
|
-
PLN: "PLN";
|
|
1703
|
-
PYG: "PYG";
|
|
1704
|
-
QAR: "QAR";
|
|
1705
|
-
RON: "RON";
|
|
1706
|
-
RSD: "RSD";
|
|
1707
|
-
RUB: "RUB";
|
|
1708
|
-
RWF: "RWF";
|
|
1709
|
-
SAR: "SAR";
|
|
1710
|
-
SBD: "SBD";
|
|
1711
|
-
SCR: "SCR";
|
|
1712
|
-
SDG: "SDG";
|
|
1713
|
-
SEK: "SEK";
|
|
1714
|
-
SGD: "SGD";
|
|
1715
|
-
SHP: "SHP";
|
|
1716
|
-
SLL: "SLL";
|
|
1717
|
-
SOS: "SOS";
|
|
1718
|
-
SPL: "SPL";
|
|
1719
|
-
SRD: "SRD";
|
|
1720
|
-
STD: "STD";
|
|
1721
|
-
SVC: "SVC";
|
|
1722
|
-
SYP: "SYP";
|
|
1723
|
-
SZL: "SZL";
|
|
1724
|
-
THB: "THB";
|
|
1725
|
-
TJS: "TJS";
|
|
1726
|
-
TMT: "TMT";
|
|
1727
|
-
TND: "TND";
|
|
1728
|
-
TOP: "TOP";
|
|
1729
|
-
TRY: "TRY";
|
|
1730
|
-
TTD: "TTD";
|
|
1731
|
-
TVD: "TVD";
|
|
1732
|
-
TWD: "TWD";
|
|
1733
|
-
TZS: "TZS";
|
|
1734
|
-
UAH: "UAH";
|
|
1735
|
-
UGX: "UGX";
|
|
1736
|
-
USD: "USD";
|
|
1737
|
-
UYU: "UYU";
|
|
1738
|
-
UZS: "UZS";
|
|
1739
|
-
VEF: "VEF";
|
|
1740
|
-
VND: "VND";
|
|
1741
|
-
VUV: "VUV";
|
|
1742
|
-
WST: "WST";
|
|
1743
|
-
XAF: "XAF";
|
|
1744
|
-
XCD: "XCD";
|
|
1745
|
-
XDR: "XDR";
|
|
1746
|
-
XOF: "XOF";
|
|
1747
|
-
XPF: "XPF";
|
|
1748
|
-
YER: "YER";
|
|
1749
|
-
ZAR: "ZAR";
|
|
1750
|
-
ZMW: "ZMW";
|
|
1751
|
-
ZWD: "ZWD";
|
|
1752
|
-
BTC: "BTC";
|
|
1753
|
-
}>>;
|
|
1754
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
1755
|
-
itemDetails: z.ZodOptional<z.ZodString>;
|
|
1756
|
-
catalogEffectiveDate: z.ZodOptional<z.ZodString>;
|
|
1757
|
-
childItems: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodArray<z.ZodUnknown>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{}, z.core.$strip>, z.ZodString]>>>;
|
|
1758
|
-
}, z.core.$strip>>>;
|
|
638
|
+
id: z.ZodOptional<z.ZodString>;
|
|
639
|
+
number: z.ZodOptional<z.ZodString>;
|
|
640
|
+
status: z.ZodOptional<z.ZodString>;
|
|
641
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
642
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
643
|
+
created: z.ZodISODateTime;
|
|
644
|
+
period_start: z.ZodISODateTime;
|
|
645
|
+
period_end: z.ZodISODateTime;
|
|
646
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
1759
647
|
}, z.core.$strip>>;
|
|
1760
|
-
export declare const zGetInvoiceData: z.ZodObject<{
|
|
1761
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1762
|
-
path: z.ZodObject<{
|
|
1763
|
-
id: z.ZodString;
|
|
1764
|
-
}, z.core.$strip>;
|
|
1765
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1766
|
-
}, z.core.$strip>;
|
|
1767
|
-
/**
|
|
1768
|
-
* Returns a single Invoice HTML representation under `html` property.
|
|
1769
|
-
*/
|
|
1770
|
-
export declare const zGetInvoiceResponse: z.ZodObject<{
|
|
1771
|
-
html: z.ZodOptional<z.ZodString>;
|
|
1772
|
-
}, z.core.$strip>;
|
|
1773
|
-
export declare const zGetContactData: z.ZodObject<{
|
|
1774
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1775
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1776
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1777
|
-
}, z.core.$strip>;
|
|
1778
648
|
/**
|
|
1779
649
|
* Returns a single object containing organization contact and billing address details.
|
|
1780
650
|
*/
|
|
@@ -1788,8 +658,7 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1788
658
|
country: z.ZodOptional<z.ZodString>;
|
|
1789
659
|
phone: z.ZodOptional<z.ZodString>;
|
|
1790
660
|
email: z.ZodEmail;
|
|
1791
|
-
|
|
1792
|
-
last_name: z.ZodString;
|
|
661
|
+
individual_name: z.ZodString;
|
|
1793
662
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1794
663
|
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
1795
664
|
"": "";
|
|
@@ -1922,153 +791,148 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1922
791
|
zw_tin: "zw_tin";
|
|
1923
792
|
}>>;
|
|
1924
793
|
}, z.core.$strip>;
|
|
1925
|
-
export declare const
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
zw_tin: "zw_tin";
|
|
2068
|
-
}>>;
|
|
2069
|
-
}, z.core.$strip>;
|
|
2070
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2071
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
794
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
795
|
+
company: z.ZodOptional<z.ZodString>;
|
|
796
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
797
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
798
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
799
|
+
city: z.ZodOptional<z.ZodString>;
|
|
800
|
+
state: z.ZodOptional<z.ZodString>;
|
|
801
|
+
country: z.ZodOptional<z.ZodString>;
|
|
802
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
803
|
+
email: z.ZodEmail;
|
|
804
|
+
individual_name: z.ZodString;
|
|
805
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
806
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
807
|
+
"": "";
|
|
808
|
+
ad_nrt: "ad_nrt";
|
|
809
|
+
ae_trn: "ae_trn";
|
|
810
|
+
al_tin: "al_tin";
|
|
811
|
+
am_tin: "am_tin";
|
|
812
|
+
ao_tin: "ao_tin";
|
|
813
|
+
ar_cuit: "ar_cuit";
|
|
814
|
+
at_vat: "at_vat";
|
|
815
|
+
au_abn: "au_abn";
|
|
816
|
+
au_arn: "au_arn";
|
|
817
|
+
ba_tin: "ba_tin";
|
|
818
|
+
bb_tin: "bb_tin";
|
|
819
|
+
be_vat: "be_vat";
|
|
820
|
+
bg_uic: "bg_uic";
|
|
821
|
+
bg_vat: "bg_vat";
|
|
822
|
+
bh_vat: "bh_vat";
|
|
823
|
+
bo_tin: "bo_tin";
|
|
824
|
+
br_cnpj: "br_cnpj";
|
|
825
|
+
br_cpf: "br_cpf";
|
|
826
|
+
bs_tin: "bs_tin";
|
|
827
|
+
by_tin: "by_tin";
|
|
828
|
+
ca_bn: "ca_bn";
|
|
829
|
+
ca_gst_hst: "ca_gst_hst";
|
|
830
|
+
ca_pst_bc: "ca_pst_bc";
|
|
831
|
+
ca_pst_mb: "ca_pst_mb";
|
|
832
|
+
ca_pst_sk: "ca_pst_sk";
|
|
833
|
+
ca_qst: "ca_qst";
|
|
834
|
+
cd_nif: "cd_nif";
|
|
835
|
+
ch_uid: "ch_uid";
|
|
836
|
+
ch_vat: "ch_vat";
|
|
837
|
+
cl_tin: "cl_tin";
|
|
838
|
+
cn_tin: "cn_tin";
|
|
839
|
+
co_nit: "co_nit";
|
|
840
|
+
cr_tin: "cr_tin";
|
|
841
|
+
cy_vat: "cy_vat";
|
|
842
|
+
cz_vat: "cz_vat";
|
|
843
|
+
de_stn: "de_stn";
|
|
844
|
+
de_vat: "de_vat";
|
|
845
|
+
dk_vat: "dk_vat";
|
|
846
|
+
do_rcn: "do_rcn";
|
|
847
|
+
ec_ruc: "ec_ruc";
|
|
848
|
+
ee_vat: "ee_vat";
|
|
849
|
+
eg_tin: "eg_tin";
|
|
850
|
+
es_cif: "es_cif";
|
|
851
|
+
es_vat: "es_vat";
|
|
852
|
+
eu_oss_vat: "eu_oss_vat";
|
|
853
|
+
fi_vat: "fi_vat";
|
|
854
|
+
fr_vat: "fr_vat";
|
|
855
|
+
gb_vat: "gb_vat";
|
|
856
|
+
ge_vat: "ge_vat";
|
|
857
|
+
gn_nif: "gn_nif";
|
|
858
|
+
gr_vat: "gr_vat";
|
|
859
|
+
hk_br: "hk_br";
|
|
860
|
+
hr_oib: "hr_oib";
|
|
861
|
+
hr_vat: "hr_vat";
|
|
862
|
+
hu_tin: "hu_tin";
|
|
863
|
+
hu_vat: "hu_vat";
|
|
864
|
+
id_npwp: "id_npwp";
|
|
865
|
+
ie_vat: "ie_vat";
|
|
866
|
+
il_vat: "il_vat";
|
|
867
|
+
in_gst: "in_gst";
|
|
868
|
+
is_vat: "is_vat";
|
|
869
|
+
it_vat: "it_vat";
|
|
870
|
+
jp_cn: "jp_cn";
|
|
871
|
+
jp_rn: "jp_rn";
|
|
872
|
+
jp_trn: "jp_trn";
|
|
873
|
+
ke_pin: "ke_pin";
|
|
874
|
+
kh_tin: "kh_tin";
|
|
875
|
+
kr_brn: "kr_brn";
|
|
876
|
+
kz_bin: "kz_bin";
|
|
877
|
+
li_uid: "li_uid";
|
|
878
|
+
li_vat: "li_vat";
|
|
879
|
+
lt_vat: "lt_vat";
|
|
880
|
+
lu_vat: "lu_vat";
|
|
881
|
+
lv_vat: "lv_vat";
|
|
882
|
+
ma_vat: "ma_vat";
|
|
883
|
+
md_vat: "md_vat";
|
|
884
|
+
me_pib: "me_pib";
|
|
885
|
+
mk_vat: "mk_vat";
|
|
886
|
+
mr_nif: "mr_nif";
|
|
887
|
+
mt_vat: "mt_vat";
|
|
888
|
+
mx_rfc: "mx_rfc";
|
|
889
|
+
my_frp: "my_frp";
|
|
890
|
+
my_itn: "my_itn";
|
|
891
|
+
my_sst: "my_sst";
|
|
892
|
+
ng_tin: "ng_tin";
|
|
893
|
+
nl_vat: "nl_vat";
|
|
894
|
+
no_vat: "no_vat";
|
|
895
|
+
no_voec: "no_voec";
|
|
896
|
+
np_pan: "np_pan";
|
|
897
|
+
nz_gst: "nz_gst";
|
|
898
|
+
om_vat: "om_vat";
|
|
899
|
+
pe_ruc: "pe_ruc";
|
|
900
|
+
ph_tin: "ph_tin";
|
|
901
|
+
pl_vat: "pl_vat";
|
|
902
|
+
pt_vat: "pt_vat";
|
|
903
|
+
ro_tin: "ro_tin";
|
|
904
|
+
ro_vat: "ro_vat";
|
|
905
|
+
rs_pib: "rs_pib";
|
|
906
|
+
ru_inn: "ru_inn";
|
|
907
|
+
ru_kpp: "ru_kpp";
|
|
908
|
+
sa_vat: "sa_vat";
|
|
909
|
+
se_vat: "se_vat";
|
|
910
|
+
sg_gst: "sg_gst";
|
|
911
|
+
sg_uen: "sg_uen";
|
|
912
|
+
si_tin: "si_tin";
|
|
913
|
+
si_vat: "si_vat";
|
|
914
|
+
sk_vat: "sk_vat";
|
|
915
|
+
sn_ninea: "sn_ninea";
|
|
916
|
+
sr_fin: "sr_fin";
|
|
917
|
+
sv_nit: "sv_nit";
|
|
918
|
+
th_vat: "th_vat";
|
|
919
|
+
tj_tin: "tj_tin";
|
|
920
|
+
tr_tin: "tr_tin";
|
|
921
|
+
tw_vat: "tw_vat";
|
|
922
|
+
tz_vat: "tz_vat";
|
|
923
|
+
ua_vat: "ua_vat";
|
|
924
|
+
ug_tin: "ug_tin";
|
|
925
|
+
us_ein: "us_ein";
|
|
926
|
+
uy_ruc: "uy_ruc";
|
|
927
|
+
uz_tin: "uz_tin";
|
|
928
|
+
uz_vat: "uz_vat";
|
|
929
|
+
ve_rif: "ve_rif";
|
|
930
|
+
vn_tin: "vn_tin";
|
|
931
|
+
xi_vat: "xi_vat";
|
|
932
|
+
za_vat: "za_vat";
|
|
933
|
+
zm_tin: "zm_tin";
|
|
934
|
+
zw_tin: "zw_tin";
|
|
935
|
+
}>>;
|
|
2072
936
|
}, z.core.$strip>;
|
|
2073
937
|
/**
|
|
2074
938
|
* Successfully updated. Returns updated organization details.
|
|
@@ -2083,8 +947,7 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
2083
947
|
country: z.ZodOptional<z.ZodString>;
|
|
2084
948
|
phone: z.ZodOptional<z.ZodString>;
|
|
2085
949
|
email: z.ZodEmail;
|
|
2086
|
-
|
|
2087
|
-
last_name: z.ZodString;
|
|
950
|
+
individual_name: z.ZodString;
|
|
2088
951
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
2089
952
|
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
2090
953
|
"": "";
|
|
@@ -2217,41 +1080,27 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
2217
1080
|
zw_tin: "zw_tin";
|
|
2218
1081
|
}>>;
|
|
2219
1082
|
}, z.core.$strip>;
|
|
2220
|
-
export declare const zGetCreditsData: z.ZodObject<{
|
|
2221
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2222
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2223
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2224
|
-
}, z.core.$strip>;
|
|
2225
1083
|
/**
|
|
2226
1084
|
* An array of the applied promotional credits records.
|
|
2227
1085
|
*/
|
|
2228
1086
|
export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
2229
1087
|
id: z.ZodOptional<z.ZodString>;
|
|
2230
|
-
date_created: z.ZodISODateTime;
|
|
2231
|
-
code: z.ZodString;
|
|
2232
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2233
|
-
products: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2234
1088
|
type: z.ZodEnum<{
|
|
2235
1089
|
credit: "credit";
|
|
2236
1090
|
discount: "discount";
|
|
2237
1091
|
}>;
|
|
2238
|
-
|
|
2239
|
-
|
|
1092
|
+
date_start: z.ZodISODateTime;
|
|
1093
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
1094
|
+
code: z.ZodString;
|
|
1095
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1096
|
+
value_total: z.ZodNumber;
|
|
2240
1097
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
2241
1098
|
}, z.core.$strip>>;
|
|
2242
|
-
export declare const
|
|
2243
|
-
|
|
2244
|
-
code: z.ZodOptional<z.ZodString>;
|
|
2245
|
-
}, z.core.$strip>;
|
|
2246
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2247
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1099
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1100
|
+
code: z.ZodOptional<z.ZodString>;
|
|
2248
1101
|
}, z.core.$strip>;
|
|
2249
|
-
export declare const
|
|
2250
|
-
|
|
2251
|
-
path: z.ZodObject<{
|
|
2252
|
-
cluster_id: z.ZodString;
|
|
2253
|
-
}, z.core.$strip>;
|
|
2254
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1102
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1103
|
+
cluster_id: z.ZodString;
|
|
2255
1104
|
}, z.core.$strip>;
|
|
2256
1105
|
/**
|
|
2257
1106
|
* An array of charts
|
|
@@ -2283,42 +1132,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
2283
1132
|
updated_at: z.ZodString;
|
|
2284
1133
|
ready: z.ZodBoolean;
|
|
2285
1134
|
}, z.core.$strip>>;
|
|
2286
|
-
export declare const
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
cluster_id: z.ZodString;
|
|
2296
|
-
}, z.core.$strip>;
|
|
2297
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1135
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1136
|
+
values: z.ZodString;
|
|
1137
|
+
version_channel: z.ZodString;
|
|
1138
|
+
name: z.ZodString;
|
|
1139
|
+
namespace: z.ZodString;
|
|
1140
|
+
chart: z.ZodString;
|
|
1141
|
+
}, z.core.$strip>;
|
|
1142
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1143
|
+
cluster_id: z.ZodString;
|
|
2298
1144
|
}, z.core.$strip>;
|
|
2299
1145
|
/**
|
|
2300
1146
|
* Successfully created. Returns created Chart ID.
|
|
2301
1147
|
*/
|
|
2302
1148
|
export declare const zCreateChartResponse: z.ZodString;
|
|
2303
|
-
export declare const
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
cluster_id: z.ZodString;
|
|
2307
|
-
chart_name: z.ZodString;
|
|
2308
|
-
}, z.core.$strip>;
|
|
2309
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1149
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1150
|
+
cluster_id: z.ZodString;
|
|
1151
|
+
chart_name: z.ZodString;
|
|
2310
1152
|
}, z.core.$strip>;
|
|
2311
1153
|
/**
|
|
2312
1154
|
* Successfully deleted.
|
|
2313
1155
|
*/
|
|
2314
1156
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
2315
|
-
export declare const
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
cluster_id: z.ZodString;
|
|
2319
|
-
chart_name: z.ZodString;
|
|
2320
|
-
}, z.core.$strip>;
|
|
2321
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1157
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1158
|
+
cluster_id: z.ZodString;
|
|
1159
|
+
chart_name: z.ZodString;
|
|
2322
1160
|
}, z.core.$strip>;
|
|
2323
1161
|
/**
|
|
2324
1162
|
* Returns a single object containing chart details.
|
|
@@ -2350,27 +1188,20 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
2350
1188
|
updated_at: z.ZodString;
|
|
2351
1189
|
ready: z.ZodBoolean;
|
|
2352
1190
|
}, z.core.$strip>;
|
|
2353
|
-
export declare const
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
chart_name: z.ZodString;
|
|
2361
|
-
}, z.core.$strip>;
|
|
2362
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1191
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1192
|
+
values: z.ZodString;
|
|
1193
|
+
version_channel: z.ZodString;
|
|
1194
|
+
}, z.core.$strip>;
|
|
1195
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1196
|
+
cluster_id: z.ZodString;
|
|
1197
|
+
chart_name: z.ZodString;
|
|
2363
1198
|
}, z.core.$strip>;
|
|
2364
1199
|
/**
|
|
2365
1200
|
* Successfully updated.
|
|
2366
1201
|
*/
|
|
2367
1202
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
2368
|
-
export declare const
|
|
2369
|
-
|
|
2370
|
-
path: z.ZodObject<{
|
|
2371
|
-
cluster_id: z.ZodString;
|
|
2372
|
-
}, z.core.$strip>;
|
|
2373
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1203
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1204
|
+
cluster_id: z.ZodString;
|
|
2374
1205
|
}, z.core.$strip>;
|
|
2375
1206
|
/**
|
|
2376
1207
|
* An array of fleets
|
|
@@ -2393,53 +1224,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
|
2393
1224
|
}, z.core.$strip>>;
|
|
2394
1225
|
id: z.ZodString;
|
|
2395
1226
|
}, z.core.$strip>>;
|
|
2396
|
-
export declare const
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
cluster_id: z.ZodString;
|
|
2417
|
-
}, z.core.$strip>;
|
|
2418
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1227
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1228
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1229
|
+
cpu: z.ZodNumber;
|
|
1230
|
+
}, z.core.$strip>>;
|
|
1231
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1232
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1233
|
+
project: z.ZodString;
|
|
1234
|
+
}, z.core.$strip>>;
|
|
1235
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1236
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1237
|
+
apiKey: z.ZodString;
|
|
1238
|
+
}, z.core.$strip>>;
|
|
1239
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1240
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1241
|
+
controllerRoleArn: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>>;
|
|
1243
|
+
id: z.ZodString;
|
|
1244
|
+
}, z.core.$strip>;
|
|
1245
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1246
|
+
cluster_id: z.ZodString;
|
|
2419
1247
|
}, z.core.$strip>;
|
|
2420
1248
|
/**
|
|
2421
1249
|
* Successfully created. Returns created Fleet ID.
|
|
2422
1250
|
*/
|
|
2423
1251
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
2424
|
-
export declare const
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
cluster_id: z.ZodString;
|
|
2428
|
-
fleet_name: z.ZodString;
|
|
2429
|
-
}, z.core.$strip>;
|
|
2430
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1252
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1253
|
+
cluster_id: z.ZodString;
|
|
1254
|
+
fleet_name: z.ZodString;
|
|
2431
1255
|
}, z.core.$strip>;
|
|
2432
1256
|
/**
|
|
2433
1257
|
* Successfully deleted.
|
|
2434
1258
|
*/
|
|
2435
1259
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
2436
|
-
export declare const
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
cluster_id: z.ZodString;
|
|
2440
|
-
fleet_name: z.ZodString;
|
|
2441
|
-
}, z.core.$strip>;
|
|
2442
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1260
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1261
|
+
cluster_id: z.ZodString;
|
|
1262
|
+
fleet_name: z.ZodString;
|
|
2443
1263
|
}, z.core.$strip>;
|
|
2444
1264
|
/**
|
|
2445
1265
|
* Returns a single object containing fleet details.
|
|
@@ -2462,45 +1282,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
2462
1282
|
}, z.core.$strip>>;
|
|
2463
1283
|
id: z.ZodString;
|
|
2464
1284
|
}, z.core.$strip>;
|
|
2465
|
-
export declare const
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
fleet_name: z.ZodString;
|
|
2486
|
-
}, z.core.$strip>;
|
|
2487
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1285
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1286
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1287
|
+
cpu: z.ZodNumber;
|
|
1288
|
+
}, z.core.$strip>>;
|
|
1289
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1290
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1291
|
+
project: z.ZodString;
|
|
1292
|
+
}, z.core.$strip>>;
|
|
1293
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1294
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1295
|
+
apiKey: z.ZodString;
|
|
1296
|
+
}, z.core.$strip>>;
|
|
1297
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1298
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1299
|
+
controllerRoleArn: z.ZodString;
|
|
1300
|
+
}, z.core.$strip>>;
|
|
1301
|
+
}, z.core.$strip>;
|
|
1302
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1303
|
+
cluster_id: z.ZodString;
|
|
1304
|
+
fleet_name: z.ZodString;
|
|
2488
1305
|
}, z.core.$strip>;
|
|
2489
1306
|
/**
|
|
2490
1307
|
* Successfully updated.
|
|
2491
1308
|
*/
|
|
2492
1309
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
2493
|
-
export declare const
|
|
2494
|
-
|
|
2495
|
-
path: z.ZodObject<{
|
|
2496
|
-
cluster_id: z.ZodString;
|
|
2497
|
-
}, z.core.$strip>;
|
|
2498
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2499
|
-
}, z.core.$strip>;
|
|
2500
|
-
export declare const zListClustersData: z.ZodObject<{
|
|
2501
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2502
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2503
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1310
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1311
|
+
cluster_id: z.ZodString;
|
|
2504
1312
|
}, z.core.$strip>;
|
|
2505
1313
|
/**
|
|
2506
1314
|
* An array of clusters
|
|
@@ -2512,16 +1320,17 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2512
1320
|
pro: "pro";
|
|
2513
1321
|
}>;
|
|
2514
1322
|
region: z.ZodOptional<z.ZodEnum<{
|
|
2515
|
-
staging: "staging";
|
|
1323
|
+
"staging-1a": "staging-1a";
|
|
2516
1324
|
"northamerica-central-1": "northamerica-central-1";
|
|
2517
1325
|
"europe-central-1a": "europe-central-1a";
|
|
1326
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
2518
1327
|
}>>;
|
|
2519
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2520
1328
|
id: z.ZodUUID;
|
|
2521
1329
|
status: z.ZodEnum<{
|
|
2522
1330
|
deleted: "deleted";
|
|
2523
1331
|
failed: "failed";
|
|
2524
1332
|
active: "active";
|
|
1333
|
+
disabled: "disabled";
|
|
2525
1334
|
creating: "creating";
|
|
2526
1335
|
deployed: "deployed";
|
|
2527
1336
|
updating: "updating";
|
|
@@ -2534,45 +1343,40 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2534
1343
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2535
1344
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2536
1345
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1346
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2537
1347
|
}, z.core.$strip>>;
|
|
2538
|
-
export declare const
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
1348
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1349
|
+
name: z.ZodString;
|
|
1350
|
+
tier: z.ZodEnum<{
|
|
1351
|
+
basic: "basic";
|
|
1352
|
+
pro: "pro";
|
|
1353
|
+
}>;
|
|
1354
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1355
|
+
"staging-1a": "staging-1a";
|
|
1356
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1357
|
+
"europe-central-1a": "europe-central-1a";
|
|
1358
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1359
|
+
}>>;
|
|
1360
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
1361
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1362
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1363
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1364
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1365
|
+
}>>;
|
|
2554
1366
|
}, z.core.$strip>;
|
|
2555
1367
|
/**
|
|
2556
1368
|
* Successfully created. Returns created Cluster ID.
|
|
2557
1369
|
*/
|
|
2558
1370
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
2559
|
-
export declare const
|
|
2560
|
-
|
|
2561
|
-
path: z.ZodObject<{
|
|
2562
|
-
cluster_id: z.ZodString;
|
|
2563
|
-
}, z.core.$strip>;
|
|
2564
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1371
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1372
|
+
cluster_id: z.ZodString;
|
|
2565
1373
|
}, z.core.$strip>;
|
|
2566
1374
|
/**
|
|
2567
1375
|
* Successfully deleted.
|
|
2568
1376
|
*/
|
|
2569
1377
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
2570
|
-
export declare const
|
|
2571
|
-
|
|
2572
|
-
path: z.ZodObject<{
|
|
2573
|
-
cluster_id: z.ZodString;
|
|
2574
|
-
}, z.core.$strip>;
|
|
2575
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1378
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1379
|
+
cluster_id: z.ZodString;
|
|
2576
1380
|
}, z.core.$strip>;
|
|
2577
1381
|
/**
|
|
2578
1382
|
* Returns a single object containing cluster details.
|
|
@@ -2584,16 +1388,17 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
2584
1388
|
pro: "pro";
|
|
2585
1389
|
}>;
|
|
2586
1390
|
region: z.ZodOptional<z.ZodEnum<{
|
|
2587
|
-
staging: "staging";
|
|
1391
|
+
"staging-1a": "staging-1a";
|
|
2588
1392
|
"northamerica-central-1": "northamerica-central-1";
|
|
2589
1393
|
"europe-central-1a": "europe-central-1a";
|
|
1394
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
2590
1395
|
}>>;
|
|
2591
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2592
1396
|
id: z.ZodUUID;
|
|
2593
1397
|
status: z.ZodEnum<{
|
|
2594
1398
|
deleted: "deleted";
|
|
2595
1399
|
failed: "failed";
|
|
2596
1400
|
active: "active";
|
|
1401
|
+
disabled: "disabled";
|
|
2597
1402
|
creating: "creating";
|
|
2598
1403
|
deployed: "deployed";
|
|
2599
1404
|
updating: "updating";
|
|
@@ -2606,20 +1411,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
2606
1411
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2607
1412
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2608
1413
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1414
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2609
1415
|
}, z.core.$strip>;
|
|
2610
|
-
export declare const
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
cluster_id: z.ZodString;
|
|
2621
|
-
}, z.core.$strip>;
|
|
2622
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1416
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1417
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1418
|
+
tier: z.ZodEnum<{
|
|
1419
|
+
basic: "basic";
|
|
1420
|
+
pro: "pro";
|
|
1421
|
+
}>;
|
|
1422
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
}, z.core.$strip>;
|
|
1424
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1425
|
+
cluster_id: z.ZodString;
|
|
2623
1426
|
}, z.core.$strip>;
|
|
2624
1427
|
/**
|
|
2625
1428
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -2631,16 +1434,17 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
2631
1434
|
pro: "pro";
|
|
2632
1435
|
}>;
|
|
2633
1436
|
region: z.ZodOptional<z.ZodEnum<{
|
|
2634
|
-
staging: "staging";
|
|
1437
|
+
"staging-1a": "staging-1a";
|
|
2635
1438
|
"northamerica-central-1": "northamerica-central-1";
|
|
2636
1439
|
"europe-central-1a": "europe-central-1a";
|
|
1440
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
2637
1441
|
}>>;
|
|
2638
|
-
version_channel: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2639
1442
|
id: z.ZodUUID;
|
|
2640
1443
|
status: z.ZodEnum<{
|
|
2641
1444
|
deleted: "deleted";
|
|
2642
1445
|
failed: "failed";
|
|
2643
1446
|
active: "active";
|
|
1447
|
+
disabled: "disabled";
|
|
2644
1448
|
creating: "creating";
|
|
2645
1449
|
deployed: "deployed";
|
|
2646
1450
|
updating: "updating";
|
|
@@ -2653,13 +1457,10 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
2653
1457
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2654
1458
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2655
1459
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1460
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2656
1461
|
}, z.core.$strip>;
|
|
2657
|
-
export declare const
|
|
2658
|
-
|
|
2659
|
-
path: z.ZodObject<{
|
|
2660
|
-
cluster_id: z.ZodString;
|
|
2661
|
-
}, z.core.$strip>;
|
|
2662
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1462
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1463
|
+
cluster_id: z.ZodString;
|
|
2663
1464
|
}, z.core.$strip>;
|
|
2664
1465
|
/**
|
|
2665
1466
|
* An object of cluster join information
|
|
@@ -2667,6 +1468,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
|
|
|
2667
1468
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
2668
1469
|
certificate_authority: z.ZodString;
|
|
2669
1470
|
endpoint: z.ZodURL;
|
|
1471
|
+
cluster_dns: z.ZodString;
|
|
2670
1472
|
auth_key: z.ZodString;
|
|
2671
1473
|
bootstrap_token: z.ZodString;
|
|
2672
1474
|
versions: z.ZodObject<{
|
|
@@ -2681,11 +1483,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
2681
1483
|
gcp_workload_identity_provider: z.ZodString;
|
|
2682
1484
|
}, z.core.$strip>;
|
|
2683
1485
|
}, z.core.$strip>;
|
|
2684
|
-
export declare const zListInvitesData: z.ZodObject<{
|
|
2685
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2686
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2687
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2688
|
-
}, z.core.$strip>;
|
|
2689
1486
|
/**
|
|
2690
1487
|
* An array of invites
|
|
2691
1488
|
*/
|
|
@@ -2696,12 +1493,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
2696
1493
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2697
1494
|
code: z.ZodOptional<z.ZodString>;
|
|
2698
1495
|
}, z.core.$strip>>;
|
|
2699
|
-
export declare const
|
|
2700
|
-
|
|
2701
|
-
email: z.ZodOptional<z.ZodString>;
|
|
2702
|
-
}, z.core.$strip>;
|
|
2703
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2704
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1496
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1497
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2705
1498
|
}, z.core.$strip>;
|
|
2706
1499
|
/**
|
|
2707
1500
|
* Successfully created. Returns created invite details.
|
|
@@ -2713,12 +1506,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
2713
1506
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2714
1507
|
code: z.ZodOptional<z.ZodString>;
|
|
2715
1508
|
}, z.core.$strip>;
|
|
2716
|
-
export declare const
|
|
2717
|
-
|
|
2718
|
-
path: z.ZodObject<{
|
|
2719
|
-
code: z.ZodString;
|
|
2720
|
-
}, z.core.$strip>;
|
|
2721
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1509
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1510
|
+
code: z.ZodString;
|
|
2722
1511
|
}, z.core.$strip>;
|
|
2723
1512
|
/**
|
|
2724
1513
|
* Returns a single object containing invite details.
|
|
@@ -2730,65 +1519,65 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
2730
1519
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2731
1520
|
code: z.ZodOptional<z.ZodString>;
|
|
2732
1521
|
}, z.core.$strip>;
|
|
2733
|
-
export declare const
|
|
2734
|
-
|
|
2735
|
-
path: z.ZodObject<{
|
|
2736
|
-
email: z.ZodString;
|
|
2737
|
-
}, z.core.$strip>;
|
|
2738
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2739
|
-
}, z.core.$strip>;
|
|
2740
|
-
export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
2741
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2742
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2743
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1522
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1523
|
+
email: z.ZodString;
|
|
2744
1524
|
}, z.core.$strip>;
|
|
2745
1525
|
/**
|
|
2746
1526
|
* An array of chart listings in the marketplace.
|
|
2747
1527
|
*/
|
|
2748
1528
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
2749
|
-
id: z.ZodString;
|
|
2750
1529
|
name: z.ZodString;
|
|
2751
|
-
|
|
2752
|
-
description: z.ZodString;
|
|
2753
|
-
logoUrl: z.ZodString;
|
|
2754
|
-
longDescription: z.ZodString;
|
|
2755
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1530
|
+
versions: z.ZodArray<z.ZodString>;
|
|
2756
1531
|
version_channels: z.ZodArray<z.ZodString>;
|
|
2757
|
-
|
|
1532
|
+
latestVersion: z.ZodString;
|
|
1533
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1534
|
+
name: z.ZodString;
|
|
2758
1535
|
version: z.ZodString;
|
|
2759
|
-
|
|
2760
|
-
|
|
1536
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1537
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1538
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1539
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1540
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1542
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1543
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1544
|
+
name: z.ZodString;
|
|
1545
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1546
|
+
}, z.core.$strip>>>;
|
|
2761
1547
|
}, z.core.$strip>>;
|
|
2762
1548
|
}, z.core.$strip>>;
|
|
2763
|
-
export declare const
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
listing_id: z.ZodString;
|
|
2767
|
-
}, z.core.$strip>;
|
|
2768
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1549
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1550
|
+
chart_name: z.ZodString;
|
|
1551
|
+
version_channel: z.ZodString;
|
|
2769
1552
|
}, z.core.$strip>;
|
|
2770
1553
|
/**
|
|
2771
|
-
* Returns an object containing the chart
|
|
1554
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
2772
1555
|
*/
|
|
2773
|
-
export declare const
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
description: z.ZodString;
|
|
2778
|
-
logoUrl: z.ZodString;
|
|
2779
|
-
longDescription: z.ZodString;
|
|
2780
|
-
categories: z.ZodArray<z.ZodString>;
|
|
2781
|
-
version_channels: z.ZodArray<z.ZodString>;
|
|
2782
|
-
value_schemas: z.ZodArray<z.ZodObject<{
|
|
2783
|
-
version: z.ZodString;
|
|
2784
|
-
schema: z.ZodString;
|
|
2785
|
-
placeholder: z.ZodString;
|
|
2786
|
-
}, z.core.$strip>>;
|
|
1556
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1557
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1558
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1559
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
2787
1560
|
}, z.core.$strip>;
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
1561
|
+
/**
|
|
1562
|
+
* JSON-RPC 2.0 request payload
|
|
1563
|
+
*/
|
|
1564
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1565
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1566
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1567
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1568
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1569
|
+
}, z.core.$strip>;
|
|
1570
|
+
/**
|
|
1571
|
+
* JSON-RPC 2.0 success or error response
|
|
1572
|
+
*/
|
|
1573
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1574
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1575
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1576
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1577
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1578
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1579
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1580
|
+
}, z.core.$strip>>;
|
|
2792
1581
|
}, z.core.$strip>;
|
|
2793
1582
|
/**
|
|
2794
1583
|
* Returns a single object containing organization details.
|
|
@@ -2809,6 +1598,9 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
2809
1598
|
id: z.ZodString;
|
|
2810
1599
|
label: z.ZodString;
|
|
2811
1600
|
}, z.core.$strip>>;
|
|
1601
|
+
copilot_user_hourly_tokens: z.ZodInt;
|
|
1602
|
+
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1603
|
+
cfcr_storage_gb: z.ZodInt;
|
|
2812
1604
|
}, z.core.$strip>;
|
|
2813
1605
|
status: z.ZodEnum<{
|
|
2814
1606
|
active: "active";
|
|
@@ -2816,21 +1608,81 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
2816
1608
|
suspended: "suspended";
|
|
2817
1609
|
}>;
|
|
2818
1610
|
}, z.core.$strip>;
|
|
2819
|
-
export declare const
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
password: z.ZodString;
|
|
2826
|
-
}, z.core.$strip>;
|
|
2827
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2828
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1611
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1612
|
+
email: z.ZodEmail;
|
|
1613
|
+
first_name: z.ZodString;
|
|
1614
|
+
last_name: z.ZodString;
|
|
1615
|
+
company_name: z.ZodString;
|
|
1616
|
+
password: z.ZodString;
|
|
2829
1617
|
}, z.core.$strip>;
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
1618
|
+
/**
|
|
1619
|
+
* List of repositories
|
|
1620
|
+
*/
|
|
1621
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1622
|
+
name: z.ZodString;
|
|
1623
|
+
region: z.ZodString;
|
|
1624
|
+
uri: z.ZodString;
|
|
1625
|
+
}, z.core.$strip>>;
|
|
1626
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1627
|
+
region: z.ZodString;
|
|
1628
|
+
repository: z.ZodString;
|
|
1629
|
+
}, z.core.$strip>;
|
|
1630
|
+
/**
|
|
1631
|
+
* Repository with tags
|
|
1632
|
+
*/
|
|
1633
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1634
|
+
name: z.ZodString;
|
|
1635
|
+
region: z.ZodString;
|
|
1636
|
+
uri: z.ZodString;
|
|
1637
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1638
|
+
name: z.ZodString;
|
|
1639
|
+
size: z.ZodNumber;
|
|
1640
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1642
|
+
}, z.core.$strip>>;
|
|
1643
|
+
totalSize: z.ZodNumber;
|
|
1644
|
+
}, z.core.$strip>;
|
|
1645
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1646
|
+
region: z.ZodString;
|
|
1647
|
+
repository: z.ZodString;
|
|
1648
|
+
tag: z.ZodString;
|
|
1649
|
+
}, z.core.$strip>;
|
|
1650
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1651
|
+
region: z.ZodString;
|
|
1652
|
+
repository: z.ZodString;
|
|
1653
|
+
tag: z.ZodString;
|
|
1654
|
+
}, z.core.$strip>;
|
|
1655
|
+
/**
|
|
1656
|
+
* Tag details
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1659
|
+
name: z.ZodString;
|
|
1660
|
+
digest: z.ZodString;
|
|
1661
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1663
|
+
size: z.ZodNumber;
|
|
1664
|
+
}, z.core.$strip>>;
|
|
1665
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1666
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
size: z.ZodNumber;
|
|
1668
|
+
}, z.core.$strip>>>;
|
|
1669
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1670
|
+
digest: z.ZodString;
|
|
1671
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1672
|
+
architecture: z.ZodString;
|
|
1673
|
+
os: z.ZodString;
|
|
1674
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
}, z.core.$strip>>;
|
|
1676
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1677
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
size: z.ZodNumber;
|
|
1679
|
+
}, z.core.$strip>>>;
|
|
1680
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1681
|
+
}, z.core.$strip>>>;
|
|
1682
|
+
size: z.ZodNumber;
|
|
1683
|
+
region: z.ZodString;
|
|
1684
|
+
repository: z.ZodString;
|
|
1685
|
+
uri: z.ZodString;
|
|
2834
1686
|
}, z.core.$strip>;
|
|
2835
1687
|
/**
|
|
2836
1688
|
* Returns a list of access token details with masked secrets.
|
|
@@ -2845,16 +1697,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
2845
1697
|
secret: z.ZodOptional<z.ZodString>;
|
|
2846
1698
|
date_created: z.ZodISODateTime;
|
|
2847
1699
|
}, z.core.$strip>>;
|
|
2848
|
-
export declare const
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
}>;
|
|
2855
|
-
}, z.core.$strip>;
|
|
2856
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2857
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1700
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
1701
|
+
name: z.ZodString;
|
|
1702
|
+
role: z.ZodEnum<{
|
|
1703
|
+
Administrator: "Administrator";
|
|
1704
|
+
User: "User";
|
|
1705
|
+
}>;
|
|
2858
1706
|
}, z.core.$strip>;
|
|
2859
1707
|
/**
|
|
2860
1708
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -2869,19 +1717,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
2869
1717
|
secret: z.ZodOptional<z.ZodString>;
|
|
2870
1718
|
date_created: z.ZodISODateTime;
|
|
2871
1719
|
}, z.core.$strip>;
|
|
2872
|
-
export declare const
|
|
2873
|
-
|
|
2874
|
-
path: z.ZodObject<{
|
|
2875
|
-
token_id: z.ZodString;
|
|
2876
|
-
}, z.core.$strip>;
|
|
2877
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1720
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
1721
|
+
token_id: z.ZodString;
|
|
2878
1722
|
}, z.core.$strip>;
|
|
2879
|
-
export declare const
|
|
2880
|
-
|
|
2881
|
-
path: z.ZodObject<{
|
|
2882
|
-
token_id: z.ZodString;
|
|
2883
|
-
}, z.core.$strip>;
|
|
2884
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1723
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
1724
|
+
token_id: z.ZodString;
|
|
2885
1725
|
}, z.core.$strip>;
|
|
2886
1726
|
/**
|
|
2887
1727
|
* Returns access token details with masked secret.
|
|
@@ -2896,18 +1736,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
2896
1736
|
secret: z.ZodOptional<z.ZodString>;
|
|
2897
1737
|
date_created: z.ZodISODateTime;
|
|
2898
1738
|
}, z.core.$strip>;
|
|
2899
|
-
export declare const
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
token_id: z.ZodString;
|
|
2909
|
-
}, z.core.$strip>;
|
|
2910
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1739
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
1740
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1741
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1742
|
+
Administrator: "Administrator";
|
|
1743
|
+
User: "User";
|
|
1744
|
+
}>>;
|
|
1745
|
+
}, z.core.$strip>;
|
|
1746
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
1747
|
+
token_id: z.ZodString;
|
|
2911
1748
|
}, z.core.$strip>;
|
|
2912
1749
|
/**
|
|
2913
1750
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -2922,12 +1759,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
2922
1759
|
secret: z.ZodOptional<z.ZodString>;
|
|
2923
1760
|
date_created: z.ZodISODateTime;
|
|
2924
1761
|
}, z.core.$strip>;
|
|
2925
|
-
export declare const
|
|
2926
|
-
|
|
2927
|
-
path: z.ZodObject<{
|
|
2928
|
-
token_id: z.ZodString;
|
|
2929
|
-
}, z.core.$strip>;
|
|
2930
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1762
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
1763
|
+
token_id: z.ZodString;
|
|
2931
1764
|
}, z.core.$strip>;
|
|
2932
1765
|
/**
|
|
2933
1766
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -2942,12 +1775,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
2942
1775
|
secret: z.ZodOptional<z.ZodString>;
|
|
2943
1776
|
date_created: z.ZodISODateTime;
|
|
2944
1777
|
}, z.core.$strip>;
|
|
2945
|
-
export declare const
|
|
2946
|
-
|
|
2947
|
-
path: z.ZodObject<{
|
|
2948
|
-
email: z.ZodString;
|
|
2949
|
-
}, z.core.$strip>;
|
|
2950
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1778
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
1779
|
+
email: z.ZodString;
|
|
2951
1780
|
}, z.core.$strip>;
|
|
2952
1781
|
/**
|
|
2953
1782
|
* An array of organizations the user belongs to.
|
|
@@ -2956,11 +1785,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
2956
1785
|
realm: z.ZodOptional<z.ZodString>;
|
|
2957
1786
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2958
1787
|
}, z.core.$strip>>;
|
|
2959
|
-
export declare const zListUsersData: z.ZodObject<{
|
|
2960
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2961
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2962
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2963
|
-
}, z.core.$strip>;
|
|
2964
1788
|
/**
|
|
2965
1789
|
* An array of users
|
|
2966
1790
|
*/
|
|
@@ -2979,24 +1803,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2979
1803
|
id: z.ZodUUID;
|
|
2980
1804
|
date_created: z.ZodISODateTime;
|
|
2981
1805
|
}, z.core.$strip>>;
|
|
2982
|
-
export declare const
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
}>>;
|
|
2997
|
-
}, z.core.$strip>;
|
|
2998
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2999
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1806
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
1807
|
+
email: z.ZodEmail;
|
|
1808
|
+
first_name: z.ZodString;
|
|
1809
|
+
last_name: z.ZodString;
|
|
1810
|
+
code: z.ZodString;
|
|
1811
|
+
password: z.ZodString;
|
|
1812
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
active: "active";
|
|
1814
|
+
inactive: "inactive";
|
|
1815
|
+
}>>;
|
|
1816
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1817
|
+
Administrator: "Administrator";
|
|
1818
|
+
User: "User";
|
|
1819
|
+
}>>;
|
|
3000
1820
|
}, z.core.$strip>;
|
|
3001
1821
|
/**
|
|
3002
1822
|
* Successfully created. Returns created user details.
|
|
@@ -3016,12 +1836,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
3016
1836
|
id: z.ZodUUID;
|
|
3017
1837
|
date_created: z.ZodISODateTime;
|
|
3018
1838
|
}, z.core.$strip>;
|
|
3019
|
-
export declare const
|
|
3020
|
-
|
|
3021
|
-
path: z.ZodObject<{
|
|
3022
|
-
user_id: z.ZodString;
|
|
3023
|
-
}, z.core.$strip>;
|
|
3024
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1839
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
1840
|
+
user_id: z.ZodString;
|
|
3025
1841
|
}, z.core.$strip>;
|
|
3026
1842
|
/**
|
|
3027
1843
|
* User profile information
|
|
@@ -3041,12 +1857,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
3041
1857
|
id: z.ZodUUID;
|
|
3042
1858
|
date_created: z.ZodISODateTime;
|
|
3043
1859
|
}, z.core.$strip>;
|
|
3044
|
-
export declare const
|
|
3045
|
-
|
|
3046
|
-
path: z.ZodObject<{
|
|
3047
|
-
user_id: z.ZodString;
|
|
3048
|
-
}, z.core.$strip>;
|
|
3049
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1860
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
1861
|
+
user_id: z.ZodString;
|
|
3050
1862
|
}, z.core.$strip>;
|
|
3051
1863
|
/**
|
|
3052
1864
|
* User profile information
|
|
@@ -3066,24 +1878,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
3066
1878
|
id: z.ZodUUID;
|
|
3067
1879
|
date_created: z.ZodISODateTime;
|
|
3068
1880
|
}, z.core.$strip>;
|
|
3069
|
-
export declare const
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
user_id: z.ZodString;
|
|
3085
|
-
}, z.core.$strip>;
|
|
3086
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1881
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
1882
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1883
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
1884
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
1885
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1886
|
+
Administrator: "Administrator";
|
|
1887
|
+
User: "User";
|
|
1888
|
+
}>>;
|
|
1889
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1890
|
+
active: "active";
|
|
1891
|
+
inactive: "inactive";
|
|
1892
|
+
}>>;
|
|
1893
|
+
}, z.core.$strip>;
|
|
1894
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
1895
|
+
user_id: z.ZodString;
|
|
3087
1896
|
}, z.core.$strip>;
|
|
3088
1897
|
/**
|
|
3089
1898
|
* Successfully created. Returns created user details.
|