@keystrokehq/sentry 0.0.11 → 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 +1 -1
- 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 +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +10 -10
- package/dist/dashboards.mjs +1 -1
- package/dist/debug-files.d.mts +6 -6
- package/dist/debug-files.mjs +1 -1
- package/dist/deploys.d.mts +4 -4
- package/dist/deploys.mjs +1 -1
- package/dist/discover.d.mts +10 -10
- package/dist/discover.mjs +1 -1
- package/dist/{endpoint-factory-Cizk4imV.mjs → endpoint-factory-C0WIFmtK.mjs} +1 -2
- package/dist/environments.d.mts +6 -6
- package/dist/environments.mjs +1 -1
- package/dist/events-api.d.mts +14 -14
- package/dist/events-api.mjs +1 -1
- package/dist/feedback.d.mts +4 -4
- package/dist/feedback.mjs +1 -1
- 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 +1 -1
- package/dist/members.d.mts +14 -14
- package/dist/members.mjs +1 -1
- package/dist/monitors.d.mts +44 -44
- package/dist/monitors.mjs +1 -1
- package/dist/notifications.d.mts +10 -10
- package/dist/notifications.mjs +1 -1
- package/dist/organizations.d.mts +30 -30
- package/dist/organizations.mjs +1 -1
- package/dist/project-keys.d.mts +10 -10
- package/dist/project-keys.mjs +1 -1
- package/dist/projects.d.mts +38 -38
- package/dist/projects.mjs +1 -1
- package/dist/releases.d.mts +44 -44
- package/dist/releases.mjs +1 -1
- package/dist/replays.d.mts +18 -18
- package/dist/replays.mjs +1 -1
- package/dist/schemas.d.mts +6 -6
- package/dist/scim.d.mts +22 -22
- package/dist/scim.mjs +1 -1
- package/dist/teams.d.mts +28 -28
- package/dist/teams.mjs +1 -1
- 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 +1 -1
- package/dist/webhooks.d.mts +10 -10
- package/dist/webhooks.mjs +1 -1
- package/package.json +5 -5
- package/dist/integration-Q9y2TMhZ.mjs +0 -156
package/dist/monitors.d.mts
CHANGED
|
@@ -26,15 +26,15 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
26
26
|
timeout: "timeout";
|
|
27
27
|
active: "active";
|
|
28
28
|
disabled: "disabled";
|
|
29
|
-
pending_deletion: "pending_deletion";
|
|
30
|
-
deletion_in_progress: "deletion_in_progress";
|
|
31
29
|
ok: "ok";
|
|
32
30
|
missed_checkin: "missed_checkin";
|
|
31
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -59,15 +59,15 @@ declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
59
59
|
timeout: "timeout";
|
|
60
60
|
active: "active";
|
|
61
61
|
disabled: "disabled";
|
|
62
|
-
pending_deletion: "pending_deletion";
|
|
63
|
-
deletion_in_progress: "deletion_in_progress";
|
|
64
62
|
ok: "ok";
|
|
65
63
|
missed_checkin: "missed_checkin";
|
|
64
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -88,15 +88,15 @@ declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.Z
|
|
|
88
88
|
timeout: "timeout";
|
|
89
89
|
active: "active";
|
|
90
90
|
disabled: "disabled";
|
|
91
|
-
pending_deletion: "pending_deletion";
|
|
92
|
-
deletion_in_progress: "deletion_in_progress";
|
|
93
91
|
ok: "ok";
|
|
94
92
|
missed_checkin: "missed_checkin";
|
|
93
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -126,15 +126,15 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
|
|
|
126
126
|
timeout: "timeout";
|
|
127
127
|
active: "active";
|
|
128
128
|
disabled: "disabled";
|
|
129
|
-
pending_deletion: "pending_deletion";
|
|
130
|
-
deletion_in_progress: "deletion_in_progress";
|
|
131
129
|
ok: "ok";
|
|
132
130
|
missed_checkin: "missed_checkin";
|
|
131
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -168,15 +168,15 @@ declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
168
168
|
timeout: "timeout";
|
|
169
169
|
active: "active";
|
|
170
170
|
disabled: "disabled";
|
|
171
|
-
pending_deletion: "pending_deletion";
|
|
172
|
-
deletion_in_progress: "deletion_in_progress";
|
|
173
171
|
ok: "ok";
|
|
174
172
|
missed_checkin: "missed_checkin";
|
|
173
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -205,15 +205,15 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
205
205
|
timeout: "timeout";
|
|
206
206
|
active: "active";
|
|
207
207
|
disabled: "disabled";
|
|
208
|
-
pending_deletion: "pending_deletion";
|
|
209
|
-
deletion_in_progress: "deletion_in_progress";
|
|
210
208
|
ok: "ok";
|
|
211
209
|
missed_checkin: "missed_checkin";
|
|
210
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -292,15 +292,15 @@ declare const sentryMonitorOperations: {
|
|
|
292
292
|
timeout: "timeout";
|
|
293
293
|
active: "active";
|
|
294
294
|
disabled: "disabled";
|
|
295
|
-
pending_deletion: "pending_deletion";
|
|
296
|
-
deletion_in_progress: "deletion_in_progress";
|
|
297
295
|
ok: "ok";
|
|
298
296
|
missed_checkin: "missed_checkin";
|
|
297
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -325,15 +325,15 @@ declare const sentryMonitorOperations: {
|
|
|
325
325
|
timeout: "timeout";
|
|
326
326
|
active: "active";
|
|
327
327
|
disabled: "disabled";
|
|
328
|
-
pending_deletion: "pending_deletion";
|
|
329
|
-
deletion_in_progress: "deletion_in_progress";
|
|
330
328
|
ok: "ok";
|
|
331
329
|
missed_checkin: "missed_checkin";
|
|
330
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -354,15 +354,15 @@ declare const sentryMonitorOperations: {
|
|
|
354
354
|
timeout: "timeout";
|
|
355
355
|
active: "active";
|
|
356
356
|
disabled: "disabled";
|
|
357
|
-
pending_deletion: "pending_deletion";
|
|
358
|
-
deletion_in_progress: "deletion_in_progress";
|
|
359
357
|
ok: "ok";
|
|
360
358
|
missed_checkin: "missed_checkin";
|
|
359
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -392,15 +392,15 @@ declare const sentryMonitorOperations: {
|
|
|
392
392
|
timeout: "timeout";
|
|
393
393
|
active: "active";
|
|
394
394
|
disabled: "disabled";
|
|
395
|
-
pending_deletion: "pending_deletion";
|
|
396
|
-
deletion_in_progress: "deletion_in_progress";
|
|
397
395
|
ok: "ok";
|
|
398
396
|
missed_checkin: "missed_checkin";
|
|
397
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -434,15 +434,15 @@ declare const sentryMonitorOperations: {
|
|
|
434
434
|
timeout: "timeout";
|
|
435
435
|
active: "active";
|
|
436
436
|
disabled: "disabled";
|
|
437
|
-
pending_deletion: "pending_deletion";
|
|
438
|
-
deletion_in_progress: "deletion_in_progress";
|
|
439
437
|
ok: "ok";
|
|
440
438
|
missed_checkin: "missed_checkin";
|
|
439
|
+
pending_deletion: "pending_deletion";
|
|
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>;
|
|
@@ -471,15 +471,15 @@ declare const sentryMonitorOperations: {
|
|
|
471
471
|
timeout: "timeout";
|
|
472
472
|
active: "active";
|
|
473
473
|
disabled: "disabled";
|
|
474
|
-
pending_deletion: "pending_deletion";
|
|
475
|
-
deletion_in_progress: "deletion_in_progress";
|
|
476
474
|
ok: "ok";
|
|
477
475
|
missed_checkin: "missed_checkin";
|
|
476
|
+
pending_deletion: "pending_deletion";
|
|
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
|
|
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
|
|