@vercel/sdk 1.8.4 → 1.8.6

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 (208) hide show
  1. package/README.md +11 -3
  2. package/bin/mcp-server.js +2697 -1100
  3. package/bin/mcp-server.js.map +41 -29
  4. package/docs/sdks/marketplace/README.md +310 -78
  5. package/docs/sdks/rollingrelease/README.md +80 -0
  6. package/esm/__tests__/marketplace.test.js +53 -0
  7. package/esm/__tests__/marketplace.test.js.map +1 -1
  8. package/esm/__tests__/projects.test.js +15 -13
  9. package/esm/__tests__/projects.test.js.map +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +23 -0
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/funcs/domainsCheckDomainStatus.js +2 -2
  13. package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
  14. package/esm/funcs/marketplaceDeleteResource.d.ts +20 -0
  15. package/esm/funcs/marketplaceDeleteResource.d.ts.map +1 -0
  16. package/esm/funcs/marketplaceDeleteResource.js +91 -0
  17. package/esm/funcs/marketplaceDeleteResource.js.map +1 -0
  18. package/esm/funcs/marketplaceGetResource.d.ts +20 -0
  19. package/esm/funcs/marketplaceGetResource.d.ts.map +1 -0
  20. package/esm/funcs/marketplaceGetResource.js +90 -0
  21. package/esm/funcs/marketplaceGetResource.js.map +1 -0
  22. package/esm/funcs/marketplaceGetResources.d.ts +20 -0
  23. package/esm/funcs/marketplaceGetResources.d.ts.map +1 -0
  24. package/esm/funcs/marketplaceGetResources.js +86 -0
  25. package/esm/funcs/marketplaceGetResources.js.map +1 -0
  26. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +20 -0
  27. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  28. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +94 -0
  29. package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  30. package/esm/lib/config.d.ts +3 -3
  31. package/esm/lib/config.js +3 -3
  32. package/esm/mcp-server/mcp-server.js +1 -1
  33. package/esm/mcp-server/server.d.ts.map +1 -1
  34. package/esm/mcp-server/server.js +10 -2
  35. package/esm/mcp-server/server.js.map +1 -1
  36. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +7 -0
  37. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +1 -0
  38. package/esm/mcp-server/tools/marketplaceDeleteResource.js +27 -0
  39. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +1 -0
  40. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +7 -0
  41. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +1 -0
  42. package/esm/mcp-server/tools/marketplaceGetResource.js +28 -0
  43. package/esm/mcp-server/tools/marketplaceGetResource.js.map +1 -0
  44. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +7 -0
  45. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +1 -0
  46. package/esm/mcp-server/tools/marketplaceGetResources.js +28 -0
  47. package/esm/mcp-server/tools/marketplaceGetResources.js.map +1 -0
  48. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts +7 -0
  49. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
  50. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js +28 -0
  51. package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
  52. package/esm/models/canceldeploymentop.d.ts +427 -25
  53. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  54. package/esm/models/canceldeploymentop.js +465 -25
  55. package/esm/models/canceldeploymentop.js.map +1 -1
  56. package/esm/models/createdeploymentop.d.ts +459 -114
  57. package/esm/models/createdeploymentop.d.ts.map +1 -1
  58. package/esm/models/createdeploymentop.js +503 -118
  59. package/esm/models/createdeploymentop.js.map +1 -1
  60. package/esm/models/createprojectenvop.d.ts +6 -6
  61. package/esm/models/createprojectenvop.js +2 -2
  62. package/esm/models/createprojectenvop.js.map +1 -1
  63. package/esm/models/createprojectop.d.ts +139 -137
  64. package/esm/models/createprojectop.d.ts.map +1 -1
  65. package/esm/models/createprojectop.js +137 -135
  66. package/esm/models/createprojectop.js.map +1 -1
  67. package/esm/models/createwebhookop.d.ts +6 -0
  68. package/esm/models/createwebhookop.d.ts.map +1 -1
  69. package/esm/models/createwebhookop.js +2 -0
  70. package/esm/models/createwebhookop.js.map +1 -1
  71. package/esm/models/deleteresourceop.d.ts +31 -0
  72. package/esm/models/deleteresourceop.d.ts.map +1 -0
  73. package/esm/models/deleteresourceop.js +33 -0
  74. package/esm/models/deleteresourceop.js.map +1 -0
  75. package/esm/models/editprojectenvop.d.ts +3 -3
  76. package/esm/models/editprojectenvop.js +1 -1
  77. package/esm/models/editprojectenvop.js.map +1 -1
  78. package/esm/models/getdeploymentop.d.ts +410 -8
  79. package/esm/models/getdeploymentop.d.ts.map +1 -1
  80. package/esm/models/getdeploymentop.js +443 -8
  81. package/esm/models/getdeploymentop.js.map +1 -1
  82. package/esm/models/getedgeconfigbackupop.d.ts +15 -15
  83. package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
  84. package/esm/models/getedgeconfigbackupop.js +15 -15
  85. package/esm/models/getedgeconfigbackupop.js.map +1 -1
  86. package/esm/models/getfirewallconfigop.d.ts +2 -0
  87. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  88. package/esm/models/getfirewallconfigop.js +2 -0
  89. package/esm/models/getfirewallconfigop.js.map +1 -1
  90. package/esm/models/getmemberop.d.ts +9 -0
  91. package/esm/models/getmemberop.d.ts.map +1 -1
  92. package/esm/models/getmemberop.js +3 -0
  93. package/esm/models/getmemberop.js.map +1 -1
  94. package/esm/models/getprojectsop.d.ts +2 -0
  95. package/esm/models/getprojectsop.d.ts.map +1 -1
  96. package/esm/models/getprojectsop.js +2 -0
  97. package/esm/models/getprojectsop.js.map +1 -1
  98. package/esm/models/getresourceop.d.ts +293 -0
  99. package/esm/models/getresourceop.d.ts.map +1 -0
  100. package/esm/models/getresourceop.js +250 -0
  101. package/esm/models/getresourceop.js.map +1 -0
  102. package/esm/models/getresourcesop.d.ts +310 -0
  103. package/esm/models/getresourcesop.d.ts.map +1 -0
  104. package/esm/models/getresourcesop.js +278 -0
  105. package/esm/models/getresourcesop.js.map +1 -0
  106. package/esm/models/getrollingreleasebillingstatusop.d.ts +284 -0
  107. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -0
  108. package/esm/models/getrollingreleasebillingstatusop.js +267 -0
  109. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -0
  110. package/esm/models/getwebhookop.d.ts +3 -0
  111. package/esm/models/getwebhookop.d.ts.map +1 -1
  112. package/esm/models/getwebhookop.js +1 -0
  113. package/esm/models/getwebhookop.js.map +1 -1
  114. package/esm/models/getwebhooksop.d.ts +6 -0
  115. package/esm/models/getwebhooksop.d.ts.map +1 -1
  116. package/esm/models/getwebhooksop.js +2 -0
  117. package/esm/models/getwebhooksop.js.map +1 -1
  118. package/esm/models/importresourceop.d.ts +15 -15
  119. package/esm/models/importresourceop.d.ts.map +1 -1
  120. package/esm/models/importresourceop.js +17 -15
  121. package/esm/models/importresourceop.js.map +1 -1
  122. package/esm/models/putfirewallconfigop.d.ts +4 -0
  123. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  124. package/esm/models/putfirewallconfigop.js +4 -0
  125. package/esm/models/putfirewallconfigop.js.map +1 -1
  126. package/esm/models/removeprojectenvop.d.ts +9 -9
  127. package/esm/models/removeprojectenvop.js +3 -3
  128. package/esm/models/removeprojectenvop.js.map +1 -1
  129. package/esm/models/updatefirewallconfigop.d.ts +36 -4
  130. package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
  131. package/esm/models/updatefirewallconfigop.js +33 -0
  132. package/esm/models/updatefirewallconfigop.js.map +1 -1
  133. package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -0
  134. package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
  135. package/esm/models/updateintegrationdeploymentactionop.js +2 -0
  136. package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
  137. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  138. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  139. package/esm/models/updateprojectdatacacheop.js +2 -0
  140. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  141. package/esm/models/updateprojectop.d.ts +139 -137
  142. package/esm/models/updateprojectop.d.ts.map +1 -1
  143. package/esm/models/updateprojectop.js +137 -135
  144. package/esm/models/updateprojectop.js.map +1 -1
  145. package/esm/models/updateresourcesecretsop.d.ts +15 -15
  146. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  147. package/esm/models/updateresourcesecretsop.js +15 -17
  148. package/esm/models/updateresourcesecretsop.js.map +1 -1
  149. package/esm/models/userevent.d.ts +5 -0
  150. package/esm/models/userevent.d.ts.map +1 -1
  151. package/esm/models/userevent.js +2 -0
  152. package/esm/models/userevent.js.map +1 -1
  153. package/esm/sdk/marketplace.d.ts +31 -7
  154. package/esm/sdk/marketplace.d.ts.map +1 -1
  155. package/esm/sdk/marketplace.js +39 -9
  156. package/esm/sdk/marketplace.js.map +1 -1
  157. package/esm/sdk/rollingrelease.d.ts +8 -0
  158. package/esm/sdk/rollingrelease.d.ts.map +1 -1
  159. package/esm/sdk/rollingrelease.js +10 -0
  160. package/esm/sdk/rollingrelease.js.map +1 -1
  161. package/esm/types/constdatetime.js +1 -1
  162. package/jsr.json +1 -1
  163. package/package.json +1 -1
  164. package/src/__tests__/marketplace.test.ts +62 -0
  165. package/src/__tests__/projects.test.ts +15 -13
  166. package/src/__tests__/rollingrelease.test.ts +26 -0
  167. package/src/funcs/domainsCheckDomainStatus.ts +2 -2
  168. package/src/funcs/marketplaceDeleteResource.ts +205 -0
  169. package/src/funcs/marketplaceGetResource.ts +206 -0
  170. package/src/funcs/marketplaceGetResources.ts +202 -0
  171. package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +208 -0
  172. package/src/lib/config.ts +3 -3
  173. package/src/mcp-server/mcp-server.ts +1 -1
  174. package/src/mcp-server/server.ts +10 -2
  175. package/src/mcp-server/tools/marketplaceDeleteResource.ts +35 -0
  176. package/src/mcp-server/tools/marketplaceGetResource.ts +37 -0
  177. package/src/mcp-server/tools/marketplaceGetResources.ts +37 -0
  178. package/src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts +40 -0
  179. package/src/models/canceldeploymentop.ts +1071 -48
  180. package/src/models/createdeploymentop.ts +1064 -236
  181. package/src/models/createprojectenvop.ts +2 -2
  182. package/src/models/createprojectop.ts +267 -263
  183. package/src/models/createwebhookop.ts +2 -0
  184. package/src/models/deleteresourceop.ts +70 -0
  185. package/src/models/editprojectenvop.ts +1 -1
  186. package/src/models/getdeploymentop.ts +1011 -16
  187. package/src/models/getedgeconfigbackupop.ts +41 -24
  188. package/src/models/getfirewallconfigop.ts +4 -0
  189. package/src/models/getmemberop.ts +9 -0
  190. package/src/models/getprojectsop.ts +4 -0
  191. package/src/models/getresourceop.ts +545 -0
  192. package/src/models/getresourcesop.ts +604 -0
  193. package/src/models/getrollingreleasebillingstatusop.ts +614 -0
  194. package/src/models/getwebhookop.ts +1 -0
  195. package/src/models/getwebhooksop.ts +2 -0
  196. package/src/models/importresourceop.ts +27 -35
  197. package/src/models/putfirewallconfigop.ts +8 -0
  198. package/src/models/removeprojectenvop.ts +3 -3
  199. package/src/models/updatefirewallconfigop.ts +73 -0
  200. package/src/models/updateintegrationdeploymentactionop.ts +4 -0
  201. package/src/models/updateprojectdatacacheop.ts +4 -0
  202. package/src/models/updateprojectop.ts +267 -263
  203. package/src/models/updateresourcesecretsop.ts +49 -33
  204. package/src/models/userevent.ts +7 -0
  205. package/src/sdk/marketplace.ts +80 -17
  206. package/src/sdk/rollingrelease.ts +22 -0
  207. package/src/types/constdatetime.ts +1 -1
  208. package/vercel-spec.json +2321 -931
@@ -100,49 +100,37 @@ export type GitMetadata = {
100
100
  */
101
101
  dirty?: boolean | undefined;
102
102
  };
103
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType: {
104
- readonly Bitbucket: "bitbucket";
105
- };
106
- export type CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
107
- export type GitSource6 = {
108
- owner: string;
109
- ref: string;
110
- sha?: string | undefined;
111
- slug: string;
112
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType;
113
- };
114
103
  export declare const CreateDeploymentGitSourceDeploymentsRequestType: {
115
104
  readonly Bitbucket: "bitbucket";
116
105
  };
117
106
  export type CreateDeploymentGitSourceDeploymentsRequestType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
118
107
  export type GitSource5 = {
108
+ owner: string;
119
109
  ref: string;
120
- repoUuid: string;
121
110
  sha?: string | undefined;
111
+ slug: string;
122
112
  type: CreateDeploymentGitSourceDeploymentsRequestType;
123
- workspaceUuid?: string | undefined;
124
113
  };
125
- export type ProjectId = number | string;
126
114
  export declare const CreateDeploymentGitSourceDeploymentsType: {
127
- readonly Gitlab: "gitlab";
115
+ readonly Bitbucket: "bitbucket";
128
116
  };
129
117
  export type CreateDeploymentGitSourceDeploymentsType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsType>;
130
118
  export type GitSource4 = {
131
- projectId: number | string;
132
119
  ref: string;
120
+ repoUuid: string;
133
121
  sha?: string | undefined;
134
122
  type: CreateDeploymentGitSourceDeploymentsType;
123
+ workspaceUuid?: string | undefined;
135
124
  };
125
+ export type ProjectId = number | string;
136
126
  export declare const CreateDeploymentGitSourceType: {
137
- readonly GithubCustomHost: "github-custom-host";
127
+ readonly Gitlab: "gitlab";
138
128
  };
139
129
  export type CreateDeploymentGitSourceType = ClosedEnum<typeof CreateDeploymentGitSourceType>;
140
130
  export type GitSource3 = {
141
- org: string;
131
+ projectId: number | string;
142
132
  ref: string;
143
- repo: string;
144
133
  sha?: string | undefined;
145
- host: string;
146
134
  type: CreateDeploymentGitSourceType;
147
135
  };
148
136
  export declare const GitSourceType: {
@@ -157,20 +145,20 @@ export type GitSource2 = {
157
145
  type: GitSourceType;
158
146
  };
159
147
  export type RepoId = number | string;
160
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type: {
148
+ export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType: {
161
149
  readonly Github: "github";
162
150
  };
163
- export type CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
151
+ export type CreateDeploymentGitSourceDeploymentsRequestRequestBodyType = ClosedEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
164
152
  export type GitSource1 = {
165
153
  ref: string;
166
154
  repoId: number | string;
167
155
  sha?: string | undefined;
168
- type: CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type;
156
+ type: CreateDeploymentGitSourceDeploymentsRequestRequestBodyType;
169
157
  };
170
158
  /**
171
159
  * Defines the Git Repository source to be deployed. This property can not be used in combination with `files`.
172
160
  */
173
- export type GitSource = GitSource3 | GitSource2 | GitSource6 | GitSource1 | GitSource4 | GitSource5;
161
+ export type GitSource = GitSource2 | GitSource5 | GitSource1 | GitSource3 | GitSource4;
174
162
  /**
175
163
  * The framework that is being used for this project. When `null` is used no framework is selected
176
164
  */
@@ -311,7 +299,7 @@ export type CreateDeploymentRequestBody = {
311
299
  /**
312
300
  * Defines the Git Repository source to be deployed. This property can not be used in combination with `files`.
313
301
  */
314
- gitSource?: GitSource3 | GitSource2 | GitSource6 | GitSource1 | GitSource4 | GitSource5 | undefined;
302
+ gitSource?: GitSource2 | GitSource5 | GitSource1 | GitSource3 | GitSource4 | undefined;
315
303
  /**
316
304
  * An object containing the deployment's metadata. Multiple key-value pairs can be attached to a deployment
317
305
  */
@@ -982,18 +970,48 @@ export declare const CreateDeploymentHasType: {
982
970
  readonly Query: "query";
983
971
  };
984
972
  export type CreateDeploymentHasType = ClosedEnum<typeof CreateDeploymentHasType>;
973
+ export type ValueEq = string | number;
974
+ export type CreateDeploymentValueDeployments2 = {
975
+ eq?: string | number | undefined;
976
+ neq?: string | undefined;
977
+ inc?: Array<string> | undefined;
978
+ ninc?: Array<string> | undefined;
979
+ pre?: string | undefined;
980
+ suf?: string | undefined;
981
+ re?: string | undefined;
982
+ gt?: number | undefined;
983
+ gte?: number | undefined;
984
+ lt?: number | undefined;
985
+ lte?: number | undefined;
986
+ };
987
+ export type CreateDeploymentHasValue = CreateDeploymentValueDeployments2 | string;
985
988
  export type Has2 = {
986
989
  type: CreateDeploymentHasType;
987
990
  key: string;
988
- value?: string | undefined;
991
+ value?: CreateDeploymentValueDeployments2 | string | undefined;
989
992
  };
990
993
  export declare const HasType: {
991
994
  readonly Host: "host";
992
995
  };
993
996
  export type HasType = ClosedEnum<typeof HasType>;
997
+ export type Eq = string | number;
998
+ export type CreateDeploymentValue2 = {
999
+ eq?: string | number | undefined;
1000
+ neq?: string | undefined;
1001
+ inc?: Array<string> | undefined;
1002
+ ninc?: Array<string> | undefined;
1003
+ pre?: string | undefined;
1004
+ suf?: string | undefined;
1005
+ re?: string | undefined;
1006
+ gt?: number | undefined;
1007
+ gte?: number | undefined;
1008
+ lt?: number | undefined;
1009
+ lte?: number | undefined;
1010
+ };
1011
+ export type HasValue = CreateDeploymentValue2 | string;
994
1012
  export type Has1 = {
995
1013
  type: HasType;
996
- value: string;
1014
+ value: CreateDeploymentValue2 | string;
997
1015
  };
998
1016
  export type RoutesHas = Has1 | Has2;
999
1017
  export declare const CreateDeploymentMissingType: {
@@ -1002,20 +1020,58 @@ export declare const CreateDeploymentMissingType: {
1002
1020
  readonly Query: "query";
1003
1021
  };
1004
1022
  export type CreateDeploymentMissingType = ClosedEnum<typeof CreateDeploymentMissingType>;
1023
+ export type CreateDeploymentValueDeploymentsEq = string | number;
1024
+ export type CreateDeploymentValueDeploymentsResponse2002 = {
1025
+ eq?: string | number | undefined;
1026
+ neq?: string | undefined;
1027
+ inc?: Array<string> | undefined;
1028
+ ninc?: Array<string> | undefined;
1029
+ pre?: string | undefined;
1030
+ suf?: string | undefined;
1031
+ re?: string | undefined;
1032
+ gt?: number | undefined;
1033
+ gte?: number | undefined;
1034
+ lt?: number | undefined;
1035
+ lte?: number | undefined;
1036
+ };
1037
+ export type CreateDeploymentMissingValue = CreateDeploymentValueDeploymentsResponse2002 | string;
1005
1038
  export type Missing2 = {
1006
1039
  type: CreateDeploymentMissingType;
1007
1040
  key: string;
1008
- value?: string | undefined;
1041
+ value?: CreateDeploymentValueDeploymentsResponse2002 | string | undefined;
1009
1042
  };
1010
1043
  export declare const MissingType: {
1011
1044
  readonly Host: "host";
1012
1045
  };
1013
1046
  export type MissingType = ClosedEnum<typeof MissingType>;
1047
+ export type CreateDeploymentValueEq = string | number;
1048
+ export type CreateDeploymentValueDeploymentsResponse2 = {
1049
+ eq?: string | number | undefined;
1050
+ neq?: string | undefined;
1051
+ inc?: Array<string> | undefined;
1052
+ ninc?: Array<string> | undefined;
1053
+ pre?: string | undefined;
1054
+ suf?: string | undefined;
1055
+ re?: string | undefined;
1056
+ gt?: number | undefined;
1057
+ gte?: number | undefined;
1058
+ lt?: number | undefined;
1059
+ lte?: number | undefined;
1060
+ };
1061
+ export type MissingValue = CreateDeploymentValueDeploymentsResponse2 | string;
1014
1062
  export type Missing1 = {
1015
1063
  type: MissingType;
1016
- value: string;
1064
+ value: CreateDeploymentValueDeploymentsResponse2 | string;
1017
1065
  };
1018
1066
  export type RoutesMissing = Missing1 | Missing2;
1067
+ export declare const RoutesAction: {
1068
+ readonly Challenge: "challenge";
1069
+ readonly Deny: "deny";
1070
+ };
1071
+ export type RoutesAction = ClosedEnum<typeof RoutesAction>;
1072
+ export type RoutesMitigate = {
1073
+ action: RoutesAction;
1074
+ };
1019
1075
  export type Locale = {
1020
1076
  redirect?: {
1021
1077
  [k: string]: string;
@@ -1037,6 +1093,7 @@ export type Routes1 = {
1037
1093
  status?: number | undefined;
1038
1094
  has?: Array<Has1 | Has2> | undefined;
1039
1095
  missing?: Array<Missing1 | Missing2> | undefined;
1096
+ mitigate?: RoutesMitigate | undefined;
1040
1097
  locale?: Locale | undefined;
1041
1098
  /**
1042
1099
  * A middleware key within the `output` key under the build result. Overrides a `middleware` definition.
@@ -1060,6 +1117,7 @@ export type CreateDeploymentCrons = {
1060
1117
  * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment.
1061
1118
  */
1062
1119
  export type CreateDeploymentMicrofrontendsApplications = {
1120
+ isDefaultApp?: boolean | undefined;
1063
1121
  /**
1064
1122
  * This is the production alias, it will always show the most up to date of each application.
1065
1123
  */
@@ -1483,50 +1541,6 @@ export declare namespace GitMetadata$ {
1483
1541
  export declare function gitMetadataToJSON(gitMetadata: GitMetadata): string;
1484
1542
  export declare function gitMetadataFromJSON(jsonString: string): SafeParseResult<GitMetadata, SDKValidationError>;
1485
1543
  /** @internal */
1486
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
1487
- /** @internal */
1488
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
1489
- /**
1490
- * @internal
1491
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1492
- */
1493
- export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ {
1494
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema` instead. */
1495
- const inboundSchema: z.ZodNativeEnum<{
1496
- readonly Bitbucket: "bitbucket";
1497
- }>;
1498
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema` instead. */
1499
- const outboundSchema: z.ZodNativeEnum<{
1500
- readonly Bitbucket: "bitbucket";
1501
- }>;
1502
- }
1503
- /** @internal */
1504
- export declare const GitSource6$inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
1505
- /** @internal */
1506
- export type GitSource6$Outbound = {
1507
- owner: string;
1508
- ref: string;
1509
- sha?: string | undefined;
1510
- slug: string;
1511
- type: string;
1512
- };
1513
- /** @internal */
1514
- export declare const GitSource6$outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
1515
- /**
1516
- * @internal
1517
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1518
- */
1519
- export declare namespace GitSource6$ {
1520
- /** @deprecated use `GitSource6$inboundSchema` instead. */
1521
- const inboundSchema: z.ZodType<GitSource6, z.ZodTypeDef, unknown>;
1522
- /** @deprecated use `GitSource6$outboundSchema` instead. */
1523
- const outboundSchema: z.ZodType<GitSource6$Outbound, z.ZodTypeDef, GitSource6>;
1524
- /** @deprecated use `GitSource6$Outbound` instead. */
1525
- type Outbound = GitSource6$Outbound;
1526
- }
1527
- export declare function gitSource6ToJSON(gitSource6: GitSource6): string;
1528
- export declare function gitSource6FromJSON(jsonString: string): SafeParseResult<GitSource6, SDKValidationError>;
1529
- /** @internal */
1530
1544
  export declare const CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
1531
1545
  /** @internal */
1532
1546
  export declare const CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestType>;
@@ -1548,11 +1562,11 @@ export declare namespace CreateDeploymentGitSourceDeploymentsRequestType$ {
1548
1562
  export declare const GitSource5$inboundSchema: z.ZodType<GitSource5, z.ZodTypeDef, unknown>;
1549
1563
  /** @internal */
1550
1564
  export type GitSource5$Outbound = {
1565
+ owner: string;
1551
1566
  ref: string;
1552
- repoUuid: string;
1553
1567
  sha?: string | undefined;
1568
+ slug: string;
1554
1569
  type: string;
1555
- workspaceUuid?: string | undefined;
1556
1570
  };
1557
1571
  /** @internal */
1558
1572
  export declare const GitSource5$outboundSchema: z.ZodType<GitSource5$Outbound, z.ZodTypeDef, GitSource5>;
@@ -1571,26 +1585,6 @@ export declare namespace GitSource5$ {
1571
1585
  export declare function gitSource5ToJSON(gitSource5: GitSource5): string;
1572
1586
  export declare function gitSource5FromJSON(jsonString: string): SafeParseResult<GitSource5, SDKValidationError>;
1573
1587
  /** @internal */
1574
- export declare const ProjectId$inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
1575
- /** @internal */
1576
- export type ProjectId$Outbound = number | string;
1577
- /** @internal */
1578
- export declare const ProjectId$outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
1579
- /**
1580
- * @internal
1581
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1582
- */
1583
- export declare namespace ProjectId$ {
1584
- /** @deprecated use `ProjectId$inboundSchema` instead. */
1585
- const inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
1586
- /** @deprecated use `ProjectId$outboundSchema` instead. */
1587
- const outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
1588
- /** @deprecated use `ProjectId$Outbound` instead. */
1589
- type Outbound = ProjectId$Outbound;
1590
- }
1591
- export declare function projectIdToJSON(projectId: ProjectId): string;
1592
- export declare function projectIdFromJSON(jsonString: string): SafeParseResult<ProjectId, SDKValidationError>;
1593
- /** @internal */
1594
1588
  export declare const CreateDeploymentGitSourceDeploymentsType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsType>;
1595
1589
  /** @internal */
1596
1590
  export declare const CreateDeploymentGitSourceDeploymentsType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsType>;
@@ -1601,21 +1595,22 @@ export declare const CreateDeploymentGitSourceDeploymentsType$outboundSchema: z.
1601
1595
  export declare namespace CreateDeploymentGitSourceDeploymentsType$ {
1602
1596
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsType$inboundSchema` instead. */
1603
1597
  const inboundSchema: z.ZodNativeEnum<{
1604
- readonly Gitlab: "gitlab";
1598
+ readonly Bitbucket: "bitbucket";
1605
1599
  }>;
1606
1600
  /** @deprecated use `CreateDeploymentGitSourceDeploymentsType$outboundSchema` instead. */
1607
1601
  const outboundSchema: z.ZodNativeEnum<{
1608
- readonly Gitlab: "gitlab";
1602
+ readonly Bitbucket: "bitbucket";
1609
1603
  }>;
1610
1604
  }
1611
1605
  /** @internal */
1612
1606
  export declare const GitSource4$inboundSchema: z.ZodType<GitSource4, z.ZodTypeDef, unknown>;
1613
1607
  /** @internal */
1614
1608
  export type GitSource4$Outbound = {
1615
- projectId: number | string;
1616
1609
  ref: string;
1610
+ repoUuid: string;
1617
1611
  sha?: string | undefined;
1618
1612
  type: string;
1613
+ workspaceUuid?: string | undefined;
1619
1614
  };
1620
1615
  /** @internal */
1621
1616
  export declare const GitSource4$outboundSchema: z.ZodType<GitSource4$Outbound, z.ZodTypeDef, GitSource4>;
@@ -1634,6 +1629,26 @@ export declare namespace GitSource4$ {
1634
1629
  export declare function gitSource4ToJSON(gitSource4: GitSource4): string;
1635
1630
  export declare function gitSource4FromJSON(jsonString: string): SafeParseResult<GitSource4, SDKValidationError>;
1636
1631
  /** @internal */
1632
+ export declare const ProjectId$inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
1633
+ /** @internal */
1634
+ export type ProjectId$Outbound = number | string;
1635
+ /** @internal */
1636
+ export declare const ProjectId$outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
1637
+ /**
1638
+ * @internal
1639
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1640
+ */
1641
+ export declare namespace ProjectId$ {
1642
+ /** @deprecated use `ProjectId$inboundSchema` instead. */
1643
+ const inboundSchema: z.ZodType<ProjectId, z.ZodTypeDef, unknown>;
1644
+ /** @deprecated use `ProjectId$outboundSchema` instead. */
1645
+ const outboundSchema: z.ZodType<ProjectId$Outbound, z.ZodTypeDef, ProjectId>;
1646
+ /** @deprecated use `ProjectId$Outbound` instead. */
1647
+ type Outbound = ProjectId$Outbound;
1648
+ }
1649
+ export declare function projectIdToJSON(projectId: ProjectId): string;
1650
+ export declare function projectIdFromJSON(jsonString: string): SafeParseResult<ProjectId, SDKValidationError>;
1651
+ /** @internal */
1637
1652
  export declare const CreateDeploymentGitSourceType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceType>;
1638
1653
  /** @internal */
1639
1654
  export declare const CreateDeploymentGitSourceType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceType>;
@@ -1644,22 +1659,20 @@ export declare const CreateDeploymentGitSourceType$outboundSchema: z.ZodNativeEn
1644
1659
  export declare namespace CreateDeploymentGitSourceType$ {
1645
1660
  /** @deprecated use `CreateDeploymentGitSourceType$inboundSchema` instead. */
1646
1661
  const inboundSchema: z.ZodNativeEnum<{
1647
- readonly GithubCustomHost: "github-custom-host";
1662
+ readonly Gitlab: "gitlab";
1648
1663
  }>;
1649
1664
  /** @deprecated use `CreateDeploymentGitSourceType$outboundSchema` instead. */
1650
1665
  const outboundSchema: z.ZodNativeEnum<{
1651
- readonly GithubCustomHost: "github-custom-host";
1666
+ readonly Gitlab: "gitlab";
1652
1667
  }>;
1653
1668
  }
1654
1669
  /** @internal */
1655
1670
  export declare const GitSource3$inboundSchema: z.ZodType<GitSource3, z.ZodTypeDef, unknown>;
1656
1671
  /** @internal */
1657
1672
  export type GitSource3$Outbound = {
1658
- org: string;
1673
+ projectId: number | string;
1659
1674
  ref: string;
1660
- repo: string;
1661
1675
  sha?: string | undefined;
1662
- host: string;
1663
1676
  type: string;
1664
1677
  };
1665
1678
  /** @internal */
@@ -1743,19 +1756,19 @@ export declare namespace RepoId$ {
1743
1756
  export declare function repoIdToJSON(repoId: RepoId): string;
1744
1757
  export declare function repoIdFromJSON(jsonString: string): SafeParseResult<RepoId, SDKValidationError>;
1745
1758
  /** @internal */
1746
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
1759
+ export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
1747
1760
  /** @internal */
1748
- export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type>;
1761
+ export declare const CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof CreateDeploymentGitSourceDeploymentsRequestRequestBodyType>;
1749
1762
  /**
1750
1763
  * @internal
1751
1764
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1752
1765
  */
1753
- export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$ {
1754
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema` instead. */
1766
+ export declare namespace CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$ {
1767
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema` instead. */
1755
1768
  const inboundSchema: z.ZodNativeEnum<{
1756
1769
  readonly Github: "github";
1757
1770
  }>;
1758
- /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema` instead. */
1771
+ /** @deprecated use `CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema` instead. */
1759
1772
  const outboundSchema: z.ZodNativeEnum<{
1760
1773
  readonly Github: "github";
1761
1774
  }>;
@@ -1788,7 +1801,7 @@ export declare function gitSource1FromJSON(jsonString: string): SafeParseResult<
1788
1801
  /** @internal */
1789
1802
  export declare const GitSource$inboundSchema: z.ZodType<GitSource, z.ZodTypeDef, unknown>;
1790
1803
  /** @internal */
1791
- export type GitSource$Outbound = GitSource3$Outbound | GitSource2$Outbound | GitSource6$Outbound | GitSource1$Outbound | GitSource4$Outbound | GitSource5$Outbound;
1804
+ export type GitSource$Outbound = GitSource2$Outbound | GitSource5$Outbound | GitSource1$Outbound | GitSource3$Outbound | GitSource4$Outbound;
1792
1805
  /** @internal */
1793
1806
  export declare const GitSource$outboundSchema: z.ZodType<GitSource$Outbound, z.ZodTypeDef, GitSource>;
1794
1807
  /**
@@ -1985,7 +1998,7 @@ export type CreateDeploymentRequestBody$Outbound = {
1985
1998
  deploymentId?: string | undefined;
1986
1999
  files?: Array<InlinedFile$Outbound | UploadedFile$Outbound> | undefined;
1987
2000
  gitMetadata?: GitMetadata$Outbound | undefined;
1988
- gitSource?: GitSource3$Outbound | GitSource2$Outbound | GitSource6$Outbound | GitSource1$Outbound | GitSource4$Outbound | GitSource5$Outbound | undefined;
2001
+ gitSource?: GitSource2$Outbound | GitSource5$Outbound | GitSource1$Outbound | GitSource3$Outbound | GitSource4$Outbound | undefined;
1989
2002
  meta?: {
1990
2003
  [k: string]: string;
1991
2004
  } | undefined;
@@ -3977,12 +3990,84 @@ export declare namespace CreateDeploymentHasType$ {
3977
3990
  }>;
3978
3991
  }
3979
3992
  /** @internal */
3993
+ export declare const ValueEq$inboundSchema: z.ZodType<ValueEq, z.ZodTypeDef, unknown>;
3994
+ /** @internal */
3995
+ export type ValueEq$Outbound = string | number;
3996
+ /** @internal */
3997
+ export declare const ValueEq$outboundSchema: z.ZodType<ValueEq$Outbound, z.ZodTypeDef, ValueEq>;
3998
+ /**
3999
+ * @internal
4000
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4001
+ */
4002
+ export declare namespace ValueEq$ {
4003
+ /** @deprecated use `ValueEq$inboundSchema` instead. */
4004
+ const inboundSchema: z.ZodType<ValueEq, z.ZodTypeDef, unknown>;
4005
+ /** @deprecated use `ValueEq$outboundSchema` instead. */
4006
+ const outboundSchema: z.ZodType<ValueEq$Outbound, z.ZodTypeDef, ValueEq>;
4007
+ /** @deprecated use `ValueEq$Outbound` instead. */
4008
+ type Outbound = ValueEq$Outbound;
4009
+ }
4010
+ export declare function valueEqToJSON(valueEq: ValueEq): string;
4011
+ export declare function valueEqFromJSON(jsonString: string): SafeParseResult<ValueEq, SDKValidationError>;
4012
+ /** @internal */
4013
+ export declare const CreateDeploymentValueDeployments2$inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4014
+ /** @internal */
4015
+ export type CreateDeploymentValueDeployments2$Outbound = {
4016
+ eq?: string | number | undefined;
4017
+ neq?: string | undefined;
4018
+ inc?: Array<string> | undefined;
4019
+ ninc?: Array<string> | undefined;
4020
+ pre?: string | undefined;
4021
+ suf?: string | undefined;
4022
+ re?: string | undefined;
4023
+ gt?: number | undefined;
4024
+ gte?: number | undefined;
4025
+ lt?: number | undefined;
4026
+ lte?: number | undefined;
4027
+ };
4028
+ /** @internal */
4029
+ export declare const CreateDeploymentValueDeployments2$outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4030
+ /**
4031
+ * @internal
4032
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4033
+ */
4034
+ export declare namespace CreateDeploymentValueDeployments2$ {
4035
+ /** @deprecated use `CreateDeploymentValueDeployments2$inboundSchema` instead. */
4036
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
4037
+ /** @deprecated use `CreateDeploymentValueDeployments2$outboundSchema` instead. */
4038
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeployments2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeployments2>;
4039
+ /** @deprecated use `CreateDeploymentValueDeployments2$Outbound` instead. */
4040
+ type Outbound = CreateDeploymentValueDeployments2$Outbound;
4041
+ }
4042
+ export declare function createDeploymentValueDeployments2ToJSON(createDeploymentValueDeployments2: CreateDeploymentValueDeployments2): string;
4043
+ export declare function createDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeployments2, SDKValidationError>;
4044
+ /** @internal */
4045
+ export declare const CreateDeploymentHasValue$inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4046
+ /** @internal */
4047
+ export type CreateDeploymentHasValue$Outbound = CreateDeploymentValueDeployments2$Outbound | string;
4048
+ /** @internal */
4049
+ export declare const CreateDeploymentHasValue$outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4050
+ /**
4051
+ * @internal
4052
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4053
+ */
4054
+ export declare namespace CreateDeploymentHasValue$ {
4055
+ /** @deprecated use `CreateDeploymentHasValue$inboundSchema` instead. */
4056
+ const inboundSchema: z.ZodType<CreateDeploymentHasValue, z.ZodTypeDef, unknown>;
4057
+ /** @deprecated use `CreateDeploymentHasValue$outboundSchema` instead. */
4058
+ const outboundSchema: z.ZodType<CreateDeploymentHasValue$Outbound, z.ZodTypeDef, CreateDeploymentHasValue>;
4059
+ /** @deprecated use `CreateDeploymentHasValue$Outbound` instead. */
4060
+ type Outbound = CreateDeploymentHasValue$Outbound;
4061
+ }
4062
+ export declare function createDeploymentHasValueToJSON(createDeploymentHasValue: CreateDeploymentHasValue): string;
4063
+ export declare function createDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<CreateDeploymentHasValue, SDKValidationError>;
4064
+ /** @internal */
3980
4065
  export declare const Has2$inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown>;
3981
4066
  /** @internal */
3982
4067
  export type Has2$Outbound = {
3983
4068
  type: string;
3984
4069
  key: string;
3985
- value?: string | undefined;
4070
+ value?: CreateDeploymentValueDeployments2$Outbound | string | undefined;
3986
4071
  };
3987
4072
  /** @internal */
3988
4073
  export declare const Has2$outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef, Has2>;
@@ -4019,11 +4104,83 @@ export declare namespace HasType$ {
4019
4104
  }>;
4020
4105
  }
4021
4106
  /** @internal */
4107
+ export declare const Eq$inboundSchema: z.ZodType<Eq, z.ZodTypeDef, unknown>;
4108
+ /** @internal */
4109
+ export type Eq$Outbound = string | number;
4110
+ /** @internal */
4111
+ export declare const Eq$outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
4112
+ /**
4113
+ * @internal
4114
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4115
+ */
4116
+ export declare namespace Eq$ {
4117
+ /** @deprecated use `Eq$inboundSchema` instead. */
4118
+ const inboundSchema: z.ZodType<Eq, z.ZodTypeDef, unknown>;
4119
+ /** @deprecated use `Eq$outboundSchema` instead. */
4120
+ const outboundSchema: z.ZodType<Eq$Outbound, z.ZodTypeDef, Eq>;
4121
+ /** @deprecated use `Eq$Outbound` instead. */
4122
+ type Outbound = Eq$Outbound;
4123
+ }
4124
+ export declare function eqToJSON(eq: Eq): string;
4125
+ export declare function eqFromJSON(jsonString: string): SafeParseResult<Eq, SDKValidationError>;
4126
+ /** @internal */
4127
+ export declare const CreateDeploymentValue2$inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4128
+ /** @internal */
4129
+ export type CreateDeploymentValue2$Outbound = {
4130
+ eq?: string | number | undefined;
4131
+ neq?: string | undefined;
4132
+ inc?: Array<string> | undefined;
4133
+ ninc?: Array<string> | undefined;
4134
+ pre?: string | undefined;
4135
+ suf?: string | undefined;
4136
+ re?: string | undefined;
4137
+ gt?: number | undefined;
4138
+ gte?: number | undefined;
4139
+ lt?: number | undefined;
4140
+ lte?: number | undefined;
4141
+ };
4142
+ /** @internal */
4143
+ export declare const CreateDeploymentValue2$outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4144
+ /**
4145
+ * @internal
4146
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4147
+ */
4148
+ export declare namespace CreateDeploymentValue2$ {
4149
+ /** @deprecated use `CreateDeploymentValue2$inboundSchema` instead. */
4150
+ const inboundSchema: z.ZodType<CreateDeploymentValue2, z.ZodTypeDef, unknown>;
4151
+ /** @deprecated use `CreateDeploymentValue2$outboundSchema` instead. */
4152
+ const outboundSchema: z.ZodType<CreateDeploymentValue2$Outbound, z.ZodTypeDef, CreateDeploymentValue2>;
4153
+ /** @deprecated use `CreateDeploymentValue2$Outbound` instead. */
4154
+ type Outbound = CreateDeploymentValue2$Outbound;
4155
+ }
4156
+ export declare function createDeploymentValue2ToJSON(createDeploymentValue2: CreateDeploymentValue2): string;
4157
+ export declare function createDeploymentValue2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValue2, SDKValidationError>;
4158
+ /** @internal */
4159
+ export declare const HasValue$inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4160
+ /** @internal */
4161
+ export type HasValue$Outbound = CreateDeploymentValue2$Outbound | string;
4162
+ /** @internal */
4163
+ export declare const HasValue$outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4164
+ /**
4165
+ * @internal
4166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4167
+ */
4168
+ export declare namespace HasValue$ {
4169
+ /** @deprecated use `HasValue$inboundSchema` instead. */
4170
+ const inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
4171
+ /** @deprecated use `HasValue$outboundSchema` instead. */
4172
+ const outboundSchema: z.ZodType<HasValue$Outbound, z.ZodTypeDef, HasValue>;
4173
+ /** @deprecated use `HasValue$Outbound` instead. */
4174
+ type Outbound = HasValue$Outbound;
4175
+ }
4176
+ export declare function hasValueToJSON(hasValue: HasValue): string;
4177
+ export declare function hasValueFromJSON(jsonString: string): SafeParseResult<HasValue, SDKValidationError>;
4178
+ /** @internal */
4022
4179
  export declare const Has1$inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown>;
4023
4180
  /** @internal */
4024
4181
  export type Has1$Outbound = {
4025
4182
  type: string;
4026
- value: string;
4183
+ value: CreateDeploymentValue2$Outbound | string;
4027
4184
  };
4028
4185
  /** @internal */
4029
4186
  export declare const Has1$outboundSchema: z.ZodType<Has1$Outbound, z.ZodTypeDef, Has1>;
@@ -4084,12 +4241,84 @@ export declare namespace CreateDeploymentMissingType$ {
4084
4241
  }>;
4085
4242
  }
4086
4243
  /** @internal */
4244
+ export declare const CreateDeploymentValueDeploymentsEq$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
4245
+ /** @internal */
4246
+ export type CreateDeploymentValueDeploymentsEq$Outbound = string | number;
4247
+ /** @internal */
4248
+ export declare const CreateDeploymentValueDeploymentsEq$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsEq>;
4249
+ /**
4250
+ * @internal
4251
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4252
+ */
4253
+ export declare namespace CreateDeploymentValueDeploymentsEq$ {
4254
+ /** @deprecated use `CreateDeploymentValueDeploymentsEq$inboundSchema` instead. */
4255
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsEq, z.ZodTypeDef, unknown>;
4256
+ /** @deprecated use `CreateDeploymentValueDeploymentsEq$outboundSchema` instead. */
4257
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsEq$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsEq>;
4258
+ /** @deprecated use `CreateDeploymentValueDeploymentsEq$Outbound` instead. */
4259
+ type Outbound = CreateDeploymentValueDeploymentsEq$Outbound;
4260
+ }
4261
+ export declare function createDeploymentValueDeploymentsEqToJSON(createDeploymentValueDeploymentsEq: CreateDeploymentValueDeploymentsEq): string;
4262
+ export declare function createDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsEq, SDKValidationError>;
4263
+ /** @internal */
4264
+ export declare const CreateDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4265
+ /** @internal */
4266
+ export type CreateDeploymentValueDeploymentsResponse2002$Outbound = {
4267
+ eq?: string | number | undefined;
4268
+ neq?: string | undefined;
4269
+ inc?: Array<string> | undefined;
4270
+ ninc?: Array<string> | undefined;
4271
+ pre?: string | undefined;
4272
+ suf?: string | undefined;
4273
+ re?: string | undefined;
4274
+ gt?: number | undefined;
4275
+ gte?: number | undefined;
4276
+ lt?: number | undefined;
4277
+ lte?: number | undefined;
4278
+ };
4279
+ /** @internal */
4280
+ export declare const CreateDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4281
+ /**
4282
+ * @internal
4283
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4284
+ */
4285
+ export declare namespace CreateDeploymentValueDeploymentsResponse2002$ {
4286
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
4287
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
4288
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
4289
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2002>;
4290
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$Outbound` instead. */
4291
+ type Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound;
4292
+ }
4293
+ export declare function createDeploymentValueDeploymentsResponse2002ToJSON(createDeploymentValueDeploymentsResponse2002: CreateDeploymentValueDeploymentsResponse2002): string;
4294
+ export declare function createDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2002, SDKValidationError>;
4295
+ /** @internal */
4296
+ export declare const CreateDeploymentMissingValue$inboundSchema: z.ZodType<CreateDeploymentMissingValue, z.ZodTypeDef, unknown>;
4297
+ /** @internal */
4298
+ export type CreateDeploymentMissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2002$Outbound | string;
4299
+ /** @internal */
4300
+ export declare const CreateDeploymentMissingValue$outboundSchema: z.ZodType<CreateDeploymentMissingValue$Outbound, z.ZodTypeDef, CreateDeploymentMissingValue>;
4301
+ /**
4302
+ * @internal
4303
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4304
+ */
4305
+ export declare namespace CreateDeploymentMissingValue$ {
4306
+ /** @deprecated use `CreateDeploymentMissingValue$inboundSchema` instead. */
4307
+ const inboundSchema: z.ZodType<CreateDeploymentMissingValue, z.ZodTypeDef, unknown>;
4308
+ /** @deprecated use `CreateDeploymentMissingValue$outboundSchema` instead. */
4309
+ const outboundSchema: z.ZodType<CreateDeploymentMissingValue$Outbound, z.ZodTypeDef, CreateDeploymentMissingValue>;
4310
+ /** @deprecated use `CreateDeploymentMissingValue$Outbound` instead. */
4311
+ type Outbound = CreateDeploymentMissingValue$Outbound;
4312
+ }
4313
+ export declare function createDeploymentMissingValueToJSON(createDeploymentMissingValue: CreateDeploymentMissingValue): string;
4314
+ export declare function createDeploymentMissingValueFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMissingValue, SDKValidationError>;
4315
+ /** @internal */
4087
4316
  export declare const Missing2$inboundSchema: z.ZodType<Missing2, z.ZodTypeDef, unknown>;
4088
4317
  /** @internal */
4089
4318
  export type Missing2$Outbound = {
4090
4319
  type: string;
4091
4320
  key: string;
4092
- value?: string | undefined;
4321
+ value?: CreateDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
4093
4322
  };
4094
4323
  /** @internal */
4095
4324
  export declare const Missing2$outboundSchema: z.ZodType<Missing2$Outbound, z.ZodTypeDef, Missing2>;
@@ -4126,11 +4355,83 @@ export declare namespace MissingType$ {
4126
4355
  }>;
4127
4356
  }
4128
4357
  /** @internal */
4358
+ export declare const CreateDeploymentValueEq$inboundSchema: z.ZodType<CreateDeploymentValueEq, z.ZodTypeDef, unknown>;
4359
+ /** @internal */
4360
+ export type CreateDeploymentValueEq$Outbound = string | number;
4361
+ /** @internal */
4362
+ export declare const CreateDeploymentValueEq$outboundSchema: z.ZodType<CreateDeploymentValueEq$Outbound, z.ZodTypeDef, CreateDeploymentValueEq>;
4363
+ /**
4364
+ * @internal
4365
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4366
+ */
4367
+ export declare namespace CreateDeploymentValueEq$ {
4368
+ /** @deprecated use `CreateDeploymentValueEq$inboundSchema` instead. */
4369
+ const inboundSchema: z.ZodType<CreateDeploymentValueEq, z.ZodTypeDef, unknown>;
4370
+ /** @deprecated use `CreateDeploymentValueEq$outboundSchema` instead. */
4371
+ const outboundSchema: z.ZodType<CreateDeploymentValueEq$Outbound, z.ZodTypeDef, CreateDeploymentValueEq>;
4372
+ /** @deprecated use `CreateDeploymentValueEq$Outbound` instead. */
4373
+ type Outbound = CreateDeploymentValueEq$Outbound;
4374
+ }
4375
+ export declare function createDeploymentValueEqToJSON(createDeploymentValueEq: CreateDeploymentValueEq): string;
4376
+ export declare function createDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueEq, SDKValidationError>;
4377
+ /** @internal */
4378
+ export declare const CreateDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4379
+ /** @internal */
4380
+ export type CreateDeploymentValueDeploymentsResponse2$Outbound = {
4381
+ eq?: string | number | undefined;
4382
+ neq?: string | undefined;
4383
+ inc?: Array<string> | undefined;
4384
+ ninc?: Array<string> | undefined;
4385
+ pre?: string | undefined;
4386
+ suf?: string | undefined;
4387
+ re?: string | undefined;
4388
+ gt?: number | undefined;
4389
+ gte?: number | undefined;
4390
+ lt?: number | undefined;
4391
+ lte?: number | undefined;
4392
+ };
4393
+ /** @internal */
4394
+ export declare const CreateDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4395
+ /**
4396
+ * @internal
4397
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4398
+ */
4399
+ export declare namespace CreateDeploymentValueDeploymentsResponse2$ {
4400
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
4401
+ const inboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
4402
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
4403
+ const outboundSchema: z.ZodType<CreateDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, CreateDeploymentValueDeploymentsResponse2>;
4404
+ /** @deprecated use `CreateDeploymentValueDeploymentsResponse2$Outbound` instead. */
4405
+ type Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound;
4406
+ }
4407
+ export declare function createDeploymentValueDeploymentsResponse2ToJSON(createDeploymentValueDeploymentsResponse2: CreateDeploymentValueDeploymentsResponse2): string;
4408
+ export declare function createDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<CreateDeploymentValueDeploymentsResponse2, SDKValidationError>;
4409
+ /** @internal */
4410
+ export declare const MissingValue$inboundSchema: z.ZodType<MissingValue, z.ZodTypeDef, unknown>;
4411
+ /** @internal */
4412
+ export type MissingValue$Outbound = CreateDeploymentValueDeploymentsResponse2$Outbound | string;
4413
+ /** @internal */
4414
+ export declare const MissingValue$outboundSchema: z.ZodType<MissingValue$Outbound, z.ZodTypeDef, MissingValue>;
4415
+ /**
4416
+ * @internal
4417
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4418
+ */
4419
+ export declare namespace MissingValue$ {
4420
+ /** @deprecated use `MissingValue$inboundSchema` instead. */
4421
+ const inboundSchema: z.ZodType<MissingValue, z.ZodTypeDef, unknown>;
4422
+ /** @deprecated use `MissingValue$outboundSchema` instead. */
4423
+ const outboundSchema: z.ZodType<MissingValue$Outbound, z.ZodTypeDef, MissingValue>;
4424
+ /** @deprecated use `MissingValue$Outbound` instead. */
4425
+ type Outbound = MissingValue$Outbound;
4426
+ }
4427
+ export declare function missingValueToJSON(missingValue: MissingValue): string;
4428
+ export declare function missingValueFromJSON(jsonString: string): SafeParseResult<MissingValue, SDKValidationError>;
4429
+ /** @internal */
4129
4430
  export declare const Missing1$inboundSchema: z.ZodType<Missing1, z.ZodTypeDef, unknown>;
4130
4431
  /** @internal */
4131
4432
  export type Missing1$Outbound = {
4132
4433
  type: string;
4133
- value: string;
4434
+ value: CreateDeploymentValueDeploymentsResponse2$Outbound | string;
4134
4435
  };
4135
4436
  /** @internal */
4136
4437
  export declare const Missing1$outboundSchema: z.ZodType<Missing1$Outbound, z.ZodTypeDef, Missing1>;
@@ -4169,6 +4470,48 @@ export declare namespace RoutesMissing$ {
4169
4470
  export declare function routesMissingToJSON(routesMissing: RoutesMissing): string;
4170
4471
  export declare function routesMissingFromJSON(jsonString: string): SafeParseResult<RoutesMissing, SDKValidationError>;
4171
4472
  /** @internal */
4473
+ export declare const RoutesAction$inboundSchema: z.ZodNativeEnum<typeof RoutesAction>;
4474
+ /** @internal */
4475
+ export declare const RoutesAction$outboundSchema: z.ZodNativeEnum<typeof RoutesAction>;
4476
+ /**
4477
+ * @internal
4478
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4479
+ */
4480
+ export declare namespace RoutesAction$ {
4481
+ /** @deprecated use `RoutesAction$inboundSchema` instead. */
4482
+ const inboundSchema: z.ZodNativeEnum<{
4483
+ readonly Challenge: "challenge";
4484
+ readonly Deny: "deny";
4485
+ }>;
4486
+ /** @deprecated use `RoutesAction$outboundSchema` instead. */
4487
+ const outboundSchema: z.ZodNativeEnum<{
4488
+ readonly Challenge: "challenge";
4489
+ readonly Deny: "deny";
4490
+ }>;
4491
+ }
4492
+ /** @internal */
4493
+ export declare const RoutesMitigate$inboundSchema: z.ZodType<RoutesMitigate, z.ZodTypeDef, unknown>;
4494
+ /** @internal */
4495
+ export type RoutesMitigate$Outbound = {
4496
+ action: string;
4497
+ };
4498
+ /** @internal */
4499
+ export declare const RoutesMitigate$outboundSchema: z.ZodType<RoutesMitigate$Outbound, z.ZodTypeDef, RoutesMitigate>;
4500
+ /**
4501
+ * @internal
4502
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4503
+ */
4504
+ export declare namespace RoutesMitigate$ {
4505
+ /** @deprecated use `RoutesMitigate$inboundSchema` instead. */
4506
+ const inboundSchema: z.ZodType<RoutesMitigate, z.ZodTypeDef, unknown>;
4507
+ /** @deprecated use `RoutesMitigate$outboundSchema` instead. */
4508
+ const outboundSchema: z.ZodType<RoutesMitigate$Outbound, z.ZodTypeDef, RoutesMitigate>;
4509
+ /** @deprecated use `RoutesMitigate$Outbound` instead. */
4510
+ type Outbound = RoutesMitigate$Outbound;
4511
+ }
4512
+ export declare function routesMitigateToJSON(routesMitigate: RoutesMitigate): string;
4513
+ export declare function routesMitigateFromJSON(jsonString: string): SafeParseResult<RoutesMitigate, SDKValidationError>;
4514
+ /** @internal */
4172
4515
  export declare const Locale$inboundSchema: z.ZodType<Locale, z.ZodTypeDef, unknown>;
4173
4516
  /** @internal */
4174
4517
  export type Locale$Outbound = {
@@ -4211,6 +4554,7 @@ export type Routes1$Outbound = {
4211
4554
  status?: number | undefined;
4212
4555
  has?: Array<Has1$Outbound | Has2$Outbound> | undefined;
4213
4556
  missing?: Array<Missing1$Outbound | Missing2$Outbound> | undefined;
4557
+ mitigate?: RoutesMitigate$Outbound | undefined;
4214
4558
  locale?: Locale$Outbound | undefined;
4215
4559
  middlewarePath?: string | undefined;
4216
4560
  middlewareRawSrc?: Array<string> | undefined;
@@ -4279,6 +4623,7 @@ export declare function createDeploymentCronsFromJSON(jsonString: string): SafeP
4279
4623
  export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
4280
4624
  /** @internal */
4281
4625
  export type CreateDeploymentMicrofrontendsApplications$Outbound = {
4626
+ isDefaultApp?: boolean | undefined;
4282
4627
  productionHost: string;
4283
4628
  deploymentAlias?: string | undefined;
4284
4629
  deploymentHost?: string | undefined;