@vercel/sdk 1.13.8 → 1.13.9
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 +24 -20
- package/bin/mcp-server.js +2169 -1565
- package/bin/mcp-server.js.map +27 -21
- package/docs/sdks/marketplace/README.md +150 -0
- package/esm/__tests__/domains.test.js +2 -7
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +2 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +16 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.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/marketplaceUpdateInstallation.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInstallation.js +82 -0
- package/esm/funcs/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts +17 -0
- package/esm/funcs/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResource.js +85 -0
- package/esm/funcs/marketplaceUpdateResource.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- 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 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js +27 -0
- package/esm/mcp-server/tools/marketplaceUpdateInstallation.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceUpdateResource.js.map +1 -0
- package/esm/models/buysingledomainop.d.ts +8 -8
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -13
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +154 -156
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +149 -151
- 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/exchangessotokenop.d.ts +2 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +4 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +124 -126
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +131 -133
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +68 -68
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +75 -72
- package/esm/models/importresourceop.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/updateinstallationop.d.ts +242 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -0
- package/esm/models/updateinstallationop.js +246 -0
- package/esm/models/updateinstallationop.js.map +1 -0
- package/esm/models/updateprojectdatacacheop.d.ts +124 -126
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +131 -133
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +154 -156
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +149 -151
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +432 -0
- package/esm/models/updateresourceop.d.ts.map +1 -0
- package/esm/models/updateresourceop.js +393 -0
- package/esm/models/updateresourceop.js.map +1 -0
- package/esm/models/userevent.d.ts +122 -6
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +90 -2
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +16 -0
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +20 -0
- package/esm/sdk/marketplace.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +2 -7
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +2 -6
- package/src/__tests__/marketplace.test.ts +19 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/marketplaceUpdateInstallation.ts +174 -0
- package/src/funcs/marketplaceUpdateResource.ts +179 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/marketplaceUpdateInstallation.ts +35 -0
- package/src/mcp-server/tools/marketplaceUpdateResource.ts +37 -0
- package/src/models/buysingledomainop.ts +16 -14
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +285 -289
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/exchangessotokenop.ts +6 -0
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +255 -259
- package/src/models/importresourceop.ts +142 -115
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateinstallationop.ts +488 -0
- package/src/models/updateprojectdatacacheop.ts +255 -259
- package/src/models/updateprojectop.ts +285 -289
- package/src/models/updateresourceop.ts +823 -0
- package/src/models/userevent.ts +188 -2
- package/src/sdk/marketplace.ts +41 -0
- package/vercel-spec.json +1618 -1190
|
@@ -1117,9 +1117,17 @@ export type GetProjectsPermissions = {
|
|
|
1117
1117
|
userSudo?: Array<ACLAction> | undefined;
|
|
1118
1118
|
webAuthn?: Array<ACLAction> | undefined;
|
|
1119
1119
|
accessGroup?: Array<ACLAction> | undefined;
|
|
1120
|
+
agent?: Array<ACLAction> | undefined;
|
|
1121
|
+
alerts?: Array<ACLAction> | undefined;
|
|
1120
1122
|
aliasGlobal?: Array<ACLAction> | undefined;
|
|
1121
1123
|
analyticsSampling?: Array<ACLAction> | undefined;
|
|
1122
1124
|
analyticsUsage?: Array<ACLAction> | undefined;
|
|
1125
|
+
apiKey?: Array<ACLAction> | undefined;
|
|
1126
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1127
|
+
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1128
|
+
oauth2Application?: Array<ACLAction> | undefined;
|
|
1129
|
+
vercelAppInstallation?: Array<ACLAction> | undefined;
|
|
1130
|
+
vercelAppInstallationRequest?: Array<ACLAction> | undefined;
|
|
1123
1131
|
auditLog?: Array<ACLAction> | undefined;
|
|
1124
1132
|
billingAddress?: Array<ACLAction> | undefined;
|
|
1125
1133
|
billingInformation?: Array<ACLAction> | undefined;
|
|
@@ -1131,6 +1139,7 @@ export type GetProjectsPermissions = {
|
|
|
1131
1139
|
billingRefund?: Array<ACLAction> | undefined;
|
|
1132
1140
|
billingTaxId?: Array<ACLAction> | undefined;
|
|
1133
1141
|
blob?: Array<ACLAction> | undefined;
|
|
1142
|
+
blobStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1134
1143
|
budget?: Array<ACLAction> | undefined;
|
|
1135
1144
|
cacheArtifact?: Array<ACLAction> | undefined;
|
|
1136
1145
|
cacheArtifactUsageEvent?: Array<ACLAction> | undefined;
|
|
@@ -1138,6 +1147,7 @@ export type GetProjectsPermissions = {
|
|
|
1138
1147
|
concurrentBuilds?: Array<ACLAction> | undefined;
|
|
1139
1148
|
connect?: Array<ACLAction> | undefined;
|
|
1140
1149
|
connectConfiguration?: Array<ACLAction> | undefined;
|
|
1150
|
+
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1141
1151
|
defaultDeploymentProtection?: Array<ACLAction> | undefined;
|
|
1142
1152
|
domain?: Array<ACLAction> | undefined;
|
|
1143
1153
|
domainAcceptDelegation?: Array<ACLAction> | undefined;
|
|
@@ -1148,40 +1158,46 @@ export type GetProjectsPermissions = {
|
|
|
1148
1158
|
domainPurchase?: Array<ACLAction> | undefined;
|
|
1149
1159
|
domainRecord?: Array<ACLAction> | undefined;
|
|
1150
1160
|
domainTransferIn?: Array<ACLAction> | undefined;
|
|
1161
|
+
drain?: Array<ACLAction> | undefined;
|
|
1162
|
+
edgeConfig?: Array<ACLAction> | undefined;
|
|
1163
|
+
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1164
|
+
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1165
|
+
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1166
|
+
endpointVerification?: Array<ACLAction> | undefined;
|
|
1151
1167
|
event?: Array<ACLAction> | undefined;
|
|
1152
|
-
ownEvent?: Array<ACLAction> | undefined;
|
|
1153
|
-
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1154
1168
|
fileUpload?: Array<ACLAction> | undefined;
|
|
1155
1169
|
flagsExplorerSubscription?: Array<ACLAction> | undefined;
|
|
1156
1170
|
gitRepository?: Array<ACLAction> | undefined;
|
|
1157
|
-
ipBlocking?: Array<ACLAction> | undefined;
|
|
1158
1171
|
imageOptimizationNewPrice?: Array<ACLAction> | undefined;
|
|
1159
1172
|
integration?: Array<ACLAction> | undefined;
|
|
1160
1173
|
integrationAccount?: Array<ACLAction> | undefined;
|
|
1161
1174
|
integrationConfiguration?: Array<ACLAction> | undefined;
|
|
1162
|
-
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1163
1175
|
integrationConfigurationProjects?: Array<ACLAction> | undefined;
|
|
1164
|
-
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1165
1176
|
integrationConfigurationRole?: Array<ACLAction> | undefined;
|
|
1166
|
-
|
|
1167
|
-
|
|
1177
|
+
integrationConfigurationTransfer?: Array<ACLAction> | undefined;
|
|
1178
|
+
integrationDeploymentAction?: Array<ACLAction> | undefined;
|
|
1168
1179
|
integrationEvent?: Array<ACLAction> | undefined;
|
|
1180
|
+
integrationResource?: Array<ACLAction> | undefined;
|
|
1181
|
+
integrationResourceReplCommand?: Array<ACLAction> | undefined;
|
|
1169
1182
|
integrationResourceSecrets?: Array<ACLAction> | undefined;
|
|
1170
|
-
|
|
1171
|
-
|
|
1183
|
+
integrationSSOSession?: Array<ACLAction> | undefined;
|
|
1184
|
+
integrationStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1185
|
+
integrationVercelConfigurationOverride?: Array<ACLAction> | undefined;
|
|
1186
|
+
ipBlocking?: Array<ACLAction> | undefined;
|
|
1187
|
+
jobGlobal?: Array<ACLAction> | undefined;
|
|
1188
|
+
logDrain?: Array<ACLAction> | undefined;
|
|
1172
1189
|
marketplaceBillingData?: Array<ACLAction> | undefined;
|
|
1190
|
+
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1191
|
+
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1192
|
+
marketplaceInstallationMember?: Array<ACLAction> | undefined;
|
|
1173
1193
|
marketplaceInvoice?: Array<ACLAction> | undefined;
|
|
1174
1194
|
marketplaceSettings?: Array<ACLAction> | undefined;
|
|
1175
|
-
marketplaceExperimentationItem?: Array<ACLAction> | undefined;
|
|
1176
|
-
marketplaceExperimentationEdgeConfigData?: Array<ACLAction> | undefined;
|
|
1177
|
-
jobGlobal?: Array<ACLAction> | undefined;
|
|
1178
|
-
drain?: Array<ACLAction> | undefined;
|
|
1179
|
-
logDrain?: Array<ACLAction> | undefined;
|
|
1180
1195
|
monitoring?: Array<ACLAction> | undefined;
|
|
1181
|
-
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1182
|
-
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1183
|
-
monitoringChart?: Array<ACLAction> | undefined;
|
|
1184
1196
|
monitoringAlert?: Array<ACLAction> | undefined;
|
|
1197
|
+
monitoringChart?: Array<ACLAction> | undefined;
|
|
1198
|
+
monitoringQuery?: Array<ACLAction> | undefined;
|
|
1199
|
+
monitoringSettings?: Array<ACLAction> | undefined;
|
|
1200
|
+
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1185
1201
|
notificationDeploymentFailed?: Array<ACLAction> | undefined;
|
|
1186
1202
|
notificationDomainConfiguration?: Array<ACLAction> | undefined;
|
|
1187
1203
|
notificationDomainExpire?: Array<ACLAction> | undefined;
|
|
@@ -1192,43 +1208,37 @@ export type GetProjectsPermissions = {
|
|
|
1192
1208
|
notificationDomainUnverified?: Array<ACLAction> | undefined;
|
|
1193
1209
|
notificationMonitoringAlert?: Array<ACLAction> | undefined;
|
|
1194
1210
|
notificationPaymentFailed?: Array<ACLAction> | undefined;
|
|
1195
|
-
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1196
1211
|
notificationPreferences?: Array<ACLAction> | undefined;
|
|
1197
|
-
notificationCustomerBudget?: Array<ACLAction> | undefined;
|
|
1198
1212
|
notificationStatementOfReasons?: Array<ACLAction> | undefined;
|
|
1213
|
+
notificationUsageAlert?: Array<ACLAction> | undefined;
|
|
1199
1214
|
observabilityConfiguration?: Array<ACLAction> | undefined;
|
|
1200
|
-
agent?: Array<ACLAction> | undefined;
|
|
1201
|
-
alerts?: Array<ACLAction> | undefined;
|
|
1202
|
-
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1203
1215
|
observabilityFunnel?: Array<ACLAction> | undefined;
|
|
1216
|
+
observabilityNotebook?: Array<ACLAction> | undefined;
|
|
1204
1217
|
openTelemetryEndpoint?: Array<ACLAction> | undefined;
|
|
1205
|
-
|
|
1206
|
-
|
|
1218
|
+
ownEvent?: Array<ACLAction> | undefined;
|
|
1219
|
+
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1207
1220
|
paymentMethod?: Array<ACLAction> | undefined;
|
|
1208
1221
|
permissions?: Array<ACLAction> | undefined;
|
|
1209
1222
|
postgres?: Array<ACLAction> | undefined;
|
|
1223
|
+
postgresStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1210
1224
|
previewDeploymentSuffix?: Array<ACLAction> | undefined;
|
|
1225
|
+
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1211
1226
|
proTrialOnboarding?: Array<ACLAction> | undefined;
|
|
1212
|
-
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1213
|
-
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1214
|
-
space?: Array<ACLAction> | undefined;
|
|
1215
|
-
spaceRun?: Array<ACLAction> | undefined;
|
|
1216
|
-
passwordProtectionInvoiceItem?: Array<ACLAction> | undefined;
|
|
1217
1227
|
rateLimit?: Array<ACLAction> | undefined;
|
|
1218
1228
|
redis?: Array<ACLAction> | undefined;
|
|
1219
|
-
|
|
1229
|
+
redisStoreTokenSet?: Array<ACLAction> | undefined;
|
|
1220
1230
|
remoteCaching?: Array<ACLAction> | undefined;
|
|
1231
|
+
repository?: Array<ACLAction> | undefined;
|
|
1221
1232
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1222
1233
|
secret?: Array<ACLAction> | undefined;
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1234
|
+
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1235
|
+
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1236
|
+
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1237
|
+
space?: Array<ACLAction> | undefined;
|
|
1238
|
+
spaceRun?: Array<ACLAction> | undefined;
|
|
1228
1239
|
storeTransfer?: Array<ACLAction> | undefined;
|
|
1229
1240
|
supportCase?: Array<ACLAction> | undefined;
|
|
1230
1241
|
supportCaseComment?: Array<ACLAction> | undefined;
|
|
1231
|
-
dataCacheBillingSettings?: Array<ACLAction> | undefined;
|
|
1232
1242
|
team?: Array<ACLAction> | undefined;
|
|
1233
1243
|
teamAccessRequest?: Array<ACLAction> | undefined;
|
|
1234
1244
|
teamFellowMembership?: Array<ACLAction> | undefined;
|
|
@@ -1243,26 +1253,15 @@ export type GetProjectsPermissions = {
|
|
|
1243
1253
|
token?: Array<ACLAction> | undefined;
|
|
1244
1254
|
usage?: Array<ACLAction> | undefined;
|
|
1245
1255
|
usageCycle?: Array<ACLAction> | undefined;
|
|
1256
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1257
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1246
1258
|
vpcPeeringConnection?: Array<ACLAction> | undefined;
|
|
1247
1259
|
webAnalyticsPlan?: Array<ACLAction> | undefined;
|
|
1248
|
-
edgeConfig?: Array<ACLAction> | undefined;
|
|
1249
|
-
edgeConfigItem?: Array<ACLAction> | undefined;
|
|
1250
|
-
edgeConfigSchema?: Array<ACLAction> | undefined;
|
|
1251
|
-
edgeConfigToken?: Array<ACLAction> | undefined;
|
|
1252
1260
|
webhook?: Array<ACLAction> | undefined;
|
|
1253
1261
|
webhookEvent?: Array<ACLAction> | undefined;
|
|
1254
|
-
endpointVerification?: Array<ACLAction> | undefined;
|
|
1255
|
-
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1256
|
-
oauth2Application?: Array<ACLAction> | undefined;
|
|
1257
|
-
vercelRun?: Array<ACLAction> | undefined;
|
|
1258
|
-
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1259
|
-
apiKey?: Array<ACLAction> | undefined;
|
|
1260
|
-
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1261
|
-
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1262
1262
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1263
1263
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1264
1264
|
buildMachine?: Array<ACLAction> | undefined;
|
|
1265
|
-
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1266
1265
|
connectConfigurationLink?: Array<ACLAction> | undefined;
|
|
1267
1266
|
dataCacheNamespace?: Array<ACLAction> | undefined;
|
|
1268
1267
|
deployment?: Array<ACLAction> | undefined;
|
|
@@ -1278,54 +1277,54 @@ export type GetProjectsPermissions = {
|
|
|
1278
1277
|
deploymentRollback?: Array<ACLAction> | undefined;
|
|
1279
1278
|
edgeCacheNamespace?: Array<ACLAction> | undefined;
|
|
1280
1279
|
environments?: Array<ACLAction> | undefined;
|
|
1280
|
+
job?: Array<ACLAction> | undefined;
|
|
1281
1281
|
logs?: Array<ACLAction> | undefined;
|
|
1282
1282
|
logsPreset?: Array<ACLAction> | undefined;
|
|
1283
|
-
passwordProtection?: Array<ACLAction> | undefined;
|
|
1284
|
-
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1285
|
-
job?: Array<ACLAction> | undefined;
|
|
1286
1283
|
observabilityData?: Array<ACLAction> | undefined;
|
|
1287
1284
|
onDemandBuild?: Array<ACLAction> | undefined;
|
|
1288
1285
|
onDemandConcurrency?: Array<ACLAction> | undefined;
|
|
1286
|
+
optionsAllowlist?: Array<ACLAction> | undefined;
|
|
1287
|
+
passwordProtection?: Array<ACLAction> | undefined;
|
|
1288
|
+
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1289
1289
|
project?: Array<ACLAction> | undefined;
|
|
1290
|
-
projectFromV0?: Array<ACLAction> | undefined;
|
|
1291
1290
|
projectAccessGroup?: Array<ACLAction> | undefined;
|
|
1292
1291
|
projectAnalyticsSampling?: Array<ACLAction> | undefined;
|
|
1292
|
+
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1293
1293
|
projectCheck?: Array<ACLAction> | undefined;
|
|
1294
1294
|
projectCheckRun?: Array<ACLAction> | undefined;
|
|
1295
|
+
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1295
1296
|
projectDeploymentHook?: Array<ACLAction> | undefined;
|
|
1296
1297
|
projectDomain?: Array<ACLAction> | undefined;
|
|
1297
|
-
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1298
1298
|
projectDomainCheckConfig?: Array<ACLAction> | undefined;
|
|
1299
|
+
projectDomainMove?: Array<ACLAction> | undefined;
|
|
1299
1300
|
projectEnvVars?: Array<ACLAction> | undefined;
|
|
1300
1301
|
projectEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
1301
1302
|
projectEnvVarsUnownedByIntegration?: Array<ACLAction> | undefined;
|
|
1302
1303
|
projectFlags?: Array<ACLAction> | undefined;
|
|
1304
|
+
projectFromV0?: Array<ACLAction> | undefined;
|
|
1303
1305
|
projectId?: Array<ACLAction> | undefined;
|
|
1304
1306
|
projectIntegrationConfiguration?: Array<ACLAction> | undefined;
|
|
1305
1307
|
projectLink?: Array<ACLAction> | undefined;
|
|
1306
1308
|
projectMember?: Array<ACLAction> | undefined;
|
|
1307
1309
|
projectMonitoring?: Array<ACLAction> | undefined;
|
|
1310
|
+
projectOIDCToken?: Array<ACLAction> | undefined;
|
|
1308
1311
|
projectPermissions?: Array<ACLAction> | undefined;
|
|
1309
1312
|
projectProductionBranch?: Array<ACLAction> | undefined;
|
|
1310
|
-
projectTransfer?: Array<ACLAction> | undefined;
|
|
1311
|
-
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1312
1313
|
projectProtectionBypass?: Array<ACLAction> | undefined;
|
|
1313
|
-
|
|
1314
|
-
projectAnalyticsUsage?: Array<ACLAction> | undefined;
|
|
1314
|
+
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1315
1315
|
projectSupportCase?: Array<ACLAction> | undefined;
|
|
1316
1316
|
projectSupportCaseComment?: Array<ACLAction> | undefined;
|
|
1317
|
-
projectDeploymentExpiration?: Array<ACLAction> | undefined;
|
|
1318
|
-
projectRollingRelease?: Array<ACLAction> | undefined;
|
|
1319
1317
|
projectTier?: Array<ACLAction> | undefined;
|
|
1320
|
-
|
|
1318
|
+
projectTransfer?: Array<ACLAction> | undefined;
|
|
1319
|
+
projectTransferOut?: Array<ACLAction> | undefined;
|
|
1320
|
+
projectUsage?: Array<ACLAction> | undefined;
|
|
1321
1321
|
seawallConfig?: Array<ACLAction> | undefined;
|
|
1322
|
+
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1322
1323
|
skewProtection?: Array<ACLAction> | undefined;
|
|
1323
1324
|
analytics?: Array<ACLAction> | undefined;
|
|
1324
1325
|
trustedIps?: Array<ACLAction> | undefined;
|
|
1325
1326
|
v0Chat?: Array<ACLAction> | undefined;
|
|
1326
1327
|
webAnalytics?: Array<ACLAction> | undefined;
|
|
1327
|
-
sharedEnvVarConnection?: Array<ACLAction> | undefined;
|
|
1328
|
-
sonar?: Array<ACLAction> | undefined;
|
|
1329
1328
|
};
|
|
1330
1329
|
export type GetProjectsLastRollbackTarget = {};
|
|
1331
1330
|
export declare const GetProjectsJobStatus: {
|
|
@@ -4877,9 +4876,17 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4877
4876
|
userSudo?: Array<string> | undefined;
|
|
4878
4877
|
webAuthn?: Array<string> | undefined;
|
|
4879
4878
|
accessGroup?: Array<string> | undefined;
|
|
4879
|
+
agent?: Array<string> | undefined;
|
|
4880
|
+
alerts?: Array<string> | undefined;
|
|
4880
4881
|
aliasGlobal?: Array<string> | undefined;
|
|
4881
4882
|
analyticsSampling?: Array<string> | undefined;
|
|
4882
4883
|
analyticsUsage?: Array<string> | undefined;
|
|
4884
|
+
apiKey?: Array<string> | undefined;
|
|
4885
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
4886
|
+
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
4887
|
+
oauth2Application?: Array<string> | undefined;
|
|
4888
|
+
vercelAppInstallation?: Array<string> | undefined;
|
|
4889
|
+
vercelAppInstallationRequest?: Array<string> | undefined;
|
|
4883
4890
|
auditLog?: Array<string> | undefined;
|
|
4884
4891
|
billingAddress?: Array<string> | undefined;
|
|
4885
4892
|
billingInformation?: Array<string> | undefined;
|
|
@@ -4891,6 +4898,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4891
4898
|
billingRefund?: Array<string> | undefined;
|
|
4892
4899
|
billingTaxId?: Array<string> | undefined;
|
|
4893
4900
|
blob?: Array<string> | undefined;
|
|
4901
|
+
blobStoreTokenSet?: Array<string> | undefined;
|
|
4894
4902
|
budget?: Array<string> | undefined;
|
|
4895
4903
|
cacheArtifact?: Array<string> | undefined;
|
|
4896
4904
|
cacheArtifactUsageEvent?: Array<string> | undefined;
|
|
@@ -4898,6 +4906,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4898
4906
|
concurrentBuilds?: Array<string> | undefined;
|
|
4899
4907
|
connect?: Array<string> | undefined;
|
|
4900
4908
|
connectConfiguration?: Array<string> | undefined;
|
|
4909
|
+
dataCacheBillingSettings?: Array<string> | undefined;
|
|
4901
4910
|
defaultDeploymentProtection?: Array<string> | undefined;
|
|
4902
4911
|
domain?: Array<string> | undefined;
|
|
4903
4912
|
domainAcceptDelegation?: Array<string> | undefined;
|
|
@@ -4908,40 +4917,46 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4908
4917
|
domainPurchase?: Array<string> | undefined;
|
|
4909
4918
|
domainRecord?: Array<string> | undefined;
|
|
4910
4919
|
domainTransferIn?: Array<string> | undefined;
|
|
4920
|
+
drain?: Array<string> | undefined;
|
|
4921
|
+
edgeConfig?: Array<string> | undefined;
|
|
4922
|
+
edgeConfigItem?: Array<string> | undefined;
|
|
4923
|
+
edgeConfigSchema?: Array<string> | undefined;
|
|
4924
|
+
edgeConfigToken?: Array<string> | undefined;
|
|
4925
|
+
endpointVerification?: Array<string> | undefined;
|
|
4911
4926
|
event?: Array<string> | undefined;
|
|
4912
|
-
ownEvent?: Array<string> | undefined;
|
|
4913
|
-
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
4914
4927
|
fileUpload?: Array<string> | undefined;
|
|
4915
4928
|
flagsExplorerSubscription?: Array<string> | undefined;
|
|
4916
4929
|
gitRepository?: Array<string> | undefined;
|
|
4917
|
-
ipBlocking?: Array<string> | undefined;
|
|
4918
4930
|
imageOptimizationNewPrice?: Array<string> | undefined;
|
|
4919
4931
|
integration?: Array<string> | undefined;
|
|
4920
4932
|
integrationAccount?: Array<string> | undefined;
|
|
4921
4933
|
integrationConfiguration?: Array<string> | undefined;
|
|
4922
|
-
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
4923
4934
|
integrationConfigurationProjects?: Array<string> | undefined;
|
|
4924
|
-
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
4925
4935
|
integrationConfigurationRole?: Array<string> | undefined;
|
|
4926
|
-
|
|
4927
|
-
|
|
4936
|
+
integrationConfigurationTransfer?: Array<string> | undefined;
|
|
4937
|
+
integrationDeploymentAction?: Array<string> | undefined;
|
|
4928
4938
|
integrationEvent?: Array<string> | undefined;
|
|
4939
|
+
integrationResource?: Array<string> | undefined;
|
|
4940
|
+
integrationResourceReplCommand?: Array<string> | undefined;
|
|
4929
4941
|
integrationResourceSecrets?: Array<string> | undefined;
|
|
4930
|
-
|
|
4931
|
-
|
|
4942
|
+
integrationSSOSession?: Array<string> | undefined;
|
|
4943
|
+
integrationStoreTokenSet?: Array<string> | undefined;
|
|
4944
|
+
integrationVercelConfigurationOverride?: Array<string> | undefined;
|
|
4945
|
+
ipBlocking?: Array<string> | undefined;
|
|
4946
|
+
jobGlobal?: Array<string> | undefined;
|
|
4947
|
+
logDrain?: Array<string> | undefined;
|
|
4932
4948
|
marketplaceBillingData?: Array<string> | undefined;
|
|
4949
|
+
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
4950
|
+
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
4951
|
+
marketplaceInstallationMember?: Array<string> | undefined;
|
|
4933
4952
|
marketplaceInvoice?: Array<string> | undefined;
|
|
4934
4953
|
marketplaceSettings?: Array<string> | undefined;
|
|
4935
|
-
marketplaceExperimentationItem?: Array<string> | undefined;
|
|
4936
|
-
marketplaceExperimentationEdgeConfigData?: Array<string> | undefined;
|
|
4937
|
-
jobGlobal?: Array<string> | undefined;
|
|
4938
|
-
drain?: Array<string> | undefined;
|
|
4939
|
-
logDrain?: Array<string> | undefined;
|
|
4940
4954
|
Monitoring?: Array<string> | undefined;
|
|
4941
|
-
monitoringSettings?: Array<string> | undefined;
|
|
4942
|
-
monitoringQuery?: Array<string> | undefined;
|
|
4943
|
-
monitoringChart?: Array<string> | undefined;
|
|
4944
4955
|
monitoringAlert?: Array<string> | undefined;
|
|
4956
|
+
monitoringChart?: Array<string> | undefined;
|
|
4957
|
+
monitoringQuery?: Array<string> | undefined;
|
|
4958
|
+
monitoringSettings?: Array<string> | undefined;
|
|
4959
|
+
notificationCustomerBudget?: Array<string> | undefined;
|
|
4945
4960
|
notificationDeploymentFailed?: Array<string> | undefined;
|
|
4946
4961
|
notificationDomainConfiguration?: Array<string> | undefined;
|
|
4947
4962
|
notificationDomainExpire?: Array<string> | undefined;
|
|
@@ -4952,43 +4967,37 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
4952
4967
|
notificationDomainUnverified?: Array<string> | undefined;
|
|
4953
4968
|
NotificationMonitoringAlert?: Array<string> | undefined;
|
|
4954
4969
|
notificationPaymentFailed?: Array<string> | undefined;
|
|
4955
|
-
notificationUsageAlert?: Array<string> | undefined;
|
|
4956
4970
|
notificationPreferences?: Array<string> | undefined;
|
|
4957
|
-
notificationCustomerBudget?: Array<string> | undefined;
|
|
4958
4971
|
notificationStatementOfReasons?: Array<string> | undefined;
|
|
4972
|
+
notificationUsageAlert?: Array<string> | undefined;
|
|
4959
4973
|
observabilityConfiguration?: Array<string> | undefined;
|
|
4960
|
-
agent?: Array<string> | undefined;
|
|
4961
|
-
alerts?: Array<string> | undefined;
|
|
4962
|
-
observabilityNotebook?: Array<string> | undefined;
|
|
4963
4974
|
observabilityFunnel?: Array<string> | undefined;
|
|
4975
|
+
observabilityNotebook?: Array<string> | undefined;
|
|
4964
4976
|
openTelemetryEndpoint?: Array<string> | undefined;
|
|
4965
|
-
|
|
4966
|
-
|
|
4977
|
+
ownEvent?: Array<string> | undefined;
|
|
4978
|
+
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
4967
4979
|
paymentMethod?: Array<string> | undefined;
|
|
4968
4980
|
permissions?: Array<string> | undefined;
|
|
4969
4981
|
postgres?: Array<string> | undefined;
|
|
4982
|
+
postgresStoreTokenSet?: Array<string> | undefined;
|
|
4970
4983
|
previewDeploymentSuffix?: Array<string> | undefined;
|
|
4984
|
+
projectTransferIn?: Array<string> | undefined;
|
|
4971
4985
|
proTrialOnboarding?: Array<string> | undefined;
|
|
4972
|
-
sharedEnvVars?: Array<string> | undefined;
|
|
4973
|
-
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
4974
|
-
space?: Array<string> | undefined;
|
|
4975
|
-
spaceRun?: Array<string> | undefined;
|
|
4976
|
-
passwordProtectionInvoiceItem?: Array<string> | undefined;
|
|
4977
4986
|
rateLimit?: Array<string> | undefined;
|
|
4978
4987
|
redis?: Array<string> | undefined;
|
|
4979
|
-
|
|
4988
|
+
redisStoreTokenSet?: Array<string> | undefined;
|
|
4980
4989
|
remoteCaching?: Array<string> | undefined;
|
|
4990
|
+
repository?: Array<string> | undefined;
|
|
4981
4991
|
samlConfig?: Array<string> | undefined;
|
|
4982
4992
|
secret?: Array<string> | undefined;
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4993
|
+
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
4994
|
+
sharedEnvVars?: Array<string> | undefined;
|
|
4995
|
+
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
4996
|
+
space?: Array<string> | undefined;
|
|
4997
|
+
spaceRun?: Array<string> | undefined;
|
|
4988
4998
|
storeTransfer?: Array<string> | undefined;
|
|
4989
4999
|
supportCase?: Array<string> | undefined;
|
|
4990
5000
|
supportCaseComment?: Array<string> | undefined;
|
|
4991
|
-
dataCacheBillingSettings?: Array<string> | undefined;
|
|
4992
5001
|
team?: Array<string> | undefined;
|
|
4993
5002
|
teamAccessRequest?: Array<string> | undefined;
|
|
4994
5003
|
teamFellowMembership?: Array<string> | undefined;
|
|
@@ -5003,26 +5012,15 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5003
5012
|
token?: Array<string> | undefined;
|
|
5004
5013
|
usage?: Array<string> | undefined;
|
|
5005
5014
|
usageCycle?: Array<string> | undefined;
|
|
5015
|
+
vercelRun?: Array<string> | undefined;
|
|
5016
|
+
vercelRunExec?: Array<string> | undefined;
|
|
5006
5017
|
vpcPeeringConnection?: Array<string> | undefined;
|
|
5007
5018
|
webAnalyticsPlan?: Array<string> | undefined;
|
|
5008
|
-
edgeConfig?: Array<string> | undefined;
|
|
5009
|
-
edgeConfigItem?: Array<string> | undefined;
|
|
5010
|
-
edgeConfigSchema?: Array<string> | undefined;
|
|
5011
|
-
edgeConfigToken?: Array<string> | undefined;
|
|
5012
5019
|
webhook?: Array<string> | undefined;
|
|
5013
5020
|
"webhook-event"?: Array<string> | undefined;
|
|
5014
|
-
endpointVerification?: Array<string> | undefined;
|
|
5015
|
-
projectTransferIn?: Array<string> | undefined;
|
|
5016
|
-
oauth2Application?: Array<string> | undefined;
|
|
5017
|
-
vercelRun?: Array<string> | undefined;
|
|
5018
|
-
vercelRunExec?: Array<string> | undefined;
|
|
5019
|
-
apiKey?: Array<string> | undefined;
|
|
5020
|
-
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
5021
|
-
apiKeyAiGateway?: Array<string> | undefined;
|
|
5022
5021
|
aliasProject?: Array<string> | undefined;
|
|
5023
5022
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
5024
5023
|
buildMachine?: Array<string> | undefined;
|
|
5025
|
-
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5026
5024
|
connectConfigurationLink?: Array<string> | undefined;
|
|
5027
5025
|
dataCacheNamespace?: Array<string> | undefined;
|
|
5028
5026
|
deployment?: Array<string> | undefined;
|
|
@@ -5038,54 +5036,54 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
5038
5036
|
deploymentRollback?: Array<string> | undefined;
|
|
5039
5037
|
edgeCacheNamespace?: Array<string> | undefined;
|
|
5040
5038
|
environments?: Array<string> | undefined;
|
|
5039
|
+
job?: Array<string> | undefined;
|
|
5041
5040
|
logs?: Array<string> | undefined;
|
|
5042
5041
|
logsPreset?: Array<string> | undefined;
|
|
5043
|
-
passwordProtection?: Array<string> | undefined;
|
|
5044
|
-
optionsAllowlist?: Array<string> | undefined;
|
|
5045
|
-
job?: Array<string> | undefined;
|
|
5046
5042
|
observabilityData?: Array<string> | undefined;
|
|
5047
5043
|
onDemandBuild?: Array<string> | undefined;
|
|
5048
5044
|
onDemandConcurrency?: Array<string> | undefined;
|
|
5045
|
+
optionsAllowlist?: Array<string> | undefined;
|
|
5046
|
+
passwordProtection?: Array<string> | undefined;
|
|
5047
|
+
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
5049
5048
|
project?: Array<string> | undefined;
|
|
5050
|
-
projectFromV0?: Array<string> | undefined;
|
|
5051
5049
|
projectAccessGroup?: Array<string> | undefined;
|
|
5052
5050
|
projectAnalyticsSampling?: Array<string> | undefined;
|
|
5051
|
+
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5053
5052
|
projectCheck?: Array<string> | undefined;
|
|
5054
5053
|
projectCheckRun?: Array<string> | undefined;
|
|
5054
|
+
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5055
5055
|
projectDeploymentHook?: Array<string> | undefined;
|
|
5056
5056
|
projectDomain?: Array<string> | undefined;
|
|
5057
|
-
projectDomainMove?: Array<string> | undefined;
|
|
5058
5057
|
projectDomainCheckConfig?: Array<string> | undefined;
|
|
5058
|
+
projectDomainMove?: Array<string> | undefined;
|
|
5059
5059
|
projectEnvVars?: Array<string> | undefined;
|
|
5060
5060
|
projectEnvVarsProduction?: Array<string> | undefined;
|
|
5061
5061
|
projectEnvVarsUnownedByIntegration?: Array<string> | undefined;
|
|
5062
5062
|
projectFlags?: Array<string> | undefined;
|
|
5063
|
+
projectFromV0?: Array<string> | undefined;
|
|
5063
5064
|
projectId?: Array<string> | undefined;
|
|
5064
5065
|
projectIntegrationConfiguration?: Array<string> | undefined;
|
|
5065
5066
|
projectLink?: Array<string> | undefined;
|
|
5066
5067
|
projectMember?: Array<string> | undefined;
|
|
5067
5068
|
projectMonitoring?: Array<string> | undefined;
|
|
5069
|
+
projectOIDCToken?: Array<string> | undefined;
|
|
5068
5070
|
projectPermissions?: Array<string> | undefined;
|
|
5069
5071
|
projectProductionBranch?: Array<string> | undefined;
|
|
5070
|
-
projectTransfer?: Array<string> | undefined;
|
|
5071
|
-
projectTransferOut?: Array<string> | undefined;
|
|
5072
5072
|
projectProtectionBypass?: Array<string> | undefined;
|
|
5073
|
-
|
|
5074
|
-
projectAnalyticsUsage?: Array<string> | undefined;
|
|
5073
|
+
projectRollingRelease?: Array<string> | undefined;
|
|
5075
5074
|
projectSupportCase?: Array<string> | undefined;
|
|
5076
5075
|
projectSupportCaseComment?: Array<string> | undefined;
|
|
5077
|
-
projectDeploymentExpiration?: Array<string> | undefined;
|
|
5078
|
-
projectRollingRelease?: Array<string> | undefined;
|
|
5079
5076
|
projectTier?: Array<string> | undefined;
|
|
5080
|
-
|
|
5077
|
+
projectTransfer?: Array<string> | undefined;
|
|
5078
|
+
projectTransferOut?: Array<string> | undefined;
|
|
5079
|
+
projectUsage?: Array<string> | undefined;
|
|
5081
5080
|
seawallConfig?: Array<string> | undefined;
|
|
5081
|
+
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5082
5082
|
skewProtection?: Array<string> | undefined;
|
|
5083
5083
|
analytics?: Array<string> | undefined;
|
|
5084
5084
|
trustedIps?: Array<string> | undefined;
|
|
5085
5085
|
v0Chat?: Array<string> | undefined;
|
|
5086
5086
|
webAnalytics?: Array<string> | undefined;
|
|
5087
|
-
sharedEnvVarConnection?: Array<string> | undefined;
|
|
5088
|
-
sonar?: Array<string> | undefined;
|
|
5089
5087
|
};
|
|
5090
5088
|
/** @internal */
|
|
5091
5089
|
export declare const GetProjectsPermissions$outboundSchema: z.ZodType<GetProjectsPermissions$Outbound, z.ZodTypeDef, GetProjectsPermissions>;
|