@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
@@ -19,8 +19,8 @@ declare const listOrganizationReleases: _keystrokehq_core0.Operation<z.ZodObject
19
19
  crash_free_sessions: "crash_free_sessions";
20
20
  }>>;
21
21
  status: z.ZodOptional<z.ZodEnum<{
22
- archived: "archived";
23
22
  open: "open";
23
+ archived: "archived";
24
24
  }>>;
25
25
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
26
26
  version: z.ZodString;
@@ -36,7 +36,7 @@ declare const listOrganizationReleases: _keystrokehq_core0.Operation<z.ZodObject
36
36
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
37
37
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
38
38
  }, z.core.$loose>>>;
39
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
39
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
40
40
  SENTRY_ACCESS_TOKEN: z.ZodString;
41
41
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
42
42
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -68,7 +68,7 @@ declare const createReleaseForOrganization: _keystrokehq_core0.Operation<z.ZodOb
68
68
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
69
69
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
70
70
  }, z.core.$loose>>>;
71
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
71
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
72
72
  SENTRY_ACCESS_TOKEN: z.ZodString;
73
73
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
74
74
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -94,7 +94,7 @@ declare const getOrganizationReleaseVersion: _keystrokehq_core0.Operation<z.ZodO
94
94
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
95
95
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
96
96
  }, z.core.$loose>>>;
97
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
97
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
98
98
  SENTRY_ACCESS_TOKEN: z.ZodString;
99
99
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
100
100
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -126,7 +126,7 @@ declare const updateReleaseDetailsForOrganization: _keystrokehq_core0.Operation<
126
126
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
127
127
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
128
128
  }, z.core.$loose>>>;
129
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
129
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
130
130
  SENTRY_ACCESS_TOKEN: z.ZodString;
131
131
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
132
132
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -138,7 +138,7 @@ declare const updateReleaseDetailsForOrganization: _keystrokehq_core0.Operation<
138
138
  declare const deleteOrganizationRelease: _keystrokehq_core0.Operation<z.ZodObject<{
139
139
  organization_slug: z.ZodOptional<z.ZodString>;
140
140
  version: z.ZodString;
141
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
141
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
142
142
  SENTRY_ACCESS_TOKEN: z.ZodString;
143
143
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
144
144
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -158,7 +158,7 @@ declare const retrieveOrganizationReleaseCommits: _keystrokehq_core0.Operation<z
158
158
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
159
159
  message: z.ZodOptional<z.ZodString>;
160
160
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
161
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
161
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
162
162
  SENTRY_ACCESS_TOKEN: z.ZodString;
163
163
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
164
164
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -179,7 +179,7 @@ declare const retrieveReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
179
179
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
180
180
  message: z.ZodOptional<z.ZodString>;
181
181
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
182
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
182
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
183
183
  SENTRY_ACCESS_TOKEN: z.ZodString;
184
184
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
185
185
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -194,7 +194,7 @@ declare const retrieveCommitFilesForRelease: _keystrokehq_core0.Operation<z.ZodO
194
194
  query: z.ZodOptional<z.ZodString>;
195
195
  organization_slug: z.ZodOptional<z.ZodString>;
196
196
  version: z.ZodString;
197
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
197
+ }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
198
198
  SENTRY_ACCESS_TOKEN: z.ZodString;
199
199
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
200
200
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -214,7 +214,7 @@ declare const retrieveCommitsForOrganizationRepo: _keystrokehq_core0.Operation<z
214
214
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
215
215
  message: z.ZodOptional<z.ZodString>;
216
216
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
217
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
217
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
218
218
  SENTRY_ACCESS_TOKEN: z.ZodString;
219
219
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
220
220
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -243,7 +243,7 @@ declare const listOrganizationRepositories: _keystrokehq_core0.Operation<z.ZodOb
243
243
  }, z.core.$loose>>>;
244
244
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
245
245
  status: z.ZodOptional<z.ZodString>;
246
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
246
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
247
247
  SENTRY_ACCESS_TOKEN: z.ZodString;
248
248
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
249
249
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -265,7 +265,7 @@ declare const retrieveFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<
265
265
  sha1: z.ZodOptional<z.ZodString>;
266
266
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
267
267
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
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>;
@@ -288,7 +288,7 @@ declare const fetchProjectReleaseFiles: _keystrokehq_core0.Operation<z.ZodObject
288
288
  sha1: z.ZodOptional<z.ZodString>;
289
289
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
290
290
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
291
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
291
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
292
292
  SENTRY_ACCESS_TOKEN: z.ZodString;
293
293
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
294
294
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -309,7 +309,7 @@ declare const retrieveProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.
309
309
  sha1: z.ZodOptional<z.ZodString>;
310
310
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
311
311
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
312
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
312
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
313
313
  SENTRY_ACCESS_TOKEN: z.ZodString;
314
314
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
315
315
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -329,7 +329,7 @@ declare const retrieveReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<
329
329
  sha1: z.ZodOptional<z.ZodString>;
330
330
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
331
331
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
332
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
332
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
333
333
  SENTRY_ACCESS_TOKEN: z.ZodString;
334
334
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
335
335
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -351,7 +351,7 @@ declare const uploadReleaseFileToOrganization: _keystrokehq_core0.Operation<z.Zo
351
351
  sha1: z.ZodOptional<z.ZodString>;
352
352
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
353
353
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
354
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
354
+ }, z.core.$loose>, 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>;
@@ -374,7 +374,7 @@ declare const uploadFileToProjectRelease: _keystrokehq_core0.Operation<z.ZodObje
374
374
  sha1: z.ZodOptional<z.ZodString>;
375
375
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
376
376
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
377
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
377
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
378
378
  SENTRY_ACCESS_TOKEN: z.ZodString;
379
379
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
380
380
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -397,7 +397,7 @@ declare const modifyReleaseFileAttributes: _keystrokehq_core0.Operation<z.ZodObj
397
397
  sha1: z.ZodOptional<z.ZodString>;
398
398
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
399
399
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
400
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
400
+ }, z.core.$loose>, 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>;
@@ -421,7 +421,7 @@ declare const updateProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.Zo
421
421
  sha1: z.ZodOptional<z.ZodString>;
422
422
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
423
423
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
424
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
424
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
425
425
  SENTRY_ACCESS_TOKEN: z.ZodString;
426
426
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
427
427
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -435,7 +435,7 @@ declare const deleteReleaseFile: _keystrokehq_core0.Operation<z.ZodObject<{
435
435
  project_slug: z.ZodString;
436
436
  version: z.ZodString;
437
437
  file_id: z.ZodString;
438
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
438
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
439
439
  SENTRY_ACCESS_TOKEN: z.ZodString;
440
440
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
441
441
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -448,7 +448,7 @@ declare const deleteReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
448
448
  organization_slug: z.ZodOptional<z.ZodString>;
449
449
  version: z.ZodString;
450
450
  file_id: z.ZodString;
451
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
451
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
452
452
  SENTRY_ACCESS_TOKEN: z.ZodString;
453
453
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
454
454
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -464,7 +464,7 @@ declare const fetchOrganizationReleaseThresholdStatuses: _keystrokehq_core0.Oper
464
464
  release: z.ZodOptional<z.ZodArray<z.ZodString>>;
465
465
  start: z.ZodOptional<z.ZodString>;
466
466
  end: z.ZodOptional<z.ZodString>;
467
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
467
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
468
468
  SENTRY_ACCESS_TOKEN: z.ZodString;
469
469
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
470
470
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -490,8 +490,8 @@ declare const sentryReleaseOperations: {
490
490
  crash_free_sessions: "crash_free_sessions";
491
491
  }>>;
492
492
  status: z.ZodOptional<z.ZodEnum<{
493
- archived: "archived";
494
493
  open: "open";
494
+ archived: "archived";
495
495
  }>>;
496
496
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
497
497
  version: z.ZodString;
@@ -507,7 +507,7 @@ declare const sentryReleaseOperations: {
507
507
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
508
508
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
509
509
  }, z.core.$loose>>>;
510
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
510
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
511
511
  SENTRY_ACCESS_TOKEN: z.ZodString;
512
512
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
513
513
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -539,7 +539,7 @@ declare const sentryReleaseOperations: {
539
539
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
540
540
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
541
541
  }, z.core.$loose>>>;
542
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
542
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
543
543
  SENTRY_ACCESS_TOKEN: z.ZodString;
544
544
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
545
545
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -565,7 +565,7 @@ declare const sentryReleaseOperations: {
565
565
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
566
566
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
567
567
  }, z.core.$loose>>>;
568
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
568
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
569
569
  SENTRY_ACCESS_TOKEN: z.ZodString;
570
570
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
571
571
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -597,7 +597,7 @@ declare const sentryReleaseOperations: {
597
597
  isMember: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
598
598
  status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
599
599
  }, z.core.$loose>>>;
600
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
600
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
601
601
  SENTRY_ACCESS_TOKEN: z.ZodString;
602
602
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
603
603
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -609,7 +609,7 @@ declare const sentryReleaseOperations: {
609
609
  readonly deleteOrganizationRelease: _keystrokehq_core0.Operation<z.ZodObject<{
610
610
  organization_slug: z.ZodOptional<z.ZodString>;
611
611
  version: z.ZodString;
612
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
612
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
613
613
  SENTRY_ACCESS_TOKEN: z.ZodString;
614
614
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
615
615
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -629,7 +629,7 @@ declare const sentryReleaseOperations: {
629
629
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
630
630
  message: z.ZodOptional<z.ZodString>;
631
631
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
632
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
632
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
633
633
  SENTRY_ACCESS_TOKEN: z.ZodString;
634
634
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
635
635
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -650,7 +650,7 @@ declare const sentryReleaseOperations: {
650
650
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
651
651
  message: z.ZodOptional<z.ZodString>;
652
652
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
653
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
653
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
654
654
  SENTRY_ACCESS_TOKEN: z.ZodString;
655
655
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
656
656
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -665,7 +665,7 @@ declare const sentryReleaseOperations: {
665
665
  query: z.ZodOptional<z.ZodString>;
666
666
  organization_slug: z.ZodOptional<z.ZodString>;
667
667
  version: z.ZodString;
668
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
668
+ }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
669
669
  SENTRY_ACCESS_TOKEN: z.ZodString;
670
670
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
671
671
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -685,7 +685,7 @@ declare const sentryReleaseOperations: {
685
685
  repository: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
686
686
  message: z.ZodOptional<z.ZodString>;
687
687
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
688
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
688
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
689
689
  SENTRY_ACCESS_TOKEN: z.ZodString;
690
690
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
691
691
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -714,7 +714,7 @@ declare const sentryReleaseOperations: {
714
714
  }, z.core.$loose>>>;
715
715
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
716
716
  status: z.ZodOptional<z.ZodString>;
717
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
717
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
718
718
  SENTRY_ACCESS_TOKEN: z.ZodString;
719
719
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
720
720
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -736,7 +736,7 @@ declare const sentryReleaseOperations: {
736
736
  sha1: z.ZodOptional<z.ZodString>;
737
737
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
738
738
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
739
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
739
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
740
740
  SENTRY_ACCESS_TOKEN: z.ZodString;
741
741
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
742
742
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -759,7 +759,7 @@ declare const sentryReleaseOperations: {
759
759
  sha1: z.ZodOptional<z.ZodString>;
760
760
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
761
761
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
762
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
762
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
763
763
  SENTRY_ACCESS_TOKEN: z.ZodString;
764
764
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
765
765
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -780,7 +780,7 @@ declare const sentryReleaseOperations: {
780
780
  sha1: z.ZodOptional<z.ZodString>;
781
781
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
782
782
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
783
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
783
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
784
784
  SENTRY_ACCESS_TOKEN: z.ZodString;
785
785
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
786
786
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -800,7 +800,7 @@ declare const sentryReleaseOperations: {
800
800
  sha1: z.ZodOptional<z.ZodString>;
801
801
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
802
802
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
803
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
803
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
804
804
  SENTRY_ACCESS_TOKEN: z.ZodString;
805
805
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
806
806
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -822,7 +822,7 @@ declare const sentryReleaseOperations: {
822
822
  sha1: z.ZodOptional<z.ZodString>;
823
823
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
824
824
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
825
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
825
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
826
826
  SENTRY_ACCESS_TOKEN: z.ZodString;
827
827
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
828
828
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -845,7 +845,7 @@ declare const sentryReleaseOperations: {
845
845
  sha1: z.ZodOptional<z.ZodString>;
846
846
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
847
847
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
848
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
848
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
849
849
  SENTRY_ACCESS_TOKEN: z.ZodString;
850
850
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
851
851
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -868,7 +868,7 @@ declare const sentryReleaseOperations: {
868
868
  sha1: z.ZodOptional<z.ZodString>;
869
869
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
870
870
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
871
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
871
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
872
872
  SENTRY_ACCESS_TOKEN: z.ZodString;
873
873
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
874
874
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -892,7 +892,7 @@ declare const sentryReleaseOperations: {
892
892
  sha1: z.ZodOptional<z.ZodString>;
893
893
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
894
894
  headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
895
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
895
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
896
896
  SENTRY_ACCESS_TOKEN: z.ZodString;
897
897
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
898
898
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -906,7 +906,7 @@ declare const sentryReleaseOperations: {
906
906
  project_slug: z.ZodString;
907
907
  version: z.ZodString;
908
908
  file_id: z.ZodString;
909
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
909
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
910
910
  SENTRY_ACCESS_TOKEN: z.ZodString;
911
911
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
912
912
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -919,7 +919,7 @@ declare const sentryReleaseOperations: {
919
919
  organization_slug: z.ZodOptional<z.ZodString>;
920
920
  version: z.ZodString;
921
921
  file_id: z.ZodString;
922
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
922
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
923
923
  SENTRY_ACCESS_TOKEN: z.ZodString;
924
924
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
925
925
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -935,7 +935,7 @@ declare const sentryReleaseOperations: {
935
935
  release: z.ZodOptional<z.ZodArray<z.ZodString>>;
936
936
  start: z.ZodOptional<z.ZodString>;
937
937
  end: z.ZodOptional<z.ZodString>;
938
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
938
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
939
939
  SENTRY_ACCESS_TOKEN: z.ZodString;
940
940
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
941
941
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
package/dist/releases.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, orgReleaseScopeInputSchema, orgScopeInputSchema, sentryCommitSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReleaseFileSchema, sentryReleaseSchema, sentryRepositorySchema } 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
 
@@ -32,7 +32,7 @@ const ORG_REPO = [...ORG, {
32
32
  placeholder: "{repo_id}"
33
33
  }];
34
34
  const listOrganizationReleases = defineSentryEndpoint({
35
- id: "list_organization_releases",
35
+ id: "sentry.list-organization-releases",
36
36
  name: "List Organization Releases",
37
37
  description: "List releases for an organization.",
38
38
  method: "GET",
@@ -66,7 +66,7 @@ const listOrganizationReleases = defineSentryEndpoint({
66
66
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
67
67
  });
68
68
  const createReleaseForOrganization = defineSentryEndpoint({
69
- id: "create_release_for_organization",
69
+ id: "sentry.create-release-for-organization",
70
70
  name: "Create Release",
71
71
  description: "Create a release at the organization level.",
72
72
  method: "POST",
@@ -95,7 +95,7 @@ const createReleaseForOrganization = defineSentryEndpoint({
95
95
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
96
96
  });
97
97
  const getOrganizationReleaseVersion = defineSentryEndpoint({
98
- id: "get_organization_release_version",
98
+ id: "sentry.get-organization-release-version",
99
99
  name: "Get Release",
100
100
  description: "Fetch a release by version.",
101
101
  method: "GET",
@@ -106,7 +106,7 @@ const getOrganizationReleaseVersion = defineSentryEndpoint({
106
106
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
107
107
  });
108
108
  const updateReleaseDetailsForOrganization = defineSentryEndpoint({
109
- id: "update_release_details_for_organization",
109
+ id: "sentry.update-release-details-for-organization",
110
110
  name: "Update Release",
111
111
  description: "Update release metadata (e.g. `dateReleased`, `ref`, commits).",
112
112
  method: "PUT",
@@ -133,7 +133,7 @@ const updateReleaseDetailsForOrganization = defineSentryEndpoint({
133
133
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
134
134
  });
135
135
  const deleteOrganizationRelease = defineSentryEndpoint({
136
- id: "delete_organization_release",
136
+ id: "sentry.delete-organization-release",
137
137
  name: "Delete Release",
138
138
  description: "Delete a release by version.",
139
139
  method: "DELETE",
@@ -145,7 +145,7 @@ const deleteOrganizationRelease = defineSentryEndpoint({
145
145
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
146
146
  });
147
147
  const retrieveOrganizationReleaseCommits = defineSentryEndpoint({
148
- id: "retrieve_organization_release_commits",
148
+ id: "sentry.retrieve-organization-release-commits",
149
149
  name: "Retrieve Release Commits (Org)",
150
150
  description: "List the commits associated with a release.",
151
151
  method: "GET",
@@ -162,7 +162,7 @@ const retrieveOrganizationReleaseCommits = defineSentryEndpoint({
162
162
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
163
163
  });
164
164
  const retrieveReleaseCommits = defineSentryEndpoint({
165
- id: "retrieve_release_commits",
165
+ id: "sentry.retrieve-release-commits",
166
166
  name: "Retrieve Release Commits (Project)",
167
167
  description: "List the commits associated with a release for a specific project.",
168
168
  method: "GET",
@@ -179,7 +179,7 @@ const retrieveReleaseCommits = defineSentryEndpoint({
179
179
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
180
180
  });
181
181
  const retrieveCommitFilesForRelease = defineSentryEndpoint({
182
- id: "retrieve_commit_files_for_release",
182
+ id: "sentry.retrieve-commit-files-for-release",
183
183
  name: "Retrieve Commit Files For Release",
184
184
  description: "List the file-level commit metadata attached to a release.",
185
185
  method: "GET",
@@ -196,7 +196,7 @@ const retrieveCommitFilesForRelease = defineSentryEndpoint({
196
196
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
197
197
  });
198
198
  const retrieveCommitsForOrganizationRepo = defineSentryEndpoint({
199
- id: "retrieve_commits_for_organization_repo",
199
+ id: "sentry.retrieve-commits-for-organization-repo",
200
200
  name: "Retrieve Commits For Org Repo",
201
201
  description: "List commits for a repository linked to the organization.",
202
202
  method: "GET",
@@ -213,7 +213,7 @@ const retrieveCommitsForOrganizationRepo = defineSentryEndpoint({
213
213
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
214
214
  });
215
215
  const listOrganizationRepositories = defineSentryEndpoint({
216
- id: "list_organization_repositories",
216
+ id: "sentry.list-organization-repositories",
217
217
  name: "List Organization Repositories",
218
218
  description: "List repositories linked to the organization.",
219
219
  method: "GET",
@@ -236,7 +236,7 @@ const listOrganizationRepositories = defineSentryEndpoint({
236
236
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
237
237
  });
238
238
  const retrieveFilesForRelease = defineSentryEndpoint({
239
- id: "retrieve_files_for_release",
239
+ id: "sentry.retrieve-files-for-release",
240
240
  name: "Retrieve Release Files (Org)",
241
241
  description: "List the uploaded artifact files attached to an org-level release.",
242
242
  method: "GET",
@@ -253,7 +253,7 @@ const retrieveFilesForRelease = defineSentryEndpoint({
253
253
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
254
254
  });
255
255
  const fetchProjectReleaseFiles = defineSentryEndpoint({
256
- id: "fetch_project_release_files",
256
+ id: "sentry.fetch-project-release-files",
257
257
  name: "Retrieve Project Release Files",
258
258
  description: "List the uploaded artifact files attached to a project release.",
259
259
  method: "GET",
@@ -270,7 +270,7 @@ const fetchProjectReleaseFiles = defineSentryEndpoint({
270
270
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
271
271
  });
272
272
  const retrieveProjectReleaseFileDetails = defineSentryEndpoint({
273
- id: "retrieve_project_release_file_details",
273
+ id: "sentry.retrieve-project-release-file-details",
274
274
  name: "Retrieve Project Release File",
275
275
  description: "Fetch a single release artifact file by id.",
276
276
  method: "GET",
@@ -287,7 +287,7 @@ const retrieveProjectReleaseFileDetails = defineSentryEndpoint({
287
287
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
288
288
  });
289
289
  const retrieveReleaseFileById = defineSentryEndpoint({
290
- id: "retrieve_release_file_by_id",
290
+ id: "sentry.retrieve-release-file-by-id",
291
291
  name: "Retrieve Release File (Org)",
292
292
  description: "Fetch a single release artifact file at the org level by id.",
293
293
  method: "GET",
@@ -301,7 +301,7 @@ const retrieveReleaseFileById = defineSentryEndpoint({
301
301
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
302
302
  });
303
303
  const uploadReleaseFileToOrganization = defineSentryEndpoint({
304
- id: "upload_release_file_to_organization",
304
+ id: "sentry.upload-release-file-to-organization",
305
305
  name: "Upload Release File (Org)",
306
306
  description: "Record the metadata for a release artifact file at the organization level. Actual multipart uploads use the `client.request` escape hatch with `rawBody`.",
307
307
  method: "POST",
@@ -322,7 +322,7 @@ const uploadReleaseFileToOrganization = defineSentryEndpoint({
322
322
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
323
323
  });
324
324
  const uploadFileToProjectRelease = defineSentryEndpoint({
325
- id: "upload_file_to_project_release",
325
+ id: "sentry.upload-file-to-project-release",
326
326
  name: "Upload Release File (Project)",
327
327
  description: "Record the metadata for a release artifact file on a project release. Actual multipart uploads use the `client.request` escape hatch with `rawBody`.",
328
328
  method: "POST",
@@ -344,7 +344,7 @@ const uploadFileToProjectRelease = defineSentryEndpoint({
344
344
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
345
345
  });
346
346
  const modifyReleaseFileAttributes = defineSentryEndpoint({
347
- id: "modify_release_file_attributes",
347
+ id: "sentry.modify-release-file-attributes",
348
348
  name: "Modify Release File Attributes (Org)",
349
349
  description: "Update metadata on a release artifact file at the org level.",
350
350
  method: "PUT",
@@ -369,7 +369,7 @@ const modifyReleaseFileAttributes = defineSentryEndpoint({
369
369
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
370
370
  });
371
371
  const updateProjectReleaseFileDetails = defineSentryEndpoint({
372
- id: "update_project_release_file_details",
372
+ id: "sentry.update-project-release-file-details",
373
373
  name: "Update Project Release File",
374
374
  description: "Update metadata on a release artifact file for a project release.",
375
375
  method: "PUT",
@@ -395,7 +395,7 @@ const updateProjectReleaseFileDetails = defineSentryEndpoint({
395
395
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
396
396
  });
397
397
  const deleteReleaseFile = defineSentryEndpoint({
398
- id: "delete_release_file",
398
+ id: "sentry.delete-release-file",
399
399
  name: "Delete Release File (Project)",
400
400
  description: "Delete a release artifact file for a project release.",
401
401
  method: "DELETE",
@@ -413,7 +413,7 @@ const deleteReleaseFile = defineSentryEndpoint({
413
413
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
414
414
  });
415
415
  const deleteReleaseFileById = defineSentryEndpoint({
416
- id: "delete_release_file_by_id",
416
+ id: "sentry.delete-release-file-by-id",
417
417
  name: "Delete Release File (Org)",
418
418
  description: "Delete a release artifact file at the org level by id.",
419
419
  method: "DELETE",
@@ -428,7 +428,7 @@ const deleteReleaseFileById = defineSentryEndpoint({
428
428
  requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
429
429
  });
430
430
  const fetchOrganizationReleaseThresholdStatuses = defineSentryEndpoint({
431
- id: "fetch_organization_release_threshold_statuses",
431
+ id: "sentry.fetch-organization-release-threshold-statuses",
432
432
  name: "Fetch Release Threshold Statuses",
433
433
  description: "Return the release-threshold evaluation statuses for the organization.",
434
434
  method: "GET",