@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
package/dist/replays.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
9
9
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
10
10
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
11
11
|
query: z.ZodOptional<z.ZodString>;
|
|
12
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
12
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
13
13
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
14
14
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
15
15
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -29,7 +29,7 @@ declare const fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.Zod
|
|
|
29
29
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
30
30
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
31
31
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
32
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
32
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
33
33
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
34
34
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
35
35
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -46,7 +46,7 @@ declare const fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.Z
|
|
|
46
46
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47
47
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
48
48
|
query: z.ZodOptional<z.ZodString>;
|
|
49
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
49
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
50
50
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
51
51
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
52
52
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -71,7 +71,7 @@ declare const retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
71
71
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
72
72
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
73
73
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
74
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
74
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
75
75
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
76
76
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
77
77
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -87,7 +87,7 @@ declare const fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
87
87
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
88
88
|
project_slug: z.ZodString;
|
|
89
89
|
replay_id: z.ZodString;
|
|
90
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
90
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
91
91
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
92
92
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
93
93
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -101,7 +101,7 @@ declare const fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
101
101
|
project_slug: z.ZodString;
|
|
102
102
|
replay_id: z.ZodString;
|
|
103
103
|
segment_id: z.ZodString;
|
|
104
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
104
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
105
105
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
106
106
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
107
107
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -117,7 +117,7 @@ declare const retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.Zo
|
|
|
117
117
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
118
118
|
project_slug: z.ZodString;
|
|
119
119
|
replay_id: z.ZodString;
|
|
120
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
120
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
121
121
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
122
122
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
123
123
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -130,7 +130,7 @@ declare const getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
130
130
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
131
131
|
project_slug: z.ZodString;
|
|
132
132
|
replay_id: z.ZodString;
|
|
133
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
133
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
134
134
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
135
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
136
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -143,7 +143,7 @@ declare const deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
143
143
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
144
144
|
project_slug: z.ZodString;
|
|
145
145
|
replay_id: z.ZodString;
|
|
146
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
146
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
147
147
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
148
148
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
149
149
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -159,7 +159,7 @@ declare const sentryReplayOperations: {
|
|
|
159
159
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
160
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
161
161
|
query: z.ZodOptional<z.ZodString>;
|
|
162
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
162
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
163
163
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
164
164
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
165
165
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -179,7 +179,7 @@ declare const sentryReplayOperations: {
|
|
|
179
179
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
180
180
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
181
181
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
182
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
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>;
|
|
@@ -196,7 +196,7 @@ declare const sentryReplayOperations: {
|
|
|
196
196
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
197
197
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
198
198
|
query: z.ZodOptional<z.ZodString>;
|
|
199
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
199
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
200
200
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
201
201
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
202
202
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -221,7 +221,7 @@ declare const sentryReplayOperations: {
|
|
|
221
221
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
222
222
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
223
223
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
224
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
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>;
|
|
@@ -237,7 +237,7 @@ declare const sentryReplayOperations: {
|
|
|
237
237
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
238
238
|
project_slug: z.ZodString;
|
|
239
239
|
replay_id: z.ZodString;
|
|
240
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
240
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
241
241
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
242
242
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
243
243
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -251,7 +251,7 @@ declare const sentryReplayOperations: {
|
|
|
251
251
|
project_slug: z.ZodString;
|
|
252
252
|
replay_id: z.ZodString;
|
|
253
253
|
segment_id: z.ZodString;
|
|
254
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
254
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
255
255
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
256
256
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
257
257
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -267,7 +267,7 @@ declare const sentryReplayOperations: {
|
|
|
267
267
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
268
268
|
project_slug: z.ZodString;
|
|
269
269
|
replay_id: z.ZodString;
|
|
270
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
270
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
271
271
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
272
272
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
273
273
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -280,7 +280,7 @@ declare const sentryReplayOperations: {
|
|
|
280
280
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
281
281
|
project_slug: z.ZodString;
|
|
282
282
|
replay_id: z.ZodString;
|
|
283
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
283
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
284
284
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
285
285
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
286
286
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -293,7 +293,7 @@ declare const sentryReplayOperations: {
|
|
|
293
293
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
294
294
|
project_slug: z.ZodString;
|
|
295
295
|
replay_id: z.ZodString;
|
|
296
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
296
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
297
297
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
298
298
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
299
299
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/replays.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReplaySchema } 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
|
|
|
@@ -27,7 +27,7 @@ const ORG_PROJECT_REPLAY_SEGMENT = [...ORG_PROJECT_REPLAY, {
|
|
|
27
27
|
placeholder: "{segment_id}"
|
|
28
28
|
}];
|
|
29
29
|
const fetchOrganizationReplayCount = defineSentryEndpoint({
|
|
30
|
-
id: "
|
|
30
|
+
id: "sentry.fetch-organization-replay-count",
|
|
31
31
|
name: "Fetch Replay Count",
|
|
32
32
|
description: "Return total replay counts for an organization query.",
|
|
33
33
|
method: "GET",
|
|
@@ -49,7 +49,7 @@ const fetchOrganizationReplayCount = defineSentryEndpoint({
|
|
|
49
49
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
50
50
|
});
|
|
51
51
|
const fetchOrganizationReplayDetails = defineSentryEndpoint({
|
|
52
|
-
id: "
|
|
52
|
+
id: "sentry.fetch-organization-replay-details",
|
|
53
53
|
name: "Fetch Replay Details",
|
|
54
54
|
description: "Fetch a single replay’s details by replay id.",
|
|
55
55
|
method: "GET",
|
|
@@ -60,7 +60,7 @@ const fetchOrganizationReplayDetails = defineSentryEndpoint({
|
|
|
60
60
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
61
61
|
});
|
|
62
62
|
const fetchOrganizationReplaySelectors = defineSentryEndpoint({
|
|
63
|
-
id: "
|
|
63
|
+
id: "sentry.fetch-organization-replay-selectors",
|
|
64
64
|
name: "Fetch Replay Selectors",
|
|
65
65
|
description: "List the dead-click / rage-click selectors observed in replays.",
|
|
66
66
|
method: "GET",
|
|
@@ -85,7 +85,7 @@ const fetchOrganizationReplaySelectors = defineSentryEndpoint({
|
|
|
85
85
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
86
86
|
});
|
|
87
87
|
const retrieveOrganizationReplays = defineSentryEndpoint({
|
|
88
|
-
id: "
|
|
88
|
+
id: "sentry.retrieve-organization-replays",
|
|
89
89
|
name: "List Organization Replays",
|
|
90
90
|
description: "List replays for an organization.",
|
|
91
91
|
method: "GET",
|
|
@@ -110,7 +110,7 @@ const retrieveOrganizationReplays = defineSentryEndpoint({
|
|
|
110
110
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
111
111
|
});
|
|
112
112
|
const fetchProjectReplayClicks = defineSentryEndpoint({
|
|
113
|
-
id: "
|
|
113
|
+
id: "sentry.fetch-project-replay-clicks",
|
|
114
114
|
name: "Fetch Replay Clicks",
|
|
115
115
|
description: "Fetch the clickstream for a replay.",
|
|
116
116
|
method: "GET",
|
|
@@ -127,7 +127,7 @@ const fetchProjectReplayClicks = defineSentryEndpoint({
|
|
|
127
127
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
128
128
|
});
|
|
129
129
|
const fetchReplayRecordingSegment = defineSentryEndpoint({
|
|
130
|
-
id: "
|
|
130
|
+
id: "sentry.fetch-replay-recording-segment",
|
|
131
131
|
name: "Fetch Replay Segment",
|
|
132
132
|
description: "Fetch a specific rrweb segment for a replay.",
|
|
133
133
|
method: "GET",
|
|
@@ -141,7 +141,7 @@ const fetchReplayRecordingSegment = defineSentryEndpoint({
|
|
|
141
141
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
142
142
|
});
|
|
143
143
|
const retrieveReplayRecordingSegments = defineSentryEndpoint({
|
|
144
|
-
id: "
|
|
144
|
+
id: "sentry.retrieve-replay-recording-segments",
|
|
145
145
|
name: "List Replay Segments",
|
|
146
146
|
description: "List the rrweb segments for a replay.",
|
|
147
147
|
method: "GET",
|
|
@@ -154,7 +154,7 @@ const retrieveReplayRecordingSegments = defineSentryEndpoint({
|
|
|
154
154
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
155
155
|
});
|
|
156
156
|
const getWhoViewedReplayByProject = defineSentryEndpoint({
|
|
157
|
-
id: "
|
|
157
|
+
id: "sentry.get-who-viewed-replay-by-project",
|
|
158
158
|
name: "Get Replay Viewers",
|
|
159
159
|
description: "List users who viewed a replay.",
|
|
160
160
|
method: "GET",
|
|
@@ -165,7 +165,7 @@ const getWhoViewedReplayByProject = defineSentryEndpoint({
|
|
|
165
165
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
166
166
|
});
|
|
167
167
|
const deleteProjectReplay = defineSentryEndpoint({
|
|
168
|
-
id: "
|
|
168
|
+
id: "sentry.delete-project-replay",
|
|
169
169
|
name: "Delete Project Replay",
|
|
170
170
|
description: "Delete a replay by id.",
|
|
171
171
|
method: "DELETE",
|
package/dist/schemas.d.mts
CHANGED
|
@@ -104,20 +104,20 @@ declare const sentryMemberSchema: z.ZodObject<{
|
|
|
104
104
|
}, z.core.$loose>;
|
|
105
105
|
type SentryMember = z.output<typeof sentryMemberSchema>;
|
|
106
106
|
declare const sentryIssueStatusSchema: z.ZodEnum<{
|
|
107
|
+
archived: "archived";
|
|
107
108
|
unresolved: "unresolved";
|
|
108
109
|
resolved: "resolved";
|
|
109
110
|
ignored: "ignored";
|
|
110
|
-
archived: "archived";
|
|
111
111
|
reprocessing: "reprocessing";
|
|
112
112
|
}>;
|
|
113
113
|
declare const sentryIssueSchema: z.ZodObject<{
|
|
114
114
|
id: z.ZodString;
|
|
115
115
|
shortId: z.ZodOptional<z.ZodString>;
|
|
116
116
|
status: z.ZodOptional<z.ZodEnum<{
|
|
117
|
+
archived: "archived";
|
|
117
118
|
unresolved: "unresolved";
|
|
118
119
|
resolved: "resolved";
|
|
119
120
|
ignored: "ignored";
|
|
120
|
-
archived: "archived";
|
|
121
121
|
reprocessing: "reprocessing";
|
|
122
122
|
}>>;
|
|
123
123
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -201,11 +201,11 @@ declare const sentryIssueAlertRuleSchema: z.ZodObject<{
|
|
|
201
201
|
}, z.core.$loose>;
|
|
202
202
|
declare const sentryMonitorStatusSchema: z.ZodEnum<{
|
|
203
203
|
error: "error";
|
|
204
|
+
timeout: "timeout";
|
|
204
205
|
active: "active";
|
|
205
206
|
disabled: "disabled";
|
|
206
207
|
ok: "ok";
|
|
207
208
|
missed_checkin: "missed_checkin";
|
|
208
|
-
timeout: "timeout";
|
|
209
209
|
pending_deletion: "pending_deletion";
|
|
210
210
|
deletion_in_progress: "deletion_in_progress";
|
|
211
211
|
}>;
|
|
@@ -215,11 +215,11 @@ declare const sentryMonitorSchema: z.ZodObject<{
|
|
|
215
215
|
name: z.ZodString;
|
|
216
216
|
status: z.ZodOptional<z.ZodEnum<{
|
|
217
217
|
error: "error";
|
|
218
|
+
timeout: "timeout";
|
|
218
219
|
active: "active";
|
|
219
220
|
disabled: "disabled";
|
|
220
221
|
ok: "ok";
|
|
221
222
|
missed_checkin: "missed_checkin";
|
|
222
|
-
timeout: "timeout";
|
|
223
223
|
pending_deletion: "pending_deletion";
|
|
224
224
|
deletion_in_progress: "deletion_in_progress";
|
|
225
225
|
}>>;
|
package/dist/scim.d.mts
CHANGED
|
@@ -11,7 +11,7 @@ declare const listScimV2OrganizationUsers: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
11
11
|
startIndex: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
count: z.ZodOptional<z.ZodNumber>;
|
|
13
13
|
filter: z.ZodOptional<z.ZodString>;
|
|
14
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
14
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
15
15
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
16
16
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
17
17
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -31,7 +31,7 @@ declare const retrieveUserViaScimApi: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
31
31
|
emails: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
32
32
|
value: z.ZodString;
|
|
33
33
|
}, z.core.$loose>>>;
|
|
34
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
34
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
35
35
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
36
36
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
37
37
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -61,7 +61,7 @@ declare const createUserForSamlIntegration: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
61
61
|
emails: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
62
62
|
value: z.ZodString;
|
|
63
63
|
}, z.core.$loose>>>;
|
|
64
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
64
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
65
65
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
66
66
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
67
67
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -84,7 +84,7 @@ declare const createScimGroupForOrganization: _keystrokehq_core0.Operation<z.Zod
|
|
|
84
84
|
value: z.ZodString;
|
|
85
85
|
display: z.ZodOptional<z.ZodString>;
|
|
86
86
|
}, z.core.$loose>>>;
|
|
87
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
87
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
88
88
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
89
89
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
90
90
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -103,7 +103,7 @@ declare const getScimGroupByTeamId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
103
103
|
value: z.ZodString;
|
|
104
104
|
display: z.ZodOptional<z.ZodString>;
|
|
105
105
|
}, z.core.$loose>>>;
|
|
106
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
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>;
|
|
@@ -120,7 +120,7 @@ declare const retrieveOrganizationScimGroups: _keystrokehq_core0.Operation<z.Zod
|
|
|
120
120
|
startIndex: z.ZodOptional<z.ZodNumber>;
|
|
121
121
|
count: z.ZodOptional<z.ZodNumber>;
|
|
122
122
|
filter: z.ZodOptional<z.ZodString>;
|
|
123
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
123
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, 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>;
|
|
@@ -140,7 +140,7 @@ declare const patchScimGroupOperations: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
140
140
|
value: z.ZodString;
|
|
141
141
|
display: z.ZodOptional<z.ZodString>;
|
|
142
142
|
}, z.core.$loose>>>;
|
|
143
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
143
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
144
144
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
145
145
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
146
146
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -152,7 +152,7 @@ declare const patchScimGroupOperations: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
152
152
|
declare const deleteTeamFromOrgScimV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
153
153
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
154
154
|
group_id: z.ZodString;
|
|
155
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
155
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
156
156
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
157
157
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
158
158
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -168,7 +168,7 @@ declare const createExternalUserForOrganization: _keystrokehq_core0.Operation<z.
|
|
|
168
168
|
provider: z.ZodString;
|
|
169
169
|
externalId: z.ZodOptional<z.ZodString>;
|
|
170
170
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
171
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
171
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
172
172
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
173
173
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
174
174
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -184,7 +184,7 @@ declare const updateExternalUserForOrganization: _keystrokehq_core0.Operation<z.
|
|
|
184
184
|
provider: z.ZodOptional<z.ZodString>;
|
|
185
185
|
externalId: z.ZodOptional<z.ZodString>;
|
|
186
186
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
187
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
187
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
188
188
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
189
189
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
190
190
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -196,7 +196,7 @@ declare const updateExternalUserForOrganization: _keystrokehq_core0.Operation<z.
|
|
|
196
196
|
declare const deleteExternalUserFromOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
197
197
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
198
198
|
external_user_id: z.ZodString;
|
|
199
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
199
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
200
200
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
201
201
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
202
202
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -214,7 +214,7 @@ declare const sentryScimOperations: {
|
|
|
214
214
|
startIndex: z.ZodOptional<z.ZodNumber>;
|
|
215
215
|
count: z.ZodOptional<z.ZodNumber>;
|
|
216
216
|
filter: z.ZodOptional<z.ZodString>;
|
|
217
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
217
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, 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>;
|
|
@@ -234,7 +234,7 @@ declare const sentryScimOperations: {
|
|
|
234
234
|
emails: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
235
235
|
value: z.ZodString;
|
|
236
236
|
}, z.core.$loose>>>;
|
|
237
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
237
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
238
238
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
239
239
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
240
240
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -264,7 +264,7 @@ declare const sentryScimOperations: {
|
|
|
264
264
|
emails: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
265
265
|
value: z.ZodString;
|
|
266
266
|
}, z.core.$loose>>>;
|
|
267
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
267
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
268
268
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
269
269
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
270
270
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -287,7 +287,7 @@ declare const sentryScimOperations: {
|
|
|
287
287
|
value: z.ZodString;
|
|
288
288
|
display: z.ZodOptional<z.ZodString>;
|
|
289
289
|
}, z.core.$loose>>>;
|
|
290
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
290
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
291
291
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
292
292
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
293
293
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -306,7 +306,7 @@ declare const sentryScimOperations: {
|
|
|
306
306
|
value: z.ZodString;
|
|
307
307
|
display: z.ZodOptional<z.ZodString>;
|
|
308
308
|
}, z.core.$loose>>>;
|
|
309
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
309
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
310
310
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
311
311
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
312
312
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -323,7 +323,7 @@ declare const sentryScimOperations: {
|
|
|
323
323
|
startIndex: z.ZodOptional<z.ZodNumber>;
|
|
324
324
|
count: z.ZodOptional<z.ZodNumber>;
|
|
325
325
|
filter: z.ZodOptional<z.ZodString>;
|
|
326
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
326
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
327
327
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
328
328
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
329
329
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -343,7 +343,7 @@ declare const sentryScimOperations: {
|
|
|
343
343
|
value: z.ZodString;
|
|
344
344
|
display: z.ZodOptional<z.ZodString>;
|
|
345
345
|
}, z.core.$loose>>>;
|
|
346
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
346
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
347
347
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
348
348
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
349
349
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -355,7 +355,7 @@ declare const sentryScimOperations: {
|
|
|
355
355
|
readonly deleteTeamFromOrgScimV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
356
356
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
357
357
|
group_id: z.ZodString;
|
|
358
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
358
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
359
359
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
360
360
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
361
361
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -371,7 +371,7 @@ declare const sentryScimOperations: {
|
|
|
371
371
|
provider: z.ZodString;
|
|
372
372
|
externalId: z.ZodOptional<z.ZodString>;
|
|
373
373
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
374
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
374
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, 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>;
|
|
@@ -387,7 +387,7 @@ declare const sentryScimOperations: {
|
|
|
387
387
|
provider: z.ZodOptional<z.ZodString>;
|
|
388
388
|
externalId: z.ZodOptional<z.ZodString>;
|
|
389
389
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
390
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
390
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
391
391
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
392
392
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
393
393
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -399,7 +399,7 @@ declare const sentryScimOperations: {
|
|
|
399
399
|
readonly deleteExternalUserFromOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
400
400
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
401
401
|
external_user_id: z.ZodString;
|
|
402
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
402
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
403
403
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
404
404
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
405
405
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/scim.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryScimGroupSchema, sentryScimUserSchema } 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_EXT_USER = [...ORG, {
|
|
|
25
25
|
placeholder: "{external_user_id}"
|
|
26
26
|
}];
|
|
27
27
|
const listScimV2OrganizationUsers = defineSentryEndpoint({
|
|
28
|
-
id: "
|
|
28
|
+
id: "sentry.list-scim-v2-organization-users",
|
|
29
29
|
name: "List SCIM Users",
|
|
30
30
|
description: "List organization SCIM v2 users.",
|
|
31
31
|
method: "GET",
|
|
@@ -48,7 +48,7 @@ const listScimV2OrganizationUsers = defineSentryEndpoint({
|
|
|
48
48
|
requiredOAuthScopes: [...SENTRY_SCOPE.memberRead]
|
|
49
49
|
});
|
|
50
50
|
const retrieveUserViaScimApi = defineSentryEndpoint({
|
|
51
|
-
id: "
|
|
51
|
+
id: "sentry.retrieve-user-via-scim-api",
|
|
52
52
|
name: "Retrieve SCIM User",
|
|
53
53
|
description: "Fetch a SCIM user by member id.",
|
|
54
54
|
method: "GET",
|
|
@@ -59,7 +59,7 @@ const retrieveUserViaScimApi = defineSentryEndpoint({
|
|
|
59
59
|
requiredOAuthScopes: [...SENTRY_SCOPE.memberRead]
|
|
60
60
|
});
|
|
61
61
|
const createUserForSamlIntegration = defineSentryEndpoint({
|
|
62
|
-
id: "
|
|
62
|
+
id: "sentry.create-user-for-saml-integration",
|
|
63
63
|
name: "Create SAML User",
|
|
64
64
|
description: "Provision a new SAML/SCIM user.",
|
|
65
65
|
method: "POST",
|
|
@@ -90,7 +90,7 @@ const createUserForSamlIntegration = defineSentryEndpoint({
|
|
|
90
90
|
requiredOAuthScopes: [...SENTRY_SCOPE.memberAdmin]
|
|
91
91
|
});
|
|
92
92
|
const createScimGroupForOrganization = defineSentryEndpoint({
|
|
93
|
-
id: "
|
|
93
|
+
id: "sentry.create-scim-group-for-organization",
|
|
94
94
|
name: "Create SCIM Group",
|
|
95
95
|
description: "Create a new SCIM group.",
|
|
96
96
|
method: "POST",
|
|
@@ -109,7 +109,7 @@ const createScimGroupForOrganization = defineSentryEndpoint({
|
|
|
109
109
|
requiredOAuthScopes: [...SENTRY_SCOPE.teamAdmin]
|
|
110
110
|
});
|
|
111
111
|
const getScimGroupByTeamId = defineSentryEndpoint({
|
|
112
|
-
id: "
|
|
112
|
+
id: "sentry.get-scim-group-by-team-id",
|
|
113
113
|
name: "Get SCIM Group",
|
|
114
114
|
description: "Fetch a SCIM group by id.",
|
|
115
115
|
method: "GET",
|
|
@@ -120,7 +120,7 @@ const getScimGroupByTeamId = defineSentryEndpoint({
|
|
|
120
120
|
requiredOAuthScopes: [...SENTRY_SCOPE.teamRead]
|
|
121
121
|
});
|
|
122
122
|
const retrieveOrganizationScimGroups = defineSentryEndpoint({
|
|
123
|
-
id: "
|
|
123
|
+
id: "sentry.retrieve-organization-scim-groups",
|
|
124
124
|
name: "List SCIM Groups",
|
|
125
125
|
description: "List SCIM groups for the organization.",
|
|
126
126
|
method: "GET",
|
|
@@ -143,7 +143,7 @@ const retrieveOrganizationScimGroups = defineSentryEndpoint({
|
|
|
143
143
|
requiredOAuthScopes: [...SENTRY_SCOPE.teamRead]
|
|
144
144
|
});
|
|
145
145
|
const patchScimGroupOperations = defineSentryEndpoint({
|
|
146
|
-
id: "
|
|
146
|
+
id: "sentry.patch-scim-group-operations",
|
|
147
147
|
name: "Patch SCIM Group",
|
|
148
148
|
description: "Apply PATCH operations to a SCIM group.",
|
|
149
149
|
method: "PATCH",
|
|
@@ -159,7 +159,7 @@ const patchScimGroupOperations = defineSentryEndpoint({
|
|
|
159
159
|
requiredOAuthScopes: [...SENTRY_SCOPE.teamAdmin]
|
|
160
160
|
});
|
|
161
161
|
const deleteTeamFromOrgScimV2 = defineSentryEndpoint({
|
|
162
|
-
id: "
|
|
162
|
+
id: "sentry.delete-team-from-org-scim-v2",
|
|
163
163
|
name: "Delete SCIM Group",
|
|
164
164
|
description: "Delete a SCIM group by id.",
|
|
165
165
|
method: "DELETE",
|
|
@@ -171,7 +171,7 @@ const deleteTeamFromOrgScimV2 = defineSentryEndpoint({
|
|
|
171
171
|
requiredOAuthScopes: [...SENTRY_SCOPE.teamAdmin]
|
|
172
172
|
});
|
|
173
173
|
const createExternalUserForOrganization = defineSentryEndpoint({
|
|
174
|
-
id: "
|
|
174
|
+
id: "sentry.create-external-user-for-organization",
|
|
175
175
|
name: "Create External User",
|
|
176
176
|
description: "Link a Sentry user to an external-provider user (github, slack, etc.).",
|
|
177
177
|
method: "POST",
|
|
@@ -196,7 +196,7 @@ const createExternalUserForOrganization = defineSentryEndpoint({
|
|
|
196
196
|
requiredOAuthScopes: [...SENTRY_SCOPE.memberAdmin]
|
|
197
197
|
});
|
|
198
198
|
const updateExternalUserForOrganization = defineSentryEndpoint({
|
|
199
|
-
id: "
|
|
199
|
+
id: "sentry.update-external-user-for-organization",
|
|
200
200
|
name: "Update External User",
|
|
201
201
|
description: "Update an external-user link.",
|
|
202
202
|
method: "PUT",
|
|
@@ -220,7 +220,7 @@ const updateExternalUserForOrganization = defineSentryEndpoint({
|
|
|
220
220
|
requiredOAuthScopes: [...SENTRY_SCOPE.memberAdmin]
|
|
221
221
|
});
|
|
222
222
|
const deleteExternalUserFromOrganization = defineSentryEndpoint({
|
|
223
|
-
id: "
|
|
223
|
+
id: "sentry.delete-external-user-from-organization",
|
|
224
224
|
name: "Delete External User",
|
|
225
225
|
description: "Remove an external-user link by id.",
|
|
226
226
|
method: "DELETE",
|