@keystrokehq/sentry 0.0.10 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_official/index.d.mts +2 -2
- package/dist/_official/index.mjs +1 -1
- package/dist/_runtime/index.d.mts +1 -1
- package/dist/_runtime/index.mjs +1 -1
- package/dist/alerts.d.mts +22 -22
- package/dist/alerts.mjs +12 -12
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +10 -10
- package/dist/dashboards.mjs +6 -6
- package/dist/debug-files.d.mts +6 -6
- package/dist/debug-files.mjs +4 -4
- package/dist/deploys.d.mts +4 -4
- package/dist/deploys.mjs +3 -3
- package/dist/discover.d.mts +10 -10
- package/dist/discover.mjs +6 -6
- package/dist/{endpoint-factory-BKyte5gU.mjs → endpoint-factory-C0WIFmtK.mjs} +1 -2
- package/dist/environments.d.mts +8 -8
- package/dist/environments.mjs +4 -4
- package/dist/events-api.d.mts +14 -14
- package/dist/events-api.mjs +8 -8
- package/dist/feedback.d.mts +4 -4
- package/dist/feedback.mjs +3 -3
- package/dist/integration-DCNn_9vz.mjs +356 -0
- package/dist/{integration-BaLZqIqf.d.mts → integration-rmp485nJ.d.mts} +2 -3
- package/dist/issues.d.mts +36 -36
- package/dist/issues.mjs +14 -14
- package/dist/members.d.mts +14 -14
- package/dist/members.mjs +8 -8
- package/dist/monitors.d.mts +32 -32
- package/dist/monitors.mjs +11 -11
- package/dist/notifications.d.mts +10 -10
- package/dist/notifications.mjs +6 -6
- package/dist/organizations.d.mts +32 -32
- package/dist/organizations.mjs +16 -16
- package/dist/project-keys.d.mts +10 -10
- package/dist/project-keys.mjs +6 -6
- package/dist/projects.d.mts +38 -38
- package/dist/projects.mjs +20 -20
- package/dist/releases.d.mts +44 -44
- package/dist/releases.mjs +22 -22
- package/dist/replays.d.mts +18 -18
- package/dist/replays.mjs +10 -10
- package/dist/schemas.d.mts +4 -4
- package/dist/scim.d.mts +22 -22
- package/dist/scim.mjs +12 -12
- package/dist/teams.d.mts +28 -28
- package/dist/teams.mjs +15 -15
- package/dist/triggers.d.mts +59 -3
- package/dist/triggers.mjs +51 -1
- package/dist/user-emails.d.mts +8 -8
- package/dist/user-emails.mjs +5 -5
- package/dist/webhooks.d.mts +10 -10
- package/dist/webhooks.mjs +6 -6
- package/package.json +5 -5
- package/dist/integration-DQ-PSbHu.mjs +0 -156
package/dist/discover.d.mts
CHANGED
|
@@ -23,7 +23,7 @@ declare const saveOrganizationDiscoverQuery: _keystrokehq_core0.Operation<z.ZodO
|
|
|
23
23
|
orderby: z.ZodOptional<z.ZodString>;
|
|
24
24
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
25
25
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
26
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
26
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
27
27
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
28
28
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
29
29
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -45,7 +45,7 @@ declare const retrieveSavedDiscoverQueries: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
45
45
|
orderby: z.ZodOptional<z.ZodString>;
|
|
46
46
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
47
47
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
48
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
48
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
49
49
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
50
50
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
51
51
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -65,7 +65,7 @@ declare const retrieveSavedDiscoverQueryForOrganization: _keystrokehq_core0.Oper
|
|
|
65
65
|
orderby: z.ZodOptional<z.ZodString>;
|
|
66
66
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
67
67
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
68
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
68
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
69
69
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
70
70
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
71
71
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -95,7 +95,7 @@ declare const updateSavedQueryForOrganization: _keystrokehq_core0.Operation<z.Zo
|
|
|
95
95
|
orderby: z.ZodOptional<z.ZodString>;
|
|
96
96
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
97
97
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
98
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
98
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
99
99
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
100
100
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
101
101
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -107,7 +107,7 @@ declare const updateSavedQueryForOrganization: _keystrokehq_core0.Operation<z.Zo
|
|
|
107
107
|
declare const deleteOrganizationDiscoverQuery: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
108
108
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
109
109
|
query_id: z.ZodString;
|
|
110
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
110
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
111
111
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
112
112
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
113
113
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -137,7 +137,7 @@ declare const sentryDiscoverOperations: {
|
|
|
137
137
|
orderby: z.ZodOptional<z.ZodString>;
|
|
138
138
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
139
139
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
140
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
140
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
141
141
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
142
142
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
143
143
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -159,7 +159,7 @@ declare const sentryDiscoverOperations: {
|
|
|
159
159
|
orderby: z.ZodOptional<z.ZodString>;
|
|
160
160
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
161
161
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
162
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
162
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
163
163
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
164
164
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
165
165
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -179,7 +179,7 @@ declare const sentryDiscoverOperations: {
|
|
|
179
179
|
orderby: z.ZodOptional<z.ZodString>;
|
|
180
180
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
181
181
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
182
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
182
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
183
183
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
184
184
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
185
185
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -209,7 +209,7 @@ declare const sentryDiscoverOperations: {
|
|
|
209
209
|
orderby: z.ZodOptional<z.ZodString>;
|
|
210
210
|
projects: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
211
211
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
212
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
212
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
213
213
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
214
214
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
215
215
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -221,7 +221,7 @@ declare const sentryDiscoverOperations: {
|
|
|
221
221
|
readonly deleteOrganizationDiscoverQuery: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
222
222
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
223
223
|
query_id: z.ZodString;
|
|
224
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"
|
|
224
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
225
225
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
226
226
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
227
227
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/discover.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryDiscoverSavedQuerySchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -16,7 +16,7 @@ const ORG_QUERY = [...ORG, {
|
|
|
16
16
|
placeholder: "{query_id}"
|
|
17
17
|
}];
|
|
18
18
|
const saveOrganizationDiscoverQuery = defineSentryEndpoint({
|
|
19
|
-
id: "
|
|
19
|
+
id: "sentry.save-organization-discover-query",
|
|
20
20
|
name: "Save Discover Query",
|
|
21
21
|
description: "Create a new saved Discover query.",
|
|
22
22
|
method: "POST",
|
|
@@ -51,7 +51,7 @@ const saveOrganizationDiscoverQuery = defineSentryEndpoint({
|
|
|
51
51
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgWrite]
|
|
52
52
|
});
|
|
53
53
|
const retrieveSavedDiscoverQueries = defineSentryEndpoint({
|
|
54
|
-
id: "
|
|
54
|
+
id: "sentry.retrieve-saved-discover-queries",
|
|
55
55
|
name: "List Saved Discover Queries",
|
|
56
56
|
description: "List saved Discover queries.",
|
|
57
57
|
method: "GET",
|
|
@@ -68,7 +68,7 @@ const retrieveSavedDiscoverQueries = defineSentryEndpoint({
|
|
|
68
68
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
|
|
69
69
|
});
|
|
70
70
|
const retrieveSavedDiscoverQueryForOrganization = defineSentryEndpoint({
|
|
71
|
-
id: "
|
|
71
|
+
id: "sentry.retrieve-saved-discover-query-for-organization",
|
|
72
72
|
name: "Retrieve Saved Discover Query",
|
|
73
73
|
description: "Fetch one saved Discover query by id.",
|
|
74
74
|
method: "GET",
|
|
@@ -79,7 +79,7 @@ const retrieveSavedDiscoverQueryForOrganization = defineSentryEndpoint({
|
|
|
79
79
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgRead]
|
|
80
80
|
});
|
|
81
81
|
const updateSavedQueryForOrganization = defineSentryEndpoint({
|
|
82
|
-
id: "
|
|
82
|
+
id: "sentry.update-saved-query-for-organization",
|
|
83
83
|
name: "Update Saved Discover Query",
|
|
84
84
|
description: "Update a saved Discover query.",
|
|
85
85
|
method: "PUT",
|
|
@@ -115,7 +115,7 @@ const updateSavedQueryForOrganization = defineSentryEndpoint({
|
|
|
115
115
|
requiredOAuthScopes: [...SENTRY_SCOPE.orgWrite]
|
|
116
116
|
});
|
|
117
117
|
const deleteOrganizationDiscoverQuery = defineSentryEndpoint({
|
|
118
|
-
id: "
|
|
118
|
+
id: "sentry.delete-organization-discover-query",
|
|
119
119
|
name: "Delete Saved Discover Query",
|
|
120
120
|
description: "Delete a saved Discover query by id.",
|
|
121
121
|
method: "DELETE",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { t as sentry } from "./integration-
|
|
1
|
+
import { o as createOfficialOperationFactory, t as sentry } from "./integration-DCNn_9vz.mjs";
|
|
2
2
|
import { createSentryClient } from "./client.mjs";
|
|
3
|
-
import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
|
|
4
3
|
|
|
5
4
|
//#region src/factory.ts
|
|
6
5
|
/**
|
package/dist/environments.d.mts
CHANGED
|
@@ -7,15 +7,15 @@ declare const retrieveProjectEnvironments: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
7
7
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
8
8
|
project_slug: z.ZodString;
|
|
9
9
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
all: "all";
|
|
11
10
|
visible: "visible";
|
|
12
11
|
hidden: "hidden";
|
|
12
|
+
all: "all";
|
|
13
13
|
}>>;
|
|
14
14
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
15
15
|
id: z.ZodOptional<z.ZodString>;
|
|
16
16
|
name: z.ZodString;
|
|
17
17
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
18
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
19
19
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
20
20
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
21
21
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -32,7 +32,7 @@ declare const fetchProjectEnvironmentDetails: _keystrokehq_core0.Operation<z.Zod
|
|
|
32
32
|
id: z.ZodOptional<z.ZodString>;
|
|
33
33
|
name: z.ZodString;
|
|
34
34
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
35
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
35
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
36
36
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
37
37
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
38
38
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -50,7 +50,7 @@ declare const updateEnvironmentVisibility: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
50
50
|
id: z.ZodOptional<z.ZodString>;
|
|
51
51
|
name: z.ZodString;
|
|
52
52
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
53
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
53
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
54
54
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
55
55
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
56
56
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -64,15 +64,15 @@ declare const sentryEnvironmentOperations: {
|
|
|
64
64
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
65
65
|
project_slug: z.ZodString;
|
|
66
66
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
67
|
-
all: "all";
|
|
68
67
|
visible: "visible";
|
|
69
68
|
hidden: "hidden";
|
|
69
|
+
all: "all";
|
|
70
70
|
}>>;
|
|
71
71
|
}, z.core.$strip>, z.ZodArray<z.ZodObject<{
|
|
72
72
|
id: z.ZodOptional<z.ZodString>;
|
|
73
73
|
name: z.ZodString;
|
|
74
74
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
75
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
75
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
76
76
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
77
77
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
78
78
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -89,7 +89,7 @@ declare const sentryEnvironmentOperations: {
|
|
|
89
89
|
id: z.ZodOptional<z.ZodString>;
|
|
90
90
|
name: z.ZodString;
|
|
91
91
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
92
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
92
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
93
93
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
94
94
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
95
95
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -107,7 +107,7 @@ declare const sentryEnvironmentOperations: {
|
|
|
107
107
|
id: z.ZodOptional<z.ZodString>;
|
|
108
108
|
name: z.ZodString;
|
|
109
109
|
isHidden: z.ZodOptional<z.ZodBoolean>;
|
|
110
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
110
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
111
111
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
112
112
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
113
113
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/environments.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, sentryEnvironmentSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -19,7 +19,7 @@ const ORG_PROJECT_ENV = [...ORG_PROJECT, {
|
|
|
19
19
|
placeholder: "{environment}"
|
|
20
20
|
}];
|
|
21
21
|
const retrieveProjectEnvironments = defineSentryEndpoint({
|
|
22
|
-
id: "
|
|
22
|
+
id: "sentry.retrieve-project-environments",
|
|
23
23
|
name: "Retrieve Project Environments",
|
|
24
24
|
description: "List the environments associated with a project.",
|
|
25
25
|
method: "GET",
|
|
@@ -35,7 +35,7 @@ const retrieveProjectEnvironments = defineSentryEndpoint({
|
|
|
35
35
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
36
36
|
});
|
|
37
37
|
const fetchProjectEnvironmentDetails = defineSentryEndpoint({
|
|
38
|
-
id: "
|
|
38
|
+
id: "sentry.fetch-project-environment-details",
|
|
39
39
|
name: "Fetch Project Environment Details",
|
|
40
40
|
description: "Fetch details for one project environment by name.",
|
|
41
41
|
method: "GET",
|
|
@@ -46,7 +46,7 @@ const fetchProjectEnvironmentDetails = defineSentryEndpoint({
|
|
|
46
46
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
47
47
|
});
|
|
48
48
|
const updateEnvironmentVisibility = defineSentryEndpoint({
|
|
49
|
-
id: "
|
|
49
|
+
id: "sentry.update-environment-visibility",
|
|
50
50
|
name: "Update Environment Visibility",
|
|
51
51
|
description: "Toggle the `isHidden` flag for a project environment.",
|
|
52
52
|
method: "PUT",
|
package/dist/events-api.d.mts
CHANGED
|
@@ -15,7 +15,7 @@ declare const fetchIssueEventById: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
15
15
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
type: z.ZodOptional<z.ZodString>;
|
|
18
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
18
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
19
19
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
20
20
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
21
21
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -36,7 +36,7 @@ declare const retrieveProjectEventById: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
36
36
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
37
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
38
|
type: z.ZodOptional<z.ZodString>;
|
|
39
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
39
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
40
40
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
41
41
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
42
42
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -61,7 +61,7 @@ declare const getProjectEvents: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
61
61
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
62
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
63
|
type: z.ZodOptional<z.ZodString>;
|
|
64
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
64
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
65
65
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
66
66
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
67
67
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -82,7 +82,7 @@ declare const getProjectEventStats: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
82
82
|
since: z.ZodOptional<z.ZodString>;
|
|
83
83
|
until: z.ZodOptional<z.ZodString>;
|
|
84
84
|
resolution: z.ZodOptional<z.ZodString>;
|
|
85
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
85
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
86
86
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
87
87
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
88
88
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -110,7 +110,7 @@ declare const retrieveOrganizationEvents: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
110
110
|
issuePlatform: "issuePlatform";
|
|
111
111
|
}>>;
|
|
112
112
|
orderby: z.ZodOptional<z.ZodString>;
|
|
113
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
113
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
114
114
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
115
115
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
116
116
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -130,7 +130,7 @@ declare const retrieveEventIdForOrganization: _keystrokehq_core0.Operation<z.Zod
|
|
|
130
130
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131
131
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132
132
|
type: z.ZodOptional<z.ZodString>;
|
|
133
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
133
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
134
134
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
135
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
136
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -145,7 +145,7 @@ declare const retrieveSourceMapDebugEvent: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
145
145
|
event_id: z.ZodString;
|
|
146
146
|
frame_idx: z.ZodOptional<z.ZodNumber>;
|
|
147
147
|
exception_idx: z.ZodOptional<z.ZodNumber>;
|
|
148
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
148
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
149
149
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
150
150
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
151
151
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -167,7 +167,7 @@ declare const sentryEventOperations: {
|
|
|
167
167
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
168
168
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
169
169
|
type: z.ZodOptional<z.ZodString>;
|
|
170
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
170
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
171
171
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
172
172
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
173
173
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -188,7 +188,7 @@ declare const sentryEventOperations: {
|
|
|
188
188
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
189
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
190
190
|
type: z.ZodOptional<z.ZodString>;
|
|
191
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
191
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
192
192
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
193
193
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
194
194
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -213,7 +213,7 @@ declare const sentryEventOperations: {
|
|
|
213
213
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
214
214
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
215
|
type: z.ZodOptional<z.ZodString>;
|
|
216
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
216
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
217
217
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
218
218
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
219
219
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -234,7 +234,7 @@ declare const sentryEventOperations: {
|
|
|
234
234
|
since: z.ZodOptional<z.ZodString>;
|
|
235
235
|
until: z.ZodOptional<z.ZodString>;
|
|
236
236
|
resolution: z.ZodOptional<z.ZodString>;
|
|
237
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
237
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
238
238
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
239
239
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
240
240
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -262,7 +262,7 @@ declare const sentryEventOperations: {
|
|
|
262
262
|
issuePlatform: "issuePlatform";
|
|
263
263
|
}>>;
|
|
264
264
|
orderby: z.ZodOptional<z.ZodString>;
|
|
265
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
265
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
266
266
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
267
267
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
268
268
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -282,7 +282,7 @@ declare const sentryEventOperations: {
|
|
|
282
282
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
283
283
|
platform: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
284
284
|
type: z.ZodOptional<z.ZodString>;
|
|
285
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
285
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
286
286
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
287
287
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
288
288
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -297,7 +297,7 @@ declare const sentryEventOperations: {
|
|
|
297
297
|
event_id: z.ZodString;
|
|
298
298
|
frame_idx: z.ZodOptional<z.ZodNumber>;
|
|
299
299
|
exception_idx: z.ZodOptional<z.ZodNumber>;
|
|
300
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
300
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
301
301
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
302
302
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
303
303
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/events-api.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgIssueScopeInputSchema, orgProjectScopeInputSchema, orgScopeInputSchema, sentryEventSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -20,7 +20,7 @@ const ORG_ISSUE = [...ORG, {
|
|
|
20
20
|
placeholder: "{issue_id}"
|
|
21
21
|
}];
|
|
22
22
|
const fetchIssueEventById = defineSentryEndpoint({
|
|
23
|
-
id: "
|
|
23
|
+
id: "sentry.fetch-issue-event-by-id",
|
|
24
24
|
name: "Fetch Issue Event",
|
|
25
25
|
description: "Fetch a single event that belongs to an issue by event id.",
|
|
26
26
|
method: "GET",
|
|
@@ -34,7 +34,7 @@ const fetchIssueEventById = defineSentryEndpoint({
|
|
|
34
34
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
35
35
|
});
|
|
36
36
|
const retrieveProjectEventById = defineSentryEndpoint({
|
|
37
|
-
id: "
|
|
37
|
+
id: "sentry.retrieve-project-event-by-id",
|
|
38
38
|
name: "Retrieve Project Event",
|
|
39
39
|
description: "Fetch a single event scoped to a project by event id.",
|
|
40
40
|
method: "GET",
|
|
@@ -48,7 +48,7 @@ const retrieveProjectEventById = defineSentryEndpoint({
|
|
|
48
48
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
49
49
|
});
|
|
50
50
|
const getProjectEvents = defineSentryEndpoint({
|
|
51
|
-
id: "
|
|
51
|
+
id: "sentry.get-project-events",
|
|
52
52
|
name: "List Project Events",
|
|
53
53
|
description: "List recent events in a project.",
|
|
54
54
|
method: "GET",
|
|
@@ -70,7 +70,7 @@ const getProjectEvents = defineSentryEndpoint({
|
|
|
70
70
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
71
71
|
});
|
|
72
72
|
const getProjectEventStats = defineSentryEndpoint({
|
|
73
|
-
id: "
|
|
73
|
+
id: "sentry.get-project-event-stats",
|
|
74
74
|
name: "Get Project Event Stats",
|
|
75
75
|
description: "Return time-series event counts for a project.",
|
|
76
76
|
method: "GET",
|
|
@@ -97,7 +97,7 @@ const getProjectEventStats = defineSentryEndpoint({
|
|
|
97
97
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
98
98
|
});
|
|
99
99
|
const retrieveOrganizationEvents = defineSentryEndpoint({
|
|
100
|
-
id: "
|
|
100
|
+
id: "sentry.retrieve-organization-events",
|
|
101
101
|
name: "Retrieve Organization Events (Discover)",
|
|
102
102
|
description: "Query the Discover event dataset across an organization with field, query, and aggregation support.",
|
|
103
103
|
method: "GET",
|
|
@@ -138,7 +138,7 @@ const retrieveOrganizationEvents = defineSentryEndpoint({
|
|
|
138
138
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
139
139
|
});
|
|
140
140
|
const retrieveEventIdForOrganization = defineSentryEndpoint({
|
|
141
|
-
id: "
|
|
141
|
+
id: "sentry.retrieve-event-id-for-organization",
|
|
142
142
|
name: "Retrieve Event By ID (Org)",
|
|
143
143
|
description: "Look up a single event across an organization by its event id.",
|
|
144
144
|
method: "GET",
|
|
@@ -152,7 +152,7 @@ const retrieveEventIdForOrganization = defineSentryEndpoint({
|
|
|
152
152
|
requiredOAuthScopes: [...SENTRY_SCOPE.eventRead]
|
|
153
153
|
});
|
|
154
154
|
const retrieveSourceMapDebugEvent = defineSentryEndpoint({
|
|
155
|
-
id: "
|
|
155
|
+
id: "sentry.retrieve-source-map-debug-event",
|
|
156
156
|
name: "Retrieve Source Map Debug Event",
|
|
157
157
|
description: "Return source-map debug diagnostics for a single event.",
|
|
158
158
|
method: "GET",
|
package/dist/feedback.d.mts
CHANGED
|
@@ -16,7 +16,7 @@ declare const retrieveUserFeedbackForProject: _keystrokehq_core0.Operation<z.Zod
|
|
|
16
16
|
email: z.ZodOptional<z.ZodString>;
|
|
17
17
|
comments: z.ZodOptional<z.ZodString>;
|
|
18
18
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
19
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
19
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
20
20
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
21
21
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
22
22
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -39,7 +39,7 @@ declare const submitProjectUserFeedback: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
39
39
|
email: z.ZodOptional<z.ZodString>;
|
|
40
40
|
comments: z.ZodOptional<z.ZodString>;
|
|
41
41
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
42
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
42
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
43
43
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
44
44
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
45
45
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -62,7 +62,7 @@ declare const sentryFeedbackOperations: {
|
|
|
62
62
|
email: z.ZodOptional<z.ZodString>;
|
|
63
63
|
comments: z.ZodOptional<z.ZodString>;
|
|
64
64
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
65
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
65
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
66
66
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
67
67
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
68
68
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
@@ -85,7 +85,7 @@ declare const sentryFeedbackOperations: {
|
|
|
85
85
|
email: z.ZodOptional<z.ZodString>;
|
|
86
86
|
comments: z.ZodOptional<z.ZodString>;
|
|
87
87
|
dateCreated: z.ZodOptional<z.ZodISODateTime>;
|
|
88
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"
|
|
88
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
89
89
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
90
90
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
91
91
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
package/dist/feedback.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, sentryFeedbackSchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
|
|
2
|
-
import { t as defineSentryEndpoint } from "./endpoint-factory-
|
|
2
|
+
import { t as defineSentryEndpoint } from "./endpoint-factory-C0WIFmtK.mjs";
|
|
3
3
|
import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ const ORG_PROJECT = [{
|
|
|
15
15
|
placeholder: "{project_slug}"
|
|
16
16
|
}];
|
|
17
17
|
const retrieveUserFeedbackForProject = defineSentryEndpoint({
|
|
18
|
-
id: "
|
|
18
|
+
id: "sentry.retrieve-user-feedback-for-project",
|
|
19
19
|
name: "List User Feedback",
|
|
20
20
|
description: "List user feedback submissions for a project.",
|
|
21
21
|
method: "GET",
|
|
@@ -32,7 +32,7 @@ const retrieveUserFeedbackForProject = defineSentryEndpoint({
|
|
|
32
32
|
requiredOAuthScopes: [...SENTRY_SCOPE.projectRead]
|
|
33
33
|
});
|
|
34
34
|
const submitProjectUserFeedback = defineSentryEndpoint({
|
|
35
|
-
id: "
|
|
35
|
+
id: "sentry.submit-project-user-feedback",
|
|
36
36
|
name: "Submit User Feedback",
|
|
37
37
|
description: "Submit a user-feedback record against an event.",
|
|
38
38
|
method: "POST",
|