@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.
Files changed (179) hide show
  1. package/.devcontainer/README.md +1 -1
  2. package/README.md +25 -0
  3. package/docs/sdks/authentication/README.md +69 -0
  4. package/docs/sdks/marketplace/README.md +694 -0
  5. package/docs/sdks/projects/README.md +85 -0
  6. package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
  7. package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
  8. package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
  9. package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
  10. package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
  11. package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
  12. package/esm/funcs/marketplaceCreateEvent.js +73 -0
  13. package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
  14. package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
  15. package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
  16. package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
  17. package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
  18. package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
  19. package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
  20. package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
  21. package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
  22. package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
  23. package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
  24. package/esm/funcs/marketplaceGetInvoice.js +75 -0
  25. package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
  26. package/esm/funcs/marketplaceGetMember.d.ts +15 -0
  27. package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
  28. package/esm/funcs/marketplaceGetMember.js +75 -0
  29. package/esm/funcs/marketplaceGetMember.js.map +1 -0
  30. package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
  31. package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
  32. package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
  33. package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
  34. package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
  35. package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
  36. package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
  37. package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
  38. package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
  39. package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
  40. package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
  41. package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
  42. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
  43. package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
  44. package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
  45. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
  46. package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
  47. package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
  48. package/esm/funcs/projectsGetProjectDomains.js +89 -0
  49. package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
  50. package/esm/lib/config.d.ts +2 -2
  51. package/esm/lib/config.js +2 -2
  52. package/esm/models/components/authuser.d.ts +6 -3
  53. package/esm/models/components/authuser.d.ts.map +1 -1
  54. package/esm/models/components/authuser.js +2 -1
  55. package/esm/models/components/authuser.js.map +1 -1
  56. package/esm/models/components/security.d.ts +2 -2
  57. package/esm/models/components/security.d.ts.map +1 -1
  58. package/esm/models/components/security.js +2 -2
  59. package/esm/models/components/security.js.map +1 -1
  60. package/esm/models/operations/createevent.d.ts +187 -0
  61. package/esm/models/operations/createevent.d.ts.map +1 -0
  62. package/esm/models/operations/createevent.js +195 -0
  63. package/esm/models/operations/createevent.js.map +1 -0
  64. package/esm/models/operations/createproject.d.ts +4 -0
  65. package/esm/models/operations/createproject.d.ts.map +1 -1
  66. package/esm/models/operations/createproject.js +4 -0
  67. package/esm/models/operations/createproject.js.map +1 -1
  68. package/esm/models/operations/createteam.d.ts +15 -15
  69. package/esm/models/operations/createteam.d.ts.map +1 -1
  70. package/esm/models/operations/createteam.js +15 -15
  71. package/esm/models/operations/createteam.js.map +1 -1
  72. package/esm/models/operations/deletedeployment.d.ts +8 -8
  73. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  74. package/esm/models/operations/deletedeployment.js +12 -12
  75. package/esm/models/operations/deletedeployment.js.map +1 -1
  76. package/esm/models/operations/exchangessotoken.d.ts +81 -0
  77. package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
  78. package/esm/models/operations/exchangessotoken.js +93 -0
  79. package/esm/models/operations/exchangessotoken.js.map +1 -0
  80. package/esm/models/operations/getaccountinfo.d.ts +85 -0
  81. package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
  82. package/esm/models/operations/getaccountinfo.js +87 -0
  83. package/esm/models/operations/getaccountinfo.js.map +1 -0
  84. package/esm/models/operations/getinvoice.d.ts +232 -0
  85. package/esm/models/operations/getinvoice.d.ts.map +1 -0
  86. package/esm/models/operations/getinvoice.js +219 -0
  87. package/esm/models/operations/getinvoice.js.map +1 -0
  88. package/esm/models/operations/getmember.d.ts +84 -0
  89. package/esm/models/operations/getmember.d.ts.map +1 -0
  90. package/esm/models/operations/getmember.js +79 -0
  91. package/esm/models/operations/getmember.js.map +1 -0
  92. package/esm/models/operations/getprojectdomains.d.ts +367 -0
  93. package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
  94. package/esm/models/operations/getprojectdomains.js +272 -0
  95. package/esm/models/operations/getprojectdomains.js.map +1 -0
  96. package/esm/models/operations/getprojects.d.ts +4 -0
  97. package/esm/models/operations/getprojects.d.ts.map +1 -1
  98. package/esm/models/operations/getprojects.js +4 -0
  99. package/esm/models/operations/getprojects.js.map +1 -1
  100. package/esm/models/operations/putfirewallconfig.d.ts +44 -44
  101. package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
  102. package/esm/models/operations/putfirewallconfig.js +71 -72
  103. package/esm/models/operations/putfirewallconfig.js.map +1 -1
  104. package/esm/models/operations/submitbillingdata.d.ts +448 -0
  105. package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
  106. package/esm/models/operations/submitbillingdata.js +355 -0
  107. package/esm/models/operations/submitbillingdata.js.map +1 -0
  108. package/esm/models/operations/submitinvoice.d.ts +299 -0
  109. package/esm/models/operations/submitinvoice.d.ts.map +1 -0
  110. package/esm/models/operations/submitinvoice.js +269 -0
  111. package/esm/models/operations/submitinvoice.js.map +1 -0
  112. package/esm/models/operations/updateinvoice.d.ts +91 -0
  113. package/esm/models/operations/updateinvoice.d.ts.map +1 -0
  114. package/esm/models/operations/updateinvoice.js +92 -0
  115. package/esm/models/operations/updateinvoice.js.map +1 -0
  116. package/esm/models/operations/updateproject.d.ts +4 -0
  117. package/esm/models/operations/updateproject.d.ts.map +1 -1
  118. package/esm/models/operations/updateproject.js +4 -0
  119. package/esm/models/operations/updateproject.js.map +1 -1
  120. package/esm/models/operations/updateprojectdatacache.d.ts +4 -0
  121. package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
  122. package/esm/models/operations/updateprojectdatacache.js +4 -0
  123. package/esm/models/operations/updateprojectdatacache.js.map +1 -1
  124. package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
  125. package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
  126. package/esm/models/operations/updateresourcesecrets.js +100 -0
  127. package/esm/models/operations/updateresourcesecrets.js.map +1 -0
  128. package/esm/sdk/authentication.d.ts +8 -0
  129. package/esm/sdk/authentication.d.ts.map +1 -1
  130. package/esm/sdk/authentication.js +10 -0
  131. package/esm/sdk/authentication.js.map +1 -1
  132. package/esm/sdk/marketplace.d.ts +76 -0
  133. package/esm/sdk/marketplace.d.ts.map +1 -0
  134. package/esm/sdk/marketplace.js +98 -0
  135. package/esm/sdk/marketplace.js.map +1 -0
  136. package/esm/sdk/projects.d.ts +8 -0
  137. package/esm/sdk/projects.d.ts.map +1 -1
  138. package/esm/sdk/projects.js +10 -0
  139. package/esm/sdk/projects.js.map +1 -1
  140. package/esm/sdk/sdk.d.ts +5 -2
  141. package/esm/sdk/sdk.d.ts.map +1 -1
  142. package/esm/sdk/sdk.js +9 -4
  143. package/esm/sdk/sdk.js.map +1 -1
  144. package/package.json +2 -2
  145. package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
  146. package/src/funcs/marketplaceCreateEvent.ts +137 -0
  147. package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
  148. package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
  149. package/src/funcs/marketplaceGetInvoice.ts +141 -0
  150. package/src/funcs/marketplaceGetMember.ts +141 -0
  151. package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
  152. package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
  153. package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
  154. package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
  155. package/src/funcs/projectsGetProjectDomains.ts +150 -0
  156. package/src/lib/config.ts +2 -2
  157. package/src/models/components/authuser.ts +2 -1
  158. package/src/models/components/security.ts +4 -4
  159. package/src/models/operations/createevent.ts +373 -0
  160. package/src/models/operations/createproject.ts +8 -0
  161. package/src/models/operations/createteam.ts +31 -24
  162. package/src/models/operations/deletedeployment.ts +16 -15
  163. package/src/models/operations/exchangessotoken.ts +192 -0
  164. package/src/models/operations/getaccountinfo.ts +187 -0
  165. package/src/models/operations/getinvoice.ts +454 -0
  166. package/src/models/operations/getmember.ts +160 -0
  167. package/src/models/operations/getprojectdomains.ts +571 -0
  168. package/src/models/operations/getprojects.ts +8 -0
  169. package/src/models/operations/putfirewallconfig.ts +102 -93
  170. package/src/models/operations/submitbillingdata.ts +813 -0
  171. package/src/models/operations/submitinvoice.ts +593 -0
  172. package/src/models/operations/updateinvoice.ts +180 -0
  173. package/src/models/operations/updateproject.ts +8 -0
  174. package/src/models/operations/updateprojectdatacache.ts +8 -0
  175. package/src/models/operations/updateresourcesecrets.ts +206 -0
  176. package/src/sdk/authentication.ts +22 -0
  177. package/src/sdk/marketplace.ts +194 -0
  178. package/src/sdk/projects.ts +22 -0
  179. 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 Ma = {
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 Lfi = {
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 Rfi = {
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 Rce = {
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 Php = {
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 Action$inboundSchema: z.ZodNativeEnum<typeof Action> = z
802
- .nativeEnum(Action);
802
+ export const PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<
803
+ typeof PutFirewallConfigAction
804
+ > = z.nativeEnum(PutFirewallConfigAction);
803
805
 
804
806
  /** @internal */
805
- export const Action$outboundSchema: z.ZodNativeEnum<typeof Action> =
806
- Action$inboundSchema;
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 Action$ {
813
- /** @deprecated use `Action$inboundSchema` instead. */
814
- export const inboundSchema = Action$inboundSchema;
815
- /** @deprecated use `Action$outboundSchema` instead. */
816
- export const outboundSchema = Action$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: Action$inboundSchema,
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: Action$outboundSchema,
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 PutFirewallConfigAction$inboundSchema: z.ZodNativeEnum<
867
- typeof PutFirewallConfigAction
868
- > = z.nativeEnum(PutFirewallConfigAction);
869
+ export const PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
870
+ typeof PutFirewallConfigSecurityAction
871
+ > = z.nativeEnum(PutFirewallConfigSecurityAction);
869
872
 
870
873
  /** @internal */
871
- export const PutFirewallConfigAction$outboundSchema: z.ZodNativeEnum<
872
- typeof PutFirewallConfigAction
873
- > = PutFirewallConfigAction$inboundSchema;
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 PutFirewallConfigAction$ {
880
- /** @deprecated use `PutFirewallConfigAction$inboundSchema` instead. */
881
- export const inboundSchema = PutFirewallConfigAction$inboundSchema;
882
- /** @deprecated use `PutFirewallConfigAction$outboundSchema` instead. */
883
- export const outboundSchema = PutFirewallConfigAction$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: PutFirewallConfigAction$inboundSchema,
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: PutFirewallConfigAction$outboundSchema,
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 PutFirewallConfigSecurityAction$inboundSchema: z.ZodNativeEnum<
934
- typeof PutFirewallConfigSecurityAction
935
- > = z.nativeEnum(PutFirewallConfigSecurityAction);
936
+ export const PutFirewallConfigSecurityRequestAction$inboundSchema:
937
+ z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> = z.nativeEnum(
938
+ PutFirewallConfigSecurityRequestAction,
939
+ );
936
940
 
937
941
  /** @internal */
938
- export const PutFirewallConfigSecurityAction$outboundSchema: z.ZodNativeEnum<
939
- typeof PutFirewallConfigSecurityAction
940
- > = PutFirewallConfigSecurityAction$inboundSchema;
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 PutFirewallConfigSecurityAction$ {
947
- /** @deprecated use `PutFirewallConfigSecurityAction$inboundSchema` instead. */
948
- export const inboundSchema = PutFirewallConfigSecurityAction$inboundSchema;
949
- /** @deprecated use `PutFirewallConfigSecurityAction$outboundSchema` instead. */
950
- export const outboundSchema = PutFirewallConfigSecurityAction$outboundSchema;
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: PutFirewallConfigSecurityAction$inboundSchema,
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: PutFirewallConfigSecurityAction$outboundSchema,
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 PutFirewallConfigSecurityRequestAction$inboundSchema:
1002
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> = z.nativeEnum(
1003
- PutFirewallConfigSecurityRequestAction,
1004
- );
1007
+ export const PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema:
1008
+ z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> = z
1009
+ .nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
1005
1010
 
1006
1011
  /** @internal */
1007
- export const PutFirewallConfigSecurityRequestAction$outboundSchema:
1008
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestAction> =
1009
- PutFirewallConfigSecurityRequestAction$inboundSchema;
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 PutFirewallConfigSecurityRequestAction$ {
1016
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$inboundSchema` instead. */
1020
+ export namespace PutFirewallConfigSecurityRequestRequestBodyAction$ {
1021
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
1017
1022
  export const inboundSchema =
1018
- PutFirewallConfigSecurityRequestAction$inboundSchema;
1019
- /** @deprecated use `PutFirewallConfigSecurityRequestAction$outboundSchema` instead. */
1023
+ PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
1024
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
1020
1025
  export const outboundSchema =
1021
- PutFirewallConfigSecurityRequestAction$outboundSchema;
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: PutFirewallConfigSecurityRequestAction$inboundSchema,
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: PutFirewallConfigSecurityRequestAction$outboundSchema,
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 PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema:
1073
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> = z
1074
- .nativeEnum(PutFirewallConfigSecurityRequestRequestBodyAction);
1077
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema:
1078
+ z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
1079
+ z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
1075
1080
 
1076
1081
  /** @internal */
1077
- export const PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema:
1078
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyAction> =
1079
- PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
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 PutFirewallConfigSecurityRequestRequestBodyAction$ {
1086
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema` instead. */
1090
+ export namespace PutFirewallConfigSecurityRequestRequestBodyCrsAction$ {
1091
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
1087
1092
  export const inboundSchema =
1088
- PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema;
1089
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema` instead. */
1093
+ PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
1094
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
1090
1095
  export const outboundSchema =
1091
- PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema;
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: PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema,
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: PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema,
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 PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema:
1143
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
1144
- z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsAction);
1147
+ export const PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema:
1148
+ z.ZodNativeEnum<
1149
+ typeof PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction
1150
+ > = z.nativeEnum(PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction);
1145
1151
 
1146
1152
  /** @internal */
1147
- export const PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema:
1148
- z.ZodNativeEnum<typeof PutFirewallConfigSecurityRequestRequestBodyCrsAction> =
1149
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
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 PutFirewallConfigSecurityRequestRequestBodyCrsAction$ {
1156
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema` instead. */
1162
+ export namespace PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$ {
1163
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema` instead. */
1157
1164
  export const inboundSchema =
1158
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema;
1159
- /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema` instead. */
1165
+ PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema;
1166
+ /** @deprecated use `PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema` instead. */
1160
1167
  export const outboundSchema =
1161
- PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema;
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: PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema,
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: PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema,
1189
+ action:
1190
+ PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema,
1182
1191
  });
1183
1192
 
1184
1193
  /**