@cloudfleet/sdk 0.0.1-90aedea → 0.0.1-91321da
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@tanstack/react-query.gen.d.ts +1125 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1129 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +220 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +15 -23
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +63 -119
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +20 -7
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1023 -487
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +1631 -576
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +130 -20
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +217 -164
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +924 -327
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +1050 -1935
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +506 -1077
- package/dist/zod.gen.js.map +1 -1
- package/package.json +29 -6
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/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<{
|
|
@@ -201,16 +199,23 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
201
199
|
basic: "basic";
|
|
202
200
|
pro: "pro";
|
|
203
201
|
}>;
|
|
204
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
205
|
-
staging: "staging";
|
|
202
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
203
|
+
"staging-1a": "staging-1a";
|
|
206
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
207
205
|
"europe-central-1a": "europe-central-1a";
|
|
208
|
-
|
|
209
|
-
|
|
206
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
207
|
+
}>>>;
|
|
208
|
+
version_channel: z.ZodDefault<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";
|
|
213
|
+
}>>>;
|
|
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<{
|
|
@@ -231,17 +236,18 @@ export declare const zCluster: z.ZodObject<{
|
|
|
231
236
|
basic: "basic";
|
|
232
237
|
pro: "pro";
|
|
233
238
|
}>;
|
|
234
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
235
|
-
staging: "staging";
|
|
239
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
240
|
+
"staging-1a": "staging-1a";
|
|
236
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
237
242
|
"europe-central-1a": "europe-central-1a";
|
|
238
|
-
|
|
239
|
-
|
|
243
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
244
|
+
}>>>;
|
|
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";
|
|
@@ -249,11 +255,15 @@ export declare const zCluster: z.ZodObject<{
|
|
|
249
255
|
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
250
256
|
"": "";
|
|
251
257
|
}>]>>;
|
|
258
|
+
endpoint_public: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
259
|
+
"": "";
|
|
260
|
+
}>]>>;
|
|
252
261
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
253
262
|
version_current: z.ZodOptional<z.ZodString>;
|
|
254
263
|
created_at: z.ZodOptional<z.ZodString>;
|
|
255
264
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
256
265
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
266
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
257
267
|
}, z.core.$strip>;
|
|
258
268
|
export declare const zClusterUpdateInput: z.ZodObject<{
|
|
259
269
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -324,602 +334,40 @@ export declare const zInvite: z.ZodObject<{
|
|
|
324
334
|
code: z.ZodOptional<z.ZodString>;
|
|
325
335
|
}, z.core.$strip>;
|
|
326
336
|
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>>>;
|
|
337
|
+
id: z.ZodOptional<z.ZodString>;
|
|
338
|
+
number: z.ZodOptional<z.ZodString>;
|
|
339
|
+
status: z.ZodOptional<z.ZodString>;
|
|
340
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
341
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
342
|
+
created: z.ZodISODateTime;
|
|
343
|
+
period_start: z.ZodISODateTime;
|
|
344
|
+
period_end: z.ZodISODateTime;
|
|
345
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
346
|
+
}, z.core.$strip>;
|
|
347
|
+
export declare const zMarketplaceListingFiles: z.ZodObject<{
|
|
348
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
349
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
350
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
909
351
|
}, z.core.$strip>;
|
|
910
352
|
export declare const zMarketplaceListing: z.ZodObject<{
|
|
911
|
-
id: z.ZodString;
|
|
912
353
|
name: z.ZodString;
|
|
913
|
-
|
|
914
|
-
description: z.ZodString;
|
|
915
|
-
logoUrl: z.ZodString;
|
|
916
|
-
longDescription: z.ZodString;
|
|
917
|
-
categories: z.ZodArray<z.ZodString>;
|
|
354
|
+
versions: z.ZodArray<z.ZodString>;
|
|
918
355
|
version_channels: z.ZodArray<z.ZodString>;
|
|
919
|
-
|
|
356
|
+
latestVersion: z.ZodString;
|
|
357
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
358
|
+
name: z.ZodString;
|
|
920
359
|
version: z.ZodString;
|
|
921
|
-
|
|
922
|
-
|
|
360
|
+
description: z.ZodOptional<z.ZodString>;
|
|
361
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
362
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
363
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
|
+
home: z.ZodOptional<z.ZodString>;
|
|
365
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
366
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
367
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
368
|
+
name: z.ZodString;
|
|
369
|
+
email: z.ZodOptional<z.ZodString>;
|
|
370
|
+
}, z.core.$strip>>>;
|
|
923
371
|
}, z.core.$strip>>;
|
|
924
372
|
}, z.core.$strip>;
|
|
925
373
|
export declare const zOrganizationCreateInput: z.ZodObject<{
|
|
@@ -945,6 +393,7 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
945
393
|
id: z.ZodString;
|
|
946
394
|
label: z.ZodString;
|
|
947
395
|
}, z.core.$strip>>;
|
|
396
|
+
cfcr_storage_gb: z.ZodInt;
|
|
948
397
|
}, z.core.$strip>;
|
|
949
398
|
status: z.ZodEnum<{
|
|
950
399
|
active: "active";
|
|
@@ -973,6 +422,171 @@ export declare const zPaymentMethod: z.ZodObject<{
|
|
|
973
422
|
visa: "visa";
|
|
974
423
|
}>;
|
|
975
424
|
}, z.core.$strip>;
|
|
425
|
+
export declare const zPlatformQuota: z.ZodObject<{
|
|
426
|
+
basic_clusters_max: z.ZodInt;
|
|
427
|
+
basic_clusters_available: z.ZodInt;
|
|
428
|
+
pro_clusters_max: z.ZodInt;
|
|
429
|
+
pro_clusters_available: z.ZodInt;
|
|
430
|
+
fleets_max: z.ZodInt;
|
|
431
|
+
cluster_tiers: z.ZodArray<z.ZodString>;
|
|
432
|
+
regions: z.ZodArray<z.ZodString>;
|
|
433
|
+
versions: z.ZodArray<z.ZodObject<{
|
|
434
|
+
id: z.ZodString;
|
|
435
|
+
label: z.ZodString;
|
|
436
|
+
}, z.core.$strip>>;
|
|
437
|
+
cfcr_storage_gb: z.ZodInt;
|
|
438
|
+
}, z.core.$strip>;
|
|
439
|
+
export declare const zRegistryRepository: z.ZodObject<{
|
|
440
|
+
name: z.ZodString;
|
|
441
|
+
region: z.ZodString;
|
|
442
|
+
uri: z.ZodString;
|
|
443
|
+
}, z.core.$strip>;
|
|
444
|
+
export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
445
|
+
name: z.ZodString;
|
|
446
|
+
region: z.ZodString;
|
|
447
|
+
uri: z.ZodString;
|
|
448
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
449
|
+
name: z.ZodString;
|
|
450
|
+
size: z.ZodNumber;
|
|
451
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
452
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
453
|
+
}, z.core.$strip>>;
|
|
454
|
+
totalSize: z.ZodNumber;
|
|
455
|
+
}, z.core.$strip>;
|
|
456
|
+
export declare const zRegistryTag: z.ZodObject<{
|
|
457
|
+
name: z.ZodString;
|
|
458
|
+
digest: z.ZodString;
|
|
459
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
460
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
461
|
+
size: z.ZodNumber;
|
|
462
|
+
}, z.core.$strip>>;
|
|
463
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
464
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
465
|
+
size: z.ZodNumber;
|
|
466
|
+
}, z.core.$strip>>>;
|
|
467
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
468
|
+
digest: z.ZodString;
|
|
469
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
470
|
+
architecture: z.ZodString;
|
|
471
|
+
os: z.ZodString;
|
|
472
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
473
|
+
}, z.core.$strip>>;
|
|
474
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
475
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
476
|
+
size: z.ZodNumber;
|
|
477
|
+
}, z.core.$strip>>>;
|
|
478
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
479
|
+
}, z.core.$strip>>>;
|
|
480
|
+
size: z.ZodNumber;
|
|
481
|
+
region: z.ZodString;
|
|
482
|
+
repository: z.ZodString;
|
|
483
|
+
uri: z.ZodString;
|
|
484
|
+
}, z.core.$strip>;
|
|
485
|
+
export declare const zTicketAttachment: z.ZodObject<{
|
|
486
|
+
id: z.ZodString;
|
|
487
|
+
filename: z.ZodString;
|
|
488
|
+
content_type: z.ZodString;
|
|
489
|
+
size: z.ZodInt;
|
|
490
|
+
}, z.core.$strip>;
|
|
491
|
+
export declare const zTicketCreateInput: z.ZodObject<{
|
|
492
|
+
category: z.ZodEnum<{
|
|
493
|
+
billing: "billing";
|
|
494
|
+
technical: "technical";
|
|
495
|
+
general: "general";
|
|
496
|
+
}>;
|
|
497
|
+
body: z.ZodString;
|
|
498
|
+
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
499
|
+
}, z.core.$strip>;
|
|
500
|
+
export declare const zTicketListResponse: z.ZodObject<{
|
|
501
|
+
items: z.ZodArray<z.ZodObject<{
|
|
502
|
+
id: z.ZodString;
|
|
503
|
+
status: z.ZodEnum<{
|
|
504
|
+
closed: "closed";
|
|
505
|
+
waiting_on_us: "waiting_on_us";
|
|
506
|
+
waiting_on_user: "waiting_on_user";
|
|
507
|
+
}>;
|
|
508
|
+
category: z.ZodEnum<{
|
|
509
|
+
billing: "billing";
|
|
510
|
+
technical: "technical";
|
|
511
|
+
general: "general";
|
|
512
|
+
}>;
|
|
513
|
+
summary: z.ZodString;
|
|
514
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
515
|
+
date_created: z.ZodISODateTime;
|
|
516
|
+
date_updated: z.ZodISODateTime;
|
|
517
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
518
|
+
id: z.ZodString;
|
|
519
|
+
type: z.ZodEnum<{
|
|
520
|
+
customer_reply: "customer_reply";
|
|
521
|
+
agent_reply: "agent_reply";
|
|
522
|
+
}>;
|
|
523
|
+
body: z.ZodString;
|
|
524
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
525
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
526
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
527
|
+
id: z.ZodString;
|
|
528
|
+
filename: z.ZodString;
|
|
529
|
+
content_type: z.ZodString;
|
|
530
|
+
size: z.ZodInt;
|
|
531
|
+
}, z.core.$strip>>>;
|
|
532
|
+
date_created: z.ZodISODateTime;
|
|
533
|
+
}, z.core.$strip>>>;
|
|
534
|
+
}, z.core.$strip>>;
|
|
535
|
+
}, z.core.$strip>;
|
|
536
|
+
export declare const zTicketMessageInput: z.ZodObject<{
|
|
537
|
+
body: z.ZodString;
|
|
538
|
+
}, z.core.$strip>;
|
|
539
|
+
export declare const zTicketMessage: z.ZodObject<{
|
|
540
|
+
id: z.ZodString;
|
|
541
|
+
type: z.ZodEnum<{
|
|
542
|
+
customer_reply: "customer_reply";
|
|
543
|
+
agent_reply: "agent_reply";
|
|
544
|
+
}>;
|
|
545
|
+
body: z.ZodString;
|
|
546
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
547
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
548
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
549
|
+
id: z.ZodString;
|
|
550
|
+
filename: z.ZodString;
|
|
551
|
+
content_type: z.ZodString;
|
|
552
|
+
size: z.ZodInt;
|
|
553
|
+
}, z.core.$strip>>>;
|
|
554
|
+
date_created: z.ZodISODateTime;
|
|
555
|
+
}, z.core.$strip>;
|
|
556
|
+
export declare const zTicket: z.ZodObject<{
|
|
557
|
+
id: z.ZodString;
|
|
558
|
+
status: z.ZodEnum<{
|
|
559
|
+
closed: "closed";
|
|
560
|
+
waiting_on_us: "waiting_on_us";
|
|
561
|
+
waiting_on_user: "waiting_on_user";
|
|
562
|
+
}>;
|
|
563
|
+
category: z.ZodEnum<{
|
|
564
|
+
billing: "billing";
|
|
565
|
+
technical: "technical";
|
|
566
|
+
general: "general";
|
|
567
|
+
}>;
|
|
568
|
+
summary: z.ZodString;
|
|
569
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
570
|
+
date_created: z.ZodISODateTime;
|
|
571
|
+
date_updated: z.ZodISODateTime;
|
|
572
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
573
|
+
id: z.ZodString;
|
|
574
|
+
type: z.ZodEnum<{
|
|
575
|
+
customer_reply: "customer_reply";
|
|
576
|
+
agent_reply: "agent_reply";
|
|
577
|
+
}>;
|
|
578
|
+
body: z.ZodString;
|
|
579
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
580
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
581
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
582
|
+
id: z.ZodString;
|
|
583
|
+
filename: z.ZodString;
|
|
584
|
+
content_type: z.ZodString;
|
|
585
|
+
size: z.ZodInt;
|
|
586
|
+
}, z.core.$strip>>>;
|
|
587
|
+
date_created: z.ZodISODateTime;
|
|
588
|
+
}, z.core.$strip>>>;
|
|
589
|
+
}, z.core.$strip>;
|
|
976
590
|
export declare const zTokenCreateInput: z.ZodObject<{
|
|
977
591
|
name: z.ZodString;
|
|
978
592
|
role: z.ZodEnum<{
|
|
@@ -997,37 +611,31 @@ export declare const zTokenUpdateInput: z.ZodObject<{
|
|
|
997
611
|
User: "User";
|
|
998
612
|
}>>;
|
|
999
613
|
}, z.core.$strip>;
|
|
614
|
+
export declare const zUsageFacets: z.ZodObject<{
|
|
615
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
616
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
617
|
+
}, z.core.$strip>;
|
|
618
|
+
export declare const zUsageResponse: z.ZodObject<{
|
|
619
|
+
data: z.ZodArray<z.ZodObject<{
|
|
620
|
+
hour: z.ZodString;
|
|
621
|
+
cluster_id: z.ZodString;
|
|
622
|
+
product: z.ZodString;
|
|
623
|
+
value: z.ZodNumber;
|
|
624
|
+
price: z.ZodNumber;
|
|
625
|
+
total: z.ZodNumber;
|
|
626
|
+
}, z.core.$strip>>;
|
|
627
|
+
facets: z.ZodObject<{
|
|
628
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
629
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
630
|
+
}, z.core.$strip>;
|
|
631
|
+
}, z.core.$strip>;
|
|
1000
632
|
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
|
-
}>]>;
|
|
633
|
+
hour: z.ZodString;
|
|
634
|
+
cluster_id: z.ZodString;
|
|
635
|
+
product: z.ZodString;
|
|
636
|
+
value: z.ZodNumber;
|
|
637
|
+
price: z.ZodNumber;
|
|
638
|
+
total: z.ZodNumber;
|
|
1031
639
|
}, z.core.$strip>;
|
|
1032
640
|
export declare const zUserCreateInput: z.ZodObject<{
|
|
1033
641
|
email: z.ZodEmail;
|
|
@@ -1072,59 +680,29 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
1072
680
|
inactive: "inactive";
|
|
1073
681
|
}>>;
|
|
1074
682
|
}, 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>;
|
|
683
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
684
|
+
granularity: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
685
|
+
hourly: "hourly";
|
|
686
|
+
daily: "daily";
|
|
687
|
+
monthly: "monthly";
|
|
688
|
+
}>>>;
|
|
1119
689
|
}, z.core.$strip>;
|
|
1120
690
|
/**
|
|
1121
|
-
*
|
|
691
|
+
* Usage data with facets for filtering
|
|
1122
692
|
*/
|
|
1123
|
-
export declare const
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
693
|
+
export declare const zGetUsageResponse: z.ZodObject<{
|
|
694
|
+
data: z.ZodArray<z.ZodObject<{
|
|
695
|
+
hour: z.ZodString;
|
|
696
|
+
cluster_id: z.ZodString;
|
|
697
|
+
product: z.ZodString;
|
|
698
|
+
value: z.ZodNumber;
|
|
699
|
+
price: z.ZodNumber;
|
|
700
|
+
total: z.ZodNumber;
|
|
701
|
+
}, z.core.$strip>>;
|
|
702
|
+
facets: z.ZodObject<{
|
|
703
|
+
cluster_id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
704
|
+
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
705
|
+
}, z.core.$strip>;
|
|
1128
706
|
}, z.core.$strip>;
|
|
1129
707
|
/**
|
|
1130
708
|
* Redacted payment card information.
|
|
@@ -1150,11 +728,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
1150
728
|
visa: "visa";
|
|
1151
729
|
}>;
|
|
1152
730
|
}, 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
731
|
/**
|
|
1159
732
|
* 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
733
|
*
|
|
@@ -1162,619 +735,20 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
1162
735
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
1163
736
|
id: z.ZodOptional<z.ZodString>;
|
|
1164
737
|
}, 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
738
|
/**
|
|
1174
739
|
* An array of usage records.
|
|
1175
740
|
*/
|
|
1176
741
|
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>>>;
|
|
742
|
+
id: z.ZodOptional<z.ZodString>;
|
|
743
|
+
number: z.ZodOptional<z.ZodString>;
|
|
744
|
+
status: z.ZodOptional<z.ZodString>;
|
|
745
|
+
total: z.ZodOptional<z.ZodNumber>;
|
|
746
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
747
|
+
created: z.ZodISODateTime;
|
|
748
|
+
period_start: z.ZodISODateTime;
|
|
749
|
+
period_end: z.ZodISODateTime;
|
|
750
|
+
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
1759
751
|
}, 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
752
|
/**
|
|
1779
753
|
* Returns a single object containing organization contact and billing address details.
|
|
1780
754
|
*/
|
|
@@ -1788,8 +762,7 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1788
762
|
country: z.ZodOptional<z.ZodString>;
|
|
1789
763
|
phone: z.ZodOptional<z.ZodString>;
|
|
1790
764
|
email: z.ZodEmail;
|
|
1791
|
-
|
|
1792
|
-
last_name: z.ZodString;
|
|
765
|
+
individual_name: z.ZodString;
|
|
1793
766
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
1794
767
|
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
1795
768
|
"": "";
|
|
@@ -1922,158 +895,7 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
1922
895
|
zw_tin: "zw_tin";
|
|
1923
896
|
}>>;
|
|
1924
897
|
}, z.core.$strip>;
|
|
1925
|
-
export declare const
|
|
1926
|
-
body: z.ZodObject<{
|
|
1927
|
-
company: z.ZodOptional<z.ZodString>;
|
|
1928
|
-
address1: z.ZodOptional<z.ZodString>;
|
|
1929
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
1930
|
-
postalCode: z.ZodOptional<z.ZodString>;
|
|
1931
|
-
city: z.ZodOptional<z.ZodString>;
|
|
1932
|
-
state: z.ZodOptional<z.ZodString>;
|
|
1933
|
-
country: z.ZodOptional<z.ZodString>;
|
|
1934
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
1935
|
-
email: z.ZodEmail;
|
|
1936
|
-
first_name: z.ZodString;
|
|
1937
|
-
last_name: z.ZodString;
|
|
1938
|
-
tax_id: z.ZodOptional<z.ZodString>;
|
|
1939
|
-
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
1940
|
-
"": "";
|
|
1941
|
-
ad_nrt: "ad_nrt";
|
|
1942
|
-
ae_trn: "ae_trn";
|
|
1943
|
-
al_tin: "al_tin";
|
|
1944
|
-
am_tin: "am_tin";
|
|
1945
|
-
ao_tin: "ao_tin";
|
|
1946
|
-
ar_cuit: "ar_cuit";
|
|
1947
|
-
at_vat: "at_vat";
|
|
1948
|
-
au_abn: "au_abn";
|
|
1949
|
-
au_arn: "au_arn";
|
|
1950
|
-
ba_tin: "ba_tin";
|
|
1951
|
-
bb_tin: "bb_tin";
|
|
1952
|
-
be_vat: "be_vat";
|
|
1953
|
-
bg_uic: "bg_uic";
|
|
1954
|
-
bg_vat: "bg_vat";
|
|
1955
|
-
bh_vat: "bh_vat";
|
|
1956
|
-
bo_tin: "bo_tin";
|
|
1957
|
-
br_cnpj: "br_cnpj";
|
|
1958
|
-
br_cpf: "br_cpf";
|
|
1959
|
-
bs_tin: "bs_tin";
|
|
1960
|
-
by_tin: "by_tin";
|
|
1961
|
-
ca_bn: "ca_bn";
|
|
1962
|
-
ca_gst_hst: "ca_gst_hst";
|
|
1963
|
-
ca_pst_bc: "ca_pst_bc";
|
|
1964
|
-
ca_pst_mb: "ca_pst_mb";
|
|
1965
|
-
ca_pst_sk: "ca_pst_sk";
|
|
1966
|
-
ca_qst: "ca_qst";
|
|
1967
|
-
cd_nif: "cd_nif";
|
|
1968
|
-
ch_uid: "ch_uid";
|
|
1969
|
-
ch_vat: "ch_vat";
|
|
1970
|
-
cl_tin: "cl_tin";
|
|
1971
|
-
cn_tin: "cn_tin";
|
|
1972
|
-
co_nit: "co_nit";
|
|
1973
|
-
cr_tin: "cr_tin";
|
|
1974
|
-
cy_vat: "cy_vat";
|
|
1975
|
-
cz_vat: "cz_vat";
|
|
1976
|
-
de_stn: "de_stn";
|
|
1977
|
-
de_vat: "de_vat";
|
|
1978
|
-
dk_vat: "dk_vat";
|
|
1979
|
-
do_rcn: "do_rcn";
|
|
1980
|
-
ec_ruc: "ec_ruc";
|
|
1981
|
-
ee_vat: "ee_vat";
|
|
1982
|
-
eg_tin: "eg_tin";
|
|
1983
|
-
es_cif: "es_cif";
|
|
1984
|
-
es_vat: "es_vat";
|
|
1985
|
-
eu_oss_vat: "eu_oss_vat";
|
|
1986
|
-
fi_vat: "fi_vat";
|
|
1987
|
-
fr_vat: "fr_vat";
|
|
1988
|
-
gb_vat: "gb_vat";
|
|
1989
|
-
ge_vat: "ge_vat";
|
|
1990
|
-
gn_nif: "gn_nif";
|
|
1991
|
-
gr_vat: "gr_vat";
|
|
1992
|
-
hk_br: "hk_br";
|
|
1993
|
-
hr_oib: "hr_oib";
|
|
1994
|
-
hr_vat: "hr_vat";
|
|
1995
|
-
hu_tin: "hu_tin";
|
|
1996
|
-
hu_vat: "hu_vat";
|
|
1997
|
-
id_npwp: "id_npwp";
|
|
1998
|
-
ie_vat: "ie_vat";
|
|
1999
|
-
il_vat: "il_vat";
|
|
2000
|
-
in_gst: "in_gst";
|
|
2001
|
-
is_vat: "is_vat";
|
|
2002
|
-
it_vat: "it_vat";
|
|
2003
|
-
jp_cn: "jp_cn";
|
|
2004
|
-
jp_rn: "jp_rn";
|
|
2005
|
-
jp_trn: "jp_trn";
|
|
2006
|
-
ke_pin: "ke_pin";
|
|
2007
|
-
kh_tin: "kh_tin";
|
|
2008
|
-
kr_brn: "kr_brn";
|
|
2009
|
-
kz_bin: "kz_bin";
|
|
2010
|
-
li_uid: "li_uid";
|
|
2011
|
-
li_vat: "li_vat";
|
|
2012
|
-
lt_vat: "lt_vat";
|
|
2013
|
-
lu_vat: "lu_vat";
|
|
2014
|
-
lv_vat: "lv_vat";
|
|
2015
|
-
ma_vat: "ma_vat";
|
|
2016
|
-
md_vat: "md_vat";
|
|
2017
|
-
me_pib: "me_pib";
|
|
2018
|
-
mk_vat: "mk_vat";
|
|
2019
|
-
mr_nif: "mr_nif";
|
|
2020
|
-
mt_vat: "mt_vat";
|
|
2021
|
-
mx_rfc: "mx_rfc";
|
|
2022
|
-
my_frp: "my_frp";
|
|
2023
|
-
my_itn: "my_itn";
|
|
2024
|
-
my_sst: "my_sst";
|
|
2025
|
-
ng_tin: "ng_tin";
|
|
2026
|
-
nl_vat: "nl_vat";
|
|
2027
|
-
no_vat: "no_vat";
|
|
2028
|
-
no_voec: "no_voec";
|
|
2029
|
-
np_pan: "np_pan";
|
|
2030
|
-
nz_gst: "nz_gst";
|
|
2031
|
-
om_vat: "om_vat";
|
|
2032
|
-
pe_ruc: "pe_ruc";
|
|
2033
|
-
ph_tin: "ph_tin";
|
|
2034
|
-
pl_vat: "pl_vat";
|
|
2035
|
-
pt_vat: "pt_vat";
|
|
2036
|
-
ro_tin: "ro_tin";
|
|
2037
|
-
ro_vat: "ro_vat";
|
|
2038
|
-
rs_pib: "rs_pib";
|
|
2039
|
-
ru_inn: "ru_inn";
|
|
2040
|
-
ru_kpp: "ru_kpp";
|
|
2041
|
-
sa_vat: "sa_vat";
|
|
2042
|
-
se_vat: "se_vat";
|
|
2043
|
-
sg_gst: "sg_gst";
|
|
2044
|
-
sg_uen: "sg_uen";
|
|
2045
|
-
si_tin: "si_tin";
|
|
2046
|
-
si_vat: "si_vat";
|
|
2047
|
-
sk_vat: "sk_vat";
|
|
2048
|
-
sn_ninea: "sn_ninea";
|
|
2049
|
-
sr_fin: "sr_fin";
|
|
2050
|
-
sv_nit: "sv_nit";
|
|
2051
|
-
th_vat: "th_vat";
|
|
2052
|
-
tj_tin: "tj_tin";
|
|
2053
|
-
tr_tin: "tr_tin";
|
|
2054
|
-
tw_vat: "tw_vat";
|
|
2055
|
-
tz_vat: "tz_vat";
|
|
2056
|
-
ua_vat: "ua_vat";
|
|
2057
|
-
ug_tin: "ug_tin";
|
|
2058
|
-
us_ein: "us_ein";
|
|
2059
|
-
uy_ruc: "uy_ruc";
|
|
2060
|
-
uz_tin: "uz_tin";
|
|
2061
|
-
uz_vat: "uz_vat";
|
|
2062
|
-
ve_rif: "ve_rif";
|
|
2063
|
-
vn_tin: "vn_tin";
|
|
2064
|
-
xi_vat: "xi_vat";
|
|
2065
|
-
za_vat: "za_vat";
|
|
2066
|
-
zm_tin: "zm_tin";
|
|
2067
|
-
zw_tin: "zw_tin";
|
|
2068
|
-
}>>;
|
|
2069
|
-
}, z.core.$strip>;
|
|
2070
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2071
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2072
|
-
}, z.core.$strip>;
|
|
2073
|
-
/**
|
|
2074
|
-
* Successfully updated. Returns updated organization details.
|
|
2075
|
-
*/
|
|
2076
|
-
export declare const zUpdateContactResponse: z.ZodObject<{
|
|
898
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
2077
899
|
company: z.ZodOptional<z.ZodString>;
|
|
2078
900
|
address1: z.ZodOptional<z.ZodString>;
|
|
2079
901
|
address2: z.ZodOptional<z.ZodString>;
|
|
@@ -2083,8 +905,7 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
2083
905
|
country: z.ZodOptional<z.ZodString>;
|
|
2084
906
|
phone: z.ZodOptional<z.ZodString>;
|
|
2085
907
|
email: z.ZodEmail;
|
|
2086
|
-
|
|
2087
|
-
last_name: z.ZodString;
|
|
908
|
+
individual_name: z.ZodString;
|
|
2088
909
|
tax_id: z.ZodOptional<z.ZodString>;
|
|
2089
910
|
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
2090
911
|
"": "";
|
|
@@ -2217,229 +1038,332 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
2217
1038
|
zw_tin: "zw_tin";
|
|
2218
1039
|
}>>;
|
|
2219
1040
|
}, 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
1041
|
/**
|
|
2226
|
-
*
|
|
2227
|
-
*/
|
|
2228
|
-
export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
2229
|
-
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
|
-
type: z.ZodEnum<{
|
|
2235
|
-
credit: "credit";
|
|
2236
|
-
discount: "discount";
|
|
2237
|
-
}>;
|
|
2238
|
-
value: z.ZodNumber;
|
|
2239
|
-
billing_period: z.ZodISODateTime;
|
|
2240
|
-
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
2241
|
-
}, z.core.$strip>>;
|
|
2242
|
-
export declare const zRedeemCreditsData: z.ZodObject<{
|
|
2243
|
-
body: z.ZodObject<{
|
|
2244
|
-
code: z.ZodOptional<z.ZodString>;
|
|
2245
|
-
}, z.core.$strip>;
|
|
2246
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
2247
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2248
|
-
}, z.core.$strip>;
|
|
2249
|
-
export declare const zListChartsData: z.ZodObject<{
|
|
2250
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2251
|
-
path: z.ZodObject<{
|
|
2252
|
-
cluster_id: z.ZodString;
|
|
2253
|
-
}, z.core.$strip>;
|
|
2254
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2255
|
-
}, z.core.$strip>;
|
|
2256
|
-
/**
|
|
2257
|
-
* An array of charts
|
|
2258
|
-
*/
|
|
2259
|
-
export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
2260
|
-
values: z.ZodString;
|
|
2261
|
-
version_channel: z.ZodString;
|
|
2262
|
-
name: z.ZodString;
|
|
2263
|
-
namespace: z.ZodString;
|
|
2264
|
-
chart: z.ZodString;
|
|
2265
|
-
status: z.ZodEnum<{
|
|
2266
|
-
InstallSucceeded: "InstallSucceeded";
|
|
2267
|
-
InstallFailed: "InstallFailed";
|
|
2268
|
-
UpgradeSucceeded: "UpgradeSucceeded";
|
|
2269
|
-
UpgradeFailed: "UpgradeFailed";
|
|
2270
|
-
TestSucceeded: "TestSucceeded";
|
|
2271
|
-
TestFailed: "TestFailed";
|
|
2272
|
-
RollbackSucceeded: "RollbackSucceeded";
|
|
2273
|
-
RollbackFailed: "RollbackFailed";
|
|
2274
|
-
UninstallSucceeded: "UninstallSucceeded";
|
|
2275
|
-
UninstallFailed: "UninstallFailed";
|
|
2276
|
-
ArtifactFailed: "ArtifactFailed";
|
|
2277
|
-
DependencyNotReady: "DependencyNotReady";
|
|
2278
|
-
Progressing: "Progressing";
|
|
2279
|
-
SourceNotReady: "SourceNotReady";
|
|
2280
|
-
}>;
|
|
2281
|
-
version_current: z.ZodString;
|
|
2282
|
-
created_at: z.ZodString;
|
|
2283
|
-
updated_at: z.ZodString;
|
|
2284
|
-
ready: z.ZodBoolean;
|
|
2285
|
-
}, z.core.$strip>>;
|
|
2286
|
-
export declare const zCreateChartData: z.ZodObject<{
|
|
2287
|
-
body: z.ZodObject<{
|
|
2288
|
-
values: z.ZodString;
|
|
2289
|
-
version_channel: z.ZodString;
|
|
2290
|
-
name: z.ZodString;
|
|
2291
|
-
namespace: z.ZodString;
|
|
2292
|
-
chart: z.ZodString;
|
|
2293
|
-
}, z.core.$strip>;
|
|
2294
|
-
path: z.ZodObject<{
|
|
2295
|
-
cluster_id: z.ZodString;
|
|
2296
|
-
}, z.core.$strip>;
|
|
2297
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2298
|
-
}, z.core.$strip>;
|
|
2299
|
-
/**
|
|
2300
|
-
* Successfully created. Returns created Chart ID.
|
|
2301
|
-
*/
|
|
2302
|
-
export declare const zCreateChartResponse: z.ZodString;
|
|
2303
|
-
export declare const zDeleteChartData: z.ZodObject<{
|
|
2304
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2305
|
-
path: z.ZodObject<{
|
|
2306
|
-
cluster_id: z.ZodString;
|
|
2307
|
-
chart_name: z.ZodString;
|
|
2308
|
-
}, z.core.$strip>;
|
|
2309
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2310
|
-
}, z.core.$strip>;
|
|
2311
|
-
/**
|
|
2312
|
-
* Successfully deleted.
|
|
2313
|
-
*/
|
|
2314
|
-
export declare const zDeleteChartResponse: z.ZodString;
|
|
2315
|
-
export declare const zGetChartData: z.ZodObject<{
|
|
2316
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2317
|
-
path: z.ZodObject<{
|
|
2318
|
-
cluster_id: z.ZodString;
|
|
2319
|
-
chart_name: z.ZodString;
|
|
2320
|
-
}, z.core.$strip>;
|
|
2321
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2322
|
-
}, z.core.$strip>;
|
|
2323
|
-
/**
|
|
2324
|
-
* Returns a single object containing chart details.
|
|
2325
|
-
*/
|
|
2326
|
-
export declare const zGetChartResponse: z.ZodObject<{
|
|
2327
|
-
values: z.ZodString;
|
|
2328
|
-
version_channel: z.ZodString;
|
|
2329
|
-
name: z.ZodString;
|
|
2330
|
-
namespace: z.ZodString;
|
|
2331
|
-
chart: z.ZodString;
|
|
2332
|
-
status: z.ZodEnum<{
|
|
2333
|
-
InstallSucceeded: "InstallSucceeded";
|
|
2334
|
-
InstallFailed: "InstallFailed";
|
|
2335
|
-
UpgradeSucceeded: "UpgradeSucceeded";
|
|
2336
|
-
UpgradeFailed: "UpgradeFailed";
|
|
2337
|
-
TestSucceeded: "TestSucceeded";
|
|
2338
|
-
TestFailed: "TestFailed";
|
|
2339
|
-
RollbackSucceeded: "RollbackSucceeded";
|
|
2340
|
-
RollbackFailed: "RollbackFailed";
|
|
2341
|
-
UninstallSucceeded: "UninstallSucceeded";
|
|
2342
|
-
UninstallFailed: "UninstallFailed";
|
|
2343
|
-
ArtifactFailed: "ArtifactFailed";
|
|
2344
|
-
DependencyNotReady: "DependencyNotReady";
|
|
2345
|
-
Progressing: "Progressing";
|
|
2346
|
-
SourceNotReady: "SourceNotReady";
|
|
2347
|
-
}>;
|
|
2348
|
-
version_current: z.ZodString;
|
|
2349
|
-
created_at: z.ZodString;
|
|
2350
|
-
updated_at: z.ZodString;
|
|
2351
|
-
ready: z.ZodBoolean;
|
|
2352
|
-
}, z.core.$strip>;
|
|
2353
|
-
export declare const zUpdateChartData: z.ZodObject<{
|
|
2354
|
-
body: z.ZodObject<{
|
|
2355
|
-
values: z.ZodString;
|
|
2356
|
-
version_channel: z.ZodString;
|
|
2357
|
-
}, z.core.$strip>;
|
|
2358
|
-
path: z.ZodObject<{
|
|
2359
|
-
cluster_id: z.ZodString;
|
|
2360
|
-
chart_name: z.ZodString;
|
|
2361
|
-
}, z.core.$strip>;
|
|
2362
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2363
|
-
}, z.core.$strip>;
|
|
2364
|
-
/**
|
|
2365
|
-
* Successfully updated.
|
|
2366
|
-
*/
|
|
2367
|
-
export declare const zUpdateChartResponse: z.ZodString;
|
|
2368
|
-
export declare const zListFleetsData: z.ZodObject<{
|
|
2369
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
2370
|
-
path: z.ZodObject<{
|
|
2371
|
-
cluster_id: z.ZodString;
|
|
2372
|
-
}, z.core.$strip>;
|
|
2373
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
2374
|
-
}, z.core.$strip>;
|
|
2375
|
-
/**
|
|
2376
|
-
* An array of fleets
|
|
1042
|
+
* Successfully updated. Returns updated organization details.
|
|
2377
1043
|
*/
|
|
2378
|
-
export declare const
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
1044
|
+
export declare const zUpdateContactResponse: z.ZodObject<{
|
|
1045
|
+
company: z.ZodOptional<z.ZodString>;
|
|
1046
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
1047
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
1048
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
1049
|
+
city: z.ZodOptional<z.ZodString>;
|
|
1050
|
+
state: z.ZodOptional<z.ZodString>;
|
|
1051
|
+
country: z.ZodOptional<z.ZodString>;
|
|
1052
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
1053
|
+
email: z.ZodEmail;
|
|
1054
|
+
individual_name: z.ZodString;
|
|
1055
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
1056
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
1057
|
+
"": "";
|
|
1058
|
+
ad_nrt: "ad_nrt";
|
|
1059
|
+
ae_trn: "ae_trn";
|
|
1060
|
+
al_tin: "al_tin";
|
|
1061
|
+
am_tin: "am_tin";
|
|
1062
|
+
ao_tin: "ao_tin";
|
|
1063
|
+
ar_cuit: "ar_cuit";
|
|
1064
|
+
at_vat: "at_vat";
|
|
1065
|
+
au_abn: "au_abn";
|
|
1066
|
+
au_arn: "au_arn";
|
|
1067
|
+
ba_tin: "ba_tin";
|
|
1068
|
+
bb_tin: "bb_tin";
|
|
1069
|
+
be_vat: "be_vat";
|
|
1070
|
+
bg_uic: "bg_uic";
|
|
1071
|
+
bg_vat: "bg_vat";
|
|
1072
|
+
bh_vat: "bh_vat";
|
|
1073
|
+
bo_tin: "bo_tin";
|
|
1074
|
+
br_cnpj: "br_cnpj";
|
|
1075
|
+
br_cpf: "br_cpf";
|
|
1076
|
+
bs_tin: "bs_tin";
|
|
1077
|
+
by_tin: "by_tin";
|
|
1078
|
+
ca_bn: "ca_bn";
|
|
1079
|
+
ca_gst_hst: "ca_gst_hst";
|
|
1080
|
+
ca_pst_bc: "ca_pst_bc";
|
|
1081
|
+
ca_pst_mb: "ca_pst_mb";
|
|
1082
|
+
ca_pst_sk: "ca_pst_sk";
|
|
1083
|
+
ca_qst: "ca_qst";
|
|
1084
|
+
cd_nif: "cd_nif";
|
|
1085
|
+
ch_uid: "ch_uid";
|
|
1086
|
+
ch_vat: "ch_vat";
|
|
1087
|
+
cl_tin: "cl_tin";
|
|
1088
|
+
cn_tin: "cn_tin";
|
|
1089
|
+
co_nit: "co_nit";
|
|
1090
|
+
cr_tin: "cr_tin";
|
|
1091
|
+
cy_vat: "cy_vat";
|
|
1092
|
+
cz_vat: "cz_vat";
|
|
1093
|
+
de_stn: "de_stn";
|
|
1094
|
+
de_vat: "de_vat";
|
|
1095
|
+
dk_vat: "dk_vat";
|
|
1096
|
+
do_rcn: "do_rcn";
|
|
1097
|
+
ec_ruc: "ec_ruc";
|
|
1098
|
+
ee_vat: "ee_vat";
|
|
1099
|
+
eg_tin: "eg_tin";
|
|
1100
|
+
es_cif: "es_cif";
|
|
1101
|
+
es_vat: "es_vat";
|
|
1102
|
+
eu_oss_vat: "eu_oss_vat";
|
|
1103
|
+
fi_vat: "fi_vat";
|
|
1104
|
+
fr_vat: "fr_vat";
|
|
1105
|
+
gb_vat: "gb_vat";
|
|
1106
|
+
ge_vat: "ge_vat";
|
|
1107
|
+
gn_nif: "gn_nif";
|
|
1108
|
+
gr_vat: "gr_vat";
|
|
1109
|
+
hk_br: "hk_br";
|
|
1110
|
+
hr_oib: "hr_oib";
|
|
1111
|
+
hr_vat: "hr_vat";
|
|
1112
|
+
hu_tin: "hu_tin";
|
|
1113
|
+
hu_vat: "hu_vat";
|
|
1114
|
+
id_npwp: "id_npwp";
|
|
1115
|
+
ie_vat: "ie_vat";
|
|
1116
|
+
il_vat: "il_vat";
|
|
1117
|
+
in_gst: "in_gst";
|
|
1118
|
+
is_vat: "is_vat";
|
|
1119
|
+
it_vat: "it_vat";
|
|
1120
|
+
jp_cn: "jp_cn";
|
|
1121
|
+
jp_rn: "jp_rn";
|
|
1122
|
+
jp_trn: "jp_trn";
|
|
1123
|
+
ke_pin: "ke_pin";
|
|
1124
|
+
kh_tin: "kh_tin";
|
|
1125
|
+
kr_brn: "kr_brn";
|
|
1126
|
+
kz_bin: "kz_bin";
|
|
1127
|
+
li_uid: "li_uid";
|
|
1128
|
+
li_vat: "li_vat";
|
|
1129
|
+
lt_vat: "lt_vat";
|
|
1130
|
+
lu_vat: "lu_vat";
|
|
1131
|
+
lv_vat: "lv_vat";
|
|
1132
|
+
ma_vat: "ma_vat";
|
|
1133
|
+
md_vat: "md_vat";
|
|
1134
|
+
me_pib: "me_pib";
|
|
1135
|
+
mk_vat: "mk_vat";
|
|
1136
|
+
mr_nif: "mr_nif";
|
|
1137
|
+
mt_vat: "mt_vat";
|
|
1138
|
+
mx_rfc: "mx_rfc";
|
|
1139
|
+
my_frp: "my_frp";
|
|
1140
|
+
my_itn: "my_itn";
|
|
1141
|
+
my_sst: "my_sst";
|
|
1142
|
+
ng_tin: "ng_tin";
|
|
1143
|
+
nl_vat: "nl_vat";
|
|
1144
|
+
no_vat: "no_vat";
|
|
1145
|
+
no_voec: "no_voec";
|
|
1146
|
+
np_pan: "np_pan";
|
|
1147
|
+
nz_gst: "nz_gst";
|
|
1148
|
+
om_vat: "om_vat";
|
|
1149
|
+
pe_ruc: "pe_ruc";
|
|
1150
|
+
ph_tin: "ph_tin";
|
|
1151
|
+
pl_vat: "pl_vat";
|
|
1152
|
+
pt_vat: "pt_vat";
|
|
1153
|
+
ro_tin: "ro_tin";
|
|
1154
|
+
ro_vat: "ro_vat";
|
|
1155
|
+
rs_pib: "rs_pib";
|
|
1156
|
+
ru_inn: "ru_inn";
|
|
1157
|
+
ru_kpp: "ru_kpp";
|
|
1158
|
+
sa_vat: "sa_vat";
|
|
1159
|
+
se_vat: "se_vat";
|
|
1160
|
+
sg_gst: "sg_gst";
|
|
1161
|
+
sg_uen: "sg_uen";
|
|
1162
|
+
si_tin: "si_tin";
|
|
1163
|
+
si_vat: "si_vat";
|
|
1164
|
+
sk_vat: "sk_vat";
|
|
1165
|
+
sn_ninea: "sn_ninea";
|
|
1166
|
+
sr_fin: "sr_fin";
|
|
1167
|
+
sv_nit: "sv_nit";
|
|
1168
|
+
th_vat: "th_vat";
|
|
1169
|
+
tj_tin: "tj_tin";
|
|
1170
|
+
tr_tin: "tr_tin";
|
|
1171
|
+
tw_vat: "tw_vat";
|
|
1172
|
+
tz_vat: "tz_vat";
|
|
1173
|
+
ua_vat: "ua_vat";
|
|
1174
|
+
ug_tin: "ug_tin";
|
|
1175
|
+
us_ein: "us_ein";
|
|
1176
|
+
uy_ruc: "uy_ruc";
|
|
1177
|
+
uz_tin: "uz_tin";
|
|
1178
|
+
uz_vat: "uz_vat";
|
|
1179
|
+
ve_rif: "ve_rif";
|
|
1180
|
+
vn_tin: "vn_tin";
|
|
1181
|
+
xi_vat: "xi_vat";
|
|
1182
|
+
za_vat: "za_vat";
|
|
1183
|
+
zm_tin: "zm_tin";
|
|
1184
|
+
zw_tin: "zw_tin";
|
|
1185
|
+
}>>;
|
|
1186
|
+
}, z.core.$strip>;
|
|
1187
|
+
/**
|
|
1188
|
+
* An array of the applied promotional credits records.
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
1191
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1192
|
+
type: z.ZodEnum<{
|
|
1193
|
+
credit: "credit";
|
|
1194
|
+
discount: "discount";
|
|
1195
|
+
}>;
|
|
1196
|
+
date_start: z.ZodISODateTime;
|
|
1197
|
+
date_end: z.ZodOptional<z.ZodISODateTime>;
|
|
1198
|
+
code: z.ZodString;
|
|
1199
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1200
|
+
value_total: z.ZodNumber;
|
|
1201
|
+
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1202
|
+
}, z.core.$strip>>;
|
|
1203
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1204
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1205
|
+
}, z.core.$strip>;
|
|
1206
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1207
|
+
cluster_id: z.ZodString;
|
|
1208
|
+
}, z.core.$strip>;
|
|
1209
|
+
/**
|
|
1210
|
+
* An array of charts
|
|
1211
|
+
*/
|
|
1212
|
+
export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
1213
|
+
values: z.ZodString;
|
|
1214
|
+
version_channel: z.ZodString;
|
|
1215
|
+
name: z.ZodString;
|
|
1216
|
+
namespace: z.ZodString;
|
|
1217
|
+
chart: z.ZodString;
|
|
1218
|
+
status: z.ZodEnum<{
|
|
1219
|
+
InstallSucceeded: "InstallSucceeded";
|
|
1220
|
+
InstallFailed: "InstallFailed";
|
|
1221
|
+
UpgradeSucceeded: "UpgradeSucceeded";
|
|
1222
|
+
UpgradeFailed: "UpgradeFailed";
|
|
1223
|
+
TestSucceeded: "TestSucceeded";
|
|
1224
|
+
TestFailed: "TestFailed";
|
|
1225
|
+
RollbackSucceeded: "RollbackSucceeded";
|
|
1226
|
+
RollbackFailed: "RollbackFailed";
|
|
1227
|
+
UninstallSucceeded: "UninstallSucceeded";
|
|
1228
|
+
UninstallFailed: "UninstallFailed";
|
|
1229
|
+
ArtifactFailed: "ArtifactFailed";
|
|
1230
|
+
DependencyNotReady: "DependencyNotReady";
|
|
1231
|
+
Progressing: "Progressing";
|
|
1232
|
+
SourceNotReady: "SourceNotReady";
|
|
1233
|
+
}>;
|
|
1234
|
+
version_current: z.ZodString;
|
|
1235
|
+
created_at: z.ZodString;
|
|
1236
|
+
updated_at: z.ZodString;
|
|
1237
|
+
ready: z.ZodBoolean;
|
|
1238
|
+
}, z.core.$strip>>;
|
|
1239
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1240
|
+
values: z.ZodString;
|
|
1241
|
+
version_channel: z.ZodString;
|
|
1242
|
+
name: z.ZodString;
|
|
1243
|
+
namespace: z.ZodString;
|
|
1244
|
+
chart: z.ZodString;
|
|
1245
|
+
}, z.core.$strip>;
|
|
1246
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1247
|
+
cluster_id: z.ZodString;
|
|
1248
|
+
}, z.core.$strip>;
|
|
1249
|
+
/**
|
|
1250
|
+
* Successfully created. Returns created Chart ID.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const zCreateChartResponse: z.ZodString;
|
|
1253
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1254
|
+
cluster_id: z.ZodString;
|
|
1255
|
+
chart_name: z.ZodString;
|
|
1256
|
+
}, z.core.$strip>;
|
|
1257
|
+
/**
|
|
1258
|
+
* Successfully deleted.
|
|
1259
|
+
*/
|
|
1260
|
+
export declare const zDeleteChartResponse: z.ZodString;
|
|
1261
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1262
|
+
cluster_id: z.ZodString;
|
|
1263
|
+
chart_name: z.ZodString;
|
|
1264
|
+
}, z.core.$strip>;
|
|
1265
|
+
/**
|
|
1266
|
+
* Returns a single object containing chart details.
|
|
1267
|
+
*/
|
|
1268
|
+
export declare const zGetChartResponse: z.ZodObject<{
|
|
1269
|
+
values: z.ZodString;
|
|
1270
|
+
version_channel: z.ZodString;
|
|
1271
|
+
name: z.ZodString;
|
|
1272
|
+
namespace: z.ZodString;
|
|
1273
|
+
chart: z.ZodString;
|
|
1274
|
+
status: z.ZodEnum<{
|
|
1275
|
+
InstallSucceeded: "InstallSucceeded";
|
|
1276
|
+
InstallFailed: "InstallFailed";
|
|
1277
|
+
UpgradeSucceeded: "UpgradeSucceeded";
|
|
1278
|
+
UpgradeFailed: "UpgradeFailed";
|
|
1279
|
+
TestSucceeded: "TestSucceeded";
|
|
1280
|
+
TestFailed: "TestFailed";
|
|
1281
|
+
RollbackSucceeded: "RollbackSucceeded";
|
|
1282
|
+
RollbackFailed: "RollbackFailed";
|
|
1283
|
+
UninstallSucceeded: "UninstallSucceeded";
|
|
1284
|
+
UninstallFailed: "UninstallFailed";
|
|
1285
|
+
ArtifactFailed: "ArtifactFailed";
|
|
1286
|
+
DependencyNotReady: "DependencyNotReady";
|
|
1287
|
+
Progressing: "Progressing";
|
|
1288
|
+
SourceNotReady: "SourceNotReady";
|
|
1289
|
+
}>;
|
|
1290
|
+
version_current: z.ZodString;
|
|
1291
|
+
created_at: z.ZodString;
|
|
1292
|
+
updated_at: z.ZodString;
|
|
1293
|
+
ready: z.ZodBoolean;
|
|
1294
|
+
}, z.core.$strip>;
|
|
1295
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1296
|
+
values: z.ZodString;
|
|
1297
|
+
version_channel: z.ZodString;
|
|
1298
|
+
}, z.core.$strip>;
|
|
1299
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1300
|
+
cluster_id: z.ZodString;
|
|
1301
|
+
chart_name: z.ZodString;
|
|
1302
|
+
}, z.core.$strip>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Successfully updated.
|
|
1305
|
+
*/
|
|
1306
|
+
export declare const zUpdateChartResponse: z.ZodString;
|
|
1307
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1308
|
+
cluster_id: z.ZodString;
|
|
1309
|
+
}, z.core.$strip>;
|
|
1310
|
+
/**
|
|
1311
|
+
* An array of fleets
|
|
1312
|
+
*/
|
|
1313
|
+
export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
1314
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1315
|
+
cpu: z.ZodNumber;
|
|
1316
|
+
}, z.core.$strip>>;
|
|
1317
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1318
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1319
|
+
project: z.ZodString;
|
|
1320
|
+
}, z.core.$strip>>;
|
|
1321
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1322
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1323
|
+
apiKey: z.ZodString;
|
|
1324
|
+
}, z.core.$strip>>;
|
|
1325
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1326
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1327
|
+
controllerRoleArn: z.ZodString;
|
|
1328
|
+
}, z.core.$strip>>;
|
|
1329
|
+
id: z.ZodString;
|
|
1330
|
+
}, z.core.$strip>>;
|
|
1331
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1332
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1333
|
+
cpu: z.ZodNumber;
|
|
1334
|
+
}, z.core.$strip>>;
|
|
1335
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1336
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1337
|
+
project: z.ZodString;
|
|
1338
|
+
}, z.core.$strip>>;
|
|
1339
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1340
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1341
|
+
apiKey: z.ZodString;
|
|
1342
|
+
}, z.core.$strip>>;
|
|
1343
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1344
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1345
|
+
controllerRoleArn: z.ZodString;
|
|
1346
|
+
}, z.core.$strip>>;
|
|
2394
1347
|
id: z.ZodString;
|
|
2395
|
-
}, z.core.$strip
|
|
2396
|
-
export declare const
|
|
2397
|
-
|
|
2398
|
-
limits: z.ZodOptional<z.ZodObject<{
|
|
2399
|
-
cpu: z.ZodNumber;
|
|
2400
|
-
}, z.core.$strip>>;
|
|
2401
|
-
gcp: z.ZodOptional<z.ZodObject<{
|
|
2402
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2403
|
-
project: z.ZodString;
|
|
2404
|
-
}, z.core.$strip>>;
|
|
2405
|
-
hetzner: z.ZodOptional<z.ZodObject<{
|
|
2406
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2407
|
-
apiKey: z.ZodString;
|
|
2408
|
-
}, z.core.$strip>>;
|
|
2409
|
-
aws: z.ZodOptional<z.ZodObject<{
|
|
2410
|
-
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2411
|
-
controllerRoleArn: z.ZodString;
|
|
2412
|
-
}, z.core.$strip>>;
|
|
2413
|
-
id: z.ZodString;
|
|
2414
|
-
}, z.core.$strip>;
|
|
2415
|
-
path: z.ZodObject<{
|
|
2416
|
-
cluster_id: z.ZodString;
|
|
2417
|
-
}, z.core.$strip>;
|
|
2418
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1348
|
+
}, z.core.$strip>;
|
|
1349
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1350
|
+
cluster_id: z.ZodString;
|
|
2419
1351
|
}, z.core.$strip>;
|
|
2420
1352
|
/**
|
|
2421
1353
|
* Successfully created. Returns created Fleet ID.
|
|
2422
1354
|
*/
|
|
2423
1355
|
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>;
|
|
1356
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1357
|
+
cluster_id: z.ZodString;
|
|
1358
|
+
fleet_name: z.ZodString;
|
|
2431
1359
|
}, z.core.$strip>;
|
|
2432
1360
|
/**
|
|
2433
1361
|
* Successfully deleted.
|
|
2434
1362
|
*/
|
|
2435
1363
|
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>;
|
|
1364
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1365
|
+
cluster_id: z.ZodString;
|
|
1366
|
+
fleet_name: z.ZodString;
|
|
2443
1367
|
}, z.core.$strip>;
|
|
2444
1368
|
/**
|
|
2445
1369
|
* Returns a single object containing fleet details.
|
|
@@ -2462,45 +1386,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
2462
1386
|
}, z.core.$strip>>;
|
|
2463
1387
|
id: z.ZodString;
|
|
2464
1388
|
}, 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>;
|
|
1389
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1390
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1391
|
+
cpu: z.ZodNumber;
|
|
1392
|
+
}, z.core.$strip>>;
|
|
1393
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1394
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1395
|
+
project: z.ZodString;
|
|
1396
|
+
}, z.core.$strip>>;
|
|
1397
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1398
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1399
|
+
apiKey: z.ZodString;
|
|
1400
|
+
}, z.core.$strip>>;
|
|
1401
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1402
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1403
|
+
controllerRoleArn: z.ZodString;
|
|
1404
|
+
}, z.core.$strip>>;
|
|
1405
|
+
}, z.core.$strip>;
|
|
1406
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1407
|
+
cluster_id: z.ZodString;
|
|
1408
|
+
fleet_name: z.ZodString;
|
|
2488
1409
|
}, z.core.$strip>;
|
|
2489
1410
|
/**
|
|
2490
1411
|
* Successfully updated.
|
|
2491
1412
|
*/
|
|
2492
1413
|
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>;
|
|
1414
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1415
|
+
cluster_id: z.ZodString;
|
|
2504
1416
|
}, z.core.$strip>;
|
|
2505
1417
|
/**
|
|
2506
1418
|
* An array of clusters
|
|
@@ -2511,17 +1423,18 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2511
1423
|
basic: "basic";
|
|
2512
1424
|
pro: "pro";
|
|
2513
1425
|
}>;
|
|
2514
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
2515
|
-
staging: "staging";
|
|
1426
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1427
|
+
"staging-1a": "staging-1a";
|
|
2516
1428
|
"northamerica-central-1": "northamerica-central-1";
|
|
2517
1429
|
"europe-central-1a": "europe-central-1a";
|
|
2518
|
-
|
|
2519
|
-
|
|
1430
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1431
|
+
}>>>;
|
|
2520
1432
|
id: z.ZodUUID;
|
|
2521
1433
|
status: z.ZodEnum<{
|
|
2522
1434
|
deleted: "deleted";
|
|
2523
1435
|
failed: "failed";
|
|
2524
1436
|
active: "active";
|
|
1437
|
+
disabled: "disabled";
|
|
2525
1438
|
creating: "creating";
|
|
2526
1439
|
deployed: "deployed";
|
|
2527
1440
|
updating: "updating";
|
|
@@ -2529,50 +1442,48 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2529
1442
|
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
2530
1443
|
"": "";
|
|
2531
1444
|
}>]>>;
|
|
1445
|
+
endpoint_public: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1446
|
+
"": "";
|
|
1447
|
+
}>]>>;
|
|
2532
1448
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2533
1449
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2534
1450
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2535
1451
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2536
1452
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1453
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2537
1454
|
}, z.core.$strip>>;
|
|
2538
|
-
export declare const
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
1455
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1456
|
+
name: z.ZodString;
|
|
1457
|
+
tier: z.ZodEnum<{
|
|
1458
|
+
basic: "basic";
|
|
1459
|
+
pro: "pro";
|
|
1460
|
+
}>;
|
|
1461
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1462
|
+
"staging-1a": "staging-1a";
|
|
1463
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1464
|
+
"europe-central-1a": "europe-central-1a";
|
|
1465
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1466
|
+
}>>>;
|
|
1467
|
+
version_channel: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1468
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1469
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1470
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1471
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1472
|
+
}>>>;
|
|
2554
1473
|
}, z.core.$strip>;
|
|
2555
1474
|
/**
|
|
2556
1475
|
* Successfully created. Returns created Cluster ID.
|
|
2557
1476
|
*/
|
|
2558
1477
|
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>;
|
|
1478
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1479
|
+
cluster_id: z.ZodString;
|
|
2565
1480
|
}, z.core.$strip>;
|
|
2566
1481
|
/**
|
|
2567
1482
|
* Successfully deleted.
|
|
2568
1483
|
*/
|
|
2569
1484
|
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>;
|
|
1485
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1486
|
+
cluster_id: z.ZodString;
|
|
2576
1487
|
}, z.core.$strip>;
|
|
2577
1488
|
/**
|
|
2578
1489
|
* Returns a single object containing cluster details.
|
|
@@ -2583,17 +1494,18 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
2583
1494
|
basic: "basic";
|
|
2584
1495
|
pro: "pro";
|
|
2585
1496
|
}>;
|
|
2586
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
2587
|
-
staging: "staging";
|
|
1497
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1498
|
+
"staging-1a": "staging-1a";
|
|
2588
1499
|
"northamerica-central-1": "northamerica-central-1";
|
|
2589
1500
|
"europe-central-1a": "europe-central-1a";
|
|
2590
|
-
|
|
2591
|
-
|
|
1501
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1502
|
+
}>>>;
|
|
2592
1503
|
id: z.ZodUUID;
|
|
2593
1504
|
status: z.ZodEnum<{
|
|
2594
1505
|
deleted: "deleted";
|
|
2595
1506
|
failed: "failed";
|
|
2596
1507
|
active: "active";
|
|
1508
|
+
disabled: "disabled";
|
|
2597
1509
|
creating: "creating";
|
|
2598
1510
|
deployed: "deployed";
|
|
2599
1511
|
updating: "updating";
|
|
@@ -2601,25 +1513,26 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
2601
1513
|
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
2602
1514
|
"": "";
|
|
2603
1515
|
}>]>>;
|
|
1516
|
+
endpoint_public: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1517
|
+
"": "";
|
|
1518
|
+
}>]>>;
|
|
2604
1519
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2605
1520
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2606
1521
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2607
1522
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2608
1523
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1524
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2609
1525
|
}, 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>;
|
|
1526
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1527
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1528
|
+
tier: z.ZodEnum<{
|
|
1529
|
+
basic: "basic";
|
|
1530
|
+
pro: "pro";
|
|
1531
|
+
}>;
|
|
1532
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1533
|
+
}, z.core.$strip>;
|
|
1534
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1535
|
+
cluster_id: z.ZodString;
|
|
2623
1536
|
}, z.core.$strip>;
|
|
2624
1537
|
/**
|
|
2625
1538
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -2630,17 +1543,18 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
2630
1543
|
basic: "basic";
|
|
2631
1544
|
pro: "pro";
|
|
2632
1545
|
}>;
|
|
2633
|
-
region: z.ZodOptional<z.ZodEnum<{
|
|
2634
|
-
staging: "staging";
|
|
1546
|
+
region: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1547
|
+
"staging-1a": "staging-1a";
|
|
2635
1548
|
"northamerica-central-1": "northamerica-central-1";
|
|
2636
1549
|
"europe-central-1a": "europe-central-1a";
|
|
2637
|
-
|
|
2638
|
-
|
|
1550
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1551
|
+
}>>>;
|
|
2639
1552
|
id: z.ZodUUID;
|
|
2640
1553
|
status: z.ZodEnum<{
|
|
2641
1554
|
deleted: "deleted";
|
|
2642
1555
|
failed: "failed";
|
|
2643
1556
|
active: "active";
|
|
1557
|
+
disabled: "disabled";
|
|
2644
1558
|
creating: "creating";
|
|
2645
1559
|
deployed: "deployed";
|
|
2646
1560
|
updating: "updating";
|
|
@@ -2648,18 +1562,18 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
2648
1562
|
endpoint: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
2649
1563
|
"": "";
|
|
2650
1564
|
}>]>>;
|
|
1565
|
+
endpoint_public: z.ZodOptional<z.ZodUnion<readonly [z.ZodURL, z.ZodEnum<{
|
|
1566
|
+
"": "";
|
|
1567
|
+
}>]>>;
|
|
2651
1568
|
certificate_ca: z.ZodOptional<z.ZodString>;
|
|
2652
1569
|
version_current: z.ZodOptional<z.ZodString>;
|
|
2653
1570
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2654
1571
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
2655
1572
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1573
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
2656
1574
|
}, 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>;
|
|
1575
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1576
|
+
cluster_id: z.ZodString;
|
|
2663
1577
|
}, z.core.$strip>;
|
|
2664
1578
|
/**
|
|
2665
1579
|
* An object of cluster join information
|
|
@@ -2667,6 +1581,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
|
|
|
2667
1581
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
2668
1582
|
certificate_authority: z.ZodString;
|
|
2669
1583
|
endpoint: z.ZodURL;
|
|
1584
|
+
cluster_dns: z.ZodString;
|
|
2670
1585
|
auth_key: z.ZodString;
|
|
2671
1586
|
bootstrap_token: z.ZodString;
|
|
2672
1587
|
versions: z.ZodObject<{
|
|
@@ -2681,11 +1596,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
2681
1596
|
gcp_workload_identity_provider: z.ZodString;
|
|
2682
1597
|
}, z.core.$strip>;
|
|
2683
1598
|
}, 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
1599
|
/**
|
|
2690
1600
|
* An array of invites
|
|
2691
1601
|
*/
|
|
@@ -2696,12 +1606,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
2696
1606
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2697
1607
|
code: z.ZodOptional<z.ZodString>;
|
|
2698
1608
|
}, 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>;
|
|
1609
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1610
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2705
1611
|
}, z.core.$strip>;
|
|
2706
1612
|
/**
|
|
2707
1613
|
* Successfully created. Returns created invite details.
|
|
@@ -2713,12 +1619,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
2713
1619
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2714
1620
|
code: z.ZodOptional<z.ZodString>;
|
|
2715
1621
|
}, 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>;
|
|
1622
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1623
|
+
code: z.ZodString;
|
|
2722
1624
|
}, z.core.$strip>;
|
|
2723
1625
|
/**
|
|
2724
1626
|
* Returns a single object containing invite details.
|
|
@@ -2730,65 +1632,65 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
2730
1632
|
email: z.ZodOptional<z.ZodEmail>;
|
|
2731
1633
|
code: z.ZodOptional<z.ZodString>;
|
|
2732
1634
|
}, 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>;
|
|
1635
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1636
|
+
email: z.ZodString;
|
|
2744
1637
|
}, z.core.$strip>;
|
|
2745
1638
|
/**
|
|
2746
1639
|
* An array of chart listings in the marketplace.
|
|
2747
1640
|
*/
|
|
2748
1641
|
export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
2749
|
-
id: z.ZodString;
|
|
2750
1642
|
name: z.ZodString;
|
|
2751
|
-
|
|
2752
|
-
description: z.ZodString;
|
|
2753
|
-
logoUrl: z.ZodString;
|
|
2754
|
-
longDescription: z.ZodString;
|
|
2755
|
-
categories: z.ZodArray<z.ZodString>;
|
|
1643
|
+
versions: z.ZodArray<z.ZodString>;
|
|
2756
1644
|
version_channels: z.ZodArray<z.ZodString>;
|
|
2757
|
-
|
|
1645
|
+
latestVersion: z.ZodString;
|
|
1646
|
+
metadata: z.ZodOptional<z.ZodObject<{
|
|
1647
|
+
name: z.ZodString;
|
|
2758
1648
|
version: z.ZodString;
|
|
2759
|
-
|
|
2760
|
-
|
|
1649
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1650
|
+
appVersion: z.ZodOptional<z.ZodString>;
|
|
1651
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1652
|
+
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1653
|
+
home: z.ZodOptional<z.ZodString>;
|
|
1654
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1655
|
+
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1656
|
+
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1657
|
+
name: z.ZodString;
|
|
1658
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1659
|
+
}, z.core.$strip>>>;
|
|
2761
1660
|
}, z.core.$strip>>;
|
|
2762
1661
|
}, z.core.$strip>>;
|
|
2763
|
-
export declare const
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
listing_id: z.ZodString;
|
|
2767
|
-
}, z.core.$strip>;
|
|
2768
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1662
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1663
|
+
chart_name: z.ZodString;
|
|
1664
|
+
version_channel: z.ZodString;
|
|
2769
1665
|
}, z.core.$strip>;
|
|
2770
1666
|
/**
|
|
2771
|
-
* Returns an object containing the chart
|
|
1667
|
+
* Returns an object containing the chart files for the latest matching version.
|
|
2772
1668
|
*/
|
|
2773
|
-
export declare const
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
}, z.core.$strip>>;
|
|
1669
|
+
export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
1670
|
+
chartYaml: z.ZodOptional<z.ZodString>;
|
|
1671
|
+
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1672
|
+
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1673
|
+
}, z.core.$strip>;
|
|
1674
|
+
/**
|
|
1675
|
+
* JSON-RPC 2.0 request payload
|
|
1676
|
+
*/
|
|
1677
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1678
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1679
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1680
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1681
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2787
1682
|
}, z.core.$strip>;
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
1683
|
+
/**
|
|
1684
|
+
* JSON-RPC 2.0 success or error response
|
|
1685
|
+
*/
|
|
1686
|
+
export declare const zPostMcpResponse: z.ZodObject<{
|
|
1687
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1688
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1689
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1690
|
+
error: z.ZodOptional<z.ZodObject<{
|
|
1691
|
+
code: z.ZodOptional<z.ZodInt>;
|
|
1692
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1693
|
+
}, z.core.$strip>>;
|
|
2792
1694
|
}, z.core.$strip>;
|
|
2793
1695
|
/**
|
|
2794
1696
|
* Returns a single object containing organization details.
|
|
@@ -2809,6 +1711,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
2809
1711
|
id: z.ZodString;
|
|
2810
1712
|
label: z.ZodString;
|
|
2811
1713
|
}, z.core.$strip>>;
|
|
1714
|
+
cfcr_storage_gb: z.ZodInt;
|
|
2812
1715
|
}, z.core.$strip>;
|
|
2813
1716
|
status: z.ZodEnum<{
|
|
2814
1717
|
active: "active";
|
|
@@ -2816,22 +1719,277 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
2816
1719
|
suspended: "suspended";
|
|
2817
1720
|
}>;
|
|
2818
1721
|
}, z.core.$strip>;
|
|
2819
|
-
export declare const
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
1722
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1723
|
+
email: z.ZodEmail;
|
|
1724
|
+
first_name: z.ZodString;
|
|
1725
|
+
last_name: z.ZodString;
|
|
1726
|
+
company_name: z.ZodString;
|
|
1727
|
+
password: z.ZodString;
|
|
1728
|
+
}, z.core.$strip>;
|
|
1729
|
+
/**
|
|
1730
|
+
* List of repositories
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
1733
|
+
name: z.ZodString;
|
|
1734
|
+
region: z.ZodString;
|
|
1735
|
+
uri: z.ZodString;
|
|
1736
|
+
}, z.core.$strip>>;
|
|
1737
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1738
|
+
region: z.ZodString;
|
|
1739
|
+
repository: z.ZodString;
|
|
1740
|
+
}, z.core.$strip>;
|
|
1741
|
+
/**
|
|
1742
|
+
* Repository with tags
|
|
1743
|
+
*/
|
|
1744
|
+
export declare const zListTagsResponse: z.ZodObject<{
|
|
1745
|
+
name: z.ZodString;
|
|
1746
|
+
region: z.ZodString;
|
|
1747
|
+
uri: z.ZodString;
|
|
1748
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
1749
|
+
name: z.ZodString;
|
|
1750
|
+
size: z.ZodNumber;
|
|
1751
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1752
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1753
|
+
}, z.core.$strip>>;
|
|
1754
|
+
totalSize: z.ZodNumber;
|
|
1755
|
+
}, z.core.$strip>;
|
|
1756
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1757
|
+
region: z.ZodString;
|
|
1758
|
+
repository: z.ZodString;
|
|
1759
|
+
tag: z.ZodString;
|
|
1760
|
+
}, z.core.$strip>;
|
|
1761
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1762
|
+
region: z.ZodString;
|
|
1763
|
+
repository: z.ZodString;
|
|
1764
|
+
tag: z.ZodString;
|
|
1765
|
+
}, z.core.$strip>;
|
|
1766
|
+
/**
|
|
1767
|
+
* Tag details
|
|
1768
|
+
*/
|
|
1769
|
+
export declare const zGetTagResponse: z.ZodObject<{
|
|
1770
|
+
name: z.ZodString;
|
|
1771
|
+
digest: z.ZodString;
|
|
1772
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
1773
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1774
|
+
size: z.ZodNumber;
|
|
1775
|
+
}, z.core.$strip>>;
|
|
1776
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1777
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1778
|
+
size: z.ZodNumber;
|
|
1779
|
+
}, z.core.$strip>>>;
|
|
1780
|
+
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1781
|
+
digest: z.ZodString;
|
|
1782
|
+
platform: z.ZodOptional<z.ZodObject<{
|
|
1783
|
+
architecture: z.ZodString;
|
|
1784
|
+
os: z.ZodString;
|
|
1785
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1786
|
+
}, z.core.$strip>>;
|
|
1787
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1788
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1789
|
+
size: z.ZodNumber;
|
|
1790
|
+
}, z.core.$strip>>>;
|
|
1791
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1792
|
+
}, z.core.$strip>>>;
|
|
1793
|
+
size: z.ZodNumber;
|
|
1794
|
+
region: z.ZodString;
|
|
1795
|
+
repository: z.ZodString;
|
|
1796
|
+
uri: z.ZodString;
|
|
1797
|
+
}, z.core.$strip>;
|
|
1798
|
+
/**
|
|
1799
|
+
* Tickets for the organization.
|
|
1800
|
+
*/
|
|
1801
|
+
export declare const zListTicketsResponse: z.ZodObject<{
|
|
1802
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1803
|
+
id: z.ZodString;
|
|
1804
|
+
status: z.ZodEnum<{
|
|
1805
|
+
closed: "closed";
|
|
1806
|
+
waiting_on_us: "waiting_on_us";
|
|
1807
|
+
waiting_on_user: "waiting_on_user";
|
|
1808
|
+
}>;
|
|
1809
|
+
category: z.ZodEnum<{
|
|
1810
|
+
billing: "billing";
|
|
1811
|
+
technical: "technical";
|
|
1812
|
+
general: "general";
|
|
1813
|
+
}>;
|
|
1814
|
+
summary: z.ZodString;
|
|
1815
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1816
|
+
date_created: z.ZodISODateTime;
|
|
1817
|
+
date_updated: z.ZodISODateTime;
|
|
1818
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1819
|
+
id: z.ZodString;
|
|
1820
|
+
type: z.ZodEnum<{
|
|
1821
|
+
customer_reply: "customer_reply";
|
|
1822
|
+
agent_reply: "agent_reply";
|
|
1823
|
+
}>;
|
|
1824
|
+
body: z.ZodString;
|
|
1825
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1826
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1827
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1828
|
+
id: z.ZodString;
|
|
1829
|
+
filename: z.ZodString;
|
|
1830
|
+
content_type: z.ZodString;
|
|
1831
|
+
size: z.ZodInt;
|
|
1832
|
+
}, z.core.$strip>>>;
|
|
1833
|
+
date_created: z.ZodISODateTime;
|
|
1834
|
+
}, z.core.$strip>>>;
|
|
1835
|
+
}, z.core.$strip>>;
|
|
1836
|
+
}, z.core.$strip>;
|
|
1837
|
+
export declare const zCreateTicketBody: z.ZodObject<{
|
|
1838
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1839
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1840
|
+
}, z.core.$strip>;
|
|
1841
|
+
/**
|
|
1842
|
+
* Ticket created.
|
|
1843
|
+
*/
|
|
1844
|
+
export declare const zCreateTicketResponse: z.ZodObject<{
|
|
1845
|
+
id: z.ZodString;
|
|
1846
|
+
status: z.ZodEnum<{
|
|
1847
|
+
closed: "closed";
|
|
1848
|
+
waiting_on_us: "waiting_on_us";
|
|
1849
|
+
waiting_on_user: "waiting_on_user";
|
|
1850
|
+
}>;
|
|
1851
|
+
category: z.ZodEnum<{
|
|
1852
|
+
billing: "billing";
|
|
1853
|
+
technical: "technical";
|
|
1854
|
+
general: "general";
|
|
1855
|
+
}>;
|
|
1856
|
+
summary: z.ZodString;
|
|
1857
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1858
|
+
date_created: z.ZodISODateTime;
|
|
1859
|
+
date_updated: z.ZodISODateTime;
|
|
1860
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1861
|
+
id: z.ZodString;
|
|
1862
|
+
type: z.ZodEnum<{
|
|
1863
|
+
customer_reply: "customer_reply";
|
|
1864
|
+
agent_reply: "agent_reply";
|
|
1865
|
+
}>;
|
|
1866
|
+
body: z.ZodString;
|
|
1867
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1869
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1870
|
+
id: z.ZodString;
|
|
1871
|
+
filename: z.ZodString;
|
|
1872
|
+
content_type: z.ZodString;
|
|
1873
|
+
size: z.ZodInt;
|
|
1874
|
+
}, z.core.$strip>>>;
|
|
1875
|
+
date_created: z.ZodISODateTime;
|
|
1876
|
+
}, z.core.$strip>>>;
|
|
1877
|
+
}, z.core.$strip>;
|
|
1878
|
+
export declare const zCloseTicketPath: z.ZodObject<{
|
|
1879
|
+
ticket_id: z.ZodString;
|
|
1880
|
+
}, z.core.$strip>;
|
|
1881
|
+
/**
|
|
1882
|
+
* Ticket closed.
|
|
1883
|
+
*/
|
|
1884
|
+
export declare const zCloseTicketResponse: z.ZodObject<{
|
|
1885
|
+
id: z.ZodString;
|
|
1886
|
+
status: z.ZodEnum<{
|
|
1887
|
+
closed: "closed";
|
|
1888
|
+
waiting_on_us: "waiting_on_us";
|
|
1889
|
+
waiting_on_user: "waiting_on_user";
|
|
1890
|
+
}>;
|
|
1891
|
+
category: z.ZodEnum<{
|
|
1892
|
+
billing: "billing";
|
|
1893
|
+
technical: "technical";
|
|
1894
|
+
general: "general";
|
|
1895
|
+
}>;
|
|
1896
|
+
summary: z.ZodString;
|
|
1897
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1898
|
+
date_created: z.ZodISODateTime;
|
|
1899
|
+
date_updated: z.ZodISODateTime;
|
|
1900
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1901
|
+
id: z.ZodString;
|
|
1902
|
+
type: z.ZodEnum<{
|
|
1903
|
+
customer_reply: "customer_reply";
|
|
1904
|
+
agent_reply: "agent_reply";
|
|
1905
|
+
}>;
|
|
1906
|
+
body: z.ZodString;
|
|
1907
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1908
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1909
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1910
|
+
id: z.ZodString;
|
|
1911
|
+
filename: z.ZodString;
|
|
1912
|
+
content_type: z.ZodString;
|
|
1913
|
+
size: z.ZodInt;
|
|
1914
|
+
}, z.core.$strip>>>;
|
|
1915
|
+
date_created: z.ZodISODateTime;
|
|
1916
|
+
}, z.core.$strip>>>;
|
|
1917
|
+
}, z.core.$strip>;
|
|
1918
|
+
export declare const zGetTicketPath: z.ZodObject<{
|
|
1919
|
+
ticket_id: z.ZodString;
|
|
1920
|
+
}, z.core.$strip>;
|
|
1921
|
+
/**
|
|
1922
|
+
* Ticket with messages (internal notes excluded).
|
|
1923
|
+
*/
|
|
1924
|
+
export declare const zGetTicketResponse: z.ZodObject<{
|
|
1925
|
+
id: z.ZodString;
|
|
1926
|
+
status: z.ZodEnum<{
|
|
1927
|
+
closed: "closed";
|
|
1928
|
+
waiting_on_us: "waiting_on_us";
|
|
1929
|
+
waiting_on_user: "waiting_on_user";
|
|
1930
|
+
}>;
|
|
1931
|
+
category: z.ZodEnum<{
|
|
1932
|
+
billing: "billing";
|
|
1933
|
+
technical: "technical";
|
|
1934
|
+
general: "general";
|
|
1935
|
+
}>;
|
|
1936
|
+
summary: z.ZodString;
|
|
1937
|
+
closed_at: z.ZodOptional<z.ZodISODateTime>;
|
|
1938
|
+
date_created: z.ZodISODateTime;
|
|
1939
|
+
date_updated: z.ZodISODateTime;
|
|
1940
|
+
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1941
|
+
id: z.ZodString;
|
|
1942
|
+
type: z.ZodEnum<{
|
|
1943
|
+
customer_reply: "customer_reply";
|
|
1944
|
+
agent_reply: "agent_reply";
|
|
1945
|
+
}>;
|
|
1946
|
+
body: z.ZodString;
|
|
1947
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1948
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1949
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1950
|
+
id: z.ZodString;
|
|
1951
|
+
filename: z.ZodString;
|
|
1952
|
+
content_type: z.ZodString;
|
|
1953
|
+
size: z.ZodInt;
|
|
1954
|
+
}, z.core.$strip>>>;
|
|
1955
|
+
date_created: z.ZodISODateTime;
|
|
1956
|
+
}, z.core.$strip>>>;
|
|
2829
1957
|
}, z.core.$strip>;
|
|
2830
|
-
export declare const
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1958
|
+
export declare const zReplyTicketBody: z.ZodObject<{
|
|
1959
|
+
payload: z.ZodOptional<z.ZodString>;
|
|
1960
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2834
1961
|
}, z.core.$strip>;
|
|
1962
|
+
export declare const zReplyTicketPath: z.ZodObject<{
|
|
1963
|
+
ticket_id: z.ZodString;
|
|
1964
|
+
}, z.core.$strip>;
|
|
1965
|
+
/**
|
|
1966
|
+
* Reply appended.
|
|
1967
|
+
*/
|
|
1968
|
+
export declare const zReplyTicketResponse: z.ZodObject<{
|
|
1969
|
+
id: z.ZodString;
|
|
1970
|
+
type: z.ZodEnum<{
|
|
1971
|
+
customer_reply: "customer_reply";
|
|
1972
|
+
agent_reply: "agent_reply";
|
|
1973
|
+
}>;
|
|
1974
|
+
body: z.ZodString;
|
|
1975
|
+
author_first_name: z.ZodOptional<z.ZodString>;
|
|
1976
|
+
author_last_name: z.ZodOptional<z.ZodString>;
|
|
1977
|
+
attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1978
|
+
id: z.ZodString;
|
|
1979
|
+
filename: z.ZodString;
|
|
1980
|
+
content_type: z.ZodString;
|
|
1981
|
+
size: z.ZodInt;
|
|
1982
|
+
}, z.core.$strip>>>;
|
|
1983
|
+
date_created: z.ZodISODateTime;
|
|
1984
|
+
}, z.core.$strip>;
|
|
1985
|
+
export declare const zGetTicketAttachmentPath: z.ZodObject<{
|
|
1986
|
+
ticket_id: z.ZodString;
|
|
1987
|
+
attachment_id: z.ZodString;
|
|
1988
|
+
}, z.core.$strip>;
|
|
1989
|
+
/**
|
|
1990
|
+
* Attachment binary stream.
|
|
1991
|
+
*/
|
|
1992
|
+
export declare const zGetTicketAttachmentResponse: z.ZodString;
|
|
2835
1993
|
/**
|
|
2836
1994
|
* Returns a list of access token details with masked secrets.
|
|
2837
1995
|
*/
|
|
@@ -2845,16 +2003,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
2845
2003
|
secret: z.ZodOptional<z.ZodString>;
|
|
2846
2004
|
date_created: z.ZodISODateTime;
|
|
2847
2005
|
}, 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>;
|
|
2006
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
2007
|
+
name: z.ZodString;
|
|
2008
|
+
role: z.ZodEnum<{
|
|
2009
|
+
Administrator: "Administrator";
|
|
2010
|
+
User: "User";
|
|
2011
|
+
}>;
|
|
2858
2012
|
}, z.core.$strip>;
|
|
2859
2013
|
/**
|
|
2860
2014
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -2869,19 +2023,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
2869
2023
|
secret: z.ZodOptional<z.ZodString>;
|
|
2870
2024
|
date_created: z.ZodISODateTime;
|
|
2871
2025
|
}, 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>;
|
|
2026
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
2027
|
+
token_id: z.ZodString;
|
|
2878
2028
|
}, 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>;
|
|
2029
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
2030
|
+
token_id: z.ZodString;
|
|
2885
2031
|
}, z.core.$strip>;
|
|
2886
2032
|
/**
|
|
2887
2033
|
* Returns access token details with masked secret.
|
|
@@ -2896,18 +2042,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
2896
2042
|
secret: z.ZodOptional<z.ZodString>;
|
|
2897
2043
|
date_created: z.ZodISODateTime;
|
|
2898
2044
|
}, 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>;
|
|
2045
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
2046
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2047
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2048
|
+
Administrator: "Administrator";
|
|
2049
|
+
User: "User";
|
|
2050
|
+
}>>;
|
|
2051
|
+
}, z.core.$strip>;
|
|
2052
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
2053
|
+
token_id: z.ZodString;
|
|
2911
2054
|
}, z.core.$strip>;
|
|
2912
2055
|
/**
|
|
2913
2056
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -2922,12 +2065,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
2922
2065
|
secret: z.ZodOptional<z.ZodString>;
|
|
2923
2066
|
date_created: z.ZodISODateTime;
|
|
2924
2067
|
}, 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>;
|
|
2068
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
2069
|
+
token_id: z.ZodString;
|
|
2931
2070
|
}, z.core.$strip>;
|
|
2932
2071
|
/**
|
|
2933
2072
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -2942,12 +2081,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
2942
2081
|
secret: z.ZodOptional<z.ZodString>;
|
|
2943
2082
|
date_created: z.ZodISODateTime;
|
|
2944
2083
|
}, 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>;
|
|
2084
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
2085
|
+
email: z.ZodString;
|
|
2951
2086
|
}, z.core.$strip>;
|
|
2952
2087
|
/**
|
|
2953
2088
|
* An array of organizations the user belongs to.
|
|
@@ -2956,11 +2091,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
2956
2091
|
realm: z.ZodOptional<z.ZodString>;
|
|
2957
2092
|
displayName: z.ZodOptional<z.ZodString>;
|
|
2958
2093
|
}, 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
2094
|
/**
|
|
2965
2095
|
* An array of users
|
|
2966
2096
|
*/
|
|
@@ -2979,24 +2109,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
2979
2109
|
id: z.ZodUUID;
|
|
2980
2110
|
date_created: z.ZodISODateTime;
|
|
2981
2111
|
}, 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>;
|
|
2112
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
2113
|
+
email: z.ZodEmail;
|
|
2114
|
+
first_name: z.ZodString;
|
|
2115
|
+
last_name: z.ZodString;
|
|
2116
|
+
code: z.ZodString;
|
|
2117
|
+
password: z.ZodString;
|
|
2118
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2119
|
+
active: "active";
|
|
2120
|
+
inactive: "inactive";
|
|
2121
|
+
}>>;
|
|
2122
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2123
|
+
Administrator: "Administrator";
|
|
2124
|
+
User: "User";
|
|
2125
|
+
}>>;
|
|
3000
2126
|
}, z.core.$strip>;
|
|
3001
2127
|
/**
|
|
3002
2128
|
* Successfully created. Returns created user details.
|
|
@@ -3016,12 +2142,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
3016
2142
|
id: z.ZodUUID;
|
|
3017
2143
|
date_created: z.ZodISODateTime;
|
|
3018
2144
|
}, 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>;
|
|
2145
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
2146
|
+
user_id: z.ZodString;
|
|
3025
2147
|
}, z.core.$strip>;
|
|
3026
2148
|
/**
|
|
3027
2149
|
* User profile information
|
|
@@ -3041,12 +2163,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
3041
2163
|
id: z.ZodUUID;
|
|
3042
2164
|
date_created: z.ZodISODateTime;
|
|
3043
2165
|
}, 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>;
|
|
2166
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
2167
|
+
user_id: z.ZodString;
|
|
3050
2168
|
}, z.core.$strip>;
|
|
3051
2169
|
/**
|
|
3052
2170
|
* User profile information
|
|
@@ -3066,24 +2184,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
3066
2184
|
id: z.ZodUUID;
|
|
3067
2185
|
date_created: z.ZodISODateTime;
|
|
3068
2186
|
}, 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>;
|
|
2187
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
2188
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
2189
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
2190
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
2191
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
2192
|
+
Administrator: "Administrator";
|
|
2193
|
+
User: "User";
|
|
2194
|
+
}>>;
|
|
2195
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
2196
|
+
active: "active";
|
|
2197
|
+
inactive: "inactive";
|
|
2198
|
+
}>>;
|
|
2199
|
+
}, z.core.$strip>;
|
|
2200
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
2201
|
+
user_id: z.ZodString;
|
|
3087
2202
|
}, z.core.$strip>;
|
|
3088
2203
|
/**
|
|
3089
2204
|
* Successfully created. Returns created user details.
|