@vercel/sdk 1.10.4 → 1.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/bin/mcp-server.js +5676 -1708
- package/bin/mcp-server.js.map +46 -43
- package/docs/sdks/integrations/README.md +81 -0
- package/docs/sdks/projects/README.md +8 -0
- package/docs/sdks/teams/README.md +0 -2
- package/esm/__tests__/accessgroups.test.js +4 -0
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +2 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -0
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +18 -0
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +25 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts +20 -0
- package/esm/funcs/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js +94 -0
- package/esm/funcs/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/funcs/projectsCreateProject.d.ts +3 -1
- package/esm/funcs/projectsCreateProject.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProject.js +16 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsCreateProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsCreateProjectEnv.js +15 -2
- package/esm/funcs/projectsCreateProjectEnv.js.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts +3 -1
- package/esm/funcs/projectsEditProjectEnv.d.ts.map +1 -1
- package/esm/funcs/projectsEditProjectEnv.js +4 -2
- package/esm/funcs/projectsEditProjectEnv.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/security.d.ts.map +1 -1
- package/esm/lib/security.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 +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js +28 -0
- package/esm/mcp-server/tools/integrationsGetConfigurationProducts.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +45 -39
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -17
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createaccessgroupop.d.ts +24 -0
- package/esm/models/createaccessgroupop.d.ts.map +1 -1
- package/esm/models/createaccessgroupop.js +20 -0
- package/esm/models/createaccessgroupop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +49 -37
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -15
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +17 -12
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +14 -12
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +18 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +14 -14
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +243 -218
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +228 -216
- package/esm/models/createprojectop.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/filterprojectenvsop.d.ts +29 -29
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +23 -27
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +2 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +2 -0
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +6435 -0
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -0
- package/esm/models/getconfigurationproductsop.js +7314 -0
- package/esm/models/getconfigurationproductsop.js.map +1 -0
- package/esm/models/getconfigurationsop.d.ts +15 -15
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +15 -15
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +66 -60
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +54 -52
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +49 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +29 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainconfigop.d.ts +24 -12
- package/esm/models/getdomainconfigop.d.ts.map +1 -1
- package/esm/models/getdomainconfigop.js +24 -16
- package/esm/models/getdomainconfigop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +17 -12
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +14 -12
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +6 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +8 -8
- package/esm/models/getprojectmembersop.d.ts.map +1 -1
- package/esm/models/getprojectmembersop.js +12 -12
- package/esm/models/getprojectmembersop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +114 -66
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +103 -72
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +4 -4
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +4 -4
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +32 -223
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +42 -182
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +2 -0
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +2 -0
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +2 -0
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +2 -0
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/patchurlprotectionbypassop.d.ts +5 -0
- package/esm/models/patchurlprotectionbypassop.d.ts.map +1 -1
- package/esm/models/patchurlprotectionbypassop.js +2 -0
- package/esm/models/patchurlprotectionbypassop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +9 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +3 -0
- package/esm/models/putfirewallconfigop.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/team.d.ts +23 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +23 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateaccessgroupop.d.ts +2 -2
- package/esm/models/updateaccessgroupop.d.ts.map +1 -1
- package/esm/models/updateaccessgroupop.js +2 -3
- package/esm/models/updateaccessgroupop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +17 -12
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +14 -12
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +78 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +50 -4
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +74 -62
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +74 -70
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +86 -66
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +82 -72
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +56 -56
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +56 -62
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +4 -0
- package/src/__tests__/deployments.test.ts +2 -2
- package/src/__tests__/domains.test.ts +11 -0
- package/src/__tests__/edgeconfig.test.ts +18 -0
- package/src/__tests__/integrations.test.ts +28 -0
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/integrationsGetConfigurationProducts.ts +207 -0
- package/src/funcs/projectsCreateProject.ts +30 -2
- package/src/funcs/projectsCreateProjectEnv.ts +29 -2
- package/src/funcs/projectsEditProjectEnv.ts +18 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +4 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/integrationsGetConfigurationProducts.ts +39 -0
- package/src/models/canceldeploymentop.ts +25 -23
- package/src/models/createaccessgroupop.ts +32 -0
- package/src/models/createdeploymentop.ts +23 -19
- package/src/models/createedgeconfigop.ts +31 -24
- package/src/models/createprojectenvop.ts +26 -26
- package/src/models/createprojectop.ts +447 -422
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +45 -49
- package/src/models/getaliasop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +16739 -0
- package/src/models/getconfigurationsop.ts +28 -24
- package/src/models/getdeploymentop.ts +91 -89
- package/src/models/getdeploymentsop.ts +57 -0
- package/src/models/getdomainconfigop.ts +48 -28
- package/src/models/getedgeconfigop.ts +31 -24
- package/src/models/getfirewallconfigop.ts +2 -0
- package/src/models/getprojectmembersop.ts +16 -19
- package/src/models/getprojectsop.ts +199 -144
- package/src/models/getteammembersop.ts +8 -8
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/inviteusertoteamop.ts +69 -330
- package/src/models/listaliasesop.ts +4 -0
- package/src/models/listdeploymentaliasesop.ts +4 -0
- package/src/models/patchurlprotectionbypassop.ts +7 -0
- package/src/models/putfirewallconfigop.ts +3 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +54 -0
- package/src/models/updateaccessgroupop.ts +4 -5
- package/src/models/updateedgeconfigop.ts +31 -24
- package/src/models/updatefirewallconfigop.ts +73 -8
- package/src/models/updateprojectdatacacheop.ts +145 -135
- package/src/models/updateprojectop.ts +162 -144
- package/src/models/userevent.ts +112 -124
- package/src/sdk/integrations.ts +22 -0
- package/vercel-spec.json +3786 -967
|
@@ -123,6 +123,8 @@ export const CreateProjectFramework = {
|
|
|
123
123
|
Storybook: "storybook",
|
|
124
124
|
Nitro: "nitro",
|
|
125
125
|
Hono: "hono",
|
|
126
|
+
Express: "express",
|
|
127
|
+
Xmcp: "xmcp",
|
|
126
128
|
} as const;
|
|
127
129
|
/**
|
|
128
130
|
* The framework that is being used for this project. When `null` is used no framework is selected
|
|
@@ -236,6 +238,7 @@ export type CreateProjectResourceConfig = {
|
|
|
236
238
|
functionZeroConfigFailover?: boolean | undefined;
|
|
237
239
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
238
240
|
buildMachineType?: BuildMachineType | undefined;
|
|
241
|
+
isNSNBDisabled?: boolean | undefined;
|
|
239
242
|
};
|
|
240
243
|
|
|
241
244
|
export type CreateProjectRequestBody = {
|
|
@@ -247,6 +250,10 @@ export type CreateProjectRequestBody = {
|
|
|
247
250
|
* Opt-in to production toolbar on the project level
|
|
248
251
|
*/
|
|
249
252
|
enableProductionFeedback?: boolean | null | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Specifies whether preview deployments are disabled for this project.
|
|
255
|
+
*/
|
|
256
|
+
previewDeploymentsDisabled?: boolean | null | undefined;
|
|
250
257
|
/**
|
|
251
258
|
* The build command for this project. When `null` is used this value will be automatically detected
|
|
252
259
|
*/
|
|
@@ -441,10 +448,10 @@ export type CreateProjectProjectsTarget =
|
|
|
441
448
|
|
|
442
449
|
export const CreateProjectProjectsResponseType = {
|
|
443
450
|
System: "system",
|
|
451
|
+
Secret: "secret",
|
|
444
452
|
Encrypted: "encrypted",
|
|
445
453
|
Plain: "plain",
|
|
446
454
|
Sensitive: "sensitive",
|
|
447
|
-
Secret: "secret",
|
|
448
455
|
} as const;
|
|
449
456
|
export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
450
457
|
typeof CreateProjectProjectsResponseType
|
|
@@ -918,6 +925,8 @@ export const CreateProjectProjectsFramework = {
|
|
|
918
925
|
Storybook: "storybook",
|
|
919
926
|
Nitro: "nitro",
|
|
920
927
|
Hono: "hono",
|
|
928
|
+
Express: "express",
|
|
929
|
+
Xmcp: "xmcp",
|
|
921
930
|
} as const;
|
|
922
931
|
export type CreateProjectProjectsFramework = ClosedEnum<
|
|
923
932
|
typeof CreateProjectProjectsFramework
|
|
@@ -1101,23 +1110,23 @@ export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
|
1101
1110
|
};
|
|
1102
1111
|
|
|
1103
1112
|
export type CreateProjectLink5 = {
|
|
1104
|
-
org
|
|
1113
|
+
org: string;
|
|
1105
1114
|
/**
|
|
1106
1115
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
1107
1116
|
*/
|
|
1108
1117
|
repoOwnerId?: number | undefined;
|
|
1109
1118
|
repo?: string | undefined;
|
|
1110
1119
|
repoId?: number | undefined;
|
|
1111
|
-
type
|
|
1112
|
-
host
|
|
1120
|
+
type: CreateProjectLinkProjectsResponse200ApplicationJSONType;
|
|
1121
|
+
host: string;
|
|
1113
1122
|
createdAt?: number | undefined;
|
|
1114
1123
|
deployHooks: Array<
|
|
1115
1124
|
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks
|
|
1116
1125
|
>;
|
|
1117
|
-
gitCredentialId
|
|
1126
|
+
gitCredentialId: string;
|
|
1118
1127
|
updatedAt?: number | undefined;
|
|
1119
1128
|
sourceless?: boolean | undefined;
|
|
1120
|
-
productionBranch
|
|
1129
|
+
productionBranch: string;
|
|
1121
1130
|
};
|
|
1122
1131
|
|
|
1123
1132
|
export const CreateProjectLinkProjectsResponse200Type = {
|
|
@@ -1136,18 +1145,18 @@ export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
|
1136
1145
|
};
|
|
1137
1146
|
|
|
1138
1147
|
export type CreateProjectLink4 = {
|
|
1139
|
-
name
|
|
1140
|
-
slug
|
|
1141
|
-
owner
|
|
1142
|
-
type
|
|
1143
|
-
uuid
|
|
1144
|
-
workspaceUuid
|
|
1148
|
+
name: string;
|
|
1149
|
+
slug: string;
|
|
1150
|
+
owner: string;
|
|
1151
|
+
type: CreateProjectLinkProjectsResponse200Type;
|
|
1152
|
+
uuid: string;
|
|
1153
|
+
workspaceUuid: string;
|
|
1145
1154
|
createdAt?: number | undefined;
|
|
1146
1155
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
1147
|
-
gitCredentialId
|
|
1156
|
+
gitCredentialId: string;
|
|
1148
1157
|
updatedAt?: number | undefined;
|
|
1149
1158
|
sourceless?: boolean | undefined;
|
|
1150
|
-
productionBranch
|
|
1159
|
+
productionBranch: string;
|
|
1151
1160
|
};
|
|
1152
1161
|
|
|
1153
1162
|
export const CreateProjectLinkProjectsResponseType = {
|
|
@@ -1166,22 +1175,22 @@ export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
|
1166
1175
|
};
|
|
1167
1176
|
|
|
1168
1177
|
export type CreateProjectLink3 = {
|
|
1169
|
-
projectId
|
|
1170
|
-
projectName
|
|
1171
|
-
projectNameWithNamespace
|
|
1172
|
-
projectNamespace
|
|
1178
|
+
projectId: string;
|
|
1179
|
+
projectName: string;
|
|
1180
|
+
projectNameWithNamespace: string;
|
|
1181
|
+
projectNamespace: string;
|
|
1173
1182
|
/**
|
|
1174
1183
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes. This is the id of the top level group that a namespace belongs to. Gitlab supports group nesting (up to 20 levels).
|
|
1175
1184
|
*/
|
|
1176
1185
|
projectOwnerId?: number | undefined;
|
|
1177
|
-
projectUrl
|
|
1178
|
-
type
|
|
1186
|
+
projectUrl: string;
|
|
1187
|
+
type: CreateProjectLinkProjectsResponseType;
|
|
1179
1188
|
createdAt?: number | undefined;
|
|
1180
1189
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
|
|
1181
|
-
gitCredentialId
|
|
1190
|
+
gitCredentialId: string;
|
|
1182
1191
|
updatedAt?: number | undefined;
|
|
1183
1192
|
sourceless?: boolean | undefined;
|
|
1184
|
-
productionBranch
|
|
1193
|
+
productionBranch: string;
|
|
1185
1194
|
};
|
|
1186
1195
|
|
|
1187
1196
|
export const CreateProjectLinkProjectsType = {
|
|
@@ -1200,20 +1209,20 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
1200
1209
|
};
|
|
1201
1210
|
|
|
1202
1211
|
export type CreateProjectLink2 = {
|
|
1203
|
-
type
|
|
1204
|
-
repo?: string | undefined;
|
|
1205
|
-
repoId?: number | undefined;
|
|
1212
|
+
type: CreateProjectLinkProjectsType;
|
|
1206
1213
|
updatedAt?: number | undefined;
|
|
1207
1214
|
createdAt?: number | undefined;
|
|
1208
|
-
|
|
1215
|
+
repo?: string | undefined;
|
|
1216
|
+
sourceless?: boolean | undefined;
|
|
1217
|
+
org: string;
|
|
1209
1218
|
/**
|
|
1210
1219
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
1211
1220
|
*/
|
|
1212
1221
|
repoOwnerId?: number | undefined;
|
|
1222
|
+
repoId?: number | undefined;
|
|
1213
1223
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks>;
|
|
1214
|
-
gitCredentialId
|
|
1215
|
-
|
|
1216
|
-
productionBranch?: string | undefined;
|
|
1224
|
+
gitCredentialId: string;
|
|
1225
|
+
productionBranch: string;
|
|
1217
1226
|
};
|
|
1218
1227
|
|
|
1219
1228
|
export const CreateProjectLinkType = {
|
|
@@ -1230,28 +1239,28 @@ export type CreateProjectLinkDeployHooks = {
|
|
|
1230
1239
|
};
|
|
1231
1240
|
|
|
1232
1241
|
export type CreateProjectLink1 = {
|
|
1233
|
-
org
|
|
1242
|
+
org: string;
|
|
1234
1243
|
/**
|
|
1235
1244
|
* A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes.
|
|
1236
1245
|
*/
|
|
1237
1246
|
repoOwnerId?: number | undefined;
|
|
1238
1247
|
repo?: string | undefined;
|
|
1239
1248
|
repoId?: number | undefined;
|
|
1240
|
-
type
|
|
1249
|
+
type: CreateProjectLinkType;
|
|
1241
1250
|
createdAt?: number | undefined;
|
|
1242
1251
|
deployHooks: Array<CreateProjectLinkDeployHooks>;
|
|
1243
|
-
gitCredentialId
|
|
1252
|
+
gitCredentialId: string;
|
|
1244
1253
|
updatedAt?: number | undefined;
|
|
1245
1254
|
sourceless?: boolean | undefined;
|
|
1246
|
-
productionBranch
|
|
1255
|
+
productionBranch: string;
|
|
1247
1256
|
};
|
|
1248
1257
|
|
|
1249
1258
|
export type CreateProjectLink =
|
|
1250
|
-
| CreateProjectLink1
|
|
1251
|
-
| CreateProjectLink2
|
|
1252
1259
|
| CreateProjectLink3
|
|
1253
1260
|
| CreateProjectLink4
|
|
1254
|
-
| CreateProjectLink5
|
|
1261
|
+
| CreateProjectLink5
|
|
1262
|
+
| CreateProjectLink1
|
|
1263
|
+
| CreateProjectLink2;
|
|
1255
1264
|
|
|
1256
1265
|
export type CreateProjectMicrofrontends2 = {
|
|
1257
1266
|
updatedAt: number;
|
|
@@ -1341,6 +1350,7 @@ export type CreateProjectProjectsResourceConfig = {
|
|
|
1341
1350
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1342
1351
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1343
1352
|
buildMachineType?: CreateProjectBuildMachineType | undefined;
|
|
1353
|
+
isNSNBDisabled?: boolean | undefined;
|
|
1344
1354
|
};
|
|
1345
1355
|
|
|
1346
1356
|
/**
|
|
@@ -1428,11 +1438,12 @@ export type CreateProjectDefaultResourceConfig = {
|
|
|
1428
1438
|
functionZeroConfigFailover?: boolean | undefined;
|
|
1429
1439
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
1430
1440
|
buildMachineType?: CreateProjectProjectsBuildMachineType | undefined;
|
|
1441
|
+
isNSNBDisabled?: boolean | undefined;
|
|
1431
1442
|
};
|
|
1432
1443
|
|
|
1433
1444
|
export const CreateProjectProjectsDeploymentType = {
|
|
1434
|
-
Preview: "preview",
|
|
1435
1445
|
All: "all",
|
|
1446
|
+
Preview: "preview",
|
|
1436
1447
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1437
1448
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1438
1449
|
} as const;
|
|
@@ -1605,72 +1616,6 @@ export type CreateProjectTargets = {
|
|
|
1605
1616
|
};
|
|
1606
1617
|
|
|
1607
1618
|
export type CreateProjectPermissions = {
|
|
1608
|
-
aliasProject?: Array<ACLAction> | undefined;
|
|
1609
|
-
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1610
|
-
buildMachine?: Array<ACLAction> | undefined;
|
|
1611
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1612
|
-
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1613
|
-
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1614
|
-
deployment?: Array<ACLAction> | undefined;
|
|
1615
|
-
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1616
|
-
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1617
|
-
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1618
|
-
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1619
|
-
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1620
|
-
deploymentV0?: Array<ACLAction> | undefined;
|
|
1621
|
-
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1622
|
-
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1623
|
-
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1624
|
-
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1625
|
-
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1626
|
-
environments?: Array<ACLAction> | undefined;
|
|
1627
|
-
logs?: Array<ACLAction> | undefined;
|
|
1628
|
-
logsPreset?: Array<ACLAction> | undefined;
|
|
1629
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1630
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1631
|
-
job?: Array<ACLAction> | undefined;
|
|
1632
|
-
observabilityData?: Array<ACLAction> | undefined;
|
|
1633
|
-
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1634
|
-
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1635
|
-
project?: Array<ACLAction> | undefined;
|
|
1636
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1637
|
-
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1638
|
-
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1639
|
-
projectCheck?: Array<ACLAction> | undefined;
|
|
1640
|
-
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1641
|
-
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1642
|
-
projectDomain?: Array<ACLAction> | undefined;
|
|
1643
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1644
|
-
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1645
|
-
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1646
|
-
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1647
|
-
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1648
|
-
projectFlags?: Array<ACLAction> | undefined;
|
|
1649
|
-
projectId?: Array<ACLAction> | undefined;
|
|
1650
|
-
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1651
|
-
projectLink?: Array<ACLAction> | undefined;
|
|
1652
|
-
projectMember?: Array<ACLAction> | undefined;
|
|
1653
|
-
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1654
|
-
projectPermissions?: Array<ACLAction> | undefined;
|
|
1655
|
-
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1656
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1657
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1658
|
-
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1659
|
-
projectUsage?: Array<ACLAction> | undefined;
|
|
1660
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1661
|
-
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1662
|
-
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1663
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1664
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1665
|
-
projectTier?: Array<ACLAction> | undefined;
|
|
1666
|
-
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1667
|
-
seawallConfig?: Array<ACLAction> | undefined;
|
|
1668
|
-
skewProtection?: Array<ACLAction> | undefined;
|
|
1669
|
-
analytics?: Array<ACLAction> | undefined;
|
|
1670
|
-
trustedIps?: Array<ACLAction> | undefined;
|
|
1671
|
-
webAnalytics?: Array<ACLAction> | undefined;
|
|
1672
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1673
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1674
1619
|
oauth2Connection?: Array<ACLAction> | undefined;
|
|
1675
1620
|
user?: Array<ACLAction> | undefined;
|
|
1676
1621
|
userConnection?: Array<ACLAction> | undefined;
|
|
@@ -1816,6 +1761,73 @@ export type CreateProjectPermissions = {
|
|
|
1816
1761
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1817
1762
|
apiKey?: Array<ACLAction> | undefined;
|
|
1818
1763
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1764
|
+
aliasProject?: Array<ACLAction> | undefined;
|
|
1765
|
+
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1766
|
+
buildMachine?: Array<ACLAction> | undefined;
|
|
1767
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1768
|
+
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1769
|
+
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1770
|
+
deployment?: Array<ACLAction> | undefined;
|
|
1771
|
+
deploymentBuildLogs?: Array<ACLAction> | undefined;
|
|
1772
|
+
deploymentCheck?: Array<ACLAction> | undefined;
|
|
1773
|
+
deploymentCheckPreview?: Array<ACLAction> | undefined;
|
|
1774
|
+
deploymentCheckReRunFromProductionBranch?: Array<ACLAction> | undefined;
|
|
1775
|
+
deploymentProductionGit?: Array<ACLAction> | undefined;
|
|
1776
|
+
deploymentV0?: Array<ACLAction> | undefined;
|
|
1777
|
+
deploymentPreview?: Array<ACLAction> | undefined;
|
|
1778
|
+
deploymentPrivate?: Array<ACLAction> | undefined;
|
|
1779
|
+
deploymentPromote?: Array<ACLAction> | undefined;
|
|
1780
|
+
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1781
|
+
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1782
|
+
environments?: Array<ACLAction> | undefined;
|
|
1783
|
+
logs?: Array<ACLAction> | undefined;
|
|
1784
|
+
logsPreset?: Array<ACLAction> | undefined;
|
|
1785
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1786
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1787
|
+
job?: Array<ACLAction> | undefined;
|
|
1788
|
+
observabilityData?: Array<ACLAction> | undefined;
|
|
1789
|
+
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1790
|
+
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1791
|
+
project?: Array<ACLAction> | undefined;
|
|
1792
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1793
|
+
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1794
|
+
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1795
|
+
projectCheck?: Array<ACLAction> | undefined;
|
|
1796
|
+
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1797
|
+
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1798
|
+
projectDomain?: Array<ACLAction> | undefined;
|
|
1799
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1800
|
+
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1801
|
+
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1802
|
+
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1803
|
+
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1804
|
+
projectFlags?: Array<ACLAction> | undefined;
|
|
1805
|
+
projectId?: Array<ACLAction> | undefined;
|
|
1806
|
+
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1807
|
+
projectLink?: Array<ACLAction> | undefined;
|
|
1808
|
+
projectMember?: Array<ACLAction> | undefined;
|
|
1809
|
+
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1810
|
+
projectPermissions?: Array<ACLAction> | undefined;
|
|
1811
|
+
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1812
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1813
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1814
|
+
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1815
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1816
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1817
|
+
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1818
|
+
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1819
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1820
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1821
|
+
projectTier?: Array<ACLAction> | undefined;
|
|
1822
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1823
|
+
seawallConfig?: Array<ACLAction> | undefined;
|
|
1824
|
+
skewProtection?: Array<ACLAction> | undefined;
|
|
1825
|
+
analytics?: Array<ACLAction> | undefined;
|
|
1826
|
+
trustedIps?: Array<ACLAction> | undefined;
|
|
1827
|
+
v0Chat?: Array<ACLAction> | undefined;
|
|
1828
|
+
webAnalytics?: Array<ACLAction> | undefined;
|
|
1829
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1830
|
+
sonar?: Array<ACLAction> | undefined;
|
|
1819
1831
|
};
|
|
1820
1832
|
|
|
1821
1833
|
export type CreateProjectLastRollbackTarget = {};
|
|
@@ -1885,11 +1897,11 @@ export type CreateProjectProtectionBypass =
|
|
|
1885
1897
|
| CreateProjectProtectionBypass2;
|
|
1886
1898
|
|
|
1887
1899
|
export const CreateProjectTrustedIpsProjectsDeploymentType = {
|
|
1888
|
-
Preview: "preview",
|
|
1889
|
-
Production: "production",
|
|
1890
1900
|
All: "all",
|
|
1901
|
+
Preview: "preview",
|
|
1891
1902
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1892
1903
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1904
|
+
Production: "production",
|
|
1893
1905
|
} as const;
|
|
1894
1906
|
export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1895
1907
|
typeof CreateProjectTrustedIpsProjectsDeploymentType
|
|
@@ -1900,11 +1912,11 @@ export type CreateProjectTrustedIps2 = {
|
|
|
1900
1912
|
};
|
|
1901
1913
|
|
|
1902
1914
|
export const CreateProjectTrustedIpsDeploymentType = {
|
|
1903
|
-
Preview: "preview",
|
|
1904
|
-
Production: "production",
|
|
1905
1915
|
All: "all",
|
|
1916
|
+
Preview: "preview",
|
|
1906
1917
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1907
1918
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
1919
|
+
Production: "production",
|
|
1908
1920
|
} as const;
|
|
1909
1921
|
export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
|
|
1910
1922
|
typeof CreateProjectTrustedIpsDeploymentType
|
|
@@ -2110,11 +2122,11 @@ export type CreateProjectResponseBody = {
|
|
|
2110
2122
|
ipBuckets?: Array<CreateProjectIpBuckets> | undefined;
|
|
2111
2123
|
latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
|
|
2112
2124
|
link?:
|
|
2113
|
-
| CreateProjectLink1
|
|
2114
|
-
| CreateProjectLink2
|
|
2115
2125
|
| CreateProjectLink3
|
|
2116
2126
|
| CreateProjectLink4
|
|
2117
2127
|
| CreateProjectLink5
|
|
2128
|
+
| CreateProjectLink1
|
|
2129
|
+
| CreateProjectLink2
|
|
2118
2130
|
| undefined;
|
|
2119
2131
|
microfrontends?:
|
|
2120
2132
|
| CreateProjectMicrofrontends1
|
|
@@ -2652,6 +2664,7 @@ export const CreateProjectResourceConfig$inboundSchema: z.ZodType<
|
|
|
2652
2664
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
2653
2665
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
2654
2666
|
buildMachineType: BuildMachineType$inboundSchema.optional(),
|
|
2667
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
2655
2668
|
});
|
|
2656
2669
|
|
|
2657
2670
|
/** @internal */
|
|
@@ -2663,6 +2676,7 @@ export type CreateProjectResourceConfig$Outbound = {
|
|
|
2663
2676
|
functionZeroConfigFailover?: boolean | undefined;
|
|
2664
2677
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2665
2678
|
buildMachineType?: string | undefined;
|
|
2679
|
+
isNSNBDisabled?: boolean | undefined;
|
|
2666
2680
|
};
|
|
2667
2681
|
|
|
2668
2682
|
/** @internal */
|
|
@@ -2679,6 +2693,7 @@ export const CreateProjectResourceConfig$outboundSchema: z.ZodType<
|
|
|
2679
2693
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
2680
2694
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
2681
2695
|
buildMachineType: BuildMachineType$outboundSchema.optional(),
|
|
2696
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
2682
2697
|
});
|
|
2683
2698
|
|
|
2684
2699
|
/**
|
|
@@ -2722,6 +2737,7 @@ export const CreateProjectRequestBody$inboundSchema: z.ZodType<
|
|
|
2722
2737
|
> = z.object({
|
|
2723
2738
|
enablePreviewFeedback: z.nullable(z.boolean()).optional(),
|
|
2724
2739
|
enableProductionFeedback: z.nullable(z.boolean()).optional(),
|
|
2740
|
+
previewDeploymentsDisabled: z.nullable(z.boolean()).optional(),
|
|
2725
2741
|
buildCommand: z.nullable(z.string()).optional(),
|
|
2726
2742
|
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
2727
2743
|
devCommand: z.nullable(z.string()).optional(),
|
|
@@ -2751,6 +2767,7 @@ export const CreateProjectRequestBody$inboundSchema: z.ZodType<
|
|
|
2751
2767
|
export type CreateProjectRequestBody$Outbound = {
|
|
2752
2768
|
enablePreviewFeedback?: boolean | null | undefined;
|
|
2753
2769
|
enableProductionFeedback?: boolean | null | undefined;
|
|
2770
|
+
previewDeploymentsDisabled?: boolean | null | undefined;
|
|
2754
2771
|
buildCommand?: string | null | undefined;
|
|
2755
2772
|
commandForIgnoringBuildStep?: string | null | undefined;
|
|
2756
2773
|
devCommand?: string | null | undefined;
|
|
@@ -2779,6 +2796,7 @@ export const CreateProjectRequestBody$outboundSchema: z.ZodType<
|
|
|
2779
2796
|
> = z.object({
|
|
2780
2797
|
enablePreviewFeedback: z.nullable(z.boolean()).optional(),
|
|
2781
2798
|
enableProductionFeedback: z.nullable(z.boolean()).optional(),
|
|
2799
|
+
previewDeploymentsDisabled: z.nullable(z.boolean()).optional(),
|
|
2782
2800
|
buildCommand: z.nullable(z.string()).optional(),
|
|
2783
2801
|
commandForIgnoringBuildStep: z.nullable(z.string()).optional(),
|
|
2784
2802
|
devCommand: z.nullable(z.string()).optional(),
|
|
@@ -6508,41 +6526,40 @@ export const CreateProjectLink5$inboundSchema: z.ZodType<
|
|
|
6508
6526
|
z.ZodTypeDef,
|
|
6509
6527
|
unknown
|
|
6510
6528
|
> = z.object({
|
|
6511
|
-
org: z.string()
|
|
6529
|
+
org: z.string(),
|
|
6512
6530
|
repoOwnerId: z.number().optional(),
|
|
6513
6531
|
repo: z.string().optional(),
|
|
6514
6532
|
repoId: z.number().optional(),
|
|
6515
|
-
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema
|
|
6516
|
-
|
|
6517
|
-
host: z.string().optional(),
|
|
6533
|
+
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
6534
|
+
host: z.string(),
|
|
6518
6535
|
createdAt: z.number().optional(),
|
|
6519
6536
|
deployHooks: z.array(
|
|
6520
6537
|
z.lazy(() =>
|
|
6521
6538
|
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema
|
|
6522
6539
|
),
|
|
6523
6540
|
),
|
|
6524
|
-
gitCredentialId: z.string()
|
|
6541
|
+
gitCredentialId: z.string(),
|
|
6525
6542
|
updatedAt: z.number().optional(),
|
|
6526
6543
|
sourceless: z.boolean().optional(),
|
|
6527
|
-
productionBranch: z.string()
|
|
6544
|
+
productionBranch: z.string(),
|
|
6528
6545
|
});
|
|
6529
6546
|
|
|
6530
6547
|
/** @internal */
|
|
6531
6548
|
export type CreateProjectLink5$Outbound = {
|
|
6532
|
-
org
|
|
6549
|
+
org: string;
|
|
6533
6550
|
repoOwnerId?: number | undefined;
|
|
6534
6551
|
repo?: string | undefined;
|
|
6535
6552
|
repoId?: number | undefined;
|
|
6536
|
-
type
|
|
6537
|
-
host
|
|
6553
|
+
type: string;
|
|
6554
|
+
host: string;
|
|
6538
6555
|
createdAt?: number | undefined;
|
|
6539
6556
|
deployHooks: Array<
|
|
6540
6557
|
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$Outbound
|
|
6541
6558
|
>;
|
|
6542
|
-
gitCredentialId
|
|
6559
|
+
gitCredentialId: string;
|
|
6543
6560
|
updatedAt?: number | undefined;
|
|
6544
6561
|
sourceless?: boolean | undefined;
|
|
6545
|
-
productionBranch
|
|
6562
|
+
productionBranch: string;
|
|
6546
6563
|
};
|
|
6547
6564
|
|
|
6548
6565
|
/** @internal */
|
|
@@ -6551,23 +6568,22 @@ export const CreateProjectLink5$outboundSchema: z.ZodType<
|
|
|
6551
6568
|
z.ZodTypeDef,
|
|
6552
6569
|
CreateProjectLink5
|
|
6553
6570
|
> = z.object({
|
|
6554
|
-
org: z.string()
|
|
6571
|
+
org: z.string(),
|
|
6555
6572
|
repoOwnerId: z.number().optional(),
|
|
6556
6573
|
repo: z.string().optional(),
|
|
6557
6574
|
repoId: z.number().optional(),
|
|
6558
|
-
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema
|
|
6559
|
-
|
|
6560
|
-
host: z.string().optional(),
|
|
6575
|
+
type: CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
6576
|
+
host: z.string(),
|
|
6561
6577
|
createdAt: z.number().optional(),
|
|
6562
6578
|
deployHooks: z.array(
|
|
6563
6579
|
z.lazy(() =>
|
|
6564
6580
|
CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema
|
|
6565
6581
|
),
|
|
6566
6582
|
),
|
|
6567
|
-
gitCredentialId: z.string()
|
|
6583
|
+
gitCredentialId: z.string(),
|
|
6568
6584
|
updatedAt: z.number().optional(),
|
|
6569
6585
|
sourceless: z.boolean().optional(),
|
|
6570
|
-
productionBranch: z.string()
|
|
6586
|
+
productionBranch: z.string(),
|
|
6571
6587
|
});
|
|
6572
6588
|
|
|
6573
6589
|
/**
|
|
@@ -6710,36 +6726,36 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
|
|
|
6710
6726
|
z.ZodTypeDef,
|
|
6711
6727
|
unknown
|
|
6712
6728
|
> = z.object({
|
|
6713
|
-
name: z.string()
|
|
6714
|
-
slug: z.string()
|
|
6715
|
-
owner: z.string()
|
|
6716
|
-
type: CreateProjectLinkProjectsResponse200Type$inboundSchema
|
|
6717
|
-
uuid: z.string()
|
|
6718
|
-
workspaceUuid: z.string()
|
|
6729
|
+
name: z.string(),
|
|
6730
|
+
slug: z.string(),
|
|
6731
|
+
owner: z.string(),
|
|
6732
|
+
type: CreateProjectLinkProjectsResponse200Type$inboundSchema,
|
|
6733
|
+
uuid: z.string(),
|
|
6734
|
+
workspaceUuid: z.string(),
|
|
6719
6735
|
createdAt: z.number().optional(),
|
|
6720
6736
|
deployHooks: z.array(
|
|
6721
6737
|
z.lazy(() => CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
|
|
6722
6738
|
),
|
|
6723
|
-
gitCredentialId: z.string()
|
|
6739
|
+
gitCredentialId: z.string(),
|
|
6724
6740
|
updatedAt: z.number().optional(),
|
|
6725
6741
|
sourceless: z.boolean().optional(),
|
|
6726
|
-
productionBranch: z.string()
|
|
6742
|
+
productionBranch: z.string(),
|
|
6727
6743
|
});
|
|
6728
6744
|
|
|
6729
6745
|
/** @internal */
|
|
6730
6746
|
export type CreateProjectLink4$Outbound = {
|
|
6731
|
-
name
|
|
6732
|
-
slug
|
|
6733
|
-
owner
|
|
6734
|
-
type
|
|
6735
|
-
uuid
|
|
6736
|
-
workspaceUuid
|
|
6747
|
+
name: string;
|
|
6748
|
+
slug: string;
|
|
6749
|
+
owner: string;
|
|
6750
|
+
type: string;
|
|
6751
|
+
uuid: string;
|
|
6752
|
+
workspaceUuid: string;
|
|
6737
6753
|
createdAt?: number | undefined;
|
|
6738
6754
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
6739
|
-
gitCredentialId
|
|
6755
|
+
gitCredentialId: string;
|
|
6740
6756
|
updatedAt?: number | undefined;
|
|
6741
6757
|
sourceless?: boolean | undefined;
|
|
6742
|
-
productionBranch
|
|
6758
|
+
productionBranch: string;
|
|
6743
6759
|
};
|
|
6744
6760
|
|
|
6745
6761
|
/** @internal */
|
|
@@ -6748,22 +6764,22 @@ export const CreateProjectLink4$outboundSchema: z.ZodType<
|
|
|
6748
6764
|
z.ZodTypeDef,
|
|
6749
6765
|
CreateProjectLink4
|
|
6750
6766
|
> = z.object({
|
|
6751
|
-
name: z.string()
|
|
6752
|
-
slug: z.string()
|
|
6753
|
-
owner: z.string()
|
|
6754
|
-
type: CreateProjectLinkProjectsResponse200Type$outboundSchema
|
|
6755
|
-
uuid: z.string()
|
|
6756
|
-
workspaceUuid: z.string()
|
|
6767
|
+
name: z.string(),
|
|
6768
|
+
slug: z.string(),
|
|
6769
|
+
owner: z.string(),
|
|
6770
|
+
type: CreateProjectLinkProjectsResponse200Type$outboundSchema,
|
|
6771
|
+
uuid: z.string(),
|
|
6772
|
+
workspaceUuid: z.string(),
|
|
6757
6773
|
createdAt: z.number().optional(),
|
|
6758
6774
|
deployHooks: z.array(
|
|
6759
6775
|
z.lazy(() =>
|
|
6760
6776
|
CreateProjectLinkProjectsResponse200DeployHooks$outboundSchema
|
|
6761
6777
|
),
|
|
6762
6778
|
),
|
|
6763
|
-
gitCredentialId: z.string()
|
|
6779
|
+
gitCredentialId: z.string(),
|
|
6764
6780
|
updatedAt: z.number().optional(),
|
|
6765
6781
|
sourceless: z.boolean().optional(),
|
|
6766
|
-
productionBranch: z.string()
|
|
6782
|
+
productionBranch: z.string(),
|
|
6767
6783
|
});
|
|
6768
6784
|
|
|
6769
6785
|
/**
|
|
@@ -6906,38 +6922,38 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
|
6906
6922
|
z.ZodTypeDef,
|
|
6907
6923
|
unknown
|
|
6908
6924
|
> = z.object({
|
|
6909
|
-
projectId: z.string()
|
|
6910
|
-
projectName: z.string()
|
|
6911
|
-
projectNameWithNamespace: z.string()
|
|
6912
|
-
projectNamespace: z.string()
|
|
6925
|
+
projectId: z.string(),
|
|
6926
|
+
projectName: z.string(),
|
|
6927
|
+
projectNameWithNamespace: z.string(),
|
|
6928
|
+
projectNamespace: z.string(),
|
|
6913
6929
|
projectOwnerId: z.number().optional(),
|
|
6914
|
-
projectUrl: z.string()
|
|
6915
|
-
type: CreateProjectLinkProjectsResponseType$inboundSchema
|
|
6930
|
+
projectUrl: z.string(),
|
|
6931
|
+
type: CreateProjectLinkProjectsResponseType$inboundSchema,
|
|
6916
6932
|
createdAt: z.number().optional(),
|
|
6917
6933
|
deployHooks: z.array(
|
|
6918
6934
|
z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$inboundSchema),
|
|
6919
6935
|
),
|
|
6920
|
-
gitCredentialId: z.string()
|
|
6936
|
+
gitCredentialId: z.string(),
|
|
6921
6937
|
updatedAt: z.number().optional(),
|
|
6922
6938
|
sourceless: z.boolean().optional(),
|
|
6923
|
-
productionBranch: z.string()
|
|
6939
|
+
productionBranch: z.string(),
|
|
6924
6940
|
});
|
|
6925
6941
|
|
|
6926
6942
|
/** @internal */
|
|
6927
6943
|
export type CreateProjectLink3$Outbound = {
|
|
6928
|
-
projectId
|
|
6929
|
-
projectName
|
|
6930
|
-
projectNameWithNamespace
|
|
6931
|
-
projectNamespace
|
|
6944
|
+
projectId: string;
|
|
6945
|
+
projectName: string;
|
|
6946
|
+
projectNameWithNamespace: string;
|
|
6947
|
+
projectNamespace: string;
|
|
6932
6948
|
projectOwnerId?: number | undefined;
|
|
6933
|
-
projectUrl
|
|
6934
|
-
type
|
|
6949
|
+
projectUrl: string;
|
|
6950
|
+
type: string;
|
|
6935
6951
|
createdAt?: number | undefined;
|
|
6936
6952
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
6937
|
-
gitCredentialId
|
|
6953
|
+
gitCredentialId: string;
|
|
6938
6954
|
updatedAt?: number | undefined;
|
|
6939
6955
|
sourceless?: boolean | undefined;
|
|
6940
|
-
productionBranch
|
|
6956
|
+
productionBranch: string;
|
|
6941
6957
|
};
|
|
6942
6958
|
|
|
6943
6959
|
/** @internal */
|
|
@@ -6946,21 +6962,21 @@ export const CreateProjectLink3$outboundSchema: z.ZodType<
|
|
|
6946
6962
|
z.ZodTypeDef,
|
|
6947
6963
|
CreateProjectLink3
|
|
6948
6964
|
> = z.object({
|
|
6949
|
-
projectId: z.string()
|
|
6950
|
-
projectName: z.string()
|
|
6951
|
-
projectNameWithNamespace: z.string()
|
|
6952
|
-
projectNamespace: z.string()
|
|
6965
|
+
projectId: z.string(),
|
|
6966
|
+
projectName: z.string(),
|
|
6967
|
+
projectNameWithNamespace: z.string(),
|
|
6968
|
+
projectNamespace: z.string(),
|
|
6953
6969
|
projectOwnerId: z.number().optional(),
|
|
6954
|
-
projectUrl: z.string()
|
|
6955
|
-
type: CreateProjectLinkProjectsResponseType$outboundSchema
|
|
6970
|
+
projectUrl: z.string(),
|
|
6971
|
+
type: CreateProjectLinkProjectsResponseType$outboundSchema,
|
|
6956
6972
|
createdAt: z.number().optional(),
|
|
6957
6973
|
deployHooks: z.array(
|
|
6958
6974
|
z.lazy(() => CreateProjectLinkProjectsResponseDeployHooks$outboundSchema),
|
|
6959
6975
|
),
|
|
6960
|
-
gitCredentialId: z.string()
|
|
6976
|
+
gitCredentialId: z.string(),
|
|
6961
6977
|
updatedAt: z.number().optional(),
|
|
6962
6978
|
sourceless: z.boolean().optional(),
|
|
6963
|
-
productionBranch: z.string()
|
|
6979
|
+
productionBranch: z.string(),
|
|
6964
6980
|
});
|
|
6965
6981
|
|
|
6966
6982
|
/**
|
|
@@ -7092,34 +7108,34 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
|
7092
7108
|
z.ZodTypeDef,
|
|
7093
7109
|
unknown
|
|
7094
7110
|
> = z.object({
|
|
7095
|
-
type: CreateProjectLinkProjectsType$inboundSchema
|
|
7096
|
-
repo: z.string().optional(),
|
|
7097
|
-
repoId: z.number().optional(),
|
|
7111
|
+
type: CreateProjectLinkProjectsType$inboundSchema,
|
|
7098
7112
|
updatedAt: z.number().optional(),
|
|
7099
7113
|
createdAt: z.number().optional(),
|
|
7100
|
-
|
|
7114
|
+
repo: z.string().optional(),
|
|
7115
|
+
sourceless: z.boolean().optional(),
|
|
7116
|
+
org: z.string(),
|
|
7101
7117
|
repoOwnerId: z.number().optional(),
|
|
7118
|
+
repoId: z.number().optional(),
|
|
7102
7119
|
deployHooks: z.array(
|
|
7103
7120
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema),
|
|
7104
7121
|
),
|
|
7105
|
-
gitCredentialId: z.string()
|
|
7106
|
-
|
|
7107
|
-
productionBranch: z.string().optional(),
|
|
7122
|
+
gitCredentialId: z.string(),
|
|
7123
|
+
productionBranch: z.string(),
|
|
7108
7124
|
});
|
|
7109
7125
|
|
|
7110
7126
|
/** @internal */
|
|
7111
7127
|
export type CreateProjectLink2$Outbound = {
|
|
7112
|
-
type
|
|
7113
|
-
repo?: string | undefined;
|
|
7114
|
-
repoId?: number | undefined;
|
|
7128
|
+
type: string;
|
|
7115
7129
|
updatedAt?: number | undefined;
|
|
7116
7130
|
createdAt?: number | undefined;
|
|
7117
|
-
|
|
7131
|
+
repo?: string | undefined;
|
|
7132
|
+
sourceless?: boolean | undefined;
|
|
7133
|
+
org: string;
|
|
7118
7134
|
repoOwnerId?: number | undefined;
|
|
7135
|
+
repoId?: number | undefined;
|
|
7119
7136
|
deployHooks: Array<CreateProjectLinkProjectsDeployHooks$Outbound>;
|
|
7120
|
-
gitCredentialId
|
|
7121
|
-
|
|
7122
|
-
productionBranch?: string | undefined;
|
|
7137
|
+
gitCredentialId: string;
|
|
7138
|
+
productionBranch: string;
|
|
7123
7139
|
};
|
|
7124
7140
|
|
|
7125
7141
|
/** @internal */
|
|
@@ -7128,19 +7144,19 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
|
|
|
7128
7144
|
z.ZodTypeDef,
|
|
7129
7145
|
CreateProjectLink2
|
|
7130
7146
|
> = z.object({
|
|
7131
|
-
type: CreateProjectLinkProjectsType$outboundSchema
|
|
7132
|
-
repo: z.string().optional(),
|
|
7133
|
-
repoId: z.number().optional(),
|
|
7147
|
+
type: CreateProjectLinkProjectsType$outboundSchema,
|
|
7134
7148
|
updatedAt: z.number().optional(),
|
|
7135
7149
|
createdAt: z.number().optional(),
|
|
7136
|
-
|
|
7150
|
+
repo: z.string().optional(),
|
|
7151
|
+
sourceless: z.boolean().optional(),
|
|
7152
|
+
org: z.string(),
|
|
7137
7153
|
repoOwnerId: z.number().optional(),
|
|
7154
|
+
repoId: z.number().optional(),
|
|
7138
7155
|
deployHooks: z.array(
|
|
7139
7156
|
z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema),
|
|
7140
7157
|
),
|
|
7141
|
-
gitCredentialId: z.string()
|
|
7142
|
-
|
|
7143
|
-
productionBranch: z.string().optional(),
|
|
7158
|
+
gitCredentialId: z.string(),
|
|
7159
|
+
productionBranch: z.string(),
|
|
7144
7160
|
});
|
|
7145
7161
|
|
|
7146
7162
|
/**
|
|
@@ -7269,34 +7285,34 @@ export const CreateProjectLink1$inboundSchema: z.ZodType<
|
|
|
7269
7285
|
z.ZodTypeDef,
|
|
7270
7286
|
unknown
|
|
7271
7287
|
> = z.object({
|
|
7272
|
-
org: z.string()
|
|
7288
|
+
org: z.string(),
|
|
7273
7289
|
repoOwnerId: z.number().optional(),
|
|
7274
7290
|
repo: z.string().optional(),
|
|
7275
7291
|
repoId: z.number().optional(),
|
|
7276
|
-
type: CreateProjectLinkType$inboundSchema
|
|
7292
|
+
type: CreateProjectLinkType$inboundSchema,
|
|
7277
7293
|
createdAt: z.number().optional(),
|
|
7278
7294
|
deployHooks: z.array(
|
|
7279
7295
|
z.lazy(() => CreateProjectLinkDeployHooks$inboundSchema),
|
|
7280
7296
|
),
|
|
7281
|
-
gitCredentialId: z.string()
|
|
7297
|
+
gitCredentialId: z.string(),
|
|
7282
7298
|
updatedAt: z.number().optional(),
|
|
7283
7299
|
sourceless: z.boolean().optional(),
|
|
7284
|
-
productionBranch: z.string()
|
|
7300
|
+
productionBranch: z.string(),
|
|
7285
7301
|
});
|
|
7286
7302
|
|
|
7287
7303
|
/** @internal */
|
|
7288
7304
|
export type CreateProjectLink1$Outbound = {
|
|
7289
|
-
org
|
|
7305
|
+
org: string;
|
|
7290
7306
|
repoOwnerId?: number | undefined;
|
|
7291
7307
|
repo?: string | undefined;
|
|
7292
7308
|
repoId?: number | undefined;
|
|
7293
|
-
type
|
|
7309
|
+
type: string;
|
|
7294
7310
|
createdAt?: number | undefined;
|
|
7295
7311
|
deployHooks: Array<CreateProjectLinkDeployHooks$Outbound>;
|
|
7296
|
-
gitCredentialId
|
|
7312
|
+
gitCredentialId: string;
|
|
7297
7313
|
updatedAt?: number | undefined;
|
|
7298
7314
|
sourceless?: boolean | undefined;
|
|
7299
|
-
productionBranch
|
|
7315
|
+
productionBranch: string;
|
|
7300
7316
|
};
|
|
7301
7317
|
|
|
7302
7318
|
/** @internal */
|
|
@@ -7305,19 +7321,19 @@ export const CreateProjectLink1$outboundSchema: z.ZodType<
|
|
|
7305
7321
|
z.ZodTypeDef,
|
|
7306
7322
|
CreateProjectLink1
|
|
7307
7323
|
> = z.object({
|
|
7308
|
-
org: z.string()
|
|
7324
|
+
org: z.string(),
|
|
7309
7325
|
repoOwnerId: z.number().optional(),
|
|
7310
7326
|
repo: z.string().optional(),
|
|
7311
7327
|
repoId: z.number().optional(),
|
|
7312
|
-
type: CreateProjectLinkType$outboundSchema
|
|
7328
|
+
type: CreateProjectLinkType$outboundSchema,
|
|
7313
7329
|
createdAt: z.number().optional(),
|
|
7314
7330
|
deployHooks: z.array(
|
|
7315
7331
|
z.lazy(() => CreateProjectLinkDeployHooks$outboundSchema),
|
|
7316
7332
|
),
|
|
7317
|
-
gitCredentialId: z.string()
|
|
7333
|
+
gitCredentialId: z.string(),
|
|
7318
7334
|
updatedAt: z.number().optional(),
|
|
7319
7335
|
sourceless: z.boolean().optional(),
|
|
7320
|
-
productionBranch: z.string()
|
|
7336
|
+
productionBranch: z.string(),
|
|
7321
7337
|
});
|
|
7322
7338
|
|
|
7323
7339
|
/**
|
|
@@ -7357,20 +7373,20 @@ export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
|
7357
7373
|
z.ZodTypeDef,
|
|
7358
7374
|
unknown
|
|
7359
7375
|
> = z.union([
|
|
7360
|
-
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
7361
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
7362
7376
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
7363
7377
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
7364
7378
|
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
7379
|
+
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
7380
|
+
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
7365
7381
|
]);
|
|
7366
7382
|
|
|
7367
7383
|
/** @internal */
|
|
7368
7384
|
export type CreateProjectLink$Outbound =
|
|
7369
|
-
| CreateProjectLink1$Outbound
|
|
7370
|
-
| CreateProjectLink2$Outbound
|
|
7371
7385
|
| CreateProjectLink3$Outbound
|
|
7372
7386
|
| CreateProjectLink4$Outbound
|
|
7373
|
-
| CreateProjectLink5$Outbound
|
|
7387
|
+
| CreateProjectLink5$Outbound
|
|
7388
|
+
| CreateProjectLink1$Outbound
|
|
7389
|
+
| CreateProjectLink2$Outbound;
|
|
7374
7390
|
|
|
7375
7391
|
/** @internal */
|
|
7376
7392
|
export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -7378,11 +7394,11 @@ export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
|
7378
7394
|
z.ZodTypeDef,
|
|
7379
7395
|
CreateProjectLink
|
|
7380
7396
|
> = z.union([
|
|
7381
|
-
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
7382
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
7383
7397
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
7384
7398
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
7385
7399
|
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
7400
|
+
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
7401
|
+
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
7386
7402
|
]);
|
|
7387
7403
|
|
|
7388
7404
|
/**
|
|
@@ -7847,6 +7863,7 @@ export const CreateProjectProjectsResourceConfig$inboundSchema: z.ZodType<
|
|
|
7847
7863
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
7848
7864
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
7849
7865
|
buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
|
|
7866
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
7850
7867
|
});
|
|
7851
7868
|
|
|
7852
7869
|
/** @internal */
|
|
@@ -7858,6 +7875,7 @@ export type CreateProjectProjectsResourceConfig$Outbound = {
|
|
|
7858
7875
|
functionZeroConfigFailover?: boolean | undefined;
|
|
7859
7876
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7860
7877
|
buildMachineType?: string | undefined;
|
|
7878
|
+
isNSNBDisabled?: boolean | undefined;
|
|
7861
7879
|
};
|
|
7862
7880
|
|
|
7863
7881
|
/** @internal */
|
|
@@ -7874,6 +7892,7 @@ export const CreateProjectProjectsResourceConfig$outboundSchema: z.ZodType<
|
|
|
7874
7892
|
functionZeroConfigFailover: z.boolean().optional(),
|
|
7875
7893
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
7876
7894
|
buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
|
|
7895
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
7877
7896
|
});
|
|
7878
7897
|
|
|
7879
7898
|
/**
|
|
@@ -8163,6 +8182,7 @@ export const CreateProjectDefaultResourceConfig$inboundSchema: z.ZodType<
|
|
|
8163
8182
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8164
8183
|
buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema
|
|
8165
8184
|
.optional(),
|
|
8185
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
8166
8186
|
});
|
|
8167
8187
|
|
|
8168
8188
|
/** @internal */
|
|
@@ -8174,6 +8194,7 @@ export type CreateProjectDefaultResourceConfig$Outbound = {
|
|
|
8174
8194
|
functionZeroConfigFailover?: boolean | undefined;
|
|
8175
8195
|
elasticConcurrencyEnabled?: boolean | undefined;
|
|
8176
8196
|
buildMachineType?: string | undefined;
|
|
8197
|
+
isNSNBDisabled?: boolean | undefined;
|
|
8177
8198
|
};
|
|
8178
8199
|
|
|
8179
8200
|
/** @internal */
|
|
@@ -8191,6 +8212,7 @@ export const CreateProjectDefaultResourceConfig$outboundSchema: z.ZodType<
|
|
|
8191
8212
|
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
8192
8213
|
buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema
|
|
8193
8214
|
.optional(),
|
|
8215
|
+
isNSNBDisabled: z.boolean().optional(),
|
|
8194
8216
|
});
|
|
8195
8217
|
|
|
8196
8218
|
/**
|
|
@@ -9064,74 +9086,6 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9064
9086
|
z.ZodTypeDef,
|
|
9065
9087
|
unknown
|
|
9066
9088
|
> = z.object({
|
|
9067
|
-
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
9068
|
-
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9069
|
-
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
9070
|
-
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9071
|
-
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9072
|
-
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9073
|
-
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9074
|
-
deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
|
|
9075
|
-
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9076
|
-
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9077
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
9078
|
-
.optional(),
|
|
9079
|
-
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
9080
|
-
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9081
|
-
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9082
|
-
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
9083
|
-
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
9084
|
-
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9085
|
-
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9086
|
-
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9087
|
-
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9088
|
-
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9089
|
-
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9090
|
-
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9091
|
-
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9092
|
-
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9093
|
-
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9094
|
-
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9095
|
-
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9096
|
-
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9097
|
-
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9098
|
-
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9099
|
-
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9100
|
-
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9101
|
-
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9102
|
-
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9103
|
-
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9104
|
-
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9105
|
-
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9106
|
-
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9107
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9108
|
-
.optional(),
|
|
9109
|
-
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9110
|
-
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9111
|
-
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9112
|
-
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9113
|
-
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9114
|
-
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9115
|
-
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9116
|
-
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9117
|
-
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9118
|
-
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9119
|
-
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9120
|
-
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9121
|
-
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9122
|
-
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9123
|
-
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9124
|
-
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9125
|
-
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9126
|
-
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9127
|
-
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9128
|
-
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9129
|
-
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9130
|
-
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9131
|
-
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9132
|
-
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9133
|
-
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9134
|
-
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9135
9089
|
oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
|
|
9136
9090
|
user: z.array(ACLAction$inboundSchema).optional(),
|
|
9137
9091
|
userConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -9280,6 +9234,75 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9280
9234
|
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
9281
9235
|
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
9282
9236
|
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
9237
|
+
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
9238
|
+
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9239
|
+
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
9240
|
+
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9241
|
+
connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9242
|
+
dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9243
|
+
deployment: z.array(ACLAction$inboundSchema).optional(),
|
|
9244
|
+
deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
|
|
9245
|
+
deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9246
|
+
deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9247
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
|
|
9248
|
+
.optional(),
|
|
9249
|
+
deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
|
|
9250
|
+
deploymentV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9251
|
+
deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
|
|
9252
|
+
deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
|
|
9253
|
+
deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
|
|
9254
|
+
deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
|
|
9255
|
+
edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
|
|
9256
|
+
environments: z.array(ACLAction$inboundSchema).optional(),
|
|
9257
|
+
logs: z.array(ACLAction$inboundSchema).optional(),
|
|
9258
|
+
logsPreset: z.array(ACLAction$inboundSchema).optional(),
|
|
9259
|
+
passwordProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9260
|
+
optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
|
|
9261
|
+
job: z.array(ACLAction$inboundSchema).optional(),
|
|
9262
|
+
observabilityData: z.array(ACLAction$inboundSchema).optional(),
|
|
9263
|
+
onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
|
|
9264
|
+
onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
|
|
9265
|
+
project: z.array(ACLAction$inboundSchema).optional(),
|
|
9266
|
+
projectFromV0: z.array(ACLAction$inboundSchema).optional(),
|
|
9267
|
+
projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
|
|
9268
|
+
projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
|
|
9269
|
+
projectCheck: z.array(ACLAction$inboundSchema).optional(),
|
|
9270
|
+
projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
|
|
9271
|
+
projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
|
|
9272
|
+
projectDomain: z.array(ACLAction$inboundSchema).optional(),
|
|
9273
|
+
projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
|
|
9274
|
+
projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9275
|
+
projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
9276
|
+
projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
|
|
9277
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
|
|
9278
|
+
.optional(),
|
|
9279
|
+
projectFlags: z.array(ACLAction$inboundSchema).optional(),
|
|
9280
|
+
projectId: z.array(ACLAction$inboundSchema).optional(),
|
|
9281
|
+
projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
9282
|
+
projectLink: z.array(ACLAction$inboundSchema).optional(),
|
|
9283
|
+
projectMember: z.array(ACLAction$inboundSchema).optional(),
|
|
9284
|
+
projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
|
|
9285
|
+
projectPermissions: z.array(ACLAction$inboundSchema).optional(),
|
|
9286
|
+
projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
|
|
9287
|
+
projectTransfer: z.array(ACLAction$inboundSchema).optional(),
|
|
9288
|
+
projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
|
|
9289
|
+
projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
9290
|
+
projectUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9291
|
+
projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
|
|
9292
|
+
projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
|
|
9293
|
+
projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
|
|
9294
|
+
projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
|
|
9295
|
+
projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
|
|
9296
|
+
projectTier: z.array(ACLAction$inboundSchema).optional(),
|
|
9297
|
+
projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
|
|
9298
|
+
seawallConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
9299
|
+
skewProtection: z.array(ACLAction$inboundSchema).optional(),
|
|
9300
|
+
analytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9301
|
+
trustedIps: z.array(ACLAction$inboundSchema).optional(),
|
|
9302
|
+
v0Chat: z.array(ACLAction$inboundSchema).optional(),
|
|
9303
|
+
webAnalytics: z.array(ACLAction$inboundSchema).optional(),
|
|
9304
|
+
sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
|
|
9305
|
+
sonar: z.array(ACLAction$inboundSchema).optional(),
|
|
9283
9306
|
}).transform((v) => {
|
|
9284
9307
|
return remap$(v, {
|
|
9285
9308
|
"Monitoring": "monitoring",
|
|
@@ -9290,72 +9313,6 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
9290
9313
|
|
|
9291
9314
|
/** @internal */
|
|
9292
9315
|
export type CreateProjectPermissions$Outbound = {
|
|
9293
|
-
aliasProject?: Array<string> | undefined;
|
|
9294
|
-
aliasProtectionBypass?: Array<string> | undefined;
|
|
9295
|
-
buildMachine?: Array<string> | undefined;
|
|
9296
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9297
|
-
connectConfigurationLink?: Array<string> | undefined;
|
|
9298
|
-
dataCacheNamespace?: Array<string> | undefined;
|
|
9299
|
-
deployment?: Array<string> | undefined;
|
|
9300
|
-
deploymentBuildLogs?: Array<string> | undefined;
|
|
9301
|
-
deploymentCheck?: Array<string> | undefined;
|
|
9302
|
-
deploymentCheckPreview?: Array<string> | undefined;
|
|
9303
|
-
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9304
|
-
deploymentProductionGit?: Array<string> | undefined;
|
|
9305
|
-
deploymentV0?: Array<string> | undefined;
|
|
9306
|
-
deploymentPreview?: Array<string> | undefined;
|
|
9307
|
-
deploymentPrivate?: Array<string> | undefined;
|
|
9308
|
-
deploymentPromote?: Array<string> | undefined;
|
|
9309
|
-
deploymentRollback?: Array<string> | undefined;
|
|
9310
|
-
edgeCacheNamespace?: Array<string> | undefined;
|
|
9311
|
-
environments?: Array<string> | undefined;
|
|
9312
|
-
logs?: Array<string> | undefined;
|
|
9313
|
-
logsPreset?: Array<string> | undefined;
|
|
9314
|
-
passwordProtection?: Array<string> | undefined;
|
|
9315
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
9316
|
-
job?: Array<string> | undefined;
|
|
9317
|
-
observabilityData?: Array<string> | undefined;
|
|
9318
|
-
onDemandBuild?: Array<string> | undefined;
|
|
9319
|
-
onDemandConcurrency?: Array<string> | undefined;
|
|
9320
|
-
project?: Array<string> | undefined;
|
|
9321
|
-
projectFromV0?: Array<string> | undefined;
|
|
9322
|
-
projectAccessGroup?: Array<string> | undefined;
|
|
9323
|
-
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9324
|
-
projectCheck?: Array<string> | undefined;
|
|
9325
|
-
projectCheckRun?: Array<string> | undefined;
|
|
9326
|
-
projectDeploymentHook?: Array<string> | undefined;
|
|
9327
|
-
projectDomain?: Array<string> | undefined;
|
|
9328
|
-
projectDomainMove?: Array<string> | undefined;
|
|
9329
|
-
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9330
|
-
projectEnvVars?: Array<string> | undefined;
|
|
9331
|
-
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9332
|
-
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9333
|
-
projectFlags?: Array<string> | undefined;
|
|
9334
|
-
projectId?: Array<string> | undefined;
|
|
9335
|
-
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9336
|
-
projectLink?: Array<string> | undefined;
|
|
9337
|
-
projectMember?: Array<string> | undefined;
|
|
9338
|
-
projectMonitoring?: Array<string> | undefined;
|
|
9339
|
-
projectPermissions?: Array<string> | undefined;
|
|
9340
|
-
projectProductionBranch?: Array<string> | undefined;
|
|
9341
|
-
projectTransfer?: Array<string> | undefined;
|
|
9342
|
-
projectTransferOut?: Array<string> | undefined;
|
|
9343
|
-
projectProtectionBypass?: Array<string> | undefined;
|
|
9344
|
-
projectUsage?: Array<string> | undefined;
|
|
9345
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9346
|
-
projectSupportCase?: Array<string> | undefined;
|
|
9347
|
-
projectSupportCaseComment?: Array<string> | undefined;
|
|
9348
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9349
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
9350
|
-
projectTier?: Array<string> | undefined;
|
|
9351
|
-
projectOIDCToken?: Array<string> | undefined;
|
|
9352
|
-
seawallConfig?: Array<string> | undefined;
|
|
9353
|
-
skewProtection?: Array<string> | undefined;
|
|
9354
|
-
analytics?: Array<string> | undefined;
|
|
9355
|
-
trustedIps?: Array<string> | undefined;
|
|
9356
|
-
webAnalytics?: Array<string> | undefined;
|
|
9357
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9358
|
-
sonar?: Array<string> | undefined;
|
|
9359
9316
|
oauth2Connection?: Array<string> | undefined;
|
|
9360
9317
|
user?: Array<string> | undefined;
|
|
9361
9318
|
userConnection?: Array<string> | undefined;
|
|
@@ -9501,6 +9458,73 @@ export type CreateProjectPermissions$Outbound = {
|
|
|
9501
9458
|
vercelRunExec?: Array<string> | undefined;
|
|
9502
9459
|
apiKey?: Array<string> | undefined;
|
|
9503
9460
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
9461
|
+
aliasProject?: Array<string> | undefined;
|
|
9462
|
+
aliasProtectionBypass?: Array<string> | undefined;
|
|
9463
|
+
buildMachine?: Array<string> | undefined;
|
|
9464
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
9465
|
+
connectConfigurationLink?: Array<string> | undefined;
|
|
9466
|
+
dataCacheNamespace?: Array<string> | undefined;
|
|
9467
|
+
deployment?: Array<string> | undefined;
|
|
9468
|
+
deploymentBuildLogs?: Array<string> | undefined;
|
|
9469
|
+
deploymentCheck?: Array<string> | undefined;
|
|
9470
|
+
deploymentCheckPreview?: Array<string> | undefined;
|
|
9471
|
+
deploymentCheckReRunFromProductionBranch?: Array<string> | undefined;
|
|
9472
|
+
deploymentProductionGit?: Array<string> | undefined;
|
|
9473
|
+
deploymentV0?: Array<string> | undefined;
|
|
9474
|
+
deploymentPreview?: Array<string> | undefined;
|
|
9475
|
+
deploymentPrivate?: Array<string> | undefined;
|
|
9476
|
+
deploymentPromote?: Array<string> | undefined;
|
|
9477
|
+
deploymentRollback?: Array<string> | undefined;
|
|
9478
|
+
edgeCacheNamespace?: Array<string> | undefined;
|
|
9479
|
+
environments?: Array<string> | undefined;
|
|
9480
|
+
logs?: Array<string> | undefined;
|
|
9481
|
+
logsPreset?: Array<string> | undefined;
|
|
9482
|
+
passwordProtection?: Array<string> | undefined;
|
|
9483
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
9484
|
+
job?: Array<string> | undefined;
|
|
9485
|
+
observabilityData?: Array<string> | undefined;
|
|
9486
|
+
onDemandBuild?: Array<string> | undefined;
|
|
9487
|
+
onDemandConcurrency?: Array<string> | undefined;
|
|
9488
|
+
project?: Array<string> | undefined;
|
|
9489
|
+
projectFromV0?: Array<string> | undefined;
|
|
9490
|
+
projectAccessGroup?: Array<string> | undefined;
|
|
9491
|
+
projectAnalyticsSampling?: Array<string> | undefined;
|
|
9492
|
+
projectCheck?: Array<string> | undefined;
|
|
9493
|
+
projectCheckRun?: Array<string> | undefined;
|
|
9494
|
+
projectDeploymentHook?: Array<string> | undefined;
|
|
9495
|
+
projectDomain?: Array<string> | undefined;
|
|
9496
|
+
projectDomainMove?: Array<string> | undefined;
|
|
9497
|
+
projectDomainCheckConfig?: Array<string> | undefined;
|
|
9498
|
+
projectEnvVars?: Array<string> | undefined;
|
|
9499
|
+
projectEnvVarsProduction?: Array<string> | undefined;
|
|
9500
|
+
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
9501
|
+
projectFlags?: Array<string> | undefined;
|
|
9502
|
+
projectId?: Array<string> | undefined;
|
|
9503
|
+
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
9504
|
+
projectLink?: Array<string> | undefined;
|
|
9505
|
+
projectMember?: Array<string> | undefined;
|
|
9506
|
+
projectMonitoring?: Array<string> | undefined;
|
|
9507
|
+
projectPermissions?: Array<string> | undefined;
|
|
9508
|
+
projectProductionBranch?: Array<string> | undefined;
|
|
9509
|
+
projectTransfer?: Array<string> | undefined;
|
|
9510
|
+
projectTransferOut?: Array<string> | undefined;
|
|
9511
|
+
projectProtectionBypass?: Array<string> | undefined;
|
|
9512
|
+
projectUsage?: Array<string> | undefined;
|
|
9513
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
9514
|
+
projectSupportCase?: Array<string> | undefined;
|
|
9515
|
+
projectSupportCaseComment?: Array<string> | undefined;
|
|
9516
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
9517
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
9518
|
+
projectTier?: Array<string> | undefined;
|
|
9519
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
9520
|
+
seawallConfig?: Array<string> | undefined;
|
|
9521
|
+
skewProtection?: Array<string> | undefined;
|
|
9522
|
+
analytics?: Array<string> | undefined;
|
|
9523
|
+
trustedIps?: Array<string> | undefined;
|
|
9524
|
+
v0Chat?: Array<string> | undefined;
|
|
9525
|
+
webAnalytics?: Array<string> | undefined;
|
|
9526
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
9527
|
+
sonar?: Array<string> | undefined;
|
|
9504
9528
|
};
|
|
9505
9529
|
|
|
9506
9530
|
/** @internal */
|
|
@@ -9509,74 +9533,6 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9509
9533
|
z.ZodTypeDef,
|
|
9510
9534
|
CreateProjectPermissions
|
|
9511
9535
|
> = z.object({
|
|
9512
|
-
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9513
|
-
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9514
|
-
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9515
|
-
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9516
|
-
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9517
|
-
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9518
|
-
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9519
|
-
deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
|
|
9520
|
-
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9521
|
-
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9522
|
-
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9523
|
-
.optional(),
|
|
9524
|
-
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9525
|
-
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9526
|
-
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9527
|
-
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9528
|
-
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9529
|
-
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9530
|
-
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9531
|
-
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9532
|
-
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9533
|
-
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9534
|
-
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9535
|
-
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9536
|
-
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9537
|
-
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9538
|
-
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9539
|
-
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9540
|
-
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9541
|
-
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9542
|
-
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9543
|
-
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9544
|
-
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9545
|
-
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9546
|
-
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9547
|
-
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9548
|
-
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9549
|
-
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9550
|
-
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9551
|
-
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9552
|
-
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9553
|
-
.optional(),
|
|
9554
|
-
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9555
|
-
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9556
|
-
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9557
|
-
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9558
|
-
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9559
|
-
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9560
|
-
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9561
|
-
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9562
|
-
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9563
|
-
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9564
|
-
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9565
|
-
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9566
|
-
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9567
|
-
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9568
|
-
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9569
|
-
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9570
|
-
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9571
|
-
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9572
|
-
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9573
|
-
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9574
|
-
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9575
|
-
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9576
|
-
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9577
|
-
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9578
|
-
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9579
|
-
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9580
9536
|
oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
|
|
9581
9537
|
user: z.array(ACLAction$outboundSchema).optional(),
|
|
9582
9538
|
userConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -9727,6 +9683,75 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
9727
9683
|
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9728
9684
|
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9729
9685
|
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9686
|
+
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9687
|
+
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9688
|
+
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|
|
9689
|
+
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9690
|
+
connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9691
|
+
dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9692
|
+
deployment: z.array(ACLAction$outboundSchema).optional(),
|
|
9693
|
+
deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
|
|
9694
|
+
deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9695
|
+
deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9696
|
+
deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
|
|
9697
|
+
.optional(),
|
|
9698
|
+
deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
|
|
9699
|
+
deploymentV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9700
|
+
deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
|
|
9701
|
+
deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
|
|
9702
|
+
deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
|
|
9703
|
+
deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
|
|
9704
|
+
edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
|
|
9705
|
+
environments: z.array(ACLAction$outboundSchema).optional(),
|
|
9706
|
+
logs: z.array(ACLAction$outboundSchema).optional(),
|
|
9707
|
+
logsPreset: z.array(ACLAction$outboundSchema).optional(),
|
|
9708
|
+
passwordProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9709
|
+
optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
|
|
9710
|
+
job: z.array(ACLAction$outboundSchema).optional(),
|
|
9711
|
+
observabilityData: z.array(ACLAction$outboundSchema).optional(),
|
|
9712
|
+
onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
|
|
9713
|
+
onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
|
|
9714
|
+
project: z.array(ACLAction$outboundSchema).optional(),
|
|
9715
|
+
projectFromV0: z.array(ACLAction$outboundSchema).optional(),
|
|
9716
|
+
projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
|
|
9717
|
+
projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
|
|
9718
|
+
projectCheck: z.array(ACLAction$outboundSchema).optional(),
|
|
9719
|
+
projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
|
|
9720
|
+
projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
|
|
9721
|
+
projectDomain: z.array(ACLAction$outboundSchema).optional(),
|
|
9722
|
+
projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
|
|
9723
|
+
projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9724
|
+
projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
9725
|
+
projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
|
|
9726
|
+
projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
|
|
9727
|
+
.optional(),
|
|
9728
|
+
projectFlags: z.array(ACLAction$outboundSchema).optional(),
|
|
9729
|
+
projectId: z.array(ACLAction$outboundSchema).optional(),
|
|
9730
|
+
projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
9731
|
+
projectLink: z.array(ACLAction$outboundSchema).optional(),
|
|
9732
|
+
projectMember: z.array(ACLAction$outboundSchema).optional(),
|
|
9733
|
+
projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
|
|
9734
|
+
projectPermissions: z.array(ACLAction$outboundSchema).optional(),
|
|
9735
|
+
projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
|
|
9736
|
+
projectTransfer: z.array(ACLAction$outboundSchema).optional(),
|
|
9737
|
+
projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
|
|
9738
|
+
projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9739
|
+
projectUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9740
|
+
projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
|
|
9741
|
+
projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
|
|
9742
|
+
projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
|
|
9743
|
+
projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
|
|
9744
|
+
projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
|
|
9745
|
+
projectTier: z.array(ACLAction$outboundSchema).optional(),
|
|
9746
|
+
projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
|
|
9747
|
+
seawallConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
9748
|
+
skewProtection: z.array(ACLAction$outboundSchema).optional(),
|
|
9749
|
+
analytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9750
|
+
trustedIps: z.array(ACLAction$outboundSchema).optional(),
|
|
9751
|
+
v0Chat: z.array(ACLAction$outboundSchema).optional(),
|
|
9752
|
+
webAnalytics: z.array(ACLAction$outboundSchema).optional(),
|
|
9753
|
+
sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
|
|
9754
|
+
sonar: z.array(ACLAction$outboundSchema).optional(),
|
|
9730
9755
|
}).transform((v) => {
|
|
9731
9756
|
return remap$(v, {
|
|
9732
9757
|
monitoring: "Monitoring",
|
|
@@ -11267,11 +11292,11 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11267
11292
|
z.lazy(() => CreateProjectLatestDeployments$inboundSchema),
|
|
11268
11293
|
).optional(),
|
|
11269
11294
|
link: z.union([
|
|
11270
|
-
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
11271
|
-
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
11272
11295
|
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
11273
11296
|
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
11274
11297
|
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
11298
|
+
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
11299
|
+
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
11275
11300
|
]).optional(),
|
|
11276
11301
|
microfrontends: z.union([
|
|
11277
11302
|
z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
|
|
@@ -11398,11 +11423,11 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
11398
11423
|
| Array<CreateProjectLatestDeployments$Outbound>
|
|
11399
11424
|
| undefined;
|
|
11400
11425
|
link?:
|
|
11401
|
-
| CreateProjectLink1$Outbound
|
|
11402
|
-
| CreateProjectLink2$Outbound
|
|
11403
11426
|
| CreateProjectLink3$Outbound
|
|
11404
11427
|
| CreateProjectLink4$Outbound
|
|
11405
11428
|
| CreateProjectLink5$Outbound
|
|
11429
|
+
| CreateProjectLink1$Outbound
|
|
11430
|
+
| CreateProjectLink2$Outbound
|
|
11406
11431
|
| undefined;
|
|
11407
11432
|
microfrontends?:
|
|
11408
11433
|
| CreateProjectMicrofrontends1$Outbound
|
|
@@ -11517,11 +11542,11 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
11517
11542
|
z.lazy(() => CreateProjectLatestDeployments$outboundSchema),
|
|
11518
11543
|
).optional(),
|
|
11519
11544
|
link: z.union([
|
|
11520
|
-
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
11521
|
-
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
11522
11545
|
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
11523
11546
|
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
11524
11547
|
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
11548
|
+
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
11549
|
+
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
11525
11550
|
]).optional(),
|
|
11526
11551
|
microfrontends: z.union([
|
|
11527
11552
|
z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
|