@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/teams.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/teams.d.ts
|
|
6
5
|
declare const listTeamsInOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -19,11 +18,7 @@ declare const listTeamsInOrganization: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
19
18
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
20
19
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
21
20
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
22
|
-
}, z.core.$strip
|
|
23
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
24
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
25
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
26
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
21
|
+
}, z.core.$strip>>], undefined>;
|
|
27
22
|
declare const listOrganizationUserTeams: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
28
23
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
29
24
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
@@ -36,11 +31,7 @@ declare const listOrganizationUserTeams: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
36
31
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
37
32
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
38
33
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
39
|
-
}, z.core.$strip
|
|
40
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
41
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
42
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
43
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
34
|
+
}, z.core.$strip>>], undefined>;
|
|
44
35
|
declare const createOrganizationTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
45
36
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
46
37
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -56,11 +47,7 @@ declare const createOrganizationTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
56
47
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
57
48
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
58
49
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
59
|
-
}, z.core.$strip
|
|
60
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
61
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
62
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
63
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
50
|
+
}, z.core.$strip>>], undefined>;
|
|
64
51
|
declare const retrieveTeamInfoViaOrganizationIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
65
52
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
66
53
|
team_slug: z.ZodString;
|
|
@@ -74,11 +61,7 @@ declare const retrieveTeamInfoViaOrganizationIdOrSlug: _keystrokehq_core0.Operat
|
|
|
74
61
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
75
62
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
76
63
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
77
|
-
}, z.core.$strip
|
|
78
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
79
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
80
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
81
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
64
|
+
}, z.core.$strip>>], undefined>;
|
|
82
65
|
declare const updateTeamInformationByOrganizationId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
83
66
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
84
67
|
team_slug: z.ZodString;
|
|
@@ -94,11 +77,7 @@ declare const updateTeamInformationByOrganizationId: _keystrokehq_core0.Operatio
|
|
|
94
77
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
95
78
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
96
79
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
97
|
-
}, z.core.$strip
|
|
98
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
99
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
100
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
101
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
80
|
+
}, z.core.$strip>>], undefined>;
|
|
102
81
|
declare const deleteTeamByOrganizationOrTeamSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
103
82
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
104
83
|
team_slug: z.ZodString;
|
|
@@ -106,11 +85,7 @@ declare const deleteTeamByOrganizationOrTeamSlug: _keystrokehq_core0.Operation<z
|
|
|
106
85
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
107
86
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
108
87
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
109
|
-
}, z.core.$strip
|
|
110
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
111
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
112
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
113
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
88
|
+
}, z.core.$strip>>], undefined>;
|
|
114
89
|
declare const addTeamMemberInOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
115
90
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
116
91
|
team_slug: z.ZodString;
|
|
@@ -134,11 +109,7 @@ declare const addTeamMemberInOrganization: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
134
109
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
110
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
111
|
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>;
|
|
112
|
+
}, z.core.$strip>>], undefined>;
|
|
142
113
|
declare const getTeamMembersByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
143
114
|
cursor: z.ZodOptional<z.ZodString>;
|
|
144
115
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -164,11 +135,7 @@ declare const getTeamMembersByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
164
135
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
165
136
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
166
137
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
167
|
-
}, z.core.$strip
|
|
168
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
169
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
170
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
171
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
138
|
+
}, z.core.$strip>>], undefined>;
|
|
172
139
|
declare const deleteMemberFromTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
173
140
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
174
141
|
team_slug: z.ZodString;
|
|
@@ -177,11 +144,7 @@ declare const deleteMemberFromTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
177
144
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
178
145
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
179
146
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
180
|
-
}, z.core.$strip
|
|
181
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
182
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
183
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
184
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
147
|
+
}, z.core.$strip>>], undefined>;
|
|
185
148
|
declare const switchTeamRoleForMember: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
186
149
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
187
150
|
team_slug: z.ZodString;
|
|
@@ -206,11 +169,7 @@ declare const switchTeamRoleForMember: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
206
169
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
207
170
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
208
171
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
209
|
-
}, z.core.$strip
|
|
210
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
211
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
212
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
213
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
172
|
+
}, z.core.$strip>>], undefined>;
|
|
214
173
|
declare const retrieveTeamProjects: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
215
174
|
cursor: z.ZodOptional<z.ZodString>;
|
|
216
175
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -229,11 +188,7 @@ declare const retrieveTeamProjects: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
229
188
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
230
189
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
231
190
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
232
|
-
}, z.core.$strip
|
|
233
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
234
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
235
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
236
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
191
|
+
}, z.core.$strip>>], undefined>;
|
|
237
192
|
declare const manageTeamExternalIntegrations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
238
193
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
239
194
|
team_slug: z.ZodString;
|
|
@@ -245,11 +200,7 @@ declare const manageTeamExternalIntegrations: _keystrokehq_core0.Operation<z.Zod
|
|
|
245
200
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
246
201
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
247
202
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
248
|
-
}, z.core.$strip
|
|
249
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
250
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
251
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
252
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
203
|
+
}, z.core.$strip>>], undefined>;
|
|
253
204
|
declare const updateExternalTeamIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
254
205
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
255
206
|
team_slug: z.ZodString;
|
|
@@ -261,11 +212,7 @@ declare const updateExternalTeamIntegration: _keystrokehq_core0.Operation<z.ZodO
|
|
|
261
212
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
262
213
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
263
214
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
264
|
-
}, z.core.$strip
|
|
265
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
266
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
267
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
268
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
215
|
+
}, z.core.$strip>>], undefined>;
|
|
269
216
|
declare const deleteExternalTeamById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
270
217
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
271
218
|
team_slug: z.ZodString;
|
|
@@ -274,11 +221,7 @@ declare const deleteExternalTeamById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
274
221
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
275
222
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
276
223
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
277
|
-
}, z.core.$strip
|
|
278
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
279
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
280
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
281
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
224
|
+
}, z.core.$strip>>], undefined>;
|
|
282
225
|
declare const sentryTeamOperations: {
|
|
283
226
|
readonly listTeamsInOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
284
227
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -296,11 +239,7 @@ declare const sentryTeamOperations: {
|
|
|
296
239
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
297
240
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
298
241
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
299
|
-
}, z.core.$strip
|
|
300
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
301
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
302
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
303
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
242
|
+
}, z.core.$strip>>], undefined>;
|
|
304
243
|
readonly listOrganizationUserTeams: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
305
244
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
306
245
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
@@ -313,11 +252,7 @@ declare const sentryTeamOperations: {
|
|
|
313
252
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
314
253
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
315
254
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
316
|
-
}, z.core.$strip
|
|
317
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
318
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
319
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
320
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
255
|
+
}, z.core.$strip>>], undefined>;
|
|
321
256
|
readonly createOrganizationTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
322
257
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
323
258
|
slug: z.ZodOptional<z.ZodString>;
|
|
@@ -333,11 +268,7 @@ declare const sentryTeamOperations: {
|
|
|
333
268
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
334
269
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
335
270
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
336
|
-
}, z.core.$strip
|
|
337
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
338
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
339
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
340
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
271
|
+
}, z.core.$strip>>], undefined>;
|
|
341
272
|
readonly retrieveTeamInfoViaOrganizationIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
342
273
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
343
274
|
team_slug: z.ZodString;
|
|
@@ -351,11 +282,7 @@ declare const sentryTeamOperations: {
|
|
|
351
282
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
352
283
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
353
284
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
354
|
-
}, z.core.$strip
|
|
355
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
356
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
357
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
358
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
285
|
+
}, z.core.$strip>>], undefined>;
|
|
359
286
|
readonly updateTeamInformationByOrganizationId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
360
287
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
361
288
|
team_slug: z.ZodString;
|
|
@@ -371,11 +298,7 @@ declare const sentryTeamOperations: {
|
|
|
371
298
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
372
299
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
373
300
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
374
|
-
}, z.core.$strip
|
|
375
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
376
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
377
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
378
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
301
|
+
}, z.core.$strip>>], undefined>;
|
|
379
302
|
readonly deleteTeamByOrganizationOrTeamSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
380
303
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
381
304
|
team_slug: z.ZodString;
|
|
@@ -383,11 +306,7 @@ declare const sentryTeamOperations: {
|
|
|
383
306
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
384
307
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
385
308
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
386
|
-
}, z.core.$strip
|
|
387
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
388
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
389
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
390
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
309
|
+
}, z.core.$strip>>], undefined>;
|
|
391
310
|
readonly addTeamMemberInOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
392
311
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
393
312
|
team_slug: z.ZodString;
|
|
@@ -411,11 +330,7 @@ declare const sentryTeamOperations: {
|
|
|
411
330
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
412
331
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
413
332
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
414
|
-
}, z.core.$strip
|
|
415
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
416
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
417
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
418
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
333
|
+
}, z.core.$strip>>], undefined>;
|
|
419
334
|
readonly getTeamMembersByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
420
335
|
cursor: z.ZodOptional<z.ZodString>;
|
|
421
336
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -441,11 +356,7 @@ declare const sentryTeamOperations: {
|
|
|
441
356
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
442
357
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
443
358
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
444
|
-
}, z.core.$strip
|
|
445
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
446
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
447
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
448
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
359
|
+
}, z.core.$strip>>], undefined>;
|
|
449
360
|
readonly deleteMemberFromTeam: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
450
361
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
451
362
|
team_slug: z.ZodString;
|
|
@@ -454,11 +365,7 @@ declare const sentryTeamOperations: {
|
|
|
454
365
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
455
366
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
456
367
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
457
|
-
}, z.core.$strip
|
|
458
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
459
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
460
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
461
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
368
|
+
}, z.core.$strip>>], undefined>;
|
|
462
369
|
readonly switchTeamRoleForMember: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
463
370
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
464
371
|
team_slug: z.ZodString;
|
|
@@ -483,11 +390,7 @@ declare const sentryTeamOperations: {
|
|
|
483
390
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
484
391
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
485
392
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
486
|
-
}, z.core.$strip
|
|
487
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
488
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
489
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
490
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
393
|
+
}, z.core.$strip>>], undefined>;
|
|
491
394
|
readonly retrieveTeamProjects: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
492
395
|
cursor: z.ZodOptional<z.ZodString>;
|
|
493
396
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -506,11 +409,7 @@ declare const sentryTeamOperations: {
|
|
|
506
409
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
507
410
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
508
411
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
509
|
-
}, z.core.$strip
|
|
510
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
511
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
512
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
513
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
412
|
+
}, z.core.$strip>>], undefined>;
|
|
514
413
|
readonly manageTeamExternalIntegrations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
515
414
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
516
415
|
team_slug: z.ZodString;
|
|
@@ -522,11 +421,7 @@ declare const sentryTeamOperations: {
|
|
|
522
421
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
523
422
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
524
423
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
525
|
-
}, z.core.$strip
|
|
526
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
527
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
528
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
529
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
424
|
+
}, z.core.$strip>>], undefined>;
|
|
530
425
|
readonly updateExternalTeamIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
531
426
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
532
427
|
team_slug: z.ZodString;
|
|
@@ -538,11 +433,7 @@ declare const sentryTeamOperations: {
|
|
|
538
433
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
539
434
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
540
435
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
541
|
-
}, z.core.$strip
|
|
542
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
543
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
544
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
545
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
436
|
+
}, z.core.$strip>>], undefined>;
|
|
546
437
|
readonly deleteExternalTeamById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
547
438
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
548
439
|
team_slug: z.ZodString;
|
|
@@ -551,11 +442,7 @@ declare const sentryTeamOperations: {
|
|
|
551
442
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
552
443
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
553
444
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
554
|
-
}, z.core.$strip
|
|
555
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
556
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
557
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
558
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
445
|
+
}, z.core.$strip>>], undefined>;
|
|
559
446
|
};
|
|
560
447
|
//#endregion
|
|
561
448
|
export { addTeamMemberInOrganization, createOrganizationTeam, deleteExternalTeamById, deleteMemberFromTeam, deleteTeamByOrganizationOrTeamSlug, getTeamMembersByIdOrSlug, listOrganizationUserTeams, listTeamsInOrganization, manageTeamExternalIntegrations, retrieveTeamInfoViaOrganizationIdOrSlug, retrieveTeamProjects, sentryTeamOperations, switchTeamRoleForMember, updateExternalTeamIntegration, updateTeamInformationByOrganizationId };
|
package/dist/teams.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, orgTeamScopeInputSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMemberSchema, sentryProjectSummarySchema, sentrySlugSchema, sentryTeamSchema } 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/user-emails.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/user-emails.d.ts
|
|
6
5
|
declare const retrieveUserEmailInformation: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
@@ -11,11 +10,7 @@ declare const retrieveUserEmailInformation: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
11
10
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
12
11
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
13
12
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
14
|
-
}, z.core.$strip
|
|
15
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
16
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
17
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
18
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
13
|
+
}, z.core.$strip>>], undefined>;
|
|
19
14
|
declare const addRemoveUserEmailById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
20
15
|
email: z.ZodString;
|
|
21
16
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -26,11 +21,7 @@ declare const addRemoveUserEmailById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
26
21
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
27
22
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
28
23
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
29
|
-
}, z.core.$strip
|
|
30
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
31
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
32
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
33
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
24
|
+
}, z.core.$strip>>], undefined>;
|
|
34
25
|
declare const updateUserEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
35
26
|
email: z.ZodString;
|
|
36
27
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -41,22 +32,14 @@ declare const updateUserEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
41
32
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
42
33
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
43
34
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
44
|
-
}, z.core.$strip
|
|
45
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
46
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
47
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
48
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
35
|
+
}, z.core.$strip>>], undefined>;
|
|
49
36
|
declare const deleteUserEmailsById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
50
37
|
email: z.ZodString;
|
|
51
38
|
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
52
39
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
53
40
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
54
41
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
55
|
-
}, z.core.$strip
|
|
56
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
57
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
58
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
59
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
42
|
+
}, z.core.$strip>>], undefined>;
|
|
60
43
|
declare const sentryUserEmailOperations: {
|
|
61
44
|
readonly retrieveUserEmailInformation: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
62
45
|
email: z.ZodString;
|
|
@@ -66,11 +49,7 @@ declare const sentryUserEmailOperations: {
|
|
|
66
49
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
67
50
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
68
51
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
69
|
-
}, z.core.$strip
|
|
70
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
71
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
72
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
73
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
52
|
+
}, z.core.$strip>>], undefined>;
|
|
74
53
|
readonly addRemoveUserEmailById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
75
54
|
email: z.ZodString;
|
|
76
55
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -81,11 +60,7 @@ declare const sentryUserEmailOperations: {
|
|
|
81
60
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
82
61
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
83
62
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
84
|
-
}, z.core.$strip
|
|
85
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
86
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
87
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
88
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
63
|
+
}, z.core.$strip>>], undefined>;
|
|
89
64
|
readonly updateUserEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
90
65
|
email: z.ZodString;
|
|
91
66
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -96,22 +71,14 @@ declare const sentryUserEmailOperations: {
|
|
|
96
71
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
97
72
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
98
73
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
99
|
-
}, z.core.$strip
|
|
100
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
101
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
102
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
103
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
74
|
+
}, z.core.$strip>>], undefined>;
|
|
104
75
|
readonly deleteUserEmailsById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
105
76
|
email: z.ZodString;
|
|
106
77
|
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
107
78
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
108
79
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
109
80
|
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>;
|
|
81
|
+
}, z.core.$strip>>], undefined>;
|
|
115
82
|
};
|
|
116
83
|
//#endregion
|
|
117
84
|
export { addRemoveUserEmailById, deleteUserEmailsById, retrieveUserEmailInformation, sentryUserEmailOperations, updateUserEmail };
|
package/dist/user-emails.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { sentryUserEmailSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-DcT49a8O.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
|
|
5
5
|
//#region src/user-emails.ts
|
package/dist/webhooks.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/webhooks.d.ts
|
|
6
5
|
declare const createProjectWebhookSubscription: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -18,11 +17,7 @@ declare const createProjectWebhookSubscription: _keystrokehq_core0.Operation<z.Z
|
|
|
18
17
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
19
18
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
20
19
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
21
|
-
}, z.core.$strip
|
|
22
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
23
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
24
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
25
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
20
|
+
}, z.core.$strip>>], undefined>;
|
|
26
21
|
declare const retrieveProjectHooks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
27
22
|
cursor: z.ZodOptional<z.ZodString>;
|
|
28
23
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -39,11 +34,7 @@ declare const retrieveProjectHooks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
39
34
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
40
35
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
41
36
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
42
|
-
}, z.core.$strip
|
|
43
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
44
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
45
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
46
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
37
|
+
}, z.core.$strip>>], undefined>;
|
|
47
38
|
declare const getProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
48
39
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
49
40
|
project_slug: z.ZodString;
|
|
@@ -58,11 +49,7 @@ declare const getProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
58
49
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
59
50
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
60
51
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
61
|
-
}, z.core.$strip
|
|
62
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
63
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
64
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
65
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
52
|
+
}, z.core.$strip>>], undefined>;
|
|
66
53
|
declare const updateWebhookConfiguration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
67
54
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
68
55
|
project_slug: z.ZodString;
|
|
@@ -80,11 +67,7 @@ declare const updateWebhookConfiguration: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
80
67
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
81
68
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
82
69
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
83
|
-
}, z.core.$strip
|
|
84
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
85
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
86
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
87
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
70
|
+
}, z.core.$strip>>], undefined>;
|
|
88
71
|
declare const deleteProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
89
72
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
90
73
|
project_slug: z.ZodString;
|
|
@@ -93,11 +76,7 @@ declare const deleteProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
93
76
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
94
77
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
95
78
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
96
|
-
}, z.core.$strip
|
|
97
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
98
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
99
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
100
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
79
|
+
}, z.core.$strip>>], undefined>;
|
|
101
80
|
declare const sentryWebhookOperations: {
|
|
102
81
|
readonly createProjectWebhookSubscription: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
103
82
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -114,11 +93,7 @@ declare const sentryWebhookOperations: {
|
|
|
114
93
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
115
94
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
116
95
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
117
|
-
}, z.core.$strip
|
|
118
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
119
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
120
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
121
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
96
|
+
}, z.core.$strip>>], undefined>;
|
|
122
97
|
readonly retrieveProjectHooks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
123
98
|
cursor: z.ZodOptional<z.ZodString>;
|
|
124
99
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -135,11 +110,7 @@ declare const sentryWebhookOperations: {
|
|
|
135
110
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
136
111
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
137
112
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
138
|
-
}, z.core.$strip
|
|
139
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
140
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
141
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
142
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
113
|
+
}, z.core.$strip>>], undefined>;
|
|
143
114
|
readonly getProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
144
115
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
145
116
|
project_slug: z.ZodString;
|
|
@@ -154,11 +125,7 @@ declare const sentryWebhookOperations: {
|
|
|
154
125
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
155
126
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
156
127
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
157
|
-
}, z.core.$strip
|
|
158
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
159
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
160
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
161
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
128
|
+
}, z.core.$strip>>], undefined>;
|
|
162
129
|
readonly updateWebhookConfiguration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
163
130
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
164
131
|
project_slug: z.ZodString;
|
|
@@ -176,11 +143,7 @@ declare const sentryWebhookOperations: {
|
|
|
176
143
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
177
144
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
178
145
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
179
|
-
}, z.core.$strip
|
|
180
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
181
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
182
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
183
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
146
|
+
}, z.core.$strip>>], undefined>;
|
|
184
147
|
readonly deleteProjectHook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
185
148
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
186
149
|
project_slug: z.ZodString;
|
|
@@ -189,11 +152,7 @@ declare const sentryWebhookOperations: {
|
|
|
189
152
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
190
153
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
191
154
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
192
|
-
}, z.core.$strip
|
|
193
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
194
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
195
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
196
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
155
|
+
}, z.core.$strip>>], undefined>;
|
|
197
156
|
};
|
|
198
157
|
//#endregion
|
|
199
158
|
export { createProjectWebhookSubscription, deleteProjectHook, getProjectHook, retrieveProjectHooks, sentryWebhookOperations, updateWebhookConfiguration };
|
package/dist/webhooks.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryProjectHookSchema } 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
|
|