@vercel/sdk 1.10.8 → 1.11.1

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 (140) hide show
  1. package/bin/mcp-server.js +3728 -805
  2. package/bin/mcp-server.js.map +28 -28
  3. package/esm/__tests__/accessgroups.test.js +6 -6
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +4 -12
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +2 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/lib/config.d.ts +3 -3
  13. package/esm/lib/config.js +3 -3
  14. package/esm/mcp-server/mcp-server.js +1 -1
  15. package/esm/mcp-server/server.js +1 -1
  16. package/esm/models/canceldeploymentop.d.ts +44 -41
  17. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  18. package/esm/models/canceldeploymentop.js +44 -41
  19. package/esm/models/canceldeploymentop.js.map +1 -1
  20. package/esm/models/createdeploymentop.d.ts +104 -98
  21. package/esm/models/createdeploymentop.d.ts.map +1 -1
  22. package/esm/models/createdeploymentop.js +115 -117
  23. package/esm/models/createdeploymentop.js.map +1 -1
  24. package/esm/models/createedgeconfigop.d.ts +2 -0
  25. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  26. package/esm/models/createedgeconfigop.js +2 -0
  27. package/esm/models/createedgeconfigop.js.map +1 -1
  28. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  29. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  30. package/esm/models/createintegrationstoredirectop.js +298 -294
  31. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  32. package/esm/models/createprojectop.d.ts +1410 -57
  33. package/esm/models/createprojectop.d.ts.map +1 -1
  34. package/esm/models/createprojectop.js +1584 -202
  35. package/esm/models/createprojectop.js.map +1 -1
  36. package/esm/models/createwebhookop.d.ts +72 -66
  37. package/esm/models/createwebhookop.d.ts.map +1 -1
  38. package/esm/models/createwebhookop.js +24 -22
  39. package/esm/models/createwebhookop.js.map +1 -1
  40. package/esm/models/getallchecksop.d.ts +2 -0
  41. package/esm/models/getallchecksop.d.ts.map +1 -1
  42. package/esm/models/getallchecksop.js +2 -0
  43. package/esm/models/getallchecksop.js.map +1 -1
  44. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  45. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  46. package/esm/models/getconfigurationproductsop.js +482 -410
  47. package/esm/models/getconfigurationproductsop.js.map +1 -1
  48. package/esm/models/getdeploymentop.d.ts +19 -16
  49. package/esm/models/getdeploymentop.d.ts.map +1 -1
  50. package/esm/models/getdeploymentop.js +25 -24
  51. package/esm/models/getdeploymentop.js.map +1 -1
  52. package/esm/models/getdeploymentsop.d.ts +3 -0
  53. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  54. package/esm/models/getdeploymentsop.js +1 -0
  55. package/esm/models/getdeploymentsop.js.map +1 -1
  56. package/esm/models/getedgeconfigop.d.ts +2 -0
  57. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  58. package/esm/models/getedgeconfigop.js +2 -0
  59. package/esm/models/getedgeconfigop.js.map +1 -1
  60. package/esm/models/getprojectsop.d.ts +1407 -57
  61. package/esm/models/getprojectsop.d.ts.map +1 -1
  62. package/esm/models/getprojectsop.js +1578 -202
  63. package/esm/models/getprojectsop.js.map +1 -1
  64. package/esm/models/getteammembersop.d.ts +36 -30
  65. package/esm/models/getteammembersop.d.ts.map +1 -1
  66. package/esm/models/getteammembersop.js +12 -10
  67. package/esm/models/getteammembersop.js.map +1 -1
  68. package/esm/models/getwebhookop.d.ts +36 -33
  69. package/esm/models/getwebhookop.d.ts.map +1 -1
  70. package/esm/models/getwebhookop.js +12 -11
  71. package/esm/models/getwebhookop.js.map +1 -1
  72. package/esm/models/getwebhooksop.d.ts +75 -66
  73. package/esm/models/getwebhooksop.d.ts.map +1 -1
  74. package/esm/models/getwebhooksop.js +25 -22
  75. package/esm/models/getwebhooksop.js.map +1 -1
  76. package/esm/models/importresourceop.d.ts +36 -0
  77. package/esm/models/importresourceop.d.ts.map +1 -1
  78. package/esm/models/importresourceop.js +25 -0
  79. package/esm/models/importresourceop.js.map +1 -1
  80. package/esm/models/listaccessgroupsop.d.ts +2 -5
  81. package/esm/models/listaccessgroupsop.d.ts.map +1 -1
  82. package/esm/models/listaccessgroupsop.js +2 -2
  83. package/esm/models/listaccessgroupsop.js.map +1 -1
  84. package/esm/models/readaccessgroupop.d.ts +48 -5
  85. package/esm/models/readaccessgroupop.d.ts.map +1 -1
  86. package/esm/models/readaccessgroupop.js +30 -2
  87. package/esm/models/readaccessgroupop.js.map +1 -1
  88. package/esm/models/team.d.ts +165 -24
  89. package/esm/models/team.d.ts.map +1 -1
  90. package/esm/models/team.js +115 -33
  91. package/esm/models/team.js.map +1 -1
  92. package/esm/models/updateedgeconfigop.d.ts +2 -0
  93. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  94. package/esm/models/updateedgeconfigop.js +2 -0
  95. package/esm/models/updateedgeconfigop.js.map +1 -1
  96. package/esm/models/updateprojectdatacacheop.d.ts +1407 -57
  97. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  98. package/esm/models/updateprojectdatacacheop.js +1587 -200
  99. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  100. package/esm/models/updateprojectop.d.ts +1410 -57
  101. package/esm/models/updateprojectop.d.ts.map +1 -1
  102. package/esm/models/updateprojectop.js +1583 -202
  103. package/esm/models/updateprojectop.js.map +1 -1
  104. package/esm/models/userevent.d.ts +2 -2
  105. package/examples/package-lock.json +1 -1
  106. package/examples/projectsUpdateProject.example.ts +1 -1
  107. package/jsr.json +1 -1
  108. package/package.json +1 -1
  109. package/src/__tests__/accessgroups.test.ts +6 -6
  110. package/src/__tests__/checks.test.ts +1 -0
  111. package/src/__tests__/domains.test.ts +4 -12
  112. package/src/__tests__/integrations.test.ts +1 -1
  113. package/src/__tests__/rollingrelease.test.ts +2 -2
  114. package/src/lib/config.ts +3 -3
  115. package/src/mcp-server/mcp-server.ts +1 -1
  116. package/src/mcp-server/server.ts +1 -1
  117. package/src/models/canceldeploymentop.ts +85 -64
  118. package/src/models/createdeploymentop.ts +241 -192
  119. package/src/models/createedgeconfigop.ts +4 -0
  120. package/src/models/createintegrationstoredirectop.ts +509 -505
  121. package/src/models/createprojectop.ts +3282 -299
  122. package/src/models/createwebhookop.ts +24 -22
  123. package/src/models/getallchecksop.ts +4 -0
  124. package/src/models/getconfigurationproductsop.ts +847 -706
  125. package/src/models/getdeploymentop.ts +35 -34
  126. package/src/models/getdeploymentsop.ts +1 -0
  127. package/src/models/getedgeconfigop.ts +4 -0
  128. package/src/models/getprojectsop.ts +3260 -300
  129. package/src/models/getteammembersop.ts +12 -10
  130. package/src/models/getwebhookop.ts +12 -11
  131. package/src/models/getwebhooksop.ts +25 -22
  132. package/src/models/importresourceop.ts +34 -0
  133. package/src/models/listaccessgroupsop.ts +4 -7
  134. package/src/models/readaccessgroupop.ts +42 -7
  135. package/src/models/team.ts +200 -46
  136. package/src/models/updateedgeconfigop.ts +4 -0
  137. package/src/models/updateprojectdatacacheop.ts +3189 -307
  138. package/src/models/updateprojectop.ts +3296 -298
  139. package/src/models/userevent.ts +2 -2
  140. package/vercel-spec.json +5360 -2352
@@ -49,6 +49,7 @@ export declare const UpdateProjectFramework: {
49
49
  readonly Vitepress: "vitepress";
50
50
  readonly Vuepress: "vuepress";
51
51
  readonly Parcel: "parcel";
52
+ readonly Fastapi: "fastapi";
52
53
  readonly Fasthtml: "fasthtml";
53
54
  readonly SanityV3: "sanity-v3";
54
55
  readonly Sanity: "sanity";
@@ -823,6 +824,7 @@ export declare const UpdateProjectProjectsFramework: {
823
824
  readonly Vitepress: "vitepress";
824
825
  readonly Vuepress: "vuepress";
825
826
  readonly Parcel: "parcel";
827
+ readonly Fastapi: "fastapi";
826
828
  readonly Fasthtml: "fasthtml";
827
829
  readonly SanityV3: "sanity-v3";
828
830
  readonly Sanity: "sanity";
@@ -969,7 +971,7 @@ export type UpdateProjectLatestDeployments = {
969
971
  withCache?: boolean | undefined;
970
972
  };
971
973
  export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType: {
972
- readonly GithubCustomHost: "github-custom-host";
974
+ readonly Bitbucket: "bitbucket";
973
975
  };
974
976
  export type UpdateProjectLinkProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200ApplicationJSONType>;
975
977
  export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
@@ -980,15 +982,12 @@ export type UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
980
982
  url: string;
981
983
  };
982
984
  export type UpdateProjectLink5 = {
983
- org: string;
984
- /**
985
- * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
986
- */
987
- repoOwnerId?: number | undefined;
988
- repo?: string | undefined;
989
- repoId?: number | undefined;
985
+ name: string;
986
+ slug: string;
987
+ owner: string;
990
988
  type: UpdateProjectLinkProjectsResponse200ApplicationJSONType;
991
- host: string;
989
+ uuid: string;
990
+ workspaceUuid: string;
992
991
  createdAt?: number | undefined;
993
992
  deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks>;
994
993
  gitCredentialId: string;
@@ -997,7 +996,7 @@ export type UpdateProjectLink5 = {
997
996
  productionBranch: string;
998
997
  };
999
998
  export declare const UpdateProjectLinkProjectsResponse200Type: {
1000
- readonly Bitbucket: "bitbucket";
999
+ readonly Gitlab: "gitlab";
1001
1000
  };
1002
1001
  export type UpdateProjectLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectLinkProjectsResponse200Type>;
1003
1002
  export type UpdateProjectLinkProjectsResponse200DeployHooks = {
@@ -1008,12 +1007,16 @@ export type UpdateProjectLinkProjectsResponse200DeployHooks = {
1008
1007
  url: string;
1009
1008
  };
1010
1009
  export type UpdateProjectLink4 = {
1011
- name: string;
1012
- slug: string;
1013
- owner: string;
1010
+ projectId: string;
1011
+ projectName: string;
1012
+ projectNameWithNamespace: string;
1013
+ projectNamespace: string;
1014
+ /**
1015
+ * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
1016
+ */
1017
+ projectOwnerId?: number | undefined;
1018
+ projectUrl: string;
1014
1019
  type: UpdateProjectLinkProjectsResponse200Type;
1015
- uuid: string;
1016
- workspaceUuid: string;
1017
1020
  createdAt?: number | undefined;
1018
1021
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks>;
1019
1022
  gitCredentialId: string;
@@ -1022,7 +1025,7 @@ export type UpdateProjectLink4 = {
1022
1025
  productionBranch: string;
1023
1026
  };
1024
1027
  export declare const UpdateProjectLinkProjectsResponseType: {
1025
- readonly Gitlab: "gitlab";
1028
+ readonly GithubCustomHost: "github-custom-host";
1026
1029
  };
1027
1030
  export type UpdateProjectLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectLinkProjectsResponseType>;
1028
1031
  export type UpdateProjectLinkProjectsResponseDeployHooks = {
@@ -1033,16 +1036,15 @@ export type UpdateProjectLinkProjectsResponseDeployHooks = {
1033
1036
  url: string;
1034
1037
  };
1035
1038
  export type UpdateProjectLink3 = {
1036
- projectId: string;
1037
- projectName: string;
1038
- projectNameWithNamespace: string;
1039
- projectNamespace: string;
1039
+ org: string;
1040
1040
  /**
1041
- * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
1041
+ * A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
1042
1042
  */
1043
- projectOwnerId?: number | undefined;
1044
- projectUrl: string;
1043
+ repoOwnerId?: number | undefined;
1044
+ repo?: string | undefined;
1045
+ repoId?: number | undefined;
1045
1046
  type: UpdateProjectLinkProjectsResponseType;
1047
+ host: string;
1046
1048
  createdAt?: number | undefined;
1047
1049
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks>;
1048
1050
  gitCredentialId: string;
@@ -1104,7 +1106,7 @@ export type UpdateProjectLink1 = {
1104
1106
  sourceless?: boolean | undefined;
1105
1107
  productionBranch: string;
1106
1108
  };
1107
- export type UpdateProjectLink = UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink1 | UpdateProjectLink2;
1109
+ export type UpdateProjectLink = UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2;
1108
1110
  export type UpdateProjectMicrofrontends2 = {
1109
1111
  updatedAt: number;
1110
1112
  groupIds: Array<any>;
@@ -1527,6 +1529,7 @@ export type UpdateProjectPermissions = {
1527
1529
  jobGlobal?: Array<ACLAction> | undefined;
1528
1530
  drain?: Array<ACLAction> | undefined;
1529
1531
  logDrain?: Array<ACLAction> | undefined;
1532
+ traceDrain?: Array<ACLAction> | undefined;
1530
1533
  monitoring?: Array<ACLAction> | undefined;
1531
1534
  monitoringSettings?: Array<ACLAction> | undefined;
1532
1535
  monitoringQuery?: Array<ACLAction> | undefined;
@@ -1547,6 +1550,7 @@ export type UpdateProjectPermissions = {
1547
1550
  notificationCustomerBudget?: Array<ACLAction> | undefined;
1548
1551
  notificationStatementOfReasons?: Array<ACLAction> | undefined;
1549
1552
  observabilityConfiguration?: Array<ACLAction> | undefined;
1553
+ alerts?: Array<ACLAction> | undefined;
1550
1554
  observabilityNotebook?: Array<ACLAction> | undefined;
1551
1555
  observabilityFunnel?: Array<ACLAction> | undefined;
1552
1556
  openTelemetryEndpoint?: Array<ACLAction> | undefined;
@@ -1725,15 +1729,15 @@ export type UpdateProjectWebAnalytics = {
1725
1729
  enabledAt?: number | undefined;
1726
1730
  hasData?: boolean | undefined;
1727
1731
  };
1728
- export declare const UpdateProjectAction: {
1732
+ export declare const UpdateProjectProjectsResponse200Action: {
1729
1733
  readonly Log: "log";
1730
1734
  readonly Challenge: "challenge";
1731
1735
  readonly Deny: "deny";
1732
1736
  };
1733
- export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
1737
+ export type UpdateProjectProjectsResponse200Action = ClosedEnum<typeof UpdateProjectProjectsResponse200Action>;
1734
1738
  export type UpdateProjectBotFilter = {
1735
1739
  active: boolean;
1736
- action?: UpdateProjectAction | undefined;
1740
+ action?: UpdateProjectProjectsResponse200Action | undefined;
1737
1741
  };
1738
1742
  export declare const UpdateProjectProjectsAction: {
1739
1743
  readonly Log: "log";
@@ -1804,6 +1808,224 @@ export type UpdateProjectTier = ClosedEnum<typeof UpdateProjectTier>;
1804
1808
  export type UpdateProjectFeatures = {
1805
1809
  webAnalytics?: boolean | undefined;
1806
1810
  };
1811
+ export type UpdateProjectHistory = {
1812
+ scanner: string;
1813
+ reason: string;
1814
+ by: string;
1815
+ byId: string;
1816
+ at: number;
1817
+ };
1818
+ export declare const UpdateProjectAction: {
1819
+ readonly Blocked: "blocked";
1820
+ };
1821
+ export type UpdateProjectAction = ClosedEnum<typeof UpdateProjectAction>;
1822
+ export type UpdateProjectBlock = {
1823
+ action: UpdateProjectAction;
1824
+ reason: string;
1825
+ statusCode: number;
1826
+ createdAt: number;
1827
+ caseId?: string | undefined;
1828
+ actor?: string | undefined;
1829
+ comment?: string | undefined;
1830
+ isCascading?: boolean | undefined;
1831
+ };
1832
+ export declare const UpdateProjectBlockHistoryProjectsResponse200Action: {
1833
+ readonly RouteUnblocked: "route-unblocked";
1834
+ };
1835
+ export type UpdateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
1836
+ export declare const UpdateProjectHasProjectsResponse200Type: {
1837
+ readonly Host: "host";
1838
+ };
1839
+ export type UpdateProjectHasProjectsResponse200Type = ClosedEnum<typeof UpdateProjectHasProjectsResponse200Type>;
1840
+ export type UpdateProjectHasProjectsResponse200Value = {
1841
+ eq: string;
1842
+ };
1843
+ export type UpdateProjectHasProjects2 = {
1844
+ type: UpdateProjectHasProjectsResponse200Type;
1845
+ value: UpdateProjectHasProjectsResponse200Value;
1846
+ };
1847
+ export declare const UpdateProjectHasProjectsResponseType: {
1848
+ readonly Header: "header";
1849
+ };
1850
+ export type UpdateProjectHasProjectsResponseType = ClosedEnum<typeof UpdateProjectHasProjectsResponseType>;
1851
+ export declare const UpdateProjectHasProjectsKey: {
1852
+ readonly XVercelIpCountry: "x-vercel-ip-country";
1853
+ };
1854
+ export type UpdateProjectHasProjectsKey = ClosedEnum<typeof UpdateProjectHasProjectsKey>;
1855
+ export type UpdateProjectHasProjectsResponseValue = {
1856
+ eq: string;
1857
+ };
1858
+ export type UpdateProjectHasProjects1 = {
1859
+ type: UpdateProjectHasProjectsResponseType;
1860
+ key: UpdateProjectHasProjectsKey;
1861
+ value: UpdateProjectHasProjectsResponseValue;
1862
+ };
1863
+ export type UpdateProjectRouteProjectsHas = UpdateProjectHasProjects1 | UpdateProjectHasProjects2;
1864
+ export declare const UpdateProjectRouteProjectsAction: {
1865
+ readonly BlockLegalCwc: "block_legal_cwc";
1866
+ };
1867
+ export type UpdateProjectRouteProjectsAction = ClosedEnum<typeof UpdateProjectRouteProjectsAction>;
1868
+ export type UpdateProjectRouteProjectsMitigate = {
1869
+ action: UpdateProjectRouteProjectsAction;
1870
+ };
1871
+ export type UpdateProjectRouteProjects2 = {
1872
+ has: Array<UpdateProjectHasProjects1 | UpdateProjectHasProjects2>;
1873
+ mitigate: UpdateProjectRouteProjectsMitigate;
1874
+ src?: string | undefined;
1875
+ };
1876
+ export type UpdateProjectRouteProjects1 = {
1877
+ src: string;
1878
+ status: number;
1879
+ };
1880
+ export type UpdateProjectBlockHistoryProjectsRoute = UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
1881
+ export type UpdateProjectBlockHistory4 = {
1882
+ action: UpdateProjectBlockHistoryProjectsResponse200Action;
1883
+ route: UpdateProjectRouteProjects1 | UpdateProjectRouteProjects2;
1884
+ statusCode?: number | undefined;
1885
+ createdAt: number;
1886
+ caseId?: string | undefined;
1887
+ actor?: string | undefined;
1888
+ comment?: string | undefined;
1889
+ isCascading?: boolean | undefined;
1890
+ };
1891
+ export declare const UpdateProjectBlockHistoryProjectsResponseAction: {
1892
+ readonly RouteBlocked: "route-blocked";
1893
+ };
1894
+ export type UpdateProjectBlockHistoryProjectsResponseAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
1895
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType: {
1896
+ readonly Host: "host";
1897
+ };
1898
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
1899
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue = {
1900
+ eq: string;
1901
+ };
1902
+ export type UpdateProjectHasProjectsResponse2 = {
1903
+ type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType;
1904
+ value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
1905
+ };
1906
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType: {
1907
+ readonly Header: "header";
1908
+ };
1909
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
1910
+ export declare const UpdateProjectHasProjectsResponseKey: {
1911
+ readonly XVercelIpCountry: "x-vercel-ip-country";
1912
+ };
1913
+ export type UpdateProjectHasProjectsResponseKey = ClosedEnum<typeof UpdateProjectHasProjectsResponseKey>;
1914
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONValue = {
1915
+ eq: string;
1916
+ };
1917
+ export type UpdateProjectHasProjectsResponse1 = {
1918
+ type: UpdateProjectHasProjectsResponse200ApplicationJSONType;
1919
+ key: UpdateProjectHasProjectsResponseKey;
1920
+ value: UpdateProjectHasProjectsResponse200ApplicationJSONValue;
1921
+ };
1922
+ export type UpdateProjectRouteHas = UpdateProjectHasProjectsResponse1 | UpdateProjectHasProjectsResponse2;
1923
+ export declare const UpdateProjectRouteAction: {
1924
+ readonly BlockLegalCwc: "block_legal_cwc";
1925
+ };
1926
+ export type UpdateProjectRouteAction = ClosedEnum<typeof UpdateProjectRouteAction>;
1927
+ export type UpdateProjectRouteMitigate = {
1928
+ action: UpdateProjectRouteAction;
1929
+ };
1930
+ export type UpdateProjectRoute2 = {
1931
+ has: Array<UpdateProjectHasProjectsResponse1 | UpdateProjectHasProjectsResponse2>;
1932
+ mitigate: UpdateProjectRouteMitigate;
1933
+ src?: string | undefined;
1934
+ };
1935
+ export type UpdateProjectRoute1 = {
1936
+ src: string;
1937
+ status: number;
1938
+ };
1939
+ export type UpdateProjectBlockHistoryRoute = UpdateProjectRoute1 | UpdateProjectRoute2;
1940
+ export type UpdateProjectBlockHistory3 = {
1941
+ action: UpdateProjectBlockHistoryProjectsResponseAction;
1942
+ route: UpdateProjectRoute1 | UpdateProjectRoute2;
1943
+ reason: string;
1944
+ createdAt: number;
1945
+ caseId?: string | undefined;
1946
+ actor?: string | undefined;
1947
+ comment?: string | undefined;
1948
+ isCascading?: boolean | undefined;
1949
+ };
1950
+ export declare const UpdateProjectBlockHistoryProjectsAction: {
1951
+ readonly Unblocked: "unblocked";
1952
+ };
1953
+ export type UpdateProjectBlockHistoryProjectsAction = ClosedEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
1954
+ export type UpdateProjectBlockHistory2 = {
1955
+ action: UpdateProjectBlockHistoryProjectsAction;
1956
+ createdAt: number;
1957
+ caseId?: string | undefined;
1958
+ actor?: string | undefined;
1959
+ comment?: string | undefined;
1960
+ isCascading?: boolean | undefined;
1961
+ };
1962
+ export declare const UpdateProjectBlockHistoryAction: {
1963
+ readonly Blocked: "blocked";
1964
+ };
1965
+ export type UpdateProjectBlockHistoryAction = ClosedEnum<typeof UpdateProjectBlockHistoryAction>;
1966
+ export type UpdateProjectBlockHistory1 = {
1967
+ action: UpdateProjectBlockHistoryAction;
1968
+ reason: string;
1969
+ statusCode: number;
1970
+ createdAt: number;
1971
+ caseId?: string | undefined;
1972
+ actor?: string | undefined;
1973
+ comment?: string | undefined;
1974
+ isCascading?: boolean | undefined;
1975
+ };
1976
+ export type UpdateProjectBlockHistory = UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2;
1977
+ export type UpdateProjectAbuse = {
1978
+ scanner?: string | undefined;
1979
+ history: Array<UpdateProjectHistory>;
1980
+ updatedAt: number;
1981
+ block?: UpdateProjectBlock | undefined;
1982
+ blockHistory?: Array<UpdateProjectBlockHistory1 | UpdateProjectBlockHistory3 | UpdateProjectBlockHistory4 | UpdateProjectBlockHistory2> | undefined;
1983
+ };
1984
+ export declare const UpdateProjectHasProjectsType: {
1985
+ readonly Host: "host";
1986
+ };
1987
+ export type UpdateProjectHasProjectsType = ClosedEnum<typeof UpdateProjectHasProjectsType>;
1988
+ export type UpdateProjectHasProjectsValue = {
1989
+ eq: string;
1990
+ };
1991
+ export type UpdateProjectHas2 = {
1992
+ type: UpdateProjectHasProjectsType;
1993
+ value: UpdateProjectHasProjectsValue;
1994
+ };
1995
+ export declare const UpdateProjectHasType: {
1996
+ readonly Header: "header";
1997
+ };
1998
+ export type UpdateProjectHasType = ClosedEnum<typeof UpdateProjectHasType>;
1999
+ export declare const UpdateProjectHasKey: {
2000
+ readonly XVercelIpCountry: "x-vercel-ip-country";
2001
+ };
2002
+ export type UpdateProjectHasKey = ClosedEnum<typeof UpdateProjectHasKey>;
2003
+ export type UpdateProjectHasValue = {
2004
+ eq: string;
2005
+ };
2006
+ export type UpdateProjectHas1 = {
2007
+ type: UpdateProjectHasType;
2008
+ key: UpdateProjectHasKey;
2009
+ value: UpdateProjectHasValue;
2010
+ };
2011
+ export type UpdateProjectInternalRoutesHas = UpdateProjectHas1 | UpdateProjectHas2;
2012
+ export declare const UpdateProjectInternalRoutesAction: {
2013
+ readonly BlockLegalCwc: "block_legal_cwc";
2014
+ };
2015
+ export type UpdateProjectInternalRoutesAction = ClosedEnum<typeof UpdateProjectInternalRoutesAction>;
2016
+ export type UpdateProjectInternalRoutesMitigate = {
2017
+ action: UpdateProjectInternalRoutesAction;
2018
+ };
2019
+ export type UpdateProjectInternalRoutes2 = {
2020
+ has: Array<UpdateProjectHas1 | UpdateProjectHas2>;
2021
+ mitigate: UpdateProjectInternalRoutesMitigate;
2022
+ src?: string | undefined;
2023
+ };
2024
+ export type UpdateProjectInternalRoutes1 = {
2025
+ src: string;
2026
+ status: number;
2027
+ };
2028
+ export type UpdateProjectInternalRoutes = UpdateProjectInternalRoutes1 | UpdateProjectInternalRoutes2;
1807
2029
  /**
1808
2030
  * The project was successfully updated
1809
2031
  */
@@ -1839,7 +2061,7 @@ export type UpdateProjectResponseBody = {
1839
2061
  id: string;
1840
2062
  ipBuckets?: Array<UpdateProjectIpBuckets> | undefined;
1841
2063
  latestDeployments?: Array<UpdateProjectLatestDeployments> | undefined;
1842
- link?: UpdateProjectLink3 | UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink1 | UpdateProjectLink2 | undefined;
2064
+ link?: UpdateProjectLink4 | UpdateProjectLink5 | UpdateProjectLink3 | UpdateProjectLink1 | UpdateProjectLink2 | undefined;
1843
2065
  microfrontends?: UpdateProjectMicrofrontends1 | UpdateProjectMicrofrontends2 | undefined;
1844
2066
  name: string;
1845
2067
  nodeVersion: UpdateProjectProjectsNodeVersion;
@@ -1895,6 +2117,8 @@ export type UpdateProjectResponseBody = {
1895
2117
  tier?: UpdateProjectTier | undefined;
1896
2118
  features?: UpdateProjectFeatures | undefined;
1897
2119
  v0?: boolean | undefined;
2120
+ abuse?: UpdateProjectAbuse | undefined;
2121
+ internalRoutes?: Array<UpdateProjectInternalRoutes1 | UpdateProjectInternalRoutes2> | undefined;
1898
2122
  };
1899
2123
  /** @internal */
1900
2124
  export declare const UpdateProjectFramework$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectFramework>;
@@ -1949,6 +2173,7 @@ export declare namespace UpdateProjectFramework$ {
1949
2173
  readonly Vitepress: "vitepress";
1950
2174
  readonly Vuepress: "vuepress";
1951
2175
  readonly Parcel: "parcel";
2176
+ readonly Fastapi: "fastapi";
1952
2177
  readonly Fasthtml: "fasthtml";
1953
2178
  readonly SanityV3: "sanity-v3";
1954
2179
  readonly Sanity: "sanity";
@@ -2002,6 +2227,7 @@ export declare namespace UpdateProjectFramework$ {
2002
2227
  readonly Vitepress: "vitepress";
2003
2228
  readonly Vuepress: "vuepress";
2004
2229
  readonly Parcel: "parcel";
2230
+ readonly Fastapi: "fastapi";
2005
2231
  readonly Fasthtml: "fasthtml";
2006
2232
  readonly SanityV3: "sanity-v3";
2007
2233
  readonly Sanity: "sanity";
@@ -3753,6 +3979,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
3753
3979
  readonly Vitepress: "vitepress";
3754
3980
  readonly Vuepress: "vuepress";
3755
3981
  readonly Parcel: "parcel";
3982
+ readonly Fastapi: "fastapi";
3756
3983
  readonly Fasthtml: "fasthtml";
3757
3984
  readonly SanityV3: "sanity-v3";
3758
3985
  readonly Sanity: "sanity";
@@ -3806,6 +4033,7 @@ export declare namespace UpdateProjectProjectsFramework$ {
3806
4033
  readonly Vitepress: "vitepress";
3807
4034
  readonly Vuepress: "vuepress";
3808
4035
  readonly Parcel: "parcel";
4036
+ readonly Fastapi: "fastapi";
3809
4037
  readonly Fasthtml: "fasthtml";
3810
4038
  readonly SanityV3: "sanity-v3";
3811
4039
  readonly Sanity: "sanity";
@@ -4213,11 +4441,11 @@ export declare const UpdateProjectLinkProjectsResponse200ApplicationJSONType$out
4213
4441
  export declare namespace UpdateProjectLinkProjectsResponse200ApplicationJSONType$ {
4214
4442
  /** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
4215
4443
  const inboundSchema: z.ZodNativeEnum<{
4216
- readonly GithubCustomHost: "github-custom-host";
4444
+ readonly Bitbucket: "bitbucket";
4217
4445
  }>;
4218
4446
  /** @deprecated use `UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
4219
4447
  const outboundSchema: z.ZodNativeEnum<{
4220
- readonly GithubCustomHost: "github-custom-host";
4448
+ readonly Bitbucket: "bitbucket";
4221
4449
  }>;
4222
4450
  }
4223
4451
  /** @internal */
@@ -4250,12 +4478,12 @@ export declare function updateProjectLinkProjectsResponse200ApplicationJSONDeplo
4250
4478
  export declare const UpdateProjectLink5$inboundSchema: z.ZodType<UpdateProjectLink5, z.ZodTypeDef, unknown>;
4251
4479
  /** @internal */
4252
4480
  export type UpdateProjectLink5$Outbound = {
4253
- org: string;
4254
- repoOwnerId?: number | undefined;
4255
- repo?: string | undefined;
4256
- repoId?: number | undefined;
4481
+ name: string;
4482
+ slug: string;
4483
+ owner: string;
4257
4484
  type: string;
4258
- host: string;
4485
+ uuid: string;
4486
+ workspaceUuid: string;
4259
4487
  createdAt?: number | undefined;
4260
4488
  deployHooks: Array<UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound>;
4261
4489
  gitCredentialId: string;
@@ -4290,11 +4518,11 @@ export declare const UpdateProjectLinkProjectsResponse200Type$outboundSchema: z.
4290
4518
  export declare namespace UpdateProjectLinkProjectsResponse200Type$ {
4291
4519
  /** @deprecated use `UpdateProjectLinkProjectsResponse200Type$inboundSchema` instead. */
4292
4520
  const inboundSchema: z.ZodNativeEnum<{
4293
- readonly Bitbucket: "bitbucket";
4521
+ readonly Gitlab: "gitlab";
4294
4522
  }>;
4295
4523
  /** @deprecated use `UpdateProjectLinkProjectsResponse200Type$outboundSchema` instead. */
4296
4524
  const outboundSchema: z.ZodNativeEnum<{
4297
- readonly Bitbucket: "bitbucket";
4525
+ readonly Gitlab: "gitlab";
4298
4526
  }>;
4299
4527
  }
4300
4528
  /** @internal */
@@ -4327,12 +4555,13 @@ export declare function updateProjectLinkProjectsResponse200DeployHooksFromJSON(
4327
4555
  export declare const UpdateProjectLink4$inboundSchema: z.ZodType<UpdateProjectLink4, z.ZodTypeDef, unknown>;
4328
4556
  /** @internal */
4329
4557
  export type UpdateProjectLink4$Outbound = {
4330
- name: string;
4331
- slug: string;
4332
- owner: string;
4558
+ projectId: string;
4559
+ projectName: string;
4560
+ projectNameWithNamespace: string;
4561
+ projectNamespace: string;
4562
+ projectOwnerId?: number | undefined;
4563
+ projectUrl: string;
4333
4564
  type: string;
4334
- uuid: string;
4335
- workspaceUuid: string;
4336
4565
  createdAt?: number | undefined;
4337
4566
  deployHooks: Array<UpdateProjectLinkProjectsResponse200DeployHooks$Outbound>;
4338
4567
  gitCredentialId: string;
@@ -4367,11 +4596,11 @@ export declare const UpdateProjectLinkProjectsResponseType$outboundSchema: z.Zod
4367
4596
  export declare namespace UpdateProjectLinkProjectsResponseType$ {
4368
4597
  /** @deprecated use `UpdateProjectLinkProjectsResponseType$inboundSchema` instead. */
4369
4598
  const inboundSchema: z.ZodNativeEnum<{
4370
- readonly Gitlab: "gitlab";
4599
+ readonly GithubCustomHost: "github-custom-host";
4371
4600
  }>;
4372
4601
  /** @deprecated use `UpdateProjectLinkProjectsResponseType$outboundSchema` instead. */
4373
4602
  const outboundSchema: z.ZodNativeEnum<{
4374
- readonly Gitlab: "gitlab";
4603
+ readonly GithubCustomHost: "github-custom-host";
4375
4604
  }>;
4376
4605
  }
4377
4606
  /** @internal */
@@ -4404,13 +4633,12 @@ export declare function updateProjectLinkProjectsResponseDeployHooksFromJSON(jso
4404
4633
  export declare const UpdateProjectLink3$inboundSchema: z.ZodType<UpdateProjectLink3, z.ZodTypeDef, unknown>;
4405
4634
  /** @internal */
4406
4635
  export type UpdateProjectLink3$Outbound = {
4407
- projectId: string;
4408
- projectName: string;
4409
- projectNameWithNamespace: string;
4410
- projectNamespace: string;
4411
- projectOwnerId?: number | undefined;
4412
- projectUrl: string;
4636
+ org: string;
4637
+ repoOwnerId?: number | undefined;
4638
+ repo?: string | undefined;
4639
+ repoId?: number | undefined;
4413
4640
  type: string;
4641
+ host: string;
4414
4642
  createdAt?: number | undefined;
4415
4643
  deployHooks: Array<UpdateProjectLinkProjectsResponseDeployHooks$Outbound>;
4416
4644
  gitCredentialId: string;
@@ -4589,7 +4817,7 @@ export declare function updateProjectLink1FromJSON(jsonString: string): SafePars
4589
4817
  /** @internal */
4590
4818
  export declare const UpdateProjectLink$inboundSchema: z.ZodType<UpdateProjectLink, z.ZodTypeDef, unknown>;
4591
4819
  /** @internal */
4592
- export type UpdateProjectLink$Outbound = UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound;
4820
+ export type UpdateProjectLink$Outbound = UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound;
4593
4821
  /** @internal */
4594
4822
  export declare const UpdateProjectLink$outboundSchema: z.ZodType<UpdateProjectLink$Outbound, z.ZodTypeDef, UpdateProjectLink>;
4595
4823
  /**
@@ -5534,6 +5762,7 @@ export type UpdateProjectPermissions$Outbound = {
5534
5762
  jobGlobal?: Array<string> | undefined;
5535
5763
  drain?: Array<string> | undefined;
5536
5764
  logDrain?: Array<string> | undefined;
5765
+ traceDrain?: Array<string> | undefined;
5537
5766
  Monitoring?: Array<string> | undefined;
5538
5767
  monitoringSettings?: Array<string> | undefined;
5539
5768
  monitoringQuery?: Array<string> | undefined;
@@ -5554,6 +5783,7 @@ export type UpdateProjectPermissions$Outbound = {
5554
5783
  notificationCustomerBudget?: Array<string> | undefined;
5555
5784
  notificationStatementOfReasons?: Array<string> | undefined;
5556
5785
  observabilityConfiguration?: Array<string> | undefined;
5786
+ alerts?: Array<string> | undefined;
5557
5787
  observabilityNotebook?: Array<string> | undefined;
5558
5788
  observabilityFunnel?: Array<string> | undefined;
5559
5789
  openTelemetryEndpoint?: Array<string> | undefined;
@@ -6083,21 +6313,21 @@ export declare namespace UpdateProjectWebAnalytics$ {
6083
6313
  export declare function updateProjectWebAnalyticsToJSON(updateProjectWebAnalytics: UpdateProjectWebAnalytics): string;
6084
6314
  export declare function updateProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<UpdateProjectWebAnalytics, SDKValidationError>;
6085
6315
  /** @internal */
6086
- export declare const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
6316
+ export declare const UpdateProjectProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
6087
6317
  /** @internal */
6088
- export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
6318
+ export declare const UpdateProjectProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectProjectsResponse200Action>;
6089
6319
  /**
6090
6320
  * @internal
6091
6321
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6092
6322
  */
6093
- export declare namespace UpdateProjectAction$ {
6094
- /** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
6323
+ export declare namespace UpdateProjectProjectsResponse200Action$ {
6324
+ /** @deprecated use `UpdateProjectProjectsResponse200Action$inboundSchema` instead. */
6095
6325
  const inboundSchema: z.ZodNativeEnum<{
6096
6326
  readonly Log: "log";
6097
6327
  readonly Challenge: "challenge";
6098
6328
  readonly Deny: "deny";
6099
6329
  }>;
6100
- /** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
6330
+ /** @deprecated use `UpdateProjectProjectsResponse200Action$outboundSchema` instead. */
6101
6331
  const outboundSchema: z.ZodNativeEnum<{
6102
6332
  readonly Log: "log";
6103
6333
  readonly Challenge: "challenge";
@@ -6362,6 +6592,1127 @@ export declare namespace UpdateProjectFeatures$ {
6362
6592
  export declare function updateProjectFeaturesToJSON(updateProjectFeatures: UpdateProjectFeatures): string;
6363
6593
  export declare function updateProjectFeaturesFromJSON(jsonString: string): SafeParseResult<UpdateProjectFeatures, SDKValidationError>;
6364
6594
  /** @internal */
6595
+ export declare const UpdateProjectHistory$inboundSchema: z.ZodType<UpdateProjectHistory, z.ZodTypeDef, unknown>;
6596
+ /** @internal */
6597
+ export type UpdateProjectHistory$Outbound = {
6598
+ scanner: string;
6599
+ reason: string;
6600
+ by: string;
6601
+ byId: string;
6602
+ at: number;
6603
+ };
6604
+ /** @internal */
6605
+ export declare const UpdateProjectHistory$outboundSchema: z.ZodType<UpdateProjectHistory$Outbound, z.ZodTypeDef, UpdateProjectHistory>;
6606
+ /**
6607
+ * @internal
6608
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6609
+ */
6610
+ export declare namespace UpdateProjectHistory$ {
6611
+ /** @deprecated use `UpdateProjectHistory$inboundSchema` instead. */
6612
+ const inboundSchema: z.ZodType<UpdateProjectHistory, z.ZodTypeDef, unknown>;
6613
+ /** @deprecated use `UpdateProjectHistory$outboundSchema` instead. */
6614
+ const outboundSchema: z.ZodType<UpdateProjectHistory$Outbound, z.ZodTypeDef, UpdateProjectHistory>;
6615
+ /** @deprecated use `UpdateProjectHistory$Outbound` instead. */
6616
+ type Outbound = UpdateProjectHistory$Outbound;
6617
+ }
6618
+ export declare function updateProjectHistoryToJSON(updateProjectHistory: UpdateProjectHistory): string;
6619
+ export declare function updateProjectHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectHistory, SDKValidationError>;
6620
+ /** @internal */
6621
+ export declare const UpdateProjectAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
6622
+ /** @internal */
6623
+ export declare const UpdateProjectAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectAction>;
6624
+ /**
6625
+ * @internal
6626
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6627
+ */
6628
+ export declare namespace UpdateProjectAction$ {
6629
+ /** @deprecated use `UpdateProjectAction$inboundSchema` instead. */
6630
+ const inboundSchema: z.ZodNativeEnum<{
6631
+ readonly Blocked: "blocked";
6632
+ }>;
6633
+ /** @deprecated use `UpdateProjectAction$outboundSchema` instead. */
6634
+ const outboundSchema: z.ZodNativeEnum<{
6635
+ readonly Blocked: "blocked";
6636
+ }>;
6637
+ }
6638
+ /** @internal */
6639
+ export declare const UpdateProjectBlock$inboundSchema: z.ZodType<UpdateProjectBlock, z.ZodTypeDef, unknown>;
6640
+ /** @internal */
6641
+ export type UpdateProjectBlock$Outbound = {
6642
+ action: string;
6643
+ reason: string;
6644
+ statusCode: number;
6645
+ createdAt: number;
6646
+ caseId?: string | undefined;
6647
+ actor?: string | undefined;
6648
+ comment?: string | undefined;
6649
+ isCascading?: boolean | undefined;
6650
+ };
6651
+ /** @internal */
6652
+ export declare const UpdateProjectBlock$outboundSchema: z.ZodType<UpdateProjectBlock$Outbound, z.ZodTypeDef, UpdateProjectBlock>;
6653
+ /**
6654
+ * @internal
6655
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6656
+ */
6657
+ export declare namespace UpdateProjectBlock$ {
6658
+ /** @deprecated use `UpdateProjectBlock$inboundSchema` instead. */
6659
+ const inboundSchema: z.ZodType<UpdateProjectBlock, z.ZodTypeDef, unknown>;
6660
+ /** @deprecated use `UpdateProjectBlock$outboundSchema` instead. */
6661
+ const outboundSchema: z.ZodType<UpdateProjectBlock$Outbound, z.ZodTypeDef, UpdateProjectBlock>;
6662
+ /** @deprecated use `UpdateProjectBlock$Outbound` instead. */
6663
+ type Outbound = UpdateProjectBlock$Outbound;
6664
+ }
6665
+ export declare function updateProjectBlockToJSON(updateProjectBlock: UpdateProjectBlock): string;
6666
+ export declare function updateProjectBlockFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlock, SDKValidationError>;
6667
+ /** @internal */
6668
+ export declare const UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
6669
+ /** @internal */
6670
+ export declare const UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponse200Action>;
6671
+ /**
6672
+ * @internal
6673
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6674
+ */
6675
+ export declare namespace UpdateProjectBlockHistoryProjectsResponse200Action$ {
6676
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema` instead. */
6677
+ const inboundSchema: z.ZodNativeEnum<{
6678
+ readonly RouteUnblocked: "route-unblocked";
6679
+ }>;
6680
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema` instead. */
6681
+ const outboundSchema: z.ZodNativeEnum<{
6682
+ readonly RouteUnblocked: "route-unblocked";
6683
+ }>;
6684
+ }
6685
+ /** @internal */
6686
+ export declare const UpdateProjectHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
6687
+ /** @internal */
6688
+ export declare const UpdateProjectHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200Type>;
6689
+ /**
6690
+ * @internal
6691
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6692
+ */
6693
+ export declare namespace UpdateProjectHasProjectsResponse200Type$ {
6694
+ /** @deprecated use `UpdateProjectHasProjectsResponse200Type$inboundSchema` instead. */
6695
+ const inboundSchema: z.ZodNativeEnum<{
6696
+ readonly Host: "host";
6697
+ }>;
6698
+ /** @deprecated use `UpdateProjectHasProjectsResponse200Type$outboundSchema` instead. */
6699
+ const outboundSchema: z.ZodNativeEnum<{
6700
+ readonly Host: "host";
6701
+ }>;
6702
+ }
6703
+ /** @internal */
6704
+ export declare const UpdateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
6705
+ /** @internal */
6706
+ export type UpdateProjectHasProjectsResponse200Value$Outbound = {
6707
+ eq: string;
6708
+ };
6709
+ /** @internal */
6710
+ export declare const UpdateProjectHasProjectsResponse200Value$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200Value>;
6711
+ /**
6712
+ * @internal
6713
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6714
+ */
6715
+ export declare namespace UpdateProjectHasProjectsResponse200Value$ {
6716
+ /** @deprecated use `UpdateProjectHasProjectsResponse200Value$inboundSchema` instead. */
6717
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
6718
+ /** @deprecated use `UpdateProjectHasProjectsResponse200Value$outboundSchema` instead. */
6719
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200Value$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200Value>;
6720
+ /** @deprecated use `UpdateProjectHasProjectsResponse200Value$Outbound` instead. */
6721
+ type Outbound = UpdateProjectHasProjectsResponse200Value$Outbound;
6722
+ }
6723
+ export declare function updateProjectHasProjectsResponse200ValueToJSON(updateProjectHasProjectsResponse200Value: UpdateProjectHasProjectsResponse200Value): string;
6724
+ export declare function updateProjectHasProjectsResponse200ValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200Value, SDKValidationError>;
6725
+ /** @internal */
6726
+ export declare const UpdateProjectHasProjects2$inboundSchema: z.ZodType<UpdateProjectHasProjects2, z.ZodTypeDef, unknown>;
6727
+ /** @internal */
6728
+ export type UpdateProjectHasProjects2$Outbound = {
6729
+ type: string;
6730
+ value: UpdateProjectHasProjectsResponse200Value$Outbound;
6731
+ };
6732
+ /** @internal */
6733
+ export declare const UpdateProjectHasProjects2$outboundSchema: z.ZodType<UpdateProjectHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectHasProjects2>;
6734
+ /**
6735
+ * @internal
6736
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6737
+ */
6738
+ export declare namespace UpdateProjectHasProjects2$ {
6739
+ /** @deprecated use `UpdateProjectHasProjects2$inboundSchema` instead. */
6740
+ const inboundSchema: z.ZodType<UpdateProjectHasProjects2, z.ZodTypeDef, unknown>;
6741
+ /** @deprecated use `UpdateProjectHasProjects2$outboundSchema` instead. */
6742
+ const outboundSchema: z.ZodType<UpdateProjectHasProjects2$Outbound, z.ZodTypeDef, UpdateProjectHasProjects2>;
6743
+ /** @deprecated use `UpdateProjectHasProjects2$Outbound` instead. */
6744
+ type Outbound = UpdateProjectHasProjects2$Outbound;
6745
+ }
6746
+ export declare function updateProjectHasProjects2ToJSON(updateProjectHasProjects2: UpdateProjectHasProjects2): string;
6747
+ export declare function updateProjectHasProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjects2, SDKValidationError>;
6748
+ /** @internal */
6749
+ export declare const UpdateProjectHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
6750
+ /** @internal */
6751
+ export declare const UpdateProjectHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseType>;
6752
+ /**
6753
+ * @internal
6754
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6755
+ */
6756
+ export declare namespace UpdateProjectHasProjectsResponseType$ {
6757
+ /** @deprecated use `UpdateProjectHasProjectsResponseType$inboundSchema` instead. */
6758
+ const inboundSchema: z.ZodNativeEnum<{
6759
+ readonly Header: "header";
6760
+ }>;
6761
+ /** @deprecated use `UpdateProjectHasProjectsResponseType$outboundSchema` instead. */
6762
+ const outboundSchema: z.ZodNativeEnum<{
6763
+ readonly Header: "header";
6764
+ }>;
6765
+ }
6766
+ /** @internal */
6767
+ export declare const UpdateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
6768
+ /** @internal */
6769
+ export declare const UpdateProjectHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsKey>;
6770
+ /**
6771
+ * @internal
6772
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6773
+ */
6774
+ export declare namespace UpdateProjectHasProjectsKey$ {
6775
+ /** @deprecated use `UpdateProjectHasProjectsKey$inboundSchema` instead. */
6776
+ const inboundSchema: z.ZodNativeEnum<{
6777
+ readonly XVercelIpCountry: "x-vercel-ip-country";
6778
+ }>;
6779
+ /** @deprecated use `UpdateProjectHasProjectsKey$outboundSchema` instead. */
6780
+ const outboundSchema: z.ZodNativeEnum<{
6781
+ readonly XVercelIpCountry: "x-vercel-ip-country";
6782
+ }>;
6783
+ }
6784
+ /** @internal */
6785
+ export declare const UpdateProjectHasProjectsResponseValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
6786
+ /** @internal */
6787
+ export type UpdateProjectHasProjectsResponseValue$Outbound = {
6788
+ eq: string;
6789
+ };
6790
+ /** @internal */
6791
+ export declare const UpdateProjectHasProjectsResponseValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponseValue>;
6792
+ /**
6793
+ * @internal
6794
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6795
+ */
6796
+ export declare namespace UpdateProjectHasProjectsResponseValue$ {
6797
+ /** @deprecated use `UpdateProjectHasProjectsResponseValue$inboundSchema` instead. */
6798
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue, z.ZodTypeDef, unknown>;
6799
+ /** @deprecated use `UpdateProjectHasProjectsResponseValue$outboundSchema` instead. */
6800
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponseValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponseValue>;
6801
+ /** @deprecated use `UpdateProjectHasProjectsResponseValue$Outbound` instead. */
6802
+ type Outbound = UpdateProjectHasProjectsResponseValue$Outbound;
6803
+ }
6804
+ export declare function updateProjectHasProjectsResponseValueToJSON(updateProjectHasProjectsResponseValue: UpdateProjectHasProjectsResponseValue): string;
6805
+ export declare function updateProjectHasProjectsResponseValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponseValue, SDKValidationError>;
6806
+ /** @internal */
6807
+ export declare const UpdateProjectHasProjects1$inboundSchema: z.ZodType<UpdateProjectHasProjects1, z.ZodTypeDef, unknown>;
6808
+ /** @internal */
6809
+ export type UpdateProjectHasProjects1$Outbound = {
6810
+ type: string;
6811
+ key: string;
6812
+ value: UpdateProjectHasProjectsResponseValue$Outbound;
6813
+ };
6814
+ /** @internal */
6815
+ export declare const UpdateProjectHasProjects1$outboundSchema: z.ZodType<UpdateProjectHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectHasProjects1>;
6816
+ /**
6817
+ * @internal
6818
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6819
+ */
6820
+ export declare namespace UpdateProjectHasProjects1$ {
6821
+ /** @deprecated use `UpdateProjectHasProjects1$inboundSchema` instead. */
6822
+ const inboundSchema: z.ZodType<UpdateProjectHasProjects1, z.ZodTypeDef, unknown>;
6823
+ /** @deprecated use `UpdateProjectHasProjects1$outboundSchema` instead. */
6824
+ const outboundSchema: z.ZodType<UpdateProjectHasProjects1$Outbound, z.ZodTypeDef, UpdateProjectHasProjects1>;
6825
+ /** @deprecated use `UpdateProjectHasProjects1$Outbound` instead. */
6826
+ type Outbound = UpdateProjectHasProjects1$Outbound;
6827
+ }
6828
+ export declare function updateProjectHasProjects1ToJSON(updateProjectHasProjects1: UpdateProjectHasProjects1): string;
6829
+ export declare function updateProjectHasProjects1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjects1, SDKValidationError>;
6830
+ /** @internal */
6831
+ export declare const UpdateProjectRouteProjectsHas$inboundSchema: z.ZodType<UpdateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
6832
+ /** @internal */
6833
+ export type UpdateProjectRouteProjectsHas$Outbound = UpdateProjectHasProjects1$Outbound | UpdateProjectHasProjects2$Outbound;
6834
+ /** @internal */
6835
+ export declare const UpdateProjectRouteProjectsHas$outboundSchema: z.ZodType<UpdateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsHas>;
6836
+ /**
6837
+ * @internal
6838
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6839
+ */
6840
+ export declare namespace UpdateProjectRouteProjectsHas$ {
6841
+ /** @deprecated use `UpdateProjectRouteProjectsHas$inboundSchema` instead. */
6842
+ const inboundSchema: z.ZodType<UpdateProjectRouteProjectsHas, z.ZodTypeDef, unknown>;
6843
+ /** @deprecated use `UpdateProjectRouteProjectsHas$outboundSchema` instead. */
6844
+ const outboundSchema: z.ZodType<UpdateProjectRouteProjectsHas$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsHas>;
6845
+ /** @deprecated use `UpdateProjectRouteProjectsHas$Outbound` instead. */
6846
+ type Outbound = UpdateProjectRouteProjectsHas$Outbound;
6847
+ }
6848
+ export declare function updateProjectRouteProjectsHasToJSON(updateProjectRouteProjectsHas: UpdateProjectRouteProjectsHas): string;
6849
+ export declare function updateProjectRouteProjectsHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjectsHas, SDKValidationError>;
6850
+ /** @internal */
6851
+ export declare const UpdateProjectRouteProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteProjectsAction>;
6852
+ /** @internal */
6853
+ export declare const UpdateProjectRouteProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteProjectsAction>;
6854
+ /**
6855
+ * @internal
6856
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6857
+ */
6858
+ export declare namespace UpdateProjectRouteProjectsAction$ {
6859
+ /** @deprecated use `UpdateProjectRouteProjectsAction$inboundSchema` instead. */
6860
+ const inboundSchema: z.ZodNativeEnum<{
6861
+ readonly BlockLegalCwc: "block_legal_cwc";
6862
+ }>;
6863
+ /** @deprecated use `UpdateProjectRouteProjectsAction$outboundSchema` instead. */
6864
+ const outboundSchema: z.ZodNativeEnum<{
6865
+ readonly BlockLegalCwc: "block_legal_cwc";
6866
+ }>;
6867
+ }
6868
+ /** @internal */
6869
+ export declare const UpdateProjectRouteProjectsMitigate$inboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
6870
+ /** @internal */
6871
+ export type UpdateProjectRouteProjectsMitigate$Outbound = {
6872
+ action: string;
6873
+ };
6874
+ /** @internal */
6875
+ export declare const UpdateProjectRouteProjectsMitigate$outboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsMitigate>;
6876
+ /**
6877
+ * @internal
6878
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6879
+ */
6880
+ export declare namespace UpdateProjectRouteProjectsMitigate$ {
6881
+ /** @deprecated use `UpdateProjectRouteProjectsMitigate$inboundSchema` instead. */
6882
+ const inboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate, z.ZodTypeDef, unknown>;
6883
+ /** @deprecated use `UpdateProjectRouteProjectsMitigate$outboundSchema` instead. */
6884
+ const outboundSchema: z.ZodType<UpdateProjectRouteProjectsMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteProjectsMitigate>;
6885
+ /** @deprecated use `UpdateProjectRouteProjectsMitigate$Outbound` instead. */
6886
+ type Outbound = UpdateProjectRouteProjectsMitigate$Outbound;
6887
+ }
6888
+ export declare function updateProjectRouteProjectsMitigateToJSON(updateProjectRouteProjectsMitigate: UpdateProjectRouteProjectsMitigate): string;
6889
+ export declare function updateProjectRouteProjectsMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjectsMitigate, SDKValidationError>;
6890
+ /** @internal */
6891
+ export declare const UpdateProjectRouteProjects2$inboundSchema: z.ZodType<UpdateProjectRouteProjects2, z.ZodTypeDef, unknown>;
6892
+ /** @internal */
6893
+ export type UpdateProjectRouteProjects2$Outbound = {
6894
+ has: Array<UpdateProjectHasProjects1$Outbound | UpdateProjectHasProjects2$Outbound>;
6895
+ mitigate: UpdateProjectRouteProjectsMitigate$Outbound;
6896
+ src?: string | undefined;
6897
+ };
6898
+ /** @internal */
6899
+ export declare const UpdateProjectRouteProjects2$outboundSchema: z.ZodType<UpdateProjectRouteProjects2$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects2>;
6900
+ /**
6901
+ * @internal
6902
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6903
+ */
6904
+ export declare namespace UpdateProjectRouteProjects2$ {
6905
+ /** @deprecated use `UpdateProjectRouteProjects2$inboundSchema` instead. */
6906
+ const inboundSchema: z.ZodType<UpdateProjectRouteProjects2, z.ZodTypeDef, unknown>;
6907
+ /** @deprecated use `UpdateProjectRouteProjects2$outboundSchema` instead. */
6908
+ const outboundSchema: z.ZodType<UpdateProjectRouteProjects2$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects2>;
6909
+ /** @deprecated use `UpdateProjectRouteProjects2$Outbound` instead. */
6910
+ type Outbound = UpdateProjectRouteProjects2$Outbound;
6911
+ }
6912
+ export declare function updateProjectRouteProjects2ToJSON(updateProjectRouteProjects2: UpdateProjectRouteProjects2): string;
6913
+ export declare function updateProjectRouteProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjects2, SDKValidationError>;
6914
+ /** @internal */
6915
+ export declare const UpdateProjectRouteProjects1$inboundSchema: z.ZodType<UpdateProjectRouteProjects1, z.ZodTypeDef, unknown>;
6916
+ /** @internal */
6917
+ export type UpdateProjectRouteProjects1$Outbound = {
6918
+ src: string;
6919
+ status: number;
6920
+ };
6921
+ /** @internal */
6922
+ export declare const UpdateProjectRouteProjects1$outboundSchema: z.ZodType<UpdateProjectRouteProjects1$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects1>;
6923
+ /**
6924
+ * @internal
6925
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6926
+ */
6927
+ export declare namespace UpdateProjectRouteProjects1$ {
6928
+ /** @deprecated use `UpdateProjectRouteProjects1$inboundSchema` instead. */
6929
+ const inboundSchema: z.ZodType<UpdateProjectRouteProjects1, z.ZodTypeDef, unknown>;
6930
+ /** @deprecated use `UpdateProjectRouteProjects1$outboundSchema` instead. */
6931
+ const outboundSchema: z.ZodType<UpdateProjectRouteProjects1$Outbound, z.ZodTypeDef, UpdateProjectRouteProjects1>;
6932
+ /** @deprecated use `UpdateProjectRouteProjects1$Outbound` instead. */
6933
+ type Outbound = UpdateProjectRouteProjects1$Outbound;
6934
+ }
6935
+ export declare function updateProjectRouteProjects1ToJSON(updateProjectRouteProjects1: UpdateProjectRouteProjects1): string;
6936
+ export declare function updateProjectRouteProjects1FromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteProjects1, SDKValidationError>;
6937
+ /** @internal */
6938
+ export declare const UpdateProjectBlockHistoryProjectsRoute$inboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
6939
+ /** @internal */
6940
+ export type UpdateProjectBlockHistoryProjectsRoute$Outbound = UpdateProjectRouteProjects1$Outbound | UpdateProjectRouteProjects2$Outbound;
6941
+ /** @internal */
6942
+ export declare const UpdateProjectBlockHistoryProjectsRoute$outboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryProjectsRoute>;
6943
+ /**
6944
+ * @internal
6945
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6946
+ */
6947
+ export declare namespace UpdateProjectBlockHistoryProjectsRoute$ {
6948
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$inboundSchema` instead. */
6949
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute, z.ZodTypeDef, unknown>;
6950
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$outboundSchema` instead. */
6951
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistoryProjectsRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryProjectsRoute>;
6952
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsRoute$Outbound` instead. */
6953
+ type Outbound = UpdateProjectBlockHistoryProjectsRoute$Outbound;
6954
+ }
6955
+ export declare function updateProjectBlockHistoryProjectsRouteToJSON(updateProjectBlockHistoryProjectsRoute: UpdateProjectBlockHistoryProjectsRoute): string;
6956
+ export declare function updateProjectBlockHistoryProjectsRouteFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistoryProjectsRoute, SDKValidationError>;
6957
+ /** @internal */
6958
+ export declare const UpdateProjectBlockHistory4$inboundSchema: z.ZodType<UpdateProjectBlockHistory4, z.ZodTypeDef, unknown>;
6959
+ /** @internal */
6960
+ export type UpdateProjectBlockHistory4$Outbound = {
6961
+ action: string;
6962
+ route: UpdateProjectRouteProjects1$Outbound | UpdateProjectRouteProjects2$Outbound;
6963
+ statusCode?: number | undefined;
6964
+ createdAt: number;
6965
+ caseId?: string | undefined;
6966
+ actor?: string | undefined;
6967
+ comment?: string | undefined;
6968
+ isCascading?: boolean | undefined;
6969
+ };
6970
+ /** @internal */
6971
+ export declare const UpdateProjectBlockHistory4$outboundSchema: z.ZodType<UpdateProjectBlockHistory4$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory4>;
6972
+ /**
6973
+ * @internal
6974
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6975
+ */
6976
+ export declare namespace UpdateProjectBlockHistory4$ {
6977
+ /** @deprecated use `UpdateProjectBlockHistory4$inboundSchema` instead. */
6978
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistory4, z.ZodTypeDef, unknown>;
6979
+ /** @deprecated use `UpdateProjectBlockHistory4$outboundSchema` instead. */
6980
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistory4$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory4>;
6981
+ /** @deprecated use `UpdateProjectBlockHistory4$Outbound` instead. */
6982
+ type Outbound = UpdateProjectBlockHistory4$Outbound;
6983
+ }
6984
+ export declare function updateProjectBlockHistory4ToJSON(updateProjectBlockHistory4: UpdateProjectBlockHistory4): string;
6985
+ export declare function updateProjectBlockHistory4FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory4, SDKValidationError>;
6986
+ /** @internal */
6987
+ export declare const UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
6988
+ /** @internal */
6989
+ export declare const UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsResponseAction>;
6990
+ /**
6991
+ * @internal
6992
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6993
+ */
6994
+ export declare namespace UpdateProjectBlockHistoryProjectsResponseAction$ {
6995
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema` instead. */
6996
+ const inboundSchema: z.ZodNativeEnum<{
6997
+ readonly RouteBlocked: "route-blocked";
6998
+ }>;
6999
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema` instead. */
7000
+ const outboundSchema: z.ZodNativeEnum<{
7001
+ readonly RouteBlocked: "route-blocked";
7002
+ }>;
7003
+ }
7004
+ /** @internal */
7005
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
7006
+ /** @internal */
7007
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType>;
7008
+ /**
7009
+ * @internal
7010
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7011
+ */
7012
+ export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$ {
7013
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
7014
+ const inboundSchema: z.ZodNativeEnum<{
7015
+ readonly Host: "host";
7016
+ }>;
7017
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
7018
+ const outboundSchema: z.ZodNativeEnum<{
7019
+ readonly Host: "host";
7020
+ }>;
7021
+ }
7022
+ /** @internal */
7023
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
7024
+ /** @internal */
7025
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound = {
7026
+ eq: string;
7027
+ };
7028
+ /** @internal */
7029
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
7030
+ /**
7031
+ * @internal
7032
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7033
+ */
7034
+ export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$ {
7035
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema` instead. */
7036
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, z.ZodTypeDef, unknown>;
7037
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema` instead. */
7038
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue>;
7039
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound` instead. */
7040
+ type Outbound = UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
7041
+ }
7042
+ export declare function updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValueToJSON(updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue): string;
7043
+ export declare function updateProjectHasProjectsResponse200ApplicationJSONResponseBodyValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue, SDKValidationError>;
7044
+ /** @internal */
7045
+ export declare const UpdateProjectHasProjectsResponse2$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
7046
+ /** @internal */
7047
+ export type UpdateProjectHasProjectsResponse2$Outbound = {
7048
+ type: string;
7049
+ value: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
7050
+ };
7051
+ /** @internal */
7052
+ export declare const UpdateProjectHasProjectsResponse2$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse2>;
7053
+ /**
7054
+ * @internal
7055
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7056
+ */
7057
+ export declare namespace UpdateProjectHasProjectsResponse2$ {
7058
+ /** @deprecated use `UpdateProjectHasProjectsResponse2$inboundSchema` instead. */
7059
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2, z.ZodTypeDef, unknown>;
7060
+ /** @deprecated use `UpdateProjectHasProjectsResponse2$outboundSchema` instead. */
7061
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse2$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse2>;
7062
+ /** @deprecated use `UpdateProjectHasProjectsResponse2$Outbound` instead. */
7063
+ type Outbound = UpdateProjectHasProjectsResponse2$Outbound;
7064
+ }
7065
+ export declare function updateProjectHasProjectsResponse2ToJSON(updateProjectHasProjectsResponse2: UpdateProjectHasProjectsResponse2): string;
7066
+ export declare function updateProjectHasProjectsResponse2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse2, SDKValidationError>;
7067
+ /** @internal */
7068
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
7069
+ /** @internal */
7070
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponse200ApplicationJSONType>;
7071
+ /**
7072
+ * @internal
7073
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7074
+ */
7075
+ export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONType$ {
7076
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema` instead. */
7077
+ const inboundSchema: z.ZodNativeEnum<{
7078
+ readonly Header: "header";
7079
+ }>;
7080
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema` instead. */
7081
+ const outboundSchema: z.ZodNativeEnum<{
7082
+ readonly Header: "header";
7083
+ }>;
7084
+ }
7085
+ /** @internal */
7086
+ export declare const UpdateProjectHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
7087
+ /** @internal */
7088
+ export declare const UpdateProjectHasProjectsResponseKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsResponseKey>;
7089
+ /**
7090
+ * @internal
7091
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7092
+ */
7093
+ export declare namespace UpdateProjectHasProjectsResponseKey$ {
7094
+ /** @deprecated use `UpdateProjectHasProjectsResponseKey$inboundSchema` instead. */
7095
+ const inboundSchema: z.ZodNativeEnum<{
7096
+ readonly XVercelIpCountry: "x-vercel-ip-country";
7097
+ }>;
7098
+ /** @deprecated use `UpdateProjectHasProjectsResponseKey$outboundSchema` instead. */
7099
+ const outboundSchema: z.ZodNativeEnum<{
7100
+ readonly XVercelIpCountry: "x-vercel-ip-country";
7101
+ }>;
7102
+ }
7103
+ /** @internal */
7104
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
7105
+ /** @internal */
7106
+ export type UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound = {
7107
+ eq: string;
7108
+ };
7109
+ /** @internal */
7110
+ export declare const UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONValue>;
7111
+ /**
7112
+ * @internal
7113
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7114
+ */
7115
+ export declare namespace UpdateProjectHasProjectsResponse200ApplicationJSONValue$ {
7116
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema` instead. */
7117
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue, z.ZodTypeDef, unknown>;
7118
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema` instead. */
7119
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse200ApplicationJSONValue>;
7120
+ /** @deprecated use `UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound` instead. */
7121
+ type Outbound = UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
7122
+ }
7123
+ export declare function updateProjectHasProjectsResponse200ApplicationJSONValueToJSON(updateProjectHasProjectsResponse200ApplicationJSONValue: UpdateProjectHasProjectsResponse200ApplicationJSONValue): string;
7124
+ export declare function updateProjectHasProjectsResponse200ApplicationJSONValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse200ApplicationJSONValue, SDKValidationError>;
7125
+ /** @internal */
7126
+ export declare const UpdateProjectHasProjectsResponse1$inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
7127
+ /** @internal */
7128
+ export type UpdateProjectHasProjectsResponse1$Outbound = {
7129
+ type: string;
7130
+ key: string;
7131
+ value: UpdateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
7132
+ };
7133
+ /** @internal */
7134
+ export declare const UpdateProjectHasProjectsResponse1$outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse1>;
7135
+ /**
7136
+ * @internal
7137
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7138
+ */
7139
+ export declare namespace UpdateProjectHasProjectsResponse1$ {
7140
+ /** @deprecated use `UpdateProjectHasProjectsResponse1$inboundSchema` instead. */
7141
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1, z.ZodTypeDef, unknown>;
7142
+ /** @deprecated use `UpdateProjectHasProjectsResponse1$outboundSchema` instead. */
7143
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsResponse1$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsResponse1>;
7144
+ /** @deprecated use `UpdateProjectHasProjectsResponse1$Outbound` instead. */
7145
+ type Outbound = UpdateProjectHasProjectsResponse1$Outbound;
7146
+ }
7147
+ export declare function updateProjectHasProjectsResponse1ToJSON(updateProjectHasProjectsResponse1: UpdateProjectHasProjectsResponse1): string;
7148
+ export declare function updateProjectHasProjectsResponse1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsResponse1, SDKValidationError>;
7149
+ /** @internal */
7150
+ export declare const UpdateProjectRouteHas$inboundSchema: z.ZodType<UpdateProjectRouteHas, z.ZodTypeDef, unknown>;
7151
+ /** @internal */
7152
+ export type UpdateProjectRouteHas$Outbound = UpdateProjectHasProjectsResponse1$Outbound | UpdateProjectHasProjectsResponse2$Outbound;
7153
+ /** @internal */
7154
+ export declare const UpdateProjectRouteHas$outboundSchema: z.ZodType<UpdateProjectRouteHas$Outbound, z.ZodTypeDef, UpdateProjectRouteHas>;
7155
+ /**
7156
+ * @internal
7157
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7158
+ */
7159
+ export declare namespace UpdateProjectRouteHas$ {
7160
+ /** @deprecated use `UpdateProjectRouteHas$inboundSchema` instead. */
7161
+ const inboundSchema: z.ZodType<UpdateProjectRouteHas, z.ZodTypeDef, unknown>;
7162
+ /** @deprecated use `UpdateProjectRouteHas$outboundSchema` instead. */
7163
+ const outboundSchema: z.ZodType<UpdateProjectRouteHas$Outbound, z.ZodTypeDef, UpdateProjectRouteHas>;
7164
+ /** @deprecated use `UpdateProjectRouteHas$Outbound` instead. */
7165
+ type Outbound = UpdateProjectRouteHas$Outbound;
7166
+ }
7167
+ export declare function updateProjectRouteHasToJSON(updateProjectRouteHas: UpdateProjectRouteHas): string;
7168
+ export declare function updateProjectRouteHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteHas, SDKValidationError>;
7169
+ /** @internal */
7170
+ export declare const UpdateProjectRouteAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteAction>;
7171
+ /** @internal */
7172
+ export declare const UpdateProjectRouteAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectRouteAction>;
7173
+ /**
7174
+ * @internal
7175
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7176
+ */
7177
+ export declare namespace UpdateProjectRouteAction$ {
7178
+ /** @deprecated use `UpdateProjectRouteAction$inboundSchema` instead. */
7179
+ const inboundSchema: z.ZodNativeEnum<{
7180
+ readonly BlockLegalCwc: "block_legal_cwc";
7181
+ }>;
7182
+ /** @deprecated use `UpdateProjectRouteAction$outboundSchema` instead. */
7183
+ const outboundSchema: z.ZodNativeEnum<{
7184
+ readonly BlockLegalCwc: "block_legal_cwc";
7185
+ }>;
7186
+ }
7187
+ /** @internal */
7188
+ export declare const UpdateProjectRouteMitigate$inboundSchema: z.ZodType<UpdateProjectRouteMitigate, z.ZodTypeDef, unknown>;
7189
+ /** @internal */
7190
+ export type UpdateProjectRouteMitigate$Outbound = {
7191
+ action: string;
7192
+ };
7193
+ /** @internal */
7194
+ export declare const UpdateProjectRouteMitigate$outboundSchema: z.ZodType<UpdateProjectRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteMitigate>;
7195
+ /**
7196
+ * @internal
7197
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7198
+ */
7199
+ export declare namespace UpdateProjectRouteMitigate$ {
7200
+ /** @deprecated use `UpdateProjectRouteMitigate$inboundSchema` instead. */
7201
+ const inboundSchema: z.ZodType<UpdateProjectRouteMitigate, z.ZodTypeDef, unknown>;
7202
+ /** @deprecated use `UpdateProjectRouteMitigate$outboundSchema` instead. */
7203
+ const outboundSchema: z.ZodType<UpdateProjectRouteMitigate$Outbound, z.ZodTypeDef, UpdateProjectRouteMitigate>;
7204
+ /** @deprecated use `UpdateProjectRouteMitigate$Outbound` instead. */
7205
+ type Outbound = UpdateProjectRouteMitigate$Outbound;
7206
+ }
7207
+ export declare function updateProjectRouteMitigateToJSON(updateProjectRouteMitigate: UpdateProjectRouteMitigate): string;
7208
+ export declare function updateProjectRouteMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectRouteMitigate, SDKValidationError>;
7209
+ /** @internal */
7210
+ export declare const UpdateProjectRoute2$inboundSchema: z.ZodType<UpdateProjectRoute2, z.ZodTypeDef, unknown>;
7211
+ /** @internal */
7212
+ export type UpdateProjectRoute2$Outbound = {
7213
+ has: Array<UpdateProjectHasProjectsResponse1$Outbound | UpdateProjectHasProjectsResponse2$Outbound>;
7214
+ mitigate: UpdateProjectRouteMitigate$Outbound;
7215
+ src?: string | undefined;
7216
+ };
7217
+ /** @internal */
7218
+ export declare const UpdateProjectRoute2$outboundSchema: z.ZodType<UpdateProjectRoute2$Outbound, z.ZodTypeDef, UpdateProjectRoute2>;
7219
+ /**
7220
+ * @internal
7221
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7222
+ */
7223
+ export declare namespace UpdateProjectRoute2$ {
7224
+ /** @deprecated use `UpdateProjectRoute2$inboundSchema` instead. */
7225
+ const inboundSchema: z.ZodType<UpdateProjectRoute2, z.ZodTypeDef, unknown>;
7226
+ /** @deprecated use `UpdateProjectRoute2$outboundSchema` instead. */
7227
+ const outboundSchema: z.ZodType<UpdateProjectRoute2$Outbound, z.ZodTypeDef, UpdateProjectRoute2>;
7228
+ /** @deprecated use `UpdateProjectRoute2$Outbound` instead. */
7229
+ type Outbound = UpdateProjectRoute2$Outbound;
7230
+ }
7231
+ export declare function updateProjectRoute2ToJSON(updateProjectRoute2: UpdateProjectRoute2): string;
7232
+ export declare function updateProjectRoute2FromJSON(jsonString: string): SafeParseResult<UpdateProjectRoute2, SDKValidationError>;
7233
+ /** @internal */
7234
+ export declare const UpdateProjectRoute1$inboundSchema: z.ZodType<UpdateProjectRoute1, z.ZodTypeDef, unknown>;
7235
+ /** @internal */
7236
+ export type UpdateProjectRoute1$Outbound = {
7237
+ src: string;
7238
+ status: number;
7239
+ };
7240
+ /** @internal */
7241
+ export declare const UpdateProjectRoute1$outboundSchema: z.ZodType<UpdateProjectRoute1$Outbound, z.ZodTypeDef, UpdateProjectRoute1>;
7242
+ /**
7243
+ * @internal
7244
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7245
+ */
7246
+ export declare namespace UpdateProjectRoute1$ {
7247
+ /** @deprecated use `UpdateProjectRoute1$inboundSchema` instead. */
7248
+ const inboundSchema: z.ZodType<UpdateProjectRoute1, z.ZodTypeDef, unknown>;
7249
+ /** @deprecated use `UpdateProjectRoute1$outboundSchema` instead. */
7250
+ const outboundSchema: z.ZodType<UpdateProjectRoute1$Outbound, z.ZodTypeDef, UpdateProjectRoute1>;
7251
+ /** @deprecated use `UpdateProjectRoute1$Outbound` instead. */
7252
+ type Outbound = UpdateProjectRoute1$Outbound;
7253
+ }
7254
+ export declare function updateProjectRoute1ToJSON(updateProjectRoute1: UpdateProjectRoute1): string;
7255
+ export declare function updateProjectRoute1FromJSON(jsonString: string): SafeParseResult<UpdateProjectRoute1, SDKValidationError>;
7256
+ /** @internal */
7257
+ export declare const UpdateProjectBlockHistoryRoute$inboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
7258
+ /** @internal */
7259
+ export type UpdateProjectBlockHistoryRoute$Outbound = UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
7260
+ /** @internal */
7261
+ export declare const UpdateProjectBlockHistoryRoute$outboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryRoute>;
7262
+ /**
7263
+ * @internal
7264
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7265
+ */
7266
+ export declare namespace UpdateProjectBlockHistoryRoute$ {
7267
+ /** @deprecated use `UpdateProjectBlockHistoryRoute$inboundSchema` instead. */
7268
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute, z.ZodTypeDef, unknown>;
7269
+ /** @deprecated use `UpdateProjectBlockHistoryRoute$outboundSchema` instead. */
7270
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistoryRoute$Outbound, z.ZodTypeDef, UpdateProjectBlockHistoryRoute>;
7271
+ /** @deprecated use `UpdateProjectBlockHistoryRoute$Outbound` instead. */
7272
+ type Outbound = UpdateProjectBlockHistoryRoute$Outbound;
7273
+ }
7274
+ export declare function updateProjectBlockHistoryRouteToJSON(updateProjectBlockHistoryRoute: UpdateProjectBlockHistoryRoute): string;
7275
+ export declare function updateProjectBlockHistoryRouteFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistoryRoute, SDKValidationError>;
7276
+ /** @internal */
7277
+ export declare const UpdateProjectBlockHistory3$inboundSchema: z.ZodType<UpdateProjectBlockHistory3, z.ZodTypeDef, unknown>;
7278
+ /** @internal */
7279
+ export type UpdateProjectBlockHistory3$Outbound = {
7280
+ action: string;
7281
+ route: UpdateProjectRoute1$Outbound | UpdateProjectRoute2$Outbound;
7282
+ reason: string;
7283
+ createdAt: number;
7284
+ caseId?: string | undefined;
7285
+ actor?: string | undefined;
7286
+ comment?: string | undefined;
7287
+ isCascading?: boolean | undefined;
7288
+ };
7289
+ /** @internal */
7290
+ export declare const UpdateProjectBlockHistory3$outboundSchema: z.ZodType<UpdateProjectBlockHistory3$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory3>;
7291
+ /**
7292
+ * @internal
7293
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7294
+ */
7295
+ export declare namespace UpdateProjectBlockHistory3$ {
7296
+ /** @deprecated use `UpdateProjectBlockHistory3$inboundSchema` instead. */
7297
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistory3, z.ZodTypeDef, unknown>;
7298
+ /** @deprecated use `UpdateProjectBlockHistory3$outboundSchema` instead. */
7299
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistory3$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory3>;
7300
+ /** @deprecated use `UpdateProjectBlockHistory3$Outbound` instead. */
7301
+ type Outbound = UpdateProjectBlockHistory3$Outbound;
7302
+ }
7303
+ export declare function updateProjectBlockHistory3ToJSON(updateProjectBlockHistory3: UpdateProjectBlockHistory3): string;
7304
+ export declare function updateProjectBlockHistory3FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory3, SDKValidationError>;
7305
+ /** @internal */
7306
+ export declare const UpdateProjectBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
7307
+ /** @internal */
7308
+ export declare const UpdateProjectBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryProjectsAction>;
7309
+ /**
7310
+ * @internal
7311
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7312
+ */
7313
+ export declare namespace UpdateProjectBlockHistoryProjectsAction$ {
7314
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsAction$inboundSchema` instead. */
7315
+ const inboundSchema: z.ZodNativeEnum<{
7316
+ readonly Unblocked: "unblocked";
7317
+ }>;
7318
+ /** @deprecated use `UpdateProjectBlockHistoryProjectsAction$outboundSchema` instead. */
7319
+ const outboundSchema: z.ZodNativeEnum<{
7320
+ readonly Unblocked: "unblocked";
7321
+ }>;
7322
+ }
7323
+ /** @internal */
7324
+ export declare const UpdateProjectBlockHistory2$inboundSchema: z.ZodType<UpdateProjectBlockHistory2, z.ZodTypeDef, unknown>;
7325
+ /** @internal */
7326
+ export type UpdateProjectBlockHistory2$Outbound = {
7327
+ action: string;
7328
+ createdAt: number;
7329
+ caseId?: string | undefined;
7330
+ actor?: string | undefined;
7331
+ comment?: string | undefined;
7332
+ isCascading?: boolean | undefined;
7333
+ };
7334
+ /** @internal */
7335
+ export declare const UpdateProjectBlockHistory2$outboundSchema: z.ZodType<UpdateProjectBlockHistory2$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory2>;
7336
+ /**
7337
+ * @internal
7338
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7339
+ */
7340
+ export declare namespace UpdateProjectBlockHistory2$ {
7341
+ /** @deprecated use `UpdateProjectBlockHistory2$inboundSchema` instead. */
7342
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistory2, z.ZodTypeDef, unknown>;
7343
+ /** @deprecated use `UpdateProjectBlockHistory2$outboundSchema` instead. */
7344
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistory2$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory2>;
7345
+ /** @deprecated use `UpdateProjectBlockHistory2$Outbound` instead. */
7346
+ type Outbound = UpdateProjectBlockHistory2$Outbound;
7347
+ }
7348
+ export declare function updateProjectBlockHistory2ToJSON(updateProjectBlockHistory2: UpdateProjectBlockHistory2): string;
7349
+ export declare function updateProjectBlockHistory2FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory2, SDKValidationError>;
7350
+ /** @internal */
7351
+ export declare const UpdateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
7352
+ /** @internal */
7353
+ export declare const UpdateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectBlockHistoryAction>;
7354
+ /**
7355
+ * @internal
7356
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7357
+ */
7358
+ export declare namespace UpdateProjectBlockHistoryAction$ {
7359
+ /** @deprecated use `UpdateProjectBlockHistoryAction$inboundSchema` instead. */
7360
+ const inboundSchema: z.ZodNativeEnum<{
7361
+ readonly Blocked: "blocked";
7362
+ }>;
7363
+ /** @deprecated use `UpdateProjectBlockHistoryAction$outboundSchema` instead. */
7364
+ const outboundSchema: z.ZodNativeEnum<{
7365
+ readonly Blocked: "blocked";
7366
+ }>;
7367
+ }
7368
+ /** @internal */
7369
+ export declare const UpdateProjectBlockHistory1$inboundSchema: z.ZodType<UpdateProjectBlockHistory1, z.ZodTypeDef, unknown>;
7370
+ /** @internal */
7371
+ export type UpdateProjectBlockHistory1$Outbound = {
7372
+ action: string;
7373
+ reason: string;
7374
+ statusCode: number;
7375
+ createdAt: number;
7376
+ caseId?: string | undefined;
7377
+ actor?: string | undefined;
7378
+ comment?: string | undefined;
7379
+ isCascading?: boolean | undefined;
7380
+ };
7381
+ /** @internal */
7382
+ export declare const UpdateProjectBlockHistory1$outboundSchema: z.ZodType<UpdateProjectBlockHistory1$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory1>;
7383
+ /**
7384
+ * @internal
7385
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7386
+ */
7387
+ export declare namespace UpdateProjectBlockHistory1$ {
7388
+ /** @deprecated use `UpdateProjectBlockHistory1$inboundSchema` instead. */
7389
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistory1, z.ZodTypeDef, unknown>;
7390
+ /** @deprecated use `UpdateProjectBlockHistory1$outboundSchema` instead. */
7391
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistory1$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory1>;
7392
+ /** @deprecated use `UpdateProjectBlockHistory1$Outbound` instead. */
7393
+ type Outbound = UpdateProjectBlockHistory1$Outbound;
7394
+ }
7395
+ export declare function updateProjectBlockHistory1ToJSON(updateProjectBlockHistory1: UpdateProjectBlockHistory1): string;
7396
+ export declare function updateProjectBlockHistory1FromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory1, SDKValidationError>;
7397
+ /** @internal */
7398
+ export declare const UpdateProjectBlockHistory$inboundSchema: z.ZodType<UpdateProjectBlockHistory, z.ZodTypeDef, unknown>;
7399
+ /** @internal */
7400
+ export type UpdateProjectBlockHistory$Outbound = UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound;
7401
+ /** @internal */
7402
+ export declare const UpdateProjectBlockHistory$outboundSchema: z.ZodType<UpdateProjectBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory>;
7403
+ /**
7404
+ * @internal
7405
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7406
+ */
7407
+ export declare namespace UpdateProjectBlockHistory$ {
7408
+ /** @deprecated use `UpdateProjectBlockHistory$inboundSchema` instead. */
7409
+ const inboundSchema: z.ZodType<UpdateProjectBlockHistory, z.ZodTypeDef, unknown>;
7410
+ /** @deprecated use `UpdateProjectBlockHistory$outboundSchema` instead. */
7411
+ const outboundSchema: z.ZodType<UpdateProjectBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectBlockHistory>;
7412
+ /** @deprecated use `UpdateProjectBlockHistory$Outbound` instead. */
7413
+ type Outbound = UpdateProjectBlockHistory$Outbound;
7414
+ }
7415
+ export declare function updateProjectBlockHistoryToJSON(updateProjectBlockHistory: UpdateProjectBlockHistory): string;
7416
+ export declare function updateProjectBlockHistoryFromJSON(jsonString: string): SafeParseResult<UpdateProjectBlockHistory, SDKValidationError>;
7417
+ /** @internal */
7418
+ export declare const UpdateProjectAbuse$inboundSchema: z.ZodType<UpdateProjectAbuse, z.ZodTypeDef, unknown>;
7419
+ /** @internal */
7420
+ export type UpdateProjectAbuse$Outbound = {
7421
+ scanner?: string | undefined;
7422
+ history: Array<UpdateProjectHistory$Outbound>;
7423
+ updatedAt: number;
7424
+ block?: UpdateProjectBlock$Outbound | undefined;
7425
+ blockHistory?: Array<UpdateProjectBlockHistory1$Outbound | UpdateProjectBlockHistory3$Outbound | UpdateProjectBlockHistory4$Outbound | UpdateProjectBlockHistory2$Outbound> | undefined;
7426
+ };
7427
+ /** @internal */
7428
+ export declare const UpdateProjectAbuse$outboundSchema: z.ZodType<UpdateProjectAbuse$Outbound, z.ZodTypeDef, UpdateProjectAbuse>;
7429
+ /**
7430
+ * @internal
7431
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7432
+ */
7433
+ export declare namespace UpdateProjectAbuse$ {
7434
+ /** @deprecated use `UpdateProjectAbuse$inboundSchema` instead. */
7435
+ const inboundSchema: z.ZodType<UpdateProjectAbuse, z.ZodTypeDef, unknown>;
7436
+ /** @deprecated use `UpdateProjectAbuse$outboundSchema` instead. */
7437
+ const outboundSchema: z.ZodType<UpdateProjectAbuse$Outbound, z.ZodTypeDef, UpdateProjectAbuse>;
7438
+ /** @deprecated use `UpdateProjectAbuse$Outbound` instead. */
7439
+ type Outbound = UpdateProjectAbuse$Outbound;
7440
+ }
7441
+ export declare function updateProjectAbuseToJSON(updateProjectAbuse: UpdateProjectAbuse): string;
7442
+ export declare function updateProjectAbuseFromJSON(jsonString: string): SafeParseResult<UpdateProjectAbuse, SDKValidationError>;
7443
+ /** @internal */
7444
+ export declare const UpdateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
7445
+ /** @internal */
7446
+ export declare const UpdateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasProjectsType>;
7447
+ /**
7448
+ * @internal
7449
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7450
+ */
7451
+ export declare namespace UpdateProjectHasProjectsType$ {
7452
+ /** @deprecated use `UpdateProjectHasProjectsType$inboundSchema` instead. */
7453
+ const inboundSchema: z.ZodNativeEnum<{
7454
+ readonly Host: "host";
7455
+ }>;
7456
+ /** @deprecated use `UpdateProjectHasProjectsType$outboundSchema` instead. */
7457
+ const outboundSchema: z.ZodNativeEnum<{
7458
+ readonly Host: "host";
7459
+ }>;
7460
+ }
7461
+ /** @internal */
7462
+ export declare const UpdateProjectHasProjectsValue$inboundSchema: z.ZodType<UpdateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
7463
+ /** @internal */
7464
+ export type UpdateProjectHasProjectsValue$Outbound = {
7465
+ eq: string;
7466
+ };
7467
+ /** @internal */
7468
+ export declare const UpdateProjectHasProjectsValue$outboundSchema: z.ZodType<UpdateProjectHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsValue>;
7469
+ /**
7470
+ * @internal
7471
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7472
+ */
7473
+ export declare namespace UpdateProjectHasProjectsValue$ {
7474
+ /** @deprecated use `UpdateProjectHasProjectsValue$inboundSchema` instead. */
7475
+ const inboundSchema: z.ZodType<UpdateProjectHasProjectsValue, z.ZodTypeDef, unknown>;
7476
+ /** @deprecated use `UpdateProjectHasProjectsValue$outboundSchema` instead. */
7477
+ const outboundSchema: z.ZodType<UpdateProjectHasProjectsValue$Outbound, z.ZodTypeDef, UpdateProjectHasProjectsValue>;
7478
+ /** @deprecated use `UpdateProjectHasProjectsValue$Outbound` instead. */
7479
+ type Outbound = UpdateProjectHasProjectsValue$Outbound;
7480
+ }
7481
+ export declare function updateProjectHasProjectsValueToJSON(updateProjectHasProjectsValue: UpdateProjectHasProjectsValue): string;
7482
+ export declare function updateProjectHasProjectsValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasProjectsValue, SDKValidationError>;
7483
+ /** @internal */
7484
+ export declare const UpdateProjectHas2$inboundSchema: z.ZodType<UpdateProjectHas2, z.ZodTypeDef, unknown>;
7485
+ /** @internal */
7486
+ export type UpdateProjectHas2$Outbound = {
7487
+ type: string;
7488
+ value: UpdateProjectHasProjectsValue$Outbound;
7489
+ };
7490
+ /** @internal */
7491
+ export declare const UpdateProjectHas2$outboundSchema: z.ZodType<UpdateProjectHas2$Outbound, z.ZodTypeDef, UpdateProjectHas2>;
7492
+ /**
7493
+ * @internal
7494
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7495
+ */
7496
+ export declare namespace UpdateProjectHas2$ {
7497
+ /** @deprecated use `UpdateProjectHas2$inboundSchema` instead. */
7498
+ const inboundSchema: z.ZodType<UpdateProjectHas2, z.ZodTypeDef, unknown>;
7499
+ /** @deprecated use `UpdateProjectHas2$outboundSchema` instead. */
7500
+ const outboundSchema: z.ZodType<UpdateProjectHas2$Outbound, z.ZodTypeDef, UpdateProjectHas2>;
7501
+ /** @deprecated use `UpdateProjectHas2$Outbound` instead. */
7502
+ type Outbound = UpdateProjectHas2$Outbound;
7503
+ }
7504
+ export declare function updateProjectHas2ToJSON(updateProjectHas2: UpdateProjectHas2): string;
7505
+ export declare function updateProjectHas2FromJSON(jsonString: string): SafeParseResult<UpdateProjectHas2, SDKValidationError>;
7506
+ /** @internal */
7507
+ export declare const UpdateProjectHasType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
7508
+ /** @internal */
7509
+ export declare const UpdateProjectHasType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasType>;
7510
+ /**
7511
+ * @internal
7512
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7513
+ */
7514
+ export declare namespace UpdateProjectHasType$ {
7515
+ /** @deprecated use `UpdateProjectHasType$inboundSchema` instead. */
7516
+ const inboundSchema: z.ZodNativeEnum<{
7517
+ readonly Header: "header";
7518
+ }>;
7519
+ /** @deprecated use `UpdateProjectHasType$outboundSchema` instead. */
7520
+ const outboundSchema: z.ZodNativeEnum<{
7521
+ readonly Header: "header";
7522
+ }>;
7523
+ }
7524
+ /** @internal */
7525
+ export declare const UpdateProjectHasKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
7526
+ /** @internal */
7527
+ export declare const UpdateProjectHasKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectHasKey>;
7528
+ /**
7529
+ * @internal
7530
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7531
+ */
7532
+ export declare namespace UpdateProjectHasKey$ {
7533
+ /** @deprecated use `UpdateProjectHasKey$inboundSchema` instead. */
7534
+ const inboundSchema: z.ZodNativeEnum<{
7535
+ readonly XVercelIpCountry: "x-vercel-ip-country";
7536
+ }>;
7537
+ /** @deprecated use `UpdateProjectHasKey$outboundSchema` instead. */
7538
+ const outboundSchema: z.ZodNativeEnum<{
7539
+ readonly XVercelIpCountry: "x-vercel-ip-country";
7540
+ }>;
7541
+ }
7542
+ /** @internal */
7543
+ export declare const UpdateProjectHasValue$inboundSchema: z.ZodType<UpdateProjectHasValue, z.ZodTypeDef, unknown>;
7544
+ /** @internal */
7545
+ export type UpdateProjectHasValue$Outbound = {
7546
+ eq: string;
7547
+ };
7548
+ /** @internal */
7549
+ export declare const UpdateProjectHasValue$outboundSchema: z.ZodType<UpdateProjectHasValue$Outbound, z.ZodTypeDef, UpdateProjectHasValue>;
7550
+ /**
7551
+ * @internal
7552
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7553
+ */
7554
+ export declare namespace UpdateProjectHasValue$ {
7555
+ /** @deprecated use `UpdateProjectHasValue$inboundSchema` instead. */
7556
+ const inboundSchema: z.ZodType<UpdateProjectHasValue, z.ZodTypeDef, unknown>;
7557
+ /** @deprecated use `UpdateProjectHasValue$outboundSchema` instead. */
7558
+ const outboundSchema: z.ZodType<UpdateProjectHasValue$Outbound, z.ZodTypeDef, UpdateProjectHasValue>;
7559
+ /** @deprecated use `UpdateProjectHasValue$Outbound` instead. */
7560
+ type Outbound = UpdateProjectHasValue$Outbound;
7561
+ }
7562
+ export declare function updateProjectHasValueToJSON(updateProjectHasValue: UpdateProjectHasValue): string;
7563
+ export declare function updateProjectHasValueFromJSON(jsonString: string): SafeParseResult<UpdateProjectHasValue, SDKValidationError>;
7564
+ /** @internal */
7565
+ export declare const UpdateProjectHas1$inboundSchema: z.ZodType<UpdateProjectHas1, z.ZodTypeDef, unknown>;
7566
+ /** @internal */
7567
+ export type UpdateProjectHas1$Outbound = {
7568
+ type: string;
7569
+ key: string;
7570
+ value: UpdateProjectHasValue$Outbound;
7571
+ };
7572
+ /** @internal */
7573
+ export declare const UpdateProjectHas1$outboundSchema: z.ZodType<UpdateProjectHas1$Outbound, z.ZodTypeDef, UpdateProjectHas1>;
7574
+ /**
7575
+ * @internal
7576
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7577
+ */
7578
+ export declare namespace UpdateProjectHas1$ {
7579
+ /** @deprecated use `UpdateProjectHas1$inboundSchema` instead. */
7580
+ const inboundSchema: z.ZodType<UpdateProjectHas1, z.ZodTypeDef, unknown>;
7581
+ /** @deprecated use `UpdateProjectHas1$outboundSchema` instead. */
7582
+ const outboundSchema: z.ZodType<UpdateProjectHas1$Outbound, z.ZodTypeDef, UpdateProjectHas1>;
7583
+ /** @deprecated use `UpdateProjectHas1$Outbound` instead. */
7584
+ type Outbound = UpdateProjectHas1$Outbound;
7585
+ }
7586
+ export declare function updateProjectHas1ToJSON(updateProjectHas1: UpdateProjectHas1): string;
7587
+ export declare function updateProjectHas1FromJSON(jsonString: string): SafeParseResult<UpdateProjectHas1, SDKValidationError>;
7588
+ /** @internal */
7589
+ export declare const UpdateProjectInternalRoutesHas$inboundSchema: z.ZodType<UpdateProjectInternalRoutesHas, z.ZodTypeDef, unknown>;
7590
+ /** @internal */
7591
+ export type UpdateProjectInternalRoutesHas$Outbound = UpdateProjectHas1$Outbound | UpdateProjectHas2$Outbound;
7592
+ /** @internal */
7593
+ export declare const UpdateProjectInternalRoutesHas$outboundSchema: z.ZodType<UpdateProjectInternalRoutesHas$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesHas>;
7594
+ /**
7595
+ * @internal
7596
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7597
+ */
7598
+ export declare namespace UpdateProjectInternalRoutesHas$ {
7599
+ /** @deprecated use `UpdateProjectInternalRoutesHas$inboundSchema` instead. */
7600
+ const inboundSchema: z.ZodType<UpdateProjectInternalRoutesHas, z.ZodTypeDef, unknown>;
7601
+ /** @deprecated use `UpdateProjectInternalRoutesHas$outboundSchema` instead. */
7602
+ const outboundSchema: z.ZodType<UpdateProjectInternalRoutesHas$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesHas>;
7603
+ /** @deprecated use `UpdateProjectInternalRoutesHas$Outbound` instead. */
7604
+ type Outbound = UpdateProjectInternalRoutesHas$Outbound;
7605
+ }
7606
+ export declare function updateProjectInternalRoutesHasToJSON(updateProjectInternalRoutesHas: UpdateProjectInternalRoutesHas): string;
7607
+ export declare function updateProjectInternalRoutesHasFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutesHas, SDKValidationError>;
7608
+ /** @internal */
7609
+ export declare const UpdateProjectInternalRoutesAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectInternalRoutesAction>;
7610
+ /** @internal */
7611
+ export declare const UpdateProjectInternalRoutesAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectInternalRoutesAction>;
7612
+ /**
7613
+ * @internal
7614
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7615
+ */
7616
+ export declare namespace UpdateProjectInternalRoutesAction$ {
7617
+ /** @deprecated use `UpdateProjectInternalRoutesAction$inboundSchema` instead. */
7618
+ const inboundSchema: z.ZodNativeEnum<{
7619
+ readonly BlockLegalCwc: "block_legal_cwc";
7620
+ }>;
7621
+ /** @deprecated use `UpdateProjectInternalRoutesAction$outboundSchema` instead. */
7622
+ const outboundSchema: z.ZodNativeEnum<{
7623
+ readonly BlockLegalCwc: "block_legal_cwc";
7624
+ }>;
7625
+ }
7626
+ /** @internal */
7627
+ export declare const UpdateProjectInternalRoutesMitigate$inboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate, z.ZodTypeDef, unknown>;
7628
+ /** @internal */
7629
+ export type UpdateProjectInternalRoutesMitigate$Outbound = {
7630
+ action: string;
7631
+ };
7632
+ /** @internal */
7633
+ export declare const UpdateProjectInternalRoutesMitigate$outboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesMitigate>;
7634
+ /**
7635
+ * @internal
7636
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7637
+ */
7638
+ export declare namespace UpdateProjectInternalRoutesMitigate$ {
7639
+ /** @deprecated use `UpdateProjectInternalRoutesMitigate$inboundSchema` instead. */
7640
+ const inboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate, z.ZodTypeDef, unknown>;
7641
+ /** @deprecated use `UpdateProjectInternalRoutesMitigate$outboundSchema` instead. */
7642
+ const outboundSchema: z.ZodType<UpdateProjectInternalRoutesMitigate$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutesMitigate>;
7643
+ /** @deprecated use `UpdateProjectInternalRoutesMitigate$Outbound` instead. */
7644
+ type Outbound = UpdateProjectInternalRoutesMitigate$Outbound;
7645
+ }
7646
+ export declare function updateProjectInternalRoutesMitigateToJSON(updateProjectInternalRoutesMitigate: UpdateProjectInternalRoutesMitigate): string;
7647
+ export declare function updateProjectInternalRoutesMitigateFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutesMitigate, SDKValidationError>;
7648
+ /** @internal */
7649
+ export declare const UpdateProjectInternalRoutes2$inboundSchema: z.ZodType<UpdateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
7650
+ /** @internal */
7651
+ export type UpdateProjectInternalRoutes2$Outbound = {
7652
+ has: Array<UpdateProjectHas1$Outbound | UpdateProjectHas2$Outbound>;
7653
+ mitigate: UpdateProjectInternalRoutesMitigate$Outbound;
7654
+ src?: string | undefined;
7655
+ };
7656
+ /** @internal */
7657
+ export declare const UpdateProjectInternalRoutes2$outboundSchema: z.ZodType<UpdateProjectInternalRoutes2$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes2>;
7658
+ /**
7659
+ * @internal
7660
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7661
+ */
7662
+ export declare namespace UpdateProjectInternalRoutes2$ {
7663
+ /** @deprecated use `UpdateProjectInternalRoutes2$inboundSchema` instead. */
7664
+ const inboundSchema: z.ZodType<UpdateProjectInternalRoutes2, z.ZodTypeDef, unknown>;
7665
+ /** @deprecated use `UpdateProjectInternalRoutes2$outboundSchema` instead. */
7666
+ const outboundSchema: z.ZodType<UpdateProjectInternalRoutes2$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes2>;
7667
+ /** @deprecated use `UpdateProjectInternalRoutes2$Outbound` instead. */
7668
+ type Outbound = UpdateProjectInternalRoutes2$Outbound;
7669
+ }
7670
+ export declare function updateProjectInternalRoutes2ToJSON(updateProjectInternalRoutes2: UpdateProjectInternalRoutes2): string;
7671
+ export declare function updateProjectInternalRoutes2FromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes2, SDKValidationError>;
7672
+ /** @internal */
7673
+ export declare const UpdateProjectInternalRoutes1$inboundSchema: z.ZodType<UpdateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
7674
+ /** @internal */
7675
+ export type UpdateProjectInternalRoutes1$Outbound = {
7676
+ src: string;
7677
+ status: number;
7678
+ };
7679
+ /** @internal */
7680
+ export declare const UpdateProjectInternalRoutes1$outboundSchema: z.ZodType<UpdateProjectInternalRoutes1$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes1>;
7681
+ /**
7682
+ * @internal
7683
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7684
+ */
7685
+ export declare namespace UpdateProjectInternalRoutes1$ {
7686
+ /** @deprecated use `UpdateProjectInternalRoutes1$inboundSchema` instead. */
7687
+ const inboundSchema: z.ZodType<UpdateProjectInternalRoutes1, z.ZodTypeDef, unknown>;
7688
+ /** @deprecated use `UpdateProjectInternalRoutes1$outboundSchema` instead. */
7689
+ const outboundSchema: z.ZodType<UpdateProjectInternalRoutes1$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes1>;
7690
+ /** @deprecated use `UpdateProjectInternalRoutes1$Outbound` instead. */
7691
+ type Outbound = UpdateProjectInternalRoutes1$Outbound;
7692
+ }
7693
+ export declare function updateProjectInternalRoutes1ToJSON(updateProjectInternalRoutes1: UpdateProjectInternalRoutes1): string;
7694
+ export declare function updateProjectInternalRoutes1FromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes1, SDKValidationError>;
7695
+ /** @internal */
7696
+ export declare const UpdateProjectInternalRoutes$inboundSchema: z.ZodType<UpdateProjectInternalRoutes, z.ZodTypeDef, unknown>;
7697
+ /** @internal */
7698
+ export type UpdateProjectInternalRoutes$Outbound = UpdateProjectInternalRoutes1$Outbound | UpdateProjectInternalRoutes2$Outbound;
7699
+ /** @internal */
7700
+ export declare const UpdateProjectInternalRoutes$outboundSchema: z.ZodType<UpdateProjectInternalRoutes$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes>;
7701
+ /**
7702
+ * @internal
7703
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7704
+ */
7705
+ export declare namespace UpdateProjectInternalRoutes$ {
7706
+ /** @deprecated use `UpdateProjectInternalRoutes$inboundSchema` instead. */
7707
+ const inboundSchema: z.ZodType<UpdateProjectInternalRoutes, z.ZodTypeDef, unknown>;
7708
+ /** @deprecated use `UpdateProjectInternalRoutes$outboundSchema` instead. */
7709
+ const outboundSchema: z.ZodType<UpdateProjectInternalRoutes$Outbound, z.ZodTypeDef, UpdateProjectInternalRoutes>;
7710
+ /** @deprecated use `UpdateProjectInternalRoutes$Outbound` instead. */
7711
+ type Outbound = UpdateProjectInternalRoutes$Outbound;
7712
+ }
7713
+ export declare function updateProjectInternalRoutesToJSON(updateProjectInternalRoutes: UpdateProjectInternalRoutes): string;
7714
+ export declare function updateProjectInternalRoutesFromJSON(jsonString: string): SafeParseResult<UpdateProjectInternalRoutes, SDKValidationError>;
7715
+ /** @internal */
6365
7716
  export declare const UpdateProjectResponseBody$inboundSchema: z.ZodType<UpdateProjectResponseBody, z.ZodTypeDef, unknown>;
6366
7717
  /** @internal */
6367
7718
  export type UpdateProjectResponseBody$Outbound = {
@@ -6393,7 +7744,7 @@ export type UpdateProjectResponseBody$Outbound = {
6393
7744
  id: string;
6394
7745
  ipBuckets?: Array<UpdateProjectIpBuckets$Outbound> | undefined;
6395
7746
  latestDeployments?: Array<UpdateProjectLatestDeployments$Outbound> | undefined;
6396
- link?: UpdateProjectLink3$Outbound | UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | undefined;
7747
+ link?: UpdateProjectLink4$Outbound | UpdateProjectLink5$Outbound | UpdateProjectLink3$Outbound | UpdateProjectLink1$Outbound | UpdateProjectLink2$Outbound | undefined;
6397
7748
  microfrontends?: UpdateProjectMicrofrontends1$Outbound | UpdateProjectMicrofrontends2$Outbound | undefined;
6398
7749
  name: string;
6399
7750
  nodeVersion: string;
@@ -6443,6 +7794,8 @@ export type UpdateProjectResponseBody$Outbound = {
6443
7794
  tier?: string | undefined;
6444
7795
  features?: UpdateProjectFeatures$Outbound | undefined;
6445
7796
  v0?: boolean | undefined;
7797
+ abuse?: UpdateProjectAbuse$Outbound | undefined;
7798
+ internalRoutes?: Array<UpdateProjectInternalRoutes1$Outbound | UpdateProjectInternalRoutes2$Outbound> | undefined;
6446
7799
  };
6447
7800
  /** @internal */
6448
7801
  export declare const UpdateProjectResponseBody$outboundSchema: z.ZodType<UpdateProjectResponseBody$Outbound, z.ZodTypeDef, UpdateProjectResponseBody>;