@keystrokehq/sentry 0.0.10 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/_official/index.d.mts +2 -2
  2. package/dist/_official/index.mjs +1 -1
  3. package/dist/_runtime/index.d.mts +1 -1
  4. package/dist/_runtime/index.mjs +1 -1
  5. package/dist/alerts.d.mts +22 -22
  6. package/dist/alerts.mjs +12 -12
  7. package/dist/connection.d.mts +1 -1
  8. package/dist/connection.mjs +1 -1
  9. package/dist/dashboards.d.mts +10 -10
  10. package/dist/dashboards.mjs +6 -6
  11. package/dist/debug-files.d.mts +6 -6
  12. package/dist/debug-files.mjs +4 -4
  13. package/dist/deploys.d.mts +4 -4
  14. package/dist/deploys.mjs +3 -3
  15. package/dist/discover.d.mts +10 -10
  16. package/dist/discover.mjs +6 -6
  17. package/dist/{endpoint-factory-BKyte5gU.mjs → endpoint-factory-C0WIFmtK.mjs} +1 -2
  18. package/dist/environments.d.mts +8 -8
  19. package/dist/environments.mjs +4 -4
  20. package/dist/events-api.d.mts +14 -14
  21. package/dist/events-api.mjs +8 -8
  22. package/dist/feedback.d.mts +4 -4
  23. package/dist/feedback.mjs +3 -3
  24. package/dist/integration-DCNn_9vz.mjs +356 -0
  25. package/dist/{integration-BaLZqIqf.d.mts → integration-rmp485nJ.d.mts} +2 -3
  26. package/dist/issues.d.mts +36 -36
  27. package/dist/issues.mjs +14 -14
  28. package/dist/members.d.mts +14 -14
  29. package/dist/members.mjs +8 -8
  30. package/dist/monitors.d.mts +32 -32
  31. package/dist/monitors.mjs +11 -11
  32. package/dist/notifications.d.mts +10 -10
  33. package/dist/notifications.mjs +6 -6
  34. package/dist/organizations.d.mts +32 -32
  35. package/dist/organizations.mjs +16 -16
  36. package/dist/project-keys.d.mts +10 -10
  37. package/dist/project-keys.mjs +6 -6
  38. package/dist/projects.d.mts +38 -38
  39. package/dist/projects.mjs +20 -20
  40. package/dist/releases.d.mts +44 -44
  41. package/dist/releases.mjs +22 -22
  42. package/dist/replays.d.mts +18 -18
  43. package/dist/replays.mjs +10 -10
  44. package/dist/schemas.d.mts +4 -4
  45. package/dist/scim.d.mts +22 -22
  46. package/dist/scim.mjs +12 -12
  47. package/dist/teams.d.mts +28 -28
  48. package/dist/teams.mjs +15 -15
  49. package/dist/triggers.d.mts +59 -3
  50. package/dist/triggers.mjs +51 -1
  51. package/dist/user-emails.d.mts +8 -8
  52. package/dist/user-emails.mjs +5 -5
  53. package/dist/webhooks.d.mts +10 -10
  54. package/dist/webhooks.mjs +6 -6
  55. package/package.json +5 -5
  56. package/dist/integration-DQ-PSbHu.mjs +0 -156
package/dist/issues.d.mts CHANGED
@@ -12,8 +12,8 @@ declare const retrieveProjectIssuesList: _keystrokehq_core0.Operation<z.ZodObjec
12
12
  query: z.ZodOptional<z.ZodString>;
13
13
  environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
14
  sort: z.ZodOptional<z.ZodEnum<{
15
- user: "user";
16
15
  date: "date";
16
+ user: "user";
17
17
  new: "new";
18
18
  priority: "priority";
19
19
  freq: "freq";
@@ -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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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>;
@@ -290,8 +290,8 @@ declare const sentryIssueOperations: {
290
290
  query: z.ZodOptional<z.ZodString>;
291
291
  environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
292
292
  sort: z.ZodOptional<z.ZodEnum<{
293
- user: "user";
294
293
  date: "date";
294
+ user: "user";
295
295
  new: "new";
296
296
  priority: "priority";
297
297
  freq: "freq";
@@ -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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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-BKyte5gU.mjs";
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
 
@@ -20,7 +20,7 @@ const ORG_ISSUE = [...ORG, {
20
20
  placeholder: "{issue_id}"
21
21
  }];
22
22
  const retrieveProjectIssuesList = defineSentryEndpoint({
23
- id: "retrieve_project_issues_list",
23
+ id: "sentry.retrieve-project-issues-list",
24
24
  name: "List Project Issues",
25
25
  description: "List issues for a project.",
26
26
  method: "GET",
@@ -54,7 +54,7 @@ const retrieveProjectIssuesList = defineSentryEndpoint({
54
54
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
55
55
  });
56
56
  const getOrganizationIssueDetails = defineSentryEndpoint({
57
- id: "get_organization_issue_details",
57
+ id: "sentry.get-organization-issue-details",
58
58
  name: "Get Issue Details",
59
59
  description: "Fetch a single issue by id.",
60
60
  method: "GET",
@@ -65,7 +65,7 @@ const getOrganizationIssueDetails = defineSentryEndpoint({
65
65
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
66
66
  });
67
67
  const updateIssueAttributesInOrganization = defineSentryEndpoint({
68
- id: "update_issue_attributes_in_organization",
68
+ id: "sentry.update-issue-attributes-in-organization",
69
69
  name: "Update Issue Attributes (Org Scope)",
70
70
  description: "Update issue status, assignee, or tags on one or more issues identified by id list.",
71
71
  method: "PUT",
@@ -108,7 +108,7 @@ const updateIssueAttributesInOrganization = defineSentryEndpoint({
108
108
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
109
109
  });
110
110
  const updateProjectIssueStatusAndDetails = defineSentryEndpoint({
111
- id: "update_project_issue_status_and_details",
111
+ id: "sentry.update-project-issue-status-and-details",
112
112
  name: "Update Issues (Project Scope)",
113
113
  description: "Bulk-update issues in a single project by id set or query.",
114
114
  method: "PUT",
@@ -143,7 +143,7 @@ const updateProjectIssueStatusAndDetails = defineSentryEndpoint({
143
143
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
144
144
  });
145
145
  const deleteOrganizationIssue = defineSentryEndpoint({
146
- id: "delete_organization_issue",
146
+ id: "sentry.delete-organization-issue",
147
147
  name: "Delete Issue (Org Scope)",
148
148
  description: "Delete an issue by id.",
149
149
  method: "DELETE",
@@ -155,7 +155,7 @@ const deleteOrganizationIssue = defineSentryEndpoint({
155
155
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
156
156
  });
157
157
  const deleteProjectIssues = defineSentryEndpoint({
158
- id: "delete_project_issues",
158
+ id: "sentry.delete-project-issues",
159
159
  name: "Delete Project Issues",
160
160
  description: "Bulk-delete issues on a project by id list or query.",
161
161
  method: "DELETE",
@@ -171,7 +171,7 @@ const deleteProjectIssues = defineSentryEndpoint({
171
171
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
172
172
  });
173
173
  const retrieveIssueEventsById = defineSentryEndpoint({
174
- id: "retrieve_issue_events_by_id",
174
+ id: "sentry.retrieve-issue-events-by-id",
175
175
  name: "Retrieve Issue Events",
176
176
  description: "List events that have rolled up into an issue.",
177
177
  method: "GET",
@@ -195,7 +195,7 @@ const retrieveIssueEventsById = defineSentryEndpoint({
195
195
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
196
196
  });
197
197
  const retrieveIssueHashesForOrganization = defineSentryEndpoint({
198
- id: "retrieve_issue_hashes_for_organization",
198
+ id: "sentry.retrieve-issue-hashes-for-organization",
199
199
  name: "Retrieve Issue Hashes",
200
200
  description: "List the grouping-hash keys associated with an issue.",
201
201
  method: "GET",
@@ -206,7 +206,7 @@ const retrieveIssueHashesForOrganization = defineSentryEndpoint({
206
206
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
207
207
  });
208
208
  const retrieveIssueTagDetails = defineSentryEndpoint({
209
- id: "retrieve_issue_tag_details",
209
+ id: "sentry.retrieve-issue-tag-details",
210
210
  name: "Retrieve Issue Tag Details",
211
211
  description: "Return tag key metadata for one issue.",
212
212
  method: "GET",
@@ -220,7 +220,7 @@ const retrieveIssueTagDetails = defineSentryEndpoint({
220
220
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
221
221
  });
222
222
  const fetchTagValuesForIssue = defineSentryEndpoint({
223
- id: "sentry_fetch_tag_values_for_issue",
223
+ id: "sentry.fetch-tag-values-for-issue",
224
224
  name: "Fetch Tag Values For Issue",
225
225
  description: "List the distinct values for a tag key within one issue.",
226
226
  method: "GET",
@@ -243,7 +243,7 @@ const fetchTagValuesForIssue = defineSentryEndpoint({
243
243
  requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
244
244
  });
245
245
  const createSentryExternalIssueLink = defineSentryEndpoint({
246
- id: "create_sentry_external_issue_link",
246
+ id: "sentry.create-sentry-external-issue-link",
247
247
  name: "Create External Issue Link",
248
248
  description: "Link a Sentry issue to an external tracking record (Linear, Jira, etc.) by uuid.",
249
249
  method: "POST",
@@ -270,7 +270,7 @@ const createSentryExternalIssueLink = defineSentryEndpoint({
270
270
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
271
271
  });
272
272
  const deleteExternalIssueByUuid = defineSentryEndpoint({
273
- id: "delete_external_issue_by_uuid",
273
+ id: "sentry.delete-external-issue-by-uuid",
274
274
  name: "Delete External Issue",
275
275
  description: "Unlink an external issue record from a Sentry issue by uuid.",
276
276
  method: "DELETE",
@@ -291,7 +291,7 @@ const deleteExternalIssueByUuid = defineSentryEndpoint({
291
291
  requiredOAuthScopes: [...SENTRY_SCOPE.eventAdmin]
292
292
  });
293
293
  const retrieveShortIdForOrganization = defineSentryEndpoint({
294
- id: "retrieve_short_id_for_organization",
294
+ id: "sentry.retrieve-short-id-for-organization",
295
295
  name: "Resolve Short ID",
296
296
  description: "Resolve a Sentry short id (e.g. `PROJ-123`) to its issue details.",
297
297
  method: "GET",
@@ -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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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<"keystroke:sentry", z.ZodObject<{
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-BKyte5gU.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -16,7 +16,7 @@ const ORG_MEMBER = [...ORG, {
16
16
  placeholder: "{member_id}"
17
17
  }];
18
18
  const listOrganizationMembers = defineSentryEndpoint({
19
- id: "list_organization_members",
19
+ id: "sentry.list-organization-members",
20
20
  name: "List Organization Members",
21
21
  description: "List the members of an organization with pagination.",
22
22
  method: "GET",
@@ -33,7 +33,7 @@ const listOrganizationMembers = defineSentryEndpoint({
33
33
  requiredOAuthScopes: [...SENTRY_SCOPE.memberRead]
34
34
  });
35
35
  const retrieveOrganizationMember = defineSentryEndpoint({
36
- id: "retrieve_organization_member",
36
+ id: "sentry.retrieve-organization-member",
37
37
  name: "Retrieve Organization Member",
38
38
  description: "Fetch a single organization member by id.",
39
39
  method: "GET",
@@ -44,7 +44,7 @@ const retrieveOrganizationMember = defineSentryEndpoint({
44
44
  requiredOAuthScopes: [...SENTRY_SCOPE.memberRead]
45
45
  });
46
46
  const addOrganizationMemberViaEmail = defineSentryEndpoint({
47
- id: "add_organization_member_via_email",
47
+ id: "sentry.add-organization-member-via-email",
48
48
  name: "Invite Member by Email",
49
49
  description: "Invite a new member by email address with an optional org role and team list.",
50
50
  method: "POST",
@@ -76,7 +76,7 @@ const addOrganizationMemberViaEmail = defineSentryEndpoint({
76
76
  requiredOAuthScopes: [...SENTRY_SCOPE.memberWrite]
77
77
  });
78
78
  const updateOrganizationMemberRole = defineSentryEndpoint({
79
- id: "update_organization_member_role",
79
+ id: "sentry.update-organization-member-role",
80
80
  name: "Update Member Role",
81
81
  description: "Update an organization member’s role and/or team assignments.",
82
82
  method: "PUT",
@@ -103,7 +103,7 @@ const updateOrganizationMemberRole = defineSentryEndpoint({
103
103
  requiredOAuthScopes: [...SENTRY_SCOPE.memberWrite]
104
104
  });
105
105
  const deleteOrganizationMember = defineSentryEndpoint({
106
- id: "delete_organization_member",
106
+ id: "sentry.delete-organization-member",
107
107
  name: "Delete Organization Member",
108
108
  description: "Remove a member from the organization.",
109
109
  method: "DELETE",
@@ -115,7 +115,7 @@ const deleteOrganizationMember = defineSentryEndpoint({
115
115
  requiredOAuthScopes: [...SENTRY_SCOPE.memberAdmin]
116
116
  });
117
117
  const patchUserActiveStatusInOrganization = defineSentryEndpoint({
118
- id: "patch_user_active_status_in_organization",
118
+ id: "sentry.patch-user-active-status-in-organization",
119
119
  name: "Update Member Active Status",
120
120
  description: "Toggle a member’s active flag without removing them.",
121
121
  method: "PATCH",
@@ -131,7 +131,7 @@ const patchUserActiveStatusInOrganization = defineSentryEndpoint({
131
131
  requiredOAuthScopes: [...SENTRY_SCOPE.memberWrite]
132
132
  });
133
133
  const deleteUserFromOrg = defineSentryEndpoint({
134
- id: "delete_user_from_org",
134
+ id: "sentry.delete-user-from-org",
135
135
  name: "Delete User From Organization",
136
136
  description: "Alias of `delete_organization_member`. Kept for Composio parity.",
137
137
  method: "DELETE",