@cloudfleet/sdk 0.0.1-7dfd392 → 0.0.1-80ccdf7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/client.gen.d.ts.map +1 -1
- package/dist/client/client.gen.js +39 -8
- package/dist/client/client.gen.js.map +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js.map +1 -1
- package/dist/client/types.gen.d.ts +4 -11
- package/dist/client/types.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.d.ts +1 -1
- package/dist/client/utils.gen.d.ts.map +1 -1
- package/dist/client/utils.gen.js +10 -12
- package/dist/client/utils.gen.js.map +1 -1
- 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.gen.d.ts.map +1 -1
- package/dist/core/auth.gen.js.map +1 -1
- package/dist/core/bodySerializer.gen.d.ts +16 -8
- package/dist/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/core/bodySerializer.gen.js +1 -1
- package/dist/core/bodySerializer.gen.js.map +1 -1
- package/dist/core/params.gen.d.ts +10 -0
- package/dist/core/params.gen.d.ts.map +1 -1
- package/dist/core/params.gen.js +18 -6
- package/dist/core/params.gen.js.map +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -1
- package/dist/core/pathSerializer.gen.js +3 -11
- package/dist/core/pathSerializer.gen.js.map +1 -1
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -1
- package/dist/core/queryKeySerializer.gen.js +4 -11
- package/dist/core/queryKeySerializer.gen.js.map +1 -1
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/core/serverSentEvents.gen.js +5 -7
- package/dist/core/serverSentEvents.gen.js.map +1 -1
- package/dist/core/types.gen.d.ts +1 -1
- package/dist/core/types.gen.d.ts.map +1 -1
- package/dist/core/utils.gen.d.ts.map +1 -1
- package/dist/core/utils.gen.js +1 -1
- package/dist/core/utils.gen.js.map +1 -1
- package/dist/schemas.gen.d.ts +85 -12
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +630 -105
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +1 -1
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +35 -140
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +53 -4
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +380 -557
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +259 -491
- package/dist/zod.gen.js.map +1 -1
- package/package.json +8 -4
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>;
|
|
@@ -200,7 +200,7 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
200
200
|
pro: "pro";
|
|
201
201
|
}>;
|
|
202
202
|
region: z.ZodOptional<z.ZodEnum<{
|
|
203
|
-
staging: "staging";
|
|
203
|
+
"staging-1a": "staging-1a";
|
|
204
204
|
"northamerica-central-1": "northamerica-central-1";
|
|
205
205
|
"europe-central-1a": "europe-central-1a";
|
|
206
206
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
@@ -215,6 +215,7 @@ export declare const zClusterCreateInput: z.ZodObject<{
|
|
|
215
215
|
export declare const zClusterJoinInformation: z.ZodObject<{
|
|
216
216
|
certificate_authority: z.ZodString;
|
|
217
217
|
endpoint: z.ZodURL;
|
|
218
|
+
cluster_dns: z.ZodString;
|
|
218
219
|
auth_key: z.ZodString;
|
|
219
220
|
bootstrap_token: z.ZodString;
|
|
220
221
|
versions: z.ZodObject<{
|
|
@@ -236,7 +237,7 @@ export declare const zCluster: z.ZodObject<{
|
|
|
236
237
|
pro: "pro";
|
|
237
238
|
}>;
|
|
238
239
|
region: z.ZodOptional<z.ZodEnum<{
|
|
239
|
-
staging: "staging";
|
|
240
|
+
"staging-1a": "staging-1a";
|
|
240
241
|
"northamerica-central-1": "northamerica-central-1";
|
|
241
242
|
"europe-central-1a": "europe-central-1a";
|
|
242
243
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
@@ -358,6 +359,7 @@ export declare const zMarketplaceListing: z.ZodObject<{
|
|
|
358
359
|
apiVersion: z.ZodOptional<z.ZodString>;
|
|
359
360
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
360
361
|
home: z.ZodOptional<z.ZodString>;
|
|
362
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
361
363
|
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
362
364
|
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
363
365
|
name: z.ZodString;
|
|
@@ -390,6 +392,7 @@ export declare const zOrganization: z.ZodObject<{
|
|
|
390
392
|
}, z.core.$strip>>;
|
|
391
393
|
copilot_user_hourly_tokens: z.ZodInt;
|
|
392
394
|
copilot_organization_hourly_tokens: z.ZodInt;
|
|
395
|
+
cfcr_storage_gb: z.ZodInt;
|
|
393
396
|
}, z.core.$strip>;
|
|
394
397
|
status: z.ZodEnum<{
|
|
395
398
|
active: "active";
|
|
@@ -432,6 +435,7 @@ export declare const zPlatformQuota: z.ZodObject<{
|
|
|
432
435
|
}, z.core.$strip>>;
|
|
433
436
|
copilot_user_hourly_tokens: z.ZodInt;
|
|
434
437
|
copilot_organization_hourly_tokens: z.ZodInt;
|
|
438
|
+
cfcr_storage_gb: z.ZodInt;
|
|
435
439
|
}, z.core.$strip>;
|
|
436
440
|
export declare const zRegistryRepository: z.ZodObject<{
|
|
437
441
|
name: z.ZodString;
|
|
@@ -446,16 +450,19 @@ export declare const zRegistryRepositoryWithTags: z.ZodObject<{
|
|
|
446
450
|
name: z.ZodString;
|
|
447
451
|
size: z.ZodNumber;
|
|
448
452
|
mediaType: z.ZodOptional<z.ZodString>;
|
|
453
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
449
454
|
}, z.core.$strip>>;
|
|
450
455
|
totalSize: z.ZodNumber;
|
|
451
456
|
}, z.core.$strip>;
|
|
452
457
|
export declare const zRegistryTag: z.ZodObject<{
|
|
453
458
|
name: z.ZodString;
|
|
459
|
+
digest: z.ZodString;
|
|
454
460
|
mediaType: z.ZodOptional<z.ZodString>;
|
|
455
461
|
config: z.ZodOptional<z.ZodObject<{
|
|
456
462
|
size: z.ZodNumber;
|
|
457
463
|
}, z.core.$strip>>;
|
|
458
464
|
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
465
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
459
466
|
size: z.ZodNumber;
|
|
460
467
|
}, z.core.$strip>>>;
|
|
461
468
|
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -463,7 +470,13 @@ export declare const zRegistryTag: z.ZodObject<{
|
|
|
463
470
|
platform: z.ZodOptional<z.ZodObject<{
|
|
464
471
|
architecture: z.ZodString;
|
|
465
472
|
os: z.ZodString;
|
|
473
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
466
474
|
}, z.core.$strip>>;
|
|
475
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
476
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
477
|
+
size: z.ZodNumber;
|
|
478
|
+
}, z.core.$strip>>>;
|
|
479
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
467
480
|
}, z.core.$strip>>>;
|
|
468
481
|
size: z.ZodNumber;
|
|
469
482
|
region: z.ZodString;
|
|
@@ -563,16 +576,12 @@ export declare const zUserUpdateInput: z.ZodObject<{
|
|
|
563
576
|
inactive: "inactive";
|
|
564
577
|
}>>;
|
|
565
578
|
}, z.core.$strip>;
|
|
566
|
-
export declare const
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
daily: "daily";
|
|
573
|
-
monthly: "monthly";
|
|
574
|
-
}>>;
|
|
575
|
-
}, z.core.$strip>>;
|
|
579
|
+
export declare const zGetUsageQuery: z.ZodObject<{
|
|
580
|
+
granularity: z.ZodOptional<z.ZodEnum<{
|
|
581
|
+
hourly: "hourly";
|
|
582
|
+
daily: "daily";
|
|
583
|
+
monthly: "monthly";
|
|
584
|
+
}>>;
|
|
576
585
|
}, z.core.$strip>;
|
|
577
586
|
/**
|
|
578
587
|
* Usage data with facets for filtering
|
|
@@ -591,11 +600,6 @@ export declare const zGetUsageResponse: z.ZodObject<{
|
|
|
591
600
|
product: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
592
601
|
}, z.core.$strip>;
|
|
593
602
|
}, z.core.$strip>;
|
|
594
|
-
export declare const zGetPaymentMethodData: z.ZodObject<{
|
|
595
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
596
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
597
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
598
|
-
}, z.core.$strip>;
|
|
599
603
|
/**
|
|
600
604
|
* Redacted payment card information.
|
|
601
605
|
*/
|
|
@@ -620,11 +624,6 @@ export declare const zGetPaymentMethodResponse: z.ZodObject<{
|
|
|
620
624
|
visa: "visa";
|
|
621
625
|
}>;
|
|
622
626
|
}, z.core.$strip>;
|
|
623
|
-
export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
624
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
625
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
626
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
627
|
-
}, z.core.$strip>;
|
|
628
627
|
/**
|
|
629
628
|
* The client secret. Used for client-side retrieval using a publishable key. The client secret can be used to complete a payment from your frontend. It should not be stored, logged, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
630
629
|
*
|
|
@@ -632,11 +631,6 @@ export declare const zGetPaymentMethodSecretData: z.ZodObject<{
|
|
|
632
631
|
export declare const zGetPaymentMethodSecretResponse: z.ZodObject<{
|
|
633
632
|
id: z.ZodOptional<z.ZodString>;
|
|
634
633
|
}, z.core.$strip>;
|
|
635
|
-
export declare const zListInvoicesData: z.ZodObject<{
|
|
636
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
637
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
638
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
639
|
-
}, z.core.$strip>;
|
|
640
634
|
/**
|
|
641
635
|
* An array of usage records.
|
|
642
636
|
*/
|
|
@@ -651,11 +645,6 @@ export declare const zListInvoicesResponse: z.ZodArray<z.ZodObject<{
|
|
|
651
645
|
period_end: z.ZodISODateTime;
|
|
652
646
|
invoice_pdf: z.ZodOptional<z.ZodString>;
|
|
653
647
|
}, z.core.$strip>>;
|
|
654
|
-
export declare const zGetContactData: z.ZodObject<{
|
|
655
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
656
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
657
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
658
|
-
}, z.core.$strip>;
|
|
659
648
|
/**
|
|
660
649
|
* Returns a single object containing organization contact and billing address details.
|
|
661
650
|
*/
|
|
@@ -802,152 +791,148 @@ export declare const zGetContactResponse: z.ZodObject<{
|
|
|
802
791
|
zw_tin: "zw_tin";
|
|
803
792
|
}>>;
|
|
804
793
|
}, z.core.$strip>;
|
|
805
|
-
export declare const
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
}>>;
|
|
948
|
-
}, z.core.$strip>;
|
|
949
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
950
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
794
|
+
export declare const zUpdateContactBody: z.ZodObject<{
|
|
795
|
+
company: z.ZodOptional<z.ZodString>;
|
|
796
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
797
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
798
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
799
|
+
city: z.ZodOptional<z.ZodString>;
|
|
800
|
+
state: z.ZodOptional<z.ZodString>;
|
|
801
|
+
country: z.ZodOptional<z.ZodString>;
|
|
802
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
803
|
+
email: z.ZodEmail;
|
|
804
|
+
individual_name: z.ZodString;
|
|
805
|
+
tax_id: z.ZodOptional<z.ZodString>;
|
|
806
|
+
tax_id_type: z.ZodOptional<z.ZodEnum<{
|
|
807
|
+
"": "";
|
|
808
|
+
ad_nrt: "ad_nrt";
|
|
809
|
+
ae_trn: "ae_trn";
|
|
810
|
+
al_tin: "al_tin";
|
|
811
|
+
am_tin: "am_tin";
|
|
812
|
+
ao_tin: "ao_tin";
|
|
813
|
+
ar_cuit: "ar_cuit";
|
|
814
|
+
at_vat: "at_vat";
|
|
815
|
+
au_abn: "au_abn";
|
|
816
|
+
au_arn: "au_arn";
|
|
817
|
+
ba_tin: "ba_tin";
|
|
818
|
+
bb_tin: "bb_tin";
|
|
819
|
+
be_vat: "be_vat";
|
|
820
|
+
bg_uic: "bg_uic";
|
|
821
|
+
bg_vat: "bg_vat";
|
|
822
|
+
bh_vat: "bh_vat";
|
|
823
|
+
bo_tin: "bo_tin";
|
|
824
|
+
br_cnpj: "br_cnpj";
|
|
825
|
+
br_cpf: "br_cpf";
|
|
826
|
+
bs_tin: "bs_tin";
|
|
827
|
+
by_tin: "by_tin";
|
|
828
|
+
ca_bn: "ca_bn";
|
|
829
|
+
ca_gst_hst: "ca_gst_hst";
|
|
830
|
+
ca_pst_bc: "ca_pst_bc";
|
|
831
|
+
ca_pst_mb: "ca_pst_mb";
|
|
832
|
+
ca_pst_sk: "ca_pst_sk";
|
|
833
|
+
ca_qst: "ca_qst";
|
|
834
|
+
cd_nif: "cd_nif";
|
|
835
|
+
ch_uid: "ch_uid";
|
|
836
|
+
ch_vat: "ch_vat";
|
|
837
|
+
cl_tin: "cl_tin";
|
|
838
|
+
cn_tin: "cn_tin";
|
|
839
|
+
co_nit: "co_nit";
|
|
840
|
+
cr_tin: "cr_tin";
|
|
841
|
+
cy_vat: "cy_vat";
|
|
842
|
+
cz_vat: "cz_vat";
|
|
843
|
+
de_stn: "de_stn";
|
|
844
|
+
de_vat: "de_vat";
|
|
845
|
+
dk_vat: "dk_vat";
|
|
846
|
+
do_rcn: "do_rcn";
|
|
847
|
+
ec_ruc: "ec_ruc";
|
|
848
|
+
ee_vat: "ee_vat";
|
|
849
|
+
eg_tin: "eg_tin";
|
|
850
|
+
es_cif: "es_cif";
|
|
851
|
+
es_vat: "es_vat";
|
|
852
|
+
eu_oss_vat: "eu_oss_vat";
|
|
853
|
+
fi_vat: "fi_vat";
|
|
854
|
+
fr_vat: "fr_vat";
|
|
855
|
+
gb_vat: "gb_vat";
|
|
856
|
+
ge_vat: "ge_vat";
|
|
857
|
+
gn_nif: "gn_nif";
|
|
858
|
+
gr_vat: "gr_vat";
|
|
859
|
+
hk_br: "hk_br";
|
|
860
|
+
hr_oib: "hr_oib";
|
|
861
|
+
hr_vat: "hr_vat";
|
|
862
|
+
hu_tin: "hu_tin";
|
|
863
|
+
hu_vat: "hu_vat";
|
|
864
|
+
id_npwp: "id_npwp";
|
|
865
|
+
ie_vat: "ie_vat";
|
|
866
|
+
il_vat: "il_vat";
|
|
867
|
+
in_gst: "in_gst";
|
|
868
|
+
is_vat: "is_vat";
|
|
869
|
+
it_vat: "it_vat";
|
|
870
|
+
jp_cn: "jp_cn";
|
|
871
|
+
jp_rn: "jp_rn";
|
|
872
|
+
jp_trn: "jp_trn";
|
|
873
|
+
ke_pin: "ke_pin";
|
|
874
|
+
kh_tin: "kh_tin";
|
|
875
|
+
kr_brn: "kr_brn";
|
|
876
|
+
kz_bin: "kz_bin";
|
|
877
|
+
li_uid: "li_uid";
|
|
878
|
+
li_vat: "li_vat";
|
|
879
|
+
lt_vat: "lt_vat";
|
|
880
|
+
lu_vat: "lu_vat";
|
|
881
|
+
lv_vat: "lv_vat";
|
|
882
|
+
ma_vat: "ma_vat";
|
|
883
|
+
md_vat: "md_vat";
|
|
884
|
+
me_pib: "me_pib";
|
|
885
|
+
mk_vat: "mk_vat";
|
|
886
|
+
mr_nif: "mr_nif";
|
|
887
|
+
mt_vat: "mt_vat";
|
|
888
|
+
mx_rfc: "mx_rfc";
|
|
889
|
+
my_frp: "my_frp";
|
|
890
|
+
my_itn: "my_itn";
|
|
891
|
+
my_sst: "my_sst";
|
|
892
|
+
ng_tin: "ng_tin";
|
|
893
|
+
nl_vat: "nl_vat";
|
|
894
|
+
no_vat: "no_vat";
|
|
895
|
+
no_voec: "no_voec";
|
|
896
|
+
np_pan: "np_pan";
|
|
897
|
+
nz_gst: "nz_gst";
|
|
898
|
+
om_vat: "om_vat";
|
|
899
|
+
pe_ruc: "pe_ruc";
|
|
900
|
+
ph_tin: "ph_tin";
|
|
901
|
+
pl_vat: "pl_vat";
|
|
902
|
+
pt_vat: "pt_vat";
|
|
903
|
+
ro_tin: "ro_tin";
|
|
904
|
+
ro_vat: "ro_vat";
|
|
905
|
+
rs_pib: "rs_pib";
|
|
906
|
+
ru_inn: "ru_inn";
|
|
907
|
+
ru_kpp: "ru_kpp";
|
|
908
|
+
sa_vat: "sa_vat";
|
|
909
|
+
se_vat: "se_vat";
|
|
910
|
+
sg_gst: "sg_gst";
|
|
911
|
+
sg_uen: "sg_uen";
|
|
912
|
+
si_tin: "si_tin";
|
|
913
|
+
si_vat: "si_vat";
|
|
914
|
+
sk_vat: "sk_vat";
|
|
915
|
+
sn_ninea: "sn_ninea";
|
|
916
|
+
sr_fin: "sr_fin";
|
|
917
|
+
sv_nit: "sv_nit";
|
|
918
|
+
th_vat: "th_vat";
|
|
919
|
+
tj_tin: "tj_tin";
|
|
920
|
+
tr_tin: "tr_tin";
|
|
921
|
+
tw_vat: "tw_vat";
|
|
922
|
+
tz_vat: "tz_vat";
|
|
923
|
+
ua_vat: "ua_vat";
|
|
924
|
+
ug_tin: "ug_tin";
|
|
925
|
+
us_ein: "us_ein";
|
|
926
|
+
uy_ruc: "uy_ruc";
|
|
927
|
+
uz_tin: "uz_tin";
|
|
928
|
+
uz_vat: "uz_vat";
|
|
929
|
+
ve_rif: "ve_rif";
|
|
930
|
+
vn_tin: "vn_tin";
|
|
931
|
+
xi_vat: "xi_vat";
|
|
932
|
+
za_vat: "za_vat";
|
|
933
|
+
zm_tin: "zm_tin";
|
|
934
|
+
zw_tin: "zw_tin";
|
|
935
|
+
}>>;
|
|
951
936
|
}, z.core.$strip>;
|
|
952
937
|
/**
|
|
953
938
|
* Successfully updated. Returns updated organization details.
|
|
@@ -1095,11 +1080,6 @@ export declare const zUpdateContactResponse: z.ZodObject<{
|
|
|
1095
1080
|
zw_tin: "zw_tin";
|
|
1096
1081
|
}>>;
|
|
1097
1082
|
}, z.core.$strip>;
|
|
1098
|
-
export declare const zGetCreditsData: z.ZodObject<{
|
|
1099
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1100
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1101
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1102
|
-
}, z.core.$strip>;
|
|
1103
1083
|
/**
|
|
1104
1084
|
* An array of the applied promotional credits records.
|
|
1105
1085
|
*/
|
|
@@ -1116,19 +1096,11 @@ export declare const zGetCreditsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1116
1096
|
value_total: z.ZodNumber;
|
|
1117
1097
|
value_remaining: z.ZodOptional<z.ZodNumber>;
|
|
1118
1098
|
}, z.core.$strip>>;
|
|
1119
|
-
export declare const
|
|
1120
|
-
|
|
1121
|
-
code: z.ZodOptional<z.ZodString>;
|
|
1122
|
-
}, z.core.$strip>;
|
|
1123
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1124
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1099
|
+
export declare const zRedeemCreditsBody: z.ZodObject<{
|
|
1100
|
+
code: z.ZodOptional<z.ZodString>;
|
|
1125
1101
|
}, z.core.$strip>;
|
|
1126
|
-
export declare const
|
|
1127
|
-
|
|
1128
|
-
path: z.ZodObject<{
|
|
1129
|
-
cluster_id: z.ZodString;
|
|
1130
|
-
}, z.core.$strip>;
|
|
1131
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1102
|
+
export declare const zListChartsPath: z.ZodObject<{
|
|
1103
|
+
cluster_id: z.ZodString;
|
|
1132
1104
|
}, z.core.$strip>;
|
|
1133
1105
|
/**
|
|
1134
1106
|
* An array of charts
|
|
@@ -1160,42 +1132,31 @@ export declare const zListChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1160
1132
|
updated_at: z.ZodString;
|
|
1161
1133
|
ready: z.ZodBoolean;
|
|
1162
1134
|
}, z.core.$strip>>;
|
|
1163
|
-
export declare const
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
cluster_id: z.ZodString;
|
|
1173
|
-
}, z.core.$strip>;
|
|
1174
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1135
|
+
export declare const zCreateChartBody: z.ZodObject<{
|
|
1136
|
+
values: z.ZodString;
|
|
1137
|
+
version_channel: z.ZodString;
|
|
1138
|
+
name: z.ZodString;
|
|
1139
|
+
namespace: z.ZodString;
|
|
1140
|
+
chart: z.ZodString;
|
|
1141
|
+
}, z.core.$strip>;
|
|
1142
|
+
export declare const zCreateChartPath: z.ZodObject<{
|
|
1143
|
+
cluster_id: z.ZodString;
|
|
1175
1144
|
}, z.core.$strip>;
|
|
1176
1145
|
/**
|
|
1177
1146
|
* Successfully created. Returns created Chart ID.
|
|
1178
1147
|
*/
|
|
1179
1148
|
export declare const zCreateChartResponse: z.ZodString;
|
|
1180
|
-
export declare const
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
cluster_id: z.ZodString;
|
|
1184
|
-
chart_name: z.ZodString;
|
|
1185
|
-
}, z.core.$strip>;
|
|
1186
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1149
|
+
export declare const zDeleteChartPath: z.ZodObject<{
|
|
1150
|
+
cluster_id: z.ZodString;
|
|
1151
|
+
chart_name: z.ZodString;
|
|
1187
1152
|
}, z.core.$strip>;
|
|
1188
1153
|
/**
|
|
1189
1154
|
* Successfully deleted.
|
|
1190
1155
|
*/
|
|
1191
1156
|
export declare const zDeleteChartResponse: z.ZodString;
|
|
1192
|
-
export declare const
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
cluster_id: z.ZodString;
|
|
1196
|
-
chart_name: z.ZodString;
|
|
1197
|
-
}, z.core.$strip>;
|
|
1198
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1157
|
+
export declare const zGetChartPath: z.ZodObject<{
|
|
1158
|
+
cluster_id: z.ZodString;
|
|
1159
|
+
chart_name: z.ZodString;
|
|
1199
1160
|
}, z.core.$strip>;
|
|
1200
1161
|
/**
|
|
1201
1162
|
* Returns a single object containing chart details.
|
|
@@ -1227,27 +1188,20 @@ export declare const zGetChartResponse: z.ZodObject<{
|
|
|
1227
1188
|
updated_at: z.ZodString;
|
|
1228
1189
|
ready: z.ZodBoolean;
|
|
1229
1190
|
}, z.core.$strip>;
|
|
1230
|
-
export declare const
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
chart_name: z.ZodString;
|
|
1238
|
-
}, z.core.$strip>;
|
|
1239
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1191
|
+
export declare const zUpdateChartBody: z.ZodObject<{
|
|
1192
|
+
values: z.ZodString;
|
|
1193
|
+
version_channel: z.ZodString;
|
|
1194
|
+
}, z.core.$strip>;
|
|
1195
|
+
export declare const zUpdateChartPath: z.ZodObject<{
|
|
1196
|
+
cluster_id: z.ZodString;
|
|
1197
|
+
chart_name: z.ZodString;
|
|
1240
1198
|
}, z.core.$strip>;
|
|
1241
1199
|
/**
|
|
1242
1200
|
* Successfully updated.
|
|
1243
1201
|
*/
|
|
1244
1202
|
export declare const zUpdateChartResponse: z.ZodString;
|
|
1245
|
-
export declare const
|
|
1246
|
-
|
|
1247
|
-
path: z.ZodObject<{
|
|
1248
|
-
cluster_id: z.ZodString;
|
|
1249
|
-
}, z.core.$strip>;
|
|
1250
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1203
|
+
export declare const zListFleetsPath: z.ZodObject<{
|
|
1204
|
+
cluster_id: z.ZodString;
|
|
1251
1205
|
}, z.core.$strip>;
|
|
1252
1206
|
/**
|
|
1253
1207
|
* An array of fleets
|
|
@@ -1270,53 +1224,42 @@ export declare const zListFleetsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1270
1224
|
}, z.core.$strip>>;
|
|
1271
1225
|
id: z.ZodString;
|
|
1272
1226
|
}, z.core.$strip>>;
|
|
1273
|
-
export declare const
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
cluster_id: z.ZodString;
|
|
1294
|
-
}, z.core.$strip>;
|
|
1295
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1227
|
+
export declare const zCreateFleetBody: z.ZodObject<{
|
|
1228
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1229
|
+
cpu: z.ZodNumber;
|
|
1230
|
+
}, z.core.$strip>>;
|
|
1231
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1232
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1233
|
+
project: z.ZodString;
|
|
1234
|
+
}, z.core.$strip>>;
|
|
1235
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1236
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1237
|
+
apiKey: z.ZodString;
|
|
1238
|
+
}, z.core.$strip>>;
|
|
1239
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1240
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1241
|
+
controllerRoleArn: z.ZodString;
|
|
1242
|
+
}, z.core.$strip>>;
|
|
1243
|
+
id: z.ZodString;
|
|
1244
|
+
}, z.core.$strip>;
|
|
1245
|
+
export declare const zCreateFleetPath: z.ZodObject<{
|
|
1246
|
+
cluster_id: z.ZodString;
|
|
1296
1247
|
}, z.core.$strip>;
|
|
1297
1248
|
/**
|
|
1298
1249
|
* Successfully created. Returns created Fleet ID.
|
|
1299
1250
|
*/
|
|
1300
1251
|
export declare const zCreateFleetResponse: z.ZodString;
|
|
1301
|
-
export declare const
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
cluster_id: z.ZodString;
|
|
1305
|
-
fleet_name: z.ZodString;
|
|
1306
|
-
}, z.core.$strip>;
|
|
1307
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1252
|
+
export declare const zDeleteFleetPath: z.ZodObject<{
|
|
1253
|
+
cluster_id: z.ZodString;
|
|
1254
|
+
fleet_name: z.ZodString;
|
|
1308
1255
|
}, z.core.$strip>;
|
|
1309
1256
|
/**
|
|
1310
1257
|
* Successfully deleted.
|
|
1311
1258
|
*/
|
|
1312
1259
|
export declare const zDeleteFleetResponse: z.ZodString;
|
|
1313
|
-
export declare const
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
cluster_id: z.ZodString;
|
|
1317
|
-
fleet_name: z.ZodString;
|
|
1318
|
-
}, z.core.$strip>;
|
|
1319
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1260
|
+
export declare const zGetFleetPath: z.ZodObject<{
|
|
1261
|
+
cluster_id: z.ZodString;
|
|
1262
|
+
fleet_name: z.ZodString;
|
|
1320
1263
|
}, z.core.$strip>;
|
|
1321
1264
|
/**
|
|
1322
1265
|
* Returns a single object containing fleet details.
|
|
@@ -1339,45 +1282,33 @@ export declare const zGetFleetResponse: z.ZodObject<{
|
|
|
1339
1282
|
}, z.core.$strip>>;
|
|
1340
1283
|
id: z.ZodString;
|
|
1341
1284
|
}, z.core.$strip>;
|
|
1342
|
-
export declare const
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
fleet_name: z.ZodString;
|
|
1363
|
-
}, z.core.$strip>;
|
|
1364
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1285
|
+
export declare const zUpdateFleetBody: z.ZodObject<{
|
|
1286
|
+
limits: z.ZodOptional<z.ZodObject<{
|
|
1287
|
+
cpu: z.ZodNumber;
|
|
1288
|
+
}, z.core.$strip>>;
|
|
1289
|
+
gcp: z.ZodOptional<z.ZodObject<{
|
|
1290
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1291
|
+
project: z.ZodString;
|
|
1292
|
+
}, z.core.$strip>>;
|
|
1293
|
+
hetzner: z.ZodOptional<z.ZodObject<{
|
|
1294
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1295
|
+
apiKey: z.ZodString;
|
|
1296
|
+
}, z.core.$strip>>;
|
|
1297
|
+
aws: z.ZodOptional<z.ZodObject<{
|
|
1298
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1299
|
+
controllerRoleArn: z.ZodString;
|
|
1300
|
+
}, z.core.$strip>>;
|
|
1301
|
+
}, z.core.$strip>;
|
|
1302
|
+
export declare const zUpdateFleetPath: z.ZodObject<{
|
|
1303
|
+
cluster_id: z.ZodString;
|
|
1304
|
+
fleet_name: z.ZodString;
|
|
1365
1305
|
}, z.core.$strip>;
|
|
1366
1306
|
/**
|
|
1367
1307
|
* Successfully updated.
|
|
1368
1308
|
*/
|
|
1369
1309
|
export declare const zUpdateFleetResponse: z.ZodString;
|
|
1370
|
-
export declare const
|
|
1371
|
-
|
|
1372
|
-
path: z.ZodObject<{
|
|
1373
|
-
cluster_id: z.ZodString;
|
|
1374
|
-
}, z.core.$strip>;
|
|
1375
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1376
|
-
}, z.core.$strip>;
|
|
1377
|
-
export declare const zListClustersData: z.ZodObject<{
|
|
1378
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1379
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1380
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1310
|
+
export declare const zQueryClusterPath: z.ZodObject<{
|
|
1311
|
+
cluster_id: z.ZodString;
|
|
1381
1312
|
}, z.core.$strip>;
|
|
1382
1313
|
/**
|
|
1383
1314
|
* An array of clusters
|
|
@@ -1389,7 +1320,7 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1389
1320
|
pro: "pro";
|
|
1390
1321
|
}>;
|
|
1391
1322
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1392
|
-
staging: "staging";
|
|
1323
|
+
"staging-1a": "staging-1a";
|
|
1393
1324
|
"northamerica-central-1": "northamerica-central-1";
|
|
1394
1325
|
"europe-central-1a": "europe-central-1a";
|
|
1395
1326
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
@@ -1414,50 +1345,38 @@ export declare const zListClustersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1414
1345
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1415
1346
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1416
1347
|
}, z.core.$strip>>;
|
|
1417
|
-
export declare const
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
}>>;
|
|
1436
|
-
}, z.core.$strip>;
|
|
1437
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1438
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1348
|
+
export declare const zCreateClusterBody: z.ZodObject<{
|
|
1349
|
+
name: z.ZodString;
|
|
1350
|
+
tier: z.ZodEnum<{
|
|
1351
|
+
basic: "basic";
|
|
1352
|
+
pro: "pro";
|
|
1353
|
+
}>;
|
|
1354
|
+
region: z.ZodOptional<z.ZodEnum<{
|
|
1355
|
+
"staging-1a": "staging-1a";
|
|
1356
|
+
"northamerica-central-1": "northamerica-central-1";
|
|
1357
|
+
"europe-central-1a": "europe-central-1a";
|
|
1358
|
+
"northamerica-central-1a": "northamerica-central-1a";
|
|
1359
|
+
}>>;
|
|
1360
|
+
version_channel: z.ZodOptional<z.ZodEnum<{
|
|
1361
|
+
"1.x.x-cfke.x": "1.x.x-cfke.x";
|
|
1362
|
+
"1.31.x-cfke.x": "1.31.x-cfke.x";
|
|
1363
|
+
"1.32.x-cfke.x": "1.32.x-cfke.x";
|
|
1364
|
+
"1.33.x-cfke.x": "1.33.x-cfke.x";
|
|
1365
|
+
}>>;
|
|
1439
1366
|
}, z.core.$strip>;
|
|
1440
1367
|
/**
|
|
1441
1368
|
* Successfully created. Returns created Cluster ID.
|
|
1442
1369
|
*/
|
|
1443
1370
|
export declare const zCreateClusterResponse: z.ZodString;
|
|
1444
|
-
export declare const
|
|
1445
|
-
|
|
1446
|
-
path: z.ZodObject<{
|
|
1447
|
-
cluster_id: z.ZodString;
|
|
1448
|
-
}, z.core.$strip>;
|
|
1449
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1371
|
+
export declare const zDeleteClusterPath: z.ZodObject<{
|
|
1372
|
+
cluster_id: z.ZodString;
|
|
1450
1373
|
}, z.core.$strip>;
|
|
1451
1374
|
/**
|
|
1452
1375
|
* Successfully deleted.
|
|
1453
1376
|
*/
|
|
1454
1377
|
export declare const zDeleteClusterResponse: z.ZodString;
|
|
1455
|
-
export declare const
|
|
1456
|
-
|
|
1457
|
-
path: z.ZodObject<{
|
|
1458
|
-
cluster_id: z.ZodString;
|
|
1459
|
-
}, z.core.$strip>;
|
|
1460
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1378
|
+
export declare const zGetClusterPath: z.ZodObject<{
|
|
1379
|
+
cluster_id: z.ZodString;
|
|
1461
1380
|
}, z.core.$strip>;
|
|
1462
1381
|
/**
|
|
1463
1382
|
* Returns a single object containing cluster details.
|
|
@@ -1469,7 +1388,7 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1469
1388
|
pro: "pro";
|
|
1470
1389
|
}>;
|
|
1471
1390
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1472
|
-
staging: "staging";
|
|
1391
|
+
"staging-1a": "staging-1a";
|
|
1473
1392
|
"northamerica-central-1": "northamerica-central-1";
|
|
1474
1393
|
"europe-central-1a": "europe-central-1a";
|
|
1475
1394
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
@@ -1494,19 +1413,16 @@ export declare const zGetClusterResponse: z.ZodObject<{
|
|
|
1494
1413
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1495
1414
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1496
1415
|
}, z.core.$strip>;
|
|
1497
|
-
export declare const
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
cluster_id: z.ZodString;
|
|
1508
|
-
}, z.core.$strip>;
|
|
1509
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1416
|
+
export declare const zUpdateClusterBody: z.ZodObject<{
|
|
1417
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1418
|
+
tier: z.ZodEnum<{
|
|
1419
|
+
basic: "basic";
|
|
1420
|
+
pro: "pro";
|
|
1421
|
+
}>;
|
|
1422
|
+
version_channel: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
}, z.core.$strip>;
|
|
1424
|
+
export declare const zUpdateClusterPath: z.ZodObject<{
|
|
1425
|
+
cluster_id: z.ZodString;
|
|
1510
1426
|
}, z.core.$strip>;
|
|
1511
1427
|
/**
|
|
1512
1428
|
* Successfully updated. Returns updated cluster details.
|
|
@@ -1518,7 +1434,7 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1518
1434
|
pro: "pro";
|
|
1519
1435
|
}>;
|
|
1520
1436
|
region: z.ZodOptional<z.ZodEnum<{
|
|
1521
|
-
staging: "staging";
|
|
1437
|
+
"staging-1a": "staging-1a";
|
|
1522
1438
|
"northamerica-central-1": "northamerica-central-1";
|
|
1523
1439
|
"europe-central-1a": "europe-central-1a";
|
|
1524
1440
|
"northamerica-central-1a": "northamerica-central-1a";
|
|
@@ -1543,12 +1459,8 @@ export declare const zUpdateClusterResponse: z.ZodObject<{
|
|
|
1543
1459
|
ready: z.ZodOptional<z.ZodBoolean>;
|
|
1544
1460
|
version_channel: z.ZodOptional<z.ZodString>;
|
|
1545
1461
|
}, z.core.$strip>;
|
|
1546
|
-
export declare const
|
|
1547
|
-
|
|
1548
|
-
path: z.ZodObject<{
|
|
1549
|
-
cluster_id: z.ZodString;
|
|
1550
|
-
}, z.core.$strip>;
|
|
1551
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1462
|
+
export declare const zGetJoinInformationPath: z.ZodObject<{
|
|
1463
|
+
cluster_id: z.ZodString;
|
|
1552
1464
|
}, z.core.$strip>;
|
|
1553
1465
|
/**
|
|
1554
1466
|
* An object of cluster join information
|
|
@@ -1556,6 +1468,7 @@ export declare const zGetJoinInformationData: z.ZodObject<{
|
|
|
1556
1468
|
export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
1557
1469
|
certificate_authority: z.ZodString;
|
|
1558
1470
|
endpoint: z.ZodURL;
|
|
1471
|
+
cluster_dns: z.ZodString;
|
|
1559
1472
|
auth_key: z.ZodString;
|
|
1560
1473
|
bootstrap_token: z.ZodString;
|
|
1561
1474
|
versions: z.ZodObject<{
|
|
@@ -1570,11 +1483,6 @@ export declare const zGetJoinInformationResponse: z.ZodObject<{
|
|
|
1570
1483
|
gcp_workload_identity_provider: z.ZodString;
|
|
1571
1484
|
}, z.core.$strip>;
|
|
1572
1485
|
}, z.core.$strip>;
|
|
1573
|
-
export declare const zListInvitesData: z.ZodObject<{
|
|
1574
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1575
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1576
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1577
|
-
}, z.core.$strip>;
|
|
1578
1486
|
/**
|
|
1579
1487
|
* An array of invites
|
|
1580
1488
|
*/
|
|
@@ -1585,12 +1493,8 @@ export declare const zListInvitesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1585
1493
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1586
1494
|
code: z.ZodOptional<z.ZodString>;
|
|
1587
1495
|
}, z.core.$strip>>;
|
|
1588
|
-
export declare const
|
|
1589
|
-
|
|
1590
|
-
email: z.ZodOptional<z.ZodString>;
|
|
1591
|
-
}, z.core.$strip>;
|
|
1592
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1593
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1496
|
+
export declare const zCreateInviteBody: z.ZodObject<{
|
|
1497
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1594
1498
|
}, z.core.$strip>;
|
|
1595
1499
|
/**
|
|
1596
1500
|
* Successfully created. Returns created invite details.
|
|
@@ -1602,12 +1506,8 @@ export declare const zCreateInviteResponse: z.ZodObject<{
|
|
|
1602
1506
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1603
1507
|
code: z.ZodOptional<z.ZodString>;
|
|
1604
1508
|
}, z.core.$strip>;
|
|
1605
|
-
export declare const
|
|
1606
|
-
|
|
1607
|
-
path: z.ZodObject<{
|
|
1608
|
-
code: z.ZodString;
|
|
1609
|
-
}, z.core.$strip>;
|
|
1610
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1509
|
+
export declare const zGetInvitePath: z.ZodObject<{
|
|
1510
|
+
code: z.ZodString;
|
|
1611
1511
|
}, z.core.$strip>;
|
|
1612
1512
|
/**
|
|
1613
1513
|
* Returns a single object containing invite details.
|
|
@@ -1619,17 +1519,8 @@ export declare const zGetInviteResponse: z.ZodObject<{
|
|
|
1619
1519
|
email: z.ZodOptional<z.ZodEmail>;
|
|
1620
1520
|
code: z.ZodOptional<z.ZodString>;
|
|
1621
1521
|
}, z.core.$strip>;
|
|
1622
|
-
export declare const
|
|
1623
|
-
|
|
1624
|
-
path: z.ZodObject<{
|
|
1625
|
-
email: z.ZodString;
|
|
1626
|
-
}, z.core.$strip>;
|
|
1627
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1628
|
-
}, z.core.$strip>;
|
|
1629
|
-
export declare const zListMarketplaceChartsData: z.ZodObject<{
|
|
1630
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1631
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1632
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1522
|
+
export declare const zDeleteInvitePath: z.ZodObject<{
|
|
1523
|
+
email: z.ZodString;
|
|
1633
1524
|
}, z.core.$strip>;
|
|
1634
1525
|
/**
|
|
1635
1526
|
* An array of chart listings in the marketplace.
|
|
@@ -1647,6 +1538,7 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1647
1538
|
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1648
1539
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1649
1540
|
home: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1650
1542
|
sources: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1651
1543
|
maintainers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1652
1544
|
name: z.ZodString;
|
|
@@ -1654,13 +1546,9 @@ export declare const zListMarketplaceChartsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1654
1546
|
}, z.core.$strip>>>;
|
|
1655
1547
|
}, z.core.$strip>>;
|
|
1656
1548
|
}, z.core.$strip>>;
|
|
1657
|
-
export declare const
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
chart_name: z.ZodString;
|
|
1661
|
-
version_channel: z.ZodString;
|
|
1662
|
-
}, z.core.$strip>;
|
|
1663
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1549
|
+
export declare const zGetMarketplaceChartFilesPath: z.ZodObject<{
|
|
1550
|
+
chart_name: z.ZodString;
|
|
1551
|
+
version_channel: z.ZodString;
|
|
1664
1552
|
}, z.core.$strip>;
|
|
1665
1553
|
/**
|
|
1666
1554
|
* Returns an object containing the chart files for the latest matching version.
|
|
@@ -1670,15 +1558,14 @@ export declare const zGetMarketplaceChartFilesResponse: z.ZodObject<{
|
|
|
1670
1558
|
valuesYaml: z.ZodOptional<z.ZodString>;
|
|
1671
1559
|
valuesSchemaJson: z.ZodOptional<z.ZodString>;
|
|
1672
1560
|
}, z.core.$strip>;
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1561
|
+
/**
|
|
1562
|
+
* JSON-RPC 2.0 request payload
|
|
1563
|
+
*/
|
|
1564
|
+
export declare const zPostMcpBody: z.ZodObject<{
|
|
1565
|
+
jsonrpc: z.ZodOptional<z.ZodString>;
|
|
1566
|
+
method: z.ZodOptional<z.ZodString>;
|
|
1567
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
1568
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1682
1569
|
}, z.core.$strip>;
|
|
1683
1570
|
/**
|
|
1684
1571
|
* JSON-RPC 2.0 success or error response
|
|
@@ -1692,11 +1579,6 @@ export declare const zPostMcpResponse: z.ZodObject<{
|
|
|
1692
1579
|
message: z.ZodOptional<z.ZodString>;
|
|
1693
1580
|
}, z.core.$strip>>;
|
|
1694
1581
|
}, z.core.$strip>;
|
|
1695
|
-
export declare const zGetOrganizationData: z.ZodObject<{
|
|
1696
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1697
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1698
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1699
|
-
}, z.core.$strip>;
|
|
1700
1582
|
/**
|
|
1701
1583
|
* Returns a single object containing organization details.
|
|
1702
1584
|
*/
|
|
@@ -1718,6 +1600,7 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1718
1600
|
}, z.core.$strip>>;
|
|
1719
1601
|
copilot_user_hourly_tokens: z.ZodInt;
|
|
1720
1602
|
copilot_organization_hourly_tokens: z.ZodInt;
|
|
1603
|
+
cfcr_storage_gb: z.ZodInt;
|
|
1721
1604
|
}, z.core.$strip>;
|
|
1722
1605
|
status: z.ZodEnum<{
|
|
1723
1606
|
active: "active";
|
|
@@ -1725,21 +1608,12 @@ export declare const zGetOrganizationResponse: z.ZodObject<{
|
|
|
1725
1608
|
suspended: "suspended";
|
|
1726
1609
|
}>;
|
|
1727
1610
|
}, z.core.$strip>;
|
|
1728
|
-
export declare const
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
password: z.ZodString;
|
|
1735
|
-
}, z.core.$strip>;
|
|
1736
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1737
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1738
|
-
}, z.core.$strip>;
|
|
1739
|
-
export declare const zListRepositoriesData: z.ZodObject<{
|
|
1740
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1741
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1742
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1611
|
+
export declare const zCreateOrganizationBody: z.ZodObject<{
|
|
1612
|
+
email: z.ZodEmail;
|
|
1613
|
+
first_name: z.ZodString;
|
|
1614
|
+
last_name: z.ZodString;
|
|
1615
|
+
company_name: z.ZodString;
|
|
1616
|
+
password: z.ZodString;
|
|
1743
1617
|
}, z.core.$strip>;
|
|
1744
1618
|
/**
|
|
1745
1619
|
* List of repositories
|
|
@@ -1749,13 +1623,9 @@ export declare const zListRepositoriesResponse: z.ZodArray<z.ZodObject<{
|
|
|
1749
1623
|
region: z.ZodString;
|
|
1750
1624
|
uri: z.ZodString;
|
|
1751
1625
|
}, z.core.$strip>>;
|
|
1752
|
-
export declare const
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
region: z.ZodString;
|
|
1756
|
-
repository: z.ZodString;
|
|
1757
|
-
}, z.core.$strip>;
|
|
1758
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1626
|
+
export declare const zListTagsPath: z.ZodObject<{
|
|
1627
|
+
region: z.ZodString;
|
|
1628
|
+
repository: z.ZodString;
|
|
1759
1629
|
}, z.core.$strip>;
|
|
1760
1630
|
/**
|
|
1761
1631
|
* Repository with tags
|
|
@@ -1768,37 +1638,32 @@ export declare const zListTagsResponse: z.ZodObject<{
|
|
|
1768
1638
|
name: z.ZodString;
|
|
1769
1639
|
size: z.ZodNumber;
|
|
1770
1640
|
mediaType: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
platforms: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1771
1642
|
}, z.core.$strip>>;
|
|
1772
1643
|
totalSize: z.ZodNumber;
|
|
1773
1644
|
}, z.core.$strip>;
|
|
1774
|
-
export declare const
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
export declare const zGetTagData: z.ZodObject<{
|
|
1784
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1785
|
-
path: z.ZodObject<{
|
|
1786
|
-
region: z.ZodString;
|
|
1787
|
-
repository: z.ZodString;
|
|
1788
|
-
tag: z.ZodString;
|
|
1789
|
-
}, z.core.$strip>;
|
|
1790
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1645
|
+
export declare const zDeleteTagPath: z.ZodObject<{
|
|
1646
|
+
region: z.ZodString;
|
|
1647
|
+
repository: z.ZodString;
|
|
1648
|
+
tag: z.ZodString;
|
|
1649
|
+
}, z.core.$strip>;
|
|
1650
|
+
export declare const zGetTagPath: z.ZodObject<{
|
|
1651
|
+
region: z.ZodString;
|
|
1652
|
+
repository: z.ZodString;
|
|
1653
|
+
tag: z.ZodString;
|
|
1791
1654
|
}, z.core.$strip>;
|
|
1792
1655
|
/**
|
|
1793
1656
|
* Tag details
|
|
1794
1657
|
*/
|
|
1795
1658
|
export declare const zGetTagResponse: z.ZodObject<{
|
|
1796
1659
|
name: z.ZodString;
|
|
1660
|
+
digest: z.ZodString;
|
|
1797
1661
|
mediaType: z.ZodOptional<z.ZodString>;
|
|
1798
1662
|
config: z.ZodOptional<z.ZodObject<{
|
|
1799
1663
|
size: z.ZodNumber;
|
|
1800
1664
|
}, z.core.$strip>>;
|
|
1801
1665
|
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1666
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1802
1667
|
size: z.ZodNumber;
|
|
1803
1668
|
}, z.core.$strip>>>;
|
|
1804
1669
|
manifests: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1806,18 +1671,19 @@ export declare const zGetTagResponse: z.ZodObject<{
|
|
|
1806
1671
|
platform: z.ZodOptional<z.ZodObject<{
|
|
1807
1672
|
architecture: z.ZodString;
|
|
1808
1673
|
os: z.ZodString;
|
|
1674
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
1809
1675
|
}, z.core.$strip>>;
|
|
1676
|
+
layers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1677
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
size: z.ZodNumber;
|
|
1679
|
+
}, z.core.$strip>>>;
|
|
1680
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1810
1681
|
}, z.core.$strip>>>;
|
|
1811
1682
|
size: z.ZodNumber;
|
|
1812
1683
|
region: z.ZodString;
|
|
1813
1684
|
repository: z.ZodString;
|
|
1814
1685
|
uri: z.ZodString;
|
|
1815
1686
|
}, z.core.$strip>;
|
|
1816
|
-
export declare const zListTokensData: z.ZodObject<{
|
|
1817
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1818
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1819
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1820
|
-
}, z.core.$strip>;
|
|
1821
1687
|
/**
|
|
1822
1688
|
* Returns a list of access token details with masked secrets.
|
|
1823
1689
|
*/
|
|
@@ -1831,16 +1697,12 @@ export declare const zListTokensResponse: z.ZodArray<z.ZodObject<{
|
|
|
1831
1697
|
secret: z.ZodOptional<z.ZodString>;
|
|
1832
1698
|
date_created: z.ZodISODateTime;
|
|
1833
1699
|
}, z.core.$strip>>;
|
|
1834
|
-
export declare const
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
}>;
|
|
1841
|
-
}, z.core.$strip>;
|
|
1842
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1843
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1700
|
+
export declare const zCreateTokenBody: z.ZodObject<{
|
|
1701
|
+
name: z.ZodString;
|
|
1702
|
+
role: z.ZodEnum<{
|
|
1703
|
+
Administrator: "Administrator";
|
|
1704
|
+
User: "User";
|
|
1705
|
+
}>;
|
|
1844
1706
|
}, z.core.$strip>;
|
|
1845
1707
|
/**
|
|
1846
1708
|
* Successfully created. Returns created token details with unmasked/raw secret.
|
|
@@ -1855,19 +1717,11 @@ export declare const zCreateTokenResponse: z.ZodObject<{
|
|
|
1855
1717
|
secret: z.ZodOptional<z.ZodString>;
|
|
1856
1718
|
date_created: z.ZodISODateTime;
|
|
1857
1719
|
}, z.core.$strip>;
|
|
1858
|
-
export declare const
|
|
1859
|
-
|
|
1860
|
-
path: z.ZodObject<{
|
|
1861
|
-
token_id: z.ZodString;
|
|
1862
|
-
}, z.core.$strip>;
|
|
1863
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1720
|
+
export declare const zDeleteTokenPath: z.ZodObject<{
|
|
1721
|
+
token_id: z.ZodString;
|
|
1864
1722
|
}, z.core.$strip>;
|
|
1865
|
-
export declare const
|
|
1866
|
-
|
|
1867
|
-
path: z.ZodObject<{
|
|
1868
|
-
token_id: z.ZodString;
|
|
1869
|
-
}, z.core.$strip>;
|
|
1870
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1723
|
+
export declare const zGetTokenPath: z.ZodObject<{
|
|
1724
|
+
token_id: z.ZodString;
|
|
1871
1725
|
}, z.core.$strip>;
|
|
1872
1726
|
/**
|
|
1873
1727
|
* Returns access token details with masked secret.
|
|
@@ -1882,18 +1736,15 @@ export declare const zGetTokenResponse: z.ZodObject<{
|
|
|
1882
1736
|
secret: z.ZodOptional<z.ZodString>;
|
|
1883
1737
|
date_created: z.ZodISODateTime;
|
|
1884
1738
|
}, z.core.$strip>;
|
|
1885
|
-
export declare const
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
token_id: z.ZodString;
|
|
1895
|
-
}, z.core.$strip>;
|
|
1896
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1739
|
+
export declare const zUpdateTokenBody: z.ZodObject<{
|
|
1740
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1741
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1742
|
+
Administrator: "Administrator";
|
|
1743
|
+
User: "User";
|
|
1744
|
+
}>>;
|
|
1745
|
+
}, z.core.$strip>;
|
|
1746
|
+
export declare const zUpdateTokenPath: z.ZodObject<{
|
|
1747
|
+
token_id: z.ZodString;
|
|
1897
1748
|
}, z.core.$strip>;
|
|
1898
1749
|
/**
|
|
1899
1750
|
* Successfully updated. Returns updated token details with masked secret.
|
|
@@ -1908,12 +1759,8 @@ export declare const zUpdateTokenResponse: z.ZodObject<{
|
|
|
1908
1759
|
secret: z.ZodOptional<z.ZodString>;
|
|
1909
1760
|
date_created: z.ZodISODateTime;
|
|
1910
1761
|
}, z.core.$strip>;
|
|
1911
|
-
export declare const
|
|
1912
|
-
|
|
1913
|
-
path: z.ZodObject<{
|
|
1914
|
-
token_id: z.ZodString;
|
|
1915
|
-
}, z.core.$strip>;
|
|
1916
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1762
|
+
export declare const zRegenerateTokenPath: z.ZodObject<{
|
|
1763
|
+
token_id: z.ZodString;
|
|
1917
1764
|
}, z.core.$strip>;
|
|
1918
1765
|
/**
|
|
1919
1766
|
* Successfully updated. Returns updated token details with unmasked / raw secret.
|
|
@@ -1928,12 +1775,8 @@ export declare const zRegenerateTokenResponse: z.ZodObject<{
|
|
|
1928
1775
|
secret: z.ZodOptional<z.ZodString>;
|
|
1929
1776
|
date_created: z.ZodISODateTime;
|
|
1930
1777
|
}, z.core.$strip>;
|
|
1931
|
-
export declare const
|
|
1932
|
-
|
|
1933
|
-
path: z.ZodObject<{
|
|
1934
|
-
email: z.ZodString;
|
|
1935
|
-
}, z.core.$strip>;
|
|
1936
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1778
|
+
export declare const zListUserOrganizationsPath: z.ZodObject<{
|
|
1779
|
+
email: z.ZodString;
|
|
1937
1780
|
}, z.core.$strip>;
|
|
1938
1781
|
/**
|
|
1939
1782
|
* An array of organizations the user belongs to.
|
|
@@ -1942,11 +1785,6 @@ export declare const zListUserOrganizationsResponse: z.ZodArray<z.ZodObject<{
|
|
|
1942
1785
|
realm: z.ZodOptional<z.ZodString>;
|
|
1943
1786
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1944
1787
|
}, z.core.$strip>>;
|
|
1945
|
-
export declare const zListUsersData: z.ZodObject<{
|
|
1946
|
-
body: z.ZodOptional<z.ZodNever>;
|
|
1947
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1948
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1949
|
-
}, z.core.$strip>;
|
|
1950
1788
|
/**
|
|
1951
1789
|
* An array of users
|
|
1952
1790
|
*/
|
|
@@ -1965,24 +1803,20 @@ export declare const zListUsersResponse: z.ZodArray<z.ZodObject<{
|
|
|
1965
1803
|
id: z.ZodUUID;
|
|
1966
1804
|
date_created: z.ZodISODateTime;
|
|
1967
1805
|
}, z.core.$strip>>;
|
|
1968
|
-
export declare const
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
}>>;
|
|
1983
|
-
}, z.core.$strip>;
|
|
1984
|
-
path: z.ZodOptional<z.ZodNever>;
|
|
1985
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1806
|
+
export declare const zCreateUserBody: z.ZodObject<{
|
|
1807
|
+
email: z.ZodEmail;
|
|
1808
|
+
first_name: z.ZodString;
|
|
1809
|
+
last_name: z.ZodString;
|
|
1810
|
+
code: z.ZodString;
|
|
1811
|
+
password: z.ZodString;
|
|
1812
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
active: "active";
|
|
1814
|
+
inactive: "inactive";
|
|
1815
|
+
}>>;
|
|
1816
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1817
|
+
Administrator: "Administrator";
|
|
1818
|
+
User: "User";
|
|
1819
|
+
}>>;
|
|
1986
1820
|
}, z.core.$strip>;
|
|
1987
1821
|
/**
|
|
1988
1822
|
* Successfully created. Returns created user details.
|
|
@@ -2002,12 +1836,8 @@ export declare const zCreateUserResponse: z.ZodObject<{
|
|
|
2002
1836
|
id: z.ZodUUID;
|
|
2003
1837
|
date_created: z.ZodISODateTime;
|
|
2004
1838
|
}, z.core.$strip>;
|
|
2005
|
-
export declare const
|
|
2006
|
-
|
|
2007
|
-
path: z.ZodObject<{
|
|
2008
|
-
user_id: z.ZodString;
|
|
2009
|
-
}, z.core.$strip>;
|
|
2010
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1839
|
+
export declare const zDeleteUserPath: z.ZodObject<{
|
|
1840
|
+
user_id: z.ZodString;
|
|
2011
1841
|
}, z.core.$strip>;
|
|
2012
1842
|
/**
|
|
2013
1843
|
* User profile information
|
|
@@ -2027,12 +1857,8 @@ export declare const zDeleteUserResponse: z.ZodObject<{
|
|
|
2027
1857
|
id: z.ZodUUID;
|
|
2028
1858
|
date_created: z.ZodISODateTime;
|
|
2029
1859
|
}, z.core.$strip>;
|
|
2030
|
-
export declare const
|
|
2031
|
-
|
|
2032
|
-
path: z.ZodObject<{
|
|
2033
|
-
user_id: z.ZodString;
|
|
2034
|
-
}, z.core.$strip>;
|
|
2035
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1860
|
+
export declare const zGetUserPath: z.ZodObject<{
|
|
1861
|
+
user_id: z.ZodString;
|
|
2036
1862
|
}, z.core.$strip>;
|
|
2037
1863
|
/**
|
|
2038
1864
|
* User profile information
|
|
@@ -2052,24 +1878,21 @@ export declare const zGetUserResponse: z.ZodObject<{
|
|
|
2052
1878
|
id: z.ZodUUID;
|
|
2053
1879
|
date_created: z.ZodISODateTime;
|
|
2054
1880
|
}, z.core.$strip>;
|
|
2055
|
-
export declare const
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
user_id: z.ZodString;
|
|
2071
|
-
}, z.core.$strip>;
|
|
2072
|
-
query: z.ZodOptional<z.ZodNever>;
|
|
1881
|
+
export declare const zUpdateUserBody: z.ZodObject<{
|
|
1882
|
+
email: z.ZodOptional<z.ZodEmail>;
|
|
1883
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
1884
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
1885
|
+
role: z.ZodOptional<z.ZodEnum<{
|
|
1886
|
+
Administrator: "Administrator";
|
|
1887
|
+
User: "User";
|
|
1888
|
+
}>>;
|
|
1889
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1890
|
+
active: "active";
|
|
1891
|
+
inactive: "inactive";
|
|
1892
|
+
}>>;
|
|
1893
|
+
}, z.core.$strip>;
|
|
1894
|
+
export declare const zUpdateUserPath: z.ZodObject<{
|
|
1895
|
+
user_id: z.ZodString;
|
|
2073
1896
|
}, z.core.$strip>;
|
|
2074
1897
|
/**
|
|
2075
1898
|
* Successfully created. Returns created user details.
|