@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/sentry",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -136,19 +136,18 @@
|
|
|
136
136
|
"LICENSE"
|
|
137
137
|
],
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@keystrokehq/
|
|
140
|
-
"@keystrokehq/integration-authoring": "^0.0.8",
|
|
139
|
+
"@keystrokehq/integration-authoring": "^0.0.9",
|
|
141
140
|
"zod": "^4.3.6"
|
|
142
141
|
},
|
|
143
142
|
"peerDependencies": {
|
|
144
|
-
"@keystrokehq/core": ">=0.0.
|
|
143
|
+
"@keystrokehq/core": ">=0.0.13 <0.1.0"
|
|
145
144
|
},
|
|
146
145
|
"devDependencies": {
|
|
147
146
|
"@types/node": "^22.19.11",
|
|
148
147
|
"tsdown": "^0.20.3",
|
|
149
148
|
"typescript": "^5.9.3",
|
|
150
149
|
"vitest": "^4.0.18",
|
|
151
|
-
"@keystrokehq/core": "^0.0.
|
|
150
|
+
"@keystrokehq/core": "^0.0.13",
|
|
152
151
|
"@keystrokehq/test-utils": "0.0.0",
|
|
153
152
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
154
153
|
},
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
|
-
import * as _keystrokehq_integration_authoring_official0 from "@keystrokehq/integration-authoring/official";
|
|
3
|
-
import { z } from "zod";
|
|
4
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
5
|
-
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
6
|
-
|
|
7
|
-
//#region src/integration.d.ts
|
|
8
|
-
declare const sentryOfficialIntegration: {
|
|
9
|
-
id: "sentry";
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
auth: z.ZodObject<{
|
|
13
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
14
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
15
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
16
|
-
}, z.core.$strip>;
|
|
17
|
-
proxy: {
|
|
18
|
-
hosts: string[];
|
|
19
|
-
};
|
|
20
|
-
connections: {
|
|
21
|
-
kind: "oauth";
|
|
22
|
-
tokenType: "refreshable";
|
|
23
|
-
authUrl: "https://sentry.io/oauth/authorize/";
|
|
24
|
-
tokenUrl: "https://sentry.io/oauth/token/";
|
|
25
|
-
revokeUrl: null;
|
|
26
|
-
scopes: readonly ["org:read", "project:read", "project:write", "project:admin", "team:read", "team:write", "team:admin", "member:read", "member:write", "event:read", "event:admin", "alerts:read", "alerts:write", "release:admin"];
|
|
27
|
-
vault: {
|
|
28
|
-
readonly accessToken: "SENTRY_ACCESS_TOKEN";
|
|
29
|
-
};
|
|
30
|
-
exchangeCode: (ctx: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
|
|
31
|
-
extractInstallationInfo: ({
|
|
32
|
-
tokenResult
|
|
33
|
-
}: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
|
|
34
|
-
externalInstallationId: string | undefined;
|
|
35
|
-
externalWorkspaceId: string | undefined;
|
|
36
|
-
externalBotUserId: string | undefined;
|
|
37
|
-
metadata: Record<string, string>;
|
|
38
|
-
};
|
|
39
|
-
id: string;
|
|
40
|
-
}[];
|
|
41
|
-
};
|
|
42
|
-
declare const sentryBundle: _keystrokehq_integration_authoring_official0.OfficialIntegrationBundle<"sentry", z.ZodObject<{
|
|
43
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
44
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
45
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
46
|
-
}, z.core.$strip>>;
|
|
47
|
-
declare const sentry: _keystrokehq_core0.CredentialSet<"keystroke:sentry", z.ZodObject<{
|
|
48
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
49
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
50
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
51
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
52
|
-
SENTRY_ACCESS_TOKEN: z.ZodString;
|
|
53
|
-
SENTRY_REGION_URL: z.ZodOptional<z.ZodString>;
|
|
54
|
-
SENTRY_ORG_SLUG: z.ZodOptional<z.ZodString>;
|
|
55
|
-
}, z.core.$strip>>[] | undefined>;
|
|
56
|
-
type SentryIntegrationCredentials = InferCredentialSetAuth<typeof sentry>;
|
|
57
|
-
//#endregion
|
|
58
|
-
export { sentryOfficialIntegration as i, sentry as n, sentryBundle as r, SentryIntegrationCredentials as t };
|