@vercel/sdk 1.10.1 → 1.10.3

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 (81) hide show
  1. package/bin/mcp-server.js +436 -1558
  2. package/bin/mcp-server.js.map +19 -19
  3. package/esm/__tests__/teams.test.js +2 -4
  4. package/esm/__tests__/teams.test.js.map +1 -1
  5. package/esm/funcs/domainsBuyDomain.js +2 -2
  6. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  7. package/esm/funcs/domainsGetDomainConfig.js +1 -0
  8. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  9. package/esm/funcs/domainsPatchDomain.js +2 -2
  10. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  11. package/esm/lib/config.d.ts +3 -3
  12. package/esm/lib/config.js +3 -3
  13. package/esm/mcp-server/mcp-server.js +1 -1
  14. package/esm/mcp-server/server.js +1 -1
  15. package/esm/models/canceldeploymentop.d.ts +49 -49
  16. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  17. package/esm/models/canceldeploymentop.js +53 -55
  18. package/esm/models/canceldeploymentop.js.map +1 -1
  19. package/esm/models/createdeploymentop.d.ts +174 -174
  20. package/esm/models/createdeploymentop.d.ts.map +1 -1
  21. package/esm/models/createdeploymentop.js +166 -165
  22. package/esm/models/createdeploymentop.js.map +1 -1
  23. package/esm/models/createprojectop.d.ts +33 -585
  24. package/esm/models/createprojectop.d.ts.map +1 -1
  25. package/esm/models/createprojectop.js +31 -530
  26. package/esm/models/createprojectop.js.map +1 -1
  27. package/esm/models/getdeploymentop.d.ts +90 -90
  28. package/esm/models/getdeploymentop.d.ts.map +1 -1
  29. package/esm/models/getdeploymentop.js +101 -102
  30. package/esm/models/getdeploymentop.js.map +1 -1
  31. package/esm/models/getdomainconfigop.d.ts +63 -0
  32. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  33. package/esm/models/getdomainconfigop.js +52 -0
  34. package/esm/models/getdomainconfigop.js.map +1 -1
  35. package/esm/models/getprojectsop.d.ts +33 -585
  36. package/esm/models/getprojectsop.d.ts.map +1 -1
  37. package/esm/models/getprojectsop.js +31 -530
  38. package/esm/models/getprojectsop.js.map +1 -1
  39. package/esm/models/team.d.ts +13 -12
  40. package/esm/models/team.d.ts.map +1 -1
  41. package/esm/models/team.js +6 -7
  42. package/esm/models/team.js.map +1 -1
  43. package/esm/models/teamlimited.d.ts +0 -2
  44. package/esm/models/teamlimited.d.ts.map +1 -1
  45. package/esm/models/teamlimited.js +0 -2
  46. package/esm/models/teamlimited.js.map +1 -1
  47. package/esm/models/updateprojectdatacacheop.d.ts +41 -593
  48. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.js +43 -561
  50. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  51. package/esm/models/updateprojectop.d.ts +33 -585
  52. package/esm/models/updateprojectop.d.ts.map +1 -1
  53. package/esm/models/updateprojectop.js +31 -530
  54. package/esm/models/updateprojectop.js.map +1 -1
  55. package/esm/models/userevent.d.ts +154 -124
  56. package/esm/models/userevent.d.ts.map +1 -1
  57. package/esm/models/userevent.js +166 -135
  58. package/esm/models/userevent.js.map +1 -1
  59. package/examples/package-lock.json +1 -1
  60. package/examples/projectsUpdateProject.example.ts +1 -1
  61. package/jsr.json +1 -1
  62. package/package.json +1 -1
  63. package/src/__tests__/teams.test.ts +2 -4
  64. package/src/funcs/domainsBuyDomain.ts +2 -2
  65. package/src/funcs/domainsGetDomainConfig.ts +1 -0
  66. package/src/funcs/domainsPatchDomain.ts +2 -2
  67. package/src/lib/config.ts +3 -3
  68. package/src/mcp-server/mcp-server.ts +1 -1
  69. package/src/mcp-server/server.ts +1 -1
  70. package/src/models/canceldeploymentop.ts +78 -104
  71. package/src/models/createdeploymentop.ts +347 -350
  72. package/src/models/createprojectop.ts +197 -1221
  73. package/src/models/getdeploymentop.ts +214 -216
  74. package/src/models/getdomainconfigop.ts +129 -0
  75. package/src/models/getprojectsop.ts +202 -1207
  76. package/src/models/team.ts +13 -16
  77. package/src/models/teamlimited.ts +0 -4
  78. package/src/models/updateprojectdatacacheop.ts +171 -1168
  79. package/src/models/updateprojectop.ts +197 -1221
  80. package/src/models/userevent.ts +309 -236
  81. package/vercel-spec.json +141 -1530
@@ -1525,6 +1525,7 @@ export type UpdateProjectPermissions = {
1525
1525
  observabilityFunnel?: Array<ACLAction> | undefined;
1526
1526
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
1527
1527
  vercelAppInstallation?: Array<ACLAction> | undefined;
1528
+ vercelAppInstallationRequest?: Array<ACLAction> | undefined;
1528
1529
  paymentMethod?: Array<ACLAction> | undefined;
1529
1530
  permissions?: Array<ACLAction> | undefined;
1530
1531
  postgres?: Array<ACLAction> | undefined;
@@ -1698,157 +1699,35 @@ export type UpdateProjectWebAnalytics = {
1698
1699
  enabledAt?: number | undefined;
1699
1700
  hasData?: boolean | undefined;
1700
1701
  };
1701
- export type UpdateProjectSrc2 = {
1702
- re?: string | undefined;
1703
- eq?: string | undefined;
1704
- neq?: string | undefined;
1705
- inc?: Array<string> | undefined;
1706
- ninc?: Array<string> | undefined;
1707
- pre?: string | undefined;
1708
- suf?: string | undefined;
1709
- gt?: number | undefined;
1710
- gte?: number | undefined;
1711
- lt?: number | undefined;
1712
- lte?: number | undefined;
1713
- };
1714
- export type UpdateProjectSrc = UpdateProjectSrc2 | string;
1715
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType: {
1716
- readonly Path: "path";
1717
- readonly Host: "host";
1718
- readonly Method: "method";
1719
- readonly Header: "header";
1720
- readonly Cookie: "cookie";
1721
- readonly Query: "query";
1722
- readonly IpAddress: "ip_address";
1723
- readonly Protocol: "protocol";
1724
- readonly Scheme: "scheme";
1725
- readonly Environment: "environment";
1726
- readonly Region: "region";
1727
- readonly InitialRequestPath: "initial_request_path";
1728
- };
1729
- export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
1730
- export type UpdateProjectValue2 = {
1731
- re?: string | undefined;
1732
- eq?: string | undefined;
1733
- neq?: string | undefined;
1734
- inc?: Array<string> | undefined;
1735
- ninc?: Array<string> | undefined;
1736
- pre?: string | undefined;
1737
- suf?: string | undefined;
1738
- gt?: number | undefined;
1739
- gte?: number | undefined;
1740
- lt?: number | undefined;
1741
- lte?: number | undefined;
1742
- };
1743
- export type UpdateProjectValue = UpdateProjectValue2 | string;
1744
- export type UpdateProjectHas = {
1745
- type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType;
1746
- key?: string | undefined;
1747
- value?: UpdateProjectValue2 | string | undefined;
1748
- };
1749
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType: {
1750
- readonly Path: "path";
1751
- readonly Host: "host";
1752
- readonly Method: "method";
1753
- readonly Header: "header";
1754
- readonly Cookie: "cookie";
1755
- readonly Query: "query";
1756
- readonly IpAddress: "ip_address";
1757
- readonly Protocol: "protocol";
1758
- readonly Scheme: "scheme";
1759
- readonly Environment: "environment";
1760
- readonly Region: "region";
1761
- readonly InitialRequestPath: "initial_request_path";
1762
- };
1763
- export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType = ClosedEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
1764
- export type UpdateProjectValueProjects2 = {
1765
- re?: string | undefined;
1766
- eq?: string | undefined;
1767
- neq?: string | undefined;
1768
- inc?: Array<string> | undefined;
1769
- ninc?: Array<string> | undefined;
1770
- pre?: string | undefined;
1771
- suf?: string | undefined;
1772
- gt?: number | undefined;
1773
- gte?: number | undefined;
1774
- lt?: number | undefined;
1775
- lte?: number | undefined;
1776
- };
1777
- export type UpdateProjectProjectsValue = UpdateProjectValueProjects2 | string;
1778
- export type UpdateProjectMissing = {
1779
- type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType;
1780
- key?: string | undefined;
1781
- value?: UpdateProjectValueProjects2 | string | undefined;
1782
- };
1783
- export declare const UpdateProjectHandle: {
1784
- readonly Init: "init";
1785
- readonly Finalize: "finalize";
1786
- };
1787
- export type UpdateProjectHandle = ClosedEnum<typeof UpdateProjectHandle>;
1788
1702
  export declare const UpdateProjectAction: {
1789
- readonly Deny: "deny";
1790
- readonly Challenge: "challenge";
1791
1703
  readonly Log: "log";
1792
- readonly Bypass: "bypass";
1793
- readonly RateLimit: "rate_limit";
1794
- readonly Redirect: "redirect";
1704
+ readonly Challenge: "challenge";
1705
+ readonly Deny: "deny";
1795
1706
  };
1796
1707
  export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
1797
- export declare const UpdateProjectAlgo: {
1798
- readonly FixedWindow: "fixed_window";
1799
- readonly TokenBucket: "token_bucket";
1800
- };
1801
- export type UpdateProjectAlgo = ClosedEnum<typeof UpdateProjectAlgo>;
1802
- export type UpdateProjectErl = {
1803
- algo: UpdateProjectAlgo;
1804
- window: number;
1805
- limit: number;
1806
- keys: Array<string>;
1807
- };
1808
- export type UpdateProjectMitigate = {
1809
- action: UpdateProjectAction;
1810
- ruleId: string;
1811
- ttl?: number | undefined;
1812
- erl?: UpdateProjectErl | undefined;
1813
- };
1814
- export type UpdateProjectFirewallRoutes = {
1815
- src?: UpdateProjectSrc2 | string | undefined;
1816
- has?: Array<UpdateProjectHas> | undefined;
1817
- missing?: Array<UpdateProjectMissing> | undefined;
1818
- dest?: string | undefined;
1819
- status?: number | undefined;
1820
- handle?: UpdateProjectHandle | undefined;
1821
- mitigate?: UpdateProjectMitigate | undefined;
1708
+ export type UpdateProjectBotFilter = {
1709
+ active: boolean;
1710
+ action?: UpdateProjectAction | undefined;
1822
1711
  };
1823
1712
  export declare const UpdateProjectProjectsAction: {
1824
- readonly Deny: "deny";
1825
- readonly Challenge: "challenge";
1826
1713
  readonly Log: "log";
1714
+ readonly Challenge: "challenge";
1715
+ readonly Deny: "deny";
1827
1716
  };
1828
1717
  export type UpdateProjectProjectsAction = ClosedEnum<typeof UpdateProjectProjectsAction>;
1829
- export type UpdateProjectBotFilter = {
1718
+ export type UpdateProjectAiBots = {
1830
1719
  active: boolean;
1831
1720
  action?: UpdateProjectProjectsAction | undefined;
1832
1721
  };
1833
1722
  export declare const UpdateProjectProjectsResponseAction: {
1834
- readonly Deny: "deny";
1835
- readonly Challenge: "challenge";
1836
1723
  readonly Log: "log";
1837
- };
1838
- export type UpdateProjectProjectsResponseAction = ClosedEnum<typeof UpdateProjectProjectsResponseAction>;
1839
- export type UpdateProjectAiBots = {
1840
- active: boolean;
1841
- action?: UpdateProjectProjectsResponseAction | undefined;
1842
- };
1843
- export declare const UpdateProjectProjectsResponse200Action: {
1844
- readonly Deny: "deny";
1845
1724
  readonly Challenge: "challenge";
1846
- readonly Log: "log";
1725
+ readonly Deny: "deny";
1847
1726
  };
1848
- export type UpdateProjectProjectsResponse200Action = ClosedEnum<typeof UpdateProjectProjectsResponse200Action>;
1727
+ export type UpdateProjectProjectsResponseAction = ClosedEnum<typeof UpdateProjectProjectsResponseAction>;
1849
1728
  export type UpdateProjectOwasp = {
1850
1729
  active: boolean;
1851
- action?: UpdateProjectProjectsResponse200Action | undefined;
1730
+ action?: UpdateProjectProjectsResponseAction | undefined;
1852
1731
  };
1853
1732
  export type UpdateProjectManagedRules = {
1854
1733
  botFilter: UpdateProjectBotFilter;
@@ -1862,7 +1741,6 @@ export type UpdateProjectSecurity = {
1862
1741
  firewallUpdatedAt?: number | undefined;
1863
1742
  attackModeActiveUntil?: number | null | undefined;
1864
1743
  firewallConfigVersion?: number | undefined;
1865
- firewallRoutes?: Array<UpdateProjectFirewallRoutes> | undefined;
1866
1744
  firewallSeawallEnabled?: boolean | undefined;
1867
1745
  ja3Enabled?: boolean | undefined;
1868
1746
  ja4Enabled?: boolean | undefined;
@@ -5639,6 +5517,7 @@ export type UpdateProjectPermissions$Outbound = {
5639
5517
  observabilityFunnel?: Array<string> | undefined;
5640
5518
  openTelemetryEndpoint?: Array<string> | undefined;
5641
5519
  vercelAppInstallation?: Array<string> | undefined;
5520
+ vercelAppInstallationRequest?: Array<string> | undefined;
5642
5521
  paymentMethod?: Array<string> | undefined;
5643
5522
  permissions?: Array<string> | undefined;
5644
5523
  postgres?: Array<string> | undefined;
@@ -6163,310 +6042,6 @@ export declare namespace UpdateProjectWebAnalytics$ {
6163
6042
  export declare function updateProjectWebAnalyticsToJSON(updateProjectWebAnalytics: UpdateProjectWebAnalytics): string;
6164
6043
  export declare function updateProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError>;
6165
6044
  /** @internal */
6166
- export declare const UpdateProjectSrc2$inboundSchema: z.ZodType<UpdateProjectSrc2, z.ZodTypeDef, unknown>;
6167
- /** @internal */
6168
- export type UpdateProjectSrc2$Outbound = {
6169
- re?: string | undefined;
6170
- eq?: string | undefined;
6171
- neq?: string | undefined;
6172
- inc?: Array<string> | undefined;
6173
- ninc?: Array<string> | undefined;
6174
- pre?: string | undefined;
6175
- suf?: string | undefined;
6176
- gt?: number | undefined;
6177
- gte?: number | undefined;
6178
- lt?: number | undefined;
6179
- lte?: number | undefined;
6180
- };
6181
- /** @internal */
6182
- export declare const UpdateProjectSrc2$outboundSchema: z.ZodType<UpdateProjectSrc2$Outbound, z.ZodTypeDef, UpdateProjectSrc2>;
6183
- /**
6184
- * @internal
6185
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6186
- */
6187
- export declare namespace UpdateProjectSrc2$ {
6188
- /** @deprecated use `UpdateProjectSrc2$inboundSchema` instead. */
6189
- const inboundSchema: z.ZodType<UpdateProjectSrc2, z.ZodTypeDef, unknown>;
6190
- /** @deprecated use `UpdateProjectSrc2$outboundSchema` instead. */
6191
- const outboundSchema: z.ZodType<UpdateProjectSrc2$Outbound, z.ZodTypeDef, UpdateProjectSrc2>;
6192
- /** @deprecated use `UpdateProjectSrc2$Outbound` instead. */
6193
- type Outbound = UpdateProjectSrc2$Outbound;
6194
- }
6195
- export declare function updateProjectSrc2ToJSON(updateProjectSrc2: UpdateProjectSrc2): string;
6196
- export declare function updateProjectSrc2FromJSON(jsonString: string): SafeParseResult<UpdateProjectSrc2, SDKValidationError>;
6197
- /** @internal */
6198
- export declare const UpdateProjectSrc$inboundSchema: z.ZodType<UpdateProjectSrc, z.ZodTypeDef, unknown>;
6199
- /** @internal */
6200
- export type UpdateProjectSrc$Outbound = UpdateProjectSrc2$Outbound | string;
6201
- /** @internal */
6202
- export declare const UpdateProjectSrc$outboundSchema: z.ZodType<UpdateProjectSrc$Outbound, z.ZodTypeDef, UpdateProjectSrc>;
6203
- /**
6204
- * @internal
6205
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6206
- */
6207
- export declare namespace UpdateProjectSrc$ {
6208
- /** @deprecated use `UpdateProjectSrc$inboundSchema` instead. */
6209
- const inboundSchema: z.ZodType<UpdateProjectSrc, z.ZodTypeDef, unknown>;
6210
- /** @deprecated use `UpdateProjectSrc$outboundSchema` instead. */
6211
- const outboundSchema: z.ZodType<UpdateProjectSrc$Outbound, z.ZodTypeDef, UpdateProjectSrc>;
6212
- /** @deprecated use `UpdateProjectSrc$Outbound` instead. */
6213
- type Outbound = UpdateProjectSrc$Outbound;
6214
- }
6215
- export declare function updateProjectSrcToJSON(updateProjectSrc: UpdateProjectSrc): string;
6216
- export declare function updateProjectSrcFromJSON(jsonString: string): SafeParseResult<UpdateProjectSrc, SDKValidationError>;
6217
- /** @internal */
6218
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
6219
- /** @internal */
6220
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType>;
6221
- /**
6222
- * @internal
6223
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6224
- */
6225
- export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$ {
6226
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$inboundSchema` instead. */
6227
- const inboundSchema: z.ZodNativeEnum<{
6228
- readonly Path: "path";
6229
- readonly Host: "host";
6230
- readonly Method: "method";
6231
- readonly Header: "header";
6232
- readonly Cookie: "cookie";
6233
- readonly Query: "query";
6234
- readonly IpAddress: "ip_address";
6235
- readonly Protocol: "protocol";
6236
- readonly Scheme: "scheme";
6237
- readonly Environment: "environment";
6238
- readonly Region: "region";
6239
- readonly InitialRequestPath: "initial_request_path";
6240
- }>;
6241
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityType$outboundSchema` instead. */
6242
- const outboundSchema: z.ZodNativeEnum<{
6243
- readonly Path: "path";
6244
- readonly Host: "host";
6245
- readonly Method: "method";
6246
- readonly Header: "header";
6247
- readonly Cookie: "cookie";
6248
- readonly Query: "query";
6249
- readonly IpAddress: "ip_address";
6250
- readonly Protocol: "protocol";
6251
- readonly Scheme: "scheme";
6252
- readonly Environment: "environment";
6253
- readonly Region: "region";
6254
- readonly InitialRequestPath: "initial_request_path";
6255
- }>;
6256
- }
6257
- /** @internal */
6258
- export declare const UpdateProjectValue2$inboundSchema: z.ZodType<UpdateProjectValue2, z.ZodTypeDef, unknown>;
6259
- /** @internal */
6260
- export type UpdateProjectValue2$Outbound = {
6261
- re?: string | undefined;
6262
- eq?: string | undefined;
6263
- neq?: string | undefined;
6264
- inc?: Array<string> | undefined;
6265
- ninc?: Array<string> | undefined;
6266
- pre?: string | undefined;
6267
- suf?: string | undefined;
6268
- gt?: number | undefined;
6269
- gte?: number | undefined;
6270
- lt?: number | undefined;
6271
- lte?: number | undefined;
6272
- };
6273
- /** @internal */
6274
- export declare const UpdateProjectValue2$outboundSchema: z.ZodType<UpdateProjectValue2$Outbound, z.ZodTypeDef, UpdateProjectValue2>;
6275
- /**
6276
- * @internal
6277
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6278
- */
6279
- export declare namespace UpdateProjectValue2$ {
6280
- /** @deprecated use `UpdateProjectValue2$inboundSchema` instead. */
6281
- const inboundSchema: z.ZodType<UpdateProjectValue2, z.ZodTypeDef, unknown>;
6282
- /** @deprecated use `UpdateProjectValue2$outboundSchema` instead. */
6283
- const outboundSchema: z.ZodType<UpdateProjectValue2$Outbound, z.ZodTypeDef, UpdateProjectValue2>;
6284
- /** @deprecated use `UpdateProjectValue2$Outbound` instead. */
6285
- type Outbound = UpdateProjectValue2$Outbound;
6286
- }
6287
- export declare function updateProjectValue2ToJSON(updateProjectValue2: UpdateProjectValue2): string;
6288
- export declare function updateProjectValue2FromJSON(jsonString: string): SafeParseResult<UpdateProjectValue2, SDKValidationError>;
6289
- /** @internal */
6290
- export declare const UpdateProjectValue$inboundSchema: z.ZodType<UpdateProjectValue, z.ZodTypeDef, unknown>;
6291
- /** @internal */
6292
- export type UpdateProjectValue$Outbound = UpdateProjectValue2$Outbound | string;
6293
- /** @internal */
6294
- export declare const UpdateProjectValue$outboundSchema: z.ZodType<UpdateProjectValue$Outbound, z.ZodTypeDef, UpdateProjectValue>;
6295
- /**
6296
- * @internal
6297
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6298
- */
6299
- export declare namespace UpdateProjectValue$ {
6300
- /** @deprecated use `UpdateProjectValue$inboundSchema` instead. */
6301
- const inboundSchema: z.ZodType<UpdateProjectValue, z.ZodTypeDef, unknown>;
6302
- /** @deprecated use `UpdateProjectValue$outboundSchema` instead. */
6303
- const outboundSchema: z.ZodType<UpdateProjectValue$Outbound, z.ZodTypeDef, UpdateProjectValue>;
6304
- /** @deprecated use `UpdateProjectValue$Outbound` instead. */
6305
- type Outbound = UpdateProjectValue$Outbound;
6306
- }
6307
- export declare function updateProjectValueToJSON(updateProjectValue: UpdateProjectValue): string;
6308
- export declare function updateProjectValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectValue, SDKValidationError>;
6309
- /** @internal */
6310
- export declare const UpdateProjectHas$inboundSchema: z.ZodType<UpdateProjectHas, z.ZodTypeDef, unknown>;
6311
- /** @internal */
6312
- export type UpdateProjectHas$Outbound = {
6313
- type: string;
6314
- key?: string | undefined;
6315
- value?: UpdateProjectValue2$Outbound | string | undefined;
6316
- };
6317
- /** @internal */
6318
- export declare const UpdateProjectHas$outboundSchema: z.ZodType<UpdateProjectHas$Outbound, z.ZodTypeDef, UpdateProjectHas>;
6319
- /**
6320
- * @internal
6321
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6322
- */
6323
- export declare namespace UpdateProjectHas$ {
6324
- /** @deprecated use `UpdateProjectHas$inboundSchema` instead. */
6325
- const inboundSchema: z.ZodType<UpdateProjectHas, z.ZodTypeDef, unknown>;
6326
- /** @deprecated use `UpdateProjectHas$outboundSchema` instead. */
6327
- const outboundSchema: z.ZodType<UpdateProjectHas$Outbound, z.ZodTypeDef, UpdateProjectHas>;
6328
- /** @deprecated use `UpdateProjectHas$Outbound` instead. */
6329
- type Outbound = UpdateProjectHas$Outbound;
6330
- }
6331
- export declare function updateProjectHasToJSON(updateProjectHas: UpdateProjectHas): string;
6332
- export declare function updateProjectHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectHas, SDKValidationError>;
6333
- /** @internal */
6334
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
6335
- /** @internal */
6336
- export declare const UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType>;
6337
- /**
6338
- * @internal
6339
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6340
- */
6341
- export declare namespace UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$ {
6342
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$inboundSchema` instead. */
6343
- const inboundSchema: z.ZodNativeEnum<{
6344
- readonly Path: "path";
6345
- readonly Host: "host";
6346
- readonly Method: "method";
6347
- readonly Header: "header";
6348
- readonly Cookie: "cookie";
6349
- readonly Query: "query";
6350
- readonly IpAddress: "ip_address";
6351
- readonly Protocol: "protocol";
6352
- readonly Scheme: "scheme";
6353
- readonly Environment: "environment";
6354
- readonly Region: "region";
6355
- readonly InitialRequestPath: "initial_request_path";
6356
- }>;
6357
- /** @deprecated use `UpdateProjectProjectsResponse200ApplicationJSONResponseBodySecurityFirewallRoutesType$outboundSchema` instead. */
6358
- const outboundSchema: z.ZodNativeEnum<{
6359
- readonly Path: "path";
6360
- readonly Host: "host";
6361
- readonly Method: "method";
6362
- readonly Header: "header";
6363
- readonly Cookie: "cookie";
6364
- readonly Query: "query";
6365
- readonly IpAddress: "ip_address";
6366
- readonly Protocol: "protocol";
6367
- readonly Scheme: "scheme";
6368
- readonly Environment: "environment";
6369
- readonly Region: "region";
6370
- readonly InitialRequestPath: "initial_request_path";
6371
- }>;
6372
- }
6373
- /** @internal */
6374
- export declare const UpdateProjectValueProjects2$inboundSchema: z.ZodType<UpdateProjectValueProjects2, z.ZodTypeDef, unknown>;
6375
- /** @internal */
6376
- export type UpdateProjectValueProjects2$Outbound = {
6377
- re?: string | undefined;
6378
- eq?: string | undefined;
6379
- neq?: string | undefined;
6380
- inc?: Array<string> | undefined;
6381
- ninc?: Array<string> | undefined;
6382
- pre?: string | undefined;
6383
- suf?: string | undefined;
6384
- gt?: number | undefined;
6385
- gte?: number | undefined;
6386
- lt?: number | undefined;
6387
- lte?: number | undefined;
6388
- };
6389
- /** @internal */
6390
- export declare const UpdateProjectValueProjects2$outboundSchema: z.ZodType<UpdateProjectValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectValueProjects2>;
6391
- /**
6392
- * @internal
6393
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6394
- */
6395
- export declare namespace UpdateProjectValueProjects2$ {
6396
- /** @deprecated use `UpdateProjectValueProjects2$inboundSchema` instead. */
6397
- const inboundSchema: z.ZodType<UpdateProjectValueProjects2, z.ZodTypeDef, unknown>;
6398
- /** @deprecated use `UpdateProjectValueProjects2$outboundSchema` instead. */
6399
- const outboundSchema: z.ZodType<UpdateProjectValueProjects2$Outbound, z.ZodTypeDef, UpdateProjectValueProjects2>;
6400
- /** @deprecated use `UpdateProjectValueProjects2$Outbound` instead. */
6401
- type Outbound = UpdateProjectValueProjects2$Outbound;
6402
- }
6403
- export declare function updateProjectValueProjects2ToJSON(updateProjectValueProjects2: UpdateProjectValueProjects2): string;
6404
- export declare function updateProjectValueProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectValueProjects2, SDKValidationError>;
6405
- /** @internal */
6406
- export declare const UpdateProjectProjectsValue$inboundSchema: z.ZodType<UpdateProjectProjectsValue, z.ZodTypeDef, unknown>;
6407
- /** @internal */
6408
- export type UpdateProjectProjectsValue$Outbound = UpdateProjectValueProjects2$Outbound | string;
6409
- /** @internal */
6410
- export declare const UpdateProjectProjectsValue$outboundSchema: z.ZodType<UpdateProjectProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectProjectsValue>;
6411
- /**
6412
- * @internal
6413
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6414
- */
6415
- export declare namespace UpdateProjectProjectsValue$ {
6416
- /** @deprecated use `UpdateProjectProjectsValue$inboundSchema` instead. */
6417
- const inboundSchema: z.ZodType<UpdateProjectProjectsValue, z.ZodTypeDef, unknown>;
6418
- /** @deprecated use `UpdateProjectProjectsValue$outboundSchema` instead. */
6419
- const outboundSchema: z.ZodType<UpdateProjectProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectProjectsValue>;
6420
- /** @deprecated use `UpdateProjectProjectsValue$Outbound` instead. */
6421
- type Outbound = UpdateProjectProjectsValue$Outbound;
6422
- }
6423
- export declare function updateProjectProjectsValueToJSON(updateProjectProjectsValue: UpdateProjectProjectsValue): string;
6424
- export declare function updateProjectProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectProjectsValue, SDKValidationError>;
6425
- /** @internal */
6426
- export declare const UpdateProjectMissing$inboundSchema: z.ZodType<UpdateProjectMissing, z.ZodTypeDef, unknown>;
6427
- /** @internal */
6428
- export type UpdateProjectMissing$Outbound = {
6429
- type: string;
6430
- key?: string | undefined;
6431
- value?: UpdateProjectValueProjects2$Outbound | string | undefined;
6432
- };
6433
- /** @internal */
6434
- export declare const UpdateProjectMissing$outboundSchema: z.ZodType<UpdateProjectMissing$Outbound, z.ZodTypeDef, UpdateProjectMissing>;
6435
- /**
6436
- * @internal
6437
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6438
- */
6439
- export declare namespace UpdateProjectMissing$ {
6440
- /** @deprecated use `UpdateProjectMissing$inboundSchema` instead. */
6441
- const inboundSchema: z.ZodType<UpdateProjectMissing, z.ZodTypeDef, unknown>;
6442
- /** @deprecated use `UpdateProjectMissing$outboundSchema` instead. */
6443
- const outboundSchema: z.ZodType<UpdateProjectMissing$Outbound, z.ZodTypeDef, UpdateProjectMissing>;
6444
- /** @deprecated use `UpdateProjectMissing$Outbound` instead. */
6445
- type Outbound = UpdateProjectMissing$Outbound;
6446
- }
6447
- export declare function updateProjectMissingToJSON(updateProjectMissing: UpdateProjectMissing): string;
6448
- export declare function updateProjectMissingFromJSON(jsonString: string): SafeParseResult<UpdateProjectMissing, SDKValidationError>;
6449
- /** @internal */
6450
- export declare const UpdateProjectHandle$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHandle>;
6451
- /** @internal */
6452
- export declare const UpdateProjectHandle$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHandle>;
6453
- /**
6454
- * @internal
6455
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6456
- */
6457
- export declare namespace UpdateProjectHandle$ {
6458
- /** @deprecated use `UpdateProjectHandle$inboundSchema` instead. */
6459
- const inboundSchema: z.ZodNativeEnum<{
6460
- readonly Init: "init";
6461
- readonly Finalize: "finalize";
6462
- }>;
6463
- /** @deprecated use `UpdateProjectHandle$outboundSchema` instead. */
6464
- const outboundSchema: z.ZodNativeEnum<{
6465
- readonly Init: "init";
6466
- readonly Finalize: "finalize";
6467
- }>;
6468
- }
6469
- /** @internal */
6470
6045
  export declare const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
6471
6046
  /** @internal */
6472
6047
  export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
@@ -6477,141 +6052,15 @@ export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof
6477
6052
  export declare namespace UpdateProjectAction$ {
6478
6053
  /** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
6479
6054
  const inboundSchema: z.ZodNativeEnum<{
6480
- readonly Deny: "deny";
6481
- readonly Challenge: "challenge";
6482
6055
  readonly Log: "log";
6483
- readonly Bypass: "bypass";
6484
- readonly RateLimit: "rate_limit";
6485
- readonly Redirect: "redirect";
6056
+ readonly Challenge: "challenge";
6057
+ readonly Deny: "deny";
6486
6058
  }>;
6487
6059
  /** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
6488
6060
  const outboundSchema: z.ZodNativeEnum<{
6489
- readonly Deny: "deny";
6490
- readonly Challenge: "challenge";
6491
6061
  readonly Log: "log";
6492
- readonly Bypass: "bypass";
6493
- readonly RateLimit: "rate_limit";
6494
- readonly Redirect: "redirect";
6495
- }>;
6496
- }
6497
- /** @internal */
6498
- export declare const UpdateProjectAlgo$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAlgo>;
6499
- /** @internal */
6500
- export declare const UpdateProjectAlgo$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAlgo>;
6501
- /**
6502
- * @internal
6503
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6504
- */
6505
- export declare namespace UpdateProjectAlgo$ {
6506
- /** @deprecated use `UpdateProjectAlgo$inboundSchema` instead. */
6507
- const inboundSchema: z.ZodNativeEnum<{
6508
- readonly FixedWindow: "fixed_window";
6509
- readonly TokenBucket: "token_bucket";
6510
- }>;
6511
- /** @deprecated use `UpdateProjectAlgo$outboundSchema` instead. */
6512
- const outboundSchema: z.ZodNativeEnum<{
6513
- readonly FixedWindow: "fixed_window";
6514
- readonly TokenBucket: "token_bucket";
6515
- }>;
6516
- }
6517
- /** @internal */
6518
- export declare const UpdateProjectErl$inboundSchema: z.ZodType<UpdateProjectErl, z.ZodTypeDef, unknown>;
6519
- /** @internal */
6520
- export type UpdateProjectErl$Outbound = {
6521
- algo: string;
6522
- window: number;
6523
- limit: number;
6524
- keys: Array<string>;
6525
- };
6526
- /** @internal */
6527
- export declare const UpdateProjectErl$outboundSchema: z.ZodType<UpdateProjectErl$Outbound, z.ZodTypeDef, UpdateProjectErl>;
6528
- /**
6529
- * @internal
6530
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6531
- */
6532
- export declare namespace UpdateProjectErl$ {
6533
- /** @deprecated use `UpdateProjectErl$inboundSchema` instead. */
6534
- const inboundSchema: z.ZodType<UpdateProjectErl, z.ZodTypeDef, unknown>;
6535
- /** @deprecated use `UpdateProjectErl$outboundSchema` instead. */
6536
- const outboundSchema: z.ZodType<UpdateProjectErl$Outbound, z.ZodTypeDef, UpdateProjectErl>;
6537
- /** @deprecated use `UpdateProjectErl$Outbound` instead. */
6538
- type Outbound = UpdateProjectErl$Outbound;
6539
- }
6540
- export declare function updateProjectErlToJSON(updateProjectErl: UpdateProjectErl): string;
6541
- export declare function updateProjectErlFromJSON(jsonString: string): SafeParseResult<UpdateProjectErl, SDKValidationError>;
6542
- /** @internal */
6543
- export declare const UpdateProjectMitigate$inboundSchema: z.ZodType<UpdateProjectMitigate, z.ZodTypeDef, unknown>;
6544
- /** @internal */
6545
- export type UpdateProjectMitigate$Outbound = {
6546
- action: string;
6547
- rule_id: string;
6548
- ttl?: number | undefined;
6549
- erl?: UpdateProjectErl$Outbound | undefined;
6550
- };
6551
- /** @internal */
6552
- export declare const UpdateProjectMitigate$outboundSchema: z.ZodType<UpdateProjectMitigate$Outbound, z.ZodTypeDef, UpdateProjectMitigate>;
6553
- /**
6554
- * @internal
6555
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6556
- */
6557
- export declare namespace UpdateProjectMitigate$ {
6558
- /** @deprecated use `UpdateProjectMitigate$inboundSchema` instead. */
6559
- const inboundSchema: z.ZodType<UpdateProjectMitigate, z.ZodTypeDef, unknown>;
6560
- /** @deprecated use `UpdateProjectMitigate$outboundSchema` instead. */
6561
- const outboundSchema: z.ZodType<UpdateProjectMitigate$Outbound, z.ZodTypeDef, UpdateProjectMitigate>;
6562
- /** @deprecated use `UpdateProjectMitigate$Outbound` instead. */
6563
- type Outbound = UpdateProjectMitigate$Outbound;
6564
- }
6565
- export declare function updateProjectMitigateToJSON(updateProjectMitigate: UpdateProjectMitigate): string;
6566
- export declare function updateProjectMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectMitigate, SDKValidationError>;
6567
- /** @internal */
6568
- export declare const UpdateProjectFirewallRoutes$inboundSchema: z.ZodType<UpdateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
6569
- /** @internal */
6570
- export type UpdateProjectFirewallRoutes$Outbound = {
6571
- src?: UpdateProjectSrc2$Outbound | string | undefined;
6572
- has?: Array<UpdateProjectHas$Outbound> | undefined;
6573
- missing?: Array<UpdateProjectMissing$Outbound> | undefined;
6574
- dest?: string | undefined;
6575
- status?: number | undefined;
6576
- handle?: string | undefined;
6577
- mitigate?: UpdateProjectMitigate$Outbound | undefined;
6578
- };
6579
- /** @internal */
6580
- export declare const UpdateProjectFirewallRoutes$outboundSchema: z.ZodType<UpdateProjectFirewallRoutes$Outbound, z.ZodTypeDef, UpdateProjectFirewallRoutes>;
6581
- /**
6582
- * @internal
6583
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6584
- */
6585
- export declare namespace UpdateProjectFirewallRoutes$ {
6586
- /** @deprecated use `UpdateProjectFirewallRoutes$inboundSchema` instead. */
6587
- const inboundSchema: z.ZodType<UpdateProjectFirewallRoutes, z.ZodTypeDef, unknown>;
6588
- /** @deprecated use `UpdateProjectFirewallRoutes$outboundSchema` instead. */
6589
- const outboundSchema: z.ZodType<UpdateProjectFirewallRoutes$Outbound, z.ZodTypeDef, UpdateProjectFirewallRoutes>;
6590
- /** @deprecated use `UpdateProjectFirewallRoutes$Outbound` instead. */
6591
- type Outbound = UpdateProjectFirewallRoutes$Outbound;
6592
- }
6593
- export declare function updateProjectFirewallRoutesToJSON(updateProjectFirewallRoutes: UpdateProjectFirewallRoutes): string;
6594
- export declare function updateProjectFirewallRoutesFromJSON(jsonString: string): SafeParseResult<UpdateProjectFirewallRoutes, SDKValidationError>;
6595
- /** @internal */
6596
- export declare const UpdateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
6597
- /** @internal */
6598
- export declare const UpdateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
6599
- /**
6600
- * @internal
6601
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6602
- */
6603
- export declare namespace UpdateProjectProjectsAction$ {
6604
- /** @deprecated use `UpdateProjectProjectsAction$inboundSchema` instead. */
6605
- const inboundSchema: z.ZodNativeEnum<{
6606
- readonly Deny: "deny";
6607
6062
  readonly Challenge: "challenge";
6608
- readonly Log: "log";
6609
- }>;
6610
- /** @deprecated use `UpdateProjectProjectsAction$outboundSchema` instead. */
6611
- const outboundSchema: z.ZodNativeEnum<{
6612
6063
  readonly Deny: "deny";
6613
- readonly Challenge: "challenge";
6614
- readonly Log: "log";
6615
6064
  }>;
6616
6065
  }
6617
6066
  /** @internal */
@@ -6638,25 +6087,25 @@ export declare namespace UpdateProjectBotFilter$ {
6638
6087
  export declare function updateProjectBotFilterToJSON(updateProjectBotFilter: UpdateProjectBotFilter): string;
6639
6088
  export declare function updateProjectBotFilterFromJSON(jsonString: string): SafeParseResult<UpdateProjectBotFilter, SDKValidationError>;
6640
6089
  /** @internal */
6641
- export declare const UpdateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
6090
+ export declare const UpdateProjectProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
6642
6091
  /** @internal */
6643
- export declare const UpdateProjectProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
6092
+ export declare const UpdateProjectProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsAction>;
6644
6093
  /**
6645
6094
  * @internal
6646
6095
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6647
6096
  */
6648
- export declare namespace UpdateProjectProjectsResponseAction$ {
6649
- /** @deprecated use `UpdateProjectProjectsResponseAction$inboundSchema` instead. */
6097
+ export declare namespace UpdateProjectProjectsAction$ {
6098
+ /** @deprecated use `UpdateProjectProjectsAction$inboundSchema` instead. */
6650
6099
  const inboundSchema: z.ZodNativeEnum<{
6651
- readonly Deny: "deny";
6652
- readonly Challenge: "challenge";
6653
6100
  readonly Log: "log";
6101
+ readonly Challenge: "challenge";
6102
+ readonly Deny: "deny";
6654
6103
  }>;
6655
- /** @deprecated use `UpdateProjectProjectsResponseAction$outboundSchema` instead. */
6104
+ /** @deprecated use `UpdateProjectProjectsAction$outboundSchema` instead. */
6656
6105
  const outboundSchema: z.ZodNativeEnum<{
6657
- readonly Deny: "deny";
6658
- readonly Challenge: "challenge";
6659
6106
  readonly Log: "log";
6107
+ readonly Challenge: "challenge";
6108
+ readonly Deny: "deny";
6660
6109
  }>;
6661
6110
  }
6662
6111
  /** @internal */
@@ -6683,25 +6132,25 @@ export declare namespace UpdateProjectAiBots$ {
6683
6132
  export declare function updateProjectAiBotsToJSON(updateProjectAiBots: UpdateProjectAiBots): string;
6684
6133
  export declare function updateProjectAiBotsFromJSON(jsonString: string): SafeParseResult<UpdateProjectAiBots, SDKValidationError>;
6685
6134
  /** @internal */
6686
- export declare const UpdateProjectProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
6135
+ export declare const UpdateProjectProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
6687
6136
  /** @internal */
6688
- export declare const UpdateProjectProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
6137
+ export declare const UpdateProjectProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponseAction>;
6689
6138
  /**
6690
6139
  * @internal
6691
6140
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6692
6141
  */
6693
- export declare namespace UpdateProjectProjectsResponse200Action$ {
6694
- /** @deprecated use `UpdateProjectProjectsResponse200Action$inboundSchema` instead. */
6142
+ export declare namespace UpdateProjectProjectsResponseAction$ {
6143
+ /** @deprecated use `UpdateProjectProjectsResponseAction$inboundSchema` instead. */
6695
6144
  const inboundSchema: z.ZodNativeEnum<{
6696
- readonly Deny: "deny";
6697
- readonly Challenge: "challenge";
6698
6145
  readonly Log: "log";
6146
+ readonly Challenge: "challenge";
6147
+ readonly Deny: "deny";
6699
6148
  }>;
6700
- /** @deprecated use `UpdateProjectProjectsResponse200Action$outboundSchema` instead. */
6149
+ /** @deprecated use `UpdateProjectProjectsResponseAction$outboundSchema` instead. */
6701
6150
  const outboundSchema: z.ZodNativeEnum<{
6702
- readonly Deny: "deny";
6703
- readonly Challenge: "challenge";
6704
6151
  readonly Log: "log";
6152
+ readonly Challenge: "challenge";
6153
+ readonly Deny: "deny";
6705
6154
  }>;
6706
6155
  }
6707
6156
  /** @internal */
@@ -6761,7 +6210,6 @@ export type UpdateProjectSecurity$Outbound = {
6761
6210
  firewallUpdatedAt?: number | undefined;
6762
6211
  attackModeActiveUntil?: number | null | undefined;
6763
6212
  firewallConfigVersion?: number | undefined;
6764
- firewallRoutes?: Array<UpdateProjectFirewallRoutes$Outbound> | undefined;
6765
6213
  firewallSeawallEnabled?: boolean | undefined;
6766
6214
  ja3Enabled?: boolean | undefined;
6767
6215
  ja4Enabled?: boolean | undefined;