@automate.ax/integration-contracts 0.128.0 → 0.130.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/apify/index.d.ts +16 -16
- package/dist/apify/schemas.d.ts +2 -2
- package/dist/apify/schemas.js +4 -4
- package/dist/discord/index.d.ts +138 -0
- package/dist/discord/index.js +31 -0
- package/dist/discord/provider.d.ts +664 -0
- package/dist/discord/provider.js +496 -0
- package/dist/discord/schemas.d.ts +491 -0
- package/dist/discord/schemas.js +273 -0
- package/dist/linear/schemas.d.ts +1 -1
- package/dist/notion/schemas.d.ts +58 -58
- package/dist/slack/event-schemas.d.ts +583 -583
- package/dist/slack/index.d.ts +303 -303
- package/dist/slack/schemas.d.ts +1 -1
- package/dist/triggers.d.ts +2 -1
- package/package.json +8 -2
- package/src/apify/schemas.ts +4 -4
- package/src/discord/index.ts +41 -0
- package/src/discord/provider.ts +539 -0
- package/src/discord/schemas.ts +306 -0
- package/src/triggers.ts +2 -0
package/dist/notion/schemas.d.ts
CHANGED
|
@@ -2928,9 +2928,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
2928
2928
|
};
|
|
2929
2929
|
pageId: string;
|
|
2930
2930
|
};
|
|
2931
|
+
subscriptionId: string;
|
|
2931
2932
|
workspaceId: string;
|
|
2932
2933
|
workspaceName: string;
|
|
2933
|
-
subscriptionId: string;
|
|
2934
2934
|
integrationId: string;
|
|
2935
2935
|
attemptNumber: number;
|
|
2936
2936
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -2947,7 +2947,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
2947
2947
|
};
|
|
2948
2948
|
authors: {
|
|
2949
2949
|
id: string;
|
|
2950
|
-
type: "
|
|
2950
|
+
type: "bot" | "agent" | "person";
|
|
2951
2951
|
}[];
|
|
2952
2952
|
} | {
|
|
2953
2953
|
type: "comment.deleted";
|
|
@@ -2960,9 +2960,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
2960
2960
|
};
|
|
2961
2961
|
pageId: string;
|
|
2962
2962
|
};
|
|
2963
|
+
subscriptionId: string;
|
|
2963
2964
|
workspaceId: string;
|
|
2964
2965
|
workspaceName: string;
|
|
2965
|
-
subscriptionId: string;
|
|
2966
2966
|
integrationId: string;
|
|
2967
2967
|
attemptNumber: number;
|
|
2968
2968
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -2979,7 +2979,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
2979
2979
|
};
|
|
2980
2980
|
authors: {
|
|
2981
2981
|
id: string;
|
|
2982
|
-
type: "
|
|
2982
|
+
type: "bot" | "agent" | "person";
|
|
2983
2983
|
}[];
|
|
2984
2984
|
} | {
|
|
2985
2985
|
type: "comment.updated";
|
|
@@ -2992,9 +2992,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
2992
2992
|
};
|
|
2993
2993
|
pageId: string;
|
|
2994
2994
|
};
|
|
2995
|
+
subscriptionId: string;
|
|
2995
2996
|
workspaceId: string;
|
|
2996
2997
|
workspaceName: string;
|
|
2997
|
-
subscriptionId: string;
|
|
2998
2998
|
integrationId: string;
|
|
2999
2999
|
attemptNumber: number;
|
|
3000
3000
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3011,7 +3011,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3011
3011
|
};
|
|
3012
3012
|
authors: {
|
|
3013
3013
|
id: string;
|
|
3014
|
-
type: "
|
|
3014
|
+
type: "bot" | "agent" | "person";
|
|
3015
3015
|
}[];
|
|
3016
3016
|
} | {
|
|
3017
3017
|
type: "data_source.content_updated";
|
|
@@ -3028,9 +3028,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3028
3028
|
type: "page" | "block" | "database";
|
|
3029
3029
|
}[];
|
|
3030
3030
|
};
|
|
3031
|
+
subscriptionId: string;
|
|
3031
3032
|
workspaceId: string;
|
|
3032
3033
|
workspaceName: string;
|
|
3033
|
-
subscriptionId: string;
|
|
3034
3034
|
integrationId: string;
|
|
3035
3035
|
attemptNumber: number;
|
|
3036
3036
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3047,7 +3047,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3047
3047
|
};
|
|
3048
3048
|
authors: {
|
|
3049
3049
|
id: string;
|
|
3050
|
-
type: "
|
|
3050
|
+
type: "bot" | "agent" | "person";
|
|
3051
3051
|
}[];
|
|
3052
3052
|
} | {
|
|
3053
3053
|
type: "data_source.created";
|
|
@@ -3060,9 +3060,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3060
3060
|
dataSourceId?: string | undefined;
|
|
3061
3061
|
};
|
|
3062
3062
|
};
|
|
3063
|
+
subscriptionId: string;
|
|
3063
3064
|
workspaceId: string;
|
|
3064
3065
|
workspaceName: string;
|
|
3065
|
-
subscriptionId: string;
|
|
3066
3066
|
integrationId: string;
|
|
3067
3067
|
attemptNumber: number;
|
|
3068
3068
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3079,7 +3079,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3079
3079
|
};
|
|
3080
3080
|
authors: {
|
|
3081
3081
|
id: string;
|
|
3082
|
-
type: "
|
|
3082
|
+
type: "bot" | "agent" | "person";
|
|
3083
3083
|
}[];
|
|
3084
3084
|
} | {
|
|
3085
3085
|
type: "data_source.deleted";
|
|
@@ -3092,9 +3092,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3092
3092
|
dataSourceId?: string | undefined;
|
|
3093
3093
|
};
|
|
3094
3094
|
};
|
|
3095
|
+
subscriptionId: string;
|
|
3095
3096
|
workspaceId: string;
|
|
3096
3097
|
workspaceName: string;
|
|
3097
|
-
subscriptionId: string;
|
|
3098
3098
|
integrationId: string;
|
|
3099
3099
|
attemptNumber: number;
|
|
3100
3100
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3111,7 +3111,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3111
3111
|
};
|
|
3112
3112
|
authors: {
|
|
3113
3113
|
id: string;
|
|
3114
|
-
type: "
|
|
3114
|
+
type: "bot" | "agent" | "person";
|
|
3115
3115
|
}[];
|
|
3116
3116
|
} | {
|
|
3117
3117
|
type: "data_source.moved";
|
|
@@ -3124,9 +3124,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3124
3124
|
dataSourceId?: string | undefined;
|
|
3125
3125
|
};
|
|
3126
3126
|
};
|
|
3127
|
+
subscriptionId: string;
|
|
3127
3128
|
workspaceId: string;
|
|
3128
3129
|
workspaceName: string;
|
|
3129
|
-
subscriptionId: string;
|
|
3130
3130
|
integrationId: string;
|
|
3131
3131
|
attemptNumber: number;
|
|
3132
3132
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3143,7 +3143,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3143
3143
|
};
|
|
3144
3144
|
authors: {
|
|
3145
3145
|
id: string;
|
|
3146
|
-
type: "
|
|
3146
|
+
type: "bot" | "agent" | "person";
|
|
3147
3147
|
}[];
|
|
3148
3148
|
} | {
|
|
3149
3149
|
type: "data_source.schema_updated";
|
|
@@ -3161,9 +3161,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3161
3161
|
action: "created" | "updated" | "deleted";
|
|
3162
3162
|
}[] | undefined;
|
|
3163
3163
|
};
|
|
3164
|
+
subscriptionId: string;
|
|
3164
3165
|
workspaceId: string;
|
|
3165
3166
|
workspaceName: string;
|
|
3166
|
-
subscriptionId: string;
|
|
3167
3167
|
integrationId: string;
|
|
3168
3168
|
attemptNumber: number;
|
|
3169
3169
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3180,7 +3180,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3180
3180
|
};
|
|
3181
3181
|
authors: {
|
|
3182
3182
|
id: string;
|
|
3183
|
-
type: "
|
|
3183
|
+
type: "bot" | "agent" | "person";
|
|
3184
3184
|
}[];
|
|
3185
3185
|
} | {
|
|
3186
3186
|
type: "data_source.undeleted";
|
|
@@ -3193,9 +3193,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3193
3193
|
dataSourceId?: string | undefined;
|
|
3194
3194
|
};
|
|
3195
3195
|
};
|
|
3196
|
+
subscriptionId: string;
|
|
3196
3197
|
workspaceId: string;
|
|
3197
3198
|
workspaceName: string;
|
|
3198
|
-
subscriptionId: string;
|
|
3199
3199
|
integrationId: string;
|
|
3200
3200
|
attemptNumber: number;
|
|
3201
3201
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3212,7 +3212,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3212
3212
|
};
|
|
3213
3213
|
authors: {
|
|
3214
3214
|
id: string;
|
|
3215
|
-
type: "
|
|
3215
|
+
type: "bot" | "agent" | "person";
|
|
3216
3216
|
}[];
|
|
3217
3217
|
} | {
|
|
3218
3218
|
type: "database.created";
|
|
@@ -3225,9 +3225,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3225
3225
|
dataSourceId?: string | undefined;
|
|
3226
3226
|
};
|
|
3227
3227
|
};
|
|
3228
|
+
subscriptionId: string;
|
|
3228
3229
|
workspaceId: string;
|
|
3229
3230
|
workspaceName: string;
|
|
3230
|
-
subscriptionId: string;
|
|
3231
3231
|
integrationId: string;
|
|
3232
3232
|
attemptNumber: number;
|
|
3233
3233
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3244,7 +3244,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3244
3244
|
};
|
|
3245
3245
|
authors: {
|
|
3246
3246
|
id: string;
|
|
3247
|
-
type: "
|
|
3247
|
+
type: "bot" | "agent" | "person";
|
|
3248
3248
|
}[];
|
|
3249
3249
|
} | {
|
|
3250
3250
|
type: "database.deleted";
|
|
@@ -3257,9 +3257,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3257
3257
|
dataSourceId?: string | undefined;
|
|
3258
3258
|
};
|
|
3259
3259
|
};
|
|
3260
|
+
subscriptionId: string;
|
|
3260
3261
|
workspaceId: string;
|
|
3261
3262
|
workspaceName: string;
|
|
3262
|
-
subscriptionId: string;
|
|
3263
3263
|
integrationId: string;
|
|
3264
3264
|
attemptNumber: number;
|
|
3265
3265
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3276,7 +3276,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3276
3276
|
};
|
|
3277
3277
|
authors: {
|
|
3278
3278
|
id: string;
|
|
3279
|
-
type: "
|
|
3279
|
+
type: "bot" | "agent" | "person";
|
|
3280
3280
|
}[];
|
|
3281
3281
|
} | {
|
|
3282
3282
|
type: "database.moved";
|
|
@@ -3289,9 +3289,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3289
3289
|
dataSourceId?: string | undefined;
|
|
3290
3290
|
};
|
|
3291
3291
|
};
|
|
3292
|
+
subscriptionId: string;
|
|
3292
3293
|
workspaceId: string;
|
|
3293
3294
|
workspaceName: string;
|
|
3294
|
-
subscriptionId: string;
|
|
3295
3295
|
integrationId: string;
|
|
3296
3296
|
attemptNumber: number;
|
|
3297
3297
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3308,7 +3308,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3308
3308
|
};
|
|
3309
3309
|
authors: {
|
|
3310
3310
|
id: string;
|
|
3311
|
-
type: "
|
|
3311
|
+
type: "bot" | "agent" | "person";
|
|
3312
3312
|
}[];
|
|
3313
3313
|
} | {
|
|
3314
3314
|
type: "database.undeleted";
|
|
@@ -3321,9 +3321,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3321
3321
|
dataSourceId?: string | undefined;
|
|
3322
3322
|
};
|
|
3323
3323
|
};
|
|
3324
|
+
subscriptionId: string;
|
|
3324
3325
|
workspaceId: string;
|
|
3325
3326
|
workspaceName: string;
|
|
3326
|
-
subscriptionId: string;
|
|
3327
3327
|
integrationId: string;
|
|
3328
3328
|
attemptNumber: number;
|
|
3329
3329
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3340,15 +3340,15 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3340
3340
|
};
|
|
3341
3341
|
authors: {
|
|
3342
3342
|
id: string;
|
|
3343
|
-
type: "
|
|
3343
|
+
type: "bot" | "agent" | "person";
|
|
3344
3344
|
}[];
|
|
3345
3345
|
} | {
|
|
3346
3346
|
type: "file_upload.completed";
|
|
3347
3347
|
id: string;
|
|
3348
3348
|
timestamp: string;
|
|
3349
|
+
subscriptionId: string;
|
|
3349
3350
|
workspaceId: string;
|
|
3350
3351
|
workspaceName: string;
|
|
3351
|
-
subscriptionId: string;
|
|
3352
3352
|
integrationId: string;
|
|
3353
3353
|
attemptNumber: number;
|
|
3354
3354
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3365,15 +3365,15 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3365
3365
|
};
|
|
3366
3366
|
authors: {
|
|
3367
3367
|
id: string;
|
|
3368
|
-
type: "
|
|
3368
|
+
type: "bot" | "agent" | "person";
|
|
3369
3369
|
}[];
|
|
3370
3370
|
} | {
|
|
3371
3371
|
type: "file_upload.created";
|
|
3372
3372
|
id: string;
|
|
3373
3373
|
timestamp: string;
|
|
3374
|
+
subscriptionId: string;
|
|
3374
3375
|
workspaceId: string;
|
|
3375
3376
|
workspaceName: string;
|
|
3376
|
-
subscriptionId: string;
|
|
3377
3377
|
integrationId: string;
|
|
3378
3378
|
attemptNumber: number;
|
|
3379
3379
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3390,15 +3390,15 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3390
3390
|
};
|
|
3391
3391
|
authors: {
|
|
3392
3392
|
id: string;
|
|
3393
|
-
type: "
|
|
3393
|
+
type: "bot" | "agent" | "person";
|
|
3394
3394
|
}[];
|
|
3395
3395
|
} | {
|
|
3396
3396
|
type: "file_upload.expired";
|
|
3397
3397
|
id: string;
|
|
3398
3398
|
timestamp: string;
|
|
3399
|
+
subscriptionId: string;
|
|
3399
3400
|
workspaceId: string;
|
|
3400
3401
|
workspaceName: string;
|
|
3401
|
-
subscriptionId: string;
|
|
3402
3402
|
integrationId: string;
|
|
3403
3403
|
attemptNumber: number;
|
|
3404
3404
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3415,7 +3415,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3415
3415
|
};
|
|
3416
3416
|
authors: {
|
|
3417
3417
|
id: string;
|
|
3418
|
-
type: "
|
|
3418
|
+
type: "bot" | "agent" | "person";
|
|
3419
3419
|
}[];
|
|
3420
3420
|
} | {
|
|
3421
3421
|
type: "file_upload.upload_failed";
|
|
@@ -3440,9 +3440,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3440
3440
|
};
|
|
3441
3441
|
};
|
|
3442
3442
|
};
|
|
3443
|
+
subscriptionId: string;
|
|
3443
3444
|
workspaceId: string;
|
|
3444
3445
|
workspaceName: string;
|
|
3445
|
-
subscriptionId: string;
|
|
3446
3446
|
integrationId: string;
|
|
3447
3447
|
attemptNumber: number;
|
|
3448
3448
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3459,7 +3459,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3459
3459
|
};
|
|
3460
3460
|
authors: {
|
|
3461
3461
|
id: string;
|
|
3462
|
-
type: "
|
|
3462
|
+
type: "bot" | "agent" | "person";
|
|
3463
3463
|
}[];
|
|
3464
3464
|
} | {
|
|
3465
3465
|
type: "page.content_updated";
|
|
@@ -3476,9 +3476,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3476
3476
|
type: "page" | "block" | "database";
|
|
3477
3477
|
}[];
|
|
3478
3478
|
};
|
|
3479
|
+
subscriptionId: string;
|
|
3479
3480
|
workspaceId: string;
|
|
3480
3481
|
workspaceName: string;
|
|
3481
|
-
subscriptionId: string;
|
|
3482
3482
|
integrationId: string;
|
|
3483
3483
|
attemptNumber: number;
|
|
3484
3484
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3495,7 +3495,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3495
3495
|
};
|
|
3496
3496
|
authors: {
|
|
3497
3497
|
id: string;
|
|
3498
|
-
type: "
|
|
3498
|
+
type: "bot" | "agent" | "person";
|
|
3499
3499
|
}[];
|
|
3500
3500
|
} | {
|
|
3501
3501
|
type: "page.created";
|
|
@@ -3508,9 +3508,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3508
3508
|
dataSourceId?: string | undefined;
|
|
3509
3509
|
};
|
|
3510
3510
|
};
|
|
3511
|
+
subscriptionId: string;
|
|
3511
3512
|
workspaceId: string;
|
|
3512
3513
|
workspaceName: string;
|
|
3513
|
-
subscriptionId: string;
|
|
3514
3514
|
integrationId: string;
|
|
3515
3515
|
attemptNumber: number;
|
|
3516
3516
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3527,7 +3527,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3527
3527
|
};
|
|
3528
3528
|
authors: {
|
|
3529
3529
|
id: string;
|
|
3530
|
-
type: "
|
|
3530
|
+
type: "bot" | "agent" | "person";
|
|
3531
3531
|
}[];
|
|
3532
3532
|
} | {
|
|
3533
3533
|
type: "page.deleted";
|
|
@@ -3540,9 +3540,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3540
3540
|
dataSourceId?: string | undefined;
|
|
3541
3541
|
};
|
|
3542
3542
|
};
|
|
3543
|
+
subscriptionId: string;
|
|
3543
3544
|
workspaceId: string;
|
|
3544
3545
|
workspaceName: string;
|
|
3545
|
-
subscriptionId: string;
|
|
3546
3546
|
integrationId: string;
|
|
3547
3547
|
attemptNumber: number;
|
|
3548
3548
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3559,7 +3559,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3559
3559
|
};
|
|
3560
3560
|
authors: {
|
|
3561
3561
|
id: string;
|
|
3562
|
-
type: "
|
|
3562
|
+
type: "bot" | "agent" | "person";
|
|
3563
3563
|
}[];
|
|
3564
3564
|
} | {
|
|
3565
3565
|
type: "page.locked";
|
|
@@ -3572,9 +3572,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3572
3572
|
dataSourceId?: string | undefined;
|
|
3573
3573
|
};
|
|
3574
3574
|
};
|
|
3575
|
+
subscriptionId: string;
|
|
3575
3576
|
workspaceId: string;
|
|
3576
3577
|
workspaceName: string;
|
|
3577
|
-
subscriptionId: string;
|
|
3578
3578
|
integrationId: string;
|
|
3579
3579
|
attemptNumber: number;
|
|
3580
3580
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3591,7 +3591,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3591
3591
|
};
|
|
3592
3592
|
authors: {
|
|
3593
3593
|
id: string;
|
|
3594
|
-
type: "
|
|
3594
|
+
type: "bot" | "agent" | "person";
|
|
3595
3595
|
}[];
|
|
3596
3596
|
} | {
|
|
3597
3597
|
type: "page.moved";
|
|
@@ -3604,9 +3604,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3604
3604
|
dataSourceId?: string | undefined;
|
|
3605
3605
|
};
|
|
3606
3606
|
};
|
|
3607
|
+
subscriptionId: string;
|
|
3607
3608
|
workspaceId: string;
|
|
3608
3609
|
workspaceName: string;
|
|
3609
|
-
subscriptionId: string;
|
|
3610
3610
|
integrationId: string;
|
|
3611
3611
|
attemptNumber: number;
|
|
3612
3612
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3623,7 +3623,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3623
3623
|
};
|
|
3624
3624
|
authors: {
|
|
3625
3625
|
id: string;
|
|
3626
|
-
type: "
|
|
3626
|
+
type: "bot" | "agent" | "person";
|
|
3627
3627
|
}[];
|
|
3628
3628
|
} | {
|
|
3629
3629
|
type: "page.properties_updated";
|
|
@@ -3637,9 +3637,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3637
3637
|
};
|
|
3638
3638
|
updatedProperties: string[];
|
|
3639
3639
|
};
|
|
3640
|
+
subscriptionId: string;
|
|
3640
3641
|
workspaceId: string;
|
|
3641
3642
|
workspaceName: string;
|
|
3642
|
-
subscriptionId: string;
|
|
3643
3643
|
integrationId: string;
|
|
3644
3644
|
attemptNumber: number;
|
|
3645
3645
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3656,7 +3656,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3656
3656
|
};
|
|
3657
3657
|
authors: {
|
|
3658
3658
|
id: string;
|
|
3659
|
-
type: "
|
|
3659
|
+
type: "bot" | "agent" | "person";
|
|
3660
3660
|
}[];
|
|
3661
3661
|
} | {
|
|
3662
3662
|
type: "page.transcription_block.transcript_deleted";
|
|
@@ -3669,9 +3669,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3669
3669
|
};
|
|
3670
3670
|
transcriptId: string | null;
|
|
3671
3671
|
};
|
|
3672
|
+
subscriptionId: string;
|
|
3672
3673
|
workspaceId: string;
|
|
3673
3674
|
workspaceName: string;
|
|
3674
|
-
subscriptionId: string;
|
|
3675
3675
|
integrationId: string;
|
|
3676
3676
|
attemptNumber: number;
|
|
3677
3677
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3688,7 +3688,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3688
3688
|
};
|
|
3689
3689
|
authors: {
|
|
3690
3690
|
id: string;
|
|
3691
|
-
type: "
|
|
3691
|
+
type: "bot" | "agent" | "person";
|
|
3692
3692
|
}[];
|
|
3693
3693
|
} | {
|
|
3694
3694
|
type: "page.undeleted";
|
|
@@ -3701,9 +3701,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3701
3701
|
dataSourceId?: string | undefined;
|
|
3702
3702
|
};
|
|
3703
3703
|
};
|
|
3704
|
+
subscriptionId: string;
|
|
3704
3705
|
workspaceId: string;
|
|
3705
3706
|
workspaceName: string;
|
|
3706
|
-
subscriptionId: string;
|
|
3707
3707
|
integrationId: string;
|
|
3708
3708
|
attemptNumber: number;
|
|
3709
3709
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3720,7 +3720,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3720
3720
|
};
|
|
3721
3721
|
authors: {
|
|
3722
3722
|
id: string;
|
|
3723
|
-
type: "
|
|
3723
|
+
type: "bot" | "agent" | "person";
|
|
3724
3724
|
}[];
|
|
3725
3725
|
} | {
|
|
3726
3726
|
type: "page.unlocked";
|
|
@@ -3733,9 +3733,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3733
3733
|
dataSourceId?: string | undefined;
|
|
3734
3734
|
};
|
|
3735
3735
|
};
|
|
3736
|
+
subscriptionId: string;
|
|
3736
3737
|
workspaceId: string;
|
|
3737
3738
|
workspaceName: string;
|
|
3738
|
-
subscriptionId: string;
|
|
3739
3739
|
integrationId: string;
|
|
3740
3740
|
attemptNumber: number;
|
|
3741
3741
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3752,7 +3752,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3752
3752
|
};
|
|
3753
3753
|
authors: {
|
|
3754
3754
|
id: string;
|
|
3755
|
-
type: "
|
|
3755
|
+
type: "bot" | "agent" | "person";
|
|
3756
3756
|
}[];
|
|
3757
3757
|
} | {
|
|
3758
3758
|
type: "view.created";
|
|
@@ -3766,9 +3766,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3766
3766
|
};
|
|
3767
3767
|
viewType: string;
|
|
3768
3768
|
};
|
|
3769
|
+
subscriptionId: string;
|
|
3769
3770
|
workspaceId: string;
|
|
3770
3771
|
workspaceName: string;
|
|
3771
|
-
subscriptionId: string;
|
|
3772
3772
|
integrationId: string;
|
|
3773
3773
|
attemptNumber: number;
|
|
3774
3774
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3785,7 +3785,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3785
3785
|
};
|
|
3786
3786
|
authors: {
|
|
3787
3787
|
id: string;
|
|
3788
|
-
type: "
|
|
3788
|
+
type: "bot" | "agent" | "person";
|
|
3789
3789
|
}[];
|
|
3790
3790
|
} | {
|
|
3791
3791
|
type: "view.deleted";
|
|
@@ -3798,9 +3798,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3798
3798
|
dataSourceId?: string | undefined;
|
|
3799
3799
|
};
|
|
3800
3800
|
};
|
|
3801
|
+
subscriptionId: string;
|
|
3801
3802
|
workspaceId: string;
|
|
3802
3803
|
workspaceName: string;
|
|
3803
|
-
subscriptionId: string;
|
|
3804
3804
|
integrationId: string;
|
|
3805
3805
|
attemptNumber: number;
|
|
3806
3806
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3817,7 +3817,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3817
3817
|
};
|
|
3818
3818
|
authors: {
|
|
3819
3819
|
id: string;
|
|
3820
|
-
type: "
|
|
3820
|
+
type: "bot" | "agent" | "person";
|
|
3821
3821
|
}[];
|
|
3822
3822
|
} | {
|
|
3823
3823
|
type: "view.updated";
|
|
@@ -3831,9 +3831,9 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3831
3831
|
};
|
|
3832
3832
|
updatedFields: ("filter" | "name" | "sorts" | "configuration")[];
|
|
3833
3833
|
};
|
|
3834
|
+
subscriptionId: string;
|
|
3834
3835
|
workspaceId: string;
|
|
3835
3836
|
workspaceName: string;
|
|
3836
|
-
subscriptionId: string;
|
|
3837
3837
|
integrationId: string;
|
|
3838
3838
|
attemptNumber: number;
|
|
3839
3839
|
apiVersion: "2022-06-28" | "2025-09-03" | "2026-03-11";
|
|
@@ -3850,7 +3850,7 @@ export declare const NOTION_EVENT_SCHEMA: z.ZodPipe<z.ZodDiscriminatedUnion<[z.Z
|
|
|
3850
3850
|
};
|
|
3851
3851
|
authors: {
|
|
3852
3852
|
id: string;
|
|
3853
|
-
type: "
|
|
3853
|
+
type: "bot" | "agent" | "person";
|
|
3854
3854
|
}[];
|
|
3855
3855
|
}, {
|
|
3856
3856
|
[x: string]: z.core.util.JSONType;
|