@automate.ax/catalog 0.121.0 → 0.122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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
|
@@ -185,6 +185,592 @@ export declare const googleTriggerDefinitions: {
|
|
|
185
185
|
readonly name: "Google Form response submitted";
|
|
186
186
|
readonly type: "googleForms.response.submitted";
|
|
187
187
|
};
|
|
188
|
+
readonly googleDriveEvent: {
|
|
189
|
+
readonly account: {
|
|
190
|
+
readonly connectionOptions: readonly [{
|
|
191
|
+
readonly requiredScopes: readonly [{
|
|
192
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
193
|
+
readonly type: "or";
|
|
194
|
+
}];
|
|
195
|
+
}];
|
|
196
|
+
readonly serviceId: "google";
|
|
197
|
+
};
|
|
198
|
+
readonly icon: "google-drive";
|
|
199
|
+
readonly name: "Google Drive event";
|
|
200
|
+
readonly type: "googleDrive.event";
|
|
201
|
+
};
|
|
202
|
+
readonly googleDriveAccessProposalCreated: {
|
|
203
|
+
account: {
|
|
204
|
+
readonly connectionOptions: readonly [{
|
|
205
|
+
readonly requiredScopes: readonly [{
|
|
206
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
207
|
+
readonly type: "or";
|
|
208
|
+
}];
|
|
209
|
+
}];
|
|
210
|
+
readonly serviceId: "google";
|
|
211
|
+
} | {
|
|
212
|
+
readonly connectionOptions: readonly [{
|
|
213
|
+
readonly requiredScopes: readonly [{
|
|
214
|
+
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"];
|
|
215
|
+
readonly type: "or";
|
|
216
|
+
}];
|
|
217
|
+
}];
|
|
218
|
+
readonly serviceId: "google";
|
|
219
|
+
};
|
|
220
|
+
icon: string;
|
|
221
|
+
name: string;
|
|
222
|
+
type: "googleDrive.accessProposal.created";
|
|
223
|
+
};
|
|
224
|
+
readonly googleDriveAccessProposalResolved: {
|
|
225
|
+
account: {
|
|
226
|
+
readonly connectionOptions: readonly [{
|
|
227
|
+
readonly requiredScopes: readonly [{
|
|
228
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
229
|
+
readonly type: "or";
|
|
230
|
+
}];
|
|
231
|
+
}];
|
|
232
|
+
readonly serviceId: "google";
|
|
233
|
+
} | {
|
|
234
|
+
readonly connectionOptions: readonly [{
|
|
235
|
+
readonly requiredScopes: readonly [{
|
|
236
|
+
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"];
|
|
237
|
+
readonly type: "or";
|
|
238
|
+
}];
|
|
239
|
+
}];
|
|
240
|
+
readonly serviceId: "google";
|
|
241
|
+
};
|
|
242
|
+
icon: string;
|
|
243
|
+
name: string;
|
|
244
|
+
type: "googleDrive.accessProposal.resolved";
|
|
245
|
+
};
|
|
246
|
+
readonly googleDriveApprovalCancelled: {
|
|
247
|
+
account: {
|
|
248
|
+
readonly connectionOptions: readonly [{
|
|
249
|
+
readonly requiredScopes: readonly [{
|
|
250
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
251
|
+
readonly type: "or";
|
|
252
|
+
}];
|
|
253
|
+
}];
|
|
254
|
+
readonly serviceId: "google";
|
|
255
|
+
} | {
|
|
256
|
+
readonly connectionOptions: readonly [{
|
|
257
|
+
readonly requiredScopes: readonly [{
|
|
258
|
+
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"];
|
|
259
|
+
readonly type: "or";
|
|
260
|
+
}];
|
|
261
|
+
}];
|
|
262
|
+
readonly serviceId: "google";
|
|
263
|
+
};
|
|
264
|
+
icon: string;
|
|
265
|
+
name: string;
|
|
266
|
+
type: "googleDrive.approval.cancelled";
|
|
267
|
+
};
|
|
268
|
+
readonly googleDriveApprovalCompleted: {
|
|
269
|
+
account: {
|
|
270
|
+
readonly connectionOptions: readonly [{
|
|
271
|
+
readonly requiredScopes: readonly [{
|
|
272
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
273
|
+
readonly type: "or";
|
|
274
|
+
}];
|
|
275
|
+
}];
|
|
276
|
+
readonly serviceId: "google";
|
|
277
|
+
} | {
|
|
278
|
+
readonly connectionOptions: readonly [{
|
|
279
|
+
readonly requiredScopes: readonly [{
|
|
280
|
+
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"];
|
|
281
|
+
readonly type: "or";
|
|
282
|
+
}];
|
|
283
|
+
}];
|
|
284
|
+
readonly serviceId: "google";
|
|
285
|
+
};
|
|
286
|
+
icon: string;
|
|
287
|
+
name: string;
|
|
288
|
+
type: "googleDrive.approval.completed";
|
|
289
|
+
};
|
|
290
|
+
readonly googleDriveApprovalCreated: {
|
|
291
|
+
account: {
|
|
292
|
+
readonly connectionOptions: readonly [{
|
|
293
|
+
readonly requiredScopes: readonly [{
|
|
294
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
295
|
+
readonly type: "or";
|
|
296
|
+
}];
|
|
297
|
+
}];
|
|
298
|
+
readonly serviceId: "google";
|
|
299
|
+
} | {
|
|
300
|
+
readonly connectionOptions: readonly [{
|
|
301
|
+
readonly requiredScopes: readonly [{
|
|
302
|
+
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"];
|
|
303
|
+
readonly type: "or";
|
|
304
|
+
}];
|
|
305
|
+
}];
|
|
306
|
+
readonly serviceId: "google";
|
|
307
|
+
};
|
|
308
|
+
icon: string;
|
|
309
|
+
name: string;
|
|
310
|
+
type: "googleDrive.approval.created";
|
|
311
|
+
};
|
|
312
|
+
readonly googleDriveApprovalReset: {
|
|
313
|
+
account: {
|
|
314
|
+
readonly connectionOptions: readonly [{
|
|
315
|
+
readonly requiredScopes: readonly [{
|
|
316
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
317
|
+
readonly type: "or";
|
|
318
|
+
}];
|
|
319
|
+
}];
|
|
320
|
+
readonly serviceId: "google";
|
|
321
|
+
} | {
|
|
322
|
+
readonly connectionOptions: readonly [{
|
|
323
|
+
readonly requiredScopes: readonly [{
|
|
324
|
+
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"];
|
|
325
|
+
readonly type: "or";
|
|
326
|
+
}];
|
|
327
|
+
}];
|
|
328
|
+
readonly serviceId: "google";
|
|
329
|
+
};
|
|
330
|
+
icon: string;
|
|
331
|
+
name: string;
|
|
332
|
+
type: "googleDrive.approval.reset";
|
|
333
|
+
};
|
|
334
|
+
readonly googleDriveApprovalResponded: {
|
|
335
|
+
account: {
|
|
336
|
+
readonly connectionOptions: readonly [{
|
|
337
|
+
readonly requiredScopes: readonly [{
|
|
338
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
339
|
+
readonly type: "or";
|
|
340
|
+
}];
|
|
341
|
+
}];
|
|
342
|
+
readonly serviceId: "google";
|
|
343
|
+
} | {
|
|
344
|
+
readonly connectionOptions: readonly [{
|
|
345
|
+
readonly requiredScopes: readonly [{
|
|
346
|
+
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"];
|
|
347
|
+
readonly type: "or";
|
|
348
|
+
}];
|
|
349
|
+
}];
|
|
350
|
+
readonly serviceId: "google";
|
|
351
|
+
};
|
|
352
|
+
icon: string;
|
|
353
|
+
name: string;
|
|
354
|
+
type: "googleDrive.approval.responded";
|
|
355
|
+
};
|
|
356
|
+
readonly googleDriveApprovalReviewersChanged: {
|
|
357
|
+
account: {
|
|
358
|
+
readonly connectionOptions: readonly [{
|
|
359
|
+
readonly requiredScopes: readonly [{
|
|
360
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
361
|
+
readonly type: "or";
|
|
362
|
+
}];
|
|
363
|
+
}];
|
|
364
|
+
readonly serviceId: "google";
|
|
365
|
+
} | {
|
|
366
|
+
readonly connectionOptions: readonly [{
|
|
367
|
+
readonly requiredScopes: readonly [{
|
|
368
|
+
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"];
|
|
369
|
+
readonly type: "or";
|
|
370
|
+
}];
|
|
371
|
+
}];
|
|
372
|
+
readonly serviceId: "google";
|
|
373
|
+
};
|
|
374
|
+
icon: string;
|
|
375
|
+
name: string;
|
|
376
|
+
type: "googleDrive.approval.reviewersChanged";
|
|
377
|
+
};
|
|
378
|
+
readonly googleDriveCommentCreated: {
|
|
379
|
+
account: {
|
|
380
|
+
readonly connectionOptions: readonly [{
|
|
381
|
+
readonly requiredScopes: readonly [{
|
|
382
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
383
|
+
readonly type: "or";
|
|
384
|
+
}];
|
|
385
|
+
}];
|
|
386
|
+
readonly serviceId: "google";
|
|
387
|
+
} | {
|
|
388
|
+
readonly connectionOptions: readonly [{
|
|
389
|
+
readonly requiredScopes: readonly [{
|
|
390
|
+
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"];
|
|
391
|
+
readonly type: "or";
|
|
392
|
+
}];
|
|
393
|
+
}];
|
|
394
|
+
readonly serviceId: "google";
|
|
395
|
+
};
|
|
396
|
+
icon: string;
|
|
397
|
+
name: string;
|
|
398
|
+
type: "googleDrive.comment.created";
|
|
399
|
+
};
|
|
400
|
+
readonly googleDriveCommentDeleted: {
|
|
401
|
+
account: {
|
|
402
|
+
readonly connectionOptions: readonly [{
|
|
403
|
+
readonly requiredScopes: readonly [{
|
|
404
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
405
|
+
readonly type: "or";
|
|
406
|
+
}];
|
|
407
|
+
}];
|
|
408
|
+
readonly serviceId: "google";
|
|
409
|
+
} | {
|
|
410
|
+
readonly connectionOptions: readonly [{
|
|
411
|
+
readonly requiredScopes: readonly [{
|
|
412
|
+
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"];
|
|
413
|
+
readonly type: "or";
|
|
414
|
+
}];
|
|
415
|
+
}];
|
|
416
|
+
readonly serviceId: "google";
|
|
417
|
+
};
|
|
418
|
+
icon: string;
|
|
419
|
+
name: string;
|
|
420
|
+
type: "googleDrive.comment.deleted";
|
|
421
|
+
};
|
|
422
|
+
readonly googleDriveCommentEdited: {
|
|
423
|
+
account: {
|
|
424
|
+
readonly connectionOptions: readonly [{
|
|
425
|
+
readonly requiredScopes: readonly [{
|
|
426
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
427
|
+
readonly type: "or";
|
|
428
|
+
}];
|
|
429
|
+
}];
|
|
430
|
+
readonly serviceId: "google";
|
|
431
|
+
} | {
|
|
432
|
+
readonly connectionOptions: readonly [{
|
|
433
|
+
readonly requiredScopes: readonly [{
|
|
434
|
+
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"];
|
|
435
|
+
readonly type: "or";
|
|
436
|
+
}];
|
|
437
|
+
}];
|
|
438
|
+
readonly serviceId: "google";
|
|
439
|
+
};
|
|
440
|
+
icon: string;
|
|
441
|
+
name: string;
|
|
442
|
+
type: "googleDrive.comment.edited";
|
|
443
|
+
};
|
|
444
|
+
readonly googleDriveCommentReopened: {
|
|
445
|
+
account: {
|
|
446
|
+
readonly connectionOptions: readonly [{
|
|
447
|
+
readonly requiredScopes: readonly [{
|
|
448
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
449
|
+
readonly type: "or";
|
|
450
|
+
}];
|
|
451
|
+
}];
|
|
452
|
+
readonly serviceId: "google";
|
|
453
|
+
} | {
|
|
454
|
+
readonly connectionOptions: readonly [{
|
|
455
|
+
readonly requiredScopes: readonly [{
|
|
456
|
+
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"];
|
|
457
|
+
readonly type: "or";
|
|
458
|
+
}];
|
|
459
|
+
}];
|
|
460
|
+
readonly serviceId: "google";
|
|
461
|
+
};
|
|
462
|
+
icon: string;
|
|
463
|
+
name: string;
|
|
464
|
+
type: "googleDrive.comment.reopened";
|
|
465
|
+
};
|
|
466
|
+
readonly googleDriveCommentResolved: {
|
|
467
|
+
account: {
|
|
468
|
+
readonly connectionOptions: readonly [{
|
|
469
|
+
readonly requiredScopes: readonly [{
|
|
470
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
471
|
+
readonly type: "or";
|
|
472
|
+
}];
|
|
473
|
+
}];
|
|
474
|
+
readonly serviceId: "google";
|
|
475
|
+
} | {
|
|
476
|
+
readonly connectionOptions: readonly [{
|
|
477
|
+
readonly requiredScopes: readonly [{
|
|
478
|
+
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"];
|
|
479
|
+
readonly type: "or";
|
|
480
|
+
}];
|
|
481
|
+
}];
|
|
482
|
+
readonly serviceId: "google";
|
|
483
|
+
};
|
|
484
|
+
icon: string;
|
|
485
|
+
name: string;
|
|
486
|
+
type: "googleDrive.comment.resolved";
|
|
487
|
+
};
|
|
488
|
+
readonly googleDriveFileContentChanged: {
|
|
489
|
+
account: {
|
|
490
|
+
readonly connectionOptions: readonly [{
|
|
491
|
+
readonly requiredScopes: readonly [{
|
|
492
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
493
|
+
readonly type: "or";
|
|
494
|
+
}];
|
|
495
|
+
}];
|
|
496
|
+
readonly serviceId: "google";
|
|
497
|
+
} | {
|
|
498
|
+
readonly connectionOptions: readonly [{
|
|
499
|
+
readonly requiredScopes: readonly [{
|
|
500
|
+
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"];
|
|
501
|
+
readonly type: "or";
|
|
502
|
+
}];
|
|
503
|
+
}];
|
|
504
|
+
readonly serviceId: "google";
|
|
505
|
+
};
|
|
506
|
+
icon: string;
|
|
507
|
+
name: string;
|
|
508
|
+
type: "googleDrive.file.contentChanged";
|
|
509
|
+
};
|
|
510
|
+
readonly googleDriveFileCreated: {
|
|
511
|
+
account: {
|
|
512
|
+
readonly connectionOptions: readonly [{
|
|
513
|
+
readonly requiredScopes: readonly [{
|
|
514
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
515
|
+
readonly type: "or";
|
|
516
|
+
}];
|
|
517
|
+
}];
|
|
518
|
+
readonly serviceId: "google";
|
|
519
|
+
} | {
|
|
520
|
+
readonly connectionOptions: readonly [{
|
|
521
|
+
readonly requiredScopes: readonly [{
|
|
522
|
+
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"];
|
|
523
|
+
readonly type: "or";
|
|
524
|
+
}];
|
|
525
|
+
}];
|
|
526
|
+
readonly serviceId: "google";
|
|
527
|
+
};
|
|
528
|
+
icon: string;
|
|
529
|
+
name: string;
|
|
530
|
+
type: "googleDrive.file.created";
|
|
531
|
+
};
|
|
532
|
+
readonly googleDriveFileDeleted: {
|
|
533
|
+
account: {
|
|
534
|
+
readonly connectionOptions: readonly [{
|
|
535
|
+
readonly requiredScopes: readonly [{
|
|
536
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
537
|
+
readonly type: "or";
|
|
538
|
+
}];
|
|
539
|
+
}];
|
|
540
|
+
readonly serviceId: "google";
|
|
541
|
+
} | {
|
|
542
|
+
readonly connectionOptions: readonly [{
|
|
543
|
+
readonly requiredScopes: readonly [{
|
|
544
|
+
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"];
|
|
545
|
+
readonly type: "or";
|
|
546
|
+
}];
|
|
547
|
+
}];
|
|
548
|
+
readonly serviceId: "google";
|
|
549
|
+
};
|
|
550
|
+
icon: string;
|
|
551
|
+
name: string;
|
|
552
|
+
type: "googleDrive.file.deleted";
|
|
553
|
+
};
|
|
554
|
+
readonly googleDriveFileMoved: {
|
|
555
|
+
account: {
|
|
556
|
+
readonly connectionOptions: readonly [{
|
|
557
|
+
readonly requiredScopes: readonly [{
|
|
558
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
559
|
+
readonly type: "or";
|
|
560
|
+
}];
|
|
561
|
+
}];
|
|
562
|
+
readonly serviceId: "google";
|
|
563
|
+
} | {
|
|
564
|
+
readonly connectionOptions: readonly [{
|
|
565
|
+
readonly requiredScopes: readonly [{
|
|
566
|
+
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"];
|
|
567
|
+
readonly type: "or";
|
|
568
|
+
}];
|
|
569
|
+
}];
|
|
570
|
+
readonly serviceId: "google";
|
|
571
|
+
};
|
|
572
|
+
icon: string;
|
|
573
|
+
name: string;
|
|
574
|
+
type: "googleDrive.file.moved";
|
|
575
|
+
};
|
|
576
|
+
readonly googleDriveFileRenamed: {
|
|
577
|
+
account: {
|
|
578
|
+
readonly connectionOptions: readonly [{
|
|
579
|
+
readonly requiredScopes: readonly [{
|
|
580
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
581
|
+
readonly type: "or";
|
|
582
|
+
}];
|
|
583
|
+
}];
|
|
584
|
+
readonly serviceId: "google";
|
|
585
|
+
} | {
|
|
586
|
+
readonly connectionOptions: readonly [{
|
|
587
|
+
readonly requiredScopes: readonly [{
|
|
588
|
+
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"];
|
|
589
|
+
readonly type: "or";
|
|
590
|
+
}];
|
|
591
|
+
}];
|
|
592
|
+
readonly serviceId: "google";
|
|
593
|
+
};
|
|
594
|
+
icon: string;
|
|
595
|
+
name: string;
|
|
596
|
+
type: "googleDrive.file.renamed";
|
|
597
|
+
};
|
|
598
|
+
readonly googleDriveFileTrashed: {
|
|
599
|
+
account: {
|
|
600
|
+
readonly connectionOptions: readonly [{
|
|
601
|
+
readonly requiredScopes: readonly [{
|
|
602
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
603
|
+
readonly type: "or";
|
|
604
|
+
}];
|
|
605
|
+
}];
|
|
606
|
+
readonly serviceId: "google";
|
|
607
|
+
} | {
|
|
608
|
+
readonly connectionOptions: readonly [{
|
|
609
|
+
readonly requiredScopes: readonly [{
|
|
610
|
+
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"];
|
|
611
|
+
readonly type: "or";
|
|
612
|
+
}];
|
|
613
|
+
}];
|
|
614
|
+
readonly serviceId: "google";
|
|
615
|
+
};
|
|
616
|
+
icon: string;
|
|
617
|
+
name: string;
|
|
618
|
+
type: "googleDrive.file.trashed";
|
|
619
|
+
};
|
|
620
|
+
readonly googleDriveFileUntrashed: {
|
|
621
|
+
account: {
|
|
622
|
+
readonly connectionOptions: readonly [{
|
|
623
|
+
readonly requiredScopes: readonly [{
|
|
624
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
625
|
+
readonly type: "or";
|
|
626
|
+
}];
|
|
627
|
+
}];
|
|
628
|
+
readonly serviceId: "google";
|
|
629
|
+
} | {
|
|
630
|
+
readonly connectionOptions: readonly [{
|
|
631
|
+
readonly requiredScopes: readonly [{
|
|
632
|
+
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"];
|
|
633
|
+
readonly type: "or";
|
|
634
|
+
}];
|
|
635
|
+
}];
|
|
636
|
+
readonly serviceId: "google";
|
|
637
|
+
};
|
|
638
|
+
icon: string;
|
|
639
|
+
name: string;
|
|
640
|
+
type: "googleDrive.file.untrashed";
|
|
641
|
+
};
|
|
642
|
+
readonly googleDrivePermissionCreated: {
|
|
643
|
+
account: {
|
|
644
|
+
readonly connectionOptions: readonly [{
|
|
645
|
+
readonly requiredScopes: readonly [{
|
|
646
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
647
|
+
readonly type: "or";
|
|
648
|
+
}];
|
|
649
|
+
}];
|
|
650
|
+
readonly serviceId: "google";
|
|
651
|
+
} | {
|
|
652
|
+
readonly connectionOptions: readonly [{
|
|
653
|
+
readonly requiredScopes: readonly [{
|
|
654
|
+
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"];
|
|
655
|
+
readonly type: "or";
|
|
656
|
+
}];
|
|
657
|
+
}];
|
|
658
|
+
readonly serviceId: "google";
|
|
659
|
+
};
|
|
660
|
+
icon: string;
|
|
661
|
+
name: string;
|
|
662
|
+
type: "googleDrive.permission.created";
|
|
663
|
+
};
|
|
664
|
+
readonly googleDrivePermissionDeleted: {
|
|
665
|
+
account: {
|
|
666
|
+
readonly connectionOptions: readonly [{
|
|
667
|
+
readonly requiredScopes: readonly [{
|
|
668
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
669
|
+
readonly type: "or";
|
|
670
|
+
}];
|
|
671
|
+
}];
|
|
672
|
+
readonly serviceId: "google";
|
|
673
|
+
} | {
|
|
674
|
+
readonly connectionOptions: readonly [{
|
|
675
|
+
readonly requiredScopes: readonly [{
|
|
676
|
+
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"];
|
|
677
|
+
readonly type: "or";
|
|
678
|
+
}];
|
|
679
|
+
}];
|
|
680
|
+
readonly serviceId: "google";
|
|
681
|
+
};
|
|
682
|
+
icon: string;
|
|
683
|
+
name: string;
|
|
684
|
+
type: "googleDrive.permission.deleted";
|
|
685
|
+
};
|
|
686
|
+
readonly googleDrivePermissionEdited: {
|
|
687
|
+
account: {
|
|
688
|
+
readonly connectionOptions: readonly [{
|
|
689
|
+
readonly requiredScopes: readonly [{
|
|
690
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
691
|
+
readonly type: "or";
|
|
692
|
+
}];
|
|
693
|
+
}];
|
|
694
|
+
readonly serviceId: "google";
|
|
695
|
+
} | {
|
|
696
|
+
readonly connectionOptions: readonly [{
|
|
697
|
+
readonly requiredScopes: readonly [{
|
|
698
|
+
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"];
|
|
699
|
+
readonly type: "or";
|
|
700
|
+
}];
|
|
701
|
+
}];
|
|
702
|
+
readonly serviceId: "google";
|
|
703
|
+
};
|
|
704
|
+
icon: string;
|
|
705
|
+
name: string;
|
|
706
|
+
type: "googleDrive.permission.edited";
|
|
707
|
+
};
|
|
708
|
+
readonly googleDriveReplyCreated: {
|
|
709
|
+
account: {
|
|
710
|
+
readonly connectionOptions: readonly [{
|
|
711
|
+
readonly requiredScopes: readonly [{
|
|
712
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
713
|
+
readonly type: "or";
|
|
714
|
+
}];
|
|
715
|
+
}];
|
|
716
|
+
readonly serviceId: "google";
|
|
717
|
+
} | {
|
|
718
|
+
readonly connectionOptions: readonly [{
|
|
719
|
+
readonly requiredScopes: readonly [{
|
|
720
|
+
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"];
|
|
721
|
+
readonly type: "or";
|
|
722
|
+
}];
|
|
723
|
+
}];
|
|
724
|
+
readonly serviceId: "google";
|
|
725
|
+
};
|
|
726
|
+
icon: string;
|
|
727
|
+
name: string;
|
|
728
|
+
type: "googleDrive.reply.created";
|
|
729
|
+
};
|
|
730
|
+
readonly googleDriveReplyDeleted: {
|
|
731
|
+
account: {
|
|
732
|
+
readonly connectionOptions: readonly [{
|
|
733
|
+
readonly requiredScopes: readonly [{
|
|
734
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
735
|
+
readonly type: "or";
|
|
736
|
+
}];
|
|
737
|
+
}];
|
|
738
|
+
readonly serviceId: "google";
|
|
739
|
+
} | {
|
|
740
|
+
readonly connectionOptions: readonly [{
|
|
741
|
+
readonly requiredScopes: readonly [{
|
|
742
|
+
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"];
|
|
743
|
+
readonly type: "or";
|
|
744
|
+
}];
|
|
745
|
+
}];
|
|
746
|
+
readonly serviceId: "google";
|
|
747
|
+
};
|
|
748
|
+
icon: string;
|
|
749
|
+
name: string;
|
|
750
|
+
type: "googleDrive.reply.deleted";
|
|
751
|
+
};
|
|
752
|
+
readonly googleDriveReplyEdited: {
|
|
753
|
+
account: {
|
|
754
|
+
readonly connectionOptions: readonly [{
|
|
755
|
+
readonly requiredScopes: readonly [{
|
|
756
|
+
readonly requirements: readonly ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/drive.metadata"];
|
|
757
|
+
readonly type: "or";
|
|
758
|
+
}];
|
|
759
|
+
}];
|
|
760
|
+
readonly serviceId: "google";
|
|
761
|
+
} | {
|
|
762
|
+
readonly connectionOptions: readonly [{
|
|
763
|
+
readonly requiredScopes: readonly [{
|
|
764
|
+
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"];
|
|
765
|
+
readonly type: "or";
|
|
766
|
+
}];
|
|
767
|
+
}];
|
|
768
|
+
readonly serviceId: "google";
|
|
769
|
+
};
|
|
770
|
+
icon: string;
|
|
771
|
+
name: string;
|
|
772
|
+
type: "googleDrive.reply.edited";
|
|
773
|
+
};
|
|
188
774
|
readonly googleMeetConferenceEnded: {
|
|
189
775
|
readonly account: {
|
|
190
776
|
readonly connectionOptions: readonly [{
|