vercel-api-js 0.23.4 → 0.23.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/index.d.cts +82 -14
- package/dist/index.d.mts +82 -14
- package/dist/index.d.ts +82 -14
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> vercel-api-js@0.23.
|
|
2
|
+
> vercel-api-js@0.23.6 build /home/runner/work/openapi-clients/openapi-clients/packages/vercel-api-js
|
|
3
3
|
> unbuild
|
|
4
4
|
|
|
5
5
|
[info] Automatically detected entries: src/index [esm] [cjs] [dts]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# vercel-api-js
|
|
2
2
|
|
|
3
|
+
## 0.23.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0214182: Add team member MFA status field to project responses
|
|
8
|
+
|
|
9
|
+
## 0.23.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a747080: Add body parameter to upload file endpoint
|
|
14
|
+
|
|
3
15
|
## 0.23.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.d.cts
CHANGED
|
@@ -1839,6 +1839,8 @@ type UserEvent = {
|
|
|
1839
1839
|
username: string;
|
|
1840
1840
|
};
|
|
1841
1841
|
previousCanceledAt?: string;
|
|
1842
|
+
} | {
|
|
1843
|
+
enforced: boolean;
|
|
1842
1844
|
} | {
|
|
1843
1845
|
name?: string;
|
|
1844
1846
|
} | {
|
|
@@ -4441,7 +4443,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4441
4443
|
aliasFinal?: string | null;
|
|
4442
4444
|
automaticAliases?: string[];
|
|
4443
4445
|
branchMatcher?: {
|
|
4446
|
+
/**
|
|
4447
|
+
* The type of matching to perform
|
|
4448
|
+
*/
|
|
4444
4449
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4450
|
+
/**
|
|
4451
|
+
* The pattern to match against branch names
|
|
4452
|
+
*/
|
|
4445
4453
|
pattern: string;
|
|
4446
4454
|
};
|
|
4447
4455
|
buildingAt?: number;
|
|
@@ -4672,7 +4680,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4672
4680
|
aliasFinal?: string | null;
|
|
4673
4681
|
automaticAliases?: string[];
|
|
4674
4682
|
branchMatcher?: {
|
|
4683
|
+
/**
|
|
4684
|
+
* The type of matching to perform
|
|
4685
|
+
*/
|
|
4675
4686
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4687
|
+
/**
|
|
4688
|
+
* The pattern to match against branch names
|
|
4689
|
+
*/
|
|
4676
4690
|
pattern: string;
|
|
4677
4691
|
};
|
|
4678
4692
|
buildingAt?: number;
|
|
@@ -4857,6 +4871,7 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4857
4871
|
teamInvite?: ACLAction[];
|
|
4858
4872
|
teamInviteCode?: ACLAction[];
|
|
4859
4873
|
teamJoin?: ACLAction[];
|
|
4874
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
4860
4875
|
teamMicrofrontends?: ACLAction[];
|
|
4861
4876
|
teamOwnMembership?: ACLAction[];
|
|
4862
4877
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -4950,14 +4965,14 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4950
4965
|
};
|
|
4951
4966
|
hasActiveBranches?: boolean;
|
|
4952
4967
|
trustedIps?: {
|
|
4953
|
-
deploymentType: '
|
|
4968
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4954
4969
|
addresses: {
|
|
4955
4970
|
value: string;
|
|
4956
4971
|
note?: string;
|
|
4957
4972
|
}[];
|
|
4958
4973
|
protectionMode: 'additional' | 'exclusive';
|
|
4959
4974
|
} | {
|
|
4960
|
-
deploymentType: '
|
|
4975
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4961
4976
|
} | null;
|
|
4962
4977
|
gitComments?: {
|
|
4963
4978
|
/**
|
|
@@ -10145,7 +10160,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
10145
10160
|
isLegacy: boolean;
|
|
10146
10161
|
flags?: string[];
|
|
10147
10162
|
assignedBetaLabelAt?: number;
|
|
10148
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
10163
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
10149
10164
|
};
|
|
10150
10165
|
/**
|
|
10151
10166
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -11602,7 +11617,13 @@ type GetProjectsResponse = {
|
|
|
11602
11617
|
aliasFinal?: string | null;
|
|
11603
11618
|
automaticAliases?: string[];
|
|
11604
11619
|
branchMatcher?: {
|
|
11620
|
+
/**
|
|
11621
|
+
* The type of matching to perform
|
|
11622
|
+
*/
|
|
11605
11623
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11624
|
+
/**
|
|
11625
|
+
* The pattern to match against branch names
|
|
11626
|
+
*/
|
|
11606
11627
|
pattern: string;
|
|
11607
11628
|
};
|
|
11608
11629
|
buildingAt?: number;
|
|
@@ -11833,7 +11854,13 @@ type GetProjectsResponse = {
|
|
|
11833
11854
|
aliasFinal?: string | null;
|
|
11834
11855
|
automaticAliases?: string[];
|
|
11835
11856
|
branchMatcher?: {
|
|
11857
|
+
/**
|
|
11858
|
+
* The type of matching to perform
|
|
11859
|
+
*/
|
|
11836
11860
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11861
|
+
/**
|
|
11862
|
+
* The pattern to match against branch names
|
|
11863
|
+
*/
|
|
11837
11864
|
pattern: string;
|
|
11838
11865
|
};
|
|
11839
11866
|
buildingAt?: number;
|
|
@@ -12018,6 +12045,7 @@ type GetProjectsResponse = {
|
|
|
12018
12045
|
teamInvite?: ACLAction[];
|
|
12019
12046
|
teamInviteCode?: ACLAction[];
|
|
12020
12047
|
teamJoin?: ACLAction[];
|
|
12048
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12021
12049
|
teamMicrofrontends?: ACLAction[];
|
|
12022
12050
|
teamOwnMembership?: ACLAction[];
|
|
12023
12051
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12111,14 +12139,14 @@ type GetProjectsResponse = {
|
|
|
12111
12139
|
};
|
|
12112
12140
|
hasActiveBranches?: boolean;
|
|
12113
12141
|
trustedIps?: {
|
|
12114
|
-
deploymentType: '
|
|
12142
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12115
12143
|
addresses: {
|
|
12116
12144
|
value: string;
|
|
12117
12145
|
note?: string;
|
|
12118
12146
|
}[];
|
|
12119
12147
|
protectionMode: 'additional' | 'exclusive';
|
|
12120
12148
|
} | {
|
|
12121
|
-
deploymentType: '
|
|
12149
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12122
12150
|
} | null;
|
|
12123
12151
|
gitComments?: {
|
|
12124
12152
|
/**
|
|
@@ -12438,7 +12466,13 @@ type CreateProjectResponse = {
|
|
|
12438
12466
|
aliasFinal?: string | null;
|
|
12439
12467
|
automaticAliases?: string[];
|
|
12440
12468
|
branchMatcher?: {
|
|
12469
|
+
/**
|
|
12470
|
+
* The type of matching to perform
|
|
12471
|
+
*/
|
|
12441
12472
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12473
|
+
/**
|
|
12474
|
+
* The pattern to match against branch names
|
|
12475
|
+
*/
|
|
12442
12476
|
pattern: string;
|
|
12443
12477
|
};
|
|
12444
12478
|
buildingAt?: number;
|
|
@@ -12669,7 +12703,13 @@ type CreateProjectResponse = {
|
|
|
12669
12703
|
aliasFinal?: string | null;
|
|
12670
12704
|
automaticAliases?: string[];
|
|
12671
12705
|
branchMatcher?: {
|
|
12706
|
+
/**
|
|
12707
|
+
* The type of matching to perform
|
|
12708
|
+
*/
|
|
12672
12709
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12710
|
+
/**
|
|
12711
|
+
* The pattern to match against branch names
|
|
12712
|
+
*/
|
|
12673
12713
|
pattern: string;
|
|
12674
12714
|
};
|
|
12675
12715
|
buildingAt?: number;
|
|
@@ -12854,6 +12894,7 @@ type CreateProjectResponse = {
|
|
|
12854
12894
|
teamInvite?: ACLAction[];
|
|
12855
12895
|
teamInviteCode?: ACLAction[];
|
|
12856
12896
|
teamJoin?: ACLAction[];
|
|
12897
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12857
12898
|
teamMicrofrontends?: ACLAction[];
|
|
12858
12899
|
teamOwnMembership?: ACLAction[];
|
|
12859
12900
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12947,14 +12988,14 @@ type CreateProjectResponse = {
|
|
|
12947
12988
|
};
|
|
12948
12989
|
hasActiveBranches?: boolean;
|
|
12949
12990
|
trustedIps?: {
|
|
12950
|
-
deploymentType: '
|
|
12991
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12951
12992
|
addresses: {
|
|
12952
12993
|
value: string;
|
|
12953
12994
|
note?: string;
|
|
12954
12995
|
}[];
|
|
12955
12996
|
protectionMode: 'additional' | 'exclusive';
|
|
12956
12997
|
} | {
|
|
12957
|
-
deploymentType: '
|
|
12998
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12958
12999
|
} | null;
|
|
12959
13000
|
gitComments?: {
|
|
12960
13001
|
/**
|
|
@@ -13407,7 +13448,13 @@ type GetProjectResponse = {
|
|
|
13407
13448
|
aliasFinal?: string | null;
|
|
13408
13449
|
automaticAliases?: string[];
|
|
13409
13450
|
branchMatcher?: {
|
|
13451
|
+
/**
|
|
13452
|
+
* The type of matching to perform
|
|
13453
|
+
*/
|
|
13410
13454
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13455
|
+
/**
|
|
13456
|
+
* The pattern to match against branch names
|
|
13457
|
+
*/
|
|
13411
13458
|
pattern: string;
|
|
13412
13459
|
};
|
|
13413
13460
|
buildingAt?: number;
|
|
@@ -13638,7 +13685,13 @@ type GetProjectResponse = {
|
|
|
13638
13685
|
aliasFinal?: string | null;
|
|
13639
13686
|
automaticAliases?: string[];
|
|
13640
13687
|
branchMatcher?: {
|
|
13688
|
+
/**
|
|
13689
|
+
* The type of matching to perform
|
|
13690
|
+
*/
|
|
13641
13691
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13692
|
+
/**
|
|
13693
|
+
* The pattern to match against branch names
|
|
13694
|
+
*/
|
|
13642
13695
|
pattern: string;
|
|
13643
13696
|
};
|
|
13644
13697
|
buildingAt?: number;
|
|
@@ -13823,6 +13876,7 @@ type GetProjectResponse = {
|
|
|
13823
13876
|
teamInvite?: ACLAction[];
|
|
13824
13877
|
teamInviteCode?: ACLAction[];
|
|
13825
13878
|
teamJoin?: ACLAction[];
|
|
13879
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
13826
13880
|
teamMicrofrontends?: ACLAction[];
|
|
13827
13881
|
teamOwnMembership?: ACLAction[];
|
|
13828
13882
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -13916,14 +13970,14 @@ type GetProjectResponse = {
|
|
|
13916
13970
|
};
|
|
13917
13971
|
hasActiveBranches?: boolean;
|
|
13918
13972
|
trustedIps?: {
|
|
13919
|
-
deploymentType: '
|
|
13973
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13920
13974
|
addresses: {
|
|
13921
13975
|
value: string;
|
|
13922
13976
|
note?: string;
|
|
13923
13977
|
}[];
|
|
13924
13978
|
protectionMode: 'additional' | 'exclusive';
|
|
13925
13979
|
} | {
|
|
13926
|
-
deploymentType: '
|
|
13980
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13927
13981
|
} | null;
|
|
13928
13982
|
gitComments?: {
|
|
13929
13983
|
/**
|
|
@@ -14250,7 +14304,13 @@ type UpdateProjectResponse = {
|
|
|
14250
14304
|
aliasFinal?: string | null;
|
|
14251
14305
|
automaticAliases?: string[];
|
|
14252
14306
|
branchMatcher?: {
|
|
14307
|
+
/**
|
|
14308
|
+
* The type of matching to perform
|
|
14309
|
+
*/
|
|
14253
14310
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14311
|
+
/**
|
|
14312
|
+
* The pattern to match against branch names
|
|
14313
|
+
*/
|
|
14254
14314
|
pattern: string;
|
|
14255
14315
|
};
|
|
14256
14316
|
buildingAt?: number;
|
|
@@ -14481,7 +14541,13 @@ type UpdateProjectResponse = {
|
|
|
14481
14541
|
aliasFinal?: string | null;
|
|
14482
14542
|
automaticAliases?: string[];
|
|
14483
14543
|
branchMatcher?: {
|
|
14544
|
+
/**
|
|
14545
|
+
* The type of matching to perform
|
|
14546
|
+
*/
|
|
14484
14547
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14548
|
+
/**
|
|
14549
|
+
* The pattern to match against branch names
|
|
14550
|
+
*/
|
|
14485
14551
|
pattern: string;
|
|
14486
14552
|
};
|
|
14487
14553
|
buildingAt?: number;
|
|
@@ -14666,6 +14732,7 @@ type UpdateProjectResponse = {
|
|
|
14666
14732
|
teamInvite?: ACLAction[];
|
|
14667
14733
|
teamInviteCode?: ACLAction[];
|
|
14668
14734
|
teamJoin?: ACLAction[];
|
|
14735
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
14669
14736
|
teamMicrofrontends?: ACLAction[];
|
|
14670
14737
|
teamOwnMembership?: ACLAction[];
|
|
14671
14738
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -14759,14 +14826,14 @@ type UpdateProjectResponse = {
|
|
|
14759
14826
|
};
|
|
14760
14827
|
hasActiveBranches?: boolean;
|
|
14761
14828
|
trustedIps?: {
|
|
14762
|
-
deploymentType: '
|
|
14829
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14763
14830
|
addresses: {
|
|
14764
14831
|
value: string;
|
|
14765
14832
|
note?: string;
|
|
14766
14833
|
}[];
|
|
14767
14834
|
protectionMode: 'additional' | 'exclusive';
|
|
14768
14835
|
} | {
|
|
14769
|
-
deploymentType: '
|
|
14836
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14770
14837
|
} | null;
|
|
14771
14838
|
gitComments?: {
|
|
14772
14839
|
/**
|
|
@@ -19217,6 +19284,7 @@ type UploadFileHeaders = {
|
|
|
19217
19284
|
};
|
|
19218
19285
|
type UploadFileError = ErrorWrapper<undefined>;
|
|
19219
19286
|
type UploadFileVariables = {
|
|
19287
|
+
body?: Blob;
|
|
19220
19288
|
headers?: UploadFileHeaders;
|
|
19221
19289
|
queryParams?: UploadFileQueryParams;
|
|
19222
19290
|
} & FetcherExtraProps;
|
|
@@ -22874,7 +22942,7 @@ declare const operationsByTag: {
|
|
|
22874
22942
|
isLegacy: boolean;
|
|
22875
22943
|
flags?: string[];
|
|
22876
22944
|
assignedBetaLabelAt?: number;
|
|
22877
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22945
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
22878
22946
|
};
|
|
22879
22947
|
/**
|
|
22880
22948
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -25498,7 +25566,7 @@ declare const operationsByPath: {
|
|
|
25498
25566
|
isLegacy: boolean;
|
|
25499
25567
|
flags?: string[];
|
|
25500
25568
|
assignedBetaLabelAt?: number;
|
|
25501
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
25569
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
25502
25570
|
};
|
|
25503
25571
|
completedAt?: number;
|
|
25504
25572
|
createdAt: number;
|
|
@@ -27367,7 +27435,7 @@ declare class VercelApi {
|
|
|
27367
27435
|
isLegacy: boolean;
|
|
27368
27436
|
flags?: string[];
|
|
27369
27437
|
assignedBetaLabelAt?: number;
|
|
27370
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
27438
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
27371
27439
|
};
|
|
27372
27440
|
completedAt?: number;
|
|
27373
27441
|
createdAt: number;
|
package/dist/index.d.mts
CHANGED
|
@@ -1839,6 +1839,8 @@ type UserEvent = {
|
|
|
1839
1839
|
username: string;
|
|
1840
1840
|
};
|
|
1841
1841
|
previousCanceledAt?: string;
|
|
1842
|
+
} | {
|
|
1843
|
+
enforced: boolean;
|
|
1842
1844
|
} | {
|
|
1843
1845
|
name?: string;
|
|
1844
1846
|
} | {
|
|
@@ -4441,7 +4443,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4441
4443
|
aliasFinal?: string | null;
|
|
4442
4444
|
automaticAliases?: string[];
|
|
4443
4445
|
branchMatcher?: {
|
|
4446
|
+
/**
|
|
4447
|
+
* The type of matching to perform
|
|
4448
|
+
*/
|
|
4444
4449
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4450
|
+
/**
|
|
4451
|
+
* The pattern to match against branch names
|
|
4452
|
+
*/
|
|
4445
4453
|
pattern: string;
|
|
4446
4454
|
};
|
|
4447
4455
|
buildingAt?: number;
|
|
@@ -4672,7 +4680,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4672
4680
|
aliasFinal?: string | null;
|
|
4673
4681
|
automaticAliases?: string[];
|
|
4674
4682
|
branchMatcher?: {
|
|
4683
|
+
/**
|
|
4684
|
+
* The type of matching to perform
|
|
4685
|
+
*/
|
|
4675
4686
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4687
|
+
/**
|
|
4688
|
+
* The pattern to match against branch names
|
|
4689
|
+
*/
|
|
4676
4690
|
pattern: string;
|
|
4677
4691
|
};
|
|
4678
4692
|
buildingAt?: number;
|
|
@@ -4857,6 +4871,7 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4857
4871
|
teamInvite?: ACLAction[];
|
|
4858
4872
|
teamInviteCode?: ACLAction[];
|
|
4859
4873
|
teamJoin?: ACLAction[];
|
|
4874
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
4860
4875
|
teamMicrofrontends?: ACLAction[];
|
|
4861
4876
|
teamOwnMembership?: ACLAction[];
|
|
4862
4877
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -4950,14 +4965,14 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4950
4965
|
};
|
|
4951
4966
|
hasActiveBranches?: boolean;
|
|
4952
4967
|
trustedIps?: {
|
|
4953
|
-
deploymentType: '
|
|
4968
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4954
4969
|
addresses: {
|
|
4955
4970
|
value: string;
|
|
4956
4971
|
note?: string;
|
|
4957
4972
|
}[];
|
|
4958
4973
|
protectionMode: 'additional' | 'exclusive';
|
|
4959
4974
|
} | {
|
|
4960
|
-
deploymentType: '
|
|
4975
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4961
4976
|
} | null;
|
|
4962
4977
|
gitComments?: {
|
|
4963
4978
|
/**
|
|
@@ -10145,7 +10160,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
10145
10160
|
isLegacy: boolean;
|
|
10146
10161
|
flags?: string[];
|
|
10147
10162
|
assignedBetaLabelAt?: number;
|
|
10148
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
10163
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
10149
10164
|
};
|
|
10150
10165
|
/**
|
|
10151
10166
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -11602,7 +11617,13 @@ type GetProjectsResponse = {
|
|
|
11602
11617
|
aliasFinal?: string | null;
|
|
11603
11618
|
automaticAliases?: string[];
|
|
11604
11619
|
branchMatcher?: {
|
|
11620
|
+
/**
|
|
11621
|
+
* The type of matching to perform
|
|
11622
|
+
*/
|
|
11605
11623
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11624
|
+
/**
|
|
11625
|
+
* The pattern to match against branch names
|
|
11626
|
+
*/
|
|
11606
11627
|
pattern: string;
|
|
11607
11628
|
};
|
|
11608
11629
|
buildingAt?: number;
|
|
@@ -11833,7 +11854,13 @@ type GetProjectsResponse = {
|
|
|
11833
11854
|
aliasFinal?: string | null;
|
|
11834
11855
|
automaticAliases?: string[];
|
|
11835
11856
|
branchMatcher?: {
|
|
11857
|
+
/**
|
|
11858
|
+
* The type of matching to perform
|
|
11859
|
+
*/
|
|
11836
11860
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11861
|
+
/**
|
|
11862
|
+
* The pattern to match against branch names
|
|
11863
|
+
*/
|
|
11837
11864
|
pattern: string;
|
|
11838
11865
|
};
|
|
11839
11866
|
buildingAt?: number;
|
|
@@ -12018,6 +12045,7 @@ type GetProjectsResponse = {
|
|
|
12018
12045
|
teamInvite?: ACLAction[];
|
|
12019
12046
|
teamInviteCode?: ACLAction[];
|
|
12020
12047
|
teamJoin?: ACLAction[];
|
|
12048
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12021
12049
|
teamMicrofrontends?: ACLAction[];
|
|
12022
12050
|
teamOwnMembership?: ACLAction[];
|
|
12023
12051
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12111,14 +12139,14 @@ type GetProjectsResponse = {
|
|
|
12111
12139
|
};
|
|
12112
12140
|
hasActiveBranches?: boolean;
|
|
12113
12141
|
trustedIps?: {
|
|
12114
|
-
deploymentType: '
|
|
12142
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12115
12143
|
addresses: {
|
|
12116
12144
|
value: string;
|
|
12117
12145
|
note?: string;
|
|
12118
12146
|
}[];
|
|
12119
12147
|
protectionMode: 'additional' | 'exclusive';
|
|
12120
12148
|
} | {
|
|
12121
|
-
deploymentType: '
|
|
12149
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12122
12150
|
} | null;
|
|
12123
12151
|
gitComments?: {
|
|
12124
12152
|
/**
|
|
@@ -12438,7 +12466,13 @@ type CreateProjectResponse = {
|
|
|
12438
12466
|
aliasFinal?: string | null;
|
|
12439
12467
|
automaticAliases?: string[];
|
|
12440
12468
|
branchMatcher?: {
|
|
12469
|
+
/**
|
|
12470
|
+
* The type of matching to perform
|
|
12471
|
+
*/
|
|
12441
12472
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12473
|
+
/**
|
|
12474
|
+
* The pattern to match against branch names
|
|
12475
|
+
*/
|
|
12442
12476
|
pattern: string;
|
|
12443
12477
|
};
|
|
12444
12478
|
buildingAt?: number;
|
|
@@ -12669,7 +12703,13 @@ type CreateProjectResponse = {
|
|
|
12669
12703
|
aliasFinal?: string | null;
|
|
12670
12704
|
automaticAliases?: string[];
|
|
12671
12705
|
branchMatcher?: {
|
|
12706
|
+
/**
|
|
12707
|
+
* The type of matching to perform
|
|
12708
|
+
*/
|
|
12672
12709
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12710
|
+
/**
|
|
12711
|
+
* The pattern to match against branch names
|
|
12712
|
+
*/
|
|
12673
12713
|
pattern: string;
|
|
12674
12714
|
};
|
|
12675
12715
|
buildingAt?: number;
|
|
@@ -12854,6 +12894,7 @@ type CreateProjectResponse = {
|
|
|
12854
12894
|
teamInvite?: ACLAction[];
|
|
12855
12895
|
teamInviteCode?: ACLAction[];
|
|
12856
12896
|
teamJoin?: ACLAction[];
|
|
12897
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12857
12898
|
teamMicrofrontends?: ACLAction[];
|
|
12858
12899
|
teamOwnMembership?: ACLAction[];
|
|
12859
12900
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12947,14 +12988,14 @@ type CreateProjectResponse = {
|
|
|
12947
12988
|
};
|
|
12948
12989
|
hasActiveBranches?: boolean;
|
|
12949
12990
|
trustedIps?: {
|
|
12950
|
-
deploymentType: '
|
|
12991
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12951
12992
|
addresses: {
|
|
12952
12993
|
value: string;
|
|
12953
12994
|
note?: string;
|
|
12954
12995
|
}[];
|
|
12955
12996
|
protectionMode: 'additional' | 'exclusive';
|
|
12956
12997
|
} | {
|
|
12957
|
-
deploymentType: '
|
|
12998
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12958
12999
|
} | null;
|
|
12959
13000
|
gitComments?: {
|
|
12960
13001
|
/**
|
|
@@ -13407,7 +13448,13 @@ type GetProjectResponse = {
|
|
|
13407
13448
|
aliasFinal?: string | null;
|
|
13408
13449
|
automaticAliases?: string[];
|
|
13409
13450
|
branchMatcher?: {
|
|
13451
|
+
/**
|
|
13452
|
+
* The type of matching to perform
|
|
13453
|
+
*/
|
|
13410
13454
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13455
|
+
/**
|
|
13456
|
+
* The pattern to match against branch names
|
|
13457
|
+
*/
|
|
13411
13458
|
pattern: string;
|
|
13412
13459
|
};
|
|
13413
13460
|
buildingAt?: number;
|
|
@@ -13638,7 +13685,13 @@ type GetProjectResponse = {
|
|
|
13638
13685
|
aliasFinal?: string | null;
|
|
13639
13686
|
automaticAliases?: string[];
|
|
13640
13687
|
branchMatcher?: {
|
|
13688
|
+
/**
|
|
13689
|
+
* The type of matching to perform
|
|
13690
|
+
*/
|
|
13641
13691
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13692
|
+
/**
|
|
13693
|
+
* The pattern to match against branch names
|
|
13694
|
+
*/
|
|
13642
13695
|
pattern: string;
|
|
13643
13696
|
};
|
|
13644
13697
|
buildingAt?: number;
|
|
@@ -13823,6 +13876,7 @@ type GetProjectResponse = {
|
|
|
13823
13876
|
teamInvite?: ACLAction[];
|
|
13824
13877
|
teamInviteCode?: ACLAction[];
|
|
13825
13878
|
teamJoin?: ACLAction[];
|
|
13879
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
13826
13880
|
teamMicrofrontends?: ACLAction[];
|
|
13827
13881
|
teamOwnMembership?: ACLAction[];
|
|
13828
13882
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -13916,14 +13970,14 @@ type GetProjectResponse = {
|
|
|
13916
13970
|
};
|
|
13917
13971
|
hasActiveBranches?: boolean;
|
|
13918
13972
|
trustedIps?: {
|
|
13919
|
-
deploymentType: '
|
|
13973
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13920
13974
|
addresses: {
|
|
13921
13975
|
value: string;
|
|
13922
13976
|
note?: string;
|
|
13923
13977
|
}[];
|
|
13924
13978
|
protectionMode: 'additional' | 'exclusive';
|
|
13925
13979
|
} | {
|
|
13926
|
-
deploymentType: '
|
|
13980
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13927
13981
|
} | null;
|
|
13928
13982
|
gitComments?: {
|
|
13929
13983
|
/**
|
|
@@ -14250,7 +14304,13 @@ type UpdateProjectResponse = {
|
|
|
14250
14304
|
aliasFinal?: string | null;
|
|
14251
14305
|
automaticAliases?: string[];
|
|
14252
14306
|
branchMatcher?: {
|
|
14307
|
+
/**
|
|
14308
|
+
* The type of matching to perform
|
|
14309
|
+
*/
|
|
14253
14310
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14311
|
+
/**
|
|
14312
|
+
* The pattern to match against branch names
|
|
14313
|
+
*/
|
|
14254
14314
|
pattern: string;
|
|
14255
14315
|
};
|
|
14256
14316
|
buildingAt?: number;
|
|
@@ -14481,7 +14541,13 @@ type UpdateProjectResponse = {
|
|
|
14481
14541
|
aliasFinal?: string | null;
|
|
14482
14542
|
automaticAliases?: string[];
|
|
14483
14543
|
branchMatcher?: {
|
|
14544
|
+
/**
|
|
14545
|
+
* The type of matching to perform
|
|
14546
|
+
*/
|
|
14484
14547
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14548
|
+
/**
|
|
14549
|
+
* The pattern to match against branch names
|
|
14550
|
+
*/
|
|
14485
14551
|
pattern: string;
|
|
14486
14552
|
};
|
|
14487
14553
|
buildingAt?: number;
|
|
@@ -14666,6 +14732,7 @@ type UpdateProjectResponse = {
|
|
|
14666
14732
|
teamInvite?: ACLAction[];
|
|
14667
14733
|
teamInviteCode?: ACLAction[];
|
|
14668
14734
|
teamJoin?: ACLAction[];
|
|
14735
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
14669
14736
|
teamMicrofrontends?: ACLAction[];
|
|
14670
14737
|
teamOwnMembership?: ACLAction[];
|
|
14671
14738
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -14759,14 +14826,14 @@ type UpdateProjectResponse = {
|
|
|
14759
14826
|
};
|
|
14760
14827
|
hasActiveBranches?: boolean;
|
|
14761
14828
|
trustedIps?: {
|
|
14762
|
-
deploymentType: '
|
|
14829
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14763
14830
|
addresses: {
|
|
14764
14831
|
value: string;
|
|
14765
14832
|
note?: string;
|
|
14766
14833
|
}[];
|
|
14767
14834
|
protectionMode: 'additional' | 'exclusive';
|
|
14768
14835
|
} | {
|
|
14769
|
-
deploymentType: '
|
|
14836
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14770
14837
|
} | null;
|
|
14771
14838
|
gitComments?: {
|
|
14772
14839
|
/**
|
|
@@ -19217,6 +19284,7 @@ type UploadFileHeaders = {
|
|
|
19217
19284
|
};
|
|
19218
19285
|
type UploadFileError = ErrorWrapper<undefined>;
|
|
19219
19286
|
type UploadFileVariables = {
|
|
19287
|
+
body?: Blob;
|
|
19220
19288
|
headers?: UploadFileHeaders;
|
|
19221
19289
|
queryParams?: UploadFileQueryParams;
|
|
19222
19290
|
} & FetcherExtraProps;
|
|
@@ -22874,7 +22942,7 @@ declare const operationsByTag: {
|
|
|
22874
22942
|
isLegacy: boolean;
|
|
22875
22943
|
flags?: string[];
|
|
22876
22944
|
assignedBetaLabelAt?: number;
|
|
22877
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22945
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
22878
22946
|
};
|
|
22879
22947
|
/**
|
|
22880
22948
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -25498,7 +25566,7 @@ declare const operationsByPath: {
|
|
|
25498
25566
|
isLegacy: boolean;
|
|
25499
25567
|
flags?: string[];
|
|
25500
25568
|
assignedBetaLabelAt?: number;
|
|
25501
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
25569
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
25502
25570
|
};
|
|
25503
25571
|
completedAt?: number;
|
|
25504
25572
|
createdAt: number;
|
|
@@ -27367,7 +27435,7 @@ declare class VercelApi {
|
|
|
27367
27435
|
isLegacy: boolean;
|
|
27368
27436
|
flags?: string[];
|
|
27369
27437
|
assignedBetaLabelAt?: number;
|
|
27370
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
27438
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
27371
27439
|
};
|
|
27372
27440
|
completedAt?: number;
|
|
27373
27441
|
createdAt: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1839,6 +1839,8 @@ type UserEvent = {
|
|
|
1839
1839
|
username: string;
|
|
1840
1840
|
};
|
|
1841
1841
|
previousCanceledAt?: string;
|
|
1842
|
+
} | {
|
|
1843
|
+
enforced: boolean;
|
|
1842
1844
|
} | {
|
|
1843
1845
|
name?: string;
|
|
1844
1846
|
} | {
|
|
@@ -4441,7 +4443,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4441
4443
|
aliasFinal?: string | null;
|
|
4442
4444
|
automaticAliases?: string[];
|
|
4443
4445
|
branchMatcher?: {
|
|
4446
|
+
/**
|
|
4447
|
+
* The type of matching to perform
|
|
4448
|
+
*/
|
|
4444
4449
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4450
|
+
/**
|
|
4451
|
+
* The pattern to match against branch names
|
|
4452
|
+
*/
|
|
4445
4453
|
pattern: string;
|
|
4446
4454
|
};
|
|
4447
4455
|
buildingAt?: number;
|
|
@@ -4672,7 +4680,13 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4672
4680
|
aliasFinal?: string | null;
|
|
4673
4681
|
automaticAliases?: string[];
|
|
4674
4682
|
branchMatcher?: {
|
|
4683
|
+
/**
|
|
4684
|
+
* The type of matching to perform
|
|
4685
|
+
*/
|
|
4675
4686
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
4687
|
+
/**
|
|
4688
|
+
* The pattern to match against branch names
|
|
4689
|
+
*/
|
|
4676
4690
|
pattern: string;
|
|
4677
4691
|
};
|
|
4678
4692
|
buildingAt?: number;
|
|
@@ -4857,6 +4871,7 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4857
4871
|
teamInvite?: ACLAction[];
|
|
4858
4872
|
teamInviteCode?: ACLAction[];
|
|
4859
4873
|
teamJoin?: ACLAction[];
|
|
4874
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
4860
4875
|
teamMicrofrontends?: ACLAction[];
|
|
4861
4876
|
teamOwnMembership?: ACLAction[];
|
|
4862
4877
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -4950,14 +4965,14 @@ type UpdateProjectDataCacheResponse = {
|
|
|
4950
4965
|
};
|
|
4951
4966
|
hasActiveBranches?: boolean;
|
|
4952
4967
|
trustedIps?: {
|
|
4953
|
-
deploymentType: '
|
|
4968
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4954
4969
|
addresses: {
|
|
4955
4970
|
value: string;
|
|
4956
4971
|
note?: string;
|
|
4957
4972
|
}[];
|
|
4958
4973
|
protectionMode: 'additional' | 'exclusive';
|
|
4959
4974
|
} | {
|
|
4960
|
-
deploymentType: '
|
|
4975
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
4961
4976
|
} | null;
|
|
4962
4977
|
gitComments?: {
|
|
4963
4978
|
/**
|
|
@@ -10145,7 +10160,7 @@ declare const getConfigurations: (variables: GetConfigurationsVariables, signal?
|
|
|
10145
10160
|
isLegacy: boolean;
|
|
10146
10161
|
flags?: string[];
|
|
10147
10162
|
assignedBetaLabelAt?: number;
|
|
10148
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
10163
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
10149
10164
|
};
|
|
10150
10165
|
/**
|
|
10151
10166
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -11602,7 +11617,13 @@ type GetProjectsResponse = {
|
|
|
11602
11617
|
aliasFinal?: string | null;
|
|
11603
11618
|
automaticAliases?: string[];
|
|
11604
11619
|
branchMatcher?: {
|
|
11620
|
+
/**
|
|
11621
|
+
* The type of matching to perform
|
|
11622
|
+
*/
|
|
11605
11623
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11624
|
+
/**
|
|
11625
|
+
* The pattern to match against branch names
|
|
11626
|
+
*/
|
|
11606
11627
|
pattern: string;
|
|
11607
11628
|
};
|
|
11608
11629
|
buildingAt?: number;
|
|
@@ -11833,7 +11854,13 @@ type GetProjectsResponse = {
|
|
|
11833
11854
|
aliasFinal?: string | null;
|
|
11834
11855
|
automaticAliases?: string[];
|
|
11835
11856
|
branchMatcher?: {
|
|
11857
|
+
/**
|
|
11858
|
+
* The type of matching to perform
|
|
11859
|
+
*/
|
|
11836
11860
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
11861
|
+
/**
|
|
11862
|
+
* The pattern to match against branch names
|
|
11863
|
+
*/
|
|
11837
11864
|
pattern: string;
|
|
11838
11865
|
};
|
|
11839
11866
|
buildingAt?: number;
|
|
@@ -12018,6 +12045,7 @@ type GetProjectsResponse = {
|
|
|
12018
12045
|
teamInvite?: ACLAction[];
|
|
12019
12046
|
teamInviteCode?: ACLAction[];
|
|
12020
12047
|
teamJoin?: ACLAction[];
|
|
12048
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12021
12049
|
teamMicrofrontends?: ACLAction[];
|
|
12022
12050
|
teamOwnMembership?: ACLAction[];
|
|
12023
12051
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12111,14 +12139,14 @@ type GetProjectsResponse = {
|
|
|
12111
12139
|
};
|
|
12112
12140
|
hasActiveBranches?: boolean;
|
|
12113
12141
|
trustedIps?: {
|
|
12114
|
-
deploymentType: '
|
|
12142
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12115
12143
|
addresses: {
|
|
12116
12144
|
value: string;
|
|
12117
12145
|
note?: string;
|
|
12118
12146
|
}[];
|
|
12119
12147
|
protectionMode: 'additional' | 'exclusive';
|
|
12120
12148
|
} | {
|
|
12121
|
-
deploymentType: '
|
|
12149
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12122
12150
|
} | null;
|
|
12123
12151
|
gitComments?: {
|
|
12124
12152
|
/**
|
|
@@ -12438,7 +12466,13 @@ type CreateProjectResponse = {
|
|
|
12438
12466
|
aliasFinal?: string | null;
|
|
12439
12467
|
automaticAliases?: string[];
|
|
12440
12468
|
branchMatcher?: {
|
|
12469
|
+
/**
|
|
12470
|
+
* The type of matching to perform
|
|
12471
|
+
*/
|
|
12441
12472
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12473
|
+
/**
|
|
12474
|
+
* The pattern to match against branch names
|
|
12475
|
+
*/
|
|
12442
12476
|
pattern: string;
|
|
12443
12477
|
};
|
|
12444
12478
|
buildingAt?: number;
|
|
@@ -12669,7 +12703,13 @@ type CreateProjectResponse = {
|
|
|
12669
12703
|
aliasFinal?: string | null;
|
|
12670
12704
|
automaticAliases?: string[];
|
|
12671
12705
|
branchMatcher?: {
|
|
12706
|
+
/**
|
|
12707
|
+
* The type of matching to perform
|
|
12708
|
+
*/
|
|
12672
12709
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
12710
|
+
/**
|
|
12711
|
+
* The pattern to match against branch names
|
|
12712
|
+
*/
|
|
12673
12713
|
pattern: string;
|
|
12674
12714
|
};
|
|
12675
12715
|
buildingAt?: number;
|
|
@@ -12854,6 +12894,7 @@ type CreateProjectResponse = {
|
|
|
12854
12894
|
teamInvite?: ACLAction[];
|
|
12855
12895
|
teamInviteCode?: ACLAction[];
|
|
12856
12896
|
teamJoin?: ACLAction[];
|
|
12897
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
12857
12898
|
teamMicrofrontends?: ACLAction[];
|
|
12858
12899
|
teamOwnMembership?: ACLAction[];
|
|
12859
12900
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -12947,14 +12988,14 @@ type CreateProjectResponse = {
|
|
|
12947
12988
|
};
|
|
12948
12989
|
hasActiveBranches?: boolean;
|
|
12949
12990
|
trustedIps?: {
|
|
12950
|
-
deploymentType: '
|
|
12991
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12951
12992
|
addresses: {
|
|
12952
12993
|
value: string;
|
|
12953
12994
|
note?: string;
|
|
12954
12995
|
}[];
|
|
12955
12996
|
protectionMode: 'additional' | 'exclusive';
|
|
12956
12997
|
} | {
|
|
12957
|
-
deploymentType: '
|
|
12998
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
12958
12999
|
} | null;
|
|
12959
13000
|
gitComments?: {
|
|
12960
13001
|
/**
|
|
@@ -13407,7 +13448,13 @@ type GetProjectResponse = {
|
|
|
13407
13448
|
aliasFinal?: string | null;
|
|
13408
13449
|
automaticAliases?: string[];
|
|
13409
13450
|
branchMatcher?: {
|
|
13451
|
+
/**
|
|
13452
|
+
* The type of matching to perform
|
|
13453
|
+
*/
|
|
13410
13454
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13455
|
+
/**
|
|
13456
|
+
* The pattern to match against branch names
|
|
13457
|
+
*/
|
|
13411
13458
|
pattern: string;
|
|
13412
13459
|
};
|
|
13413
13460
|
buildingAt?: number;
|
|
@@ -13638,7 +13685,13 @@ type GetProjectResponse = {
|
|
|
13638
13685
|
aliasFinal?: string | null;
|
|
13639
13686
|
automaticAliases?: string[];
|
|
13640
13687
|
branchMatcher?: {
|
|
13688
|
+
/**
|
|
13689
|
+
* The type of matching to perform
|
|
13690
|
+
*/
|
|
13641
13691
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
13692
|
+
/**
|
|
13693
|
+
* The pattern to match against branch names
|
|
13694
|
+
*/
|
|
13642
13695
|
pattern: string;
|
|
13643
13696
|
};
|
|
13644
13697
|
buildingAt?: number;
|
|
@@ -13823,6 +13876,7 @@ type GetProjectResponse = {
|
|
|
13823
13876
|
teamInvite?: ACLAction[];
|
|
13824
13877
|
teamInviteCode?: ACLAction[];
|
|
13825
13878
|
teamJoin?: ACLAction[];
|
|
13879
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
13826
13880
|
teamMicrofrontends?: ACLAction[];
|
|
13827
13881
|
teamOwnMembership?: ACLAction[];
|
|
13828
13882
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -13916,14 +13970,14 @@ type GetProjectResponse = {
|
|
|
13916
13970
|
};
|
|
13917
13971
|
hasActiveBranches?: boolean;
|
|
13918
13972
|
trustedIps?: {
|
|
13919
|
-
deploymentType: '
|
|
13973
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13920
13974
|
addresses: {
|
|
13921
13975
|
value: string;
|
|
13922
13976
|
note?: string;
|
|
13923
13977
|
}[];
|
|
13924
13978
|
protectionMode: 'additional' | 'exclusive';
|
|
13925
13979
|
} | {
|
|
13926
|
-
deploymentType: '
|
|
13980
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
13927
13981
|
} | null;
|
|
13928
13982
|
gitComments?: {
|
|
13929
13983
|
/**
|
|
@@ -14250,7 +14304,13 @@ type UpdateProjectResponse = {
|
|
|
14250
14304
|
aliasFinal?: string | null;
|
|
14251
14305
|
automaticAliases?: string[];
|
|
14252
14306
|
branchMatcher?: {
|
|
14307
|
+
/**
|
|
14308
|
+
* The type of matching to perform
|
|
14309
|
+
*/
|
|
14253
14310
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14311
|
+
/**
|
|
14312
|
+
* The pattern to match against branch names
|
|
14313
|
+
*/
|
|
14254
14314
|
pattern: string;
|
|
14255
14315
|
};
|
|
14256
14316
|
buildingAt?: number;
|
|
@@ -14481,7 +14541,13 @@ type UpdateProjectResponse = {
|
|
|
14481
14541
|
aliasFinal?: string | null;
|
|
14482
14542
|
automaticAliases?: string[];
|
|
14483
14543
|
branchMatcher?: {
|
|
14544
|
+
/**
|
|
14545
|
+
* The type of matching to perform
|
|
14546
|
+
*/
|
|
14484
14547
|
type: 'endsWith' | 'equals' | 'startsWith';
|
|
14548
|
+
/**
|
|
14549
|
+
* The pattern to match against branch names
|
|
14550
|
+
*/
|
|
14485
14551
|
pattern: string;
|
|
14486
14552
|
};
|
|
14487
14553
|
buildingAt?: number;
|
|
@@ -14666,6 +14732,7 @@ type UpdateProjectResponse = {
|
|
|
14666
14732
|
teamInvite?: ACLAction[];
|
|
14667
14733
|
teamInviteCode?: ACLAction[];
|
|
14668
14734
|
teamJoin?: ACLAction[];
|
|
14735
|
+
teamMemberMfaStatus?: ACLAction[];
|
|
14669
14736
|
teamMicrofrontends?: ACLAction[];
|
|
14670
14737
|
teamOwnMembership?: ACLAction[];
|
|
14671
14738
|
teamOwnMembershipDisconnectSAML?: ACLAction[];
|
|
@@ -14759,14 +14826,14 @@ type UpdateProjectResponse = {
|
|
|
14759
14826
|
};
|
|
14760
14827
|
hasActiveBranches?: boolean;
|
|
14761
14828
|
trustedIps?: {
|
|
14762
|
-
deploymentType: '
|
|
14829
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14763
14830
|
addresses: {
|
|
14764
14831
|
value: string;
|
|
14765
14832
|
note?: string;
|
|
14766
14833
|
}[];
|
|
14767
14834
|
protectionMode: 'additional' | 'exclusive';
|
|
14768
14835
|
} | {
|
|
14769
|
-
deploymentType: '
|
|
14836
|
+
deploymentType: 'all' | 'preview' | 'prod_deployment_urls_and_all_previews' | 'production';
|
|
14770
14837
|
} | null;
|
|
14771
14838
|
gitComments?: {
|
|
14772
14839
|
/**
|
|
@@ -19217,6 +19284,7 @@ type UploadFileHeaders = {
|
|
|
19217
19284
|
};
|
|
19218
19285
|
type UploadFileError = ErrorWrapper<undefined>;
|
|
19219
19286
|
type UploadFileVariables = {
|
|
19287
|
+
body?: Blob;
|
|
19220
19288
|
headers?: UploadFileHeaders;
|
|
19221
19289
|
queryParams?: UploadFileQueryParams;
|
|
19222
19290
|
} & FetcherExtraProps;
|
|
@@ -22874,7 +22942,7 @@ declare const operationsByTag: {
|
|
|
22874
22942
|
isLegacy: boolean;
|
|
22875
22943
|
flags?: string[];
|
|
22876
22944
|
assignedBetaLabelAt?: number;
|
|
22877
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
22945
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
22878
22946
|
};
|
|
22879
22947
|
/**
|
|
22880
22948
|
* A timestamp that tells you when the configuration was installed successfully
|
|
@@ -25498,7 +25566,7 @@ declare const operationsByPath: {
|
|
|
25498
25566
|
isLegacy: boolean;
|
|
25499
25567
|
flags?: string[];
|
|
25500
25568
|
assignedBetaLabelAt?: number;
|
|
25501
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
25569
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
25502
25570
|
};
|
|
25503
25571
|
completedAt?: number;
|
|
25504
25572
|
createdAt: number;
|
|
@@ -27367,7 +27435,7 @@ declare class VercelApi {
|
|
|
27367
27435
|
isLegacy: boolean;
|
|
27368
27436
|
flags?: string[];
|
|
27369
27437
|
assignedBetaLabelAt?: number;
|
|
27370
|
-
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video")[];
|
|
27438
|
+
tagIds?: ("tag_ai" | "tag_analytics" | "tag_authentication" | "tag_cms" | "tag_code_repository" | "tag_commerce" | "tag_databases" | "tag_dev_tools" | "tag_experimentation" | "tag_flags" | "tag_logging" | "tag_messaging" | "tag_monitoring" | "tag_observability" | "tag_performance" | "tag_productivity" | "tag_searching" | "tag_security" | "tag_testing" | "tag_video" | "tag_workflow")[];
|
|
27371
27439
|
};
|
|
27372
27440
|
completedAt?: number;
|
|
27373
27441
|
createdAt: number;
|