@keystrokehq/sentry 0.0.11 → 0.0.15
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 -7
- 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 -111
- 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 -51
- package/dist/dashboards.mjs +1 -1
- package/dist/debug-files.d.mts +6 -31
- package/dist/debug-files.mjs +1 -1
- package/dist/deploys.d.mts +4 -21
- package/dist/deploys.mjs +1 -1
- package/dist/discover.d.mts +10 -51
- package/dist/discover.mjs +1 -1
- package/dist/{endpoint-factory-Cizk4imV.mjs → endpoint-factory-DcT49a8O.mjs} +1 -1
- package/dist/environments.d.mts +6 -31
- package/dist/environments.mjs +1 -1
- package/dist/events-api.d.mts +16 -73
- package/dist/events-api.mjs +1 -1
- package/dist/feedback.d.mts +4 -21
- package/dist/feedback.mjs +1 -1
- package/dist/{integration-Q9y2TMhZ.mjs → integration-D7KCM1-p.mjs} +2 -83
- package/dist/integration-veqa_7yB.d.mts +33 -0
- package/dist/issues.d.mts +28 -133
- package/dist/issues.mjs +1 -1
- package/dist/members.d.mts +14 -71
- package/dist/members.mjs +1 -1
- package/dist/monitors.d.mts +44 -125
- package/dist/monitors.mjs +1 -1
- package/dist/notifications.d.mts +10 -51
- package/dist/notifications.mjs +1 -1
- package/dist/organizations.d.mts +30 -151
- package/dist/organizations.mjs +1 -1
- package/dist/project-keys.d.mts +10 -51
- package/dist/project-keys.mjs +1 -1
- package/dist/projects.d.mts +38 -191
- package/dist/projects.mjs +1 -1
- package/dist/releases.d.mts +42 -211
- package/dist/releases.mjs +1 -1
- package/dist/replays.d.mts +18 -91
- package/dist/replays.mjs +1 -1
- package/dist/schemas.d.mts +4 -4
- package/dist/scim.d.mts +22 -111
- package/dist/scim.mjs +1 -1
- package/dist/teams.d.mts +28 -141
- package/dist/teams.mjs +1 -1
- package/dist/user-emails.d.mts +8 -41
- package/dist/user-emails.mjs +1 -1
- package/dist/webhooks.d.mts +10 -51
- package/dist/webhooks.mjs +1 -1
- package/package.json +4 -5
- package/dist/integration-BaLZqIqf.d.mts +0 -58
package/dist/monitors.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/monitors.d.ts
|
|
6
5
|
declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -26,10 +25,10 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
26
25
|
timeout: "timeout";
|
|
27
26
|
active: "active";
|
|
28
27
|
disabled: "disabled";
|
|
29
|
-
pending_deletion: "pending_deletion";
|
|
30
|
-
deletion_in_progress: "deletion_in_progress";
|
|
31
28
|
ok: "ok";
|
|
32
29
|
missed_checkin: "missed_checkin";
|
|
30
|
+
pending_deletion: "pending_deletion";
|
|
31
|
+
deletion_in_progress: "deletion_in_progress";
|
|
33
32
|
}>>;
|
|
34
33
|
type: z.ZodOptional<z.ZodString>;
|
|
35
34
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -38,11 +37,7 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
38
37
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
39
38
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
40
39
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
41
|
-
}, z.core.$strip
|
|
42
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
43
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
44
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
45
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
40
|
+
}, z.core.$strip>>], undefined>;
|
|
46
41
|
declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
47
42
|
cursor: z.ZodOptional<z.ZodString>;
|
|
48
43
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -59,10 +54,10 @@ declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
59
54
|
timeout: "timeout";
|
|
60
55
|
active: "active";
|
|
61
56
|
disabled: "disabled";
|
|
62
|
-
pending_deletion: "pending_deletion";
|
|
63
|
-
deletion_in_progress: "deletion_in_progress";
|
|
64
57
|
ok: "ok";
|
|
65
58
|
missed_checkin: "missed_checkin";
|
|
59
|
+
pending_deletion: "pending_deletion";
|
|
60
|
+
deletion_in_progress: "deletion_in_progress";
|
|
66
61
|
}>>;
|
|
67
62
|
type: z.ZodOptional<z.ZodString>;
|
|
68
63
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -71,11 +66,7 @@ declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
71
66
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
72
67
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
73
68
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
74
|
-
}, z.core.$strip
|
|
75
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
76
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
77
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
78
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
69
|
+
}, z.core.$strip>>], undefined>;
|
|
79
70
|
declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
80
71
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
81
72
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -88,10 +79,10 @@ declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.Z
|
|
|
88
79
|
timeout: "timeout";
|
|
89
80
|
active: "active";
|
|
90
81
|
disabled: "disabled";
|
|
91
|
-
pending_deletion: "pending_deletion";
|
|
92
|
-
deletion_in_progress: "deletion_in_progress";
|
|
93
82
|
ok: "ok";
|
|
94
83
|
missed_checkin: "missed_checkin";
|
|
84
|
+
pending_deletion: "pending_deletion";
|
|
85
|
+
deletion_in_progress: "deletion_in_progress";
|
|
95
86
|
}>>;
|
|
96
87
|
type: z.ZodOptional<z.ZodString>;
|
|
97
88
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -100,11 +91,7 @@ declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.Z
|
|
|
100
91
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
101
92
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
102
93
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
103
|
-
}, z.core.$strip
|
|
104
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
105
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
106
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
107
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
94
|
+
}, z.core.$strip>>], undefined>;
|
|
108
95
|
declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
109
96
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
110
97
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -126,10 +113,10 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
|
|
|
126
113
|
timeout: "timeout";
|
|
127
114
|
active: "active";
|
|
128
115
|
disabled: "disabled";
|
|
129
|
-
pending_deletion: "pending_deletion";
|
|
130
|
-
deletion_in_progress: "deletion_in_progress";
|
|
131
116
|
ok: "ok";
|
|
132
117
|
missed_checkin: "missed_checkin";
|
|
118
|
+
pending_deletion: "pending_deletion";
|
|
119
|
+
deletion_in_progress: "deletion_in_progress";
|
|
133
120
|
}>>;
|
|
134
121
|
type: z.ZodOptional<z.ZodString>;
|
|
135
122
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -138,11 +125,7 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
|
|
|
138
125
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
139
126
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
140
127
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
141
|
-
}, z.core.$strip
|
|
142
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
143
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
144
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
145
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
128
|
+
}, z.core.$strip>>], undefined>;
|
|
146
129
|
declare const deleteOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
147
130
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
148
131
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -150,11 +133,7 @@ declare const deleteOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
150
133
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
151
134
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
152
135
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
153
|
-
}, z.core.$strip
|
|
154
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
155
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
156
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
157
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
136
|
+
}, z.core.$strip>>], undefined>;
|
|
158
137
|
declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
159
138
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
160
139
|
project_slug: z.ZodString;
|
|
@@ -168,10 +147,10 @@ declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
168
147
|
timeout: "timeout";
|
|
169
148
|
active: "active";
|
|
170
149
|
disabled: "disabled";
|
|
171
|
-
pending_deletion: "pending_deletion";
|
|
172
|
-
deletion_in_progress: "deletion_in_progress";
|
|
173
150
|
ok: "ok";
|
|
174
151
|
missed_checkin: "missed_checkin";
|
|
152
|
+
pending_deletion: "pending_deletion";
|
|
153
|
+
deletion_in_progress: "deletion_in_progress";
|
|
175
154
|
}>>;
|
|
176
155
|
type: z.ZodOptional<z.ZodString>;
|
|
177
156
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -180,11 +159,7 @@ declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
180
159
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
181
160
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
182
161
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
183
|
-
}, z.core.$strip
|
|
184
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
185
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
186
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
187
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
162
|
+
}, z.core.$strip>>], undefined>;
|
|
188
163
|
declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
189
164
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
190
165
|
project_slug: z.ZodString;
|
|
@@ -205,10 +180,10 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
205
180
|
timeout: "timeout";
|
|
206
181
|
active: "active";
|
|
207
182
|
disabled: "disabled";
|
|
208
|
-
pending_deletion: "pending_deletion";
|
|
209
|
-
deletion_in_progress: "deletion_in_progress";
|
|
210
183
|
ok: "ok";
|
|
211
184
|
missed_checkin: "missed_checkin";
|
|
185
|
+
pending_deletion: "pending_deletion";
|
|
186
|
+
deletion_in_progress: "deletion_in_progress";
|
|
212
187
|
}>>;
|
|
213
188
|
type: z.ZodOptional<z.ZodString>;
|
|
214
189
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -217,11 +192,7 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
217
192
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
218
193
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
219
194
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
220
|
-
}, z.core.$strip
|
|
221
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
222
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
223
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
224
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
195
|
+
}, z.core.$strip>>], undefined>;
|
|
225
196
|
declare const deleteProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
226
197
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
227
198
|
project_slug: z.ZodString;
|
|
@@ -230,11 +201,7 @@ declare const deleteProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
230
201
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
231
202
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
232
203
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
233
|
-
}, z.core.$strip
|
|
234
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
235
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
236
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
237
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
204
|
+
}, z.core.$strip>>], undefined>;
|
|
238
205
|
declare const retrieveMonitorCheckins: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
239
206
|
cursor: z.ZodOptional<z.ZodString>;
|
|
240
207
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -247,11 +214,7 @@ declare const retrieveMonitorCheckins: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
247
214
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
248
215
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
249
216
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
250
|
-
}, z.core.$strip
|
|
251
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
252
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
253
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
254
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
217
|
+
}, z.core.$strip>>], undefined>;
|
|
255
218
|
declare const retrieveMonitorCheckinsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
256
219
|
cursor: z.ZodOptional<z.ZodString>;
|
|
257
220
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -263,11 +226,7 @@ declare const retrieveMonitorCheckinsByOrg: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
263
226
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
264
227
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
265
228
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
266
|
-
}, z.core.$strip
|
|
267
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
268
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
269
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
270
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
229
|
+
}, z.core.$strip>>], undefined>;
|
|
271
230
|
declare const sentryMonitorOperations: {
|
|
272
231
|
readonly createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
273
232
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -292,10 +251,10 @@ declare const sentryMonitorOperations: {
|
|
|
292
251
|
timeout: "timeout";
|
|
293
252
|
active: "active";
|
|
294
253
|
disabled: "disabled";
|
|
295
|
-
pending_deletion: "pending_deletion";
|
|
296
|
-
deletion_in_progress: "deletion_in_progress";
|
|
297
254
|
ok: "ok";
|
|
298
255
|
missed_checkin: "missed_checkin";
|
|
256
|
+
pending_deletion: "pending_deletion";
|
|
257
|
+
deletion_in_progress: "deletion_in_progress";
|
|
299
258
|
}>>;
|
|
300
259
|
type: z.ZodOptional<z.ZodString>;
|
|
301
260
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -304,11 +263,7 @@ declare const sentryMonitorOperations: {
|
|
|
304
263
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
305
264
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
306
265
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
307
|
-
}, z.core.$strip
|
|
308
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
309
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
310
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
311
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
266
|
+
}, z.core.$strip>>], undefined>;
|
|
312
267
|
readonly retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
313
268
|
cursor: z.ZodOptional<z.ZodString>;
|
|
314
269
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -325,10 +280,10 @@ declare const sentryMonitorOperations: {
|
|
|
325
280
|
timeout: "timeout";
|
|
326
281
|
active: "active";
|
|
327
282
|
disabled: "disabled";
|
|
328
|
-
pending_deletion: "pending_deletion";
|
|
329
|
-
deletion_in_progress: "deletion_in_progress";
|
|
330
283
|
ok: "ok";
|
|
331
284
|
missed_checkin: "missed_checkin";
|
|
285
|
+
pending_deletion: "pending_deletion";
|
|
286
|
+
deletion_in_progress: "deletion_in_progress";
|
|
332
287
|
}>>;
|
|
333
288
|
type: z.ZodOptional<z.ZodString>;
|
|
334
289
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -337,11 +292,7 @@ declare const sentryMonitorOperations: {
|
|
|
337
292
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
338
293
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
339
294
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
340
|
-
}, z.core.$strip
|
|
341
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
342
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
343
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
344
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
295
|
+
}, z.core.$strip>>], undefined>;
|
|
345
296
|
readonly getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
346
297
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
347
298
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -354,10 +305,10 @@ declare const sentryMonitorOperations: {
|
|
|
354
305
|
timeout: "timeout";
|
|
355
306
|
active: "active";
|
|
356
307
|
disabled: "disabled";
|
|
357
|
-
pending_deletion: "pending_deletion";
|
|
358
|
-
deletion_in_progress: "deletion_in_progress";
|
|
359
308
|
ok: "ok";
|
|
360
309
|
missed_checkin: "missed_checkin";
|
|
310
|
+
pending_deletion: "pending_deletion";
|
|
311
|
+
deletion_in_progress: "deletion_in_progress";
|
|
361
312
|
}>>;
|
|
362
313
|
type: z.ZodOptional<z.ZodString>;
|
|
363
314
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -366,11 +317,7 @@ declare const sentryMonitorOperations: {
|
|
|
366
317
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
367
318
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
368
319
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
369
|
-
}, z.core.$strip
|
|
370
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
371
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
372
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
373
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
320
|
+
}, z.core.$strip>>], undefined>;
|
|
374
321
|
readonly modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
375
322
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
376
323
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -392,10 +339,10 @@ declare const sentryMonitorOperations: {
|
|
|
392
339
|
timeout: "timeout";
|
|
393
340
|
active: "active";
|
|
394
341
|
disabled: "disabled";
|
|
395
|
-
pending_deletion: "pending_deletion";
|
|
396
|
-
deletion_in_progress: "deletion_in_progress";
|
|
397
342
|
ok: "ok";
|
|
398
343
|
missed_checkin: "missed_checkin";
|
|
344
|
+
pending_deletion: "pending_deletion";
|
|
345
|
+
deletion_in_progress: "deletion_in_progress";
|
|
399
346
|
}>>;
|
|
400
347
|
type: z.ZodOptional<z.ZodString>;
|
|
401
348
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -404,11 +351,7 @@ declare const sentryMonitorOperations: {
|
|
|
404
351
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
405
352
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
406
353
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
407
|
-
}, z.core.$strip
|
|
408
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
409
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
410
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
411
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
354
|
+
}, z.core.$strip>>], undefined>;
|
|
412
355
|
readonly deleteOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
413
356
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
414
357
|
monitor_id_or_slug: z.ZodString;
|
|
@@ -416,11 +359,7 @@ declare const sentryMonitorOperations: {
|
|
|
416
359
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
417
360
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
418
361
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
419
|
-
}, z.core.$strip
|
|
420
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
421
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
422
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
423
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
362
|
+
}, z.core.$strip>>], undefined>;
|
|
424
363
|
readonly getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
425
364
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
426
365
|
project_slug: z.ZodString;
|
|
@@ -434,10 +373,10 @@ declare const sentryMonitorOperations: {
|
|
|
434
373
|
timeout: "timeout";
|
|
435
374
|
active: "active";
|
|
436
375
|
disabled: "disabled";
|
|
437
|
-
pending_deletion: "pending_deletion";
|
|
438
|
-
deletion_in_progress: "deletion_in_progress";
|
|
439
376
|
ok: "ok";
|
|
440
377
|
missed_checkin: "missed_checkin";
|
|
378
|
+
pending_deletion: "pending_deletion";
|
|
379
|
+
deletion_in_progress: "deletion_in_progress";
|
|
441
380
|
}>>;
|
|
442
381
|
type: z.ZodOptional<z.ZodString>;
|
|
443
382
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -446,11 +385,7 @@ declare const sentryMonitorOperations: {
|
|
|
446
385
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
447
386
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
448
387
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
449
|
-
}, z.core.$strip
|
|
450
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
451
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
452
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
453
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
388
|
+
}, z.core.$strip>>], undefined>;
|
|
454
389
|
readonly updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
455
390
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
456
391
|
project_slug: z.ZodString;
|
|
@@ -471,10 +406,10 @@ declare const sentryMonitorOperations: {
|
|
|
471
406
|
timeout: "timeout";
|
|
472
407
|
active: "active";
|
|
473
408
|
disabled: "disabled";
|
|
474
|
-
pending_deletion: "pending_deletion";
|
|
475
|
-
deletion_in_progress: "deletion_in_progress";
|
|
476
409
|
ok: "ok";
|
|
477
410
|
missed_checkin: "missed_checkin";
|
|
411
|
+
pending_deletion: "pending_deletion";
|
|
412
|
+
deletion_in_progress: "deletion_in_progress";
|
|
478
413
|
}>>;
|
|
479
414
|
type: z.ZodOptional<z.ZodString>;
|
|
480
415
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
@@ -483,11 +418,7 @@ declare const sentryMonitorOperations: {
|
|
|
483
418
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
484
419
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
485
420
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
486
|
-
}, z.core.$strip
|
|
487
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
488
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
489
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
490
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
421
|
+
}, z.core.$strip>>], undefined>;
|
|
491
422
|
readonly deleteProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
492
423
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
493
424
|
project_slug: z.ZodString;
|
|
@@ -496,11 +427,7 @@ declare const sentryMonitorOperations: {
|
|
|
496
427
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
497
428
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
498
429
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
499
|
-
}, z.core.$strip
|
|
500
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
501
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
502
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
503
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
430
|
+
}, z.core.$strip>>], undefined>;
|
|
504
431
|
readonly retrieveMonitorCheckins: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
505
432
|
cursor: z.ZodOptional<z.ZodString>;
|
|
506
433
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -513,11 +440,7 @@ declare const sentryMonitorOperations: {
|
|
|
513
440
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
514
441
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
515
442
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
516
|
-
}, z.core.$strip
|
|
517
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
518
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
519
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
520
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
443
|
+
}, z.core.$strip>>], undefined>;
|
|
521
444
|
readonly retrieveMonitorCheckinsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
522
445
|
cursor: z.ZodOptional<z.ZodString>;
|
|
523
446
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -529,11 +452,7 @@ declare const sentryMonitorOperations: {
|
|
|
529
452
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
530
453
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
531
454
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
532
|
-
}, z.core.$strip
|
|
533
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
534
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
535
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
536
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
455
|
+
}, z.core.$strip>>], undefined>;
|
|
537
456
|
};
|
|
538
457
|
//#endregion
|
|
539
458
|
export { createOrganizationMonitor, deleteOrganizationMonitor, deleteProjectMonitor, getOrganizationMonitorByIdOrSlug, getProjectMonitorById, modifyOrganizationMonitorData, retrieveMonitorCheckins, retrieveMonitorCheckinsByOrg, retrieveOrganizationMonitors, sentryMonitorOperations, updateProjectMonitor };
|
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-DcT49a8O.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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/notifications.d.ts
|
|
6
5
|
declare const viewOrganizationNotificationActions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -22,11 +21,7 @@ declare const viewOrganizationNotificationActions: _keystrokehq_core0.Operation<
|
|
|
22
21
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
23
22
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
24
23
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
25
|
-
}, z.core.$strip
|
|
26
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
27
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
28
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
29
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
24
|
+
}, z.core.$strip>>], undefined>;
|
|
30
25
|
declare const retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
31
26
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
32
27
|
action_id: z.ZodString;
|
|
@@ -41,11 +36,7 @@ declare const retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.
|
|
|
41
36
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
42
37
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
43
38
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
44
|
-
}, z.core.$strip
|
|
45
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
46
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
47
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
48
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
39
|
+
}, z.core.$strip>>], undefined>;
|
|
49
40
|
declare const submitNotificationActionApiData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
50
41
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
51
42
|
serviceType: z.ZodString;
|
|
@@ -66,11 +57,7 @@ declare const submitNotificationActionApiData: _keystrokehq_core0.Operation<z.Zo
|
|
|
66
57
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
67
58
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
68
59
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
69
|
-
}, z.core.$strip
|
|
70
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
71
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
72
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
73
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
60
|
+
}, z.core.$strip>>], undefined>;
|
|
74
61
|
declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
75
62
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
76
63
|
action_id: z.ZodString;
|
|
@@ -92,11 +79,7 @@ declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation
|
|
|
92
79
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
93
80
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
94
81
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
95
|
-
}, z.core.$strip
|
|
96
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
97
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
98
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
99
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
82
|
+
}, z.core.$strip>>], undefined>;
|
|
100
83
|
declare const deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
101
84
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
102
85
|
action_id: z.ZodString;
|
|
@@ -104,11 +87,7 @@ declare const deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
104
87
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
105
88
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
106
89
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
107
|
-
}, z.core.$strip
|
|
108
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
109
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
110
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
111
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
90
|
+
}, z.core.$strip>>], undefined>;
|
|
112
91
|
declare const sentryNotificationOperations: {
|
|
113
92
|
readonly viewOrganizationNotificationActions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
114
93
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -129,11 +108,7 @@ declare const sentryNotificationOperations: {
|
|
|
129
108
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
130
109
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
131
110
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
132
|
-
}, z.core.$strip
|
|
133
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
134
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
135
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
136
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
111
|
+
}, z.core.$strip>>], undefined>;
|
|
137
112
|
readonly retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
138
113
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
139
114
|
action_id: z.ZodString;
|
|
@@ -148,11 +123,7 @@ declare const sentryNotificationOperations: {
|
|
|
148
123
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
149
124
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
150
125
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
151
|
-
}, z.core.$strip
|
|
152
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
153
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
154
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
155
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
126
|
+
}, z.core.$strip>>], undefined>;
|
|
156
127
|
readonly submitNotificationActionApiData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
157
128
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
158
129
|
serviceType: z.ZodString;
|
|
@@ -173,11 +144,7 @@ declare const sentryNotificationOperations: {
|
|
|
173
144
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
174
145
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
175
146
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip
|
|
177
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
178
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
179
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
180
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
147
|
+
}, z.core.$strip>>], undefined>;
|
|
181
148
|
readonly modifyOrganizationNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
182
149
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
183
150
|
action_id: z.ZodString;
|
|
@@ -199,11 +166,7 @@ declare const sentryNotificationOperations: {
|
|
|
199
166
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
200
167
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
201
168
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
202
|
-
}, z.core.$strip
|
|
203
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
204
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
205
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
206
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
169
|
+
}, z.core.$strip>>], undefined>;
|
|
207
170
|
readonly deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
208
171
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
209
172
|
action_id: z.ZodString;
|
|
@@ -211,11 +174,7 @@ declare const sentryNotificationOperations: {
|
|
|
211
174
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
212
175
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
213
176
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
214
|
-
}, z.core.$strip
|
|
215
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
216
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
217
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
218
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
177
|
+
}, z.core.$strip>>], undefined>;
|
|
219
178
|
};
|
|
220
179
|
//#endregion
|
|
221
180
|
export { deleteOrgNotificationAction, modifyOrganizationNotificationAction, retrieveNotificationActionByOrgId, sentryNotificationOperations, submitNotificationActionApiData, viewOrganizationNotificationActions };
|
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-DcT49a8O.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|