@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/issues.d.mts
CHANGED
|
@@ -13,10 +13,10 @@ declare const retrieveProjectIssuesList: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
13
13
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14
14
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
15
15
|
date: "date";
|
|
16
|
+
user: "user";
|
|
16
17
|
new: "new";
|
|
17
18
|
priority: "priority";
|
|
18
19
|
freq: "freq";
|
|
19
|
-
user: "user";
|
|
20
20
|
trends: "trends";
|
|
21
21
|
}>>;
|
|
22
22
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -24,10 +24,10 @@ declare const retrieveProjectIssuesList: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
24
24
|
id: z.ZodString;
|
|
25
25
|
shortId: z.ZodOptional<z.ZodString>;
|
|
26
26
|
status: z.ZodOptional<z.ZodEnum<{
|
|
27
|
+
archived: "archived";
|
|
27
28
|
unresolved: "unresolved";
|
|
28
29
|
resolved: "resolved";
|
|
29
30
|
ignored: "ignored";
|
|
30
|
-
archived: "archived";
|
|
31
31
|
reprocessing: "reprocessing";
|
|
32
32
|
}>>;
|
|
33
33
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -48,7 +48,7 @@ declare const retrieveProjectIssuesList: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
48
48
|
lastSeen: z.ZodOptional<z.ZodISODateTime>;
|
|
49
49
|
count: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
50
50
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
51
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
51
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
52
52
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
53
53
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
54
54
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -64,10 +64,10 @@ declare const getOrganizationIssueDetails: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
64
64
|
id: z.ZodString;
|
|
65
65
|
shortId: z.ZodOptional<z.ZodString>;
|
|
66
66
|
status: z.ZodOptional<z.ZodEnum<{
|
|
67
|
+
archived: "archived";
|
|
67
68
|
unresolved: "unresolved";
|
|
68
69
|
resolved: "resolved";
|
|
69
70
|
ignored: "ignored";
|
|
70
|
-
archived: "archived";
|
|
71
71
|
reprocessing: "reprocessing";
|
|
72
72
|
}>>;
|
|
73
73
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -88,7 +88,7 @@ declare const getOrganizationIssueDetails: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
88
88
|
lastSeen: z.ZodOptional<z.ZodISODateTime>;
|
|
89
89
|
count: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
90
90
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
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>;
|
|
@@ -101,10 +101,10 @@ declare const updateIssueAttributesInOrganization: _keystrokehq_core0.Operation<
|
|
|
101
101
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
102
102
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
103
103
|
status: z.ZodOptional<z.ZodEnum<{
|
|
104
|
+
archived: "archived";
|
|
104
105
|
unresolved: "unresolved";
|
|
105
106
|
resolved: "resolved";
|
|
106
107
|
ignored: "ignored";
|
|
107
|
-
archived: "archived";
|
|
108
108
|
reprocessing: "reprocessing";
|
|
109
109
|
}>>;
|
|
110
110
|
statusDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -119,7 +119,7 @@ declare const updateIssueAttributesInOrganization: _keystrokehq_core0.Operation<
|
|
|
119
119
|
ignoreUserCount: z.ZodOptional<z.ZodNumber>;
|
|
120
120
|
ignoreWindow: z.ZodOptional<z.ZodNumber>;
|
|
121
121
|
ignoreUserWindow: z.ZodOptional<z.ZodNumber>;
|
|
122
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
122
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
123
123
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
124
124
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
125
125
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -133,10 +133,10 @@ declare const updateProjectIssueStatusAndDetails: _keystrokehq_core0.Operation<z
|
|
|
133
133
|
project_slug: z.ZodString;
|
|
134
134
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
135
135
|
status: z.ZodOptional<z.ZodEnum<{
|
|
136
|
+
archived: "archived";
|
|
136
137
|
unresolved: "unresolved";
|
|
137
138
|
resolved: "resolved";
|
|
138
139
|
ignored: "ignored";
|
|
139
|
-
archived: "archived";
|
|
140
140
|
reprocessing: "reprocessing";
|
|
141
141
|
}>>;
|
|
142
142
|
statusDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -147,7 +147,7 @@ declare const updateProjectIssueStatusAndDetails: _keystrokehq_core0.Operation<z
|
|
|
147
147
|
merge: z.ZodOptional<z.ZodBoolean>;
|
|
148
148
|
discard: z.ZodOptional<z.ZodBoolean>;
|
|
149
149
|
ignoreDuration: z.ZodOptional<z.ZodNumber>;
|
|
150
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
150
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
151
151
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
152
152
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
153
153
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -159,7 +159,7 @@ declare const updateProjectIssueStatusAndDetails: _keystrokehq_core0.Operation<z
|
|
|
159
159
|
declare const deleteOrganizationIssue: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
160
160
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
161
161
|
issue_id: z.ZodString;
|
|
162
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
162
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
163
163
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
164
164
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
165
165
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -173,7 +173,7 @@ declare const deleteProjectIssues: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
173
173
|
project_slug: z.ZodString;
|
|
174
174
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
175
175
|
query: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
176
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
177
177
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
178
178
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
179
179
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -191,7 +191,7 @@ declare const retrieveIssueEventsById: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
191
191
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
192
192
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
193
193
|
full: z.ZodOptional<z.ZodBoolean>;
|
|
194
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
194
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
195
195
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
196
196
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
197
197
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -203,7 +203,7 @@ declare const retrieveIssueEventsById: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
203
203
|
declare const retrieveIssueHashesForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
204
204
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
205
205
|
issue_id: z.ZodString;
|
|
206
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
206
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
207
207
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
208
208
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
209
209
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -216,7 +216,7 @@ declare const retrieveIssueTagDetails: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
216
216
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
217
217
|
issue_id: z.ZodString;
|
|
218
218
|
key: z.ZodString;
|
|
219
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
219
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
220
220
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
221
221
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
222
222
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -232,7 +232,7 @@ declare const fetchTagValuesForIssue: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
232
232
|
issue_id: z.ZodString;
|
|
233
233
|
key: z.ZodString;
|
|
234
234
|
query: z.ZodOptional<z.ZodString>;
|
|
235
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
235
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
236
236
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
237
237
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
238
238
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -247,7 +247,7 @@ declare const createSentryExternalIssueLink: _keystrokehq_core0.Operation<z.ZodO
|
|
|
247
247
|
webUrl: z.ZodString;
|
|
248
248
|
project: z.ZodOptional<z.ZodString>;
|
|
249
249
|
identifier: z.ZodOptional<z.ZodString>;
|
|
250
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
250
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
251
251
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
252
252
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
253
253
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -259,7 +259,7 @@ declare const createSentryExternalIssueLink: _keystrokehq_core0.Operation<z.ZodO
|
|
|
259
259
|
declare const deleteExternalIssueByUuid: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
260
260
|
install_uuid: z.ZodString;
|
|
261
261
|
external_issue_id: z.ZodString;
|
|
262
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
262
|
+
}, z.core.$strip>, 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>;
|
|
@@ -271,7 +271,7 @@ declare const deleteExternalIssueByUuid: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
271
271
|
declare const retrieveShortIdForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
272
272
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
273
273
|
short_id: z.ZodString;
|
|
274
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
274
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
275
275
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
276
276
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
277
277
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -291,10 +291,10 @@ declare const sentryIssueOperations: {
|
|
|
291
291
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
292
292
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
293
293
|
date: "date";
|
|
294
|
+
user: "user";
|
|
294
295
|
new: "new";
|
|
295
296
|
priority: "priority";
|
|
296
297
|
freq: "freq";
|
|
297
|
-
user: "user";
|
|
298
298
|
trends: "trends";
|
|
299
299
|
}>>;
|
|
300
300
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -302,10 +302,10 @@ declare const sentryIssueOperations: {
|
|
|
302
302
|
id: z.ZodString;
|
|
303
303
|
shortId: z.ZodOptional<z.ZodString>;
|
|
304
304
|
status: z.ZodOptional<z.ZodEnum<{
|
|
305
|
+
archived: "archived";
|
|
305
306
|
unresolved: "unresolved";
|
|
306
307
|
resolved: "resolved";
|
|
307
308
|
ignored: "ignored";
|
|
308
|
-
archived: "archived";
|
|
309
309
|
reprocessing: "reprocessing";
|
|
310
310
|
}>>;
|
|
311
311
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -326,7 +326,7 @@ declare const sentryIssueOperations: {
|
|
|
326
326
|
lastSeen: z.ZodOptional<z.ZodISODateTime>;
|
|
327
327
|
count: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
328
328
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
329
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
329
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
330
330
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
331
331
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
332
332
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -342,10 +342,10 @@ declare const sentryIssueOperations: {
|
|
|
342
342
|
id: z.ZodString;
|
|
343
343
|
shortId: z.ZodOptional<z.ZodString>;
|
|
344
344
|
status: z.ZodOptional<z.ZodEnum<{
|
|
345
|
+
archived: "archived";
|
|
345
346
|
unresolved: "unresolved";
|
|
346
347
|
resolved: "resolved";
|
|
347
348
|
ignored: "ignored";
|
|
348
|
-
archived: "archived";
|
|
349
349
|
reprocessing: "reprocessing";
|
|
350
350
|
}>>;
|
|
351
351
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -366,7 +366,7 @@ declare const sentryIssueOperations: {
|
|
|
366
366
|
lastSeen: z.ZodOptional<z.ZodISODateTime>;
|
|
367
367
|
count: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
368
368
|
userCount: z.ZodOptional<z.ZodNumber>;
|
|
369
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
369
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
370
370
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
371
371
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
372
372
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -379,10 +379,10 @@ declare const sentryIssueOperations: {
|
|
|
379
379
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
380
380
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
381
381
|
status: z.ZodOptional<z.ZodEnum<{
|
|
382
|
+
archived: "archived";
|
|
382
383
|
unresolved: "unresolved";
|
|
383
384
|
resolved: "resolved";
|
|
384
385
|
ignored: "ignored";
|
|
385
|
-
archived: "archived";
|
|
386
386
|
reprocessing: "reprocessing";
|
|
387
387
|
}>>;
|
|
388
388
|
statusDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -397,7 +397,7 @@ declare const sentryIssueOperations: {
|
|
|
397
397
|
ignoreUserCount: z.ZodOptional<z.ZodNumber>;
|
|
398
398
|
ignoreWindow: z.ZodOptional<z.ZodNumber>;
|
|
399
399
|
ignoreUserWindow: z.ZodOptional<z.ZodNumber>;
|
|
400
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
400
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
401
401
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
402
402
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
403
403
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -411,10 +411,10 @@ declare const sentryIssueOperations: {
|
|
|
411
411
|
project_slug: z.ZodString;
|
|
412
412
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
413
413
|
status: z.ZodOptional<z.ZodEnum<{
|
|
414
|
+
archived: "archived";
|
|
414
415
|
unresolved: "unresolved";
|
|
415
416
|
resolved: "resolved";
|
|
416
417
|
ignored: "ignored";
|
|
417
|
-
archived: "archived";
|
|
418
418
|
reprocessing: "reprocessing";
|
|
419
419
|
}>>;
|
|
420
420
|
statusDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -425,7 +425,7 @@ declare const sentryIssueOperations: {
|
|
|
425
425
|
merge: z.ZodOptional<z.ZodBoolean>;
|
|
426
426
|
discard: z.ZodOptional<z.ZodBoolean>;
|
|
427
427
|
ignoreDuration: z.ZodOptional<z.ZodNumber>;
|
|
428
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
428
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
429
429
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
430
430
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
431
431
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -437,7 +437,7 @@ declare const sentryIssueOperations: {
|
|
|
437
437
|
readonly deleteOrganizationIssue: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
438
438
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
439
439
|
issue_id: z.ZodString;
|
|
440
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
440
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
441
441
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
442
442
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
443
443
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -451,7 +451,7 @@ declare const sentryIssueOperations: {
|
|
|
451
451
|
project_slug: z.ZodString;
|
|
452
452
|
id: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
453
453
|
query: z.ZodOptional<z.ZodString>;
|
|
454
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
454
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
455
455
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
456
456
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
457
457
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -469,7 +469,7 @@ declare const sentryIssueOperations: {
|
|
|
469
469
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
470
470
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
471
471
|
full: z.ZodOptional<z.ZodBoolean>;
|
|
472
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
472
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
473
473
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
474
474
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
475
475
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -481,7 +481,7 @@ declare const sentryIssueOperations: {
|
|
|
481
481
|
readonly retrieveIssueHashesForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
482
482
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
483
483
|
issue_id: z.ZodString;
|
|
484
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
484
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
485
485
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
486
486
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
487
487
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -494,7 +494,7 @@ declare const sentryIssueOperations: {
|
|
|
494
494
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
495
495
|
issue_id: z.ZodString;
|
|
496
496
|
key: z.ZodString;
|
|
497
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
497
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
498
498
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
499
499
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
500
500
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -510,7 +510,7 @@ declare const sentryIssueOperations: {
|
|
|
510
510
|
issue_id: z.ZodString;
|
|
511
511
|
key: z.ZodString;
|
|
512
512
|
query: z.ZodOptional<z.ZodString>;
|
|
513
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
513
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
514
514
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
515
515
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
516
516
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -525,7 +525,7 @@ declare const sentryIssueOperations: {
|
|
|
525
525
|
webUrl: z.ZodString;
|
|
526
526
|
project: z.ZodOptional<z.ZodString>;
|
|
527
527
|
identifier: z.ZodOptional<z.ZodString>;
|
|
528
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
528
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, 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>;
|
|
@@ -537,7 +537,7 @@ declare const sentryIssueOperations: {
|
|
|
537
537
|
readonly deleteExternalIssueByUuid: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
538
538
|
install_uuid: z.ZodString;
|
|
539
539
|
external_issue_id: z.ZodString;
|
|
540
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
540
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
541
541
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
542
542
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
543
543
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -549,7 +549,7 @@ declare const sentryIssueOperations: {
|
|
|
549
549
|
readonly retrieveShortIdForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
550
550
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
551
551
|
short_id: z.ZodString;
|
|
552
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
552
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
553
553
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
554
554
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
555
555
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/issues.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgIssueScopeInputSchema, orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryIssueSchema, sentryIssueStatusSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema } 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/members.d.mts
CHANGED
|
@@ -23,7 +23,7 @@ declare const listOrganizationMembers: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
23
23
|
email: z.ZodOptional<z.ZodString>;
|
|
24
24
|
name: z.ZodOptional<z.ZodString>;
|
|
25
25
|
}, z.core.$loose>>>;
|
|
26
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
26
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
27
27
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
28
28
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
29
29
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -50,7 +50,7 @@ declare const retrieveOrganizationMember: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
50
50
|
email: z.ZodOptional<z.ZodString>;
|
|
51
51
|
name: z.ZodOptional<z.ZodString>;
|
|
52
52
|
}, z.core.$loose>>>;
|
|
53
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
53
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
54
54
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
55
55
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
56
56
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -86,7 +86,7 @@ declare const addOrganizationMemberViaEmail: _keystrokehq_core0.Operation<z.ZodO
|
|
|
86
86
|
email: z.ZodOptional<z.ZodString>;
|
|
87
87
|
name: z.ZodOptional<z.ZodString>;
|
|
88
88
|
}, z.core.$loose>>>;
|
|
89
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
89
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
90
90
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
91
91
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
92
92
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -120,7 +120,7 @@ declare const updateOrganizationMemberRole: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
120
120
|
email: z.ZodOptional<z.ZodString>;
|
|
121
121
|
name: z.ZodOptional<z.ZodString>;
|
|
122
122
|
}, z.core.$loose>>>;
|
|
123
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
123
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
124
124
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
125
125
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
126
126
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -132,7 +132,7 @@ declare const updateOrganizationMemberRole: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
132
132
|
declare const deleteOrganizationMember: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
133
133
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
134
134
|
member_id: z.ZodString;
|
|
135
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
135
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
136
136
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
137
137
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
138
138
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -160,7 +160,7 @@ declare const patchUserActiveStatusInOrganization: _keystrokehq_core0.Operation<
|
|
|
160
160
|
email: z.ZodOptional<z.ZodString>;
|
|
161
161
|
name: z.ZodOptional<z.ZodString>;
|
|
162
162
|
}, z.core.$loose>>>;
|
|
163
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
163
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
164
164
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
165
165
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
166
166
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -172,7 +172,7 @@ declare const patchUserActiveStatusInOrganization: _keystrokehq_core0.Operation<
|
|
|
172
172
|
declare const deleteUserFromOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
173
173
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
174
174
|
member_id: z.ZodString;
|
|
175
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
175
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
176
176
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
177
177
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
178
178
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -202,7 +202,7 @@ declare const sentryMemberOperations: {
|
|
|
202
202
|
email: z.ZodOptional<z.ZodString>;
|
|
203
203
|
name: z.ZodOptional<z.ZodString>;
|
|
204
204
|
}, z.core.$loose>>>;
|
|
205
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
205
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
206
206
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
207
207
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
208
208
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -229,7 +229,7 @@ declare const sentryMemberOperations: {
|
|
|
229
229
|
email: z.ZodOptional<z.ZodString>;
|
|
230
230
|
name: z.ZodOptional<z.ZodString>;
|
|
231
231
|
}, z.core.$loose>>>;
|
|
232
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
232
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
233
233
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
234
234
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
235
235
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -265,7 +265,7 @@ declare const sentryMemberOperations: {
|
|
|
265
265
|
email: z.ZodOptional<z.ZodString>;
|
|
266
266
|
name: z.ZodOptional<z.ZodString>;
|
|
267
267
|
}, z.core.$loose>>>;
|
|
268
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
268
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
269
269
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
270
270
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
271
271
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -299,7 +299,7 @@ declare const sentryMemberOperations: {
|
|
|
299
299
|
email: z.ZodOptional<z.ZodString>;
|
|
300
300
|
name: z.ZodOptional<z.ZodString>;
|
|
301
301
|
}, z.core.$loose>>>;
|
|
302
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
302
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
303
303
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
304
304
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
305
305
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -311,7 +311,7 @@ declare const sentryMemberOperations: {
|
|
|
311
311
|
readonly deleteOrganizationMember: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
312
312
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
313
313
|
member_id: z.ZodString;
|
|
314
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
314
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
315
315
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
316
316
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
317
317
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -339,7 +339,7 @@ declare const sentryMemberOperations: {
|
|
|
339
339
|
email: z.ZodOptional<z.ZodString>;
|
|
340
340
|
name: z.ZodOptional<z.ZodString>;
|
|
341
341
|
}, z.core.$loose>>>;
|
|
342
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
342
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
343
343
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
344
344
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
345
345
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -351,7 +351,7 @@ declare const sentryMemberOperations: {
|
|
|
351
351
|
readonly deleteUserFromOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
352
352
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
353
353
|
member_id: z.ZodString;
|
|
354
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
354
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
355
355
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
356
356
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
357
357
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/members.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryMemberSchema } 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
|
|