@automate.ax/integration-contracts 0.123.2 → 0.125.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.
@@ -1419,8 +1419,8 @@ declare const RAW_NOTION_EVENT_SCHEMA: z.ZodDiscriminatedUnion<[z.ZodObject<{
1419
1419
  }>;
1420
1420
  }, z.core.$strip>;
1421
1421
  updated_fields: z.ZodArray<z.ZodEnum<{
1422
- name: "name";
1423
1422
  filter: "filter";
1423
+ name: "name";
1424
1424
  sorts: "sorts";
1425
1425
  configuration: "configuration";
1426
1426
  }>>;
@@ -2877,8 +2877,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
2877
2877
  }>;
2878
2878
  }, z.core.$strip>;
2879
2879
  updated_fields: z.ZodArray<z.ZodEnum<{
2880
- name: "name";
2881
2880
  filter: "filter";
2881
+ name: "name";
2882
2882
  sorts: "sorts";
2883
2883
  configuration: "configuration";
2884
2884
  }>>;
@@ -2919,8 +2919,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
2919
2919
  workspace_name: z.ZodString;
2920
2920
  }, z.core.$catchall<z.ZodJSONSchema>>], "type">, z.ZodTransform<{
2921
2921
  type: "comment.created";
2922
- timestamp: string;
2923
2922
  id: string;
2923
+ timestamp: string;
2924
2924
  data: {
2925
2925
  parent: {
2926
2926
  id: string;
@@ -2951,8 +2951,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
2951
2951
  }[];
2952
2952
  } | {
2953
2953
  type: "comment.deleted";
2954
- timestamp: string;
2955
2954
  id: string;
2955
+ timestamp: string;
2956
2956
  data: {
2957
2957
  parent: {
2958
2958
  id: string;
@@ -2983,8 +2983,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
2983
2983
  }[];
2984
2984
  } | {
2985
2985
  type: "comment.updated";
2986
- timestamp: string;
2987
2986
  id: string;
2987
+ timestamp: string;
2988
2988
  data: {
2989
2989
  parent: {
2990
2990
  id: string;
@@ -3015,8 +3015,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3015
3015
  }[];
3016
3016
  } | {
3017
3017
  type: "data_source.content_updated";
3018
- timestamp: string;
3019
3018
  id: string;
3019
+ timestamp: string;
3020
3020
  data: {
3021
3021
  parent: {
3022
3022
  id: string;
@@ -3051,8 +3051,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3051
3051
  }[];
3052
3052
  } | {
3053
3053
  type: "data_source.created";
3054
- timestamp: string;
3055
3054
  id: string;
3055
+ timestamp: string;
3056
3056
  data: {
3057
3057
  parent: {
3058
3058
  id: string;
@@ -3083,8 +3083,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3083
3083
  }[];
3084
3084
  } | {
3085
3085
  type: "data_source.deleted";
3086
- timestamp: string;
3087
3086
  id: string;
3087
+ timestamp: string;
3088
3088
  data: {
3089
3089
  parent: {
3090
3090
  id: string;
@@ -3115,8 +3115,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3115
3115
  }[];
3116
3116
  } | {
3117
3117
  type: "data_source.moved";
3118
- timestamp: string;
3119
3118
  id: string;
3119
+ timestamp: string;
3120
3120
  data: {
3121
3121
  parent: {
3122
3122
  id: string;
@@ -3147,8 +3147,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3147
3147
  }[];
3148
3148
  } | {
3149
3149
  type: "data_source.schema_updated";
3150
- timestamp: string;
3151
3150
  id: string;
3151
+ timestamp: string;
3152
3152
  data: {
3153
3153
  parent: {
3154
3154
  id: string;
@@ -3184,8 +3184,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3184
3184
  }[];
3185
3185
  } | {
3186
3186
  type: "data_source.undeleted";
3187
- timestamp: string;
3188
3187
  id: string;
3188
+ timestamp: string;
3189
3189
  data: {
3190
3190
  parent: {
3191
3191
  id: string;
@@ -3216,8 +3216,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3216
3216
  }[];
3217
3217
  } | {
3218
3218
  type: "database.created";
3219
- timestamp: string;
3220
3219
  id: string;
3220
+ timestamp: string;
3221
3221
  data: {
3222
3222
  parent: {
3223
3223
  id: string;
@@ -3248,8 +3248,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3248
3248
  }[];
3249
3249
  } | {
3250
3250
  type: "database.deleted";
3251
- timestamp: string;
3252
3251
  id: string;
3252
+ timestamp: string;
3253
3253
  data: {
3254
3254
  parent: {
3255
3255
  id: string;
@@ -3280,8 +3280,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3280
3280
  }[];
3281
3281
  } | {
3282
3282
  type: "database.moved";
3283
- timestamp: string;
3284
3283
  id: string;
3284
+ timestamp: string;
3285
3285
  data: {
3286
3286
  parent: {
3287
3287
  id: string;
@@ -3312,8 +3312,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3312
3312
  }[];
3313
3313
  } | {
3314
3314
  type: "database.undeleted";
3315
- timestamp: string;
3316
3315
  id: string;
3316
+ timestamp: string;
3317
3317
  data: {
3318
3318
  parent: {
3319
3319
  id: string;
@@ -3344,8 +3344,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3344
3344
  }[];
3345
3345
  } | {
3346
3346
  type: "file_upload.completed";
3347
- timestamp: string;
3348
3347
  id: string;
3348
+ timestamp: string;
3349
3349
  workspaceId: string;
3350
3350
  workspaceName: string;
3351
3351
  subscriptionId: string;
@@ -3369,8 +3369,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3369
3369
  }[];
3370
3370
  } | {
3371
3371
  type: "file_upload.created";
3372
- timestamp: string;
3373
3372
  id: string;
3373
+ timestamp: string;
3374
3374
  workspaceId: string;
3375
3375
  workspaceName: string;
3376
3376
  subscriptionId: string;
@@ -3394,8 +3394,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3394
3394
  }[];
3395
3395
  } | {
3396
3396
  type: "file_upload.expired";
3397
- timestamp: string;
3398
3397
  id: string;
3398
+ timestamp: string;
3399
3399
  workspaceId: string;
3400
3400
  workspaceName: string;
3401
3401
  subscriptionId: string;
@@ -3419,8 +3419,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3419
3419
  }[];
3420
3420
  } | {
3421
3421
  type: "file_upload.upload_failed";
3422
- timestamp: string;
3423
3422
  id: string;
3423
+ timestamp: string;
3424
3424
  data: {
3425
3425
  fileImportResult: {
3426
3426
  type: "success";
@@ -3463,8 +3463,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3463
3463
  }[];
3464
3464
  } | {
3465
3465
  type: "page.content_updated";
3466
- timestamp: string;
3467
3466
  id: string;
3467
+ timestamp: string;
3468
3468
  data: {
3469
3469
  parent: {
3470
3470
  id: string;
@@ -3499,8 +3499,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3499
3499
  }[];
3500
3500
  } | {
3501
3501
  type: "page.created";
3502
- timestamp: string;
3503
3502
  id: string;
3503
+ timestamp: string;
3504
3504
  data: {
3505
3505
  parent: {
3506
3506
  id: string;
@@ -3531,8 +3531,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3531
3531
  }[];
3532
3532
  } | {
3533
3533
  type: "page.deleted";
3534
- timestamp: string;
3535
3534
  id: string;
3535
+ timestamp: string;
3536
3536
  data: {
3537
3537
  parent: {
3538
3538
  id: string;
@@ -3563,8 +3563,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3563
3563
  }[];
3564
3564
  } | {
3565
3565
  type: "page.locked";
3566
- timestamp: string;
3567
3566
  id: string;
3567
+ timestamp: string;
3568
3568
  data: {
3569
3569
  parent: {
3570
3570
  id: string;
@@ -3595,8 +3595,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3595
3595
  }[];
3596
3596
  } | {
3597
3597
  type: "page.moved";
3598
- timestamp: string;
3599
3598
  id: string;
3599
+ timestamp: string;
3600
3600
  data: {
3601
3601
  parent: {
3602
3602
  id: string;
@@ -3627,8 +3627,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3627
3627
  }[];
3628
3628
  } | {
3629
3629
  type: "page.properties_updated";
3630
- timestamp: string;
3631
3630
  id: string;
3631
+ timestamp: string;
3632
3632
  data: {
3633
3633
  parent: {
3634
3634
  id: string;
@@ -3660,8 +3660,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3660
3660
  }[];
3661
3661
  } | {
3662
3662
  type: "page.transcription_block.transcript_deleted";
3663
- timestamp: string;
3664
3663
  id: string;
3664
+ timestamp: string;
3665
3665
  data: {
3666
3666
  target: {
3667
3667
  id: string;
@@ -3692,8 +3692,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3692
3692
  }[];
3693
3693
  } | {
3694
3694
  type: "page.undeleted";
3695
- timestamp: string;
3696
3695
  id: string;
3696
+ timestamp: string;
3697
3697
  data: {
3698
3698
  parent: {
3699
3699
  id: string;
@@ -3724,8 +3724,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3724
3724
  }[];
3725
3725
  } | {
3726
3726
  type: "page.unlocked";
3727
- timestamp: string;
3728
3727
  id: string;
3728
+ timestamp: string;
3729
3729
  data: {
3730
3730
  parent: {
3731
3731
  id: string;
@@ -3756,8 +3756,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3756
3756
  }[];
3757
3757
  } | {
3758
3758
  type: "view.created";
3759
- timestamp: string;
3760
3759
  id: string;
3760
+ timestamp: string;
3761
3761
  data: {
3762
3762
  parent: {
3763
3763
  id: string;
@@ -3789,8 +3789,8 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3789
3789
  }[];
3790
3790
  } | {
3791
3791
  type: "view.deleted";
3792
- timestamp: string;
3793
3792
  id: string;
3793
+ timestamp: string;
3794
3794
  data: {
3795
3795
  parent: {
3796
3796
  id: string;
@@ -3821,15 +3821,15 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
3821
3821
  }[];
3822
3822
  } | {
3823
3823
  type: "view.updated";
3824
- timestamp: string;
3825
3824
  id: string;
3825
+ timestamp: string;
3826
3826
  data: {
3827
3827
  parent: {
3828
3828
  id: string;
3829
3829
  type: "team" | "page" | "space" | "agent" | "block" | "database";
3830
3830
  dataSourceId?: string | undefined;
3831
3831
  };
3832
- updatedFields: ("name" | "filter" | "sorts" | "configuration")[];
3832
+ updatedFields: ("filter" | "name" | "sorts" | "configuration")[];
3833
3833
  };
3834
3834
  workspaceId: string;
3835
3835
  workspaceName: string;
@@ -4956,7 +4956,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
4956
4956
  type: "team" | "page" | "space" | "agent" | "block" | "database";
4957
4957
  data_source_id?: string | undefined;
4958
4958
  };
4959
- updated_fields: ("name" | "filter" | "sorts" | "configuration")[];
4959
+ updated_fields: ("filter" | "name" | "sorts" | "configuration")[];
4960
4960
  };
4961
4961
  entity: {
4962
4962
  id: string;
@@ -1,4 +1,5 @@
1
1
  import type { airtableTriggerContracts } from "./airtable/index.js";
2
+ import type { apifyTriggerContracts } from "./apify/index.js";
2
3
  import type { automateTriggerContracts } from "./automate/index.js";
3
4
  import type { asanaTriggerContracts } from "./asana/index.js";
4
5
  import type { brevoTriggerContracts } from "./brevo/index.js";
@@ -26,7 +27,7 @@ import type { vercelTriggerContracts } from "./vercel/index.js";
26
27
  import type { webflowTriggerContracts } from "./webflow/index.js";
27
28
  import type { whatsappTriggerContracts } from "./whatsapp/index.js";
28
29
  import type { z } from "zod";
29
- export type TriggerContractMap = typeof airtableTriggerContracts & typeof automateTriggerContracts & typeof asanaTriggerContracts & typeof brevoTriggerContracts & typeof convexTriggerContracts & typeof closeTriggerContracts & typeof cloudflareTriggerContracts & typeof githubTriggerContracts & typeof gmailTriggerContracts & typeof googleCalendarTriggerContracts & typeof googleDriveTriggerContracts & typeof googleFormsTriggerContracts & typeof googleMeetTriggerContracts & typeof googleSheetsTriggerContracts & typeof hubspotTriggerContracts & typeof linearTriggerContracts & typeof millionVerifierTriggerContracts & typeof notionTriggerContracts & typeof outlookTriggerContracts & typeof resendTriggerContracts & typeof slackTriggerContracts & typeof stripeTriggerContracts & typeof teamsTriggerContracts & typeof trelloTriggerContracts & typeof vercelTriggerContracts & typeof webflowTriggerContracts & typeof whatsappTriggerContracts;
30
+ export type TriggerContractMap = typeof airtableTriggerContracts & typeof apifyTriggerContracts & typeof automateTriggerContracts & typeof asanaTriggerContracts & typeof brevoTriggerContracts & typeof convexTriggerContracts & typeof closeTriggerContracts & typeof cloudflareTriggerContracts & typeof githubTriggerContracts & typeof gmailTriggerContracts & typeof googleCalendarTriggerContracts & typeof googleDriveTriggerContracts & typeof googleFormsTriggerContracts & typeof googleMeetTriggerContracts & typeof googleSheetsTriggerContracts & typeof hubspotTriggerContracts & typeof linearTriggerContracts & typeof millionVerifierTriggerContracts & typeof notionTriggerContracts & typeof outlookTriggerContracts & typeof resendTriggerContracts & typeof slackTriggerContracts & typeof stripeTriggerContracts & typeof teamsTriggerContracts & typeof trelloTriggerContracts & typeof vercelTriggerContracts & typeof webflowTriggerContracts & typeof whatsappTriggerContracts;
30
31
  export type IntegrationTriggerType = keyof TriggerContractMap;
31
32
  /** Canonical authoring configuration for one integration trigger type. */
32
33
  export type TriggerConfig<TType extends IntegrationTriggerType> = z.input<TriggerContractMap[TType]["configSchema"]> extends Record<string, never> ? object : z.input<TriggerContractMap[TType]["configSchema"]>;
@@ -1898,9 +1898,9 @@ export declare const vercelTriggerContracts: {
1898
1898
  ownerId: z.ZodString;
1899
1899
  projectId: z.ZodString;
1900
1900
  state: z.ZodEnum<{
1901
+ ABORTED: "ABORTED";
1901
1902
  ACTIVE: "ACTIVE";
1902
1903
  COMPLETE: "COMPLETE";
1903
- ABORTED: "ABORTED";
1904
1904
  }>;
1905
1905
  writtenBy: z.ZodString;
1906
1906
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -1925,9 +1925,9 @@ export declare const vercelTriggerContracts: {
1925
1925
  ownerId: z.ZodString;
1926
1926
  projectId: z.ZodString;
1927
1927
  state: z.ZodEnum<{
1928
+ ABORTED: "ABORTED";
1928
1929
  ACTIVE: "ACTIVE";
1929
1930
  COMPLETE: "COMPLETE";
1930
- ABORTED: "ABORTED";
1931
1931
  }>;
1932
1932
  writtenBy: z.ZodString;
1933
1933
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -1961,9 +1961,9 @@ export declare const vercelTriggerContracts: {
1961
1961
  ownerId: z.ZodString;
1962
1962
  projectId: z.ZodString;
1963
1963
  state: z.ZodEnum<{
1964
+ ABORTED: "ABORTED";
1964
1965
  ACTIVE: "ACTIVE";
1965
1966
  COMPLETE: "COMPLETE";
1966
- ABORTED: "ABORTED";
1967
1967
  }>;
1968
1968
  writtenBy: z.ZodString;
1969
1969
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -1988,9 +1988,9 @@ export declare const vercelTriggerContracts: {
1988
1988
  ownerId: z.ZodString;
1989
1989
  projectId: z.ZodString;
1990
1990
  state: z.ZodEnum<{
1991
+ ABORTED: "ABORTED";
1991
1992
  ACTIVE: "ACTIVE";
1992
1993
  COMPLETE: "COMPLETE";
1993
- ABORTED: "ABORTED";
1994
1994
  }>;
1995
1995
  writtenBy: z.ZodString;
1996
1996
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2024,9 +2024,9 @@ export declare const vercelTriggerContracts: {
2024
2024
  ownerId: z.ZodString;
2025
2025
  projectId: z.ZodString;
2026
2026
  state: z.ZodEnum<{
2027
+ ABORTED: "ABORTED";
2027
2028
  ACTIVE: "ACTIVE";
2028
2029
  COMPLETE: "COMPLETE";
2029
- ABORTED: "ABORTED";
2030
2030
  }>;
2031
2031
  writtenBy: z.ZodString;
2032
2032
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2051,9 +2051,9 @@ export declare const vercelTriggerContracts: {
2051
2051
  ownerId: z.ZodString;
2052
2052
  projectId: z.ZodString;
2053
2053
  state: z.ZodEnum<{
2054
+ ABORTED: "ABORTED";
2054
2055
  ACTIVE: "ACTIVE";
2055
2056
  COMPLETE: "COMPLETE";
2056
- ABORTED: "ABORTED";
2057
2057
  }>;
2058
2058
  writtenBy: z.ZodString;
2059
2059
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2087,9 +2087,9 @@ export declare const vercelTriggerContracts: {
2087
2087
  ownerId: z.ZodString;
2088
2088
  projectId: z.ZodString;
2089
2089
  state: z.ZodEnum<{
2090
+ ABORTED: "ABORTED";
2090
2091
  ACTIVE: "ACTIVE";
2091
2092
  COMPLETE: "COMPLETE";
2092
- ABORTED: "ABORTED";
2093
2093
  }>;
2094
2094
  writtenBy: z.ZodString;
2095
2095
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2114,9 +2114,9 @@ export declare const vercelTriggerContracts: {
2114
2114
  ownerId: z.ZodString;
2115
2115
  projectId: z.ZodString;
2116
2116
  state: z.ZodEnum<{
2117
+ ABORTED: "ABORTED";
2117
2118
  ACTIVE: "ACTIVE";
2118
2119
  COMPLETE: "COMPLETE";
2119
- ABORTED: "ABORTED";
2120
2120
  }>;
2121
2121
  writtenBy: z.ZodString;
2122
2122
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2154,9 +2154,9 @@ export declare const vercelTriggerContracts: {
2154
2154
  ownerId: z.ZodString;
2155
2155
  projectId: z.ZodString;
2156
2156
  state: z.ZodEnum<{
2157
+ ABORTED: "ABORTED";
2157
2158
  ACTIVE: "ACTIVE";
2158
2159
  COMPLETE: "COMPLETE";
2159
- ABORTED: "ABORTED";
2160
2160
  }>;
2161
2161
  writtenBy: z.ZodString;
2162
2162
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2181,9 +2181,9 @@ export declare const vercelTriggerContracts: {
2181
2181
  ownerId: z.ZodString;
2182
2182
  projectId: z.ZodString;
2183
2183
  state: z.ZodEnum<{
2184
+ ABORTED: "ABORTED";
2184
2185
  ACTIVE: "ACTIVE";
2185
2186
  COMPLETE: "COMPLETE";
2186
- ABORTED: "ABORTED";
2187
2187
  }>;
2188
2188
  writtenBy: z.ZodString;
2189
2189
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2221,9 +2221,9 @@ export declare const vercelTriggerContracts: {
2221
2221
  ownerId: z.ZodString;
2222
2222
  projectId: z.ZodString;
2223
2223
  state: z.ZodEnum<{
2224
+ ABORTED: "ABORTED";
2224
2225
  ACTIVE: "ACTIVE";
2225
2226
  COMPLETE: "COMPLETE";
2226
- ABORTED: "ABORTED";
2227
2227
  }>;
2228
2228
  writtenBy: z.ZodString;
2229
2229
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2248,9 +2248,9 @@ export declare const vercelTriggerContracts: {
2248
2248
  ownerId: z.ZodString;
2249
2249
  projectId: z.ZodString;
2250
2250
  state: z.ZodEnum<{
2251
+ ABORTED: "ABORTED";
2251
2252
  ACTIVE: "ACTIVE";
2252
2253
  COMPLETE: "COMPLETE";
2253
- ABORTED: "ABORTED";
2254
2254
  }>;
2255
2255
  writtenBy: z.ZodString;
2256
2256
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2288,9 +2288,9 @@ export declare const vercelTriggerContracts: {
2288
2288
  ownerId: z.ZodString;
2289
2289
  projectId: z.ZodString;
2290
2290
  state: z.ZodEnum<{
2291
+ ABORTED: "ABORTED";
2291
2292
  ACTIVE: "ACTIVE";
2292
2293
  COMPLETE: "COMPLETE";
2293
- ABORTED: "ABORTED";
2294
2294
  }>;
2295
2295
  writtenBy: z.ZodString;
2296
2296
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2315,9 +2315,9 @@ export declare const vercelTriggerContracts: {
2315
2315
  ownerId: z.ZodString;
2316
2316
  projectId: z.ZodString;
2317
2317
  state: z.ZodEnum<{
2318
+ ABORTED: "ABORTED";
2318
2319
  ACTIVE: "ACTIVE";
2319
2320
  COMPLETE: "COMPLETE";
2320
- ABORTED: "ABORTED";
2321
2321
  }>;
2322
2322
  writtenBy: z.ZodString;
2323
2323
  }, z.core.$catchall<z.ZodJSONSchema>>;
@@ -2355,9 +2355,9 @@ export declare const vercelTriggerContracts: {
2355
2355
  ownerId: z.ZodString;
2356
2356
  projectId: z.ZodString;
2357
2357
  state: z.ZodEnum<{
2358
+ ABORTED: "ABORTED";
2358
2359
  ACTIVE: "ACTIVE";
2359
2360
  COMPLETE: "COMPLETE";
2360
- ABORTED: "ABORTED";
2361
2361
  }>;
2362
2362
  writtenBy: z.ZodString;
2363
2363
  }, z.core.$catchall<z.ZodJSONSchema>>>>;
@@ -2382,9 +2382,9 @@ export declare const vercelTriggerContracts: {
2382
2382
  ownerId: z.ZodString;
2383
2383
  projectId: z.ZodString;
2384
2384
  state: z.ZodEnum<{
2385
+ ABORTED: "ABORTED";
2385
2386
  ACTIVE: "ACTIVE";
2386
2387
  COMPLETE: "COMPLETE";
2387
- ABORTED: "ABORTED";
2388
2388
  }>;
2389
2389
  writtenBy: z.ZodString;
2390
2390
  }, z.core.$catchall<z.ZodJSONSchema>>;