@keystrokehq/sentry 0.0.10 → 0.0.12
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/_official/index.d.mts +2 -2
- package/dist/_official/index.mjs +1 -1
- package/dist/_runtime/index.d.mts +1 -1
- package/dist/_runtime/index.mjs +1 -1
- package/dist/alerts.d.mts +22 -22
- package/dist/alerts.mjs +12 -12
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +10 -10
- package/dist/dashboards.mjs +6 -6
- package/dist/debug-files.d.mts +6 -6
- package/dist/debug-files.mjs +4 -4
- package/dist/deploys.d.mts +4 -4
- package/dist/deploys.mjs +3 -3
- package/dist/discover.d.mts +10 -10
- package/dist/discover.mjs +6 -6
- package/dist/{endpoint-factory-BKyte5gU.mjs → endpoint-factory-C0WIFmtK.mjs} +1 -2
- package/dist/environments.d.mts +8 -8
- package/dist/environments.mjs +4 -4
- package/dist/events-api.d.mts +14 -14
- package/dist/events-api.mjs +8 -8
- package/dist/feedback.d.mts +4 -4
- package/dist/feedback.mjs +3 -3
- package/dist/integration-DCNn_9vz.mjs +356 -0
- package/dist/{integration-BaLZqIqf.d.mts → integration-rmp485nJ.d.mts} +2 -3
- package/dist/issues.d.mts +36 -36
- package/dist/issues.mjs +14 -14
- package/dist/members.d.mts +14 -14
- package/dist/members.mjs +8 -8
- package/dist/monitors.d.mts +32 -32
- package/dist/monitors.mjs +11 -11
- package/dist/notifications.d.mts +10 -10
- package/dist/notifications.mjs +6 -6
- package/dist/organizations.d.mts +32 -32
- package/dist/organizations.mjs +16 -16
- package/dist/project-keys.d.mts +10 -10
- package/dist/project-keys.mjs +6 -6
- package/dist/projects.d.mts +38 -38
- package/dist/projects.mjs +20 -20
- package/dist/releases.d.mts +44 -44
- package/dist/releases.mjs +22 -22
- package/dist/replays.d.mts +18 -18
- package/dist/replays.mjs +10 -10
- package/dist/schemas.d.mts +4 -4
- package/dist/scim.d.mts +22 -22
- package/dist/scim.mjs +12 -12
- package/dist/teams.d.mts +28 -28
- package/dist/teams.mjs +15 -15
- package/dist/triggers.d.mts +59 -3
- package/dist/triggers.mjs +51 -1
- package/dist/user-emails.d.mts +8 -8
- package/dist/user-emails.mjs +5 -5
- package/dist/webhooks.d.mts +10 -10
- package/dist/webhooks.mjs +6 -6
- package/package.json +5 -5
- package/dist/integration-DQ-PSbHu.mjs +0 -156
package/dist/monitors.d.mts
CHANGED
|
@@ -23,18 +23,18 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
23
23
|
name: z.ZodString;
|
|
24
24
|
status: z.ZodOptional<z.ZodEnum<{
|
|
25
25
|
error: "error";
|
|
26
|
+
timeout: "timeout";
|
|
26
27
|
active: "active";
|
|
27
28
|
disabled: "disabled";
|
|
28
29
|
ok: "ok";
|
|
29
30
|
missed_checkin: "missed_checkin";
|
|
30
|
-
timeout: "timeout";
|
|
31
31
|
pending_deletion: "pending_deletion";
|
|
32
32
|
deletion_in_progress: "deletion_in_progress";
|
|
33
33
|
}>>;
|
|
34
34
|
type: z.ZodOptional<z.ZodString>;
|
|
35
35
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
36
36
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
37
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
38
38
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
39
39
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
40
40
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -56,18 +56,18 @@ declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
56
56
|
name: z.ZodString;
|
|
57
57
|
status: z.ZodOptional<z.ZodEnum<{
|
|
58
58
|
error: "error";
|
|
59
|
+
timeout: "timeout";
|
|
59
60
|
active: "active";
|
|
60
61
|
disabled: "disabled";
|
|
61
62
|
ok: "ok";
|
|
62
63
|
missed_checkin: "missed_checkin";
|
|
63
|
-
timeout: "timeout";
|
|
64
64
|
pending_deletion: "pending_deletion";
|
|
65
65
|
deletion_in_progress: "deletion_in_progress";
|
|
66
66
|
}>>;
|
|
67
67
|
type: z.ZodOptional<z.ZodString>;
|
|
68
68
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
69
69
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
70
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
70
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
71
71
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
72
72
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
73
73
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -85,18 +85,18 @@ declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.Z
|
|
|
85
85
|
name: z.ZodString;
|
|
86
86
|
status: z.ZodOptional<z.ZodEnum<{
|
|
87
87
|
error: "error";
|
|
88
|
+
timeout: "timeout";
|
|
88
89
|
active: "active";
|
|
89
90
|
disabled: "disabled";
|
|
90
91
|
ok: "ok";
|
|
91
92
|
missed_checkin: "missed_checkin";
|
|
92
|
-
timeout: "timeout";
|
|
93
93
|
pending_deletion: "pending_deletion";
|
|
94
94
|
deletion_in_progress: "deletion_in_progress";
|
|
95
95
|
}>>;
|
|
96
96
|
type: z.ZodOptional<z.ZodString>;
|
|
97
97
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
98
98
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
99
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
99
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
100
100
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
101
101
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
102
102
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -123,18 +123,18 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
|
|
|
123
123
|
name: z.ZodString;
|
|
124
124
|
status: z.ZodOptional<z.ZodEnum<{
|
|
125
125
|
error: "error";
|
|
126
|
+
timeout: "timeout";
|
|
126
127
|
active: "active";
|
|
127
128
|
disabled: "disabled";
|
|
128
129
|
ok: "ok";
|
|
129
130
|
missed_checkin: "missed_checkin";
|
|
130
|
-
timeout: "timeout";
|
|
131
131
|
pending_deletion: "pending_deletion";
|
|
132
132
|
deletion_in_progress: "deletion_in_progress";
|
|
133
133
|
}>>;
|
|
134
134
|
type: z.ZodOptional<z.ZodString>;
|
|
135
135
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
136
136
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
137
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
137
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
138
138
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
139
139
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
140
140
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -146,7 +146,7 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
|
|
|
146
146
|
declare const deleteOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
147
147
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
148
148
|
monitor_id_or_slug: z.ZodString;
|
|
149
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
149
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
150
150
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
151
151
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
152
152
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -165,18 +165,18 @@ declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
165
165
|
name: z.ZodString;
|
|
166
166
|
status: z.ZodOptional<z.ZodEnum<{
|
|
167
167
|
error: "error";
|
|
168
|
+
timeout: "timeout";
|
|
168
169
|
active: "active";
|
|
169
170
|
disabled: "disabled";
|
|
170
171
|
ok: "ok";
|
|
171
172
|
missed_checkin: "missed_checkin";
|
|
172
|
-
timeout: "timeout";
|
|
173
173
|
pending_deletion: "pending_deletion";
|
|
174
174
|
deletion_in_progress: "deletion_in_progress";
|
|
175
175
|
}>>;
|
|
176
176
|
type: z.ZodOptional<z.ZodString>;
|
|
177
177
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
178
178
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
179
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
179
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
180
180
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
181
181
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
182
182
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -202,18 +202,18 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
202
202
|
name: z.ZodString;
|
|
203
203
|
status: z.ZodOptional<z.ZodEnum<{
|
|
204
204
|
error: "error";
|
|
205
|
+
timeout: "timeout";
|
|
205
206
|
active: "active";
|
|
206
207
|
disabled: "disabled";
|
|
207
208
|
ok: "ok";
|
|
208
209
|
missed_checkin: "missed_checkin";
|
|
209
|
-
timeout: "timeout";
|
|
210
210
|
pending_deletion: "pending_deletion";
|
|
211
211
|
deletion_in_progress: "deletion_in_progress";
|
|
212
212
|
}>>;
|
|
213
213
|
type: z.ZodOptional<z.ZodString>;
|
|
214
214
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
215
215
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
216
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
216
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
217
217
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
218
218
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
219
219
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -226,7 +226,7 @@ declare const deleteProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
226
226
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
227
227
|
project_slug: z.ZodString;
|
|
228
228
|
monitor_id_or_slug: z.ZodString;
|
|
229
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
229
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
230
230
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
231
231
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
232
232
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -243,7 +243,7 @@ declare const retrieveMonitorCheckins: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
243
243
|
project_slug: z.ZodString;
|
|
244
244
|
monitor_id_or_slug: z.ZodString;
|
|
245
245
|
environment: z.ZodOptional<z.ZodString>;
|
|
246
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
246
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
247
247
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
248
248
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
249
249
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -259,7 +259,7 @@ declare const retrieveMonitorCheckinsByOrg: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
259
259
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
260
260
|
monitor_id_or_slug: z.ZodString;
|
|
261
261
|
environment: z.ZodOptional<z.ZodString>;
|
|
262
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
262
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
263
263
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
264
264
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
265
265
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -289,18 +289,18 @@ declare const sentryMonitorOperations: {
|
|
|
289
289
|
name: z.ZodString;
|
|
290
290
|
status: z.ZodOptional<z.ZodEnum<{
|
|
291
291
|
error: "error";
|
|
292
|
+
timeout: "timeout";
|
|
292
293
|
active: "active";
|
|
293
294
|
disabled: "disabled";
|
|
294
295
|
ok: "ok";
|
|
295
296
|
missed_checkin: "missed_checkin";
|
|
296
|
-
timeout: "timeout";
|
|
297
297
|
pending_deletion: "pending_deletion";
|
|
298
298
|
deletion_in_progress: "deletion_in_progress";
|
|
299
299
|
}>>;
|
|
300
300
|
type: z.ZodOptional<z.ZodString>;
|
|
301
301
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
302
302
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
303
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
303
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
304
304
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
305
305
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
306
306
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -322,18 +322,18 @@ declare const sentryMonitorOperations: {
|
|
|
322
322
|
name: z.ZodString;
|
|
323
323
|
status: z.ZodOptional<z.ZodEnum<{
|
|
324
324
|
error: "error";
|
|
325
|
+
timeout: "timeout";
|
|
325
326
|
active: "active";
|
|
326
327
|
disabled: "disabled";
|
|
327
328
|
ok: "ok";
|
|
328
329
|
missed_checkin: "missed_checkin";
|
|
329
|
-
timeout: "timeout";
|
|
330
330
|
pending_deletion: "pending_deletion";
|
|
331
331
|
deletion_in_progress: "deletion_in_progress";
|
|
332
332
|
}>>;
|
|
333
333
|
type: z.ZodOptional<z.ZodString>;
|
|
334
334
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
335
335
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
336
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
336
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
337
337
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
338
338
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
339
339
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -351,18 +351,18 @@ declare const sentryMonitorOperations: {
|
|
|
351
351
|
name: z.ZodString;
|
|
352
352
|
status: z.ZodOptional<z.ZodEnum<{
|
|
353
353
|
error: "error";
|
|
354
|
+
timeout: "timeout";
|
|
354
355
|
active: "active";
|
|
355
356
|
disabled: "disabled";
|
|
356
357
|
ok: "ok";
|
|
357
358
|
missed_checkin: "missed_checkin";
|
|
358
|
-
timeout: "timeout";
|
|
359
359
|
pending_deletion: "pending_deletion";
|
|
360
360
|
deletion_in_progress: "deletion_in_progress";
|
|
361
361
|
}>>;
|
|
362
362
|
type: z.ZodOptional<z.ZodString>;
|
|
363
363
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
364
364
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
365
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
365
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
366
366
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
367
367
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
368
368
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -389,18 +389,18 @@ declare const sentryMonitorOperations: {
|
|
|
389
389
|
name: z.ZodString;
|
|
390
390
|
status: z.ZodOptional<z.ZodEnum<{
|
|
391
391
|
error: "error";
|
|
392
|
+
timeout: "timeout";
|
|
392
393
|
active: "active";
|
|
393
394
|
disabled: "disabled";
|
|
394
395
|
ok: "ok";
|
|
395
396
|
missed_checkin: "missed_checkin";
|
|
396
|
-
timeout: "timeout";
|
|
397
397
|
pending_deletion: "pending_deletion";
|
|
398
398
|
deletion_in_progress: "deletion_in_progress";
|
|
399
399
|
}>>;
|
|
400
400
|
type: z.ZodOptional<z.ZodString>;
|
|
401
401
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
402
402
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
403
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
403
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
404
404
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
405
405
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
406
406
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -412,7 +412,7 @@ declare const sentryMonitorOperations: {
|
|
|
412
412
|
readonly deleteOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
413
413
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
414
414
|
monitor_id_or_slug: z.ZodString;
|
|
415
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
415
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
416
416
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
417
417
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
418
418
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -431,18 +431,18 @@ declare const sentryMonitorOperations: {
|
|
|
431
431
|
name: z.ZodString;
|
|
432
432
|
status: z.ZodOptional<z.ZodEnum<{
|
|
433
433
|
error: "error";
|
|
434
|
+
timeout: "timeout";
|
|
434
435
|
active: "active";
|
|
435
436
|
disabled: "disabled";
|
|
436
437
|
ok: "ok";
|
|
437
438
|
missed_checkin: "missed_checkin";
|
|
438
|
-
timeout: "timeout";
|
|
439
439
|
pending_deletion: "pending_deletion";
|
|
440
440
|
deletion_in_progress: "deletion_in_progress";
|
|
441
441
|
}>>;
|
|
442
442
|
type: z.ZodOptional<z.ZodString>;
|
|
443
443
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
444
444
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
445
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
445
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
446
446
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
447
447
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
448
448
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -468,18 +468,18 @@ declare const sentryMonitorOperations: {
|
|
|
468
468
|
name: z.ZodString;
|
|
469
469
|
status: z.ZodOptional<z.ZodEnum<{
|
|
470
470
|
error: "error";
|
|
471
|
+
timeout: "timeout";
|
|
471
472
|
active: "active";
|
|
472
473
|
disabled: "disabled";
|
|
473
474
|
ok: "ok";
|
|
474
475
|
missed_checkin: "missed_checkin";
|
|
475
|
-
timeout: "timeout";
|
|
476
476
|
pending_deletion: "pending_deletion";
|
|
477
477
|
deletion_in_progress: "deletion_in_progress";
|
|
478
478
|
}>>;
|
|
479
479
|
type: z.ZodOptional<z.ZodString>;
|
|
480
480
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
481
481
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
482
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
482
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
483
483
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
484
484
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
485
485
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -492,7 +492,7 @@ declare const sentryMonitorOperations: {
|
|
|
492
492
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
493
493
|
project_slug: z.ZodString;
|
|
494
494
|
monitor_id_or_slug: z.ZodString;
|
|
495
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
495
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
496
496
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
497
497
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
498
498
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -509,7 +509,7 @@ declare const sentryMonitorOperations: {
|
|
|
509
509
|
project_slug: z.ZodString;
|
|
510
510
|
monitor_id_or_slug: z.ZodString;
|
|
511
511
|
environment: z.ZodOptional<z.ZodString>;
|
|
512
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
512
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
513
513
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
514
514
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
515
515
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -525,7 +525,7 @@ declare const sentryMonitorOperations: {
|
|
|
525
525
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
526
526
|
monitor_id_or_slug: z.ZodString;
|
|
527
527
|
environment: z.ZodOptional<z.ZodString>;
|
|
528
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
528
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
529
529
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
530
530
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
531
531
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/monitors.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMonitorSchema, sentrySlugSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -27,7 +27,7 @@ const ORG_PROJECT_MONITOR = [
|
|
|
27
27
|
}
|
|
28
28
|
];
|
|
29
29
|
const createOrganizationMonitor = defineSentryEndpoint({
|
|
30
|
-
id: "
|
|
30
|
+
id: "sentry.create-organization-monitor",
|
|
31
31
|
name: "Create Monitor",
|
|
32
32
|
description: "Create a new cron-monitor scoped to the organization.",
|
|
33
33
|
method: "POST",
|
|
@@ -56,7 +56,7 @@ const createOrganizationMonitor = defineSentryEndpoint({
|
|
|
56
56
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
57
57
|
});
|
|
58
58
|
const retrieveOrganizationMonitors = defineSentryEndpoint({
|
|
59
|
-
id: "
|
|
59
|
+
id: "sentry.retrieve-organization-monitors",
|
|
60
60
|
name: "List Monitors",
|
|
61
61
|
description: "List cron-monitors in an organization.",
|
|
62
62
|
method: "GET",
|
|
@@ -78,7 +78,7 @@ const retrieveOrganizationMonitors = defineSentryEndpoint({
|
|
|
78
78
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
79
79
|
});
|
|
80
80
|
const getOrganizationMonitorByIdOrSlug = defineSentryEndpoint({
|
|
81
|
-
id: "
|
|
81
|
+
id: "sentry.get-organization-monitor-by-id-or-slug",
|
|
82
82
|
name: "Get Monitor",
|
|
83
83
|
description: "Fetch a single monitor by id or slug.",
|
|
84
84
|
method: "GET",
|
|
@@ -89,7 +89,7 @@ const getOrganizationMonitorByIdOrSlug = defineSentryEndpoint({
|
|
|
89
89
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
90
90
|
});
|
|
91
91
|
const modifyOrganizationMonitorData = defineSentryEndpoint({
|
|
92
|
-
id: "
|
|
92
|
+
id: "sentry.modify-organization-monitor-data",
|
|
93
93
|
name: "Update Monitor",
|
|
94
94
|
description: "Update an existing monitor by id or slug.",
|
|
95
95
|
method: "PUT",
|
|
@@ -117,7 +117,7 @@ const modifyOrganizationMonitorData = defineSentryEndpoint({
|
|
|
117
117
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
118
118
|
});
|
|
119
119
|
const deleteOrganizationMonitor = defineSentryEndpoint({
|
|
120
|
-
id: "
|
|
120
|
+
id: "sentry.delete-organization-monitor",
|
|
121
121
|
name: "Delete Monitor",
|
|
122
122
|
description: "Delete a monitor by id or slug.",
|
|
123
123
|
method: "DELETE",
|
|
@@ -129,7 +129,7 @@ const deleteOrganizationMonitor = defineSentryEndpoint({
|
|
|
129
129
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
130
130
|
});
|
|
131
131
|
const getProjectMonitorById = defineSentryEndpoint({
|
|
132
|
-
id: "
|
|
132
|
+
id: "sentry.get-project-monitor-by-id",
|
|
133
133
|
name: "Get Project Monitor",
|
|
134
134
|
description: "Fetch a monitor scoped to a project.",
|
|
135
135
|
method: "GET",
|
|
@@ -140,7 +140,7 @@ const getProjectMonitorById = defineSentryEndpoint({
|
|
|
140
140
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
141
141
|
});
|
|
142
142
|
const updateProjectMonitor = defineSentryEndpoint({
|
|
143
|
-
id: "
|
|
143
|
+
id: "sentry.update-project-monitor",
|
|
144
144
|
name: "Update Project Monitor",
|
|
145
145
|
description: "Update a project-scoped monitor.",
|
|
146
146
|
method: "PUT",
|
|
@@ -164,7 +164,7 @@ const updateProjectMonitor = defineSentryEndpoint({
|
|
|
164
164
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
165
165
|
});
|
|
166
166
|
const deleteProjectMonitor = defineSentryEndpoint({
|
|
167
|
-
id: "
|
|
167
|
+
id: "sentry.delete-project-monitor",
|
|
168
168
|
name: "Delete Project Monitor",
|
|
169
169
|
description: "Delete a project-scoped monitor.",
|
|
170
170
|
method: "DELETE",
|
|
@@ -176,7 +176,7 @@ const deleteProjectMonitor = defineSentryEndpoint({
|
|
|
176
176
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
177
177
|
});
|
|
178
178
|
const retrieveMonitorCheckins = defineSentryEndpoint({
|
|
179
|
-
id: "
|
|
179
|
+
id: "sentry.retrieve-monitor-checkins",
|
|
180
180
|
name: "Retrieve Monitor Check-Ins",
|
|
181
181
|
description: "List check-ins for a project monitor.",
|
|
182
182
|
method: "GET",
|
|
@@ -197,7 +197,7 @@ const retrieveMonitorCheckins = defineSentryEndpoint({
|
|
|
197
197
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
198
198
|
});
|
|
199
199
|
const retrieveMonitorCheckinsByOrg = defineSentryEndpoint({
|
|
200
|
-
id: "
|
|
200
|
+
id: "sentry.retrieve-monitor-checkins-by-org",
|
|
201
201
|
name: "Retrieve Monitor Check-Ins (Org)",
|
|
202
202
|
description: "List check-ins for an organization-level monitor.",
|
|
203
203
|
method: "GET",
|
package/dist/notifications.d.mts
CHANGED
|
@@ -18,7 +18,7 @@ declare const viewOrganizationNotificationActions: _keystrokehq_core0.Operation<
|
|
|
18
18
|
targetType: z.ZodOptional<z.ZodString>;
|
|
19
19
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
20
20
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
21
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
21
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
22
22
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
23
23
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
24
24
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -37,7 +37,7 @@ declare const retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.
|
|
|
37
37
|
targetType: z.ZodOptional<z.ZodString>;
|
|
38
38
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
39
39
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
40
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
41
41
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
42
42
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
43
43
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -62,7 +62,7 @@ declare const submitNotificationActionApiData: _keystrokehq_core0.Operation<z.Zo
|
|
|
62
62
|
targetType: z.ZodOptional<z.ZodString>;
|
|
63
63
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
64
64
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
65
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
65
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
66
66
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
67
67
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
68
68
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -88,7 +88,7 @@ declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation
|
|
|
88
88
|
targetType: z.ZodOptional<z.ZodString>;
|
|
89
89
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
90
90
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
91
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
91
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
92
92
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
93
93
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
94
94
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -100,7 +100,7 @@ declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation
|
|
|
100
100
|
declare const deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
101
101
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
102
102
|
action_id: z.ZodString;
|
|
103
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
103
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
104
104
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
105
105
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
106
106
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -125,7 +125,7 @@ declare const sentryNotificationOperations: {
|
|
|
125
125
|
targetType: z.ZodOptional<z.ZodString>;
|
|
126
126
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
127
127
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
128
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
128
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
129
129
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
130
130
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
131
131
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -144,7 +144,7 @@ declare const sentryNotificationOperations: {
|
|
|
144
144
|
targetType: z.ZodOptional<z.ZodString>;
|
|
145
145
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
146
146
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
147
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
147
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
148
148
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
149
149
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
150
150
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -169,7 +169,7 @@ declare const sentryNotificationOperations: {
|
|
|
169
169
|
targetType: z.ZodOptional<z.ZodString>;
|
|
170
170
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
171
171
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
172
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
173
173
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
174
174
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
175
175
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -195,7 +195,7 @@ declare const sentryNotificationOperations: {
|
|
|
195
195
|
targetType: z.ZodOptional<z.ZodString>;
|
|
196
196
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
197
197
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
198
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
198
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
199
199
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
200
200
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
201
201
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -207,7 +207,7 @@ declare const sentryNotificationOperations: {
|
|
|
207
207
|
readonly deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
208
208
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
209
209
|
action_id: z.ZodString;
|
|
210
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
210
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
211
211
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
212
212
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
213
213
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/notifications.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryNotificationActionSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -16,7 +16,7 @@ const ORG_ACTION = [...ORG, {
|
|
|
16
16
|
placeholder: "{action_id}"
|
|
17
17
|
}];
|
|
18
18
|
const viewOrganizationNotificationActions = defineSentryEndpoint({
|
|
19
|
-
id: "
|
|
19
|
+
id: "sentry.view-organization-notification-actions",
|
|
20
20
|
name: "List Notification Actions",
|
|
21
21
|
description: "List organization notification actions.",
|
|
22
22
|
method: "GET",
|
|
@@ -40,7 +40,7 @@ const viewOrganizationNotificationActions = defineSentryEndpoint({
|
|
|
40
40
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
41
41
|
});
|
|
42
42
|
const retrieveNotificationActionByOrgId = defineSentryEndpoint({
|
|
43
|
-
id: "
|
|
43
|
+
id: "sentry.retrieve-notification-action-by-org-id",
|
|
44
44
|
name: "Retrieve Notification Action",
|
|
45
45
|
description: "Fetch a single notification action by id.",
|
|
46
46
|
method: "GET",
|
|
@@ -51,7 +51,7 @@ const retrieveNotificationActionByOrgId = defineSentryEndpoint({
|
|
|
51
51
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
52
52
|
});
|
|
53
53
|
const submitNotificationActionApiData = defineSentryEndpoint({
|
|
54
|
-
id: "
|
|
54
|
+
id: "sentry.submit-notification-action-api-data",
|
|
55
55
|
name: "Create Notification Action",
|
|
56
56
|
description: "Create a new organization notification action.",
|
|
57
57
|
method: "POST",
|
|
@@ -80,7 +80,7 @@ const submitNotificationActionApiData = defineSentryEndpoint({
|
|
|
80
80
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
81
81
|
});
|
|
82
82
|
const modifyOrganizationNotificationAction = defineSentryEndpoint({
|
|
83
|
-
id: "
|
|
83
|
+
id: "sentry.modify-organization-notification-action",
|
|
84
84
|
name: "Update Notification Action",
|
|
85
85
|
description: "Update a notification action in place.",
|
|
86
86
|
method: "PUT",
|
|
@@ -110,7 +110,7 @@ const modifyOrganizationNotificationAction = defineSentryEndpoint({
|
|
|
110
110
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
111
111
|
});
|
|
112
112
|
const deleteOrgNotificationAction = defineSentryEndpoint({
|
|
113
|
-
id: "
|
|
113
|
+
id: "sentry.delete-org-notification-action",
|
|
114
114
|
name: "Delete Notification Action",
|
|
115
115
|
description: "Delete a notification action by id.",
|
|
116
116
|
method: "DELETE",
|