@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.
- package/dist/_official/index.d.mts +2 -2
- package/dist/_official/index.mjs +1 -1
- package/dist/_runtime/index.d.mts +1 -1
- package/dist/_runtime/index.mjs +1 -1
- package/dist/alerts.d.mts +22 -22
- package/dist/alerts.mjs +12 -12
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +10 -10
- package/dist/dashboards.mjs +6 -6
- package/dist/debug-files.d.mts +6 -6
- package/dist/debug-files.mjs +4 -4
- package/dist/deploys.d.mts +4 -4
- package/dist/deploys.mjs +3 -3
- package/dist/discover.d.mts +10 -10
- package/dist/discover.mjs +6 -6
- package/dist/{endpoint-factory-BKyte5gU.mjs → endpoint-factory-C0WIFmtK.mjs} +1 -2
- package/dist/environments.d.mts +8 -8
- package/dist/environments.mjs +4 -4
- package/dist/events-api.d.mts +14 -14
- package/dist/events-api.mjs +8 -8
- package/dist/feedback.d.mts +4 -4
- package/dist/feedback.mjs +3 -3
- package/dist/integration-DCNn_9vz.mjs +356 -0
- package/dist/{integration-BaLZqIqf.d.mts → integration-rmp485nJ.d.mts} +2 -3
- package/dist/issues.d.mts +36 -36
- package/dist/issues.mjs +14 -14
- package/dist/members.d.mts +14 -14
- package/dist/members.mjs +8 -8
- package/dist/monitors.d.mts +32 -32
- package/dist/monitors.mjs +11 -11
- package/dist/notifications.d.mts +10 -10
- package/dist/notifications.mjs +6 -6
- package/dist/organizations.d.mts +32 -32
- package/dist/organizations.mjs +16 -16
- package/dist/project-keys.d.mts +10 -10
- package/dist/project-keys.mjs +6 -6
- package/dist/projects.d.mts +38 -38
- package/dist/projects.mjs +20 -20
- package/dist/releases.d.mts +44 -44
- package/dist/releases.mjs +22 -22
- package/dist/replays.d.mts +18 -18
- package/dist/replays.mjs +10 -10
- package/dist/schemas.d.mts +4 -4
- package/dist/scim.d.mts +22 -22
- package/dist/scim.mjs +12 -12
- package/dist/teams.d.mts +28 -28
- package/dist/teams.mjs +15 -15
- package/dist/triggers.d.mts +59 -3
- package/dist/triggers.mjs +51 -1
- package/dist/user-emails.d.mts +8 -8
- package/dist/user-emails.mjs +5 -5
- package/dist/webhooks.d.mts +10 -10
- package/dist/webhooks.mjs +6 -6
- package/package.json +5 -5
- package/dist/integration-DQ-PSbHu.mjs +0 -156
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-
|
|
1
|
+
import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-rmp485nJ.mjs";
|
|
2
2
|
import { CredentialSet } from "@keystrokehq/core";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
@@ -26,7 +26,7 @@ declare const sentryAppCredentialSet: CredentialSet<"keystroke:sentry-app", z.Zo
|
|
|
26
26
|
type SentryAppCredentials = InferCredentialSetAuth<typeof sentryAppCredentialSet>;
|
|
27
27
|
declare const sentryOfficialProviderSeed: {
|
|
28
28
|
readonly provider: "sentry";
|
|
29
|
-
readonly appRef: "sentry-
|
|
29
|
+
readonly appRef: "sentry-official";
|
|
30
30
|
readonly displayName: "Sentry Platform";
|
|
31
31
|
readonly credentialSetName: "Keystroke Sentry Platform App";
|
|
32
32
|
readonly envShape: {
|
package/dist/_official/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-
|
|
1
|
+
import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-DCNn_9vz.mjs";
|
|
2
2
|
|
|
3
3
|
export { sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-
|
|
1
|
+
import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-rmp485nJ.mjs";
|
|
2
2
|
export { sentryBundle, sentryOfficialIntegration };
|
package/dist/_runtime/index.mjs
CHANGED
package/dist/alerts.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const createOrganizationAlertRule: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
25
25
|
query: z.ZodOptional<z.ZodString>;
|
|
26
26
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
27
27
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
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>;
|
|
@@ -47,7 +47,7 @@ declare const fetchOrganizationAlertRules: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
47
47
|
query: z.ZodOptional<z.ZodString>;
|
|
48
48
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
49
49
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
50
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
50
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
51
51
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
52
52
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
53
53
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -67,7 +67,7 @@ declare const retrieveAlertRuleDetails: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
67
67
|
query: z.ZodOptional<z.ZodString>;
|
|
68
68
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
69
69
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
70
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
70
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
71
71
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
72
72
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
73
73
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -99,7 +99,7 @@ declare const updateOrganizationAlertRules: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
99
99
|
query: z.ZodOptional<z.ZodString>;
|
|
100
100
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
101
101
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
102
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
102
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
103
103
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
104
104
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
105
105
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -111,7 +111,7 @@ declare const updateOrganizationAlertRules: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
111
111
|
declare const deleteOrganizationAlertRule: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
112
112
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
113
113
|
alert_rule_id: z.ZodString;
|
|
114
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
114
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
115
115
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
116
116
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
117
117
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -125,7 +125,7 @@ declare const getActivationOfAlertRuleForOrganization: _keystrokehq_core0.Operat
|
|
|
125
125
|
alert_rule_id: z.ZodString;
|
|
126
126
|
cursor: z.ZodOptional<z.ZodString>;
|
|
127
127
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
128
|
-
}, z.core.$strip>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
128
|
+
}, z.core.$strip>, z.ZodArray<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>;
|
|
@@ -164,7 +164,7 @@ declare const createProjectRuleForAlerts: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
164
164
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
165
165
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
166
166
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
167
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
167
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
168
168
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
169
169
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
170
170
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -189,7 +189,7 @@ declare const retrieveProjectRulesByOrgAndProjectId: _keystrokehq_core0.Operatio
|
|
|
189
189
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
190
190
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
191
191
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
192
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
192
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
193
193
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
194
194
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
195
195
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -212,7 +212,7 @@ declare const getProjectRuleDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
212
212
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
213
213
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
214
214
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
215
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
215
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
216
216
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
217
217
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
218
218
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -252,7 +252,7 @@ declare const updateProjectRuleById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
252
252
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
253
253
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
254
254
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
255
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
255
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
256
256
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
257
257
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
258
258
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -265,7 +265,7 @@ declare const deleteProjectRule: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
265
265
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
266
266
|
project_slug: z.ZodString;
|
|
267
267
|
rule_id: z.ZodString;
|
|
268
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
268
|
+
}, z.core.$strip>, z.ZodUnknown, 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>;
|
|
@@ -297,7 +297,7 @@ declare const sentryAlertOperations: {
|
|
|
297
297
|
query: z.ZodOptional<z.ZodString>;
|
|
298
298
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
299
299
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
300
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
300
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
301
301
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
302
302
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
303
303
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -319,7 +319,7 @@ declare const sentryAlertOperations: {
|
|
|
319
319
|
query: z.ZodOptional<z.ZodString>;
|
|
320
320
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
321
321
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
322
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
322
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
323
323
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
324
324
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
325
325
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -339,7 +339,7 @@ declare const sentryAlertOperations: {
|
|
|
339
339
|
query: z.ZodOptional<z.ZodString>;
|
|
340
340
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
341
341
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
342
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
342
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
343
343
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
344
344
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
345
345
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -371,7 +371,7 @@ declare const sentryAlertOperations: {
|
|
|
371
371
|
query: z.ZodOptional<z.ZodString>;
|
|
372
372
|
aggregate: z.ZodOptional<z.ZodString>;
|
|
373
373
|
triggers: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
374
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
374
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
375
375
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
376
376
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
377
377
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -383,7 +383,7 @@ declare const sentryAlertOperations: {
|
|
|
383
383
|
readonly deleteOrganizationAlertRule: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
384
384
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
385
385
|
alert_rule_id: z.ZodString;
|
|
386
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
386
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
387
387
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
388
388
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
389
389
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -397,7 +397,7 @@ declare const sentryAlertOperations: {
|
|
|
397
397
|
alert_rule_id: z.ZodString;
|
|
398
398
|
cursor: z.ZodOptional<z.ZodString>;
|
|
399
399
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
400
|
-
}, z.core.$strip>, z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
400
|
+
}, z.core.$strip>, z.ZodArray<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>;
|
|
@@ -436,7 +436,7 @@ declare const sentryAlertOperations: {
|
|
|
436
436
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
437
437
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
438
438
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
439
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
439
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
440
440
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
441
441
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
442
442
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -461,7 +461,7 @@ declare const sentryAlertOperations: {
|
|
|
461
461
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
462
462
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
463
463
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
464
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
464
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
465
465
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
466
466
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
467
467
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -484,7 +484,7 @@ declare const sentryAlertOperations: {
|
|
|
484
484
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
485
485
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
486
486
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
487
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
487
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
488
488
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
489
489
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
490
490
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -524,7 +524,7 @@ declare const sentryAlertOperations: {
|
|
|
524
524
|
filters: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
525
525
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
526
526
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
527
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
527
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
528
528
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
529
529
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
530
530
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -537,7 +537,7 @@ declare const sentryAlertOperations: {
|
|
|
537
537
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
538
538
|
project_slug: z.ZodString;
|
|
539
539
|
rule_id: z.ZodString;
|
|
540
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
540
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
541
541
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
542
542
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
543
543
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/alerts.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryIssueAlertRuleSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMetricAlertRuleSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -25,7 +25,7 @@ const ORG_PROJECT_RULE = [...ORG_PROJECT, {
|
|
|
25
25
|
placeholder: "{rule_id}"
|
|
26
26
|
}];
|
|
27
27
|
const createOrganizationAlertRule = defineSentryEndpoint({
|
|
28
|
-
id: "
|
|
28
|
+
id: "sentry.create-organization-alert-rule",
|
|
29
29
|
name: "Create Metric Alert Rule",
|
|
30
30
|
description: "Create a new organization metric alert rule.",
|
|
31
31
|
method: "POST",
|
|
@@ -64,7 +64,7 @@ const createOrganizationAlertRule = defineSentryEndpoint({
|
|
|
64
64
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
65
65
|
});
|
|
66
66
|
const fetchOrganizationAlertRules = defineSentryEndpoint({
|
|
67
|
-
id: "
|
|
67
|
+
id: "sentry.fetch-organization-alert-rules",
|
|
68
68
|
name: "List Metric Alert Rules",
|
|
69
69
|
description: "List organization metric alert rules.",
|
|
70
70
|
method: "GET",
|
|
@@ -81,7 +81,7 @@ const fetchOrganizationAlertRules = defineSentryEndpoint({
|
|
|
81
81
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
82
82
|
});
|
|
83
83
|
const retrieveAlertRuleDetails = defineSentryEndpoint({
|
|
84
|
-
id: "
|
|
84
|
+
id: "sentry.retrieve-alert-rule-details",
|
|
85
85
|
name: "Retrieve Metric Alert Rule",
|
|
86
86
|
description: "Fetch a metric alert rule by id.",
|
|
87
87
|
method: "GET",
|
|
@@ -92,7 +92,7 @@ const retrieveAlertRuleDetails = defineSentryEndpoint({
|
|
|
92
92
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
93
93
|
});
|
|
94
94
|
const updateOrganizationAlertRules = defineSentryEndpoint({
|
|
95
|
-
id: "
|
|
95
|
+
id: "sentry.update-organization-alert-rules",
|
|
96
96
|
name: "Update Metric Alert Rule",
|
|
97
97
|
description: "Update a metric alert rule in place.",
|
|
98
98
|
method: "PUT",
|
|
@@ -132,7 +132,7 @@ const updateOrganizationAlertRules = defineSentryEndpoint({
|
|
|
132
132
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
133
133
|
});
|
|
134
134
|
const deleteOrganizationAlertRule = defineSentryEndpoint({
|
|
135
|
-
id: "
|
|
135
|
+
id: "sentry.delete-organization-alert-rule",
|
|
136
136
|
name: "Delete Metric Alert Rule",
|
|
137
137
|
description: "Delete a metric alert rule by id.",
|
|
138
138
|
method: "DELETE",
|
|
@@ -144,7 +144,7 @@ const deleteOrganizationAlertRule = defineSentryEndpoint({
|
|
|
144
144
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
145
145
|
});
|
|
146
146
|
const getActivationOfAlertRuleForOrganization = defineSentryEndpoint({
|
|
147
|
-
id: "
|
|
147
|
+
id: "sentry.get-activation-of-alert-rule-for-organization",
|
|
148
148
|
name: "Get Alert Rule Activation",
|
|
149
149
|
description: "Fetch the activation history for a metric alert rule.",
|
|
150
150
|
method: "GET",
|
|
@@ -160,7 +160,7 @@ const getActivationOfAlertRuleForOrganization = defineSentryEndpoint({
|
|
|
160
160
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
161
161
|
});
|
|
162
162
|
const createProjectRuleForAlerts = defineSentryEndpoint({
|
|
163
|
-
id: "
|
|
163
|
+
id: "sentry.create-project-rule-for-alerts",
|
|
164
164
|
name: "Create Issue Alert Rule",
|
|
165
165
|
description: "Create a project issue alert rule.",
|
|
166
166
|
method: "POST",
|
|
@@ -201,7 +201,7 @@ const createProjectRuleForAlerts = defineSentryEndpoint({
|
|
|
201
201
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
202
202
|
});
|
|
203
203
|
const retrieveProjectRulesByOrgAndProjectId = defineSentryEndpoint({
|
|
204
|
-
id: "
|
|
204
|
+
id: "sentry.retrieve-project-rules-by-org-and-project-id",
|
|
205
205
|
name: "List Issue Alert Rules",
|
|
206
206
|
description: "List project issue alert rules.",
|
|
207
207
|
method: "GET",
|
|
@@ -218,7 +218,7 @@ const retrieveProjectRulesByOrgAndProjectId = defineSentryEndpoint({
|
|
|
218
218
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
219
219
|
});
|
|
220
220
|
const getProjectRuleDetails = defineSentryEndpoint({
|
|
221
|
-
id: "
|
|
221
|
+
id: "sentry.get-project-rule-details",
|
|
222
222
|
name: "Get Issue Alert Rule",
|
|
223
223
|
description: "Fetch a single issue alert rule by id.",
|
|
224
224
|
method: "GET",
|
|
@@ -229,7 +229,7 @@ const getProjectRuleDetails = defineSentryEndpoint({
|
|
|
229
229
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsRead]
|
|
230
230
|
});
|
|
231
231
|
const updateProjectRuleById = defineSentryEndpoint({
|
|
232
|
-
id: "
|
|
232
|
+
id: "sentry.update-project-rule-by-id",
|
|
233
233
|
name: "Update Issue Alert Rule",
|
|
234
234
|
description: "Update a project issue alert rule.",
|
|
235
235
|
method: "PUT",
|
|
@@ -271,7 +271,7 @@ const updateProjectRuleById = defineSentryEndpoint({
|
|
|
271
271
|
requiredOAuthScopes: [...SENTRY_SCOPE.alertsWrite]
|
|
272
272
|
});
|
|
273
273
|
const deleteProjectRule = defineSentryEndpoint({
|
|
274
|
-
id: "
|
|
274
|
+
id: "sentry.delete-project-rule",
|
|
275
275
|
name: "Delete Issue Alert Rule",
|
|
276
276
|
description: "Delete a project issue alert rule.",
|
|
277
277
|
method: "DELETE",
|
package/dist/connection.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as sentry, t as SentryIntegrationCredentials } from "./integration-
|
|
1
|
+
import { n as sentry, t as SentryIntegrationCredentials } from "./integration-rmp485nJ.mjs";
|
|
2
2
|
import { SentryCredentials } from "./client.mjs";
|
|
3
3
|
export { type SentryCredentials, type SentryIntegrationCredentials, sentry };
|
package/dist/connection.mjs
CHANGED
package/dist/dashboards.d.mts
CHANGED
|
@@ -17,7 +17,7 @@ declare const createDashboardWithWidgets: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
17
17
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
18
18
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
19
19
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
20
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
21
21
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
22
22
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
23
23
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -37,7 +37,7 @@ declare const listOrganizationDashboards: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
37
37
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
38
38
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
39
39
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
40
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
40
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
41
41
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
42
42
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
43
43
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -55,7 +55,7 @@ declare const retrieveOrganizationDashboard: _keystrokehq_core0.Operation<z.ZodO
|
|
|
55
55
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
56
56
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
57
57
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
58
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
58
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
59
59
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
60
60
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
61
61
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -79,7 +79,7 @@ declare const updateOrganizationDashboard: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
79
79
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
80
80
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
81
81
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
82
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
82
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
83
83
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
84
84
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
85
85
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -91,7 +91,7 @@ declare const updateOrganizationDashboard: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
91
91
|
declare const deleteOrganizationDashboard: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
92
92
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
93
93
|
dashboard_id: z.ZodString;
|
|
94
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
94
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
95
95
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
96
96
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
97
97
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -115,7 +115,7 @@ declare const sentryDashboardOperations: {
|
|
|
115
115
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
116
116
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117
117
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
118
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
118
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
119
119
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
120
120
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
121
121
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -135,7 +135,7 @@ declare const sentryDashboardOperations: {
|
|
|
135
135
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
136
136
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
137
137
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
138
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
138
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
139
139
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
140
140
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
141
141
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -153,7 +153,7 @@ declare const sentryDashboardOperations: {
|
|
|
153
153
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
154
154
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
155
155
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
156
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
156
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
157
157
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
158
158
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
159
159
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -177,7 +177,7 @@ declare const sentryDashboardOperations: {
|
|
|
177
177
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
178
178
|
createdBy: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
179
179
|
widgets: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
180
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
180
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
181
181
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
182
182
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
183
183
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -189,7 +189,7 @@ declare const sentryDashboardOperations: {
|
|
|
189
189
|
readonly deleteOrganizationDashboard: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
190
190
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
191
191
|
dashboard_id: z.ZodString;
|
|
192
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
192
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
193
193
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
194
194
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
195
195
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/dashboards.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryDashboardSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -16,7 +16,7 @@ const ORG_DASHBOARD = [...ORG, {
|
|
|
16
16
|
placeholder: "{dashboard_id}"
|
|
17
17
|
}];
|
|
18
18
|
const createDashboardWithWidgets = defineSentryEndpoint({
|
|
19
|
-
id: "
|
|
19
|
+
id: "sentry.create-dashboard-with-widgets",
|
|
20
20
|
name: "Create Dashboard",
|
|
21
21
|
description: "Create a new dashboard with widgets.",
|
|
22
22
|
method: "POST",
|
|
@@ -43,7 +43,7 @@ const createDashboardWithWidgets = defineSentryEndpoint({
|
|
|
43
43
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgWrite]
|
|
44
44
|
});
|
|
45
45
|
const listOrganizationDashboards = defineSentryEndpoint({
|
|
46
|
-
id: "
|
|
46
|
+
id: "sentry.list-organization-dashboards",
|
|
47
47
|
name: "List Dashboards",
|
|
48
48
|
description: "List organization dashboards.",
|
|
49
49
|
method: "GET",
|
|
@@ -60,7 +60,7 @@ const listOrganizationDashboards = defineSentryEndpoint({
|
|
|
60
60
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
|
|
61
61
|
});
|
|
62
62
|
const retrieveOrganizationDashboard = defineSentryEndpoint({
|
|
63
|
-
id: "
|
|
63
|
+
id: "sentry.retrieve-organization-dashboard",
|
|
64
64
|
name: "Retrieve Dashboard",
|
|
65
65
|
description: "Fetch one dashboard by id.",
|
|
66
66
|
method: "GET",
|
|
@@ -71,7 +71,7 @@ const retrieveOrganizationDashboard = defineSentryEndpoint({
|
|
|
71
71
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
|
|
72
72
|
});
|
|
73
73
|
const updateOrganizationDashboard = defineSentryEndpoint({
|
|
74
|
-
id: "
|
|
74
|
+
id: "sentry.update-organization-dashboard",
|
|
75
75
|
name: "Update Dashboard",
|
|
76
76
|
description: "Update a dashboard’s title or widget layout.",
|
|
77
77
|
method: "PUT",
|
|
@@ -99,7 +99,7 @@ const updateOrganizationDashboard = defineSentryEndpoint({
|
|
|
99
99
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgWrite]
|
|
100
100
|
});
|
|
101
101
|
const deleteOrganizationDashboard = defineSentryEndpoint({
|
|
102
|
-
id: "
|
|
102
|
+
id: "sentry.delete-organization-dashboard",
|
|
103
103
|
name: "Delete Dashboard",
|
|
104
104
|
description: "Delete a dashboard by id.",
|
|
105
105
|
method: "DELETE",
|
package/dist/debug-files.d.mts
CHANGED
|
@@ -19,7 +19,7 @@ declare const retrieveDsymFilesForProject: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
19
19
|
objectName: z.ZodOptional<z.ZodString>;
|
|
20
20
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
21
21
|
size: z.ZodOptional<z.ZodNumber>;
|
|
22
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
22
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
23
23
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
24
24
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
25
25
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -40,7 +40,7 @@ declare const uploadDsymsFileToProject: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
40
40
|
objectName: z.ZodOptional<z.ZodString>;
|
|
41
41
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
42
42
|
size: z.ZodOptional<z.ZodNumber>;
|
|
43
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
43
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
44
44
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
45
45
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
46
46
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -53,7 +53,7 @@ declare const deleteDsymsForProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
53
53
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
54
54
|
project_slug: z.ZodString;
|
|
55
55
|
id: z.ZodString;
|
|
56
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
56
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
57
57
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
58
58
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
59
59
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -79,7 +79,7 @@ declare const sentryDebugFileOperations: {
|
|
|
79
79
|
objectName: z.ZodOptional<z.ZodString>;
|
|
80
80
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
81
81
|
size: z.ZodOptional<z.ZodNumber>;
|
|
82
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
82
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
83
83
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
84
84
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
85
85
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -100,7 +100,7 @@ declare const sentryDebugFileOperations: {
|
|
|
100
100
|
objectName: z.ZodOptional<z.ZodString>;
|
|
101
101
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
102
102
|
size: z.ZodOptional<z.ZodNumber>;
|
|
103
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
103
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
104
104
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
105
105
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
106
106
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -113,7 +113,7 @@ declare const sentryDebugFileOperations: {
|
|
|
113
113
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
114
114
|
project_slug: z.ZodString;
|
|
115
115
|
id: z.ZodString;
|
|
116
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
116
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
117
117
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
118
118
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
119
119
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/debug-files.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, sentryDebugFileSchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -16,7 +16,7 @@ const ORG_PROJECT = [{
|
|
|
16
16
|
placeholder: "{project_slug}"
|
|
17
17
|
}];
|
|
18
18
|
const retrieveDsymFilesForProject = defineSentryEndpoint({
|
|
19
|
-
id: "
|
|
19
|
+
id: "sentry.retrieve-dsym-files-for-project",
|
|
20
20
|
name: "List Debug Files",
|
|
21
21
|
description: "List the uploaded debug-information files (dSYMs, etc.) for a project.",
|
|
22
22
|
method: "GET",
|
|
@@ -38,7 +38,7 @@ const retrieveDsymFilesForProject = defineSentryEndpoint({
|
|
|
38
38
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
39
39
|
});
|
|
40
40
|
const uploadDsymsFileToProject = defineSentryEndpoint({
|
|
41
|
-
id: "
|
|
41
|
+
id: "sentry.upload-dsyms-file-to-project",
|
|
42
42
|
name: "Upload Debug File",
|
|
43
43
|
description: "Record a debug-information file upload for a project. Actual multipart upload uses the `client.request` escape hatch with `rawBody`.",
|
|
44
44
|
method: "POST",
|
|
@@ -51,7 +51,7 @@ const uploadDsymsFileToProject = defineSentryEndpoint({
|
|
|
51
51
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectWrite]
|
|
52
52
|
});
|
|
53
53
|
const deleteDsymsForProject = defineSentryEndpoint({
|
|
54
|
-
id: "
|
|
54
|
+
id: "sentry.delete-dsyms-for-project",
|
|
55
55
|
name: "Delete Debug File",
|
|
56
56
|
description: "Delete a debug-information file by id.",
|
|
57
57
|
method: "DELETE",
|
package/dist/deploys.d.mts
CHANGED
|
@@ -19,7 +19,7 @@ declare const createReleaseDeployForOrg: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
19
19
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
dateStarted: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
21
21
|
dateFinished: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
22
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
22
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
23
23
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
24
24
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
25
25
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -41,7 +41,7 @@ declare const retrieveReleaseDeployments: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
41
41
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
42
|
dateStarted: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
43
43
|
dateFinished: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
44
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
44
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
45
45
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
46
46
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
47
47
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -67,7 +67,7 @@ declare const sentryDeployOperations: {
|
|
|
67
67
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
68
|
dateStarted: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
69
69
|
dateFinished: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
70
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
70
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
71
71
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
72
72
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
73
73
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -89,7 +89,7 @@ declare const sentryDeployOperations: {
|
|
|
89
89
|
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
90
|
dateStarted: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
91
91
|
dateFinished: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
92
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
92
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
93
93
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
94
94
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
95
95
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/deploys.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgReleaseScopeInputSchema, sentryDeploySchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ const ORG_VERSION = [{
|
|
|
15
15
|
placeholder: "{version}"
|
|
16
16
|
}];
|
|
17
17
|
const createReleaseDeployForOrg = defineSentryEndpoint({
|
|
18
|
-
id: "
|
|
18
|
+
id: "sentry.create-release-deploy-for-org",
|
|
19
19
|
name: "Create Release Deploy",
|
|
20
20
|
description: "Mark a deploy for a release in an environment.",
|
|
21
21
|
method: "POST",
|
|
@@ -42,7 +42,7 @@ const createReleaseDeployForOrg = defineSentryEndpoint({
|
|
|
42
42
|
requiredOAuthScopes: [...SENTRY_SCOPE.releaseAdmin]
|
|
43
43
|
});
|
|
44
44
|
const retrieveReleaseDeployments = defineSentryEndpoint({
|
|
45
|
-
id: "
|
|
45
|
+
id: "sentry.retrieve-release-deployments",
|
|
46
46
|
name: "Retrieve Release Deployments",
|
|
47
47
|
description: "List deploys previously recorded against a release.",
|
|
48
48
|
method: "GET",
|