@vercel/sdk 1.8.6 → 1.10.0
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/README.md +10 -12
- package/bin/mcp-server.js +3013 -2754
- package/bin/mcp-server.js.map +45 -49
- package/docs/sdks/deployments/README.md +2 -0
- package/docs/sdks/logdrains/README.md +0 -80
- package/docs/sdks/marketplace/README.md +24 -24
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -13
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -19
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +13 -15
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/deploymentsCreateDeployment.js +2 -2
- package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
- package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
- package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{marketplaceDeleteResource.js → marketplaceDeleteIntegrationResource.js} +6 -6
- package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceGetResource.d.ts → marketplaceGetIntegrationResource.d.ts} +4 -4
- package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResource.js → marketplaceGetIntegrationResource.js} +7 -7
- package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/funcs/{marketplaceDeleteResource.d.ts → marketplaceGetIntegrationResources.d.ts} +5 -5
- package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/funcs/{marketplaceGetResources.js → marketplaceGetIntegrationResources.js} +8 -8
- package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/command.js +0 -12
- package/esm/mcp-server/cli/start/command.js.map +1 -1
- package/esm/mcp-server/cli/start/impl.d.ts +0 -2
- package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/esm/mcp-server/cli/start/impl.js +0 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/mcp-server.js.map +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +10 -12
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
- package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +36 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +25 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -27
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -9
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +335 -6
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +274 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +36 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +24 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +434 -97
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +362 -83
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +104 -25
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +82 -29
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteintegrationresourceop.d.ts +31 -0
- package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
- package/esm/models/deleteintegrationresourceop.js +33 -0
- package/esm/models/deleteintegrationresourceop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +3 -3
- package/esm/models/getconfigurationop.js +1 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +338 -9
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +276 -3
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -2
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -2
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/{getresourceop.d.ts → getintegrationresourceop.d.ts} +58 -58
- package/esm/models/getintegrationresourceop.d.ts.map +1 -0
- package/esm/models/{getresourceop.js → getintegrationresourceop.js} +69 -67
- package/esm/models/getintegrationresourceop.js.map +1 -0
- package/esm/models/getintegrationresourcesop.d.ts +310 -0
- package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
- package/esm/models/getintegrationresourcesop.js +275 -0
- package/esm/models/getintegrationresourcesop.js.map +1 -0
- package/esm/models/getprojectsop.d.ts +14 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +6 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +17 -9
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +36 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +24 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getteamaccessrequestop.d.ts +3 -3
- package/esm/models/getteamaccessrequestop.js +1 -1
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +9 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +3 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/requestaccesstoteamop.d.ts +3 -3
- package/esm/models/requestaccesstoteamop.js +1 -1
- package/esm/models/sdkerror.d.ts.map +1 -1
- package/esm/models/sdkerror.js +8 -2
- package/esm/models/sdkerror.js.map +1 -1
- package/esm/models/team.d.ts +8 -3
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +3 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -3
- package/esm/models/teamlimited.js +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +14 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +6 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +26 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +10 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1622 -1824
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2049 -2225
- package/esm/models/userevent.js.map +1 -1
- package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
- package/esm/models/vercelbadrequesterror.js +2 -3
- package/esm/models/vercelbadrequesterror.js.map +1 -1
- package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
- package/esm/models/vercelforbiddenerror.js +2 -3
- package/esm/models/vercelforbiddenerror.js.map +1 -1
- package/esm/models/vercelnotfounderror.d.ts.map +1 -1
- package/esm/models/vercelnotfounderror.js +2 -3
- package/esm/models/vercelnotfounderror.js.map +1 -1
- package/esm/models/vercelratelimiterror.d.ts.map +1 -1
- package/esm/models/vercelratelimiterror.js +2 -3
- package/esm/models/vercelratelimiterror.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -8
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -10
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +10 -10
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +13 -13
- package/esm/sdk/marketplace.js.map +1 -1
- package/esm/sdk/sdk.d.ts +2 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +3 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/README.md +26 -0
- package/examples/package-lock.json +628 -0
- package/examples/package.json +18 -0
- package/examples/projectsUpdateProject.example.ts +31 -0
- package/jsr.json +1 -1
- package/package.json +4 -4
- package/src/__tests__/deployments.test.ts +2 -1
- package/src/__tests__/domains.test.ts +2 -1
- package/src/__tests__/logdrains.test.ts +5 -15
- package/src/__tests__/marketplace.test.ts +25 -22
- package/src/__tests__/projects.test.ts +13 -15
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/funcs/deploymentsCreateDeployment.ts +2 -2
- package/src/funcs/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -9
- package/src/funcs/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +15 -15
- package/src/funcs/{marketplaceGetResources.ts → marketplaceGetIntegrationResources.ts} +16 -16
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +10 -12
- package/src/mcp-server/tools/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +9 -7
- package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
- package/src/models/approverollingreleasestageop.ts +44 -0
- package/src/models/authuser.ts +7 -10
- package/src/models/canceldeploymentop.ts +607 -2
- package/src/models/completerollingreleaseop.ts +45 -0
- package/src/models/createdeploymentop.ts +855 -289
- package/src/models/createprojectop.ts +163 -46
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/deleteintegrationresourceop.ts +72 -0
- package/src/models/getconfigurationop.ts +1 -1
- package/src/models/getdeploymentop.ts +620 -3
- package/src/models/getdeploymentsop.ts +8 -4
- package/src/models/{getresourceop.ts → getintegrationresourceop.ts} +115 -99
- package/src/models/getintegrationresourcesop.ts +642 -0
- package/src/models/getprojectsop.ts +8 -4
- package/src/models/getrollingreleasebillingstatusop.ts +31 -15
- package/src/models/getrollingreleaseop.ts +40 -0
- package/src/models/getteamaccessrequestop.ts +1 -1
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +3 -0
- package/src/models/requestaccesstoteamop.ts +1 -1
- package/src/models/sdkerror.ts +8 -2
- package/src/models/team.ts +8 -1
- package/src/models/teamlimited.ts +1 -1
- package/src/models/updateprojectdatacacheop.ts +8 -4
- package/src/models/updateprojectop.ts +12 -4
- package/src/models/userevent.ts +4781 -5205
- package/src/models/vercelbadrequesterror.ts +2 -3
- package/src/models/vercelforbiddenerror.ts +2 -3
- package/src/models/vercelnotfounderror.ts +2 -3
- package/src/models/vercelratelimiterror.ts +2 -3
- package/src/sdk/logdrains.ts +0 -19
- package/src/sdk/marketplace.ts +27 -27
- package/src/sdk/sdk.ts +5 -5
- package/vercel-spec.json +890 -493
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -95
- package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResource.js.map +0 -1
- package/esm/funcs/marketplaceGetResources.d.ts +0 -20
- package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
- package/esm/funcs/marketplaceGetResources.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
- package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
- package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
- package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
- package/esm/mcp-server/tools/marketplaceGetResources.js.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
- package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/deleteconfigurablelogdrainop.js +0 -35
- package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
- package/esm/models/deleteresourceop.d.ts +0 -31
- package/esm/models/deleteresourceop.d.ts.map +0 -1
- package/esm/models/deleteresourceop.js +0 -33
- package/esm/models/deleteresourceop.js.map +0 -1
- package/esm/models/getresourceop.d.ts.map +0 -1
- package/esm/models/getresourceop.js.map +0 -1
- package/esm/models/getresourcesop.d.ts +0 -310
- package/esm/models/getresourcesop.d.ts.map +0 -1
- package/esm/models/getresourcesop.js +0 -278
- package/esm/models/getresourcesop.js.map +0 -1
- package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +0 -204
- package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
- package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
- package/src/models/deleteconfigurablelogdrainop.ts +0 -83
- package/src/models/deleteresourceop.ts +0 -70
- package/src/models/getresourcesop.ts +0 -604
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
/**
|
|
7
|
+
* The current status of the resource
|
|
8
|
+
*/
|
|
9
|
+
export const GetIntegrationResourcesStatus = {
|
|
10
|
+
Ready: "ready",
|
|
11
|
+
Pending: "pending",
|
|
12
|
+
Suspended: "suspended",
|
|
13
|
+
Resumed: "resumed",
|
|
14
|
+
Uninstalled: "uninstalled",
|
|
15
|
+
Error: "error",
|
|
16
|
+
};
|
|
17
|
+
export const GetIntegrationResourcesLevel = {
|
|
18
|
+
Error: "error",
|
|
19
|
+
Info: "info",
|
|
20
|
+
Warn: "warn",
|
|
21
|
+
};
|
|
22
|
+
/** @internal */
|
|
23
|
+
export const GetIntegrationResourcesRequest$inboundSchema = z.object({
|
|
24
|
+
integrationConfigurationId: z.string(),
|
|
25
|
+
});
|
|
26
|
+
/** @internal */
|
|
27
|
+
export const GetIntegrationResourcesRequest$outboundSchema = z.object({
|
|
28
|
+
integrationConfigurationId: z.string(),
|
|
29
|
+
});
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
33
|
+
*/
|
|
34
|
+
export var GetIntegrationResourcesRequest$;
|
|
35
|
+
(function (GetIntegrationResourcesRequest$) {
|
|
36
|
+
/** @deprecated use `GetIntegrationResourcesRequest$inboundSchema` instead. */
|
|
37
|
+
GetIntegrationResourcesRequest$.inboundSchema = GetIntegrationResourcesRequest$inboundSchema;
|
|
38
|
+
/** @deprecated use `GetIntegrationResourcesRequest$outboundSchema` instead. */
|
|
39
|
+
GetIntegrationResourcesRequest$.outboundSchema = GetIntegrationResourcesRequest$outboundSchema;
|
|
40
|
+
})(GetIntegrationResourcesRequest$ || (GetIntegrationResourcesRequest$ = {}));
|
|
41
|
+
export function getIntegrationResourcesRequestToJSON(getIntegrationResourcesRequest) {
|
|
42
|
+
return JSON.stringify(GetIntegrationResourcesRequest$outboundSchema.parse(getIntegrationResourcesRequest));
|
|
43
|
+
}
|
|
44
|
+
export function getIntegrationResourcesRequestFromJSON(jsonString) {
|
|
45
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesRequest' from JSON`);
|
|
46
|
+
}
|
|
47
|
+
/** @internal */
|
|
48
|
+
export const GetIntegrationResourcesStatus$inboundSchema = z.nativeEnum(GetIntegrationResourcesStatus);
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const GetIntegrationResourcesStatus$outboundSchema = GetIntegrationResourcesStatus$inboundSchema;
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
+
*/
|
|
55
|
+
export var GetIntegrationResourcesStatus$;
|
|
56
|
+
(function (GetIntegrationResourcesStatus$) {
|
|
57
|
+
/** @deprecated use `GetIntegrationResourcesStatus$inboundSchema` instead. */
|
|
58
|
+
GetIntegrationResourcesStatus$.inboundSchema = GetIntegrationResourcesStatus$inboundSchema;
|
|
59
|
+
/** @deprecated use `GetIntegrationResourcesStatus$outboundSchema` instead. */
|
|
60
|
+
GetIntegrationResourcesStatus$.outboundSchema = GetIntegrationResourcesStatus$outboundSchema;
|
|
61
|
+
})(GetIntegrationResourcesStatus$ || (GetIntegrationResourcesStatus$ = {}));
|
|
62
|
+
/** @internal */
|
|
63
|
+
export const GetIntegrationResourcesExperimentation$inboundSchema = z.object({
|
|
64
|
+
edgeConfigSyncingEnabled: z.boolean().optional(),
|
|
65
|
+
edgeConfigId: z.string().optional(),
|
|
66
|
+
edgeConfigTokenId: z.string().optional(),
|
|
67
|
+
});
|
|
68
|
+
/** @internal */
|
|
69
|
+
export const GetIntegrationResourcesExperimentation$outboundSchema = z.object({
|
|
70
|
+
edgeConfigSyncingEnabled: z.boolean().optional(),
|
|
71
|
+
edgeConfigId: z.string().optional(),
|
|
72
|
+
edgeConfigTokenId: z.string().optional(),
|
|
73
|
+
});
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
77
|
+
*/
|
|
78
|
+
export var GetIntegrationResourcesExperimentation$;
|
|
79
|
+
(function (GetIntegrationResourcesExperimentation$) {
|
|
80
|
+
/** @deprecated use `GetIntegrationResourcesExperimentation$inboundSchema` instead. */
|
|
81
|
+
GetIntegrationResourcesExperimentation$.inboundSchema = GetIntegrationResourcesExperimentation$inboundSchema;
|
|
82
|
+
/** @deprecated use `GetIntegrationResourcesExperimentation$outboundSchema` instead. */
|
|
83
|
+
GetIntegrationResourcesExperimentation$.outboundSchema = GetIntegrationResourcesExperimentation$outboundSchema;
|
|
84
|
+
})(GetIntegrationResourcesExperimentation$ || (GetIntegrationResourcesExperimentation$ = {}));
|
|
85
|
+
export function getIntegrationResourcesExperimentationToJSON(getIntegrationResourcesExperimentation) {
|
|
86
|
+
return JSON.stringify(GetIntegrationResourcesExperimentation$outboundSchema.parse(getIntegrationResourcesExperimentation));
|
|
87
|
+
}
|
|
88
|
+
export function getIntegrationResourcesExperimentationFromJSON(jsonString) {
|
|
89
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesExperimentation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesExperimentation' from JSON`);
|
|
90
|
+
}
|
|
91
|
+
/** @internal */
|
|
92
|
+
export const GetIntegrationResourcesProtocolSettings$inboundSchema = z.object({
|
|
93
|
+
experimentation: z.lazy(() => GetIntegrationResourcesExperimentation$inboundSchema).optional(),
|
|
94
|
+
});
|
|
95
|
+
/** @internal */
|
|
96
|
+
export const GetIntegrationResourcesProtocolSettings$outboundSchema = z.object({
|
|
97
|
+
experimentation: z.lazy(() => GetIntegrationResourcesExperimentation$outboundSchema).optional(),
|
|
98
|
+
});
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
102
|
+
*/
|
|
103
|
+
export var GetIntegrationResourcesProtocolSettings$;
|
|
104
|
+
(function (GetIntegrationResourcesProtocolSettings$) {
|
|
105
|
+
/** @deprecated use `GetIntegrationResourcesProtocolSettings$inboundSchema` instead. */
|
|
106
|
+
GetIntegrationResourcesProtocolSettings$.inboundSchema = GetIntegrationResourcesProtocolSettings$inboundSchema;
|
|
107
|
+
/** @deprecated use `GetIntegrationResourcesProtocolSettings$outboundSchema` instead. */
|
|
108
|
+
GetIntegrationResourcesProtocolSettings$.outboundSchema = GetIntegrationResourcesProtocolSettings$outboundSchema;
|
|
109
|
+
})(GetIntegrationResourcesProtocolSettings$ || (GetIntegrationResourcesProtocolSettings$ = {}));
|
|
110
|
+
export function getIntegrationResourcesProtocolSettingsToJSON(getIntegrationResourcesProtocolSettings) {
|
|
111
|
+
return JSON.stringify(GetIntegrationResourcesProtocolSettings$outboundSchema.parse(getIntegrationResourcesProtocolSettings));
|
|
112
|
+
}
|
|
113
|
+
export function getIntegrationResourcesProtocolSettingsFromJSON(jsonString) {
|
|
114
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesProtocolSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesProtocolSettings' from JSON`);
|
|
115
|
+
}
|
|
116
|
+
/** @internal */
|
|
117
|
+
export const GetIntegrationResourcesLevel$inboundSchema = z.nativeEnum(GetIntegrationResourcesLevel);
|
|
118
|
+
/** @internal */
|
|
119
|
+
export const GetIntegrationResourcesLevel$outboundSchema = GetIntegrationResourcesLevel$inboundSchema;
|
|
120
|
+
/**
|
|
121
|
+
* @internal
|
|
122
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
123
|
+
*/
|
|
124
|
+
export var GetIntegrationResourcesLevel$;
|
|
125
|
+
(function (GetIntegrationResourcesLevel$) {
|
|
126
|
+
/** @deprecated use `GetIntegrationResourcesLevel$inboundSchema` instead. */
|
|
127
|
+
GetIntegrationResourcesLevel$.inboundSchema = GetIntegrationResourcesLevel$inboundSchema;
|
|
128
|
+
/** @deprecated use `GetIntegrationResourcesLevel$outboundSchema` instead. */
|
|
129
|
+
GetIntegrationResourcesLevel$.outboundSchema = GetIntegrationResourcesLevel$outboundSchema;
|
|
130
|
+
})(GetIntegrationResourcesLevel$ || (GetIntegrationResourcesLevel$ = {}));
|
|
131
|
+
/** @internal */
|
|
132
|
+
export const GetIntegrationResourcesNotification$inboundSchema = z.object({
|
|
133
|
+
level: GetIntegrationResourcesLevel$inboundSchema,
|
|
134
|
+
title: z.string(),
|
|
135
|
+
message: z.string().optional(),
|
|
136
|
+
href: z.string().optional(),
|
|
137
|
+
});
|
|
138
|
+
/** @internal */
|
|
139
|
+
export const GetIntegrationResourcesNotification$outboundSchema = z.object({
|
|
140
|
+
level: GetIntegrationResourcesLevel$outboundSchema,
|
|
141
|
+
title: z.string(),
|
|
142
|
+
message: z.string().optional(),
|
|
143
|
+
href: z.string().optional(),
|
|
144
|
+
});
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
148
|
+
*/
|
|
149
|
+
export var GetIntegrationResourcesNotification$;
|
|
150
|
+
(function (GetIntegrationResourcesNotification$) {
|
|
151
|
+
/** @deprecated use `GetIntegrationResourcesNotification$inboundSchema` instead. */
|
|
152
|
+
GetIntegrationResourcesNotification$.inboundSchema = GetIntegrationResourcesNotification$inboundSchema;
|
|
153
|
+
/** @deprecated use `GetIntegrationResourcesNotification$outboundSchema` instead. */
|
|
154
|
+
GetIntegrationResourcesNotification$.outboundSchema = GetIntegrationResourcesNotification$outboundSchema;
|
|
155
|
+
})(GetIntegrationResourcesNotification$ || (GetIntegrationResourcesNotification$ = {}));
|
|
156
|
+
export function getIntegrationResourcesNotificationToJSON(getIntegrationResourcesNotification) {
|
|
157
|
+
return JSON.stringify(GetIntegrationResourcesNotification$outboundSchema.parse(getIntegrationResourcesNotification));
|
|
158
|
+
}
|
|
159
|
+
export function getIntegrationResourcesNotificationFromJSON(jsonString) {
|
|
160
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesNotification' from JSON`);
|
|
161
|
+
}
|
|
162
|
+
/** @internal */
|
|
163
|
+
export const GetIntegrationResourcesMetadata$inboundSchema = z.union([
|
|
164
|
+
z.string(),
|
|
165
|
+
z.number(),
|
|
166
|
+
z.boolean(),
|
|
167
|
+
z.array(z.string()),
|
|
168
|
+
z.array(z.number()),
|
|
169
|
+
]);
|
|
170
|
+
/** @internal */
|
|
171
|
+
export const GetIntegrationResourcesMetadata$outboundSchema = z.union([
|
|
172
|
+
z.string(),
|
|
173
|
+
z.number(),
|
|
174
|
+
z.boolean(),
|
|
175
|
+
z.array(z.string()),
|
|
176
|
+
z.array(z.number()),
|
|
177
|
+
]);
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
181
|
+
*/
|
|
182
|
+
export var GetIntegrationResourcesMetadata$;
|
|
183
|
+
(function (GetIntegrationResourcesMetadata$) {
|
|
184
|
+
/** @deprecated use `GetIntegrationResourcesMetadata$inboundSchema` instead. */
|
|
185
|
+
GetIntegrationResourcesMetadata$.inboundSchema = GetIntegrationResourcesMetadata$inboundSchema;
|
|
186
|
+
/** @deprecated use `GetIntegrationResourcesMetadata$outboundSchema` instead. */
|
|
187
|
+
GetIntegrationResourcesMetadata$.outboundSchema = GetIntegrationResourcesMetadata$outboundSchema;
|
|
188
|
+
})(GetIntegrationResourcesMetadata$ || (GetIntegrationResourcesMetadata$ = {}));
|
|
189
|
+
export function getIntegrationResourcesMetadataToJSON(getIntegrationResourcesMetadata) {
|
|
190
|
+
return JSON.stringify(GetIntegrationResourcesMetadata$outboundSchema.parse(getIntegrationResourcesMetadata));
|
|
191
|
+
}
|
|
192
|
+
export function getIntegrationResourcesMetadataFromJSON(jsonString) {
|
|
193
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesMetadata' from JSON`);
|
|
194
|
+
}
|
|
195
|
+
/** @internal */
|
|
196
|
+
export const Resources$inboundSchema = z.object({
|
|
197
|
+
partnerId: z.string(),
|
|
198
|
+
internalId: z.string(),
|
|
199
|
+
name: z.string(),
|
|
200
|
+
status: GetIntegrationResourcesStatus$inboundSchema.optional(),
|
|
201
|
+
productId: z.string(),
|
|
202
|
+
protocolSettings: z.lazy(() => GetIntegrationResourcesProtocolSettings$inboundSchema).optional(),
|
|
203
|
+
notification: z.lazy(() => GetIntegrationResourcesNotification$inboundSchema)
|
|
204
|
+
.optional(),
|
|
205
|
+
billingPlanId: z.string().optional(),
|
|
206
|
+
metadata: z.record(z.union([
|
|
207
|
+
z.string(),
|
|
208
|
+
z.number(),
|
|
209
|
+
z.boolean(),
|
|
210
|
+
z.array(z.string()),
|
|
211
|
+
z.array(z.number()),
|
|
212
|
+
])).optional(),
|
|
213
|
+
});
|
|
214
|
+
/** @internal */
|
|
215
|
+
export const Resources$outboundSchema = z.object({
|
|
216
|
+
partnerId: z.string(),
|
|
217
|
+
internalId: z.string(),
|
|
218
|
+
name: z.string(),
|
|
219
|
+
status: GetIntegrationResourcesStatus$outboundSchema.optional(),
|
|
220
|
+
productId: z.string(),
|
|
221
|
+
protocolSettings: z.lazy(() => GetIntegrationResourcesProtocolSettings$outboundSchema).optional(),
|
|
222
|
+
notification: z.lazy(() => GetIntegrationResourcesNotification$outboundSchema)
|
|
223
|
+
.optional(),
|
|
224
|
+
billingPlanId: z.string().optional(),
|
|
225
|
+
metadata: z.record(z.union([
|
|
226
|
+
z.string(),
|
|
227
|
+
z.number(),
|
|
228
|
+
z.boolean(),
|
|
229
|
+
z.array(z.string()),
|
|
230
|
+
z.array(z.number()),
|
|
231
|
+
])).optional(),
|
|
232
|
+
});
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
236
|
+
*/
|
|
237
|
+
export var Resources$;
|
|
238
|
+
(function (Resources$) {
|
|
239
|
+
/** @deprecated use `Resources$inboundSchema` instead. */
|
|
240
|
+
Resources$.inboundSchema = Resources$inboundSchema;
|
|
241
|
+
/** @deprecated use `Resources$outboundSchema` instead. */
|
|
242
|
+
Resources$.outboundSchema = Resources$outboundSchema;
|
|
243
|
+
})(Resources$ || (Resources$ = {}));
|
|
244
|
+
export function resourcesToJSON(resources) {
|
|
245
|
+
return JSON.stringify(Resources$outboundSchema.parse(resources));
|
|
246
|
+
}
|
|
247
|
+
export function resourcesFromJSON(jsonString) {
|
|
248
|
+
return safeParse(jsonString, (x) => Resources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Resources' from JSON`);
|
|
249
|
+
}
|
|
250
|
+
/** @internal */
|
|
251
|
+
export const GetIntegrationResourcesResponseBody$inboundSchema = z.object({
|
|
252
|
+
resources: z.array(z.lazy(() => Resources$inboundSchema)),
|
|
253
|
+
});
|
|
254
|
+
/** @internal */
|
|
255
|
+
export const GetIntegrationResourcesResponseBody$outboundSchema = z.object({
|
|
256
|
+
resources: z.array(z.lazy(() => Resources$outboundSchema)),
|
|
257
|
+
});
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
261
|
+
*/
|
|
262
|
+
export var GetIntegrationResourcesResponseBody$;
|
|
263
|
+
(function (GetIntegrationResourcesResponseBody$) {
|
|
264
|
+
/** @deprecated use `GetIntegrationResourcesResponseBody$inboundSchema` instead. */
|
|
265
|
+
GetIntegrationResourcesResponseBody$.inboundSchema = GetIntegrationResourcesResponseBody$inboundSchema;
|
|
266
|
+
/** @deprecated use `GetIntegrationResourcesResponseBody$outboundSchema` instead. */
|
|
267
|
+
GetIntegrationResourcesResponseBody$.outboundSchema = GetIntegrationResourcesResponseBody$outboundSchema;
|
|
268
|
+
})(GetIntegrationResourcesResponseBody$ || (GetIntegrationResourcesResponseBody$ = {}));
|
|
269
|
+
export function getIntegrationResourcesResponseBodyToJSON(getIntegrationResourcesResponseBody) {
|
|
270
|
+
return JSON.stringify(GetIntegrationResourcesResponseBody$outboundSchema.parse(getIntegrationResourcesResponseBody));
|
|
271
|
+
}
|
|
272
|
+
export function getIntegrationResourcesResponseBodyFromJSON(jsonString) {
|
|
273
|
+
return safeParse(jsonString, (x) => GetIntegrationResourcesResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetIntegrationResourcesResponseBody' from JSON`);
|
|
274
|
+
}
|
|
275
|
+
//# sourceMappingURL=getintegrationresourcesop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getintegrationresourcesop.js","sourceRoot":"","sources":["../../src/models/getintegrationresourcesop.ts"],"names":[],"mappings":"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"}
|
|
@@ -487,6 +487,7 @@ export declare const GetProjectsFramework: {
|
|
|
487
487
|
readonly SanityV3: "sanity-v3";
|
|
488
488
|
readonly Sanity: "sanity";
|
|
489
489
|
readonly Storybook: "storybook";
|
|
490
|
+
readonly Nitro: "nitro";
|
|
490
491
|
};
|
|
491
492
|
export type GetProjectsFramework = ClosedEnum<typeof GetProjectsFramework>;
|
|
492
493
|
export type GetProjectsIpBuckets = {
|
|
@@ -883,6 +884,7 @@ export declare const GetProjectsDeploymentType: {
|
|
|
883
884
|
readonly Preview: "preview";
|
|
884
885
|
readonly All: "all";
|
|
885
886
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
887
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
886
888
|
};
|
|
887
889
|
export type GetProjectsDeploymentType = ClosedEnum<typeof GetProjectsDeploymentType>;
|
|
888
890
|
export type GetProjectsSsoProtection = {
|
|
@@ -1163,6 +1165,7 @@ export type GetProjectsPermissions = {
|
|
|
1163
1165
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1164
1166
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1165
1167
|
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1168
|
+
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1166
1169
|
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1167
1170
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1168
1171
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
@@ -1275,6 +1278,7 @@ export declare const GetProjectsTrustedIpsProjectsDeploymentType: {
|
|
|
1275
1278
|
readonly Preview: "preview";
|
|
1276
1279
|
readonly All: "all";
|
|
1277
1280
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1281
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1278
1282
|
};
|
|
1279
1283
|
export type GetProjectsTrustedIpsProjectsDeploymentType = ClosedEnum<typeof GetProjectsTrustedIpsProjectsDeploymentType>;
|
|
1280
1284
|
export type GetProjectsTrustedIps2 = {
|
|
@@ -1285,6 +1289,7 @@ export declare const GetProjectsTrustedIpsDeploymentType: {
|
|
|
1285
1289
|
readonly Preview: "preview";
|
|
1286
1290
|
readonly All: "all";
|
|
1287
1291
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1292
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1288
1293
|
};
|
|
1289
1294
|
export type GetProjectsTrustedIpsDeploymentType = ClosedEnum<typeof GetProjectsTrustedIpsDeploymentType>;
|
|
1290
1295
|
export type GetProjectsTrustedIpsAddresses = {
|
|
@@ -1587,7 +1592,6 @@ export type GetProjectsProjects = {
|
|
|
1587
1592
|
rollingRelease?: GetProjectsRollingRelease | null | undefined;
|
|
1588
1593
|
defaultResourceConfig: GetProjectsDefaultResourceConfig;
|
|
1589
1594
|
rootDirectory?: string | null | undefined;
|
|
1590
|
-
serverlessFunctionRegion?: string | null | undefined;
|
|
1591
1595
|
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
1592
1596
|
skewProtectionBoundaryAt?: number | undefined;
|
|
1593
1597
|
skewProtectionMaxAge?: number | undefined;
|
|
@@ -2955,6 +2959,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
2955
2959
|
readonly SanityV3: "sanity-v3";
|
|
2956
2960
|
readonly Sanity: "sanity";
|
|
2957
2961
|
readonly Storybook: "storybook";
|
|
2962
|
+
readonly Nitro: "nitro";
|
|
2958
2963
|
}>;
|
|
2959
2964
|
/** @deprecated use `GetProjectsFramework$outboundSchema` instead. */
|
|
2960
2965
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3004,6 +3009,7 @@ export declare namespace GetProjectsFramework$ {
|
|
|
3004
3009
|
readonly SanityV3: "sanity-v3";
|
|
3005
3010
|
readonly Sanity: "sanity";
|
|
3006
3011
|
readonly Storybook: "storybook";
|
|
3012
|
+
readonly Nitro: "nitro";
|
|
3007
3013
|
}>;
|
|
3008
3014
|
}
|
|
3009
3015
|
/** @internal */
|
|
@@ -4114,12 +4120,14 @@ export declare namespace GetProjectsDeploymentType$ {
|
|
|
4114
4120
|
readonly Preview: "preview";
|
|
4115
4121
|
readonly All: "all";
|
|
4116
4122
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4123
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4117
4124
|
}>;
|
|
4118
4125
|
/** @deprecated use `GetProjectsDeploymentType$outboundSchema` instead. */
|
|
4119
4126
|
const outboundSchema: z.ZodNativeEnum<{
|
|
4120
4127
|
readonly Preview: "preview";
|
|
4121
4128
|
readonly All: "all";
|
|
4122
4129
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4130
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4123
4131
|
}>;
|
|
4124
4132
|
}
|
|
4125
4133
|
/** @internal */
|
|
@@ -4654,6 +4662,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4654
4662
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
4655
4663
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
4656
4664
|
notificationUsageAlert?: Array<string> | undefined;
|
|
4665
|
+
notificationPreferences?: Array<string> | undefined;
|
|
4657
4666
|
notificationCustomerBudget?: Array<string> | undefined;
|
|
4658
4667
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
4659
4668
|
observabilityConfiguration?: Array<string> | undefined;
|
|
@@ -4945,6 +4954,7 @@ export declare namespace GetProjectsTrustedIpsProjectsDeploymentType$ {
|
|
|
4945
4954
|
readonly Preview: "preview";
|
|
4946
4955
|
readonly All: "all";
|
|
4947
4956
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4957
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4948
4958
|
}>;
|
|
4949
4959
|
/** @deprecated use `GetProjectsTrustedIpsProjectsDeploymentType$outboundSchema` instead. */
|
|
4950
4960
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -4952,6 +4962,7 @@ export declare namespace GetProjectsTrustedIpsProjectsDeploymentType$ {
|
|
|
4952
4962
|
readonly Preview: "preview";
|
|
4953
4963
|
readonly All: "all";
|
|
4954
4964
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
4965
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4955
4966
|
}>;
|
|
4956
4967
|
}
|
|
4957
4968
|
/** @internal */
|
|
@@ -4991,6 +5002,7 @@ export declare namespace GetProjectsTrustedIpsDeploymentType$ {
|
|
|
4991
5002
|
readonly Preview: "preview";
|
|
4992
5003
|
readonly All: "all";
|
|
4993
5004
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5005
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
4994
5006
|
}>;
|
|
4995
5007
|
/** @deprecated use `GetProjectsTrustedIpsDeploymentType$outboundSchema` instead. */
|
|
4996
5008
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -4998,6 +5010,7 @@ export declare namespace GetProjectsTrustedIpsDeploymentType$ {
|
|
|
4998
5010
|
readonly Preview: "preview";
|
|
4999
5011
|
readonly All: "all";
|
|
5000
5012
|
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
5013
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
5001
5014
|
}>;
|
|
5002
5015
|
}
|
|
5003
5016
|
/** @internal */
|
|
@@ -5934,7 +5947,6 @@ export type GetProjectsProjects$Outbound = {
|
|
|
5934
5947
|
rollingRelease?: GetProjectsRollingRelease$Outbound | null | undefined;
|
|
5935
5948
|
defaultResourceConfig: GetProjectsDefaultResourceConfig$Outbound;
|
|
5936
5949
|
rootDirectory?: string | null | undefined;
|
|
5937
|
-
serverlessFunctionRegion?: string | null | undefined;
|
|
5938
5950
|
serverlessFunctionZeroConfigFailover?: boolean | undefined;
|
|
5939
5951
|
skewProtectionBoundaryAt?: number | undefined;
|
|
5940
5952
|
skewProtectionMaxAge?: number | undefined;
|