@vercel/sdk 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/bin/mcp-server.js +1163 -2379
- package/bin/mcp-server.js.map +23 -38
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -14
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +41 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +29 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -3
- package/esm/models/canceldeploymentop.js +1 -1
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +46 -16
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +17 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +46 -16
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +17 -5
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +46 -16
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +17 -5
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +46 -16
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +17 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +569 -512
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +703 -645
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/security.test.ts +1 -14
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -11
- package/src/models/authuser.ts +74 -0
- package/src/models/canceldeploymentop.ts +1 -1
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectop.ts +42 -6
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectsop.ts +42 -6
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/updateprojectdatacacheop.ts +42 -6
- package/src/models/updateprojectop.ts +42 -6
- package/src/models/userevent.ts +1328 -1193
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/vercel-spec.json +341 -1272
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsGitNamespaces.ts +0 -185
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
- package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
|
@@ -538,18 +538,30 @@ export type GetProjectsAliasError = {
|
|
|
538
538
|
message: string;
|
|
539
539
|
};
|
|
540
540
|
|
|
541
|
+
/**
|
|
542
|
+
* The type of matching to perform
|
|
543
|
+
*/
|
|
541
544
|
export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
542
545
|
EndsWith: "endsWith",
|
|
543
546
|
StartsWith: "startsWith",
|
|
544
547
|
Equals: "equals",
|
|
545
548
|
} as const;
|
|
549
|
+
/**
|
|
550
|
+
* The type of matching to perform
|
|
551
|
+
*/
|
|
546
552
|
export type GetProjectsProjectsResponse200ApplicationJSONResponseBodyType =
|
|
547
553
|
ClosedEnum<
|
|
548
554
|
typeof GetProjectsProjectsResponse200ApplicationJSONResponseBodyType
|
|
549
555
|
>;
|
|
550
556
|
|
|
551
557
|
export type GetProjectsBranchMatcher = {
|
|
558
|
+
/**
|
|
559
|
+
* The type of matching to perform
|
|
560
|
+
*/
|
|
552
561
|
type: GetProjectsProjectsResponse200ApplicationJSONResponseBodyType;
|
|
562
|
+
/**
|
|
563
|
+
* The pattern to match against branch names
|
|
564
|
+
*/
|
|
553
565
|
pattern: string;
|
|
554
566
|
};
|
|
555
567
|
|
|
@@ -794,7 +806,7 @@ export type GetProjectsMicrofrontends1 = {
|
|
|
794
806
|
*/
|
|
795
807
|
isDefaultApp?: boolean | undefined;
|
|
796
808
|
/**
|
|
797
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
809
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
798
810
|
*/
|
|
799
811
|
defaultRoute?: string | undefined;
|
|
800
812
|
/**
|
|
@@ -893,8 +905,8 @@ export type GetProjectsDefaultResourceConfig = {
|
|
|
893
905
|
};
|
|
894
906
|
|
|
895
907
|
export const GetProjectsDeploymentType = {
|
|
896
|
-
Preview: "preview",
|
|
897
908
|
All: "all",
|
|
909
|
+
Preview: "preview",
|
|
898
910
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
899
911
|
} as const;
|
|
900
912
|
export type GetProjectsDeploymentType = ClosedEnum<
|
|
@@ -912,17 +924,29 @@ export type GetProjectsProjectsAliasError = {
|
|
|
912
924
|
message: string;
|
|
913
925
|
};
|
|
914
926
|
|
|
927
|
+
/**
|
|
928
|
+
* The type of matching to perform
|
|
929
|
+
*/
|
|
915
930
|
export const GetProjectsProjectsResponse200ApplicationJSONType = {
|
|
916
931
|
EndsWith: "endsWith",
|
|
917
932
|
StartsWith: "startsWith",
|
|
918
933
|
Equals: "equals",
|
|
919
934
|
} as const;
|
|
935
|
+
/**
|
|
936
|
+
* The type of matching to perform
|
|
937
|
+
*/
|
|
920
938
|
export type GetProjectsProjectsResponse200ApplicationJSONType = ClosedEnum<
|
|
921
939
|
typeof GetProjectsProjectsResponse200ApplicationJSONType
|
|
922
940
|
>;
|
|
923
941
|
|
|
924
942
|
export type GetProjectsProjectsBranchMatcher = {
|
|
943
|
+
/**
|
|
944
|
+
* The type of matching to perform
|
|
945
|
+
*/
|
|
925
946
|
type: GetProjectsProjectsResponse200ApplicationJSONType;
|
|
947
|
+
/**
|
|
948
|
+
* The pattern to match against branch names
|
|
949
|
+
*/
|
|
926
950
|
pattern: string;
|
|
927
951
|
};
|
|
928
952
|
|
|
@@ -1166,6 +1190,7 @@ export type GetProjectsPermissions = {
|
|
|
1166
1190
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1167
1191
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1168
1192
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1193
|
+
teamMemberMfaStatus?: Array<ACLAction> | undefined;
|
|
1169
1194
|
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1170
1195
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1171
1196
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
@@ -1183,6 +1208,8 @@ export type GetProjectsPermissions = {
|
|
|
1183
1208
|
endpointVerification?: Array<ACLAction> | undefined;
|
|
1184
1209
|
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1185
1210
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1211
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1212
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1186
1213
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1187
1214
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1188
1215
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
@@ -1282,10 +1309,10 @@ export type GetProjectsProtectionBypass = {
|
|
|
1282
1309
|
};
|
|
1283
1310
|
|
|
1284
1311
|
export const GetProjectsTrustedIpsProjectsDeploymentType = {
|
|
1285
|
-
Production: "production",
|
|
1286
|
-
Preview: "preview",
|
|
1287
1312
|
All: "all",
|
|
1313
|
+
Preview: "preview",
|
|
1288
1314
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1315
|
+
Production: "production",
|
|
1289
1316
|
} as const;
|
|
1290
1317
|
export type GetProjectsTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1291
1318
|
typeof GetProjectsTrustedIpsProjectsDeploymentType
|
|
@@ -1296,10 +1323,10 @@ export type GetProjectsTrustedIps2 = {
|
|
|
1296
1323
|
};
|
|
1297
1324
|
|
|
1298
1325
|
export const GetProjectsTrustedIpsDeploymentType = {
|
|
1299
|
-
Production: "production",
|
|
1300
|
-
Preview: "preview",
|
|
1301
1326
|
All: "all",
|
|
1327
|
+
Preview: "preview",
|
|
1302
1328
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1329
|
+
Production: "production",
|
|
1303
1330
|
} as const;
|
|
1304
1331
|
export type GetProjectsTrustedIpsDeploymentType = ClosedEnum<
|
|
1305
1332
|
typeof GetProjectsTrustedIpsDeploymentType
|
|
@@ -6939,6 +6966,7 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
6939
6966
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
6940
6967
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
6941
6968
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6969
|
+
teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
|
|
6942
6970
|
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
6943
6971
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
6944
6972
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6956,6 +6984,8 @@ export const GetProjectsPermissions$inboundSchema: z.ZodType<
|
|
|
6956
6984
|
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
6957
6985
|
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
6958
6986
|
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
6987
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
6988
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
6959
6989
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
6960
6990
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
6961
6991
|
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7141,6 +7171,7 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
7141
7171
|
teamInvite?: Array<string> | undefined;
|
|
7142
7172
|
teamInviteCode?: Array<string> | undefined;
|
|
7143
7173
|
teamJoin?: Array<string> | undefined;
|
|
7174
|
+
teamMemberMfaStatus?: Array<string> | undefined;
|
|
7144
7175
|
teamMicrofrontends?: Array<string> | undefined;
|
|
7145
7176
|
teamOwnMembership?: Array<string> | undefined;
|
|
7146
7177
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
@@ -7158,6 +7189,8 @@ export type GetProjectsPermissions$Outbound = {
|
|
|
7158
7189
|
endpointVerification?: Array<string> | undefined;
|
|
7159
7190
|
projectTransferIn?: Array<string> | undefined;
|
|
7160
7191
|
oauth2Application?: Array<string> | undefined;
|
|
7192
|
+
vercelRun?: Array<string> | undefined;
|
|
7193
|
+
vercelRunExec?: Array<string> | undefined;
|
|
7161
7194
|
aliasProject?: Array<string> | undefined;
|
|
7162
7195
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
7163
7196
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
@@ -7344,6 +7377,7 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
7344
7377
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
7345
7378
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
7346
7379
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
7380
|
+
teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
|
|
7347
7381
|
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
7348
7382
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
7349
7383
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -7361,6 +7395,8 @@ export const GetProjectsPermissions$outboundSchema: z.ZodType<
|
|
|
7361
7395
|
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
7362
7396
|
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
7363
7397
|
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
7398
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
7399
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
7364
7400
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
7365
7401
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
7366
7402
|
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -96,12 +96,12 @@ export type GetTeamMembersRole = ClosedEnum<typeof GetTeamMembersRole>;
|
|
|
96
96
|
export const GetTeamMembersOrigin = {
|
|
97
97
|
Teams: "teams",
|
|
98
98
|
Link: "link",
|
|
99
|
-
|
|
100
|
-
Import: "import",
|
|
99
|
+
Saml: "saml",
|
|
101
100
|
Github: "github",
|
|
102
101
|
Gitlab: "gitlab",
|
|
103
102
|
Bitbucket: "bitbucket",
|
|
104
|
-
|
|
103
|
+
Mail: "mail",
|
|
104
|
+
Import: "import",
|
|
105
105
|
Dsync: "dsync",
|
|
106
106
|
Feedback: "feedback",
|
|
107
107
|
OrganizationTeams: "organization-teams",
|
|
@@ -26,6 +26,9 @@ export type GetV9ProjectsIdOrNameCustomEnvironmentsRequest = {
|
|
|
26
26
|
slug?: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
+
/**
|
|
30
|
+
* Internal representation of a custom environment with all required properties
|
|
31
|
+
*/
|
|
29
32
|
export type GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments = {};
|
|
30
33
|
|
|
31
34
|
export type GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody = {
|
|
@@ -500,18 +500,30 @@ export type UpdateProjectDataCacheProjectsAliasError = {
|
|
|
500
500
|
message: string;
|
|
501
501
|
};
|
|
502
502
|
|
|
503
|
+
/**
|
|
504
|
+
* The type of matching to perform
|
|
505
|
+
*/
|
|
503
506
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = {
|
|
504
507
|
EndsWith: "endsWith",
|
|
505
508
|
StartsWith: "startsWith",
|
|
506
509
|
Equals: "equals",
|
|
507
510
|
} as const;
|
|
511
|
+
/**
|
|
512
|
+
* The type of matching to perform
|
|
513
|
+
*/
|
|
508
514
|
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType =
|
|
509
515
|
ClosedEnum<
|
|
510
516
|
typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType
|
|
511
517
|
>;
|
|
512
518
|
|
|
513
519
|
export type UpdateProjectDataCacheProjectsBranchMatcher = {
|
|
520
|
+
/**
|
|
521
|
+
* The type of matching to perform
|
|
522
|
+
*/
|
|
514
523
|
type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
|
|
524
|
+
/**
|
|
525
|
+
* The pattern to match against branch names
|
|
526
|
+
*/
|
|
515
527
|
pattern: string;
|
|
516
528
|
};
|
|
517
529
|
|
|
@@ -759,7 +771,7 @@ export type UpdateProjectDataCacheMicrofrontends1 = {
|
|
|
759
771
|
*/
|
|
760
772
|
isDefaultApp?: boolean | undefined;
|
|
761
773
|
/**
|
|
762
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
774
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
763
775
|
*/
|
|
764
776
|
defaultRoute?: string | undefined;
|
|
765
777
|
/**
|
|
@@ -860,8 +872,8 @@ export type DefaultResourceConfig = {
|
|
|
860
872
|
};
|
|
861
873
|
|
|
862
874
|
export const UpdateProjectDataCacheDeploymentType = {
|
|
863
|
-
Preview: "preview",
|
|
864
875
|
All: "all",
|
|
876
|
+
Preview: "preview",
|
|
865
877
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
866
878
|
} as const;
|
|
867
879
|
export type UpdateProjectDataCacheDeploymentType = ClosedEnum<
|
|
@@ -879,20 +891,32 @@ export type UpdateProjectDataCacheAliasError = {
|
|
|
879
891
|
message: string;
|
|
880
892
|
};
|
|
881
893
|
|
|
894
|
+
/**
|
|
895
|
+
* The type of matching to perform
|
|
896
|
+
*/
|
|
882
897
|
export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType =
|
|
883
898
|
{
|
|
884
899
|
EndsWith: "endsWith",
|
|
885
900
|
StartsWith: "startsWith",
|
|
886
901
|
Equals: "equals",
|
|
887
902
|
} as const;
|
|
903
|
+
/**
|
|
904
|
+
* The type of matching to perform
|
|
905
|
+
*/
|
|
888
906
|
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType =
|
|
889
907
|
ClosedEnum<
|
|
890
908
|
typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType
|
|
891
909
|
>;
|
|
892
910
|
|
|
893
911
|
export type UpdateProjectDataCacheBranchMatcher = {
|
|
912
|
+
/**
|
|
913
|
+
* The type of matching to perform
|
|
914
|
+
*/
|
|
894
915
|
type:
|
|
895
916
|
UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
|
|
917
|
+
/**
|
|
918
|
+
* The pattern to match against branch names
|
|
919
|
+
*/
|
|
896
920
|
pattern: string;
|
|
897
921
|
};
|
|
898
922
|
|
|
@@ -1136,6 +1160,7 @@ export type Permissions = {
|
|
|
1136
1160
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1137
1161
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1138
1162
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1163
|
+
teamMemberMfaStatus?: Array<ACLAction> | undefined;
|
|
1139
1164
|
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1140
1165
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1141
1166
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
@@ -1153,6 +1178,8 @@ export type Permissions = {
|
|
|
1153
1178
|
endpointVerification?: Array<ACLAction> | undefined;
|
|
1154
1179
|
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1155
1180
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1181
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1182
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1156
1183
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1157
1184
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1158
1185
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
@@ -1252,10 +1279,10 @@ export type ProtectionBypass = {
|
|
|
1252
1279
|
};
|
|
1253
1280
|
|
|
1254
1281
|
export const UpdateProjectDataCacheTrustedIpsDeploymentType = {
|
|
1255
|
-
Production: "production",
|
|
1256
|
-
Preview: "preview",
|
|
1257
1282
|
All: "all",
|
|
1283
|
+
Preview: "preview",
|
|
1258
1284
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1285
|
+
Production: "production",
|
|
1259
1286
|
} as const;
|
|
1260
1287
|
export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<
|
|
1261
1288
|
typeof UpdateProjectDataCacheTrustedIpsDeploymentType
|
|
@@ -1266,10 +1293,10 @@ export type TrustedIps2 = {
|
|
|
1266
1293
|
};
|
|
1267
1294
|
|
|
1268
1295
|
export const TrustedIpsDeploymentType = {
|
|
1269
|
-
Production: "production",
|
|
1270
|
-
Preview: "preview",
|
|
1271
1296
|
All: "all",
|
|
1297
|
+
Preview: "preview",
|
|
1272
1298
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1299
|
+
Production: "production",
|
|
1273
1300
|
} as const;
|
|
1274
1301
|
export type TrustedIpsDeploymentType = ClosedEnum<
|
|
1275
1302
|
typeof TrustedIpsDeploymentType
|
|
@@ -6898,6 +6925,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
6898
6925
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
6899
6926
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
6900
6927
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
6928
|
+
teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
|
|
6901
6929
|
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
6902
6930
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
6903
6931
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -6915,6 +6943,8 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
6915
6943
|
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
6916
6944
|
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
6917
6945
|
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
6946
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
6947
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
6918
6948
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
6919
6949
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
6920
6950
|
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7100,6 +7130,7 @@ export type Permissions$Outbound = {
|
|
|
7100
7130
|
teamInvite?: Array<string> | undefined;
|
|
7101
7131
|
teamInviteCode?: Array<string> | undefined;
|
|
7102
7132
|
teamJoin?: Array<string> | undefined;
|
|
7133
|
+
teamMemberMfaStatus?: Array<string> | undefined;
|
|
7103
7134
|
teamMicrofrontends?: Array<string> | undefined;
|
|
7104
7135
|
teamOwnMembership?: Array<string> | undefined;
|
|
7105
7136
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
@@ -7117,6 +7148,8 @@ export type Permissions$Outbound = {
|
|
|
7117
7148
|
endpointVerification?: Array<string> | undefined;
|
|
7118
7149
|
projectTransferIn?: Array<string> | undefined;
|
|
7119
7150
|
oauth2Application?: Array<string> | undefined;
|
|
7151
|
+
vercelRun?: Array<string> | undefined;
|
|
7152
|
+
vercelRunExec?: Array<string> | undefined;
|
|
7120
7153
|
aliasProject?: Array<string> | undefined;
|
|
7121
7154
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
7122
7155
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
@@ -7303,6 +7336,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
7303
7336
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
7304
7337
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
7305
7338
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
7339
|
+
teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
|
|
7306
7340
|
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
7307
7341
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
7308
7342
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -7320,6 +7354,8 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
7320
7354
|
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
7321
7355
|
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
7322
7356
|
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
7357
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
7358
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
7323
7359
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
7324
7360
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
7325
7361
|
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -813,18 +813,30 @@ export type UpdateProjectAliasError = {
|
|
|
813
813
|
message: string;
|
|
814
814
|
};
|
|
815
815
|
|
|
816
|
+
/**
|
|
817
|
+
* The type of matching to perform
|
|
818
|
+
*/
|
|
816
819
|
export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
|
|
817
820
|
EndsWith: "endsWith",
|
|
818
821
|
StartsWith: "startsWith",
|
|
819
822
|
Equals: "equals",
|
|
820
823
|
} as const;
|
|
824
|
+
/**
|
|
825
|
+
* The type of matching to perform
|
|
826
|
+
*/
|
|
821
827
|
export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType =
|
|
822
828
|
ClosedEnum<
|
|
823
829
|
typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType
|
|
824
830
|
>;
|
|
825
831
|
|
|
826
832
|
export type UpdateProjectBranchMatcher = {
|
|
833
|
+
/**
|
|
834
|
+
* The type of matching to perform
|
|
835
|
+
*/
|
|
827
836
|
type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType;
|
|
837
|
+
/**
|
|
838
|
+
* The pattern to match against branch names
|
|
839
|
+
*/
|
|
828
840
|
pattern: string;
|
|
829
841
|
};
|
|
830
842
|
|
|
@@ -1073,7 +1085,7 @@ export type UpdateProjectMicrofrontends1 = {
|
|
|
1073
1085
|
*/
|
|
1074
1086
|
isDefaultApp?: boolean | undefined;
|
|
1075
1087
|
/**
|
|
1076
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
1088
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
1077
1089
|
*/
|
|
1078
1090
|
defaultRoute?: string | undefined;
|
|
1079
1091
|
/**
|
|
@@ -1176,8 +1188,8 @@ export type UpdateProjectDefaultResourceConfig = {
|
|
|
1176
1188
|
};
|
|
1177
1189
|
|
|
1178
1190
|
export const UpdateProjectProjectsResponseDeploymentType = {
|
|
1179
|
-
Preview: "preview",
|
|
1180
1191
|
All: "all",
|
|
1192
|
+
Preview: "preview",
|
|
1181
1193
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1182
1194
|
} as const;
|
|
1183
1195
|
export type UpdateProjectProjectsResponseDeploymentType = ClosedEnum<
|
|
@@ -1195,17 +1207,29 @@ export type UpdateProjectProjectsAliasError = {
|
|
|
1195
1207
|
message: string;
|
|
1196
1208
|
};
|
|
1197
1209
|
|
|
1210
|
+
/**
|
|
1211
|
+
* The type of matching to perform
|
|
1212
|
+
*/
|
|
1198
1213
|
export const UpdateProjectProjectsResponse200ApplicationJSONType = {
|
|
1199
1214
|
EndsWith: "endsWith",
|
|
1200
1215
|
StartsWith: "startsWith",
|
|
1201
1216
|
Equals: "equals",
|
|
1202
1217
|
} as const;
|
|
1218
|
+
/**
|
|
1219
|
+
* The type of matching to perform
|
|
1220
|
+
*/
|
|
1203
1221
|
export type UpdateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<
|
|
1204
1222
|
typeof UpdateProjectProjectsResponse200ApplicationJSONType
|
|
1205
1223
|
>;
|
|
1206
1224
|
|
|
1207
1225
|
export type UpdateProjectProjectsBranchMatcher = {
|
|
1226
|
+
/**
|
|
1227
|
+
* The type of matching to perform
|
|
1228
|
+
*/
|
|
1208
1229
|
type: UpdateProjectProjectsResponse200ApplicationJSONType;
|
|
1230
|
+
/**
|
|
1231
|
+
* The pattern to match against branch names
|
|
1232
|
+
*/
|
|
1209
1233
|
pattern: string;
|
|
1210
1234
|
};
|
|
1211
1235
|
|
|
@@ -1449,6 +1473,7 @@ export type UpdateProjectPermissions = {
|
|
|
1449
1473
|
teamInvite?: Array<ACLAction> | undefined;
|
|
1450
1474
|
teamInviteCode?: Array<ACLAction> | undefined;
|
|
1451
1475
|
teamJoin?: Array<ACLAction> | undefined;
|
|
1476
|
+
teamMemberMfaStatus?: Array<ACLAction> | undefined;
|
|
1452
1477
|
teamMicrofrontends?: Array<ACLAction> | undefined;
|
|
1453
1478
|
teamOwnMembership?: Array<ACLAction> | undefined;
|
|
1454
1479
|
teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
|
|
@@ -1466,6 +1491,8 @@ export type UpdateProjectPermissions = {
|
|
|
1466
1491
|
endpointVerification?: Array<ACLAction> | undefined;
|
|
1467
1492
|
projectTransferIn?: Array<ACLAction> | undefined;
|
|
1468
1493
|
oauth2Application?: Array<ACLAction> | undefined;
|
|
1494
|
+
vercelRun?: Array<ACLAction> | undefined;
|
|
1495
|
+
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1469
1496
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1470
1497
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1471
1498
|
productionAliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
@@ -1565,10 +1592,10 @@ export type UpdateProjectProtectionBypass = {
|
|
|
1565
1592
|
};
|
|
1566
1593
|
|
|
1567
1594
|
export const UpdateProjectTrustedIpsProjectsDeploymentType = {
|
|
1568
|
-
Production: "production",
|
|
1569
|
-
Preview: "preview",
|
|
1570
1595
|
All: "all",
|
|
1596
|
+
Preview: "preview",
|
|
1571
1597
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1598
|
+
Production: "production",
|
|
1572
1599
|
} as const;
|
|
1573
1600
|
export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
|
|
1574
1601
|
typeof UpdateProjectTrustedIpsProjectsDeploymentType
|
|
@@ -1579,10 +1606,10 @@ export type UpdateProjectTrustedIps2 = {
|
|
|
1579
1606
|
};
|
|
1580
1607
|
|
|
1581
1608
|
export const UpdateProjectTrustedIpsDeploymentType = {
|
|
1582
|
-
Production: "production",
|
|
1583
|
-
Preview: "preview",
|
|
1584
1609
|
All: "all",
|
|
1610
|
+
Preview: "preview",
|
|
1585
1611
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
1612
|
+
Production: "production",
|
|
1586
1613
|
} as const;
|
|
1587
1614
|
export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<
|
|
1588
1615
|
typeof UpdateProjectTrustedIpsDeploymentType
|
|
@@ -7933,6 +7960,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
7933
7960
|
teamInvite: z.array(ACLAction$inboundSchema).optional(),
|
|
7934
7961
|
teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
|
|
7935
7962
|
teamJoin: z.array(ACLAction$inboundSchema).optional(),
|
|
7963
|
+
teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
|
|
7936
7964
|
teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
|
|
7937
7965
|
teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
|
|
7938
7966
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7950,6 +7978,8 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
7950
7978
|
endpointVerification: z.array(ACLAction$inboundSchema).optional(),
|
|
7951
7979
|
projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
|
|
7952
7980
|
oauth2Application: z.array(ACLAction$inboundSchema).optional(),
|
|
7981
|
+
vercelRun: z.array(ACLAction$inboundSchema).optional(),
|
|
7982
|
+
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
7953
7983
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
7954
7984
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
7955
7985
|
productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8135,6 +8165,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
8135
8165
|
teamInvite?: Array<string> | undefined;
|
|
8136
8166
|
teamInviteCode?: Array<string> | undefined;
|
|
8137
8167
|
teamJoin?: Array<string> | undefined;
|
|
8168
|
+
teamMemberMfaStatus?: Array<string> | undefined;
|
|
8138
8169
|
teamMicrofrontends?: Array<string> | undefined;
|
|
8139
8170
|
teamOwnMembership?: Array<string> | undefined;
|
|
8140
8171
|
teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
|
|
@@ -8152,6 +8183,8 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
8152
8183
|
endpointVerification?: Array<string> | undefined;
|
|
8153
8184
|
projectTransferIn?: Array<string> | undefined;
|
|
8154
8185
|
oauth2Application?: Array<string> | undefined;
|
|
8186
|
+
vercelRun?: Array<string> | undefined;
|
|
8187
|
+
vercelRunExec?: Array<string> | undefined;
|
|
8155
8188
|
aliasProject?: Array<string> | undefined;
|
|
8156
8189
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
8157
8190
|
productionAliasProtectionBypass?: Array<string> | undefined;
|
|
@@ -8338,6 +8371,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
8338
8371
|
teamInvite: z.array(ACLAction$outboundSchema).optional(),
|
|
8339
8372
|
teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
|
|
8340
8373
|
teamJoin: z.array(ACLAction$outboundSchema).optional(),
|
|
8374
|
+
teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
|
|
8341
8375
|
teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
|
|
8342
8376
|
teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
|
|
8343
8377
|
teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -8355,6 +8389,8 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
8355
8389
|
endpointVerification: z.array(ACLAction$outboundSchema).optional(),
|
|
8356
8390
|
projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
|
|
8357
8391
|
oauth2Application: z.array(ACLAction$outboundSchema).optional(),
|
|
8392
|
+
vercelRun: z.array(ACLAction$outboundSchema).optional(),
|
|
8393
|
+
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
8358
8394
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
8359
8395
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
8360
8396
|
productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|