@automate.ax/catalog 0.105.0 → 0.109.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.
@@ -3,6 +3,7 @@ import type { IntegrationAccountRequirement, TriggerDefinition } from "../types"
3
3
  const LINEAR_ACCOUNT = {
4
4
  connectionOptions: [
5
5
  {
6
+ connectionMethodId: "oauth",
6
7
  requiredScopes: ["read"],
7
8
  },
8
9
  ],
@@ -10,6 +11,22 @@ const LINEAR_ACCOUNT = {
10
11
  } as const satisfies IntegrationAccountRequirement
11
12
 
12
13
  export const linearTriggerDefinitions = {
14
+ linearAttachmentCreated: {
15
+ account: LINEAR_ACCOUNT,
16
+ type: "linear.attachment.created",
17
+ },
18
+ linearAttachmentEvent: {
19
+ account: LINEAR_ACCOUNT,
20
+ type: "linear.attachment.event",
21
+ },
22
+ linearAttachmentRemoved: {
23
+ account: LINEAR_ACCOUNT,
24
+ type: "linear.attachment.removed",
25
+ },
26
+ linearAttachmentUpdated: {
27
+ account: LINEAR_ACCOUNT,
28
+ type: "linear.attachment.updated",
29
+ },
13
30
  linearCommentCreated: {
14
31
  account: LINEAR_ACCOUNT,
15
32
  type: "linear.comment.created",
@@ -26,6 +43,134 @@ export const linearTriggerDefinitions = {
26
43
  account: LINEAR_ACCOUNT,
27
44
  type: "linear.comment.updated",
28
45
  },
46
+ linearCustomerNeedCreated: {
47
+ account: LINEAR_ACCOUNT,
48
+ type: "linear.customer-need.created",
49
+ },
50
+ linearCustomerNeedEvent: {
51
+ account: LINEAR_ACCOUNT,
52
+ type: "linear.customer-need.event",
53
+ },
54
+ linearCustomerNeedRemoved: {
55
+ account: LINEAR_ACCOUNT,
56
+ type: "linear.customer-need.removed",
57
+ },
58
+ linearCustomerNeedUpdated: {
59
+ account: LINEAR_ACCOUNT,
60
+ type: "linear.customer-need.updated",
61
+ },
62
+ linearCustomerCreated: {
63
+ account: LINEAR_ACCOUNT,
64
+ type: "linear.customer.created",
65
+ },
66
+ linearCustomerEvent: {
67
+ account: LINEAR_ACCOUNT,
68
+ type: "linear.customer.event",
69
+ },
70
+ linearCustomerRemoved: {
71
+ account: LINEAR_ACCOUNT,
72
+ type: "linear.customer.removed",
73
+ },
74
+ linearCustomerUpdated: {
75
+ account: LINEAR_ACCOUNT,
76
+ type: "linear.customer.updated",
77
+ },
78
+ linearCycleCreated: {
79
+ account: LINEAR_ACCOUNT,
80
+ type: "linear.cycle.created",
81
+ },
82
+ linearCycleEvent: {
83
+ account: LINEAR_ACCOUNT,
84
+ type: "linear.cycle.event",
85
+ },
86
+ linearCycleRemoved: {
87
+ account: LINEAR_ACCOUNT,
88
+ type: "linear.cycle.removed",
89
+ },
90
+ linearCycleUpdated: {
91
+ account: LINEAR_ACCOUNT,
92
+ type: "linear.cycle.updated",
93
+ },
94
+ linearDocumentCreated: {
95
+ account: LINEAR_ACCOUNT,
96
+ type: "linear.document.created",
97
+ },
98
+ linearDocumentEvent: {
99
+ account: LINEAR_ACCOUNT,
100
+ type: "linear.document.event",
101
+ },
102
+ linearDocumentRemoved: {
103
+ account: LINEAR_ACCOUNT,
104
+ type: "linear.document.removed",
105
+ },
106
+ linearDocumentUpdated: {
107
+ account: LINEAR_ACCOUNT,
108
+ type: "linear.document.updated",
109
+ },
110
+ linearInitiativeUpdateCreated: {
111
+ account: LINEAR_ACCOUNT,
112
+ type: "linear.initiative-update.created",
113
+ },
114
+ linearInitiativeUpdateEvent: {
115
+ account: LINEAR_ACCOUNT,
116
+ type: "linear.initiative-update.event",
117
+ },
118
+ linearInitiativeUpdateRemoved: {
119
+ account: LINEAR_ACCOUNT,
120
+ type: "linear.initiative-update.removed",
121
+ },
122
+ linearInitiativeUpdateUpdated: {
123
+ account: LINEAR_ACCOUNT,
124
+ type: "linear.initiative-update.updated",
125
+ },
126
+ linearInitiativeCreated: {
127
+ account: LINEAR_ACCOUNT,
128
+ type: "linear.initiative.created",
129
+ },
130
+ linearInitiativeEvent: {
131
+ account: LINEAR_ACCOUNT,
132
+ type: "linear.initiative.event",
133
+ },
134
+ linearInitiativeRemoved: {
135
+ account: LINEAR_ACCOUNT,
136
+ type: "linear.initiative.removed",
137
+ },
138
+ linearInitiativeUpdated: {
139
+ account: LINEAR_ACCOUNT,
140
+ type: "linear.initiative.updated",
141
+ },
142
+ linearIssueLabelCreated: {
143
+ account: LINEAR_ACCOUNT,
144
+ type: "linear.issue-label.created",
145
+ },
146
+ linearIssueLabelEvent: {
147
+ account: LINEAR_ACCOUNT,
148
+ type: "linear.issue-label.event",
149
+ },
150
+ linearIssueLabelRemoved: {
151
+ account: LINEAR_ACCOUNT,
152
+ type: "linear.issue-label.removed",
153
+ },
154
+ linearIssueLabelUpdated: {
155
+ account: LINEAR_ACCOUNT,
156
+ type: "linear.issue-label.updated",
157
+ },
158
+ linearIssueSlaBreached: {
159
+ account: LINEAR_ACCOUNT,
160
+ type: "linear.issue-sla.breached",
161
+ },
162
+ linearIssueSlaEvent: {
163
+ account: LINEAR_ACCOUNT,
164
+ type: "linear.issue-sla.event",
165
+ },
166
+ linearIssueSlaHighRisk: {
167
+ account: LINEAR_ACCOUNT,
168
+ type: "linear.issue-sla.high-risk",
169
+ },
170
+ linearIssueSlaSet: {
171
+ account: LINEAR_ACCOUNT,
172
+ type: "linear.issue-sla.set",
173
+ },
29
174
  linearIssueCreated: {
30
175
  account: LINEAR_ACCOUNT,
31
176
  type: "linear.issue.created",
@@ -42,6 +187,38 @@ export const linearTriggerDefinitions = {
42
187
  account: LINEAR_ACCOUNT,
43
188
  type: "linear.issue.updated",
44
189
  },
190
+ linearProjectLabelCreated: {
191
+ account: LINEAR_ACCOUNT,
192
+ type: "linear.project-label.created",
193
+ },
194
+ linearProjectLabelEvent: {
195
+ account: LINEAR_ACCOUNT,
196
+ type: "linear.project-label.event",
197
+ },
198
+ linearProjectLabelRemoved: {
199
+ account: LINEAR_ACCOUNT,
200
+ type: "linear.project-label.removed",
201
+ },
202
+ linearProjectLabelUpdated: {
203
+ account: LINEAR_ACCOUNT,
204
+ type: "linear.project-label.updated",
205
+ },
206
+ linearProjectUpdateCreated: {
207
+ account: LINEAR_ACCOUNT,
208
+ type: "linear.project-update.created",
209
+ },
210
+ linearProjectUpdateEvent: {
211
+ account: LINEAR_ACCOUNT,
212
+ type: "linear.project-update.event",
213
+ },
214
+ linearProjectUpdateRemoved: {
215
+ account: LINEAR_ACCOUNT,
216
+ type: "linear.project-update.removed",
217
+ },
218
+ linearProjectUpdateUpdated: {
219
+ account: LINEAR_ACCOUNT,
220
+ type: "linear.project-update.updated",
221
+ },
45
222
  linearProjectCreated: {
46
223
  account: LINEAR_ACCOUNT,
47
224
  type: "linear.project.created",
@@ -58,4 +235,64 @@ export const linearTriggerDefinitions = {
58
235
  account: LINEAR_ACCOUNT,
59
236
  type: "linear.project.updated",
60
237
  },
238
+ linearReactionCreated: {
239
+ account: LINEAR_ACCOUNT,
240
+ type: "linear.reaction.created",
241
+ },
242
+ linearReactionEvent: {
243
+ account: LINEAR_ACCOUNT,
244
+ type: "linear.reaction.event",
245
+ },
246
+ linearReactionRemoved: {
247
+ account: LINEAR_ACCOUNT,
248
+ type: "linear.reaction.removed",
249
+ },
250
+ linearReleaseNoteCreated: {
251
+ account: LINEAR_ACCOUNT,
252
+ type: "linear.release-note.created",
253
+ },
254
+ linearReleaseNoteEvent: {
255
+ account: LINEAR_ACCOUNT,
256
+ type: "linear.release-note.event",
257
+ },
258
+ linearReleaseNoteRemoved: {
259
+ account: LINEAR_ACCOUNT,
260
+ type: "linear.release-note.removed",
261
+ },
262
+ linearReleaseNoteUpdated: {
263
+ account: LINEAR_ACCOUNT,
264
+ type: "linear.release-note.updated",
265
+ },
266
+ linearReleaseCreated: {
267
+ account: LINEAR_ACCOUNT,
268
+ type: "linear.release.created",
269
+ },
270
+ linearReleaseEvent: {
271
+ account: LINEAR_ACCOUNT,
272
+ type: "linear.release.event",
273
+ },
274
+ linearReleaseRemoved: {
275
+ account: LINEAR_ACCOUNT,
276
+ type: "linear.release.removed",
277
+ },
278
+ linearReleaseUpdated: {
279
+ account: LINEAR_ACCOUNT,
280
+ type: "linear.release.updated",
281
+ },
282
+ linearUserCreated: {
283
+ account: LINEAR_ACCOUNT,
284
+ type: "linear.user.created",
285
+ },
286
+ linearUserEvent: {
287
+ account: LINEAR_ACCOUNT,
288
+ type: "linear.user.event",
289
+ },
290
+ linearUserRemoved: {
291
+ account: LINEAR_ACCOUNT,
292
+ type: "linear.user.removed",
293
+ },
294
+ linearUserUpdated: {
295
+ account: LINEAR_ACCOUNT,
296
+ type: "linear.user.updated",
297
+ },
61
298
  } as const satisfies Record<string, TriggerDefinition>