@automate.ax/catalog 0.139.2 → 0.142.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 +103 -0
- package/dist/catalog.js +40 -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 +2424 -584
- package/dist/triggers/index.js +6 -0
- package/dist/triggers/meta-ads.d.ts +132 -0
- package/dist/triggers/meta-ads.js +72 -0
- package/package.json +20 -2
- package/src/catalog.ts +44 -0
- package/src/index.ts +3 -0
- package/src/triggers/clickup.ts +82 -0
- package/src/triggers/google-ads.ts +131 -0
- package/src/triggers/index.ts +6 -0
- package/src/triggers/meta-ads.ts +81 -0
package/dist/triggers/index.d.ts
CHANGED
|
@@ -1993,6 +1993,136 @@ export declare const triggerDefinitions: {
|
|
|
1993
1993
|
account: import("..").IntegrationAccountRequirement<"notion">;
|
|
1994
1994
|
type: "notion.view.updated";
|
|
1995
1995
|
};
|
|
1996
|
+
readonly metaAdsAdEffectiveStatusChanged: {
|
|
1997
|
+
readonly account: {
|
|
1998
|
+
readonly connectionOptions: readonly [{
|
|
1999
|
+
readonly connectionMethodId: "oauth";
|
|
2000
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2001
|
+
}];
|
|
2002
|
+
readonly serviceId: "meta-ads";
|
|
2003
|
+
};
|
|
2004
|
+
readonly type: "meta-ads.ad.effectiveStatusChanged";
|
|
2005
|
+
};
|
|
2006
|
+
readonly metaAdsAdObjectIssuesChanged: {
|
|
2007
|
+
readonly account: {
|
|
2008
|
+
readonly connectionOptions: readonly [{
|
|
2009
|
+
readonly connectionMethodId: "oauth";
|
|
2010
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2011
|
+
}];
|
|
2012
|
+
readonly serviceId: "meta-ads";
|
|
2013
|
+
};
|
|
2014
|
+
readonly type: "meta-ads.adObject.issuesChanged";
|
|
2015
|
+
};
|
|
2016
|
+
readonly metaAdsAdObjectProcessingCompleted: {
|
|
2017
|
+
readonly account: {
|
|
2018
|
+
readonly connectionOptions: readonly [{
|
|
2019
|
+
readonly connectionMethodId: "oauth";
|
|
2020
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2021
|
+
}];
|
|
2022
|
+
readonly serviceId: "meta-ads";
|
|
2023
|
+
};
|
|
2024
|
+
readonly type: "meta-ads.adObject.processingCompleted";
|
|
2025
|
+
};
|
|
2026
|
+
readonly metaAdsAdRecommendation: {
|
|
2027
|
+
readonly account: {
|
|
2028
|
+
readonly connectionOptions: readonly [{
|
|
2029
|
+
readonly connectionMethodId: "oauth";
|
|
2030
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2031
|
+
}];
|
|
2032
|
+
readonly serviceId: "meta-ads";
|
|
2033
|
+
};
|
|
2034
|
+
readonly type: "meta-ads.ad.recommendation";
|
|
2035
|
+
};
|
|
2036
|
+
readonly metaAdsAdSetEffectiveStatusChanged: {
|
|
2037
|
+
readonly account: {
|
|
2038
|
+
readonly connectionOptions: readonly [{
|
|
2039
|
+
readonly connectionMethodId: "oauth";
|
|
2040
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2041
|
+
}];
|
|
2042
|
+
readonly serviceId: "meta-ads";
|
|
2043
|
+
};
|
|
2044
|
+
readonly type: "meta-ads.adSet.effectiveStatusChanged";
|
|
2045
|
+
};
|
|
2046
|
+
readonly metaAdsCampaignEffectiveStatusChanged: {
|
|
2047
|
+
readonly account: {
|
|
2048
|
+
readonly connectionOptions: readonly [{
|
|
2049
|
+
readonly connectionMethodId: "oauth";
|
|
2050
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2051
|
+
}];
|
|
2052
|
+
readonly serviceId: "meta-ads";
|
|
2053
|
+
};
|
|
2054
|
+
readonly type: "meta-ads.campaign.effectiveStatusChanged";
|
|
2055
|
+
};
|
|
2056
|
+
readonly metaAdsCreativeFatigueChanged: {
|
|
2057
|
+
readonly account: {
|
|
2058
|
+
readonly connectionOptions: readonly [{
|
|
2059
|
+
readonly connectionMethodId: "oauth";
|
|
2060
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2061
|
+
}];
|
|
2062
|
+
readonly serviceId: "meta-ads";
|
|
2063
|
+
};
|
|
2064
|
+
readonly type: "meta-ads.creativeFatigue.changed";
|
|
2065
|
+
};
|
|
2066
|
+
readonly metaAdsEvent: {
|
|
2067
|
+
readonly account: {
|
|
2068
|
+
readonly connectionOptions: readonly [{
|
|
2069
|
+
readonly connectionMethodId: "oauth";
|
|
2070
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2071
|
+
}];
|
|
2072
|
+
readonly serviceId: "meta-ads";
|
|
2073
|
+
};
|
|
2074
|
+
readonly type: "meta-ads.event";
|
|
2075
|
+
};
|
|
2076
|
+
readonly metaAdsLeadCreated: {
|
|
2077
|
+
readonly account: {
|
|
2078
|
+
readonly connectionOptions: readonly [{
|
|
2079
|
+
readonly connectionMethodId: "oauth";
|
|
2080
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2081
|
+
}];
|
|
2082
|
+
readonly serviceId: "meta-ads";
|
|
2083
|
+
};
|
|
2084
|
+
readonly type: "meta-ads.lead.created";
|
|
2085
|
+
};
|
|
2086
|
+
readonly metaAdsObjectCreated: {
|
|
2087
|
+
readonly account: {
|
|
2088
|
+
readonly connectionOptions: readonly [{
|
|
2089
|
+
readonly connectionMethodId: "oauth";
|
|
2090
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2091
|
+
}];
|
|
2092
|
+
readonly serviceId: "meta-ads";
|
|
2093
|
+
};
|
|
2094
|
+
readonly type: "meta-ads.object.created";
|
|
2095
|
+
};
|
|
2096
|
+
readonly metaAdsObjectUpdated: {
|
|
2097
|
+
readonly account: {
|
|
2098
|
+
readonly connectionOptions: readonly [{
|
|
2099
|
+
readonly connectionMethodId: "oauth";
|
|
2100
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2101
|
+
}];
|
|
2102
|
+
readonly serviceId: "meta-ads";
|
|
2103
|
+
};
|
|
2104
|
+
readonly type: "meta-ads.object.updated";
|
|
2105
|
+
};
|
|
2106
|
+
readonly metaAdsInsightsUpdated: {
|
|
2107
|
+
readonly account: {
|
|
2108
|
+
readonly connectionOptions: readonly [{
|
|
2109
|
+
readonly connectionMethodId: "oauth";
|
|
2110
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2111
|
+
}];
|
|
2112
|
+
readonly serviceId: "meta-ads";
|
|
2113
|
+
};
|
|
2114
|
+
readonly type: "meta-ads.insights.updated";
|
|
2115
|
+
};
|
|
2116
|
+
readonly metaAdsInsightsMilestoneReached: {
|
|
2117
|
+
readonly account: {
|
|
2118
|
+
readonly connectionOptions: readonly [{
|
|
2119
|
+
readonly connectionMethodId: "oauth";
|
|
2120
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
2121
|
+
}];
|
|
2122
|
+
readonly serviceId: "meta-ads";
|
|
2123
|
+
};
|
|
2124
|
+
readonly type: "meta-ads.insights.milestoneReached";
|
|
2125
|
+
};
|
|
1996
2126
|
readonly outlookMessageEvent: {
|
|
1997
2127
|
readonly account: {
|
|
1998
2128
|
readonly connectionOptions: readonly [{
|
|
@@ -3084,361 +3214,515 @@ export declare const triggerDefinitions: {
|
|
|
3084
3214
|
account: import("..").IntegrationAccountRequirement<"hubspot">;
|
|
3085
3215
|
type: "hubspot.ticket.updated";
|
|
3086
3216
|
};
|
|
3087
|
-
readonly
|
|
3217
|
+
readonly googleAdsAdGroupCreated: {
|
|
3088
3218
|
readonly account: {
|
|
3089
3219
|
readonly connectionOptions: readonly [{
|
|
3090
|
-
readonly
|
|
3091
|
-
|
|
3092
|
-
readonly type: "or";
|
|
3093
|
-
}];
|
|
3220
|
+
readonly connectionMethodId: "oauth";
|
|
3221
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3094
3222
|
}];
|
|
3095
3223
|
readonly serviceId: "google";
|
|
3096
3224
|
};
|
|
3097
|
-
readonly
|
|
3098
|
-
|
|
3225
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3226
|
+
value: string;
|
|
3227
|
+
};
|
|
3228
|
+
readonly name: string;
|
|
3229
|
+
readonly type: "googleAds.adGroup.created";
|
|
3099
3230
|
};
|
|
3100
|
-
readonly
|
|
3231
|
+
readonly googleAdsAdGroupRemoved: {
|
|
3101
3232
|
readonly account: {
|
|
3102
3233
|
readonly connectionOptions: readonly [{
|
|
3103
|
-
readonly
|
|
3104
|
-
|
|
3105
|
-
readonly type: "or";
|
|
3106
|
-
}];
|
|
3234
|
+
readonly connectionMethodId: "oauth";
|
|
3235
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3107
3236
|
}];
|
|
3108
3237
|
readonly serviceId: "google";
|
|
3109
3238
|
};
|
|
3110
|
-
readonly
|
|
3111
|
-
|
|
3239
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3240
|
+
value: string;
|
|
3241
|
+
};
|
|
3242
|
+
readonly name: string;
|
|
3243
|
+
readonly type: "googleAds.adGroup.removed";
|
|
3112
3244
|
};
|
|
3113
|
-
readonly
|
|
3245
|
+
readonly googleAdsAdGroupUpdated: {
|
|
3114
3246
|
readonly account: {
|
|
3115
3247
|
readonly connectionOptions: readonly [{
|
|
3116
|
-
readonly
|
|
3117
|
-
|
|
3118
|
-
readonly type: "or";
|
|
3119
|
-
}];
|
|
3248
|
+
readonly connectionMethodId: "oauth";
|
|
3249
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3120
3250
|
}];
|
|
3121
3251
|
readonly serviceId: "google";
|
|
3122
3252
|
};
|
|
3123
|
-
readonly
|
|
3124
|
-
|
|
3125
|
-
|
|
3253
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3254
|
+
value: string;
|
|
3255
|
+
};
|
|
3256
|
+
readonly name: string;
|
|
3257
|
+
readonly type: "googleAds.adGroup.updated";
|
|
3126
3258
|
};
|
|
3127
|
-
readonly
|
|
3259
|
+
readonly googleAdsAdGroupAdCreated: {
|
|
3128
3260
|
readonly account: {
|
|
3129
3261
|
readonly connectionOptions: readonly [{
|
|
3130
|
-
readonly
|
|
3131
|
-
|
|
3132
|
-
readonly type: "or";
|
|
3133
|
-
}];
|
|
3262
|
+
readonly connectionMethodId: "oauth";
|
|
3263
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3134
3264
|
}];
|
|
3135
3265
|
readonly serviceId: "google";
|
|
3136
3266
|
};
|
|
3137
|
-
readonly
|
|
3138
|
-
|
|
3139
|
-
|
|
3267
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3268
|
+
value: string;
|
|
3269
|
+
};
|
|
3270
|
+
readonly name: string;
|
|
3271
|
+
readonly type: "googleAds.adGroupAd.created";
|
|
3140
3272
|
};
|
|
3141
|
-
readonly
|
|
3273
|
+
readonly googleAdsAdGroupAdRemoved: {
|
|
3142
3274
|
readonly account: {
|
|
3143
3275
|
readonly connectionOptions: readonly [{
|
|
3144
|
-
readonly
|
|
3145
|
-
|
|
3146
|
-
readonly type: "or";
|
|
3147
|
-
}];
|
|
3276
|
+
readonly connectionMethodId: "oauth";
|
|
3277
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3148
3278
|
}];
|
|
3149
3279
|
readonly serviceId: "google";
|
|
3150
3280
|
};
|
|
3151
|
-
readonly
|
|
3152
|
-
|
|
3153
|
-
|
|
3281
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3282
|
+
value: string;
|
|
3283
|
+
};
|
|
3284
|
+
readonly name: string;
|
|
3285
|
+
readonly type: "googleAds.adGroupAd.removed";
|
|
3154
3286
|
};
|
|
3155
|
-
readonly
|
|
3287
|
+
readonly googleAdsAdGroupAdUpdated: {
|
|
3156
3288
|
readonly account: {
|
|
3157
3289
|
readonly connectionOptions: readonly [{
|
|
3158
|
-
readonly
|
|
3159
|
-
|
|
3160
|
-
readonly type: "or";
|
|
3161
|
-
}];
|
|
3290
|
+
readonly connectionMethodId: "oauth";
|
|
3291
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3162
3292
|
}];
|
|
3163
3293
|
readonly serviceId: "google";
|
|
3164
3294
|
};
|
|
3165
|
-
readonly
|
|
3166
|
-
|
|
3167
|
-
|
|
3295
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3296
|
+
value: string;
|
|
3297
|
+
};
|
|
3298
|
+
readonly name: string;
|
|
3299
|
+
readonly type: "googleAds.adGroupAd.updated";
|
|
3168
3300
|
};
|
|
3169
|
-
readonly
|
|
3301
|
+
readonly googleAdsAdGroupAssetCreated: {
|
|
3170
3302
|
readonly account: {
|
|
3171
3303
|
readonly connectionOptions: readonly [{
|
|
3172
|
-
readonly
|
|
3173
|
-
|
|
3174
|
-
readonly type: "or";
|
|
3175
|
-
}];
|
|
3304
|
+
readonly connectionMethodId: "oauth";
|
|
3305
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3176
3306
|
}];
|
|
3177
3307
|
readonly serviceId: "google";
|
|
3178
3308
|
};
|
|
3179
|
-
readonly
|
|
3180
|
-
|
|
3181
|
-
|
|
3309
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3310
|
+
value: string;
|
|
3311
|
+
};
|
|
3312
|
+
readonly name: string;
|
|
3313
|
+
readonly type: "googleAds.adGroupAsset.created";
|
|
3182
3314
|
};
|
|
3183
|
-
readonly
|
|
3315
|
+
readonly googleAdsAdGroupAssetRemoved: {
|
|
3184
3316
|
readonly account: {
|
|
3185
3317
|
readonly connectionOptions: readonly [{
|
|
3186
|
-
readonly
|
|
3187
|
-
|
|
3188
|
-
readonly type: "or";
|
|
3189
|
-
}];
|
|
3318
|
+
readonly connectionMethodId: "oauth";
|
|
3319
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3190
3320
|
}];
|
|
3191
3321
|
readonly serviceId: "google";
|
|
3192
3322
|
};
|
|
3193
|
-
readonly
|
|
3194
|
-
|
|
3195
|
-
|
|
3323
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3324
|
+
value: string;
|
|
3325
|
+
};
|
|
3326
|
+
readonly name: string;
|
|
3327
|
+
readonly type: "googleAds.adGroupAsset.removed";
|
|
3196
3328
|
};
|
|
3197
|
-
readonly
|
|
3329
|
+
readonly googleAdsAdGroupAssetUpdated: {
|
|
3198
3330
|
readonly account: {
|
|
3199
3331
|
readonly connectionOptions: readonly [{
|
|
3200
|
-
readonly
|
|
3201
|
-
|
|
3202
|
-
readonly type: "or";
|
|
3203
|
-
}];
|
|
3332
|
+
readonly connectionMethodId: "oauth";
|
|
3333
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3204
3334
|
}];
|
|
3205
3335
|
readonly serviceId: "google";
|
|
3206
3336
|
};
|
|
3207
|
-
readonly
|
|
3208
|
-
|
|
3209
|
-
|
|
3337
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3338
|
+
value: string;
|
|
3339
|
+
};
|
|
3340
|
+
readonly name: string;
|
|
3341
|
+
readonly type: "googleAds.adGroupAsset.updated";
|
|
3210
3342
|
};
|
|
3211
|
-
readonly
|
|
3343
|
+
readonly googleAdsAssetCreated: {
|
|
3212
3344
|
readonly account: {
|
|
3213
3345
|
readonly connectionOptions: readonly [{
|
|
3214
|
-
readonly
|
|
3215
|
-
|
|
3216
|
-
readonly type: "or";
|
|
3217
|
-
}];
|
|
3346
|
+
readonly connectionMethodId: "oauth";
|
|
3347
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3218
3348
|
}];
|
|
3219
3349
|
readonly serviceId: "google";
|
|
3220
3350
|
};
|
|
3221
|
-
readonly
|
|
3222
|
-
|
|
3223
|
-
|
|
3351
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3352
|
+
value: string;
|
|
3353
|
+
};
|
|
3354
|
+
readonly name: string;
|
|
3355
|
+
readonly type: "googleAds.asset.created";
|
|
3224
3356
|
};
|
|
3225
|
-
readonly
|
|
3357
|
+
readonly googleAdsAssetRemoved: {
|
|
3226
3358
|
readonly account: {
|
|
3227
3359
|
readonly connectionOptions: readonly [{
|
|
3228
|
-
readonly
|
|
3229
|
-
|
|
3230
|
-
readonly type: "or";
|
|
3231
|
-
}];
|
|
3360
|
+
readonly connectionMethodId: "oauth";
|
|
3361
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3232
3362
|
}];
|
|
3233
3363
|
readonly serviceId: "google";
|
|
3234
3364
|
};
|
|
3235
|
-
readonly
|
|
3236
|
-
|
|
3237
|
-
|
|
3365
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3366
|
+
value: string;
|
|
3367
|
+
};
|
|
3368
|
+
readonly name: string;
|
|
3369
|
+
readonly type: "googleAds.asset.removed";
|
|
3238
3370
|
};
|
|
3239
|
-
readonly
|
|
3371
|
+
readonly googleAdsAssetUpdated: {
|
|
3240
3372
|
readonly account: {
|
|
3241
3373
|
readonly connectionOptions: readonly [{
|
|
3242
|
-
readonly
|
|
3243
|
-
|
|
3244
|
-
readonly type: "or";
|
|
3245
|
-
}];
|
|
3374
|
+
readonly connectionMethodId: "oauth";
|
|
3375
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3246
3376
|
}];
|
|
3247
3377
|
readonly serviceId: "google";
|
|
3248
3378
|
};
|
|
3249
|
-
readonly
|
|
3250
|
-
|
|
3251
|
-
|
|
3379
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3380
|
+
value: string;
|
|
3381
|
+
};
|
|
3382
|
+
readonly name: string;
|
|
3383
|
+
readonly type: "googleAds.asset.updated";
|
|
3252
3384
|
};
|
|
3253
|
-
readonly
|
|
3385
|
+
readonly googleAdsCampaignCreated: {
|
|
3254
3386
|
readonly account: {
|
|
3255
3387
|
readonly connectionOptions: readonly [{
|
|
3256
|
-
readonly
|
|
3257
|
-
|
|
3258
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/forms.responses.readonly"];
|
|
3259
|
-
readonly type: "or";
|
|
3260
|
-
}, {
|
|
3261
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
3262
|
-
readonly type: "or";
|
|
3263
|
-
}];
|
|
3264
|
-
readonly type: "and";
|
|
3265
|
-
}];
|
|
3388
|
+
readonly connectionMethodId: "oauth";
|
|
3389
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3266
3390
|
}];
|
|
3267
3391
|
readonly serviceId: "google";
|
|
3268
3392
|
};
|
|
3269
|
-
readonly
|
|
3270
|
-
|
|
3271
|
-
|
|
3393
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3394
|
+
value: string;
|
|
3395
|
+
};
|
|
3396
|
+
readonly name: string;
|
|
3397
|
+
readonly type: "googleAds.campaign.created";
|
|
3272
3398
|
};
|
|
3273
|
-
readonly
|
|
3399
|
+
readonly googleAdsCampaignRemoved: {
|
|
3274
3400
|
readonly account: {
|
|
3275
3401
|
readonly connectionOptions: readonly [{
|
|
3276
|
-
readonly
|
|
3277
|
-
|
|
3278
|
-
readonly type: "or";
|
|
3279
|
-
}];
|
|
3402
|
+
readonly connectionMethodId: "oauth";
|
|
3403
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3280
3404
|
}];
|
|
3281
3405
|
readonly serviceId: "google";
|
|
3282
3406
|
};
|
|
3283
|
-
readonly
|
|
3284
|
-
|
|
3285
|
-
|
|
3407
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
3408
|
+
value: string;
|
|
3409
|
+
};
|
|
3410
|
+
readonly name: string;
|
|
3411
|
+
readonly type: "googleAds.campaign.removed";
|
|
3286
3412
|
};
|
|
3287
|
-
readonly
|
|
3288
|
-
account: {
|
|
3413
|
+
readonly googleAdsCampaignUpdated: {
|
|
3414
|
+
readonly account: {
|
|
3289
3415
|
readonly connectionOptions: readonly [{
|
|
3290
|
-
readonly
|
|
3291
|
-
|
|
3292
|
-
readonly type: "or";
|
|
3293
|
-
}];
|
|
3416
|
+
readonly connectionMethodId: "oauth";
|
|
3417
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
3294
3418
|
}];
|
|
3295
3419
|
readonly serviceId: "google";
|
|
3296
|
-
}
|
|
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
|
+
};
|
|
3525
|
+
readonly gmailLabelAdded: {
|
|
3526
|
+
readonly account: {
|
|
3297
3527
|
readonly connectionOptions: readonly [{
|
|
3298
3528
|
readonly requiredScopes: readonly [{
|
|
3299
|
-
readonly requirements: readonly ["https://
|
|
3529
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3300
3530
|
readonly type: "or";
|
|
3301
3531
|
}];
|
|
3302
3532
|
}];
|
|
3303
3533
|
readonly serviceId: "google";
|
|
3304
3534
|
};
|
|
3305
|
-
icon:
|
|
3306
|
-
|
|
3307
|
-
type: "googleDrive.accessProposal.created";
|
|
3535
|
+
readonly icon: "gmail";
|
|
3536
|
+
readonly type: "gmail.label.added";
|
|
3308
3537
|
};
|
|
3309
|
-
readonly
|
|
3310
|
-
account: {
|
|
3538
|
+
readonly gmailLabelRemoved: {
|
|
3539
|
+
readonly account: {
|
|
3311
3540
|
readonly connectionOptions: readonly [{
|
|
3312
3541
|
readonly requiredScopes: readonly [{
|
|
3313
|
-
readonly requirements: readonly ["https://
|
|
3542
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3314
3543
|
readonly type: "or";
|
|
3315
3544
|
}];
|
|
3316
3545
|
}];
|
|
3317
3546
|
readonly serviceId: "google";
|
|
3318
|
-
}
|
|
3547
|
+
};
|
|
3548
|
+
readonly icon: "gmail";
|
|
3549
|
+
readonly type: "gmail.label.removed";
|
|
3550
|
+
};
|
|
3551
|
+
readonly gmailMailboxChanged: {
|
|
3552
|
+
readonly account: {
|
|
3319
3553
|
readonly connectionOptions: readonly [{
|
|
3320
3554
|
readonly requiredScopes: readonly [{
|
|
3321
|
-
readonly requirements: readonly ["https://
|
|
3555
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3322
3556
|
readonly type: "or";
|
|
3323
3557
|
}];
|
|
3324
3558
|
}];
|
|
3325
3559
|
readonly serviceId: "google";
|
|
3326
3560
|
};
|
|
3327
|
-
icon:
|
|
3328
|
-
name:
|
|
3329
|
-
type: "
|
|
3561
|
+
readonly icon: "gmail";
|
|
3562
|
+
readonly name: "Gmail mailbox changed";
|
|
3563
|
+
readonly type: "gmail.mailbox.changed";
|
|
3330
3564
|
};
|
|
3331
|
-
readonly
|
|
3332
|
-
account: {
|
|
3565
|
+
readonly gmailMessageAdded: {
|
|
3566
|
+
readonly account: {
|
|
3333
3567
|
readonly connectionOptions: readonly [{
|
|
3334
3568
|
readonly requiredScopes: readonly [{
|
|
3335
|
-
readonly requirements: readonly ["https://
|
|
3569
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3336
3570
|
readonly type: "or";
|
|
3337
3571
|
}];
|
|
3338
3572
|
}];
|
|
3339
3573
|
readonly serviceId: "google";
|
|
3340
|
-
}
|
|
3574
|
+
};
|
|
3575
|
+
readonly icon: "gmail";
|
|
3576
|
+
readonly name: "Gmail message added";
|
|
3577
|
+
readonly type: "gmail.message.added";
|
|
3578
|
+
};
|
|
3579
|
+
readonly gmailMessageDeleted: {
|
|
3580
|
+
readonly account: {
|
|
3341
3581
|
readonly connectionOptions: readonly [{
|
|
3342
3582
|
readonly requiredScopes: readonly [{
|
|
3343
|
-
readonly requirements: readonly ["https://
|
|
3583
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly", "https://www.googleapis.com/auth/gmail.metadata"];
|
|
3344
3584
|
readonly type: "or";
|
|
3345
3585
|
}];
|
|
3346
3586
|
}];
|
|
3347
3587
|
readonly serviceId: "google";
|
|
3348
3588
|
};
|
|
3349
|
-
icon:
|
|
3350
|
-
name:
|
|
3351
|
-
type: "
|
|
3589
|
+
readonly icon: "gmail";
|
|
3590
|
+
readonly name: "Gmail message deleted";
|
|
3591
|
+
readonly type: "gmail.message.deleted";
|
|
3352
3592
|
};
|
|
3353
|
-
readonly
|
|
3354
|
-
account: {
|
|
3593
|
+
readonly gmailMessageReceived: {
|
|
3594
|
+
readonly account: {
|
|
3355
3595
|
readonly connectionOptions: readonly [{
|
|
3356
3596
|
readonly requiredScopes: readonly [{
|
|
3357
|
-
readonly requirements: readonly ["https://
|
|
3597
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3358
3598
|
readonly type: "or";
|
|
3359
3599
|
}];
|
|
3360
3600
|
}];
|
|
3361
3601
|
readonly serviceId: "google";
|
|
3362
|
-
}
|
|
3602
|
+
};
|
|
3603
|
+
readonly icon: "gmail";
|
|
3604
|
+
readonly name: "Gmail email received";
|
|
3605
|
+
readonly type: "gmail.message.received";
|
|
3606
|
+
};
|
|
3607
|
+
readonly gmailMessageSent: {
|
|
3608
|
+
readonly account: {
|
|
3363
3609
|
readonly connectionOptions: readonly [{
|
|
3364
3610
|
readonly requiredScopes: readonly [{
|
|
3365
|
-
readonly requirements: readonly ["https://
|
|
3611
|
+
readonly requirements: readonly ["https://mail.google.com/", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.readonly"];
|
|
3366
3612
|
readonly type: "or";
|
|
3367
3613
|
}];
|
|
3368
3614
|
}];
|
|
3369
3615
|
readonly serviceId: "google";
|
|
3370
3616
|
};
|
|
3371
|
-
icon:
|
|
3372
|
-
name:
|
|
3373
|
-
type: "
|
|
3617
|
+
readonly icon: "gmail";
|
|
3618
|
+
readonly name: "Gmail email sent";
|
|
3619
|
+
readonly type: "gmail.message.sent";
|
|
3374
3620
|
};
|
|
3375
|
-
readonly
|
|
3376
|
-
account: {
|
|
3621
|
+
readonly googleCalendarEventCreated: {
|
|
3622
|
+
readonly account: {
|
|
3377
3623
|
readonly connectionOptions: readonly [{
|
|
3378
3624
|
readonly requiredScopes: readonly [{
|
|
3379
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/
|
|
3625
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
3380
3626
|
readonly type: "or";
|
|
3381
3627
|
}];
|
|
3382
3628
|
}];
|
|
3383
3629
|
readonly serviceId: "google";
|
|
3384
|
-
}
|
|
3630
|
+
};
|
|
3631
|
+
readonly icon: "google-calendar";
|
|
3632
|
+
readonly name: "Google Calendar event created";
|
|
3633
|
+
readonly type: "googleCalendar.event.created";
|
|
3634
|
+
};
|
|
3635
|
+
readonly googleCalendarEventChanged: {
|
|
3636
|
+
readonly account: {
|
|
3385
3637
|
readonly connectionOptions: readonly [{
|
|
3386
3638
|
readonly requiredScopes: readonly [{
|
|
3387
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/
|
|
3639
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
3388
3640
|
readonly type: "or";
|
|
3389
3641
|
}];
|
|
3390
3642
|
}];
|
|
3391
3643
|
readonly serviceId: "google";
|
|
3392
3644
|
};
|
|
3393
|
-
icon:
|
|
3394
|
-
name:
|
|
3395
|
-
type: "
|
|
3645
|
+
readonly icon: "google-calendar";
|
|
3646
|
+
readonly name: "Google Calendar event changed";
|
|
3647
|
+
readonly type: "googleCalendar.event.changed";
|
|
3396
3648
|
};
|
|
3397
|
-
readonly
|
|
3398
|
-
account: {
|
|
3649
|
+
readonly googleCalendarEventDeleted: {
|
|
3650
|
+
readonly account: {
|
|
3399
3651
|
readonly connectionOptions: readonly [{
|
|
3400
3652
|
readonly requiredScopes: readonly [{
|
|
3401
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/
|
|
3653
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
3402
3654
|
readonly type: "or";
|
|
3403
3655
|
}];
|
|
3404
3656
|
}];
|
|
3405
3657
|
readonly serviceId: "google";
|
|
3406
|
-
}
|
|
3658
|
+
};
|
|
3659
|
+
readonly icon: "google-calendar";
|
|
3660
|
+
readonly name: "Google Calendar event deleted";
|
|
3661
|
+
readonly type: "googleCalendar.event.deleted";
|
|
3662
|
+
};
|
|
3663
|
+
readonly googleCalendarEventUpdated: {
|
|
3664
|
+
readonly account: {
|
|
3407
3665
|
readonly connectionOptions: readonly [{
|
|
3408
3666
|
readonly requiredScopes: readonly [{
|
|
3409
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/
|
|
3667
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
3410
3668
|
readonly type: "or";
|
|
3411
3669
|
}];
|
|
3412
3670
|
}];
|
|
3413
3671
|
readonly serviceId: "google";
|
|
3414
3672
|
};
|
|
3415
|
-
icon:
|
|
3416
|
-
name:
|
|
3417
|
-
type: "
|
|
3673
|
+
readonly icon: "google-calendar";
|
|
3674
|
+
readonly name: "Google Calendar event updated";
|
|
3675
|
+
readonly type: "googleCalendar.event.updated";
|
|
3418
3676
|
};
|
|
3419
|
-
readonly
|
|
3420
|
-
account: {
|
|
3677
|
+
readonly googleFormsFormChanged: {
|
|
3678
|
+
readonly account: {
|
|
3421
3679
|
readonly connectionOptions: readonly [{
|
|
3422
3680
|
readonly requiredScopes: readonly [{
|
|
3423
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.
|
|
3681
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
3424
3682
|
readonly type: "or";
|
|
3425
3683
|
}];
|
|
3426
3684
|
}];
|
|
3427
3685
|
readonly serviceId: "google";
|
|
3428
|
-
}
|
|
3686
|
+
};
|
|
3687
|
+
readonly icon: "google-forms";
|
|
3688
|
+
readonly name: "Google Form changed";
|
|
3689
|
+
readonly type: "googleForms.form.changed";
|
|
3690
|
+
};
|
|
3691
|
+
readonly googleFormsResponseSubmitted: {
|
|
3692
|
+
readonly account: {
|
|
3429
3693
|
readonly connectionOptions: readonly [{
|
|
3430
3694
|
readonly requiredScopes: readonly [{
|
|
3431
|
-
readonly requirements: readonly [
|
|
3695
|
+
readonly requirements: readonly [{
|
|
3696
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/forms.responses.readonly"];
|
|
3697
|
+
readonly type: "or";
|
|
3698
|
+
}, {
|
|
3699
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
3700
|
+
readonly type: "or";
|
|
3701
|
+
}];
|
|
3702
|
+
readonly type: "and";
|
|
3703
|
+
}];
|
|
3704
|
+
}];
|
|
3705
|
+
readonly serviceId: "google";
|
|
3706
|
+
};
|
|
3707
|
+
readonly icon: "google-forms";
|
|
3708
|
+
readonly name: "Google Form response submitted";
|
|
3709
|
+
readonly type: "googleForms.response.submitted";
|
|
3710
|
+
};
|
|
3711
|
+
readonly googleDriveEvent: {
|
|
3712
|
+
readonly account: {
|
|
3713
|
+
readonly connectionOptions: readonly [{
|
|
3714
|
+
readonly requiredScopes: readonly [{
|
|
3715
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3432
3716
|
readonly type: "or";
|
|
3433
3717
|
}];
|
|
3434
3718
|
}];
|
|
3435
3719
|
readonly serviceId: "google";
|
|
3436
3720
|
};
|
|
3437
|
-
icon:
|
|
3438
|
-
name:
|
|
3439
|
-
type: "googleDrive.
|
|
3721
|
+
readonly icon: "google-drive";
|
|
3722
|
+
readonly name: "Google Drive event";
|
|
3723
|
+
readonly type: "googleDrive.event";
|
|
3440
3724
|
};
|
|
3441
|
-
readonly
|
|
3725
|
+
readonly googleDriveAccessProposalCreated: {
|
|
3442
3726
|
account: {
|
|
3443
3727
|
readonly connectionOptions: readonly [{
|
|
3444
3728
|
readonly requiredScopes: readonly [{
|
|
@@ -3458,9 +3742,9 @@ export declare const triggerDefinitions: {
|
|
|
3458
3742
|
};
|
|
3459
3743
|
icon: string;
|
|
3460
3744
|
name: string;
|
|
3461
|
-
type: "googleDrive.
|
|
3745
|
+
type: "googleDrive.accessProposal.created";
|
|
3462
3746
|
};
|
|
3463
|
-
readonly
|
|
3747
|
+
readonly googleDriveAccessProposalResolved: {
|
|
3464
3748
|
account: {
|
|
3465
3749
|
readonly connectionOptions: readonly [{
|
|
3466
3750
|
readonly requiredScopes: readonly [{
|
|
@@ -3480,9 +3764,9 @@ export declare const triggerDefinitions: {
|
|
|
3480
3764
|
};
|
|
3481
3765
|
icon: string;
|
|
3482
3766
|
name: string;
|
|
3483
|
-
type: "googleDrive.
|
|
3767
|
+
type: "googleDrive.accessProposal.resolved";
|
|
3484
3768
|
};
|
|
3485
|
-
readonly
|
|
3769
|
+
readonly googleDriveApprovalCancelled: {
|
|
3486
3770
|
account: {
|
|
3487
3771
|
readonly connectionOptions: readonly [{
|
|
3488
3772
|
readonly requiredScopes: readonly [{
|
|
@@ -3502,9 +3786,9 @@ export declare const triggerDefinitions: {
|
|
|
3502
3786
|
};
|
|
3503
3787
|
icon: string;
|
|
3504
3788
|
name: string;
|
|
3505
|
-
type: "googleDrive.
|
|
3789
|
+
type: "googleDrive.approval.cancelled";
|
|
3506
3790
|
};
|
|
3507
|
-
readonly
|
|
3791
|
+
readonly googleDriveApprovalCompleted: {
|
|
3508
3792
|
account: {
|
|
3509
3793
|
readonly connectionOptions: readonly [{
|
|
3510
3794
|
readonly requiredScopes: readonly [{
|
|
@@ -3524,9 +3808,163 @@ export declare const triggerDefinitions: {
|
|
|
3524
3808
|
};
|
|
3525
3809
|
icon: string;
|
|
3526
3810
|
name: string;
|
|
3527
|
-
type: "googleDrive.
|
|
3811
|
+
type: "googleDrive.approval.completed";
|
|
3528
3812
|
};
|
|
3529
|
-
readonly
|
|
3813
|
+
readonly googleDriveApprovalCreated: {
|
|
3814
|
+
account: {
|
|
3815
|
+
readonly connectionOptions: readonly [{
|
|
3816
|
+
readonly requiredScopes: readonly [{
|
|
3817
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3818
|
+
readonly type: "or";
|
|
3819
|
+
}];
|
|
3820
|
+
}];
|
|
3821
|
+
readonly serviceId: "google";
|
|
3822
|
+
} | {
|
|
3823
|
+
readonly connectionOptions: readonly [{
|
|
3824
|
+
readonly requiredScopes: readonly [{
|
|
3825
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3826
|
+
readonly type: "or";
|
|
3827
|
+
}];
|
|
3828
|
+
}];
|
|
3829
|
+
readonly serviceId: "google";
|
|
3830
|
+
};
|
|
3831
|
+
icon: string;
|
|
3832
|
+
name: string;
|
|
3833
|
+
type: "googleDrive.approval.created";
|
|
3834
|
+
};
|
|
3835
|
+
readonly googleDriveApprovalReset: {
|
|
3836
|
+
account: {
|
|
3837
|
+
readonly connectionOptions: readonly [{
|
|
3838
|
+
readonly requiredScopes: readonly [{
|
|
3839
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3840
|
+
readonly type: "or";
|
|
3841
|
+
}];
|
|
3842
|
+
}];
|
|
3843
|
+
readonly serviceId: "google";
|
|
3844
|
+
} | {
|
|
3845
|
+
readonly connectionOptions: readonly [{
|
|
3846
|
+
readonly requiredScopes: readonly [{
|
|
3847
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3848
|
+
readonly type: "or";
|
|
3849
|
+
}];
|
|
3850
|
+
}];
|
|
3851
|
+
readonly serviceId: "google";
|
|
3852
|
+
};
|
|
3853
|
+
icon: string;
|
|
3854
|
+
name: string;
|
|
3855
|
+
type: "googleDrive.approval.reset";
|
|
3856
|
+
};
|
|
3857
|
+
readonly googleDriveApprovalResponded: {
|
|
3858
|
+
account: {
|
|
3859
|
+
readonly connectionOptions: readonly [{
|
|
3860
|
+
readonly requiredScopes: readonly [{
|
|
3861
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3862
|
+
readonly type: "or";
|
|
3863
|
+
}];
|
|
3864
|
+
}];
|
|
3865
|
+
readonly serviceId: "google";
|
|
3866
|
+
} | {
|
|
3867
|
+
readonly connectionOptions: readonly [{
|
|
3868
|
+
readonly requiredScopes: readonly [{
|
|
3869
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3870
|
+
readonly type: "or";
|
|
3871
|
+
}];
|
|
3872
|
+
}];
|
|
3873
|
+
readonly serviceId: "google";
|
|
3874
|
+
};
|
|
3875
|
+
icon: string;
|
|
3876
|
+
name: string;
|
|
3877
|
+
type: "googleDrive.approval.responded";
|
|
3878
|
+
};
|
|
3879
|
+
readonly googleDriveApprovalReviewersChanged: {
|
|
3880
|
+
account: {
|
|
3881
|
+
readonly connectionOptions: readonly [{
|
|
3882
|
+
readonly requiredScopes: readonly [{
|
|
3883
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3884
|
+
readonly type: "or";
|
|
3885
|
+
}];
|
|
3886
|
+
}];
|
|
3887
|
+
readonly serviceId: "google";
|
|
3888
|
+
} | {
|
|
3889
|
+
readonly connectionOptions: readonly [{
|
|
3890
|
+
readonly requiredScopes: readonly [{
|
|
3891
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3892
|
+
readonly type: "or";
|
|
3893
|
+
}];
|
|
3894
|
+
}];
|
|
3895
|
+
readonly serviceId: "google";
|
|
3896
|
+
};
|
|
3897
|
+
icon: string;
|
|
3898
|
+
name: string;
|
|
3899
|
+
type: "googleDrive.approval.reviewersChanged";
|
|
3900
|
+
};
|
|
3901
|
+
readonly googleDriveCommentCreated: {
|
|
3902
|
+
account: {
|
|
3903
|
+
readonly connectionOptions: readonly [{
|
|
3904
|
+
readonly requiredScopes: readonly [{
|
|
3905
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3906
|
+
readonly type: "or";
|
|
3907
|
+
}];
|
|
3908
|
+
}];
|
|
3909
|
+
readonly serviceId: "google";
|
|
3910
|
+
} | {
|
|
3911
|
+
readonly connectionOptions: readonly [{
|
|
3912
|
+
readonly requiredScopes: readonly [{
|
|
3913
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3914
|
+
readonly type: "or";
|
|
3915
|
+
}];
|
|
3916
|
+
}];
|
|
3917
|
+
readonly serviceId: "google";
|
|
3918
|
+
};
|
|
3919
|
+
icon: string;
|
|
3920
|
+
name: string;
|
|
3921
|
+
type: "googleDrive.comment.created";
|
|
3922
|
+
};
|
|
3923
|
+
readonly googleDriveCommentDeleted: {
|
|
3924
|
+
account: {
|
|
3925
|
+
readonly connectionOptions: readonly [{
|
|
3926
|
+
readonly requiredScopes: readonly [{
|
|
3927
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3928
|
+
readonly type: "or";
|
|
3929
|
+
}];
|
|
3930
|
+
}];
|
|
3931
|
+
readonly serviceId: "google";
|
|
3932
|
+
} | {
|
|
3933
|
+
readonly connectionOptions: readonly [{
|
|
3934
|
+
readonly requiredScopes: readonly [{
|
|
3935
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3936
|
+
readonly type: "or";
|
|
3937
|
+
}];
|
|
3938
|
+
}];
|
|
3939
|
+
readonly serviceId: "google";
|
|
3940
|
+
};
|
|
3941
|
+
icon: string;
|
|
3942
|
+
name: string;
|
|
3943
|
+
type: "googleDrive.comment.deleted";
|
|
3944
|
+
};
|
|
3945
|
+
readonly googleDriveCommentEdited: {
|
|
3946
|
+
account: {
|
|
3947
|
+
readonly connectionOptions: readonly [{
|
|
3948
|
+
readonly requiredScopes: readonly [{
|
|
3949
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3950
|
+
readonly type: "or";
|
|
3951
|
+
}];
|
|
3952
|
+
}];
|
|
3953
|
+
readonly serviceId: "google";
|
|
3954
|
+
} | {
|
|
3955
|
+
readonly connectionOptions: readonly [{
|
|
3956
|
+
readonly requiredScopes: readonly [{
|
|
3957
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata", "https://www.googleapis.com/auth/drive.metadata.readonly"];
|
|
3958
|
+
readonly type: "or";
|
|
3959
|
+
}];
|
|
3960
|
+
}];
|
|
3961
|
+
readonly serviceId: "google";
|
|
3962
|
+
};
|
|
3963
|
+
icon: string;
|
|
3964
|
+
name: string;
|
|
3965
|
+
type: "googleDrive.comment.edited";
|
|
3966
|
+
};
|
|
3967
|
+
readonly googleDriveCommentReopened: {
|
|
3530
3968
|
account: {
|
|
3531
3969
|
readonly connectionOptions: readonly [{
|
|
3532
3970
|
readonly requiredScopes: readonly [{
|
|
@@ -5666,9 +6104,502 @@ export declare const triggerDefinitions: {
|
|
|
5666
6104
|
copyable: true;
|
|
5667
6105
|
value: string;
|
|
5668
6106
|
};
|
|
5669
|
-
readonly icon: "webhook";
|
|
5670
|
-
readonly name: "Mailhook";
|
|
5671
|
-
readonly type: "mailhook.email.received";
|
|
6107
|
+
readonly icon: "webhook";
|
|
6108
|
+
readonly name: "Mailhook";
|
|
6109
|
+
readonly type: "mailhook.email.received";
|
|
6110
|
+
};
|
|
6111
|
+
readonly clickUpFolderCreated: {
|
|
6112
|
+
readonly account: {
|
|
6113
|
+
readonly connectionOptions: readonly [{
|
|
6114
|
+
readonly connectionMethodId: "oauth";
|
|
6115
|
+
readonly requiredScopes: readonly [];
|
|
6116
|
+
}, {
|
|
6117
|
+
readonly connectionMethodId: "personal-token";
|
|
6118
|
+
readonly requiredScopes: readonly [];
|
|
6119
|
+
}];
|
|
6120
|
+
readonly serviceId: "clickup";
|
|
6121
|
+
};
|
|
6122
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6123
|
+
copyable: boolean;
|
|
6124
|
+
value: string;
|
|
6125
|
+
};
|
|
6126
|
+
readonly type: "clickup.folder.created";
|
|
6127
|
+
};
|
|
6128
|
+
readonly clickUpFolderDeleted: {
|
|
6129
|
+
readonly account: {
|
|
6130
|
+
readonly connectionOptions: readonly [{
|
|
6131
|
+
readonly connectionMethodId: "oauth";
|
|
6132
|
+
readonly requiredScopes: readonly [];
|
|
6133
|
+
}, {
|
|
6134
|
+
readonly connectionMethodId: "personal-token";
|
|
6135
|
+
readonly requiredScopes: readonly [];
|
|
6136
|
+
}];
|
|
6137
|
+
readonly serviceId: "clickup";
|
|
6138
|
+
};
|
|
6139
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6140
|
+
copyable: boolean;
|
|
6141
|
+
value: string;
|
|
6142
|
+
};
|
|
6143
|
+
readonly type: "clickup.folder.deleted";
|
|
6144
|
+
};
|
|
6145
|
+
readonly clickUpFolderUpdated: {
|
|
6146
|
+
readonly account: {
|
|
6147
|
+
readonly connectionOptions: readonly [{
|
|
6148
|
+
readonly connectionMethodId: "oauth";
|
|
6149
|
+
readonly requiredScopes: readonly [];
|
|
6150
|
+
}, {
|
|
6151
|
+
readonly connectionMethodId: "personal-token";
|
|
6152
|
+
readonly requiredScopes: readonly [];
|
|
6153
|
+
}];
|
|
6154
|
+
readonly serviceId: "clickup";
|
|
6155
|
+
};
|
|
6156
|
+
readonly getPrimary: (context: TriggerPresentationContext) => {
|
|
6157
|
+
copyable: boolean;
|
|
6158
|
+
value: string;
|
|
6159
|
+
};
|
|
6160
|
+
readonly type: "clickup.folder.updated";
|
|
6161
|
+
};
|
|
6162
|
+
readonly clickUpGoalCreated: {
|
|
6163
|
+
readonly account: {
|
|
6164
|
+
readonly connectionOptions: readonly [{
|
|
6165
|
+
readonly connectionMethodId: "oauth";
|
|
6166
|
+
readonly requiredScopes: readonly [];
|
|
6167
|
+
}, {
|
|
6168
|
+
readonly connectionMethodId: "personal-token";
|
|
6169
|
+
readonly requiredScopes: readonly [];
|
|
6170
|
+
}];
|
|
6171
|
+
readonly serviceId: "clickup";
|
|
6172
|
+
};
|
|
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";
|
|
5672
6603
|
};
|
|
5673
6604
|
readonly cloudflareAccessCertificateExpiring: {
|
|
5674
6605
|
readonly account: {
|
|
@@ -8253,32 +9184,275 @@ export declare const triggerCatalog: ({
|
|
|
8253
9184
|
name: string;
|
|
8254
9185
|
account: {
|
|
8255
9186
|
readonly connectionOptions: readonly [{
|
|
8256
|
-
readonly connectionMethodId: "organization-api-key";
|
|
8257
|
-
readonly requiredScopes: readonly ["project:read"];
|
|
9187
|
+
readonly connectionMethodId: "organization-api-key";
|
|
9188
|
+
readonly requiredScopes: readonly ["project:read"];
|
|
9189
|
+
}];
|
|
9190
|
+
readonly planDefaultBinding: false;
|
|
9191
|
+
readonly serviceId: "automate";
|
|
9192
|
+
};
|
|
9193
|
+
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
9194
|
+
label: string;
|
|
9195
|
+
value: string;
|
|
9196
|
+
}[];
|
|
9197
|
+
type: "automate.execution.failed";
|
|
9198
|
+
} | {
|
|
9199
|
+
name: string;
|
|
9200
|
+
account: {
|
|
9201
|
+
readonly connectionOptions: readonly [{
|
|
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"];
|
|
9425
|
+
}];
|
|
9426
|
+
readonly serviceId: "asana";
|
|
9427
|
+
};
|
|
9428
|
+
type: "asana.task.completed";
|
|
9429
|
+
} | {
|
|
9430
|
+
name: string;
|
|
9431
|
+
account: {
|
|
9432
|
+
readonly connectionOptions: readonly [{
|
|
9433
|
+
readonly requiredScopes: readonly ["default"];
|
|
9434
|
+
}];
|
|
9435
|
+
readonly serviceId: "asana";
|
|
9436
|
+
};
|
|
9437
|
+
type: "asana.task.deleted";
|
|
9438
|
+
} | {
|
|
9439
|
+
name: string;
|
|
9440
|
+
account: {
|
|
9441
|
+
readonly connectionOptions: readonly [{
|
|
9442
|
+
readonly requiredScopes: readonly ["default"];
|
|
8258
9443
|
}];
|
|
8259
|
-
readonly
|
|
8260
|
-
readonly serviceId: "automate";
|
|
9444
|
+
readonly serviceId: "asana";
|
|
8261
9445
|
};
|
|
8262
|
-
|
|
8263
|
-
label: string;
|
|
8264
|
-
value: string;
|
|
8265
|
-
}[];
|
|
8266
|
-
type: "automate.execution.failed";
|
|
9446
|
+
type: "asana.task.due-date.changed";
|
|
8267
9447
|
} | {
|
|
8268
9448
|
name: string;
|
|
8269
9449
|
account: {
|
|
8270
9450
|
readonly connectionOptions: readonly [{
|
|
8271
|
-
readonly
|
|
8272
|
-
readonly requiredScopes: readonly ["project:read"];
|
|
9451
|
+
readonly requiredScopes: readonly ["default"];
|
|
8273
9452
|
}];
|
|
8274
|
-
readonly
|
|
8275
|
-
readonly serviceId: "automate";
|
|
9453
|
+
readonly serviceId: "asana";
|
|
8276
9454
|
};
|
|
8277
|
-
|
|
8278
|
-
label: string;
|
|
8279
|
-
value: string;
|
|
8280
|
-
}[];
|
|
8281
|
-
type: "automate.execution.settled";
|
|
9455
|
+
type: "asana.task.follower.added";
|
|
8282
9456
|
} | {
|
|
8283
9457
|
name: string;
|
|
8284
9458
|
account: {
|
|
@@ -8287,7 +9461,7 @@ export declare const triggerCatalog: ({
|
|
|
8287
9461
|
}];
|
|
8288
9462
|
readonly serviceId: "asana";
|
|
8289
9463
|
};
|
|
8290
|
-
type: "asana.
|
|
9464
|
+
type: "asana.task.follower.removed";
|
|
8291
9465
|
} | {
|
|
8292
9466
|
name: string;
|
|
8293
9467
|
account: {
|
|
@@ -8296,7 +9470,7 @@ export declare const triggerCatalog: ({
|
|
|
8296
9470
|
}];
|
|
8297
9471
|
readonly serviceId: "asana";
|
|
8298
9472
|
};
|
|
8299
|
-
type: "asana.
|
|
9473
|
+
type: "asana.task.incomplete";
|
|
8300
9474
|
} | {
|
|
8301
9475
|
name: string;
|
|
8302
9476
|
account: {
|
|
@@ -8305,7 +9479,7 @@ export declare const triggerCatalog: ({
|
|
|
8305
9479
|
}];
|
|
8306
9480
|
readonly serviceId: "asana";
|
|
8307
9481
|
};
|
|
8308
|
-
type: "asana.
|
|
9482
|
+
type: "asana.task.project.added";
|
|
8309
9483
|
} | {
|
|
8310
9484
|
name: string;
|
|
8311
9485
|
account: {
|
|
@@ -8314,7 +9488,7 @@ export declare const triggerCatalog: ({
|
|
|
8314
9488
|
}];
|
|
8315
9489
|
readonly serviceId: "asana";
|
|
8316
9490
|
};
|
|
8317
|
-
type: "asana.
|
|
9491
|
+
type: "asana.task.project.removed";
|
|
8318
9492
|
} | {
|
|
8319
9493
|
name: string;
|
|
8320
9494
|
account: {
|
|
@@ -8323,7 +9497,7 @@ export declare const triggerCatalog: ({
|
|
|
8323
9497
|
}];
|
|
8324
9498
|
readonly serviceId: "asana";
|
|
8325
9499
|
};
|
|
8326
|
-
type: "asana.
|
|
9500
|
+
type: "asana.task.removed";
|
|
8327
9501
|
} | {
|
|
8328
9502
|
name: string;
|
|
8329
9503
|
account: {
|
|
@@ -8332,7 +9506,7 @@ export declare const triggerCatalog: ({
|
|
|
8332
9506
|
}];
|
|
8333
9507
|
readonly serviceId: "asana";
|
|
8334
9508
|
};
|
|
8335
|
-
type: "asana.
|
|
9509
|
+
type: "asana.task.restored";
|
|
8336
9510
|
} | {
|
|
8337
9511
|
name: string;
|
|
8338
9512
|
account: {
|
|
@@ -8341,7 +9515,7 @@ export declare const triggerCatalog: ({
|
|
|
8341
9515
|
}];
|
|
8342
9516
|
readonly serviceId: "asana";
|
|
8343
9517
|
};
|
|
8344
|
-
type: "asana.
|
|
9518
|
+
type: "asana.task.tag.added";
|
|
8345
9519
|
} | {
|
|
8346
9520
|
name: string;
|
|
8347
9521
|
account: {
|
|
@@ -8350,7 +9524,7 @@ export declare const triggerCatalog: ({
|
|
|
8350
9524
|
}];
|
|
8351
9525
|
readonly serviceId: "asana";
|
|
8352
9526
|
};
|
|
8353
|
-
type: "asana.
|
|
9527
|
+
type: "asana.task.tag.removed";
|
|
8354
9528
|
} | {
|
|
8355
9529
|
name: string;
|
|
8356
9530
|
account: {
|
|
@@ -8359,253 +9533,253 @@ export declare const triggerCatalog: ({
|
|
|
8359
9533
|
}];
|
|
8360
9534
|
readonly serviceId: "asana";
|
|
8361
9535
|
};
|
|
8362
|
-
type: "asana.
|
|
9536
|
+
type: "asana.task.unassigned";
|
|
8363
9537
|
} | {
|
|
8364
9538
|
name: string;
|
|
9539
|
+
type: "brevo.event";
|
|
8365
9540
|
account: {
|
|
8366
9541
|
readonly connectionOptions: readonly [{
|
|
8367
|
-
readonly requiredScopes: readonly [
|
|
9542
|
+
readonly requiredScopes: readonly [];
|
|
8368
9543
|
}];
|
|
8369
|
-
readonly serviceId: "
|
|
9544
|
+
readonly serviceId: "brevo";
|
|
8370
9545
|
};
|
|
8371
|
-
type: "asana.project.removed";
|
|
8372
9546
|
} | {
|
|
8373
9547
|
name: string;
|
|
9548
|
+
type: "brevo.transactionalEmail.event";
|
|
8374
9549
|
account: {
|
|
8375
9550
|
readonly connectionOptions: readonly [{
|
|
8376
|
-
readonly requiredScopes: readonly [
|
|
9551
|
+
readonly requiredScopes: readonly [];
|
|
8377
9552
|
}];
|
|
8378
|
-
readonly serviceId: "
|
|
9553
|
+
readonly serviceId: "brevo";
|
|
8379
9554
|
};
|
|
8380
|
-
type: "asana.project.restored";
|
|
8381
9555
|
} | {
|
|
8382
9556
|
name: string;
|
|
9557
|
+
type: "brevo.transactionalEmail.sent";
|
|
8383
9558
|
account: {
|
|
8384
9559
|
readonly connectionOptions: readonly [{
|
|
8385
|
-
readonly requiredScopes: readonly [
|
|
9560
|
+
readonly requiredScopes: readonly [];
|
|
8386
9561
|
}];
|
|
8387
|
-
readonly serviceId: "
|
|
9562
|
+
readonly serviceId: "brevo";
|
|
8388
9563
|
};
|
|
8389
|
-
type: "asana.resource.event";
|
|
8390
9564
|
} | {
|
|
8391
9565
|
name: string;
|
|
9566
|
+
type: "brevo.transactionalEmail.delivered";
|
|
8392
9567
|
account: {
|
|
8393
9568
|
readonly connectionOptions: readonly [{
|
|
8394
|
-
readonly requiredScopes: readonly [
|
|
9569
|
+
readonly requiredScopes: readonly [];
|
|
8395
9570
|
}];
|
|
8396
|
-
readonly serviceId: "
|
|
9571
|
+
readonly serviceId: "brevo";
|
|
8397
9572
|
};
|
|
8398
|
-
type: "asana.section.added";
|
|
8399
9573
|
} | {
|
|
8400
9574
|
name: string;
|
|
9575
|
+
type: "brevo.transactionalEmail.hardBounced";
|
|
8401
9576
|
account: {
|
|
8402
9577
|
readonly connectionOptions: readonly [{
|
|
8403
|
-
readonly requiredScopes: readonly [
|
|
9578
|
+
readonly requiredScopes: readonly [];
|
|
8404
9579
|
}];
|
|
8405
|
-
readonly serviceId: "
|
|
9580
|
+
readonly serviceId: "brevo";
|
|
8406
9581
|
};
|
|
8407
|
-
type: "asana.section.changed";
|
|
8408
9582
|
} | {
|
|
8409
9583
|
name: string;
|
|
9584
|
+
type: "brevo.transactionalEmail.softBounced";
|
|
8410
9585
|
account: {
|
|
8411
9586
|
readonly connectionOptions: readonly [{
|
|
8412
|
-
readonly requiredScopes: readonly [
|
|
9587
|
+
readonly requiredScopes: readonly [];
|
|
8413
9588
|
}];
|
|
8414
|
-
readonly serviceId: "
|
|
9589
|
+
readonly serviceId: "brevo";
|
|
8415
9590
|
};
|
|
8416
|
-
type: "asana.section.deleted";
|
|
8417
9591
|
} | {
|
|
8418
9592
|
name: string;
|
|
9593
|
+
type: "brevo.transactionalEmail.blocked";
|
|
8419
9594
|
account: {
|
|
8420
9595
|
readonly connectionOptions: readonly [{
|
|
8421
|
-
readonly requiredScopes: readonly [
|
|
9596
|
+
readonly requiredScopes: readonly [];
|
|
8422
9597
|
}];
|
|
8423
|
-
readonly serviceId: "
|
|
9598
|
+
readonly serviceId: "brevo";
|
|
8424
9599
|
};
|
|
8425
|
-
type: "asana.section.restored";
|
|
8426
9600
|
} | {
|
|
8427
9601
|
name: string;
|
|
9602
|
+
type: "brevo.transactionalEmail.markedAsSpam";
|
|
8428
9603
|
account: {
|
|
8429
9604
|
readonly connectionOptions: readonly [{
|
|
8430
|
-
readonly requiredScopes: readonly [
|
|
9605
|
+
readonly requiredScopes: readonly [];
|
|
8431
9606
|
}];
|
|
8432
|
-
readonly serviceId: "
|
|
9607
|
+
readonly serviceId: "brevo";
|
|
8433
9608
|
};
|
|
8434
|
-
type: "asana.tag.added";
|
|
8435
9609
|
} | {
|
|
8436
9610
|
name: string;
|
|
9611
|
+
type: "brevo.transactionalEmail.invalid";
|
|
8437
9612
|
account: {
|
|
8438
9613
|
readonly connectionOptions: readonly [{
|
|
8439
|
-
readonly requiredScopes: readonly [
|
|
9614
|
+
readonly requiredScopes: readonly [];
|
|
8440
9615
|
}];
|
|
8441
|
-
readonly serviceId: "
|
|
9616
|
+
readonly serviceId: "brevo";
|
|
8442
9617
|
};
|
|
8443
|
-
type: "asana.tag.changed";
|
|
8444
9618
|
} | {
|
|
8445
9619
|
name: string;
|
|
9620
|
+
type: "brevo.transactionalEmail.deferred";
|
|
8446
9621
|
account: {
|
|
8447
9622
|
readonly connectionOptions: readonly [{
|
|
8448
|
-
readonly requiredScopes: readonly [
|
|
9623
|
+
readonly requiredScopes: readonly [];
|
|
8449
9624
|
}];
|
|
8450
|
-
readonly serviceId: "
|
|
9625
|
+
readonly serviceId: "brevo";
|
|
8451
9626
|
};
|
|
8452
|
-
type: "asana.tag.deleted";
|
|
8453
9627
|
} | {
|
|
8454
9628
|
name: string;
|
|
9629
|
+
type: "brevo.transactionalEmail.clicked";
|
|
8455
9630
|
account: {
|
|
8456
9631
|
readonly connectionOptions: readonly [{
|
|
8457
|
-
readonly requiredScopes: readonly [
|
|
9632
|
+
readonly requiredScopes: readonly [];
|
|
8458
9633
|
}];
|
|
8459
|
-
readonly serviceId: "
|
|
9634
|
+
readonly serviceId: "brevo";
|
|
8460
9635
|
};
|
|
8461
|
-
type: "asana.tag.restored";
|
|
8462
9636
|
} | {
|
|
8463
9637
|
name: string;
|
|
9638
|
+
type: "brevo.transactionalEmail.opened";
|
|
8464
9639
|
account: {
|
|
8465
9640
|
readonly connectionOptions: readonly [{
|
|
8466
|
-
readonly requiredScopes: readonly [
|
|
9641
|
+
readonly requiredScopes: readonly [];
|
|
8467
9642
|
}];
|
|
8468
|
-
readonly serviceId: "
|
|
9643
|
+
readonly serviceId: "brevo";
|
|
8469
9644
|
};
|
|
8470
|
-
type: "asana.task.added";
|
|
8471
9645
|
} | {
|
|
8472
9646
|
name: string;
|
|
9647
|
+
type: "brevo.transactionalEmail.firstOpened";
|
|
8473
9648
|
account: {
|
|
8474
9649
|
readonly connectionOptions: readonly [{
|
|
8475
|
-
readonly requiredScopes: readonly [
|
|
9650
|
+
readonly requiredScopes: readonly [];
|
|
8476
9651
|
}];
|
|
8477
|
-
readonly serviceId: "
|
|
9652
|
+
readonly serviceId: "brevo";
|
|
8478
9653
|
};
|
|
8479
|
-
type: "asana.task.assigned";
|
|
8480
9654
|
} | {
|
|
8481
9655
|
name: string;
|
|
9656
|
+
type: "brevo.transactionalEmail.unsubscribed";
|
|
8482
9657
|
account: {
|
|
8483
9658
|
readonly connectionOptions: readonly [{
|
|
8484
|
-
readonly requiredScopes: readonly [
|
|
9659
|
+
readonly requiredScopes: readonly [];
|
|
8485
9660
|
}];
|
|
8486
|
-
readonly serviceId: "
|
|
9661
|
+
readonly serviceId: "brevo";
|
|
8487
9662
|
};
|
|
8488
|
-
type: "asana.task.changed";
|
|
8489
9663
|
} | {
|
|
8490
9664
|
name: string;
|
|
9665
|
+
type: "brevo.transactionalSms.event";
|
|
8491
9666
|
account: {
|
|
8492
9667
|
readonly connectionOptions: readonly [{
|
|
8493
|
-
readonly requiredScopes: readonly [
|
|
9668
|
+
readonly requiredScopes: readonly [];
|
|
8494
9669
|
}];
|
|
8495
|
-
readonly serviceId: "
|
|
9670
|
+
readonly serviceId: "brevo";
|
|
8496
9671
|
};
|
|
8497
|
-
type: "asana.task.completed";
|
|
8498
9672
|
} | {
|
|
8499
9673
|
name: string;
|
|
9674
|
+
type: "brevo.transactionalSms.sent";
|
|
8500
9675
|
account: {
|
|
8501
9676
|
readonly connectionOptions: readonly [{
|
|
8502
|
-
readonly requiredScopes: readonly [
|
|
9677
|
+
readonly requiredScopes: readonly [];
|
|
8503
9678
|
}];
|
|
8504
|
-
readonly serviceId: "
|
|
9679
|
+
readonly serviceId: "brevo";
|
|
8505
9680
|
};
|
|
8506
|
-
type: "asana.task.deleted";
|
|
8507
9681
|
} | {
|
|
8508
9682
|
name: string;
|
|
9683
|
+
type: "brevo.transactionalSms.delivered";
|
|
8509
9684
|
account: {
|
|
8510
9685
|
readonly connectionOptions: readonly [{
|
|
8511
|
-
readonly requiredScopes: readonly [
|
|
9686
|
+
readonly requiredScopes: readonly [];
|
|
8512
9687
|
}];
|
|
8513
|
-
readonly serviceId: "
|
|
9688
|
+
readonly serviceId: "brevo";
|
|
8514
9689
|
};
|
|
8515
|
-
type: "asana.task.due-date.changed";
|
|
8516
9690
|
} | {
|
|
8517
9691
|
name: string;
|
|
9692
|
+
type: "brevo.transactionalSms.hardBounced";
|
|
8518
9693
|
account: {
|
|
8519
9694
|
readonly connectionOptions: readonly [{
|
|
8520
|
-
readonly requiredScopes: readonly [
|
|
9695
|
+
readonly requiredScopes: readonly [];
|
|
8521
9696
|
}];
|
|
8522
|
-
readonly serviceId: "
|
|
9697
|
+
readonly serviceId: "brevo";
|
|
8523
9698
|
};
|
|
8524
|
-
type: "asana.task.follower.added";
|
|
8525
9699
|
} | {
|
|
8526
9700
|
name: string;
|
|
9701
|
+
type: "brevo.transactionalSms.softBounced";
|
|
8527
9702
|
account: {
|
|
8528
9703
|
readonly connectionOptions: readonly [{
|
|
8529
|
-
readonly requiredScopes: readonly [
|
|
9704
|
+
readonly requiredScopes: readonly [];
|
|
8530
9705
|
}];
|
|
8531
|
-
readonly serviceId: "
|
|
9706
|
+
readonly serviceId: "brevo";
|
|
8532
9707
|
};
|
|
8533
|
-
type: "asana.task.follower.removed";
|
|
8534
9708
|
} | {
|
|
8535
9709
|
name: string;
|
|
9710
|
+
type: "brevo.transactionalSms.replied";
|
|
8536
9711
|
account: {
|
|
8537
9712
|
readonly connectionOptions: readonly [{
|
|
8538
|
-
readonly requiredScopes: readonly [
|
|
9713
|
+
readonly requiredScopes: readonly [];
|
|
8539
9714
|
}];
|
|
8540
|
-
readonly serviceId: "
|
|
9715
|
+
readonly serviceId: "brevo";
|
|
8541
9716
|
};
|
|
8542
|
-
type: "asana.task.incomplete";
|
|
8543
9717
|
} | {
|
|
8544
9718
|
name: string;
|
|
9719
|
+
type: "brevo.transactionalSms.unsubscribed";
|
|
8545
9720
|
account: {
|
|
8546
9721
|
readonly connectionOptions: readonly [{
|
|
8547
|
-
readonly requiredScopes: readonly [
|
|
9722
|
+
readonly requiredScopes: readonly [];
|
|
8548
9723
|
}];
|
|
8549
|
-
readonly serviceId: "
|
|
9724
|
+
readonly serviceId: "brevo";
|
|
8550
9725
|
};
|
|
8551
|
-
type: "asana.task.project.added";
|
|
8552
9726
|
} | {
|
|
8553
9727
|
name: string;
|
|
9728
|
+
type: "brevo.marketingEmail.event";
|
|
8554
9729
|
account: {
|
|
8555
9730
|
readonly connectionOptions: readonly [{
|
|
8556
|
-
readonly requiredScopes: readonly [
|
|
9731
|
+
readonly requiredScopes: readonly [];
|
|
8557
9732
|
}];
|
|
8558
|
-
readonly serviceId: "
|
|
9733
|
+
readonly serviceId: "brevo";
|
|
8559
9734
|
};
|
|
8560
|
-
type: "asana.task.project.removed";
|
|
8561
9735
|
} | {
|
|
8562
9736
|
name: string;
|
|
9737
|
+
type: "brevo.marketingEmail.delivered";
|
|
8563
9738
|
account: {
|
|
8564
9739
|
readonly connectionOptions: readonly [{
|
|
8565
|
-
readonly requiredScopes: readonly [
|
|
9740
|
+
readonly requiredScopes: readonly [];
|
|
8566
9741
|
}];
|
|
8567
|
-
readonly serviceId: "
|
|
9742
|
+
readonly serviceId: "brevo";
|
|
8568
9743
|
};
|
|
8569
|
-
type: "asana.task.removed";
|
|
8570
9744
|
} | {
|
|
8571
9745
|
name: string;
|
|
9746
|
+
type: "brevo.marketingEmail.hardBounced";
|
|
8572
9747
|
account: {
|
|
8573
9748
|
readonly connectionOptions: readonly [{
|
|
8574
|
-
readonly requiredScopes: readonly [
|
|
9749
|
+
readonly requiredScopes: readonly [];
|
|
8575
9750
|
}];
|
|
8576
|
-
readonly serviceId: "
|
|
9751
|
+
readonly serviceId: "brevo";
|
|
8577
9752
|
};
|
|
8578
|
-
type: "asana.task.restored";
|
|
8579
9753
|
} | {
|
|
8580
9754
|
name: string;
|
|
9755
|
+
type: "brevo.marketingEmail.softBounced";
|
|
8581
9756
|
account: {
|
|
8582
9757
|
readonly connectionOptions: readonly [{
|
|
8583
|
-
readonly requiredScopes: readonly [
|
|
9758
|
+
readonly requiredScopes: readonly [];
|
|
8584
9759
|
}];
|
|
8585
|
-
readonly serviceId: "
|
|
9760
|
+
readonly serviceId: "brevo";
|
|
8586
9761
|
};
|
|
8587
|
-
type: "asana.task.tag.added";
|
|
8588
9762
|
} | {
|
|
8589
9763
|
name: string;
|
|
9764
|
+
type: "brevo.marketingEmail.markedAsSpam";
|
|
8590
9765
|
account: {
|
|
8591
9766
|
readonly connectionOptions: readonly [{
|
|
8592
|
-
readonly requiredScopes: readonly [
|
|
9767
|
+
readonly requiredScopes: readonly [];
|
|
8593
9768
|
}];
|
|
8594
|
-
readonly serviceId: "
|
|
9769
|
+
readonly serviceId: "brevo";
|
|
8595
9770
|
};
|
|
8596
|
-
type: "asana.task.tag.removed";
|
|
8597
9771
|
} | {
|
|
8598
9772
|
name: string;
|
|
9773
|
+
type: "brevo.marketingEmail.opened";
|
|
8599
9774
|
account: {
|
|
8600
9775
|
readonly connectionOptions: readonly [{
|
|
8601
|
-
readonly requiredScopes: readonly [
|
|
9776
|
+
readonly requiredScopes: readonly [];
|
|
8602
9777
|
}];
|
|
8603
|
-
readonly serviceId: "
|
|
9778
|
+
readonly serviceId: "brevo";
|
|
8604
9779
|
};
|
|
8605
|
-
type: "asana.task.unassigned";
|
|
8606
9780
|
} | {
|
|
8607
9781
|
name: string;
|
|
8608
|
-
type: "brevo.
|
|
9782
|
+
type: "brevo.marketingEmail.clicked";
|
|
8609
9783
|
account: {
|
|
8610
9784
|
readonly connectionOptions: readonly [{
|
|
8611
9785
|
readonly requiredScopes: readonly [];
|
|
@@ -8614,7 +9788,7 @@ export declare const triggerCatalog: ({
|
|
|
8614
9788
|
};
|
|
8615
9789
|
} | {
|
|
8616
9790
|
name: string;
|
|
8617
|
-
type: "brevo.
|
|
9791
|
+
type: "brevo.marketingEmail.unsubscribed";
|
|
8618
9792
|
account: {
|
|
8619
9793
|
readonly connectionOptions: readonly [{
|
|
8620
9794
|
readonly requiredScopes: readonly [];
|
|
@@ -8623,7 +9797,7 @@ export declare const triggerCatalog: ({
|
|
|
8623
9797
|
};
|
|
8624
9798
|
} | {
|
|
8625
9799
|
name: string;
|
|
8626
|
-
type: "brevo.
|
|
9800
|
+
type: "brevo.contact.event";
|
|
8627
9801
|
account: {
|
|
8628
9802
|
readonly connectionOptions: readonly [{
|
|
8629
9803
|
readonly requiredScopes: readonly [];
|
|
@@ -8632,7 +9806,7 @@ export declare const triggerCatalog: ({
|
|
|
8632
9806
|
};
|
|
8633
9807
|
} | {
|
|
8634
9808
|
name: string;
|
|
8635
|
-
type: "brevo.
|
|
9809
|
+
type: "brevo.contact.addedToList";
|
|
8636
9810
|
account: {
|
|
8637
9811
|
readonly connectionOptions: readonly [{
|
|
8638
9812
|
readonly requiredScopes: readonly [];
|
|
@@ -8641,7 +9815,7 @@ export declare const triggerCatalog: ({
|
|
|
8641
9815
|
};
|
|
8642
9816
|
} | {
|
|
8643
9817
|
name: string;
|
|
8644
|
-
type: "brevo.
|
|
9818
|
+
type: "brevo.contact.updated";
|
|
8645
9819
|
account: {
|
|
8646
9820
|
readonly connectionOptions: readonly [{
|
|
8647
9821
|
readonly requiredScopes: readonly [];
|
|
@@ -8650,7 +9824,7 @@ export declare const triggerCatalog: ({
|
|
|
8650
9824
|
};
|
|
8651
9825
|
} | {
|
|
8652
9826
|
name: string;
|
|
8653
|
-
type: "brevo.
|
|
9827
|
+
type: "brevo.contact.deleted";
|
|
8654
9828
|
account: {
|
|
8655
9829
|
readonly connectionOptions: readonly [{
|
|
8656
9830
|
readonly requiredScopes: readonly [];
|
|
@@ -8659,7 +9833,7 @@ export declare const triggerCatalog: ({
|
|
|
8659
9833
|
};
|
|
8660
9834
|
} | {
|
|
8661
9835
|
name: string;
|
|
8662
|
-
type: "brevo.
|
|
9836
|
+
type: "brevo.marketingSms.event";
|
|
8663
9837
|
account: {
|
|
8664
9838
|
readonly connectionOptions: readonly [{
|
|
8665
9839
|
readonly requiredScopes: readonly [];
|
|
@@ -8668,7 +9842,7 @@ export declare const triggerCatalog: ({
|
|
|
8668
9842
|
};
|
|
8669
9843
|
} | {
|
|
8670
9844
|
name: string;
|
|
8671
|
-
type: "brevo.
|
|
9845
|
+
type: "brevo.marketingSms.sent";
|
|
8672
9846
|
account: {
|
|
8673
9847
|
readonly connectionOptions: readonly [{
|
|
8674
9848
|
readonly requiredScopes: readonly [];
|
|
@@ -8677,7 +9851,7 @@ export declare const triggerCatalog: ({
|
|
|
8677
9851
|
};
|
|
8678
9852
|
} | {
|
|
8679
9853
|
name: string;
|
|
8680
|
-
type: "brevo.
|
|
9854
|
+
type: "brevo.marketingSms.delivered";
|
|
8681
9855
|
account: {
|
|
8682
9856
|
readonly connectionOptions: readonly [{
|
|
8683
9857
|
readonly requiredScopes: readonly [];
|
|
@@ -8686,7 +9860,7 @@ export declare const triggerCatalog: ({
|
|
|
8686
9860
|
};
|
|
8687
9861
|
} | {
|
|
8688
9862
|
name: string;
|
|
8689
|
-
type: "brevo.
|
|
9863
|
+
type: "brevo.marketingSms.hardBounced";
|
|
8690
9864
|
account: {
|
|
8691
9865
|
readonly connectionOptions: readonly [{
|
|
8692
9866
|
readonly requiredScopes: readonly [];
|
|
@@ -8695,7 +9869,7 @@ export declare const triggerCatalog: ({
|
|
|
8695
9869
|
};
|
|
8696
9870
|
} | {
|
|
8697
9871
|
name: string;
|
|
8698
|
-
type: "brevo.
|
|
9872
|
+
type: "brevo.marketingSms.softBounced";
|
|
8699
9873
|
account: {
|
|
8700
9874
|
readonly connectionOptions: readonly [{
|
|
8701
9875
|
readonly requiredScopes: readonly [];
|
|
@@ -8704,7 +9878,16 @@ export declare const triggerCatalog: ({
|
|
|
8704
9878
|
};
|
|
8705
9879
|
} | {
|
|
8706
9880
|
name: string;
|
|
8707
|
-
type: "brevo.
|
|
9881
|
+
type: "brevo.marketingSms.replied";
|
|
9882
|
+
account: {
|
|
9883
|
+
readonly connectionOptions: readonly [{
|
|
9884
|
+
readonly requiredScopes: readonly [];
|
|
9885
|
+
}];
|
|
9886
|
+
readonly serviceId: "brevo";
|
|
9887
|
+
};
|
|
9888
|
+
} | {
|
|
9889
|
+
name: string;
|
|
9890
|
+
type: "brevo.marketingSms.unsubscribed";
|
|
8708
9891
|
account: {
|
|
8709
9892
|
readonly connectionOptions: readonly [{
|
|
8710
9893
|
readonly requiredScopes: readonly [];
|
|
@@ -8713,376 +9896,385 @@ export declare const triggerCatalog: ({
|
|
|
8713
9896
|
};
|
|
8714
9897
|
} | {
|
|
8715
9898
|
name: string;
|
|
8716
|
-
type: "brevo.transactionalEmail.firstOpened";
|
|
8717
9899
|
account: {
|
|
8718
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";
|
|
8719
9918
|
readonly requiredScopes: readonly [];
|
|
8720
9919
|
}];
|
|
8721
|
-
readonly serviceId: "
|
|
9920
|
+
readonly serviceId: "convex";
|
|
8722
9921
|
};
|
|
9922
|
+
type: "convex.document.deleted";
|
|
8723
9923
|
} | {
|
|
8724
9924
|
name: string;
|
|
8725
|
-
type: "brevo.transactionalEmail.unsubscribed";
|
|
8726
9925
|
account: {
|
|
8727
9926
|
readonly connectionOptions: readonly [{
|
|
9927
|
+
readonly connectionMethodId: "oauth";
|
|
9928
|
+
readonly requiredScopes: readonly [];
|
|
9929
|
+
}, {
|
|
9930
|
+
readonly connectionMethodId: "deployment-key";
|
|
8728
9931
|
readonly requiredScopes: readonly [];
|
|
8729
9932
|
}];
|
|
8730
|
-
readonly serviceId: "
|
|
9933
|
+
readonly serviceId: "convex";
|
|
8731
9934
|
};
|
|
9935
|
+
type: "convex.document.event";
|
|
8732
9936
|
} | {
|
|
8733
9937
|
name: string;
|
|
8734
|
-
type: "brevo.transactionalSms.event";
|
|
8735
9938
|
account: {
|
|
8736
9939
|
readonly connectionOptions: readonly [{
|
|
9940
|
+
readonly connectionMethodId: "oauth";
|
|
9941
|
+
readonly requiredScopes: readonly [];
|
|
9942
|
+
}, {
|
|
9943
|
+
readonly connectionMethodId: "deployment-key";
|
|
8737
9944
|
readonly requiredScopes: readonly [];
|
|
8738
9945
|
}];
|
|
8739
|
-
readonly serviceId: "
|
|
9946
|
+
readonly serviceId: "convex";
|
|
8740
9947
|
};
|
|
9948
|
+
type: "convex.document.updated";
|
|
8741
9949
|
} | {
|
|
8742
9950
|
name: string;
|
|
8743
|
-
type: "brevo.transactionalSms.sent";
|
|
8744
9951
|
account: {
|
|
8745
9952
|
readonly connectionOptions: readonly [{
|
|
9953
|
+
readonly connectionMethodId: "deployment-key";
|
|
8746
9954
|
readonly requiredScopes: readonly [];
|
|
8747
9955
|
}];
|
|
8748
|
-
readonly serviceId: "
|
|
9956
|
+
readonly serviceId: "convex";
|
|
8749
9957
|
};
|
|
9958
|
+
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
9959
|
+
copyable: true;
|
|
9960
|
+
value: string;
|
|
9961
|
+
};
|
|
9962
|
+
type: "convex.event.received";
|
|
8750
9963
|
} | {
|
|
8751
9964
|
name: string;
|
|
8752
|
-
type: "brevo.transactionalSms.delivered";
|
|
8753
9965
|
account: {
|
|
8754
9966
|
readonly connectionOptions: readonly [{
|
|
8755
9967
|
readonly requiredScopes: readonly [];
|
|
8756
9968
|
}];
|
|
8757
|
-
readonly serviceId: "
|
|
9969
|
+
readonly serviceId: "discord";
|
|
8758
9970
|
};
|
|
9971
|
+
type: "discord.application.authorized";
|
|
8759
9972
|
} | {
|
|
8760
9973
|
name: string;
|
|
8761
|
-
type: "brevo.transactionalSms.hardBounced";
|
|
8762
9974
|
account: {
|
|
8763
9975
|
readonly connectionOptions: readonly [{
|
|
8764
9976
|
readonly requiredScopes: readonly [];
|
|
8765
9977
|
}];
|
|
8766
|
-
readonly serviceId: "
|
|
9978
|
+
readonly serviceId: "discord";
|
|
8767
9979
|
};
|
|
9980
|
+
type: "discord.application.deauthorized";
|
|
8768
9981
|
} | {
|
|
8769
9982
|
name: string;
|
|
8770
|
-
type: "brevo.transactionalSms.softBounced";
|
|
8771
9983
|
account: {
|
|
8772
9984
|
readonly connectionOptions: readonly [{
|
|
8773
9985
|
readonly requiredScopes: readonly [];
|
|
8774
9986
|
}];
|
|
8775
|
-
readonly serviceId: "
|
|
9987
|
+
readonly serviceId: "discord";
|
|
8776
9988
|
};
|
|
9989
|
+
type: "discord.entitlement.created";
|
|
8777
9990
|
} | {
|
|
8778
9991
|
name: string;
|
|
8779
|
-
type: "brevo.transactionalSms.replied";
|
|
8780
9992
|
account: {
|
|
8781
9993
|
readonly connectionOptions: readonly [{
|
|
8782
9994
|
readonly requiredScopes: readonly [];
|
|
8783
9995
|
}];
|
|
8784
|
-
readonly serviceId: "
|
|
9996
|
+
readonly serviceId: "discord";
|
|
8785
9997
|
};
|
|
9998
|
+
type: "discord.entitlement.deleted";
|
|
8786
9999
|
} | {
|
|
8787
10000
|
name: string;
|
|
8788
|
-
type: "brevo.transactionalSms.unsubscribed";
|
|
8789
10001
|
account: {
|
|
8790
10002
|
readonly connectionOptions: readonly [{
|
|
8791
10003
|
readonly requiredScopes: readonly [];
|
|
8792
10004
|
}];
|
|
8793
|
-
readonly serviceId: "
|
|
10005
|
+
readonly serviceId: "discord";
|
|
8794
10006
|
};
|
|
10007
|
+
type: "discord.entitlement.updated";
|
|
8795
10008
|
} | {
|
|
8796
10009
|
name: string;
|
|
8797
|
-
type: "brevo.marketingEmail.event";
|
|
8798
10010
|
account: {
|
|
8799
10011
|
readonly connectionOptions: readonly [{
|
|
8800
10012
|
readonly requiredScopes: readonly [];
|
|
8801
10013
|
}];
|
|
8802
|
-
readonly serviceId: "
|
|
10014
|
+
readonly serviceId: "discord";
|
|
8803
10015
|
};
|
|
10016
|
+
type: "discord.webhook.event";
|
|
8804
10017
|
} | {
|
|
8805
10018
|
name: string;
|
|
8806
|
-
type: "brevo.marketingEmail.delivered";
|
|
8807
10019
|
account: {
|
|
8808
10020
|
readonly connectionOptions: readonly [{
|
|
8809
10021
|
readonly requiredScopes: readonly [];
|
|
8810
10022
|
}];
|
|
8811
|
-
readonly serviceId: "
|
|
10023
|
+
readonly serviceId: "close";
|
|
8812
10024
|
};
|
|
10025
|
+
type: "close.call.answered";
|
|
8813
10026
|
} | {
|
|
8814
10027
|
name: string;
|
|
8815
|
-
type: "brevo.marketingEmail.hardBounced";
|
|
8816
10028
|
account: {
|
|
8817
10029
|
readonly connectionOptions: readonly [{
|
|
8818
10030
|
readonly requiredScopes: readonly [];
|
|
8819
10031
|
}];
|
|
8820
|
-
readonly serviceId: "
|
|
10032
|
+
readonly serviceId: "close";
|
|
8821
10033
|
};
|
|
10034
|
+
type: "close.call.completed";
|
|
8822
10035
|
} | {
|
|
8823
10036
|
name: string;
|
|
8824
|
-
type: "brevo.marketingEmail.softBounced";
|
|
8825
10037
|
account: {
|
|
8826
10038
|
readonly connectionOptions: readonly [{
|
|
8827
10039
|
readonly requiredScopes: readonly [];
|
|
8828
10040
|
}];
|
|
8829
|
-
readonly serviceId: "
|
|
10041
|
+
readonly serviceId: "close";
|
|
8830
10042
|
};
|
|
10043
|
+
type: "close.comment.created";
|
|
8831
10044
|
} | {
|
|
8832
10045
|
name: string;
|
|
8833
|
-
type: "brevo.marketingEmail.markedAsSpam";
|
|
8834
10046
|
account: {
|
|
8835
10047
|
readonly connectionOptions: readonly [{
|
|
8836
10048
|
readonly requiredScopes: readonly [];
|
|
8837
10049
|
}];
|
|
8838
|
-
readonly serviceId: "
|
|
10050
|
+
readonly serviceId: "close";
|
|
8839
10051
|
};
|
|
10052
|
+
type: "close.comment.deleted";
|
|
8840
10053
|
} | {
|
|
8841
10054
|
name: string;
|
|
8842
|
-
type: "brevo.marketingEmail.opened";
|
|
8843
10055
|
account: {
|
|
8844
10056
|
readonly connectionOptions: readonly [{
|
|
8845
10057
|
readonly requiredScopes: readonly [];
|
|
8846
10058
|
}];
|
|
8847
|
-
readonly serviceId: "
|
|
10059
|
+
readonly serviceId: "close";
|
|
8848
10060
|
};
|
|
10061
|
+
type: "close.comment.updated";
|
|
8849
10062
|
} | {
|
|
8850
10063
|
name: string;
|
|
8851
|
-
type: "brevo.marketingEmail.clicked";
|
|
8852
10064
|
account: {
|
|
8853
10065
|
readonly connectionOptions: readonly [{
|
|
8854
10066
|
readonly requiredScopes: readonly [];
|
|
8855
10067
|
}];
|
|
8856
|
-
readonly serviceId: "
|
|
10068
|
+
readonly serviceId: "close";
|
|
8857
10069
|
};
|
|
10070
|
+
type: "close.contact.created";
|
|
8858
10071
|
} | {
|
|
8859
10072
|
name: string;
|
|
8860
|
-
type: "brevo.marketingEmail.unsubscribed";
|
|
8861
10073
|
account: {
|
|
8862
10074
|
readonly connectionOptions: readonly [{
|
|
8863
10075
|
readonly requiredScopes: readonly [];
|
|
8864
10076
|
}];
|
|
8865
|
-
readonly serviceId: "
|
|
10077
|
+
readonly serviceId: "close";
|
|
8866
10078
|
};
|
|
10079
|
+
type: "close.contact.deleted";
|
|
8867
10080
|
} | {
|
|
8868
10081
|
name: string;
|
|
8869
|
-
type: "brevo.contact.event";
|
|
8870
10082
|
account: {
|
|
8871
10083
|
readonly connectionOptions: readonly [{
|
|
8872
10084
|
readonly requiredScopes: readonly [];
|
|
8873
10085
|
}];
|
|
8874
|
-
readonly serviceId: "
|
|
10086
|
+
readonly serviceId: "close";
|
|
8875
10087
|
};
|
|
10088
|
+
type: "close.contact.updated";
|
|
8876
10089
|
} | {
|
|
8877
10090
|
name: string;
|
|
8878
|
-
type: "brevo.contact.addedToList";
|
|
8879
10091
|
account: {
|
|
8880
10092
|
readonly connectionOptions: readonly [{
|
|
8881
10093
|
readonly requiredScopes: readonly [];
|
|
8882
10094
|
}];
|
|
8883
|
-
readonly serviceId: "
|
|
10095
|
+
readonly serviceId: "close";
|
|
8884
10096
|
};
|
|
10097
|
+
type: "close.email.received";
|
|
8885
10098
|
} | {
|
|
8886
10099
|
name: string;
|
|
8887
|
-
type: "brevo.contact.updated";
|
|
8888
10100
|
account: {
|
|
8889
10101
|
readonly connectionOptions: readonly [{
|
|
8890
10102
|
readonly requiredScopes: readonly [];
|
|
8891
10103
|
}];
|
|
8892
|
-
readonly serviceId: "
|
|
10104
|
+
readonly serviceId: "close";
|
|
8893
10105
|
};
|
|
10106
|
+
type: "close.email.sent";
|
|
8894
10107
|
} | {
|
|
8895
10108
|
name: string;
|
|
8896
|
-
type: "brevo.contact.deleted";
|
|
8897
10109
|
account: {
|
|
8898
10110
|
readonly connectionOptions: readonly [{
|
|
8899
10111
|
readonly requiredScopes: readonly [];
|
|
8900
10112
|
}];
|
|
8901
|
-
readonly serviceId: "
|
|
10113
|
+
readonly serviceId: "close";
|
|
8902
10114
|
};
|
|
10115
|
+
type: "close.event";
|
|
8903
10116
|
} | {
|
|
8904
10117
|
name: string;
|
|
8905
|
-
type: "brevo.marketingSms.event";
|
|
8906
10118
|
account: {
|
|
8907
10119
|
readonly connectionOptions: readonly [{
|
|
8908
10120
|
readonly requiredScopes: readonly [];
|
|
8909
10121
|
}];
|
|
8910
|
-
readonly serviceId: "
|
|
10122
|
+
readonly serviceId: "close";
|
|
8911
10123
|
};
|
|
10124
|
+
type: "close.lead.created";
|
|
8912
10125
|
} | {
|
|
8913
10126
|
name: string;
|
|
8914
|
-
type: "brevo.marketingSms.sent";
|
|
8915
10127
|
account: {
|
|
8916
10128
|
readonly connectionOptions: readonly [{
|
|
8917
10129
|
readonly requiredScopes: readonly [];
|
|
8918
10130
|
}];
|
|
8919
|
-
readonly serviceId: "
|
|
10131
|
+
readonly serviceId: "close";
|
|
8920
10132
|
};
|
|
10133
|
+
type: "close.lead.deleted";
|
|
8921
10134
|
} | {
|
|
8922
10135
|
name: string;
|
|
8923
|
-
type: "brevo.marketingSms.delivered";
|
|
8924
10136
|
account: {
|
|
8925
10137
|
readonly connectionOptions: readonly [{
|
|
8926
10138
|
readonly requiredScopes: readonly [];
|
|
8927
10139
|
}];
|
|
8928
|
-
readonly serviceId: "
|
|
10140
|
+
readonly serviceId: "close";
|
|
8929
10141
|
};
|
|
10142
|
+
type: "close.lead.merged";
|
|
8930
10143
|
} | {
|
|
8931
10144
|
name: string;
|
|
8932
|
-
type: "brevo.marketingSms.hardBounced";
|
|
8933
10145
|
account: {
|
|
8934
10146
|
readonly connectionOptions: readonly [{
|
|
8935
10147
|
readonly requiredScopes: readonly [];
|
|
8936
10148
|
}];
|
|
8937
|
-
readonly serviceId: "
|
|
10149
|
+
readonly serviceId: "close";
|
|
8938
10150
|
};
|
|
10151
|
+
type: "close.lead.updated";
|
|
8939
10152
|
} | {
|
|
8940
10153
|
name: string;
|
|
8941
|
-
type: "brevo.marketingSms.softBounced";
|
|
8942
10154
|
account: {
|
|
8943
10155
|
readonly connectionOptions: readonly [{
|
|
8944
10156
|
readonly requiredScopes: readonly [];
|
|
8945
10157
|
}];
|
|
8946
|
-
readonly serviceId: "
|
|
10158
|
+
readonly serviceId: "close";
|
|
8947
10159
|
};
|
|
10160
|
+
type: "close.smartView.leadEntered";
|
|
8948
10161
|
} | {
|
|
8949
10162
|
name: string;
|
|
8950
|
-
type: "brevo.marketingSms.replied";
|
|
8951
10163
|
account: {
|
|
8952
10164
|
readonly connectionOptions: readonly [{
|
|
8953
10165
|
readonly requiredScopes: readonly [];
|
|
8954
10166
|
}];
|
|
8955
|
-
readonly serviceId: "
|
|
10167
|
+
readonly serviceId: "close";
|
|
8956
10168
|
};
|
|
10169
|
+
type: "close.smartView.leadExited";
|
|
8957
10170
|
} | {
|
|
8958
10171
|
name: string;
|
|
8959
|
-
type: "brevo.marketingSms.unsubscribed";
|
|
8960
10172
|
account: {
|
|
8961
10173
|
readonly connectionOptions: readonly [{
|
|
8962
10174
|
readonly requiredScopes: readonly [];
|
|
8963
10175
|
}];
|
|
8964
|
-
readonly serviceId: "
|
|
10176
|
+
readonly serviceId: "close";
|
|
8965
10177
|
};
|
|
10178
|
+
type: "close.meeting.canceled";
|
|
8966
10179
|
} | {
|
|
8967
10180
|
name: string;
|
|
8968
10181
|
account: {
|
|
8969
10182
|
readonly connectionOptions: readonly [{
|
|
8970
|
-
readonly connectionMethodId: "oauth";
|
|
8971
|
-
readonly requiredScopes: readonly [];
|
|
8972
|
-
}, {
|
|
8973
|
-
readonly connectionMethodId: "deployment-key";
|
|
8974
10183
|
readonly requiredScopes: readonly [];
|
|
8975
10184
|
}];
|
|
8976
|
-
readonly serviceId: "
|
|
10185
|
+
readonly serviceId: "close";
|
|
8977
10186
|
};
|
|
8978
|
-
type: "
|
|
10187
|
+
type: "close.meeting.completed";
|
|
8979
10188
|
} | {
|
|
8980
10189
|
name: string;
|
|
8981
10190
|
account: {
|
|
8982
10191
|
readonly connectionOptions: readonly [{
|
|
8983
|
-
readonly connectionMethodId: "oauth";
|
|
8984
|
-
readonly requiredScopes: readonly [];
|
|
8985
|
-
}, {
|
|
8986
|
-
readonly connectionMethodId: "deployment-key";
|
|
8987
10192
|
readonly requiredScopes: readonly [];
|
|
8988
10193
|
}];
|
|
8989
|
-
readonly serviceId: "
|
|
10194
|
+
readonly serviceId: "close";
|
|
8990
10195
|
};
|
|
8991
|
-
type: "
|
|
10196
|
+
type: "close.meeting.scheduled";
|
|
8992
10197
|
} | {
|
|
8993
10198
|
name: string;
|
|
8994
10199
|
account: {
|
|
8995
10200
|
readonly connectionOptions: readonly [{
|
|
8996
|
-
readonly connectionMethodId: "oauth";
|
|
8997
|
-
readonly requiredScopes: readonly [];
|
|
8998
|
-
}, {
|
|
8999
|
-
readonly connectionMethodId: "deployment-key";
|
|
9000
10201
|
readonly requiredScopes: readonly [];
|
|
9001
10202
|
}];
|
|
9002
|
-
readonly serviceId: "
|
|
10203
|
+
readonly serviceId: "close";
|
|
9003
10204
|
};
|
|
9004
|
-
type: "
|
|
10205
|
+
type: "close.meeting.started";
|
|
9005
10206
|
} | {
|
|
9006
10207
|
name: string;
|
|
9007
10208
|
account: {
|
|
9008
10209
|
readonly connectionOptions: readonly [{
|
|
9009
|
-
readonly connectionMethodId: "oauth";
|
|
9010
|
-
readonly requiredScopes: readonly [];
|
|
9011
|
-
}, {
|
|
9012
|
-
readonly connectionMethodId: "deployment-key";
|
|
9013
10210
|
readonly requiredScopes: readonly [];
|
|
9014
10211
|
}];
|
|
9015
|
-
readonly serviceId: "
|
|
10212
|
+
readonly serviceId: "close";
|
|
9016
10213
|
};
|
|
9017
|
-
type: "
|
|
10214
|
+
type: "close.opportunity.created";
|
|
9018
10215
|
} | {
|
|
9019
10216
|
name: string;
|
|
9020
10217
|
account: {
|
|
9021
10218
|
readonly connectionOptions: readonly [{
|
|
9022
|
-
readonly connectionMethodId: "deployment-key";
|
|
9023
10219
|
readonly requiredScopes: readonly [];
|
|
9024
10220
|
}];
|
|
9025
|
-
readonly serviceId: "
|
|
9026
|
-
};
|
|
9027
|
-
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
9028
|
-
copyable: true;
|
|
9029
|
-
value: string;
|
|
10221
|
+
readonly serviceId: "close";
|
|
9030
10222
|
};
|
|
9031
|
-
type: "
|
|
10223
|
+
type: "close.opportunity.deleted";
|
|
9032
10224
|
} | {
|
|
9033
10225
|
name: string;
|
|
9034
10226
|
account: {
|
|
9035
10227
|
readonly connectionOptions: readonly [{
|
|
9036
10228
|
readonly requiredScopes: readonly [];
|
|
9037
10229
|
}];
|
|
9038
|
-
readonly serviceId: "
|
|
10230
|
+
readonly serviceId: "close";
|
|
9039
10231
|
};
|
|
9040
|
-
type: "
|
|
10232
|
+
type: "close.opportunity.lost";
|
|
9041
10233
|
} | {
|
|
9042
10234
|
name: string;
|
|
9043
10235
|
account: {
|
|
9044
10236
|
readonly connectionOptions: readonly [{
|
|
9045
10237
|
readonly requiredScopes: readonly [];
|
|
9046
10238
|
}];
|
|
9047
|
-
readonly serviceId: "
|
|
10239
|
+
readonly serviceId: "close";
|
|
9048
10240
|
};
|
|
9049
|
-
type: "
|
|
10241
|
+
type: "close.opportunity.updated";
|
|
9050
10242
|
} | {
|
|
9051
10243
|
name: string;
|
|
9052
10244
|
account: {
|
|
9053
10245
|
readonly connectionOptions: readonly [{
|
|
9054
10246
|
readonly requiredScopes: readonly [];
|
|
9055
10247
|
}];
|
|
9056
|
-
readonly serviceId: "
|
|
10248
|
+
readonly serviceId: "close";
|
|
9057
10249
|
};
|
|
9058
|
-
type: "
|
|
10250
|
+
type: "close.opportunity.won";
|
|
9059
10251
|
} | {
|
|
9060
10252
|
name: string;
|
|
9061
10253
|
account: {
|
|
9062
10254
|
readonly connectionOptions: readonly [{
|
|
9063
10255
|
readonly requiredScopes: readonly [];
|
|
9064
10256
|
}];
|
|
9065
|
-
readonly serviceId: "
|
|
10257
|
+
readonly serviceId: "close";
|
|
9066
10258
|
};
|
|
9067
|
-
type: "
|
|
10259
|
+
type: "close.sequenceSubscription.created";
|
|
9068
10260
|
} | {
|
|
9069
10261
|
name: string;
|
|
9070
10262
|
account: {
|
|
9071
10263
|
readonly connectionOptions: readonly [{
|
|
9072
10264
|
readonly requiredScopes: readonly [];
|
|
9073
10265
|
}];
|
|
9074
|
-
readonly serviceId: "
|
|
10266
|
+
readonly serviceId: "close";
|
|
9075
10267
|
};
|
|
9076
|
-
type: "
|
|
10268
|
+
type: "close.sequenceSubscription.deleted";
|
|
9077
10269
|
} | {
|
|
9078
10270
|
name: string;
|
|
9079
10271
|
account: {
|
|
9080
10272
|
readonly connectionOptions: readonly [{
|
|
9081
10273
|
readonly requiredScopes: readonly [];
|
|
9082
10274
|
}];
|
|
9083
|
-
readonly serviceId: "
|
|
10275
|
+
readonly serviceId: "close";
|
|
9084
10276
|
};
|
|
9085
|
-
type: "
|
|
10277
|
+
type: "close.sequenceSubscription.errored";
|
|
9086
10278
|
} | {
|
|
9087
10279
|
name: string;
|
|
9088
10280
|
account: {
|
|
@@ -9091,7 +10283,7 @@ export declare const triggerCatalog: ({
|
|
|
9091
10283
|
}];
|
|
9092
10284
|
readonly serviceId: "close";
|
|
9093
10285
|
};
|
|
9094
|
-
type: "close.
|
|
10286
|
+
type: "close.sequenceSubscription.finished";
|
|
9095
10287
|
} | {
|
|
9096
10288
|
name: string;
|
|
9097
10289
|
account: {
|
|
@@ -9100,7 +10292,7 @@ export declare const triggerCatalog: ({
|
|
|
9100
10292
|
}];
|
|
9101
10293
|
readonly serviceId: "close";
|
|
9102
10294
|
};
|
|
9103
|
-
type: "close.
|
|
10295
|
+
type: "close.sequenceSubscription.goalReached";
|
|
9104
10296
|
} | {
|
|
9105
10297
|
name: string;
|
|
9106
10298
|
account: {
|
|
@@ -9109,7 +10301,7 @@ export declare const triggerCatalog: ({
|
|
|
9109
10301
|
}];
|
|
9110
10302
|
readonly serviceId: "close";
|
|
9111
10303
|
};
|
|
9112
|
-
type: "close.
|
|
10304
|
+
type: "close.sequenceSubscription.paused";
|
|
9113
10305
|
} | {
|
|
9114
10306
|
name: string;
|
|
9115
10307
|
account: {
|
|
@@ -9118,7 +10310,7 @@ export declare const triggerCatalog: ({
|
|
|
9118
10310
|
}];
|
|
9119
10311
|
readonly serviceId: "close";
|
|
9120
10312
|
};
|
|
9121
|
-
type: "close.
|
|
10313
|
+
type: "close.sequenceSubscription.resumed";
|
|
9122
10314
|
} | {
|
|
9123
10315
|
name: string;
|
|
9124
10316
|
account: {
|
|
@@ -9127,7 +10319,7 @@ export declare const triggerCatalog: ({
|
|
|
9127
10319
|
}];
|
|
9128
10320
|
readonly serviceId: "close";
|
|
9129
10321
|
};
|
|
9130
|
-
type: "close.
|
|
10322
|
+
type: "close.sequenceSubscription.updated";
|
|
9131
10323
|
} | {
|
|
9132
10324
|
name: string;
|
|
9133
10325
|
account: {
|
|
@@ -9136,7 +10328,7 @@ export declare const triggerCatalog: ({
|
|
|
9136
10328
|
}];
|
|
9137
10329
|
readonly serviceId: "close";
|
|
9138
10330
|
};
|
|
9139
|
-
type: "close.
|
|
10331
|
+
type: "close.smartView.created";
|
|
9140
10332
|
} | {
|
|
9141
10333
|
name: string;
|
|
9142
10334
|
account: {
|
|
@@ -9145,7 +10337,7 @@ export declare const triggerCatalog: ({
|
|
|
9145
10337
|
}];
|
|
9146
10338
|
readonly serviceId: "close";
|
|
9147
10339
|
};
|
|
9148
|
-
type: "close.
|
|
10340
|
+
type: "close.smartView.updated";
|
|
9149
10341
|
} | {
|
|
9150
10342
|
name: string;
|
|
9151
10343
|
account: {
|
|
@@ -9154,7 +10346,7 @@ export declare const triggerCatalog: ({
|
|
|
9154
10346
|
}];
|
|
9155
10347
|
readonly serviceId: "close";
|
|
9156
10348
|
};
|
|
9157
|
-
type: "close.
|
|
10349
|
+
type: "close.sms.received";
|
|
9158
10350
|
} | {
|
|
9159
10351
|
name: string;
|
|
9160
10352
|
account: {
|
|
@@ -9163,7 +10355,7 @@ export declare const triggerCatalog: ({
|
|
|
9163
10355
|
}];
|
|
9164
10356
|
readonly serviceId: "close";
|
|
9165
10357
|
};
|
|
9166
|
-
type: "close.
|
|
10358
|
+
type: "close.sms.sent";
|
|
9167
10359
|
} | {
|
|
9168
10360
|
name: string;
|
|
9169
10361
|
account: {
|
|
@@ -9172,7 +10364,7 @@ export declare const triggerCatalog: ({
|
|
|
9172
10364
|
}];
|
|
9173
10365
|
readonly serviceId: "close";
|
|
9174
10366
|
};
|
|
9175
|
-
type: "close.
|
|
10367
|
+
type: "close.task.completed";
|
|
9176
10368
|
} | {
|
|
9177
10369
|
name: string;
|
|
9178
10370
|
account: {
|
|
@@ -9181,7 +10373,7 @@ export declare const triggerCatalog: ({
|
|
|
9181
10373
|
}];
|
|
9182
10374
|
readonly serviceId: "close";
|
|
9183
10375
|
};
|
|
9184
|
-
type: "close.
|
|
10376
|
+
type: "close.task.created";
|
|
9185
10377
|
} | {
|
|
9186
10378
|
name: string;
|
|
9187
10379
|
account: {
|
|
@@ -9190,7 +10382,7 @@ export declare const triggerCatalog: ({
|
|
|
9190
10382
|
}];
|
|
9191
10383
|
readonly serviceId: "close";
|
|
9192
10384
|
};
|
|
9193
|
-
type: "close.
|
|
10385
|
+
type: "close.task.deleted";
|
|
9194
10386
|
} | {
|
|
9195
10387
|
name: string;
|
|
9196
10388
|
account: {
|
|
@@ -9199,346 +10391,578 @@ export declare const triggerCatalog: ({
|
|
|
9199
10391
|
}];
|
|
9200
10392
|
readonly serviceId: "close";
|
|
9201
10393
|
};
|
|
9202
|
-
type: "close.
|
|
10394
|
+
type: "close.task.updated";
|
|
9203
10395
|
} | {
|
|
9204
10396
|
name: string;
|
|
9205
10397
|
account: {
|
|
9206
10398
|
readonly connectionOptions: readonly [{
|
|
10399
|
+
readonly connectionMethodId: "oauth";
|
|
10400
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10401
|
+
}, {
|
|
10402
|
+
readonly connectionMethodId: "api-token";
|
|
9207
10403
|
readonly requiredScopes: readonly [];
|
|
9208
10404
|
}];
|
|
9209
|
-
readonly serviceId: "
|
|
10405
|
+
readonly serviceId: "cloudflare";
|
|
9210
10406
|
};
|
|
9211
|
-
type: "
|
|
10407
|
+
type: "cloudflare.accessCertificate.expiring";
|
|
9212
10408
|
} | {
|
|
9213
10409
|
name: string;
|
|
9214
10410
|
account: {
|
|
9215
10411
|
readonly connectionOptions: readonly [{
|
|
10412
|
+
readonly connectionMethodId: "oauth";
|
|
10413
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10414
|
+
}, {
|
|
10415
|
+
readonly connectionMethodId: "api-token";
|
|
9216
10416
|
readonly requiredScopes: readonly [];
|
|
9217
10417
|
}];
|
|
9218
|
-
readonly serviceId: "
|
|
10418
|
+
readonly serviceId: "cloudflare";
|
|
9219
10419
|
};
|
|
9220
|
-
type: "
|
|
10420
|
+
type: "cloudflare.layer4DdosAttack";
|
|
9221
10421
|
} | {
|
|
9222
10422
|
name: string;
|
|
9223
10423
|
account: {
|
|
9224
10424
|
readonly connectionOptions: readonly [{
|
|
10425
|
+
readonly connectionMethodId: "oauth";
|
|
10426
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10427
|
+
}, {
|
|
10428
|
+
readonly connectionMethodId: "api-token";
|
|
9225
10429
|
readonly requiredScopes: readonly [];
|
|
9226
10430
|
}];
|
|
9227
|
-
readonly serviceId: "
|
|
10431
|
+
readonly serviceId: "cloudflare";
|
|
9228
10432
|
};
|
|
9229
|
-
type: "
|
|
10433
|
+
type: "cloudflare.layer7DdosAttack";
|
|
9230
10434
|
} | {
|
|
9231
10435
|
name: string;
|
|
9232
10436
|
account: {
|
|
9233
10437
|
readonly connectionOptions: readonly [{
|
|
10438
|
+
readonly connectionMethodId: "oauth";
|
|
10439
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10440
|
+
}, {
|
|
10441
|
+
readonly connectionMethodId: "api-token";
|
|
9234
10442
|
readonly requiredScopes: readonly [];
|
|
9235
10443
|
}];
|
|
9236
|
-
readonly serviceId: "
|
|
10444
|
+
readonly serviceId: "cloudflare";
|
|
9237
10445
|
};
|
|
9238
|
-
type: "
|
|
10446
|
+
type: "cloudflare.notification";
|
|
9239
10447
|
} | {
|
|
9240
10448
|
name: string;
|
|
9241
10449
|
account: {
|
|
9242
10450
|
readonly connectionOptions: readonly [{
|
|
10451
|
+
readonly connectionMethodId: "oauth";
|
|
10452
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10453
|
+
}, {
|
|
10454
|
+
readonly connectionMethodId: "api-token";
|
|
9243
10455
|
readonly requiredScopes: readonly [];
|
|
9244
10456
|
}];
|
|
9245
|
-
readonly serviceId: "
|
|
10457
|
+
readonly serviceId: "cloudflare";
|
|
9246
10458
|
};
|
|
9247
|
-
type: "
|
|
10459
|
+
type: "cloudflare.originHealthCheckStatusChanged";
|
|
9248
10460
|
} | {
|
|
9249
10461
|
name: string;
|
|
9250
10462
|
account: {
|
|
9251
10463
|
readonly connectionOptions: readonly [{
|
|
10464
|
+
readonly connectionMethodId: "oauth";
|
|
10465
|
+
readonly requiredScopes: readonly ["notifications.write"];
|
|
10466
|
+
}, {
|
|
10467
|
+
readonly connectionMethodId: "api-token";
|
|
9252
10468
|
readonly requiredScopes: readonly [];
|
|
9253
10469
|
}];
|
|
9254
|
-
readonly serviceId: "
|
|
10470
|
+
readonly serviceId: "cloudflare";
|
|
9255
10471
|
};
|
|
9256
|
-
type: "
|
|
10472
|
+
type: "cloudflare.sslCertificate.event";
|
|
9257
10473
|
} | {
|
|
9258
10474
|
name: string;
|
|
9259
10475
|
account: {
|
|
9260
10476
|
readonly connectionOptions: readonly [{
|
|
10477
|
+
readonly connectionMethodId: "oauth";
|
|
10478
|
+
readonly requiredScopes: readonly [];
|
|
10479
|
+
}, {
|
|
10480
|
+
readonly connectionMethodId: "personal-token";
|
|
9261
10481
|
readonly requiredScopes: readonly [];
|
|
9262
10482
|
}];
|
|
9263
|
-
readonly serviceId: "
|
|
10483
|
+
readonly serviceId: "clickup";
|
|
9264
10484
|
};
|
|
9265
|
-
|
|
10485
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10486
|
+
copyable: boolean;
|
|
10487
|
+
value: string;
|
|
10488
|
+
};
|
|
10489
|
+
type: "clickup.folder.created";
|
|
9266
10490
|
} | {
|
|
9267
10491
|
name: string;
|
|
9268
10492
|
account: {
|
|
9269
10493
|
readonly connectionOptions: readonly [{
|
|
10494
|
+
readonly connectionMethodId: "oauth";
|
|
10495
|
+
readonly requiredScopes: readonly [];
|
|
10496
|
+
}, {
|
|
10497
|
+
readonly connectionMethodId: "personal-token";
|
|
9270
10498
|
readonly requiredScopes: readonly [];
|
|
9271
10499
|
}];
|
|
9272
|
-
readonly serviceId: "
|
|
10500
|
+
readonly serviceId: "clickup";
|
|
9273
10501
|
};
|
|
9274
|
-
|
|
10502
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10503
|
+
copyable: boolean;
|
|
10504
|
+
value: string;
|
|
10505
|
+
};
|
|
10506
|
+
type: "clickup.folder.deleted";
|
|
9275
10507
|
} | {
|
|
9276
10508
|
name: string;
|
|
9277
10509
|
account: {
|
|
9278
10510
|
readonly connectionOptions: readonly [{
|
|
10511
|
+
readonly connectionMethodId: "oauth";
|
|
10512
|
+
readonly requiredScopes: readonly [];
|
|
10513
|
+
}, {
|
|
10514
|
+
readonly connectionMethodId: "personal-token";
|
|
9279
10515
|
readonly requiredScopes: readonly [];
|
|
9280
10516
|
}];
|
|
9281
|
-
readonly serviceId: "
|
|
10517
|
+
readonly serviceId: "clickup";
|
|
9282
10518
|
};
|
|
9283
|
-
|
|
10519
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10520
|
+
copyable: boolean;
|
|
10521
|
+
value: string;
|
|
10522
|
+
};
|
|
10523
|
+
type: "clickup.folder.updated";
|
|
9284
10524
|
} | {
|
|
9285
10525
|
name: string;
|
|
9286
10526
|
account: {
|
|
9287
10527
|
readonly connectionOptions: readonly [{
|
|
10528
|
+
readonly connectionMethodId: "oauth";
|
|
10529
|
+
readonly requiredScopes: readonly [];
|
|
10530
|
+
}, {
|
|
10531
|
+
readonly connectionMethodId: "personal-token";
|
|
9288
10532
|
readonly requiredScopes: readonly [];
|
|
9289
10533
|
}];
|
|
9290
|
-
readonly serviceId: "
|
|
10534
|
+
readonly serviceId: "clickup";
|
|
9291
10535
|
};
|
|
9292
|
-
|
|
10536
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10537
|
+
copyable: boolean;
|
|
10538
|
+
value: string;
|
|
10539
|
+
};
|
|
10540
|
+
type: "clickup.goal.created";
|
|
9293
10541
|
} | {
|
|
9294
10542
|
name: string;
|
|
9295
10543
|
account: {
|
|
9296
10544
|
readonly connectionOptions: readonly [{
|
|
10545
|
+
readonly connectionMethodId: "oauth";
|
|
10546
|
+
readonly requiredScopes: readonly [];
|
|
10547
|
+
}, {
|
|
10548
|
+
readonly connectionMethodId: "personal-token";
|
|
9297
10549
|
readonly requiredScopes: readonly [];
|
|
9298
10550
|
}];
|
|
9299
|
-
readonly serviceId: "
|
|
10551
|
+
readonly serviceId: "clickup";
|
|
9300
10552
|
};
|
|
9301
|
-
|
|
10553
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10554
|
+
copyable: boolean;
|
|
10555
|
+
value: string;
|
|
10556
|
+
};
|
|
10557
|
+
type: "clickup.goal.deleted";
|
|
9302
10558
|
} | {
|
|
9303
10559
|
name: string;
|
|
9304
10560
|
account: {
|
|
9305
10561
|
readonly connectionOptions: readonly [{
|
|
10562
|
+
readonly connectionMethodId: "oauth";
|
|
10563
|
+
readonly requiredScopes: readonly [];
|
|
10564
|
+
}, {
|
|
10565
|
+
readonly connectionMethodId: "personal-token";
|
|
9306
10566
|
readonly requiredScopes: readonly [];
|
|
9307
10567
|
}];
|
|
9308
|
-
readonly serviceId: "
|
|
10568
|
+
readonly serviceId: "clickup";
|
|
9309
10569
|
};
|
|
9310
|
-
|
|
10570
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10571
|
+
copyable: boolean;
|
|
10572
|
+
value: string;
|
|
10573
|
+
};
|
|
10574
|
+
type: "clickup.goal.updated";
|
|
9311
10575
|
} | {
|
|
9312
10576
|
name: string;
|
|
9313
10577
|
account: {
|
|
9314
10578
|
readonly connectionOptions: readonly [{
|
|
10579
|
+
readonly connectionMethodId: "oauth";
|
|
10580
|
+
readonly requiredScopes: readonly [];
|
|
10581
|
+
}, {
|
|
10582
|
+
readonly connectionMethodId: "personal-token";
|
|
9315
10583
|
readonly requiredScopes: readonly [];
|
|
9316
10584
|
}];
|
|
9317
|
-
readonly serviceId: "
|
|
10585
|
+
readonly serviceId: "clickup";
|
|
9318
10586
|
};
|
|
9319
|
-
|
|
10587
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10588
|
+
copyable: boolean;
|
|
10589
|
+
value: string;
|
|
10590
|
+
};
|
|
10591
|
+
type: "clickup.list.created";
|
|
9320
10592
|
} | {
|
|
9321
10593
|
name: string;
|
|
9322
10594
|
account: {
|
|
9323
10595
|
readonly connectionOptions: readonly [{
|
|
10596
|
+
readonly connectionMethodId: "oauth";
|
|
10597
|
+
readonly requiredScopes: readonly [];
|
|
10598
|
+
}, {
|
|
10599
|
+
readonly connectionMethodId: "personal-token";
|
|
9324
10600
|
readonly requiredScopes: readonly [];
|
|
9325
10601
|
}];
|
|
9326
|
-
readonly serviceId: "
|
|
10602
|
+
readonly serviceId: "clickup";
|
|
9327
10603
|
};
|
|
9328
|
-
|
|
10604
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10605
|
+
copyable: boolean;
|
|
10606
|
+
value: string;
|
|
10607
|
+
};
|
|
10608
|
+
type: "clickup.list.deleted";
|
|
9329
10609
|
} | {
|
|
9330
10610
|
name: string;
|
|
9331
10611
|
account: {
|
|
9332
10612
|
readonly connectionOptions: readonly [{
|
|
10613
|
+
readonly connectionMethodId: "oauth";
|
|
10614
|
+
readonly requiredScopes: readonly [];
|
|
10615
|
+
}, {
|
|
10616
|
+
readonly connectionMethodId: "personal-token";
|
|
9333
10617
|
readonly requiredScopes: readonly [];
|
|
9334
10618
|
}];
|
|
9335
|
-
readonly serviceId: "
|
|
10619
|
+
readonly serviceId: "clickup";
|
|
9336
10620
|
};
|
|
9337
|
-
|
|
10621
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10622
|
+
copyable: boolean;
|
|
10623
|
+
value: string;
|
|
10624
|
+
};
|
|
10625
|
+
type: "clickup.list.updated";
|
|
9338
10626
|
} | {
|
|
9339
10627
|
name: string;
|
|
9340
10628
|
account: {
|
|
9341
10629
|
readonly connectionOptions: readonly [{
|
|
10630
|
+
readonly connectionMethodId: "oauth";
|
|
10631
|
+
readonly requiredScopes: readonly [];
|
|
10632
|
+
}, {
|
|
10633
|
+
readonly connectionMethodId: "personal-token";
|
|
9342
10634
|
readonly requiredScopes: readonly [];
|
|
9343
10635
|
}];
|
|
9344
|
-
readonly serviceId: "
|
|
10636
|
+
readonly serviceId: "clickup";
|
|
9345
10637
|
};
|
|
9346
|
-
|
|
10638
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10639
|
+
copyable: boolean;
|
|
10640
|
+
value: string;
|
|
10641
|
+
};
|
|
10642
|
+
type: "clickup.space.created";
|
|
9347
10643
|
} | {
|
|
9348
10644
|
name: string;
|
|
9349
10645
|
account: {
|
|
9350
10646
|
readonly connectionOptions: readonly [{
|
|
10647
|
+
readonly connectionMethodId: "oauth";
|
|
10648
|
+
readonly requiredScopes: readonly [];
|
|
10649
|
+
}, {
|
|
10650
|
+
readonly connectionMethodId: "personal-token";
|
|
9351
10651
|
readonly requiredScopes: readonly [];
|
|
9352
10652
|
}];
|
|
9353
|
-
readonly serviceId: "
|
|
10653
|
+
readonly serviceId: "clickup";
|
|
9354
10654
|
};
|
|
9355
|
-
|
|
10655
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10656
|
+
copyable: boolean;
|
|
10657
|
+
value: string;
|
|
10658
|
+
};
|
|
10659
|
+
type: "clickup.space.deleted";
|
|
9356
10660
|
} | {
|
|
9357
10661
|
name: string;
|
|
9358
10662
|
account: {
|
|
9359
10663
|
readonly connectionOptions: readonly [{
|
|
10664
|
+
readonly connectionMethodId: "oauth";
|
|
10665
|
+
readonly requiredScopes: readonly [];
|
|
10666
|
+
}, {
|
|
10667
|
+
readonly connectionMethodId: "personal-token";
|
|
9360
10668
|
readonly requiredScopes: readonly [];
|
|
9361
10669
|
}];
|
|
9362
|
-
readonly serviceId: "
|
|
10670
|
+
readonly serviceId: "clickup";
|
|
9363
10671
|
};
|
|
9364
|
-
|
|
10672
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10673
|
+
copyable: boolean;
|
|
10674
|
+
value: string;
|
|
10675
|
+
};
|
|
10676
|
+
type: "clickup.space.updated";
|
|
9365
10677
|
} | {
|
|
9366
10678
|
name: string;
|
|
9367
10679
|
account: {
|
|
9368
10680
|
readonly connectionOptions: readonly [{
|
|
10681
|
+
readonly connectionMethodId: "oauth";
|
|
10682
|
+
readonly requiredScopes: readonly [];
|
|
10683
|
+
}, {
|
|
10684
|
+
readonly connectionMethodId: "personal-token";
|
|
9369
10685
|
readonly requiredScopes: readonly [];
|
|
9370
10686
|
}];
|
|
9371
|
-
readonly serviceId: "
|
|
10687
|
+
readonly serviceId: "clickup";
|
|
9372
10688
|
};
|
|
9373
|
-
|
|
10689
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10690
|
+
copyable: boolean;
|
|
10691
|
+
value: string;
|
|
10692
|
+
};
|
|
10693
|
+
type: "clickup.target.created";
|
|
9374
10694
|
} | {
|
|
9375
10695
|
name: string;
|
|
9376
10696
|
account: {
|
|
9377
10697
|
readonly connectionOptions: readonly [{
|
|
10698
|
+
readonly connectionMethodId: "oauth";
|
|
10699
|
+
readonly requiredScopes: readonly [];
|
|
10700
|
+
}, {
|
|
10701
|
+
readonly connectionMethodId: "personal-token";
|
|
9378
10702
|
readonly requiredScopes: readonly [];
|
|
9379
10703
|
}];
|
|
9380
|
-
readonly serviceId: "
|
|
10704
|
+
readonly serviceId: "clickup";
|
|
9381
10705
|
};
|
|
9382
|
-
|
|
10706
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10707
|
+
copyable: boolean;
|
|
10708
|
+
value: string;
|
|
10709
|
+
};
|
|
10710
|
+
type: "clickup.target.deleted";
|
|
9383
10711
|
} | {
|
|
9384
10712
|
name: string;
|
|
9385
10713
|
account: {
|
|
9386
10714
|
readonly connectionOptions: readonly [{
|
|
10715
|
+
readonly connectionMethodId: "oauth";
|
|
10716
|
+
readonly requiredScopes: readonly [];
|
|
10717
|
+
}, {
|
|
10718
|
+
readonly connectionMethodId: "personal-token";
|
|
9387
10719
|
readonly requiredScopes: readonly [];
|
|
9388
10720
|
}];
|
|
9389
|
-
readonly serviceId: "
|
|
10721
|
+
readonly serviceId: "clickup";
|
|
9390
10722
|
};
|
|
9391
|
-
|
|
10723
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10724
|
+
copyable: boolean;
|
|
10725
|
+
value: string;
|
|
10726
|
+
};
|
|
10727
|
+
type: "clickup.target.updated";
|
|
9392
10728
|
} | {
|
|
9393
10729
|
name: string;
|
|
9394
10730
|
account: {
|
|
9395
10731
|
readonly connectionOptions: readonly [{
|
|
10732
|
+
readonly connectionMethodId: "oauth";
|
|
10733
|
+
readonly requiredScopes: readonly [];
|
|
10734
|
+
}, {
|
|
10735
|
+
readonly connectionMethodId: "personal-token";
|
|
9396
10736
|
readonly requiredScopes: readonly [];
|
|
9397
10737
|
}];
|
|
9398
|
-
readonly serviceId: "
|
|
10738
|
+
readonly serviceId: "clickup";
|
|
9399
10739
|
};
|
|
9400
|
-
|
|
10740
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10741
|
+
copyable: boolean;
|
|
10742
|
+
value: string;
|
|
10743
|
+
};
|
|
10744
|
+
type: "clickup.task.assignee.updated";
|
|
9401
10745
|
} | {
|
|
9402
10746
|
name: string;
|
|
9403
10747
|
account: {
|
|
9404
10748
|
readonly connectionOptions: readonly [{
|
|
10749
|
+
readonly connectionMethodId: "oauth";
|
|
10750
|
+
readonly requiredScopes: readonly [];
|
|
10751
|
+
}, {
|
|
10752
|
+
readonly connectionMethodId: "personal-token";
|
|
9405
10753
|
readonly requiredScopes: readonly [];
|
|
9406
10754
|
}];
|
|
9407
|
-
readonly serviceId: "
|
|
10755
|
+
readonly serviceId: "clickup";
|
|
9408
10756
|
};
|
|
9409
|
-
|
|
10757
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10758
|
+
copyable: boolean;
|
|
10759
|
+
value: string;
|
|
10760
|
+
};
|
|
10761
|
+
type: "clickup.task.comment.posted";
|
|
9410
10762
|
} | {
|
|
9411
10763
|
name: string;
|
|
9412
10764
|
account: {
|
|
9413
10765
|
readonly connectionOptions: readonly [{
|
|
10766
|
+
readonly connectionMethodId: "oauth";
|
|
10767
|
+
readonly requiredScopes: readonly [];
|
|
10768
|
+
}, {
|
|
10769
|
+
readonly connectionMethodId: "personal-token";
|
|
9414
10770
|
readonly requiredScopes: readonly [];
|
|
9415
10771
|
}];
|
|
9416
|
-
readonly serviceId: "
|
|
10772
|
+
readonly serviceId: "clickup";
|
|
9417
10773
|
};
|
|
9418
|
-
|
|
10774
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10775
|
+
copyable: boolean;
|
|
10776
|
+
value: string;
|
|
10777
|
+
};
|
|
10778
|
+
type: "clickup.task.comment.updated";
|
|
9419
10779
|
} | {
|
|
9420
10780
|
name: string;
|
|
9421
10781
|
account: {
|
|
9422
10782
|
readonly connectionOptions: readonly [{
|
|
10783
|
+
readonly connectionMethodId: "oauth";
|
|
10784
|
+
readonly requiredScopes: readonly [];
|
|
10785
|
+
}, {
|
|
10786
|
+
readonly connectionMethodId: "personal-token";
|
|
9423
10787
|
readonly requiredScopes: readonly [];
|
|
9424
10788
|
}];
|
|
9425
|
-
readonly serviceId: "
|
|
10789
|
+
readonly serviceId: "clickup";
|
|
9426
10790
|
};
|
|
9427
|
-
|
|
10791
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10792
|
+
copyable: boolean;
|
|
10793
|
+
value: string;
|
|
10794
|
+
};
|
|
10795
|
+
type: "clickup.task.created";
|
|
9428
10796
|
} | {
|
|
9429
10797
|
name: string;
|
|
9430
10798
|
account: {
|
|
9431
10799
|
readonly connectionOptions: readonly [{
|
|
10800
|
+
readonly connectionMethodId: "oauth";
|
|
10801
|
+
readonly requiredScopes: readonly [];
|
|
10802
|
+
}, {
|
|
10803
|
+
readonly connectionMethodId: "personal-token";
|
|
9432
10804
|
readonly requiredScopes: readonly [];
|
|
9433
10805
|
}];
|
|
9434
|
-
readonly serviceId: "
|
|
10806
|
+
readonly serviceId: "clickup";
|
|
9435
10807
|
};
|
|
9436
|
-
|
|
10808
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10809
|
+
copyable: boolean;
|
|
10810
|
+
value: string;
|
|
10811
|
+
};
|
|
10812
|
+
type: "clickup.task.deleted";
|
|
9437
10813
|
} | {
|
|
9438
10814
|
name: string;
|
|
9439
10815
|
account: {
|
|
9440
10816
|
readonly connectionOptions: readonly [{
|
|
10817
|
+
readonly connectionMethodId: "oauth";
|
|
10818
|
+
readonly requiredScopes: readonly [];
|
|
10819
|
+
}, {
|
|
10820
|
+
readonly connectionMethodId: "personal-token";
|
|
9441
10821
|
readonly requiredScopes: readonly [];
|
|
9442
10822
|
}];
|
|
9443
|
-
readonly serviceId: "
|
|
10823
|
+
readonly serviceId: "clickup";
|
|
9444
10824
|
};
|
|
9445
|
-
|
|
10825
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10826
|
+
copyable: boolean;
|
|
10827
|
+
value: string;
|
|
10828
|
+
};
|
|
10829
|
+
type: "clickup.task.due-date.updated";
|
|
9446
10830
|
} | {
|
|
9447
10831
|
name: string;
|
|
9448
10832
|
account: {
|
|
9449
10833
|
readonly connectionOptions: readonly [{
|
|
10834
|
+
readonly connectionMethodId: "oauth";
|
|
10835
|
+
readonly requiredScopes: readonly [];
|
|
10836
|
+
}, {
|
|
10837
|
+
readonly connectionMethodId: "personal-token";
|
|
9450
10838
|
readonly requiredScopes: readonly [];
|
|
9451
10839
|
}];
|
|
9452
|
-
readonly serviceId: "
|
|
10840
|
+
readonly serviceId: "clickup";
|
|
9453
10841
|
};
|
|
9454
|
-
|
|
10842
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10843
|
+
copyable: boolean;
|
|
10844
|
+
value: string;
|
|
10845
|
+
};
|
|
10846
|
+
type: "clickup.task.moved";
|
|
9455
10847
|
} | {
|
|
9456
10848
|
name: string;
|
|
9457
10849
|
account: {
|
|
9458
10850
|
readonly connectionOptions: readonly [{
|
|
10851
|
+
readonly connectionMethodId: "oauth";
|
|
10852
|
+
readonly requiredScopes: readonly [];
|
|
10853
|
+
}, {
|
|
10854
|
+
readonly connectionMethodId: "personal-token";
|
|
9459
10855
|
readonly requiredScopes: readonly [];
|
|
9460
10856
|
}];
|
|
9461
|
-
readonly serviceId: "
|
|
10857
|
+
readonly serviceId: "clickup";
|
|
9462
10858
|
};
|
|
9463
|
-
|
|
10859
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10860
|
+
copyable: boolean;
|
|
10861
|
+
value: string;
|
|
10862
|
+
};
|
|
10863
|
+
type: "clickup.task.priority.updated";
|
|
9464
10864
|
} | {
|
|
9465
10865
|
name: string;
|
|
9466
10866
|
account: {
|
|
9467
10867
|
readonly connectionOptions: readonly [{
|
|
9468
10868
|
readonly connectionMethodId: "oauth";
|
|
9469
|
-
readonly requiredScopes: readonly [
|
|
10869
|
+
readonly requiredScopes: readonly [];
|
|
9470
10870
|
}, {
|
|
9471
|
-
readonly connectionMethodId: "
|
|
10871
|
+
readonly connectionMethodId: "personal-token";
|
|
9472
10872
|
readonly requiredScopes: readonly [];
|
|
9473
10873
|
}];
|
|
9474
|
-
readonly serviceId: "
|
|
10874
|
+
readonly serviceId: "clickup";
|
|
9475
10875
|
};
|
|
9476
|
-
|
|
10876
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10877
|
+
copyable: boolean;
|
|
10878
|
+
value: string;
|
|
10879
|
+
};
|
|
10880
|
+
type: "clickup.task.status.updated";
|
|
9477
10881
|
} | {
|
|
9478
10882
|
name: string;
|
|
9479
10883
|
account: {
|
|
9480
10884
|
readonly connectionOptions: readonly [{
|
|
9481
10885
|
readonly connectionMethodId: "oauth";
|
|
9482
|
-
readonly requiredScopes: readonly [
|
|
10886
|
+
readonly requiredScopes: readonly [];
|
|
9483
10887
|
}, {
|
|
9484
|
-
readonly connectionMethodId: "
|
|
10888
|
+
readonly connectionMethodId: "personal-token";
|
|
9485
10889
|
readonly requiredScopes: readonly [];
|
|
9486
10890
|
}];
|
|
9487
|
-
readonly serviceId: "
|
|
10891
|
+
readonly serviceId: "clickup";
|
|
9488
10892
|
};
|
|
9489
|
-
|
|
10893
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10894
|
+
copyable: boolean;
|
|
10895
|
+
value: string;
|
|
10896
|
+
};
|
|
10897
|
+
type: "clickup.task.tag.updated";
|
|
9490
10898
|
} | {
|
|
9491
10899
|
name: string;
|
|
9492
10900
|
account: {
|
|
9493
10901
|
readonly connectionOptions: readonly [{
|
|
9494
10902
|
readonly connectionMethodId: "oauth";
|
|
9495
|
-
readonly requiredScopes: readonly [
|
|
10903
|
+
readonly requiredScopes: readonly [];
|
|
9496
10904
|
}, {
|
|
9497
|
-
readonly connectionMethodId: "
|
|
10905
|
+
readonly connectionMethodId: "personal-token";
|
|
9498
10906
|
readonly requiredScopes: readonly [];
|
|
9499
10907
|
}];
|
|
9500
|
-
readonly serviceId: "
|
|
10908
|
+
readonly serviceId: "clickup";
|
|
9501
10909
|
};
|
|
9502
|
-
|
|
10910
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10911
|
+
copyable: boolean;
|
|
10912
|
+
value: string;
|
|
10913
|
+
};
|
|
10914
|
+
type: "clickup.task.time-estimate.updated";
|
|
9503
10915
|
} | {
|
|
9504
10916
|
name: string;
|
|
9505
10917
|
account: {
|
|
9506
10918
|
readonly connectionOptions: readonly [{
|
|
9507
10919
|
readonly connectionMethodId: "oauth";
|
|
9508
|
-
readonly requiredScopes: readonly [
|
|
10920
|
+
readonly requiredScopes: readonly [];
|
|
9509
10921
|
}, {
|
|
9510
|
-
readonly connectionMethodId: "
|
|
10922
|
+
readonly connectionMethodId: "personal-token";
|
|
9511
10923
|
readonly requiredScopes: readonly [];
|
|
9512
10924
|
}];
|
|
9513
|
-
readonly serviceId: "
|
|
10925
|
+
readonly serviceId: "clickup";
|
|
9514
10926
|
};
|
|
9515
|
-
|
|
10927
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10928
|
+
copyable: boolean;
|
|
10929
|
+
value: string;
|
|
10930
|
+
};
|
|
10931
|
+
type: "clickup.task.time-tracked.updated";
|
|
9516
10932
|
} | {
|
|
9517
10933
|
name: string;
|
|
9518
10934
|
account: {
|
|
9519
10935
|
readonly connectionOptions: readonly [{
|
|
9520
10936
|
readonly connectionMethodId: "oauth";
|
|
9521
|
-
readonly requiredScopes: readonly [
|
|
10937
|
+
readonly requiredScopes: readonly [];
|
|
9522
10938
|
}, {
|
|
9523
|
-
readonly connectionMethodId: "
|
|
10939
|
+
readonly connectionMethodId: "personal-token";
|
|
9524
10940
|
readonly requiredScopes: readonly [];
|
|
9525
10941
|
}];
|
|
9526
|
-
readonly serviceId: "
|
|
10942
|
+
readonly serviceId: "clickup";
|
|
10943
|
+
};
|
|
10944
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10945
|
+
copyable: boolean;
|
|
10946
|
+
value: string;
|
|
9527
10947
|
};
|
|
9528
|
-
type: "
|
|
10948
|
+
type: "clickup.task.updated";
|
|
9529
10949
|
} | {
|
|
9530
10950
|
name: string;
|
|
9531
10951
|
account: {
|
|
9532
10952
|
readonly connectionOptions: readonly [{
|
|
9533
10953
|
readonly connectionMethodId: "oauth";
|
|
9534
|
-
readonly requiredScopes: readonly [
|
|
10954
|
+
readonly requiredScopes: readonly [];
|
|
9535
10955
|
}, {
|
|
9536
|
-
readonly connectionMethodId: "
|
|
10956
|
+
readonly connectionMethodId: "personal-token";
|
|
9537
10957
|
readonly requiredScopes: readonly [];
|
|
9538
10958
|
}];
|
|
9539
|
-
readonly serviceId: "
|
|
10959
|
+
readonly serviceId: "clickup";
|
|
9540
10960
|
};
|
|
9541
|
-
|
|
10961
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
10962
|
+
copyable: boolean;
|
|
10963
|
+
value: string;
|
|
10964
|
+
};
|
|
10965
|
+
type: "clickup.workspace.event";
|
|
9542
10966
|
} | {
|
|
9543
10967
|
name: string;
|
|
9544
10968
|
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
@@ -11851,222 +13275,508 @@ export declare const triggerCatalog: ({
|
|
|
11851
13275
|
}];
|
|
11852
13276
|
readonly serviceId: "google";
|
|
11853
13277
|
};
|
|
11854
|
-
icon: "google-calendar";
|
|
11855
|
-
type: "googleCalendar.event.changed";
|
|
13278
|
+
icon: "google-calendar";
|
|
13279
|
+
type: "googleCalendar.event.changed";
|
|
13280
|
+
} | {
|
|
13281
|
+
name: string;
|
|
13282
|
+
account: {
|
|
13283
|
+
readonly connectionOptions: readonly [{
|
|
13284
|
+
readonly requiredScopes: readonly [{
|
|
13285
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
13286
|
+
readonly type: "or";
|
|
13287
|
+
}];
|
|
13288
|
+
}];
|
|
13289
|
+
readonly serviceId: "google";
|
|
13290
|
+
};
|
|
13291
|
+
icon: "google-calendar";
|
|
13292
|
+
type: "googleCalendar.event.deleted";
|
|
13293
|
+
} | {
|
|
13294
|
+
name: string;
|
|
13295
|
+
account: {
|
|
13296
|
+
readonly connectionOptions: readonly [{
|
|
13297
|
+
readonly requiredScopes: readonly [{
|
|
13298
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/calendar", "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.readonly", "https://www.googleapis.com/auth/calendar.events", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.owned", "https://www.googleapis.com/auth/calendar.events.owned.readonly", "https://www.googleapis.com/auth/calendar.events.public.readonly", "https://www.googleapis.com/auth/calendar.events.readonly"];
|
|
13299
|
+
readonly type: "or";
|
|
13300
|
+
}];
|
|
13301
|
+
}];
|
|
13302
|
+
readonly serviceId: "google";
|
|
13303
|
+
};
|
|
13304
|
+
icon: "google-calendar";
|
|
13305
|
+
type: "googleCalendar.event.updated";
|
|
13306
|
+
} | {
|
|
13307
|
+
name: string;
|
|
13308
|
+
account: {
|
|
13309
|
+
readonly connectionOptions: readonly [{
|
|
13310
|
+
readonly requiredScopes: readonly [{
|
|
13311
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
13312
|
+
readonly type: "or";
|
|
13313
|
+
}];
|
|
13314
|
+
}];
|
|
13315
|
+
readonly serviceId: "google";
|
|
13316
|
+
};
|
|
13317
|
+
icon: "google-forms";
|
|
13318
|
+
type: "googleForms.form.changed";
|
|
13319
|
+
} | {
|
|
13320
|
+
name: string;
|
|
13321
|
+
account: {
|
|
13322
|
+
readonly connectionOptions: readonly [{
|
|
13323
|
+
readonly requiredScopes: readonly [{
|
|
13324
|
+
readonly requirements: readonly [{
|
|
13325
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/forms.responses.readonly"];
|
|
13326
|
+
readonly type: "or";
|
|
13327
|
+
}, {
|
|
13328
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
13329
|
+
readonly type: "or";
|
|
13330
|
+
}];
|
|
13331
|
+
readonly type: "and";
|
|
13332
|
+
}];
|
|
13333
|
+
}];
|
|
13334
|
+
readonly serviceId: "google";
|
|
13335
|
+
};
|
|
13336
|
+
icon: "google-forms";
|
|
13337
|
+
type: "googleForms.response.submitted";
|
|
13338
|
+
} | {
|
|
13339
|
+
name: string;
|
|
13340
|
+
account: {
|
|
13341
|
+
readonly connectionOptions: readonly [{
|
|
13342
|
+
readonly requiredScopes: readonly [{
|
|
13343
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
13344
|
+
readonly type: "or";
|
|
13345
|
+
}];
|
|
13346
|
+
}];
|
|
13347
|
+
readonly serviceId: "google";
|
|
13348
|
+
};
|
|
13349
|
+
icon: "google-drive";
|
|
13350
|
+
type: "googleDrive.event";
|
|
13351
|
+
} | {
|
|
13352
|
+
name: string;
|
|
13353
|
+
account: {
|
|
13354
|
+
readonly connectionOptions: readonly [{
|
|
13355
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13356
|
+
}];
|
|
13357
|
+
readonly serviceId: "google";
|
|
13358
|
+
};
|
|
13359
|
+
icon: "google-meet";
|
|
13360
|
+
type: "googleMeet.conference.ended";
|
|
13361
|
+
} | {
|
|
13362
|
+
name: string;
|
|
13363
|
+
account: {
|
|
13364
|
+
readonly connectionOptions: readonly [{
|
|
13365
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13366
|
+
}];
|
|
13367
|
+
readonly serviceId: "google";
|
|
13368
|
+
};
|
|
13369
|
+
icon: "google-meet";
|
|
13370
|
+
type: "googleMeet.conference.started";
|
|
13371
|
+
} | {
|
|
13372
|
+
name: string;
|
|
13373
|
+
account: {
|
|
13374
|
+
readonly connectionOptions: readonly [{
|
|
13375
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13376
|
+
}];
|
|
13377
|
+
readonly serviceId: "google";
|
|
13378
|
+
};
|
|
13379
|
+
icon: "google-meet";
|
|
13380
|
+
type: "googleMeet.participant.joined";
|
|
13381
|
+
} | {
|
|
13382
|
+
name: string;
|
|
13383
|
+
account: {
|
|
13384
|
+
readonly connectionOptions: readonly [{
|
|
13385
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13386
|
+
}];
|
|
13387
|
+
readonly serviceId: "google";
|
|
13388
|
+
};
|
|
13389
|
+
icon: "google-meet";
|
|
13390
|
+
type: "googleMeet.participant.left";
|
|
13391
|
+
} | {
|
|
13392
|
+
name: string;
|
|
13393
|
+
account: {
|
|
13394
|
+
readonly connectionOptions: readonly [{
|
|
13395
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13396
|
+
}];
|
|
13397
|
+
readonly serviceId: "google";
|
|
13398
|
+
};
|
|
13399
|
+
icon: "google-meet";
|
|
13400
|
+
type: "googleMeet.recording.ended";
|
|
13401
|
+
} | {
|
|
13402
|
+
name: string;
|
|
13403
|
+
account: {
|
|
13404
|
+
readonly connectionOptions: readonly [{
|
|
13405
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13406
|
+
}];
|
|
13407
|
+
readonly serviceId: "google";
|
|
13408
|
+
};
|
|
13409
|
+
icon: "google-meet";
|
|
13410
|
+
type: "googleMeet.recording.fileGenerated";
|
|
13411
|
+
} | {
|
|
13412
|
+
name: string;
|
|
13413
|
+
account: {
|
|
13414
|
+
readonly connectionOptions: readonly [{
|
|
13415
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13416
|
+
}];
|
|
13417
|
+
readonly serviceId: "google";
|
|
13418
|
+
};
|
|
13419
|
+
icon: "google-meet";
|
|
13420
|
+
type: "googleMeet.recording.started";
|
|
13421
|
+
} | {
|
|
13422
|
+
name: string;
|
|
13423
|
+
account: {
|
|
13424
|
+
readonly connectionOptions: readonly [{
|
|
13425
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13426
|
+
}];
|
|
13427
|
+
readonly serviceId: "google";
|
|
13428
|
+
};
|
|
13429
|
+
icon: "google-meet";
|
|
13430
|
+
type: "googleMeet.smartNote.ended";
|
|
13431
|
+
} | {
|
|
13432
|
+
name: string;
|
|
13433
|
+
account: {
|
|
13434
|
+
readonly connectionOptions: readonly [{
|
|
13435
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13436
|
+
}];
|
|
13437
|
+
readonly serviceId: "google";
|
|
13438
|
+
};
|
|
13439
|
+
icon: "google-meet";
|
|
13440
|
+
type: "googleMeet.smartNote.fileGenerated";
|
|
13441
|
+
} | {
|
|
13442
|
+
name: string;
|
|
13443
|
+
account: {
|
|
13444
|
+
readonly connectionOptions: readonly [{
|
|
13445
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13446
|
+
}];
|
|
13447
|
+
readonly serviceId: "google";
|
|
13448
|
+
};
|
|
13449
|
+
icon: "google-meet";
|
|
13450
|
+
type: "googleMeet.smartNote.started";
|
|
13451
|
+
} | {
|
|
13452
|
+
name: string;
|
|
13453
|
+
account: {
|
|
13454
|
+
readonly connectionOptions: readonly [{
|
|
13455
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13456
|
+
}];
|
|
13457
|
+
readonly serviceId: "google";
|
|
13458
|
+
};
|
|
13459
|
+
icon: "google-meet";
|
|
13460
|
+
type: "googleMeet.transcript.ended";
|
|
13461
|
+
} | {
|
|
13462
|
+
name: string;
|
|
13463
|
+
account: {
|
|
13464
|
+
readonly connectionOptions: readonly [{
|
|
13465
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13466
|
+
}];
|
|
13467
|
+
readonly serviceId: "google";
|
|
13468
|
+
};
|
|
13469
|
+
icon: "google-meet";
|
|
13470
|
+
type: "googleMeet.transcript.fileGenerated";
|
|
13471
|
+
} | {
|
|
13472
|
+
name: string;
|
|
13473
|
+
account: {
|
|
13474
|
+
readonly connectionOptions: readonly [{
|
|
13475
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
13476
|
+
}];
|
|
13477
|
+
readonly serviceId: "google";
|
|
13478
|
+
};
|
|
13479
|
+
icon: "google-meet";
|
|
13480
|
+
type: "googleMeet.transcript.started";
|
|
13481
|
+
} | {
|
|
13482
|
+
name: string;
|
|
13483
|
+
account: {
|
|
13484
|
+
readonly connectionOptions: readonly [{
|
|
13485
|
+
readonly requiredScopes: readonly [{
|
|
13486
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly"];
|
|
13487
|
+
readonly type: "or";
|
|
13488
|
+
}];
|
|
13489
|
+
}];
|
|
13490
|
+
readonly serviceId: "google";
|
|
13491
|
+
};
|
|
13492
|
+
icon: "google-sheets";
|
|
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";
|
|
11856
13533
|
} | {
|
|
11857
13534
|
name: string;
|
|
11858
13535
|
account: {
|
|
11859
13536
|
readonly connectionOptions: readonly [{
|
|
11860
|
-
readonly
|
|
11861
|
-
|
|
11862
|
-
readonly type: "or";
|
|
11863
|
-
}];
|
|
13537
|
+
readonly connectionMethodId: "oauth";
|
|
13538
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11864
13539
|
}];
|
|
11865
13540
|
readonly serviceId: "google";
|
|
11866
13541
|
};
|
|
11867
|
-
|
|
11868
|
-
|
|
13542
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13543
|
+
value: string;
|
|
13544
|
+
};
|
|
13545
|
+
type: "googleAds.adGroupAd.created";
|
|
11869
13546
|
} | {
|
|
11870
13547
|
name: string;
|
|
11871
13548
|
account: {
|
|
11872
13549
|
readonly connectionOptions: readonly [{
|
|
11873
|
-
readonly
|
|
11874
|
-
|
|
11875
|
-
readonly type: "or";
|
|
11876
|
-
}];
|
|
13550
|
+
readonly connectionMethodId: "oauth";
|
|
13551
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11877
13552
|
}];
|
|
11878
13553
|
readonly serviceId: "google";
|
|
11879
13554
|
};
|
|
11880
|
-
|
|
11881
|
-
|
|
13555
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13556
|
+
value: string;
|
|
13557
|
+
};
|
|
13558
|
+
type: "googleAds.adGroupAd.removed";
|
|
11882
13559
|
} | {
|
|
11883
13560
|
name: string;
|
|
11884
13561
|
account: {
|
|
11885
13562
|
readonly connectionOptions: readonly [{
|
|
11886
|
-
readonly
|
|
11887
|
-
|
|
11888
|
-
readonly type: "or";
|
|
11889
|
-
}];
|
|
13563
|
+
readonly connectionMethodId: "oauth";
|
|
13564
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11890
13565
|
}];
|
|
11891
13566
|
readonly serviceId: "google";
|
|
11892
13567
|
};
|
|
11893
|
-
|
|
11894
|
-
|
|
13568
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13569
|
+
value: string;
|
|
13570
|
+
};
|
|
13571
|
+
type: "googleAds.adGroupAd.updated";
|
|
11895
13572
|
} | {
|
|
11896
13573
|
name: string;
|
|
11897
13574
|
account: {
|
|
11898
13575
|
readonly connectionOptions: readonly [{
|
|
11899
|
-
readonly
|
|
11900
|
-
|
|
11901
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/forms.responses.readonly"];
|
|
11902
|
-
readonly type: "or";
|
|
11903
|
-
}, {
|
|
11904
|
-
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/forms.body.readonly"];
|
|
11905
|
-
readonly type: "or";
|
|
11906
|
-
}];
|
|
11907
|
-
readonly type: "and";
|
|
11908
|
-
}];
|
|
13576
|
+
readonly connectionMethodId: "oauth";
|
|
13577
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11909
13578
|
}];
|
|
11910
13579
|
readonly serviceId: "google";
|
|
11911
13580
|
};
|
|
11912
|
-
|
|
11913
|
-
|
|
13581
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13582
|
+
value: string;
|
|
13583
|
+
};
|
|
13584
|
+
type: "googleAds.adGroupAsset.created";
|
|
11914
13585
|
} | {
|
|
11915
13586
|
name: string;
|
|
11916
13587
|
account: {
|
|
11917
13588
|
readonly connectionOptions: readonly [{
|
|
11918
|
-
readonly
|
|
11919
|
-
|
|
11920
|
-
readonly type: "or";
|
|
11921
|
-
}];
|
|
13589
|
+
readonly connectionMethodId: "oauth";
|
|
13590
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11922
13591
|
}];
|
|
11923
13592
|
readonly serviceId: "google";
|
|
11924
13593
|
};
|
|
11925
|
-
|
|
11926
|
-
|
|
13594
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13595
|
+
value: string;
|
|
13596
|
+
};
|
|
13597
|
+
type: "googleAds.adGroupAsset.removed";
|
|
11927
13598
|
} | {
|
|
11928
13599
|
name: string;
|
|
11929
13600
|
account: {
|
|
11930
13601
|
readonly connectionOptions: readonly [{
|
|
11931
|
-
readonly
|
|
13602
|
+
readonly connectionMethodId: "oauth";
|
|
13603
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11932
13604
|
}];
|
|
11933
13605
|
readonly serviceId: "google";
|
|
11934
13606
|
};
|
|
11935
|
-
|
|
11936
|
-
|
|
13607
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13608
|
+
value: string;
|
|
13609
|
+
};
|
|
13610
|
+
type: "googleAds.adGroupAsset.updated";
|
|
11937
13611
|
} | {
|
|
11938
13612
|
name: string;
|
|
11939
13613
|
account: {
|
|
11940
13614
|
readonly connectionOptions: readonly [{
|
|
11941
|
-
readonly
|
|
13615
|
+
readonly connectionMethodId: "oauth";
|
|
13616
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11942
13617
|
}];
|
|
11943
13618
|
readonly serviceId: "google";
|
|
11944
13619
|
};
|
|
11945
|
-
|
|
11946
|
-
|
|
13620
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13621
|
+
value: string;
|
|
13622
|
+
};
|
|
13623
|
+
type: "googleAds.asset.created";
|
|
11947
13624
|
} | {
|
|
11948
13625
|
name: string;
|
|
11949
13626
|
account: {
|
|
11950
13627
|
readonly connectionOptions: readonly [{
|
|
11951
|
-
readonly
|
|
13628
|
+
readonly connectionMethodId: "oauth";
|
|
13629
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11952
13630
|
}];
|
|
11953
13631
|
readonly serviceId: "google";
|
|
11954
13632
|
};
|
|
11955
|
-
|
|
11956
|
-
|
|
13633
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13634
|
+
value: string;
|
|
13635
|
+
};
|
|
13636
|
+
type: "googleAds.asset.removed";
|
|
11957
13637
|
} | {
|
|
11958
13638
|
name: string;
|
|
11959
13639
|
account: {
|
|
11960
13640
|
readonly connectionOptions: readonly [{
|
|
11961
|
-
readonly
|
|
13641
|
+
readonly connectionMethodId: "oauth";
|
|
13642
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11962
13643
|
}];
|
|
11963
13644
|
readonly serviceId: "google";
|
|
11964
13645
|
};
|
|
11965
|
-
|
|
11966
|
-
|
|
13646
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13647
|
+
value: string;
|
|
13648
|
+
};
|
|
13649
|
+
type: "googleAds.asset.updated";
|
|
11967
13650
|
} | {
|
|
11968
13651
|
name: string;
|
|
11969
13652
|
account: {
|
|
11970
13653
|
readonly connectionOptions: readonly [{
|
|
11971
|
-
readonly
|
|
13654
|
+
readonly connectionMethodId: "oauth";
|
|
13655
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11972
13656
|
}];
|
|
11973
13657
|
readonly serviceId: "google";
|
|
11974
13658
|
};
|
|
11975
|
-
|
|
11976
|
-
|
|
13659
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13660
|
+
value: string;
|
|
13661
|
+
};
|
|
13662
|
+
type: "googleAds.campaign.created";
|
|
11977
13663
|
} | {
|
|
11978
13664
|
name: string;
|
|
11979
13665
|
account: {
|
|
11980
13666
|
readonly connectionOptions: readonly [{
|
|
11981
|
-
readonly
|
|
13667
|
+
readonly connectionMethodId: "oauth";
|
|
13668
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11982
13669
|
}];
|
|
11983
13670
|
readonly serviceId: "google";
|
|
11984
13671
|
};
|
|
11985
|
-
|
|
11986
|
-
|
|
13672
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13673
|
+
value: string;
|
|
13674
|
+
};
|
|
13675
|
+
type: "googleAds.campaign.removed";
|
|
11987
13676
|
} | {
|
|
11988
13677
|
name: string;
|
|
11989
13678
|
account: {
|
|
11990
13679
|
readonly connectionOptions: readonly [{
|
|
11991
|
-
readonly
|
|
13680
|
+
readonly connectionMethodId: "oauth";
|
|
13681
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
11992
13682
|
}];
|
|
11993
13683
|
readonly serviceId: "google";
|
|
11994
13684
|
};
|
|
11995
|
-
|
|
11996
|
-
|
|
13685
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13686
|
+
value: string;
|
|
13687
|
+
};
|
|
13688
|
+
type: "googleAds.campaign.updated";
|
|
11997
13689
|
} | {
|
|
11998
13690
|
name: string;
|
|
11999
13691
|
account: {
|
|
12000
13692
|
readonly connectionOptions: readonly [{
|
|
12001
|
-
readonly
|
|
13693
|
+
readonly connectionMethodId: "oauth";
|
|
13694
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12002
13695
|
}];
|
|
12003
13696
|
readonly serviceId: "google";
|
|
12004
13697
|
};
|
|
12005
|
-
|
|
12006
|
-
|
|
13698
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13699
|
+
value: string;
|
|
13700
|
+
};
|
|
13701
|
+
type: "googleAds.campaignAsset.created";
|
|
12007
13702
|
} | {
|
|
12008
13703
|
name: string;
|
|
12009
13704
|
account: {
|
|
12010
13705
|
readonly connectionOptions: readonly [{
|
|
12011
|
-
readonly
|
|
13706
|
+
readonly connectionMethodId: "oauth";
|
|
13707
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12012
13708
|
}];
|
|
12013
13709
|
readonly serviceId: "google";
|
|
12014
13710
|
};
|
|
12015
|
-
|
|
12016
|
-
|
|
13711
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13712
|
+
value: string;
|
|
13713
|
+
};
|
|
13714
|
+
type: "googleAds.campaignAsset.removed";
|
|
12017
13715
|
} | {
|
|
12018
13716
|
name: string;
|
|
12019
13717
|
account: {
|
|
12020
13718
|
readonly connectionOptions: readonly [{
|
|
12021
|
-
readonly
|
|
13719
|
+
readonly connectionMethodId: "oauth";
|
|
13720
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12022
13721
|
}];
|
|
12023
13722
|
readonly serviceId: "google";
|
|
12024
13723
|
};
|
|
12025
|
-
|
|
12026
|
-
|
|
13724
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13725
|
+
value: string;
|
|
13726
|
+
};
|
|
13727
|
+
type: "googleAds.campaignAsset.updated";
|
|
12027
13728
|
} | {
|
|
12028
13729
|
name: string;
|
|
12029
13730
|
account: {
|
|
12030
13731
|
readonly connectionOptions: readonly [{
|
|
12031
|
-
readonly
|
|
13732
|
+
readonly connectionMethodId: "oauth";
|
|
13733
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12032
13734
|
}];
|
|
12033
13735
|
readonly serviceId: "google";
|
|
12034
13736
|
};
|
|
12035
|
-
|
|
12036
|
-
|
|
13737
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13738
|
+
value: string;
|
|
13739
|
+
};
|
|
13740
|
+
type: "googleAds.campaignBudget.created";
|
|
12037
13741
|
} | {
|
|
12038
13742
|
name: string;
|
|
12039
13743
|
account: {
|
|
12040
13744
|
readonly connectionOptions: readonly [{
|
|
12041
|
-
readonly
|
|
13745
|
+
readonly connectionMethodId: "oauth";
|
|
13746
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12042
13747
|
}];
|
|
12043
13748
|
readonly serviceId: "google";
|
|
12044
13749
|
};
|
|
12045
|
-
|
|
12046
|
-
|
|
13750
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13751
|
+
value: string;
|
|
13752
|
+
};
|
|
13753
|
+
type: "googleAds.campaignBudget.removed";
|
|
12047
13754
|
} | {
|
|
12048
13755
|
name: string;
|
|
12049
13756
|
account: {
|
|
12050
13757
|
readonly connectionOptions: readonly [{
|
|
12051
|
-
readonly
|
|
13758
|
+
readonly connectionMethodId: "oauth";
|
|
13759
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12052
13760
|
}];
|
|
12053
13761
|
readonly serviceId: "google";
|
|
12054
13762
|
};
|
|
12055
|
-
|
|
12056
|
-
|
|
13763
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13764
|
+
value: string;
|
|
13765
|
+
};
|
|
13766
|
+
type: "googleAds.campaignBudget.updated";
|
|
12057
13767
|
} | {
|
|
12058
13768
|
name: string;
|
|
12059
13769
|
account: {
|
|
12060
13770
|
readonly connectionOptions: readonly [{
|
|
12061
|
-
readonly
|
|
12062
|
-
|
|
12063
|
-
readonly type: "or";
|
|
12064
|
-
}];
|
|
13771
|
+
readonly connectionMethodId: "oauth";
|
|
13772
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/adwords"];
|
|
12065
13773
|
}];
|
|
12066
13774
|
readonly serviceId: "google";
|
|
12067
13775
|
};
|
|
12068
|
-
|
|
12069
|
-
|
|
13776
|
+
getPrimary: (context: TriggerPresentationContext) => {
|
|
13777
|
+
value: string;
|
|
13778
|
+
};
|
|
13779
|
+
type: "googleAds.change";
|
|
12070
13780
|
} | {
|
|
12071
13781
|
name: string;
|
|
12072
13782
|
account: import("..").IntegrationAccountRequirement<"hubspot">;
|
|
@@ -13151,6 +14861,136 @@ export declare const triggerCatalog: ({
|
|
|
13151
14861
|
readonly serviceId: "microsoft";
|
|
13152
14862
|
};
|
|
13153
14863
|
type: "teams.chat.message.posted";
|
|
14864
|
+
} | {
|
|
14865
|
+
name: string;
|
|
14866
|
+
account: {
|
|
14867
|
+
readonly connectionOptions: readonly [{
|
|
14868
|
+
readonly connectionMethodId: "oauth";
|
|
14869
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14870
|
+
}];
|
|
14871
|
+
readonly serviceId: "meta-ads";
|
|
14872
|
+
};
|
|
14873
|
+
type: "meta-ads.ad.effectiveStatusChanged";
|
|
14874
|
+
} | {
|
|
14875
|
+
name: string;
|
|
14876
|
+
account: {
|
|
14877
|
+
readonly connectionOptions: readonly [{
|
|
14878
|
+
readonly connectionMethodId: "oauth";
|
|
14879
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14880
|
+
}];
|
|
14881
|
+
readonly serviceId: "meta-ads";
|
|
14882
|
+
};
|
|
14883
|
+
type: "meta-ads.adObject.issuesChanged";
|
|
14884
|
+
} | {
|
|
14885
|
+
name: string;
|
|
14886
|
+
account: {
|
|
14887
|
+
readonly connectionOptions: readonly [{
|
|
14888
|
+
readonly connectionMethodId: "oauth";
|
|
14889
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14890
|
+
}];
|
|
14891
|
+
readonly serviceId: "meta-ads";
|
|
14892
|
+
};
|
|
14893
|
+
type: "meta-ads.adObject.processingCompleted";
|
|
14894
|
+
} | {
|
|
14895
|
+
name: string;
|
|
14896
|
+
account: {
|
|
14897
|
+
readonly connectionOptions: readonly [{
|
|
14898
|
+
readonly connectionMethodId: "oauth";
|
|
14899
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14900
|
+
}];
|
|
14901
|
+
readonly serviceId: "meta-ads";
|
|
14902
|
+
};
|
|
14903
|
+
type: "meta-ads.ad.recommendation";
|
|
14904
|
+
} | {
|
|
14905
|
+
name: string;
|
|
14906
|
+
account: {
|
|
14907
|
+
readonly connectionOptions: readonly [{
|
|
14908
|
+
readonly connectionMethodId: "oauth";
|
|
14909
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14910
|
+
}];
|
|
14911
|
+
readonly serviceId: "meta-ads";
|
|
14912
|
+
};
|
|
14913
|
+
type: "meta-ads.adSet.effectiveStatusChanged";
|
|
14914
|
+
} | {
|
|
14915
|
+
name: string;
|
|
14916
|
+
account: {
|
|
14917
|
+
readonly connectionOptions: readonly [{
|
|
14918
|
+
readonly connectionMethodId: "oauth";
|
|
14919
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14920
|
+
}];
|
|
14921
|
+
readonly serviceId: "meta-ads";
|
|
14922
|
+
};
|
|
14923
|
+
type: "meta-ads.campaign.effectiveStatusChanged";
|
|
14924
|
+
} | {
|
|
14925
|
+
name: string;
|
|
14926
|
+
account: {
|
|
14927
|
+
readonly connectionOptions: readonly [{
|
|
14928
|
+
readonly connectionMethodId: "oauth";
|
|
14929
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14930
|
+
}];
|
|
14931
|
+
readonly serviceId: "meta-ads";
|
|
14932
|
+
};
|
|
14933
|
+
type: "meta-ads.creativeFatigue.changed";
|
|
14934
|
+
} | {
|
|
14935
|
+
name: string;
|
|
14936
|
+
account: {
|
|
14937
|
+
readonly connectionOptions: readonly [{
|
|
14938
|
+
readonly connectionMethodId: "oauth";
|
|
14939
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14940
|
+
}];
|
|
14941
|
+
readonly serviceId: "meta-ads";
|
|
14942
|
+
};
|
|
14943
|
+
type: "meta-ads.event";
|
|
14944
|
+
} | {
|
|
14945
|
+
name: string;
|
|
14946
|
+
account: {
|
|
14947
|
+
readonly connectionOptions: readonly [{
|
|
14948
|
+
readonly connectionMethodId: "oauth";
|
|
14949
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14950
|
+
}];
|
|
14951
|
+
readonly serviceId: "meta-ads";
|
|
14952
|
+
};
|
|
14953
|
+
type: "meta-ads.lead.created";
|
|
14954
|
+
} | {
|
|
14955
|
+
name: string;
|
|
14956
|
+
account: {
|
|
14957
|
+
readonly connectionOptions: readonly [{
|
|
14958
|
+
readonly connectionMethodId: "oauth";
|
|
14959
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14960
|
+
}];
|
|
14961
|
+
readonly serviceId: "meta-ads";
|
|
14962
|
+
};
|
|
14963
|
+
type: "meta-ads.object.created";
|
|
14964
|
+
} | {
|
|
14965
|
+
name: string;
|
|
14966
|
+
account: {
|
|
14967
|
+
readonly connectionOptions: readonly [{
|
|
14968
|
+
readonly connectionMethodId: "oauth";
|
|
14969
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14970
|
+
}];
|
|
14971
|
+
readonly serviceId: "meta-ads";
|
|
14972
|
+
};
|
|
14973
|
+
type: "meta-ads.object.updated";
|
|
14974
|
+
} | {
|
|
14975
|
+
name: string;
|
|
14976
|
+
account: {
|
|
14977
|
+
readonly connectionOptions: readonly [{
|
|
14978
|
+
readonly connectionMethodId: "oauth";
|
|
14979
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14980
|
+
}];
|
|
14981
|
+
readonly serviceId: "meta-ads";
|
|
14982
|
+
};
|
|
14983
|
+
type: "meta-ads.insights.updated";
|
|
14984
|
+
} | {
|
|
14985
|
+
name: string;
|
|
14986
|
+
account: {
|
|
14987
|
+
readonly connectionOptions: readonly [{
|
|
14988
|
+
readonly connectionMethodId: "oauth";
|
|
14989
|
+
readonly requiredScopes: readonly [import("..").ScopeRequirementGroup];
|
|
14990
|
+
}];
|
|
14991
|
+
readonly serviceId: "meta-ads";
|
|
14992
|
+
};
|
|
14993
|
+
type: "meta-ads.insights.milestoneReached";
|
|
13154
14994
|
} | {
|
|
13155
14995
|
name: string;
|
|
13156
14996
|
account: import("..").IntegrationAccountRequirement<"notion">;
|