@automate.ax/catalog 0.76.0 → 0.77.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/catalog.d.ts +142 -74
- package/dist/catalog.js +74 -13
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/triggers/google.d.ts +143 -0
- package/dist/triggers/google.js +88 -0
- package/dist/triggers/index.d.ts +327 -54
- package/dist/triggers/vercel.d.ts +27 -27
- package/dist/triggers/vercel.js +5 -5
- package/dist/types.d.ts +1 -1
- package/dist/types.js +3 -3
- package/package.json +1 -1
- package/src/catalog.ts +76 -13
- package/src/index.ts +2 -0
- package/src/triggers/google.ts +89 -0
- package/src/triggers/vercel.ts +5 -5
- package/src/types.ts +4 -4
package/dist/triggers/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ export declare const triggerDefinitions: {
|
|
|
68
68
|
readonly vercelDeployment: {
|
|
69
69
|
readonly account: {
|
|
70
70
|
readonly connectionOptions: readonly [{
|
|
71
|
-
readonly
|
|
71
|
+
readonly connectionMethodId: "oauth";
|
|
72
72
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
73
73
|
}];
|
|
74
74
|
readonly serviceId: "vercel";
|
|
@@ -79,7 +79,7 @@ export declare const triggerDefinitions: {
|
|
|
79
79
|
readonly vercelDeploymentCanceled: {
|
|
80
80
|
readonly account: {
|
|
81
81
|
readonly connectionOptions: readonly [{
|
|
82
|
-
readonly
|
|
82
|
+
readonly connectionMethodId: "oauth";
|
|
83
83
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
84
84
|
}];
|
|
85
85
|
readonly serviceId: "vercel";
|
|
@@ -89,7 +89,7 @@ export declare const triggerDefinitions: {
|
|
|
89
89
|
readonly vercelDeploymentCreated: {
|
|
90
90
|
readonly account: {
|
|
91
91
|
readonly connectionOptions: readonly [{
|
|
92
|
-
readonly
|
|
92
|
+
readonly connectionMethodId: "oauth";
|
|
93
93
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
94
94
|
}];
|
|
95
95
|
readonly serviceId: "vercel";
|
|
@@ -99,7 +99,7 @@ export declare const triggerDefinitions: {
|
|
|
99
99
|
readonly vercelDeploymentFailed: {
|
|
100
100
|
readonly account: {
|
|
101
101
|
readonly connectionOptions: readonly [{
|
|
102
|
-
readonly
|
|
102
|
+
readonly connectionMethodId: "oauth";
|
|
103
103
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
104
104
|
}];
|
|
105
105
|
readonly serviceId: "vercel";
|
|
@@ -109,7 +109,7 @@ export declare const triggerDefinitions: {
|
|
|
109
109
|
readonly vercelDeploymentPromoted: {
|
|
110
110
|
readonly account: {
|
|
111
111
|
readonly connectionOptions: readonly [{
|
|
112
|
-
readonly
|
|
112
|
+
readonly connectionMethodId: "oauth";
|
|
113
113
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
114
114
|
}];
|
|
115
115
|
readonly serviceId: "vercel";
|
|
@@ -119,7 +119,7 @@ export declare const triggerDefinitions: {
|
|
|
119
119
|
readonly vercelDeploymentReady: {
|
|
120
120
|
readonly account: {
|
|
121
121
|
readonly connectionOptions: readonly [{
|
|
122
|
-
readonly
|
|
122
|
+
readonly connectionMethodId: "oauth";
|
|
123
123
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
124
124
|
}];
|
|
125
125
|
readonly serviceId: "vercel";
|
|
@@ -129,7 +129,7 @@ export declare const triggerDefinitions: {
|
|
|
129
129
|
readonly vercelDeploymentSucceeded: {
|
|
130
130
|
readonly account: {
|
|
131
131
|
readonly connectionOptions: readonly [{
|
|
132
|
-
readonly
|
|
132
|
+
readonly connectionMethodId: "oauth";
|
|
133
133
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
134
134
|
}];
|
|
135
135
|
readonly serviceId: "vercel";
|
|
@@ -139,7 +139,7 @@ export declare const triggerDefinitions: {
|
|
|
139
139
|
readonly vercelIntegrationConfiguration: {
|
|
140
140
|
readonly account: {
|
|
141
141
|
readonly connectionOptions: readonly [{
|
|
142
|
-
readonly
|
|
142
|
+
readonly connectionMethodId: "oauth";
|
|
143
143
|
readonly requiredScopes: readonly [];
|
|
144
144
|
}];
|
|
145
145
|
readonly serviceId: "vercel";
|
|
@@ -150,7 +150,7 @@ export declare const triggerDefinitions: {
|
|
|
150
150
|
readonly vercelIntegrationConfigurationPermissionUpgraded: {
|
|
151
151
|
readonly account: {
|
|
152
152
|
readonly connectionOptions: readonly [{
|
|
153
|
-
readonly
|
|
153
|
+
readonly connectionMethodId: "oauth";
|
|
154
154
|
readonly requiredScopes: readonly [];
|
|
155
155
|
}];
|
|
156
156
|
readonly serviceId: "vercel";
|
|
@@ -161,7 +161,7 @@ export declare const triggerDefinitions: {
|
|
|
161
161
|
readonly vercelIntegrationConfigurationRemoved: {
|
|
162
162
|
readonly account: {
|
|
163
163
|
readonly connectionOptions: readonly [{
|
|
164
|
-
readonly
|
|
164
|
+
readonly connectionMethodId: "oauth";
|
|
165
165
|
readonly requiredScopes: readonly [];
|
|
166
166
|
}];
|
|
167
167
|
readonly serviceId: "vercel";
|
|
@@ -171,7 +171,7 @@ export declare const triggerDefinitions: {
|
|
|
171
171
|
readonly vercelIntegrationConfigurationScopeChangeConfirmed: {
|
|
172
172
|
readonly account: {
|
|
173
173
|
readonly connectionOptions: readonly [{
|
|
174
|
-
readonly
|
|
174
|
+
readonly connectionMethodId: "oauth";
|
|
175
175
|
readonly requiredScopes: readonly [];
|
|
176
176
|
}];
|
|
177
177
|
readonly serviceId: "vercel";
|
|
@@ -182,7 +182,7 @@ export declare const triggerDefinitions: {
|
|
|
182
182
|
readonly vercelIntegrationConfigurationTransferred: {
|
|
183
183
|
readonly account: {
|
|
184
184
|
readonly connectionOptions: readonly [{
|
|
185
|
-
readonly
|
|
185
|
+
readonly connectionMethodId: "oauth";
|
|
186
186
|
readonly requiredScopes: readonly [];
|
|
187
187
|
}];
|
|
188
188
|
readonly serviceId: "vercel";
|
|
@@ -192,7 +192,7 @@ export declare const triggerDefinitions: {
|
|
|
192
192
|
readonly vercelProject: {
|
|
193
193
|
readonly account: {
|
|
194
194
|
readonly connectionOptions: readonly [{
|
|
195
|
-
readonly
|
|
195
|
+
readonly connectionMethodId: "oauth";
|
|
196
196
|
readonly requiredScopes: readonly ["project:read"];
|
|
197
197
|
}];
|
|
198
198
|
readonly serviceId: "vercel";
|
|
@@ -203,7 +203,7 @@ export declare const triggerDefinitions: {
|
|
|
203
203
|
readonly vercelProjectCreated: {
|
|
204
204
|
readonly account: {
|
|
205
205
|
readonly connectionOptions: readonly [{
|
|
206
|
-
readonly
|
|
206
|
+
readonly connectionMethodId: "oauth";
|
|
207
207
|
readonly requiredScopes: readonly ["project:read"];
|
|
208
208
|
}];
|
|
209
209
|
readonly serviceId: "vercel";
|
|
@@ -213,7 +213,7 @@ export declare const triggerDefinitions: {
|
|
|
213
213
|
readonly vercelProjectDomain: {
|
|
214
214
|
readonly account: {
|
|
215
215
|
readonly connectionOptions: readonly [{
|
|
216
|
-
readonly
|
|
216
|
+
readonly connectionMethodId: "oauth";
|
|
217
217
|
readonly requiredScopes: readonly ["domain:read"];
|
|
218
218
|
}];
|
|
219
219
|
readonly serviceId: "vercel";
|
|
@@ -224,7 +224,7 @@ export declare const triggerDefinitions: {
|
|
|
224
224
|
readonly vercelProjectDomainCreated: {
|
|
225
225
|
readonly account: {
|
|
226
226
|
readonly connectionOptions: readonly [{
|
|
227
|
-
readonly
|
|
227
|
+
readonly connectionMethodId: "oauth";
|
|
228
228
|
readonly requiredScopes: readonly ["domain:read"];
|
|
229
229
|
}];
|
|
230
230
|
readonly serviceId: "vercel";
|
|
@@ -234,7 +234,7 @@ export declare const triggerDefinitions: {
|
|
|
234
234
|
readonly vercelProjectDomainDeleted: {
|
|
235
235
|
readonly account: {
|
|
236
236
|
readonly connectionOptions: readonly [{
|
|
237
|
-
readonly
|
|
237
|
+
readonly connectionMethodId: "oauth";
|
|
238
238
|
readonly requiredScopes: readonly ["domain:read"];
|
|
239
239
|
}];
|
|
240
240
|
readonly serviceId: "vercel";
|
|
@@ -244,7 +244,7 @@ export declare const triggerDefinitions: {
|
|
|
244
244
|
readonly vercelProjectDomainMoved: {
|
|
245
245
|
readonly account: {
|
|
246
246
|
readonly connectionOptions: readonly [{
|
|
247
|
-
readonly
|
|
247
|
+
readonly connectionMethodId: "oauth";
|
|
248
248
|
readonly requiredScopes: readonly ["domain:read"];
|
|
249
249
|
}];
|
|
250
250
|
readonly serviceId: "vercel";
|
|
@@ -254,7 +254,7 @@ export declare const triggerDefinitions: {
|
|
|
254
254
|
readonly vercelProjectDomainUnverified: {
|
|
255
255
|
readonly account: {
|
|
256
256
|
readonly connectionOptions: readonly [{
|
|
257
|
-
readonly
|
|
257
|
+
readonly connectionMethodId: "oauth";
|
|
258
258
|
readonly requiredScopes: readonly ["domain:read"];
|
|
259
259
|
}];
|
|
260
260
|
readonly serviceId: "vercel";
|
|
@@ -264,7 +264,7 @@ export declare const triggerDefinitions: {
|
|
|
264
264
|
readonly vercelProjectDomainUpdated: {
|
|
265
265
|
readonly account: {
|
|
266
266
|
readonly connectionOptions: readonly [{
|
|
267
|
-
readonly
|
|
267
|
+
readonly connectionMethodId: "oauth";
|
|
268
268
|
readonly requiredScopes: readonly ["domain:read"];
|
|
269
269
|
}];
|
|
270
270
|
readonly serviceId: "vercel";
|
|
@@ -274,7 +274,7 @@ export declare const triggerDefinitions: {
|
|
|
274
274
|
readonly vercelProjectDomainVerified: {
|
|
275
275
|
readonly account: {
|
|
276
276
|
readonly connectionOptions: readonly [{
|
|
277
|
-
readonly
|
|
277
|
+
readonly connectionMethodId: "oauth";
|
|
278
278
|
readonly requiredScopes: readonly ["domain:read"];
|
|
279
279
|
}];
|
|
280
280
|
readonly serviceId: "vercel";
|
|
@@ -284,7 +284,7 @@ export declare const triggerDefinitions: {
|
|
|
284
284
|
readonly vercelProjectEnvironmentVariable: {
|
|
285
285
|
readonly account: {
|
|
286
286
|
readonly connectionOptions: readonly [{
|
|
287
|
-
readonly
|
|
287
|
+
readonly connectionMethodId: "oauth";
|
|
288
288
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
289
289
|
}];
|
|
290
290
|
readonly serviceId: "vercel";
|
|
@@ -295,7 +295,7 @@ export declare const triggerDefinitions: {
|
|
|
295
295
|
readonly vercelProjectEnvironmentVariableCreated: {
|
|
296
296
|
readonly account: {
|
|
297
297
|
readonly connectionOptions: readonly [{
|
|
298
|
-
readonly
|
|
298
|
+
readonly connectionMethodId: "oauth";
|
|
299
299
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
300
300
|
}];
|
|
301
301
|
readonly serviceId: "vercel";
|
|
@@ -305,7 +305,7 @@ export declare const triggerDefinitions: {
|
|
|
305
305
|
readonly vercelProjectEnvironmentVariableDeleted: {
|
|
306
306
|
readonly account: {
|
|
307
307
|
readonly connectionOptions: readonly [{
|
|
308
|
-
readonly
|
|
308
|
+
readonly connectionMethodId: "oauth";
|
|
309
309
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
310
310
|
}];
|
|
311
311
|
readonly serviceId: "vercel";
|
|
@@ -315,7 +315,7 @@ export declare const triggerDefinitions: {
|
|
|
315
315
|
readonly vercelProjectEnvironmentVariableUpdated: {
|
|
316
316
|
readonly account: {
|
|
317
317
|
readonly connectionOptions: readonly [{
|
|
318
|
-
readonly
|
|
318
|
+
readonly connectionMethodId: "oauth";
|
|
319
319
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
320
320
|
}];
|
|
321
321
|
readonly serviceId: "vercel";
|
|
@@ -325,7 +325,7 @@ export declare const triggerDefinitions: {
|
|
|
325
325
|
readonly vercelProjectRemoved: {
|
|
326
326
|
readonly account: {
|
|
327
327
|
readonly connectionOptions: readonly [{
|
|
328
|
-
readonly
|
|
328
|
+
readonly connectionMethodId: "oauth";
|
|
329
329
|
readonly requiredScopes: readonly ["project:read"];
|
|
330
330
|
}];
|
|
331
331
|
readonly serviceId: "vercel";
|
|
@@ -335,7 +335,7 @@ export declare const triggerDefinitions: {
|
|
|
335
335
|
readonly vercelProjectRenamed: {
|
|
336
336
|
readonly account: {
|
|
337
337
|
readonly connectionOptions: readonly [{
|
|
338
|
-
readonly
|
|
338
|
+
readonly connectionMethodId: "oauth";
|
|
339
339
|
readonly requiredScopes: readonly ["project:read"];
|
|
340
340
|
}];
|
|
341
341
|
readonly serviceId: "vercel";
|
|
@@ -822,6 +822,149 @@ export declare const triggerDefinitions: {
|
|
|
822
822
|
readonly name: "Google Form response submitted";
|
|
823
823
|
readonly type: "googleForms.response.submitted";
|
|
824
824
|
};
|
|
825
|
+
readonly googleMeetConferenceEnded: {
|
|
826
|
+
readonly account: {
|
|
827
|
+
readonly connectionOptions: readonly [{
|
|
828
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
829
|
+
}];
|
|
830
|
+
readonly serviceId: "google";
|
|
831
|
+
};
|
|
832
|
+
readonly icon: "google-meet";
|
|
833
|
+
readonly name: "Google Meet conference ended";
|
|
834
|
+
readonly type: "googleMeet.conference.ended";
|
|
835
|
+
};
|
|
836
|
+
readonly googleMeetConferenceStarted: {
|
|
837
|
+
readonly account: {
|
|
838
|
+
readonly connectionOptions: readonly [{
|
|
839
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
840
|
+
}];
|
|
841
|
+
readonly serviceId: "google";
|
|
842
|
+
};
|
|
843
|
+
readonly icon: "google-meet";
|
|
844
|
+
readonly name: "Google Meet conference started";
|
|
845
|
+
readonly type: "googleMeet.conference.started";
|
|
846
|
+
};
|
|
847
|
+
readonly googleMeetParticipantJoined: {
|
|
848
|
+
readonly account: {
|
|
849
|
+
readonly connectionOptions: readonly [{
|
|
850
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
851
|
+
}];
|
|
852
|
+
readonly serviceId: "google";
|
|
853
|
+
};
|
|
854
|
+
readonly icon: "google-meet";
|
|
855
|
+
readonly name: "Google Meet participant joined";
|
|
856
|
+
readonly type: "googleMeet.participant.joined";
|
|
857
|
+
};
|
|
858
|
+
readonly googleMeetParticipantLeft: {
|
|
859
|
+
readonly account: {
|
|
860
|
+
readonly connectionOptions: readonly [{
|
|
861
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
862
|
+
}];
|
|
863
|
+
readonly serviceId: "google";
|
|
864
|
+
};
|
|
865
|
+
readonly icon: "google-meet";
|
|
866
|
+
readonly name: "Google Meet participant left";
|
|
867
|
+
readonly type: "googleMeet.participant.left";
|
|
868
|
+
};
|
|
869
|
+
readonly googleMeetRecordingEnded: {
|
|
870
|
+
readonly account: {
|
|
871
|
+
readonly connectionOptions: readonly [{
|
|
872
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
873
|
+
}];
|
|
874
|
+
readonly serviceId: "google";
|
|
875
|
+
};
|
|
876
|
+
readonly icon: "google-meet";
|
|
877
|
+
readonly name: "Google Meet recording ended";
|
|
878
|
+
readonly type: "googleMeet.recording.ended";
|
|
879
|
+
};
|
|
880
|
+
readonly googleMeetRecordingFileGenerated: {
|
|
881
|
+
readonly account: {
|
|
882
|
+
readonly connectionOptions: readonly [{
|
|
883
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
884
|
+
}];
|
|
885
|
+
readonly serviceId: "google";
|
|
886
|
+
};
|
|
887
|
+
readonly icon: "google-meet";
|
|
888
|
+
readonly name: "Google Meet recording generated";
|
|
889
|
+
readonly type: "googleMeet.recording.fileGenerated";
|
|
890
|
+
};
|
|
891
|
+
readonly googleMeetRecordingStarted: {
|
|
892
|
+
readonly account: {
|
|
893
|
+
readonly connectionOptions: readonly [{
|
|
894
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
895
|
+
}];
|
|
896
|
+
readonly serviceId: "google";
|
|
897
|
+
};
|
|
898
|
+
readonly icon: "google-meet";
|
|
899
|
+
readonly name: "Google Meet recording started";
|
|
900
|
+
readonly type: "googleMeet.recording.started";
|
|
901
|
+
};
|
|
902
|
+
readonly googleMeetSmartNoteEnded: {
|
|
903
|
+
readonly account: {
|
|
904
|
+
readonly connectionOptions: readonly [{
|
|
905
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
906
|
+
}];
|
|
907
|
+
readonly serviceId: "google";
|
|
908
|
+
};
|
|
909
|
+
readonly icon: "google-meet";
|
|
910
|
+
readonly name: "Google Meet smart note ended";
|
|
911
|
+
readonly type: "googleMeet.smartNote.ended";
|
|
912
|
+
};
|
|
913
|
+
readonly googleMeetSmartNoteFileGenerated: {
|
|
914
|
+
readonly account: {
|
|
915
|
+
readonly connectionOptions: readonly [{
|
|
916
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
917
|
+
}];
|
|
918
|
+
readonly serviceId: "google";
|
|
919
|
+
};
|
|
920
|
+
readonly icon: "google-meet";
|
|
921
|
+
readonly name: "Google Meet smart note generated";
|
|
922
|
+
readonly type: "googleMeet.smartNote.fileGenerated";
|
|
923
|
+
};
|
|
924
|
+
readonly googleMeetSmartNoteStarted: {
|
|
925
|
+
readonly account: {
|
|
926
|
+
readonly connectionOptions: readonly [{
|
|
927
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
928
|
+
}];
|
|
929
|
+
readonly serviceId: "google";
|
|
930
|
+
};
|
|
931
|
+
readonly icon: "google-meet";
|
|
932
|
+
readonly name: "Google Meet smart note started";
|
|
933
|
+
readonly type: "googleMeet.smartNote.started";
|
|
934
|
+
};
|
|
935
|
+
readonly googleMeetTranscriptEnded: {
|
|
936
|
+
readonly account: {
|
|
937
|
+
readonly connectionOptions: readonly [{
|
|
938
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
939
|
+
}];
|
|
940
|
+
readonly serviceId: "google";
|
|
941
|
+
};
|
|
942
|
+
readonly icon: "google-meet";
|
|
943
|
+
readonly name: "Google Meet transcript ended";
|
|
944
|
+
readonly type: "googleMeet.transcript.ended";
|
|
945
|
+
};
|
|
946
|
+
readonly googleMeetTranscriptFileGenerated: {
|
|
947
|
+
readonly account: {
|
|
948
|
+
readonly connectionOptions: readonly [{
|
|
949
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
950
|
+
}];
|
|
951
|
+
readonly serviceId: "google";
|
|
952
|
+
};
|
|
953
|
+
readonly icon: "google-meet";
|
|
954
|
+
readonly name: "Google Meet transcript generated";
|
|
955
|
+
readonly type: "googleMeet.transcript.fileGenerated";
|
|
956
|
+
};
|
|
957
|
+
readonly googleMeetTranscriptStarted: {
|
|
958
|
+
readonly account: {
|
|
959
|
+
readonly connectionOptions: readonly [{
|
|
960
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
961
|
+
}];
|
|
962
|
+
readonly serviceId: "google";
|
|
963
|
+
};
|
|
964
|
+
readonly icon: "google-meet";
|
|
965
|
+
readonly name: "Google Meet transcript started";
|
|
966
|
+
readonly type: "googleMeet.transcript.started";
|
|
967
|
+
};
|
|
825
968
|
readonly githubIssueClosed: {
|
|
826
969
|
readonly account: {
|
|
827
970
|
readonly connectionOptions: readonly [{
|
|
@@ -1940,6 +2083,136 @@ export declare const triggerCatalog: ({
|
|
|
1940
2083
|
};
|
|
1941
2084
|
icon: "google-forms";
|
|
1942
2085
|
type: "googleForms.response.submitted";
|
|
2086
|
+
} | {
|
|
2087
|
+
name: string;
|
|
2088
|
+
account: {
|
|
2089
|
+
readonly connectionOptions: readonly [{
|
|
2090
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2091
|
+
}];
|
|
2092
|
+
readonly serviceId: "google";
|
|
2093
|
+
};
|
|
2094
|
+
icon: "google-meet";
|
|
2095
|
+
type: "googleMeet.conference.ended";
|
|
2096
|
+
} | {
|
|
2097
|
+
name: string;
|
|
2098
|
+
account: {
|
|
2099
|
+
readonly connectionOptions: readonly [{
|
|
2100
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2101
|
+
}];
|
|
2102
|
+
readonly serviceId: "google";
|
|
2103
|
+
};
|
|
2104
|
+
icon: "google-meet";
|
|
2105
|
+
type: "googleMeet.conference.started";
|
|
2106
|
+
} | {
|
|
2107
|
+
name: string;
|
|
2108
|
+
account: {
|
|
2109
|
+
readonly connectionOptions: readonly [{
|
|
2110
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2111
|
+
}];
|
|
2112
|
+
readonly serviceId: "google";
|
|
2113
|
+
};
|
|
2114
|
+
icon: "google-meet";
|
|
2115
|
+
type: "googleMeet.participant.joined";
|
|
2116
|
+
} | {
|
|
2117
|
+
name: string;
|
|
2118
|
+
account: {
|
|
2119
|
+
readonly connectionOptions: readonly [{
|
|
2120
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2121
|
+
}];
|
|
2122
|
+
readonly serviceId: "google";
|
|
2123
|
+
};
|
|
2124
|
+
icon: "google-meet";
|
|
2125
|
+
type: "googleMeet.participant.left";
|
|
2126
|
+
} | {
|
|
2127
|
+
name: string;
|
|
2128
|
+
account: {
|
|
2129
|
+
readonly connectionOptions: readonly [{
|
|
2130
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2131
|
+
}];
|
|
2132
|
+
readonly serviceId: "google";
|
|
2133
|
+
};
|
|
2134
|
+
icon: "google-meet";
|
|
2135
|
+
type: "googleMeet.recording.ended";
|
|
2136
|
+
} | {
|
|
2137
|
+
name: string;
|
|
2138
|
+
account: {
|
|
2139
|
+
readonly connectionOptions: readonly [{
|
|
2140
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2141
|
+
}];
|
|
2142
|
+
readonly serviceId: "google";
|
|
2143
|
+
};
|
|
2144
|
+
icon: "google-meet";
|
|
2145
|
+
type: "googleMeet.recording.fileGenerated";
|
|
2146
|
+
} | {
|
|
2147
|
+
name: string;
|
|
2148
|
+
account: {
|
|
2149
|
+
readonly connectionOptions: readonly [{
|
|
2150
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2151
|
+
}];
|
|
2152
|
+
readonly serviceId: "google";
|
|
2153
|
+
};
|
|
2154
|
+
icon: "google-meet";
|
|
2155
|
+
type: "googleMeet.recording.started";
|
|
2156
|
+
} | {
|
|
2157
|
+
name: string;
|
|
2158
|
+
account: {
|
|
2159
|
+
readonly connectionOptions: readonly [{
|
|
2160
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2161
|
+
}];
|
|
2162
|
+
readonly serviceId: "google";
|
|
2163
|
+
};
|
|
2164
|
+
icon: "google-meet";
|
|
2165
|
+
type: "googleMeet.smartNote.ended";
|
|
2166
|
+
} | {
|
|
2167
|
+
name: string;
|
|
2168
|
+
account: {
|
|
2169
|
+
readonly connectionOptions: readonly [{
|
|
2170
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2171
|
+
}];
|
|
2172
|
+
readonly serviceId: "google";
|
|
2173
|
+
};
|
|
2174
|
+
icon: "google-meet";
|
|
2175
|
+
type: "googleMeet.smartNote.fileGenerated";
|
|
2176
|
+
} | {
|
|
2177
|
+
name: string;
|
|
2178
|
+
account: {
|
|
2179
|
+
readonly connectionOptions: readonly [{
|
|
2180
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2181
|
+
}];
|
|
2182
|
+
readonly serviceId: "google";
|
|
2183
|
+
};
|
|
2184
|
+
icon: "google-meet";
|
|
2185
|
+
type: "googleMeet.smartNote.started";
|
|
2186
|
+
} | {
|
|
2187
|
+
name: string;
|
|
2188
|
+
account: {
|
|
2189
|
+
readonly connectionOptions: readonly [{
|
|
2190
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2191
|
+
}];
|
|
2192
|
+
readonly serviceId: "google";
|
|
2193
|
+
};
|
|
2194
|
+
icon: "google-meet";
|
|
2195
|
+
type: "googleMeet.transcript.ended";
|
|
2196
|
+
} | {
|
|
2197
|
+
name: string;
|
|
2198
|
+
account: {
|
|
2199
|
+
readonly connectionOptions: readonly [{
|
|
2200
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2201
|
+
}];
|
|
2202
|
+
readonly serviceId: "google";
|
|
2203
|
+
};
|
|
2204
|
+
icon: "google-meet";
|
|
2205
|
+
type: "googleMeet.transcript.fileGenerated";
|
|
2206
|
+
} | {
|
|
2207
|
+
name: string;
|
|
2208
|
+
account: {
|
|
2209
|
+
readonly connectionOptions: readonly [{
|
|
2210
|
+
readonly requiredScopes: readonly ["https://www.googleapis.com/auth/meetings.space.readonly"];
|
|
2211
|
+
}];
|
|
2212
|
+
readonly serviceId: "google";
|
|
2213
|
+
};
|
|
2214
|
+
icon: "google-meet";
|
|
2215
|
+
type: "googleMeet.transcript.started";
|
|
1943
2216
|
} | {
|
|
1944
2217
|
name: string;
|
|
1945
2218
|
account: {
|
|
@@ -2289,7 +2562,7 @@ export declare const triggerCatalog: ({
|
|
|
2289
2562
|
name: string;
|
|
2290
2563
|
account: {
|
|
2291
2564
|
readonly connectionOptions: readonly [{
|
|
2292
|
-
readonly
|
|
2565
|
+
readonly connectionMethodId: "oauth";
|
|
2293
2566
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2294
2567
|
}];
|
|
2295
2568
|
readonly serviceId: "vercel";
|
|
@@ -2299,7 +2572,7 @@ export declare const triggerCatalog: ({
|
|
|
2299
2572
|
name: string;
|
|
2300
2573
|
account: {
|
|
2301
2574
|
readonly connectionOptions: readonly [{
|
|
2302
|
-
readonly
|
|
2575
|
+
readonly connectionMethodId: "oauth";
|
|
2303
2576
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2304
2577
|
}];
|
|
2305
2578
|
readonly serviceId: "vercel";
|
|
@@ -2309,7 +2582,7 @@ export declare const triggerCatalog: ({
|
|
|
2309
2582
|
name: string;
|
|
2310
2583
|
account: {
|
|
2311
2584
|
readonly connectionOptions: readonly [{
|
|
2312
|
-
readonly
|
|
2585
|
+
readonly connectionMethodId: "oauth";
|
|
2313
2586
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2314
2587
|
}];
|
|
2315
2588
|
readonly serviceId: "vercel";
|
|
@@ -2319,7 +2592,7 @@ export declare const triggerCatalog: ({
|
|
|
2319
2592
|
name: string;
|
|
2320
2593
|
account: {
|
|
2321
2594
|
readonly connectionOptions: readonly [{
|
|
2322
|
-
readonly
|
|
2595
|
+
readonly connectionMethodId: "oauth";
|
|
2323
2596
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2324
2597
|
}];
|
|
2325
2598
|
readonly serviceId: "vercel";
|
|
@@ -2329,7 +2602,7 @@ export declare const triggerCatalog: ({
|
|
|
2329
2602
|
name: string;
|
|
2330
2603
|
account: {
|
|
2331
2604
|
readonly connectionOptions: readonly [{
|
|
2332
|
-
readonly
|
|
2605
|
+
readonly connectionMethodId: "oauth";
|
|
2333
2606
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2334
2607
|
}];
|
|
2335
2608
|
readonly serviceId: "vercel";
|
|
@@ -2339,7 +2612,7 @@ export declare const triggerCatalog: ({
|
|
|
2339
2612
|
name: string;
|
|
2340
2613
|
account: {
|
|
2341
2614
|
readonly connectionOptions: readonly [{
|
|
2342
|
-
readonly
|
|
2615
|
+
readonly connectionMethodId: "oauth";
|
|
2343
2616
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2344
2617
|
}];
|
|
2345
2618
|
readonly serviceId: "vercel";
|
|
@@ -2349,7 +2622,7 @@ export declare const triggerCatalog: ({
|
|
|
2349
2622
|
name: string;
|
|
2350
2623
|
account: {
|
|
2351
2624
|
readonly connectionOptions: readonly [{
|
|
2352
|
-
readonly
|
|
2625
|
+
readonly connectionMethodId: "oauth";
|
|
2353
2626
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
2354
2627
|
}];
|
|
2355
2628
|
readonly serviceId: "vercel";
|
|
@@ -2359,7 +2632,7 @@ export declare const triggerCatalog: ({
|
|
|
2359
2632
|
name: string;
|
|
2360
2633
|
account: {
|
|
2361
2634
|
readonly connectionOptions: readonly [{
|
|
2362
|
-
readonly
|
|
2635
|
+
readonly connectionMethodId: "oauth";
|
|
2363
2636
|
readonly requiredScopes: readonly [];
|
|
2364
2637
|
}];
|
|
2365
2638
|
readonly serviceId: "vercel";
|
|
@@ -2369,7 +2642,7 @@ export declare const triggerCatalog: ({
|
|
|
2369
2642
|
name: string;
|
|
2370
2643
|
account: {
|
|
2371
2644
|
readonly connectionOptions: readonly [{
|
|
2372
|
-
readonly
|
|
2645
|
+
readonly connectionMethodId: "oauth";
|
|
2373
2646
|
readonly requiredScopes: readonly [];
|
|
2374
2647
|
}];
|
|
2375
2648
|
readonly serviceId: "vercel";
|
|
@@ -2379,7 +2652,7 @@ export declare const triggerCatalog: ({
|
|
|
2379
2652
|
name: string;
|
|
2380
2653
|
account: {
|
|
2381
2654
|
readonly connectionOptions: readonly [{
|
|
2382
|
-
readonly
|
|
2655
|
+
readonly connectionMethodId: "oauth";
|
|
2383
2656
|
readonly requiredScopes: readonly [];
|
|
2384
2657
|
}];
|
|
2385
2658
|
readonly serviceId: "vercel";
|
|
@@ -2389,7 +2662,7 @@ export declare const triggerCatalog: ({
|
|
|
2389
2662
|
name: string;
|
|
2390
2663
|
account: {
|
|
2391
2664
|
readonly connectionOptions: readonly [{
|
|
2392
|
-
readonly
|
|
2665
|
+
readonly connectionMethodId: "oauth";
|
|
2393
2666
|
readonly requiredScopes: readonly [];
|
|
2394
2667
|
}];
|
|
2395
2668
|
readonly serviceId: "vercel";
|
|
@@ -2399,7 +2672,7 @@ export declare const triggerCatalog: ({
|
|
|
2399
2672
|
name: string;
|
|
2400
2673
|
account: {
|
|
2401
2674
|
readonly connectionOptions: readonly [{
|
|
2402
|
-
readonly
|
|
2675
|
+
readonly connectionMethodId: "oauth";
|
|
2403
2676
|
readonly requiredScopes: readonly [];
|
|
2404
2677
|
}];
|
|
2405
2678
|
readonly serviceId: "vercel";
|
|
@@ -2409,7 +2682,7 @@ export declare const triggerCatalog: ({
|
|
|
2409
2682
|
name: string;
|
|
2410
2683
|
account: {
|
|
2411
2684
|
readonly connectionOptions: readonly [{
|
|
2412
|
-
readonly
|
|
2685
|
+
readonly connectionMethodId: "oauth";
|
|
2413
2686
|
readonly requiredScopes: readonly ["project:read"];
|
|
2414
2687
|
}];
|
|
2415
2688
|
readonly serviceId: "vercel";
|
|
@@ -2419,7 +2692,7 @@ export declare const triggerCatalog: ({
|
|
|
2419
2692
|
name: string;
|
|
2420
2693
|
account: {
|
|
2421
2694
|
readonly connectionOptions: readonly [{
|
|
2422
|
-
readonly
|
|
2695
|
+
readonly connectionMethodId: "oauth";
|
|
2423
2696
|
readonly requiredScopes: readonly ["project:read"];
|
|
2424
2697
|
}];
|
|
2425
2698
|
readonly serviceId: "vercel";
|
|
@@ -2429,7 +2702,7 @@ export declare const triggerCatalog: ({
|
|
|
2429
2702
|
name: string;
|
|
2430
2703
|
account: {
|
|
2431
2704
|
readonly connectionOptions: readonly [{
|
|
2432
|
-
readonly
|
|
2705
|
+
readonly connectionMethodId: "oauth";
|
|
2433
2706
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2434
2707
|
}];
|
|
2435
2708
|
readonly serviceId: "vercel";
|
|
@@ -2439,7 +2712,7 @@ export declare const triggerCatalog: ({
|
|
|
2439
2712
|
name: string;
|
|
2440
2713
|
account: {
|
|
2441
2714
|
readonly connectionOptions: readonly [{
|
|
2442
|
-
readonly
|
|
2715
|
+
readonly connectionMethodId: "oauth";
|
|
2443
2716
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2444
2717
|
}];
|
|
2445
2718
|
readonly serviceId: "vercel";
|
|
@@ -2449,7 +2722,7 @@ export declare const triggerCatalog: ({
|
|
|
2449
2722
|
name: string;
|
|
2450
2723
|
account: {
|
|
2451
2724
|
readonly connectionOptions: readonly [{
|
|
2452
|
-
readonly
|
|
2725
|
+
readonly connectionMethodId: "oauth";
|
|
2453
2726
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2454
2727
|
}];
|
|
2455
2728
|
readonly serviceId: "vercel";
|
|
@@ -2459,7 +2732,7 @@ export declare const triggerCatalog: ({
|
|
|
2459
2732
|
name: string;
|
|
2460
2733
|
account: {
|
|
2461
2734
|
readonly connectionOptions: readonly [{
|
|
2462
|
-
readonly
|
|
2735
|
+
readonly connectionMethodId: "oauth";
|
|
2463
2736
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2464
2737
|
}];
|
|
2465
2738
|
readonly serviceId: "vercel";
|
|
@@ -2469,7 +2742,7 @@ export declare const triggerCatalog: ({
|
|
|
2469
2742
|
name: string;
|
|
2470
2743
|
account: {
|
|
2471
2744
|
readonly connectionOptions: readonly [{
|
|
2472
|
-
readonly
|
|
2745
|
+
readonly connectionMethodId: "oauth";
|
|
2473
2746
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2474
2747
|
}];
|
|
2475
2748
|
readonly serviceId: "vercel";
|
|
@@ -2479,7 +2752,7 @@ export declare const triggerCatalog: ({
|
|
|
2479
2752
|
name: string;
|
|
2480
2753
|
account: {
|
|
2481
2754
|
readonly connectionOptions: readonly [{
|
|
2482
|
-
readonly
|
|
2755
|
+
readonly connectionMethodId: "oauth";
|
|
2483
2756
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2484
2757
|
}];
|
|
2485
2758
|
readonly serviceId: "vercel";
|
|
@@ -2489,7 +2762,7 @@ export declare const triggerCatalog: ({
|
|
|
2489
2762
|
name: string;
|
|
2490
2763
|
account: {
|
|
2491
2764
|
readonly connectionOptions: readonly [{
|
|
2492
|
-
readonly
|
|
2765
|
+
readonly connectionMethodId: "oauth";
|
|
2493
2766
|
readonly requiredScopes: readonly ["domain:read"];
|
|
2494
2767
|
}];
|
|
2495
2768
|
readonly serviceId: "vercel";
|
|
@@ -2499,7 +2772,7 @@ export declare const triggerCatalog: ({
|
|
|
2499
2772
|
name: string;
|
|
2500
2773
|
account: {
|
|
2501
2774
|
readonly connectionOptions: readonly [{
|
|
2502
|
-
readonly
|
|
2775
|
+
readonly connectionMethodId: "oauth";
|
|
2503
2776
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
2504
2777
|
}];
|
|
2505
2778
|
readonly serviceId: "vercel";
|
|
@@ -2509,7 +2782,7 @@ export declare const triggerCatalog: ({
|
|
|
2509
2782
|
name: string;
|
|
2510
2783
|
account: {
|
|
2511
2784
|
readonly connectionOptions: readonly [{
|
|
2512
|
-
readonly
|
|
2785
|
+
readonly connectionMethodId: "oauth";
|
|
2513
2786
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
2514
2787
|
}];
|
|
2515
2788
|
readonly serviceId: "vercel";
|
|
@@ -2519,7 +2792,7 @@ export declare const triggerCatalog: ({
|
|
|
2519
2792
|
name: string;
|
|
2520
2793
|
account: {
|
|
2521
2794
|
readonly connectionOptions: readonly [{
|
|
2522
|
-
readonly
|
|
2795
|
+
readonly connectionMethodId: "oauth";
|
|
2523
2796
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
2524
2797
|
}];
|
|
2525
2798
|
readonly serviceId: "vercel";
|
|
@@ -2529,7 +2802,7 @@ export declare const triggerCatalog: ({
|
|
|
2529
2802
|
name: string;
|
|
2530
2803
|
account: {
|
|
2531
2804
|
readonly connectionOptions: readonly [{
|
|
2532
|
-
readonly
|
|
2805
|
+
readonly connectionMethodId: "oauth";
|
|
2533
2806
|
readonly requiredScopes: readonly ["global-project-env-vars:read"];
|
|
2534
2807
|
}];
|
|
2535
2808
|
readonly serviceId: "vercel";
|
|
@@ -2539,7 +2812,7 @@ export declare const triggerCatalog: ({
|
|
|
2539
2812
|
name: string;
|
|
2540
2813
|
account: {
|
|
2541
2814
|
readonly connectionOptions: readonly [{
|
|
2542
|
-
readonly
|
|
2815
|
+
readonly connectionMethodId: "oauth";
|
|
2543
2816
|
readonly requiredScopes: readonly ["project:read"];
|
|
2544
2817
|
}];
|
|
2545
2818
|
readonly serviceId: "vercel";
|
|
@@ -2549,7 +2822,7 @@ export declare const triggerCatalog: ({
|
|
|
2549
2822
|
name: string;
|
|
2550
2823
|
account: {
|
|
2551
2824
|
readonly connectionOptions: readonly [{
|
|
2552
|
-
readonly
|
|
2825
|
+
readonly connectionMethodId: "oauth";
|
|
2553
2826
|
readonly requiredScopes: readonly ["project:read"];
|
|
2554
2827
|
}];
|
|
2555
2828
|
readonly serviceId: "vercel";
|