@keystrokehq/sentry 0.0.11 → 0.0.15
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 -7
- 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 -111
- package/dist/alerts.mjs +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +10 -51
- package/dist/dashboards.mjs +1 -1
- package/dist/debug-files.d.mts +6 -31
- package/dist/debug-files.mjs +1 -1
- package/dist/deploys.d.mts +4 -21
- package/dist/deploys.mjs +1 -1
- package/dist/discover.d.mts +10 -51
- package/dist/discover.mjs +1 -1
- package/dist/{endpoint-factory-Cizk4imV.mjs → endpoint-factory-DcT49a8O.mjs} +1 -1
- package/dist/environments.d.mts +6 -31
- package/dist/environments.mjs +1 -1
- package/dist/events-api.d.mts +16 -73
- package/dist/events-api.mjs +1 -1
- package/dist/feedback.d.mts +4 -21
- package/dist/feedback.mjs +1 -1
- package/dist/{integration-Q9y2TMhZ.mjs → integration-D7KCM1-p.mjs} +2 -83
- package/dist/integration-veqa_7yB.d.mts +33 -0
- package/dist/issues.d.mts +28 -133
- package/dist/issues.mjs +1 -1
- package/dist/members.d.mts +14 -71
- package/dist/members.mjs +1 -1
- package/dist/monitors.d.mts +44 -125
- package/dist/monitors.mjs +1 -1
- package/dist/notifications.d.mts +10 -51
- package/dist/notifications.mjs +1 -1
- package/dist/organizations.d.mts +30 -151
- package/dist/organizations.mjs +1 -1
- package/dist/project-keys.d.mts +10 -51
- package/dist/project-keys.mjs +1 -1
- package/dist/projects.d.mts +38 -191
- package/dist/projects.mjs +1 -1
- package/dist/releases.d.mts +42 -211
- package/dist/releases.mjs +1 -1
- package/dist/replays.d.mts +18 -91
- package/dist/replays.mjs +1 -1
- package/dist/schemas.d.mts +4 -4
- package/dist/scim.d.mts +22 -111
- package/dist/scim.mjs +1 -1
- package/dist/teams.d.mts +28 -141
- package/dist/teams.mjs +1 -1
- package/dist/user-emails.d.mts +8 -41
- package/dist/user-emails.mjs +1 -1
- package/dist/webhooks.d.mts +10 -51
- package/dist/webhooks.mjs +1 -1
- package/package.json +4 -5
- package/dist/integration-BaLZqIqf.d.mts +0 -58
package/dist/replays.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/replays.d.ts
|
|
6
5
|
declare const fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -13,11 +12,7 @@ declare const fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
13
12
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
14
13
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
15
14
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
16
|
-
}, z.core.$strip
|
|
17
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
18
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
19
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
20
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
15
|
+
}, z.core.$strip>>], undefined>;
|
|
21
16
|
declare const fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
22
17
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
23
18
|
replay_id: z.ZodString;
|
|
@@ -33,11 +28,7 @@ declare const fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.Zod
|
|
|
33
28
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
34
29
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
35
30
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
36
|
-
}, z.core.$strip
|
|
37
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
38
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
39
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
31
|
+
}, z.core.$strip>>], undefined>;
|
|
41
32
|
declare const fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
42
33
|
cursor: z.ZodOptional<z.ZodString>;
|
|
43
34
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -50,11 +41,7 @@ declare const fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.Z
|
|
|
50
41
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
51
42
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
52
43
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
55
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
56
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
57
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
44
|
+
}, z.core.$strip>>], undefined>;
|
|
58
45
|
declare const retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
59
46
|
cursor: z.ZodOptional<z.ZodString>;
|
|
60
47
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -75,11 +62,7 @@ declare const retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
75
62
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
76
63
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
77
64
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
78
|
-
}, z.core.$strip
|
|
79
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
80
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
81
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
82
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
65
|
+
}, z.core.$strip>>], undefined>;
|
|
83
66
|
declare const fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
84
67
|
cursor: z.ZodOptional<z.ZodString>;
|
|
85
68
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -91,11 +74,7 @@ declare const fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
91
74
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
92
75
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
93
76
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
94
|
-
}, z.core.$strip
|
|
95
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
96
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
97
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
98
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
77
|
+
}, z.core.$strip>>], undefined>;
|
|
99
78
|
declare const fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
100
79
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
101
80
|
project_slug: z.ZodString;
|
|
@@ -105,11 +84,7 @@ declare const fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
105
84
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
106
85
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
107
86
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
108
|
-
}, z.core.$strip
|
|
109
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
110
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
111
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
112
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
87
|
+
}, z.core.$strip>>], undefined>;
|
|
113
88
|
declare const retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
114
89
|
cursor: z.ZodOptional<z.ZodString>;
|
|
115
90
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -121,11 +96,7 @@ declare const retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.Zo
|
|
|
121
96
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
122
97
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
123
98
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
124
|
-
}, z.core.$strip
|
|
125
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
126
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
127
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
128
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
99
|
+
}, z.core.$strip>>], undefined>;
|
|
129
100
|
declare const getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
130
101
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
131
102
|
project_slug: z.ZodString;
|
|
@@ -134,11 +105,7 @@ declare const getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
134
105
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
106
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
107
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
137
|
-
}, z.core.$strip
|
|
138
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
139
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
140
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
141
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
108
|
+
}, z.core.$strip>>], undefined>;
|
|
142
109
|
declare const deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
143
110
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
144
111
|
project_slug: z.ZodString;
|
|
@@ -147,11 +114,7 @@ declare const deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
147
114
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
148
115
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
149
116
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
150
|
-
}, z.core.$strip
|
|
151
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
152
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
153
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
154
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
117
|
+
}, z.core.$strip>>], undefined>;
|
|
155
118
|
declare const sentryReplayOperations: {
|
|
156
119
|
readonly fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
157
120
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -163,11 +126,7 @@ declare const sentryReplayOperations: {
|
|
|
163
126
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
164
127
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
165
128
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
166
|
-
}, z.core.$strip
|
|
167
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
168
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
169
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
170
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
129
|
+
}, z.core.$strip>>], undefined>;
|
|
171
130
|
readonly fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
172
131
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
173
132
|
replay_id: z.ZodString;
|
|
@@ -183,11 +142,7 @@ declare const sentryReplayOperations: {
|
|
|
183
142
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
184
143
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
185
144
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
186
|
-
}, z.core.$strip
|
|
187
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
188
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
189
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
190
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
145
|
+
}, z.core.$strip>>], undefined>;
|
|
191
146
|
readonly fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
192
147
|
cursor: z.ZodOptional<z.ZodString>;
|
|
193
148
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -200,11 +155,7 @@ declare const sentryReplayOperations: {
|
|
|
200
155
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
201
156
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
202
157
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
203
|
-
}, z.core.$strip
|
|
204
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
205
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
206
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
207
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
158
|
+
}, z.core.$strip>>], undefined>;
|
|
208
159
|
readonly retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
209
160
|
cursor: z.ZodOptional<z.ZodString>;
|
|
210
161
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -225,11 +176,7 @@ declare const sentryReplayOperations: {
|
|
|
225
176
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
226
177
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
227
178
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
228
|
-
}, z.core.$strip
|
|
229
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
230
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
231
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
232
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
179
|
+
}, z.core.$strip>>], undefined>;
|
|
233
180
|
readonly fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
234
181
|
cursor: z.ZodOptional<z.ZodString>;
|
|
235
182
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -241,11 +188,7 @@ declare const sentryReplayOperations: {
|
|
|
241
188
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
242
189
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
243
190
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
244
|
-
}, z.core.$strip
|
|
245
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
246
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
247
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
248
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
191
|
+
}, z.core.$strip>>], undefined>;
|
|
249
192
|
readonly fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
250
193
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
251
194
|
project_slug: z.ZodString;
|
|
@@ -255,11 +198,7 @@ declare const sentryReplayOperations: {
|
|
|
255
198
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
256
199
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
257
200
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
258
|
-
}, z.core.$strip
|
|
259
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
260
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
261
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
262
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
201
|
+
}, z.core.$strip>>], undefined>;
|
|
263
202
|
readonly retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
264
203
|
cursor: z.ZodOptional<z.ZodString>;
|
|
265
204
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -271,11 +210,7 @@ declare const sentryReplayOperations: {
|
|
|
271
210
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
272
211
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
273
212
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
274
|
-
}, z.core.$strip
|
|
275
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
276
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
277
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
278
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
213
|
+
}, z.core.$strip>>], undefined>;
|
|
279
214
|
readonly getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
280
215
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
281
216
|
project_slug: z.ZodString;
|
|
@@ -284,11 +219,7 @@ declare const sentryReplayOperations: {
|
|
|
284
219
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
285
220
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
286
221
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
287
|
-
}, z.core.$strip
|
|
288
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
289
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
290
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
291
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
222
|
+
}, z.core.$strip>>], undefined>;
|
|
292
223
|
readonly deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
293
224
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
294
225
|
project_slug: z.ZodString;
|
|
@@ -297,11 +228,7 @@ declare const sentryReplayOperations: {
|
|
|
297
228
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
298
229
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
299
230
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
300
|
-
}, z.core.$strip
|
|
301
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
302
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
303
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
304
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
231
|
+
}, z.core.$strip>>], undefined>;
|
|
305
232
|
};
|
|
306
233
|
//#endregion
|
|
307
234
|
export { deleteProjectReplay, fetchOrganizationReplayCount, fetchOrganizationReplayDetails, fetchOrganizationReplaySelectors, fetchProjectReplayClicks, fetchReplayRecordingSegment, getWhoViewedReplayByProject, retrieveOrganizationReplays, retrieveReplayRecordingSegments, sentryReplayOperations };
|
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-DcT49a8O.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
package/dist/schemas.d.mts
CHANGED
|
@@ -204,10 +204,10 @@ declare const sentryMonitorStatusSchema: z.ZodEnum<{
|
|
|
204
204
|
timeout: "timeout";
|
|
205
205
|
active: "active";
|
|
206
206
|
disabled: "disabled";
|
|
207
|
-
pending_deletion: "pending_deletion";
|
|
208
|
-
deletion_in_progress: "deletion_in_progress";
|
|
209
207
|
ok: "ok";
|
|
210
208
|
missed_checkin: "missed_checkin";
|
|
209
|
+
pending_deletion: "pending_deletion";
|
|
210
|
+
deletion_in_progress: "deletion_in_progress";
|
|
211
211
|
}>;
|
|
212
212
|
declare const sentryMonitorSchema: z.ZodObject<{
|
|
213
213
|
id: z.ZodString;
|
|
@@ -218,10 +218,10 @@ declare const sentryMonitorSchema: z.ZodObject<{
|
|
|
218
218
|
timeout: "timeout";
|
|
219
219
|
active: "active";
|
|
220
220
|
disabled: "disabled";
|
|
221
|
-
pending_deletion: "pending_deletion";
|
|
222
|
-
deletion_in_progress: "deletion_in_progress";
|
|
223
221
|
ok: "ok";
|
|
224
222
|
missed_checkin: "missed_checkin";
|
|
223
|
+
pending_deletion: "pending_deletion";
|
|
224
|
+
deletion_in_progress: "deletion_in_progress";
|
|
225
225
|
}>>;
|
|
226
226
|
type: z.ZodOptional<z.ZodString>;
|
|
227
227
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
package/dist/scim.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
3
|
|
|
5
4
|
//#region src/scim.d.ts
|
|
6
5
|
declare const listScimV2OrganizationUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -15,11 +14,7 @@ declare const listScimV2OrganizationUsers: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
15
14
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
16
15
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
17
16
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
18
|
-
}, z.core.$strip
|
|
19
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
20
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
21
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
22
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
17
|
+
}, z.core.$strip>>], undefined>;
|
|
23
18
|
declare const retrieveUserViaScimApi: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
24
19
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
25
20
|
member_id: z.ZodString;
|
|
@@ -35,11 +30,7 @@ declare const retrieveUserViaScimApi: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
35
30
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
36
31
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
37
32
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
38
|
-
}, z.core.$strip
|
|
39
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
40
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
41
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
42
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
33
|
+
}, z.core.$strip>>], undefined>;
|
|
43
34
|
declare const createUserForSamlIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
44
35
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
45
36
|
userName: z.ZodString;
|
|
@@ -65,11 +56,7 @@ declare const createUserForSamlIntegration: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
65
56
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
66
57
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
67
58
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
68
|
-
}, z.core.$strip
|
|
69
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
70
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
71
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
72
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
59
|
+
}, z.core.$strip>>], undefined>;
|
|
73
60
|
declare const createScimGroupForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
74
61
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
75
62
|
displayName: z.ZodString;
|
|
@@ -88,11 +75,7 @@ declare const createScimGroupForOrganization: _keystrokehq_core0.Operation<z.Zod
|
|
|
88
75
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
89
76
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
90
77
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
91
|
-
}, z.core.$strip
|
|
92
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
93
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
94
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
95
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
78
|
+
}, z.core.$strip>>], undefined>;
|
|
96
79
|
declare const getScimGroupByTeamId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
97
80
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
98
81
|
group_id: z.ZodString;
|
|
@@ -107,11 +90,7 @@ declare const getScimGroupByTeamId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
107
90
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
108
91
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
109
92
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
110
|
-
}, z.core.$strip
|
|
111
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
112
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
113
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
114
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
93
|
+
}, z.core.$strip>>], undefined>;
|
|
115
94
|
declare const retrieveOrganizationScimGroups: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
116
95
|
cursor: z.ZodOptional<z.ZodString>;
|
|
117
96
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -124,11 +103,7 @@ declare const retrieveOrganizationScimGroups: _keystrokehq_core0.Operation<z.Zod
|
|
|
124
103
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
125
104
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
126
105
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
127
|
-
}, z.core.$strip
|
|
128
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
129
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
130
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
131
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
106
|
+
}, z.core.$strip>>], undefined>;
|
|
132
107
|
declare const patchScimGroupOperations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
133
108
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
134
109
|
group_id: z.ZodString;
|
|
@@ -144,11 +119,7 @@ declare const patchScimGroupOperations: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
144
119
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
145
120
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
146
121
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
147
|
-
}, z.core.$strip
|
|
148
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
149
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
150
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
151
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
122
|
+
}, z.core.$strip>>], undefined>;
|
|
152
123
|
declare const deleteTeamFromOrgScimV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
153
124
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
154
125
|
group_id: z.ZodString;
|
|
@@ -156,11 +127,7 @@ declare const deleteTeamFromOrgScimV2: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
156
127
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
157
128
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
158
129
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
159
|
-
}, z.core.$strip
|
|
160
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
161
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
162
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
163
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
130
|
+
}, z.core.$strip>>], undefined>;
|
|
164
131
|
declare const createExternalUserForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
165
132
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
166
133
|
userId: z.ZodString;
|
|
@@ -172,11 +139,7 @@ declare const createExternalUserForOrganization: _keystrokehq_core0.Operation<z.
|
|
|
172
139
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
173
140
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
174
141
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
175
|
-
}, z.core.$strip
|
|
176
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
177
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
178
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
179
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
142
|
+
}, z.core.$strip>>], undefined>;
|
|
180
143
|
declare const updateExternalUserForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
181
144
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
182
145
|
external_user_id: z.ZodString;
|
|
@@ -188,11 +151,7 @@ declare const updateExternalUserForOrganization: _keystrokehq_core0.Operation<z.
|
|
|
188
151
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
189
152
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
190
153
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
191
|
-
}, z.core.$strip
|
|
192
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
193
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
194
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
195
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
154
|
+
}, z.core.$strip>>], undefined>;
|
|
196
155
|
declare const deleteExternalUserFromOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
197
156
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
198
157
|
external_user_id: z.ZodString;
|
|
@@ -200,11 +159,7 @@ declare const deleteExternalUserFromOrganization: _keystrokehq_core0.Operation<z
|
|
|
200
159
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
201
160
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
202
161
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
203
|
-
}, z.core.$strip
|
|
204
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
205
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
206
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
207
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
162
|
+
}, z.core.$strip>>], undefined>;
|
|
208
163
|
declare const sentryScimOperations: {
|
|
209
164
|
readonly listScimV2OrganizationUsers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
210
165
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -218,11 +173,7 @@ declare const sentryScimOperations: {
|
|
|
218
173
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
219
174
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
220
175
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
221
|
-
}, z.core.$strip
|
|
222
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
223
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
224
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
225
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
176
|
+
}, z.core.$strip>>], undefined>;
|
|
226
177
|
readonly retrieveUserViaScimApi: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
227
178
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
228
179
|
member_id: z.ZodString;
|
|
@@ -238,11 +189,7 @@ declare const sentryScimOperations: {
|
|
|
238
189
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
239
190
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
240
191
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
241
|
-
}, z.core.$strip
|
|
242
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
243
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
244
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
245
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
192
|
+
}, z.core.$strip>>], undefined>;
|
|
246
193
|
readonly createUserForSamlIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
247
194
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
248
195
|
userName: z.ZodString;
|
|
@@ -268,11 +215,7 @@ declare const sentryScimOperations: {
|
|
|
268
215
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
269
216
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
270
217
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
271
|
-
}, z.core.$strip
|
|
272
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
273
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
274
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
275
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
218
|
+
}, z.core.$strip>>], undefined>;
|
|
276
219
|
readonly createScimGroupForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
277
220
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
278
221
|
displayName: z.ZodString;
|
|
@@ -291,11 +234,7 @@ declare const sentryScimOperations: {
|
|
|
291
234
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
292
235
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
293
236
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
294
|
-
}, z.core.$strip
|
|
295
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
296
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
297
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
298
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
237
|
+
}, z.core.$strip>>], undefined>;
|
|
299
238
|
readonly getScimGroupByTeamId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
300
239
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
301
240
|
group_id: z.ZodString;
|
|
@@ -310,11 +249,7 @@ declare const sentryScimOperations: {
|
|
|
310
249
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
311
250
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
312
251
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
313
|
-
}, z.core.$strip
|
|
314
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
315
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
316
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
317
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
252
|
+
}, z.core.$strip>>], undefined>;
|
|
318
253
|
readonly retrieveOrganizationScimGroups: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
319
254
|
cursor: z.ZodOptional<z.ZodString>;
|
|
320
255
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -327,11 +262,7 @@ declare const sentryScimOperations: {
|
|
|
327
262
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
328
263
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
329
264
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
330
|
-
}, z.core.$strip
|
|
331
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
332
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
333
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
334
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
265
|
+
}, z.core.$strip>>], undefined>;
|
|
335
266
|
readonly patchScimGroupOperations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
336
267
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
337
268
|
group_id: z.ZodString;
|
|
@@ -347,11 +278,7 @@ declare const sentryScimOperations: {
|
|
|
347
278
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
348
279
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
349
280
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
350
|
-
}, z.core.$strip
|
|
351
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
352
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
353
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
354
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
281
|
+
}, z.core.$strip>>], undefined>;
|
|
355
282
|
readonly deleteTeamFromOrgScimV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
356
283
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
357
284
|
group_id: z.ZodString;
|
|
@@ -359,11 +286,7 @@ declare const sentryScimOperations: {
|
|
|
359
286
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
360
287
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
361
288
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
362
|
-
}, z.core.$strip
|
|
363
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
364
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
365
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
366
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
289
|
+
}, z.core.$strip>>], undefined>;
|
|
367
290
|
readonly createExternalUserForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
368
291
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
369
292
|
userId: z.ZodString;
|
|
@@ -375,11 +298,7 @@ declare const sentryScimOperations: {
|
|
|
375
298
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
376
299
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
377
300
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
378
|
-
}, z.core.$strip
|
|
379
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
380
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
381
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
382
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
301
|
+
}, z.core.$strip>>], undefined>;
|
|
383
302
|
readonly updateExternalUserForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
384
303
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
385
304
|
external_user_id: z.ZodString;
|
|
@@ -391,11 +310,7 @@ declare const sentryScimOperations: {
|
|
|
391
310
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
392
311
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
393
312
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
394
|
-
}, z.core.$strip
|
|
395
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
396
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
397
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
398
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
313
|
+
}, z.core.$strip>>], undefined>;
|
|
399
314
|
readonly deleteExternalUserFromOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
400
315
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
401
316
|
external_user_id: z.ZodString;
|
|
@@ -403,11 +318,7 @@ declare const sentryScimOperations: {
|
|
|
403
318
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
404
319
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
405
320
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
406
|
-
}, z.core.$strip
|
|
407
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
408
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
409
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
410
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
321
|
+
}, z.core.$strip>>], undefined>;
|
|
411
322
|
};
|
|
412
323
|
//#endregion
|
|
413
324
|
export { createExternalUserForOrganization, createScimGroupForOrganization, createUserForSamlIntegration, deleteExternalUserFromOrganization, deleteTeamFromOrgScimV2, getScimGroupByTeamId, listScimV2OrganizationUsers, patchScimGroupOperations, retrieveOrganizationScimGroups, retrieveUserViaScimApi, sentryScimOperations, updateExternalUserForOrganization };
|
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-DcT49a8O.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|