@keystrokehq/sentry 0.0.15 → 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.
Files changed (80) hide show
  1. package/README.md +40 -187
  2. package/dist/credential-sets/index.d.mts +2 -0
  3. package/dist/credential-sets/index.mjs +4 -0
  4. package/dist/index.d.mts +4 -1
  5. package/dist/index.mjs +6 -1
  6. package/dist/operations/index.d.mts +2 -0
  7. package/dist/operations/index.mjs +3 -0
  8. package/dist/{schemas.d.mts → schemas/index.d.mts} +3 -3
  9. package/dist/schemas/index.mjs +3 -0
  10. package/dist/{schemas.mjs → sentry-api-DjJ24hwX.mjs} +2 -2
  11. package/dist/sentry-app.credential-set-4DLRUKF9.d.mts +59 -0
  12. package/dist/sentry-app.credential-set-Cdj6Qxiz.mjs +23 -0
  13. package/dist/sentry.credential-set-2b3TPFqv.mjs +696 -0
  14. package/dist/view-organization-notification-actions.operation-BI2aB_Mj.mjs +4548 -0
  15. package/dist/view-organization-notification-actions.operation-C7pc8cl_.d.mts +6840 -0
  16. package/package.json +14 -121
  17. package/dist/_official/index.d.mts +0 -41
  18. package/dist/_official/index.mjs +0 -3
  19. package/dist/_runtime/index.d.mts +0 -2
  20. package/dist/_runtime/index.mjs +0 -3
  21. package/dist/alerts.d.mts +0 -462
  22. package/dist/alerts.mjs +0 -300
  23. package/dist/client.d.mts +0 -86
  24. package/dist/client.mjs +0 -233
  25. package/dist/connection.d.mts +0 -3
  26. package/dist/connection.mjs +0 -3
  27. package/dist/dashboards.d.mts +0 -162
  28. package/dist/dashboards.mjs +0 -122
  29. package/dist/debug-files.d.mts +0 -102
  30. package/dist/debug-files.mjs +0 -73
  31. package/dist/deploys.d.mts +0 -86
  32. package/dist/deploys.mjs +0 -67
  33. package/dist/discover.d.mts +0 -194
  34. package/dist/discover.mjs +0 -138
  35. package/dist/endpoint-factory-DcT49a8O.mjs +0 -96
  36. package/dist/environments.d.mts +0 -96
  37. package/dist/environments.mjs +0 -71
  38. package/dist/errors-DfEFwcTe.mjs +0 -142
  39. package/dist/events-api.d.mts +0 -254
  40. package/dist/events-api.mjs +0 -184
  41. package/dist/events.d.mts +0 -754
  42. package/dist/events.mjs +0 -142
  43. package/dist/feedback.d.mts +0 -82
  44. package/dist/feedback.mjs +0 -63
  45. package/dist/integration-D7KCM1-p.mjs +0 -75
  46. package/dist/integration-veqa_7yB.d.mts +0 -33
  47. package/dist/issues.d.mts +0 -458
  48. package/dist/issues.mjs +0 -324
  49. package/dist/members.d.mts +0 -308
  50. package/dist/members.mjs +0 -156
  51. package/dist/messaging.d.mts +0 -1
  52. package/dist/messaging.mjs +0 -1
  53. package/dist/monitors.d.mts +0 -458
  54. package/dist/monitors.mjs +0 -234
  55. package/dist/notifications.d.mts +0 -180
  56. package/dist/notifications.mjs +0 -133
  57. package/dist/organizations.d.mts +0 -442
  58. package/dist/organizations.mjs +0 -334
  59. package/dist/pagination-PlgAqbZt.mjs +0 -116
  60. package/dist/project-keys.d.mts +0 -246
  61. package/dist/project-keys.mjs +0 -122
  62. package/dist/projects.d.mts +0 -534
  63. package/dist/projects.mjs +0 -378
  64. package/dist/releases.d.mts +0 -780
  65. package/dist/releases.mjs +0 -479
  66. package/dist/replays.d.mts +0 -234
  67. package/dist/replays.mjs +0 -192
  68. package/dist/scim.d.mts +0 -324
  69. package/dist/scim.mjs +0 -249
  70. package/dist/scopes-RRU0vt-a.mjs +0 -36
  71. package/dist/teams.d.mts +0 -448
  72. package/dist/teams.mjs +0 -266
  73. package/dist/triggers.d.mts +0 -41
  74. package/dist/triggers.mjs +0 -56
  75. package/dist/user-emails.d.mts +0 -84
  76. package/dist/user-emails.mjs +0 -60
  77. package/dist/verification.d.mts +0 -30
  78. package/dist/verification.mjs +0 -83
  79. package/dist/webhooks.d.mts +0 -158
  80. 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.15",
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
- "./_runtime": {
13
- "types": "./dist/_runtime/index.d.mts",
14
- "default": "./dist/_runtime/index.mjs"
12
+ "./credential-sets": {
13
+ "types": "./dist/credential-sets/index.d.mts",
14
+ "default": "./dist/credential-sets/index.mjs"
15
15
  },
16
- "./connection": {
17
- "types": "./dist/connection.d.mts",
18
- "default": "./dist/connection.mjs"
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": [
@@ -136,20 +28,21 @@
136
28
  "LICENSE"
137
29
  ],
138
30
  "dependencies": {
139
- "@keystrokehq/integration-authoring": "^0.0.9",
140
31
  "zod": "^4.3.6"
141
32
  },
142
33
  "peerDependencies": {
143
- "@keystrokehq/core": ">=0.0.13 <0.1.0"
34
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
144
35
  },
145
36
  "devDependencies": {
146
37
  "@types/node": "^22.19.11",
147
38
  "tsdown": "^0.20.3",
148
39
  "typescript": "^5.9.3",
149
40
  "vitest": "^4.0.18",
150
- "@keystrokehq/core": "^0.0.13",
41
+ "@keystrokehq/core": "^0.0.12",
151
42
  "@keystrokehq/test-utils": "0.0.0",
152
- "@keystrokehq/typescript-config": "0.0.0"
43
+ "@keystrokehq/credential-connection": "1.0.0",
44
+ "@keystrokehq/typescript-config": "0.0.0",
45
+ "@keystrokehq/integration-authoring": "0.0.9"
153
46
  },
154
47
  "keywords": [
155
48
  "sentry",
@@ -1,41 +0,0 @@
1
- import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-veqa_7yB.mjs";
2
- import { CredentialSet } from "@keystrokehq/core";
3
- import { z } from "zod";
4
- import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
5
-
6
- //#region src/_official/provider-app.d.ts
7
- /**
8
- * Internal Keystroke-owned Sentry app credentials.
9
- *
10
- * For Sentry, `clientSecret` doubles as the webhook signing secret per
11
- * <https://docs.sentry.io/organization/integrations/integration-platform/webhooks/>,
12
- * so `webhookSecret` is kept as a discrete field for symmetry with other
13
- * integrations even though in practice platforms will populate both from the
14
- * same Sentry-issued value.
15
- */
16
- declare const sentryAppCredentialSet: CredentialSet<"keystroke:sentry-app", z.ZodObject<{
17
- clientId: z.ZodString;
18
- clientSecret: z.ZodString;
19
- webhookSecret: z.ZodString;
20
- }, z.core.$strip>>;
21
- type SentryAppCredentials = InferCredentialSetAuth<typeof sentryAppCredentialSet>;
22
- declare const sentryOfficialProviderSeed: {
23
- readonly provider: "sentry";
24
- readonly appRef: "sentry-official";
25
- readonly displayName: "Sentry Platform";
26
- readonly credentialSetName: "Keystroke Sentry Platform App";
27
- readonly envShape: {
28
- readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID: z.ZodOptional<z.ZodString>;
29
- readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
30
- readonly KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
31
- };
32
- readonly requiredEnvKeys: readonly ["KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID", "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET", "KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET"];
33
- readonly externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID";
34
- readonly buildCredentials: (env: Record<string, string | undefined>) => {
35
- clientId: string | undefined;
36
- clientSecret: string | undefined;
37
- webhookSecret: string | undefined;
38
- };
39
- };
40
- //#endregion
41
- export { SentryAppCredentials, sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
@@ -1,3 +0,0 @@
1
- import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-D7KCM1-p.mjs";
2
-
3
- export { sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
@@ -1,2 +0,0 @@
1
- import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-veqa_7yB.mjs";
2
- export { sentryBundle, sentryOfficialIntegration };
@@ -1,3 +0,0 @@
1
- import { n as sentryBundle, r as sentryOfficialIntegration } from "../integration-D7KCM1-p.mjs";
2
-
3
- export { sentryBundle, sentryOfficialIntegration };