@vercel/sdk 1.10.0 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +3601 -3879
- package/bin/mcp-server.js.map +59 -59
- package/docs/sdks/accessgroups/README.md +11 -0
- package/docs/sdks/aliases/README.md +7 -1
- package/docs/sdks/artifacts/README.md +6 -0
- package/docs/sdks/authentication/README.md +5 -0
- package/docs/sdks/certs/README.md +4 -0
- package/docs/sdks/checks/README.md +5 -0
- package/docs/sdks/deployments/README.md +18 -0
- package/docs/sdks/dns/README.md +4 -0
- package/docs/sdks/domains/README.md +10 -0
- package/docs/sdks/edgeconfig/README.md +17 -0
- package/docs/sdks/environment/README.md +5 -0
- package/docs/sdks/integrations/README.md +4 -0
- package/docs/sdks/logdrains/README.md +3 -0
- package/docs/sdks/logs/README.md +1 -0
- package/docs/sdks/marketplace/README.md +20 -0
- package/docs/sdks/projectmembers/README.md +3 -0
- package/docs/sdks/projects/README.md +24 -0
- package/docs/sdks/rollingrelease/README.md +7 -0
- package/docs/sdks/security/README.md +8 -0
- package/docs/sdks/teams/README.md +13 -0
- package/docs/sdks/user/README.md +3 -0
- package/docs/sdks/webhooks/README.md +4 -0
- package/esm/__tests__/aliases.test.js +16 -16
- package/esm/__tests__/aliases.test.js.map +1 -1
- package/esm/__tests__/security.test.js +13 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/aliasesGetAlias.d.ts +2 -2
- package/esm/funcs/aliasesGetAlias.d.ts.map +1 -1
- package/esm/funcs/aliasesGetAlias.js +3 -2
- package/esm/funcs/aliasesGetAlias.js.map +1 -1
- package/esm/funcs/checksRerequestCheck.js +1 -0
- package/esm/funcs/checksRerequestCheck.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsGetDomainConfig.js +2 -2
- package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -2
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js +2 -3
- package/esm/funcs/edgeConfigPatchEdgeConfigItems.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js +2 -2
- package/esm/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.js.map +1 -1
- package/esm/funcs/projectsAcceptProjectTransferRequest.js +2 -2
- package/esm/funcs/projectsAcceptProjectTransferRequest.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/teamsPatchTeam.js +2 -2
- package/esm/funcs/teamsPatchTeam.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/acceptprojecttransferrequestop.d.ts +176 -2
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +176 -2
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/addbypassipop.d.ts +38 -38
- package/esm/models/addbypassipop.d.ts.map +1 -1
- package/esm/models/addbypassipop.js +44 -42
- package/esm/models/addbypassipop.js.map +1 -1
- package/esm/models/authtoken.d.ts +10 -4
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +6 -4
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +54 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +34 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +385 -148
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +363 -148
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createcustomenvironmentop.d.ts +3 -3
- package/esm/models/createcustomenvironmentop.js +1 -1
- package/esm/models/createcustomenvironmentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +604 -344
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +501 -274
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +2 -2
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +2 -2
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +378 -797
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +344 -718
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +4 -4
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -4
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +0 -555
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +0 -449
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getbypassipop.d.ts +55 -179
- package/esm/models/getbypassipop.d.ts.map +1 -1
- package/esm/models/getbypassipop.js +59 -221
- package/esm/models/getbypassipop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -3
- package/esm/models/getcustomenvironmentop.js +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +847 -366
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +772 -332
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +3 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +1 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +2 -2
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +4 -2
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +3 -0
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +1 -0
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +218 -643
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +197 -573
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrecordsop.d.ts +8 -0
- package/esm/models/getrecordsop.d.ts.map +1 -1
- package/esm/models/getrecordsop.js +8 -0
- package/esm/models/getrecordsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +6 -0
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +2 -0
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -3
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +15 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +5 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +33 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +11 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaccessgroupmembersop.d.ts +3 -0
- package/esm/models/listaccessgroupmembersop.d.ts.map +1 -1
- package/esm/models/listaccessgroupmembersop.js +1 -0
- package/esm/models/listaccessgroupmembersop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +141 -39
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +132 -35
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +30 -30
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +34 -34
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchedgeconfigitemsop.d.ts +0 -4
- package/esm/models/patchedgeconfigitemsop.d.ts.map +1 -1
- package/esm/models/patchedgeconfigitemsop.js +0 -4
- package/esm/models/patchedgeconfigitemsop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +185 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +132 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +3 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +1 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removecustomenvironmentop.d.ts +3 -3
- package/esm/models/removecustomenvironmentop.js +1 -1
- package/esm/models/removecustomenvironmentop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/rerequestcheckop.d.ts +5 -0
- package/esm/models/rerequestcheckop.d.ts.map +1 -1
- package/esm/models/rerequestcheckop.js +2 -0
- package/esm/models/rerequestcheckop.js.map +1 -1
- package/esm/models/team.d.ts +142 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +111 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +15 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +5 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatecustomenvironmentop.d.ts +3 -3
- package/esm/models/updatecustomenvironmentop.js +1 -1
- package/esm/models/updatecustomenvironmentop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +226 -651
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +209 -604
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +221 -643
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +198 -573
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1629 -1433
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2023 -1841
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/aliases.d.ts +2 -2
- package/esm/sdk/aliases.d.ts.map +1 -1
- package/examples/README.md +5 -0
- package/examples/package-lock.json +8 -7
- package/examples/projectsUpdateProject.example.ts +2 -0
- package/jsr.json +1 -1
- package/package.json +6 -8
- package/src/__tests__/aliases.test.ts +16 -16
- package/src/__tests__/security.test.ts +13 -1
- package/src/funcs/aliasesGetAlias.ts +5 -6
- package/src/funcs/checksRerequestCheck.ts +1 -0
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsGetDomainConfig.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +2 -2
- package/src/funcs/edgeConfigPatchEdgeConfigItems.ts +2 -3
- package/src/funcs/marketplaceUpdateInstallationIntegrationEdgeConfig.ts +2 -2
- package/src/funcs/projectsAcceptProjectTransferRequest.ts +2 -2
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/teamsPatchTeam.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/acceptprojecttransferrequestop.ts +449 -4
- package/src/models/addbypassipop.ts +69 -78
- package/src/models/authtoken.ts +10 -8
- package/src/models/authuser.ts +93 -0
- package/src/models/canceldeploymentop.ts +734 -295
- package/src/models/createcustomenvironmentop.ts +1 -1
- package/src/models/createdeploymentop.ts +1122 -641
- package/src/models/createlogdrainop.ts +4 -4
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +734 -1475
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +8 -8
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getaliasop.ts +0 -1042
- package/src/models/getbypassipop.ts +100 -404
- package/src/models/getcustomenvironmentop.ts +1 -1
- package/src/models/getdeploymentop.ts +1761 -780
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getfirewallconfigop.ts +1 -0
- package/src/models/getintegrationlogdrainsop.ts +6 -4
- package/src/models/getprojectmembersop.ts +1 -0
- package/src/models/getprojectsop.ts +612 -1335
- package/src/models/getrecordsop.ts +16 -0
- package/src/models/getteammembersop.ts +2 -0
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +1 -1
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +5 -0
- package/src/models/inviteusertoteamop.ts +11 -0
- package/src/models/listaccessgroupmembersop.ts +1 -0
- package/src/models/listaliasesop.ts +290 -74
- package/src/models/listdeploymentaliasesop.ts +58 -70
- package/src/models/patchedgeconfigitemsop.ts +0 -8
- package/src/models/patchteamop.ts +311 -0
- package/src/models/putfirewallconfigop.ts +1 -0
- package/src/models/removecustomenvironmentop.ts +1 -1
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/rerequestcheckop.ts +7 -0
- package/src/models/team.ts +240 -0
- package/src/models/teamlimited.ts +5 -0
- package/src/models/updatecustomenvironmentop.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +684 -1411
- package/src/models/updateprojectop.ts +601 -1343
- package/src/models/userevent.ts +3615 -3202
- package/src/sdk/aliases.ts +2 -2
- package/temp/example.ts +11 -0
- package/vercel-spec.json +2337 -2625
|
@@ -92,6 +92,7 @@ export const Framework = {
|
|
|
92
92
|
Sanity: "sanity",
|
|
93
93
|
Storybook: "storybook",
|
|
94
94
|
Nitro: "nitro",
|
|
95
|
+
Hono: "hono",
|
|
95
96
|
};
|
|
96
97
|
/**
|
|
97
98
|
* Override the Node.js version that should be used for this deployment
|
|
@@ -154,13 +155,14 @@ export const CreateDeploymentFramework = {
|
|
|
154
155
|
Sanity: "sanity",
|
|
155
156
|
Storybook: "storybook",
|
|
156
157
|
Nitro: "nitro",
|
|
158
|
+
Hono: "hono",
|
|
157
159
|
};
|
|
158
160
|
export const CreateDeploymentDeploymentsStatus = {
|
|
161
|
+
Error: "error",
|
|
162
|
+
Timeout: "timeout",
|
|
159
163
|
Skipped: "skipped",
|
|
160
164
|
Pending: "pending",
|
|
161
165
|
Ready: "ready",
|
|
162
|
-
Error: "error",
|
|
163
|
-
Timeout: "timeout",
|
|
164
166
|
};
|
|
165
167
|
/**
|
|
166
168
|
* Must be `http` or `https`.
|
|
@@ -178,8 +180,8 @@ export const ContentDispositionType = {
|
|
|
178
180
|
Attachment: "attachment",
|
|
179
181
|
};
|
|
180
182
|
export const CreateDeploymentReadyState = {
|
|
181
|
-
Building: "BUILDING",
|
|
182
183
|
Error: "ERROR",
|
|
184
|
+
Building: "BUILDING",
|
|
183
185
|
Initializing: "INITIALIZING",
|
|
184
186
|
Ready: "READY",
|
|
185
187
|
};
|
|
@@ -213,30 +215,39 @@ export const OomReport = {
|
|
|
213
215
|
export const CreateDeploymentType = {
|
|
214
216
|
Lambdas: "LAMBDAS",
|
|
215
217
|
};
|
|
216
|
-
export const
|
|
218
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type = {
|
|
217
219
|
Bitbucket: "bitbucket",
|
|
218
220
|
};
|
|
219
|
-
export const
|
|
221
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type = {
|
|
220
222
|
Gitlab: "gitlab",
|
|
221
223
|
};
|
|
222
|
-
export const
|
|
224
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type = {
|
|
225
|
+
GithubLimited: "github-limited",
|
|
226
|
+
};
|
|
227
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type = {
|
|
223
228
|
GithubCustomHost: "github-custom-host",
|
|
224
229
|
};
|
|
225
|
-
export const
|
|
230
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type = {
|
|
226
231
|
Github: "github",
|
|
227
232
|
};
|
|
228
|
-
export const
|
|
233
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type = {
|
|
229
234
|
Custom: "custom",
|
|
230
235
|
};
|
|
231
|
-
export const
|
|
236
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type = {
|
|
232
237
|
Bitbucket: "bitbucket",
|
|
233
238
|
};
|
|
234
|
-
export const
|
|
239
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type = {
|
|
235
240
|
Bitbucket: "bitbucket",
|
|
236
241
|
};
|
|
237
|
-
export const
|
|
242
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type = {
|
|
238
243
|
Gitlab: "gitlab",
|
|
239
244
|
};
|
|
245
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type = {
|
|
246
|
+
GithubLimited: "github-limited",
|
|
247
|
+
};
|
|
248
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type = {
|
|
249
|
+
GithubLimited: "github-limited",
|
|
250
|
+
};
|
|
240
251
|
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType = {
|
|
241
252
|
GithubCustomHost: "github-custom-host",
|
|
242
253
|
};
|
|
@@ -249,6 +260,19 @@ export const CreateDeploymentGitSourceDeploymentsResponse200Type = {
|
|
|
249
260
|
export const CreateDeploymentGitSourceDeploymentsResponseType = {
|
|
250
261
|
Github: "github",
|
|
251
262
|
};
|
|
263
|
+
/**
|
|
264
|
+
* If set it overrides the `projectSettings.nodeVersion` for this deployment.
|
|
265
|
+
*/
|
|
266
|
+
export const CreateDeploymentNodeVersion = {
|
|
267
|
+
TwentyTwoDotX: "22.x",
|
|
268
|
+
TwentyDotX: "20.x",
|
|
269
|
+
EighteenDotX: "18.x",
|
|
270
|
+
SixteenDotX: "16.x",
|
|
271
|
+
FourteenDotX: "14.x",
|
|
272
|
+
TwelveDotX: "12.x",
|
|
273
|
+
TenDotX: "10.x",
|
|
274
|
+
EightDot10DotX: "8.10.x",
|
|
275
|
+
};
|
|
252
276
|
export const ReadyState = {
|
|
253
277
|
Canceled: "CANCELED",
|
|
254
278
|
Error: "ERROR",
|
|
@@ -291,17 +315,17 @@ export const ReadySubstate = {
|
|
|
291
315
|
Promoted: "PROMOTED",
|
|
292
316
|
};
|
|
293
317
|
export const CreateDeploymentPlan = {
|
|
318
|
+
Hobby: "hobby",
|
|
294
319
|
Pro: "pro",
|
|
295
320
|
Enterprise: "enterprise",
|
|
296
|
-
Hobby: "hobby",
|
|
297
321
|
};
|
|
298
322
|
export const FunctionType = {
|
|
299
|
-
Fluid: "fluid",
|
|
300
323
|
Standard: "standard",
|
|
324
|
+
Fluid: "fluid",
|
|
301
325
|
};
|
|
302
326
|
export const FunctionMemoryType = {
|
|
303
|
-
Standard: "standard",
|
|
304
327
|
StandardLegacy: "standard_legacy",
|
|
328
|
+
Standard: "standard",
|
|
305
329
|
Performance: "performance",
|
|
306
330
|
};
|
|
307
331
|
export const Architecture = {
|
|
@@ -314,13 +338,13 @@ export const Architecture = {
|
|
|
314
338
|
export const CreateDeploymentDeploymentsType = {
|
|
315
339
|
QueueV1beta: "queue/v1beta",
|
|
316
340
|
};
|
|
317
|
-
export const
|
|
318
|
-
Error: "error",
|
|
341
|
+
export const Handle = {
|
|
319
342
|
Filesystem: "filesystem",
|
|
343
|
+
Error: "error",
|
|
320
344
|
Hit: "hit",
|
|
321
345
|
Miss: "miss",
|
|
322
|
-
Rewrite: "rewrite",
|
|
323
346
|
Resource: "resource",
|
|
347
|
+
Rewrite: "rewrite",
|
|
324
348
|
};
|
|
325
349
|
export const CreateDeploymentHasType = {
|
|
326
350
|
Header: "header",
|
|
@@ -348,8 +372,8 @@ export const RoutesType = {
|
|
|
348
372
|
ResponseHeaders: "response.headers",
|
|
349
373
|
};
|
|
350
374
|
export const CreateDeploymentRoutesOp = {
|
|
351
|
-
Append: "append",
|
|
352
375
|
Set: "set",
|
|
376
|
+
Append: "append",
|
|
353
377
|
Delete: "delete",
|
|
354
378
|
};
|
|
355
379
|
export const CreateDeploymentState = {
|
|
@@ -361,22 +385,22 @@ export const CreateDeploymentGitRepoDeploymentsType = {
|
|
|
361
385
|
Bitbucket: "bitbucket",
|
|
362
386
|
};
|
|
363
387
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
364
|
-
Team: "team",
|
|
365
388
|
User: "user",
|
|
389
|
+
Team: "team",
|
|
366
390
|
};
|
|
367
391
|
export const CreateDeploymentGitRepoType = {
|
|
368
392
|
Github: "github",
|
|
369
393
|
};
|
|
370
394
|
export const GitRepoOwnerType = {
|
|
371
|
-
Team: "team",
|
|
372
395
|
User: "user",
|
|
396
|
+
Team: "team",
|
|
373
397
|
};
|
|
374
398
|
export const GitRepoType = {
|
|
375
399
|
Gitlab: "gitlab",
|
|
376
400
|
};
|
|
377
401
|
export const OwnerType = {
|
|
378
|
-
Team: "team",
|
|
379
402
|
User: "user",
|
|
403
|
+
Team: "team",
|
|
380
404
|
};
|
|
381
405
|
/** @internal */
|
|
382
406
|
export const ForceNew$inboundSchema = z
|
|
@@ -520,6 +544,10 @@ export const GitMetadata$inboundSchema = z.object({
|
|
|
520
544
|
commitRef: z.string().optional(),
|
|
521
545
|
commitSha: z.string().optional(),
|
|
522
546
|
dirty: z.boolean().optional(),
|
|
547
|
+
ci: z.boolean().optional(),
|
|
548
|
+
ciType: z.string().optional(),
|
|
549
|
+
ciGitProviderUsername: z.string().optional(),
|
|
550
|
+
ciGitRepoVisibility: z.string().optional(),
|
|
523
551
|
});
|
|
524
552
|
/** @internal */
|
|
525
553
|
export const GitMetadata$outboundSchema = z.object({
|
|
@@ -530,6 +558,10 @@ export const GitMetadata$outboundSchema = z.object({
|
|
|
530
558
|
commitRef: z.string().optional(),
|
|
531
559
|
commitSha: z.string().optional(),
|
|
532
560
|
dirty: z.boolean().optional(),
|
|
561
|
+
ci: z.boolean().optional(),
|
|
562
|
+
ciType: z.string().optional(),
|
|
563
|
+
ciGitProviderUsername: z.string().optional(),
|
|
564
|
+
ciGitRepoVisibility: z.string().optional(),
|
|
533
565
|
});
|
|
534
566
|
/**
|
|
535
567
|
* @internal
|
|
@@ -1527,8 +1559,8 @@ export function createDeploymentOutputFromJSON(jsonString) {
|
|
|
1527
1559
|
export const Lambdas$inboundSchema = z.object({
|
|
1528
1560
|
id: z.string().optional(),
|
|
1529
1561
|
createdAt: z.number().optional(),
|
|
1530
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
1531
1562
|
readyState: CreateDeploymentReadyState$inboundSchema.optional(),
|
|
1563
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
1532
1564
|
readyStateAt: z.number().optional(),
|
|
1533
1565
|
output: z.array(z.lazy(() => CreateDeploymentOutput$inboundSchema)),
|
|
1534
1566
|
});
|
|
@@ -1536,8 +1568,8 @@ export const Lambdas$inboundSchema = z.object({
|
|
|
1536
1568
|
export const Lambdas$outboundSchema = z.object({
|
|
1537
1569
|
id: z.string().optional(),
|
|
1538
1570
|
createdAt: z.number().optional(),
|
|
1539
|
-
entrypoint: z.nullable(z.string()).optional(),
|
|
1540
1571
|
readyState: CreateDeploymentReadyState$outboundSchema.optional(),
|
|
1572
|
+
entrypoint: z.nullable(z.string()).optional(),
|
|
1541
1573
|
readyStateAt: z.number().optional(),
|
|
1542
1574
|
output: z.array(z.lazy(() => CreateDeploymentOutput$outboundSchema)),
|
|
1543
1575
|
});
|
|
@@ -1866,6 +1898,154 @@ export var CreateDeploymentType$;
|
|
|
1866
1898
|
CreateDeploymentType$.outboundSchema = CreateDeploymentType$outboundSchema;
|
|
1867
1899
|
})(CreateDeploymentType$ || (CreateDeploymentType$ = {}));
|
|
1868
1900
|
/** @internal */
|
|
1901
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type);
|
|
1902
|
+
/** @internal */
|
|
1903
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema;
|
|
1904
|
+
/**
|
|
1905
|
+
* @internal
|
|
1906
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1907
|
+
*/
|
|
1908
|
+
export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$;
|
|
1909
|
+
(function (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$) {
|
|
1910
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema` instead. */
|
|
1911
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema;
|
|
1912
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema` instead. */
|
|
1913
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema;
|
|
1914
|
+
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$ = {}));
|
|
1915
|
+
/** @internal */
|
|
1916
|
+
export const CreateDeploymentGitSource15$inboundSchema = z.object({
|
|
1917
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema,
|
|
1918
|
+
ref: z.string(),
|
|
1919
|
+
sha: z.string(),
|
|
1920
|
+
owner: z.string().optional(),
|
|
1921
|
+
slug: z.string().optional(),
|
|
1922
|
+
workspaceUuid: z.string(),
|
|
1923
|
+
repoUuid: z.string(),
|
|
1924
|
+
});
|
|
1925
|
+
/** @internal */
|
|
1926
|
+
export const CreateDeploymentGitSource15$outboundSchema = z.object({
|
|
1927
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema,
|
|
1928
|
+
ref: z.string(),
|
|
1929
|
+
sha: z.string(),
|
|
1930
|
+
owner: z.string().optional(),
|
|
1931
|
+
slug: z.string().optional(),
|
|
1932
|
+
workspaceUuid: z.string(),
|
|
1933
|
+
repoUuid: z.string(),
|
|
1934
|
+
});
|
|
1935
|
+
/**
|
|
1936
|
+
* @internal
|
|
1937
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1938
|
+
*/
|
|
1939
|
+
export var CreateDeploymentGitSource15$;
|
|
1940
|
+
(function (CreateDeploymentGitSource15$) {
|
|
1941
|
+
/** @deprecated use `CreateDeploymentGitSource15$inboundSchema` instead. */
|
|
1942
|
+
CreateDeploymentGitSource15$.inboundSchema = CreateDeploymentGitSource15$inboundSchema;
|
|
1943
|
+
/** @deprecated use `CreateDeploymentGitSource15$outboundSchema` instead. */
|
|
1944
|
+
CreateDeploymentGitSource15$.outboundSchema = CreateDeploymentGitSource15$outboundSchema;
|
|
1945
|
+
})(CreateDeploymentGitSource15$ || (CreateDeploymentGitSource15$ = {}));
|
|
1946
|
+
export function createDeploymentGitSource15ToJSON(createDeploymentGitSource15) {
|
|
1947
|
+
return JSON.stringify(CreateDeploymentGitSource15$outboundSchema.parse(createDeploymentGitSource15));
|
|
1948
|
+
}
|
|
1949
|
+
export function createDeploymentGitSource15FromJSON(jsonString) {
|
|
1950
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSource15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSource15' from JSON`);
|
|
1951
|
+
}
|
|
1952
|
+
/** @internal */
|
|
1953
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type);
|
|
1954
|
+
/** @internal */
|
|
1955
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema;
|
|
1956
|
+
/**
|
|
1957
|
+
* @internal
|
|
1958
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1959
|
+
*/
|
|
1960
|
+
export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$;
|
|
1961
|
+
(function (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$) {
|
|
1962
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema` instead. */
|
|
1963
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema;
|
|
1964
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema` instead. */
|
|
1965
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema;
|
|
1966
|
+
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$ = {}));
|
|
1967
|
+
/** @internal */
|
|
1968
|
+
export const CreateDeploymentGitSource14$inboundSchema = z.object({
|
|
1969
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema,
|
|
1970
|
+
ref: z.string(),
|
|
1971
|
+
sha: z.string(),
|
|
1972
|
+
projectId: z.number(),
|
|
1973
|
+
});
|
|
1974
|
+
/** @internal */
|
|
1975
|
+
export const CreateDeploymentGitSource14$outboundSchema = z.object({
|
|
1976
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema,
|
|
1977
|
+
ref: z.string(),
|
|
1978
|
+
sha: z.string(),
|
|
1979
|
+
projectId: z.number(),
|
|
1980
|
+
});
|
|
1981
|
+
/**
|
|
1982
|
+
* @internal
|
|
1983
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1984
|
+
*/
|
|
1985
|
+
export var CreateDeploymentGitSource14$;
|
|
1986
|
+
(function (CreateDeploymentGitSource14$) {
|
|
1987
|
+
/** @deprecated use `CreateDeploymentGitSource14$inboundSchema` instead. */
|
|
1988
|
+
CreateDeploymentGitSource14$.inboundSchema = CreateDeploymentGitSource14$inboundSchema;
|
|
1989
|
+
/** @deprecated use `CreateDeploymentGitSource14$outboundSchema` instead. */
|
|
1990
|
+
CreateDeploymentGitSource14$.outboundSchema = CreateDeploymentGitSource14$outboundSchema;
|
|
1991
|
+
})(CreateDeploymentGitSource14$ || (CreateDeploymentGitSource14$ = {}));
|
|
1992
|
+
export function createDeploymentGitSource14ToJSON(createDeploymentGitSource14) {
|
|
1993
|
+
return JSON.stringify(CreateDeploymentGitSource14$outboundSchema.parse(createDeploymentGitSource14));
|
|
1994
|
+
}
|
|
1995
|
+
export function createDeploymentGitSource14FromJSON(jsonString) {
|
|
1996
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSource14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSource14' from JSON`);
|
|
1997
|
+
}
|
|
1998
|
+
/** @internal */
|
|
1999
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type);
|
|
2000
|
+
/** @internal */
|
|
2001
|
+
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema;
|
|
2002
|
+
/**
|
|
2003
|
+
* @internal
|
|
2004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2005
|
+
*/
|
|
2006
|
+
export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$;
|
|
2007
|
+
(function (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$) {
|
|
2008
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema` instead. */
|
|
2009
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$.inboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema;
|
|
2010
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema` instead. */
|
|
2011
|
+
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema;
|
|
2012
|
+
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$ = {}));
|
|
2013
|
+
/** @internal */
|
|
2014
|
+
export const CreateDeploymentGitSource13$inboundSchema = z.object({
|
|
2015
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema,
|
|
2016
|
+
ref: z.string(),
|
|
2017
|
+
sha: z.string(),
|
|
2018
|
+
repoId: z.number(),
|
|
2019
|
+
org: z.string().optional(),
|
|
2020
|
+
repo: z.string().optional(),
|
|
2021
|
+
});
|
|
2022
|
+
/** @internal */
|
|
2023
|
+
export const CreateDeploymentGitSource13$outboundSchema = z.object({
|
|
2024
|
+
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema,
|
|
2025
|
+
ref: z.string(),
|
|
2026
|
+
sha: z.string(),
|
|
2027
|
+
repoId: z.number(),
|
|
2028
|
+
org: z.string().optional(),
|
|
2029
|
+
repo: z.string().optional(),
|
|
2030
|
+
});
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal
|
|
2033
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2034
|
+
*/
|
|
2035
|
+
export var CreateDeploymentGitSource13$;
|
|
2036
|
+
(function (CreateDeploymentGitSource13$) {
|
|
2037
|
+
/** @deprecated use `CreateDeploymentGitSource13$inboundSchema` instead. */
|
|
2038
|
+
CreateDeploymentGitSource13$.inboundSchema = CreateDeploymentGitSource13$inboundSchema;
|
|
2039
|
+
/** @deprecated use `CreateDeploymentGitSource13$outboundSchema` instead. */
|
|
2040
|
+
CreateDeploymentGitSource13$.outboundSchema = CreateDeploymentGitSource13$outboundSchema;
|
|
2041
|
+
})(CreateDeploymentGitSource13$ || (CreateDeploymentGitSource13$ = {}));
|
|
2042
|
+
export function createDeploymentGitSource13ToJSON(createDeploymentGitSource13) {
|
|
2043
|
+
return JSON.stringify(CreateDeploymentGitSource13$outboundSchema.parse(createDeploymentGitSource13));
|
|
2044
|
+
}
|
|
2045
|
+
export function createDeploymentGitSource13FromJSON(jsonString) {
|
|
2046
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSource13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSource13' from JSON`);
|
|
2047
|
+
}
|
|
2048
|
+
/** @internal */
|
|
1869
2049
|
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema = z.nativeEnum(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type);
|
|
1870
2050
|
/** @internal */
|
|
1871
2051
|
export const CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema;
|
|
@@ -1883,22 +2063,22 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
1883
2063
|
/** @internal */
|
|
1884
2064
|
export const CreateDeploymentGitSource12$inboundSchema = z.object({
|
|
1885
2065
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema,
|
|
2066
|
+
host: z.string(),
|
|
1886
2067
|
ref: z.string(),
|
|
1887
2068
|
sha: z.string(),
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
repoUuid: z.string(),
|
|
2069
|
+
repoId: z.number(),
|
|
2070
|
+
org: z.string().optional(),
|
|
2071
|
+
repo: z.string().optional(),
|
|
1892
2072
|
});
|
|
1893
2073
|
/** @internal */
|
|
1894
2074
|
export const CreateDeploymentGitSource12$outboundSchema = z.object({
|
|
1895
2075
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema,
|
|
2076
|
+
host: z.string(),
|
|
1896
2077
|
ref: z.string(),
|
|
1897
2078
|
sha: z.string(),
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
repoUuid: z.string(),
|
|
2079
|
+
repoId: z.number(),
|
|
2080
|
+
org: z.string().optional(),
|
|
2081
|
+
repo: z.string().optional(),
|
|
1902
2082
|
});
|
|
1903
2083
|
/**
|
|
1904
2084
|
* @internal
|
|
@@ -1937,14 +2117,18 @@ export const CreateDeploymentGitSource11$inboundSchema = z.object({
|
|
|
1937
2117
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema,
|
|
1938
2118
|
ref: z.string(),
|
|
1939
2119
|
sha: z.string(),
|
|
1940
|
-
|
|
2120
|
+
repoId: z.number(),
|
|
2121
|
+
org: z.string().optional(),
|
|
2122
|
+
repo: z.string().optional(),
|
|
1941
2123
|
});
|
|
1942
2124
|
/** @internal */
|
|
1943
2125
|
export const CreateDeploymentGitSource11$outboundSchema = z.object({
|
|
1944
2126
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema,
|
|
1945
2127
|
ref: z.string(),
|
|
1946
2128
|
sha: z.string(),
|
|
1947
|
-
|
|
2129
|
+
repoId: z.number(),
|
|
2130
|
+
org: z.string().optional(),
|
|
2131
|
+
repo: z.string().optional(),
|
|
1948
2132
|
});
|
|
1949
2133
|
/**
|
|
1950
2134
|
* @internal
|
|
@@ -1981,22 +2165,16 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
1981
2165
|
/** @internal */
|
|
1982
2166
|
export const CreateDeploymentGitSource10$inboundSchema = z.object({
|
|
1983
2167
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema,
|
|
1984
|
-
host: z.string(),
|
|
1985
2168
|
ref: z.string(),
|
|
1986
2169
|
sha: z.string(),
|
|
1987
|
-
|
|
1988
|
-
org: z.string().optional(),
|
|
1989
|
-
repo: z.string().optional(),
|
|
2170
|
+
gitUrl: z.string(),
|
|
1990
2171
|
});
|
|
1991
2172
|
/** @internal */
|
|
1992
2173
|
export const CreateDeploymentGitSource10$outboundSchema = z.object({
|
|
1993
2174
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema,
|
|
1994
|
-
host: z.string(),
|
|
1995
2175
|
ref: z.string(),
|
|
1996
2176
|
sha: z.string(),
|
|
1997
|
-
|
|
1998
|
-
org: z.string().optional(),
|
|
1999
|
-
repo: z.string().optional(),
|
|
2177
|
+
gitUrl: z.string(),
|
|
2000
2178
|
});
|
|
2001
2179
|
/**
|
|
2002
2180
|
* @internal
|
|
@@ -2033,20 +2211,20 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2033
2211
|
/** @internal */
|
|
2034
2212
|
export const CreateDeploymentGitSource9$inboundSchema = z.object({
|
|
2035
2213
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema,
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2214
|
+
owner: z.string(),
|
|
2215
|
+
slug: z.string(),
|
|
2216
|
+
ref: z.nullable(z.string()).optional(),
|
|
2217
|
+
sha: z.string().optional(),
|
|
2218
|
+
prId: z.nullable(z.number()).optional(),
|
|
2041
2219
|
});
|
|
2042
2220
|
/** @internal */
|
|
2043
2221
|
export const CreateDeploymentGitSource9$outboundSchema = z.object({
|
|
2044
2222
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema,
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2223
|
+
owner: z.string(),
|
|
2224
|
+
slug: z.string(),
|
|
2225
|
+
ref: z.nullable(z.string()).optional(),
|
|
2226
|
+
sha: z.string().optional(),
|
|
2227
|
+
prId: z.nullable(z.number()).optional(),
|
|
2050
2228
|
});
|
|
2051
2229
|
/**
|
|
2052
2230
|
* @internal
|
|
@@ -2083,16 +2261,20 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2083
2261
|
/** @internal */
|
|
2084
2262
|
export const CreateDeploymentGitSource8$inboundSchema = z.object({
|
|
2085
2263
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema,
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2264
|
+
workspaceUuid: z.string().optional(),
|
|
2265
|
+
repoUuid: z.string(),
|
|
2266
|
+
ref: z.nullable(z.string()).optional(),
|
|
2267
|
+
sha: z.string().optional(),
|
|
2268
|
+
prId: z.nullable(z.number()).optional(),
|
|
2089
2269
|
});
|
|
2090
2270
|
/** @internal */
|
|
2091
2271
|
export const CreateDeploymentGitSource8$outboundSchema = z.object({
|
|
2092
2272
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema,
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2273
|
+
workspaceUuid: z.string().optional(),
|
|
2274
|
+
repoUuid: z.string(),
|
|
2275
|
+
ref: z.nullable(z.string()).optional(),
|
|
2276
|
+
sha: z.string().optional(),
|
|
2277
|
+
prId: z.nullable(z.number()).optional(),
|
|
2096
2278
|
});
|
|
2097
2279
|
/**
|
|
2098
2280
|
* @internal
|
|
@@ -2127,10 +2309,30 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2127
2309
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema;
|
|
2128
2310
|
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$ = {}));
|
|
2129
2311
|
/** @internal */
|
|
2312
|
+
export const GitSourceProjectId$inboundSchema = z.union([z.string(), z.number()]);
|
|
2313
|
+
/** @internal */
|
|
2314
|
+
export const GitSourceProjectId$outboundSchema = z.union([z.string(), z.number()]);
|
|
2315
|
+
/**
|
|
2316
|
+
* @internal
|
|
2317
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2318
|
+
*/
|
|
2319
|
+
export var GitSourceProjectId$;
|
|
2320
|
+
(function (GitSourceProjectId$) {
|
|
2321
|
+
/** @deprecated use `GitSourceProjectId$inboundSchema` instead. */
|
|
2322
|
+
GitSourceProjectId$.inboundSchema = GitSourceProjectId$inboundSchema;
|
|
2323
|
+
/** @deprecated use `GitSourceProjectId$outboundSchema` instead. */
|
|
2324
|
+
GitSourceProjectId$.outboundSchema = GitSourceProjectId$outboundSchema;
|
|
2325
|
+
})(GitSourceProjectId$ || (GitSourceProjectId$ = {}));
|
|
2326
|
+
export function gitSourceProjectIdToJSON(gitSourceProjectId) {
|
|
2327
|
+
return JSON.stringify(GitSourceProjectId$outboundSchema.parse(gitSourceProjectId));
|
|
2328
|
+
}
|
|
2329
|
+
export function gitSourceProjectIdFromJSON(jsonString) {
|
|
2330
|
+
return safeParse(jsonString, (x) => GitSourceProjectId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GitSourceProjectId' from JSON`);
|
|
2331
|
+
}
|
|
2332
|
+
/** @internal */
|
|
2130
2333
|
export const CreateDeploymentGitSource7$inboundSchema = z.object({
|
|
2131
2334
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema,
|
|
2132
|
-
|
|
2133
|
-
slug: z.string(),
|
|
2335
|
+
projectId: z.union([z.string(), z.number()]),
|
|
2134
2336
|
ref: z.nullable(z.string()).optional(),
|
|
2135
2337
|
sha: z.string().optional(),
|
|
2136
2338
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2138,8 +2340,7 @@ export const CreateDeploymentGitSource7$inboundSchema = z.object({
|
|
|
2138
2340
|
/** @internal */
|
|
2139
2341
|
export const CreateDeploymentGitSource7$outboundSchema = z.object({
|
|
2140
2342
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema,
|
|
2141
|
-
|
|
2142
|
-
slug: z.string(),
|
|
2343
|
+
projectId: z.union([z.string(), z.number()]),
|
|
2143
2344
|
ref: z.nullable(z.string()).optional(),
|
|
2144
2345
|
sha: z.string().optional(),
|
|
2145
2346
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2179,8 +2380,8 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2179
2380
|
/** @internal */
|
|
2180
2381
|
export const CreateDeploymentGitSource6$inboundSchema = z.object({
|
|
2181
2382
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema,
|
|
2182
|
-
|
|
2183
|
-
|
|
2383
|
+
org: z.string(),
|
|
2384
|
+
repo: z.string(),
|
|
2184
2385
|
ref: z.nullable(z.string()).optional(),
|
|
2185
2386
|
sha: z.string().optional(),
|
|
2186
2387
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2188,8 +2389,8 @@ export const CreateDeploymentGitSource6$inboundSchema = z.object({
|
|
|
2188
2389
|
/** @internal */
|
|
2189
2390
|
export const CreateDeploymentGitSource6$outboundSchema = z.object({
|
|
2190
2391
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema,
|
|
2191
|
-
|
|
2192
|
-
|
|
2392
|
+
org: z.string(),
|
|
2393
|
+
repo: z.string(),
|
|
2193
2394
|
ref: z.nullable(z.string()).optional(),
|
|
2194
2395
|
sha: z.string().optional(),
|
|
2195
2396
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2227,30 +2428,30 @@ export var CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONRespons
|
|
|
2227
2428
|
CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$.outboundSchema = CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema;
|
|
2228
2429
|
})(CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ || (CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$ = {}));
|
|
2229
2430
|
/** @internal */
|
|
2230
|
-
export const
|
|
2431
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema = z.union([z.string(), z.number()]);
|
|
2231
2432
|
/** @internal */
|
|
2232
|
-
export const
|
|
2433
|
+
export const CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema = z.union([z.string(), z.number()]);
|
|
2233
2434
|
/**
|
|
2234
2435
|
* @internal
|
|
2235
2436
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2236
2437
|
*/
|
|
2237
|
-
export var
|
|
2238
|
-
(function (
|
|
2239
|
-
/** @deprecated use `
|
|
2240
|
-
|
|
2241
|
-
/** @deprecated use `
|
|
2242
|
-
|
|
2243
|
-
})(
|
|
2244
|
-
export function
|
|
2245
|
-
return JSON.stringify(
|
|
2438
|
+
export var CreateDeploymentGitSourceDeploymentsRepoId$;
|
|
2439
|
+
(function (CreateDeploymentGitSourceDeploymentsRepoId$) {
|
|
2440
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema` instead. */
|
|
2441
|
+
CreateDeploymentGitSourceDeploymentsRepoId$.inboundSchema = CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema;
|
|
2442
|
+
/** @deprecated use `CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema` instead. */
|
|
2443
|
+
CreateDeploymentGitSourceDeploymentsRepoId$.outboundSchema = CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema;
|
|
2444
|
+
})(CreateDeploymentGitSourceDeploymentsRepoId$ || (CreateDeploymentGitSourceDeploymentsRepoId$ = {}));
|
|
2445
|
+
export function createDeploymentGitSourceDeploymentsRepoIdToJSON(createDeploymentGitSourceDeploymentsRepoId) {
|
|
2446
|
+
return JSON.stringify(CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema.parse(createDeploymentGitSourceDeploymentsRepoId));
|
|
2246
2447
|
}
|
|
2247
|
-
export function
|
|
2248
|
-
return safeParse(jsonString, (x) =>
|
|
2448
|
+
export function createDeploymentGitSourceDeploymentsRepoIdFromJSON(jsonString) {
|
|
2449
|
+
return safeParse(jsonString, (x) => CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentGitSourceDeploymentsRepoId' from JSON`);
|
|
2249
2450
|
}
|
|
2250
2451
|
/** @internal */
|
|
2251
2452
|
export const CreateDeploymentGitSource5$inboundSchema = z.object({
|
|
2252
2453
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
2253
|
-
|
|
2454
|
+
repoId: z.union([z.string(), z.number()]),
|
|
2254
2455
|
ref: z.nullable(z.string()).optional(),
|
|
2255
2456
|
sha: z.string().optional(),
|
|
2256
2457
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2258,7 +2459,7 @@ export const CreateDeploymentGitSource5$inboundSchema = z.object({
|
|
|
2258
2459
|
/** @internal */
|
|
2259
2460
|
export const CreateDeploymentGitSource5$outboundSchema = z.object({
|
|
2260
2461
|
type: CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
2261
|
-
|
|
2462
|
+
repoId: z.union([z.string(), z.number()]),
|
|
2262
2463
|
ref: z.nullable(z.string()).optional(),
|
|
2263
2464
|
sha: z.string().optional(),
|
|
2264
2465
|
prId: z.nullable(z.number()).optional(),
|
|
@@ -2525,33 +2726,39 @@ export function createDeploymentGitSource1FromJSON(jsonString) {
|
|
|
2525
2726
|
}
|
|
2526
2727
|
/** @internal */
|
|
2527
2728
|
export const CreateDeploymentGitSource$inboundSchema = z.union([
|
|
2528
|
-
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
2529
2729
|
z.lazy(() => CreateDeploymentGitSource12$inboundSchema),
|
|
2730
|
+
z.lazy(() => CreateDeploymentGitSource15$inboundSchema),
|
|
2530
2731
|
z.lazy(() => CreateDeploymentGitSource4$inboundSchema),
|
|
2531
|
-
z.lazy(() =>
|
|
2532
|
-
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
2732
|
+
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
2533
2733
|
z.lazy(() => CreateDeploymentGitSource11$inboundSchema),
|
|
2734
|
+
z.lazy(() => CreateDeploymentGitSource13$inboundSchema),
|
|
2735
|
+
z.lazy(() => CreateDeploymentGitSource14$inboundSchema),
|
|
2534
2736
|
z.lazy(() => CreateDeploymentGitSource2$inboundSchema),
|
|
2535
2737
|
z.lazy(() => CreateDeploymentGitSource3$inboundSchema),
|
|
2536
|
-
z.lazy(() =>
|
|
2738
|
+
z.lazy(() => CreateDeploymentGitSource6$inboundSchema),
|
|
2739
|
+
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
2537
2740
|
z.lazy(() => CreateDeploymentGitSource1$inboundSchema),
|
|
2538
2741
|
z.lazy(() => CreateDeploymentGitSource5$inboundSchema),
|
|
2539
|
-
z.lazy(() =>
|
|
2742
|
+
z.lazy(() => CreateDeploymentGitSource7$inboundSchema),
|
|
2743
|
+
z.lazy(() => CreateDeploymentGitSource8$inboundSchema),
|
|
2540
2744
|
]);
|
|
2541
2745
|
/** @internal */
|
|
2542
2746
|
export const CreateDeploymentGitSource$outboundSchema = z.union([
|
|
2543
|
-
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
2544
2747
|
z.lazy(() => CreateDeploymentGitSource12$outboundSchema),
|
|
2748
|
+
z.lazy(() => CreateDeploymentGitSource15$outboundSchema),
|
|
2545
2749
|
z.lazy(() => CreateDeploymentGitSource4$outboundSchema),
|
|
2546
|
-
z.lazy(() =>
|
|
2547
|
-
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
2750
|
+
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
2548
2751
|
z.lazy(() => CreateDeploymentGitSource11$outboundSchema),
|
|
2752
|
+
z.lazy(() => CreateDeploymentGitSource13$outboundSchema),
|
|
2753
|
+
z.lazy(() => CreateDeploymentGitSource14$outboundSchema),
|
|
2549
2754
|
z.lazy(() => CreateDeploymentGitSource2$outboundSchema),
|
|
2550
2755
|
z.lazy(() => CreateDeploymentGitSource3$outboundSchema),
|
|
2551
|
-
z.lazy(() =>
|
|
2756
|
+
z.lazy(() => CreateDeploymentGitSource6$outboundSchema),
|
|
2757
|
+
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
2552
2758
|
z.lazy(() => CreateDeploymentGitSource1$outboundSchema),
|
|
2553
2759
|
z.lazy(() => CreateDeploymentGitSource5$outboundSchema),
|
|
2554
|
-
z.lazy(() =>
|
|
2760
|
+
z.lazy(() => CreateDeploymentGitSource7$outboundSchema),
|
|
2761
|
+
z.lazy(() => CreateDeploymentGitSource8$outboundSchema),
|
|
2555
2762
|
]);
|
|
2556
2763
|
/**
|
|
2557
2764
|
* @internal
|
|
@@ -2600,6 +2807,21 @@ export function createDeploymentProjectFromJSON(jsonString) {
|
|
|
2600
2807
|
return safeParse(jsonString, (x) => CreateDeploymentProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentProject' from JSON`);
|
|
2601
2808
|
}
|
|
2602
2809
|
/** @internal */
|
|
2810
|
+
export const CreateDeploymentNodeVersion$inboundSchema = z.nativeEnum(CreateDeploymentNodeVersion);
|
|
2811
|
+
/** @internal */
|
|
2812
|
+
export const CreateDeploymentNodeVersion$outboundSchema = CreateDeploymentNodeVersion$inboundSchema;
|
|
2813
|
+
/**
|
|
2814
|
+
* @internal
|
|
2815
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2816
|
+
*/
|
|
2817
|
+
export var CreateDeploymentNodeVersion$;
|
|
2818
|
+
(function (CreateDeploymentNodeVersion$) {
|
|
2819
|
+
/** @deprecated use `CreateDeploymentNodeVersion$inboundSchema` instead. */
|
|
2820
|
+
CreateDeploymentNodeVersion$.inboundSchema = CreateDeploymentNodeVersion$inboundSchema;
|
|
2821
|
+
/** @deprecated use `CreateDeploymentNodeVersion$outboundSchema` instead. */
|
|
2822
|
+
CreateDeploymentNodeVersion$.outboundSchema = CreateDeploymentNodeVersion$outboundSchema;
|
|
2823
|
+
})(CreateDeploymentNodeVersion$ || (CreateDeploymentNodeVersion$ = {}));
|
|
2824
|
+
/** @internal */
|
|
2603
2825
|
export const ReadyState$inboundSchema = z
|
|
2604
2826
|
.nativeEnum(ReadyState);
|
|
2605
2827
|
/** @internal */
|
|
@@ -3015,30 +3237,31 @@ export function routes3FromJSON(jsonString) {
|
|
|
3015
3237
|
return safeParse(jsonString, (x) => Routes3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Routes3' from JSON`);
|
|
3016
3238
|
}
|
|
3017
3239
|
/** @internal */
|
|
3018
|
-
export const
|
|
3240
|
+
export const Handle$inboundSchema = z
|
|
3241
|
+
.nativeEnum(Handle);
|
|
3019
3242
|
/** @internal */
|
|
3020
|
-
export const
|
|
3243
|
+
export const Handle$outboundSchema = Handle$inboundSchema;
|
|
3021
3244
|
/**
|
|
3022
3245
|
* @internal
|
|
3023
3246
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3024
3247
|
*/
|
|
3025
|
-
export var
|
|
3026
|
-
(function (
|
|
3027
|
-
/** @deprecated use `
|
|
3028
|
-
|
|
3029
|
-
/** @deprecated use `
|
|
3030
|
-
|
|
3031
|
-
})(
|
|
3248
|
+
export var Handle$;
|
|
3249
|
+
(function (Handle$) {
|
|
3250
|
+
/** @deprecated use `Handle$inboundSchema` instead. */
|
|
3251
|
+
Handle$.inboundSchema = Handle$inboundSchema;
|
|
3252
|
+
/** @deprecated use `Handle$outboundSchema` instead. */
|
|
3253
|
+
Handle$.outboundSchema = Handle$outboundSchema;
|
|
3254
|
+
})(Handle$ || (Handle$ = {}));
|
|
3032
3255
|
/** @internal */
|
|
3033
3256
|
export const Routes2$inboundSchema = z.object({
|
|
3034
|
-
handle:
|
|
3257
|
+
handle: Handle$inboundSchema,
|
|
3035
3258
|
src: z.string().optional(),
|
|
3036
3259
|
dest: z.string().optional(),
|
|
3037
3260
|
status: z.number().optional(),
|
|
3038
3261
|
});
|
|
3039
3262
|
/** @internal */
|
|
3040
3263
|
export const Routes2$outboundSchema = z.object({
|
|
3041
|
-
handle:
|
|
3264
|
+
handle: Handle$outboundSchema,
|
|
3042
3265
|
src: z.string().optional(),
|
|
3043
3266
|
dest: z.string().optional(),
|
|
3044
3267
|
status: z.number().optional(),
|
|
@@ -3097,7 +3320,7 @@ export function valueEqFromJSON(jsonString) {
|
|
|
3097
3320
|
return safeParse(jsonString, (x) => ValueEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ValueEq' from JSON`);
|
|
3098
3321
|
}
|
|
3099
3322
|
/** @internal */
|
|
3100
|
-
export const
|
|
3323
|
+
export const CreateDeploymentValue2$inboundSchema = z.object({
|
|
3101
3324
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3102
3325
|
neq: z.string().optional(),
|
|
3103
3326
|
inc: z.array(z.string()).optional(),
|
|
@@ -3111,7 +3334,7 @@ export const CreateDeploymentValueDeployments2$inboundSchema = z.object({
|
|
|
3111
3334
|
lte: z.number().optional(),
|
|
3112
3335
|
});
|
|
3113
3336
|
/** @internal */
|
|
3114
|
-
export const
|
|
3337
|
+
export const CreateDeploymentValue2$outboundSchema = z.object({
|
|
3115
3338
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3116
3339
|
neq: z.string().optional(),
|
|
3117
3340
|
inc: z.array(z.string()).optional(),
|
|
@@ -3128,45 +3351,39 @@ export const CreateDeploymentValueDeployments2$outboundSchema = z.object({
|
|
|
3128
3351
|
* @internal
|
|
3129
3352
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3130
3353
|
*/
|
|
3131
|
-
export var
|
|
3132
|
-
(function (
|
|
3133
|
-
/** @deprecated use `
|
|
3134
|
-
|
|
3135
|
-
/** @deprecated use `
|
|
3136
|
-
|
|
3137
|
-
})(
|
|
3138
|
-
export function
|
|
3139
|
-
return JSON.stringify(
|
|
3354
|
+
export var CreateDeploymentValue2$;
|
|
3355
|
+
(function (CreateDeploymentValue2$) {
|
|
3356
|
+
/** @deprecated use `CreateDeploymentValue2$inboundSchema` instead. */
|
|
3357
|
+
CreateDeploymentValue2$.inboundSchema = CreateDeploymentValue2$inboundSchema;
|
|
3358
|
+
/** @deprecated use `CreateDeploymentValue2$outboundSchema` instead. */
|
|
3359
|
+
CreateDeploymentValue2$.outboundSchema = CreateDeploymentValue2$outboundSchema;
|
|
3360
|
+
})(CreateDeploymentValue2$ || (CreateDeploymentValue2$ = {}));
|
|
3361
|
+
export function createDeploymentValue2ToJSON(createDeploymentValue2) {
|
|
3362
|
+
return JSON.stringify(CreateDeploymentValue2$outboundSchema.parse(createDeploymentValue2));
|
|
3140
3363
|
}
|
|
3141
|
-
export function
|
|
3142
|
-
return safeParse(jsonString, (x) =>
|
|
3364
|
+
export function createDeploymentValue2FromJSON(jsonString) {
|
|
3365
|
+
return safeParse(jsonString, (x) => CreateDeploymentValue2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValue2' from JSON`);
|
|
3143
3366
|
}
|
|
3144
3367
|
/** @internal */
|
|
3145
|
-
export const
|
|
3146
|
-
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3147
|
-
z.string(),
|
|
3148
|
-
]);
|
|
3368
|
+
export const HasValue$inboundSchema = z.union([z.lazy(() => CreateDeploymentValue2$inboundSchema), z.string()]);
|
|
3149
3369
|
/** @internal */
|
|
3150
|
-
export const
|
|
3151
|
-
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3152
|
-
z.string(),
|
|
3153
|
-
]);
|
|
3370
|
+
export const HasValue$outboundSchema = z.union([z.lazy(() => CreateDeploymentValue2$outboundSchema), z.string()]);
|
|
3154
3371
|
/**
|
|
3155
3372
|
* @internal
|
|
3156
3373
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3157
3374
|
*/
|
|
3158
|
-
export var
|
|
3159
|
-
(function (
|
|
3160
|
-
/** @deprecated use `
|
|
3161
|
-
|
|
3162
|
-
/** @deprecated use `
|
|
3163
|
-
|
|
3164
|
-
})(
|
|
3165
|
-
export function
|
|
3166
|
-
return JSON.stringify(
|
|
3375
|
+
export var HasValue$;
|
|
3376
|
+
(function (HasValue$) {
|
|
3377
|
+
/** @deprecated use `HasValue$inboundSchema` instead. */
|
|
3378
|
+
HasValue$.inboundSchema = HasValue$inboundSchema;
|
|
3379
|
+
/** @deprecated use `HasValue$outboundSchema` instead. */
|
|
3380
|
+
HasValue$.outboundSchema = HasValue$outboundSchema;
|
|
3381
|
+
})(HasValue$ || (HasValue$ = {}));
|
|
3382
|
+
export function hasValueToJSON(hasValue) {
|
|
3383
|
+
return JSON.stringify(HasValue$outboundSchema.parse(hasValue));
|
|
3167
3384
|
}
|
|
3168
|
-
export function
|
|
3169
|
-
return safeParse(jsonString, (x) =>
|
|
3385
|
+
export function hasValueFromJSON(jsonString) {
|
|
3386
|
+
return safeParse(jsonString, (x) => HasValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'HasValue' from JSON`);
|
|
3170
3387
|
}
|
|
3171
3388
|
/** @internal */
|
|
3172
3389
|
export const Has2$inboundSchema = z
|
|
@@ -3174,7 +3391,7 @@ export const Has2$inboundSchema = z
|
|
|
3174
3391
|
type: CreateDeploymentHasType$inboundSchema,
|
|
3175
3392
|
key: z.string(),
|
|
3176
3393
|
value: z.union([
|
|
3177
|
-
z.lazy(() =>
|
|
3394
|
+
z.lazy(() => CreateDeploymentValue2$inboundSchema),
|
|
3178
3395
|
z.string(),
|
|
3179
3396
|
]).optional(),
|
|
3180
3397
|
});
|
|
@@ -3183,7 +3400,7 @@ export const Has2$outboundSchema = z.object({
|
|
|
3183
3400
|
type: CreateDeploymentHasType$outboundSchema,
|
|
3184
3401
|
key: z.string(),
|
|
3185
3402
|
value: z.union([
|
|
3186
|
-
z.lazy(() =>
|
|
3403
|
+
z.lazy(() => CreateDeploymentValue2$outboundSchema),
|
|
3187
3404
|
z.string(),
|
|
3188
3405
|
]).optional(),
|
|
3189
3406
|
});
|
|
@@ -3246,7 +3463,7 @@ export function eqFromJSON(jsonString) {
|
|
|
3246
3463
|
return safeParse(jsonString, (x) => Eq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eq' from JSON`);
|
|
3247
3464
|
}
|
|
3248
3465
|
/** @internal */
|
|
3249
|
-
export const
|
|
3466
|
+
export const CreateDeploymentValueDeploymentsResponse2002$inboundSchema = z.object({
|
|
3250
3467
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3251
3468
|
neq: z.string().optional(),
|
|
3252
3469
|
inc: z.array(z.string()).optional(),
|
|
@@ -3260,7 +3477,7 @@ export const CreateDeploymentValue2$inboundSchema = z.object({
|
|
|
3260
3477
|
lte: z.number().optional(),
|
|
3261
3478
|
});
|
|
3262
3479
|
/** @internal */
|
|
3263
|
-
export const
|
|
3480
|
+
export const CreateDeploymentValueDeploymentsResponse2002$outboundSchema = z.object({
|
|
3264
3481
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3265
3482
|
neq: z.string().optional(),
|
|
3266
3483
|
inc: z.array(z.string()).optional(),
|
|
@@ -3277,46 +3494,52 @@ export const CreateDeploymentValue2$outboundSchema = z.object({
|
|
|
3277
3494
|
* @internal
|
|
3278
3495
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3279
3496
|
*/
|
|
3280
|
-
export var
|
|
3281
|
-
(function (
|
|
3282
|
-
/** @deprecated use `
|
|
3283
|
-
|
|
3284
|
-
/** @deprecated use `
|
|
3285
|
-
|
|
3286
|
-
})(
|
|
3287
|
-
export function
|
|
3288
|
-
return JSON.stringify(
|
|
3497
|
+
export var CreateDeploymentValueDeploymentsResponse2002$;
|
|
3498
|
+
(function (CreateDeploymentValueDeploymentsResponse2002$) {
|
|
3499
|
+
/** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
|
|
3500
|
+
CreateDeploymentValueDeploymentsResponse2002$.inboundSchema = CreateDeploymentValueDeploymentsResponse2002$inboundSchema;
|
|
3501
|
+
/** @deprecated use `CreateDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
|
|
3502
|
+
CreateDeploymentValueDeploymentsResponse2002$.outboundSchema = CreateDeploymentValueDeploymentsResponse2002$outboundSchema;
|
|
3503
|
+
})(CreateDeploymentValueDeploymentsResponse2002$ || (CreateDeploymentValueDeploymentsResponse2002$ = {}));
|
|
3504
|
+
export function createDeploymentValueDeploymentsResponse2002ToJSON(createDeploymentValueDeploymentsResponse2002) {
|
|
3505
|
+
return JSON.stringify(CreateDeploymentValueDeploymentsResponse2002$outboundSchema.parse(createDeploymentValueDeploymentsResponse2002));
|
|
3289
3506
|
}
|
|
3290
|
-
export function
|
|
3291
|
-
return safeParse(jsonString, (x) =>
|
|
3507
|
+
export function createDeploymentValueDeploymentsResponse2002FromJSON(jsonString) {
|
|
3508
|
+
return safeParse(jsonString, (x) => CreateDeploymentValueDeploymentsResponse2002$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValueDeploymentsResponse2002' from JSON`);
|
|
3292
3509
|
}
|
|
3293
3510
|
/** @internal */
|
|
3294
|
-
export const
|
|
3511
|
+
export const CreateDeploymentHasValue$inboundSchema = z.union([
|
|
3512
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3513
|
+
z.string(),
|
|
3514
|
+
]);
|
|
3295
3515
|
/** @internal */
|
|
3296
|
-
export const
|
|
3516
|
+
export const CreateDeploymentHasValue$outboundSchema = z.union([
|
|
3517
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3518
|
+
z.string(),
|
|
3519
|
+
]);
|
|
3297
3520
|
/**
|
|
3298
3521
|
* @internal
|
|
3299
3522
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3300
3523
|
*/
|
|
3301
|
-
export var
|
|
3302
|
-
(function (
|
|
3303
|
-
/** @deprecated use `
|
|
3304
|
-
|
|
3305
|
-
/** @deprecated use `
|
|
3306
|
-
|
|
3307
|
-
})(
|
|
3308
|
-
export function
|
|
3309
|
-
return JSON.stringify(
|
|
3524
|
+
export var CreateDeploymentHasValue$;
|
|
3525
|
+
(function (CreateDeploymentHasValue$) {
|
|
3526
|
+
/** @deprecated use `CreateDeploymentHasValue$inboundSchema` instead. */
|
|
3527
|
+
CreateDeploymentHasValue$.inboundSchema = CreateDeploymentHasValue$inboundSchema;
|
|
3528
|
+
/** @deprecated use `CreateDeploymentHasValue$outboundSchema` instead. */
|
|
3529
|
+
CreateDeploymentHasValue$.outboundSchema = CreateDeploymentHasValue$outboundSchema;
|
|
3530
|
+
})(CreateDeploymentHasValue$ || (CreateDeploymentHasValue$ = {}));
|
|
3531
|
+
export function createDeploymentHasValueToJSON(createDeploymentHasValue) {
|
|
3532
|
+
return JSON.stringify(CreateDeploymentHasValue$outboundSchema.parse(createDeploymentHasValue));
|
|
3310
3533
|
}
|
|
3311
|
-
export function
|
|
3312
|
-
return safeParse(jsonString, (x) =>
|
|
3534
|
+
export function createDeploymentHasValueFromJSON(jsonString) {
|
|
3535
|
+
return safeParse(jsonString, (x) => CreateDeploymentHasValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentHasValue' from JSON`);
|
|
3313
3536
|
}
|
|
3314
3537
|
/** @internal */
|
|
3315
3538
|
export const Has1$inboundSchema = z
|
|
3316
3539
|
.object({
|
|
3317
3540
|
type: HasType$inboundSchema,
|
|
3318
3541
|
value: z.union([
|
|
3319
|
-
z.lazy(() =>
|
|
3542
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
3320
3543
|
z.string(),
|
|
3321
3544
|
]),
|
|
3322
3545
|
});
|
|
@@ -3324,7 +3547,7 @@ export const Has1$inboundSchema = z
|
|
|
3324
3547
|
export const Has1$outboundSchema = z.object({
|
|
3325
3548
|
type: HasType$outboundSchema,
|
|
3326
3549
|
value: z.union([
|
|
3327
|
-
z.lazy(() =>
|
|
3550
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
3328
3551
|
z.string(),
|
|
3329
3552
|
]),
|
|
3330
3553
|
});
|
|
@@ -3346,12 +3569,10 @@ export function has1FromJSON(jsonString) {
|
|
|
3346
3569
|
return safeParse(jsonString, (x) => Has1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Has1' from JSON`);
|
|
3347
3570
|
}
|
|
3348
3571
|
/** @internal */
|
|
3349
|
-
export const
|
|
3350
|
-
z.lazy(() => Has1$inboundSchema),
|
|
3351
|
-
z.lazy(() => Has2$inboundSchema),
|
|
3352
|
-
]);
|
|
3572
|
+
export const Has$inboundSchema = z.union([z.lazy(() => Has1$inboundSchema), z.lazy(() => Has2$inboundSchema)]);
|
|
3353
3573
|
/** @internal */
|
|
3354
|
-
export const
|
|
3574
|
+
export const Has$outboundSchema = z
|
|
3575
|
+
.union([
|
|
3355
3576
|
z.lazy(() => Has1$outboundSchema),
|
|
3356
3577
|
z.lazy(() => Has2$outboundSchema),
|
|
3357
3578
|
]);
|
|
@@ -3359,18 +3580,18 @@ export const RoutesHas$outboundSchema = z.union([
|
|
|
3359
3580
|
* @internal
|
|
3360
3581
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3361
3582
|
*/
|
|
3362
|
-
export var
|
|
3363
|
-
(function (
|
|
3364
|
-
/** @deprecated use `
|
|
3365
|
-
|
|
3366
|
-
/** @deprecated use `
|
|
3367
|
-
|
|
3368
|
-
})(
|
|
3369
|
-
export function
|
|
3370
|
-
return JSON.stringify(
|
|
3583
|
+
export var Has$;
|
|
3584
|
+
(function (Has$) {
|
|
3585
|
+
/** @deprecated use `Has$inboundSchema` instead. */
|
|
3586
|
+
Has$.inboundSchema = Has$inboundSchema;
|
|
3587
|
+
/** @deprecated use `Has$outboundSchema` instead. */
|
|
3588
|
+
Has$.outboundSchema = Has$outboundSchema;
|
|
3589
|
+
})(Has$ || (Has$ = {}));
|
|
3590
|
+
export function hasToJSON(has) {
|
|
3591
|
+
return JSON.stringify(Has$outboundSchema.parse(has));
|
|
3371
3592
|
}
|
|
3372
|
-
export function
|
|
3373
|
-
return safeParse(jsonString, (x) =>
|
|
3593
|
+
export function hasFromJSON(jsonString) {
|
|
3594
|
+
return safeParse(jsonString, (x) => Has$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Has' from JSON`);
|
|
3374
3595
|
}
|
|
3375
3596
|
/** @internal */
|
|
3376
3597
|
export const CreateDeploymentMissingType$inboundSchema = z.nativeEnum(CreateDeploymentMissingType);
|
|
@@ -3409,7 +3630,7 @@ export function createDeploymentValueDeploymentsEqFromJSON(jsonString) {
|
|
|
3409
3630
|
return safeParse(jsonString, (x) => CreateDeploymentValueDeploymentsEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValueDeploymentsEq' from JSON`);
|
|
3410
3631
|
}
|
|
3411
3632
|
/** @internal */
|
|
3412
|
-
export const
|
|
3633
|
+
export const CreateDeploymentValueDeploymentsResponse2$inboundSchema = z.object({
|
|
3413
3634
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3414
3635
|
neq: z.string().optional(),
|
|
3415
3636
|
inc: z.array(z.string()).optional(),
|
|
@@ -3423,7 +3644,7 @@ export const CreateDeploymentValueDeploymentsResponse2002$inboundSchema = z.obje
|
|
|
3423
3644
|
lte: z.number().optional(),
|
|
3424
3645
|
});
|
|
3425
3646
|
/** @internal */
|
|
3426
|
-
export const
|
|
3647
|
+
export const CreateDeploymentValueDeploymentsResponse2$outboundSchema = z.object({
|
|
3427
3648
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3428
3649
|
neq: z.string().optional(),
|
|
3429
3650
|
inc: z.array(z.string()).optional(),
|
|
@@ -3440,27 +3661,27 @@ export const CreateDeploymentValueDeploymentsResponse2002$outboundSchema = z.obj
|
|
|
3440
3661
|
* @internal
|
|
3441
3662
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3442
3663
|
*/
|
|
3443
|
-
export var
|
|
3444
|
-
(function (
|
|
3445
|
-
/** @deprecated use `
|
|
3446
|
-
|
|
3447
|
-
/** @deprecated use `
|
|
3448
|
-
|
|
3449
|
-
})(
|
|
3450
|
-
export function
|
|
3451
|
-
return JSON.stringify(
|
|
3664
|
+
export var CreateDeploymentValueDeploymentsResponse2$;
|
|
3665
|
+
(function (CreateDeploymentValueDeploymentsResponse2$) {
|
|
3666
|
+
/** @deprecated use `CreateDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
|
|
3667
|
+
CreateDeploymentValueDeploymentsResponse2$.inboundSchema = CreateDeploymentValueDeploymentsResponse2$inboundSchema;
|
|
3668
|
+
/** @deprecated use `CreateDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
|
|
3669
|
+
CreateDeploymentValueDeploymentsResponse2$.outboundSchema = CreateDeploymentValueDeploymentsResponse2$outboundSchema;
|
|
3670
|
+
})(CreateDeploymentValueDeploymentsResponse2$ || (CreateDeploymentValueDeploymentsResponse2$ = {}));
|
|
3671
|
+
export function createDeploymentValueDeploymentsResponse2ToJSON(createDeploymentValueDeploymentsResponse2) {
|
|
3672
|
+
return JSON.stringify(CreateDeploymentValueDeploymentsResponse2$outboundSchema.parse(createDeploymentValueDeploymentsResponse2));
|
|
3452
3673
|
}
|
|
3453
|
-
export function
|
|
3454
|
-
return safeParse(jsonString, (x) =>
|
|
3674
|
+
export function createDeploymentValueDeploymentsResponse2FromJSON(jsonString) {
|
|
3675
|
+
return safeParse(jsonString, (x) => CreateDeploymentValueDeploymentsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValueDeploymentsResponse2' from JSON`);
|
|
3455
3676
|
}
|
|
3456
3677
|
/** @internal */
|
|
3457
3678
|
export const CreateDeploymentMissingValue$inboundSchema = z.union([
|
|
3458
|
-
z.lazy(() =>
|
|
3679
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3459
3680
|
z.string(),
|
|
3460
3681
|
]);
|
|
3461
3682
|
/** @internal */
|
|
3462
3683
|
export const CreateDeploymentMissingValue$outboundSchema = z.union([
|
|
3463
|
-
z.lazy(() =>
|
|
3684
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3464
3685
|
z.string(),
|
|
3465
3686
|
]);
|
|
3466
3687
|
/**
|
|
@@ -3485,7 +3706,7 @@ export const Missing2$inboundSchema = z.object({
|
|
|
3485
3706
|
type: CreateDeploymentMissingType$inboundSchema,
|
|
3486
3707
|
key: z.string(),
|
|
3487
3708
|
value: z.union([
|
|
3488
|
-
z.lazy(() =>
|
|
3709
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$inboundSchema),
|
|
3489
3710
|
z.string(),
|
|
3490
3711
|
]).optional(),
|
|
3491
3712
|
});
|
|
@@ -3494,7 +3715,7 @@ export const Missing2$outboundSchema = z.object({
|
|
|
3494
3715
|
type: CreateDeploymentMissingType$outboundSchema,
|
|
3495
3716
|
key: z.string(),
|
|
3496
3717
|
value: z.union([
|
|
3497
|
-
z.lazy(() =>
|
|
3718
|
+
z.lazy(() => CreateDeploymentValueDeploymentsResponse2$outboundSchema),
|
|
3498
3719
|
z.string(),
|
|
3499
3720
|
]).optional(),
|
|
3500
3721
|
});
|
|
@@ -3553,7 +3774,7 @@ export function createDeploymentValueEqFromJSON(jsonString) {
|
|
|
3553
3774
|
return safeParse(jsonString, (x) => CreateDeploymentValueEq$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValueEq' from JSON`);
|
|
3554
3775
|
}
|
|
3555
3776
|
/** @internal */
|
|
3556
|
-
export const
|
|
3777
|
+
export const CreateDeploymentValueDeployments2$inboundSchema = z.object({
|
|
3557
3778
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3558
3779
|
neq: z.string().optional(),
|
|
3559
3780
|
inc: z.array(z.string()).optional(),
|
|
@@ -3567,7 +3788,7 @@ export const CreateDeploymentValueDeploymentsResponse2$inboundSchema = z.object(
|
|
|
3567
3788
|
lte: z.number().optional(),
|
|
3568
3789
|
});
|
|
3569
3790
|
/** @internal */
|
|
3570
|
-
export const
|
|
3791
|
+
export const CreateDeploymentValueDeployments2$outboundSchema = z.object({
|
|
3571
3792
|
eq: z.union([z.string(), z.number()]).optional(),
|
|
3572
3793
|
neq: z.string().optional(),
|
|
3573
3794
|
inc: z.array(z.string()).optional(),
|
|
@@ -3584,27 +3805,27 @@ export const CreateDeploymentValueDeploymentsResponse2$outboundSchema = z.object
|
|
|
3584
3805
|
* @internal
|
|
3585
3806
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3586
3807
|
*/
|
|
3587
|
-
export var
|
|
3588
|
-
(function (
|
|
3589
|
-
/** @deprecated use `
|
|
3590
|
-
|
|
3591
|
-
/** @deprecated use `
|
|
3592
|
-
|
|
3593
|
-
})(
|
|
3594
|
-
export function
|
|
3595
|
-
return JSON.stringify(
|
|
3808
|
+
export var CreateDeploymentValueDeployments2$;
|
|
3809
|
+
(function (CreateDeploymentValueDeployments2$) {
|
|
3810
|
+
/** @deprecated use `CreateDeploymentValueDeployments2$inboundSchema` instead. */
|
|
3811
|
+
CreateDeploymentValueDeployments2$.inboundSchema = CreateDeploymentValueDeployments2$inboundSchema;
|
|
3812
|
+
/** @deprecated use `CreateDeploymentValueDeployments2$outboundSchema` instead. */
|
|
3813
|
+
CreateDeploymentValueDeployments2$.outboundSchema = CreateDeploymentValueDeployments2$outboundSchema;
|
|
3814
|
+
})(CreateDeploymentValueDeployments2$ || (CreateDeploymentValueDeployments2$ = {}));
|
|
3815
|
+
export function createDeploymentValueDeployments2ToJSON(createDeploymentValueDeployments2) {
|
|
3816
|
+
return JSON.stringify(CreateDeploymentValueDeployments2$outboundSchema.parse(createDeploymentValueDeployments2));
|
|
3596
3817
|
}
|
|
3597
|
-
export function
|
|
3598
|
-
return safeParse(jsonString, (x) =>
|
|
3818
|
+
export function createDeploymentValueDeployments2FromJSON(jsonString) {
|
|
3819
|
+
return safeParse(jsonString, (x) => CreateDeploymentValueDeployments2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentValueDeployments2' from JSON`);
|
|
3599
3820
|
}
|
|
3600
3821
|
/** @internal */
|
|
3601
3822
|
export const MissingValue$inboundSchema = z.union([
|
|
3602
|
-
z.lazy(() =>
|
|
3823
|
+
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3603
3824
|
z.string(),
|
|
3604
3825
|
]);
|
|
3605
3826
|
/** @internal */
|
|
3606
3827
|
export const MissingValue$outboundSchema = z.union([
|
|
3607
|
-
z.lazy(() =>
|
|
3828
|
+
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3608
3829
|
z.string(),
|
|
3609
3830
|
]);
|
|
3610
3831
|
/**
|
|
@@ -3628,7 +3849,7 @@ export function missingValueFromJSON(jsonString) {
|
|
|
3628
3849
|
export const Missing1$inboundSchema = z.object({
|
|
3629
3850
|
type: MissingType$inboundSchema,
|
|
3630
3851
|
value: z.union([
|
|
3631
|
-
z.lazy(() =>
|
|
3852
|
+
z.lazy(() => CreateDeploymentValueDeployments2$inboundSchema),
|
|
3632
3853
|
z.string(),
|
|
3633
3854
|
]),
|
|
3634
3855
|
});
|
|
@@ -3636,7 +3857,7 @@ export const Missing1$inboundSchema = z.object({
|
|
|
3636
3857
|
export const Missing1$outboundSchema = z.object({
|
|
3637
3858
|
type: MissingType$outboundSchema,
|
|
3638
3859
|
value: z.union([
|
|
3639
|
-
z.lazy(() =>
|
|
3860
|
+
z.lazy(() => CreateDeploymentValueDeployments2$outboundSchema),
|
|
3640
3861
|
z.string(),
|
|
3641
3862
|
]),
|
|
3642
3863
|
});
|
|
@@ -3658,12 +3879,12 @@ export function missing1FromJSON(jsonString) {
|
|
|
3658
3879
|
return safeParse(jsonString, (x) => Missing1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Missing1' from JSON`);
|
|
3659
3880
|
}
|
|
3660
3881
|
/** @internal */
|
|
3661
|
-
export const
|
|
3882
|
+
export const Missing$inboundSchema = z.union([
|
|
3662
3883
|
z.lazy(() => Missing1$inboundSchema),
|
|
3663
3884
|
z.lazy(() => Missing2$inboundSchema),
|
|
3664
3885
|
]);
|
|
3665
3886
|
/** @internal */
|
|
3666
|
-
export const
|
|
3887
|
+
export const Missing$outboundSchema = z.union([
|
|
3667
3888
|
z.lazy(() => Missing1$outboundSchema),
|
|
3668
3889
|
z.lazy(() => Missing2$outboundSchema),
|
|
3669
3890
|
]);
|
|
@@ -3671,18 +3892,18 @@ export const RoutesMissing$outboundSchema = z.union([
|
|
|
3671
3892
|
* @internal
|
|
3672
3893
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3673
3894
|
*/
|
|
3674
|
-
export var
|
|
3675
|
-
(function (
|
|
3676
|
-
/** @deprecated use `
|
|
3677
|
-
|
|
3678
|
-
/** @deprecated use `
|
|
3679
|
-
|
|
3680
|
-
})(
|
|
3681
|
-
export function
|
|
3682
|
-
return JSON.stringify(
|
|
3895
|
+
export var Missing$;
|
|
3896
|
+
(function (Missing$) {
|
|
3897
|
+
/** @deprecated use `Missing$inboundSchema` instead. */
|
|
3898
|
+
Missing$.inboundSchema = Missing$inboundSchema;
|
|
3899
|
+
/** @deprecated use `Missing$outboundSchema` instead. */
|
|
3900
|
+
Missing$.outboundSchema = Missing$outboundSchema;
|
|
3901
|
+
})(Missing$ || (Missing$ = {}));
|
|
3902
|
+
export function missingToJSON(missing) {
|
|
3903
|
+
return JSON.stringify(Missing$outboundSchema.parse(missing));
|
|
3683
3904
|
}
|
|
3684
|
-
export function
|
|
3685
|
-
return safeParse(jsonString, (x) =>
|
|
3905
|
+
export function missingFromJSON(jsonString) {
|
|
3906
|
+
return safeParse(jsonString, (x) => Missing$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Missing' from JSON`);
|
|
3686
3907
|
}
|
|
3687
3908
|
/** @internal */
|
|
3688
3909
|
export const RoutesAction$inboundSchema = z.nativeEnum(RoutesAction);
|
|
@@ -3700,29 +3921,29 @@ export var RoutesAction$;
|
|
|
3700
3921
|
RoutesAction$.outboundSchema = RoutesAction$outboundSchema;
|
|
3701
3922
|
})(RoutesAction$ || (RoutesAction$ = {}));
|
|
3702
3923
|
/** @internal */
|
|
3703
|
-
export const
|
|
3924
|
+
export const CreateDeploymentRoutesMitigate$inboundSchema = z.object({
|
|
3704
3925
|
action: RoutesAction$inboundSchema,
|
|
3705
3926
|
});
|
|
3706
3927
|
/** @internal */
|
|
3707
|
-
export const
|
|
3928
|
+
export const CreateDeploymentRoutesMitigate$outboundSchema = z.object({
|
|
3708
3929
|
action: RoutesAction$outboundSchema,
|
|
3709
3930
|
});
|
|
3710
3931
|
/**
|
|
3711
3932
|
* @internal
|
|
3712
3933
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3713
3934
|
*/
|
|
3714
|
-
export var
|
|
3715
|
-
(function (
|
|
3716
|
-
/** @deprecated use `
|
|
3717
|
-
|
|
3718
|
-
/** @deprecated use `
|
|
3719
|
-
|
|
3720
|
-
})(
|
|
3721
|
-
export function
|
|
3722
|
-
return JSON.stringify(
|
|
3935
|
+
export var CreateDeploymentRoutesMitigate$;
|
|
3936
|
+
(function (CreateDeploymentRoutesMitigate$) {
|
|
3937
|
+
/** @deprecated use `CreateDeploymentRoutesMitigate$inboundSchema` instead. */
|
|
3938
|
+
CreateDeploymentRoutesMitigate$.inboundSchema = CreateDeploymentRoutesMitigate$inboundSchema;
|
|
3939
|
+
/** @deprecated use `CreateDeploymentRoutesMitigate$outboundSchema` instead. */
|
|
3940
|
+
CreateDeploymentRoutesMitigate$.outboundSchema = CreateDeploymentRoutesMitigate$outboundSchema;
|
|
3941
|
+
})(CreateDeploymentRoutesMitigate$ || (CreateDeploymentRoutesMitigate$ = {}));
|
|
3942
|
+
export function createDeploymentRoutesMitigateToJSON(createDeploymentRoutesMitigate) {
|
|
3943
|
+
return JSON.stringify(CreateDeploymentRoutesMitigate$outboundSchema.parse(createDeploymentRoutesMitigate));
|
|
3723
3944
|
}
|
|
3724
|
-
export function
|
|
3725
|
-
return safeParse(jsonString, (x) =>
|
|
3945
|
+
export function createDeploymentRoutesMitigateFromJSON(jsonString) {
|
|
3946
|
+
return safeParse(jsonString, (x) => CreateDeploymentRoutesMitigate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentRoutesMitigate' from JSON`);
|
|
3726
3947
|
}
|
|
3727
3948
|
/** @internal */
|
|
3728
3949
|
export const RoutesType$inboundSchema = z
|
|
@@ -3969,7 +4190,8 @@ export const Routes1$inboundSchema = z.object({
|
|
|
3969
4190
|
z.lazy(() => Missing1$inboundSchema),
|
|
3970
4191
|
z.lazy(() => Missing2$inboundSchema),
|
|
3971
4192
|
])).optional(),
|
|
3972
|
-
mitigate: z.lazy(() =>
|
|
4193
|
+
mitigate: z.lazy(() => CreateDeploymentRoutesMitigate$inboundSchema)
|
|
4194
|
+
.optional(),
|
|
3973
4195
|
transforms: z.array(z.lazy(() => Transforms$inboundSchema)).optional(),
|
|
3974
4196
|
locale: z.lazy(() => Locale$inboundSchema).optional(),
|
|
3975
4197
|
middlewarePath: z.string().optional(),
|
|
@@ -3996,7 +4218,8 @@ export const Routes1$outboundSchema = z.object({
|
|
|
3996
4218
|
z.lazy(() => Missing1$outboundSchema),
|
|
3997
4219
|
z.lazy(() => Missing2$outboundSchema),
|
|
3998
4220
|
])).optional(),
|
|
3999
|
-
mitigate: z.lazy(() =>
|
|
4221
|
+
mitigate: z.lazy(() => CreateDeploymentRoutesMitigate$outboundSchema)
|
|
4222
|
+
.optional(),
|
|
4000
4223
|
transforms: z.array(z.lazy(() => Transforms$outboundSchema)).optional(),
|
|
4001
4224
|
locale: z.lazy(() => Locale$outboundSchema).optional(),
|
|
4002
4225
|
middlewarePath: z.string().optional(),
|
|
@@ -4155,14 +4378,14 @@ export function createDeploymentChecksFromJSON(jsonString) {
|
|
|
4155
4378
|
return safeParse(jsonString, (x) => CreateDeploymentChecks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateDeploymentChecks' from JSON`);
|
|
4156
4379
|
}
|
|
4157
4380
|
/** @internal */
|
|
4158
|
-
export const
|
|
4381
|
+
export const Applications$inboundSchema = z.object({
|
|
4159
4382
|
isDefaultApp: z.boolean().optional(),
|
|
4160
4383
|
productionHost: z.string(),
|
|
4161
4384
|
deploymentAlias: z.string().optional(),
|
|
4162
4385
|
deploymentHost: z.string().optional(),
|
|
4163
4386
|
});
|
|
4164
4387
|
/** @internal */
|
|
4165
|
-
export const
|
|
4388
|
+
export const Applications$outboundSchema = z.object({
|
|
4166
4389
|
isDefaultApp: z.boolean().optional(),
|
|
4167
4390
|
productionHost: z.string(),
|
|
4168
4391
|
deploymentAlias: z.string().optional(),
|
|
@@ -4172,38 +4395,36 @@ export const CreateDeploymentMicrofrontendsApplications$outboundSchema = z.objec
|
|
|
4172
4395
|
* @internal
|
|
4173
4396
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4174
4397
|
*/
|
|
4175
|
-
export var
|
|
4176
|
-
(function (
|
|
4177
|
-
/** @deprecated use `
|
|
4178
|
-
|
|
4179
|
-
/** @deprecated use `
|
|
4180
|
-
|
|
4181
|
-
})(
|
|
4182
|
-
export function
|
|
4183
|
-
return JSON.stringify(
|
|
4398
|
+
export var Applications$;
|
|
4399
|
+
(function (Applications$) {
|
|
4400
|
+
/** @deprecated use `Applications$inboundSchema` instead. */
|
|
4401
|
+
Applications$.inboundSchema = Applications$inboundSchema;
|
|
4402
|
+
/** @deprecated use `Applications$outboundSchema` instead. */
|
|
4403
|
+
Applications$.outboundSchema = Applications$outboundSchema;
|
|
4404
|
+
})(Applications$ || (Applications$ = {}));
|
|
4405
|
+
export function applicationsToJSON(applications) {
|
|
4406
|
+
return JSON.stringify(Applications$outboundSchema.parse(applications));
|
|
4184
4407
|
}
|
|
4185
|
-
export function
|
|
4186
|
-
return safeParse(jsonString, (x) =>
|
|
4408
|
+
export function applicationsFromJSON(jsonString) {
|
|
4409
|
+
return safeParse(jsonString, (x) => Applications$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Applications' from JSON`);
|
|
4187
4410
|
}
|
|
4188
4411
|
/** @internal */
|
|
4189
4412
|
export const CreateDeploymentMicrofrontends2$inboundSchema = z.object({
|
|
4190
|
-
applications: z.record(z.lazy(() =>
|
|
4413
|
+
applications: z.record(z.lazy(() => Applications$inboundSchema)).optional(),
|
|
4191
4414
|
isDefaultApp: z.boolean(),
|
|
4192
4415
|
defaultAppProjectName: z.string(),
|
|
4193
4416
|
defaultRoute: z.string().optional(),
|
|
4194
4417
|
groupIds: z.array(z.string()),
|
|
4195
|
-
|
|
4196
|
-
previewEnvAliasEnabled: z.boolean().optional(),
|
|
4418
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4197
4419
|
});
|
|
4198
4420
|
/** @internal */
|
|
4199
4421
|
export const CreateDeploymentMicrofrontends2$outboundSchema = z.object({
|
|
4200
|
-
applications: z.record(z.lazy(() =>
|
|
4422
|
+
applications: z.record(z.lazy(() => Applications$outboundSchema)).optional(),
|
|
4201
4423
|
isDefaultApp: z.boolean(),
|
|
4202
4424
|
defaultAppProjectName: z.string(),
|
|
4203
4425
|
defaultRoute: z.string().optional(),
|
|
4204
4426
|
groupIds: z.array(z.string()),
|
|
4205
|
-
|
|
4206
|
-
previewEnvAliasEnabled: z.boolean().optional(),
|
|
4427
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4207
4428
|
});
|
|
4208
4429
|
/**
|
|
4209
4430
|
* @internal
|
|
@@ -4228,8 +4449,7 @@ export const CreateDeploymentMicrofrontends1$inboundSchema = z.object({
|
|
|
4228
4449
|
defaultAppProjectName: z.string(),
|
|
4229
4450
|
defaultRoute: z.string().optional(),
|
|
4230
4451
|
groupIds: z.array(z.string()),
|
|
4231
|
-
|
|
4232
|
-
previewEnvAliasEnabled: z.boolean().optional(),
|
|
4452
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4233
4453
|
});
|
|
4234
4454
|
/** @internal */
|
|
4235
4455
|
export const CreateDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
@@ -4237,8 +4457,7 @@ export const CreateDeploymentMicrofrontends1$outboundSchema = z.object({
|
|
|
4237
4457
|
defaultAppProjectName: z.string(),
|
|
4238
4458
|
defaultRoute: z.string().optional(),
|
|
4239
4459
|
groupIds: z.array(z.string()),
|
|
4240
|
-
|
|
4241
|
-
previewEnvAliasEnabled: z.boolean().optional(),
|
|
4460
|
+
microfrontendsAlias2Enabled: z.boolean().optional(),
|
|
4242
4461
|
});
|
|
4243
4462
|
/**
|
|
4244
4463
|
* @internal
|
|
@@ -4709,21 +4928,25 @@ export const CreateDeploymentResponseBody$inboundSchema = z.object({
|
|
|
4709
4928
|
version: z.number(),
|
|
4710
4929
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
4711
4930
|
gitSource: z.union([
|
|
4712
|
-
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
4713
4931
|
z.lazy(() => CreateDeploymentGitSource12$inboundSchema),
|
|
4932
|
+
z.lazy(() => CreateDeploymentGitSource15$inboundSchema),
|
|
4714
4933
|
z.lazy(() => CreateDeploymentGitSource4$inboundSchema),
|
|
4715
|
-
z.lazy(() =>
|
|
4716
|
-
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
4934
|
+
z.lazy(() => CreateDeploymentGitSource10$inboundSchema),
|
|
4717
4935
|
z.lazy(() => CreateDeploymentGitSource11$inboundSchema),
|
|
4936
|
+
z.lazy(() => CreateDeploymentGitSource13$inboundSchema),
|
|
4937
|
+
z.lazy(() => CreateDeploymentGitSource14$inboundSchema),
|
|
4718
4938
|
z.lazy(() => CreateDeploymentGitSource2$inboundSchema),
|
|
4719
4939
|
z.lazy(() => CreateDeploymentGitSource3$inboundSchema),
|
|
4720
|
-
z.lazy(() =>
|
|
4940
|
+
z.lazy(() => CreateDeploymentGitSource6$inboundSchema),
|
|
4941
|
+
z.lazy(() => CreateDeploymentGitSource9$inboundSchema),
|
|
4721
4942
|
z.lazy(() => CreateDeploymentGitSource1$inboundSchema),
|
|
4722
4943
|
z.lazy(() => CreateDeploymentGitSource5$inboundSchema),
|
|
4723
|
-
z.lazy(() =>
|
|
4944
|
+
z.lazy(() => CreateDeploymentGitSource7$inboundSchema),
|
|
4945
|
+
z.lazy(() => CreateDeploymentGitSource8$inboundSchema),
|
|
4724
4946
|
]).optional(),
|
|
4725
4947
|
meta: z.record(z.string()),
|
|
4726
4948
|
project: z.lazy(() => CreateDeploymentProject$inboundSchema).optional(),
|
|
4949
|
+
nodeVersion: CreateDeploymentNodeVersion$inboundSchema.optional(),
|
|
4727
4950
|
readyState: ReadyState$inboundSchema,
|
|
4728
4951
|
source: CreateDeploymentSource$inboundSchema.optional(),
|
|
4729
4952
|
target: z.nullable(CreateDeploymentTarget$inboundSchema).optional(),
|
|
@@ -4825,21 +5048,25 @@ export const CreateDeploymentResponseBody$outboundSchema = z.object({
|
|
|
4825
5048
|
version: z.number(),
|
|
4826
5049
|
autoAssignCustomDomains: z.boolean().optional(),
|
|
4827
5050
|
gitSource: z.union([
|
|
4828
|
-
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
4829
5051
|
z.lazy(() => CreateDeploymentGitSource12$outboundSchema),
|
|
5052
|
+
z.lazy(() => CreateDeploymentGitSource15$outboundSchema),
|
|
4830
5053
|
z.lazy(() => CreateDeploymentGitSource4$outboundSchema),
|
|
4831
|
-
z.lazy(() =>
|
|
4832
|
-
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
5054
|
+
z.lazy(() => CreateDeploymentGitSource10$outboundSchema),
|
|
4833
5055
|
z.lazy(() => CreateDeploymentGitSource11$outboundSchema),
|
|
5056
|
+
z.lazy(() => CreateDeploymentGitSource13$outboundSchema),
|
|
5057
|
+
z.lazy(() => CreateDeploymentGitSource14$outboundSchema),
|
|
4834
5058
|
z.lazy(() => CreateDeploymentGitSource2$outboundSchema),
|
|
4835
5059
|
z.lazy(() => CreateDeploymentGitSource3$outboundSchema),
|
|
4836
|
-
z.lazy(() =>
|
|
5060
|
+
z.lazy(() => CreateDeploymentGitSource6$outboundSchema),
|
|
5061
|
+
z.lazy(() => CreateDeploymentGitSource9$outboundSchema),
|
|
4837
5062
|
z.lazy(() => CreateDeploymentGitSource1$outboundSchema),
|
|
4838
5063
|
z.lazy(() => CreateDeploymentGitSource5$outboundSchema),
|
|
4839
|
-
z.lazy(() =>
|
|
5064
|
+
z.lazy(() => CreateDeploymentGitSource7$outboundSchema),
|
|
5065
|
+
z.lazy(() => CreateDeploymentGitSource8$outboundSchema),
|
|
4840
5066
|
]).optional(),
|
|
4841
5067
|
meta: z.record(z.string()),
|
|
4842
5068
|
project: z.lazy(() => CreateDeploymentProject$outboundSchema).optional(),
|
|
5069
|
+
nodeVersion: CreateDeploymentNodeVersion$outboundSchema.optional(),
|
|
4843
5070
|
readyState: ReadyState$outboundSchema,
|
|
4844
5071
|
source: CreateDeploymentSource$outboundSchema.optional(),
|
|
4845
5072
|
target: z.nullable(CreateDeploymentTarget$outboundSchema).optional(),
|