@keystrokehq/sentry 0.0.12 → 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 +44 -133
- package/dist/alerts.mjs +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/dashboards.d.mts +20 -61
- package/dist/dashboards.mjs +1 -1
- package/dist/debug-files.d.mts +12 -37
- package/dist/debug-files.mjs +1 -1
- package/dist/deploys.d.mts +8 -25
- package/dist/deploys.mjs +1 -1
- package/dist/discover.d.mts +20 -61
- package/dist/discover.mjs +1 -1
- package/dist/{endpoint-factory-C0WIFmtK.mjs → endpoint-factory-DcT49a8O.mjs} +2 -1
- package/dist/environments.d.mts +12 -37
- package/dist/environments.mjs +1 -1
- package/dist/events-api.d.mts +30 -87
- package/dist/events-api.mjs +1 -1
- package/dist/feedback.d.mts +8 -25
- package/dist/feedback.mjs +1 -1
- package/dist/integration-D7KCM1-p.mjs +75 -0
- package/dist/integration-veqa_7yB.d.mts +33 -0
- package/dist/issues.d.mts +60 -165
- package/dist/issues.mjs +1 -1
- package/dist/members.d.mts +28 -85
- package/dist/members.mjs +1 -1
- package/dist/monitors.d.mts +40 -121
- package/dist/monitors.mjs +1 -1
- package/dist/notifications.d.mts +20 -61
- package/dist/notifications.mjs +1 -1
- package/dist/organizations.d.mts +60 -181
- package/dist/organizations.mjs +1 -1
- package/dist/project-keys.d.mts +20 -61
- package/dist/project-keys.mjs +1 -1
- package/dist/projects.d.mts +76 -229
- package/dist/projects.mjs +1 -1
- package/dist/releases.d.mts +86 -255
- package/dist/releases.mjs +1 -1
- package/dist/replays.d.mts +36 -109
- package/dist/replays.mjs +1 -1
- package/dist/schemas.d.mts +2 -2
- package/dist/scim.d.mts +44 -133
- package/dist/scim.mjs +1 -1
- package/dist/teams.d.mts +56 -169
- package/dist/teams.mjs +1 -1
- package/dist/triggers.d.mts +3 -59
- package/dist/triggers.mjs +1 -51
- package/dist/user-emails.d.mts +16 -49
- package/dist/user-emails.mjs +1 -1
- package/dist/webhooks.d.mts +20 -61
- package/dist/webhooks.mjs +1 -1
- package/package.json +5 -6
- package/dist/integration-DCNn_9vz.mjs +0 -356
- package/dist/integration-rmp485nJ.d.mts +0 -57
package/dist/notifications.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/notifications.d.ts
|
|
6
5
|
declare const viewOrganizationNotificationActions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -18,15 +17,11 @@ declare const viewOrganizationNotificationActions: _keystrokehq_core0.Operation<
|
|
|
18
17
|
targetType: z.ZodOptional<z.ZodString>;
|
|
19
18
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
20
19
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
21
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
20
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
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 retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
31
26
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
32
27
|
action_id: z.ZodString;
|
|
@@ -37,15 +32,11 @@ declare const retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.
|
|
|
37
32
|
targetType: z.ZodOptional<z.ZodString>;
|
|
38
33
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
39
34
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
41
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
42
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
43
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
44
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
35
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
45
36
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
46
37
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
47
38
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
48
|
-
}, z.core.$strip>>
|
|
39
|
+
}, z.core.$strip>>], undefined>;
|
|
49
40
|
declare const submitNotificationActionApiData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
50
41
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
51
42
|
serviceType: z.ZodString;
|
|
@@ -62,15 +53,11 @@ declare const submitNotificationActionApiData: _keystrokehq_core0.Operation<z.Zo
|
|
|
62
53
|
targetType: z.ZodOptional<z.ZodString>;
|
|
63
54
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
64
55
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
65
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
56
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
66
57
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
67
58
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
68
59
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
69
|
-
}, z.core.$strip
|
|
70
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
71
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
72
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
73
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
60
|
+
}, z.core.$strip>>], undefined>;
|
|
74
61
|
declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
75
62
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
76
63
|
action_id: z.ZodString;
|
|
@@ -88,27 +75,19 @@ declare const modifyOrganizationNotificationAction: _keystrokehq_core0.Operation
|
|
|
88
75
|
targetType: z.ZodOptional<z.ZodString>;
|
|
89
76
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
90
77
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
91
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
92
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
93
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
94
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
95
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
78
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
96
79
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
97
80
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
98
81
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
99
|
-
}, z.core.$strip>>
|
|
82
|
+
}, z.core.$strip>>], undefined>;
|
|
100
83
|
declare const deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
101
84
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
102
85
|
action_id: z.ZodString;
|
|
103
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
104
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
105
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
106
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
107
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
86
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
108
87
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
109
88
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
110
89
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
111
|
-
}, z.core.$strip>>
|
|
90
|
+
}, z.core.$strip>>], undefined>;
|
|
112
91
|
declare const sentryNotificationOperations: {
|
|
113
92
|
readonly viewOrganizationNotificationActions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
114
93
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -125,15 +104,11 @@ declare const sentryNotificationOperations: {
|
|
|
125
104
|
targetType: z.ZodOptional<z.ZodString>;
|
|
126
105
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
127
106
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
128
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
107
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
129
108
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
130
109
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
131
110
|
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>;
|
|
111
|
+
}, z.core.$strip>>], undefined>;
|
|
137
112
|
readonly retrieveNotificationActionByOrgId: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
138
113
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
139
114
|
action_id: z.ZodString;
|
|
@@ -144,15 +119,11 @@ declare const sentryNotificationOperations: {
|
|
|
144
119
|
targetType: z.ZodOptional<z.ZodString>;
|
|
145
120
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
146
121
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
147
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
148
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
149
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
150
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
151
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
122
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
152
123
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
153
124
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
154
125
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
155
|
-
}, z.core.$strip>>
|
|
126
|
+
}, z.core.$strip>>], undefined>;
|
|
156
127
|
readonly submitNotificationActionApiData: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
157
128
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
158
129
|
serviceType: z.ZodString;
|
|
@@ -169,15 +140,11 @@ declare const sentryNotificationOperations: {
|
|
|
169
140
|
targetType: z.ZodOptional<z.ZodString>;
|
|
170
141
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
171
142
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
172
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
143
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
173
144
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
174
145
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
175
146
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip
|
|
177
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
178
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
179
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
180
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
147
|
+
}, z.core.$strip>>], undefined>;
|
|
181
148
|
readonly modifyOrganizationNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
182
149
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
183
150
|
action_id: z.ZodString;
|
|
@@ -195,27 +162,19 @@ declare const sentryNotificationOperations: {
|
|
|
195
162
|
targetType: z.ZodOptional<z.ZodString>;
|
|
196
163
|
targetDisplay: z.ZodOptional<z.ZodString>;
|
|
197
164
|
targetIdentifier: z.ZodOptional<z.ZodString>;
|
|
198
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
199
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
200
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
201
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
202
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
165
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
203
166
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
204
167
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
205
168
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
206
|
-
}, z.core.$strip>>
|
|
169
|
+
}, z.core.$strip>>], undefined>;
|
|
207
170
|
readonly deleteOrgNotificationAction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
208
171
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
209
172
|
action_id: z.ZodString;
|
|
210
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
211
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
212
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
213
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
214
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
173
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
215
174
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
216
175
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
217
176
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
218
|
-
}, z.core.$strip>>
|
|
177
|
+
}, z.core.$strip>>], undefined>;
|
|
219
178
|
};
|
|
220
179
|
//#endregion
|
|
221
180
|
export { deleteOrgNotificationAction, modifyOrganizationNotificationAction, retrieveNotificationActionByOrgId, sentryNotificationOperations, submitNotificationActionApiData, viewOrganizationNotificationActions };
|
package/dist/notifications.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryNotificationActionSchema } 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
|
|