@automate.ax/catalog 0.86.2 → 0.87.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/github.d.ts +540 -0
- package/dist/triggers/github.js +272 -0
- package/dist/triggers/index.d.ts +1568 -488
- package/package.json +1 -1
- package/src/triggers/github.ts +276 -0
package/dist/triggers/index.d.ts
CHANGED
|
@@ -1285,1068 +1285,2148 @@ export declare const triggerDefinitions: {
|
|
|
1285
1285
|
readonly name: "Google Meet transcript started";
|
|
1286
1286
|
readonly type: "googleMeet.transcript.started";
|
|
1287
1287
|
};
|
|
1288
|
-
readonly
|
|
1288
|
+
readonly githubBranchCreated: {
|
|
1289
1289
|
readonly account: {
|
|
1290
1290
|
readonly connectionOptions: readonly [{
|
|
1291
|
-
readonly requiredScopes: readonly ["
|
|
1291
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1292
1292
|
}];
|
|
1293
1293
|
readonly serviceId: "github";
|
|
1294
1294
|
};
|
|
1295
|
-
readonly type: "github.
|
|
1295
|
+
readonly type: "github.branch.created";
|
|
1296
1296
|
};
|
|
1297
|
-
readonly
|
|
1297
|
+
readonly githubBranchDeleted: {
|
|
1298
1298
|
readonly account: {
|
|
1299
1299
|
readonly connectionOptions: readonly [{
|
|
1300
|
-
readonly requiredScopes: readonly ["
|
|
1300
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1301
1301
|
}];
|
|
1302
1302
|
readonly serviceId: "github";
|
|
1303
1303
|
};
|
|
1304
|
-
readonly type: "github.
|
|
1304
|
+
readonly type: "github.branch.deleted";
|
|
1305
1305
|
};
|
|
1306
|
-
readonly
|
|
1306
|
+
readonly githubCheckRunActionRequired: {
|
|
1307
1307
|
readonly account: {
|
|
1308
1308
|
readonly connectionOptions: readonly [{
|
|
1309
|
-
readonly requiredScopes: readonly ["
|
|
1309
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1310
1310
|
}];
|
|
1311
1311
|
readonly serviceId: "github";
|
|
1312
1312
|
};
|
|
1313
|
-
readonly type: "github.
|
|
1313
|
+
readonly type: "github.check-run.action-required";
|
|
1314
1314
|
};
|
|
1315
|
-
readonly
|
|
1315
|
+
readonly githubCheckRunCancelled: {
|
|
1316
1316
|
readonly account: {
|
|
1317
1317
|
readonly connectionOptions: readonly [{
|
|
1318
|
-
readonly requiredScopes: readonly ["
|
|
1318
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1319
1319
|
}];
|
|
1320
1320
|
readonly serviceId: "github";
|
|
1321
1321
|
};
|
|
1322
|
-
readonly type: "github.
|
|
1322
|
+
readonly type: "github.check-run.cancelled";
|
|
1323
1323
|
};
|
|
1324
|
-
readonly
|
|
1324
|
+
readonly githubCheckRunCompleted: {
|
|
1325
1325
|
readonly account: {
|
|
1326
1326
|
readonly connectionOptions: readonly [{
|
|
1327
|
-
readonly requiredScopes: readonly ["
|
|
1327
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1328
1328
|
}];
|
|
1329
1329
|
readonly serviceId: "github";
|
|
1330
1330
|
};
|
|
1331
|
-
readonly type: "github.
|
|
1331
|
+
readonly type: "github.check-run.completed";
|
|
1332
1332
|
};
|
|
1333
|
-
readonly
|
|
1333
|
+
readonly githubCheckRunCreated: {
|
|
1334
1334
|
readonly account: {
|
|
1335
1335
|
readonly connectionOptions: readonly [{
|
|
1336
|
-
readonly requiredScopes: readonly ["
|
|
1336
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1337
1337
|
}];
|
|
1338
1338
|
readonly serviceId: "github";
|
|
1339
1339
|
};
|
|
1340
|
-
readonly type: "github.
|
|
1340
|
+
readonly type: "github.check-run.created";
|
|
1341
1341
|
};
|
|
1342
|
-
readonly
|
|
1342
|
+
readonly githubCheckRunEvent: {
|
|
1343
1343
|
readonly account: {
|
|
1344
1344
|
readonly connectionOptions: readonly [{
|
|
1345
|
-
readonly requiredScopes: readonly ["
|
|
1345
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1346
1346
|
}];
|
|
1347
1347
|
readonly serviceId: "github";
|
|
1348
1348
|
};
|
|
1349
|
-
readonly type: "github.
|
|
1349
|
+
readonly type: "github.check-run.event";
|
|
1350
1350
|
};
|
|
1351
|
-
readonly
|
|
1351
|
+
readonly githubCheckRunFailed: {
|
|
1352
1352
|
readonly account: {
|
|
1353
1353
|
readonly connectionOptions: readonly [{
|
|
1354
|
-
readonly requiredScopes: readonly ["
|
|
1354
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1355
1355
|
}];
|
|
1356
1356
|
readonly serviceId: "github";
|
|
1357
1357
|
};
|
|
1358
|
-
readonly type: "github.
|
|
1358
|
+
readonly type: "github.check-run.failed";
|
|
1359
1359
|
};
|
|
1360
|
-
readonly
|
|
1360
|
+
readonly githubCheckRunRerequested: {
|
|
1361
1361
|
readonly account: {
|
|
1362
1362
|
readonly connectionOptions: readonly [{
|
|
1363
|
-
readonly requiredScopes: readonly ["
|
|
1363
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
1364
1364
|
}];
|
|
1365
1365
|
readonly serviceId: "github";
|
|
1366
1366
|
};
|
|
1367
|
-
readonly type: "github.
|
|
1367
|
+
readonly type: "github.check-run.rerequested";
|
|
1368
1368
|
};
|
|
1369
|
-
readonly
|
|
1369
|
+
readonly githubCheckRunRequestedAction: {
|
|
1370
1370
|
readonly account: {
|
|
1371
1371
|
readonly connectionOptions: readonly [{
|
|
1372
|
-
readonly requiredScopes: readonly ["
|
|
1372
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
1373
1373
|
}];
|
|
1374
1374
|
readonly serviceId: "github";
|
|
1375
1375
|
};
|
|
1376
|
-
readonly type: "github.
|
|
1376
|
+
readonly type: "github.check-run.requested-action";
|
|
1377
1377
|
};
|
|
1378
|
-
readonly
|
|
1378
|
+
readonly githubCheckRunSucceeded: {
|
|
1379
1379
|
readonly account: {
|
|
1380
1380
|
readonly connectionOptions: readonly [{
|
|
1381
|
-
readonly requiredScopes: readonly ["
|
|
1381
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1382
1382
|
}];
|
|
1383
1383
|
readonly serviceId: "github";
|
|
1384
1384
|
};
|
|
1385
|
-
readonly
|
|
1386
|
-
readonly type: "github.pull-request-review.changes-requested";
|
|
1385
|
+
readonly type: "github.check-run.succeeded";
|
|
1387
1386
|
};
|
|
1388
|
-
readonly
|
|
1387
|
+
readonly githubCheckRunStartupFailed: {
|
|
1389
1388
|
readonly account: {
|
|
1390
1389
|
readonly connectionOptions: readonly [{
|
|
1391
|
-
readonly requiredScopes: readonly ["
|
|
1390
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1392
1391
|
}];
|
|
1393
1392
|
readonly serviceId: "github";
|
|
1394
1393
|
};
|
|
1395
|
-
readonly type: "github.
|
|
1394
|
+
readonly type: "github.check-run.startup-failed";
|
|
1396
1395
|
};
|
|
1397
|
-
readonly
|
|
1396
|
+
readonly githubCheckRunTimedOut: {
|
|
1398
1397
|
readonly account: {
|
|
1399
1398
|
readonly connectionOptions: readonly [{
|
|
1400
|
-
readonly requiredScopes: readonly ["
|
|
1399
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1401
1400
|
}];
|
|
1402
1401
|
readonly serviceId: "github";
|
|
1403
1402
|
};
|
|
1404
|
-
readonly type: "github.
|
|
1403
|
+
readonly type: "github.check-run.timed-out";
|
|
1405
1404
|
};
|
|
1406
|
-
readonly
|
|
1405
|
+
readonly githubCheckSuiteActionRequired: {
|
|
1407
1406
|
readonly account: {
|
|
1408
1407
|
readonly connectionOptions: readonly [{
|
|
1409
|
-
readonly requiredScopes: readonly ["
|
|
1408
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1410
1409
|
}];
|
|
1411
1410
|
readonly serviceId: "github";
|
|
1412
1411
|
};
|
|
1413
|
-
readonly type: "github.
|
|
1412
|
+
readonly type: "github.check-suite.action-required";
|
|
1414
1413
|
};
|
|
1415
|
-
readonly
|
|
1414
|
+
readonly githubCheckSuiteCancelled: {
|
|
1416
1415
|
readonly account: {
|
|
1417
1416
|
readonly connectionOptions: readonly [{
|
|
1418
|
-
readonly requiredScopes: readonly ["
|
|
1417
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1419
1418
|
}];
|
|
1420
1419
|
readonly serviceId: "github";
|
|
1421
1420
|
};
|
|
1422
|
-
readonly type: "github.
|
|
1421
|
+
readonly type: "github.check-suite.cancelled";
|
|
1423
1422
|
};
|
|
1424
|
-
readonly
|
|
1423
|
+
readonly githubCheckSuiteCompleted: {
|
|
1425
1424
|
readonly account: {
|
|
1426
1425
|
readonly connectionOptions: readonly [{
|
|
1427
|
-
readonly requiredScopes: readonly ["
|
|
1426
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1428
1427
|
}];
|
|
1429
1428
|
readonly serviceId: "github";
|
|
1430
1429
|
};
|
|
1431
|
-
readonly type: "github.
|
|
1430
|
+
readonly type: "github.check-suite.completed";
|
|
1432
1431
|
};
|
|
1433
|
-
readonly
|
|
1432
|
+
readonly githubCheckSuiteEvent: {
|
|
1434
1433
|
readonly account: {
|
|
1435
1434
|
readonly connectionOptions: readonly [{
|
|
1436
|
-
readonly requiredScopes: readonly ["
|
|
1435
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1437
1436
|
}];
|
|
1438
1437
|
readonly serviceId: "github";
|
|
1439
1438
|
};
|
|
1440
|
-
readonly type: "github.
|
|
1439
|
+
readonly type: "github.check-suite.event";
|
|
1441
1440
|
};
|
|
1442
|
-
readonly
|
|
1441
|
+
readonly githubCheckSuiteFailed: {
|
|
1443
1442
|
readonly account: {
|
|
1444
1443
|
readonly connectionOptions: readonly [{
|
|
1445
|
-
readonly requiredScopes: readonly ["
|
|
1444
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1446
1445
|
}];
|
|
1447
1446
|
readonly serviceId: "github";
|
|
1448
1447
|
};
|
|
1449
|
-
readonly type: "github.
|
|
1448
|
+
readonly type: "github.check-suite.failed";
|
|
1450
1449
|
};
|
|
1451
|
-
readonly
|
|
1450
|
+
readonly githubCheckSuiteRerequested: {
|
|
1452
1451
|
readonly account: {
|
|
1453
1452
|
readonly connectionOptions: readonly [{
|
|
1454
|
-
readonly requiredScopes: readonly ["
|
|
1453
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
1455
1454
|
}];
|
|
1456
1455
|
readonly serviceId: "github";
|
|
1457
1456
|
};
|
|
1458
|
-
readonly type: "github.
|
|
1457
|
+
readonly type: "github.check-suite.rerequested";
|
|
1459
1458
|
};
|
|
1460
|
-
readonly
|
|
1459
|
+
readonly githubCheckSuiteRequested: {
|
|
1461
1460
|
readonly account: {
|
|
1462
1461
|
readonly connectionOptions: readonly [{
|
|
1463
|
-
readonly requiredScopes: readonly ["
|
|
1462
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
1464
1463
|
}];
|
|
1465
1464
|
readonly serviceId: "github";
|
|
1466
1465
|
};
|
|
1467
|
-
readonly type: "github.
|
|
1466
|
+
readonly type: "github.check-suite.requested";
|
|
1468
1467
|
};
|
|
1469
|
-
readonly
|
|
1468
|
+
readonly githubCheckSuiteSucceeded: {
|
|
1470
1469
|
readonly account: {
|
|
1471
1470
|
readonly connectionOptions: readonly [{
|
|
1472
|
-
readonly requiredScopes: readonly ["
|
|
1471
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1473
1472
|
}];
|
|
1474
1473
|
readonly serviceId: "github";
|
|
1475
1474
|
};
|
|
1476
|
-
readonly type: "github.
|
|
1475
|
+
readonly type: "github.check-suite.succeeded";
|
|
1477
1476
|
};
|
|
1478
|
-
readonly
|
|
1477
|
+
readonly githubCheckSuiteStartupFailed: {
|
|
1479
1478
|
readonly account: {
|
|
1480
1479
|
readonly connectionOptions: readonly [{
|
|
1481
|
-
readonly requiredScopes: readonly ["
|
|
1480
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1482
1481
|
}];
|
|
1483
1482
|
readonly serviceId: "github";
|
|
1484
1483
|
};
|
|
1485
|
-
readonly type: "github.
|
|
1484
|
+
readonly type: "github.check-suite.startup-failed";
|
|
1486
1485
|
};
|
|
1487
|
-
readonly
|
|
1486
|
+
readonly githubCheckSuiteTimedOut: {
|
|
1488
1487
|
readonly account: {
|
|
1489
1488
|
readonly connectionOptions: readonly [{
|
|
1490
|
-
readonly requiredScopes: readonly ["
|
|
1489
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
1491
1490
|
}];
|
|
1492
1491
|
readonly serviceId: "github";
|
|
1493
1492
|
};
|
|
1494
|
-
readonly type: "github.
|
|
1493
|
+
readonly type: "github.check-suite.timed-out";
|
|
1495
1494
|
};
|
|
1496
|
-
readonly
|
|
1495
|
+
readonly githubDeploymentCreated: {
|
|
1497
1496
|
readonly account: {
|
|
1498
1497
|
readonly connectionOptions: readonly [{
|
|
1499
|
-
readonly requiredScopes: readonly ["
|
|
1498
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1500
1499
|
}];
|
|
1501
1500
|
readonly serviceId: "github";
|
|
1502
1501
|
};
|
|
1503
|
-
readonly type: "github.
|
|
1502
|
+
readonly type: "github.deployment.created";
|
|
1504
1503
|
};
|
|
1505
|
-
readonly
|
|
1504
|
+
readonly githubDeploymentStatusErrored: {
|
|
1506
1505
|
readonly account: {
|
|
1507
1506
|
readonly connectionOptions: readonly [{
|
|
1508
|
-
readonly requiredScopes: readonly ["
|
|
1507
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1509
1508
|
}];
|
|
1510
1509
|
readonly serviceId: "github";
|
|
1511
1510
|
};
|
|
1512
|
-
readonly type: "github.
|
|
1513
|
-
};
|
|
1514
|
-
readonly automationInvoked: {
|
|
1515
|
-
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
1516
|
-
label: string;
|
|
1517
|
-
value: string;
|
|
1518
|
-
}[];
|
|
1519
|
-
readonly icon: "automation";
|
|
1520
|
-
readonly name: "Invocation";
|
|
1521
|
-
readonly type: "automation.invoked";
|
|
1522
|
-
};
|
|
1523
|
-
readonly cronTick: {
|
|
1524
|
-
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
1525
|
-
label: string;
|
|
1526
|
-
value: string;
|
|
1527
|
-
}[];
|
|
1528
|
-
readonly icon: "schedule";
|
|
1529
|
-
readonly name: "Cron schedule";
|
|
1530
|
-
readonly type: "cron.tick";
|
|
1531
|
-
};
|
|
1532
|
-
readonly dashboardRun: {
|
|
1533
|
-
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
1534
|
-
label: string;
|
|
1535
|
-
value: string;
|
|
1536
|
-
}[];
|
|
1537
|
-
readonly icon: "automation";
|
|
1538
|
-
readonly name: "Dashboard run";
|
|
1539
|
-
readonly type: "dashboard.run";
|
|
1540
|
-
};
|
|
1541
|
-
readonly httpRequest: {
|
|
1542
|
-
readonly getPrimary: ({ appOrigin, automationId, config, hookSlot, projectId, scopePath, }: TriggerPresentationContext) => {
|
|
1543
|
-
copyable: true;
|
|
1544
|
-
value: string;
|
|
1545
|
-
};
|
|
1546
|
-
readonly icon: "webhook";
|
|
1547
|
-
readonly name: "HTTP request";
|
|
1548
|
-
readonly type: "http.request";
|
|
1549
|
-
};
|
|
1550
|
-
readonly mailhookEmailReceived: {
|
|
1551
|
-
readonly getPrimary: ({ automationId, config, hookSlot, projectId, scopePath }: TriggerPresentationContext) => {
|
|
1552
|
-
copyable: true;
|
|
1553
|
-
value: string;
|
|
1554
|
-
};
|
|
1555
|
-
readonly icon: "webhook";
|
|
1556
|
-
readonly name: "Mailhook";
|
|
1557
|
-
readonly type: "mailhook.email.received";
|
|
1511
|
+
readonly type: "github.deployment-status.errored";
|
|
1558
1512
|
};
|
|
1559
|
-
readonly
|
|
1513
|
+
readonly githubDeploymentStatusEvent: {
|
|
1560
1514
|
readonly account: {
|
|
1561
1515
|
readonly connectionOptions: readonly [{
|
|
1562
|
-
readonly
|
|
1563
|
-
readonly requiredScopes: readonly [];
|
|
1564
|
-
}, {
|
|
1565
|
-
readonly connectionMethodId: "deployment-key";
|
|
1566
|
-
readonly requiredScopes: readonly [];
|
|
1516
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1567
1517
|
}];
|
|
1568
|
-
readonly serviceId: "
|
|
1518
|
+
readonly serviceId: "github";
|
|
1569
1519
|
};
|
|
1570
|
-
readonly type: "
|
|
1520
|
+
readonly type: "github.deployment-status.event";
|
|
1571
1521
|
};
|
|
1572
|
-
readonly
|
|
1522
|
+
readonly githubDeploymentStatusFailed: {
|
|
1573
1523
|
readonly account: {
|
|
1574
1524
|
readonly connectionOptions: readonly [{
|
|
1575
|
-
readonly
|
|
1576
|
-
readonly requiredScopes: readonly [];
|
|
1577
|
-
}, {
|
|
1578
|
-
readonly connectionMethodId: "deployment-key";
|
|
1579
|
-
readonly requiredScopes: readonly [];
|
|
1525
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1580
1526
|
}];
|
|
1581
|
-
readonly serviceId: "
|
|
1527
|
+
readonly serviceId: "github";
|
|
1582
1528
|
};
|
|
1583
|
-
readonly type: "
|
|
1529
|
+
readonly type: "github.deployment-status.failed";
|
|
1584
1530
|
};
|
|
1585
|
-
readonly
|
|
1531
|
+
readonly githubDeploymentStatusInactive: {
|
|
1586
1532
|
readonly account: {
|
|
1587
1533
|
readonly connectionOptions: readonly [{
|
|
1588
|
-
readonly
|
|
1589
|
-
readonly requiredScopes: readonly [];
|
|
1590
|
-
}, {
|
|
1591
|
-
readonly connectionMethodId: "deployment-key";
|
|
1592
|
-
readonly requiredScopes: readonly [];
|
|
1534
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1593
1535
|
}];
|
|
1594
|
-
readonly serviceId: "
|
|
1536
|
+
readonly serviceId: "github";
|
|
1595
1537
|
};
|
|
1596
|
-
readonly type: "
|
|
1538
|
+
readonly type: "github.deployment-status.inactive";
|
|
1597
1539
|
};
|
|
1598
|
-
readonly
|
|
1540
|
+
readonly githubDeploymentStatusPending: {
|
|
1599
1541
|
readonly account: {
|
|
1600
1542
|
readonly connectionOptions: readonly [{
|
|
1601
|
-
readonly
|
|
1602
|
-
readonly requiredScopes: readonly [];
|
|
1603
|
-
}, {
|
|
1604
|
-
readonly connectionMethodId: "deployment-key";
|
|
1605
|
-
readonly requiredScopes: readonly [];
|
|
1543
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1606
1544
|
}];
|
|
1607
|
-
readonly serviceId: "
|
|
1545
|
+
readonly serviceId: "github";
|
|
1608
1546
|
};
|
|
1609
|
-
readonly type: "
|
|
1547
|
+
readonly type: "github.deployment-status.pending";
|
|
1610
1548
|
};
|
|
1611
|
-
readonly
|
|
1549
|
+
readonly githubDeploymentStatusQueued: {
|
|
1612
1550
|
readonly account: {
|
|
1613
1551
|
readonly connectionOptions: readonly [{
|
|
1614
|
-
readonly
|
|
1615
|
-
readonly requiredScopes: readonly [];
|
|
1552
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1616
1553
|
}];
|
|
1617
|
-
readonly serviceId: "
|
|
1618
|
-
};
|
|
1619
|
-
readonly getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
1620
|
-
copyable: true;
|
|
1621
|
-
value: string;
|
|
1554
|
+
readonly serviceId: "github";
|
|
1622
1555
|
};
|
|
1623
|
-
readonly
|
|
1624
|
-
readonly type: "convex.event.received";
|
|
1556
|
+
readonly type: "github.deployment-status.queued";
|
|
1625
1557
|
};
|
|
1626
|
-
readonly
|
|
1558
|
+
readonly githubDeploymentStatusStarted: {
|
|
1627
1559
|
readonly account: {
|
|
1628
1560
|
readonly connectionOptions: readonly [{
|
|
1629
|
-
readonly requiredScopes: readonly [];
|
|
1561
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1630
1562
|
}];
|
|
1631
|
-
readonly serviceId: "
|
|
1563
|
+
readonly serviceId: "github";
|
|
1632
1564
|
};
|
|
1633
|
-
readonly
|
|
1634
|
-
readonly type: "brevo.transactional.blocked";
|
|
1565
|
+
readonly type: "github.deployment-status.started";
|
|
1635
1566
|
};
|
|
1636
|
-
readonly
|
|
1567
|
+
readonly githubDeploymentStatusSucceeded: {
|
|
1637
1568
|
readonly account: {
|
|
1638
1569
|
readonly connectionOptions: readonly [{
|
|
1639
|
-
readonly requiredScopes: readonly [];
|
|
1570
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
1640
1571
|
}];
|
|
1641
|
-
readonly serviceId: "
|
|
1572
|
+
readonly serviceId: "github";
|
|
1642
1573
|
};
|
|
1643
|
-
readonly
|
|
1644
|
-
readonly type: "brevo.transactional.clicked";
|
|
1574
|
+
readonly type: "github.deployment-status.succeeded";
|
|
1645
1575
|
};
|
|
1646
|
-
readonly
|
|
1576
|
+
readonly githubIssueCommentCreated: {
|
|
1647
1577
|
readonly account: {
|
|
1648
1578
|
readonly connectionOptions: readonly [{
|
|
1649
|
-
readonly requiredScopes: readonly [];
|
|
1579
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1650
1580
|
}];
|
|
1651
|
-
readonly serviceId: "
|
|
1581
|
+
readonly serviceId: "github";
|
|
1652
1582
|
};
|
|
1653
|
-
readonly
|
|
1654
|
-
readonly type: "brevo.transactional.deferred";
|
|
1583
|
+
readonly type: "github.issue-comment.created";
|
|
1655
1584
|
};
|
|
1656
|
-
readonly
|
|
1585
|
+
readonly githubIssueCommentDeleted: {
|
|
1657
1586
|
readonly account: {
|
|
1658
1587
|
readonly connectionOptions: readonly [{
|
|
1659
|
-
readonly requiredScopes: readonly [];
|
|
1588
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1660
1589
|
}];
|
|
1661
|
-
readonly serviceId: "
|
|
1590
|
+
readonly serviceId: "github";
|
|
1662
1591
|
};
|
|
1663
|
-
readonly
|
|
1664
|
-
readonly type: "brevo.transactional.delivered";
|
|
1592
|
+
readonly type: "github.issue-comment.deleted";
|
|
1665
1593
|
};
|
|
1666
|
-
readonly
|
|
1594
|
+
readonly githubIssueCommentEdited: {
|
|
1667
1595
|
readonly account: {
|
|
1668
1596
|
readonly connectionOptions: readonly [{
|
|
1669
|
-
readonly requiredScopes: readonly [];
|
|
1597
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1670
1598
|
}];
|
|
1671
|
-
readonly serviceId: "
|
|
1599
|
+
readonly serviceId: "github";
|
|
1672
1600
|
};
|
|
1673
|
-
readonly type: "
|
|
1601
|
+
readonly type: "github.issue-comment.edited";
|
|
1674
1602
|
};
|
|
1675
|
-
readonly
|
|
1603
|
+
readonly githubIssueCommentEvent: {
|
|
1676
1604
|
readonly account: {
|
|
1677
1605
|
readonly connectionOptions: readonly [{
|
|
1678
|
-
readonly requiredScopes: readonly [];
|
|
1606
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1679
1607
|
}];
|
|
1680
|
-
readonly serviceId: "
|
|
1608
|
+
readonly serviceId: "github";
|
|
1681
1609
|
};
|
|
1682
|
-
readonly
|
|
1683
|
-
readonly type: "brevo.transactional.hardBounced";
|
|
1610
|
+
readonly type: "github.issue-comment.event";
|
|
1684
1611
|
};
|
|
1685
|
-
readonly
|
|
1612
|
+
readonly githubIssueClosed: {
|
|
1686
1613
|
readonly account: {
|
|
1687
1614
|
readonly connectionOptions: readonly [{
|
|
1688
|
-
readonly requiredScopes: readonly [];
|
|
1615
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1689
1616
|
}];
|
|
1690
|
-
readonly serviceId: "
|
|
1617
|
+
readonly serviceId: "github";
|
|
1691
1618
|
};
|
|
1692
|
-
readonly
|
|
1693
|
-
readonly type: "brevo.transactional.markedAsSpam";
|
|
1619
|
+
readonly type: "github.issue.closed";
|
|
1694
1620
|
};
|
|
1695
|
-
readonly
|
|
1621
|
+
readonly githubIssueEvent: {
|
|
1696
1622
|
readonly account: {
|
|
1697
1623
|
readonly connectionOptions: readonly [{
|
|
1698
|
-
readonly requiredScopes: readonly [];
|
|
1624
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1699
1625
|
}];
|
|
1700
|
-
readonly serviceId: "
|
|
1626
|
+
readonly serviceId: "github";
|
|
1701
1627
|
};
|
|
1702
|
-
readonly
|
|
1703
|
-
readonly type: "brevo.transactional.opened";
|
|
1628
|
+
readonly type: "github.issue.event";
|
|
1704
1629
|
};
|
|
1705
|
-
readonly
|
|
1630
|
+
readonly githubIssueOpened: {
|
|
1706
1631
|
readonly account: {
|
|
1707
1632
|
readonly connectionOptions: readonly [{
|
|
1708
|
-
readonly requiredScopes: readonly [];
|
|
1633
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1709
1634
|
}];
|
|
1710
|
-
readonly serviceId: "
|
|
1635
|
+
readonly serviceId: "github";
|
|
1711
1636
|
};
|
|
1712
|
-
readonly
|
|
1713
|
-
readonly type: "brevo.transactional.sent";
|
|
1637
|
+
readonly type: "github.issue.opened";
|
|
1714
1638
|
};
|
|
1715
|
-
readonly
|
|
1639
|
+
readonly githubIssueReopened: {
|
|
1716
1640
|
readonly account: {
|
|
1717
1641
|
readonly connectionOptions: readonly [{
|
|
1718
|
-
readonly requiredScopes: readonly [];
|
|
1642
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1719
1643
|
}];
|
|
1720
|
-
readonly serviceId: "
|
|
1644
|
+
readonly serviceId: "github";
|
|
1721
1645
|
};
|
|
1722
|
-
readonly
|
|
1723
|
-
readonly type: "brevo.transactional.softBounced";
|
|
1646
|
+
readonly type: "github.issue.reopened";
|
|
1724
1647
|
};
|
|
1725
|
-
readonly
|
|
1648
|
+
readonly githubPullRequestClosed: {
|
|
1726
1649
|
readonly account: {
|
|
1727
1650
|
readonly connectionOptions: readonly [{
|
|
1728
|
-
readonly requiredScopes: readonly [];
|
|
1651
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1729
1652
|
}];
|
|
1730
|
-
readonly serviceId: "
|
|
1653
|
+
readonly serviceId: "github";
|
|
1731
1654
|
};
|
|
1732
|
-
readonly
|
|
1733
|
-
readonly type: "brevo.transactional.unsubscribed";
|
|
1655
|
+
readonly type: "github.pull-request.closed";
|
|
1734
1656
|
};
|
|
1735
|
-
readonly
|
|
1657
|
+
readonly githubPullRequestEvent: {
|
|
1736
1658
|
readonly account: {
|
|
1737
1659
|
readonly connectionOptions: readonly [{
|
|
1738
|
-
readonly requiredScopes: readonly [];
|
|
1660
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1739
1661
|
}];
|
|
1740
|
-
readonly serviceId: "
|
|
1662
|
+
readonly serviceId: "github";
|
|
1741
1663
|
};
|
|
1742
|
-
readonly type: "
|
|
1664
|
+
readonly type: "github.pull-request.event";
|
|
1743
1665
|
};
|
|
1744
|
-
readonly
|
|
1666
|
+
readonly githubPullRequestMerged: {
|
|
1745
1667
|
readonly account: {
|
|
1746
1668
|
readonly connectionOptions: readonly [{
|
|
1747
|
-
readonly requiredScopes: readonly [];
|
|
1669
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1748
1670
|
}];
|
|
1749
|
-
readonly serviceId: "
|
|
1671
|
+
readonly serviceId: "github";
|
|
1750
1672
|
};
|
|
1751
|
-
readonly type: "
|
|
1673
|
+
readonly type: "github.pull-request.merged";
|
|
1752
1674
|
};
|
|
1753
|
-
readonly
|
|
1675
|
+
readonly githubPullRequestOpened: {
|
|
1754
1676
|
readonly account: {
|
|
1755
1677
|
readonly connectionOptions: readonly [{
|
|
1756
|
-
readonly requiredScopes: readonly [];
|
|
1678
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1757
1679
|
}];
|
|
1758
|
-
readonly serviceId: "
|
|
1680
|
+
readonly serviceId: "github";
|
|
1759
1681
|
};
|
|
1760
|
-
readonly type: "
|
|
1682
|
+
readonly type: "github.pull-request.opened";
|
|
1761
1683
|
};
|
|
1762
|
-
readonly
|
|
1684
|
+
readonly githubPullRequestReadyForReview: {
|
|
1763
1685
|
readonly account: {
|
|
1764
1686
|
readonly connectionOptions: readonly [{
|
|
1765
|
-
readonly requiredScopes: readonly [];
|
|
1687
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1766
1688
|
}];
|
|
1767
|
-
readonly serviceId: "
|
|
1689
|
+
readonly serviceId: "github";
|
|
1768
1690
|
};
|
|
1769
|
-
readonly type: "
|
|
1691
|
+
readonly type: "github.pull-request.ready-for-review";
|
|
1770
1692
|
};
|
|
1771
|
-
readonly
|
|
1693
|
+
readonly githubPullRequestReviewApproved: {
|
|
1772
1694
|
readonly account: {
|
|
1773
1695
|
readonly connectionOptions: readonly [{
|
|
1774
|
-
readonly requiredScopes: readonly [];
|
|
1696
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1775
1697
|
}];
|
|
1776
|
-
readonly serviceId: "
|
|
1698
|
+
readonly serviceId: "github";
|
|
1777
1699
|
};
|
|
1778
|
-
readonly type: "
|
|
1700
|
+
readonly type: "github.pull-request-review.approved";
|
|
1779
1701
|
};
|
|
1780
|
-
readonly
|
|
1702
|
+
readonly githubPullRequestReviewChangesRequested: {
|
|
1781
1703
|
readonly account: {
|
|
1782
1704
|
readonly connectionOptions: readonly [{
|
|
1783
|
-
readonly requiredScopes: readonly [];
|
|
1705
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1784
1706
|
}];
|
|
1785
|
-
readonly serviceId: "
|
|
1707
|
+
readonly serviceId: "github";
|
|
1786
1708
|
};
|
|
1787
|
-
readonly
|
|
1709
|
+
readonly name: "GitHub pull request changes requested";
|
|
1710
|
+
readonly type: "github.pull-request-review.changes-requested";
|
|
1788
1711
|
};
|
|
1789
|
-
readonly
|
|
1712
|
+
readonly githubPullRequestReviewDismissed: {
|
|
1790
1713
|
readonly account: {
|
|
1791
1714
|
readonly connectionOptions: readonly [{
|
|
1792
|
-
readonly requiredScopes: readonly [];
|
|
1715
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1793
1716
|
}];
|
|
1794
|
-
readonly serviceId: "
|
|
1717
|
+
readonly serviceId: "github";
|
|
1795
1718
|
};
|
|
1796
|
-
readonly type: "
|
|
1719
|
+
readonly type: "github.pull-request-review.dismissed";
|
|
1797
1720
|
};
|
|
1798
|
-
readonly
|
|
1721
|
+
readonly githubPullRequestReviewEvent: {
|
|
1799
1722
|
readonly account: {
|
|
1800
1723
|
readonly connectionOptions: readonly [{
|
|
1801
|
-
readonly requiredScopes: readonly [
|
|
1802
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1803
|
-
readonly type: "and";
|
|
1804
|
-
}];
|
|
1724
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1805
1725
|
}];
|
|
1806
|
-
readonly serviceId: "
|
|
1726
|
+
readonly serviceId: "github";
|
|
1807
1727
|
};
|
|
1808
|
-
readonly type: "
|
|
1728
|
+
readonly type: "github.pull-request-review.event";
|
|
1809
1729
|
};
|
|
1810
|
-
readonly
|
|
1730
|
+
readonly githubPullRequestReviewSubmitted: {
|
|
1811
1731
|
readonly account: {
|
|
1812
1732
|
readonly connectionOptions: readonly [{
|
|
1813
|
-
readonly requiredScopes: readonly [
|
|
1814
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1815
|
-
readonly type: "and";
|
|
1816
|
-
}];
|
|
1733
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1817
1734
|
}];
|
|
1818
|
-
readonly serviceId: "
|
|
1735
|
+
readonly serviceId: "github";
|
|
1819
1736
|
};
|
|
1820
|
-
readonly type: "
|
|
1737
|
+
readonly type: "github.pull-request-review.submitted";
|
|
1821
1738
|
};
|
|
1822
|
-
readonly
|
|
1739
|
+
readonly githubPullRequestReviewCommentCreated: {
|
|
1823
1740
|
readonly account: {
|
|
1824
1741
|
readonly connectionOptions: readonly [{
|
|
1825
|
-
readonly requiredScopes: readonly [
|
|
1826
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1827
|
-
readonly type: "and";
|
|
1828
|
-
}];
|
|
1742
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1829
1743
|
}];
|
|
1830
|
-
readonly serviceId: "
|
|
1744
|
+
readonly serviceId: "github";
|
|
1831
1745
|
};
|
|
1832
|
-
readonly type: "
|
|
1746
|
+
readonly type: "github.pull-request-review-comment.created";
|
|
1833
1747
|
};
|
|
1834
|
-
readonly
|
|
1748
|
+
readonly githubPullRequestReviewCommentDeleted: {
|
|
1835
1749
|
readonly account: {
|
|
1836
1750
|
readonly connectionOptions: readonly [{
|
|
1837
|
-
readonly requiredScopes: readonly [
|
|
1838
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1839
|
-
readonly type: "and";
|
|
1840
|
-
}];
|
|
1751
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1841
1752
|
}];
|
|
1842
|
-
readonly serviceId: "
|
|
1753
|
+
readonly serviceId: "github";
|
|
1843
1754
|
};
|
|
1844
|
-
readonly type: "
|
|
1755
|
+
readonly type: "github.pull-request-review-comment.deleted";
|
|
1845
1756
|
};
|
|
1846
|
-
readonly
|
|
1757
|
+
readonly githubPullRequestReviewCommentEdited: {
|
|
1847
1758
|
readonly account: {
|
|
1848
1759
|
readonly connectionOptions: readonly [{
|
|
1849
|
-
readonly requiredScopes: readonly [
|
|
1850
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1851
|
-
readonly type: "and";
|
|
1852
|
-
}];
|
|
1760
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1853
1761
|
}];
|
|
1854
|
-
readonly serviceId: "
|
|
1762
|
+
readonly serviceId: "github";
|
|
1855
1763
|
};
|
|
1856
|
-
readonly type: "
|
|
1764
|
+
readonly type: "github.pull-request-review-comment.edited";
|
|
1857
1765
|
};
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
account: {
|
|
1863
|
-
readonly connectionOptions: readonly [{
|
|
1864
|
-
readonly requiredScopes: readonly [{
|
|
1865
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1866
|
-
readonly type: "and";
|
|
1766
|
+
readonly githubPullRequestReviewCommentEvent: {
|
|
1767
|
+
readonly account: {
|
|
1768
|
+
readonly connectionOptions: readonly [{
|
|
1769
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1867
1770
|
}];
|
|
1868
|
-
|
|
1869
|
-
|
|
1771
|
+
readonly serviceId: "github";
|
|
1772
|
+
};
|
|
1773
|
+
readonly type: "github.pull-request-review-comment.event";
|
|
1870
1774
|
};
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
readonly connectionOptions: readonly [{
|
|
1876
|
-
readonly requiredScopes: readonly [{
|
|
1877
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1878
|
-
readonly type: "and";
|
|
1775
|
+
readonly githubPullRequestSynchronized: {
|
|
1776
|
+
readonly account: {
|
|
1777
|
+
readonly connectionOptions: readonly [{
|
|
1778
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1879
1779
|
}];
|
|
1880
|
-
|
|
1881
|
-
|
|
1780
|
+
readonly serviceId: "github";
|
|
1781
|
+
};
|
|
1782
|
+
readonly type: "github.pull-request.synchronized";
|
|
1882
1783
|
};
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
readonly connectionOptions: readonly [{
|
|
1888
|
-
readonly requiredScopes: readonly [{
|
|
1889
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1890
|
-
readonly type: "and";
|
|
1784
|
+
readonly githubPush: {
|
|
1785
|
+
readonly account: {
|
|
1786
|
+
readonly connectionOptions: readonly [{
|
|
1787
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1891
1788
|
}];
|
|
1892
|
-
|
|
1893
|
-
|
|
1789
|
+
readonly serviceId: "github";
|
|
1790
|
+
};
|
|
1791
|
+
readonly type: "github.push";
|
|
1894
1792
|
};
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
readonly connectionOptions: readonly [{
|
|
1900
|
-
readonly requiredScopes: readonly [{
|
|
1901
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1902
|
-
readonly type: "and";
|
|
1793
|
+
readonly githubReleaseEvent: {
|
|
1794
|
+
readonly account: {
|
|
1795
|
+
readonly connectionOptions: readonly [{
|
|
1796
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1903
1797
|
}];
|
|
1904
|
-
|
|
1905
|
-
|
|
1798
|
+
readonly serviceId: "github";
|
|
1799
|
+
};
|
|
1800
|
+
readonly type: "github.release.event";
|
|
1801
|
+
};
|
|
1802
|
+
readonly githubReleasePublished: {
|
|
1803
|
+
readonly account: {
|
|
1804
|
+
readonly connectionOptions: readonly [{
|
|
1805
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1806
|
+
}];
|
|
1807
|
+
readonly serviceId: "github";
|
|
1808
|
+
};
|
|
1809
|
+
readonly type: "github.release.published";
|
|
1810
|
+
};
|
|
1811
|
+
readonly githubRefCreated: {
|
|
1812
|
+
readonly account: {
|
|
1813
|
+
readonly connectionOptions: readonly [{
|
|
1814
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1815
|
+
}];
|
|
1816
|
+
readonly serviceId: "github";
|
|
1817
|
+
};
|
|
1818
|
+
readonly type: "github.ref.created";
|
|
1819
|
+
};
|
|
1820
|
+
readonly githubRefDeleted: {
|
|
1821
|
+
readonly account: {
|
|
1822
|
+
readonly connectionOptions: readonly [{
|
|
1823
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1824
|
+
}];
|
|
1825
|
+
readonly serviceId: "github";
|
|
1826
|
+
};
|
|
1827
|
+
readonly type: "github.ref.deleted";
|
|
1828
|
+
};
|
|
1829
|
+
readonly githubRepositoryDispatch: {
|
|
1830
|
+
readonly account: {
|
|
1831
|
+
readonly connectionOptions: readonly [{
|
|
1832
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1833
|
+
}];
|
|
1834
|
+
readonly serviceId: "github";
|
|
1835
|
+
};
|
|
1836
|
+
readonly type: "github.repository-dispatch";
|
|
1837
|
+
};
|
|
1838
|
+
readonly githubStatusErrored: {
|
|
1839
|
+
readonly account: {
|
|
1840
|
+
readonly connectionOptions: readonly [{
|
|
1841
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
1842
|
+
}];
|
|
1843
|
+
readonly serviceId: "github";
|
|
1844
|
+
};
|
|
1845
|
+
readonly type: "github.status.errored";
|
|
1846
|
+
};
|
|
1847
|
+
readonly githubStatusEvent: {
|
|
1848
|
+
readonly account: {
|
|
1849
|
+
readonly connectionOptions: readonly [{
|
|
1850
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
1851
|
+
}];
|
|
1852
|
+
readonly serviceId: "github";
|
|
1853
|
+
};
|
|
1854
|
+
readonly type: "github.status.event";
|
|
1855
|
+
};
|
|
1856
|
+
readonly githubStatusFailed: {
|
|
1857
|
+
readonly account: {
|
|
1858
|
+
readonly connectionOptions: readonly [{
|
|
1859
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
1860
|
+
}];
|
|
1861
|
+
readonly serviceId: "github";
|
|
1862
|
+
};
|
|
1863
|
+
readonly type: "github.status.failed";
|
|
1864
|
+
};
|
|
1865
|
+
readonly githubStatusPending: {
|
|
1866
|
+
readonly account: {
|
|
1867
|
+
readonly connectionOptions: readonly [{
|
|
1868
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
1869
|
+
}];
|
|
1870
|
+
readonly serviceId: "github";
|
|
1871
|
+
};
|
|
1872
|
+
readonly type: "github.status.pending";
|
|
1873
|
+
};
|
|
1874
|
+
readonly githubStatusSucceeded: {
|
|
1875
|
+
readonly account: {
|
|
1876
|
+
readonly connectionOptions: readonly [{
|
|
1877
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
1878
|
+
}];
|
|
1879
|
+
readonly serviceId: "github";
|
|
1880
|
+
};
|
|
1881
|
+
readonly type: "github.status.succeeded";
|
|
1882
|
+
};
|
|
1883
|
+
readonly githubTagCreated: {
|
|
1884
|
+
readonly account: {
|
|
1885
|
+
readonly connectionOptions: readonly [{
|
|
1886
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1887
|
+
}];
|
|
1888
|
+
readonly serviceId: "github";
|
|
1889
|
+
};
|
|
1890
|
+
readonly type: "github.tag.created";
|
|
1891
|
+
};
|
|
1892
|
+
readonly githubTagDeleted: {
|
|
1893
|
+
readonly account: {
|
|
1894
|
+
readonly connectionOptions: readonly [{
|
|
1895
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1896
|
+
}];
|
|
1897
|
+
readonly serviceId: "github";
|
|
1898
|
+
};
|
|
1899
|
+
readonly type: "github.tag.deleted";
|
|
1900
|
+
};
|
|
1901
|
+
readonly githubWorkflowDispatch: {
|
|
1902
|
+
readonly account: {
|
|
1903
|
+
readonly connectionOptions: readonly [{
|
|
1904
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
1905
|
+
}];
|
|
1906
|
+
readonly serviceId: "github";
|
|
1907
|
+
};
|
|
1908
|
+
readonly type: "github.workflow-dispatch";
|
|
1909
|
+
};
|
|
1910
|
+
readonly githubWorkflowJobCancelled: {
|
|
1911
|
+
readonly account: {
|
|
1912
|
+
readonly connectionOptions: readonly [{
|
|
1913
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1914
|
+
}];
|
|
1915
|
+
readonly serviceId: "github";
|
|
1916
|
+
};
|
|
1917
|
+
readonly type: "github.workflow-job.cancelled";
|
|
1918
|
+
};
|
|
1919
|
+
readonly githubWorkflowJobCompleted: {
|
|
1920
|
+
readonly account: {
|
|
1921
|
+
readonly connectionOptions: readonly [{
|
|
1922
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1923
|
+
}];
|
|
1924
|
+
readonly serviceId: "github";
|
|
1925
|
+
};
|
|
1926
|
+
readonly type: "github.workflow-job.completed";
|
|
1927
|
+
};
|
|
1928
|
+
readonly githubWorkflowJobEvent: {
|
|
1929
|
+
readonly account: {
|
|
1930
|
+
readonly connectionOptions: readonly [{
|
|
1931
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1932
|
+
}];
|
|
1933
|
+
readonly serviceId: "github";
|
|
1934
|
+
};
|
|
1935
|
+
readonly type: "github.workflow-job.event";
|
|
1936
|
+
};
|
|
1937
|
+
readonly githubWorkflowJobFailed: {
|
|
1938
|
+
readonly account: {
|
|
1939
|
+
readonly connectionOptions: readonly [{
|
|
1940
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1941
|
+
}];
|
|
1942
|
+
readonly serviceId: "github";
|
|
1943
|
+
};
|
|
1944
|
+
readonly type: "github.workflow-job.failed";
|
|
1945
|
+
};
|
|
1946
|
+
readonly githubWorkflowJobQueued: {
|
|
1947
|
+
readonly account: {
|
|
1948
|
+
readonly connectionOptions: readonly [{
|
|
1949
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1950
|
+
}];
|
|
1951
|
+
readonly serviceId: "github";
|
|
1952
|
+
};
|
|
1953
|
+
readonly type: "github.workflow-job.queued";
|
|
1954
|
+
};
|
|
1955
|
+
readonly githubWorkflowJobStarted: {
|
|
1956
|
+
readonly account: {
|
|
1957
|
+
readonly connectionOptions: readonly [{
|
|
1958
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1959
|
+
}];
|
|
1960
|
+
readonly serviceId: "github";
|
|
1961
|
+
};
|
|
1962
|
+
readonly type: "github.workflow-job.started";
|
|
1963
|
+
};
|
|
1964
|
+
readonly githubWorkflowJobSucceeded: {
|
|
1965
|
+
readonly account: {
|
|
1966
|
+
readonly connectionOptions: readonly [{
|
|
1967
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1968
|
+
}];
|
|
1969
|
+
readonly serviceId: "github";
|
|
1970
|
+
};
|
|
1971
|
+
readonly type: "github.workflow-job.succeeded";
|
|
1972
|
+
};
|
|
1973
|
+
readonly githubWorkflowJobTimedOut: {
|
|
1974
|
+
readonly account: {
|
|
1975
|
+
readonly connectionOptions: readonly [{
|
|
1976
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1977
|
+
}];
|
|
1978
|
+
readonly serviceId: "github";
|
|
1979
|
+
};
|
|
1980
|
+
readonly type: "github.workflow-job.timed-out";
|
|
1981
|
+
};
|
|
1982
|
+
readonly githubWorkflowJobWaiting: {
|
|
1983
|
+
readonly account: {
|
|
1984
|
+
readonly connectionOptions: readonly [{
|
|
1985
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1986
|
+
}];
|
|
1987
|
+
readonly serviceId: "github";
|
|
1988
|
+
};
|
|
1989
|
+
readonly type: "github.workflow-job.waiting";
|
|
1990
|
+
};
|
|
1991
|
+
readonly githubWorkflowRunCancelled: {
|
|
1992
|
+
readonly account: {
|
|
1993
|
+
readonly connectionOptions: readonly [{
|
|
1994
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
1995
|
+
}];
|
|
1996
|
+
readonly serviceId: "github";
|
|
1997
|
+
};
|
|
1998
|
+
readonly type: "github.workflow-run.cancelled";
|
|
1999
|
+
};
|
|
2000
|
+
readonly githubWorkflowRunCompleted: {
|
|
2001
|
+
readonly account: {
|
|
2002
|
+
readonly connectionOptions: readonly [{
|
|
2003
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2004
|
+
}];
|
|
2005
|
+
readonly serviceId: "github";
|
|
2006
|
+
};
|
|
2007
|
+
readonly type: "github.workflow-run.completed";
|
|
2008
|
+
};
|
|
2009
|
+
readonly githubWorkflowRunEvent: {
|
|
2010
|
+
readonly account: {
|
|
2011
|
+
readonly connectionOptions: readonly [{
|
|
2012
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2013
|
+
}];
|
|
2014
|
+
readonly serviceId: "github";
|
|
2015
|
+
};
|
|
2016
|
+
readonly type: "github.workflow-run.event";
|
|
2017
|
+
};
|
|
2018
|
+
readonly githubWorkflowRunFailed: {
|
|
2019
|
+
readonly account: {
|
|
2020
|
+
readonly connectionOptions: readonly [{
|
|
2021
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2022
|
+
}];
|
|
2023
|
+
readonly serviceId: "github";
|
|
2024
|
+
};
|
|
2025
|
+
readonly type: "github.workflow-run.failed";
|
|
2026
|
+
};
|
|
2027
|
+
readonly githubWorkflowRunRequested: {
|
|
2028
|
+
readonly account: {
|
|
2029
|
+
readonly connectionOptions: readonly [{
|
|
2030
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2031
|
+
}];
|
|
2032
|
+
readonly serviceId: "github";
|
|
2033
|
+
};
|
|
2034
|
+
readonly type: "github.workflow-run.requested";
|
|
2035
|
+
};
|
|
2036
|
+
readonly githubWorkflowRunStarted: {
|
|
2037
|
+
readonly account: {
|
|
2038
|
+
readonly connectionOptions: readonly [{
|
|
2039
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2040
|
+
}];
|
|
2041
|
+
readonly serviceId: "github";
|
|
2042
|
+
};
|
|
2043
|
+
readonly type: "github.workflow-run.started";
|
|
2044
|
+
};
|
|
2045
|
+
readonly githubWorkflowRunSucceeded: {
|
|
2046
|
+
readonly account: {
|
|
2047
|
+
readonly connectionOptions: readonly [{
|
|
2048
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2049
|
+
}];
|
|
2050
|
+
readonly serviceId: "github";
|
|
2051
|
+
};
|
|
2052
|
+
readonly type: "github.workflow-run.succeeded";
|
|
2053
|
+
};
|
|
2054
|
+
readonly automationInvoked: {
|
|
2055
|
+
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2056
|
+
label: string;
|
|
2057
|
+
value: string;
|
|
2058
|
+
}[];
|
|
2059
|
+
readonly icon: "automation";
|
|
2060
|
+
readonly name: "Invocation";
|
|
2061
|
+
readonly type: "automation.invoked";
|
|
2062
|
+
};
|
|
2063
|
+
readonly cronTick: {
|
|
2064
|
+
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2065
|
+
label: string;
|
|
2066
|
+
value: string;
|
|
2067
|
+
}[];
|
|
2068
|
+
readonly icon: "schedule";
|
|
2069
|
+
readonly name: "Cron schedule";
|
|
2070
|
+
readonly type: "cron.tick";
|
|
2071
|
+
};
|
|
2072
|
+
readonly dashboardRun: {
|
|
2073
|
+
readonly getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2074
|
+
label: string;
|
|
2075
|
+
value: string;
|
|
2076
|
+
}[];
|
|
2077
|
+
readonly icon: "automation";
|
|
2078
|
+
readonly name: "Dashboard run";
|
|
2079
|
+
readonly type: "dashboard.run";
|
|
2080
|
+
};
|
|
2081
|
+
readonly httpRequest: {
|
|
2082
|
+
readonly getPrimary: ({ appOrigin, automationId, config, hookSlot, projectId, scopePath, }: TriggerPresentationContext) => {
|
|
2083
|
+
copyable: true;
|
|
2084
|
+
value: string;
|
|
2085
|
+
};
|
|
2086
|
+
readonly icon: "webhook";
|
|
2087
|
+
readonly name: "HTTP request";
|
|
2088
|
+
readonly type: "http.request";
|
|
2089
|
+
};
|
|
2090
|
+
readonly mailhookEmailReceived: {
|
|
2091
|
+
readonly getPrimary: ({ automationId, config, hookSlot, projectId, scopePath }: TriggerPresentationContext) => {
|
|
2092
|
+
copyable: true;
|
|
2093
|
+
value: string;
|
|
2094
|
+
};
|
|
2095
|
+
readonly icon: "webhook";
|
|
2096
|
+
readonly name: "Mailhook";
|
|
2097
|
+
readonly type: "mailhook.email.received";
|
|
2098
|
+
};
|
|
2099
|
+
readonly convexDocumentCreated: {
|
|
2100
|
+
readonly account: {
|
|
2101
|
+
readonly connectionOptions: readonly [{
|
|
2102
|
+
readonly connectionMethodId: "oauth";
|
|
2103
|
+
readonly requiredScopes: readonly [];
|
|
2104
|
+
}, {
|
|
2105
|
+
readonly connectionMethodId: "deployment-key";
|
|
2106
|
+
readonly requiredScopes: readonly [];
|
|
2107
|
+
}];
|
|
2108
|
+
readonly serviceId: "convex";
|
|
2109
|
+
};
|
|
2110
|
+
readonly type: "convex.document.created";
|
|
2111
|
+
};
|
|
2112
|
+
readonly convexDocumentDeleted: {
|
|
2113
|
+
readonly account: {
|
|
2114
|
+
readonly connectionOptions: readonly [{
|
|
2115
|
+
readonly connectionMethodId: "oauth";
|
|
2116
|
+
readonly requiredScopes: readonly [];
|
|
2117
|
+
}, {
|
|
2118
|
+
readonly connectionMethodId: "deployment-key";
|
|
2119
|
+
readonly requiredScopes: readonly [];
|
|
2120
|
+
}];
|
|
2121
|
+
readonly serviceId: "convex";
|
|
2122
|
+
};
|
|
2123
|
+
readonly type: "convex.document.deleted";
|
|
2124
|
+
};
|
|
2125
|
+
readonly convexDocumentEvent: {
|
|
2126
|
+
readonly account: {
|
|
2127
|
+
readonly connectionOptions: readonly [{
|
|
2128
|
+
readonly connectionMethodId: "oauth";
|
|
2129
|
+
readonly requiredScopes: readonly [];
|
|
2130
|
+
}, {
|
|
2131
|
+
readonly connectionMethodId: "deployment-key";
|
|
2132
|
+
readonly requiredScopes: readonly [];
|
|
2133
|
+
}];
|
|
2134
|
+
readonly serviceId: "convex";
|
|
2135
|
+
};
|
|
2136
|
+
readonly type: "convex.document.event";
|
|
2137
|
+
};
|
|
2138
|
+
readonly convexDocumentUpdated: {
|
|
2139
|
+
readonly account: {
|
|
2140
|
+
readonly connectionOptions: readonly [{
|
|
2141
|
+
readonly connectionMethodId: "oauth";
|
|
2142
|
+
readonly requiredScopes: readonly [];
|
|
2143
|
+
}, {
|
|
2144
|
+
readonly connectionMethodId: "deployment-key";
|
|
2145
|
+
readonly requiredScopes: readonly [];
|
|
2146
|
+
}];
|
|
2147
|
+
readonly serviceId: "convex";
|
|
2148
|
+
};
|
|
2149
|
+
readonly type: "convex.document.updated";
|
|
2150
|
+
};
|
|
2151
|
+
readonly convexEvent: {
|
|
2152
|
+
readonly account: {
|
|
2153
|
+
readonly connectionOptions: readonly [{
|
|
2154
|
+
readonly connectionMethodId: "deployment-key";
|
|
2155
|
+
readonly requiredScopes: readonly [];
|
|
2156
|
+
}];
|
|
2157
|
+
readonly serviceId: "convex";
|
|
2158
|
+
};
|
|
2159
|
+
readonly getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
2160
|
+
copyable: true;
|
|
2161
|
+
value: string;
|
|
2162
|
+
};
|
|
2163
|
+
readonly name: "Convex event";
|
|
2164
|
+
readonly type: "convex.event.received";
|
|
2165
|
+
};
|
|
2166
|
+
readonly brevoTransactionalBlocked: {
|
|
2167
|
+
readonly account: {
|
|
2168
|
+
readonly connectionOptions: readonly [{
|
|
2169
|
+
readonly requiredScopes: readonly [];
|
|
2170
|
+
}];
|
|
2171
|
+
readonly serviceId: "brevo";
|
|
2172
|
+
};
|
|
2173
|
+
readonly name: "Brevo email blocked";
|
|
2174
|
+
readonly type: "brevo.transactional.blocked";
|
|
2175
|
+
};
|
|
2176
|
+
readonly brevoTransactionalClicked: {
|
|
2177
|
+
readonly account: {
|
|
2178
|
+
readonly connectionOptions: readonly [{
|
|
2179
|
+
readonly requiredScopes: readonly [];
|
|
2180
|
+
}];
|
|
2181
|
+
readonly serviceId: "brevo";
|
|
2182
|
+
};
|
|
2183
|
+
readonly name: "Brevo email clicked";
|
|
2184
|
+
readonly type: "brevo.transactional.clicked";
|
|
2185
|
+
};
|
|
2186
|
+
readonly brevoTransactionalDeferred: {
|
|
2187
|
+
readonly account: {
|
|
2188
|
+
readonly connectionOptions: readonly [{
|
|
2189
|
+
readonly requiredScopes: readonly [];
|
|
2190
|
+
}];
|
|
2191
|
+
readonly serviceId: "brevo";
|
|
2192
|
+
};
|
|
2193
|
+
readonly name: "Brevo email deferred";
|
|
2194
|
+
readonly type: "brevo.transactional.deferred";
|
|
2195
|
+
};
|
|
2196
|
+
readonly brevoTransactionalDelivered: {
|
|
2197
|
+
readonly account: {
|
|
2198
|
+
readonly connectionOptions: readonly [{
|
|
2199
|
+
readonly requiredScopes: readonly [];
|
|
2200
|
+
}];
|
|
2201
|
+
readonly serviceId: "brevo";
|
|
2202
|
+
};
|
|
2203
|
+
readonly name: "Brevo email delivered";
|
|
2204
|
+
readonly type: "brevo.transactional.delivered";
|
|
2205
|
+
};
|
|
2206
|
+
readonly brevoTransactionalEvent: {
|
|
2207
|
+
readonly account: {
|
|
2208
|
+
readonly connectionOptions: readonly [{
|
|
2209
|
+
readonly requiredScopes: readonly [];
|
|
2210
|
+
}];
|
|
2211
|
+
readonly serviceId: "brevo";
|
|
2212
|
+
};
|
|
2213
|
+
readonly type: "brevo.transactional.event";
|
|
2214
|
+
};
|
|
2215
|
+
readonly brevoTransactionalHardBounced: {
|
|
2216
|
+
readonly account: {
|
|
2217
|
+
readonly connectionOptions: readonly [{
|
|
2218
|
+
readonly requiredScopes: readonly [];
|
|
2219
|
+
}];
|
|
2220
|
+
readonly serviceId: "brevo";
|
|
2221
|
+
};
|
|
2222
|
+
readonly name: "Brevo email hard bounced";
|
|
2223
|
+
readonly type: "brevo.transactional.hardBounced";
|
|
2224
|
+
};
|
|
2225
|
+
readonly brevoTransactionalMarkedAsSpam: {
|
|
2226
|
+
readonly account: {
|
|
2227
|
+
readonly connectionOptions: readonly [{
|
|
2228
|
+
readonly requiredScopes: readonly [];
|
|
2229
|
+
}];
|
|
2230
|
+
readonly serviceId: "brevo";
|
|
2231
|
+
};
|
|
2232
|
+
readonly name: "Brevo email marked as spam";
|
|
2233
|
+
readonly type: "brevo.transactional.markedAsSpam";
|
|
2234
|
+
};
|
|
2235
|
+
readonly brevoTransactionalOpened: {
|
|
2236
|
+
readonly account: {
|
|
2237
|
+
readonly connectionOptions: readonly [{
|
|
2238
|
+
readonly requiredScopes: readonly [];
|
|
2239
|
+
}];
|
|
2240
|
+
readonly serviceId: "brevo";
|
|
2241
|
+
};
|
|
2242
|
+
readonly name: "Brevo email opened";
|
|
2243
|
+
readonly type: "brevo.transactional.opened";
|
|
2244
|
+
};
|
|
2245
|
+
readonly brevoTransactionalSent: {
|
|
2246
|
+
readonly account: {
|
|
2247
|
+
readonly connectionOptions: readonly [{
|
|
2248
|
+
readonly requiredScopes: readonly [];
|
|
2249
|
+
}];
|
|
2250
|
+
readonly serviceId: "brevo";
|
|
2251
|
+
};
|
|
2252
|
+
readonly name: "Brevo email sent";
|
|
2253
|
+
readonly type: "brevo.transactional.sent";
|
|
2254
|
+
};
|
|
2255
|
+
readonly brevoTransactionalSoftBounced: {
|
|
2256
|
+
readonly account: {
|
|
2257
|
+
readonly connectionOptions: readonly [{
|
|
2258
|
+
readonly requiredScopes: readonly [];
|
|
2259
|
+
}];
|
|
2260
|
+
readonly serviceId: "brevo";
|
|
2261
|
+
};
|
|
2262
|
+
readonly name: "Brevo email soft bounced";
|
|
2263
|
+
readonly type: "brevo.transactional.softBounced";
|
|
2264
|
+
};
|
|
2265
|
+
readonly brevoTransactionalUnsubscribed: {
|
|
2266
|
+
readonly account: {
|
|
2267
|
+
readonly connectionOptions: readonly [{
|
|
2268
|
+
readonly requiredScopes: readonly [];
|
|
2269
|
+
}];
|
|
2270
|
+
readonly serviceId: "brevo";
|
|
2271
|
+
};
|
|
2272
|
+
readonly name: "Brevo email unsubscribed";
|
|
2273
|
+
readonly type: "brevo.transactional.unsubscribed";
|
|
2274
|
+
};
|
|
2275
|
+
readonly asanaCommentAdded: {
|
|
2276
|
+
readonly account: {
|
|
2277
|
+
readonly connectionOptions: readonly [{
|
|
2278
|
+
readonly requiredScopes: readonly [];
|
|
2279
|
+
}];
|
|
2280
|
+
readonly serviceId: "asana";
|
|
2281
|
+
};
|
|
2282
|
+
readonly type: "asana.comment.added";
|
|
2283
|
+
};
|
|
2284
|
+
readonly asanaEvent: {
|
|
2285
|
+
readonly account: {
|
|
2286
|
+
readonly connectionOptions: readonly [{
|
|
2287
|
+
readonly requiredScopes: readonly [];
|
|
2288
|
+
}];
|
|
2289
|
+
readonly serviceId: "asana";
|
|
2290
|
+
};
|
|
2291
|
+
readonly type: "asana.event";
|
|
2292
|
+
};
|
|
2293
|
+
readonly asanaTaskAdded: {
|
|
2294
|
+
readonly account: {
|
|
2295
|
+
readonly connectionOptions: readonly [{
|
|
2296
|
+
readonly requiredScopes: readonly [];
|
|
2297
|
+
}];
|
|
2298
|
+
readonly serviceId: "asana";
|
|
2299
|
+
};
|
|
2300
|
+
readonly type: "asana.task.added";
|
|
2301
|
+
};
|
|
2302
|
+
readonly asanaTaskChanged: {
|
|
2303
|
+
readonly account: {
|
|
2304
|
+
readonly connectionOptions: readonly [{
|
|
2305
|
+
readonly requiredScopes: readonly [];
|
|
2306
|
+
}];
|
|
2307
|
+
readonly serviceId: "asana";
|
|
2308
|
+
};
|
|
2309
|
+
readonly type: "asana.task.changed";
|
|
2310
|
+
};
|
|
2311
|
+
readonly asanaTaskCompleted: {
|
|
2312
|
+
readonly account: {
|
|
2313
|
+
readonly connectionOptions: readonly [{
|
|
2314
|
+
readonly requiredScopes: readonly [];
|
|
2315
|
+
}];
|
|
2316
|
+
readonly serviceId: "asana";
|
|
2317
|
+
};
|
|
2318
|
+
readonly type: "asana.task.completed";
|
|
2319
|
+
};
|
|
2320
|
+
readonly asanaTaskDeleted: {
|
|
2321
|
+
readonly account: {
|
|
2322
|
+
readonly connectionOptions: readonly [{
|
|
2323
|
+
readonly requiredScopes: readonly [];
|
|
2324
|
+
}];
|
|
2325
|
+
readonly serviceId: "asana";
|
|
2326
|
+
};
|
|
2327
|
+
readonly type: "asana.task.deleted";
|
|
2328
|
+
};
|
|
2329
|
+
readonly asanaTaskRemoved: {
|
|
2330
|
+
readonly account: {
|
|
2331
|
+
readonly connectionOptions: readonly [{
|
|
2332
|
+
readonly requiredScopes: readonly [];
|
|
2333
|
+
}];
|
|
2334
|
+
readonly serviceId: "asana";
|
|
2335
|
+
};
|
|
2336
|
+
readonly type: "asana.task.removed";
|
|
2337
|
+
};
|
|
2338
|
+
readonly airtableRecordCreated: {
|
|
2339
|
+
readonly account: {
|
|
2340
|
+
readonly connectionOptions: readonly [{
|
|
2341
|
+
readonly requiredScopes: readonly [{
|
|
2342
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2343
|
+
readonly type: "and";
|
|
2344
|
+
}];
|
|
2345
|
+
}];
|
|
2346
|
+
readonly serviceId: "airtable";
|
|
2347
|
+
};
|
|
2348
|
+
readonly type: "airtable.record.created";
|
|
2349
|
+
};
|
|
2350
|
+
readonly airtableRecordDeleted: {
|
|
2351
|
+
readonly account: {
|
|
2352
|
+
readonly connectionOptions: readonly [{
|
|
2353
|
+
readonly requiredScopes: readonly [{
|
|
2354
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2355
|
+
readonly type: "and";
|
|
2356
|
+
}];
|
|
2357
|
+
}];
|
|
2358
|
+
readonly serviceId: "airtable";
|
|
2359
|
+
};
|
|
2360
|
+
readonly type: "airtable.record.deleted";
|
|
2361
|
+
};
|
|
2362
|
+
readonly airtableRecordMovedIntoView: {
|
|
2363
|
+
readonly account: {
|
|
2364
|
+
readonly connectionOptions: readonly [{
|
|
2365
|
+
readonly requiredScopes: readonly [{
|
|
2366
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2367
|
+
readonly type: "and";
|
|
2368
|
+
}];
|
|
2369
|
+
}];
|
|
2370
|
+
readonly serviceId: "airtable";
|
|
2371
|
+
};
|
|
2372
|
+
readonly type: "airtable.record.movedIntoView";
|
|
2373
|
+
};
|
|
2374
|
+
readonly airtableRecordMovedOutOfView: {
|
|
2375
|
+
readonly account: {
|
|
2376
|
+
readonly connectionOptions: readonly [{
|
|
2377
|
+
readonly requiredScopes: readonly [{
|
|
2378
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2379
|
+
readonly type: "and";
|
|
2380
|
+
}];
|
|
2381
|
+
}];
|
|
2382
|
+
readonly serviceId: "airtable";
|
|
2383
|
+
};
|
|
2384
|
+
readonly type: "airtable.record.movedOutOfView";
|
|
2385
|
+
};
|
|
2386
|
+
readonly airtableRecordUpdated: {
|
|
2387
|
+
readonly account: {
|
|
2388
|
+
readonly connectionOptions: readonly [{
|
|
2389
|
+
readonly requiredScopes: readonly [{
|
|
2390
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2391
|
+
readonly type: "and";
|
|
2392
|
+
}];
|
|
2393
|
+
}];
|
|
2394
|
+
readonly serviceId: "airtable";
|
|
2395
|
+
};
|
|
2396
|
+
readonly type: "airtable.record.updated";
|
|
2397
|
+
};
|
|
2398
|
+
};
|
|
2399
|
+
/** Trigger definitions with inferred display names materialized. */
|
|
2400
|
+
export declare const triggerCatalog: ({
|
|
2401
|
+
name: string;
|
|
2402
|
+
account: {
|
|
2403
|
+
readonly connectionOptions: readonly [{
|
|
2404
|
+
readonly requiredScopes: readonly [{
|
|
2405
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2406
|
+
readonly type: "and";
|
|
2407
|
+
}];
|
|
2408
|
+
}];
|
|
2409
|
+
readonly serviceId: "airtable";
|
|
2410
|
+
};
|
|
2411
|
+
type: "airtable.record.created";
|
|
2412
|
+
} | {
|
|
2413
|
+
name: string;
|
|
2414
|
+
account: {
|
|
2415
|
+
readonly connectionOptions: readonly [{
|
|
2416
|
+
readonly requiredScopes: readonly [{
|
|
2417
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2418
|
+
readonly type: "and";
|
|
2419
|
+
}];
|
|
2420
|
+
}];
|
|
2421
|
+
readonly serviceId: "airtable";
|
|
2422
|
+
};
|
|
2423
|
+
type: "airtable.record.deleted";
|
|
2424
|
+
} | {
|
|
2425
|
+
name: string;
|
|
2426
|
+
account: {
|
|
2427
|
+
readonly connectionOptions: readonly [{
|
|
2428
|
+
readonly requiredScopes: readonly [{
|
|
2429
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2430
|
+
readonly type: "and";
|
|
2431
|
+
}];
|
|
2432
|
+
}];
|
|
2433
|
+
readonly serviceId: "airtable";
|
|
2434
|
+
};
|
|
2435
|
+
type: "airtable.record.movedIntoView";
|
|
2436
|
+
} | {
|
|
2437
|
+
name: string;
|
|
2438
|
+
account: {
|
|
2439
|
+
readonly connectionOptions: readonly [{
|
|
2440
|
+
readonly requiredScopes: readonly [{
|
|
2441
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2442
|
+
readonly type: "and";
|
|
2443
|
+
}];
|
|
2444
|
+
}];
|
|
2445
|
+
readonly serviceId: "airtable";
|
|
2446
|
+
};
|
|
2447
|
+
type: "airtable.record.movedOutOfView";
|
|
2448
|
+
} | {
|
|
2449
|
+
name: string;
|
|
2450
|
+
account: {
|
|
2451
|
+
readonly connectionOptions: readonly [{
|
|
2452
|
+
readonly requiredScopes: readonly [{
|
|
2453
|
+
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
2454
|
+
readonly type: "and";
|
|
2455
|
+
}];
|
|
2456
|
+
}];
|
|
2457
|
+
readonly serviceId: "airtable";
|
|
2458
|
+
};
|
|
2459
|
+
type: "airtable.record.updated";
|
|
2460
|
+
} | {
|
|
2461
|
+
name: string;
|
|
2462
|
+
account: {
|
|
2463
|
+
readonly connectionOptions: readonly [{
|
|
2464
|
+
readonly requiredScopes: readonly [];
|
|
2465
|
+
}];
|
|
2466
|
+
readonly serviceId: "asana";
|
|
2467
|
+
};
|
|
2468
|
+
type: "asana.comment.added";
|
|
2469
|
+
} | {
|
|
2470
|
+
name: string;
|
|
2471
|
+
account: {
|
|
2472
|
+
readonly connectionOptions: readonly [{
|
|
2473
|
+
readonly requiredScopes: readonly [];
|
|
2474
|
+
}];
|
|
2475
|
+
readonly serviceId: "asana";
|
|
2476
|
+
};
|
|
2477
|
+
type: "asana.event";
|
|
2478
|
+
} | {
|
|
2479
|
+
name: string;
|
|
2480
|
+
account: {
|
|
2481
|
+
readonly connectionOptions: readonly [{
|
|
2482
|
+
readonly requiredScopes: readonly [];
|
|
2483
|
+
}];
|
|
2484
|
+
readonly serviceId: "asana";
|
|
2485
|
+
};
|
|
2486
|
+
type: "asana.task.added";
|
|
2487
|
+
} | {
|
|
2488
|
+
name: string;
|
|
2489
|
+
account: {
|
|
2490
|
+
readonly connectionOptions: readonly [{
|
|
2491
|
+
readonly requiredScopes: readonly [];
|
|
2492
|
+
}];
|
|
2493
|
+
readonly serviceId: "asana";
|
|
2494
|
+
};
|
|
2495
|
+
type: "asana.task.changed";
|
|
2496
|
+
} | {
|
|
2497
|
+
name: string;
|
|
2498
|
+
account: {
|
|
2499
|
+
readonly connectionOptions: readonly [{
|
|
2500
|
+
readonly requiredScopes: readonly [];
|
|
2501
|
+
}];
|
|
2502
|
+
readonly serviceId: "asana";
|
|
2503
|
+
};
|
|
2504
|
+
type: "asana.task.completed";
|
|
2505
|
+
} | {
|
|
2506
|
+
name: string;
|
|
2507
|
+
account: {
|
|
2508
|
+
readonly connectionOptions: readonly [{
|
|
2509
|
+
readonly requiredScopes: readonly [];
|
|
2510
|
+
}];
|
|
2511
|
+
readonly serviceId: "asana";
|
|
2512
|
+
};
|
|
2513
|
+
type: "asana.task.deleted";
|
|
2514
|
+
} | {
|
|
2515
|
+
name: string;
|
|
2516
|
+
account: {
|
|
2517
|
+
readonly connectionOptions: readonly [{
|
|
2518
|
+
readonly requiredScopes: readonly [];
|
|
2519
|
+
}];
|
|
2520
|
+
readonly serviceId: "asana";
|
|
2521
|
+
};
|
|
2522
|
+
type: "asana.task.removed";
|
|
2523
|
+
} | {
|
|
2524
|
+
name: string;
|
|
2525
|
+
account: {
|
|
2526
|
+
readonly connectionOptions: readonly [{
|
|
2527
|
+
readonly requiredScopes: readonly [];
|
|
2528
|
+
}];
|
|
2529
|
+
readonly serviceId: "brevo";
|
|
2530
|
+
};
|
|
2531
|
+
type: "brevo.transactional.blocked";
|
|
2532
|
+
} | {
|
|
2533
|
+
name: string;
|
|
2534
|
+
account: {
|
|
2535
|
+
readonly connectionOptions: readonly [{
|
|
2536
|
+
readonly requiredScopes: readonly [];
|
|
2537
|
+
}];
|
|
2538
|
+
readonly serviceId: "brevo";
|
|
2539
|
+
};
|
|
2540
|
+
type: "brevo.transactional.clicked";
|
|
2541
|
+
} | {
|
|
2542
|
+
name: string;
|
|
2543
|
+
account: {
|
|
2544
|
+
readonly connectionOptions: readonly [{
|
|
2545
|
+
readonly requiredScopes: readonly [];
|
|
2546
|
+
}];
|
|
2547
|
+
readonly serviceId: "brevo";
|
|
2548
|
+
};
|
|
2549
|
+
type: "brevo.transactional.deferred";
|
|
2550
|
+
} | {
|
|
2551
|
+
name: string;
|
|
2552
|
+
account: {
|
|
2553
|
+
readonly connectionOptions: readonly [{
|
|
2554
|
+
readonly requiredScopes: readonly [];
|
|
2555
|
+
}];
|
|
2556
|
+
readonly serviceId: "brevo";
|
|
2557
|
+
};
|
|
2558
|
+
type: "brevo.transactional.delivered";
|
|
2559
|
+
} | {
|
|
2560
|
+
name: string;
|
|
2561
|
+
account: {
|
|
2562
|
+
readonly connectionOptions: readonly [{
|
|
2563
|
+
readonly requiredScopes: readonly [];
|
|
2564
|
+
}];
|
|
2565
|
+
readonly serviceId: "brevo";
|
|
2566
|
+
};
|
|
2567
|
+
type: "brevo.transactional.event";
|
|
2568
|
+
} | {
|
|
2569
|
+
name: string;
|
|
2570
|
+
account: {
|
|
2571
|
+
readonly connectionOptions: readonly [{
|
|
2572
|
+
readonly requiredScopes: readonly [];
|
|
2573
|
+
}];
|
|
2574
|
+
readonly serviceId: "brevo";
|
|
2575
|
+
};
|
|
2576
|
+
type: "brevo.transactional.hardBounced";
|
|
2577
|
+
} | {
|
|
2578
|
+
name: string;
|
|
2579
|
+
account: {
|
|
2580
|
+
readonly connectionOptions: readonly [{
|
|
2581
|
+
readonly requiredScopes: readonly [];
|
|
2582
|
+
}];
|
|
2583
|
+
readonly serviceId: "brevo";
|
|
2584
|
+
};
|
|
2585
|
+
type: "brevo.transactional.markedAsSpam";
|
|
2586
|
+
} | {
|
|
2587
|
+
name: string;
|
|
2588
|
+
account: {
|
|
2589
|
+
readonly connectionOptions: readonly [{
|
|
2590
|
+
readonly requiredScopes: readonly [];
|
|
2591
|
+
}];
|
|
2592
|
+
readonly serviceId: "brevo";
|
|
2593
|
+
};
|
|
2594
|
+
type: "brevo.transactional.opened";
|
|
2595
|
+
} | {
|
|
2596
|
+
name: string;
|
|
2597
|
+
account: {
|
|
2598
|
+
readonly connectionOptions: readonly [{
|
|
2599
|
+
readonly requiredScopes: readonly [];
|
|
2600
|
+
}];
|
|
2601
|
+
readonly serviceId: "brevo";
|
|
2602
|
+
};
|
|
2603
|
+
type: "brevo.transactional.sent";
|
|
2604
|
+
} | {
|
|
2605
|
+
name: string;
|
|
2606
|
+
account: {
|
|
2607
|
+
readonly connectionOptions: readonly [{
|
|
2608
|
+
readonly requiredScopes: readonly [];
|
|
2609
|
+
}];
|
|
2610
|
+
readonly serviceId: "brevo";
|
|
2611
|
+
};
|
|
2612
|
+
type: "brevo.transactional.softBounced";
|
|
2613
|
+
} | {
|
|
2614
|
+
name: string;
|
|
2615
|
+
account: {
|
|
2616
|
+
readonly connectionOptions: readonly [{
|
|
2617
|
+
readonly requiredScopes: readonly [];
|
|
2618
|
+
}];
|
|
2619
|
+
readonly serviceId: "brevo";
|
|
2620
|
+
};
|
|
2621
|
+
type: "brevo.transactional.unsubscribed";
|
|
2622
|
+
} | {
|
|
2623
|
+
name: string;
|
|
2624
|
+
account: {
|
|
2625
|
+
readonly connectionOptions: readonly [{
|
|
2626
|
+
readonly connectionMethodId: "oauth";
|
|
2627
|
+
readonly requiredScopes: readonly [];
|
|
2628
|
+
}, {
|
|
2629
|
+
readonly connectionMethodId: "deployment-key";
|
|
2630
|
+
readonly requiredScopes: readonly [];
|
|
2631
|
+
}];
|
|
2632
|
+
readonly serviceId: "convex";
|
|
2633
|
+
};
|
|
2634
|
+
type: "convex.document.created";
|
|
2635
|
+
} | {
|
|
2636
|
+
name: string;
|
|
2637
|
+
account: {
|
|
2638
|
+
readonly connectionOptions: readonly [{
|
|
2639
|
+
readonly connectionMethodId: "oauth";
|
|
2640
|
+
readonly requiredScopes: readonly [];
|
|
2641
|
+
}, {
|
|
2642
|
+
readonly connectionMethodId: "deployment-key";
|
|
2643
|
+
readonly requiredScopes: readonly [];
|
|
2644
|
+
}];
|
|
2645
|
+
readonly serviceId: "convex";
|
|
2646
|
+
};
|
|
2647
|
+
type: "convex.document.deleted";
|
|
2648
|
+
} | {
|
|
2649
|
+
name: string;
|
|
2650
|
+
account: {
|
|
2651
|
+
readonly connectionOptions: readonly [{
|
|
2652
|
+
readonly connectionMethodId: "oauth";
|
|
2653
|
+
readonly requiredScopes: readonly [];
|
|
2654
|
+
}, {
|
|
2655
|
+
readonly connectionMethodId: "deployment-key";
|
|
2656
|
+
readonly requiredScopes: readonly [];
|
|
2657
|
+
}];
|
|
2658
|
+
readonly serviceId: "convex";
|
|
2659
|
+
};
|
|
2660
|
+
type: "convex.document.event";
|
|
2661
|
+
} | {
|
|
2662
|
+
name: string;
|
|
2663
|
+
account: {
|
|
2664
|
+
readonly connectionOptions: readonly [{
|
|
2665
|
+
readonly connectionMethodId: "oauth";
|
|
2666
|
+
readonly requiredScopes: readonly [];
|
|
2667
|
+
}, {
|
|
2668
|
+
readonly connectionMethodId: "deployment-key";
|
|
2669
|
+
readonly requiredScopes: readonly [];
|
|
2670
|
+
}];
|
|
2671
|
+
readonly serviceId: "convex";
|
|
2672
|
+
};
|
|
2673
|
+
type: "convex.document.updated";
|
|
2674
|
+
} | {
|
|
2675
|
+
name: string;
|
|
2676
|
+
account: {
|
|
2677
|
+
readonly connectionOptions: readonly [{
|
|
2678
|
+
readonly connectionMethodId: "deployment-key";
|
|
2679
|
+
readonly requiredScopes: readonly [];
|
|
2680
|
+
}];
|
|
2681
|
+
readonly serviceId: "convex";
|
|
2682
|
+
};
|
|
2683
|
+
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
2684
|
+
copyable: true;
|
|
2685
|
+
value: string;
|
|
2686
|
+
};
|
|
2687
|
+
type: "convex.event.received";
|
|
2688
|
+
} | {
|
|
2689
|
+
name: string;
|
|
2690
|
+
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2691
|
+
label: string;
|
|
2692
|
+
value: string;
|
|
2693
|
+
}[];
|
|
2694
|
+
icon: "automation";
|
|
2695
|
+
type: "dashboard.run";
|
|
2696
|
+
} | {
|
|
2697
|
+
name: string;
|
|
2698
|
+
getPrimary: ({ appOrigin, automationId, config, hookSlot, projectId, scopePath, }: TriggerPresentationContext) => {
|
|
2699
|
+
copyable: true;
|
|
2700
|
+
value: string;
|
|
2701
|
+
};
|
|
2702
|
+
icon: "webhook";
|
|
2703
|
+
type: "http.request";
|
|
2704
|
+
} | {
|
|
2705
|
+
name: string;
|
|
2706
|
+
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2707
|
+
label: string;
|
|
2708
|
+
value: string;
|
|
2709
|
+
}[];
|
|
2710
|
+
icon: "automation";
|
|
2711
|
+
type: "automation.invoked";
|
|
2712
|
+
} | {
|
|
2713
|
+
name: string;
|
|
2714
|
+
getPrimary: ({ automationId, config, hookSlot, projectId, scopePath }: TriggerPresentationContext) => {
|
|
2715
|
+
copyable: true;
|
|
2716
|
+
value: string;
|
|
2717
|
+
};
|
|
2718
|
+
icon: "webhook";
|
|
2719
|
+
type: "mailhook.email.received";
|
|
2720
|
+
} | {
|
|
2721
|
+
name: string;
|
|
2722
|
+
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2723
|
+
label: string;
|
|
2724
|
+
value: string;
|
|
2725
|
+
}[];
|
|
2726
|
+
icon: "schedule";
|
|
2727
|
+
type: "cron.tick";
|
|
2728
|
+
} | {
|
|
2729
|
+
name: string;
|
|
2730
|
+
account: {
|
|
2731
|
+
readonly connectionOptions: readonly [{
|
|
2732
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2733
|
+
}];
|
|
2734
|
+
readonly serviceId: "github";
|
|
2735
|
+
};
|
|
2736
|
+
type: "github.branch.created";
|
|
2737
|
+
} | {
|
|
2738
|
+
name: string;
|
|
2739
|
+
account: {
|
|
2740
|
+
readonly connectionOptions: readonly [{
|
|
2741
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2742
|
+
}];
|
|
2743
|
+
readonly serviceId: "github";
|
|
2744
|
+
};
|
|
2745
|
+
type: "github.branch.deleted";
|
|
2746
|
+
} | {
|
|
2747
|
+
name: string;
|
|
2748
|
+
account: {
|
|
2749
|
+
readonly connectionOptions: readonly [{
|
|
2750
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2751
|
+
}];
|
|
2752
|
+
readonly serviceId: "github";
|
|
2753
|
+
};
|
|
2754
|
+
type: "github.check-run.action-required";
|
|
2755
|
+
} | {
|
|
2756
|
+
name: string;
|
|
2757
|
+
account: {
|
|
2758
|
+
readonly connectionOptions: readonly [{
|
|
2759
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2760
|
+
}];
|
|
2761
|
+
readonly serviceId: "github";
|
|
2762
|
+
};
|
|
2763
|
+
type: "github.check-run.cancelled";
|
|
2764
|
+
} | {
|
|
2765
|
+
name: string;
|
|
2766
|
+
account: {
|
|
2767
|
+
readonly connectionOptions: readonly [{
|
|
2768
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2769
|
+
}];
|
|
2770
|
+
readonly serviceId: "github";
|
|
2771
|
+
};
|
|
2772
|
+
type: "github.check-run.completed";
|
|
2773
|
+
} | {
|
|
2774
|
+
name: string;
|
|
2775
|
+
account: {
|
|
2776
|
+
readonly connectionOptions: readonly [{
|
|
2777
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2778
|
+
}];
|
|
2779
|
+
readonly serviceId: "github";
|
|
2780
|
+
};
|
|
2781
|
+
type: "github.check-run.created";
|
|
2782
|
+
} | {
|
|
2783
|
+
name: string;
|
|
2784
|
+
account: {
|
|
2785
|
+
readonly connectionOptions: readonly [{
|
|
2786
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2787
|
+
}];
|
|
2788
|
+
readonly serviceId: "github";
|
|
2789
|
+
};
|
|
2790
|
+
type: "github.check-run.event";
|
|
2791
|
+
} | {
|
|
2792
|
+
name: string;
|
|
2793
|
+
account: {
|
|
2794
|
+
readonly connectionOptions: readonly [{
|
|
2795
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2796
|
+
}];
|
|
2797
|
+
readonly serviceId: "github";
|
|
2798
|
+
};
|
|
2799
|
+
type: "github.check-run.failed";
|
|
2800
|
+
} | {
|
|
2801
|
+
name: string;
|
|
2802
|
+
account: {
|
|
2803
|
+
readonly connectionOptions: readonly [{
|
|
2804
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
2805
|
+
}];
|
|
2806
|
+
readonly serviceId: "github";
|
|
2807
|
+
};
|
|
2808
|
+
type: "github.check-run.rerequested";
|
|
2809
|
+
} | {
|
|
2810
|
+
name: string;
|
|
2811
|
+
account: {
|
|
2812
|
+
readonly connectionOptions: readonly [{
|
|
2813
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
2814
|
+
}];
|
|
2815
|
+
readonly serviceId: "github";
|
|
2816
|
+
};
|
|
2817
|
+
type: "github.check-run.requested-action";
|
|
2818
|
+
} | {
|
|
2819
|
+
name: string;
|
|
2820
|
+
account: {
|
|
2821
|
+
readonly connectionOptions: readonly [{
|
|
2822
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2823
|
+
}];
|
|
2824
|
+
readonly serviceId: "github";
|
|
2825
|
+
};
|
|
2826
|
+
type: "github.check-run.succeeded";
|
|
2827
|
+
} | {
|
|
2828
|
+
name: string;
|
|
2829
|
+
account: {
|
|
2830
|
+
readonly connectionOptions: readonly [{
|
|
2831
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2832
|
+
}];
|
|
2833
|
+
readonly serviceId: "github";
|
|
2834
|
+
};
|
|
2835
|
+
type: "github.check-run.startup-failed";
|
|
2836
|
+
} | {
|
|
2837
|
+
name: string;
|
|
2838
|
+
account: {
|
|
2839
|
+
readonly connectionOptions: readonly [{
|
|
2840
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2841
|
+
}];
|
|
2842
|
+
readonly serviceId: "github";
|
|
2843
|
+
};
|
|
2844
|
+
type: "github.check-run.timed-out";
|
|
2845
|
+
} | {
|
|
2846
|
+
name: string;
|
|
2847
|
+
account: {
|
|
2848
|
+
readonly connectionOptions: readonly [{
|
|
2849
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2850
|
+
}];
|
|
2851
|
+
readonly serviceId: "github";
|
|
2852
|
+
};
|
|
2853
|
+
type: "github.check-suite.action-required";
|
|
2854
|
+
} | {
|
|
2855
|
+
name: string;
|
|
2856
|
+
account: {
|
|
2857
|
+
readonly connectionOptions: readonly [{
|
|
2858
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2859
|
+
}];
|
|
2860
|
+
readonly serviceId: "github";
|
|
2861
|
+
};
|
|
2862
|
+
type: "github.check-suite.cancelled";
|
|
2863
|
+
} | {
|
|
2864
|
+
name: string;
|
|
2865
|
+
account: {
|
|
2866
|
+
readonly connectionOptions: readonly [{
|
|
2867
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2868
|
+
}];
|
|
2869
|
+
readonly serviceId: "github";
|
|
2870
|
+
};
|
|
2871
|
+
type: "github.check-suite.completed";
|
|
2872
|
+
} | {
|
|
2873
|
+
name: string;
|
|
2874
|
+
account: {
|
|
2875
|
+
readonly connectionOptions: readonly [{
|
|
2876
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2877
|
+
}];
|
|
2878
|
+
readonly serviceId: "github";
|
|
2879
|
+
};
|
|
2880
|
+
type: "github.check-suite.event";
|
|
2881
|
+
} | {
|
|
2882
|
+
name: string;
|
|
2883
|
+
account: {
|
|
2884
|
+
readonly connectionOptions: readonly [{
|
|
2885
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2886
|
+
}];
|
|
2887
|
+
readonly serviceId: "github";
|
|
2888
|
+
};
|
|
2889
|
+
type: "github.check-suite.failed";
|
|
2890
|
+
} | {
|
|
2891
|
+
name: string;
|
|
2892
|
+
account: {
|
|
2893
|
+
readonly connectionOptions: readonly [{
|
|
2894
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
2895
|
+
}];
|
|
2896
|
+
readonly serviceId: "github";
|
|
2897
|
+
};
|
|
2898
|
+
type: "github.check-suite.rerequested";
|
|
2899
|
+
} | {
|
|
2900
|
+
name: string;
|
|
2901
|
+
account: {
|
|
2902
|
+
readonly connectionOptions: readonly [{
|
|
2903
|
+
readonly requiredScopes: readonly ["checks:write"];
|
|
2904
|
+
}];
|
|
2905
|
+
readonly serviceId: "github";
|
|
2906
|
+
};
|
|
2907
|
+
type: "github.check-suite.requested";
|
|
2908
|
+
} | {
|
|
2909
|
+
name: string;
|
|
2910
|
+
account: {
|
|
2911
|
+
readonly connectionOptions: readonly [{
|
|
2912
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2913
|
+
}];
|
|
2914
|
+
readonly serviceId: "github";
|
|
2915
|
+
};
|
|
2916
|
+
type: "github.check-suite.succeeded";
|
|
2917
|
+
} | {
|
|
2918
|
+
name: string;
|
|
2919
|
+
account: {
|
|
2920
|
+
readonly connectionOptions: readonly [{
|
|
2921
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2922
|
+
}];
|
|
2923
|
+
readonly serviceId: "github";
|
|
2924
|
+
};
|
|
2925
|
+
type: "github.check-suite.startup-failed";
|
|
2926
|
+
} | {
|
|
2927
|
+
name: string;
|
|
2928
|
+
account: {
|
|
2929
|
+
readonly connectionOptions: readonly [{
|
|
2930
|
+
readonly requiredScopes: readonly ["checks:read"];
|
|
2931
|
+
}];
|
|
2932
|
+
readonly serviceId: "github";
|
|
2933
|
+
};
|
|
2934
|
+
type: "github.check-suite.timed-out";
|
|
2935
|
+
} | {
|
|
2936
|
+
name: string;
|
|
2937
|
+
account: {
|
|
2938
|
+
readonly connectionOptions: readonly [{
|
|
2939
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2940
|
+
}];
|
|
2941
|
+
readonly serviceId: "github";
|
|
2942
|
+
};
|
|
2943
|
+
type: "github.deployment.created";
|
|
2944
|
+
} | {
|
|
2945
|
+
name: string;
|
|
2946
|
+
account: {
|
|
2947
|
+
readonly connectionOptions: readonly [{
|
|
2948
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2949
|
+
}];
|
|
2950
|
+
readonly serviceId: "github";
|
|
2951
|
+
};
|
|
2952
|
+
type: "github.deployment-status.errored";
|
|
2953
|
+
} | {
|
|
2954
|
+
name: string;
|
|
2955
|
+
account: {
|
|
2956
|
+
readonly connectionOptions: readonly [{
|
|
2957
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2958
|
+
}];
|
|
2959
|
+
readonly serviceId: "github";
|
|
2960
|
+
};
|
|
2961
|
+
type: "github.deployment-status.event";
|
|
2962
|
+
} | {
|
|
2963
|
+
name: string;
|
|
2964
|
+
account: {
|
|
2965
|
+
readonly connectionOptions: readonly [{
|
|
2966
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2967
|
+
}];
|
|
2968
|
+
readonly serviceId: "github";
|
|
2969
|
+
};
|
|
2970
|
+
type: "github.deployment-status.failed";
|
|
2971
|
+
} | {
|
|
2972
|
+
name: string;
|
|
2973
|
+
account: {
|
|
2974
|
+
readonly connectionOptions: readonly [{
|
|
2975
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2976
|
+
}];
|
|
2977
|
+
readonly serviceId: "github";
|
|
2978
|
+
};
|
|
2979
|
+
type: "github.deployment-status.inactive";
|
|
2980
|
+
} | {
|
|
2981
|
+
name: string;
|
|
2982
|
+
account: {
|
|
2983
|
+
readonly connectionOptions: readonly [{
|
|
2984
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2985
|
+
}];
|
|
2986
|
+
readonly serviceId: "github";
|
|
2987
|
+
};
|
|
2988
|
+
type: "github.deployment-status.pending";
|
|
2989
|
+
} | {
|
|
2990
|
+
name: string;
|
|
2991
|
+
account: {
|
|
2992
|
+
readonly connectionOptions: readonly [{
|
|
2993
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
2994
|
+
}];
|
|
2995
|
+
readonly serviceId: "github";
|
|
2996
|
+
};
|
|
2997
|
+
type: "github.deployment-status.queued";
|
|
2998
|
+
} | {
|
|
2999
|
+
name: string;
|
|
3000
|
+
account: {
|
|
3001
|
+
readonly connectionOptions: readonly [{
|
|
3002
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
3003
|
+
}];
|
|
3004
|
+
readonly serviceId: "github";
|
|
3005
|
+
};
|
|
3006
|
+
type: "github.deployment-status.started";
|
|
3007
|
+
} | {
|
|
3008
|
+
name: string;
|
|
3009
|
+
account: {
|
|
3010
|
+
readonly connectionOptions: readonly [{
|
|
3011
|
+
readonly requiredScopes: readonly ["deployments:read"];
|
|
3012
|
+
}];
|
|
3013
|
+
readonly serviceId: "github";
|
|
3014
|
+
};
|
|
3015
|
+
type: "github.deployment-status.succeeded";
|
|
3016
|
+
} | {
|
|
3017
|
+
name: string;
|
|
3018
|
+
account: {
|
|
3019
|
+
readonly connectionOptions: readonly [{
|
|
3020
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
3021
|
+
}];
|
|
3022
|
+
readonly serviceId: "github";
|
|
3023
|
+
};
|
|
3024
|
+
type: "github.issue-comment.created";
|
|
3025
|
+
} | {
|
|
3026
|
+
name: string;
|
|
3027
|
+
account: {
|
|
3028
|
+
readonly connectionOptions: readonly [{
|
|
3029
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
3030
|
+
}];
|
|
3031
|
+
readonly serviceId: "github";
|
|
1906
3032
|
};
|
|
1907
|
-
type: "
|
|
3033
|
+
type: "github.issue-comment.deleted";
|
|
1908
3034
|
} | {
|
|
1909
3035
|
name: string;
|
|
1910
3036
|
account: {
|
|
1911
3037
|
readonly connectionOptions: readonly [{
|
|
1912
|
-
readonly requiredScopes: readonly [
|
|
1913
|
-
readonly requirements: readonly ["data.records:read", "webhook:manage"];
|
|
1914
|
-
readonly type: "and";
|
|
1915
|
-
}];
|
|
3038
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1916
3039
|
}];
|
|
1917
|
-
readonly serviceId: "
|
|
3040
|
+
readonly serviceId: "github";
|
|
1918
3041
|
};
|
|
1919
|
-
type: "
|
|
3042
|
+
type: "github.issue-comment.edited";
|
|
1920
3043
|
} | {
|
|
1921
3044
|
name: string;
|
|
1922
3045
|
account: {
|
|
1923
3046
|
readonly connectionOptions: readonly [{
|
|
1924
|
-
readonly requiredScopes: readonly [];
|
|
3047
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1925
3048
|
}];
|
|
1926
|
-
readonly serviceId: "
|
|
3049
|
+
readonly serviceId: "github";
|
|
1927
3050
|
};
|
|
1928
|
-
type: "
|
|
3051
|
+
type: "github.issue-comment.event";
|
|
1929
3052
|
} | {
|
|
1930
3053
|
name: string;
|
|
1931
3054
|
account: {
|
|
1932
3055
|
readonly connectionOptions: readonly [{
|
|
1933
|
-
readonly requiredScopes: readonly [];
|
|
3056
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1934
3057
|
}];
|
|
1935
|
-
readonly serviceId: "
|
|
3058
|
+
readonly serviceId: "github";
|
|
1936
3059
|
};
|
|
1937
|
-
type: "
|
|
3060
|
+
type: "github.issue.closed";
|
|
1938
3061
|
} | {
|
|
1939
3062
|
name: string;
|
|
1940
3063
|
account: {
|
|
1941
3064
|
readonly connectionOptions: readonly [{
|
|
1942
|
-
readonly requiredScopes: readonly [];
|
|
3065
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1943
3066
|
}];
|
|
1944
|
-
readonly serviceId: "
|
|
3067
|
+
readonly serviceId: "github";
|
|
1945
3068
|
};
|
|
1946
|
-
type: "
|
|
3069
|
+
type: "github.issue.event";
|
|
1947
3070
|
} | {
|
|
1948
3071
|
name: string;
|
|
1949
3072
|
account: {
|
|
1950
3073
|
readonly connectionOptions: readonly [{
|
|
1951
|
-
readonly requiredScopes: readonly [];
|
|
3074
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1952
3075
|
}];
|
|
1953
|
-
readonly serviceId: "
|
|
3076
|
+
readonly serviceId: "github";
|
|
1954
3077
|
};
|
|
1955
|
-
type: "
|
|
3078
|
+
type: "github.issue.opened";
|
|
1956
3079
|
} | {
|
|
1957
3080
|
name: string;
|
|
1958
3081
|
account: {
|
|
1959
3082
|
readonly connectionOptions: readonly [{
|
|
1960
|
-
readonly requiredScopes: readonly [];
|
|
3083
|
+
readonly requiredScopes: readonly ["issues:read"];
|
|
1961
3084
|
}];
|
|
1962
|
-
readonly serviceId: "
|
|
3085
|
+
readonly serviceId: "github";
|
|
1963
3086
|
};
|
|
1964
|
-
type: "
|
|
3087
|
+
type: "github.issue.reopened";
|
|
1965
3088
|
} | {
|
|
1966
3089
|
name: string;
|
|
1967
3090
|
account: {
|
|
1968
3091
|
readonly connectionOptions: readonly [{
|
|
1969
|
-
readonly requiredScopes: readonly [];
|
|
3092
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1970
3093
|
}];
|
|
1971
|
-
readonly serviceId: "
|
|
3094
|
+
readonly serviceId: "github";
|
|
1972
3095
|
};
|
|
1973
|
-
type: "
|
|
3096
|
+
type: "github.pull-request.closed";
|
|
1974
3097
|
} | {
|
|
1975
3098
|
name: string;
|
|
1976
3099
|
account: {
|
|
1977
3100
|
readonly connectionOptions: readonly [{
|
|
1978
|
-
readonly requiredScopes: readonly [];
|
|
3101
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1979
3102
|
}];
|
|
1980
|
-
readonly serviceId: "
|
|
3103
|
+
readonly serviceId: "github";
|
|
1981
3104
|
};
|
|
1982
|
-
type: "
|
|
3105
|
+
type: "github.pull-request.event";
|
|
1983
3106
|
} | {
|
|
1984
3107
|
name: string;
|
|
1985
3108
|
account: {
|
|
1986
3109
|
readonly connectionOptions: readonly [{
|
|
1987
|
-
readonly requiredScopes: readonly [];
|
|
3110
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1988
3111
|
}];
|
|
1989
|
-
readonly serviceId: "
|
|
3112
|
+
readonly serviceId: "github";
|
|
1990
3113
|
};
|
|
1991
|
-
type: "
|
|
3114
|
+
type: "github.pull-request.merged";
|
|
1992
3115
|
} | {
|
|
1993
3116
|
name: string;
|
|
1994
3117
|
account: {
|
|
1995
3118
|
readonly connectionOptions: readonly [{
|
|
1996
|
-
readonly requiredScopes: readonly [];
|
|
3119
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
1997
3120
|
}];
|
|
1998
|
-
readonly serviceId: "
|
|
3121
|
+
readonly serviceId: "github";
|
|
1999
3122
|
};
|
|
2000
|
-
type: "
|
|
3123
|
+
type: "github.pull-request.opened";
|
|
2001
3124
|
} | {
|
|
2002
3125
|
name: string;
|
|
2003
3126
|
account: {
|
|
2004
3127
|
readonly connectionOptions: readonly [{
|
|
2005
|
-
readonly requiredScopes: readonly [];
|
|
3128
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2006
3129
|
}];
|
|
2007
|
-
readonly serviceId: "
|
|
3130
|
+
readonly serviceId: "github";
|
|
2008
3131
|
};
|
|
2009
|
-
type: "
|
|
3132
|
+
type: "github.pull-request.ready-for-review";
|
|
2010
3133
|
} | {
|
|
2011
3134
|
name: string;
|
|
2012
3135
|
account: {
|
|
2013
3136
|
readonly connectionOptions: readonly [{
|
|
2014
|
-
readonly requiredScopes: readonly [];
|
|
3137
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2015
3138
|
}];
|
|
2016
|
-
readonly serviceId: "
|
|
3139
|
+
readonly serviceId: "github";
|
|
2017
3140
|
};
|
|
2018
|
-
type: "
|
|
3141
|
+
type: "github.pull-request-review.approved";
|
|
2019
3142
|
} | {
|
|
2020
3143
|
name: string;
|
|
2021
3144
|
account: {
|
|
2022
3145
|
readonly connectionOptions: readonly [{
|
|
2023
|
-
readonly requiredScopes: readonly [];
|
|
3146
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2024
3147
|
}];
|
|
2025
|
-
readonly serviceId: "
|
|
3148
|
+
readonly serviceId: "github";
|
|
2026
3149
|
};
|
|
2027
|
-
type: "
|
|
3150
|
+
type: "github.pull-request-review.changes-requested";
|
|
2028
3151
|
} | {
|
|
2029
3152
|
name: string;
|
|
2030
3153
|
account: {
|
|
2031
3154
|
readonly connectionOptions: readonly [{
|
|
2032
|
-
readonly requiredScopes: readonly [];
|
|
3155
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2033
3156
|
}];
|
|
2034
|
-
readonly serviceId: "
|
|
3157
|
+
readonly serviceId: "github";
|
|
2035
3158
|
};
|
|
2036
|
-
type: "
|
|
3159
|
+
type: "github.pull-request-review.dismissed";
|
|
2037
3160
|
} | {
|
|
2038
3161
|
name: string;
|
|
2039
3162
|
account: {
|
|
2040
3163
|
readonly connectionOptions: readonly [{
|
|
2041
|
-
readonly requiredScopes: readonly [];
|
|
3164
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2042
3165
|
}];
|
|
2043
|
-
readonly serviceId: "
|
|
3166
|
+
readonly serviceId: "github";
|
|
2044
3167
|
};
|
|
2045
|
-
type: "
|
|
3168
|
+
type: "github.pull-request-review.event";
|
|
2046
3169
|
} | {
|
|
2047
3170
|
name: string;
|
|
2048
3171
|
account: {
|
|
2049
3172
|
readonly connectionOptions: readonly [{
|
|
2050
|
-
readonly requiredScopes: readonly [];
|
|
3173
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2051
3174
|
}];
|
|
2052
|
-
readonly serviceId: "
|
|
3175
|
+
readonly serviceId: "github";
|
|
2053
3176
|
};
|
|
2054
|
-
type: "
|
|
3177
|
+
type: "github.pull-request-review.submitted";
|
|
2055
3178
|
} | {
|
|
2056
3179
|
name: string;
|
|
2057
3180
|
account: {
|
|
2058
3181
|
readonly connectionOptions: readonly [{
|
|
2059
|
-
readonly requiredScopes: readonly [];
|
|
3182
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2060
3183
|
}];
|
|
2061
|
-
readonly serviceId: "
|
|
3184
|
+
readonly serviceId: "github";
|
|
2062
3185
|
};
|
|
2063
|
-
type: "
|
|
3186
|
+
type: "github.pull-request-review-comment.created";
|
|
2064
3187
|
} | {
|
|
2065
3188
|
name: string;
|
|
2066
3189
|
account: {
|
|
2067
3190
|
readonly connectionOptions: readonly [{
|
|
2068
|
-
readonly requiredScopes: readonly [];
|
|
3191
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2069
3192
|
}];
|
|
2070
|
-
readonly serviceId: "
|
|
3193
|
+
readonly serviceId: "github";
|
|
2071
3194
|
};
|
|
2072
|
-
type: "
|
|
3195
|
+
type: "github.pull-request-review-comment.deleted";
|
|
2073
3196
|
} | {
|
|
2074
3197
|
name: string;
|
|
2075
3198
|
account: {
|
|
2076
3199
|
readonly connectionOptions: readonly [{
|
|
2077
|
-
readonly requiredScopes: readonly [];
|
|
3200
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2078
3201
|
}];
|
|
2079
|
-
readonly serviceId: "
|
|
3202
|
+
readonly serviceId: "github";
|
|
2080
3203
|
};
|
|
2081
|
-
type: "
|
|
3204
|
+
type: "github.pull-request-review-comment.edited";
|
|
2082
3205
|
} | {
|
|
2083
3206
|
name: string;
|
|
2084
3207
|
account: {
|
|
2085
3208
|
readonly connectionOptions: readonly [{
|
|
2086
|
-
readonly
|
|
2087
|
-
readonly requiredScopes: readonly [];
|
|
2088
|
-
}, {
|
|
2089
|
-
readonly connectionMethodId: "deployment-key";
|
|
2090
|
-
readonly requiredScopes: readonly [];
|
|
3209
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2091
3210
|
}];
|
|
2092
|
-
readonly serviceId: "
|
|
3211
|
+
readonly serviceId: "github";
|
|
2093
3212
|
};
|
|
2094
|
-
type: "
|
|
3213
|
+
type: "github.pull-request-review-comment.event";
|
|
2095
3214
|
} | {
|
|
2096
3215
|
name: string;
|
|
2097
3216
|
account: {
|
|
2098
3217
|
readonly connectionOptions: readonly [{
|
|
2099
|
-
readonly
|
|
2100
|
-
readonly requiredScopes: readonly [];
|
|
2101
|
-
}, {
|
|
2102
|
-
readonly connectionMethodId: "deployment-key";
|
|
2103
|
-
readonly requiredScopes: readonly [];
|
|
3218
|
+
readonly requiredScopes: readonly ["pull_requests:read"];
|
|
2104
3219
|
}];
|
|
2105
|
-
readonly serviceId: "
|
|
3220
|
+
readonly serviceId: "github";
|
|
2106
3221
|
};
|
|
2107
|
-
type: "
|
|
3222
|
+
type: "github.pull-request.synchronized";
|
|
2108
3223
|
} | {
|
|
2109
3224
|
name: string;
|
|
2110
3225
|
account: {
|
|
2111
3226
|
readonly connectionOptions: readonly [{
|
|
2112
|
-
readonly
|
|
2113
|
-
readonly requiredScopes: readonly [];
|
|
2114
|
-
}, {
|
|
2115
|
-
readonly connectionMethodId: "deployment-key";
|
|
2116
|
-
readonly requiredScopes: readonly [];
|
|
3227
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2117
3228
|
}];
|
|
2118
|
-
readonly serviceId: "
|
|
3229
|
+
readonly serviceId: "github";
|
|
2119
3230
|
};
|
|
2120
|
-
type: "
|
|
3231
|
+
type: "github.push";
|
|
2121
3232
|
} | {
|
|
2122
3233
|
name: string;
|
|
2123
3234
|
account: {
|
|
2124
3235
|
readonly connectionOptions: readonly [{
|
|
2125
|
-
readonly
|
|
2126
|
-
readonly requiredScopes: readonly [];
|
|
2127
|
-
}, {
|
|
2128
|
-
readonly connectionMethodId: "deployment-key";
|
|
2129
|
-
readonly requiredScopes: readonly [];
|
|
3236
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2130
3237
|
}];
|
|
2131
|
-
readonly serviceId: "
|
|
3238
|
+
readonly serviceId: "github";
|
|
2132
3239
|
};
|
|
2133
|
-
type: "
|
|
3240
|
+
type: "github.release.event";
|
|
2134
3241
|
} | {
|
|
2135
3242
|
name: string;
|
|
2136
3243
|
account: {
|
|
2137
3244
|
readonly connectionOptions: readonly [{
|
|
2138
|
-
readonly
|
|
2139
|
-
readonly requiredScopes: readonly [];
|
|
3245
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2140
3246
|
}];
|
|
2141
|
-
readonly serviceId: "
|
|
2142
|
-
};
|
|
2143
|
-
getPrimary: ({ appOrigin, automationId, hookSlot, scopePath }: TriggerPresentationContext) => {
|
|
2144
|
-
copyable: true;
|
|
2145
|
-
value: string;
|
|
3247
|
+
readonly serviceId: "github";
|
|
2146
3248
|
};
|
|
2147
|
-
type: "
|
|
2148
|
-
} | {
|
|
2149
|
-
name: string;
|
|
2150
|
-
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2151
|
-
label: string;
|
|
2152
|
-
value: string;
|
|
2153
|
-
}[];
|
|
2154
|
-
icon: "automation";
|
|
2155
|
-
type: "dashboard.run";
|
|
3249
|
+
type: "github.release.published";
|
|
2156
3250
|
} | {
|
|
2157
3251
|
name: string;
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
3252
|
+
account: {
|
|
3253
|
+
readonly connectionOptions: readonly [{
|
|
3254
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
3255
|
+
}];
|
|
3256
|
+
readonly serviceId: "github";
|
|
2161
3257
|
};
|
|
2162
|
-
|
|
2163
|
-
type: "http.request";
|
|
2164
|
-
} | {
|
|
2165
|
-
name: string;
|
|
2166
|
-
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2167
|
-
label: string;
|
|
2168
|
-
value: string;
|
|
2169
|
-
}[];
|
|
2170
|
-
icon: "automation";
|
|
2171
|
-
type: "automation.invoked";
|
|
3258
|
+
type: "github.ref.created";
|
|
2172
3259
|
} | {
|
|
2173
3260
|
name: string;
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
3261
|
+
account: {
|
|
3262
|
+
readonly connectionOptions: readonly [{
|
|
3263
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
3264
|
+
}];
|
|
3265
|
+
readonly serviceId: "github";
|
|
2177
3266
|
};
|
|
2178
|
-
|
|
2179
|
-
type: "mailhook.email.received";
|
|
2180
|
-
} | {
|
|
2181
|
-
name: string;
|
|
2182
|
-
getDetails: ({ config }: TriggerPresentationContext) => {
|
|
2183
|
-
label: string;
|
|
2184
|
-
value: string;
|
|
2185
|
-
}[];
|
|
2186
|
-
icon: "schedule";
|
|
2187
|
-
type: "cron.tick";
|
|
3267
|
+
type: "github.ref.deleted";
|
|
2188
3268
|
} | {
|
|
2189
3269
|
name: string;
|
|
2190
3270
|
account: {
|
|
2191
3271
|
readonly connectionOptions: readonly [{
|
|
2192
|
-
readonly requiredScopes: readonly ["
|
|
3272
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2193
3273
|
}];
|
|
2194
3274
|
readonly serviceId: "github";
|
|
2195
3275
|
};
|
|
2196
|
-
type: "github.
|
|
3276
|
+
type: "github.repository-dispatch";
|
|
2197
3277
|
} | {
|
|
2198
3278
|
name: string;
|
|
2199
3279
|
account: {
|
|
2200
3280
|
readonly connectionOptions: readonly [{
|
|
2201
|
-
readonly requiredScopes: readonly ["
|
|
3281
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
2202
3282
|
}];
|
|
2203
3283
|
readonly serviceId: "github";
|
|
2204
3284
|
};
|
|
2205
|
-
type: "github.
|
|
3285
|
+
type: "github.status.errored";
|
|
2206
3286
|
} | {
|
|
2207
3287
|
name: string;
|
|
2208
3288
|
account: {
|
|
2209
3289
|
readonly connectionOptions: readonly [{
|
|
2210
|
-
readonly requiredScopes: readonly ["
|
|
3290
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
2211
3291
|
}];
|
|
2212
3292
|
readonly serviceId: "github";
|
|
2213
3293
|
};
|
|
2214
|
-
type: "github.
|
|
3294
|
+
type: "github.status.event";
|
|
2215
3295
|
} | {
|
|
2216
3296
|
name: string;
|
|
2217
3297
|
account: {
|
|
2218
3298
|
readonly connectionOptions: readonly [{
|
|
2219
|
-
readonly requiredScopes: readonly ["
|
|
3299
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
2220
3300
|
}];
|
|
2221
3301
|
readonly serviceId: "github";
|
|
2222
3302
|
};
|
|
2223
|
-
type: "github.
|
|
3303
|
+
type: "github.status.failed";
|
|
2224
3304
|
} | {
|
|
2225
3305
|
name: string;
|
|
2226
3306
|
account: {
|
|
2227
3307
|
readonly connectionOptions: readonly [{
|
|
2228
|
-
readonly requiredScopes: readonly ["
|
|
3308
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
2229
3309
|
}];
|
|
2230
3310
|
readonly serviceId: "github";
|
|
2231
3311
|
};
|
|
2232
|
-
type: "github.
|
|
3312
|
+
type: "github.status.pending";
|
|
2233
3313
|
} | {
|
|
2234
3314
|
name: string;
|
|
2235
3315
|
account: {
|
|
2236
3316
|
readonly connectionOptions: readonly [{
|
|
2237
|
-
readonly requiredScopes: readonly ["
|
|
3317
|
+
readonly requiredScopes: readonly ["statuses:read"];
|
|
2238
3318
|
}];
|
|
2239
3319
|
readonly serviceId: "github";
|
|
2240
3320
|
};
|
|
2241
|
-
type: "github.
|
|
3321
|
+
type: "github.status.succeeded";
|
|
2242
3322
|
} | {
|
|
2243
3323
|
name: string;
|
|
2244
3324
|
account: {
|
|
2245
3325
|
readonly connectionOptions: readonly [{
|
|
2246
|
-
readonly requiredScopes: readonly ["
|
|
3326
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2247
3327
|
}];
|
|
2248
3328
|
readonly serviceId: "github";
|
|
2249
3329
|
};
|
|
2250
|
-
type: "github.
|
|
3330
|
+
type: "github.tag.created";
|
|
2251
3331
|
} | {
|
|
2252
3332
|
name: string;
|
|
2253
3333
|
account: {
|
|
2254
3334
|
readonly connectionOptions: readonly [{
|
|
2255
|
-
readonly requiredScopes: readonly ["
|
|
3335
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2256
3336
|
}];
|
|
2257
3337
|
readonly serviceId: "github";
|
|
2258
3338
|
};
|
|
2259
|
-
type: "github.
|
|
3339
|
+
type: "github.tag.deleted";
|
|
2260
3340
|
} | {
|
|
2261
3341
|
name: string;
|
|
2262
3342
|
account: {
|
|
2263
3343
|
readonly connectionOptions: readonly [{
|
|
2264
|
-
readonly requiredScopes: readonly ["
|
|
3344
|
+
readonly requiredScopes: readonly ["contents:read"];
|
|
2265
3345
|
}];
|
|
2266
3346
|
readonly serviceId: "github";
|
|
2267
3347
|
};
|
|
2268
|
-
type: "github.
|
|
3348
|
+
type: "github.workflow-dispatch";
|
|
2269
3349
|
} | {
|
|
2270
3350
|
name: string;
|
|
2271
3351
|
account: {
|
|
2272
3352
|
readonly connectionOptions: readonly [{
|
|
2273
|
-
readonly requiredScopes: readonly ["
|
|
3353
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2274
3354
|
}];
|
|
2275
3355
|
readonly serviceId: "github";
|
|
2276
3356
|
};
|
|
2277
|
-
type: "github.
|
|
3357
|
+
type: "github.workflow-job.cancelled";
|
|
2278
3358
|
} | {
|
|
2279
3359
|
name: string;
|
|
2280
3360
|
account: {
|
|
2281
3361
|
readonly connectionOptions: readonly [{
|
|
2282
|
-
readonly requiredScopes: readonly ["
|
|
3362
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2283
3363
|
}];
|
|
2284
3364
|
readonly serviceId: "github";
|
|
2285
3365
|
};
|
|
2286
|
-
type: "github.
|
|
3366
|
+
type: "github.workflow-job.completed";
|
|
2287
3367
|
} | {
|
|
2288
3368
|
name: string;
|
|
2289
3369
|
account: {
|
|
2290
3370
|
readonly connectionOptions: readonly [{
|
|
2291
|
-
readonly requiredScopes: readonly ["
|
|
3371
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2292
3372
|
}];
|
|
2293
3373
|
readonly serviceId: "github";
|
|
2294
3374
|
};
|
|
2295
|
-
type: "github.
|
|
3375
|
+
type: "github.workflow-job.event";
|
|
2296
3376
|
} | {
|
|
2297
3377
|
name: string;
|
|
2298
3378
|
account: {
|
|
2299
3379
|
readonly connectionOptions: readonly [{
|
|
2300
|
-
readonly requiredScopes: readonly ["
|
|
3380
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2301
3381
|
}];
|
|
2302
3382
|
readonly serviceId: "github";
|
|
2303
3383
|
};
|
|
2304
|
-
type: "github.
|
|
3384
|
+
type: "github.workflow-job.failed";
|
|
2305
3385
|
} | {
|
|
2306
3386
|
name: string;
|
|
2307
3387
|
account: {
|
|
2308
3388
|
readonly connectionOptions: readonly [{
|
|
2309
|
-
readonly requiredScopes: readonly ["
|
|
3389
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2310
3390
|
}];
|
|
2311
3391
|
readonly serviceId: "github";
|
|
2312
3392
|
};
|
|
2313
|
-
type: "github.
|
|
3393
|
+
type: "github.workflow-job.queued";
|
|
2314
3394
|
} | {
|
|
2315
3395
|
name: string;
|
|
2316
3396
|
account: {
|
|
2317
3397
|
readonly connectionOptions: readonly [{
|
|
2318
|
-
readonly requiredScopes: readonly ["
|
|
3398
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2319
3399
|
}];
|
|
2320
3400
|
readonly serviceId: "github";
|
|
2321
3401
|
};
|
|
2322
|
-
type: "github.
|
|
3402
|
+
type: "github.workflow-job.started";
|
|
2323
3403
|
} | {
|
|
2324
3404
|
name: string;
|
|
2325
3405
|
account: {
|
|
2326
3406
|
readonly connectionOptions: readonly [{
|
|
2327
|
-
readonly requiredScopes: readonly ["
|
|
3407
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2328
3408
|
}];
|
|
2329
3409
|
readonly serviceId: "github";
|
|
2330
3410
|
};
|
|
2331
|
-
type: "github.
|
|
3411
|
+
type: "github.workflow-job.succeeded";
|
|
2332
3412
|
} | {
|
|
2333
3413
|
name: string;
|
|
2334
3414
|
account: {
|
|
2335
3415
|
readonly connectionOptions: readonly [{
|
|
2336
|
-
readonly requiredScopes: readonly ["
|
|
3416
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2337
3417
|
}];
|
|
2338
3418
|
readonly serviceId: "github";
|
|
2339
3419
|
};
|
|
2340
|
-
type: "github.
|
|
3420
|
+
type: "github.workflow-job.timed-out";
|
|
2341
3421
|
} | {
|
|
2342
3422
|
name: string;
|
|
2343
3423
|
account: {
|
|
2344
3424
|
readonly connectionOptions: readonly [{
|
|
2345
|
-
readonly requiredScopes: readonly ["
|
|
3425
|
+
readonly requiredScopes: readonly ["actions:read"];
|
|
2346
3426
|
}];
|
|
2347
3427
|
readonly serviceId: "github";
|
|
2348
3428
|
};
|
|
2349
|
-
type: "github.
|
|
3429
|
+
type: "github.workflow-job.waiting";
|
|
2350
3430
|
} | {
|
|
2351
3431
|
name: string;
|
|
2352
3432
|
account: {
|