vercel-api-js 1.17.1 → 1.18.1
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 +1 -1
- package/dist/index.d.ts +46 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-n8tvo4vu.cjs → schemas-i6g5yy7y.cjs} +35 -0
- package/dist/{schemas-n16erwje.js → schemas-nvrtvcyu.js} +35 -0
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +23 -0
- 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 +23 -0
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
var components = require('./components-pfe7zbum.cjs');
|
|
4
|
-
var schemas = require('./schemas-
|
|
4
|
+
var schemas = require('./schemas-i6g5yy7y.cjs');
|
|
5
5
|
var types = require('./types.cjs');
|
|
6
6
|
|
|
7
7
|
function formEncoded(data) {
|
package/dist/index.d.ts
CHANGED
|
@@ -6074,6 +6074,7 @@ declare const userEventTypeEnum: {
|
|
|
6074
6074
|
readonly "organization-delete": "organization-delete";
|
|
6075
6075
|
readonly "organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
6076
6076
|
readonly "organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
6077
|
+
readonly "organization-emu-team-updated": "organization-emu-team-updated";
|
|
6077
6078
|
readonly "organization-emu-updated": "organization-emu-updated";
|
|
6078
6079
|
readonly "organization-slug-update": "organization-slug-update";
|
|
6079
6080
|
readonly "organization-team-add": "organization-team-add";
|
|
@@ -6131,6 +6132,7 @@ declare const userEventTypeEnum: {
|
|
|
6131
6132
|
readonly "project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
6132
6133
|
readonly "project-custom-environment-created": "project-custom-environment-created";
|
|
6133
6134
|
readonly "project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
6135
|
+
readonly "project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
6134
6136
|
readonly "project-custom-environment-updated": "project-custom-environment-updated";
|
|
6135
6137
|
readonly "project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
6136
6138
|
readonly "project-delete": "project-delete";
|
|
@@ -10258,6 +10260,11 @@ type UserEvent = {
|
|
|
10258
10260
|
previousEnabled: false | true;
|
|
10259
10261
|
trigger: UserEventPayloadTriggerEnumKey;
|
|
10260
10262
|
unenforcedTeamIds: string[];
|
|
10263
|
+
} | {
|
|
10264
|
+
enabled: false | true;
|
|
10265
|
+
organizationId: string;
|
|
10266
|
+
teamId: string;
|
|
10267
|
+
teamSlug: string;
|
|
10261
10268
|
} | {
|
|
10262
10269
|
organizationId: string;
|
|
10263
10270
|
slug: string;
|
|
@@ -10756,6 +10763,18 @@ type UserEvent = {
|
|
|
10756
10763
|
};
|
|
10757
10764
|
projectId: string;
|
|
10758
10765
|
projectName: string;
|
|
10766
|
+
} | {
|
|
10767
|
+
customEnvironmentId: string;
|
|
10768
|
+
customEnvironmentSlug: string;
|
|
10769
|
+
enableSchedulesByDefault: false | true;
|
|
10770
|
+
projectId: string;
|
|
10771
|
+
projectName: string;
|
|
10772
|
+
} | {
|
|
10773
|
+
customEnvironmentId: string;
|
|
10774
|
+
customEnvironmentSlug: string;
|
|
10775
|
+
enableSchedulesByDefault?: (false | true) | undefined;
|
|
10776
|
+
projectId: string;
|
|
10777
|
+
projectName: string;
|
|
10759
10778
|
} | {
|
|
10760
10779
|
customEnvironmentId: string;
|
|
10761
10780
|
customEnvironmentSlug: string;
|
|
@@ -13388,6 +13407,7 @@ declare const listEventTypeNameEnum: {
|
|
|
13388
13407
|
readonly "organization-delete": "organization-delete";
|
|
13389
13408
|
readonly "organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
13390
13409
|
readonly "organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
13410
|
+
readonly "organization-emu-team-updated": "organization-emu-team-updated";
|
|
13391
13411
|
readonly "organization-emu-updated": "organization-emu-updated";
|
|
13392
13412
|
readonly "organization-slug-update": "organization-slug-update";
|
|
13393
13413
|
readonly "organization-team-add": "organization-team-add";
|
|
@@ -13445,6 +13465,7 @@ declare const listEventTypeNameEnum: {
|
|
|
13445
13465
|
readonly "project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
13446
13466
|
readonly "project-custom-environment-created": "project-custom-environment-created";
|
|
13447
13467
|
readonly "project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
13468
|
+
readonly "project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
13448
13469
|
readonly "project-custom-environment-updated": "project-custom-environment-updated";
|
|
13449
13470
|
readonly "project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
13450
13471
|
readonly "project-delete": "project-delete";
|
|
@@ -14070,6 +14091,7 @@ declare const listEventTypeReplacedByEnum: {
|
|
|
14070
14091
|
readonly "organization-delete": "organization-delete";
|
|
14071
14092
|
readonly "organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
14072
14093
|
readonly "organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
14094
|
+
readonly "organization-emu-team-updated": "organization-emu-team-updated";
|
|
14073
14095
|
readonly "organization-emu-updated": "organization-emu-updated";
|
|
14074
14096
|
readonly "organization-slug-update": "organization-slug-update";
|
|
14075
14097
|
readonly "organization-team-add": "organization-team-add";
|
|
@@ -14127,6 +14149,7 @@ declare const listEventTypeReplacedByEnum: {
|
|
|
14127
14149
|
readonly "project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
14128
14150
|
readonly "project-custom-environment-created": "project-custom-environment-created";
|
|
14129
14151
|
readonly "project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
14152
|
+
readonly "project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
14130
14153
|
readonly "project-custom-environment-updated": "project-custom-environment-updated";
|
|
14131
14154
|
readonly "project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
14132
14155
|
readonly "project-delete": "project-delete";
|
|
@@ -51364,6 +51387,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
51364
51387
|
toggle: "toggle";
|
|
51365
51388
|
}>;
|
|
51366
51389
|
unenforcedTeamIds: z.ZodArray<z.ZodString>;
|
|
51390
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
51391
|
+
enabled: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
51392
|
+
organizationId: z.ZodString;
|
|
51393
|
+
teamId: z.ZodString;
|
|
51394
|
+
teamSlug: z.ZodString;
|
|
51367
51395
|
}, z.core.$strict>, z.ZodObject<{
|
|
51368
51396
|
organizationId: z.ZodString;
|
|
51369
51397
|
slug: z.ZodString;
|
|
@@ -51964,6 +51992,18 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
51964
51992
|
}, z.core.$strip>;
|
|
51965
51993
|
projectId: z.ZodString;
|
|
51966
51994
|
projectName: z.ZodString;
|
|
51995
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
51996
|
+
customEnvironmentId: z.ZodString;
|
|
51997
|
+
customEnvironmentSlug: z.ZodString;
|
|
51998
|
+
enableSchedulesByDefault: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
51999
|
+
projectId: z.ZodString;
|
|
52000
|
+
projectName: z.ZodString;
|
|
52001
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
52002
|
+
customEnvironmentId: z.ZodString;
|
|
52003
|
+
customEnvironmentSlug: z.ZodString;
|
|
52004
|
+
enableSchedulesByDefault: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
52005
|
+
projectId: z.ZodString;
|
|
52006
|
+
projectName: z.ZodString;
|
|
51967
52007
|
}, z.core.$strict>, z.ZodObject<{
|
|
51968
52008
|
customEnvironmentId: z.ZodString;
|
|
51969
52009
|
customEnvironmentSlug: z.ZodString;
|
|
@@ -54412,6 +54452,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
54412
54452
|
"organization-delete": "organization-delete";
|
|
54413
54453
|
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
54414
54454
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
54455
|
+
"organization-emu-team-updated": "organization-emu-team-updated";
|
|
54415
54456
|
"organization-emu-updated": "organization-emu-updated";
|
|
54416
54457
|
"organization-slug-update": "organization-slug-update";
|
|
54417
54458
|
"organization-team-add": "organization-team-add";
|
|
@@ -54468,6 +54509,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
54468
54509
|
"project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
54469
54510
|
"project-custom-environment-created": "project-custom-environment-created";
|
|
54470
54511
|
"project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
54512
|
+
"project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
54471
54513
|
"project-custom-environment-updated": "project-custom-environment-updated";
|
|
54472
54514
|
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
54473
54515
|
"project-delete": "project-delete";
|
|
@@ -55159,6 +55201,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
55159
55201
|
"organization-delete": "organization-delete";
|
|
55160
55202
|
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
55161
55203
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
55204
|
+
"organization-emu-team-updated": "organization-emu-team-updated";
|
|
55162
55205
|
"organization-emu-updated": "organization-emu-updated";
|
|
55163
55206
|
"organization-slug-update": "organization-slug-update";
|
|
55164
55207
|
"organization-team-add": "organization-team-add";
|
|
@@ -55215,6 +55258,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
55215
55258
|
"project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
55216
55259
|
"project-custom-environment-created": "project-custom-environment-created";
|
|
55217
55260
|
"project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
55261
|
+
"project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
55218
55262
|
"project-custom-environment-updated": "project-custom-environment-updated";
|
|
55219
55263
|
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
55220
55264
|
"project-delete": "project-delete";
|
|
@@ -55840,6 +55884,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
55840
55884
|
"organization-delete": "organization-delete";
|
|
55841
55885
|
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
55842
55886
|
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
55887
|
+
"organization-emu-team-updated": "organization-emu-team-updated";
|
|
55843
55888
|
"organization-emu-updated": "organization-emu-updated";
|
|
55844
55889
|
"organization-slug-update": "organization-slug-update";
|
|
55845
55890
|
"organization-team-add": "organization-team-add";
|
|
@@ -55896,6 +55941,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
55896
55941
|
"project-cron-jobs-toggled": "project-cron-jobs-toggled";
|
|
55897
55942
|
"project-custom-environment-created": "project-custom-environment-created";
|
|
55898
55943
|
"project-custom-environment-deleted": "project-custom-environment-deleted";
|
|
55944
|
+
"project-custom-environment-schedules-default-updated": "project-custom-environment-schedules-default-updated";
|
|
55899
55945
|
"project-custom-environment-updated": "project-custom-environment-updated";
|
|
55900
55946
|
"project-customer-success-code-visibility-updated": "project-customer-success-code-visibility-updated";
|
|
55901
55947
|
"project-delete": "project-delete";
|