@automate.ax/catalog 0.86.2 → 0.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,328 @@
1
1
  export declare const githubTriggerDefinitions: {
2
+ readonly githubBranchCreated: {
3
+ readonly account: {
4
+ readonly connectionOptions: readonly [{
5
+ readonly requiredScopes: readonly ["contents:read"];
6
+ }];
7
+ readonly serviceId: "github";
8
+ };
9
+ readonly type: "github.branch.created";
10
+ };
11
+ readonly githubBranchDeleted: {
12
+ readonly account: {
13
+ readonly connectionOptions: readonly [{
14
+ readonly requiredScopes: readonly ["contents:read"];
15
+ }];
16
+ readonly serviceId: "github";
17
+ };
18
+ readonly type: "github.branch.deleted";
19
+ };
20
+ readonly githubCheckRunActionRequired: {
21
+ readonly account: {
22
+ readonly connectionOptions: readonly [{
23
+ readonly requiredScopes: readonly ["checks:read"];
24
+ }];
25
+ readonly serviceId: "github";
26
+ };
27
+ readonly type: "github.check-run.action-required";
28
+ };
29
+ readonly githubCheckRunCancelled: {
30
+ readonly account: {
31
+ readonly connectionOptions: readonly [{
32
+ readonly requiredScopes: readonly ["checks:read"];
33
+ }];
34
+ readonly serviceId: "github";
35
+ };
36
+ readonly type: "github.check-run.cancelled";
37
+ };
38
+ readonly githubCheckRunCompleted: {
39
+ readonly account: {
40
+ readonly connectionOptions: readonly [{
41
+ readonly requiredScopes: readonly ["checks:read"];
42
+ }];
43
+ readonly serviceId: "github";
44
+ };
45
+ readonly type: "github.check-run.completed";
46
+ };
47
+ readonly githubCheckRunCreated: {
48
+ readonly account: {
49
+ readonly connectionOptions: readonly [{
50
+ readonly requiredScopes: readonly ["checks:read"];
51
+ }];
52
+ readonly serviceId: "github";
53
+ };
54
+ readonly type: "github.check-run.created";
55
+ };
56
+ readonly githubCheckRunEvent: {
57
+ readonly account: {
58
+ readonly connectionOptions: readonly [{
59
+ readonly requiredScopes: readonly ["checks:read"];
60
+ }];
61
+ readonly serviceId: "github";
62
+ };
63
+ readonly type: "github.check-run.event";
64
+ };
65
+ readonly githubCheckRunFailed: {
66
+ readonly account: {
67
+ readonly connectionOptions: readonly [{
68
+ readonly requiredScopes: readonly ["checks:read"];
69
+ }];
70
+ readonly serviceId: "github";
71
+ };
72
+ readonly type: "github.check-run.failed";
73
+ };
74
+ readonly githubCheckRunRerequested: {
75
+ readonly account: {
76
+ readonly connectionOptions: readonly [{
77
+ readonly requiredScopes: readonly ["checks:write"];
78
+ }];
79
+ readonly serviceId: "github";
80
+ };
81
+ readonly type: "github.check-run.rerequested";
82
+ };
83
+ readonly githubCheckRunRequestedAction: {
84
+ readonly account: {
85
+ readonly connectionOptions: readonly [{
86
+ readonly requiredScopes: readonly ["checks:write"];
87
+ }];
88
+ readonly serviceId: "github";
89
+ };
90
+ readonly type: "github.check-run.requested-action";
91
+ };
92
+ readonly githubCheckRunSucceeded: {
93
+ readonly account: {
94
+ readonly connectionOptions: readonly [{
95
+ readonly requiredScopes: readonly ["checks:read"];
96
+ }];
97
+ readonly serviceId: "github";
98
+ };
99
+ readonly type: "github.check-run.succeeded";
100
+ };
101
+ readonly githubCheckRunStartupFailed: {
102
+ readonly account: {
103
+ readonly connectionOptions: readonly [{
104
+ readonly requiredScopes: readonly ["checks:read"];
105
+ }];
106
+ readonly serviceId: "github";
107
+ };
108
+ readonly type: "github.check-run.startup-failed";
109
+ };
110
+ readonly githubCheckRunTimedOut: {
111
+ readonly account: {
112
+ readonly connectionOptions: readonly [{
113
+ readonly requiredScopes: readonly ["checks:read"];
114
+ }];
115
+ readonly serviceId: "github";
116
+ };
117
+ readonly type: "github.check-run.timed-out";
118
+ };
119
+ readonly githubCheckSuiteActionRequired: {
120
+ readonly account: {
121
+ readonly connectionOptions: readonly [{
122
+ readonly requiredScopes: readonly ["checks:read"];
123
+ }];
124
+ readonly serviceId: "github";
125
+ };
126
+ readonly type: "github.check-suite.action-required";
127
+ };
128
+ readonly githubCheckSuiteCancelled: {
129
+ readonly account: {
130
+ readonly connectionOptions: readonly [{
131
+ readonly requiredScopes: readonly ["checks:read"];
132
+ }];
133
+ readonly serviceId: "github";
134
+ };
135
+ readonly type: "github.check-suite.cancelled";
136
+ };
137
+ readonly githubCheckSuiteCompleted: {
138
+ readonly account: {
139
+ readonly connectionOptions: readonly [{
140
+ readonly requiredScopes: readonly ["checks:read"];
141
+ }];
142
+ readonly serviceId: "github";
143
+ };
144
+ readonly type: "github.check-suite.completed";
145
+ };
146
+ readonly githubCheckSuiteEvent: {
147
+ readonly account: {
148
+ readonly connectionOptions: readonly [{
149
+ readonly requiredScopes: readonly ["checks:read"];
150
+ }];
151
+ readonly serviceId: "github";
152
+ };
153
+ readonly type: "github.check-suite.event";
154
+ };
155
+ readonly githubCheckSuiteFailed: {
156
+ readonly account: {
157
+ readonly connectionOptions: readonly [{
158
+ readonly requiredScopes: readonly ["checks:read"];
159
+ }];
160
+ readonly serviceId: "github";
161
+ };
162
+ readonly type: "github.check-suite.failed";
163
+ };
164
+ readonly githubCheckSuiteRerequested: {
165
+ readonly account: {
166
+ readonly connectionOptions: readonly [{
167
+ readonly requiredScopes: readonly ["checks:write"];
168
+ }];
169
+ readonly serviceId: "github";
170
+ };
171
+ readonly type: "github.check-suite.rerequested";
172
+ };
173
+ readonly githubCheckSuiteRequested: {
174
+ readonly account: {
175
+ readonly connectionOptions: readonly [{
176
+ readonly requiredScopes: readonly ["checks:write"];
177
+ }];
178
+ readonly serviceId: "github";
179
+ };
180
+ readonly type: "github.check-suite.requested";
181
+ };
182
+ readonly githubCheckSuiteSucceeded: {
183
+ readonly account: {
184
+ readonly connectionOptions: readonly [{
185
+ readonly requiredScopes: readonly ["checks:read"];
186
+ }];
187
+ readonly serviceId: "github";
188
+ };
189
+ readonly type: "github.check-suite.succeeded";
190
+ };
191
+ readonly githubCheckSuiteStartupFailed: {
192
+ readonly account: {
193
+ readonly connectionOptions: readonly [{
194
+ readonly requiredScopes: readonly ["checks:read"];
195
+ }];
196
+ readonly serviceId: "github";
197
+ };
198
+ readonly type: "github.check-suite.startup-failed";
199
+ };
200
+ readonly githubCheckSuiteTimedOut: {
201
+ readonly account: {
202
+ readonly connectionOptions: readonly [{
203
+ readonly requiredScopes: readonly ["checks:read"];
204
+ }];
205
+ readonly serviceId: "github";
206
+ };
207
+ readonly type: "github.check-suite.timed-out";
208
+ };
209
+ readonly githubDeploymentCreated: {
210
+ readonly account: {
211
+ readonly connectionOptions: readonly [{
212
+ readonly requiredScopes: readonly ["deployments:read"];
213
+ }];
214
+ readonly serviceId: "github";
215
+ };
216
+ readonly type: "github.deployment.created";
217
+ };
218
+ readonly githubDeploymentStatusErrored: {
219
+ readonly account: {
220
+ readonly connectionOptions: readonly [{
221
+ readonly requiredScopes: readonly ["deployments:read"];
222
+ }];
223
+ readonly serviceId: "github";
224
+ };
225
+ readonly type: "github.deployment-status.errored";
226
+ };
227
+ readonly githubDeploymentStatusEvent: {
228
+ readonly account: {
229
+ readonly connectionOptions: readonly [{
230
+ readonly requiredScopes: readonly ["deployments:read"];
231
+ }];
232
+ readonly serviceId: "github";
233
+ };
234
+ readonly type: "github.deployment-status.event";
235
+ };
236
+ readonly githubDeploymentStatusFailed: {
237
+ readonly account: {
238
+ readonly connectionOptions: readonly [{
239
+ readonly requiredScopes: readonly ["deployments:read"];
240
+ }];
241
+ readonly serviceId: "github";
242
+ };
243
+ readonly type: "github.deployment-status.failed";
244
+ };
245
+ readonly githubDeploymentStatusInactive: {
246
+ readonly account: {
247
+ readonly connectionOptions: readonly [{
248
+ readonly requiredScopes: readonly ["deployments:read"];
249
+ }];
250
+ readonly serviceId: "github";
251
+ };
252
+ readonly type: "github.deployment-status.inactive";
253
+ };
254
+ readonly githubDeploymentStatusPending: {
255
+ readonly account: {
256
+ readonly connectionOptions: readonly [{
257
+ readonly requiredScopes: readonly ["deployments:read"];
258
+ }];
259
+ readonly serviceId: "github";
260
+ };
261
+ readonly type: "github.deployment-status.pending";
262
+ };
263
+ readonly githubDeploymentStatusQueued: {
264
+ readonly account: {
265
+ readonly connectionOptions: readonly [{
266
+ readonly requiredScopes: readonly ["deployments:read"];
267
+ }];
268
+ readonly serviceId: "github";
269
+ };
270
+ readonly type: "github.deployment-status.queued";
271
+ };
272
+ readonly githubDeploymentStatusStarted: {
273
+ readonly account: {
274
+ readonly connectionOptions: readonly [{
275
+ readonly requiredScopes: readonly ["deployments:read"];
276
+ }];
277
+ readonly serviceId: "github";
278
+ };
279
+ readonly type: "github.deployment-status.started";
280
+ };
281
+ readonly githubDeploymentStatusSucceeded: {
282
+ readonly account: {
283
+ readonly connectionOptions: readonly [{
284
+ readonly requiredScopes: readonly ["deployments:read"];
285
+ }];
286
+ readonly serviceId: "github";
287
+ };
288
+ readonly type: "github.deployment-status.succeeded";
289
+ };
290
+ readonly githubIssueCommentCreated: {
291
+ readonly account: {
292
+ readonly connectionOptions: readonly [{
293
+ readonly requiredScopes: readonly ["issues:read"];
294
+ }];
295
+ readonly serviceId: "github";
296
+ };
297
+ readonly type: "github.issue-comment.created";
298
+ };
299
+ readonly githubIssueCommentDeleted: {
300
+ readonly account: {
301
+ readonly connectionOptions: readonly [{
302
+ readonly requiredScopes: readonly ["issues:read"];
303
+ }];
304
+ readonly serviceId: "github";
305
+ };
306
+ readonly type: "github.issue-comment.deleted";
307
+ };
308
+ readonly githubIssueCommentEdited: {
309
+ readonly account: {
310
+ readonly connectionOptions: readonly [{
311
+ readonly requiredScopes: readonly ["issues:read"];
312
+ }];
313
+ readonly serviceId: "github";
314
+ };
315
+ readonly type: "github.issue-comment.edited";
316
+ };
317
+ readonly githubIssueCommentEvent: {
318
+ readonly account: {
319
+ readonly connectionOptions: readonly [{
320
+ readonly requiredScopes: readonly ["issues:read"];
321
+ }];
322
+ readonly serviceId: "github";
323
+ };
324
+ readonly type: "github.issue-comment.event";
325
+ };
2
326
  readonly githubIssueClosed: {
3
327
  readonly account: {
4
328
  readonly connectionOptions: readonly [{
@@ -126,6 +450,42 @@ export declare const githubTriggerDefinitions: {
126
450
  };
127
451
  readonly type: "github.pull-request-review.submitted";
128
452
  };
453
+ readonly githubPullRequestReviewCommentCreated: {
454
+ readonly account: {
455
+ readonly connectionOptions: readonly [{
456
+ readonly requiredScopes: readonly ["pull_requests:read"];
457
+ }];
458
+ readonly serviceId: "github";
459
+ };
460
+ readonly type: "github.pull-request-review-comment.created";
461
+ };
462
+ readonly githubPullRequestReviewCommentDeleted: {
463
+ readonly account: {
464
+ readonly connectionOptions: readonly [{
465
+ readonly requiredScopes: readonly ["pull_requests:read"];
466
+ }];
467
+ readonly serviceId: "github";
468
+ };
469
+ readonly type: "github.pull-request-review-comment.deleted";
470
+ };
471
+ readonly githubPullRequestReviewCommentEdited: {
472
+ readonly account: {
473
+ readonly connectionOptions: readonly [{
474
+ readonly requiredScopes: readonly ["pull_requests:read"];
475
+ }];
476
+ readonly serviceId: "github";
477
+ };
478
+ readonly type: "github.pull-request-review-comment.edited";
479
+ };
480
+ readonly githubPullRequestReviewCommentEvent: {
481
+ readonly account: {
482
+ readonly connectionOptions: readonly [{
483
+ readonly requiredScopes: readonly ["pull_requests:read"];
484
+ }];
485
+ readonly serviceId: "github";
486
+ };
487
+ readonly type: "github.pull-request-review-comment.event";
488
+ };
129
489
  readonly githubPullRequestSynchronized: {
130
490
  readonly account: {
131
491
  readonly connectionOptions: readonly [{
@@ -162,6 +522,186 @@ export declare const githubTriggerDefinitions: {
162
522
  };
163
523
  readonly type: "github.release.published";
164
524
  };
525
+ readonly githubRefCreated: {
526
+ readonly account: {
527
+ readonly connectionOptions: readonly [{
528
+ readonly requiredScopes: readonly ["contents:read"];
529
+ }];
530
+ readonly serviceId: "github";
531
+ };
532
+ readonly type: "github.ref.created";
533
+ };
534
+ readonly githubRefDeleted: {
535
+ readonly account: {
536
+ readonly connectionOptions: readonly [{
537
+ readonly requiredScopes: readonly ["contents:read"];
538
+ }];
539
+ readonly serviceId: "github";
540
+ };
541
+ readonly type: "github.ref.deleted";
542
+ };
543
+ readonly githubRepositoryDispatch: {
544
+ readonly account: {
545
+ readonly connectionOptions: readonly [{
546
+ readonly requiredScopes: readonly ["contents:read"];
547
+ }];
548
+ readonly serviceId: "github";
549
+ };
550
+ readonly type: "github.repository-dispatch";
551
+ };
552
+ readonly githubStatusErrored: {
553
+ readonly account: {
554
+ readonly connectionOptions: readonly [{
555
+ readonly requiredScopes: readonly ["statuses:read"];
556
+ }];
557
+ readonly serviceId: "github";
558
+ };
559
+ readonly type: "github.status.errored";
560
+ };
561
+ readonly githubStatusEvent: {
562
+ readonly account: {
563
+ readonly connectionOptions: readonly [{
564
+ readonly requiredScopes: readonly ["statuses:read"];
565
+ }];
566
+ readonly serviceId: "github";
567
+ };
568
+ readonly type: "github.status.event";
569
+ };
570
+ readonly githubStatusFailed: {
571
+ readonly account: {
572
+ readonly connectionOptions: readonly [{
573
+ readonly requiredScopes: readonly ["statuses:read"];
574
+ }];
575
+ readonly serviceId: "github";
576
+ };
577
+ readonly type: "github.status.failed";
578
+ };
579
+ readonly githubStatusPending: {
580
+ readonly account: {
581
+ readonly connectionOptions: readonly [{
582
+ readonly requiredScopes: readonly ["statuses:read"];
583
+ }];
584
+ readonly serviceId: "github";
585
+ };
586
+ readonly type: "github.status.pending";
587
+ };
588
+ readonly githubStatusSucceeded: {
589
+ readonly account: {
590
+ readonly connectionOptions: readonly [{
591
+ readonly requiredScopes: readonly ["statuses:read"];
592
+ }];
593
+ readonly serviceId: "github";
594
+ };
595
+ readonly type: "github.status.succeeded";
596
+ };
597
+ readonly githubTagCreated: {
598
+ readonly account: {
599
+ readonly connectionOptions: readonly [{
600
+ readonly requiredScopes: readonly ["contents:read"];
601
+ }];
602
+ readonly serviceId: "github";
603
+ };
604
+ readonly type: "github.tag.created";
605
+ };
606
+ readonly githubTagDeleted: {
607
+ readonly account: {
608
+ readonly connectionOptions: readonly [{
609
+ readonly requiredScopes: readonly ["contents:read"];
610
+ }];
611
+ readonly serviceId: "github";
612
+ };
613
+ readonly type: "github.tag.deleted";
614
+ };
615
+ readonly githubWorkflowDispatch: {
616
+ readonly account: {
617
+ readonly connectionOptions: readonly [{
618
+ readonly requiredScopes: readonly ["contents:read"];
619
+ }];
620
+ readonly serviceId: "github";
621
+ };
622
+ readonly type: "github.workflow-dispatch";
623
+ };
624
+ readonly githubWorkflowJobCancelled: {
625
+ readonly account: {
626
+ readonly connectionOptions: readonly [{
627
+ readonly requiredScopes: readonly ["actions:read"];
628
+ }];
629
+ readonly serviceId: "github";
630
+ };
631
+ readonly type: "github.workflow-job.cancelled";
632
+ };
633
+ readonly githubWorkflowJobCompleted: {
634
+ readonly account: {
635
+ readonly connectionOptions: readonly [{
636
+ readonly requiredScopes: readonly ["actions:read"];
637
+ }];
638
+ readonly serviceId: "github";
639
+ };
640
+ readonly type: "github.workflow-job.completed";
641
+ };
642
+ readonly githubWorkflowJobEvent: {
643
+ readonly account: {
644
+ readonly connectionOptions: readonly [{
645
+ readonly requiredScopes: readonly ["actions:read"];
646
+ }];
647
+ readonly serviceId: "github";
648
+ };
649
+ readonly type: "github.workflow-job.event";
650
+ };
651
+ readonly githubWorkflowJobFailed: {
652
+ readonly account: {
653
+ readonly connectionOptions: readonly [{
654
+ readonly requiredScopes: readonly ["actions:read"];
655
+ }];
656
+ readonly serviceId: "github";
657
+ };
658
+ readonly type: "github.workflow-job.failed";
659
+ };
660
+ readonly githubWorkflowJobQueued: {
661
+ readonly account: {
662
+ readonly connectionOptions: readonly [{
663
+ readonly requiredScopes: readonly ["actions:read"];
664
+ }];
665
+ readonly serviceId: "github";
666
+ };
667
+ readonly type: "github.workflow-job.queued";
668
+ };
669
+ readonly githubWorkflowJobStarted: {
670
+ readonly account: {
671
+ readonly connectionOptions: readonly [{
672
+ readonly requiredScopes: readonly ["actions:read"];
673
+ }];
674
+ readonly serviceId: "github";
675
+ };
676
+ readonly type: "github.workflow-job.started";
677
+ };
678
+ readonly githubWorkflowJobSucceeded: {
679
+ readonly account: {
680
+ readonly connectionOptions: readonly [{
681
+ readonly requiredScopes: readonly ["actions:read"];
682
+ }];
683
+ readonly serviceId: "github";
684
+ };
685
+ readonly type: "github.workflow-job.succeeded";
686
+ };
687
+ readonly githubWorkflowJobTimedOut: {
688
+ readonly account: {
689
+ readonly connectionOptions: readonly [{
690
+ readonly requiredScopes: readonly ["actions:read"];
691
+ }];
692
+ readonly serviceId: "github";
693
+ };
694
+ readonly type: "github.workflow-job.timed-out";
695
+ };
696
+ readonly githubWorkflowJobWaiting: {
697
+ readonly account: {
698
+ readonly connectionOptions: readonly [{
699
+ readonly requiredScopes: readonly ["actions:read"];
700
+ }];
701
+ readonly serviceId: "github";
702
+ };
703
+ readonly type: "github.workflow-job.waiting";
704
+ };
165
705
  readonly githubWorkflowRunCancelled: {
166
706
  readonly account: {
167
707
  readonly connectionOptions: readonly [{