@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.
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} +5 -5
  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 +9 -117
  17. package/dist/_official/index.d.mts +0 -46
  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 -551
  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 -203
  28. package/dist/dashboards.mjs +0 -122
  29. package/dist/debug-files.d.mts +0 -127
  30. package/dist/debug-files.mjs +0 -73
  31. package/dist/deploys.d.mts +0 -103
  32. package/dist/deploys.mjs +0 -67
  33. package/dist/discover.d.mts +0 -235
  34. package/dist/discover.mjs +0 -138
  35. package/dist/endpoint-factory-C0WIFmtK.mjs +0 -95
  36. package/dist/environments.d.mts +0 -121
  37. package/dist/environments.mjs +0 -71
  38. package/dist/errors-DfEFwcTe.mjs +0 -142
  39. package/dist/events-api.d.mts +0 -311
  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 -99
  44. package/dist/feedback.mjs +0 -63
  45. package/dist/integration-DCNn_9vz.mjs +0 -356
  46. package/dist/integration-rmp485nJ.d.mts +0 -57
  47. package/dist/issues.d.mts +0 -563
  48. package/dist/issues.mjs +0 -324
  49. package/dist/members.d.mts +0 -365
  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 -539
  54. package/dist/monitors.mjs +0 -234
  55. package/dist/notifications.d.mts +0 -221
  56. package/dist/notifications.mjs +0 -133
  57. package/dist/organizations.d.mts +0 -563
  58. package/dist/organizations.mjs +0 -334
  59. package/dist/pagination-PlgAqbZt.mjs +0 -116
  60. package/dist/project-keys.d.mts +0 -287
  61. package/dist/project-keys.mjs +0 -122
  62. package/dist/projects.d.mts +0 -687
  63. package/dist/projects.mjs +0 -378
  64. package/dist/releases.d.mts +0 -949
  65. package/dist/releases.mjs +0 -479
  66. package/dist/replays.d.mts +0 -307
  67. package/dist/replays.mjs +0 -192
  68. package/dist/scim.d.mts +0 -413
  69. package/dist/scim.mjs +0 -249
  70. package/dist/scopes-RRU0vt-a.mjs +0 -36
  71. package/dist/teams.d.mts +0 -561
  72. package/dist/teams.mjs +0 -266
  73. package/dist/triggers.d.mts +0 -97
  74. package/dist/triggers.mjs +0 -106
  75. package/dist/user-emails.d.mts +0 -117
  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 -199
  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.12",
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": [
@@ -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 };
@@ -1,3 +0,0 @@
1
- import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-DCNn_9vz.mjs";
2
-
3
- export { sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
@@ -1,2 +0,0 @@
1
- import { i as sentryOfficialIntegration, r as sentryBundle } from "../integration-rmp485nJ.mjs";
2
- export { sentryBundle, sentryOfficialIntegration };
@@ -1,3 +0,0 @@
1
- import { n as sentryBundle, r as sentryOfficialIntegration } from "../integration-DCNn_9vz.mjs";
2
-
3
- export { sentryBundle, sentryOfficialIntegration };