@automate.ax/catalog 0.121.0 → 0.122.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/triggers/google.d.ts +586 -0
- package/dist/triggers/google.js +83 -0
- package/dist/triggers/index.d.ts +1309 -164
- package/package.json +2 -2
- package/src/triggers/google.ts +161 -0
package/dist/triggers/index.d.ts
CHANGED
|
@@ -3233,6 +3233,592 @@ export declare const triggerDefinitions: {
|
|
|
3233
3233
|
readonly name: "Google Form response submitted";
|
|
3234
3234
|
readonly type: "googleForms.response.submitted";
|
|
3235
3235
|
};
|
|
3236
|
+
readonly googleDriveEvent: {
|
|
3237
|
+
readonly account: {
|
|
3238
|
+
readonly connectionOptions: readonly [{
|
|
3239
|
+
readonly requiredScopes: readonly [{
|
|
3240
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3241
|
+
readonly type: "or";
|
|
3242
|
+
}];
|
|
3243
|
+
}];
|
|
3244
|
+
readonly serviceId: "google";
|
|
3245
|
+
};
|
|
3246
|
+
readonly icon: "google-drive";
|
|
3247
|
+
readonly name: "Google Drive event";
|
|
3248
|
+
readonly type: "googleDrive.event";
|
|
3249
|
+
};
|
|
3250
|
+
readonly googleDriveAccessProposalCreated: {
|
|
3251
|
+
account: {
|
|
3252
|
+
readonly connectionOptions: readonly [{
|
|
3253
|
+
readonly requiredScopes: readonly [{
|
|
3254
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3255
|
+
readonly type: "or";
|
|
3256
|
+
}];
|
|
3257
|
+
}];
|
|
3258
|
+
readonly serviceId: "google";
|
|
3259
|
+
} | {
|
|
3260
|
+
readonly connectionOptions: readonly [{
|
|
3261
|
+
readonly requiredScopes: readonly [{
|
|
3262
|
+
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"];
|
|
3263
|
+
readonly type: "or";
|
|
3264
|
+
}];
|
|
3265
|
+
}];
|
|
3266
|
+
readonly serviceId: "google";
|
|
3267
|
+
};
|
|
3268
|
+
icon: string;
|
|
3269
|
+
name: string;
|
|
3270
|
+
type: "googleDrive.accessProposal.created";
|
|
3271
|
+
};
|
|
3272
|
+
readonly googleDriveAccessProposalResolved: {
|
|
3273
|
+
account: {
|
|
3274
|
+
readonly connectionOptions: readonly [{
|
|
3275
|
+
readonly requiredScopes: readonly [{
|
|
3276
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3277
|
+
readonly type: "or";
|
|
3278
|
+
}];
|
|
3279
|
+
}];
|
|
3280
|
+
readonly serviceId: "google";
|
|
3281
|
+
} | {
|
|
3282
|
+
readonly connectionOptions: readonly [{
|
|
3283
|
+
readonly requiredScopes: readonly [{
|
|
3284
|
+
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"];
|
|
3285
|
+
readonly type: "or";
|
|
3286
|
+
}];
|
|
3287
|
+
}];
|
|
3288
|
+
readonly serviceId: "google";
|
|
3289
|
+
};
|
|
3290
|
+
icon: string;
|
|
3291
|
+
name: string;
|
|
3292
|
+
type: "googleDrive.accessProposal.resolved";
|
|
3293
|
+
};
|
|
3294
|
+
readonly googleDriveApprovalCancelled: {
|
|
3295
|
+
account: {
|
|
3296
|
+
readonly connectionOptions: readonly [{
|
|
3297
|
+
readonly requiredScopes: readonly [{
|
|
3298
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3299
|
+
readonly type: "or";
|
|
3300
|
+
}];
|
|
3301
|
+
}];
|
|
3302
|
+
readonly serviceId: "google";
|
|
3303
|
+
} | {
|
|
3304
|
+
readonly connectionOptions: readonly [{
|
|
3305
|
+
readonly requiredScopes: readonly [{
|
|
3306
|
+
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"];
|
|
3307
|
+
readonly type: "or";
|
|
3308
|
+
}];
|
|
3309
|
+
}];
|
|
3310
|
+
readonly serviceId: "google";
|
|
3311
|
+
};
|
|
3312
|
+
icon: string;
|
|
3313
|
+
name: string;
|
|
3314
|
+
type: "googleDrive.approval.cancelled";
|
|
3315
|
+
};
|
|
3316
|
+
readonly googleDriveApprovalCompleted: {
|
|
3317
|
+
account: {
|
|
3318
|
+
readonly connectionOptions: readonly [{
|
|
3319
|
+
readonly requiredScopes: readonly [{
|
|
3320
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3321
|
+
readonly type: "or";
|
|
3322
|
+
}];
|
|
3323
|
+
}];
|
|
3324
|
+
readonly serviceId: "google";
|
|
3325
|
+
} | {
|
|
3326
|
+
readonly connectionOptions: readonly [{
|
|
3327
|
+
readonly requiredScopes: readonly [{
|
|
3328
|
+
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"];
|
|
3329
|
+
readonly type: "or";
|
|
3330
|
+
}];
|
|
3331
|
+
}];
|
|
3332
|
+
readonly serviceId: "google";
|
|
3333
|
+
};
|
|
3334
|
+
icon: string;
|
|
3335
|
+
name: string;
|
|
3336
|
+
type: "googleDrive.approval.completed";
|
|
3337
|
+
};
|
|
3338
|
+
readonly googleDriveApprovalCreated: {
|
|
3339
|
+
account: {
|
|
3340
|
+
readonly connectionOptions: readonly [{
|
|
3341
|
+
readonly requiredScopes: readonly [{
|
|
3342
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3343
|
+
readonly type: "or";
|
|
3344
|
+
}];
|
|
3345
|
+
}];
|
|
3346
|
+
readonly serviceId: "google";
|
|
3347
|
+
} | {
|
|
3348
|
+
readonly connectionOptions: readonly [{
|
|
3349
|
+
readonly requiredScopes: readonly [{
|
|
3350
|
+
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"];
|
|
3351
|
+
readonly type: "or";
|
|
3352
|
+
}];
|
|
3353
|
+
}];
|
|
3354
|
+
readonly serviceId: "google";
|
|
3355
|
+
};
|
|
3356
|
+
icon: string;
|
|
3357
|
+
name: string;
|
|
3358
|
+
type: "googleDrive.approval.created";
|
|
3359
|
+
};
|
|
3360
|
+
readonly googleDriveApprovalReset: {
|
|
3361
|
+
account: {
|
|
3362
|
+
readonly connectionOptions: readonly [{
|
|
3363
|
+
readonly requiredScopes: readonly [{
|
|
3364
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3365
|
+
readonly type: "or";
|
|
3366
|
+
}];
|
|
3367
|
+
}];
|
|
3368
|
+
readonly serviceId: "google";
|
|
3369
|
+
} | {
|
|
3370
|
+
readonly connectionOptions: readonly [{
|
|
3371
|
+
readonly requiredScopes: readonly [{
|
|
3372
|
+
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"];
|
|
3373
|
+
readonly type: "or";
|
|
3374
|
+
}];
|
|
3375
|
+
}];
|
|
3376
|
+
readonly serviceId: "google";
|
|
3377
|
+
};
|
|
3378
|
+
icon: string;
|
|
3379
|
+
name: string;
|
|
3380
|
+
type: "googleDrive.approval.reset";
|
|
3381
|
+
};
|
|
3382
|
+
readonly googleDriveApprovalResponded: {
|
|
3383
|
+
account: {
|
|
3384
|
+
readonly connectionOptions: readonly [{
|
|
3385
|
+
readonly requiredScopes: readonly [{
|
|
3386
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3387
|
+
readonly type: "or";
|
|
3388
|
+
}];
|
|
3389
|
+
}];
|
|
3390
|
+
readonly serviceId: "google";
|
|
3391
|
+
} | {
|
|
3392
|
+
readonly connectionOptions: readonly [{
|
|
3393
|
+
readonly requiredScopes: readonly [{
|
|
3394
|
+
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"];
|
|
3395
|
+
readonly type: "or";
|
|
3396
|
+
}];
|
|
3397
|
+
}];
|
|
3398
|
+
readonly serviceId: "google";
|
|
3399
|
+
};
|
|
3400
|
+
icon: string;
|
|
3401
|
+
name: string;
|
|
3402
|
+
type: "googleDrive.approval.responded";
|
|
3403
|
+
};
|
|
3404
|
+
readonly googleDriveApprovalReviewersChanged: {
|
|
3405
|
+
account: {
|
|
3406
|
+
readonly connectionOptions: readonly [{
|
|
3407
|
+
readonly requiredScopes: readonly [{
|
|
3408
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3409
|
+
readonly type: "or";
|
|
3410
|
+
}];
|
|
3411
|
+
}];
|
|
3412
|
+
readonly serviceId: "google";
|
|
3413
|
+
} | {
|
|
3414
|
+
readonly connectionOptions: readonly [{
|
|
3415
|
+
readonly requiredScopes: readonly [{
|
|
3416
|
+
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"];
|
|
3417
|
+
readonly type: "or";
|
|
3418
|
+
}];
|
|
3419
|
+
}];
|
|
3420
|
+
readonly serviceId: "google";
|
|
3421
|
+
};
|
|
3422
|
+
icon: string;
|
|
3423
|
+
name: string;
|
|
3424
|
+
type: "googleDrive.approval.reviewersChanged";
|
|
3425
|
+
};
|
|
3426
|
+
readonly googleDriveCommentCreated: {
|
|
3427
|
+
account: {
|
|
3428
|
+
readonly connectionOptions: readonly [{
|
|
3429
|
+
readonly requiredScopes: readonly [{
|
|
3430
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3431
|
+
readonly type: "or";
|
|
3432
|
+
}];
|
|
3433
|
+
}];
|
|
3434
|
+
readonly serviceId: "google";
|
|
3435
|
+
} | {
|
|
3436
|
+
readonly connectionOptions: readonly [{
|
|
3437
|
+
readonly requiredScopes: readonly [{
|
|
3438
|
+
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"];
|
|
3439
|
+
readonly type: "or";
|
|
3440
|
+
}];
|
|
3441
|
+
}];
|
|
3442
|
+
readonly serviceId: "google";
|
|
3443
|
+
};
|
|
3444
|
+
icon: string;
|
|
3445
|
+
name: string;
|
|
3446
|
+
type: "googleDrive.comment.created";
|
|
3447
|
+
};
|
|
3448
|
+
readonly googleDriveCommentDeleted: {
|
|
3449
|
+
account: {
|
|
3450
|
+
readonly connectionOptions: readonly [{
|
|
3451
|
+
readonly requiredScopes: readonly [{
|
|
3452
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3453
|
+
readonly type: "or";
|
|
3454
|
+
}];
|
|
3455
|
+
}];
|
|
3456
|
+
readonly serviceId: "google";
|
|
3457
|
+
} | {
|
|
3458
|
+
readonly connectionOptions: readonly [{
|
|
3459
|
+
readonly requiredScopes: readonly [{
|
|
3460
|
+
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"];
|
|
3461
|
+
readonly type: "or";
|
|
3462
|
+
}];
|
|
3463
|
+
}];
|
|
3464
|
+
readonly serviceId: "google";
|
|
3465
|
+
};
|
|
3466
|
+
icon: string;
|
|
3467
|
+
name: string;
|
|
3468
|
+
type: "googleDrive.comment.deleted";
|
|
3469
|
+
};
|
|
3470
|
+
readonly googleDriveCommentEdited: {
|
|
3471
|
+
account: {
|
|
3472
|
+
readonly connectionOptions: readonly [{
|
|
3473
|
+
readonly requiredScopes: readonly [{
|
|
3474
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3475
|
+
readonly type: "or";
|
|
3476
|
+
}];
|
|
3477
|
+
}];
|
|
3478
|
+
readonly serviceId: "google";
|
|
3479
|
+
} | {
|
|
3480
|
+
readonly connectionOptions: readonly [{
|
|
3481
|
+
readonly requiredScopes: readonly [{
|
|
3482
|
+
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"];
|
|
3483
|
+
readonly type: "or";
|
|
3484
|
+
}];
|
|
3485
|
+
}];
|
|
3486
|
+
readonly serviceId: "google";
|
|
3487
|
+
};
|
|
3488
|
+
icon: string;
|
|
3489
|
+
name: string;
|
|
3490
|
+
type: "googleDrive.comment.edited";
|
|
3491
|
+
};
|
|
3492
|
+
readonly googleDriveCommentReopened: {
|
|
3493
|
+
account: {
|
|
3494
|
+
readonly connectionOptions: readonly [{
|
|
3495
|
+
readonly requiredScopes: readonly [{
|
|
3496
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3497
|
+
readonly type: "or";
|
|
3498
|
+
}];
|
|
3499
|
+
}];
|
|
3500
|
+
readonly serviceId: "google";
|
|
3501
|
+
} | {
|
|
3502
|
+
readonly connectionOptions: readonly [{
|
|
3503
|
+
readonly requiredScopes: readonly [{
|
|
3504
|
+
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"];
|
|
3505
|
+
readonly type: "or";
|
|
3506
|
+
}];
|
|
3507
|
+
}];
|
|
3508
|
+
readonly serviceId: "google";
|
|
3509
|
+
};
|
|
3510
|
+
icon: string;
|
|
3511
|
+
name: string;
|
|
3512
|
+
type: "googleDrive.comment.reopened";
|
|
3513
|
+
};
|
|
3514
|
+
readonly googleDriveCommentResolved: {
|
|
3515
|
+
account: {
|
|
3516
|
+
readonly connectionOptions: readonly [{
|
|
3517
|
+
readonly requiredScopes: readonly [{
|
|
3518
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3519
|
+
readonly type: "or";
|
|
3520
|
+
}];
|
|
3521
|
+
}];
|
|
3522
|
+
readonly serviceId: "google";
|
|
3523
|
+
} | {
|
|
3524
|
+
readonly connectionOptions: readonly [{
|
|
3525
|
+
readonly requiredScopes: readonly [{
|
|
3526
|
+
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"];
|
|
3527
|
+
readonly type: "or";
|
|
3528
|
+
}];
|
|
3529
|
+
}];
|
|
3530
|
+
readonly serviceId: "google";
|
|
3531
|
+
};
|
|
3532
|
+
icon: string;
|
|
3533
|
+
name: string;
|
|
3534
|
+
type: "googleDrive.comment.resolved";
|
|
3535
|
+
};
|
|
3536
|
+
readonly googleDriveFileContentChanged: {
|
|
3537
|
+
account: {
|
|
3538
|
+
readonly connectionOptions: readonly [{
|
|
3539
|
+
readonly requiredScopes: readonly [{
|
|
3540
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3541
|
+
readonly type: "or";
|
|
3542
|
+
}];
|
|
3543
|
+
}];
|
|
3544
|
+
readonly serviceId: "google";
|
|
3545
|
+
} | {
|
|
3546
|
+
readonly connectionOptions: readonly [{
|
|
3547
|
+
readonly requiredScopes: readonly [{
|
|
3548
|
+
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"];
|
|
3549
|
+
readonly type: "or";
|
|
3550
|
+
}];
|
|
3551
|
+
}];
|
|
3552
|
+
readonly serviceId: "google";
|
|
3553
|
+
};
|
|
3554
|
+
icon: string;
|
|
3555
|
+
name: string;
|
|
3556
|
+
type: "googleDrive.file.contentChanged";
|
|
3557
|
+
};
|
|
3558
|
+
readonly googleDriveFileCreated: {
|
|
3559
|
+
account: {
|
|
3560
|
+
readonly connectionOptions: readonly [{
|
|
3561
|
+
readonly requiredScopes: readonly [{
|
|
3562
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3563
|
+
readonly type: "or";
|
|
3564
|
+
}];
|
|
3565
|
+
}];
|
|
3566
|
+
readonly serviceId: "google";
|
|
3567
|
+
} | {
|
|
3568
|
+
readonly connectionOptions: readonly [{
|
|
3569
|
+
readonly requiredScopes: readonly [{
|
|
3570
|
+
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"];
|
|
3571
|
+
readonly type: "or";
|
|
3572
|
+
}];
|
|
3573
|
+
}];
|
|
3574
|
+
readonly serviceId: "google";
|
|
3575
|
+
};
|
|
3576
|
+
icon: string;
|
|
3577
|
+
name: string;
|
|
3578
|
+
type: "googleDrive.file.created";
|
|
3579
|
+
};
|
|
3580
|
+
readonly googleDriveFileDeleted: {
|
|
3581
|
+
account: {
|
|
3582
|
+
readonly connectionOptions: readonly [{
|
|
3583
|
+
readonly requiredScopes: readonly [{
|
|
3584
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3585
|
+
readonly type: "or";
|
|
3586
|
+
}];
|
|
3587
|
+
}];
|
|
3588
|
+
readonly serviceId: "google";
|
|
3589
|
+
} | {
|
|
3590
|
+
readonly connectionOptions: readonly [{
|
|
3591
|
+
readonly requiredScopes: readonly [{
|
|
3592
|
+
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"];
|
|
3593
|
+
readonly type: "or";
|
|
3594
|
+
}];
|
|
3595
|
+
}];
|
|
3596
|
+
readonly serviceId: "google";
|
|
3597
|
+
};
|
|
3598
|
+
icon: string;
|
|
3599
|
+
name: string;
|
|
3600
|
+
type: "googleDrive.file.deleted";
|
|
3601
|
+
};
|
|
3602
|
+
readonly googleDriveFileMoved: {
|
|
3603
|
+
account: {
|
|
3604
|
+
readonly connectionOptions: readonly [{
|
|
3605
|
+
readonly requiredScopes: readonly [{
|
|
3606
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3607
|
+
readonly type: "or";
|
|
3608
|
+
}];
|
|
3609
|
+
}];
|
|
3610
|
+
readonly serviceId: "google";
|
|
3611
|
+
} | {
|
|
3612
|
+
readonly connectionOptions: readonly [{
|
|
3613
|
+
readonly requiredScopes: readonly [{
|
|
3614
|
+
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"];
|
|
3615
|
+
readonly type: "or";
|
|
3616
|
+
}];
|
|
3617
|
+
}];
|
|
3618
|
+
readonly serviceId: "google";
|
|
3619
|
+
};
|
|
3620
|
+
icon: string;
|
|
3621
|
+
name: string;
|
|
3622
|
+
type: "googleDrive.file.moved";
|
|
3623
|
+
};
|
|
3624
|
+
readonly googleDriveFileRenamed: {
|
|
3625
|
+
account: {
|
|
3626
|
+
readonly connectionOptions: readonly [{
|
|
3627
|
+
readonly requiredScopes: readonly [{
|
|
3628
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3629
|
+
readonly type: "or";
|
|
3630
|
+
}];
|
|
3631
|
+
}];
|
|
3632
|
+
readonly serviceId: "google";
|
|
3633
|
+
} | {
|
|
3634
|
+
readonly connectionOptions: readonly [{
|
|
3635
|
+
readonly requiredScopes: readonly [{
|
|
3636
|
+
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"];
|
|
3637
|
+
readonly type: "or";
|
|
3638
|
+
}];
|
|
3639
|
+
}];
|
|
3640
|
+
readonly serviceId: "google";
|
|
3641
|
+
};
|
|
3642
|
+
icon: string;
|
|
3643
|
+
name: string;
|
|
3644
|
+
type: "googleDrive.file.renamed";
|
|
3645
|
+
};
|
|
3646
|
+
readonly googleDriveFileTrashed: {
|
|
3647
|
+
account: {
|
|
3648
|
+
readonly connectionOptions: readonly [{
|
|
3649
|
+
readonly requiredScopes: readonly [{
|
|
3650
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3651
|
+
readonly type: "or";
|
|
3652
|
+
}];
|
|
3653
|
+
}];
|
|
3654
|
+
readonly serviceId: "google";
|
|
3655
|
+
} | {
|
|
3656
|
+
readonly connectionOptions: readonly [{
|
|
3657
|
+
readonly requiredScopes: readonly [{
|
|
3658
|
+
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"];
|
|
3659
|
+
readonly type: "or";
|
|
3660
|
+
}];
|
|
3661
|
+
}];
|
|
3662
|
+
readonly serviceId: "google";
|
|
3663
|
+
};
|
|
3664
|
+
icon: string;
|
|
3665
|
+
name: string;
|
|
3666
|
+
type: "googleDrive.file.trashed";
|
|
3667
|
+
};
|
|
3668
|
+
readonly googleDriveFileUntrashed: {
|
|
3669
|
+
account: {
|
|
3670
|
+
readonly connectionOptions: readonly [{
|
|
3671
|
+
readonly requiredScopes: readonly [{
|
|
3672
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3673
|
+
readonly type: "or";
|
|
3674
|
+
}];
|
|
3675
|
+
}];
|
|
3676
|
+
readonly serviceId: "google";
|
|
3677
|
+
} | {
|
|
3678
|
+
readonly connectionOptions: readonly [{
|
|
3679
|
+
readonly requiredScopes: readonly [{
|
|
3680
|
+
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"];
|
|
3681
|
+
readonly type: "or";
|
|
3682
|
+
}];
|
|
3683
|
+
}];
|
|
3684
|
+
readonly serviceId: "google";
|
|
3685
|
+
};
|
|
3686
|
+
icon: string;
|
|
3687
|
+
name: string;
|
|
3688
|
+
type: "googleDrive.file.untrashed";
|
|
3689
|
+
};
|
|
3690
|
+
readonly googleDrivePermissionCreated: {
|
|
3691
|
+
account: {
|
|
3692
|
+
readonly connectionOptions: readonly [{
|
|
3693
|
+
readonly requiredScopes: readonly [{
|
|
3694
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3695
|
+
readonly type: "or";
|
|
3696
|
+
}];
|
|
3697
|
+
}];
|
|
3698
|
+
readonly serviceId: "google";
|
|
3699
|
+
} | {
|
|
3700
|
+
readonly connectionOptions: readonly [{
|
|
3701
|
+
readonly requiredScopes: readonly [{
|
|
3702
|
+
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"];
|
|
3703
|
+
readonly type: "or";
|
|
3704
|
+
}];
|
|
3705
|
+
}];
|
|
3706
|
+
readonly serviceId: "google";
|
|
3707
|
+
};
|
|
3708
|
+
icon: string;
|
|
3709
|
+
name: string;
|
|
3710
|
+
type: "googleDrive.permission.created";
|
|
3711
|
+
};
|
|
3712
|
+
readonly googleDrivePermissionDeleted: {
|
|
3713
|
+
account: {
|
|
3714
|
+
readonly connectionOptions: readonly [{
|
|
3715
|
+
readonly requiredScopes: readonly [{
|
|
3716
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3717
|
+
readonly type: "or";
|
|
3718
|
+
}];
|
|
3719
|
+
}];
|
|
3720
|
+
readonly serviceId: "google";
|
|
3721
|
+
} | {
|
|
3722
|
+
readonly connectionOptions: readonly [{
|
|
3723
|
+
readonly requiredScopes: readonly [{
|
|
3724
|
+
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"];
|
|
3725
|
+
readonly type: "or";
|
|
3726
|
+
}];
|
|
3727
|
+
}];
|
|
3728
|
+
readonly serviceId: "google";
|
|
3729
|
+
};
|
|
3730
|
+
icon: string;
|
|
3731
|
+
name: string;
|
|
3732
|
+
type: "googleDrive.permission.deleted";
|
|
3733
|
+
};
|
|
3734
|
+
readonly googleDrivePermissionEdited: {
|
|
3735
|
+
account: {
|
|
3736
|
+
readonly connectionOptions: readonly [{
|
|
3737
|
+
readonly requiredScopes: readonly [{
|
|
3738
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3739
|
+
readonly type: "or";
|
|
3740
|
+
}];
|
|
3741
|
+
}];
|
|
3742
|
+
readonly serviceId: "google";
|
|
3743
|
+
} | {
|
|
3744
|
+
readonly connectionOptions: readonly [{
|
|
3745
|
+
readonly requiredScopes: readonly [{
|
|
3746
|
+
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"];
|
|
3747
|
+
readonly type: "or";
|
|
3748
|
+
}];
|
|
3749
|
+
}];
|
|
3750
|
+
readonly serviceId: "google";
|
|
3751
|
+
};
|
|
3752
|
+
icon: string;
|
|
3753
|
+
name: string;
|
|
3754
|
+
type: "googleDrive.permission.edited";
|
|
3755
|
+
};
|
|
3756
|
+
readonly googleDriveReplyCreated: {
|
|
3757
|
+
account: {
|
|
3758
|
+
readonly connectionOptions: readonly [{
|
|
3759
|
+
readonly requiredScopes: readonly [{
|
|
3760
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3761
|
+
readonly type: "or";
|
|
3762
|
+
}];
|
|
3763
|
+
}];
|
|
3764
|
+
readonly serviceId: "google";
|
|
3765
|
+
} | {
|
|
3766
|
+
readonly connectionOptions: readonly [{
|
|
3767
|
+
readonly requiredScopes: readonly [{
|
|
3768
|
+
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"];
|
|
3769
|
+
readonly type: "or";
|
|
3770
|
+
}];
|
|
3771
|
+
}];
|
|
3772
|
+
readonly serviceId: "google";
|
|
3773
|
+
};
|
|
3774
|
+
icon: string;
|
|
3775
|
+
name: string;
|
|
3776
|
+
type: "googleDrive.reply.created";
|
|
3777
|
+
};
|
|
3778
|
+
readonly googleDriveReplyDeleted: {
|
|
3779
|
+
account: {
|
|
3780
|
+
readonly connectionOptions: readonly [{
|
|
3781
|
+
readonly requiredScopes: readonly [{
|
|
3782
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3783
|
+
readonly type: "or";
|
|
3784
|
+
}];
|
|
3785
|
+
}];
|
|
3786
|
+
readonly serviceId: "google";
|
|
3787
|
+
} | {
|
|
3788
|
+
readonly connectionOptions: readonly [{
|
|
3789
|
+
readonly requiredScopes: readonly [{
|
|
3790
|
+
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"];
|
|
3791
|
+
readonly type: "or";
|
|
3792
|
+
}];
|
|
3793
|
+
}];
|
|
3794
|
+
readonly serviceId: "google";
|
|
3795
|
+
};
|
|
3796
|
+
icon: string;
|
|
3797
|
+
name: string;
|
|
3798
|
+
type: "googleDrive.reply.deleted";
|
|
3799
|
+
};
|
|
3800
|
+
readonly googleDriveReplyEdited: {
|
|
3801
|
+
account: {
|
|
3802
|
+
readonly connectionOptions: readonly [{
|
|
3803
|
+
readonly requiredScopes: readonly [{
|
|
3804
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
3805
|
+
readonly type: "or";
|
|
3806
|
+
}];
|
|
3807
|
+
}];
|
|
3808
|
+
readonly serviceId: "google";
|
|
3809
|
+
} | {
|
|
3810
|
+
readonly connectionOptions: readonly [{
|
|
3811
|
+
readonly requiredScopes: readonly [{
|
|
3812
|
+
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"];
|
|
3813
|
+
readonly type: "or";
|
|
3814
|
+
}];
|
|
3815
|
+
}];
|
|
3816
|
+
readonly serviceId: "google";
|
|
3817
|
+
};
|
|
3818
|
+
icon: string;
|
|
3819
|
+
name: string;
|
|
3820
|
+
type: "googleDrive.reply.edited";
|
|
3821
|
+
};
|
|
3236
3822
|
readonly googleMeetConferenceEnded: {
|
|
3237
3823
|
readonly account: {
|
|
3238
3824
|
readonly connectionOptions: readonly [{
|
|
@@ -9104,601 +9690,1147 @@ export declare const triggerCatalog: ({
|
|
|
9104
9690
|
}];
|
|
9105
9691
|
readonly serviceId: "github";
|
|
9106
9692
|
};
|
|
9107
|
-
type: "github.pull-request.locked";
|
|
9693
|
+
type: "github.pull-request.locked";
|
|
9694
|
+
} | {
|
|
9695
|
+
name: string;
|
|
9696
|
+
account: {
|
|
9697
|
+
readonly connectionOptions: readonly [{
|
|
9698
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9699
|
+
}];
|
|
9700
|
+
readonly serviceId: "github";
|
|
9701
|
+
};
|
|
9702
|
+
type: "github.pull-request.milestoned";
|
|
9703
|
+
} | {
|
|
9704
|
+
name: string;
|
|
9705
|
+
account: {
|
|
9706
|
+
readonly connectionOptions: readonly [{
|
|
9707
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9708
|
+
}];
|
|
9709
|
+
readonly serviceId: "github";
|
|
9710
|
+
};
|
|
9711
|
+
type: "github.pull-request.opened";
|
|
9712
|
+
} | {
|
|
9713
|
+
name: string;
|
|
9714
|
+
account: {
|
|
9715
|
+
readonly connectionOptions: readonly [{
|
|
9716
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9717
|
+
}];
|
|
9718
|
+
readonly serviceId: "github";
|
|
9719
|
+
};
|
|
9720
|
+
type: "github.pull-request.ready-for-review";
|
|
9721
|
+
} | {
|
|
9722
|
+
name: string;
|
|
9723
|
+
account: {
|
|
9724
|
+
readonly connectionOptions: readonly [{
|
|
9725
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9726
|
+
}];
|
|
9727
|
+
readonly serviceId: "github";
|
|
9728
|
+
};
|
|
9729
|
+
type: "github.pull-request.reopened";
|
|
9730
|
+
} | {
|
|
9731
|
+
name: string;
|
|
9732
|
+
account: {
|
|
9733
|
+
readonly connectionOptions: readonly [{
|
|
9734
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9735
|
+
}];
|
|
9736
|
+
readonly serviceId: "github";
|
|
9737
|
+
};
|
|
9738
|
+
type: "github.pull-request.review-request-removed";
|
|
9739
|
+
} | {
|
|
9740
|
+
name: string;
|
|
9741
|
+
account: {
|
|
9742
|
+
readonly connectionOptions: readonly [{
|
|
9743
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9744
|
+
}];
|
|
9745
|
+
readonly serviceId: "github";
|
|
9746
|
+
};
|
|
9747
|
+
type: "github.pull-request.review-requested";
|
|
9748
|
+
} | {
|
|
9749
|
+
name: string;
|
|
9750
|
+
account: {
|
|
9751
|
+
readonly connectionOptions: readonly [{
|
|
9752
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9753
|
+
}];
|
|
9754
|
+
readonly serviceId: "github";
|
|
9755
|
+
};
|
|
9756
|
+
type: "github.pull-request.stacked";
|
|
9757
|
+
} | {
|
|
9758
|
+
name: string;
|
|
9759
|
+
account: {
|
|
9760
|
+
readonly connectionOptions: readonly [{
|
|
9761
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9762
|
+
}];
|
|
9763
|
+
readonly serviceId: "github";
|
|
9764
|
+
};
|
|
9765
|
+
type: "github.pull-request-review.approved";
|
|
9766
|
+
} | {
|
|
9767
|
+
name: string;
|
|
9768
|
+
account: {
|
|
9769
|
+
readonly connectionOptions: readonly [{
|
|
9770
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9771
|
+
}];
|
|
9772
|
+
readonly serviceId: "github";
|
|
9773
|
+
};
|
|
9774
|
+
type: "github.pull-request-review.changes-requested";
|
|
9775
|
+
} | {
|
|
9776
|
+
name: string;
|
|
9777
|
+
account: {
|
|
9778
|
+
readonly connectionOptions: readonly [{
|
|
9779
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9780
|
+
}];
|
|
9781
|
+
readonly serviceId: "github";
|
|
9782
|
+
};
|
|
9783
|
+
type: "github.pull-request-review.dismissed";
|
|
9784
|
+
} | {
|
|
9785
|
+
name: string;
|
|
9786
|
+
account: {
|
|
9787
|
+
readonly connectionOptions: readonly [{
|
|
9788
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9789
|
+
}];
|
|
9790
|
+
readonly serviceId: "github";
|
|
9791
|
+
};
|
|
9792
|
+
type: "github.pull-request-review.edited";
|
|
9793
|
+
} | {
|
|
9794
|
+
name: string;
|
|
9795
|
+
account: {
|
|
9796
|
+
readonly connectionOptions: readonly [{
|
|
9797
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9798
|
+
}];
|
|
9799
|
+
readonly serviceId: "github";
|
|
9800
|
+
};
|
|
9801
|
+
type: "github.pull-request-review.event";
|
|
9802
|
+
} | {
|
|
9803
|
+
name: string;
|
|
9804
|
+
account: {
|
|
9805
|
+
readonly connectionOptions: readonly [{
|
|
9806
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9807
|
+
}];
|
|
9808
|
+
readonly serviceId: "github";
|
|
9809
|
+
};
|
|
9810
|
+
type: "github.pull-request-review.submitted";
|
|
9811
|
+
} | {
|
|
9812
|
+
name: string;
|
|
9813
|
+
account: {
|
|
9814
|
+
readonly connectionOptions: readonly [{
|
|
9815
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9816
|
+
}];
|
|
9817
|
+
readonly serviceId: "github";
|
|
9818
|
+
};
|
|
9819
|
+
type: "github.pull-request-review-comment.created";
|
|
9820
|
+
} | {
|
|
9821
|
+
name: string;
|
|
9822
|
+
account: {
|
|
9823
|
+
readonly connectionOptions: readonly [{
|
|
9824
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9825
|
+
}];
|
|
9826
|
+
readonly serviceId: "github";
|
|
9827
|
+
};
|
|
9828
|
+
type: "github.pull-request-review-comment.deleted";
|
|
9829
|
+
} | {
|
|
9830
|
+
name: string;
|
|
9831
|
+
account: {
|
|
9832
|
+
readonly connectionOptions: readonly [{
|
|
9833
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9834
|
+
}];
|
|
9835
|
+
readonly serviceId: "github";
|
|
9836
|
+
};
|
|
9837
|
+
type: "github.pull-request-review-comment.edited";
|
|
9838
|
+
} | {
|
|
9839
|
+
name: string;
|
|
9840
|
+
account: {
|
|
9841
|
+
readonly connectionOptions: readonly [{
|
|
9842
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9843
|
+
}];
|
|
9844
|
+
readonly serviceId: "github";
|
|
9845
|
+
};
|
|
9846
|
+
type: "github.pull-request-review-comment.event";
|
|
9847
|
+
} | {
|
|
9848
|
+
name: string;
|
|
9849
|
+
account: {
|
|
9850
|
+
readonly connectionOptions: readonly [{
|
|
9851
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9852
|
+
}];
|
|
9853
|
+
readonly serviceId: "github";
|
|
9854
|
+
};
|
|
9855
|
+
type: "github.pull-request.synchronized";
|
|
9856
|
+
} | {
|
|
9857
|
+
name: string;
|
|
9858
|
+
account: {
|
|
9859
|
+
readonly connectionOptions: readonly [{
|
|
9860
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9861
|
+
}];
|
|
9862
|
+
readonly serviceId: "github";
|
|
9863
|
+
};
|
|
9864
|
+
type: "github.pull-request.unassigned";
|
|
9865
|
+
} | {
|
|
9866
|
+
name: string;
|
|
9867
|
+
account: {
|
|
9868
|
+
readonly connectionOptions: readonly [{
|
|
9869
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9870
|
+
}];
|
|
9871
|
+
readonly serviceId: "github";
|
|
9872
|
+
};
|
|
9873
|
+
type: "github.pull-request.unlabeled";
|
|
9874
|
+
} | {
|
|
9875
|
+
name: string;
|
|
9876
|
+
account: {
|
|
9877
|
+
readonly connectionOptions: readonly [{
|
|
9878
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
9879
|
+
}];
|
|
9880
|
+
readonly serviceId: "github";
|
|
9881
|
+
};
|
|
9882
|
+
type: "github.pull-request.unlocked";
|
|
9883
|
+
} | {
|
|
9884
|
+
name: string;
|
|
9885
|
+
account: {
|
|
9886
|
+
readonly connectionOptions: readonly [{
|
|
9887
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9888
|
+
}];
|
|
9889
|
+
readonly serviceId: "github";
|
|
9890
|
+
};
|
|
9891
|
+
type: "github.push";
|
|
9892
|
+
} | {
|
|
9893
|
+
name: string;
|
|
9894
|
+
account: {
|
|
9895
|
+
readonly connectionOptions: readonly [{
|
|
9896
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9897
|
+
}];
|
|
9898
|
+
readonly serviceId: "github";
|
|
9899
|
+
};
|
|
9900
|
+
type: "github.release.created";
|
|
9901
|
+
} | {
|
|
9902
|
+
name: string;
|
|
9903
|
+
account: {
|
|
9904
|
+
readonly connectionOptions: readonly [{
|
|
9905
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9906
|
+
}];
|
|
9907
|
+
readonly serviceId: "github";
|
|
9908
|
+
};
|
|
9909
|
+
type: "github.release.deleted";
|
|
9910
|
+
} | {
|
|
9911
|
+
name: string;
|
|
9912
|
+
account: {
|
|
9913
|
+
readonly connectionOptions: readonly [{
|
|
9914
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9915
|
+
}];
|
|
9916
|
+
readonly serviceId: "github";
|
|
9917
|
+
};
|
|
9918
|
+
type: "github.release.edited";
|
|
9919
|
+
} | {
|
|
9920
|
+
name: string;
|
|
9921
|
+
account: {
|
|
9922
|
+
readonly connectionOptions: readonly [{
|
|
9923
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9924
|
+
}];
|
|
9925
|
+
readonly serviceId: "github";
|
|
9926
|
+
};
|
|
9927
|
+
type: "github.release.event";
|
|
9928
|
+
} | {
|
|
9929
|
+
name: string;
|
|
9930
|
+
account: {
|
|
9931
|
+
readonly connectionOptions: readonly [{
|
|
9932
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9933
|
+
}];
|
|
9934
|
+
readonly serviceId: "github";
|
|
9935
|
+
};
|
|
9936
|
+
type: "github.release.prereleased";
|
|
9108
9937
|
} | {
|
|
9109
9938
|
name: string;
|
|
9110
9939
|
account: {
|
|
9111
9940
|
readonly connectionOptions: readonly [{
|
|
9112
|
-
readonly requiredScopes: readonly ["
|
|
9941
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9113
9942
|
}];
|
|
9114
9943
|
readonly serviceId: "github";
|
|
9115
9944
|
};
|
|
9116
|
-
type: "github.
|
|
9945
|
+
type: "github.release.published";
|
|
9117
9946
|
} | {
|
|
9118
9947
|
name: string;
|
|
9119
9948
|
account: {
|
|
9120
9949
|
readonly connectionOptions: readonly [{
|
|
9121
|
-
readonly requiredScopes: readonly ["
|
|
9950
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9122
9951
|
}];
|
|
9123
9952
|
readonly serviceId: "github";
|
|
9124
9953
|
};
|
|
9125
|
-
type: "github.
|
|
9954
|
+
type: "github.release.released";
|
|
9126
9955
|
} | {
|
|
9127
9956
|
name: string;
|
|
9128
9957
|
account: {
|
|
9129
9958
|
readonly connectionOptions: readonly [{
|
|
9130
|
-
readonly requiredScopes: readonly ["
|
|
9959
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9131
9960
|
}];
|
|
9132
9961
|
readonly serviceId: "github";
|
|
9133
9962
|
};
|
|
9134
|
-
type: "github.
|
|
9963
|
+
type: "github.release.unpublished";
|
|
9135
9964
|
} | {
|
|
9136
9965
|
name: string;
|
|
9137
9966
|
account: {
|
|
9138
9967
|
readonly connectionOptions: readonly [{
|
|
9139
|
-
readonly requiredScopes: readonly ["
|
|
9968
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9140
9969
|
}];
|
|
9141
9970
|
readonly serviceId: "github";
|
|
9142
9971
|
};
|
|
9143
|
-
type: "github.
|
|
9972
|
+
type: "github.ref.created";
|
|
9144
9973
|
} | {
|
|
9145
9974
|
name: string;
|
|
9146
9975
|
account: {
|
|
9147
9976
|
readonly connectionOptions: readonly [{
|
|
9148
|
-
readonly requiredScopes: readonly ["
|
|
9977
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9149
9978
|
}];
|
|
9150
9979
|
readonly serviceId: "github";
|
|
9151
9980
|
};
|
|
9152
|
-
type: "github.
|
|
9981
|
+
type: "github.ref.deleted";
|
|
9153
9982
|
} | {
|
|
9154
9983
|
name: string;
|
|
9155
9984
|
account: {
|
|
9156
9985
|
readonly connectionOptions: readonly [{
|
|
9157
|
-
readonly requiredScopes: readonly ["
|
|
9986
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9158
9987
|
}];
|
|
9159
9988
|
readonly serviceId: "github";
|
|
9160
9989
|
};
|
|
9161
|
-
type: "github.
|
|
9990
|
+
type: "github.repository-dispatch";
|
|
9162
9991
|
} | {
|
|
9163
9992
|
name: string;
|
|
9164
9993
|
account: {
|
|
9165
9994
|
readonly connectionOptions: readonly [{
|
|
9166
|
-
readonly requiredScopes: readonly ["
|
|
9995
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
9167
9996
|
}];
|
|
9168
9997
|
readonly serviceId: "github";
|
|
9169
9998
|
};
|
|
9170
|
-
type: "github.
|
|
9999
|
+
type: "github.status.errored";
|
|
9171
10000
|
} | {
|
|
9172
10001
|
name: string;
|
|
9173
10002
|
account: {
|
|
9174
10003
|
readonly connectionOptions: readonly [{
|
|
9175
|
-
readonly requiredScopes: readonly ["
|
|
10004
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
9176
10005
|
}];
|
|
9177
10006
|
readonly serviceId: "github";
|
|
9178
10007
|
};
|
|
9179
|
-
type: "github.
|
|
10008
|
+
type: "github.status.event";
|
|
9180
10009
|
} | {
|
|
9181
10010
|
name: string;
|
|
9182
10011
|
account: {
|
|
9183
10012
|
readonly connectionOptions: readonly [{
|
|
9184
|
-
readonly requiredScopes: readonly ["
|
|
10013
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
9185
10014
|
}];
|
|
9186
10015
|
readonly serviceId: "github";
|
|
9187
10016
|
};
|
|
9188
|
-
type: "github.
|
|
10017
|
+
type: "github.status.failed";
|
|
9189
10018
|
} | {
|
|
9190
10019
|
name: string;
|
|
9191
10020
|
account: {
|
|
9192
10021
|
readonly connectionOptions: readonly [{
|
|
9193
|
-
readonly requiredScopes: readonly ["
|
|
10022
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
9194
10023
|
}];
|
|
9195
10024
|
readonly serviceId: "github";
|
|
9196
10025
|
};
|
|
9197
|
-
type: "github.
|
|
10026
|
+
type: "github.status.pending";
|
|
9198
10027
|
} | {
|
|
9199
10028
|
name: string;
|
|
9200
10029
|
account: {
|
|
9201
10030
|
readonly connectionOptions: readonly [{
|
|
9202
|
-
readonly requiredScopes: readonly ["
|
|
10031
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
9203
10032
|
}];
|
|
9204
10033
|
readonly serviceId: "github";
|
|
9205
10034
|
};
|
|
9206
|
-
type: "github.
|
|
10035
|
+
type: "github.status.succeeded";
|
|
9207
10036
|
} | {
|
|
9208
10037
|
name: string;
|
|
9209
10038
|
account: {
|
|
9210
10039
|
readonly connectionOptions: readonly [{
|
|
9211
|
-
readonly requiredScopes: readonly ["
|
|
10040
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9212
10041
|
}];
|
|
9213
10042
|
readonly serviceId: "github";
|
|
9214
10043
|
};
|
|
9215
|
-
type: "github.
|
|
10044
|
+
type: "github.tag.created";
|
|
9216
10045
|
} | {
|
|
9217
10046
|
name: string;
|
|
9218
10047
|
account: {
|
|
9219
10048
|
readonly connectionOptions: readonly [{
|
|
9220
|
-
readonly requiredScopes: readonly ["
|
|
10049
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9221
10050
|
}];
|
|
9222
10051
|
readonly serviceId: "github";
|
|
9223
10052
|
};
|
|
9224
|
-
type: "github.
|
|
10053
|
+
type: "github.tag.deleted";
|
|
9225
10054
|
} | {
|
|
9226
10055
|
name: string;
|
|
9227
10056
|
account: {
|
|
9228
10057
|
readonly connectionOptions: readonly [{
|
|
9229
|
-
readonly requiredScopes: readonly ["
|
|
10058
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
9230
10059
|
}];
|
|
9231
10060
|
readonly serviceId: "github";
|
|
9232
10061
|
};
|
|
9233
|
-
type: "github.
|
|
10062
|
+
type: "github.workflow-dispatch";
|
|
9234
10063
|
} | {
|
|
9235
10064
|
name: string;
|
|
9236
10065
|
account: {
|
|
9237
10066
|
readonly connectionOptions: readonly [{
|
|
9238
|
-
readonly requiredScopes: readonly ["
|
|
10067
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9239
10068
|
}];
|
|
9240
10069
|
readonly serviceId: "github";
|
|
9241
10070
|
};
|
|
9242
|
-
type: "github.
|
|
10071
|
+
type: "github.workflow-job.action-required";
|
|
9243
10072
|
} | {
|
|
9244
10073
|
name: string;
|
|
9245
10074
|
account: {
|
|
9246
10075
|
readonly connectionOptions: readonly [{
|
|
9247
|
-
readonly requiredScopes: readonly ["
|
|
10076
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9248
10077
|
}];
|
|
9249
10078
|
readonly serviceId: "github";
|
|
9250
10079
|
};
|
|
9251
|
-
type: "github.
|
|
10080
|
+
type: "github.workflow-job.cancelled";
|
|
9252
10081
|
} | {
|
|
9253
10082
|
name: string;
|
|
9254
10083
|
account: {
|
|
9255
10084
|
readonly connectionOptions: readonly [{
|
|
9256
|
-
readonly requiredScopes: readonly ["
|
|
10085
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9257
10086
|
}];
|
|
9258
10087
|
readonly serviceId: "github";
|
|
9259
10088
|
};
|
|
9260
|
-
type: "github.
|
|
10089
|
+
type: "github.workflow-job.completed";
|
|
9261
10090
|
} | {
|
|
9262
10091
|
name: string;
|
|
9263
10092
|
account: {
|
|
9264
10093
|
readonly connectionOptions: readonly [{
|
|
9265
|
-
readonly requiredScopes: readonly ["
|
|
10094
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9266
10095
|
}];
|
|
9267
10096
|
readonly serviceId: "github";
|
|
9268
10097
|
};
|
|
9269
|
-
type: "github.
|
|
10098
|
+
type: "github.workflow-job.event";
|
|
9270
10099
|
} | {
|
|
9271
10100
|
name: string;
|
|
9272
10101
|
account: {
|
|
9273
10102
|
readonly connectionOptions: readonly [{
|
|
9274
|
-
readonly requiredScopes: readonly ["
|
|
10103
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9275
10104
|
}];
|
|
9276
10105
|
readonly serviceId: "github";
|
|
9277
10106
|
};
|
|
9278
|
-
type: "github.
|
|
10107
|
+
type: "github.workflow-job.failed";
|
|
9279
10108
|
} | {
|
|
9280
10109
|
name: string;
|
|
9281
10110
|
account: {
|
|
9282
10111
|
readonly connectionOptions: readonly [{
|
|
9283
|
-
readonly requiredScopes: readonly ["
|
|
10112
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9284
10113
|
}];
|
|
9285
10114
|
readonly serviceId: "github";
|
|
9286
10115
|
};
|
|
9287
|
-
type: "github.
|
|
10116
|
+
type: "github.workflow-job.neutral";
|
|
9288
10117
|
} | {
|
|
9289
10118
|
name: string;
|
|
9290
10119
|
account: {
|
|
9291
10120
|
readonly connectionOptions: readonly [{
|
|
9292
|
-
readonly requiredScopes: readonly ["
|
|
10121
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9293
10122
|
}];
|
|
9294
10123
|
readonly serviceId: "github";
|
|
9295
10124
|
};
|
|
9296
|
-
type: "github.
|
|
10125
|
+
type: "github.workflow-job.queued";
|
|
9297
10126
|
} | {
|
|
9298
10127
|
name: string;
|
|
9299
10128
|
account: {
|
|
9300
10129
|
readonly connectionOptions: readonly [{
|
|
9301
|
-
readonly requiredScopes: readonly ["
|
|
10130
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9302
10131
|
}];
|
|
9303
10132
|
readonly serviceId: "github";
|
|
9304
10133
|
};
|
|
9305
|
-
type: "github.
|
|
10134
|
+
type: "github.workflow-job.skipped";
|
|
9306
10135
|
} | {
|
|
9307
10136
|
name: string;
|
|
9308
10137
|
account: {
|
|
9309
10138
|
readonly connectionOptions: readonly [{
|
|
9310
|
-
readonly requiredScopes: readonly ["
|
|
10139
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9311
10140
|
}];
|
|
9312
10141
|
readonly serviceId: "github";
|
|
9313
10142
|
};
|
|
9314
|
-
type: "github.
|
|
10143
|
+
type: "github.workflow-job.started";
|
|
9315
10144
|
} | {
|
|
9316
10145
|
name: string;
|
|
9317
10146
|
account: {
|
|
9318
10147
|
readonly connectionOptions: readonly [{
|
|
9319
|
-
readonly requiredScopes: readonly ["
|
|
10148
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9320
10149
|
}];
|
|
9321
10150
|
readonly serviceId: "github";
|
|
9322
10151
|
};
|
|
9323
|
-
type: "github.
|
|
10152
|
+
type: "github.workflow-job.succeeded";
|
|
9324
10153
|
} | {
|
|
9325
10154
|
name: string;
|
|
9326
10155
|
account: {
|
|
9327
10156
|
readonly connectionOptions: readonly [{
|
|
9328
|
-
readonly requiredScopes: readonly ["
|
|
10157
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9329
10158
|
}];
|
|
9330
10159
|
readonly serviceId: "github";
|
|
9331
10160
|
};
|
|
9332
|
-
type: "github.
|
|
10161
|
+
type: "github.workflow-job.timed-out";
|
|
9333
10162
|
} | {
|
|
9334
10163
|
name: string;
|
|
9335
10164
|
account: {
|
|
9336
10165
|
readonly connectionOptions: readonly [{
|
|
9337
|
-
readonly requiredScopes: readonly ["
|
|
10166
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9338
10167
|
}];
|
|
9339
10168
|
readonly serviceId: "github";
|
|
9340
10169
|
};
|
|
9341
|
-
type: "github.
|
|
10170
|
+
type: "github.workflow-job.waiting";
|
|
9342
10171
|
} | {
|
|
9343
10172
|
name: string;
|
|
9344
10173
|
account: {
|
|
9345
10174
|
readonly connectionOptions: readonly [{
|
|
9346
|
-
readonly requiredScopes: readonly ["
|
|
10175
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9347
10176
|
}];
|
|
9348
10177
|
readonly serviceId: "github";
|
|
9349
10178
|
};
|
|
9350
|
-
type: "github.
|
|
10179
|
+
type: "github.workflow-run.action-required";
|
|
9351
10180
|
} | {
|
|
9352
10181
|
name: string;
|
|
9353
10182
|
account: {
|
|
9354
10183
|
readonly connectionOptions: readonly [{
|
|
9355
|
-
readonly requiredScopes: readonly ["
|
|
10184
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9356
10185
|
}];
|
|
9357
10186
|
readonly serviceId: "github";
|
|
9358
10187
|
};
|
|
9359
|
-
type: "github.
|
|
10188
|
+
type: "github.workflow-run.cancelled";
|
|
9360
10189
|
} | {
|
|
9361
10190
|
name: string;
|
|
9362
10191
|
account: {
|
|
9363
10192
|
readonly connectionOptions: readonly [{
|
|
9364
|
-
readonly requiredScopes: readonly ["
|
|
10193
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9365
10194
|
}];
|
|
9366
10195
|
readonly serviceId: "github";
|
|
9367
10196
|
};
|
|
9368
|
-
type: "github.
|
|
10197
|
+
type: "github.workflow-run.completed";
|
|
9369
10198
|
} | {
|
|
9370
10199
|
name: string;
|
|
9371
10200
|
account: {
|
|
9372
10201
|
readonly connectionOptions: readonly [{
|
|
9373
|
-
readonly requiredScopes: readonly ["
|
|
10202
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9374
10203
|
}];
|
|
9375
10204
|
readonly serviceId: "github";
|
|
9376
10205
|
};
|
|
9377
|
-
type: "github.
|
|
10206
|
+
type: "github.workflow-run.event";
|
|
9378
10207
|
} | {
|
|
9379
10208
|
name: string;
|
|
9380
10209
|
account: {
|
|
9381
10210
|
readonly connectionOptions: readonly [{
|
|
9382
|
-
readonly requiredScopes: readonly ["
|
|
10211
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9383
10212
|
}];
|
|
9384
10213
|
readonly serviceId: "github";
|
|
9385
10214
|
};
|
|
9386
|
-
type: "github.
|
|
10215
|
+
type: "github.workflow-run.failed";
|
|
9387
10216
|
} | {
|
|
9388
10217
|
name: string;
|
|
9389
10218
|
account: {
|
|
9390
10219
|
readonly connectionOptions: readonly [{
|
|
9391
|
-
readonly requiredScopes: readonly ["
|
|
10220
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9392
10221
|
}];
|
|
9393
10222
|
readonly serviceId: "github";
|
|
9394
10223
|
};
|
|
9395
|
-
type: "github.
|
|
10224
|
+
type: "github.workflow-run.neutral";
|
|
9396
10225
|
} | {
|
|
9397
10226
|
name: string;
|
|
9398
10227
|
account: {
|
|
9399
10228
|
readonly connectionOptions: readonly [{
|
|
9400
|
-
readonly requiredScopes: readonly ["
|
|
10229
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9401
10230
|
}];
|
|
9402
10231
|
readonly serviceId: "github";
|
|
9403
10232
|
};
|
|
9404
|
-
type: "github.
|
|
10233
|
+
type: "github.workflow-run.requested";
|
|
9405
10234
|
} | {
|
|
9406
10235
|
name: string;
|
|
9407
10236
|
account: {
|
|
9408
10237
|
readonly connectionOptions: readonly [{
|
|
9409
|
-
readonly requiredScopes: readonly ["
|
|
10238
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9410
10239
|
}];
|
|
9411
10240
|
readonly serviceId: "github";
|
|
9412
10241
|
};
|
|
9413
|
-
type: "github.
|
|
10242
|
+
type: "github.workflow-run.skipped";
|
|
9414
10243
|
} | {
|
|
9415
10244
|
name: string;
|
|
9416
10245
|
account: {
|
|
9417
10246
|
readonly connectionOptions: readonly [{
|
|
9418
|
-
readonly requiredScopes: readonly ["
|
|
10247
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9419
10248
|
}];
|
|
9420
10249
|
readonly serviceId: "github";
|
|
9421
10250
|
};
|
|
9422
|
-
type: "github.
|
|
10251
|
+
type: "github.workflow-run.stale";
|
|
9423
10252
|
} | {
|
|
9424
10253
|
name: string;
|
|
9425
10254
|
account: {
|
|
9426
10255
|
readonly connectionOptions: readonly [{
|
|
9427
|
-
readonly requiredScopes: readonly ["
|
|
10256
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9428
10257
|
}];
|
|
9429
10258
|
readonly serviceId: "github";
|
|
9430
10259
|
};
|
|
9431
|
-
type: "github.
|
|
10260
|
+
type: "github.workflow-run.started";
|
|
9432
10261
|
} | {
|
|
9433
10262
|
name: string;
|
|
9434
10263
|
account: {
|
|
9435
10264
|
readonly connectionOptions: readonly [{
|
|
9436
|
-
readonly requiredScopes: readonly ["
|
|
10265
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9437
10266
|
}];
|
|
9438
10267
|
readonly serviceId: "github";
|
|
9439
10268
|
};
|
|
9440
|
-
type: "github.
|
|
10269
|
+
type: "github.workflow-run.startup-failed";
|
|
9441
10270
|
} | {
|
|
9442
10271
|
name: string;
|
|
9443
10272
|
account: {
|
|
9444
10273
|
readonly connectionOptions: readonly [{
|
|
9445
|
-
readonly requiredScopes: readonly ["
|
|
10274
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9446
10275
|
}];
|
|
9447
10276
|
readonly serviceId: "github";
|
|
9448
10277
|
};
|
|
9449
|
-
type: "github.
|
|
10278
|
+
type: "github.workflow-run.succeeded";
|
|
9450
10279
|
} | {
|
|
9451
10280
|
name: string;
|
|
9452
10281
|
account: {
|
|
9453
10282
|
readonly connectionOptions: readonly [{
|
|
9454
|
-
readonly requiredScopes: readonly ["
|
|
10283
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
9455
10284
|
}];
|
|
9456
10285
|
readonly serviceId: "github";
|
|
9457
10286
|
};
|
|
9458
|
-
type: "github.
|
|
10287
|
+
type: "github.workflow-run.timed-out";
|
|
9459
10288
|
} | {
|
|
9460
10289
|
name: string;
|
|
9461
10290
|
account: {
|
|
9462
10291
|
readonly connectionOptions: readonly [{
|
|
9463
|
-
readonly requiredScopes: readonly [
|
|
10292
|
+
readonly requiredScopes: readonly [{
|
|
10293
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10294
|
+
readonly type: "or";
|
|
10295
|
+
}];
|
|
9464
10296
|
}];
|
|
9465
|
-
readonly serviceId: "
|
|
10297
|
+
readonly serviceId: "google";
|
|
10298
|
+
} | {
|
|
10299
|
+
readonly connectionOptions: readonly [{
|
|
10300
|
+
readonly requiredScopes: readonly [{
|
|
10301
|
+
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"];
|
|
10302
|
+
readonly type: "or";
|
|
10303
|
+
}];
|
|
10304
|
+
}];
|
|
10305
|
+
readonly serviceId: "google";
|
|
9466
10306
|
};
|
|
9467
|
-
|
|
10307
|
+
icon: string;
|
|
10308
|
+
type: "googleDrive.accessProposal.created";
|
|
9468
10309
|
} | {
|
|
9469
10310
|
name: string;
|
|
9470
10311
|
account: {
|
|
9471
10312
|
readonly connectionOptions: readonly [{
|
|
9472
|
-
readonly requiredScopes: readonly [
|
|
10313
|
+
readonly requiredScopes: readonly [{
|
|
10314
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10315
|
+
readonly type: "or";
|
|
10316
|
+
}];
|
|
9473
10317
|
}];
|
|
9474
|
-
readonly serviceId: "
|
|
10318
|
+
readonly serviceId: "google";
|
|
10319
|
+
} | {
|
|
10320
|
+
readonly connectionOptions: readonly [{
|
|
10321
|
+
readonly requiredScopes: readonly [{
|
|
10322
|
+
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"];
|
|
10323
|
+
readonly type: "or";
|
|
10324
|
+
}];
|
|
10325
|
+
}];
|
|
10326
|
+
readonly serviceId: "google";
|
|
9475
10327
|
};
|
|
9476
|
-
|
|
10328
|
+
icon: string;
|
|
10329
|
+
type: "googleDrive.accessProposal.resolved";
|
|
9477
10330
|
} | {
|
|
9478
10331
|
name: string;
|
|
9479
10332
|
account: {
|
|
9480
10333
|
readonly connectionOptions: readonly [{
|
|
9481
|
-
readonly requiredScopes: readonly [
|
|
10334
|
+
readonly requiredScopes: readonly [{
|
|
10335
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10336
|
+
readonly type: "or";
|
|
10337
|
+
}];
|
|
9482
10338
|
}];
|
|
9483
|
-
readonly serviceId: "
|
|
10339
|
+
readonly serviceId: "google";
|
|
10340
|
+
} | {
|
|
10341
|
+
readonly connectionOptions: readonly [{
|
|
10342
|
+
readonly requiredScopes: readonly [{
|
|
10343
|
+
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"];
|
|
10344
|
+
readonly type: "or";
|
|
10345
|
+
}];
|
|
10346
|
+
}];
|
|
10347
|
+
readonly serviceId: "google";
|
|
9484
10348
|
};
|
|
9485
|
-
|
|
10349
|
+
icon: string;
|
|
10350
|
+
type: "googleDrive.approval.cancelled";
|
|
9486
10351
|
} | {
|
|
9487
10352
|
name: string;
|
|
9488
10353
|
account: {
|
|
9489
10354
|
readonly connectionOptions: readonly [{
|
|
9490
|
-
readonly requiredScopes: readonly [
|
|
10355
|
+
readonly requiredScopes: readonly [{
|
|
10356
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10357
|
+
readonly type: "or";
|
|
10358
|
+
}];
|
|
9491
10359
|
}];
|
|
9492
|
-
readonly serviceId: "
|
|
10360
|
+
readonly serviceId: "google";
|
|
10361
|
+
} | {
|
|
10362
|
+
readonly connectionOptions: readonly [{
|
|
10363
|
+
readonly requiredScopes: readonly [{
|
|
10364
|
+
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"];
|
|
10365
|
+
readonly type: "or";
|
|
10366
|
+
}];
|
|
10367
|
+
}];
|
|
10368
|
+
readonly serviceId: "google";
|
|
9493
10369
|
};
|
|
9494
|
-
|
|
10370
|
+
icon: string;
|
|
10371
|
+
type: "googleDrive.approval.completed";
|
|
9495
10372
|
} | {
|
|
9496
10373
|
name: string;
|
|
9497
10374
|
account: {
|
|
9498
10375
|
readonly connectionOptions: readonly [{
|
|
9499
|
-
readonly requiredScopes: readonly [
|
|
10376
|
+
readonly requiredScopes: readonly [{
|
|
10377
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10378
|
+
readonly type: "or";
|
|
10379
|
+
}];
|
|
9500
10380
|
}];
|
|
9501
|
-
readonly serviceId: "
|
|
10381
|
+
readonly serviceId: "google";
|
|
10382
|
+
} | {
|
|
10383
|
+
readonly connectionOptions: readonly [{
|
|
10384
|
+
readonly requiredScopes: readonly [{
|
|
10385
|
+
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"];
|
|
10386
|
+
readonly type: "or";
|
|
10387
|
+
}];
|
|
10388
|
+
}];
|
|
10389
|
+
readonly serviceId: "google";
|
|
9502
10390
|
};
|
|
9503
|
-
|
|
10391
|
+
icon: string;
|
|
10392
|
+
type: "googleDrive.approval.created";
|
|
9504
10393
|
} | {
|
|
9505
10394
|
name: string;
|
|
9506
10395
|
account: {
|
|
9507
10396
|
readonly connectionOptions: readonly [{
|
|
9508
|
-
readonly requiredScopes: readonly [
|
|
10397
|
+
readonly requiredScopes: readonly [{
|
|
10398
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10399
|
+
readonly type: "or";
|
|
10400
|
+
}];
|
|
9509
10401
|
}];
|
|
9510
|
-
readonly serviceId: "
|
|
10402
|
+
readonly serviceId: "google";
|
|
10403
|
+
} | {
|
|
10404
|
+
readonly connectionOptions: readonly [{
|
|
10405
|
+
readonly requiredScopes: readonly [{
|
|
10406
|
+
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"];
|
|
10407
|
+
readonly type: "or";
|
|
10408
|
+
}];
|
|
10409
|
+
}];
|
|
10410
|
+
readonly serviceId: "google";
|
|
9511
10411
|
};
|
|
9512
|
-
|
|
10412
|
+
icon: string;
|
|
10413
|
+
type: "googleDrive.approval.reset";
|
|
9513
10414
|
} | {
|
|
9514
10415
|
name: string;
|
|
9515
10416
|
account: {
|
|
9516
10417
|
readonly connectionOptions: readonly [{
|
|
9517
|
-
readonly requiredScopes: readonly [
|
|
10418
|
+
readonly requiredScopes: readonly [{
|
|
10419
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10420
|
+
readonly type: "or";
|
|
10421
|
+
}];
|
|
9518
10422
|
}];
|
|
9519
|
-
readonly serviceId: "
|
|
10423
|
+
readonly serviceId: "google";
|
|
10424
|
+
} | {
|
|
10425
|
+
readonly connectionOptions: readonly [{
|
|
10426
|
+
readonly requiredScopes: readonly [{
|
|
10427
|
+
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"];
|
|
10428
|
+
readonly type: "or";
|
|
10429
|
+
}];
|
|
10430
|
+
}];
|
|
10431
|
+
readonly serviceId: "google";
|
|
9520
10432
|
};
|
|
9521
|
-
|
|
10433
|
+
icon: string;
|
|
10434
|
+
type: "googleDrive.approval.responded";
|
|
9522
10435
|
} | {
|
|
9523
10436
|
name: string;
|
|
9524
10437
|
account: {
|
|
9525
10438
|
readonly connectionOptions: readonly [{
|
|
9526
|
-
readonly requiredScopes: readonly [
|
|
10439
|
+
readonly requiredScopes: readonly [{
|
|
10440
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10441
|
+
readonly type: "or";
|
|
10442
|
+
}];
|
|
10443
|
+
}];
|
|
10444
|
+
readonly serviceId: "google";
|
|
10445
|
+
} | {
|
|
10446
|
+
readonly connectionOptions: readonly [{
|
|
10447
|
+
readonly requiredScopes: readonly [{
|
|
10448
|
+
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"];
|
|
10449
|
+
readonly type: "or";
|
|
10450
|
+
}];
|
|
9527
10451
|
}];
|
|
9528
|
-
readonly serviceId: "
|
|
10452
|
+
readonly serviceId: "google";
|
|
9529
10453
|
};
|
|
9530
|
-
|
|
10454
|
+
icon: string;
|
|
10455
|
+
type: "googleDrive.approval.reviewersChanged";
|
|
9531
10456
|
} | {
|
|
9532
10457
|
name: string;
|
|
9533
10458
|
account: {
|
|
9534
10459
|
readonly connectionOptions: readonly [{
|
|
9535
|
-
readonly requiredScopes: readonly [
|
|
10460
|
+
readonly requiredScopes: readonly [{
|
|
10461
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10462
|
+
readonly type: "or";
|
|
10463
|
+
}];
|
|
9536
10464
|
}];
|
|
9537
|
-
readonly serviceId: "
|
|
9538
|
-
}
|
|
9539
|
-
type: "github.workflow-job.queued";
|
|
9540
|
-
} | {
|
|
9541
|
-
name: string;
|
|
9542
|
-
account: {
|
|
10465
|
+
readonly serviceId: "google";
|
|
10466
|
+
} | {
|
|
9543
10467
|
readonly connectionOptions: readonly [{
|
|
9544
|
-
readonly requiredScopes: readonly [
|
|
10468
|
+
readonly requiredScopes: readonly [{
|
|
10469
|
+
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"];
|
|
10470
|
+
readonly type: "or";
|
|
10471
|
+
}];
|
|
9545
10472
|
}];
|
|
9546
|
-
readonly serviceId: "
|
|
10473
|
+
readonly serviceId: "google";
|
|
9547
10474
|
};
|
|
9548
|
-
|
|
10475
|
+
icon: string;
|
|
10476
|
+
type: "googleDrive.comment.created";
|
|
9549
10477
|
} | {
|
|
9550
10478
|
name: string;
|
|
9551
10479
|
account: {
|
|
9552
10480
|
readonly connectionOptions: readonly [{
|
|
9553
|
-
readonly requiredScopes: readonly [
|
|
10481
|
+
readonly requiredScopes: readonly [{
|
|
10482
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10483
|
+
readonly type: "or";
|
|
10484
|
+
}];
|
|
9554
10485
|
}];
|
|
9555
|
-
readonly serviceId: "
|
|
10486
|
+
readonly serviceId: "google";
|
|
10487
|
+
} | {
|
|
10488
|
+
readonly connectionOptions: readonly [{
|
|
10489
|
+
readonly requiredScopes: readonly [{
|
|
10490
|
+
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"];
|
|
10491
|
+
readonly type: "or";
|
|
10492
|
+
}];
|
|
10493
|
+
}];
|
|
10494
|
+
readonly serviceId: "google";
|
|
9556
10495
|
};
|
|
9557
|
-
|
|
10496
|
+
icon: string;
|
|
10497
|
+
type: "googleDrive.comment.deleted";
|
|
9558
10498
|
} | {
|
|
9559
10499
|
name: string;
|
|
9560
10500
|
account: {
|
|
9561
10501
|
readonly connectionOptions: readonly [{
|
|
9562
|
-
readonly requiredScopes: readonly [
|
|
10502
|
+
readonly requiredScopes: readonly [{
|
|
10503
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10504
|
+
readonly type: "or";
|
|
10505
|
+
}];
|
|
9563
10506
|
}];
|
|
9564
|
-
readonly serviceId: "
|
|
10507
|
+
readonly serviceId: "google";
|
|
10508
|
+
} | {
|
|
10509
|
+
readonly connectionOptions: readonly [{
|
|
10510
|
+
readonly requiredScopes: readonly [{
|
|
10511
|
+
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"];
|
|
10512
|
+
readonly type: "or";
|
|
10513
|
+
}];
|
|
10514
|
+
}];
|
|
10515
|
+
readonly serviceId: "google";
|
|
9565
10516
|
};
|
|
9566
|
-
|
|
10517
|
+
icon: string;
|
|
10518
|
+
type: "googleDrive.comment.edited";
|
|
9567
10519
|
} | {
|
|
9568
10520
|
name: string;
|
|
9569
10521
|
account: {
|
|
9570
10522
|
readonly connectionOptions: readonly [{
|
|
9571
|
-
readonly requiredScopes: readonly [
|
|
10523
|
+
readonly requiredScopes: readonly [{
|
|
10524
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10525
|
+
readonly type: "or";
|
|
10526
|
+
}];
|
|
9572
10527
|
}];
|
|
9573
|
-
readonly serviceId: "
|
|
10528
|
+
readonly serviceId: "google";
|
|
10529
|
+
} | {
|
|
10530
|
+
readonly connectionOptions: readonly [{
|
|
10531
|
+
readonly requiredScopes: readonly [{
|
|
10532
|
+
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"];
|
|
10533
|
+
readonly type: "or";
|
|
10534
|
+
}];
|
|
10535
|
+
}];
|
|
10536
|
+
readonly serviceId: "google";
|
|
9574
10537
|
};
|
|
9575
|
-
|
|
10538
|
+
icon: string;
|
|
10539
|
+
type: "googleDrive.comment.reopened";
|
|
9576
10540
|
} | {
|
|
9577
10541
|
name: string;
|
|
9578
10542
|
account: {
|
|
9579
10543
|
readonly connectionOptions: readonly [{
|
|
9580
|
-
readonly requiredScopes: readonly [
|
|
10544
|
+
readonly requiredScopes: readonly [{
|
|
10545
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10546
|
+
readonly type: "or";
|
|
10547
|
+
}];
|
|
9581
10548
|
}];
|
|
9582
|
-
readonly serviceId: "
|
|
10549
|
+
readonly serviceId: "google";
|
|
10550
|
+
} | {
|
|
10551
|
+
readonly connectionOptions: readonly [{
|
|
10552
|
+
readonly requiredScopes: readonly [{
|
|
10553
|
+
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"];
|
|
10554
|
+
readonly type: "or";
|
|
10555
|
+
}];
|
|
10556
|
+
}];
|
|
10557
|
+
readonly serviceId: "google";
|
|
9583
10558
|
};
|
|
9584
|
-
|
|
10559
|
+
icon: string;
|
|
10560
|
+
type: "googleDrive.comment.resolved";
|
|
9585
10561
|
} | {
|
|
9586
10562
|
name: string;
|
|
9587
10563
|
account: {
|
|
9588
10564
|
readonly connectionOptions: readonly [{
|
|
9589
|
-
readonly requiredScopes: readonly [
|
|
10565
|
+
readonly requiredScopes: readonly [{
|
|
10566
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10567
|
+
readonly type: "or";
|
|
10568
|
+
}];
|
|
9590
10569
|
}];
|
|
9591
|
-
readonly serviceId: "
|
|
10570
|
+
readonly serviceId: "google";
|
|
10571
|
+
} | {
|
|
10572
|
+
readonly connectionOptions: readonly [{
|
|
10573
|
+
readonly requiredScopes: readonly [{
|
|
10574
|
+
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"];
|
|
10575
|
+
readonly type: "or";
|
|
10576
|
+
}];
|
|
10577
|
+
}];
|
|
10578
|
+
readonly serviceId: "google";
|
|
9592
10579
|
};
|
|
9593
|
-
|
|
10580
|
+
icon: string;
|
|
10581
|
+
type: "googleDrive.file.contentChanged";
|
|
9594
10582
|
} | {
|
|
9595
10583
|
name: string;
|
|
9596
10584
|
account: {
|
|
9597
10585
|
readonly connectionOptions: readonly [{
|
|
9598
|
-
readonly requiredScopes: readonly [
|
|
10586
|
+
readonly requiredScopes: readonly [{
|
|
10587
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10588
|
+
readonly type: "or";
|
|
10589
|
+
}];
|
|
9599
10590
|
}];
|
|
9600
|
-
readonly serviceId: "
|
|
10591
|
+
readonly serviceId: "google";
|
|
10592
|
+
} | {
|
|
10593
|
+
readonly connectionOptions: readonly [{
|
|
10594
|
+
readonly requiredScopes: readonly [{
|
|
10595
|
+
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"];
|
|
10596
|
+
readonly type: "or";
|
|
10597
|
+
}];
|
|
10598
|
+
}];
|
|
10599
|
+
readonly serviceId: "google";
|
|
9601
10600
|
};
|
|
9602
|
-
|
|
10601
|
+
icon: string;
|
|
10602
|
+
type: "googleDrive.file.created";
|
|
9603
10603
|
} | {
|
|
9604
10604
|
name: string;
|
|
9605
10605
|
account: {
|
|
9606
10606
|
readonly connectionOptions: readonly [{
|
|
9607
|
-
readonly requiredScopes: readonly [
|
|
10607
|
+
readonly requiredScopes: readonly [{
|
|
10608
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10609
|
+
readonly type: "or";
|
|
10610
|
+
}];
|
|
9608
10611
|
}];
|
|
9609
|
-
readonly serviceId: "
|
|
10612
|
+
readonly serviceId: "google";
|
|
10613
|
+
} | {
|
|
10614
|
+
readonly connectionOptions: readonly [{
|
|
10615
|
+
readonly requiredScopes: readonly [{
|
|
10616
|
+
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"];
|
|
10617
|
+
readonly type: "or";
|
|
10618
|
+
}];
|
|
10619
|
+
}];
|
|
10620
|
+
readonly serviceId: "google";
|
|
9610
10621
|
};
|
|
9611
|
-
|
|
10622
|
+
icon: string;
|
|
10623
|
+
type: "googleDrive.file.deleted";
|
|
9612
10624
|
} | {
|
|
9613
10625
|
name: string;
|
|
9614
10626
|
account: {
|
|
9615
10627
|
readonly connectionOptions: readonly [{
|
|
9616
|
-
readonly requiredScopes: readonly [
|
|
10628
|
+
readonly requiredScopes: readonly [{
|
|
10629
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10630
|
+
readonly type: "or";
|
|
10631
|
+
}];
|
|
9617
10632
|
}];
|
|
9618
|
-
readonly serviceId: "
|
|
10633
|
+
readonly serviceId: "google";
|
|
10634
|
+
} | {
|
|
10635
|
+
readonly connectionOptions: readonly [{
|
|
10636
|
+
readonly requiredScopes: readonly [{
|
|
10637
|
+
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"];
|
|
10638
|
+
readonly type: "or";
|
|
10639
|
+
}];
|
|
10640
|
+
}];
|
|
10641
|
+
readonly serviceId: "google";
|
|
9619
10642
|
};
|
|
9620
|
-
|
|
10643
|
+
icon: string;
|
|
10644
|
+
type: "googleDrive.file.moved";
|
|
9621
10645
|
} | {
|
|
9622
10646
|
name: string;
|
|
9623
10647
|
account: {
|
|
9624
10648
|
readonly connectionOptions: readonly [{
|
|
9625
|
-
readonly requiredScopes: readonly [
|
|
10649
|
+
readonly requiredScopes: readonly [{
|
|
10650
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10651
|
+
readonly type: "or";
|
|
10652
|
+
}];
|
|
9626
10653
|
}];
|
|
9627
|
-
readonly serviceId: "
|
|
10654
|
+
readonly serviceId: "google";
|
|
10655
|
+
} | {
|
|
10656
|
+
readonly connectionOptions: readonly [{
|
|
10657
|
+
readonly requiredScopes: readonly [{
|
|
10658
|
+
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"];
|
|
10659
|
+
readonly type: "or";
|
|
10660
|
+
}];
|
|
10661
|
+
}];
|
|
10662
|
+
readonly serviceId: "google";
|
|
9628
10663
|
};
|
|
9629
|
-
|
|
10664
|
+
icon: string;
|
|
10665
|
+
type: "googleDrive.file.renamed";
|
|
9630
10666
|
} | {
|
|
9631
10667
|
name: string;
|
|
9632
10668
|
account: {
|
|
9633
10669
|
readonly connectionOptions: readonly [{
|
|
9634
|
-
readonly requiredScopes: readonly [
|
|
10670
|
+
readonly requiredScopes: readonly [{
|
|
10671
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10672
|
+
readonly type: "or";
|
|
10673
|
+
}];
|
|
9635
10674
|
}];
|
|
9636
|
-
readonly serviceId: "
|
|
10675
|
+
readonly serviceId: "google";
|
|
10676
|
+
} | {
|
|
10677
|
+
readonly connectionOptions: readonly [{
|
|
10678
|
+
readonly requiredScopes: readonly [{
|
|
10679
|
+
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"];
|
|
10680
|
+
readonly type: "or";
|
|
10681
|
+
}];
|
|
10682
|
+
}];
|
|
10683
|
+
readonly serviceId: "google";
|
|
9637
10684
|
};
|
|
9638
|
-
|
|
10685
|
+
icon: string;
|
|
10686
|
+
type: "googleDrive.file.trashed";
|
|
9639
10687
|
} | {
|
|
9640
10688
|
name: string;
|
|
9641
10689
|
account: {
|
|
9642
10690
|
readonly connectionOptions: readonly [{
|
|
9643
|
-
readonly requiredScopes: readonly [
|
|
10691
|
+
readonly requiredScopes: readonly [{
|
|
10692
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10693
|
+
readonly type: "or";
|
|
10694
|
+
}];
|
|
9644
10695
|
}];
|
|
9645
|
-
readonly serviceId: "
|
|
10696
|
+
readonly serviceId: "google";
|
|
10697
|
+
} | {
|
|
10698
|
+
readonly connectionOptions: readonly [{
|
|
10699
|
+
readonly requiredScopes: readonly [{
|
|
10700
|
+
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"];
|
|
10701
|
+
readonly type: "or";
|
|
10702
|
+
}];
|
|
10703
|
+
}];
|
|
10704
|
+
readonly serviceId: "google";
|
|
9646
10705
|
};
|
|
9647
|
-
|
|
10706
|
+
icon: string;
|
|
10707
|
+
type: "googleDrive.file.untrashed";
|
|
9648
10708
|
} | {
|
|
9649
10709
|
name: string;
|
|
9650
10710
|
account: {
|
|
9651
10711
|
readonly connectionOptions: readonly [{
|
|
9652
|
-
readonly requiredScopes: readonly [
|
|
10712
|
+
readonly requiredScopes: readonly [{
|
|
10713
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10714
|
+
readonly type: "or";
|
|
10715
|
+
}];
|
|
9653
10716
|
}];
|
|
9654
|
-
readonly serviceId: "
|
|
10717
|
+
readonly serviceId: "google";
|
|
10718
|
+
} | {
|
|
10719
|
+
readonly connectionOptions: readonly [{
|
|
10720
|
+
readonly requiredScopes: readonly [{
|
|
10721
|
+
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"];
|
|
10722
|
+
readonly type: "or";
|
|
10723
|
+
}];
|
|
10724
|
+
}];
|
|
10725
|
+
readonly serviceId: "google";
|
|
9655
10726
|
};
|
|
9656
|
-
|
|
10727
|
+
icon: string;
|
|
10728
|
+
type: "googleDrive.permission.created";
|
|
9657
10729
|
} | {
|
|
9658
10730
|
name: string;
|
|
9659
10731
|
account: {
|
|
9660
10732
|
readonly connectionOptions: readonly [{
|
|
9661
|
-
readonly requiredScopes: readonly [
|
|
10733
|
+
readonly requiredScopes: readonly [{
|
|
10734
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10735
|
+
readonly type: "or";
|
|
10736
|
+
}];
|
|
9662
10737
|
}];
|
|
9663
|
-
readonly serviceId: "
|
|
10738
|
+
readonly serviceId: "google";
|
|
10739
|
+
} | {
|
|
10740
|
+
readonly connectionOptions: readonly [{
|
|
10741
|
+
readonly requiredScopes: readonly [{
|
|
10742
|
+
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"];
|
|
10743
|
+
readonly type: "or";
|
|
10744
|
+
}];
|
|
10745
|
+
}];
|
|
10746
|
+
readonly serviceId: "google";
|
|
9664
10747
|
};
|
|
9665
|
-
|
|
10748
|
+
icon: string;
|
|
10749
|
+
type: "googleDrive.permission.deleted";
|
|
9666
10750
|
} | {
|
|
9667
10751
|
name: string;
|
|
9668
10752
|
account: {
|
|
9669
10753
|
readonly connectionOptions: readonly [{
|
|
9670
|
-
readonly requiredScopes: readonly [
|
|
10754
|
+
readonly requiredScopes: readonly [{
|
|
10755
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10756
|
+
readonly type: "or";
|
|
10757
|
+
}];
|
|
9671
10758
|
}];
|
|
9672
|
-
readonly serviceId: "
|
|
10759
|
+
readonly serviceId: "google";
|
|
10760
|
+
} | {
|
|
10761
|
+
readonly connectionOptions: readonly [{
|
|
10762
|
+
readonly requiredScopes: readonly [{
|
|
10763
|
+
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"];
|
|
10764
|
+
readonly type: "or";
|
|
10765
|
+
}];
|
|
10766
|
+
}];
|
|
10767
|
+
readonly serviceId: "google";
|
|
9673
10768
|
};
|
|
9674
|
-
|
|
10769
|
+
icon: string;
|
|
10770
|
+
type: "googleDrive.permission.edited";
|
|
9675
10771
|
} | {
|
|
9676
10772
|
name: string;
|
|
9677
10773
|
account: {
|
|
9678
10774
|
readonly connectionOptions: readonly [{
|
|
9679
|
-
readonly requiredScopes: readonly [
|
|
10775
|
+
readonly requiredScopes: readonly [{
|
|
10776
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10777
|
+
readonly type: "or";
|
|
10778
|
+
}];
|
|
9680
10779
|
}];
|
|
9681
|
-
readonly serviceId: "
|
|
10780
|
+
readonly serviceId: "google";
|
|
10781
|
+
} | {
|
|
10782
|
+
readonly connectionOptions: readonly [{
|
|
10783
|
+
readonly requiredScopes: readonly [{
|
|
10784
|
+
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"];
|
|
10785
|
+
readonly type: "or";
|
|
10786
|
+
}];
|
|
10787
|
+
}];
|
|
10788
|
+
readonly serviceId: "google";
|
|
9682
10789
|
};
|
|
9683
|
-
|
|
10790
|
+
icon: string;
|
|
10791
|
+
type: "googleDrive.reply.created";
|
|
9684
10792
|
} | {
|
|
9685
10793
|
name: string;
|
|
9686
10794
|
account: {
|
|
9687
10795
|
readonly connectionOptions: readonly [{
|
|
9688
|
-
readonly requiredScopes: readonly [
|
|
10796
|
+
readonly requiredScopes: readonly [{
|
|
10797
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10798
|
+
readonly type: "or";
|
|
10799
|
+
}];
|
|
9689
10800
|
}];
|
|
9690
|
-
readonly serviceId: "
|
|
10801
|
+
readonly serviceId: "google";
|
|
10802
|
+
} | {
|
|
10803
|
+
readonly connectionOptions: readonly [{
|
|
10804
|
+
readonly requiredScopes: readonly [{
|
|
10805
|
+
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"];
|
|
10806
|
+
readonly type: "or";
|
|
10807
|
+
}];
|
|
10808
|
+
}];
|
|
10809
|
+
readonly serviceId: "google";
|
|
9691
10810
|
};
|
|
9692
|
-
|
|
10811
|
+
icon: string;
|
|
10812
|
+
type: "googleDrive.reply.deleted";
|
|
9693
10813
|
} | {
|
|
9694
10814
|
name: string;
|
|
9695
10815
|
account: {
|
|
9696
10816
|
readonly connectionOptions: readonly [{
|
|
9697
|
-
readonly requiredScopes: readonly [
|
|
10817
|
+
readonly requiredScopes: readonly [{
|
|
10818
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
10819
|
+
readonly type: "or";
|
|
10820
|
+
}];
|
|
9698
10821
|
}];
|
|
9699
|
-
readonly serviceId: "
|
|
10822
|
+
readonly serviceId: "google";
|
|
10823
|
+
} | {
|
|
10824
|
+
readonly connectionOptions: readonly [{
|
|
10825
|
+
readonly requiredScopes: readonly [{
|
|
10826
|
+
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"];
|
|
10827
|
+
readonly type: "or";
|
|
10828
|
+
}];
|
|
10829
|
+
}];
|
|
10830
|
+
readonly serviceId: "google";
|
|
9700
10831
|
};
|
|
9701
|
-
|
|
10832
|
+
icon: string;
|
|
10833
|
+
type: "googleDrive.reply.edited";
|
|
9702
10834
|
} | {
|
|
9703
10835
|
name: string;
|
|
9704
10836
|
account: {
|
|
@@ -9874,6 +11006,19 @@ export declare const triggerCatalog: ({
|
|
|
9874
11006
|
};
|
|
9875
11007
|
icon: "google-forms";
|
|
9876
11008
|
type: "googleForms.response.submitted";
|
|
11009
|
+
} | {
|
|
11010
|
+
name: string;
|
|
11011
|
+
account: {
|
|
11012
|
+
readonly connectionOptions: readonly [{
|
|
11013
|
+
readonly requiredScopes: readonly [{
|
|
11014
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
11015
|
+
readonly type: "or";
|
|
11016
|
+
}];
|
|
11017
|
+
}];
|
|
11018
|
+
readonly serviceId: "google";
|
|
11019
|
+
};
|
|
11020
|
+
icon: "google-drive";
|
|
11021
|
+
type: "googleDrive.event";
|
|
9877
11022
|
} | {
|
|
9878
11023
|
name: string;
|
|
9879
11024
|
account: {
|