vercel-api-js 1.15.1 → 1.16.0
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/dist/index.cjs +2 -1
- package/dist/index.d.ts +42 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-lm0wg73i.js → schemas-mg9u0zgi.js} +20 -0
- package/dist/{schemas-csiv5yep.cjs → schemas-tv2viiu8.cjs} +20 -0
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +19 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +14 -0
- package/dist/types.d.mts +23 -2
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +14 -1
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -670,6 +670,9 @@ const userEventTypeEnum = {
|
|
|
670
670
|
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
671
671
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
672
672
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
673
|
+
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
674
|
+
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
675
|
+
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
673
676
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
674
677
|
"saml-connection-created": "saml-connection-created",
|
|
675
678
|
"saml-connection-deleted": "saml-connection-deleted",
|
|
@@ -1291,6 +1294,10 @@ const userEventPayloadToAccountTypeEnum = {
|
|
|
1291
1294
|
team: "team",
|
|
1292
1295
|
user: "user"
|
|
1293
1296
|
};
|
|
1297
|
+
const userEventPayloadVisibilityEnum = {
|
|
1298
|
+
config: "config",
|
|
1299
|
+
secret: "secret"
|
|
1300
|
+
};
|
|
1294
1301
|
const userEventPayloadTypeEnum = {
|
|
1295
1302
|
blob: "blob",
|
|
1296
1303
|
"edge-config": "edge-config",
|
|
@@ -2887,6 +2894,9 @@ const listEventTypeNameEnum = {
|
|
|
2887
2894
|
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
2888
2895
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
2889
2896
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
2897
|
+
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
2898
|
+
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
2899
|
+
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
2890
2900
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
2891
2901
|
"saml-connection-created": "saml-connection-created",
|
|
2892
2902
|
"saml-connection-deleted": "saml-connection-deleted",
|
|
@@ -3589,6 +3599,9 @@ const listEventTypeReplacedByEnum = {
|
|
|
3589
3599
|
"project-web-analytics-enabled": "project-web-analytics-enabled",
|
|
3590
3600
|
"protected-git-scope-added": "protected-git-scope-added",
|
|
3591
3601
|
"protected-git-scope-removed": "protected-git-scope-removed",
|
|
3602
|
+
"repository-ci-env-variable-create": "repository-ci-env-variable-create",
|
|
3603
|
+
"repository-ci-env-variable-delete": "repository-ci-env-variable-delete",
|
|
3604
|
+
"repository-ci-env-variable-update": "repository-ci-env-variable-update",
|
|
3592
3605
|
"runtime-cache-purge-all": "runtime-cache-purge-all",
|
|
3593
3606
|
"saml-connection-created": "saml-connection-created",
|
|
3594
3607
|
"saml-connection-deleted": "saml-connection-deleted",
|
|
@@ -4946,6 +4959,7 @@ exports.userEventPayloadTrustedIpsEnum = userEventPayloadTrustedIpsEnum;
|
|
|
4946
4959
|
exports.userEventPayloadTypeEnum = userEventPayloadTypeEnum;
|
|
4947
4960
|
exports.userEventPayloadUpdateDiffNewTargetEnum = userEventPayloadUpdateDiffNewTargetEnum;
|
|
4948
4961
|
exports.userEventPayloadUpdateDiffOldTargetEnum = userEventPayloadUpdateDiffOldTargetEnum;
|
|
4962
|
+
exports.userEventPayloadVisibilityEnum = userEventPayloadVisibilityEnum;
|
|
4949
4963
|
exports.userEventPayloadWidgetEnum = userEventPayloadWidgetEnum;
|
|
4950
4964
|
exports.userEventTypeEnum = userEventTypeEnum;
|
|
4951
4965
|
exports.vcrImageDetailKindEnum = vcrImageDetailKindEnum;
|