@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
@@ -18,7 +18,7 @@ declare const getOrganizationByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObjec
18
18
  organizationUrl: z.ZodOptional<z.ZodString>;
19
19
  regionUrl: z.ZodOptional<z.ZodString>;
20
20
  }, z.core.$loose>>;
21
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
21
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
22
22
  SENTRY_ACCESS_TOKEN: z.ZodString;
23
23
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
24
24
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -42,7 +42,7 @@ declare const getOrganizationDetails: _keystrokehq_core0.Operation<z.ZodObject<{
42
42
  organizationUrl: z.ZodOptional<z.ZodString>;
43
43
  regionUrl: z.ZodOptional<z.ZodString>;
44
44
  }, z.core.$loose>>;
45
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
45
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
46
46
  SENTRY_ACCESS_TOKEN: z.ZodString;
47
47
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
48
48
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -83,7 +83,7 @@ declare const modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObje
83
83
  organizationUrl: z.ZodOptional<z.ZodString>;
84
84
  regionUrl: z.ZodOptional<z.ZodString>;
85
85
  }, z.core.$loose>>;
86
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
86
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
87
87
  SENTRY_ACCESS_TOKEN: z.ZodString;
88
88
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
89
89
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -95,15 +95,15 @@ declare const modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObje
95
95
  declare const getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
96
96
  organization_slug: z.ZodOptional<z.ZodString>;
97
97
  visibility: z.ZodOptional<z.ZodEnum<{
98
- all: "all";
99
98
  visible: "visible";
100
99
  hidden: "hidden";
100
+ all: "all";
101
101
  }>>;
102
102
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
103
103
  id: z.ZodOptional<z.ZodString>;
104
104
  name: z.ZodString;
105
105
  isHidden: z.ZodOptional<z.ZodBoolean>;
106
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
106
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
107
107
  SENTRY_ACCESS_TOKEN: z.ZodString;
108
108
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
109
109
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -125,7 +125,7 @@ declare const getOrganizationSessions: _keystrokehq_core0.Operation<z.ZodObject<
125
125
  per_page: z.ZodOptional<z.ZodNumber>;
126
126
  includeTotals: z.ZodOptional<z.ZodNumber>;
127
127
  includeSeries: z.ZodOptional<z.ZodNumber>;
128
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
128
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
129
129
  SENTRY_ACCESS_TOKEN: z.ZodString;
130
130
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
131
131
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -144,7 +144,7 @@ declare const getOrganizationStatsSummary: _keystrokehq_core0.Operation<z.ZodObj
144
144
  category: z.ZodOptional<z.ZodArray<z.ZodString>>;
145
145
  outcome: z.ZodOptional<z.ZodArray<z.ZodString>>;
146
146
  reason: z.ZodOptional<z.ZodArray<z.ZodString>>;
147
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
147
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
148
148
  SENTRY_ACCESS_TOKEN: z.ZodString;
149
149
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
150
150
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -165,7 +165,7 @@ declare const retrieveOrganizationStatsV2: _keystrokehq_core0.Operation<z.ZodObj
165
165
  reason: z.ZodOptional<z.ZodArray<z.ZodString>>;
166
166
  start: z.ZodOptional<z.ZodString>;
167
167
  end: z.ZodOptional<z.ZodString>;
168
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
168
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
169
169
  SENTRY_ACCESS_TOKEN: z.ZodString;
170
170
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
171
171
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -176,7 +176,7 @@ declare const retrieveOrganizationStatsV2: _keystrokehq_core0.Operation<z.ZodObj
176
176
  }, z.core.$strip>>[] | undefined>], undefined>;
177
177
  declare const retrieveOrganizationRelayUsage: _keystrokehq_core0.Operation<z.ZodObject<{
178
178
  organization_slug: z.ZodOptional<z.ZodString>;
179
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
179
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
180
180
  SENTRY_ACCESS_TOKEN: z.ZodString;
181
181
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
182
182
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -198,7 +198,7 @@ declare const retrieveOrganizationProjects: _keystrokehq_core0.Operation<z.ZodOb
198
198
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
199
199
  isMember: z.ZodOptional<z.ZodBoolean>;
200
200
  status: z.ZodOptional<z.ZodString>;
201
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
201
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
202
202
  SENTRY_ACCESS_TOKEN: z.ZodString;
203
203
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
204
204
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -210,7 +210,7 @@ declare const retrieveOrganizationProjects: _keystrokehq_core0.Operation<z.ZodOb
210
210
  declare const postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
211
211
  organization_slug: z.ZodOptional<z.ZodString>;
212
212
  projects: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
213
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
213
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
214
214
  SENTRY_ACCESS_TOKEN: z.ZodString;
215
215
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
216
216
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -222,7 +222,7 @@ declare const postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z
222
222
  declare const retrieveOrgIntegrationConfig: _keystrokehq_core0.Operation<z.ZodObject<{
223
223
  organization_slug: z.ZodOptional<z.ZodString>;
224
224
  providerKey: z.ZodOptional<z.ZodString>;
225
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
225
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
226
226
  SENTRY_ACCESS_TOKEN: z.ZodString;
227
227
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
228
228
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -236,7 +236,7 @@ declare const retrieveOrganizationIntegrationsList: _keystrokehq_core0.Operation
236
236
  providerKey: z.ZodOptional<z.ZodString>;
237
237
  features: z.ZodOptional<z.ZodArray<z.ZodString>>;
238
238
  includeConfig: z.ZodOptional<z.ZodBoolean>;
239
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
239
+ }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
240
240
  SENTRY_ACCESS_TOKEN: z.ZodString;
241
241
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
242
242
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -248,7 +248,7 @@ declare const retrieveOrganizationIntegrationsList: _keystrokehq_core0.Operation
248
248
  declare const getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
249
249
  organization_slug: z.ZodOptional<z.ZodString>;
250
250
  integration_id: z.ZodString;
251
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
251
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
252
252
  SENTRY_ACCESS_TOKEN: z.ZodString;
253
253
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
254
254
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -260,7 +260,7 @@ declare const getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObje
260
260
  declare const deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
261
261
  organization_slug: z.ZodOptional<z.ZodString>;
262
262
  integration_id: z.ZodString;
263
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
263
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
264
264
  SENTRY_ACCESS_TOKEN: z.ZodString;
265
265
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
266
266
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -271,7 +271,7 @@ declare const deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodO
271
271
  }, z.core.$strip>>[] | undefined>], undefined>;
272
272
  declare const getSentryAppInstallationsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
273
273
  organization_slug: z.ZodOptional<z.ZodString>;
274
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
274
+ }, z.core.$strip>, z.ZodArray<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>;
@@ -296,7 +296,7 @@ declare const sentryOrganizationOperations: {
296
296
  organizationUrl: z.ZodOptional<z.ZodString>;
297
297
  regionUrl: z.ZodOptional<z.ZodString>;
298
298
  }, z.core.$loose>>;
299
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
299
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
300
300
  SENTRY_ACCESS_TOKEN: z.ZodString;
301
301
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
302
302
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -320,7 +320,7 @@ declare const sentryOrganizationOperations: {
320
320
  organizationUrl: z.ZodOptional<z.ZodString>;
321
321
  regionUrl: z.ZodOptional<z.ZodString>;
322
322
  }, z.core.$loose>>;
323
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
323
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
324
324
  SENTRY_ACCESS_TOKEN: z.ZodString;
325
325
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
326
326
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -361,7 +361,7 @@ declare const sentryOrganizationOperations: {
361
361
  organizationUrl: z.ZodOptional<z.ZodString>;
362
362
  regionUrl: z.ZodOptional<z.ZodString>;
363
363
  }, z.core.$loose>>;
364
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
364
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
365
365
  SENTRY_ACCESS_TOKEN: z.ZodString;
366
366
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
367
367
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -373,15 +373,15 @@ declare const sentryOrganizationOperations: {
373
373
  readonly getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
374
374
  organization_slug: z.ZodOptional<z.ZodString>;
375
375
  visibility: z.ZodOptional<z.ZodEnum<{
376
- all: "all";
377
376
  visible: "visible";
378
377
  hidden: "hidden";
378
+ all: "all";
379
379
  }>>;
380
380
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
381
381
  id: z.ZodOptional<z.ZodString>;
382
382
  name: z.ZodString;
383
383
  isHidden: z.ZodOptional<z.ZodBoolean>;
384
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
384
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
385
385
  SENTRY_ACCESS_TOKEN: z.ZodString;
386
386
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
387
387
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -403,7 +403,7 @@ declare const sentryOrganizationOperations: {
403
403
  per_page: z.ZodOptional<z.ZodNumber>;
404
404
  includeTotals: z.ZodOptional<z.ZodNumber>;
405
405
  includeSeries: z.ZodOptional<z.ZodNumber>;
406
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
406
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
407
407
  SENTRY_ACCESS_TOKEN: z.ZodString;
408
408
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
409
409
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -422,7 +422,7 @@ declare const sentryOrganizationOperations: {
422
422
  category: z.ZodOptional<z.ZodArray<z.ZodString>>;
423
423
  outcome: z.ZodOptional<z.ZodArray<z.ZodString>>;
424
424
  reason: z.ZodOptional<z.ZodArray<z.ZodString>>;
425
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
425
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
426
426
  SENTRY_ACCESS_TOKEN: z.ZodString;
427
427
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
428
428
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -443,7 +443,7 @@ declare const sentryOrganizationOperations: {
443
443
  reason: z.ZodOptional<z.ZodArray<z.ZodString>>;
444
444
  start: z.ZodOptional<z.ZodString>;
445
445
  end: z.ZodOptional<z.ZodString>;
446
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
446
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
447
447
  SENTRY_ACCESS_TOKEN: z.ZodString;
448
448
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
449
449
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -454,7 +454,7 @@ declare const sentryOrganizationOperations: {
454
454
  }, z.core.$strip>>[] | undefined>], undefined>;
455
455
  readonly retrieveOrganizationRelayUsage: _keystrokehq_core0.Operation<z.ZodObject<{
456
456
  organization_slug: z.ZodOptional<z.ZodString>;
457
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
457
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
458
458
  SENTRY_ACCESS_TOKEN: z.ZodString;
459
459
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
460
460
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -476,7 +476,7 @@ declare const sentryOrganizationOperations: {
476
476
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
477
477
  isMember: z.ZodOptional<z.ZodBoolean>;
478
478
  status: z.ZodOptional<z.ZodString>;
479
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
479
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
480
480
  SENTRY_ACCESS_TOKEN: z.ZodString;
481
481
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
482
482
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -488,7 +488,7 @@ declare const sentryOrganizationOperations: {
488
488
  readonly postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
489
489
  organization_slug: z.ZodOptional<z.ZodString>;
490
490
  projects: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
491
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
491
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
492
492
  SENTRY_ACCESS_TOKEN: z.ZodString;
493
493
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
494
494
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -500,7 +500,7 @@ declare const sentryOrganizationOperations: {
500
500
  readonly retrieveOrgIntegrationConfig: _keystrokehq_core0.Operation<z.ZodObject<{
501
501
  organization_slug: z.ZodOptional<z.ZodString>;
502
502
  providerKey: z.ZodOptional<z.ZodString>;
503
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
503
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
504
504
  SENTRY_ACCESS_TOKEN: z.ZodString;
505
505
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
506
506
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -514,7 +514,7 @@ declare const sentryOrganizationOperations: {
514
514
  providerKey: z.ZodOptional<z.ZodString>;
515
515
  features: z.ZodOptional<z.ZodArray<z.ZodString>>;
516
516
  includeConfig: z.ZodOptional<z.ZodBoolean>;
517
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
517
+ }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
518
518
  SENTRY_ACCESS_TOKEN: z.ZodString;
519
519
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
520
520
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -526,7 +526,7 @@ declare const sentryOrganizationOperations: {
526
526
  readonly getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
527
527
  organization_slug: z.ZodOptional<z.ZodString>;
528
528
  integration_id: z.ZodString;
529
- }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
529
+ }, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
530
530
  SENTRY_ACCESS_TOKEN: z.ZodString;
531
531
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
532
532
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -538,7 +538,7 @@ declare const sentryOrganizationOperations: {
538
538
  readonly deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
539
539
  organization_slug: z.ZodOptional<z.ZodString>;
540
540
  integration_id: z.ZodString;
541
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
541
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
542
542
  SENTRY_ACCESS_TOKEN: z.ZodString;
543
543
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
544
544
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -549,7 +549,7 @@ declare const sentryOrganizationOperations: {
549
549
  }, z.core.$strip>>[] | undefined>], undefined>;
550
550
  readonly getSentryAppInstallationsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
551
551
  organization_slug: z.ZodOptional<z.ZodString>;
552
- }, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
552
+ }, z.core.$strip>, z.ZodArray<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>;
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryEnvironmentSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryOrganizationDetailsSchema, sentryProjectSummarySchema, sentrySlugSchema } 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
 
@@ -13,7 +13,7 @@ const ORG_PATH_PARAMS = [{
13
13
  placeholder: "{organization_slug}"
14
14
  }];
15
15
  const getOrganizationByIdOrSlug = defineSentryEndpoint({
16
- id: "get_organization_by_id_or_slug",
16
+ id: "sentry.get-organization-by-id-or-slug",
17
17
  name: "Get Organization By ID or Slug",
18
18
  description: "Return metadata for a single organization identified by its slug or numeric ID.",
19
19
  method: "GET",
@@ -24,7 +24,7 @@ const getOrganizationByIdOrSlug = defineSentryEndpoint({
24
24
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
25
25
  });
26
26
  const getOrganizationDetails = defineSentryEndpoint({
27
- id: "get_organization_details",
27
+ id: "sentry.get-organization-details",
28
28
  name: "Get Organization Details",
29
29
  description: "Alias of `get_organization_by_id_or_slug` preserved for Composio parity.",
30
30
  method: "GET",
@@ -35,7 +35,7 @@ const getOrganizationDetails = defineSentryEndpoint({
35
35
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
36
36
  });
37
37
  const modifyOrganizationSettings = defineSentryEndpoint({
38
- id: "modify_organization_settings",
38
+ id: "sentry.modify-organization-settings",
39
39
  name: "Modify Organization Settings",
40
40
  description: "Update organization settings such as display name, slug, or feature flags.",
41
41
  method: "PUT",
@@ -84,7 +84,7 @@ const modifyOrganizationSettings = defineSentryEndpoint({
84
84
  requiredOAuthScopes: [...SENTRY_SCOPE.orgWrite]
85
85
  });
86
86
  const getOrganizationEnvironments = defineSentryEndpoint({
87
- id: "get_organization_environments",
87
+ id: "sentry.get-organization-environments",
88
88
  name: "Get Organization Environments",
89
89
  description: "List the environments visible to the organization across all projects.",
90
90
  method: "GET",
@@ -100,7 +100,7 @@ const getOrganizationEnvironments = defineSentryEndpoint({
100
100
  requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
101
101
  });
102
102
  const getOrganizationSessions = defineSentryEndpoint({
103
- id: "get_organization_sessions",
103
+ id: "sentry.get-organization-sessions",
104
104
  name: "Get Organization Sessions",
105
105
  description: "Fetch session-health aggregates for the organization. Supports Release Health queries.",
106
106
  method: "GET",
@@ -136,7 +136,7 @@ const getOrganizationSessions = defineSentryEndpoint({
136
136
  requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
137
137
  });
138
138
  const getOrganizationStatsSummary = defineSentryEndpoint({
139
- id: "get_organization_stats_summary",
139
+ id: "sentry.get-organization-stats-summary",
140
140
  name: "Get Organization Stats Summary",
141
141
  description: "Return a high-level stats summary for the organization.",
142
142
  method: "GET",
@@ -166,7 +166,7 @@ const getOrganizationStatsSummary = defineSentryEndpoint({
166
166
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
167
167
  });
168
168
  const retrieveOrganizationStatsV2 = defineSentryEndpoint({
169
- id: "retrieve_organization_stats_v2",
169
+ id: "sentry.retrieve-organization-stats-v2",
170
170
  name: "Retrieve Organization Stats (v2)",
171
171
  description: "Return the v2 stats endpoint for outcomes/categories.",
172
172
  method: "GET",
@@ -200,7 +200,7 @@ const retrieveOrganizationStatsV2 = defineSentryEndpoint({
200
200
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
201
201
  });
202
202
  const retrieveOrganizationRelayUsage = defineSentryEndpoint({
203
- id: "retrieve_organization_relay_usage",
203
+ id: "sentry.retrieve-organization-relay-usage",
204
204
  name: "Retrieve Organization Relay Usage",
205
205
  description: "Return Relay (Sentry ingest proxy) usage metrics for the organization.",
206
206
  method: "GET",
@@ -211,7 +211,7 @@ const retrieveOrganizationRelayUsage = defineSentryEndpoint({
211
211
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
212
212
  });
213
213
  const retrieveOrganizationProjects = defineSentryEndpoint({
214
- id: "retrieve_organization_projects",
214
+ id: "sentry.retrieve-organization-projects",
215
215
  name: "Retrieve Organization Projects",
216
216
  description: "List projects in an organization with pagination.",
217
217
  method: "GET",
@@ -228,7 +228,7 @@ const retrieveOrganizationProjects = defineSentryEndpoint({
228
228
  requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
229
229
  });
230
230
  const postSpikeProtectionForOrganization = defineSentryEndpoint({
231
- id: "post_spike_protection_for_organization",
231
+ id: "sentry.post-spike-protection-for-organization",
232
232
  name: "Enable / Disable Spike Protection",
233
233
  description: "Toggle spike-protection on or off at the organization level.",
234
234
  method: "POST",
@@ -241,7 +241,7 @@ const postSpikeProtectionForOrganization = defineSentryEndpoint({
241
241
  requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
242
242
  });
243
243
  const retrieveOrgIntegrationConfig = defineSentryEndpoint({
244
- id: "retrieve_org_integration_config",
244
+ id: "sentry.retrieve-org-integration-config",
245
245
  name: "Retrieve Organization Integration Config",
246
246
  description: "Fetch the configuration schema for the set of integrations the org can install.",
247
247
  method: "GET",
@@ -253,7 +253,7 @@ const retrieveOrgIntegrationConfig = defineSentryEndpoint({
253
253
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
254
254
  });
255
255
  const retrieveOrganizationIntegrationsList = defineSentryEndpoint({
256
- id: "retrieve_organization_integrations_list",
256
+ id: "sentry.retrieve-organization-integrations-list",
257
257
  name: "List Installed Organization Integrations",
258
258
  description: "Return every provider integration installed on the organization.",
259
259
  method: "GET",
@@ -273,7 +273,7 @@ const retrieveOrganizationIntegrationsList = defineSentryEndpoint({
273
273
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
274
274
  });
275
275
  const getIntegrationDetailsByOrg = defineSentryEndpoint({
276
- id: "get_integration_details_by_org",
276
+ id: "sentry.get-integration-details-by-org",
277
277
  name: "Get Organization Integration Details",
278
278
  description: "Fetch one installed integration record by its integration id.",
279
279
  method: "GET",
@@ -287,7 +287,7 @@ const getIntegrationDetailsByOrg = defineSentryEndpoint({
287
287
  requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
288
288
  });
289
289
  const deleteOrganizationIntegration = defineSentryEndpoint({
290
- id: "delete_organization_integration",
290
+ id: "sentry.delete-organization-integration",
291
291
  name: "Delete Organization Integration",
292
292
  description: "Uninstall an integration installation from the organization.",
293
293
  method: "DELETE",
@@ -302,7 +302,7 @@ const deleteOrganizationIntegration = defineSentryEndpoint({
302
302
  requiredOAuthScopes: [...SENTRY_SCOPE.orgAdmin]
303
303
  });
304
304
  const getSentryAppInstallationsForOrganization = defineSentryEndpoint({
305
- id: "get_sentry_app_installations_for_organization",
305
+ id: "sentry.get-sentry-app-installations-for-organization",
306
306
  name: "List Sentry App Installations for Organization",
307
307
  description: "List all Sentry-app (integration platform) installations for the organization.",
308
308
  method: "GET",
@@ -25,7 +25,7 @@ declare const createProjectKeyWithOptionalRateLimiting: _keystrokehq_core0.Opera
25
25
  }, z.core.$loose>>>;
26
26
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
27
27
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
28
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
28
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
29
29
  SENTRY_ACCESS_TOKEN: z.ZodString;
30
30
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
31
31
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -52,7 +52,7 @@ declare const retrieveProjectKeyDetails: _keystrokehq_core0.Operation<z.ZodObjec
52
52
  }, z.core.$loose>>>;
53
53
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
54
54
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
55
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
55
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
56
56
  SENTRY_ACCESS_TOKEN: z.ZodString;
57
57
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
58
58
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -81,7 +81,7 @@ declare const retrieveProjectKeysByOrgAndProject: _keystrokehq_core0.Operation<z
81
81
  }, z.core.$loose>>>;
82
82
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
83
83
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
84
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
84
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
85
85
  SENTRY_ACCESS_TOKEN: z.ZodString;
86
86
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
87
87
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -120,7 +120,7 @@ declare const updateProjectKeyConfiguration: _keystrokehq_core0.Operation<z.ZodO
120
120
  }, z.core.$loose>>>;
121
121
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
122
122
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
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>;
@@ -133,7 +133,7 @@ declare const deleteProjectKey: _keystrokehq_core0.Operation<z.ZodObject<{
133
133
  organization_slug: z.ZodOptional<z.ZodString>;
134
134
  project_slug: z.ZodString;
135
135
  key_id: z.ZodString;
136
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
136
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
137
137
  SENTRY_ACCESS_TOKEN: z.ZodString;
138
138
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
139
139
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -165,7 +165,7 @@ declare const sentryProjectKeyOperations: {
165
165
  }, z.core.$loose>>>;
166
166
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
167
167
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
168
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
168
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
169
169
  SENTRY_ACCESS_TOKEN: z.ZodString;
170
170
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
171
171
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -192,7 +192,7 @@ declare const sentryProjectKeyOperations: {
192
192
  }, z.core.$loose>>>;
193
193
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
194
194
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
195
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
195
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
196
196
  SENTRY_ACCESS_TOKEN: z.ZodString;
197
197
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
198
198
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -221,7 +221,7 @@ declare const sentryProjectKeyOperations: {
221
221
  }, z.core.$loose>>>;
222
222
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
223
223
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
224
- }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
224
+ }, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
225
225
  SENTRY_ACCESS_TOKEN: z.ZodString;
226
226
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
227
227
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -260,7 +260,7 @@ declare const sentryProjectKeyOperations: {
260
260
  }, z.core.$loose>>>;
261
261
  dsn: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
262
262
  dateCreated: z.ZodOptional<z.ZodISODateTime>;
263
- }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
263
+ }, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
264
264
  SENTRY_ACCESS_TOKEN: z.ZodString;
265
265
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
266
266
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -273,7 +273,7 @@ declare const sentryProjectKeyOperations: {
273
273
  organization_slug: z.ZodOptional<z.ZodString>;
274
274
  project_slug: z.ZodString;
275
275
  key_id: z.ZodString;
276
- }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
276
+ }, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
277
277
  SENTRY_ACCESS_TOKEN: z.ZodString;
278
278
  SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
279
279
  SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryProjectKeySchema } 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
 
@@ -19,7 +19,7 @@ const ORG_PROJECT_KEY = [...ORG_PROJECT, {
19
19
  placeholder: "{key_id}"
20
20
  }];
21
21
  const createProjectKeyWithOptionalRateLimiting = defineSentryEndpoint({
22
- id: "create_project_key_with_optional_rate_limiting",
22
+ id: "sentry.create-project-key-with-optional-rate-limiting",
23
23
  name: "Create Project Key",
24
24
  description: "Create a new project client key (DSN) with an optional rate-limit envelope.",
25
25
  method: "POST",
@@ -38,7 +38,7 @@ const createProjectKeyWithOptionalRateLimiting = defineSentryEndpoint({
38
38
  requiredOAuthScopes: [...SENTRY_SCOPE.projectAdmin]
39
39
  });
40
40
  const retrieveProjectKeyDetails = defineSentryEndpoint({
41
- id: "retrieve_project_key_details",
41
+ id: "sentry.retrieve-project-key-details",
42
42
  name: "Retrieve Project Key",
43
43
  description: "Fetch one project client key by id.",
44
44
  method: "GET",
@@ -49,7 +49,7 @@ const retrieveProjectKeyDetails = defineSentryEndpoint({
49
49
  requiredOAuthScopes: [...SENTRY_SCOPE.projectAdmin]
50
50
  });
51
51
  const retrieveProjectKeysByOrgAndProject = defineSentryEndpoint({
52
- id: "retrieve_project_keys_by_org_and_project",
52
+ id: "sentry.retrieve-project-keys-by-org-and-project",
53
53
  name: "List Project Keys",
54
54
  description: "List every project client key (DSN) for a project.",
55
55
  method: "GET",
@@ -66,7 +66,7 @@ const retrieveProjectKeysByOrgAndProject = defineSentryEndpoint({
66
66
  requiredOAuthScopes: [...SENTRY_SCOPE.projectAdmin]
67
67
  });
68
68
  const updateProjectKeyConfiguration = defineSentryEndpoint({
69
- id: "update_project_key_configuration",
69
+ id: "sentry.update-project-key-configuration",
70
70
  name: "Update Project Key",
71
71
  description: "Update a project client key’s name, active flag, or rate-limit.",
72
72
  method: "PUT",
@@ -99,7 +99,7 @@ const updateProjectKeyConfiguration = defineSentryEndpoint({
99
99
  requiredOAuthScopes: [...SENTRY_SCOPE.projectAdmin]
100
100
  });
101
101
  const deleteProjectKey = defineSentryEndpoint({
102
- id: "delete_project_key",
102
+ id: "sentry.delete-project-key",
103
103
  name: "Delete Project Key",
104
104
  description: "Delete a project client key by id.",
105
105
  method: "DELETE",