@vercel/sdk 14.0.0-canary.7 → 14.0.0-canary.9
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/.devcontainer/README.md +1 -1
- package/README.md +25 -0
- package/docs/sdks/authentication/README.md +69 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projects/README.md +85 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/components/authuser.d.ts +6 -3
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +2 -1
- package/esm/models/components/authuser.js.map +1 -1
- package/esm/models/components/security.d.ts +2 -2
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +2 -2
- package/esm/models/components/security.js.map +1 -1
- package/esm/models/operations/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +4 -0
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +4 -0
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +15 -15
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +15 -15
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +8 -8
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +12 -12
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- package/esm/models/operations/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- package/esm/models/operations/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- package/esm/models/operations/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +4 -0
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +44 -44
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +71 -72
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- package/esm/models/operations/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +4 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +4 -0
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +4 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +4 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- package/esm/sdk/authentication.d.ts +8 -0
- package/esm/sdk/authentication.d.ts.map +1 -1
- package/esm/sdk/authentication.js +10 -0
- package/esm/sdk/authentication.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/sdk.d.ts +5 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +9 -4
- package/esm/sdk/sdk.js.map +1 -1
- package/package.json +2 -2
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/lib/config.ts +2 -2
- package/src/models/components/authuser.ts +2 -1
- package/src/models/components/security.ts +4 -4
- package/src/models/operations/createevent.ts +373 -0
- package/src/models/operations/createproject.ts +8 -0
- package/src/models/operations/createteam.ts +31 -24
- package/src/models/operations/deletedeployment.ts +16 -15
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/getaccountinfo.ts +187 -0
- package/src/models/operations/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojects.ts +8 -0
- package/src/models/operations/putfirewallconfig.ts +102 -93
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -0
- package/src/models/operations/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +8 -0
- package/src/models/operations/updateprojectdatacache.ts +8 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -0
- package/src/sdk/authentication.ts +22 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/sdk.ts +11 -5
|
@@ -17,17 +17,6 @@ export type ManagedRules = {
|
|
|
17
17
|
owasp: Owasp;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export const Action = {
|
|
21
|
-
Deny: "deny",
|
|
22
|
-
Log: "log",
|
|
23
|
-
} as const;
|
|
24
|
-
export type Action = ClosedEnum<typeof Action>;
|
|
25
|
-
|
|
26
|
-
export type Sd = {
|
|
27
|
-
active: boolean;
|
|
28
|
-
action: Action;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
20
|
export const PutFirewallConfigAction = {
|
|
32
21
|
Deny: "deny",
|
|
33
22
|
Log: "log",
|
|
@@ -36,7 +25,7 @@ export type PutFirewallConfigAction = ClosedEnum<
|
|
|
36
25
|
typeof PutFirewallConfigAction
|
|
37
26
|
>;
|
|
38
27
|
|
|
39
|
-
export type
|
|
28
|
+
export type Sd = {
|
|
40
29
|
active: boolean;
|
|
41
30
|
action: PutFirewallConfigAction;
|
|
42
31
|
};
|
|
@@ -49,7 +38,7 @@ export type PutFirewallConfigSecurityAction = ClosedEnum<
|
|
|
49
38
|
typeof PutFirewallConfigSecurityAction
|
|
50
39
|
>;
|
|
51
40
|
|
|
52
|
-
export type
|
|
41
|
+
export type Ma = {
|
|
53
42
|
active: boolean;
|
|
54
43
|
action: PutFirewallConfigSecurityAction;
|
|
55
44
|
};
|
|
@@ -62,7 +51,7 @@ export type PutFirewallConfigSecurityRequestAction = ClosedEnum<
|
|
|
62
51
|
typeof PutFirewallConfigSecurityRequestAction
|
|
63
52
|
>;
|
|
64
53
|
|
|
65
|
-
export type
|
|
54
|
+
export type Lfi = {
|
|
66
55
|
active: boolean;
|
|
67
56
|
action: PutFirewallConfigSecurityRequestAction;
|
|
68
57
|
};
|
|
@@ -75,7 +64,7 @@ export type PutFirewallConfigSecurityRequestRequestBodyAction = ClosedEnum<
|
|
|
75
64
|
typeof PutFirewallConfigSecurityRequestRequestBodyAction
|
|
76
65
|
>;
|
|
77
66
|
|
|
78
|
-
export type
|
|
67
|
+
export type Rfi = {
|
|
79
68
|
active: boolean;
|
|
80
69
|
action: PutFirewallConfigSecurityRequestRequestBodyAction;
|
|
81
70
|
};
|
|
@@ -88,11 +77,23 @@ export type PutFirewallConfigSecurityRequestRequestBodyCrsAction = ClosedEnum<
|
|
|
88
77
|
typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction
|
|
89
78
|
>;
|
|
90
79
|
|
|
91
|
-
export type
|
|
80
|
+
export type Rce = {
|
|
92
81
|
active: boolean;
|
|
93
82
|
action: PutFirewallConfigSecurityRequestRequestBodyCrsAction;
|
|
94
83
|
};
|
|
95
84
|
|
|
85
|
+
export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction = {
|
|
86
|
+
Deny: "deny",
|
|
87
|
+
Log: "log",
|
|
88
|
+
} as const;
|
|
89
|
+
export type PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction =
|
|
90
|
+
ClosedEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction>;
|
|
91
|
+
|
|
92
|
+
export type Php = {
|
|
93
|
+
active: boolean;
|
|
94
|
+
action: PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction;
|
|
95
|
+
};
|
|
96
|
+
|
|
96
97
|
export const PutFirewallConfigSecurityRequestRequestBodyCrsGenAction = {
|
|
97
98
|
Deny: "deny",
|
|
98
99
|
Log: "log",
|
|
@@ -798,28 +799,30 @@ export function managedRulesFromJSON(
|
|
|
798
799
|
}
|
|
799
800
|
|
|
800
801
|
/** @internal */
|
|
801
|
-
export const
|
|
802
|
-
|
|
802
|
+
export const PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<
|
|
803
|
+
typeof PutFirewallConfigAction
|
|
804
|
+
> = z.nativeEnum(PutFirewallConfigAction);
|
|
803
805
|
|
|
804
806
|
/** @internal */
|
|
805
|
-
export const
|
|
806
|
-
|
|
807
|
+
export const PutFirewallConfigAction$outboundSchema: z.ZodNativeEnum<
|
|
808
|
+
typeof PutFirewallConfigAction
|
|
809
|
+
> = PutFirewallConfigAction$inboundSchema;
|
|
807
810
|
|
|
808
811
|
/**
|
|
809
812
|
* @internal
|
|
810
813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
811
814
|
*/
|
|
812
|
-
export namespace
|
|
813
|
-
/** @deprecated use `
|
|
814
|
-
export const inboundSchema =
|
|
815
|
-
/** @deprecated use `
|
|
816
|
-
export const outboundSchema =
|
|
815
|
+
export namespace PutFirewallConfigAction$ {
|
|
816
|
+
/** @deprecated use `PutFirewallConfigAction$inboundSchema` instead. */
|
|
817
|
+
export const inboundSchema = PutFirewallConfigAction$inboundSchema;
|
|
818
|
+
/** @deprecated use `PutFirewallConfigAction$outboundSchema` instead. */
|
|
819
|
+
export const outboundSchema = PutFirewallConfigAction$outboundSchema;
|
|
817
820
|
}
|
|
818
821
|
|
|
819
822
|
/** @internal */
|
|
820
823
|
export const Sd$inboundSchema: z.ZodType<Sd, z.ZodTypeDef, unknown> = z.object({
|
|
821
824
|
active: z.boolean(),
|
|
822
|
-
action:
|
|
825
|
+
action: PutFirewallConfigAction$inboundSchema,
|
|
823
826
|
});
|
|
824
827
|
|
|
825
828
|
/** @internal */
|
|
@@ -832,7 +835,7 @@ export type Sd$Outbound = {
|
|
|
832
835
|
export const Sd$outboundSchema: z.ZodType<Sd$Outbound, z.ZodTypeDef, Sd> = z
|
|
833
836
|
.object({
|
|
834
837
|
active: z.boolean(),
|
|
835
|
-
action:
|
|
838
|
+
action: PutFirewallConfigAction$outboundSchema,
|
|
836
839
|
});
|
|
837
840
|
|
|
838
841
|
/**
|
|
@@ -863,30 +866,30 @@ export function sdFromJSON(
|
|
|
863
866
|
}
|
|
864
867
|
|
|
865
868
|
/** @internal */
|
|
866
|
-
export const
|
|
867
|
-
typeof
|
|
868
|
-
> = z.nativeEnum(
|
|
869
|
+
export const PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
|
|
870
|
+
typeof PutFirewallConfigSecurityAction
|
|
871
|
+
> = z.nativeEnum(PutFirewallConfigSecurityAction);
|
|
869
872
|
|
|
870
873
|
/** @internal */
|
|
871
|
-
export const
|
|
872
|
-
typeof
|
|
873
|
-
> =
|
|
874
|
+
export const PutFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<
|
|
875
|
+
typeof PutFirewallConfigSecurityAction
|
|
876
|
+
> = PutFirewallConfigSecurityAction$inboundSchema;
|
|
874
877
|
|
|
875
878
|
/**
|
|
876
879
|
* @internal
|
|
877
880
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
878
881
|
*/
|
|
879
|
-
export namespace
|
|
880
|
-
/** @deprecated use `
|
|
881
|
-
export const inboundSchema =
|
|
882
|
-
/** @deprecated use `
|
|
883
|
-
export const outboundSchema =
|
|
882
|
+
export namespace PutFirewallConfigSecurityAction$ {
|
|
883
|
+
/** @deprecated use `PutFirewallConfigSecurityAction$inboundSchema` instead. */
|
|
884
|
+
export const inboundSchema = PutFirewallConfigSecurityAction$inboundSchema;
|
|
885
|
+
/** @deprecated use `PutFirewallConfigSecurityAction$outboundSchema` instead. */
|
|
886
|
+
export const outboundSchema = PutFirewallConfigSecurityAction$outboundSchema;
|
|
884
887
|
}
|
|
885
888
|
|
|
886
889
|
/** @internal */
|
|
887
890
|
export const Ma$inboundSchema: z.ZodType<Ma, z.ZodTypeDef, unknown> = z.object({
|
|
888
891
|
active: z.boolean(),
|
|
889
|
-
action:
|
|
892
|
+
action: PutFirewallConfigSecurityAction$inboundSchema,
|
|
890
893
|
});
|
|
891
894
|
|
|
892
895
|
/** @internal */
|
|
@@ -899,7 +902,7 @@ export type Ma$Outbound = {
|
|
|
899
902
|
export const Ma$outboundSchema: z.ZodType<Ma$Outbound, z.ZodTypeDef, Ma> = z
|
|
900
903
|
.object({
|
|
901
904
|
active: z.boolean(),
|
|
902
|
-
action:
|
|
905
|
+
action: PutFirewallConfigSecurityAction$outboundSchema,
|
|
903
906
|
});
|
|
904
907
|
|
|
905
908
|
/**
|
|
@@ -930,31 +933,34 @@ export function maFromJSON(
|
|
|
930
933
|
}
|
|
931
934
|
|
|
932
935
|
/** @internal */
|
|
933
|
-
export const
|
|
934
|
-
typeof
|
|
935
|
-
|
|
936
|
+
export const PutFirewallConfigSecurityRequestAction$inboundSchema:
|
|
937
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> = z.nativeEnum(
|
|
938
|
+
PutFirewallConfigSecurityRequestAction,
|
|
939
|
+
);
|
|
936
940
|
|
|
937
941
|
/** @internal */
|
|
938
|
-
export const
|
|
939
|
-
typeof
|
|
940
|
-
|
|
942
|
+
export const PutFirewallConfigSecurityRequestAction$outboundSchema:
|
|
943
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> =
|
|
944
|
+
PutFirewallConfigSecurityRequestAction$inboundSchema;
|
|
941
945
|
|
|
942
946
|
/**
|
|
943
947
|
* @internal
|
|
944
948
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
945
949
|
*/
|
|
946
|
-
export namespace
|
|
947
|
-
/** @deprecated use `
|
|
948
|
-
export const inboundSchema =
|
|
949
|
-
|
|
950
|
-
|
|
950
|
+
export namespace PutFirewallConfigSecurityRequestAction$ {
|
|
951
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestAction$inboundSchema` instead. */
|
|
952
|
+
export const inboundSchema =
|
|
953
|
+
PutFirewallConfigSecurityRequestAction$inboundSchema;
|
|
954
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestAction$outboundSchema` instead. */
|
|
955
|
+
export const outboundSchema =
|
|
956
|
+
PutFirewallConfigSecurityRequestAction$outboundSchema;
|
|
951
957
|
}
|
|
952
958
|
|
|
953
959
|
/** @internal */
|
|
954
960
|
export const Lfi$inboundSchema: z.ZodType<Lfi, z.ZodTypeDef, unknown> = z
|
|
955
961
|
.object({
|
|
956
962
|
active: z.boolean(),
|
|
957
|
-
action:
|
|
963
|
+
action: PutFirewallConfigSecurityRequestAction$inboundSchema,
|
|
958
964
|
});
|
|
959
965
|
|
|
960
966
|
/** @internal */
|
|
@@ -967,7 +973,7 @@ export type Lfi$Outbound = {
|
|
|
967
973
|
export const Lfi$outboundSchema: z.ZodType<Lfi$Outbound, z.ZodTypeDef, Lfi> = z
|
|
968
974
|
.object({
|
|
969
975
|
active: z.boolean(),
|
|
970
|
-
action:
|
|
976
|
+
action: PutFirewallConfigSecurityRequestAction$outboundSchema,
|
|
971
977
|
});
|
|
972
978
|
|
|
973
979
|
/**
|
|
@@ -998,34 +1004,33 @@ export function lfiFromJSON(
|
|
|
998
1004
|
}
|
|
999
1005
|
|
|
1000
1006
|
/** @internal */
|
|
1001
|
-
export const
|
|
1002
|
-
z.ZodNativeEnum<typeof
|
|
1003
|
-
|
|
1004
|
-
);
|
|
1007
|
+
export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema:
|
|
1008
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> = z
|
|
1009
|
+
.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
|
|
1005
1010
|
|
|
1006
1011
|
/** @internal */
|
|
1007
|
-
export const
|
|
1008
|
-
z.ZodNativeEnum<typeof
|
|
1009
|
-
|
|
1012
|
+
export const PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema:
|
|
1013
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> =
|
|
1014
|
+
PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
|
|
1010
1015
|
|
|
1011
1016
|
/**
|
|
1012
1017
|
* @internal
|
|
1013
1018
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1014
1019
|
*/
|
|
1015
|
-
export namespace
|
|
1016
|
-
/** @deprecated use `
|
|
1020
|
+
export namespace PutFirewallConfigSecurityRequestRequestBodyAction$ {
|
|
1021
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
|
|
1017
1022
|
export const inboundSchema =
|
|
1018
|
-
|
|
1019
|
-
/** @deprecated use `
|
|
1023
|
+
PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
|
|
1024
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
|
|
1020
1025
|
export const outboundSchema =
|
|
1021
|
-
|
|
1026
|
+
PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema;
|
|
1022
1027
|
}
|
|
1023
1028
|
|
|
1024
1029
|
/** @internal */
|
|
1025
1030
|
export const Rfi$inboundSchema: z.ZodType<Rfi, z.ZodTypeDef, unknown> = z
|
|
1026
1031
|
.object({
|
|
1027
1032
|
active: z.boolean(),
|
|
1028
|
-
action:
|
|
1033
|
+
action: PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema,
|
|
1029
1034
|
});
|
|
1030
1035
|
|
|
1031
1036
|
/** @internal */
|
|
@@ -1038,7 +1043,7 @@ export type Rfi$Outbound = {
|
|
|
1038
1043
|
export const Rfi$outboundSchema: z.ZodType<Rfi$Outbound, z.ZodTypeDef, Rfi> = z
|
|
1039
1044
|
.object({
|
|
1040
1045
|
active: z.boolean(),
|
|
1041
|
-
action:
|
|
1046
|
+
action: PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema,
|
|
1042
1047
|
});
|
|
1043
1048
|
|
|
1044
1049
|
/**
|
|
@@ -1069,33 +1074,33 @@ export function rfiFromJSON(
|
|
|
1069
1074
|
}
|
|
1070
1075
|
|
|
1071
1076
|
/** @internal */
|
|
1072
|
-
export const
|
|
1073
|
-
z.ZodNativeEnum<typeof
|
|
1074
|
-
.nativeEnum(
|
|
1077
|
+
export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema:
|
|
1078
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
|
|
1079
|
+
z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
|
|
1075
1080
|
|
|
1076
1081
|
/** @internal */
|
|
1077
|
-
export const
|
|
1078
|
-
z.ZodNativeEnum<typeof
|
|
1079
|
-
|
|
1082
|
+
export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema:
|
|
1083
|
+
z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
|
|
1084
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
|
|
1080
1085
|
|
|
1081
1086
|
/**
|
|
1082
1087
|
* @internal
|
|
1083
1088
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1084
1089
|
*/
|
|
1085
|
-
export namespace
|
|
1086
|
-
/** @deprecated use `
|
|
1090
|
+
export namespace PutFirewallConfigSecurityRequestRequestBodyCrsAction$ {
|
|
1091
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
|
|
1087
1092
|
export const inboundSchema =
|
|
1088
|
-
|
|
1089
|
-
/** @deprecated use `
|
|
1093
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
|
|
1094
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
|
|
1090
1095
|
export const outboundSchema =
|
|
1091
|
-
|
|
1096
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema;
|
|
1092
1097
|
}
|
|
1093
1098
|
|
|
1094
1099
|
/** @internal */
|
|
1095
1100
|
export const Rce$inboundSchema: z.ZodType<Rce, z.ZodTypeDef, unknown> = z
|
|
1096
1101
|
.object({
|
|
1097
1102
|
active: z.boolean(),
|
|
1098
|
-
action:
|
|
1103
|
+
action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema,
|
|
1099
1104
|
});
|
|
1100
1105
|
|
|
1101
1106
|
/** @internal */
|
|
@@ -1108,7 +1113,7 @@ export type Rce$Outbound = {
|
|
|
1108
1113
|
export const Rce$outboundSchema: z.ZodType<Rce$Outbound, z.ZodTypeDef, Rce> = z
|
|
1109
1114
|
.object({
|
|
1110
1115
|
active: z.boolean(),
|
|
1111
|
-
action:
|
|
1116
|
+
action: PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema,
|
|
1112
1117
|
});
|
|
1113
1118
|
|
|
1114
1119
|
/**
|
|
@@ -1139,33 +1144,36 @@ export function rceFromJSON(
|
|
|
1139
1144
|
}
|
|
1140
1145
|
|
|
1141
1146
|
/** @internal */
|
|
1142
|
-
export const
|
|
1143
|
-
z.ZodNativeEnum<
|
|
1144
|
-
|
|
1147
|
+
export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema:
|
|
1148
|
+
z.ZodNativeEnum<
|
|
1149
|
+
typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction
|
|
1150
|
+
> = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction);
|
|
1145
1151
|
|
|
1146
1152
|
/** @internal */
|
|
1147
|
-
export const
|
|
1148
|
-
z.ZodNativeEnum<
|
|
1149
|
-
|
|
1153
|
+
export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema:
|
|
1154
|
+
z.ZodNativeEnum<
|
|
1155
|
+
typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction
|
|
1156
|
+
> = PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
|
|
1150
1157
|
|
|
1151
1158
|
/**
|
|
1152
1159
|
* @internal
|
|
1153
1160
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
1161
|
*/
|
|
1155
|
-
export namespace
|
|
1156
|
-
/** @deprecated use `
|
|
1162
|
+
export namespace PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ {
|
|
1163
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema` instead. */
|
|
1157
1164
|
export const inboundSchema =
|
|
1158
|
-
|
|
1159
|
-
/** @deprecated use `
|
|
1165
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
|
|
1166
|
+
/** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema` instead. */
|
|
1160
1167
|
export const outboundSchema =
|
|
1161
|
-
|
|
1168
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema;
|
|
1162
1169
|
}
|
|
1163
1170
|
|
|
1164
1171
|
/** @internal */
|
|
1165
1172
|
export const Php$inboundSchema: z.ZodType<Php, z.ZodTypeDef, unknown> = z
|
|
1166
1173
|
.object({
|
|
1167
1174
|
active: z.boolean(),
|
|
1168
|
-
action:
|
|
1175
|
+
action:
|
|
1176
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema,
|
|
1169
1177
|
});
|
|
1170
1178
|
|
|
1171
1179
|
/** @internal */
|
|
@@ -1178,7 +1186,8 @@ export type Php$Outbound = {
|
|
|
1178
1186
|
export const Php$outboundSchema: z.ZodType<Php$Outbound, z.ZodTypeDef, Php> = z
|
|
1179
1187
|
.object({
|
|
1180
1188
|
active: z.boolean(),
|
|
1181
|
-
action:
|
|
1189
|
+
action:
|
|
1190
|
+
PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema,
|
|
1182
1191
|
});
|
|
1183
1192
|
|
|
1184
1193
|
/**
|