@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/releases.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/releases.d.ts
|
|
6
5
|
declare const listOrganizationReleases: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -40,11 +39,7 @@ declare const listOrganizationReleases: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
40
39
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
41
40
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
42
41
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
43
|
-
}, z.core.$strip
|
|
44
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
45
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
46
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
47
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
42
|
+
}, z.core.$strip>>], undefined>;
|
|
48
43
|
declare const createReleaseForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
49
44
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
50
45
|
version: z.ZodString;
|
|
@@ -72,11 +67,7 @@ declare const createReleaseForOrganization: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
72
67
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
73
68
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
74
69
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
75
|
-
}, z.core.$strip
|
|
76
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
77
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
78
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
79
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
70
|
+
}, z.core.$strip>>], undefined>;
|
|
80
71
|
declare const getOrganizationReleaseVersion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
81
72
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
82
73
|
version: z.ZodString;
|
|
@@ -98,11 +89,7 @@ declare const getOrganizationReleaseVersion: _keystrokehq_core0.Operation<z.ZodO
|
|
|
98
89
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
99
90
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
100
91
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
101
|
-
}, z.core.$strip
|
|
102
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
103
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
104
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
105
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
92
|
+
}, z.core.$strip>>], undefined>;
|
|
106
93
|
declare const updateReleaseDetailsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
107
94
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
108
95
|
version: z.ZodString;
|
|
@@ -130,11 +117,7 @@ declare const updateReleaseDetailsForOrganization: _keystrokehq_core0.Operation<
|
|
|
130
117
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
131
118
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
132
119
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
133
|
-
}, z.core.$strip
|
|
134
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
137
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
120
|
+
}, z.core.$strip>>], undefined>;
|
|
138
121
|
declare const deleteOrganizationRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
139
122
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
140
123
|
version: z.ZodString;
|
|
@@ -142,11 +125,7 @@ declare const deleteOrganizationRelease: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
142
125
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
143
126
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
144
127
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
145
|
-
}, z.core.$strip
|
|
146
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
147
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
148
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
149
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
128
|
+
}, z.core.$strip>>], undefined>;
|
|
150
129
|
declare const retrieveOrganizationReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
151
130
|
cursor: z.ZodOptional<z.ZodString>;
|
|
152
131
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -162,11 +141,7 @@ declare const retrieveOrganizationReleaseCommits: _keystrokehq_core0.Operation<z
|
|
|
162
141
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
163
142
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
164
143
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
165
|
-
}, z.core.$strip
|
|
166
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
167
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
168
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
169
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
144
|
+
}, z.core.$strip>>], undefined>;
|
|
170
145
|
declare const retrieveReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
171
146
|
cursor: z.ZodOptional<z.ZodString>;
|
|
172
147
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -183,11 +158,7 @@ declare const retrieveReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
183
158
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
184
159
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
185
160
|
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>;
|
|
161
|
+
}, z.core.$strip>>], undefined>;
|
|
191
162
|
declare const retrieveCommitFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
192
163
|
cursor: z.ZodOptional<z.ZodString>;
|
|
193
164
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -198,11 +169,7 @@ declare const retrieveCommitFilesForRelease: _keystrokehq_core0.Operation<z.ZodO
|
|
|
198
169
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
199
170
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
200
171
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
201
|
-
}, z.core.$strip
|
|
202
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
203
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
204
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
205
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
172
|
+
}, z.core.$strip>>], undefined>;
|
|
206
173
|
declare const retrieveCommitsForOrganizationRepo: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
207
174
|
cursor: z.ZodOptional<z.ZodString>;
|
|
208
175
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -218,11 +185,7 @@ declare const retrieveCommitsForOrganizationRepo: _keystrokehq_core0.Operation<z
|
|
|
218
185
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
219
186
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
220
187
|
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>;
|
|
188
|
+
}, z.core.$strip>>], undefined>;
|
|
226
189
|
declare const listOrganizationRepositories: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
227
190
|
cursor: z.ZodOptional<z.ZodString>;
|
|
228
191
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -247,11 +210,7 @@ declare const listOrganizationRepositories: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
247
210
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
248
211
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
249
212
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
250
|
-
}, z.core.$strip
|
|
251
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
252
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
253
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
254
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
213
|
+
}, z.core.$strip>>], undefined>;
|
|
255
214
|
declare const retrieveFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
256
215
|
cursor: z.ZodOptional<z.ZodString>;
|
|
257
216
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -269,11 +228,7 @@ declare const retrieveFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
269
228
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
270
229
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
271
230
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
272
|
-
}, z.core.$strip
|
|
273
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
274
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
275
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
276
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
231
|
+
}, z.core.$strip>>], undefined>;
|
|
277
232
|
declare const fetchProjectReleaseFiles: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
278
233
|
cursor: z.ZodOptional<z.ZodString>;
|
|
279
234
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -292,11 +247,7 @@ declare const fetchProjectReleaseFiles: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
292
247
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
293
248
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
294
249
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
295
|
-
}, z.core.$strip
|
|
296
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
297
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
298
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
299
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
250
|
+
}, z.core.$strip>>], undefined>;
|
|
300
251
|
declare const retrieveProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
301
252
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
302
253
|
project_slug: z.ZodString;
|
|
@@ -313,11 +264,7 @@ declare const retrieveProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.
|
|
|
313
264
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
314
265
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
315
266
|
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>;
|
|
267
|
+
}, z.core.$strip>>], undefined>;
|
|
321
268
|
declare const retrieveReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
322
269
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
323
270
|
version: z.ZodString;
|
|
@@ -333,11 +280,7 @@ declare const retrieveReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
333
280
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
334
281
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
335
282
|
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>;
|
|
283
|
+
}, z.core.$strip>>], undefined>;
|
|
341
284
|
declare const uploadReleaseFileToOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
342
285
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
343
286
|
version: z.ZodString;
|
|
@@ -355,11 +298,7 @@ declare const uploadReleaseFileToOrganization: _keystrokehq_core0.Operation<z.Zo
|
|
|
355
298
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
356
299
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
357
300
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
358
|
-
}, z.core.$strip
|
|
359
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
360
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
361
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
362
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
301
|
+
}, z.core.$strip>>], undefined>;
|
|
363
302
|
declare const uploadFileToProjectRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
364
303
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
365
304
|
project_slug: z.ZodString;
|
|
@@ -378,11 +317,7 @@ declare const uploadFileToProjectRelease: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
378
317
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
379
318
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
380
319
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
381
|
-
}, z.core.$strip
|
|
382
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
383
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
384
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
385
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
320
|
+
}, z.core.$strip>>], undefined>;
|
|
386
321
|
declare const modifyReleaseFileAttributes: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
387
322
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
388
323
|
version: z.ZodString;
|
|
@@ -401,11 +336,7 @@ declare const modifyReleaseFileAttributes: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
401
336
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
402
337
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
403
338
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
404
|
-
}, z.core.$strip
|
|
405
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
406
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
407
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
408
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
339
|
+
}, z.core.$strip>>], undefined>;
|
|
409
340
|
declare const updateProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
410
341
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
411
342
|
project_slug: z.ZodString;
|
|
@@ -425,11 +356,7 @@ declare const updateProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.Zo
|
|
|
425
356
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
426
357
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
427
358
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
428
|
-
}, z.core.$strip
|
|
429
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
430
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
431
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
432
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
359
|
+
}, z.core.$strip>>], undefined>;
|
|
433
360
|
declare const deleteReleaseFile: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
434
361
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
435
362
|
project_slug: z.ZodString;
|
|
@@ -439,11 +366,7 @@ declare const deleteReleaseFile: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
439
366
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
440
367
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
441
368
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
442
|
-
}, z.core.$strip
|
|
443
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
444
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
445
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
446
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
369
|
+
}, z.core.$strip>>], undefined>;
|
|
447
370
|
declare const deleteReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
448
371
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
449
372
|
version: z.ZodString;
|
|
@@ -452,11 +375,7 @@ declare const deleteReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
452
375
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
453
376
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
454
377
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
455
|
-
}, z.core.$strip
|
|
456
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
457
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
458
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
459
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
378
|
+
}, z.core.$strip>>], undefined>;
|
|
460
379
|
declare const fetchOrganizationReleaseThresholdStatuses: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
461
380
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
462
381
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -468,11 +387,7 @@ declare const fetchOrganizationReleaseThresholdStatuses: _keystrokehq_core0.Oper
|
|
|
468
387
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
469
388
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
470
389
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
471
|
-
}, z.core.$strip
|
|
472
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
473
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
474
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
475
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
390
|
+
}, z.core.$strip>>], undefined>;
|
|
476
391
|
declare const sentryReleaseOperations: {
|
|
477
392
|
readonly listOrganizationReleases: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
478
393
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -511,11 +426,7 @@ declare const sentryReleaseOperations: {
|
|
|
511
426
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
512
427
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
513
428
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
514
|
-
}, z.core.$strip
|
|
515
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
516
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
517
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
518
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
429
|
+
}, z.core.$strip>>], undefined>;
|
|
519
430
|
readonly createReleaseForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
520
431
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
521
432
|
version: z.ZodString;
|
|
@@ -543,11 +454,7 @@ declare const sentryReleaseOperations: {
|
|
|
543
454
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
544
455
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
545
456
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
546
|
-
}, z.core.$strip
|
|
547
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
548
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
549
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
550
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
457
|
+
}, z.core.$strip>>], undefined>;
|
|
551
458
|
readonly getOrganizationReleaseVersion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
552
459
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
553
460
|
version: z.ZodString;
|
|
@@ -569,11 +476,7 @@ declare const sentryReleaseOperations: {
|
|
|
569
476
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
570
477
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
571
478
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
572
|
-
}, z.core.$strip
|
|
573
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
574
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
575
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
576
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
479
|
+
}, z.core.$strip>>], undefined>;
|
|
577
480
|
readonly updateReleaseDetailsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
578
481
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
579
482
|
version: z.ZodString;
|
|
@@ -601,11 +504,7 @@ declare const sentryReleaseOperations: {
|
|
|
601
504
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
602
505
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
603
506
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
604
|
-
}, z.core.$strip
|
|
605
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
606
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
607
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
608
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
507
|
+
}, z.core.$strip>>], undefined>;
|
|
609
508
|
readonly deleteOrganizationRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
610
509
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
611
510
|
version: z.ZodString;
|
|
@@ -613,11 +512,7 @@ declare const sentryReleaseOperations: {
|
|
|
613
512
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
614
513
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
615
514
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
616
|
-
}, z.core.$strip
|
|
617
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
618
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
619
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
620
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
515
|
+
}, z.core.$strip>>], undefined>;
|
|
621
516
|
readonly retrieveOrganizationReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
622
517
|
cursor: z.ZodOptional<z.ZodString>;
|
|
623
518
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -633,11 +528,7 @@ declare const sentryReleaseOperations: {
|
|
|
633
528
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
634
529
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
635
530
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
636
|
-
}, z.core.$strip
|
|
637
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
638
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
639
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
640
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
531
|
+
}, z.core.$strip>>], undefined>;
|
|
641
532
|
readonly retrieveReleaseCommits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
642
533
|
cursor: z.ZodOptional<z.ZodString>;
|
|
643
534
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -654,11 +545,7 @@ declare const sentryReleaseOperations: {
|
|
|
654
545
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
655
546
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
656
547
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
657
|
-
}, z.core.$strip
|
|
658
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
659
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
660
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
661
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
548
|
+
}, z.core.$strip>>], undefined>;
|
|
662
549
|
readonly retrieveCommitFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
663
550
|
cursor: z.ZodOptional<z.ZodString>;
|
|
664
551
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -669,11 +556,7 @@ declare const sentryReleaseOperations: {
|
|
|
669
556
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
670
557
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
671
558
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
672
|
-
}, z.core.$strip
|
|
673
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
674
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
675
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
676
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
559
|
+
}, z.core.$strip>>], undefined>;
|
|
677
560
|
readonly retrieveCommitsForOrganizationRepo: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
678
561
|
cursor: z.ZodOptional<z.ZodString>;
|
|
679
562
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -689,11 +572,7 @@ declare const sentryReleaseOperations: {
|
|
|
689
572
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
690
573
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
691
574
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
692
|
-
}, z.core.$strip
|
|
693
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
694
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
695
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
696
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
575
|
+
}, z.core.$strip>>], undefined>;
|
|
697
576
|
readonly listOrganizationRepositories: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
698
577
|
cursor: z.ZodOptional<z.ZodString>;
|
|
699
578
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -718,11 +597,7 @@ declare const sentryReleaseOperations: {
|
|
|
718
597
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
719
598
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
720
599
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
721
|
-
}, z.core.$strip
|
|
722
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
723
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
724
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
725
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
600
|
+
}, z.core.$strip>>], undefined>;
|
|
726
601
|
readonly retrieveFilesForRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
727
602
|
cursor: z.ZodOptional<z.ZodString>;
|
|
728
603
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -740,11 +615,7 @@ declare const sentryReleaseOperations: {
|
|
|
740
615
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
741
616
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
742
617
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
743
|
-
}, z.core.$strip
|
|
744
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
745
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
746
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
747
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
618
|
+
}, z.core.$strip>>], undefined>;
|
|
748
619
|
readonly fetchProjectReleaseFiles: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
749
620
|
cursor: z.ZodOptional<z.ZodString>;
|
|
750
621
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -763,11 +634,7 @@ declare const sentryReleaseOperations: {
|
|
|
763
634
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
764
635
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
765
636
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
766
|
-
}, z.core.$strip
|
|
767
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
768
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
769
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
770
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
637
|
+
}, z.core.$strip>>], undefined>;
|
|
771
638
|
readonly retrieveProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
772
639
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
773
640
|
project_slug: z.ZodString;
|
|
@@ -784,11 +651,7 @@ declare const sentryReleaseOperations: {
|
|
|
784
651
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
785
652
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
786
653
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
787
|
-
}, z.core.$strip
|
|
788
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
789
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
790
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
791
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
654
|
+
}, z.core.$strip>>], undefined>;
|
|
792
655
|
readonly retrieveReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
793
656
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
794
657
|
version: z.ZodString;
|
|
@@ -804,11 +667,7 @@ declare const sentryReleaseOperations: {
|
|
|
804
667
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
805
668
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
806
669
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
807
|
-
}, z.core.$strip
|
|
808
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
809
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
810
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
811
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
670
|
+
}, z.core.$strip>>], undefined>;
|
|
812
671
|
readonly uploadReleaseFileToOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
813
672
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
814
673
|
version: z.ZodString;
|
|
@@ -826,11 +685,7 @@ declare const sentryReleaseOperations: {
|
|
|
826
685
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
827
686
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
828
687
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
829
|
-
}, z.core.$strip
|
|
830
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
831
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
832
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
833
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
688
|
+
}, z.core.$strip>>], undefined>;
|
|
834
689
|
readonly uploadFileToProjectRelease: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
835
690
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
836
691
|
project_slug: z.ZodString;
|
|
@@ -849,11 +704,7 @@ declare const sentryReleaseOperations: {
|
|
|
849
704
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
850
705
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
851
706
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
852
|
-
}, z.core.$strip
|
|
853
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
854
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
855
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
856
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
707
|
+
}, z.core.$strip>>], undefined>;
|
|
857
708
|
readonly modifyReleaseFileAttributes: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
858
709
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
859
710
|
version: z.ZodString;
|
|
@@ -872,11 +723,7 @@ declare const sentryReleaseOperations: {
|
|
|
872
723
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
873
724
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
874
725
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
875
|
-
}, z.core.$strip
|
|
876
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
877
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
878
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
879
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
726
|
+
}, z.core.$strip>>], undefined>;
|
|
880
727
|
readonly updateProjectReleaseFileDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
881
728
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
882
729
|
project_slug: z.ZodString;
|
|
@@ -896,11 +743,7 @@ declare const sentryReleaseOperations: {
|
|
|
896
743
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
897
744
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
898
745
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
899
|
-
}, z.core.$strip
|
|
900
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
901
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
902
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
903
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
746
|
+
}, z.core.$strip>>], undefined>;
|
|
904
747
|
readonly deleteReleaseFile: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
905
748
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
906
749
|
project_slug: z.ZodString;
|
|
@@ -910,11 +753,7 @@ declare const sentryReleaseOperations: {
|
|
|
910
753
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
911
754
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
912
755
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
913
|
-
}, z.core.$strip
|
|
914
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
915
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
916
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
917
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
756
|
+
}, z.core.$strip>>], undefined>;
|
|
918
757
|
readonly deleteReleaseFileById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
919
758
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
920
759
|
version: z.ZodString;
|
|
@@ -923,11 +762,7 @@ declare const sentryReleaseOperations: {
|
|
|
923
762
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
924
763
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
925
764
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
926
|
-
}, z.core.$strip
|
|
927
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
928
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
929
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
930
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
765
|
+
}, z.core.$strip>>], undefined>;
|
|
931
766
|
readonly fetchOrganizationReleaseThresholdStatuses: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
932
767
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
933
768
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -939,11 +774,7 @@ declare const sentryReleaseOperations: {
|
|
|
939
774
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
940
775
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
941
776
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
942
|
-
}, z.core.$strip
|
|
943
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
944
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
945
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
946
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
777
|
+
}, z.core.$strip>>], undefined>;
|
|
947
778
|
};
|
|
948
779
|
//#endregion
|
|
949
780
|
export { createReleaseForOrganization, deleteOrganizationRelease, deleteReleaseFile, deleteReleaseFileById, fetchOrganizationReleaseThresholdStatuses, fetchProjectReleaseFiles, getOrganizationReleaseVersion, listOrganizationReleases, listOrganizationRepositories, modifyReleaseFileAttributes, retrieveCommitFilesForRelease, retrieveCommitsForOrganizationRepo, retrieveFilesForRelease, retrieveOrganizationReleaseCommits, retrieveProjectReleaseFileDetails, retrieveReleaseCommits, retrieveReleaseFileById, sentryReleaseOperations, updateProjectReleaseFileDetails, updateReleaseDetailsForOrganization, uploadFileToProjectRelease, uploadReleaseFileToOrganization };
|
package/dist/releases.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, orgReleaseScopeInputSchema, orgScopeInputSchema, sentryCommitSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReleaseFileSchema, sentryReleaseSchema, sentryRepositorySchema } 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
|
|