@vercel/sdk 1.6.1 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -10
- package/bin/mcp-server.js +1579 -2527
- package/bin/mcp-server.js.map +29 -38
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/docs/sdks/projects/README.md +162 -0
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +41 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsPauseProject.d.ts +18 -0
- package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
- package/esm/funcs/{logDrainsGetConfigurableLogDrain.js → projectsPauseProject.js} +13 -13
- package/esm/funcs/projectsPauseProject.js.map +1 -0
- package/esm/funcs/projectsUnpauseProject.d.ts +18 -0
- package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
- package/esm/funcs/{logDrainsGetAllLogDrains.js → projectsUnpauseProject.js} +18 -14
- package/esm/funcs/projectsUnpauseProject.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/projectsPauseProject.d.ts +7 -0
- package/esm/mcp-server/tools/projectsPauseProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsPauseProject.js +27 -0
- package/esm/mcp-server/tools/projectsPauseProject.js.map +1 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.d.ts +7 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.js +27 -0
- package/esm/mcp-server/tools/projectsUnpauseProject.js.map +1 -0
- package/esm/models/authuser.d.ts +41 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +29 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -3
- package/esm/models/canceldeploymentop.js +1 -1
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +46 -16
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +17 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +46 -16
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +17 -5
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/pauseprojectop.d.ts +42 -0
- package/esm/models/pauseprojectop.d.ts.map +1 -0
- package/esm/models/pauseprojectop.js +35 -0
- package/esm/models/pauseprojectop.js.map +1 -0
- package/esm/models/unpauseprojectop.d.ts +42 -0
- package/esm/models/unpauseprojectop.d.ts.map +1 -0
- package/esm/models/unpauseprojectop.js +35 -0
- package/esm/models/unpauseprojectop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +46 -16
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +17 -5
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +46 -16
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +17 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +569 -512
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +703 -645
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/esm/sdk/projects.d.ts +16 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +20 -0
- package/esm/sdk/projects.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/projects.test.ts +47 -13
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/{integrationsGitNamespaces.ts → projectsPauseProject.ts} +30 -25
- package/src/funcs/{logDrainsGetAllLogDrains.ts → projectsUnpauseProject.ts} +27 -24
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -11
- package/src/mcp-server/tools/projectsPauseProject.ts +35 -0
- package/src/mcp-server/tools/projectsUnpauseProject.ts +35 -0
- package/src/models/authuser.ts +74 -0
- package/src/models/canceldeploymentop.ts +1 -1
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectop.ts +42 -6
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectsop.ts +42 -6
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/pauseprojectop.ts +83 -0
- package/src/models/unpauseprojectop.ts +83 -0
- package/src/models/updateprojectdatacacheop.ts +42 -6
- package/src/models/updateprojectop.ts +42 -6
- package/src/models/userevent.ts +1328 -1193
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/src/sdk/projects.ts +38 -0
- package/vercel-spec.json +616 -1392
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
|
@@ -12,7 +12,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
|
12
12
|
/**
|
|
13
13
|
* The delivery log format
|
|
14
14
|
*/
|
|
15
|
-
export const
|
|
15
|
+
export const DeliveryFormat = {
|
|
16
16
|
Json: "json",
|
|
17
17
|
Ndjson: "ndjson",
|
|
18
18
|
Syslog: "syslog",
|
|
@@ -20,11 +20,9 @@ export const CreateLogDrainDeliveryFormat = {
|
|
|
20
20
|
/**
|
|
21
21
|
* The delivery log format
|
|
22
22
|
*/
|
|
23
|
-
export type
|
|
24
|
-
typeof CreateLogDrainDeliveryFormat
|
|
25
|
-
>;
|
|
23
|
+
export type DeliveryFormat = ClosedEnum<typeof DeliveryFormat>;
|
|
26
24
|
|
|
27
|
-
export const
|
|
25
|
+
export const Sources = {
|
|
28
26
|
Static: "static",
|
|
29
27
|
Lambda: "lambda",
|
|
30
28
|
Build: "build",
|
|
@@ -32,15 +30,13 @@ export const CreateLogDrainSources = {
|
|
|
32
30
|
External: "external",
|
|
33
31
|
Firewall: "firewall",
|
|
34
32
|
} as const;
|
|
35
|
-
export type
|
|
33
|
+
export type Sources = ClosedEnum<typeof Sources>;
|
|
36
34
|
|
|
37
|
-
export const
|
|
35
|
+
export const Environments = {
|
|
38
36
|
Preview: "preview",
|
|
39
37
|
Production: "production",
|
|
40
38
|
} as const;
|
|
41
|
-
export type
|
|
42
|
-
typeof CreateLogDrainEnvironments
|
|
43
|
-
>;
|
|
39
|
+
export type Environments = ClosedEnum<typeof Environments>;
|
|
44
40
|
|
|
45
41
|
export type CreateLogDrainRequestBody = {
|
|
46
42
|
/**
|
|
@@ -55,17 +51,17 @@ export type CreateLogDrainRequestBody = {
|
|
|
55
51
|
/**
|
|
56
52
|
* The delivery log format
|
|
57
53
|
*/
|
|
58
|
-
deliveryFormat?:
|
|
54
|
+
deliveryFormat?: DeliveryFormat | undefined;
|
|
59
55
|
/**
|
|
60
56
|
* The url where you will receive logs. The protocol must be `https://` or `http://` when type is `json` and `ndjson`, and `syslog+tls:` or `syslog:` when the type is `syslog`.
|
|
61
57
|
*/
|
|
62
58
|
url: string;
|
|
63
|
-
sources?: Array<
|
|
59
|
+
sources?: Array<Sources> | undefined;
|
|
64
60
|
/**
|
|
65
61
|
* Headers to be sent together with the request
|
|
66
62
|
*/
|
|
67
63
|
headers?: { [k: string]: string } | undefined;
|
|
68
|
-
environments?: Array<
|
|
64
|
+
environments?: Array<Environments> | undefined;
|
|
69
65
|
};
|
|
70
66
|
|
|
71
67
|
export type CreateLogDrainRequest = {
|
|
@@ -83,7 +79,7 @@ export type CreateLogDrainRequest = {
|
|
|
83
79
|
/**
|
|
84
80
|
* The delivery log format
|
|
85
81
|
*/
|
|
86
|
-
export const
|
|
82
|
+
export const CreateLogDrainDeliveryFormat = {
|
|
87
83
|
Json: "json",
|
|
88
84
|
Ndjson: "ndjson",
|
|
89
85
|
Syslog: "syslog",
|
|
@@ -92,14 +88,14 @@ export const CreateLogDrainLogDrainsDeliveryFormat = {
|
|
|
92
88
|
/**
|
|
93
89
|
* The delivery log format
|
|
94
90
|
*/
|
|
95
|
-
export type
|
|
96
|
-
typeof
|
|
91
|
+
export type CreateLogDrainDeliveryFormat = ClosedEnum<
|
|
92
|
+
typeof CreateLogDrainDeliveryFormat
|
|
97
93
|
>;
|
|
98
94
|
|
|
99
95
|
/**
|
|
100
96
|
* The sources from which logs are currently being delivered to this log drain.
|
|
101
97
|
*/
|
|
102
|
-
export const
|
|
98
|
+
export const CreateLogDrainSources = {
|
|
103
99
|
Build: "build",
|
|
104
100
|
Edge: "edge",
|
|
105
101
|
Lambda: "lambda",
|
|
@@ -110,16 +106,14 @@ export const CreateLogDrainLogDrainsSources = {
|
|
|
110
106
|
/**
|
|
111
107
|
* The sources from which logs are currently being delivered to this log drain.
|
|
112
108
|
*/
|
|
113
|
-
export type
|
|
114
|
-
typeof CreateLogDrainLogDrainsSources
|
|
115
|
-
>;
|
|
109
|
+
export type CreateLogDrainSources = ClosedEnum<typeof CreateLogDrainSources>;
|
|
116
110
|
|
|
117
111
|
/**
|
|
118
112
|
* Whether the log drain was created by an integration or by a user
|
|
119
113
|
*/
|
|
120
114
|
export const CreateLogDrainCreatedFrom = {
|
|
121
|
-
SelfServed: "self-served",
|
|
122
115
|
Integration: "integration",
|
|
116
|
+
SelfServed: "self-served",
|
|
123
117
|
} as const;
|
|
124
118
|
/**
|
|
125
119
|
* Whether the log drain was created by an integration or by a user
|
|
@@ -131,15 +125,15 @@ export type CreateLogDrainCreatedFrom = ClosedEnum<
|
|
|
131
125
|
/**
|
|
132
126
|
* The environment of log drain
|
|
133
127
|
*/
|
|
134
|
-
export const
|
|
128
|
+
export const CreateLogDrainEnvironments = {
|
|
135
129
|
Production: "production",
|
|
136
130
|
Preview: "preview",
|
|
137
131
|
} as const;
|
|
138
132
|
/**
|
|
139
133
|
* The environment of log drain
|
|
140
134
|
*/
|
|
141
|
-
export type
|
|
142
|
-
typeof
|
|
135
|
+
export type CreateLogDrainEnvironments = ClosedEnum<
|
|
136
|
+
typeof CreateLogDrainEnvironments
|
|
143
137
|
>;
|
|
144
138
|
|
|
145
139
|
/**
|
|
@@ -165,7 +159,7 @@ export type CreateLogDrainResponseBody = {
|
|
|
165
159
|
/**
|
|
166
160
|
* The delivery log format
|
|
167
161
|
*/
|
|
168
|
-
deliveryFormat?:
|
|
162
|
+
deliveryFormat?: CreateLogDrainDeliveryFormat | undefined;
|
|
169
163
|
/**
|
|
170
164
|
* The name of the log drain
|
|
171
165
|
*/
|
|
@@ -186,7 +180,7 @@ export type CreateLogDrainResponseBody = {
|
|
|
186
180
|
/**
|
|
187
181
|
* The sources from which logs are currently being delivered to this log drain.
|
|
188
182
|
*/
|
|
189
|
-
sources?: Array<
|
|
183
|
+
sources?: Array<CreateLogDrainSources> | undefined;
|
|
190
184
|
/**
|
|
191
185
|
* Whether the log drain was created by an integration or by a user
|
|
192
186
|
*/
|
|
@@ -198,7 +192,7 @@ export type CreateLogDrainResponseBody = {
|
|
|
198
192
|
/**
|
|
199
193
|
* The environment of log drain
|
|
200
194
|
*/
|
|
201
|
-
environments: Array<
|
|
195
|
+
environments: Array<CreateLogDrainEnvironments>;
|
|
202
196
|
/**
|
|
203
197
|
* The branch regexp of log drain
|
|
204
198
|
*/
|
|
@@ -210,66 +204,62 @@ export type CreateLogDrainResponseBody = {
|
|
|
210
204
|
};
|
|
211
205
|
|
|
212
206
|
/** @internal */
|
|
213
|
-
export const
|
|
214
|
-
typeof
|
|
215
|
-
> = z.nativeEnum(
|
|
207
|
+
export const DeliveryFormat$inboundSchema: z.ZodNativeEnum<
|
|
208
|
+
typeof DeliveryFormat
|
|
209
|
+
> = z.nativeEnum(DeliveryFormat);
|
|
216
210
|
|
|
217
211
|
/** @internal */
|
|
218
|
-
export const
|
|
219
|
-
typeof
|
|
220
|
-
> =
|
|
212
|
+
export const DeliveryFormat$outboundSchema: z.ZodNativeEnum<
|
|
213
|
+
typeof DeliveryFormat
|
|
214
|
+
> = DeliveryFormat$inboundSchema;
|
|
221
215
|
|
|
222
216
|
/**
|
|
223
217
|
* @internal
|
|
224
218
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
225
219
|
*/
|
|
226
|
-
export namespace
|
|
227
|
-
/** @deprecated use `
|
|
228
|
-
export const inboundSchema =
|
|
229
|
-
/** @deprecated use `
|
|
230
|
-
export const outboundSchema =
|
|
220
|
+
export namespace DeliveryFormat$ {
|
|
221
|
+
/** @deprecated use `DeliveryFormat$inboundSchema` instead. */
|
|
222
|
+
export const inboundSchema = DeliveryFormat$inboundSchema;
|
|
223
|
+
/** @deprecated use `DeliveryFormat$outboundSchema` instead. */
|
|
224
|
+
export const outboundSchema = DeliveryFormat$outboundSchema;
|
|
231
225
|
}
|
|
232
226
|
|
|
233
227
|
/** @internal */
|
|
234
|
-
export const
|
|
235
|
-
|
|
236
|
-
> = z.nativeEnum(CreateLogDrainSources);
|
|
228
|
+
export const Sources$inboundSchema: z.ZodNativeEnum<typeof Sources> = z
|
|
229
|
+
.nativeEnum(Sources);
|
|
237
230
|
|
|
238
231
|
/** @internal */
|
|
239
|
-
export const
|
|
240
|
-
|
|
241
|
-
> = CreateLogDrainSources$inboundSchema;
|
|
232
|
+
export const Sources$outboundSchema: z.ZodNativeEnum<typeof Sources> =
|
|
233
|
+
Sources$inboundSchema;
|
|
242
234
|
|
|
243
235
|
/**
|
|
244
236
|
* @internal
|
|
245
237
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
238
|
*/
|
|
247
|
-
export namespace
|
|
248
|
-
/** @deprecated use `
|
|
249
|
-
export const inboundSchema =
|
|
250
|
-
/** @deprecated use `
|
|
251
|
-
export const outboundSchema =
|
|
239
|
+
export namespace Sources$ {
|
|
240
|
+
/** @deprecated use `Sources$inboundSchema` instead. */
|
|
241
|
+
export const inboundSchema = Sources$inboundSchema;
|
|
242
|
+
/** @deprecated use `Sources$outboundSchema` instead. */
|
|
243
|
+
export const outboundSchema = Sources$outboundSchema;
|
|
252
244
|
}
|
|
253
245
|
|
|
254
246
|
/** @internal */
|
|
255
|
-
export const
|
|
256
|
-
|
|
257
|
-
> = z.nativeEnum(CreateLogDrainEnvironments);
|
|
247
|
+
export const Environments$inboundSchema: z.ZodNativeEnum<typeof Environments> =
|
|
248
|
+
z.nativeEnum(Environments);
|
|
258
249
|
|
|
259
250
|
/** @internal */
|
|
260
|
-
export const
|
|
261
|
-
|
|
262
|
-
> = CreateLogDrainEnvironments$inboundSchema;
|
|
251
|
+
export const Environments$outboundSchema: z.ZodNativeEnum<typeof Environments> =
|
|
252
|
+
Environments$inboundSchema;
|
|
263
253
|
|
|
264
254
|
/**
|
|
265
255
|
* @internal
|
|
266
256
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
267
257
|
*/
|
|
268
|
-
export namespace
|
|
269
|
-
/** @deprecated use `
|
|
270
|
-
export const inboundSchema =
|
|
271
|
-
/** @deprecated use `
|
|
272
|
-
export const outboundSchema =
|
|
258
|
+
export namespace Environments$ {
|
|
259
|
+
/** @deprecated use `Environments$inboundSchema` instead. */
|
|
260
|
+
export const inboundSchema = Environments$inboundSchema;
|
|
261
|
+
/** @deprecated use `Environments$outboundSchema` instead. */
|
|
262
|
+
export const outboundSchema = Environments$outboundSchema;
|
|
273
263
|
}
|
|
274
264
|
|
|
275
265
|
/** @internal */
|
|
@@ -281,11 +271,11 @@ export const CreateLogDrainRequestBody$inboundSchema: z.ZodType<
|
|
|
281
271
|
name: z.string(),
|
|
282
272
|
projectIds: z.array(z.string()).optional(),
|
|
283
273
|
secret: z.string().optional(),
|
|
284
|
-
deliveryFormat:
|
|
274
|
+
deliveryFormat: DeliveryFormat$inboundSchema.optional(),
|
|
285
275
|
url: z.string(),
|
|
286
|
-
sources: z.array(
|
|
276
|
+
sources: z.array(Sources$inboundSchema).optional(),
|
|
287
277
|
headers: z.record(z.string()).optional(),
|
|
288
|
-
environments: z.array(
|
|
278
|
+
environments: z.array(Environments$inboundSchema).optional(),
|
|
289
279
|
});
|
|
290
280
|
|
|
291
281
|
/** @internal */
|
|
@@ -309,11 +299,11 @@ export const CreateLogDrainRequestBody$outboundSchema: z.ZodType<
|
|
|
309
299
|
name: z.string(),
|
|
310
300
|
projectIds: z.array(z.string()).optional(),
|
|
311
301
|
secret: z.string().optional(),
|
|
312
|
-
deliveryFormat:
|
|
302
|
+
deliveryFormat: DeliveryFormat$outboundSchema.optional(),
|
|
313
303
|
url: z.string(),
|
|
314
|
-
sources: z.array(
|
|
304
|
+
sources: z.array(Sources$outboundSchema).optional(),
|
|
315
305
|
headers: z.record(z.string()).optional(),
|
|
316
|
-
environments: z.array(
|
|
306
|
+
environments: z.array(Environments$outboundSchema).optional(),
|
|
317
307
|
});
|
|
318
308
|
|
|
319
309
|
/**
|
|
@@ -416,48 +406,45 @@ export function createLogDrainRequestFromJSON(
|
|
|
416
406
|
}
|
|
417
407
|
|
|
418
408
|
/** @internal */
|
|
419
|
-
export const
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
);
|
|
409
|
+
export const CreateLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<
|
|
410
|
+
typeof CreateLogDrainDeliveryFormat
|
|
411
|
+
> = z.nativeEnum(CreateLogDrainDeliveryFormat);
|
|
423
412
|
|
|
424
413
|
/** @internal */
|
|
425
|
-
export const
|
|
426
|
-
|
|
427
|
-
|
|
414
|
+
export const CreateLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<
|
|
415
|
+
typeof CreateLogDrainDeliveryFormat
|
|
416
|
+
> = CreateLogDrainDeliveryFormat$inboundSchema;
|
|
428
417
|
|
|
429
418
|
/**
|
|
430
419
|
* @internal
|
|
431
420
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
432
421
|
*/
|
|
433
|
-
export namespace
|
|
434
|
-
/** @deprecated use `
|
|
435
|
-
export const inboundSchema =
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
export const outboundSchema =
|
|
439
|
-
CreateLogDrainLogDrainsDeliveryFormat$outboundSchema;
|
|
422
|
+
export namespace CreateLogDrainDeliveryFormat$ {
|
|
423
|
+
/** @deprecated use `CreateLogDrainDeliveryFormat$inboundSchema` instead. */
|
|
424
|
+
export const inboundSchema = CreateLogDrainDeliveryFormat$inboundSchema;
|
|
425
|
+
/** @deprecated use `CreateLogDrainDeliveryFormat$outboundSchema` instead. */
|
|
426
|
+
export const outboundSchema = CreateLogDrainDeliveryFormat$outboundSchema;
|
|
440
427
|
}
|
|
441
428
|
|
|
442
429
|
/** @internal */
|
|
443
|
-
export const
|
|
444
|
-
typeof
|
|
445
|
-
> = z.nativeEnum(
|
|
430
|
+
export const CreateLogDrainSources$inboundSchema: z.ZodNativeEnum<
|
|
431
|
+
typeof CreateLogDrainSources
|
|
432
|
+
> = z.nativeEnum(CreateLogDrainSources);
|
|
446
433
|
|
|
447
434
|
/** @internal */
|
|
448
|
-
export const
|
|
449
|
-
typeof
|
|
450
|
-
> =
|
|
435
|
+
export const CreateLogDrainSources$outboundSchema: z.ZodNativeEnum<
|
|
436
|
+
typeof CreateLogDrainSources
|
|
437
|
+
> = CreateLogDrainSources$inboundSchema;
|
|
451
438
|
|
|
452
439
|
/**
|
|
453
440
|
* @internal
|
|
454
441
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
455
442
|
*/
|
|
456
|
-
export namespace
|
|
457
|
-
/** @deprecated use `
|
|
458
|
-
export const inboundSchema =
|
|
459
|
-
/** @deprecated use `
|
|
460
|
-
export const outboundSchema =
|
|
443
|
+
export namespace CreateLogDrainSources$ {
|
|
444
|
+
/** @deprecated use `CreateLogDrainSources$inboundSchema` instead. */
|
|
445
|
+
export const inboundSchema = CreateLogDrainSources$inboundSchema;
|
|
446
|
+
/** @deprecated use `CreateLogDrainSources$outboundSchema` instead. */
|
|
447
|
+
export const outboundSchema = CreateLogDrainSources$outboundSchema;
|
|
461
448
|
}
|
|
462
449
|
|
|
463
450
|
/** @internal */
|
|
@@ -482,26 +469,24 @@ export namespace CreateLogDrainCreatedFrom$ {
|
|
|
482
469
|
}
|
|
483
470
|
|
|
484
471
|
/** @internal */
|
|
485
|
-
export const
|
|
486
|
-
typeof
|
|
487
|
-
> = z.nativeEnum(
|
|
472
|
+
export const CreateLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<
|
|
473
|
+
typeof CreateLogDrainEnvironments
|
|
474
|
+
> = z.nativeEnum(CreateLogDrainEnvironments);
|
|
488
475
|
|
|
489
476
|
/** @internal */
|
|
490
|
-
export const
|
|
491
|
-
|
|
492
|
-
|
|
477
|
+
export const CreateLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<
|
|
478
|
+
typeof CreateLogDrainEnvironments
|
|
479
|
+
> = CreateLogDrainEnvironments$inboundSchema;
|
|
493
480
|
|
|
494
481
|
/**
|
|
495
482
|
* @internal
|
|
496
483
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
497
484
|
*/
|
|
498
|
-
export namespace
|
|
499
|
-
/** @deprecated use `
|
|
500
|
-
export const inboundSchema =
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export const outboundSchema =
|
|
504
|
-
CreateLogDrainLogDrainsEnvironments$outboundSchema;
|
|
485
|
+
export namespace CreateLogDrainEnvironments$ {
|
|
486
|
+
/** @deprecated use `CreateLogDrainEnvironments$inboundSchema` instead. */
|
|
487
|
+
export const inboundSchema = CreateLogDrainEnvironments$inboundSchema;
|
|
488
|
+
/** @deprecated use `CreateLogDrainEnvironments$outboundSchema` instead. */
|
|
489
|
+
export const outboundSchema = CreateLogDrainEnvironments$outboundSchema;
|
|
505
490
|
}
|
|
506
491
|
|
|
507
492
|
/** @internal */
|
|
@@ -514,17 +499,16 @@ export const CreateLogDrainResponseBody$inboundSchema: z.ZodType<
|
|
|
514
499
|
configurationId: z.string().optional(),
|
|
515
500
|
createdAt: z.number(),
|
|
516
501
|
id: z.string(),
|
|
517
|
-
deliveryFormat:
|
|
518
|
-
.optional(),
|
|
502
|
+
deliveryFormat: CreateLogDrainDeliveryFormat$inboundSchema.optional(),
|
|
519
503
|
name: z.string(),
|
|
520
504
|
ownerId: z.string(),
|
|
521
505
|
projectId: z.nullable(z.string()).optional(),
|
|
522
506
|
projectIds: z.array(z.string()).optional(),
|
|
523
507
|
url: z.string(),
|
|
524
|
-
sources: z.array(
|
|
508
|
+
sources: z.array(CreateLogDrainSources$inboundSchema).optional(),
|
|
525
509
|
createdFrom: CreateLogDrainCreatedFrom$inboundSchema.optional(),
|
|
526
510
|
headers: z.record(z.string()).optional(),
|
|
527
|
-
environments: z.array(
|
|
511
|
+
environments: z.array(CreateLogDrainEnvironments$inboundSchema),
|
|
528
512
|
branch: z.string().optional(),
|
|
529
513
|
samplingRate: z.number().optional(),
|
|
530
514
|
});
|
|
@@ -559,17 +543,16 @@ export const CreateLogDrainResponseBody$outboundSchema: z.ZodType<
|
|
|
559
543
|
configurationId: z.string().optional(),
|
|
560
544
|
createdAt: z.number(),
|
|
561
545
|
id: z.string(),
|
|
562
|
-
deliveryFormat:
|
|
563
|
-
.optional(),
|
|
546
|
+
deliveryFormat: CreateLogDrainDeliveryFormat$outboundSchema.optional(),
|
|
564
547
|
name: z.string(),
|
|
565
548
|
ownerId: z.string(),
|
|
566
549
|
projectId: z.nullable(z.string()).optional(),
|
|
567
550
|
projectIds: z.array(z.string()).optional(),
|
|
568
551
|
url: z.string(),
|
|
569
|
-
sources: z.array(
|
|
552
|
+
sources: z.array(CreateLogDrainSources$outboundSchema).optional(),
|
|
570
553
|
createdFrom: CreateLogDrainCreatedFrom$outboundSchema.optional(),
|
|
571
554
|
headers: z.record(z.string()).optional(),
|
|
572
|
-
environments: z.array(
|
|
555
|
+
environments: z.array(CreateLogDrainEnvironments$outboundSchema),
|
|
573
556
|
branch: z.string().optional(),
|
|
574
557
|
samplingRate: z.number().optional(),
|
|
575
558
|
});
|
|
@@ -720,20 +720,32 @@ export type CreateProjectAliasError = {
|
|
|
720
720
|
message: string;
|
|
721
721
|
};
|
|
722
722
|
|
|
723
|
+
/**
|
|
724
|
+
* The type of matching to perform
|
|
725
|
+
*/
|
|
723
726
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType =
|
|
724
727
|
{
|
|
725
728
|
EndsWith: "endsWith",
|
|
726
729
|
StartsWith: "startsWith",
|
|
727
730
|
Equals: "equals",
|
|
728
731
|
} as const;
|
|
732
|
+
/**
|
|
733
|
+
* The type of matching to perform
|
|
734
|
+
*/
|
|
729
735
|
export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType =
|
|
730
736
|
ClosedEnum<
|
|
731
737
|
typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType
|
|
732
738
|
>;
|
|
733
739
|
|
|
734
740
|
export type CreateProjectBranchMatcher = {
|
|
741
|
+
/**
|
|
742
|
+
* The type of matching to perform
|
|
743
|
+
*/
|
|
735
744
|
type:
|
|
736
745
|
CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
|
|
746
|
+
/**
|
|
747
|
+
* The pattern to match against branch names
|
|
748
|
+
*/
|
|
737
749
|
pattern: string;
|
|
738
750
|
};
|
|
739
751
|
|
|
@@ -982,7 +994,7 @@ export type CreateProjectMicrofrontends1 = {
|
|
|
982
994
|
*/
|
|
983
995
|
isDefaultApp?: boolean | undefined;
|
|
984
996
|
/**
|
|
985
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
997
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
986
998
|
*/
|
|
987
999
|
defaultRoute?: string | undefined;
|
|
988
1000
|
/**
|
|
@@ -1085,8 +1097,8 @@ export type CreateProjectDefaultResourceConfig = {
|
|
|
1085
1097
|
};
|
|
1086
1098
|
|
|
1087
1099
|
export const CreateProjectDeploymentType = {
|
|
1088
|
-
Preview: "preview",
|
|
1089
1100
|
All: "all",
|
|
1101
|
+
Preview: "preview",
|
|
1090
1102
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1091
1103
|
} as const;
|
|
1092
1104
|
export type CreateProjectDeploymentType = ClosedEnum<
|
|
@@ -1104,19 +1116,31 @@ export type CreateProjectProjectsAliasError = {
|
|
|
1104
1116
|
message: string;
|
|
1105
1117
|
};
|
|
1106
1118
|
|
|
1119
|
+
/**
|
|
1120
|
+
* The type of matching to perform
|
|
1121
|
+
*/
|
|
1107
1122
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
|
|
1108
1123
|
{
|
|
1109
1124
|
EndsWith: "endsWith",
|
|
1110
1125
|
StartsWith: "startsWith",
|
|
1111
1126
|
Equals: "equals",
|
|
1112
1127
|
} as const;
|
|
1128
|
+
/**
|
|
1129
|
+
* The type of matching to perform
|
|
1130
|
+
*/
|
|
1113
1131
|
export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
|
|
1114
1132
|
ClosedEnum<
|
|
1115
1133
|
typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType
|
|
1116
1134
|
>;
|
|
1117
1135
|
|
|
1118
1136
|
export type CreateProjectProjectsBranchMatcher = {
|
|
1137
|
+
/**
|
|
1138
|
+
* The type of matching to perform
|
|
1139
|
+
*/
|
|
1119
1140
|
type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType;
|
|
1141
|
+
/**
|
|
1142
|
+
* The pattern to match against branch names
|
|
1143
|
+
*/
|
|
1120
1144
|
pattern: string;
|
|
1121
1145
|
};
|
|
1122
1146
|
|
|
@@ -1360,6 +1384,7 @@ export type CreateProjectPermissions = {
|
|
|
1360
1384
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1361
1385
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1362
1386
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1387
|
+
teamMemberMfaStatus?: Array<ACLAction> | undefined;
|
|
1363
1388
|
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1364
1389
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1365
1390
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
@@ -1377,6 +1402,8 @@ export type CreateProjectPermissions = {
|
|
|
1377
1402
|
endpointVerification?: Array<ACLAction> | undefined;
|
|
1378
1403
|
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1379
1404
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1405
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1406
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1380
1407
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1381
1408
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1382
1409
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
@@ -1477,10 +1504,10 @@ export type CreateProjectProtectionBypass = {
|
|
|
1477
1504
|
};
|
|
1478
1505
|
|
|
1479
1506
|
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
1480
|
-
Production: "production",
|
|
1481
|
-
Preview: "preview",
|
|
1482
1507
|
All: "all",
|
|
1508
|
+
Preview: "preview",
|
|
1483
1509
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1510
|
+
Production: "production",
|
|
1484
1511
|
} as const;
|
|
1485
1512
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1486
1513
|
typeof CreateProjectTrustedIpsProjectsDeploymentType
|
|
@@ -1491,10 +1518,10 @@ export type CreateProjectTrustedIps2 = {
|
|
|
1491
1518
|
};
|
|
1492
1519
|
|
|
1493
1520
|
export const CreateProjectTrustedIpsDeploymentType = {
|
|
1494
|
-
Production: "production",
|
|
1495
|
-
Preview: "preview",
|
|
1496
1521
|
All: "all",
|
|
1522
|
+
Preview: "preview",
|
|
1497
1523
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1524
|
+
Production: "production",
|
|
1498
1525
|
} as const;
|
|
1499
1526
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
|
|
1500
1527
|
typeof CreateProjectTrustedIpsDeploymentType
|
|
@@ -7595,6 +7622,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
7595
7622
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
7596
7623
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
7597
7624
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
7625
|
+
teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
|
|
7598
7626
|
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
7599
7627
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
7600
7628
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7612,6 +7640,8 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
7612
7640
|
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
7613
7641
|
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
7614
7642
|
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
7643
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
7644
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
7615
7645
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
7616
7646
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
7617
7647
|
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7797,6 +7827,7 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
7797
7827
|
teamInvite?: Array<string> | undefined;
|
|
7798
7828
|
teamInviteCode?: Array<string> | undefined;
|
|
7799
7829
|
teamJoin?: Array<string> | undefined;
|
|
7830
|
+
teamMemberMfaStatus?: Array<string> | undefined;
|
|
7800
7831
|
teamMicrofrontends?: Array<string> | undefined;
|
|
7801
7832
|
teamOwnMembership?: Array<string> | undefined;
|
|
7802
7833
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
@@ -7814,6 +7845,8 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
7814
7845
|
endpointVerification?: Array<string> | undefined;
|
|
7815
7846
|
projectTransferIn?: Array<string> | undefined;
|
|
7816
7847
|
oauth2Application?: Array<string> | undefined;
|
|
7848
|
+
vercelRun?: Array<string> | undefined;
|
|
7849
|
+
vercelRunExec?: Array<string> | undefined;
|
|
7817
7850
|
aliasProject?: Array<string> | undefined;
|
|
7818
7851
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
7819
7852
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
@@ -8000,6 +8033,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
8000
8033
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
8001
8034
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
8002
8035
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
8036
|
+
teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
|
|
8003
8037
|
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
8004
8038
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
8005
8039
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -8017,6 +8051,8 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
8017
8051
|
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
8018
8052
|
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
8019
8053
|
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
8054
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
8055
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
8020
8056
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
8021
8057
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
8022
8058
|
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|