@keystrokehq/sentry 0.0.12 → 0.0.16-integration-id-canonicalization.0
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/README.md +40 -187
- package/dist/credential-sets/index.d.mts +2 -0
- package/dist/credential-sets/index.mjs +4 -0
- package/dist/index.d.mts +4 -1
- package/dist/index.mjs +6 -1
- package/dist/operations/index.d.mts +2 -0
- package/dist/operations/index.mjs +3 -0
- package/dist/{schemas.d.mts → schemas/index.d.mts} +5 -5
- package/dist/schemas/index.mjs +3 -0
- package/dist/{schemas.mjs → sentry-api-DjJ24hwX.mjs} +2 -2
- package/dist/sentry-app.credential-set-4DLRUKF9.d.mts +59 -0
- package/dist/sentry-app.credential-set-Cdj6Qxiz.mjs +23 -0
- package/dist/sentry.credential-set-2b3TPFqv.mjs +696 -0
- package/dist/view-organization-notification-actions.operation-BI2aB_Mj.mjs +4548 -0
- package/dist/view-organization-notification-actions.operation-C7pc8cl_.d.mts +6840 -0
- package/package.json +9 -117
- package/dist/_official/index.d.mts +0 -46
- package/dist/_official/index.mjs +0 -3
- package/dist/_runtime/index.d.mts +0 -2
- package/dist/_runtime/index.mjs +0 -3
- package/dist/alerts.d.mts +0 -551
- package/dist/alerts.mjs +0 -300
- package/dist/client.d.mts +0 -86
- package/dist/client.mjs +0 -233
- package/dist/connection.d.mts +0 -3
- package/dist/connection.mjs +0 -3
- package/dist/dashboards.d.mts +0 -203
- package/dist/dashboards.mjs +0 -122
- package/dist/debug-files.d.mts +0 -127
- package/dist/debug-files.mjs +0 -73
- package/dist/deploys.d.mts +0 -103
- package/dist/deploys.mjs +0 -67
- package/dist/discover.d.mts +0 -235
- package/dist/discover.mjs +0 -138
- package/dist/endpoint-factory-C0WIFmtK.mjs +0 -95
- package/dist/environments.d.mts +0 -121
- package/dist/environments.mjs +0 -71
- package/dist/errors-DfEFwcTe.mjs +0 -142
- package/dist/events-api.d.mts +0 -311
- package/dist/events-api.mjs +0 -184
- package/dist/events.d.mts +0 -754
- package/dist/events.mjs +0 -142
- package/dist/feedback.d.mts +0 -99
- package/dist/feedback.mjs +0 -63
- package/dist/integration-DCNn_9vz.mjs +0 -356
- package/dist/integration-rmp485nJ.d.mts +0 -57
- package/dist/issues.d.mts +0 -563
- package/dist/issues.mjs +0 -324
- package/dist/members.d.mts +0 -365
- package/dist/members.mjs +0 -156
- package/dist/messaging.d.mts +0 -1
- package/dist/messaging.mjs +0 -1
- package/dist/monitors.d.mts +0 -539
- package/dist/monitors.mjs +0 -234
- package/dist/notifications.d.mts +0 -221
- package/dist/notifications.mjs +0 -133
- package/dist/organizations.d.mts +0 -563
- package/dist/organizations.mjs +0 -334
- package/dist/pagination-PlgAqbZt.mjs +0 -116
- package/dist/project-keys.d.mts +0 -287
- package/dist/project-keys.mjs +0 -122
- package/dist/projects.d.mts +0 -687
- package/dist/projects.mjs +0 -378
- package/dist/releases.d.mts +0 -949
- package/dist/releases.mjs +0 -479
- package/dist/replays.d.mts +0 -307
- package/dist/replays.mjs +0 -192
- package/dist/scim.d.mts +0 -413
- package/dist/scim.mjs +0 -249
- package/dist/scopes-RRU0vt-a.mjs +0 -36
- package/dist/teams.d.mts +0 -561
- package/dist/teams.mjs +0 -266
- package/dist/triggers.d.mts +0 -97
- package/dist/triggers.mjs +0 -106
- package/dist/user-emails.d.mts +0 -117
- package/dist/user-emails.mjs +0 -60
- package/dist/verification.d.mts +0 -30
- package/dist/verification.mjs +0 -83
- package/dist/webhooks.d.mts +0 -199
- package/dist/webhooks.mjs +0 -108
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/sentry",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16-integration-id-canonicalization.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -9,125 +9,17 @@
|
|
|
9
9
|
"types": "./dist/index.d.mts",
|
|
10
10
|
"default": "./dist/index.mjs"
|
|
11
11
|
},
|
|
12
|
-
"./
|
|
13
|
-
"types": "./dist/
|
|
14
|
-
"default": "./dist/
|
|
12
|
+
"./credential-sets": {
|
|
13
|
+
"types": "./dist/credential-sets/index.d.mts",
|
|
14
|
+
"default": "./dist/credential-sets/index.mjs"
|
|
15
15
|
},
|
|
16
|
-
"./
|
|
17
|
-
"types": "./dist/
|
|
18
|
-
"default": "./dist/
|
|
19
|
-
},
|
|
20
|
-
"./client": {
|
|
21
|
-
"types": "./dist/client.d.mts",
|
|
22
|
-
"default": "./dist/client.mjs"
|
|
23
|
-
},
|
|
24
|
-
"./messaging": {
|
|
25
|
-
"types": "./dist/messaging.d.mts",
|
|
26
|
-
"default": "./dist/messaging.mjs"
|
|
16
|
+
"./operations": {
|
|
17
|
+
"types": "./dist/operations/index.d.mts",
|
|
18
|
+
"default": "./dist/operations/index.mjs"
|
|
27
19
|
},
|
|
28
20
|
"./schemas": {
|
|
29
|
-
"types": "./dist/schemas.d.mts",
|
|
30
|
-
"default": "./dist/schemas.mjs"
|
|
31
|
-
},
|
|
32
|
-
"./_official": {
|
|
33
|
-
"types": "./dist/_official/index.d.mts",
|
|
34
|
-
"default": "./dist/_official/index.mjs"
|
|
35
|
-
},
|
|
36
|
-
"./events": {
|
|
37
|
-
"types": "./dist/events.d.mts",
|
|
38
|
-
"default": "./dist/events.mjs"
|
|
39
|
-
},
|
|
40
|
-
"./triggers": {
|
|
41
|
-
"types": "./dist/triggers.d.mts",
|
|
42
|
-
"default": "./dist/triggers.mjs"
|
|
43
|
-
},
|
|
44
|
-
"./verification": {
|
|
45
|
-
"types": "./dist/verification.d.mts",
|
|
46
|
-
"default": "./dist/verification.mjs"
|
|
47
|
-
},
|
|
48
|
-
"./organizations": {
|
|
49
|
-
"types": "./dist/organizations.d.mts",
|
|
50
|
-
"default": "./dist/organizations.mjs"
|
|
51
|
-
},
|
|
52
|
-
"./members": {
|
|
53
|
-
"types": "./dist/members.d.mts",
|
|
54
|
-
"default": "./dist/members.mjs"
|
|
55
|
-
},
|
|
56
|
-
"./teams": {
|
|
57
|
-
"types": "./dist/teams.d.mts",
|
|
58
|
-
"default": "./dist/teams.mjs"
|
|
59
|
-
},
|
|
60
|
-
"./projects": {
|
|
61
|
-
"types": "./dist/projects.d.mts",
|
|
62
|
-
"default": "./dist/projects.mjs"
|
|
63
|
-
},
|
|
64
|
-
"./project-keys": {
|
|
65
|
-
"types": "./dist/project-keys.d.mts",
|
|
66
|
-
"default": "./dist/project-keys.mjs"
|
|
67
|
-
},
|
|
68
|
-
"./issues": {
|
|
69
|
-
"types": "./dist/issues.d.mts",
|
|
70
|
-
"default": "./dist/issues.mjs"
|
|
71
|
-
},
|
|
72
|
-
"./events-api": {
|
|
73
|
-
"types": "./dist/events-api.d.mts",
|
|
74
|
-
"default": "./dist/events-api.mjs"
|
|
75
|
-
},
|
|
76
|
-
"./releases": {
|
|
77
|
-
"types": "./dist/releases.d.mts",
|
|
78
|
-
"default": "./dist/releases.mjs"
|
|
79
|
-
},
|
|
80
|
-
"./deploys": {
|
|
81
|
-
"types": "./dist/deploys.d.mts",
|
|
82
|
-
"default": "./dist/deploys.mjs"
|
|
83
|
-
},
|
|
84
|
-
"./environments": {
|
|
85
|
-
"types": "./dist/environments.d.mts",
|
|
86
|
-
"default": "./dist/environments.mjs"
|
|
87
|
-
},
|
|
88
|
-
"./alerts": {
|
|
89
|
-
"types": "./dist/alerts.d.mts",
|
|
90
|
-
"default": "./dist/alerts.mjs"
|
|
91
|
-
},
|
|
92
|
-
"./notifications": {
|
|
93
|
-
"types": "./dist/notifications.d.mts",
|
|
94
|
-
"default": "./dist/notifications.mjs"
|
|
95
|
-
},
|
|
96
|
-
"./monitors": {
|
|
97
|
-
"types": "./dist/monitors.d.mts",
|
|
98
|
-
"default": "./dist/monitors.mjs"
|
|
99
|
-
},
|
|
100
|
-
"./dashboards": {
|
|
101
|
-
"types": "./dist/dashboards.d.mts",
|
|
102
|
-
"default": "./dist/dashboards.mjs"
|
|
103
|
-
},
|
|
104
|
-
"./discover": {
|
|
105
|
-
"types": "./dist/discover.d.mts",
|
|
106
|
-
"default": "./dist/discover.mjs"
|
|
107
|
-
},
|
|
108
|
-
"./webhooks": {
|
|
109
|
-
"types": "./dist/webhooks.d.mts",
|
|
110
|
-
"default": "./dist/webhooks.mjs"
|
|
111
|
-
},
|
|
112
|
-
"./replays": {
|
|
113
|
-
"types": "./dist/replays.d.mts",
|
|
114
|
-
"default": "./dist/replays.mjs"
|
|
115
|
-
},
|
|
116
|
-
"./feedback": {
|
|
117
|
-
"types": "./dist/feedback.d.mts",
|
|
118
|
-
"default": "./dist/feedback.mjs"
|
|
119
|
-
},
|
|
120
|
-
"./debug-files": {
|
|
121
|
-
"types": "./dist/debug-files.d.mts",
|
|
122
|
-
"default": "./dist/debug-files.mjs"
|
|
123
|
-
},
|
|
124
|
-
"./scim": {
|
|
125
|
-
"types": "./dist/scim.d.mts",
|
|
126
|
-
"default": "./dist/scim.mjs"
|
|
127
|
-
},
|
|
128
|
-
"./user-emails": {
|
|
129
|
-
"types": "./dist/user-emails.d.mts",
|
|
130
|
-
"default": "./dist/user-emails.mjs"
|
|
21
|
+
"types": "./dist/schemas/index.d.mts",
|
|
22
|
+
"default": "./dist/schemas/index.mjs"
|
|
131
23
|
}
|
|
132
24
|
},
|
|
133
25
|
"files": [
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-rmp485nJ.mjs";
|
|
2
|
-
import { CredentialSet } from "@keystrokehq/core";
|
|
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/_official/provider-app.d.ts
|
|
8
|
-
/**
|
|
9
|
-
* Internal Keystroke-owned Sentry app credentials.
|
|
10
|
-
*
|
|
11
|
-
* For Sentry, `clientSecret` doubles as the webhook signing secret per
|
|
12
|
-
* <https://docs.sentry.io/organization/integrations/integration-platform/webhooks/>,
|
|
13
|
-
* so `webhookSecret` is kept as a discrete field for symmetry with other
|
|
14
|
-
* integrations even though in practice platforms will populate both from the
|
|
15
|
-
* same Sentry-issued value.
|
|
16
|
-
*/
|
|
17
|
-
declare const sentryAppCredentialSet: CredentialSet<"keystroke:sentry-app", z.ZodObject<{
|
|
18
|
-
clientId: z.ZodString;
|
|
19
|
-
clientSecret: z.ZodString;
|
|
20
|
-
webhookSecret: z.ZodString;
|
|
21
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
22
|
-
clientId: z.ZodString;
|
|
23
|
-
clientSecret: z.ZodString;
|
|
24
|
-
webhookSecret: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>[] | undefined>;
|
|
26
|
-
type SentryAppCredentials = InferCredentialSetAuth<typeof sentryAppCredentialSet>;
|
|
27
|
-
declare const sentryOfficialProviderSeed: {
|
|
28
|
-
readonly provider: "sentry";
|
|
29
|
-
readonly appRef: "sentry-official";
|
|
30
|
-
readonly displayName: "Sentry Platform";
|
|
31
|
-
readonly credentialSetName: "Keystroke Sentry Platform App";
|
|
32
|
-
readonly envShape: {
|
|
33
|
-
readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
34
|
-
readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
|
|
35
|
-
readonly KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
|
|
36
|
-
};
|
|
37
|
-
readonly requiredEnvKeys: readonly ["KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID", "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET", "KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET"];
|
|
38
|
-
readonly externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID";
|
|
39
|
-
readonly buildCredentials: (env: Record<string, string | undefined>) => {
|
|
40
|
-
clientId: string | undefined;
|
|
41
|
-
clientSecret: string | undefined;
|
|
42
|
-
webhookSecret: string | undefined;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
//#endregion
|
|
46
|
-
export { SentryAppCredentials, sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
|
package/dist/_official/index.mjs
DELETED
package/dist/_runtime/index.mjs
DELETED