@automate.ax/catalog 0.141.0 → 0.143.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/catalog.d.ts +45 -0
- package/dist/catalog.js +25 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/triggers/clickup.d.ts +420 -0
- package/dist/triggers/clickup.js +65 -0
- package/dist/triggers/google-ads.d.ts +277 -0
- package/dist/triggers/google-ads.js +54 -0
- package/dist/triggers/index.d.ts +1899 -319
- package/dist/triggers/index.js +4 -0
- package/package.json +14 -2
- package/src/catalog.ts +26 -0
- package/src/index.ts +1 -0
- package/src/triggers/clickup.ts +82 -0
- package/src/triggers/google-ads.ts +131 -0
- package/src/triggers/index.ts +4 -0
package/dist/triggers/index.d.ts
CHANGED
|
@@ -3214,6 +3214,314 @@ export declare const triggerDefinitions: {
|
|
|
3214
3214
|
account: import("..").IntegrationAccountRequirement<"hubspot">;
|
|
3215
3215
|
type: "hubspot.ticket.updated";
|
|
3216
3216
|
};
|
|
3217
|
+
readonly googleAdsAdGroupCreated: {
|
|
3218
|
+
readonly account: {
|
|
3219
|
+
readonly connectionOptions: readonly [{
|
|
3220
|
+
readonly connectionMethodId: "oauth";
|
|
3221
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3222
|
+
}];
|
|
3223
|
+
readonly serviceId: "google";
|
|
3224
|
+
};
|
|
3225
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3226
|
+
value: string;
|
|
3227
|
+
};
|
|
3228
|
+
readonly name: string;
|
|
3229
|
+
readonly type: "googleAds.adGroup.created";
|
|
3230
|
+
};
|
|
3231
|
+
readonly googleAdsAdGroupRemoved: {
|
|
3232
|
+
readonly account: {
|
|
3233
|
+
readonly connectionOptions: readonly [{
|
|
3234
|
+
readonly connectionMethodId: "oauth";
|
|
3235
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3236
|
+
}];
|
|
3237
|
+
readonly serviceId: "google";
|
|
3238
|
+
};
|
|
3239
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3240
|
+
value: string;
|
|
3241
|
+
};
|
|
3242
|
+
readonly name: string;
|
|
3243
|
+
readonly type: "googleAds.adGroup.removed";
|
|
3244
|
+
};
|
|
3245
|
+
readonly googleAdsAdGroupUpdated: {
|
|
3246
|
+
readonly account: {
|
|
3247
|
+
readonly connectionOptions: readonly [{
|
|
3248
|
+
readonly connectionMethodId: "oauth";
|
|
3249
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3250
|
+
}];
|
|
3251
|
+
readonly serviceId: "google";
|
|
3252
|
+
};
|
|
3253
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3254
|
+
value: string;
|
|
3255
|
+
};
|
|
3256
|
+
readonly name: string;
|
|
3257
|
+
readonly type: "googleAds.adGroup.updated";
|
|
3258
|
+
};
|
|
3259
|
+
readonly googleAdsAdGroupAdCreated: {
|
|
3260
|
+
readonly account: {
|
|
3261
|
+
readonly connectionOptions: readonly [{
|
|
3262
|
+
readonly connectionMethodId: "oauth";
|
|
3263
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3264
|
+
}];
|
|
3265
|
+
readonly serviceId: "google";
|
|
3266
|
+
};
|
|
3267
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3268
|
+
value: string;
|
|
3269
|
+
};
|
|
3270
|
+
readonly name: string;
|
|
3271
|
+
readonly type: "googleAds.adGroupAd.created";
|
|
3272
|
+
};
|
|
3273
|
+
readonly googleAdsAdGroupAdRemoved: {
|
|
3274
|
+
readonly account: {
|
|
3275
|
+
readonly connectionOptions: readonly [{
|
|
3276
|
+
readonly connectionMethodId: "oauth";
|
|
3277
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3278
|
+
}];
|
|
3279
|
+
readonly serviceId: "google";
|
|
3280
|
+
};
|
|
3281
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3282
|
+
value: string;
|
|
3283
|
+
};
|
|
3284
|
+
readonly name: string;
|
|
3285
|
+
readonly type: "googleAds.adGroupAd.removed";
|
|
3286
|
+
};
|
|
3287
|
+
readonly googleAdsAdGroupAdUpdated: {
|
|
3288
|
+
readonly account: {
|
|
3289
|
+
readonly connectionOptions: readonly [{
|
|
3290
|
+
readonly connectionMethodId: "oauth";
|
|
3291
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3292
|
+
}];
|
|
3293
|
+
readonly serviceId: "google";
|
|
3294
|
+
};
|
|
3295
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3296
|
+
value: string;
|
|
3297
|
+
};
|
|
3298
|
+
readonly name: string;
|
|
3299
|
+
readonly type: "googleAds.adGroupAd.updated";
|
|
3300
|
+
};
|
|
3301
|
+
readonly googleAdsAdGroupAssetCreated: {
|
|
3302
|
+
readonly account: {
|
|
3303
|
+
readonly connectionOptions: readonly [{
|
|
3304
|
+
readonly connectionMethodId: "oauth";
|
|
3305
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3306
|
+
}];
|
|
3307
|
+
readonly serviceId: "google";
|
|
3308
|
+
};
|
|
3309
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3310
|
+
value: string;
|
|
3311
|
+
};
|
|
3312
|
+
readonly name: string;
|
|
3313
|
+
readonly type: "googleAds.adGroupAsset.created";
|
|
3314
|
+
};
|
|
3315
|
+
readonly googleAdsAdGroupAssetRemoved: {
|
|
3316
|
+
readonly account: {
|
|
3317
|
+
readonly connectionOptions: readonly [{
|
|
3318
|
+
readonly connectionMethodId: "oauth";
|
|
3319
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3320
|
+
}];
|
|
3321
|
+
readonly serviceId: "google";
|
|
3322
|
+
};
|
|
3323
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3324
|
+
value: string;
|
|
3325
|
+
};
|
|
3326
|
+
readonly name: string;
|
|
3327
|
+
readonly type: "googleAds.adGroupAsset.removed";
|
|
3328
|
+
};
|
|
3329
|
+
readonly googleAdsAdGroupAssetUpdated: {
|
|
3330
|
+
readonly account: {
|
|
3331
|
+
readonly connectionOptions: readonly [{
|
|
3332
|
+
readonly connectionMethodId: "oauth";
|
|
3333
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3334
|
+
}];
|
|
3335
|
+
readonly serviceId: "google";
|
|
3336
|
+
};
|
|
3337
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3338
|
+
value: string;
|
|
3339
|
+
};
|
|
3340
|
+
readonly name: string;
|
|
3341
|
+
readonly type: "googleAds.adGroupAsset.updated";
|
|
3342
|
+
};
|
|
3343
|
+
readonly googleAdsAssetCreated: {
|
|
3344
|
+
readonly account: {
|
|
3345
|
+
readonly connectionOptions: readonly [{
|
|
3346
|
+
readonly connectionMethodId: "oauth";
|
|
3347
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3348
|
+
}];
|
|
3349
|
+
readonly serviceId: "google";
|
|
3350
|
+
};
|
|
3351
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3352
|
+
value: string;
|
|
3353
|
+
};
|
|
3354
|
+
readonly name: string;
|
|
3355
|
+
readonly type: "googleAds.asset.created";
|
|
3356
|
+
};
|
|
3357
|
+
readonly googleAdsAssetRemoved: {
|
|
3358
|
+
readonly account: {
|
|
3359
|
+
readonly connectionOptions: readonly [{
|
|
3360
|
+
readonly connectionMethodId: "oauth";
|
|
3361
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3362
|
+
}];
|
|
3363
|
+
readonly serviceId: "google";
|
|
3364
|
+
};
|
|
3365
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3366
|
+
value: string;
|
|
3367
|
+
};
|
|
3368
|
+
readonly name: string;
|
|
3369
|
+
readonly type: "googleAds.asset.removed";
|
|
3370
|
+
};
|
|
3371
|
+
readonly googleAdsAssetUpdated: {
|
|
3372
|
+
readonly account: {
|
|
3373
|
+
readonly connectionOptions: readonly [{
|
|
3374
|
+
readonly connectionMethodId: "oauth";
|
|
3375
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3376
|
+
}];
|
|
3377
|
+
readonly serviceId: "google";
|
|
3378
|
+
};
|
|
3379
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3380
|
+
value: string;
|
|
3381
|
+
};
|
|
3382
|
+
readonly name: string;
|
|
3383
|
+
readonly type: "googleAds.asset.updated";
|
|
3384
|
+
};
|
|
3385
|
+
readonly googleAdsCampaignCreated: {
|
|
3386
|
+
readonly account: {
|
|
3387
|
+
readonly connectionOptions: readonly [{
|
|
3388
|
+
readonly connectionMethodId: "oauth";
|
|
3389
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3390
|
+
}];
|
|
3391
|
+
readonly serviceId: "google";
|
|
3392
|
+
};
|
|
3393
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3394
|
+
value: string;
|
|
3395
|
+
};
|
|
3396
|
+
readonly name: string;
|
|
3397
|
+
readonly type: "googleAds.campaign.created";
|
|
3398
|
+
};
|
|
3399
|
+
readonly googleAdsCampaignRemoved: {
|
|
3400
|
+
readonly account: {
|
|
3401
|
+
readonly connectionOptions: readonly [{
|
|
3402
|
+
readonly connectionMethodId: "oauth";
|
|
3403
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3404
|
+
}];
|
|
3405
|
+
readonly serviceId: "google";
|
|
3406
|
+
};
|
|
3407
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3408
|
+
value: string;
|
|
3409
|
+
};
|
|
3410
|
+
readonly name: string;
|
|
3411
|
+
readonly type: "googleAds.campaign.removed";
|
|
3412
|
+
};
|
|
3413
|
+
readonly googleAdsCampaignUpdated: {
|
|
3414
|
+
readonly account: {
|
|
3415
|
+
readonly connectionOptions: readonly [{
|
|
3416
|
+
readonly connectionMethodId: "oauth";
|
|
3417
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3418
|
+
}];
|
|
3419
|
+
readonly serviceId: "google";
|
|
3420
|
+
};
|
|
3421
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3422
|
+
value: string;
|
|
3423
|
+
};
|
|
3424
|
+
readonly name: string;
|
|
3425
|
+
readonly type: "googleAds.campaign.updated";
|
|
3426
|
+
};
|
|
3427
|
+
readonly googleAdsCampaignAssetCreated: {
|
|
3428
|
+
readonly account: {
|
|
3429
|
+
readonly connectionOptions: readonly [{
|
|
3430
|
+
readonly connectionMethodId: "oauth";
|
|
3431
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3432
|
+
}];
|
|
3433
|
+
readonly serviceId: "google";
|
|
3434
|
+
};
|
|
3435
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3436
|
+
value: string;
|
|
3437
|
+
};
|
|
3438
|
+
readonly name: string;
|
|
3439
|
+
readonly type: "googleAds.campaignAsset.created";
|
|
3440
|
+
};
|
|
3441
|
+
readonly googleAdsCampaignAssetRemoved: {
|
|
3442
|
+
readonly account: {
|
|
3443
|
+
readonly connectionOptions: readonly [{
|
|
3444
|
+
readonly connectionMethodId: "oauth";
|
|
3445
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3446
|
+
}];
|
|
3447
|
+
readonly serviceId: "google";
|
|
3448
|
+
};
|
|
3449
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3450
|
+
value: string;
|
|
3451
|
+
};
|
|
3452
|
+
readonly name: string;
|
|
3453
|
+
readonly type: "googleAds.campaignAsset.removed";
|
|
3454
|
+
};
|
|
3455
|
+
readonly googleAdsCampaignAssetUpdated: {
|
|
3456
|
+
readonly account: {
|
|
3457
|
+
readonly connectionOptions: readonly [{
|
|
3458
|
+
readonly connectionMethodId: "oauth";
|
|
3459
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3460
|
+
}];
|
|
3461
|
+
readonly serviceId: "google";
|
|
3462
|
+
};
|
|
3463
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3464
|
+
value: string;
|
|
3465
|
+
};
|
|
3466
|
+
readonly name: string;
|
|
3467
|
+
readonly type: "googleAds.campaignAsset.updated";
|
|
3468
|
+
};
|
|
3469
|
+
readonly googleAdsCampaignBudgetCreated: {
|
|
3470
|
+
readonly account: {
|
|
3471
|
+
readonly connectionOptions: readonly [{
|
|
3472
|
+
readonly connectionMethodId: "oauth";
|
|
3473
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3474
|
+
}];
|
|
3475
|
+
readonly serviceId: "google";
|
|
3476
|
+
};
|
|
3477
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3478
|
+
value: string;
|
|
3479
|
+
};
|
|
3480
|
+
readonly name: string;
|
|
3481
|
+
readonly type: "googleAds.campaignBudget.created";
|
|
3482
|
+
};
|
|
3483
|
+
readonly googleAdsCampaignBudgetRemoved: {
|
|
3484
|
+
readonly account: {
|
|
3485
|
+
readonly connectionOptions: readonly [{
|
|
3486
|
+
readonly connectionMethodId: "oauth";
|
|
3487
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3488
|
+
}];
|
|
3489
|
+
readonly serviceId: "google";
|
|
3490
|
+
};
|
|
3491
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3492
|
+
value: string;
|
|
3493
|
+
};
|
|
3494
|
+
readonly name: string;
|
|
3495
|
+
readonly type: "googleAds.campaignBudget.removed";
|
|
3496
|
+
};
|
|
3497
|
+
readonly googleAdsCampaignBudgetUpdated: {
|
|
3498
|
+
readonly account: {
|
|
3499
|
+
readonly connectionOptions: readonly [{
|
|
3500
|
+
readonly connectionMethodId: "oauth";
|
|
3501
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3502
|
+
}];
|
|
3503
|
+
readonly serviceId: "google";
|
|
3504
|
+
};
|
|
3505
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3506
|
+
value: string;
|
|
3507
|
+
};
|
|
3508
|
+
readonly name: string;
|
|
3509
|
+
readonly type: "googleAds.campaignBudget.updated";
|
|
3510
|
+
};
|
|
3511
|
+
readonly googleAdsChange: {
|
|
3512
|
+
readonly account: {
|
|
3513
|
+
readonly connectionOptions: readonly [{
|
|
3514
|
+
readonly connectionMethodId: "oauth";
|
|
3515
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3516
|
+
}];
|
|
3517
|
+
readonly serviceId: "google";
|
|
3518
|
+
};
|
|
3519
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3520
|
+
value: string;
|
|
3521
|
+
};
|
|
3522
|
+
readonly name: string;
|
|
3523
|
+
readonly type: "googleAds.change";
|
|
3524
|
+
};
|
|
3217
3525
|
readonly gmailLabelAdded: {
|
|
3218
3526
|
readonly account: {
|
|
3219
3527
|
readonly connectionOptions: readonly [{
|
|
@@ -5800,57 +6108,550 @@ export declare const triggerDefinitions: {
|
|
|
5800
6108
|
readonly name: "Mailhook";
|
|
5801
6109
|
readonly type: "mailhook.email.received";
|
|
5802
6110
|
};
|
|
5803
|
-
readonly
|
|
6111
|
+
readonly clickUpFolderCreated: {
|
|
5804
6112
|
readonly account: {
|
|
5805
6113
|
readonly connectionOptions: readonly [{
|
|
5806
6114
|
readonly connectionMethodId: "oauth";
|
|
5807
|
-
readonly requiredScopes: readonly [
|
|
6115
|
+
readonly requiredScopes: readonly [];
|
|
5808
6116
|
}, {
|
|
5809
|
-
readonly connectionMethodId: "
|
|
6117
|
+
readonly connectionMethodId: "personal-token";
|
|
5810
6118
|
readonly requiredScopes: readonly [];
|
|
5811
6119
|
}];
|
|
5812
|
-
readonly serviceId: "
|
|
6120
|
+
readonly serviceId: "clickup";
|
|
5813
6121
|
};
|
|
5814
|
-
readonly
|
|
6122
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6123
|
+
copyable: boolean;
|
|
6124
|
+
value: string;
|
|
6125
|
+
};
|
|
6126
|
+
readonly type: "clickup.folder.created";
|
|
5815
6127
|
};
|
|
5816
|
-
readonly
|
|
6128
|
+
readonly clickUpFolderDeleted: {
|
|
5817
6129
|
readonly account: {
|
|
5818
6130
|
readonly connectionOptions: readonly [{
|
|
5819
6131
|
readonly connectionMethodId: "oauth";
|
|
5820
|
-
readonly requiredScopes: readonly [
|
|
6132
|
+
readonly requiredScopes: readonly [];
|
|
5821
6133
|
}, {
|
|
5822
|
-
readonly connectionMethodId: "
|
|
6134
|
+
readonly connectionMethodId: "personal-token";
|
|
5823
6135
|
readonly requiredScopes: readonly [];
|
|
5824
6136
|
}];
|
|
5825
|
-
readonly serviceId: "
|
|
6137
|
+
readonly serviceId: "clickup";
|
|
5826
6138
|
};
|
|
5827
|
-
readonly
|
|
6139
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6140
|
+
copyable: boolean;
|
|
6141
|
+
value: string;
|
|
6142
|
+
};
|
|
6143
|
+
readonly type: "clickup.folder.deleted";
|
|
5828
6144
|
};
|
|
5829
|
-
readonly
|
|
6145
|
+
readonly clickUpFolderUpdated: {
|
|
5830
6146
|
readonly account: {
|
|
5831
6147
|
readonly connectionOptions: readonly [{
|
|
5832
6148
|
readonly connectionMethodId: "oauth";
|
|
5833
|
-
readonly requiredScopes: readonly [
|
|
6149
|
+
readonly requiredScopes: readonly [];
|
|
5834
6150
|
}, {
|
|
5835
|
-
readonly connectionMethodId: "
|
|
6151
|
+
readonly connectionMethodId: "personal-token";
|
|
5836
6152
|
readonly requiredScopes: readonly [];
|
|
5837
6153
|
}];
|
|
5838
|
-
readonly serviceId: "
|
|
6154
|
+
readonly serviceId: "clickup";
|
|
5839
6155
|
};
|
|
5840
|
-
readonly
|
|
6156
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6157
|
+
copyable: boolean;
|
|
6158
|
+
value: string;
|
|
6159
|
+
};
|
|
6160
|
+
readonly type: "clickup.folder.updated";
|
|
5841
6161
|
};
|
|
5842
|
-
readonly
|
|
6162
|
+
readonly clickUpGoalCreated: {
|
|
5843
6163
|
readonly account: {
|
|
5844
6164
|
readonly connectionOptions: readonly [{
|
|
5845
6165
|
readonly connectionMethodId: "oauth";
|
|
5846
|
-
readonly requiredScopes: readonly [
|
|
6166
|
+
readonly requiredScopes: readonly [];
|
|
5847
6167
|
}, {
|
|
5848
|
-
readonly connectionMethodId: "
|
|
6168
|
+
readonly connectionMethodId: "personal-token";
|
|
5849
6169
|
readonly requiredScopes: readonly [];
|
|
5850
6170
|
}];
|
|
5851
|
-
readonly serviceId: "
|
|
6171
|
+
readonly serviceId: "clickup";
|
|
5852
6172
|
};
|
|
5853
|
-
readonly
|
|
6173
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6174
|
+
copyable: boolean;
|
|
6175
|
+
value: string;
|
|
6176
|
+
};
|
|
6177
|
+
readonly type: "clickup.goal.created";
|
|
6178
|
+
};
|
|
6179
|
+
readonly clickUpGoalDeleted: {
|
|
6180
|
+
readonly account: {
|
|
6181
|
+
readonly connectionOptions: readonly [{
|
|
6182
|
+
readonly connectionMethodId: "oauth";
|
|
6183
|
+
readonly requiredScopes: readonly [];
|
|
6184
|
+
}, {
|
|
6185
|
+
readonly connectionMethodId: "personal-token";
|
|
6186
|
+
readonly requiredScopes: readonly [];
|
|
6187
|
+
}];
|
|
6188
|
+
readonly serviceId: "clickup";
|
|
6189
|
+
};
|
|
6190
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6191
|
+
copyable: boolean;
|
|
6192
|
+
value: string;
|
|
6193
|
+
};
|
|
6194
|
+
readonly type: "clickup.goal.deleted";
|
|
6195
|
+
};
|
|
6196
|
+
readonly clickUpGoalUpdated: {
|
|
6197
|
+
readonly account: {
|
|
6198
|
+
readonly connectionOptions: readonly [{
|
|
6199
|
+
readonly connectionMethodId: "oauth";
|
|
6200
|
+
readonly requiredScopes: readonly [];
|
|
6201
|
+
}, {
|
|
6202
|
+
readonly connectionMethodId: "personal-token";
|
|
6203
|
+
readonly requiredScopes: readonly [];
|
|
6204
|
+
}];
|
|
6205
|
+
readonly serviceId: "clickup";
|
|
6206
|
+
};
|
|
6207
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6208
|
+
copyable: boolean;
|
|
6209
|
+
value: string;
|
|
6210
|
+
};
|
|
6211
|
+
readonly type: "clickup.goal.updated";
|
|
6212
|
+
};
|
|
6213
|
+
readonly clickUpListCreated: {
|
|
6214
|
+
readonly account: {
|
|
6215
|
+
readonly connectionOptions: readonly [{
|
|
6216
|
+
readonly connectionMethodId: "oauth";
|
|
6217
|
+
readonly requiredScopes: readonly [];
|
|
6218
|
+
}, {
|
|
6219
|
+
readonly connectionMethodId: "personal-token";
|
|
6220
|
+
readonly requiredScopes: readonly [];
|
|
6221
|
+
}];
|
|
6222
|
+
readonly serviceId: "clickup";
|
|
6223
|
+
};
|
|
6224
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6225
|
+
copyable: boolean;
|
|
6226
|
+
value: string;
|
|
6227
|
+
};
|
|
6228
|
+
readonly type: "clickup.list.created";
|
|
6229
|
+
};
|
|
6230
|
+
readonly clickUpListDeleted: {
|
|
6231
|
+
readonly account: {
|
|
6232
|
+
readonly connectionOptions: readonly [{
|
|
6233
|
+
readonly connectionMethodId: "oauth";
|
|
6234
|
+
readonly requiredScopes: readonly [];
|
|
6235
|
+
}, {
|
|
6236
|
+
readonly connectionMethodId: "personal-token";
|
|
6237
|
+
readonly requiredScopes: readonly [];
|
|
6238
|
+
}];
|
|
6239
|
+
readonly serviceId: "clickup";
|
|
6240
|
+
};
|
|
6241
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6242
|
+
copyable: boolean;
|
|
6243
|
+
value: string;
|
|
6244
|
+
};
|
|
6245
|
+
readonly type: "clickup.list.deleted";
|
|
6246
|
+
};
|
|
6247
|
+
readonly clickUpListUpdated: {
|
|
6248
|
+
readonly account: {
|
|
6249
|
+
readonly connectionOptions: readonly [{
|
|
6250
|
+
readonly connectionMethodId: "oauth";
|
|
6251
|
+
readonly requiredScopes: readonly [];
|
|
6252
|
+
}, {
|
|
6253
|
+
readonly connectionMethodId: "personal-token";
|
|
6254
|
+
readonly requiredScopes: readonly [];
|
|
6255
|
+
}];
|
|
6256
|
+
readonly serviceId: "clickup";
|
|
6257
|
+
};
|
|
6258
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6259
|
+
copyable: boolean;
|
|
6260
|
+
value: string;
|
|
6261
|
+
};
|
|
6262
|
+
readonly type: "clickup.list.updated";
|
|
6263
|
+
};
|
|
6264
|
+
readonly clickUpSpaceCreated: {
|
|
6265
|
+
readonly account: {
|
|
6266
|
+
readonly connectionOptions: readonly [{
|
|
6267
|
+
readonly connectionMethodId: "oauth";
|
|
6268
|
+
readonly requiredScopes: readonly [];
|
|
6269
|
+
}, {
|
|
6270
|
+
readonly connectionMethodId: "personal-token";
|
|
6271
|
+
readonly requiredScopes: readonly [];
|
|
6272
|
+
}];
|
|
6273
|
+
readonly serviceId: "clickup";
|
|
6274
|
+
};
|
|
6275
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6276
|
+
copyable: boolean;
|
|
6277
|
+
value: string;
|
|
6278
|
+
};
|
|
6279
|
+
readonly type: "clickup.space.created";
|
|
6280
|
+
};
|
|
6281
|
+
readonly clickUpSpaceDeleted: {
|
|
6282
|
+
readonly account: {
|
|
6283
|
+
readonly connectionOptions: readonly [{
|
|
6284
|
+
readonly connectionMethodId: "oauth";
|
|
6285
|
+
readonly requiredScopes: readonly [];
|
|
6286
|
+
}, {
|
|
6287
|
+
readonly connectionMethodId: "personal-token";
|
|
6288
|
+
readonly requiredScopes: readonly [];
|
|
6289
|
+
}];
|
|
6290
|
+
readonly serviceId: "clickup";
|
|
6291
|
+
};
|
|
6292
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6293
|
+
copyable: boolean;
|
|
6294
|
+
value: string;
|
|
6295
|
+
};
|
|
6296
|
+
readonly type: "clickup.space.deleted";
|
|
6297
|
+
};
|
|
6298
|
+
readonly clickUpSpaceUpdated: {
|
|
6299
|
+
readonly account: {
|
|
6300
|
+
readonly connectionOptions: readonly [{
|
|
6301
|
+
readonly connectionMethodId: "oauth";
|
|
6302
|
+
readonly requiredScopes: readonly [];
|
|
6303
|
+
}, {
|
|
6304
|
+
readonly connectionMethodId: "personal-token";
|
|
6305
|
+
readonly requiredScopes: readonly [];
|
|
6306
|
+
}];
|
|
6307
|
+
readonly serviceId: "clickup";
|
|
6308
|
+
};
|
|
6309
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6310
|
+
copyable: boolean;
|
|
6311
|
+
value: string;
|
|
6312
|
+
};
|
|
6313
|
+
readonly type: "clickup.space.updated";
|
|
6314
|
+
};
|
|
6315
|
+
readonly clickUpTargetCreated: {
|
|
6316
|
+
readonly account: {
|
|
6317
|
+
readonly connectionOptions: readonly [{
|
|
6318
|
+
readonly connectionMethodId: "oauth";
|
|
6319
|
+
readonly requiredScopes: readonly [];
|
|
6320
|
+
}, {
|
|
6321
|
+
readonly connectionMethodId: "personal-token";
|
|
6322
|
+
readonly requiredScopes: readonly [];
|
|
6323
|
+
}];
|
|
6324
|
+
readonly serviceId: "clickup";
|
|
6325
|
+
};
|
|
6326
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6327
|
+
copyable: boolean;
|
|
6328
|
+
value: string;
|
|
6329
|
+
};
|
|
6330
|
+
readonly type: "clickup.target.created";
|
|
6331
|
+
};
|
|
6332
|
+
readonly clickUpTargetDeleted: {
|
|
6333
|
+
readonly account: {
|
|
6334
|
+
readonly connectionOptions: readonly [{
|
|
6335
|
+
readonly connectionMethodId: "oauth";
|
|
6336
|
+
readonly requiredScopes: readonly [];
|
|
6337
|
+
}, {
|
|
6338
|
+
readonly connectionMethodId: "personal-token";
|
|
6339
|
+
readonly requiredScopes: readonly [];
|
|
6340
|
+
}];
|
|
6341
|
+
readonly serviceId: "clickup";
|
|
6342
|
+
};
|
|
6343
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6344
|
+
copyable: boolean;
|
|
6345
|
+
value: string;
|
|
6346
|
+
};
|
|
6347
|
+
readonly type: "clickup.target.deleted";
|
|
6348
|
+
};
|
|
6349
|
+
readonly clickUpTargetUpdated: {
|
|
6350
|
+
readonly account: {
|
|
6351
|
+
readonly connectionOptions: readonly [{
|
|
6352
|
+
readonly connectionMethodId: "oauth";
|
|
6353
|
+
readonly requiredScopes: readonly [];
|
|
6354
|
+
}, {
|
|
6355
|
+
readonly connectionMethodId: "personal-token";
|
|
6356
|
+
readonly requiredScopes: readonly [];
|
|
6357
|
+
}];
|
|
6358
|
+
readonly serviceId: "clickup";
|
|
6359
|
+
};
|
|
6360
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6361
|
+
copyable: boolean;
|
|
6362
|
+
value: string;
|
|
6363
|
+
};
|
|
6364
|
+
readonly type: "clickup.target.updated";
|
|
6365
|
+
};
|
|
6366
|
+
readonly clickUpTaskAssigneeUpdated: {
|
|
6367
|
+
readonly account: {
|
|
6368
|
+
readonly connectionOptions: readonly [{
|
|
6369
|
+
readonly connectionMethodId: "oauth";
|
|
6370
|
+
readonly requiredScopes: readonly [];
|
|
6371
|
+
}, {
|
|
6372
|
+
readonly connectionMethodId: "personal-token";
|
|
6373
|
+
readonly requiredScopes: readonly [];
|
|
6374
|
+
}];
|
|
6375
|
+
readonly serviceId: "clickup";
|
|
6376
|
+
};
|
|
6377
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6378
|
+
copyable: boolean;
|
|
6379
|
+
value: string;
|
|
6380
|
+
};
|
|
6381
|
+
readonly type: "clickup.task.assignee.updated";
|
|
6382
|
+
};
|
|
6383
|
+
readonly clickUpTaskCommentPosted: {
|
|
6384
|
+
readonly account: {
|
|
6385
|
+
readonly connectionOptions: readonly [{
|
|
6386
|
+
readonly connectionMethodId: "oauth";
|
|
6387
|
+
readonly requiredScopes: readonly [];
|
|
6388
|
+
}, {
|
|
6389
|
+
readonly connectionMethodId: "personal-token";
|
|
6390
|
+
readonly requiredScopes: readonly [];
|
|
6391
|
+
}];
|
|
6392
|
+
readonly serviceId: "clickup";
|
|
6393
|
+
};
|
|
6394
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6395
|
+
copyable: boolean;
|
|
6396
|
+
value: string;
|
|
6397
|
+
};
|
|
6398
|
+
readonly type: "clickup.task.comment.posted";
|
|
6399
|
+
};
|
|
6400
|
+
readonly clickUpTaskCommentUpdated: {
|
|
6401
|
+
readonly account: {
|
|
6402
|
+
readonly connectionOptions: readonly [{
|
|
6403
|
+
readonly connectionMethodId: "oauth";
|
|
6404
|
+
readonly requiredScopes: readonly [];
|
|
6405
|
+
}, {
|
|
6406
|
+
readonly connectionMethodId: "personal-token";
|
|
6407
|
+
readonly requiredScopes: readonly [];
|
|
6408
|
+
}];
|
|
6409
|
+
readonly serviceId: "clickup";
|
|
6410
|
+
};
|
|
6411
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6412
|
+
copyable: boolean;
|
|
6413
|
+
value: string;
|
|
6414
|
+
};
|
|
6415
|
+
readonly type: "clickup.task.comment.updated";
|
|
6416
|
+
};
|
|
6417
|
+
readonly clickUpTaskCreated: {
|
|
6418
|
+
readonly account: {
|
|
6419
|
+
readonly connectionOptions: readonly [{
|
|
6420
|
+
readonly connectionMethodId: "oauth";
|
|
6421
|
+
readonly requiredScopes: readonly [];
|
|
6422
|
+
}, {
|
|
6423
|
+
readonly connectionMethodId: "personal-token";
|
|
6424
|
+
readonly requiredScopes: readonly [];
|
|
6425
|
+
}];
|
|
6426
|
+
readonly serviceId: "clickup";
|
|
6427
|
+
};
|
|
6428
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6429
|
+
copyable: boolean;
|
|
6430
|
+
value: string;
|
|
6431
|
+
};
|
|
6432
|
+
readonly type: "clickup.task.created";
|
|
6433
|
+
};
|
|
6434
|
+
readonly clickUpTaskDeleted: {
|
|
6435
|
+
readonly account: {
|
|
6436
|
+
readonly connectionOptions: readonly [{
|
|
6437
|
+
readonly connectionMethodId: "oauth";
|
|
6438
|
+
readonly requiredScopes: readonly [];
|
|
6439
|
+
}, {
|
|
6440
|
+
readonly connectionMethodId: "personal-token";
|
|
6441
|
+
readonly requiredScopes: readonly [];
|
|
6442
|
+
}];
|
|
6443
|
+
readonly serviceId: "clickup";
|
|
6444
|
+
};
|
|
6445
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6446
|
+
copyable: boolean;
|
|
6447
|
+
value: string;
|
|
6448
|
+
};
|
|
6449
|
+
readonly type: "clickup.task.deleted";
|
|
6450
|
+
};
|
|
6451
|
+
readonly clickUpTaskDueDateUpdated: {
|
|
6452
|
+
readonly account: {
|
|
6453
|
+
readonly connectionOptions: readonly [{
|
|
6454
|
+
readonly connectionMethodId: "oauth";
|
|
6455
|
+
readonly requiredScopes: readonly [];
|
|
6456
|
+
}, {
|
|
6457
|
+
readonly connectionMethodId: "personal-token";
|
|
6458
|
+
readonly requiredScopes: readonly [];
|
|
6459
|
+
}];
|
|
6460
|
+
readonly serviceId: "clickup";
|
|
6461
|
+
};
|
|
6462
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6463
|
+
copyable: boolean;
|
|
6464
|
+
value: string;
|
|
6465
|
+
};
|
|
6466
|
+
readonly type: "clickup.task.due-date.updated";
|
|
6467
|
+
};
|
|
6468
|
+
readonly clickUpTaskMoved: {
|
|
6469
|
+
readonly account: {
|
|
6470
|
+
readonly connectionOptions: readonly [{
|
|
6471
|
+
readonly connectionMethodId: "oauth";
|
|
6472
|
+
readonly requiredScopes: readonly [];
|
|
6473
|
+
}, {
|
|
6474
|
+
readonly connectionMethodId: "personal-token";
|
|
6475
|
+
readonly requiredScopes: readonly [];
|
|
6476
|
+
}];
|
|
6477
|
+
readonly serviceId: "clickup";
|
|
6478
|
+
};
|
|
6479
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6480
|
+
copyable: boolean;
|
|
6481
|
+
value: string;
|
|
6482
|
+
};
|
|
6483
|
+
readonly type: "clickup.task.moved";
|
|
6484
|
+
};
|
|
6485
|
+
readonly clickUpTaskPriorityUpdated: {
|
|
6486
|
+
readonly account: {
|
|
6487
|
+
readonly connectionOptions: readonly [{
|
|
6488
|
+
readonly connectionMethodId: "oauth";
|
|
6489
|
+
readonly requiredScopes: readonly [];
|
|
6490
|
+
}, {
|
|
6491
|
+
readonly connectionMethodId: "personal-token";
|
|
6492
|
+
readonly requiredScopes: readonly [];
|
|
6493
|
+
}];
|
|
6494
|
+
readonly serviceId: "clickup";
|
|
6495
|
+
};
|
|
6496
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6497
|
+
copyable: boolean;
|
|
6498
|
+
value: string;
|
|
6499
|
+
};
|
|
6500
|
+
readonly type: "clickup.task.priority.updated";
|
|
6501
|
+
};
|
|
6502
|
+
readonly clickUpTaskStatusUpdated: {
|
|
6503
|
+
readonly account: {
|
|
6504
|
+
readonly connectionOptions: readonly [{
|
|
6505
|
+
readonly connectionMethodId: "oauth";
|
|
6506
|
+
readonly requiredScopes: readonly [];
|
|
6507
|
+
}, {
|
|
6508
|
+
readonly connectionMethodId: "personal-token";
|
|
6509
|
+
readonly requiredScopes: readonly [];
|
|
6510
|
+
}];
|
|
6511
|
+
readonly serviceId: "clickup";
|
|
6512
|
+
};
|
|
6513
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6514
|
+
copyable: boolean;
|
|
6515
|
+
value: string;
|
|
6516
|
+
};
|
|
6517
|
+
readonly type: "clickup.task.status.updated";
|
|
6518
|
+
};
|
|
6519
|
+
readonly clickUpTaskTagUpdated: {
|
|
6520
|
+
readonly account: {
|
|
6521
|
+
readonly connectionOptions: readonly [{
|
|
6522
|
+
readonly connectionMethodId: "oauth";
|
|
6523
|
+
readonly requiredScopes: readonly [];
|
|
6524
|
+
}, {
|
|
6525
|
+
readonly connectionMethodId: "personal-token";
|
|
6526
|
+
readonly requiredScopes: readonly [];
|
|
6527
|
+
}];
|
|
6528
|
+
readonly serviceId: "clickup";
|
|
6529
|
+
};
|
|
6530
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6531
|
+
copyable: boolean;
|
|
6532
|
+
value: string;
|
|
6533
|
+
};
|
|
6534
|
+
readonly type: "clickup.task.tag.updated";
|
|
6535
|
+
};
|
|
6536
|
+
readonly clickUpTaskTimeEstimateUpdated: {
|
|
6537
|
+
readonly account: {
|
|
6538
|
+
readonly connectionOptions: readonly [{
|
|
6539
|
+
readonly connectionMethodId: "oauth";
|
|
6540
|
+
readonly requiredScopes: readonly [];
|
|
6541
|
+
}, {
|
|
6542
|
+
readonly connectionMethodId: "personal-token";
|
|
6543
|
+
readonly requiredScopes: readonly [];
|
|
6544
|
+
}];
|
|
6545
|
+
readonly serviceId: "clickup";
|
|
6546
|
+
};
|
|
6547
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6548
|
+
copyable: boolean;
|
|
6549
|
+
value: string;
|
|
6550
|
+
};
|
|
6551
|
+
readonly type: "clickup.task.time-estimate.updated";
|
|
6552
|
+
};
|
|
6553
|
+
readonly clickUpTaskTimeTrackedUpdated: {
|
|
6554
|
+
readonly account: {
|
|
6555
|
+
readonly connectionOptions: readonly [{
|
|
6556
|
+
readonly connectionMethodId: "oauth";
|
|
6557
|
+
readonly requiredScopes: readonly [];
|
|
6558
|
+
}, {
|
|
6559
|
+
readonly connectionMethodId: "personal-token";
|
|
6560
|
+
readonly requiredScopes: readonly [];
|
|
6561
|
+
}];
|
|
6562
|
+
readonly serviceId: "clickup";
|
|
6563
|
+
};
|
|
6564
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6565
|
+
copyable: boolean;
|
|
6566
|
+
value: string;
|
|
6567
|
+
};
|
|
6568
|
+
readonly type: "clickup.task.time-tracked.updated";
|
|
6569
|
+
};
|
|
6570
|
+
readonly clickUpTaskUpdated: {
|
|
6571
|
+
readonly account: {
|
|
6572
|
+
readonly connectionOptions: readonly [{
|
|
6573
|
+
readonly connectionMethodId: "oauth";
|
|
6574
|
+
readonly requiredScopes: readonly [];
|
|
6575
|
+
}, {
|
|
6576
|
+
readonly connectionMethodId: "personal-token";
|
|
6577
|
+
readonly requiredScopes: readonly [];
|
|
6578
|
+
}];
|
|
6579
|
+
readonly serviceId: "clickup";
|
|
6580
|
+
};
|
|
6581
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6582
|
+
copyable: boolean;
|
|
6583
|
+
value: string;
|
|
6584
|
+
};
|
|
6585
|
+
readonly type: "clickup.task.updated";
|
|
6586
|
+
};
|
|
6587
|
+
readonly clickUpWorkspaceEvent: {
|
|
6588
|
+
readonly account: {
|
|
6589
|
+
readonly connectionOptions: readonly [{
|
|
6590
|
+
readonly connectionMethodId: "oauth";
|
|
6591
|
+
readonly requiredScopes: readonly [];
|
|
6592
|
+
}, {
|
|
6593
|
+
readonly connectionMethodId: "personal-token";
|
|
6594
|
+
readonly requiredScopes: readonly [];
|
|
6595
|
+
}];
|
|
6596
|
+
readonly serviceId: "clickup";
|
|
6597
|
+
};
|
|
6598
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6599
|
+
copyable: boolean;
|
|
6600
|
+
value: string;
|
|
6601
|
+
};
|
|
6602
|
+
readonly type: "clickup.workspace.event";
|
|
6603
|
+
};
|
|
6604
|
+
readonly cloudflareAccessCertificateExpiring: {
|
|
6605
|
+
readonly account: {
|
|
6606
|
+
readonly connectionOptions: readonly [{
|
|
6607
|
+
readonly connectionMethodId: "oauth";
|
|
6608
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
6609
|
+
}, {
|
|
6610
|
+
readonly connectionMethodId: "api-token";
|
|
6611
|
+
readonly requiredScopes: readonly [];
|
|
6612
|
+
}];
|
|
6613
|
+
readonly serviceId: "cloudflare";
|
|
6614
|
+
};
|
|
6615
|
+
readonly type: "cloudflare.accessCertificate.expiring";
|
|
6616
|
+
};
|
|
6617
|
+
readonly cloudflareLayer4DdosAttack: {
|
|
6618
|
+
readonly account: {
|
|
6619
|
+
readonly connectionOptions: readonly [{
|
|
6620
|
+
readonly connectionMethodId: "oauth";
|
|
6621
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
6622
|
+
}, {
|
|
6623
|
+
readonly connectionMethodId: "api-token";
|
|
6624
|
+
readonly requiredScopes: readonly [];
|
|
6625
|
+
}];
|
|
6626
|
+
readonly serviceId: "cloudflare";
|
|
6627
|
+
};
|
|
6628
|
+
readonly type: "cloudflare.layer4DdosAttack";
|
|
6629
|
+
};
|
|
6630
|
+
readonly cloudflareLayer7DdosAttack: {
|
|
6631
|
+
readonly account: {
|
|
6632
|
+
readonly connectionOptions: readonly [{
|
|
6633
|
+
readonly connectionMethodId: "oauth";
|
|
6634
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
6635
|
+
}, {
|
|
6636
|
+
readonly connectionMethodId: "api-token";
|
|
6637
|
+
readonly requiredScopes: readonly [];
|
|
6638
|
+
}];
|
|
6639
|
+
readonly serviceId: "cloudflare";
|
|
6640
|
+
};
|
|
6641
|
+
readonly type: "cloudflare.layer7DdosAttack";
|
|
6642
|
+
};
|
|
6643
|
+
readonly cloudflareNotification: {
|
|
6644
|
+
readonly account: {
|
|
6645
|
+
readonly connectionOptions: readonly [{
|
|
6646
|
+
readonly connectionMethodId: "oauth";
|
|
6647
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
6648
|
+
}, {
|
|
6649
|
+
readonly connectionMethodId: "api-token";
|
|
6650
|
+
readonly requiredScopes: readonly [];
|
|
6651
|
+
}];
|
|
6652
|
+
readonly serviceId: "cloudflare";
|
|
6653
|
+
};
|
|
6654
|
+
readonly type: "cloudflare.notification";
|
|
5854
6655
|
};
|
|
5855
6656
|
readonly cloudflareOriginHealthCheckStatusChanged: {
|
|
5856
6657
|
readonly account: {
|
|
@@ -8398,17 +9199,233 @@ export declare const triggerCatalog: ({
|
|
|
8398
9199
|
name: string;
|
|
8399
9200
|
account: {
|
|
8400
9201
|
readonly connectionOptions: readonly [{
|
|
8401
|
-
readonly connectionMethodId: "organization-api-key";
|
|
8402
|
-
readonly requiredScopes: readonly ["project:read"];
|
|
9202
|
+
readonly connectionMethodId: "organization-api-key";
|
|
9203
|
+
readonly requiredScopes: readonly ["project:read"];
|
|
9204
|
+
}];
|
|
9205
|
+
readonly planDefaultBinding: false;
|
|
9206
|
+
readonly serviceId: "automate";
|
|
9207
|
+
};
|
|
9208
|
+
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
9209
|
+
label: string;
|
|
9210
|
+
value: string;
|
|
9211
|
+
}[];
|
|
9212
|
+
type: "automate.execution.settled";
|
|
9213
|
+
} | {
|
|
9214
|
+
name: string;
|
|
9215
|
+
account: {
|
|
9216
|
+
readonly connectionOptions: readonly [{
|
|
9217
|
+
readonly requiredScopes: readonly ["default"];
|
|
9218
|
+
}];
|
|
9219
|
+
readonly serviceId: "asana";
|
|
9220
|
+
};
|
|
9221
|
+
type: "asana.attachment.deleted";
|
|
9222
|
+
} | {
|
|
9223
|
+
name: string;
|
|
9224
|
+
account: {
|
|
9225
|
+
readonly connectionOptions: readonly [{
|
|
9226
|
+
readonly requiredScopes: readonly ["default"];
|
|
9227
|
+
}];
|
|
9228
|
+
readonly serviceId: "asana";
|
|
9229
|
+
};
|
|
9230
|
+
type: "asana.attachment.restored";
|
|
9231
|
+
} | {
|
|
9232
|
+
name: string;
|
|
9233
|
+
account: {
|
|
9234
|
+
readonly connectionOptions: readonly [{
|
|
9235
|
+
readonly requiredScopes: readonly ["default"];
|
|
9236
|
+
}];
|
|
9237
|
+
readonly serviceId: "asana";
|
|
9238
|
+
};
|
|
9239
|
+
type: "asana.comment.added";
|
|
9240
|
+
} | {
|
|
9241
|
+
name: string;
|
|
9242
|
+
account: {
|
|
9243
|
+
readonly connectionOptions: readonly [{
|
|
9244
|
+
readonly requiredScopes: readonly ["default"];
|
|
9245
|
+
}];
|
|
9246
|
+
readonly serviceId: "asana";
|
|
9247
|
+
};
|
|
9248
|
+
type: "asana.comment.deleted";
|
|
9249
|
+
} | {
|
|
9250
|
+
name: string;
|
|
9251
|
+
account: {
|
|
9252
|
+
readonly connectionOptions: readonly [{
|
|
9253
|
+
readonly requiredScopes: readonly ["default"];
|
|
9254
|
+
}];
|
|
9255
|
+
readonly serviceId: "asana";
|
|
9256
|
+
};
|
|
9257
|
+
type: "asana.comment.restored";
|
|
9258
|
+
} | {
|
|
9259
|
+
name: string;
|
|
9260
|
+
account: {
|
|
9261
|
+
readonly connectionOptions: readonly [{
|
|
9262
|
+
readonly requiredScopes: readonly ["default"];
|
|
9263
|
+
}];
|
|
9264
|
+
readonly serviceId: "asana";
|
|
9265
|
+
};
|
|
9266
|
+
type: "asana.comment.updated";
|
|
9267
|
+
} | {
|
|
9268
|
+
name: string;
|
|
9269
|
+
account: {
|
|
9270
|
+
readonly connectionOptions: readonly [{
|
|
9271
|
+
readonly requiredScopes: readonly ["default"];
|
|
9272
|
+
}];
|
|
9273
|
+
readonly serviceId: "asana";
|
|
9274
|
+
};
|
|
9275
|
+
type: "asana.project.added";
|
|
9276
|
+
} | {
|
|
9277
|
+
name: string;
|
|
9278
|
+
account: {
|
|
9279
|
+
readonly connectionOptions: readonly [{
|
|
9280
|
+
readonly requiredScopes: readonly ["default"];
|
|
9281
|
+
}];
|
|
9282
|
+
readonly serviceId: "asana";
|
|
9283
|
+
};
|
|
9284
|
+
type: "asana.project.changed";
|
|
9285
|
+
} | {
|
|
9286
|
+
name: string;
|
|
9287
|
+
account: {
|
|
9288
|
+
readonly connectionOptions: readonly [{
|
|
9289
|
+
readonly requiredScopes: readonly ["default"];
|
|
9290
|
+
}];
|
|
9291
|
+
readonly serviceId: "asana";
|
|
9292
|
+
};
|
|
9293
|
+
type: "asana.project.deleted";
|
|
9294
|
+
} | {
|
|
9295
|
+
name: string;
|
|
9296
|
+
account: {
|
|
9297
|
+
readonly connectionOptions: readonly [{
|
|
9298
|
+
readonly requiredScopes: readonly ["default"];
|
|
9299
|
+
}];
|
|
9300
|
+
readonly serviceId: "asana";
|
|
9301
|
+
};
|
|
9302
|
+
type: "asana.project.removed";
|
|
9303
|
+
} | {
|
|
9304
|
+
name: string;
|
|
9305
|
+
account: {
|
|
9306
|
+
readonly connectionOptions: readonly [{
|
|
9307
|
+
readonly requiredScopes: readonly ["default"];
|
|
9308
|
+
}];
|
|
9309
|
+
readonly serviceId: "asana";
|
|
9310
|
+
};
|
|
9311
|
+
type: "asana.project.restored";
|
|
9312
|
+
} | {
|
|
9313
|
+
name: string;
|
|
9314
|
+
account: {
|
|
9315
|
+
readonly connectionOptions: readonly [{
|
|
9316
|
+
readonly requiredScopes: readonly ["default"];
|
|
9317
|
+
}];
|
|
9318
|
+
readonly serviceId: "asana";
|
|
9319
|
+
};
|
|
9320
|
+
type: "asana.resource.event";
|
|
9321
|
+
} | {
|
|
9322
|
+
name: string;
|
|
9323
|
+
account: {
|
|
9324
|
+
readonly connectionOptions: readonly [{
|
|
9325
|
+
readonly requiredScopes: readonly ["default"];
|
|
9326
|
+
}];
|
|
9327
|
+
readonly serviceId: "asana";
|
|
9328
|
+
};
|
|
9329
|
+
type: "asana.section.added";
|
|
9330
|
+
} | {
|
|
9331
|
+
name: string;
|
|
9332
|
+
account: {
|
|
9333
|
+
readonly connectionOptions: readonly [{
|
|
9334
|
+
readonly requiredScopes: readonly ["default"];
|
|
9335
|
+
}];
|
|
9336
|
+
readonly serviceId: "asana";
|
|
9337
|
+
};
|
|
9338
|
+
type: "asana.section.changed";
|
|
9339
|
+
} | {
|
|
9340
|
+
name: string;
|
|
9341
|
+
account: {
|
|
9342
|
+
readonly connectionOptions: readonly [{
|
|
9343
|
+
readonly requiredScopes: readonly ["default"];
|
|
9344
|
+
}];
|
|
9345
|
+
readonly serviceId: "asana";
|
|
9346
|
+
};
|
|
9347
|
+
type: "asana.section.deleted";
|
|
9348
|
+
} | {
|
|
9349
|
+
name: string;
|
|
9350
|
+
account: {
|
|
9351
|
+
readonly connectionOptions: readonly [{
|
|
9352
|
+
readonly requiredScopes: readonly ["default"];
|
|
9353
|
+
}];
|
|
9354
|
+
readonly serviceId: "asana";
|
|
9355
|
+
};
|
|
9356
|
+
type: "asana.section.restored";
|
|
9357
|
+
} | {
|
|
9358
|
+
name: string;
|
|
9359
|
+
account: {
|
|
9360
|
+
readonly connectionOptions: readonly [{
|
|
9361
|
+
readonly requiredScopes: readonly ["default"];
|
|
9362
|
+
}];
|
|
9363
|
+
readonly serviceId: "asana";
|
|
9364
|
+
};
|
|
9365
|
+
type: "asana.tag.added";
|
|
9366
|
+
} | {
|
|
9367
|
+
name: string;
|
|
9368
|
+
account: {
|
|
9369
|
+
readonly connectionOptions: readonly [{
|
|
9370
|
+
readonly requiredScopes: readonly ["default"];
|
|
9371
|
+
}];
|
|
9372
|
+
readonly serviceId: "asana";
|
|
9373
|
+
};
|
|
9374
|
+
type: "asana.tag.changed";
|
|
9375
|
+
} | {
|
|
9376
|
+
name: string;
|
|
9377
|
+
account: {
|
|
9378
|
+
readonly connectionOptions: readonly [{
|
|
9379
|
+
readonly requiredScopes: readonly ["default"];
|
|
9380
|
+
}];
|
|
9381
|
+
readonly serviceId: "asana";
|
|
9382
|
+
};
|
|
9383
|
+
type: "asana.tag.deleted";
|
|
9384
|
+
} | {
|
|
9385
|
+
name: string;
|
|
9386
|
+
account: {
|
|
9387
|
+
readonly connectionOptions: readonly [{
|
|
9388
|
+
readonly requiredScopes: readonly ["default"];
|
|
9389
|
+
}];
|
|
9390
|
+
readonly serviceId: "asana";
|
|
9391
|
+
};
|
|
9392
|
+
type: "asana.tag.restored";
|
|
9393
|
+
} | {
|
|
9394
|
+
name: string;
|
|
9395
|
+
account: {
|
|
9396
|
+
readonly connectionOptions: readonly [{
|
|
9397
|
+
readonly requiredScopes: readonly ["default"];
|
|
9398
|
+
}];
|
|
9399
|
+
readonly serviceId: "asana";
|
|
9400
|
+
};
|
|
9401
|
+
type: "asana.task.added";
|
|
9402
|
+
} | {
|
|
9403
|
+
name: string;
|
|
9404
|
+
account: {
|
|
9405
|
+
readonly connectionOptions: readonly [{
|
|
9406
|
+
readonly requiredScopes: readonly ["default"];
|
|
9407
|
+
}];
|
|
9408
|
+
readonly serviceId: "asana";
|
|
9409
|
+
};
|
|
9410
|
+
type: "asana.task.assigned";
|
|
9411
|
+
} | {
|
|
9412
|
+
name: string;
|
|
9413
|
+
account: {
|
|
9414
|
+
readonly connectionOptions: readonly [{
|
|
9415
|
+
readonly requiredScopes: readonly ["default"];
|
|
9416
|
+
}];
|
|
9417
|
+
readonly serviceId: "asana";
|
|
9418
|
+
};
|
|
9419
|
+
type: "asana.task.changed";
|
|
9420
|
+
} | {
|
|
9421
|
+
name: string;
|
|
9422
|
+
account: {
|
|
9423
|
+
readonly connectionOptions: readonly [{
|
|
9424
|
+
readonly requiredScopes: readonly ["default"];
|
|
8403
9425
|
}];
|
|
8404
|
-
readonly
|
|
8405
|
-
readonly serviceId: "automate";
|
|
9426
|
+
readonly serviceId: "asana";
|
|
8406
9427
|
};
|
|
8407
|
-
|
|
8408
|
-
label: string;
|
|
8409
|
-
value: string;
|
|
8410
|
-
}[];
|
|
8411
|
-
type: "automate.execution.settled";
|
|
9428
|
+
type: "asana.task.completed";
|
|
8412
9429
|
} | {
|
|
8413
9430
|
name: string;
|
|
8414
9431
|
account: {
|
|
@@ -8417,7 +9434,7 @@ export declare const triggerCatalog: ({
|
|
|
8417
9434
|
}];
|
|
8418
9435
|
readonly serviceId: "asana";
|
|
8419
9436
|
};
|
|
8420
|
-
type: "asana.
|
|
9437
|
+
type: "asana.task.deleted";
|
|
8421
9438
|
} | {
|
|
8422
9439
|
name: string;
|
|
8423
9440
|
account: {
|
|
@@ -8426,7 +9443,7 @@ export declare const triggerCatalog: ({
|
|
|
8426
9443
|
}];
|
|
8427
9444
|
readonly serviceId: "asana";
|
|
8428
9445
|
};
|
|
8429
|
-
type: "asana.
|
|
9446
|
+
type: "asana.task.due-date.changed";
|
|
8430
9447
|
} | {
|
|
8431
9448
|
name: string;
|
|
8432
9449
|
account: {
|
|
@@ -8435,7 +9452,7 @@ export declare const triggerCatalog: ({
|
|
|
8435
9452
|
}];
|
|
8436
9453
|
readonly serviceId: "asana";
|
|
8437
9454
|
};
|
|
8438
|
-
type: "asana.
|
|
9455
|
+
type: "asana.task.follower.added";
|
|
8439
9456
|
} | {
|
|
8440
9457
|
name: string;
|
|
8441
9458
|
account: {
|
|
@@ -8444,7 +9461,7 @@ export declare const triggerCatalog: ({
|
|
|
8444
9461
|
}];
|
|
8445
9462
|
readonly serviceId: "asana";
|
|
8446
9463
|
};
|
|
8447
|
-
type: "asana.
|
|
9464
|
+
type: "asana.task.follower.removed";
|
|
8448
9465
|
} | {
|
|
8449
9466
|
name: string;
|
|
8450
9467
|
account: {
|
|
@@ -8453,7 +9470,7 @@ export declare const triggerCatalog: ({
|
|
|
8453
9470
|
}];
|
|
8454
9471
|
readonly serviceId: "asana";
|
|
8455
9472
|
};
|
|
8456
|
-
type: "asana.
|
|
9473
|
+
type: "asana.task.incomplete";
|
|
8457
9474
|
} | {
|
|
8458
9475
|
name: string;
|
|
8459
9476
|
account: {
|
|
@@ -8462,7 +9479,7 @@ export declare const triggerCatalog: ({
|
|
|
8462
9479
|
}];
|
|
8463
9480
|
readonly serviceId: "asana";
|
|
8464
9481
|
};
|
|
8465
|
-
type: "asana.
|
|
9482
|
+
type: "asana.task.project.added";
|
|
8466
9483
|
} | {
|
|
8467
9484
|
name: string;
|
|
8468
9485
|
account: {
|
|
@@ -8471,7 +9488,7 @@ export declare const triggerCatalog: ({
|
|
|
8471
9488
|
}];
|
|
8472
9489
|
readonly serviceId: "asana";
|
|
8473
9490
|
};
|
|
8474
|
-
type: "asana.project.
|
|
9491
|
+
type: "asana.task.project.removed";
|
|
8475
9492
|
} | {
|
|
8476
9493
|
name: string;
|
|
8477
9494
|
account: {
|
|
@@ -8480,7 +9497,7 @@ export declare const triggerCatalog: ({
|
|
|
8480
9497
|
}];
|
|
8481
9498
|
readonly serviceId: "asana";
|
|
8482
9499
|
};
|
|
8483
|
-
type: "asana.
|
|
9500
|
+
type: "asana.task.removed";
|
|
8484
9501
|
} | {
|
|
8485
9502
|
name: string;
|
|
8486
9503
|
account: {
|
|
@@ -8489,7 +9506,7 @@ export declare const triggerCatalog: ({
|
|
|
8489
9506
|
}];
|
|
8490
9507
|
readonly serviceId: "asana";
|
|
8491
9508
|
};
|
|
8492
|
-
type: "asana.
|
|
9509
|
+
type: "asana.task.restored";
|
|
8493
9510
|
} | {
|
|
8494
9511
|
name: string;
|
|
8495
9512
|
account: {
|
|
@@ -8498,7 +9515,7 @@ export declare const triggerCatalog: ({
|
|
|
8498
9515
|
}];
|
|
8499
9516
|
readonly serviceId: "asana";
|
|
8500
9517
|
};
|
|
8501
|
-
type: "asana.
|
|
9518
|
+
type: "asana.task.tag.added";
|
|
8502
9519
|
} | {
|
|
8503
9520
|
name: string;
|
|
8504
9521
|
account: {
|
|
@@ -8507,7 +9524,7 @@ export declare const triggerCatalog: ({
|
|
|
8507
9524
|
}];
|
|
8508
9525
|
readonly serviceId: "asana";
|
|
8509
9526
|
};
|
|
8510
|
-
type: "asana.
|
|
9527
|
+
type: "asana.task.tag.removed";
|
|
8511
9528
|
} | {
|
|
8512
9529
|
name: string;
|
|
8513
9530
|
account: {
|
|
@@ -8516,226 +9533,226 @@ export declare const triggerCatalog: ({
|
|
|
8516
9533
|
}];
|
|
8517
9534
|
readonly serviceId: "asana";
|
|
8518
9535
|
};
|
|
8519
|
-
type: "asana.
|
|
9536
|
+
type: "asana.task.unassigned";
|
|
8520
9537
|
} | {
|
|
8521
9538
|
name: string;
|
|
9539
|
+
type: "brevo.event";
|
|
8522
9540
|
account: {
|
|
8523
9541
|
readonly connectionOptions: readonly [{
|
|
8524
|
-
readonly requiredScopes: readonly [
|
|
9542
|
+
readonly requiredScopes: readonly [];
|
|
8525
9543
|
}];
|
|
8526
|
-
readonly serviceId: "
|
|
9544
|
+
readonly serviceId: "brevo";
|
|
8527
9545
|
};
|
|
8528
|
-
type: "asana.section.added";
|
|
8529
9546
|
} | {
|
|
8530
9547
|
name: string;
|
|
9548
|
+
type: "brevo.transactionalEmail.event";
|
|
8531
9549
|
account: {
|
|
8532
9550
|
readonly connectionOptions: readonly [{
|
|
8533
|
-
readonly requiredScopes: readonly [
|
|
9551
|
+
readonly requiredScopes: readonly [];
|
|
8534
9552
|
}];
|
|
8535
|
-
readonly serviceId: "
|
|
9553
|
+
readonly serviceId: "brevo";
|
|
8536
9554
|
};
|
|
8537
|
-
type: "asana.section.changed";
|
|
8538
9555
|
} | {
|
|
8539
9556
|
name: string;
|
|
9557
|
+
type: "brevo.transactionalEmail.sent";
|
|
8540
9558
|
account: {
|
|
8541
9559
|
readonly connectionOptions: readonly [{
|
|
8542
|
-
readonly requiredScopes: readonly [
|
|
9560
|
+
readonly requiredScopes: readonly [];
|
|
8543
9561
|
}];
|
|
8544
|
-
readonly serviceId: "
|
|
9562
|
+
readonly serviceId: "brevo";
|
|
8545
9563
|
};
|
|
8546
|
-
type: "asana.section.deleted";
|
|
8547
9564
|
} | {
|
|
8548
9565
|
name: string;
|
|
9566
|
+
type: "brevo.transactionalEmail.delivered";
|
|
8549
9567
|
account: {
|
|
8550
9568
|
readonly connectionOptions: readonly [{
|
|
8551
|
-
readonly requiredScopes: readonly [
|
|
9569
|
+
readonly requiredScopes: readonly [];
|
|
8552
9570
|
}];
|
|
8553
|
-
readonly serviceId: "
|
|
9571
|
+
readonly serviceId: "brevo";
|
|
8554
9572
|
};
|
|
8555
|
-
type: "asana.section.restored";
|
|
8556
9573
|
} | {
|
|
8557
9574
|
name: string;
|
|
9575
|
+
type: "brevo.transactionalEmail.hardBounced";
|
|
8558
9576
|
account: {
|
|
8559
9577
|
readonly connectionOptions: readonly [{
|
|
8560
|
-
readonly requiredScopes: readonly [
|
|
9578
|
+
readonly requiredScopes: readonly [];
|
|
8561
9579
|
}];
|
|
8562
|
-
readonly serviceId: "
|
|
9580
|
+
readonly serviceId: "brevo";
|
|
8563
9581
|
};
|
|
8564
|
-
type: "asana.tag.added";
|
|
8565
9582
|
} | {
|
|
8566
9583
|
name: string;
|
|
9584
|
+
type: "brevo.transactionalEmail.softBounced";
|
|
8567
9585
|
account: {
|
|
8568
9586
|
readonly connectionOptions: readonly [{
|
|
8569
|
-
readonly requiredScopes: readonly [
|
|
9587
|
+
readonly requiredScopes: readonly [];
|
|
8570
9588
|
}];
|
|
8571
|
-
readonly serviceId: "
|
|
9589
|
+
readonly serviceId: "brevo";
|
|
8572
9590
|
};
|
|
8573
|
-
type: "asana.tag.changed";
|
|
8574
9591
|
} | {
|
|
8575
9592
|
name: string;
|
|
9593
|
+
type: "brevo.transactionalEmail.blocked";
|
|
8576
9594
|
account: {
|
|
8577
9595
|
readonly connectionOptions: readonly [{
|
|
8578
|
-
readonly requiredScopes: readonly [
|
|
9596
|
+
readonly requiredScopes: readonly [];
|
|
8579
9597
|
}];
|
|
8580
|
-
readonly serviceId: "
|
|
9598
|
+
readonly serviceId: "brevo";
|
|
8581
9599
|
};
|
|
8582
|
-
type: "asana.tag.deleted";
|
|
8583
9600
|
} | {
|
|
8584
9601
|
name: string;
|
|
9602
|
+
type: "brevo.transactionalEmail.markedAsSpam";
|
|
8585
9603
|
account: {
|
|
8586
9604
|
readonly connectionOptions: readonly [{
|
|
8587
|
-
readonly requiredScopes: readonly [
|
|
9605
|
+
readonly requiredScopes: readonly [];
|
|
8588
9606
|
}];
|
|
8589
|
-
readonly serviceId: "
|
|
9607
|
+
readonly serviceId: "brevo";
|
|
8590
9608
|
};
|
|
8591
|
-
type: "asana.tag.restored";
|
|
8592
9609
|
} | {
|
|
8593
9610
|
name: string;
|
|
9611
|
+
type: "brevo.transactionalEmail.invalid";
|
|
8594
9612
|
account: {
|
|
8595
9613
|
readonly connectionOptions: readonly [{
|
|
8596
|
-
readonly requiredScopes: readonly [
|
|
9614
|
+
readonly requiredScopes: readonly [];
|
|
8597
9615
|
}];
|
|
8598
|
-
readonly serviceId: "
|
|
9616
|
+
readonly serviceId: "brevo";
|
|
8599
9617
|
};
|
|
8600
|
-
type: "asana.task.added";
|
|
8601
9618
|
} | {
|
|
8602
9619
|
name: string;
|
|
9620
|
+
type: "brevo.transactionalEmail.deferred";
|
|
8603
9621
|
account: {
|
|
8604
9622
|
readonly connectionOptions: readonly [{
|
|
8605
|
-
readonly requiredScopes: readonly [
|
|
9623
|
+
readonly requiredScopes: readonly [];
|
|
8606
9624
|
}];
|
|
8607
|
-
readonly serviceId: "
|
|
9625
|
+
readonly serviceId: "brevo";
|
|
8608
9626
|
};
|
|
8609
|
-
type: "asana.task.assigned";
|
|
8610
9627
|
} | {
|
|
8611
9628
|
name: string;
|
|
9629
|
+
type: "brevo.transactionalEmail.clicked";
|
|
8612
9630
|
account: {
|
|
8613
9631
|
readonly connectionOptions: readonly [{
|
|
8614
|
-
readonly requiredScopes: readonly [
|
|
9632
|
+
readonly requiredScopes: readonly [];
|
|
8615
9633
|
}];
|
|
8616
|
-
readonly serviceId: "
|
|
9634
|
+
readonly serviceId: "brevo";
|
|
8617
9635
|
};
|
|
8618
|
-
type: "asana.task.changed";
|
|
8619
9636
|
} | {
|
|
8620
9637
|
name: string;
|
|
9638
|
+
type: "brevo.transactionalEmail.opened";
|
|
8621
9639
|
account: {
|
|
8622
9640
|
readonly connectionOptions: readonly [{
|
|
8623
|
-
readonly requiredScopes: readonly [
|
|
9641
|
+
readonly requiredScopes: readonly [];
|
|
8624
9642
|
}];
|
|
8625
|
-
readonly serviceId: "
|
|
9643
|
+
readonly serviceId: "brevo";
|
|
8626
9644
|
};
|
|
8627
|
-
type: "asana.task.completed";
|
|
8628
9645
|
} | {
|
|
8629
9646
|
name: string;
|
|
9647
|
+
type: "brevo.transactionalEmail.firstOpened";
|
|
8630
9648
|
account: {
|
|
8631
9649
|
readonly connectionOptions: readonly [{
|
|
8632
|
-
readonly requiredScopes: readonly [
|
|
9650
|
+
readonly requiredScopes: readonly [];
|
|
8633
9651
|
}];
|
|
8634
|
-
readonly serviceId: "
|
|
9652
|
+
readonly serviceId: "brevo";
|
|
8635
9653
|
};
|
|
8636
|
-
type: "asana.task.deleted";
|
|
8637
9654
|
} | {
|
|
8638
9655
|
name: string;
|
|
9656
|
+
type: "brevo.transactionalEmail.unsubscribed";
|
|
8639
9657
|
account: {
|
|
8640
9658
|
readonly connectionOptions: readonly [{
|
|
8641
|
-
readonly requiredScopes: readonly [
|
|
9659
|
+
readonly requiredScopes: readonly [];
|
|
8642
9660
|
}];
|
|
8643
|
-
readonly serviceId: "
|
|
9661
|
+
readonly serviceId: "brevo";
|
|
8644
9662
|
};
|
|
8645
|
-
type: "asana.task.due-date.changed";
|
|
8646
9663
|
} | {
|
|
8647
9664
|
name: string;
|
|
9665
|
+
type: "brevo.transactionalSms.event";
|
|
8648
9666
|
account: {
|
|
8649
9667
|
readonly connectionOptions: readonly [{
|
|
8650
|
-
readonly requiredScopes: readonly [
|
|
9668
|
+
readonly requiredScopes: readonly [];
|
|
8651
9669
|
}];
|
|
8652
|
-
readonly serviceId: "
|
|
9670
|
+
readonly serviceId: "brevo";
|
|
8653
9671
|
};
|
|
8654
|
-
type: "asana.task.follower.added";
|
|
8655
9672
|
} | {
|
|
8656
9673
|
name: string;
|
|
9674
|
+
type: "brevo.transactionalSms.sent";
|
|
8657
9675
|
account: {
|
|
8658
9676
|
readonly connectionOptions: readonly [{
|
|
8659
|
-
readonly requiredScopes: readonly [
|
|
9677
|
+
readonly requiredScopes: readonly [];
|
|
8660
9678
|
}];
|
|
8661
|
-
readonly serviceId: "
|
|
9679
|
+
readonly serviceId: "brevo";
|
|
8662
9680
|
};
|
|
8663
|
-
type: "asana.task.follower.removed";
|
|
8664
9681
|
} | {
|
|
8665
9682
|
name: string;
|
|
9683
|
+
type: "brevo.transactionalSms.delivered";
|
|
8666
9684
|
account: {
|
|
8667
9685
|
readonly connectionOptions: readonly [{
|
|
8668
|
-
readonly requiredScopes: readonly [
|
|
9686
|
+
readonly requiredScopes: readonly [];
|
|
8669
9687
|
}];
|
|
8670
|
-
readonly serviceId: "
|
|
9688
|
+
readonly serviceId: "brevo";
|
|
8671
9689
|
};
|
|
8672
|
-
type: "asana.task.incomplete";
|
|
8673
9690
|
} | {
|
|
8674
9691
|
name: string;
|
|
9692
|
+
type: "brevo.transactionalSms.hardBounced";
|
|
8675
9693
|
account: {
|
|
8676
9694
|
readonly connectionOptions: readonly [{
|
|
8677
|
-
readonly requiredScopes: readonly [
|
|
9695
|
+
readonly requiredScopes: readonly [];
|
|
8678
9696
|
}];
|
|
8679
|
-
readonly serviceId: "
|
|
9697
|
+
readonly serviceId: "brevo";
|
|
8680
9698
|
};
|
|
8681
|
-
type: "asana.task.project.added";
|
|
8682
9699
|
} | {
|
|
8683
9700
|
name: string;
|
|
9701
|
+
type: "brevo.transactionalSms.softBounced";
|
|
8684
9702
|
account: {
|
|
8685
9703
|
readonly connectionOptions: readonly [{
|
|
8686
|
-
readonly requiredScopes: readonly [
|
|
9704
|
+
readonly requiredScopes: readonly [];
|
|
8687
9705
|
}];
|
|
8688
|
-
readonly serviceId: "
|
|
9706
|
+
readonly serviceId: "brevo";
|
|
8689
9707
|
};
|
|
8690
|
-
type: "asana.task.project.removed";
|
|
8691
9708
|
} | {
|
|
8692
9709
|
name: string;
|
|
9710
|
+
type: "brevo.transactionalSms.replied";
|
|
8693
9711
|
account: {
|
|
8694
9712
|
readonly connectionOptions: readonly [{
|
|
8695
|
-
readonly requiredScopes: readonly [
|
|
9713
|
+
readonly requiredScopes: readonly [];
|
|
8696
9714
|
}];
|
|
8697
|
-
readonly serviceId: "
|
|
9715
|
+
readonly serviceId: "brevo";
|
|
8698
9716
|
};
|
|
8699
|
-
type: "asana.task.removed";
|
|
8700
9717
|
} | {
|
|
8701
9718
|
name: string;
|
|
9719
|
+
type: "brevo.transactionalSms.unsubscribed";
|
|
8702
9720
|
account: {
|
|
8703
9721
|
readonly connectionOptions: readonly [{
|
|
8704
|
-
readonly requiredScopes: readonly [
|
|
9722
|
+
readonly requiredScopes: readonly [];
|
|
8705
9723
|
}];
|
|
8706
|
-
readonly serviceId: "
|
|
9724
|
+
readonly serviceId: "brevo";
|
|
8707
9725
|
};
|
|
8708
|
-
type: "asana.task.restored";
|
|
8709
9726
|
} | {
|
|
8710
9727
|
name: string;
|
|
9728
|
+
type: "brevo.marketingEmail.event";
|
|
8711
9729
|
account: {
|
|
8712
9730
|
readonly connectionOptions: readonly [{
|
|
8713
|
-
readonly requiredScopes: readonly [
|
|
9731
|
+
readonly requiredScopes: readonly [];
|
|
8714
9732
|
}];
|
|
8715
|
-
readonly serviceId: "
|
|
9733
|
+
readonly serviceId: "brevo";
|
|
8716
9734
|
};
|
|
8717
|
-
type: "asana.task.tag.added";
|
|
8718
9735
|
} | {
|
|
8719
9736
|
name: string;
|
|
9737
|
+
type: "brevo.marketingEmail.delivered";
|
|
8720
9738
|
account: {
|
|
8721
9739
|
readonly connectionOptions: readonly [{
|
|
8722
|
-
readonly requiredScopes: readonly [
|
|
9740
|
+
readonly requiredScopes: readonly [];
|
|
8723
9741
|
}];
|
|
8724
|
-
readonly serviceId: "
|
|
9742
|
+
readonly serviceId: "brevo";
|
|
8725
9743
|
};
|
|
8726
|
-
type: "asana.task.tag.removed";
|
|
8727
9744
|
} | {
|
|
8728
9745
|
name: string;
|
|
9746
|
+
type: "brevo.marketingEmail.hardBounced";
|
|
8729
9747
|
account: {
|
|
8730
9748
|
readonly connectionOptions: readonly [{
|
|
8731
|
-
readonly requiredScopes: readonly [
|
|
9749
|
+
readonly requiredScopes: readonly [];
|
|
8732
9750
|
}];
|
|
8733
|
-
readonly serviceId: "
|
|
9751
|
+
readonly serviceId: "brevo";
|
|
8734
9752
|
};
|
|
8735
|
-
type: "asana.task.unassigned";
|
|
8736
9753
|
} | {
|
|
8737
9754
|
name: string;
|
|
8738
|
-
type: "brevo.
|
|
9755
|
+
type: "brevo.marketingEmail.softBounced";
|
|
8739
9756
|
account: {
|
|
8740
9757
|
readonly connectionOptions: readonly [{
|
|
8741
9758
|
readonly requiredScopes: readonly [];
|
|
@@ -8744,7 +9761,7 @@ export declare const triggerCatalog: ({
|
|
|
8744
9761
|
};
|
|
8745
9762
|
} | {
|
|
8746
9763
|
name: string;
|
|
8747
|
-
type: "brevo.
|
|
9764
|
+
type: "brevo.marketingEmail.markedAsSpam";
|
|
8748
9765
|
account: {
|
|
8749
9766
|
readonly connectionOptions: readonly [{
|
|
8750
9767
|
readonly requiredScopes: readonly [];
|
|
@@ -8753,7 +9770,7 @@ export declare const triggerCatalog: ({
|
|
|
8753
9770
|
};
|
|
8754
9771
|
} | {
|
|
8755
9772
|
name: string;
|
|
8756
|
-
type: "brevo.
|
|
9773
|
+
type: "brevo.marketingEmail.opened";
|
|
8757
9774
|
account: {
|
|
8758
9775
|
readonly connectionOptions: readonly [{
|
|
8759
9776
|
readonly requiredScopes: readonly [];
|
|
@@ -8762,7 +9779,7 @@ export declare const triggerCatalog: ({
|
|
|
8762
9779
|
};
|
|
8763
9780
|
} | {
|
|
8764
9781
|
name: string;
|
|
8765
|
-
type: "brevo.
|
|
9782
|
+
type: "brevo.marketingEmail.clicked";
|
|
8766
9783
|
account: {
|
|
8767
9784
|
readonly connectionOptions: readonly [{
|
|
8768
9785
|
readonly requiredScopes: readonly [];
|
|
@@ -8771,7 +9788,7 @@ export declare const triggerCatalog: ({
|
|
|
8771
9788
|
};
|
|
8772
9789
|
} | {
|
|
8773
9790
|
name: string;
|
|
8774
|
-
type: "brevo.
|
|
9791
|
+
type: "brevo.marketingEmail.unsubscribed";
|
|
8775
9792
|
account: {
|
|
8776
9793
|
readonly connectionOptions: readonly [{
|
|
8777
9794
|
readonly requiredScopes: readonly [];
|
|
@@ -8780,7 +9797,7 @@ export declare const triggerCatalog: ({
|
|
|
8780
9797
|
};
|
|
8781
9798
|
} | {
|
|
8782
9799
|
name: string;
|
|
8783
|
-
type: "brevo.
|
|
9800
|
+
type: "brevo.contact.event";
|
|
8784
9801
|
account: {
|
|
8785
9802
|
readonly connectionOptions: readonly [{
|
|
8786
9803
|
readonly requiredScopes: readonly [];
|
|
@@ -8789,7 +9806,7 @@ export declare const triggerCatalog: ({
|
|
|
8789
9806
|
};
|
|
8790
9807
|
} | {
|
|
8791
9808
|
name: string;
|
|
8792
|
-
type: "brevo.
|
|
9809
|
+
type: "brevo.contact.addedToList";
|
|
8793
9810
|
account: {
|
|
8794
9811
|
readonly connectionOptions: readonly [{
|
|
8795
9812
|
readonly requiredScopes: readonly [];
|
|
@@ -8798,7 +9815,7 @@ export declare const triggerCatalog: ({
|
|
|
8798
9815
|
};
|
|
8799
9816
|
} | {
|
|
8800
9817
|
name: string;
|
|
8801
|
-
type: "brevo.
|
|
9818
|
+
type: "brevo.contact.updated";
|
|
8802
9819
|
account: {
|
|
8803
9820
|
readonly connectionOptions: readonly [{
|
|
8804
9821
|
readonly requiredScopes: readonly [];
|
|
@@ -8807,7 +9824,7 @@ export declare const triggerCatalog: ({
|
|
|
8807
9824
|
};
|
|
8808
9825
|
} | {
|
|
8809
9826
|
name: string;
|
|
8810
|
-
type: "brevo.
|
|
9827
|
+
type: "brevo.contact.deleted";
|
|
8811
9828
|
account: {
|
|
8812
9829
|
readonly connectionOptions: readonly [{
|
|
8813
9830
|
readonly requiredScopes: readonly [];
|
|
@@ -8816,7 +9833,7 @@ export declare const triggerCatalog: ({
|
|
|
8816
9833
|
};
|
|
8817
9834
|
} | {
|
|
8818
9835
|
name: string;
|
|
8819
|
-
type: "brevo.
|
|
9836
|
+
type: "brevo.marketingSms.event";
|
|
8820
9837
|
account: {
|
|
8821
9838
|
readonly connectionOptions: readonly [{
|
|
8822
9839
|
readonly requiredScopes: readonly [];
|
|
@@ -8825,7 +9842,7 @@ export declare const triggerCatalog: ({
|
|
|
8825
9842
|
};
|
|
8826
9843
|
} | {
|
|
8827
9844
|
name: string;
|
|
8828
|
-
type: "brevo.
|
|
9845
|
+
type: "brevo.marketingSms.sent";
|
|
8829
9846
|
account: {
|
|
8830
9847
|
readonly connectionOptions: readonly [{
|
|
8831
9848
|
readonly requiredScopes: readonly [];
|
|
@@ -8834,7 +9851,7 @@ export declare const triggerCatalog: ({
|
|
|
8834
9851
|
};
|
|
8835
9852
|
} | {
|
|
8836
9853
|
name: string;
|
|
8837
|
-
type: "brevo.
|
|
9854
|
+
type: "brevo.marketingSms.delivered";
|
|
8838
9855
|
account: {
|
|
8839
9856
|
readonly connectionOptions: readonly [{
|
|
8840
9857
|
readonly requiredScopes: readonly [];
|
|
@@ -8843,376 +9860,421 @@ export declare const triggerCatalog: ({
|
|
|
8843
9860
|
};
|
|
8844
9861
|
} | {
|
|
8845
9862
|
name: string;
|
|
8846
|
-
type: "brevo.
|
|
9863
|
+
type: "brevo.marketingSms.hardBounced";
|
|
9864
|
+
account: {
|
|
9865
|
+
readonly connectionOptions: readonly [{
|
|
9866
|
+
readonly requiredScopes: readonly [];
|
|
9867
|
+
}];
|
|
9868
|
+
readonly serviceId: "brevo";
|
|
9869
|
+
};
|
|
9870
|
+
} | {
|
|
9871
|
+
name: string;
|
|
9872
|
+
type: "brevo.marketingSms.softBounced";
|
|
9873
|
+
account: {
|
|
9874
|
+
readonly connectionOptions: readonly [{
|
|
9875
|
+
readonly requiredScopes: readonly [];
|
|
9876
|
+
}];
|
|
9877
|
+
readonly serviceId: "brevo";
|
|
9878
|
+
};
|
|
9879
|
+
} | {
|
|
9880
|
+
name: string;
|
|
9881
|
+
type: "brevo.marketingSms.replied";
|
|
8847
9882
|
account: {
|
|
8848
9883
|
readonly connectionOptions: readonly [{
|
|
8849
9884
|
readonly requiredScopes: readonly [];
|
|
8850
9885
|
}];
|
|
8851
|
-
readonly serviceId: "brevo";
|
|
9886
|
+
readonly serviceId: "brevo";
|
|
9887
|
+
};
|
|
9888
|
+
} | {
|
|
9889
|
+
name: string;
|
|
9890
|
+
type: "brevo.marketingSms.unsubscribed";
|
|
9891
|
+
account: {
|
|
9892
|
+
readonly connectionOptions: readonly [{
|
|
9893
|
+
readonly requiredScopes: readonly [];
|
|
9894
|
+
}];
|
|
9895
|
+
readonly serviceId: "brevo";
|
|
9896
|
+
};
|
|
9897
|
+
} | {
|
|
9898
|
+
name: string;
|
|
9899
|
+
account: {
|
|
9900
|
+
readonly connectionOptions: readonly [{
|
|
9901
|
+
readonly connectionMethodId: "oauth";
|
|
9902
|
+
readonly requiredScopes: readonly [];
|
|
9903
|
+
}, {
|
|
9904
|
+
readonly connectionMethodId: "deployment-key";
|
|
9905
|
+
readonly requiredScopes: readonly [];
|
|
9906
|
+
}];
|
|
9907
|
+
readonly serviceId: "convex";
|
|
9908
|
+
};
|
|
9909
|
+
type: "convex.document.created";
|
|
9910
|
+
} | {
|
|
9911
|
+
name: string;
|
|
9912
|
+
account: {
|
|
9913
|
+
readonly connectionOptions: readonly [{
|
|
9914
|
+
readonly connectionMethodId: "oauth";
|
|
9915
|
+
readonly requiredScopes: readonly [];
|
|
9916
|
+
}, {
|
|
9917
|
+
readonly connectionMethodId: "deployment-key";
|
|
9918
|
+
readonly requiredScopes: readonly [];
|
|
9919
|
+
}];
|
|
9920
|
+
readonly serviceId: "convex";
|
|
8852
9921
|
};
|
|
9922
|
+
type: "convex.document.deleted";
|
|
8853
9923
|
} | {
|
|
8854
9924
|
name: string;
|
|
8855
|
-
type: "brevo.transactionalEmail.unsubscribed";
|
|
8856
9925
|
account: {
|
|
8857
9926
|
readonly connectionOptions: readonly [{
|
|
9927
|
+
readonly connectionMethodId: "oauth";
|
|
9928
|
+
readonly requiredScopes: readonly [];
|
|
9929
|
+
}, {
|
|
9930
|
+
readonly connectionMethodId: "deployment-key";
|
|
8858
9931
|
readonly requiredScopes: readonly [];
|
|
8859
9932
|
}];
|
|
8860
|
-
readonly serviceId: "
|
|
9933
|
+
readonly serviceId: "convex";
|
|
8861
9934
|
};
|
|
9935
|
+
type: "convex.document.event";
|
|
8862
9936
|
} | {
|
|
8863
9937
|
name: string;
|
|
8864
|
-
type: "brevo.transactionalSms.event";
|
|
8865
9938
|
account: {
|
|
8866
9939
|
readonly connectionOptions: readonly [{
|
|
9940
|
+
readonly connectionMethodId: "oauth";
|
|
9941
|
+
readonly requiredScopes: readonly [];
|
|
9942
|
+
}, {
|
|
9943
|
+
readonly connectionMethodId: "deployment-key";
|
|
8867
9944
|
readonly requiredScopes: readonly [];
|
|
8868
9945
|
}];
|
|
8869
|
-
readonly serviceId: "
|
|
9946
|
+
readonly serviceId: "convex";
|
|
8870
9947
|
};
|
|
9948
|
+
type: "convex.document.updated";
|
|
8871
9949
|
} | {
|
|
8872
9950
|
name: string;
|
|
8873
|
-
type: "brevo.transactionalSms.sent";
|
|
8874
9951
|
account: {
|
|
8875
9952
|
readonly connectionOptions: readonly [{
|
|
9953
|
+
readonly connectionMethodId: "deployment-key";
|
|
8876
9954
|
readonly requiredScopes: readonly [];
|
|
8877
9955
|
}];
|
|
8878
|
-
readonly serviceId: "
|
|
9956
|
+
readonly serviceId: "convex";
|
|
9957
|
+
};
|
|
9958
|
+
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
9959
|
+
copyable: true;
|
|
9960
|
+
value: string;
|
|
8879
9961
|
};
|
|
9962
|
+
type: "convex.event.received";
|
|
8880
9963
|
} | {
|
|
8881
9964
|
name: string;
|
|
8882
|
-
type: "brevo.transactionalSms.delivered";
|
|
8883
9965
|
account: {
|
|
8884
9966
|
readonly connectionOptions: readonly [{
|
|
8885
9967
|
readonly requiredScopes: readonly [];
|
|
8886
9968
|
}];
|
|
8887
|
-
readonly serviceId: "
|
|
9969
|
+
readonly serviceId: "discord";
|
|
8888
9970
|
};
|
|
9971
|
+
type: "discord.application.authorized";
|
|
8889
9972
|
} | {
|
|
8890
9973
|
name: string;
|
|
8891
|
-
type: "brevo.transactionalSms.hardBounced";
|
|
8892
9974
|
account: {
|
|
8893
9975
|
readonly connectionOptions: readonly [{
|
|
8894
9976
|
readonly requiredScopes: readonly [];
|
|
8895
9977
|
}];
|
|
8896
|
-
readonly serviceId: "
|
|
9978
|
+
readonly serviceId: "discord";
|
|
8897
9979
|
};
|
|
9980
|
+
type: "discord.application.deauthorized";
|
|
8898
9981
|
} | {
|
|
8899
9982
|
name: string;
|
|
8900
|
-
type: "brevo.transactionalSms.softBounced";
|
|
8901
9983
|
account: {
|
|
8902
9984
|
readonly connectionOptions: readonly [{
|
|
8903
9985
|
readonly requiredScopes: readonly [];
|
|
8904
9986
|
}];
|
|
8905
|
-
readonly serviceId: "
|
|
9987
|
+
readonly serviceId: "discord";
|
|
8906
9988
|
};
|
|
9989
|
+
type: "discord.entitlement.created";
|
|
8907
9990
|
} | {
|
|
8908
9991
|
name: string;
|
|
8909
|
-
type: "brevo.transactionalSms.replied";
|
|
8910
9992
|
account: {
|
|
8911
9993
|
readonly connectionOptions: readonly [{
|
|
8912
9994
|
readonly requiredScopes: readonly [];
|
|
8913
9995
|
}];
|
|
8914
|
-
readonly serviceId: "
|
|
9996
|
+
readonly serviceId: "discord";
|
|
8915
9997
|
};
|
|
9998
|
+
type: "discord.entitlement.deleted";
|
|
8916
9999
|
} | {
|
|
8917
10000
|
name: string;
|
|
8918
|
-
type: "brevo.transactionalSms.unsubscribed";
|
|
8919
10001
|
account: {
|
|
8920
10002
|
readonly connectionOptions: readonly [{
|
|
8921
10003
|
readonly requiredScopes: readonly [];
|
|
8922
10004
|
}];
|
|
8923
|
-
readonly serviceId: "
|
|
10005
|
+
readonly serviceId: "discord";
|
|
8924
10006
|
};
|
|
10007
|
+
type: "discord.entitlement.updated";
|
|
8925
10008
|
} | {
|
|
8926
10009
|
name: string;
|
|
8927
|
-
type: "brevo.marketingEmail.event";
|
|
8928
10010
|
account: {
|
|
8929
10011
|
readonly connectionOptions: readonly [{
|
|
8930
10012
|
readonly requiredScopes: readonly [];
|
|
8931
10013
|
}];
|
|
8932
|
-
readonly serviceId: "
|
|
10014
|
+
readonly serviceId: "discord";
|
|
8933
10015
|
};
|
|
10016
|
+
type: "discord.webhook.event";
|
|
8934
10017
|
} | {
|
|
8935
10018
|
name: string;
|
|
8936
|
-
type: "brevo.marketingEmail.delivered";
|
|
8937
10019
|
account: {
|
|
8938
10020
|
readonly connectionOptions: readonly [{
|
|
8939
10021
|
readonly requiredScopes: readonly [];
|
|
8940
10022
|
}];
|
|
8941
|
-
readonly serviceId: "
|
|
10023
|
+
readonly serviceId: "close";
|
|
8942
10024
|
};
|
|
10025
|
+
type: "close.call.answered";
|
|
8943
10026
|
} | {
|
|
8944
10027
|
name: string;
|
|
8945
|
-
type: "brevo.marketingEmail.hardBounced";
|
|
8946
10028
|
account: {
|
|
8947
10029
|
readonly connectionOptions: readonly [{
|
|
8948
10030
|
readonly requiredScopes: readonly [];
|
|
8949
10031
|
}];
|
|
8950
|
-
readonly serviceId: "
|
|
10032
|
+
readonly serviceId: "close";
|
|
8951
10033
|
};
|
|
10034
|
+
type: "close.call.completed";
|
|
8952
10035
|
} | {
|
|
8953
10036
|
name: string;
|
|
8954
|
-
type: "brevo.marketingEmail.softBounced";
|
|
8955
10037
|
account: {
|
|
8956
10038
|
readonly connectionOptions: readonly [{
|
|
8957
10039
|
readonly requiredScopes: readonly [];
|
|
8958
10040
|
}];
|
|
8959
|
-
readonly serviceId: "
|
|
10041
|
+
readonly serviceId: "close";
|
|
8960
10042
|
};
|
|
10043
|
+
type: "close.comment.created";
|
|
8961
10044
|
} | {
|
|
8962
10045
|
name: string;
|
|
8963
|
-
type: "brevo.marketingEmail.markedAsSpam";
|
|
8964
10046
|
account: {
|
|
8965
10047
|
readonly connectionOptions: readonly [{
|
|
8966
10048
|
readonly requiredScopes: readonly [];
|
|
8967
10049
|
}];
|
|
8968
|
-
readonly serviceId: "
|
|
10050
|
+
readonly serviceId: "close";
|
|
8969
10051
|
};
|
|
10052
|
+
type: "close.comment.deleted";
|
|
8970
10053
|
} | {
|
|
8971
10054
|
name: string;
|
|
8972
|
-
type: "brevo.marketingEmail.opened";
|
|
8973
10055
|
account: {
|
|
8974
10056
|
readonly connectionOptions: readonly [{
|
|
8975
10057
|
readonly requiredScopes: readonly [];
|
|
8976
10058
|
}];
|
|
8977
|
-
readonly serviceId: "
|
|
10059
|
+
readonly serviceId: "close";
|
|
8978
10060
|
};
|
|
10061
|
+
type: "close.comment.updated";
|
|
8979
10062
|
} | {
|
|
8980
10063
|
name: string;
|
|
8981
|
-
type: "brevo.marketingEmail.clicked";
|
|
8982
10064
|
account: {
|
|
8983
10065
|
readonly connectionOptions: readonly [{
|
|
8984
10066
|
readonly requiredScopes: readonly [];
|
|
8985
10067
|
}];
|
|
8986
|
-
readonly serviceId: "
|
|
10068
|
+
readonly serviceId: "close";
|
|
8987
10069
|
};
|
|
10070
|
+
type: "close.contact.created";
|
|
8988
10071
|
} | {
|
|
8989
10072
|
name: string;
|
|
8990
|
-
type: "brevo.marketingEmail.unsubscribed";
|
|
8991
10073
|
account: {
|
|
8992
10074
|
readonly connectionOptions: readonly [{
|
|
8993
10075
|
readonly requiredScopes: readonly [];
|
|
8994
10076
|
}];
|
|
8995
|
-
readonly serviceId: "
|
|
10077
|
+
readonly serviceId: "close";
|
|
8996
10078
|
};
|
|
10079
|
+
type: "close.contact.deleted";
|
|
8997
10080
|
} | {
|
|
8998
10081
|
name: string;
|
|
8999
|
-
type: "brevo.contact.event";
|
|
9000
10082
|
account: {
|
|
9001
10083
|
readonly connectionOptions: readonly [{
|
|
9002
10084
|
readonly requiredScopes: readonly [];
|
|
9003
10085
|
}];
|
|
9004
|
-
readonly serviceId: "
|
|
10086
|
+
readonly serviceId: "close";
|
|
9005
10087
|
};
|
|
10088
|
+
type: "close.contact.updated";
|
|
9006
10089
|
} | {
|
|
9007
10090
|
name: string;
|
|
9008
|
-
type: "brevo.contact.addedToList";
|
|
9009
10091
|
account: {
|
|
9010
10092
|
readonly connectionOptions: readonly [{
|
|
9011
10093
|
readonly requiredScopes: readonly [];
|
|
9012
10094
|
}];
|
|
9013
|
-
readonly serviceId: "
|
|
10095
|
+
readonly serviceId: "close";
|
|
9014
10096
|
};
|
|
10097
|
+
type: "close.email.received";
|
|
9015
10098
|
} | {
|
|
9016
10099
|
name: string;
|
|
9017
|
-
type: "brevo.contact.updated";
|
|
9018
10100
|
account: {
|
|
9019
10101
|
readonly connectionOptions: readonly [{
|
|
9020
10102
|
readonly requiredScopes: readonly [];
|
|
9021
10103
|
}];
|
|
9022
|
-
readonly serviceId: "
|
|
10104
|
+
readonly serviceId: "close";
|
|
9023
10105
|
};
|
|
10106
|
+
type: "close.email.sent";
|
|
9024
10107
|
} | {
|
|
9025
10108
|
name: string;
|
|
9026
|
-
type: "brevo.contact.deleted";
|
|
9027
10109
|
account: {
|
|
9028
10110
|
readonly connectionOptions: readonly [{
|
|
9029
10111
|
readonly requiredScopes: readonly [];
|
|
9030
10112
|
}];
|
|
9031
|
-
readonly serviceId: "
|
|
10113
|
+
readonly serviceId: "close";
|
|
9032
10114
|
};
|
|
10115
|
+
type: "close.event";
|
|
9033
10116
|
} | {
|
|
9034
10117
|
name: string;
|
|
9035
|
-
type: "brevo.marketingSms.event";
|
|
9036
10118
|
account: {
|
|
9037
10119
|
readonly connectionOptions: readonly [{
|
|
9038
10120
|
readonly requiredScopes: readonly [];
|
|
9039
10121
|
}];
|
|
9040
|
-
readonly serviceId: "
|
|
10122
|
+
readonly serviceId: "close";
|
|
9041
10123
|
};
|
|
10124
|
+
type: "close.lead.created";
|
|
9042
10125
|
} | {
|
|
9043
10126
|
name: string;
|
|
9044
|
-
type: "brevo.marketingSms.sent";
|
|
9045
10127
|
account: {
|
|
9046
10128
|
readonly connectionOptions: readonly [{
|
|
9047
10129
|
readonly requiredScopes: readonly [];
|
|
9048
10130
|
}];
|
|
9049
|
-
readonly serviceId: "
|
|
10131
|
+
readonly serviceId: "close";
|
|
9050
10132
|
};
|
|
10133
|
+
type: "close.lead.deleted";
|
|
9051
10134
|
} | {
|
|
9052
10135
|
name: string;
|
|
9053
|
-
type: "brevo.marketingSms.delivered";
|
|
9054
10136
|
account: {
|
|
9055
10137
|
readonly connectionOptions: readonly [{
|
|
9056
10138
|
readonly requiredScopes: readonly [];
|
|
9057
10139
|
}];
|
|
9058
|
-
readonly serviceId: "
|
|
10140
|
+
readonly serviceId: "close";
|
|
9059
10141
|
};
|
|
10142
|
+
type: "close.lead.merged";
|
|
9060
10143
|
} | {
|
|
9061
10144
|
name: string;
|
|
9062
|
-
type: "brevo.marketingSms.hardBounced";
|
|
9063
10145
|
account: {
|
|
9064
10146
|
readonly connectionOptions: readonly [{
|
|
9065
10147
|
readonly requiredScopes: readonly [];
|
|
9066
10148
|
}];
|
|
9067
|
-
readonly serviceId: "
|
|
10149
|
+
readonly serviceId: "close";
|
|
9068
10150
|
};
|
|
10151
|
+
type: "close.lead.updated";
|
|
9069
10152
|
} | {
|
|
9070
10153
|
name: string;
|
|
9071
|
-
type: "brevo.marketingSms.softBounced";
|
|
9072
10154
|
account: {
|
|
9073
10155
|
readonly connectionOptions: readonly [{
|
|
9074
10156
|
readonly requiredScopes: readonly [];
|
|
9075
10157
|
}];
|
|
9076
|
-
readonly serviceId: "
|
|
10158
|
+
readonly serviceId: "close";
|
|
9077
10159
|
};
|
|
10160
|
+
type: "close.smartView.leadEntered";
|
|
9078
10161
|
} | {
|
|
9079
10162
|
name: string;
|
|
9080
|
-
type: "brevo.marketingSms.replied";
|
|
9081
10163
|
account: {
|
|
9082
10164
|
readonly connectionOptions: readonly [{
|
|
9083
10165
|
readonly requiredScopes: readonly [];
|
|
9084
10166
|
}];
|
|
9085
|
-
readonly serviceId: "
|
|
10167
|
+
readonly serviceId: "close";
|
|
9086
10168
|
};
|
|
10169
|
+
type: "close.smartView.leadExited";
|
|
9087
10170
|
} | {
|
|
9088
10171
|
name: string;
|
|
9089
|
-
type: "brevo.marketingSms.unsubscribed";
|
|
9090
10172
|
account: {
|
|
9091
10173
|
readonly connectionOptions: readonly [{
|
|
9092
10174
|
readonly requiredScopes: readonly [];
|
|
9093
10175
|
}];
|
|
9094
|
-
readonly serviceId: "
|
|
10176
|
+
readonly serviceId: "close";
|
|
9095
10177
|
};
|
|
10178
|
+
type: "close.meeting.canceled";
|
|
9096
10179
|
} | {
|
|
9097
10180
|
name: string;
|
|
9098
10181
|
account: {
|
|
9099
10182
|
readonly connectionOptions: readonly [{
|
|
9100
|
-
readonly connectionMethodId: "oauth";
|
|
9101
|
-
readonly requiredScopes: readonly [];
|
|
9102
|
-
}, {
|
|
9103
|
-
readonly connectionMethodId: "deployment-key";
|
|
9104
10183
|
readonly requiredScopes: readonly [];
|
|
9105
10184
|
}];
|
|
9106
|
-
readonly serviceId: "
|
|
10185
|
+
readonly serviceId: "close";
|
|
9107
10186
|
};
|
|
9108
|
-
type: "
|
|
10187
|
+
type: "close.meeting.completed";
|
|
9109
10188
|
} | {
|
|
9110
10189
|
name: string;
|
|
9111
10190
|
account: {
|
|
9112
10191
|
readonly connectionOptions: readonly [{
|
|
9113
|
-
readonly connectionMethodId: "oauth";
|
|
9114
|
-
readonly requiredScopes: readonly [];
|
|
9115
|
-
}, {
|
|
9116
|
-
readonly connectionMethodId: "deployment-key";
|
|
9117
10192
|
readonly requiredScopes: readonly [];
|
|
9118
10193
|
}];
|
|
9119
|
-
readonly serviceId: "
|
|
10194
|
+
readonly serviceId: "close";
|
|
9120
10195
|
};
|
|
9121
|
-
type: "
|
|
10196
|
+
type: "close.meeting.scheduled";
|
|
9122
10197
|
} | {
|
|
9123
10198
|
name: string;
|
|
9124
10199
|
account: {
|
|
9125
10200
|
readonly connectionOptions: readonly [{
|
|
9126
|
-
readonly connectionMethodId: "oauth";
|
|
9127
|
-
readonly requiredScopes: readonly [];
|
|
9128
|
-
}, {
|
|
9129
|
-
readonly connectionMethodId: "deployment-key";
|
|
9130
10201
|
readonly requiredScopes: readonly [];
|
|
9131
10202
|
}];
|
|
9132
|
-
readonly serviceId: "
|
|
10203
|
+
readonly serviceId: "close";
|
|
9133
10204
|
};
|
|
9134
|
-
type: "
|
|
10205
|
+
type: "close.meeting.started";
|
|
9135
10206
|
} | {
|
|
9136
10207
|
name: string;
|
|
9137
10208
|
account: {
|
|
9138
10209
|
readonly connectionOptions: readonly [{
|
|
9139
|
-
readonly connectionMethodId: "oauth";
|
|
9140
|
-
readonly requiredScopes: readonly [];
|
|
9141
|
-
}, {
|
|
9142
|
-
readonly connectionMethodId: "deployment-key";
|
|
9143
10210
|
readonly requiredScopes: readonly [];
|
|
9144
10211
|
}];
|
|
9145
|
-
readonly serviceId: "
|
|
10212
|
+
readonly serviceId: "close";
|
|
9146
10213
|
};
|
|
9147
|
-
type: "
|
|
10214
|
+
type: "close.opportunity.created";
|
|
9148
10215
|
} | {
|
|
9149
10216
|
name: string;
|
|
9150
10217
|
account: {
|
|
9151
10218
|
readonly connectionOptions: readonly [{
|
|
9152
|
-
readonly connectionMethodId: "deployment-key";
|
|
9153
10219
|
readonly requiredScopes: readonly [];
|
|
9154
10220
|
}];
|
|
9155
|
-
readonly serviceId: "
|
|
9156
|
-
};
|
|
9157
|
-
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
9158
|
-
copyable: true;
|
|
9159
|
-
value: string;
|
|
10221
|
+
readonly serviceId: "close";
|
|
9160
10222
|
};
|
|
9161
|
-
type: "
|
|
10223
|
+
type: "close.opportunity.deleted";
|
|
9162
10224
|
} | {
|
|
9163
10225
|
name: string;
|
|
9164
10226
|
account: {
|
|
9165
10227
|
readonly connectionOptions: readonly [{
|
|
9166
10228
|
readonly requiredScopes: readonly [];
|
|
9167
10229
|
}];
|
|
9168
|
-
readonly serviceId: "
|
|
10230
|
+
readonly serviceId: "close";
|
|
9169
10231
|
};
|
|
9170
|
-
type: "
|
|
10232
|
+
type: "close.opportunity.lost";
|
|
9171
10233
|
} | {
|
|
9172
10234
|
name: string;
|
|
9173
10235
|
account: {
|
|
9174
10236
|
readonly connectionOptions: readonly [{
|
|
9175
10237
|
readonly requiredScopes: readonly [];
|
|
9176
10238
|
}];
|
|
9177
|
-
readonly serviceId: "
|
|
10239
|
+
readonly serviceId: "close";
|
|
9178
10240
|
};
|
|
9179
|
-
type: "
|
|
10241
|
+
type: "close.opportunity.updated";
|
|
9180
10242
|
} | {
|
|
9181
10243
|
name: string;
|
|
9182
10244
|
account: {
|
|
9183
10245
|
readonly connectionOptions: readonly [{
|
|
9184
10246
|
readonly requiredScopes: readonly [];
|
|
9185
10247
|
}];
|
|
9186
|
-
readonly serviceId: "
|
|
10248
|
+
readonly serviceId: "close";
|
|
9187
10249
|
};
|
|
9188
|
-
type: "
|
|
10250
|
+
type: "close.opportunity.won";
|
|
9189
10251
|
} | {
|
|
9190
10252
|
name: string;
|
|
9191
10253
|
account: {
|
|
9192
10254
|
readonly connectionOptions: readonly [{
|
|
9193
10255
|
readonly requiredScopes: readonly [];
|
|
9194
10256
|
}];
|
|
9195
|
-
readonly serviceId: "
|
|
10257
|
+
readonly serviceId: "close";
|
|
9196
10258
|
};
|
|
9197
|
-
type: "
|
|
10259
|
+
type: "close.sequenceSubscription.created";
|
|
9198
10260
|
} | {
|
|
9199
10261
|
name: string;
|
|
9200
10262
|
account: {
|
|
9201
10263
|
readonly connectionOptions: readonly [{
|
|
9202
10264
|
readonly requiredScopes: readonly [];
|
|
9203
10265
|
}];
|
|
9204
|
-
readonly serviceId: "
|
|
10266
|
+
readonly serviceId: "close";
|
|
9205
10267
|
};
|
|
9206
|
-
type: "
|
|
10268
|
+
type: "close.sequenceSubscription.deleted";
|
|
9207
10269
|
} | {
|
|
9208
10270
|
name: string;
|
|
9209
10271
|
account: {
|
|
9210
10272
|
readonly connectionOptions: readonly [{
|
|
9211
10273
|
readonly requiredScopes: readonly [];
|
|
9212
10274
|
}];
|
|
9213
|
-
readonly serviceId: "
|
|
10275
|
+
readonly serviceId: "close";
|
|
9214
10276
|
};
|
|
9215
|
-
type: "
|
|
10277
|
+
type: "close.sequenceSubscription.errored";
|
|
9216
10278
|
} | {
|
|
9217
10279
|
name: string;
|
|
9218
10280
|
account: {
|
|
@@ -9221,7 +10283,7 @@ export declare const triggerCatalog: ({
|
|
|
9221
10283
|
}];
|
|
9222
10284
|
readonly serviceId: "close";
|
|
9223
10285
|
};
|
|
9224
|
-
type: "close.
|
|
10286
|
+
type: "close.sequenceSubscription.finished";
|
|
9225
10287
|
} | {
|
|
9226
10288
|
name: string;
|
|
9227
10289
|
account: {
|
|
@@ -9230,7 +10292,7 @@ export declare const triggerCatalog: ({
|
|
|
9230
10292
|
}];
|
|
9231
10293
|
readonly serviceId: "close";
|
|
9232
10294
|
};
|
|
9233
|
-
type: "close.
|
|
10295
|
+
type: "close.sequenceSubscription.goalReached";
|
|
9234
10296
|
} | {
|
|
9235
10297
|
name: string;
|
|
9236
10298
|
account: {
|
|
@@ -9239,7 +10301,7 @@ export declare const triggerCatalog: ({
|
|
|
9239
10301
|
}];
|
|
9240
10302
|
readonly serviceId: "close";
|
|
9241
10303
|
};
|
|
9242
|
-
type: "close.
|
|
10304
|
+
type: "close.sequenceSubscription.paused";
|
|
9243
10305
|
} | {
|
|
9244
10306
|
name: string;
|
|
9245
10307
|
account: {
|
|
@@ -9248,7 +10310,7 @@ export declare const triggerCatalog: ({
|
|
|
9248
10310
|
}];
|
|
9249
10311
|
readonly serviceId: "close";
|
|
9250
10312
|
};
|
|
9251
|
-
type: "close.
|
|
10313
|
+
type: "close.sequenceSubscription.resumed";
|
|
9252
10314
|
} | {
|
|
9253
10315
|
name: string;
|
|
9254
10316
|
account: {
|
|
@@ -9257,7 +10319,7 @@ export declare const triggerCatalog: ({
|
|
|
9257
10319
|
}];
|
|
9258
10320
|
readonly serviceId: "close";
|
|
9259
10321
|
};
|
|
9260
|
-
type: "close.
|
|
10322
|
+
type: "close.sequenceSubscription.updated";
|
|
9261
10323
|
} | {
|
|
9262
10324
|
name: string;
|
|
9263
10325
|
account: {
|
|
@@ -9266,7 +10328,7 @@ export declare const triggerCatalog: ({
|
|
|
9266
10328
|
}];
|
|
9267
10329
|
readonly serviceId: "close";
|
|
9268
10330
|
};
|
|
9269
|
-
type: "close.
|
|
10331
|
+
type: "close.smartView.created";
|
|
9270
10332
|
} | {
|
|
9271
10333
|
name: string;
|
|
9272
10334
|
account: {
|
|
@@ -9275,7 +10337,7 @@ export declare const triggerCatalog: ({
|
|
|
9275
10337
|
}];
|
|
9276
10338
|
readonly serviceId: "close";
|
|
9277
10339
|
};
|
|
9278
|
-
type: "close.
|
|
10340
|
+
type: "close.smartView.updated";
|
|
9279
10341
|
} | {
|
|
9280
10342
|
name: string;
|
|
9281
10343
|
account: {
|
|
@@ -9284,7 +10346,7 @@ export declare const triggerCatalog: ({
|
|
|
9284
10346
|
}];
|
|
9285
10347
|
readonly serviceId: "close";
|
|
9286
10348
|
};
|
|
9287
|
-
type: "close.
|
|
10349
|
+
type: "close.sms.received";
|
|
9288
10350
|
} | {
|
|
9289
10351
|
name: string;
|
|
9290
10352
|
account: {
|
|
@@ -9293,7 +10355,7 @@ export declare const triggerCatalog: ({
|
|
|
9293
10355
|
}];
|
|
9294
10356
|
readonly serviceId: "close";
|
|
9295
10357
|
};
|
|
9296
|
-
type: "close.
|
|
10358
|
+
type: "close.sms.sent";
|
|
9297
10359
|
} | {
|
|
9298
10360
|
name: string;
|
|
9299
10361
|
account: {
|
|
@@ -9302,7 +10364,7 @@ export declare const triggerCatalog: ({
|
|
|
9302
10364
|
}];
|
|
9303
10365
|
readonly serviceId: "close";
|
|
9304
10366
|
};
|
|
9305
|
-
type: "close.
|
|
10367
|
+
type: "close.task.completed";
|
|
9306
10368
|
} | {
|
|
9307
10369
|
name: string;
|
|
9308
10370
|
account: {
|
|
@@ -9311,7 +10373,7 @@ export declare const triggerCatalog: ({
|
|
|
9311
10373
|
}];
|
|
9312
10374
|
readonly serviceId: "close";
|
|
9313
10375
|
};
|
|
9314
|
-
type: "close.
|
|
10376
|
+
type: "close.task.created";
|
|
9315
10377
|
} | {
|
|
9316
10378
|
name: string;
|
|
9317
10379
|
account: {
|
|
@@ -9320,7 +10382,7 @@ export declare const triggerCatalog: ({
|
|
|
9320
10382
|
}];
|
|
9321
10383
|
readonly serviceId: "close";
|
|
9322
10384
|
};
|
|
9323
|
-
type: "close.
|
|
10385
|
+
type: "close.task.deleted";
|
|
9324
10386
|
} | {
|
|
9325
10387
|
name: string;
|
|
9326
10388
|
account: {
|
|
@@ -9329,346 +10391,578 @@ export declare const triggerCatalog: ({
|
|
|
9329
10391
|
}];
|
|
9330
10392
|
readonly serviceId: "close";
|
|
9331
10393
|
};
|
|
9332
|
-
type: "close.
|
|
10394
|
+
type: "close.task.updated";
|
|
9333
10395
|
} | {
|
|
9334
10396
|
name: string;
|
|
9335
10397
|
account: {
|
|
9336
10398
|
readonly connectionOptions: readonly [{
|
|
10399
|
+
readonly connectionMethodId: "oauth";
|
|
10400
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10401
|
+
}, {
|
|
10402
|
+
readonly connectionMethodId: "api-token";
|
|
9337
10403
|
readonly requiredScopes: readonly [];
|
|
9338
10404
|
}];
|
|
9339
|
-
readonly serviceId: "
|
|
10405
|
+
readonly serviceId: "cloudflare";
|
|
9340
10406
|
};
|
|
9341
|
-
type: "
|
|
10407
|
+
type: "cloudflare.accessCertificate.expiring";
|
|
9342
10408
|
} | {
|
|
9343
10409
|
name: string;
|
|
9344
10410
|
account: {
|
|
9345
10411
|
readonly connectionOptions: readonly [{
|
|
10412
|
+
readonly connectionMethodId: "oauth";
|
|
10413
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10414
|
+
}, {
|
|
10415
|
+
readonly connectionMethodId: "api-token";
|
|
9346
10416
|
readonly requiredScopes: readonly [];
|
|
9347
10417
|
}];
|
|
9348
|
-
readonly serviceId: "
|
|
10418
|
+
readonly serviceId: "cloudflare";
|
|
9349
10419
|
};
|
|
9350
|
-
type: "
|
|
10420
|
+
type: "cloudflare.layer4DdosAttack";
|
|
9351
10421
|
} | {
|
|
9352
10422
|
name: string;
|
|
9353
10423
|
account: {
|
|
9354
10424
|
readonly connectionOptions: readonly [{
|
|
10425
|
+
readonly connectionMethodId: "oauth";
|
|
10426
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10427
|
+
}, {
|
|
10428
|
+
readonly connectionMethodId: "api-token";
|
|
9355
10429
|
readonly requiredScopes: readonly [];
|
|
9356
10430
|
}];
|
|
9357
|
-
readonly serviceId: "
|
|
10431
|
+
readonly serviceId: "cloudflare";
|
|
9358
10432
|
};
|
|
9359
|
-
type: "
|
|
10433
|
+
type: "cloudflare.layer7DdosAttack";
|
|
9360
10434
|
} | {
|
|
9361
10435
|
name: string;
|
|
9362
10436
|
account: {
|
|
9363
10437
|
readonly connectionOptions: readonly [{
|
|
10438
|
+
readonly connectionMethodId: "oauth";
|
|
10439
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10440
|
+
}, {
|
|
10441
|
+
readonly connectionMethodId: "api-token";
|
|
9364
10442
|
readonly requiredScopes: readonly [];
|
|
9365
10443
|
}];
|
|
9366
|
-
readonly serviceId: "
|
|
10444
|
+
readonly serviceId: "cloudflare";
|
|
9367
10445
|
};
|
|
9368
|
-
type: "
|
|
10446
|
+
type: "cloudflare.notification";
|
|
9369
10447
|
} | {
|
|
9370
10448
|
name: string;
|
|
9371
10449
|
account: {
|
|
9372
10450
|
readonly connectionOptions: readonly [{
|
|
10451
|
+
readonly connectionMethodId: "oauth";
|
|
10452
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10453
|
+
}, {
|
|
10454
|
+
readonly connectionMethodId: "api-token";
|
|
9373
10455
|
readonly requiredScopes: readonly [];
|
|
9374
10456
|
}];
|
|
9375
|
-
readonly serviceId: "
|
|
10457
|
+
readonly serviceId: "cloudflare";
|
|
9376
10458
|
};
|
|
9377
|
-
type: "
|
|
10459
|
+
type: "cloudflare.originHealthCheckStatusChanged";
|
|
9378
10460
|
} | {
|
|
9379
10461
|
name: string;
|
|
9380
10462
|
account: {
|
|
9381
10463
|
readonly connectionOptions: readonly [{
|
|
10464
|
+
readonly connectionMethodId: "oauth";
|
|
10465
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10466
|
+
}, {
|
|
10467
|
+
readonly connectionMethodId: "api-token";
|
|
9382
10468
|
readonly requiredScopes: readonly [];
|
|
9383
10469
|
}];
|
|
9384
|
-
readonly serviceId: "
|
|
10470
|
+
readonly serviceId: "cloudflare";
|
|
9385
10471
|
};
|
|
9386
|
-
type: "
|
|
10472
|
+
type: "cloudflare.sslCertificate.event";
|
|
9387
10473
|
} | {
|
|
9388
10474
|
name: string;
|
|
9389
10475
|
account: {
|
|
9390
10476
|
readonly connectionOptions: readonly [{
|
|
10477
|
+
readonly connectionMethodId: "oauth";
|
|
10478
|
+
readonly requiredScopes: readonly [];
|
|
10479
|
+
}, {
|
|
10480
|
+
readonly connectionMethodId: "personal-token";
|
|
9391
10481
|
readonly requiredScopes: readonly [];
|
|
9392
10482
|
}];
|
|
9393
|
-
readonly serviceId: "
|
|
10483
|
+
readonly serviceId: "clickup";
|
|
9394
10484
|
};
|
|
9395
|
-
|
|
10485
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10486
|
+
copyable: boolean;
|
|
10487
|
+
value: string;
|
|
10488
|
+
};
|
|
10489
|
+
type: "clickup.folder.created";
|
|
9396
10490
|
} | {
|
|
9397
10491
|
name: string;
|
|
9398
10492
|
account: {
|
|
9399
10493
|
readonly connectionOptions: readonly [{
|
|
10494
|
+
readonly connectionMethodId: "oauth";
|
|
10495
|
+
readonly requiredScopes: readonly [];
|
|
10496
|
+
}, {
|
|
10497
|
+
readonly connectionMethodId: "personal-token";
|
|
9400
10498
|
readonly requiredScopes: readonly [];
|
|
9401
10499
|
}];
|
|
9402
|
-
readonly serviceId: "
|
|
10500
|
+
readonly serviceId: "clickup";
|
|
9403
10501
|
};
|
|
9404
|
-
|
|
10502
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10503
|
+
copyable: boolean;
|
|
10504
|
+
value: string;
|
|
10505
|
+
};
|
|
10506
|
+
type: "clickup.folder.deleted";
|
|
9405
10507
|
} | {
|
|
9406
10508
|
name: string;
|
|
9407
10509
|
account: {
|
|
9408
10510
|
readonly connectionOptions: readonly [{
|
|
10511
|
+
readonly connectionMethodId: "oauth";
|
|
10512
|
+
readonly requiredScopes: readonly [];
|
|
10513
|
+
}, {
|
|
10514
|
+
readonly connectionMethodId: "personal-token";
|
|
9409
10515
|
readonly requiredScopes: readonly [];
|
|
9410
10516
|
}];
|
|
9411
|
-
readonly serviceId: "
|
|
10517
|
+
readonly serviceId: "clickup";
|
|
9412
10518
|
};
|
|
9413
|
-
|
|
10519
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10520
|
+
copyable: boolean;
|
|
10521
|
+
value: string;
|
|
10522
|
+
};
|
|
10523
|
+
type: "clickup.folder.updated";
|
|
9414
10524
|
} | {
|
|
9415
10525
|
name: string;
|
|
9416
10526
|
account: {
|
|
9417
10527
|
readonly connectionOptions: readonly [{
|
|
10528
|
+
readonly connectionMethodId: "oauth";
|
|
10529
|
+
readonly requiredScopes: readonly [];
|
|
10530
|
+
}, {
|
|
10531
|
+
readonly connectionMethodId: "personal-token";
|
|
9418
10532
|
readonly requiredScopes: readonly [];
|
|
9419
10533
|
}];
|
|
9420
|
-
readonly serviceId: "
|
|
10534
|
+
readonly serviceId: "clickup";
|
|
9421
10535
|
};
|
|
9422
|
-
|
|
10536
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10537
|
+
copyable: boolean;
|
|
10538
|
+
value: string;
|
|
10539
|
+
};
|
|
10540
|
+
type: "clickup.goal.created";
|
|
9423
10541
|
} | {
|
|
9424
10542
|
name: string;
|
|
9425
10543
|
account: {
|
|
9426
10544
|
readonly connectionOptions: readonly [{
|
|
10545
|
+
readonly connectionMethodId: "oauth";
|
|
10546
|
+
readonly requiredScopes: readonly [];
|
|
10547
|
+
}, {
|
|
10548
|
+
readonly connectionMethodId: "personal-token";
|
|
9427
10549
|
readonly requiredScopes: readonly [];
|
|
9428
10550
|
}];
|
|
9429
|
-
readonly serviceId: "
|
|
10551
|
+
readonly serviceId: "clickup";
|
|
9430
10552
|
};
|
|
9431
|
-
|
|
10553
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10554
|
+
copyable: boolean;
|
|
10555
|
+
value: string;
|
|
10556
|
+
};
|
|
10557
|
+
type: "clickup.goal.deleted";
|
|
9432
10558
|
} | {
|
|
9433
10559
|
name: string;
|
|
9434
10560
|
account: {
|
|
9435
10561
|
readonly connectionOptions: readonly [{
|
|
10562
|
+
readonly connectionMethodId: "oauth";
|
|
10563
|
+
readonly requiredScopes: readonly [];
|
|
10564
|
+
}, {
|
|
10565
|
+
readonly connectionMethodId: "personal-token";
|
|
9436
10566
|
readonly requiredScopes: readonly [];
|
|
9437
10567
|
}];
|
|
9438
|
-
readonly serviceId: "
|
|
10568
|
+
readonly serviceId: "clickup";
|
|
9439
10569
|
};
|
|
9440
|
-
|
|
10570
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10571
|
+
copyable: boolean;
|
|
10572
|
+
value: string;
|
|
10573
|
+
};
|
|
10574
|
+
type: "clickup.goal.updated";
|
|
9441
10575
|
} | {
|
|
9442
10576
|
name: string;
|
|
9443
10577
|
account: {
|
|
9444
10578
|
readonly connectionOptions: readonly [{
|
|
10579
|
+
readonly connectionMethodId: "oauth";
|
|
10580
|
+
readonly requiredScopes: readonly [];
|
|
10581
|
+
}, {
|
|
10582
|
+
readonly connectionMethodId: "personal-token";
|
|
9445
10583
|
readonly requiredScopes: readonly [];
|
|
9446
10584
|
}];
|
|
9447
|
-
readonly serviceId: "
|
|
10585
|
+
readonly serviceId: "clickup";
|
|
9448
10586
|
};
|
|
9449
|
-
|
|
10587
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10588
|
+
copyable: boolean;
|
|
10589
|
+
value: string;
|
|
10590
|
+
};
|
|
10591
|
+
type: "clickup.list.created";
|
|
9450
10592
|
} | {
|
|
9451
10593
|
name: string;
|
|
9452
10594
|
account: {
|
|
9453
10595
|
readonly connectionOptions: readonly [{
|
|
10596
|
+
readonly connectionMethodId: "oauth";
|
|
10597
|
+
readonly requiredScopes: readonly [];
|
|
10598
|
+
}, {
|
|
10599
|
+
readonly connectionMethodId: "personal-token";
|
|
9454
10600
|
readonly requiredScopes: readonly [];
|
|
9455
10601
|
}];
|
|
9456
|
-
readonly serviceId: "
|
|
10602
|
+
readonly serviceId: "clickup";
|
|
9457
10603
|
};
|
|
9458
|
-
|
|
10604
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10605
|
+
copyable: boolean;
|
|
10606
|
+
value: string;
|
|
10607
|
+
};
|
|
10608
|
+
type: "clickup.list.deleted";
|
|
9459
10609
|
} | {
|
|
9460
10610
|
name: string;
|
|
9461
10611
|
account: {
|
|
9462
10612
|
readonly connectionOptions: readonly [{
|
|
10613
|
+
readonly connectionMethodId: "oauth";
|
|
10614
|
+
readonly requiredScopes: readonly [];
|
|
10615
|
+
}, {
|
|
10616
|
+
readonly connectionMethodId: "personal-token";
|
|
9463
10617
|
readonly requiredScopes: readonly [];
|
|
9464
10618
|
}];
|
|
9465
|
-
readonly serviceId: "
|
|
10619
|
+
readonly serviceId: "clickup";
|
|
9466
10620
|
};
|
|
9467
|
-
|
|
10621
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10622
|
+
copyable: boolean;
|
|
10623
|
+
value: string;
|
|
10624
|
+
};
|
|
10625
|
+
type: "clickup.list.updated";
|
|
9468
10626
|
} | {
|
|
9469
10627
|
name: string;
|
|
9470
10628
|
account: {
|
|
9471
10629
|
readonly connectionOptions: readonly [{
|
|
10630
|
+
readonly connectionMethodId: "oauth";
|
|
10631
|
+
readonly requiredScopes: readonly [];
|
|
10632
|
+
}, {
|
|
10633
|
+
readonly connectionMethodId: "personal-token";
|
|
9472
10634
|
readonly requiredScopes: readonly [];
|
|
9473
10635
|
}];
|
|
9474
|
-
readonly serviceId: "
|
|
10636
|
+
readonly serviceId: "clickup";
|
|
9475
10637
|
};
|
|
9476
|
-
|
|
10638
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10639
|
+
copyable: boolean;
|
|
10640
|
+
value: string;
|
|
10641
|
+
};
|
|
10642
|
+
type: "clickup.space.created";
|
|
9477
10643
|
} | {
|
|
9478
10644
|
name: string;
|
|
9479
10645
|
account: {
|
|
9480
10646
|
readonly connectionOptions: readonly [{
|
|
10647
|
+
readonly connectionMethodId: "oauth";
|
|
10648
|
+
readonly requiredScopes: readonly [];
|
|
10649
|
+
}, {
|
|
10650
|
+
readonly connectionMethodId: "personal-token";
|
|
9481
10651
|
readonly requiredScopes: readonly [];
|
|
9482
10652
|
}];
|
|
9483
|
-
readonly serviceId: "
|
|
10653
|
+
readonly serviceId: "clickup";
|
|
9484
10654
|
};
|
|
9485
|
-
|
|
10655
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10656
|
+
copyable: boolean;
|
|
10657
|
+
value: string;
|
|
10658
|
+
};
|
|
10659
|
+
type: "clickup.space.deleted";
|
|
9486
10660
|
} | {
|
|
9487
10661
|
name: string;
|
|
9488
10662
|
account: {
|
|
9489
10663
|
readonly connectionOptions: readonly [{
|
|
10664
|
+
readonly connectionMethodId: "oauth";
|
|
10665
|
+
readonly requiredScopes: readonly [];
|
|
10666
|
+
}, {
|
|
10667
|
+
readonly connectionMethodId: "personal-token";
|
|
9490
10668
|
readonly requiredScopes: readonly [];
|
|
9491
10669
|
}];
|
|
9492
|
-
readonly serviceId: "
|
|
10670
|
+
readonly serviceId: "clickup";
|
|
9493
10671
|
};
|
|
9494
|
-
|
|
10672
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10673
|
+
copyable: boolean;
|
|
10674
|
+
value: string;
|
|
10675
|
+
};
|
|
10676
|
+
type: "clickup.space.updated";
|
|
9495
10677
|
} | {
|
|
9496
10678
|
name: string;
|
|
9497
10679
|
account: {
|
|
9498
10680
|
readonly connectionOptions: readonly [{
|
|
10681
|
+
readonly connectionMethodId: "oauth";
|
|
10682
|
+
readonly requiredScopes: readonly [];
|
|
10683
|
+
}, {
|
|
10684
|
+
readonly connectionMethodId: "personal-token";
|
|
9499
10685
|
readonly requiredScopes: readonly [];
|
|
9500
10686
|
}];
|
|
9501
|
-
readonly serviceId: "
|
|
10687
|
+
readonly serviceId: "clickup";
|
|
9502
10688
|
};
|
|
9503
|
-
|
|
10689
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10690
|
+
copyable: boolean;
|
|
10691
|
+
value: string;
|
|
10692
|
+
};
|
|
10693
|
+
type: "clickup.target.created";
|
|
9504
10694
|
} | {
|
|
9505
10695
|
name: string;
|
|
9506
10696
|
account: {
|
|
9507
10697
|
readonly connectionOptions: readonly [{
|
|
10698
|
+
readonly connectionMethodId: "oauth";
|
|
10699
|
+
readonly requiredScopes: readonly [];
|
|
10700
|
+
}, {
|
|
10701
|
+
readonly connectionMethodId: "personal-token";
|
|
9508
10702
|
readonly requiredScopes: readonly [];
|
|
9509
10703
|
}];
|
|
9510
|
-
readonly serviceId: "
|
|
10704
|
+
readonly serviceId: "clickup";
|
|
9511
10705
|
};
|
|
9512
|
-
|
|
10706
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10707
|
+
copyable: boolean;
|
|
10708
|
+
value: string;
|
|
10709
|
+
};
|
|
10710
|
+
type: "clickup.target.deleted";
|
|
9513
10711
|
} | {
|
|
9514
10712
|
name: string;
|
|
9515
10713
|
account: {
|
|
9516
10714
|
readonly connectionOptions: readonly [{
|
|
10715
|
+
readonly connectionMethodId: "oauth";
|
|
10716
|
+
readonly requiredScopes: readonly [];
|
|
10717
|
+
}, {
|
|
10718
|
+
readonly connectionMethodId: "personal-token";
|
|
9517
10719
|
readonly requiredScopes: readonly [];
|
|
9518
10720
|
}];
|
|
9519
|
-
readonly serviceId: "
|
|
10721
|
+
readonly serviceId: "clickup";
|
|
9520
10722
|
};
|
|
9521
|
-
|
|
10723
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10724
|
+
copyable: boolean;
|
|
10725
|
+
value: string;
|
|
10726
|
+
};
|
|
10727
|
+
type: "clickup.target.updated";
|
|
9522
10728
|
} | {
|
|
9523
10729
|
name: string;
|
|
9524
10730
|
account: {
|
|
9525
10731
|
readonly connectionOptions: readonly [{
|
|
10732
|
+
readonly connectionMethodId: "oauth";
|
|
10733
|
+
readonly requiredScopes: readonly [];
|
|
10734
|
+
}, {
|
|
10735
|
+
readonly connectionMethodId: "personal-token";
|
|
9526
10736
|
readonly requiredScopes: readonly [];
|
|
9527
10737
|
}];
|
|
9528
|
-
readonly serviceId: "
|
|
10738
|
+
readonly serviceId: "clickup";
|
|
9529
10739
|
};
|
|
9530
|
-
|
|
10740
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10741
|
+
copyable: boolean;
|
|
10742
|
+
value: string;
|
|
10743
|
+
};
|
|
10744
|
+
type: "clickup.task.assignee.updated";
|
|
9531
10745
|
} | {
|
|
9532
10746
|
name: string;
|
|
9533
10747
|
account: {
|
|
9534
10748
|
readonly connectionOptions: readonly [{
|
|
10749
|
+
readonly connectionMethodId: "oauth";
|
|
10750
|
+
readonly requiredScopes: readonly [];
|
|
10751
|
+
}, {
|
|
10752
|
+
readonly connectionMethodId: "personal-token";
|
|
9535
10753
|
readonly requiredScopes: readonly [];
|
|
9536
10754
|
}];
|
|
9537
|
-
readonly serviceId: "
|
|
10755
|
+
readonly serviceId: "clickup";
|
|
9538
10756
|
};
|
|
9539
|
-
|
|
10757
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10758
|
+
copyable: boolean;
|
|
10759
|
+
value: string;
|
|
10760
|
+
};
|
|
10761
|
+
type: "clickup.task.comment.posted";
|
|
9540
10762
|
} | {
|
|
9541
10763
|
name: string;
|
|
9542
10764
|
account: {
|
|
9543
10765
|
readonly connectionOptions: readonly [{
|
|
10766
|
+
readonly connectionMethodId: "oauth";
|
|
10767
|
+
readonly requiredScopes: readonly [];
|
|
10768
|
+
}, {
|
|
10769
|
+
readonly connectionMethodId: "personal-token";
|
|
9544
10770
|
readonly requiredScopes: readonly [];
|
|
9545
10771
|
}];
|
|
9546
|
-
readonly serviceId: "
|
|
10772
|
+
readonly serviceId: "clickup";
|
|
9547
10773
|
};
|
|
9548
|
-
|
|
10774
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10775
|
+
copyable: boolean;
|
|
10776
|
+
value: string;
|
|
10777
|
+
};
|
|
10778
|
+
type: "clickup.task.comment.updated";
|
|
9549
10779
|
} | {
|
|
9550
10780
|
name: string;
|
|
9551
10781
|
account: {
|
|
9552
10782
|
readonly connectionOptions: readonly [{
|
|
10783
|
+
readonly connectionMethodId: "oauth";
|
|
10784
|
+
readonly requiredScopes: readonly [];
|
|
10785
|
+
}, {
|
|
10786
|
+
readonly connectionMethodId: "personal-token";
|
|
9553
10787
|
readonly requiredScopes: readonly [];
|
|
9554
10788
|
}];
|
|
9555
|
-
readonly serviceId: "
|
|
10789
|
+
readonly serviceId: "clickup";
|
|
9556
10790
|
};
|
|
9557
|
-
|
|
10791
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10792
|
+
copyable: boolean;
|
|
10793
|
+
value: string;
|
|
10794
|
+
};
|
|
10795
|
+
type: "clickup.task.created";
|
|
9558
10796
|
} | {
|
|
9559
10797
|
name: string;
|
|
9560
10798
|
account: {
|
|
9561
10799
|
readonly connectionOptions: readonly [{
|
|
10800
|
+
readonly connectionMethodId: "oauth";
|
|
10801
|
+
readonly requiredScopes: readonly [];
|
|
10802
|
+
}, {
|
|
10803
|
+
readonly connectionMethodId: "personal-token";
|
|
9562
10804
|
readonly requiredScopes: readonly [];
|
|
9563
10805
|
}];
|
|
9564
|
-
readonly serviceId: "
|
|
10806
|
+
readonly serviceId: "clickup";
|
|
9565
10807
|
};
|
|
9566
|
-
|
|
10808
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10809
|
+
copyable: boolean;
|
|
10810
|
+
value: string;
|
|
10811
|
+
};
|
|
10812
|
+
type: "clickup.task.deleted";
|
|
9567
10813
|
} | {
|
|
9568
10814
|
name: string;
|
|
9569
10815
|
account: {
|
|
9570
10816
|
readonly connectionOptions: readonly [{
|
|
10817
|
+
readonly connectionMethodId: "oauth";
|
|
10818
|
+
readonly requiredScopes: readonly [];
|
|
10819
|
+
}, {
|
|
10820
|
+
readonly connectionMethodId: "personal-token";
|
|
9571
10821
|
readonly requiredScopes: readonly [];
|
|
9572
10822
|
}];
|
|
9573
|
-
readonly serviceId: "
|
|
10823
|
+
readonly serviceId: "clickup";
|
|
9574
10824
|
};
|
|
9575
|
-
|
|
10825
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10826
|
+
copyable: boolean;
|
|
10827
|
+
value: string;
|
|
10828
|
+
};
|
|
10829
|
+
type: "clickup.task.due-date.updated";
|
|
9576
10830
|
} | {
|
|
9577
10831
|
name: string;
|
|
9578
10832
|
account: {
|
|
9579
10833
|
readonly connectionOptions: readonly [{
|
|
10834
|
+
readonly connectionMethodId: "oauth";
|
|
10835
|
+
readonly requiredScopes: readonly [];
|
|
10836
|
+
}, {
|
|
10837
|
+
readonly connectionMethodId: "personal-token";
|
|
9580
10838
|
readonly requiredScopes: readonly [];
|
|
9581
10839
|
}];
|
|
9582
|
-
readonly serviceId: "
|
|
10840
|
+
readonly serviceId: "clickup";
|
|
9583
10841
|
};
|
|
9584
|
-
|
|
10842
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10843
|
+
copyable: boolean;
|
|
10844
|
+
value: string;
|
|
10845
|
+
};
|
|
10846
|
+
type: "clickup.task.moved";
|
|
9585
10847
|
} | {
|
|
9586
10848
|
name: string;
|
|
9587
10849
|
account: {
|
|
9588
10850
|
readonly connectionOptions: readonly [{
|
|
10851
|
+
readonly connectionMethodId: "oauth";
|
|
10852
|
+
readonly requiredScopes: readonly [];
|
|
10853
|
+
}, {
|
|
10854
|
+
readonly connectionMethodId: "personal-token";
|
|
9589
10855
|
readonly requiredScopes: readonly [];
|
|
9590
10856
|
}];
|
|
9591
|
-
readonly serviceId: "
|
|
10857
|
+
readonly serviceId: "clickup";
|
|
9592
10858
|
};
|
|
9593
|
-
|
|
10859
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10860
|
+
copyable: boolean;
|
|
10861
|
+
value: string;
|
|
10862
|
+
};
|
|
10863
|
+
type: "clickup.task.priority.updated";
|
|
9594
10864
|
} | {
|
|
9595
10865
|
name: string;
|
|
9596
10866
|
account: {
|
|
9597
10867
|
readonly connectionOptions: readonly [{
|
|
9598
10868
|
readonly connectionMethodId: "oauth";
|
|
9599
|
-
readonly requiredScopes: readonly [
|
|
10869
|
+
readonly requiredScopes: readonly [];
|
|
9600
10870
|
}, {
|
|
9601
|
-
readonly connectionMethodId: "
|
|
10871
|
+
readonly connectionMethodId: "personal-token";
|
|
9602
10872
|
readonly requiredScopes: readonly [];
|
|
9603
10873
|
}];
|
|
9604
|
-
readonly serviceId: "
|
|
10874
|
+
readonly serviceId: "clickup";
|
|
9605
10875
|
};
|
|
9606
|
-
|
|
10876
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10877
|
+
copyable: boolean;
|
|
10878
|
+
value: string;
|
|
10879
|
+
};
|
|
10880
|
+
type: "clickup.task.status.updated";
|
|
9607
10881
|
} | {
|
|
9608
10882
|
name: string;
|
|
9609
10883
|
account: {
|
|
9610
10884
|
readonly connectionOptions: readonly [{
|
|
9611
10885
|
readonly connectionMethodId: "oauth";
|
|
9612
|
-
readonly requiredScopes: readonly [
|
|
10886
|
+
readonly requiredScopes: readonly [];
|
|
9613
10887
|
}, {
|
|
9614
|
-
readonly connectionMethodId: "
|
|
10888
|
+
readonly connectionMethodId: "personal-token";
|
|
9615
10889
|
readonly requiredScopes: readonly [];
|
|
9616
10890
|
}];
|
|
9617
|
-
readonly serviceId: "
|
|
10891
|
+
readonly serviceId: "clickup";
|
|
9618
10892
|
};
|
|
9619
|
-
|
|
10893
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10894
|
+
copyable: boolean;
|
|
10895
|
+
value: string;
|
|
10896
|
+
};
|
|
10897
|
+
type: "clickup.task.tag.updated";
|
|
9620
10898
|
} | {
|
|
9621
10899
|
name: string;
|
|
9622
10900
|
account: {
|
|
9623
10901
|
readonly connectionOptions: readonly [{
|
|
9624
10902
|
readonly connectionMethodId: "oauth";
|
|
9625
|
-
readonly requiredScopes: readonly [
|
|
10903
|
+
readonly requiredScopes: readonly [];
|
|
9626
10904
|
}, {
|
|
9627
|
-
readonly connectionMethodId: "
|
|
10905
|
+
readonly connectionMethodId: "personal-token";
|
|
9628
10906
|
readonly requiredScopes: readonly [];
|
|
9629
10907
|
}];
|
|
9630
|
-
readonly serviceId: "
|
|
10908
|
+
readonly serviceId: "clickup";
|
|
9631
10909
|
};
|
|
9632
|
-
|
|
10910
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10911
|
+
copyable: boolean;
|
|
10912
|
+
value: string;
|
|
10913
|
+
};
|
|
10914
|
+
type: "clickup.task.time-estimate.updated";
|
|
9633
10915
|
} | {
|
|
9634
10916
|
name: string;
|
|
9635
10917
|
account: {
|
|
9636
10918
|
readonly connectionOptions: readonly [{
|
|
9637
10919
|
readonly connectionMethodId: "oauth";
|
|
9638
|
-
readonly requiredScopes: readonly [
|
|
10920
|
+
readonly requiredScopes: readonly [];
|
|
9639
10921
|
}, {
|
|
9640
|
-
readonly connectionMethodId: "
|
|
10922
|
+
readonly connectionMethodId: "personal-token";
|
|
9641
10923
|
readonly requiredScopes: readonly [];
|
|
9642
10924
|
}];
|
|
9643
|
-
readonly serviceId: "
|
|
10925
|
+
readonly serviceId: "clickup";
|
|
9644
10926
|
};
|
|
9645
|
-
|
|
10927
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10928
|
+
copyable: boolean;
|
|
10929
|
+
value: string;
|
|
10930
|
+
};
|
|
10931
|
+
type: "clickup.task.time-tracked.updated";
|
|
9646
10932
|
} | {
|
|
9647
10933
|
name: string;
|
|
9648
10934
|
account: {
|
|
9649
10935
|
readonly connectionOptions: readonly [{
|
|
9650
10936
|
readonly connectionMethodId: "oauth";
|
|
9651
|
-
readonly requiredScopes: readonly [
|
|
10937
|
+
readonly requiredScopes: readonly [];
|
|
9652
10938
|
}, {
|
|
9653
|
-
readonly connectionMethodId: "
|
|
10939
|
+
readonly connectionMethodId: "personal-token";
|
|
9654
10940
|
readonly requiredScopes: readonly [];
|
|
9655
10941
|
}];
|
|
9656
|
-
readonly serviceId: "
|
|
10942
|
+
readonly serviceId: "clickup";
|
|
9657
10943
|
};
|
|
9658
|
-
|
|
10944
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10945
|
+
copyable: boolean;
|
|
10946
|
+
value: string;
|
|
10947
|
+
};
|
|
10948
|
+
type: "clickup.task.updated";
|
|
9659
10949
|
} | {
|
|
9660
10950
|
name: string;
|
|
9661
10951
|
account: {
|
|
9662
10952
|
readonly connectionOptions: readonly [{
|
|
9663
10953
|
readonly connectionMethodId: "oauth";
|
|
9664
|
-
readonly requiredScopes: readonly [
|
|
10954
|
+
readonly requiredScopes: readonly [];
|
|
9665
10955
|
}, {
|
|
9666
|
-
readonly connectionMethodId: "
|
|
10956
|
+
readonly connectionMethodId: "personal-token";
|
|
9667
10957
|
readonly requiredScopes: readonly [];
|
|
9668
10958
|
}];
|
|
9669
|
-
readonly serviceId: "
|
|
10959
|
+
readonly serviceId: "clickup";
|
|
9670
10960
|
};
|
|
9671
|
-
|
|
10961
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10962
|
+
copyable: boolean;
|
|
10963
|
+
value: string;
|
|
10964
|
+
};
|
|
10965
|
+
type: "clickup.workspace.event";
|
|
9672
10966
|
} | {
|
|
9673
10967
|
name: string;
|
|
9674
10968
|
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
@@ -12197,6 +13491,292 @@ export declare const triggerCatalog: ({
|
|
|
12197
13491
|
};
|
|
12198
13492
|
icon: "google-sheets";
|
|
12199
13493
|
type: "googleSheets.cells.changed";
|
|
13494
|
+
} | {
|
|
13495
|
+
name: string;
|
|
13496
|
+
account: {
|
|
13497
|
+
readonly connectionOptions: readonly [{
|
|
13498
|
+
readonly connectionMethodId: "oauth";
|
|
13499
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13500
|
+
}];
|
|
13501
|
+
readonly serviceId: "google";
|
|
13502
|
+
};
|
|
13503
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13504
|
+
value: string;
|
|
13505
|
+
};
|
|
13506
|
+
type: "googleAds.adGroup.created";
|
|
13507
|
+
} | {
|
|
13508
|
+
name: string;
|
|
13509
|
+
account: {
|
|
13510
|
+
readonly connectionOptions: readonly [{
|
|
13511
|
+
readonly connectionMethodId: "oauth";
|
|
13512
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13513
|
+
}];
|
|
13514
|
+
readonly serviceId: "google";
|
|
13515
|
+
};
|
|
13516
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13517
|
+
value: string;
|
|
13518
|
+
};
|
|
13519
|
+
type: "googleAds.adGroup.removed";
|
|
13520
|
+
} | {
|
|
13521
|
+
name: string;
|
|
13522
|
+
account: {
|
|
13523
|
+
readonly connectionOptions: readonly [{
|
|
13524
|
+
readonly connectionMethodId: "oauth";
|
|
13525
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13526
|
+
}];
|
|
13527
|
+
readonly serviceId: "google";
|
|
13528
|
+
};
|
|
13529
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13530
|
+
value: string;
|
|
13531
|
+
};
|
|
13532
|
+
type: "googleAds.adGroup.updated";
|
|
13533
|
+
} | {
|
|
13534
|
+
name: string;
|
|
13535
|
+
account: {
|
|
13536
|
+
readonly connectionOptions: readonly [{
|
|
13537
|
+
readonly connectionMethodId: "oauth";
|
|
13538
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13539
|
+
}];
|
|
13540
|
+
readonly serviceId: "google";
|
|
13541
|
+
};
|
|
13542
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13543
|
+
value: string;
|
|
13544
|
+
};
|
|
13545
|
+
type: "googleAds.adGroupAd.created";
|
|
13546
|
+
} | {
|
|
13547
|
+
name: string;
|
|
13548
|
+
account: {
|
|
13549
|
+
readonly connectionOptions: readonly [{
|
|
13550
|
+
readonly connectionMethodId: "oauth";
|
|
13551
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13552
|
+
}];
|
|
13553
|
+
readonly serviceId: "google";
|
|
13554
|
+
};
|
|
13555
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13556
|
+
value: string;
|
|
13557
|
+
};
|
|
13558
|
+
type: "googleAds.adGroupAd.removed";
|
|
13559
|
+
} | {
|
|
13560
|
+
name: string;
|
|
13561
|
+
account: {
|
|
13562
|
+
readonly connectionOptions: readonly [{
|
|
13563
|
+
readonly connectionMethodId: "oauth";
|
|
13564
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13565
|
+
}];
|
|
13566
|
+
readonly serviceId: "google";
|
|
13567
|
+
};
|
|
13568
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13569
|
+
value: string;
|
|
13570
|
+
};
|
|
13571
|
+
type: "googleAds.adGroupAd.updated";
|
|
13572
|
+
} | {
|
|
13573
|
+
name: string;
|
|
13574
|
+
account: {
|
|
13575
|
+
readonly connectionOptions: readonly [{
|
|
13576
|
+
readonly connectionMethodId: "oauth";
|
|
13577
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13578
|
+
}];
|
|
13579
|
+
readonly serviceId: "google";
|
|
13580
|
+
};
|
|
13581
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13582
|
+
value: string;
|
|
13583
|
+
};
|
|
13584
|
+
type: "googleAds.adGroupAsset.created";
|
|
13585
|
+
} | {
|
|
13586
|
+
name: string;
|
|
13587
|
+
account: {
|
|
13588
|
+
readonly connectionOptions: readonly [{
|
|
13589
|
+
readonly connectionMethodId: "oauth";
|
|
13590
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13591
|
+
}];
|
|
13592
|
+
readonly serviceId: "google";
|
|
13593
|
+
};
|
|
13594
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13595
|
+
value: string;
|
|
13596
|
+
};
|
|
13597
|
+
type: "googleAds.adGroupAsset.removed";
|
|
13598
|
+
} | {
|
|
13599
|
+
name: string;
|
|
13600
|
+
account: {
|
|
13601
|
+
readonly connectionOptions: readonly [{
|
|
13602
|
+
readonly connectionMethodId: "oauth";
|
|
13603
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13604
|
+
}];
|
|
13605
|
+
readonly serviceId: "google";
|
|
13606
|
+
};
|
|
13607
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13608
|
+
value: string;
|
|
13609
|
+
};
|
|
13610
|
+
type: "googleAds.adGroupAsset.updated";
|
|
13611
|
+
} | {
|
|
13612
|
+
name: string;
|
|
13613
|
+
account: {
|
|
13614
|
+
readonly connectionOptions: readonly [{
|
|
13615
|
+
readonly connectionMethodId: "oauth";
|
|
13616
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13617
|
+
}];
|
|
13618
|
+
readonly serviceId: "google";
|
|
13619
|
+
};
|
|
13620
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13621
|
+
value: string;
|
|
13622
|
+
};
|
|
13623
|
+
type: "googleAds.asset.created";
|
|
13624
|
+
} | {
|
|
13625
|
+
name: string;
|
|
13626
|
+
account: {
|
|
13627
|
+
readonly connectionOptions: readonly [{
|
|
13628
|
+
readonly connectionMethodId: "oauth";
|
|
13629
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13630
|
+
}];
|
|
13631
|
+
readonly serviceId: "google";
|
|
13632
|
+
};
|
|
13633
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13634
|
+
value: string;
|
|
13635
|
+
};
|
|
13636
|
+
type: "googleAds.asset.removed";
|
|
13637
|
+
} | {
|
|
13638
|
+
name: string;
|
|
13639
|
+
account: {
|
|
13640
|
+
readonly connectionOptions: readonly [{
|
|
13641
|
+
readonly connectionMethodId: "oauth";
|
|
13642
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13643
|
+
}];
|
|
13644
|
+
readonly serviceId: "google";
|
|
13645
|
+
};
|
|
13646
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13647
|
+
value: string;
|
|
13648
|
+
};
|
|
13649
|
+
type: "googleAds.asset.updated";
|
|
13650
|
+
} | {
|
|
13651
|
+
name: string;
|
|
13652
|
+
account: {
|
|
13653
|
+
readonly connectionOptions: readonly [{
|
|
13654
|
+
readonly connectionMethodId: "oauth";
|
|
13655
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13656
|
+
}];
|
|
13657
|
+
readonly serviceId: "google";
|
|
13658
|
+
};
|
|
13659
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13660
|
+
value: string;
|
|
13661
|
+
};
|
|
13662
|
+
type: "googleAds.campaign.created";
|
|
13663
|
+
} | {
|
|
13664
|
+
name: string;
|
|
13665
|
+
account: {
|
|
13666
|
+
readonly connectionOptions: readonly [{
|
|
13667
|
+
readonly connectionMethodId: "oauth";
|
|
13668
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13669
|
+
}];
|
|
13670
|
+
readonly serviceId: "google";
|
|
13671
|
+
};
|
|
13672
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13673
|
+
value: string;
|
|
13674
|
+
};
|
|
13675
|
+
type: "googleAds.campaign.removed";
|
|
13676
|
+
} | {
|
|
13677
|
+
name: string;
|
|
13678
|
+
account: {
|
|
13679
|
+
readonly connectionOptions: readonly [{
|
|
13680
|
+
readonly connectionMethodId: "oauth";
|
|
13681
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13682
|
+
}];
|
|
13683
|
+
readonly serviceId: "google";
|
|
13684
|
+
};
|
|
13685
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13686
|
+
value: string;
|
|
13687
|
+
};
|
|
13688
|
+
type: "googleAds.campaign.updated";
|
|
13689
|
+
} | {
|
|
13690
|
+
name: string;
|
|
13691
|
+
account: {
|
|
13692
|
+
readonly connectionOptions: readonly [{
|
|
13693
|
+
readonly connectionMethodId: "oauth";
|
|
13694
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13695
|
+
}];
|
|
13696
|
+
readonly serviceId: "google";
|
|
13697
|
+
};
|
|
13698
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13699
|
+
value: string;
|
|
13700
|
+
};
|
|
13701
|
+
type: "googleAds.campaignAsset.created";
|
|
13702
|
+
} | {
|
|
13703
|
+
name: string;
|
|
13704
|
+
account: {
|
|
13705
|
+
readonly connectionOptions: readonly [{
|
|
13706
|
+
readonly connectionMethodId: "oauth";
|
|
13707
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13708
|
+
}];
|
|
13709
|
+
readonly serviceId: "google";
|
|
13710
|
+
};
|
|
13711
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13712
|
+
value: string;
|
|
13713
|
+
};
|
|
13714
|
+
type: "googleAds.campaignAsset.removed";
|
|
13715
|
+
} | {
|
|
13716
|
+
name: string;
|
|
13717
|
+
account: {
|
|
13718
|
+
readonly connectionOptions: readonly [{
|
|
13719
|
+
readonly connectionMethodId: "oauth";
|
|
13720
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13721
|
+
}];
|
|
13722
|
+
readonly serviceId: "google";
|
|
13723
|
+
};
|
|
13724
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13725
|
+
value: string;
|
|
13726
|
+
};
|
|
13727
|
+
type: "googleAds.campaignAsset.updated";
|
|
13728
|
+
} | {
|
|
13729
|
+
name: string;
|
|
13730
|
+
account: {
|
|
13731
|
+
readonly connectionOptions: readonly [{
|
|
13732
|
+
readonly connectionMethodId: "oauth";
|
|
13733
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13734
|
+
}];
|
|
13735
|
+
readonly serviceId: "google";
|
|
13736
|
+
};
|
|
13737
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13738
|
+
value: string;
|
|
13739
|
+
};
|
|
13740
|
+
type: "googleAds.campaignBudget.created";
|
|
13741
|
+
} | {
|
|
13742
|
+
name: string;
|
|
13743
|
+
account: {
|
|
13744
|
+
readonly connectionOptions: readonly [{
|
|
13745
|
+
readonly connectionMethodId: "oauth";
|
|
13746
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13747
|
+
}];
|
|
13748
|
+
readonly serviceId: "google";
|
|
13749
|
+
};
|
|
13750
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13751
|
+
value: string;
|
|
13752
|
+
};
|
|
13753
|
+
type: "googleAds.campaignBudget.removed";
|
|
13754
|
+
} | {
|
|
13755
|
+
name: string;
|
|
13756
|
+
account: {
|
|
13757
|
+
readonly connectionOptions: readonly [{
|
|
13758
|
+
readonly connectionMethodId: "oauth";
|
|
13759
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13760
|
+
}];
|
|
13761
|
+
readonly serviceId: "google";
|
|
13762
|
+
};
|
|
13763
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13764
|
+
value: string;
|
|
13765
|
+
};
|
|
13766
|
+
type: "googleAds.campaignBudget.updated";
|
|
13767
|
+
} | {
|
|
13768
|
+
name: string;
|
|
13769
|
+
account: {
|
|
13770
|
+
readonly connectionOptions: readonly [{
|
|
13771
|
+
readonly connectionMethodId: "oauth";
|
|
13772
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
13773
|
+
}];
|
|
13774
|
+
readonly serviceId: "google";
|
|
13775
|
+
};
|
|
13776
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13777
|
+
value: string;
|
|
13778
|
+
};
|
|
13779
|
+
type: "googleAds.change";
|
|
12200
13780
|
} | {
|
|
12201
13781
|
name: string;
|
|
12202
13782
|
account: import("..").IntegrationAccountRequirement<"hubspot">;
|