@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/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
|
|
package/dist/replays.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/replays.d.ts
|
|
6
5
|
declare const fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
@@ -9,15 +8,11 @@ declare const fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
9
8
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
10
9
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
11
10
|
query: z.ZodOptional<z.ZodString>;
|
|
12
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
11
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
13
12
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
14
13
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
15
14
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
16
|
-
}, z.core.$strip
|
|
17
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
18
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
19
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
20
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
15
|
+
}, z.core.$strip>>], undefined>;
|
|
21
16
|
declare const fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
22
17
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
23
18
|
replay_id: z.ZodString;
|
|
@@ -29,15 +24,11 @@ declare const fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.Zod
|
|
|
29
24
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
30
25
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
31
26
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
32
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
27
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
33
28
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
34
29
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
35
30
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
36
|
-
}, z.core.$strip
|
|
37
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
38
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
39
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
31
|
+
}, z.core.$strip>>], undefined>;
|
|
41
32
|
declare const fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
42
33
|
cursor: z.ZodOptional<z.ZodString>;
|
|
43
34
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -46,15 +37,11 @@ declare const fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.Z
|
|
|
46
37
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
47
38
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
48
39
|
query: z.ZodOptional<z.ZodString>;
|
|
49
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
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>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
40
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
54
41
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
55
42
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
56
43
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
57
|
-
}, z.core.$strip>>
|
|
44
|
+
}, z.core.$strip>>], undefined>;
|
|
58
45
|
declare const retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
59
46
|
cursor: z.ZodOptional<z.ZodString>;
|
|
60
47
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -71,15 +58,11 @@ declare const retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObj
|
|
|
71
58
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
72
59
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
73
60
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
74
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
61
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
75
62
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
76
63
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
77
64
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
78
|
-
}, z.core.$strip
|
|
79
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
80
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
81
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
82
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
65
|
+
}, z.core.$strip>>], undefined>;
|
|
83
66
|
declare const fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
84
67
|
cursor: z.ZodOptional<z.ZodString>;
|
|
85
68
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -87,29 +70,21 @@ declare const fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject
|
|
|
87
70
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
88
71
|
project_slug: z.ZodString;
|
|
89
72
|
replay_id: z.ZodString;
|
|
90
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
73
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
91
74
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
92
75
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
93
76
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
94
|
-
}, z.core.$strip
|
|
95
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
96
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
97
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
98
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
77
|
+
}, z.core.$strip>>], undefined>;
|
|
99
78
|
declare const fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
100
79
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
101
80
|
project_slug: z.ZodString;
|
|
102
81
|
replay_id: z.ZodString;
|
|
103
82
|
segment_id: z.ZodString;
|
|
104
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
105
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
106
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
107
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
108
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
83
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
109
84
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
110
85
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
111
86
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
112
|
-
}, z.core.$strip>>
|
|
87
|
+
}, z.core.$strip>>], undefined>;
|
|
113
88
|
declare const retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
114
89
|
cursor: z.ZodOptional<z.ZodString>;
|
|
115
90
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -117,41 +92,29 @@ declare const retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.Zo
|
|
|
117
92
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
118
93
|
project_slug: z.ZodString;
|
|
119
94
|
replay_id: z.ZodString;
|
|
120
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
121
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
122
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
123
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
124
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
95
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
125
96
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
126
97
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
127
98
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
128
|
-
}, z.core.$strip>>
|
|
99
|
+
}, z.core.$strip>>], undefined>;
|
|
129
100
|
declare const getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
130
101
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
131
102
|
project_slug: z.ZodString;
|
|
132
103
|
replay_id: z.ZodString;
|
|
133
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
104
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
134
105
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
135
106
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
136
107
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
137
|
-
}, z.core.$strip
|
|
138
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
139
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
140
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
141
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
108
|
+
}, z.core.$strip>>], undefined>;
|
|
142
109
|
declare const deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
143
110
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
144
111
|
project_slug: z.ZodString;
|
|
145
112
|
replay_id: z.ZodString;
|
|
146
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
147
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
148
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
149
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
150
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
113
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
151
114
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
152
115
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
153
116
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
154
|
-
}, z.core.$strip>>
|
|
117
|
+
}, z.core.$strip>>], undefined>;
|
|
155
118
|
declare const sentryReplayOperations: {
|
|
156
119
|
readonly fetchOrganizationReplayCount: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
157
120
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -159,15 +122,11 @@ declare const sentryReplayOperations: {
|
|
|
159
122
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
123
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
161
124
|
query: z.ZodOptional<z.ZodString>;
|
|
162
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
125
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
163
126
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
164
127
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
165
128
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
166
|
-
}, z.core.$strip
|
|
167
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
168
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
169
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
170
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
129
|
+
}, z.core.$strip>>], undefined>;
|
|
171
130
|
readonly fetchOrganizationReplayDetails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
172
131
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
173
132
|
replay_id: z.ZodString;
|
|
@@ -179,15 +138,11 @@ declare const sentryReplayOperations: {
|
|
|
179
138
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
180
139
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
181
140
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
182
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
141
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
183
142
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
184
143
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
185
144
|
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>;
|
|
145
|
+
}, z.core.$strip>>], undefined>;
|
|
191
146
|
readonly fetchOrganizationReplaySelectors: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
192
147
|
cursor: z.ZodOptional<z.ZodString>;
|
|
193
148
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -196,15 +151,11 @@ declare const sentryReplayOperations: {
|
|
|
196
151
|
environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
197
152
|
statsPeriod: z.ZodOptional<z.ZodString>;
|
|
198
153
|
query: z.ZodOptional<z.ZodString>;
|
|
199
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
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>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
154
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
204
155
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
205
156
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
206
157
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
207
|
-
}, z.core.$strip>>
|
|
158
|
+
}, z.core.$strip>>], undefined>;
|
|
208
159
|
readonly retrieveOrganizationReplays: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
209
160
|
cursor: z.ZodOptional<z.ZodString>;
|
|
210
161
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -221,15 +172,11 @@ declare const sentryReplayOperations: {
|
|
|
221
172
|
started_at: z.ZodOptional<z.ZodISODateTime>;
|
|
222
173
|
finished_at: z.ZodOptional<z.ZodISODateTime>;
|
|
223
174
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
224
|
-
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
175
|
+
}, z.core.$loose>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
225
176
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
226
177
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
227
178
|
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>;
|
|
179
|
+
}, z.core.$strip>>], undefined>;
|
|
233
180
|
readonly fetchProjectReplayClicks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
234
181
|
cursor: z.ZodOptional<z.ZodString>;
|
|
235
182
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -237,29 +184,21 @@ declare const sentryReplayOperations: {
|
|
|
237
184
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
238
185
|
project_slug: z.ZodString;
|
|
239
186
|
replay_id: z.ZodString;
|
|
240
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
187
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
241
188
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
242
189
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
243
190
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
244
|
-
}, z.core.$strip
|
|
245
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
246
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
247
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
248
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
191
|
+
}, z.core.$strip>>], undefined>;
|
|
249
192
|
readonly fetchReplayRecordingSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
250
193
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
251
194
|
project_slug: z.ZodString;
|
|
252
195
|
replay_id: z.ZodString;
|
|
253
196
|
segment_id: z.ZodString;
|
|
254
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
255
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
256
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
257
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
258
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
197
|
+
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
259
198
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
260
199
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
261
200
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
262
|
-
}, z.core.$strip>>
|
|
201
|
+
}, z.core.$strip>>], undefined>;
|
|
263
202
|
readonly retrieveReplayRecordingSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
264
203
|
cursor: z.ZodOptional<z.ZodString>;
|
|
265
204
|
per_page: z.ZodOptional<z.ZodNumber>;
|
|
@@ -267,41 +206,29 @@ declare const sentryReplayOperations: {
|
|
|
267
206
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
268
207
|
project_slug: z.ZodString;
|
|
269
208
|
replay_id: z.ZodString;
|
|
270
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
271
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
272
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
273
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
274
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
209
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
275
210
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
276
211
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
277
212
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
278
|
-
}, z.core.$strip>>
|
|
213
|
+
}, z.core.$strip>>], undefined>;
|
|
279
214
|
readonly getWhoViewedReplayByProject: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
280
215
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
281
216
|
project_slug: z.ZodString;
|
|
282
217
|
replay_id: z.ZodString;
|
|
283
|
-
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
218
|
+
}, z.core.$strip>, z.ZodArray<z.ZodUnknown>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
284
219
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
285
220
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
286
221
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
287
|
-
}, z.core.$strip
|
|
288
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
289
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
290
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
291
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
222
|
+
}, z.core.$strip>>], undefined>;
|
|
292
223
|
readonly deleteProjectReplay: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
293
224
|
organization_slug: z.ZodOptional<z.ZodString>;
|
|
294
225
|
project_slug: z.ZodString;
|
|
295
226
|
replay_id: z.ZodString;
|
|
296
|
-
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"sentry", z.ZodObject<{
|
|
297
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
298
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
299
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
300
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
227
|
+
}, z.core.$strip>, z.ZodUnknown, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
301
228
|
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
302
229
|
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
303
230
|
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
304
|
-
}, z.core.$strip>>
|
|
231
|
+
}, z.core.$strip>>], undefined>;
|
|
305
232
|
};
|
|
306
233
|
//#endregion
|
|
307
234
|
export { deleteProjectReplay, fetchOrganizationReplayCount, fetchOrganizationReplayDetails, fetchOrganizationReplaySelectors, fetchProjectReplayClicks, fetchReplayRecordingSegment, getWhoViewedReplayByProject, retrieveOrganizationReplays, retrieveReplayRecordingSegments, sentryReplayOperations };
|
package/dist/replays.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReplaySchema } 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/schemas.d.mts
CHANGED
|
@@ -104,20 +104,20 @@ declare const sentryMemberSchema: z.ZodObject<{
|
|
|
104
104
|
}, z.core.$loose>;
|
|
105
105
|
type SentryMember = z.output<typeof sentryMemberSchema>;
|
|
106
106
|
declare const sentryIssueStatusSchema: z.ZodEnum<{
|
|
107
|
-
archived: "archived";
|
|
108
107
|
unresolved: "unresolved";
|
|
109
108
|
resolved: "resolved";
|
|
110
109
|
ignored: "ignored";
|
|
110
|
+
archived: "archived";
|
|
111
111
|
reprocessing: "reprocessing";
|
|
112
112
|
}>;
|
|
113
113
|
declare const sentryIssueSchema: z.ZodObject<{
|
|
114
114
|
id: z.ZodString;
|
|
115
115
|
shortId: z.ZodOptional<z.ZodString>;
|
|
116
116
|
status: z.ZodOptional<z.ZodEnum<{
|
|
117
|
-
archived: "archived";
|
|
118
117
|
unresolved: "unresolved";
|
|
119
118
|
resolved: "resolved";
|
|
120
119
|
ignored: "ignored";
|
|
120
|
+
archived: "archived";
|
|
121
121
|
reprocessing: "reprocessing";
|
|
122
122
|
}>>;
|
|
123
123
|
title: z.ZodOptional<z.ZodString>;
|