@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/organizations.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/organizations.d.ts
|
|
6
5
|
declare const getOrganizationByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -22,11 +21,7 @@ declare const getOrganizationByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
22
21
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
23
22
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
24
23
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
25
|
-
}, z.core.$strip
|
|
26
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
27
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
28
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
29
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
24
|
+
}, z.core.$strip>>], undefined>;
|
|
30
25
|
declare const getOrganizationDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
31
26
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
32
27
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -46,11 +41,7 @@ declare const getOrganizationDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
46
41
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
47
42
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
48
43
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
49
|
-
}, z.core.$strip
|
|
50
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
51
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
52
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
53
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
44
|
+
}, z.core.$strip>>], undefined>;
|
|
54
45
|
declare const modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
55
46
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
56
47
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -87,11 +78,7 @@ declare const modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
87
78
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
88
79
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
89
80
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
90
|
-
}, z.core.$strip
|
|
91
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
92
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
93
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
94
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
81
|
+
}, z.core.$strip>>], undefined>;
|
|
95
82
|
declare const getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
96
83
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
97
84
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
@@ -107,11 +94,7 @@ declare const getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
107
94
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
108
95
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
109
96
|
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>;
|
|
97
|
+
}, z.core.$strip>>], undefined>;
|
|
115
98
|
declare const getOrganizationSessions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
116
99
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
117
100
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -129,11 +112,7 @@ declare const getOrganizationSessions: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
129
112
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
130
113
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
131
114
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
132
|
-
}, z.core.$strip
|
|
133
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
134
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
135
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
136
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
115
|
+
}, z.core.$strip>>], undefined>;
|
|
137
116
|
declare const getOrganizationStatsSummary: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
138
117
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
139
118
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -148,11 +127,7 @@ declare const getOrganizationStatsSummary: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
148
127
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
149
128
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
150
129
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
151
|
-
}, z.core.$strip
|
|
152
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
153
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
154
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
155
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
130
|
+
}, z.core.$strip>>], undefined>;
|
|
156
131
|
declare const retrieveOrganizationStatsV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
157
132
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
158
133
|
field: z.ZodArray<z.ZodString>;
|
|
@@ -169,22 +144,14 @@ declare const retrieveOrganizationStatsV2: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
169
144
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
170
145
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
171
146
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$strip
|
|
173
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
174
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
175
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
147
|
+
}, z.core.$strip>>], undefined>;
|
|
177
148
|
declare const retrieveOrganizationRelayUsage: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
178
149
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
179
150
|
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
180
151
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
181
152
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
182
153
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
183
|
-
}, z.core.$strip
|
|
184
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
185
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
186
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
187
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
154
|
+
}, z.core.$strip>>], undefined>;
|
|
188
155
|
declare const retrieveOrganizationProjects: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
189
156
|
cursor: z.ZodOptional<z.ZodString>;
|
|
190
157
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -202,11 +169,7 @@ declare const retrieveOrganizationProjects: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
202
169
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
203
170
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
204
171
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
205
|
-
}, z.core.$strip
|
|
206
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
207
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
208
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
209
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
172
|
+
}, z.core.$strip>>], undefined>;
|
|
210
173
|
declare const postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
211
174
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
212
175
|
projects: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -214,11 +177,7 @@ declare const postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z
|
|
|
214
177
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
215
178
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
216
179
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
217
|
-
}, z.core.$strip
|
|
218
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
219
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
220
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
221
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
180
|
+
}, z.core.$strip>>], undefined>;
|
|
222
181
|
declare const retrieveOrgIntegrationConfig: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
223
182
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
224
183
|
providerKey: z.ZodOptional<z.ZodString>;
|
|
@@ -226,11 +185,7 @@ declare const retrieveOrgIntegrationConfig: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
226
185
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
227
186
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
228
187
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
229
|
-
}, z.core.$strip
|
|
230
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
231
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
232
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
233
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
188
|
+
}, z.core.$strip>>], undefined>;
|
|
234
189
|
declare const retrieveOrganizationIntegrationsList: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
235
190
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
236
191
|
providerKey: z.ZodOptional<z.ZodString>;
|
|
@@ -240,11 +195,7 @@ declare const retrieveOrganizationIntegrationsList: _keystrokehq_core0.Operation
|
|
|
240
195
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
241
196
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
242
197
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
243
|
-
}, z.core.$strip
|
|
244
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
245
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
246
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
247
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
198
|
+
}, z.core.$strip>>], undefined>;
|
|
248
199
|
declare const getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
249
200
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
250
201
|
integration_id: z.ZodString;
|
|
@@ -252,11 +203,7 @@ declare const getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
252
203
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
253
204
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
254
205
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
255
|
-
}, z.core.$strip
|
|
256
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
257
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
258
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
259
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
206
|
+
}, z.core.$strip>>], undefined>;
|
|
260
207
|
declare const deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
261
208
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
262
209
|
integration_id: z.ZodString;
|
|
@@ -264,22 +211,14 @@ declare const deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodO
|
|
|
264
211
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
265
212
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
266
213
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
267
|
-
}, z.core.$strip
|
|
268
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
269
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
270
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
271
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
214
|
+
}, z.core.$strip>>], undefined>;
|
|
272
215
|
declare const getSentryAppInstallationsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
273
216
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
274
217
|
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
275
218
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
276
219
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
277
220
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
278
|
-
}, z.core.$strip
|
|
279
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
280
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
281
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
282
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
221
|
+
}, z.core.$strip>>], undefined>;
|
|
283
222
|
declare const sentryOrganizationOperations: {
|
|
284
223
|
readonly getOrganizationByIdOrSlug: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
285
224
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -300,11 +239,7 @@ declare const sentryOrganizationOperations: {
|
|
|
300
239
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
301
240
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
302
241
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
303
|
-
}, z.core.$strip
|
|
304
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
305
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
306
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
307
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
242
|
+
}, z.core.$strip>>], undefined>;
|
|
308
243
|
readonly getOrganizationDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
309
244
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
310
245
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -324,11 +259,7 @@ declare const sentryOrganizationOperations: {
|
|
|
324
259
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
325
260
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
326
261
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
327
|
-
}, z.core.$strip
|
|
328
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
329
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
330
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
331
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
262
|
+
}, z.core.$strip>>], undefined>;
|
|
332
263
|
readonly modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
333
264
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
334
265
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -365,11 +296,7 @@ declare const sentryOrganizationOperations: {
|
|
|
365
296
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
366
297
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
367
298
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
368
|
-
}, z.core.$strip
|
|
369
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
370
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
371
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
372
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
299
|
+
}, z.core.$strip>>], undefined>;
|
|
373
300
|
readonly getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
374
301
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
375
302
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
@@ -385,11 +312,7 @@ declare const sentryOrganizationOperations: {
|
|
|
385
312
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
386
313
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
387
314
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
388
|
-
}, z.core.$strip
|
|
389
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
390
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
391
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
392
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
315
|
+
}, z.core.$strip>>], undefined>;
|
|
393
316
|
readonly getOrganizationSessions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
394
317
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
395
318
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -407,11 +330,7 @@ declare const sentryOrganizationOperations: {
|
|
|
407
330
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
408
331
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
409
332
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
410
|
-
}, z.core.$strip
|
|
411
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
412
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
413
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
414
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
333
|
+
}, z.core.$strip>>], undefined>;
|
|
415
334
|
readonly getOrganizationStatsSummary: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
416
335
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
417
336
|
project: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
@@ -426,11 +345,7 @@ declare const sentryOrganizationOperations: {
|
|
|
426
345
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
427
346
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
428
347
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
429
|
-
}, z.core.$strip
|
|
430
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
431
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
432
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
433
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
348
|
+
}, z.core.$strip>>], undefined>;
|
|
434
349
|
readonly retrieveOrganizationStatsV2: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
435
350
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
436
351
|
field: z.ZodArray<z.ZodString>;
|
|
@@ -447,22 +362,14 @@ declare const sentryOrganizationOperations: {
|
|
|
447
362
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
448
363
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
449
364
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
450
|
-
}, z.core.$strip
|
|
451
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
452
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
453
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
454
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
365
|
+
}, z.core.$strip>>], undefined>;
|
|
455
366
|
readonly retrieveOrganizationRelayUsage: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
456
367
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
457
368
|
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
458
369
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
459
370
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
460
371
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
461
|
-
}, z.core.$strip
|
|
462
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
463
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
464
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
465
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
372
|
+
}, z.core.$strip>>], undefined>;
|
|
466
373
|
readonly retrieveOrganizationProjects: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
467
374
|
cursor: z.ZodOptional<z.ZodString>;
|
|
468
375
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -480,11 +387,7 @@ declare const sentryOrganizationOperations: {
|
|
|
480
387
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
481
388
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
482
389
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
483
|
-
}, z.core.$strip
|
|
484
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
485
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
486
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
487
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
390
|
+
}, z.core.$strip>>], undefined>;
|
|
488
391
|
readonly postSpikeProtectionForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
489
392
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
490
393
|
projects: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
@@ -492,11 +395,7 @@ declare const sentryOrganizationOperations: {
|
|
|
492
395
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
493
396
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
494
397
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
495
|
-
}, z.core.$strip
|
|
496
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
497
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
498
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
499
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
398
|
+
}, z.core.$strip>>], undefined>;
|
|
500
399
|
readonly retrieveOrgIntegrationConfig: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
501
400
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
502
401
|
providerKey: z.ZodOptional<z.ZodString>;
|
|
@@ -504,11 +403,7 @@ declare const sentryOrganizationOperations: {
|
|
|
504
403
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
505
404
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
506
405
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
507
|
-
}, z.core.$strip
|
|
508
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
509
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
510
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
511
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
406
|
+
}, z.core.$strip>>], undefined>;
|
|
512
407
|
readonly retrieveOrganizationIntegrationsList: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
513
408
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
514
409
|
providerKey: z.ZodOptional<z.ZodString>;
|
|
@@ -518,11 +413,7 @@ declare const sentryOrganizationOperations: {
|
|
|
518
413
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
519
414
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
520
415
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
521
|
-
}, z.core.$strip
|
|
522
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
523
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
524
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
525
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
416
|
+
}, z.core.$strip>>], undefined>;
|
|
526
417
|
readonly getIntegrationDetailsByOrg: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
527
418
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
528
419
|
integration_id: z.ZodString;
|
|
@@ -530,11 +421,7 @@ declare const sentryOrganizationOperations: {
|
|
|
530
421
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
531
422
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
532
423
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
533
|
-
}, z.core.$strip
|
|
534
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
535
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
536
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
537
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
424
|
+
}, z.core.$strip>>], undefined>;
|
|
538
425
|
readonly deleteOrganizationIntegration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
539
426
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
540
427
|
integration_id: z.ZodString;
|
|
@@ -542,22 +429,14 @@ declare const sentryOrganizationOperations: {
|
|
|
542
429
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
543
430
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
544
431
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
545
|
-
}, z.core.$strip
|
|
546
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
547
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
548
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
549
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
432
|
+
}, z.core.$strip>>], undefined>;
|
|
550
433
|
readonly getSentryAppInstallationsForOrganization: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
551
434
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
552
435
|
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
553
436
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
554
437
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
555
438
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
556
|
-
}, z.core.$strip
|
|
557
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
558
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
559
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
560
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
439
|
+
}, z.core.$strip>>], undefined>;
|
|
561
440
|
};
|
|
562
441
|
//#endregion
|
|
563
442
|
export { deleteOrganizationIntegration, getIntegrationDetailsByOrg, getOrganizationByIdOrSlug, getOrganizationDetails, getOrganizationEnvironments, getOrganizationSessions, getOrganizationStatsSummary, getSentryAppInstallationsForOrganization, modifyOrganizationSettings, postSpikeProtectionForOrganization, retrieveOrgIntegrationConfig, retrieveOrganizationIntegrationsList, retrieveOrganizationProjects, retrieveOrganizationRelayUsage, retrieveOrganizationStatsV2, sentryOrganizationOperations };
|
package/dist/organizations.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryEnvironmentSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryOrganizationDetailsSchema, sentryProjectSummarySchema, sentrySlugSchema } 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/project-keys.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/project-keys.d.ts
|
|
6
5
|
declare const createProjectKeyWithOptionalRateLimiting: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -29,11 +28,7 @@ declare const createProjectKeyWithOptionalRateLimiting: _keystrokehq_core0.Opera
|
|
|
29
28
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
30
29
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
31
30
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
32
|
-
}, z.core.$strip
|
|
33
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
34
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
35
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
36
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
31
|
+
}, z.core.$strip>>], undefined>;
|
|
37
32
|
declare const retrieveProjectKeyDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
38
33
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
39
34
|
project_slug: z.ZodString;
|
|
@@ -56,11 +51,7 @@ declare const retrieveProjectKeyDetails: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
56
51
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
57
52
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
58
53
|
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>;
|
|
54
|
+
}, z.core.$strip>>], undefined>;
|
|
64
55
|
declare const retrieveProjectKeysByOrgAndProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
65
56
|
cursor: z.ZodOptional<z.ZodString>;
|
|
66
57
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -85,11 +76,7 @@ declare const retrieveProjectKeysByOrgAndProject: _keystrokehq_core0.Operation<z
|
|
|
85
76
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
86
77
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
87
78
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
88
|
-
}, z.core.$strip
|
|
89
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
90
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
91
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
92
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
79
|
+
}, z.core.$strip>>], undefined>;
|
|
93
80
|
declare const updateProjectKeyConfiguration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
94
81
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
95
82
|
project_slug: z.ZodString;
|
|
@@ -124,11 +111,7 @@ declare const updateProjectKeyConfiguration: _keystrokehq_core0.Operation<z.ZodO
|
|
|
124
111
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
125
112
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
126
113
|
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>;
|
|
114
|
+
}, z.core.$strip>>], undefined>;
|
|
132
115
|
declare const deleteProjectKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
133
116
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
134
117
|
project_slug: z.ZodString;
|
|
@@ -137,11 +120,7 @@ declare const deleteProjectKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
137
120
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
138
121
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
139
122
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
140
|
-
}, z.core.$strip
|
|
141
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
142
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
143
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
144
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
123
|
+
}, z.core.$strip>>], undefined>;
|
|
145
124
|
declare const sentryProjectKeyOperations: {
|
|
146
125
|
readonly createProjectKeyWithOptionalRateLimiting: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
147
126
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -169,11 +148,7 @@ declare const sentryProjectKeyOperations: {
|
|
|
169
148
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
170
149
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
171
150
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$strip
|
|
173
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
174
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
175
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
151
|
+
}, z.core.$strip>>], undefined>;
|
|
177
152
|
readonly retrieveProjectKeyDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
178
153
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
179
154
|
project_slug: z.ZodString;
|
|
@@ -196,11 +171,7 @@ declare const sentryProjectKeyOperations: {
|
|
|
196
171
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
197
172
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
198
173
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
199
|
-
}, z.core.$strip
|
|
200
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
201
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
202
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
203
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
174
|
+
}, z.core.$strip>>], undefined>;
|
|
204
175
|
readonly retrieveProjectKeysByOrgAndProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
205
176
|
cursor: z.ZodOptional<z.ZodString>;
|
|
206
177
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -225,11 +196,7 @@ declare const sentryProjectKeyOperations: {
|
|
|
225
196
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
226
197
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
227
198
|
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>;
|
|
199
|
+
}, z.core.$strip>>], undefined>;
|
|
233
200
|
readonly updateProjectKeyConfiguration: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
234
201
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
235
202
|
project_slug: z.ZodString;
|
|
@@ -264,11 +231,7 @@ declare const sentryProjectKeyOperations: {
|
|
|
264
231
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
265
232
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
266
233
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
267
|
-
}, z.core.$strip
|
|
268
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
269
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
270
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
271
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
234
|
+
}, z.core.$strip>>], undefined>;
|
|
272
235
|
readonly deleteProjectKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
273
236
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
274
237
|
project_slug: z.ZodString;
|
|
@@ -277,11 +240,7 @@ declare const sentryProjectKeyOperations: {
|
|
|
277
240
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
278
241
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
279
242
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
280
|
-
}, z.core.$strip
|
|
281
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
282
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
283
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
284
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
243
|
+
}, z.core.$strip>>], undefined>;
|
|
285
244
|
};
|
|
286
245
|
//#endregion
|
|
287
246
|
export { createProjectKeyWithOptionalRateLimiting, deleteProjectKey, retrieveProjectKeyDetails, retrieveProjectKeysByOrgAndProject, sentryProjectKeyOperations, updateProjectKeyConfiguration };
|
package/dist/project-keys.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryProjectKeySchema } 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
|
|