vercel-api-js 1.18.0 → 1.19.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 +8 -1
- package/dist/index.d.ts +69 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-h2au2774.cjs → schemas-bnk8yeey.cjs} +49 -7
- package/dist/{schemas-k9fiajx5.js → schemas-hzd0wxda.js} +43 -8
- package/dist/schemas.cjs +8 -1
- package/dist/schemas.d.mts +31 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +6 -0
- package/dist/types.d.mts +38 -8
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -0
- package/package.json +1 -1
package/dist/types.mjs
CHANGED
|
@@ -2066,6 +2066,7 @@ const userEventTypeEnum = {
|
|
|
2066
2066
|
"organization-delete": "organization-delete",
|
|
2067
2067
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2068
2068
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2069
|
+
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2069
2070
|
"organization-emu-updated": "organization-emu-updated",
|
|
2070
2071
|
"organization-slug-update": "organization-slug-update",
|
|
2071
2072
|
"organization-team-add": "organization-team-add",
|
|
@@ -2233,6 +2234,7 @@ const userEventTypeEnum = {
|
|
|
2233
2234
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
2234
2235
|
"sandbox-drive-created": "sandbox-drive-created",
|
|
2235
2236
|
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
2237
|
+
"sandbox-signed-commit-identity-configured": "sandbox-signed-commit-identity-configured",
|
|
2236
2238
|
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
2237
2239
|
scale: "scale",
|
|
2238
2240
|
"scale-auto": "scale-auto",
|
|
@@ -2773,6 +2775,7 @@ const listEventTypeNameEnum = {
|
|
|
2773
2775
|
"organization-delete": "organization-delete",
|
|
2774
2776
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
2775
2777
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
2778
|
+
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
2776
2779
|
"organization-emu-updated": "organization-emu-updated",
|
|
2777
2780
|
"organization-slug-update": "organization-slug-update",
|
|
2778
2781
|
"organization-team-add": "organization-team-add",
|
|
@@ -2940,6 +2943,7 @@ const listEventTypeNameEnum = {
|
|
|
2940
2943
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
2941
2944
|
"sandbox-drive-created": "sandbox-drive-created",
|
|
2942
2945
|
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
2946
|
+
"sandbox-signed-commit-identity-configured": "sandbox-signed-commit-identity-configured",
|
|
2943
2947
|
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
2944
2948
|
scale: "scale",
|
|
2945
2949
|
"scale-auto": "scale-auto",
|
|
@@ -3455,6 +3459,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3455
3459
|
"organization-delete": "organization-delete",
|
|
3456
3460
|
"organization-dsync-group-delete": "organization-dsync-group-delete",
|
|
3457
3461
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert",
|
|
3462
|
+
"organization-emu-team-updated": "organization-emu-team-updated",
|
|
3458
3463
|
"organization-emu-updated": "organization-emu-updated",
|
|
3459
3464
|
"organization-slug-update": "organization-slug-update",
|
|
3460
3465
|
"organization-team-add": "organization-team-add",
|
|
@@ -3622,6 +3627,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3622
3627
|
"sandbox-alias-delete": "sandbox-alias-delete",
|
|
3623
3628
|
"sandbox-drive-created": "sandbox-drive-created",
|
|
3624
3629
|
"sandbox-drive-deleted": "sandbox-drive-deleted",
|
|
3630
|
+
"sandbox-signed-commit-identity-configured": "sandbox-signed-commit-identity-configured",
|
|
3625
3631
|
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
|
|
3626
3632
|
scale: "scale",
|
|
3627
3633
|
"scale-auto": "scale-auto",
|