@keystrokehq/sentry 0.0.6-rename-t1.1 → 0.0.7

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.
@@ -7,9 +7,9 @@ declare const retrieveProjectEnvironments: _keystrokehq_core0.Operation<z.ZodObj
7
7
  organization_slug: z.ZodOptional<z.ZodString>;
8
8
  project_slug: z.ZodString;
9
9
  visibility: z.ZodOptional<z.ZodEnum<{
10
- all: "all";
11
10
  visible: "visible";
12
11
  hidden: "hidden";
12
+ all: "all";
13
13
  }>>;
14
14
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
15
15
  id: z.ZodOptional<z.ZodString>;
@@ -64,9 +64,9 @@ declare const sentryEnvironmentOperations: {
64
64
  organization_slug: z.ZodOptional<z.ZodString>;
65
65
  project_slug: z.ZodString;
66
66
  visibility: z.ZodOptional<z.ZodEnum<{
67
- all: "all";
68
67
  visible: "visible";
69
68
  hidden: "hidden";
69
+ all: "all";
70
70
  }>>;
71
71
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
72
72
  id: z.ZodOptional<z.ZodString>;
@@ -13,8 +13,8 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
13
13
  }>>;
14
14
  config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
15
15
  status: z.ZodOptional<z.ZodEnum<{
16
- disabled: "disabled";
17
16
  active: "active";
17
+ disabled: "disabled";
18
18
  }>>;
19
19
  alert_rule: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
20
20
  }, z.core.$strip>, z.ZodObject<{
@@ -23,8 +23,8 @@ declare const createOrganizationMonitor: _keystrokehq_core0.Operation<z.ZodObjec
23
23
  name: z.ZodString;
24
24
  status: z.ZodOptional<z.ZodEnum<{
25
25
  error: "error";
26
- disabled: "disabled";
27
26
  active: "active";
27
+ disabled: "disabled";
28
28
  ok: "ok";
29
29
  missed_checkin: "missed_checkin";
30
30
  timeout: "timeout";
@@ -56,8 +56,8 @@ declare const retrieveOrganizationMonitors: _keystrokehq_core0.Operation<z.ZodOb
56
56
  name: z.ZodString;
57
57
  status: z.ZodOptional<z.ZodEnum<{
58
58
  error: "error";
59
- disabled: "disabled";
60
59
  active: "active";
60
+ disabled: "disabled";
61
61
  ok: "ok";
62
62
  missed_checkin: "missed_checkin";
63
63
  timeout: "timeout";
@@ -85,8 +85,8 @@ declare const getOrganizationMonitorByIdOrSlug: _keystrokehq_core0.Operation<z.Z
85
85
  name: z.ZodString;
86
86
  status: z.ZodOptional<z.ZodEnum<{
87
87
  error: "error";
88
- disabled: "disabled";
89
88
  active: "active";
89
+ disabled: "disabled";
90
90
  ok: "ok";
91
91
  missed_checkin: "missed_checkin";
92
92
  timeout: "timeout";
@@ -113,8 +113,8 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
113
113
  project: z.ZodOptional<z.ZodString>;
114
114
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
115
115
  status: z.ZodOptional<z.ZodEnum<{
116
- disabled: "disabled";
117
116
  active: "active";
117
+ disabled: "disabled";
118
118
  }>>;
119
119
  alert_rule: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
120
120
  }, z.core.$strip>, z.ZodObject<{
@@ -123,8 +123,8 @@ declare const modifyOrganizationMonitorData: _keystrokehq_core0.Operation<z.ZodO
123
123
  name: z.ZodString;
124
124
  status: z.ZodOptional<z.ZodEnum<{
125
125
  error: "error";
126
- disabled: "disabled";
127
126
  active: "active";
127
+ disabled: "disabled";
128
128
  ok: "ok";
129
129
  missed_checkin: "missed_checkin";
130
130
  timeout: "timeout";
@@ -165,8 +165,8 @@ declare const getProjectMonitorById: _keystrokehq_core0.Operation<z.ZodObject<{
165
165
  name: z.ZodString;
166
166
  status: z.ZodOptional<z.ZodEnum<{
167
167
  error: "error";
168
- disabled: "disabled";
169
168
  active: "active";
169
+ disabled: "disabled";
170
170
  ok: "ok";
171
171
  missed_checkin: "missed_checkin";
172
172
  timeout: "timeout";
@@ -193,8 +193,8 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
193
193
  slug: z.ZodOptional<z.ZodString>;
194
194
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
195
195
  status: z.ZodOptional<z.ZodEnum<{
196
- disabled: "disabled";
197
196
  active: "active";
197
+ disabled: "disabled";
198
198
  }>>;
199
199
  }, z.core.$strip>, z.ZodObject<{
200
200
  id: z.ZodString;
@@ -202,8 +202,8 @@ declare const updateProjectMonitor: _keystrokehq_core0.Operation<z.ZodObject<{
202
202
  name: z.ZodString;
203
203
  status: z.ZodOptional<z.ZodEnum<{
204
204
  error: "error";
205
- disabled: "disabled";
206
205
  active: "active";
206
+ disabled: "disabled";
207
207
  ok: "ok";
208
208
  missed_checkin: "missed_checkin";
209
209
  timeout: "timeout";
@@ -279,8 +279,8 @@ declare const sentryMonitorOperations: {
279
279
  }>>;
280
280
  config: z.ZodRecord<z.ZodString, z.ZodUnknown>;
281
281
  status: z.ZodOptional<z.ZodEnum<{
282
- disabled: "disabled";
283
282
  active: "active";
283
+ disabled: "disabled";
284
284
  }>>;
285
285
  alert_rule: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
286
286
  }, z.core.$strip>, z.ZodObject<{
@@ -289,8 +289,8 @@ declare const sentryMonitorOperations: {
289
289
  name: z.ZodString;
290
290
  status: z.ZodOptional<z.ZodEnum<{
291
291
  error: "error";
292
- disabled: "disabled";
293
292
  active: "active";
293
+ disabled: "disabled";
294
294
  ok: "ok";
295
295
  missed_checkin: "missed_checkin";
296
296
  timeout: "timeout";
@@ -322,8 +322,8 @@ declare const sentryMonitorOperations: {
322
322
  name: z.ZodString;
323
323
  status: z.ZodOptional<z.ZodEnum<{
324
324
  error: "error";
325
- disabled: "disabled";
326
325
  active: "active";
326
+ disabled: "disabled";
327
327
  ok: "ok";
328
328
  missed_checkin: "missed_checkin";
329
329
  timeout: "timeout";
@@ -351,8 +351,8 @@ declare const sentryMonitorOperations: {
351
351
  name: z.ZodString;
352
352
  status: z.ZodOptional<z.ZodEnum<{
353
353
  error: "error";
354
- disabled: "disabled";
355
354
  active: "active";
355
+ disabled: "disabled";
356
356
  ok: "ok";
357
357
  missed_checkin: "missed_checkin";
358
358
  timeout: "timeout";
@@ -379,8 +379,8 @@ declare const sentryMonitorOperations: {
379
379
  project: z.ZodOptional<z.ZodString>;
380
380
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
381
381
  status: z.ZodOptional<z.ZodEnum<{
382
- disabled: "disabled";
383
382
  active: "active";
383
+ disabled: "disabled";
384
384
  }>>;
385
385
  alert_rule: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
386
386
  }, z.core.$strip>, z.ZodObject<{
@@ -389,8 +389,8 @@ declare const sentryMonitorOperations: {
389
389
  name: z.ZodString;
390
390
  status: z.ZodOptional<z.ZodEnum<{
391
391
  error: "error";
392
- disabled: "disabled";
393
392
  active: "active";
393
+ disabled: "disabled";
394
394
  ok: "ok";
395
395
  missed_checkin: "missed_checkin";
396
396
  timeout: "timeout";
@@ -431,8 +431,8 @@ declare const sentryMonitorOperations: {
431
431
  name: z.ZodString;
432
432
  status: z.ZodOptional<z.ZodEnum<{
433
433
  error: "error";
434
- disabled: "disabled";
435
434
  active: "active";
435
+ disabled: "disabled";
436
436
  ok: "ok";
437
437
  missed_checkin: "missed_checkin";
438
438
  timeout: "timeout";
@@ -459,8 +459,8 @@ declare const sentryMonitorOperations: {
459
459
  slug: z.ZodOptional<z.ZodString>;
460
460
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
461
461
  status: z.ZodOptional<z.ZodEnum<{
462
- disabled: "disabled";
463
462
  active: "active";
463
+ disabled: "disabled";
464
464
  }>>;
465
465
  }, z.core.$strip>, z.ZodObject<{
466
466
  id: z.ZodString;
@@ -468,8 +468,8 @@ declare const sentryMonitorOperations: {
468
468
  name: z.ZodString;
469
469
  status: z.ZodOptional<z.ZodEnum<{
470
470
  error: "error";
471
- disabled: "disabled";
472
471
  active: "active";
472
+ disabled: "disabled";
473
473
  ok: "ok";
474
474
  missed_checkin: "missed_checkin";
475
475
  timeout: "timeout";
@@ -95,9 +95,9 @@ declare const modifyOrganizationSettings: _keystrokehq_core0.Operation<z.ZodObje
95
95
  declare const getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
96
96
  organization_slug: z.ZodOptional<z.ZodString>;
97
97
  visibility: z.ZodOptional<z.ZodEnum<{
98
- all: "all";
99
98
  visible: "visible";
100
99
  hidden: "hidden";
100
+ all: "all";
101
101
  }>>;
102
102
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
103
103
  id: z.ZodOptional<z.ZodString>;
@@ -373,9 +373,9 @@ declare const sentryOrganizationOperations: {
373
373
  readonly getOrganizationEnvironments: _keystrokehq_core0.Operation<z.ZodObject<{
374
374
  organization_slug: z.ZodOptional<z.ZodString>;
375
375
  visibility: z.ZodOptional<z.ZodEnum<{
376
- all: "all";
377
376
  visible: "visible";
378
377
  hidden: "hidden";
378
+ all: "all";
379
379
  }>>;
380
380
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
381
381
  id: z.ZodOptional<z.ZodString>;
@@ -229,8 +229,8 @@ declare const listOrganizationRepositories: _keystrokehq_core0.Operation<z.ZodOb
229
229
  query: z.ZodOptional<z.ZodString>;
230
230
  organization_slug: z.ZodOptional<z.ZodString>;
231
231
  status: z.ZodOptional<z.ZodEnum<{
232
- disabled: "disabled";
233
232
  active: "active";
233
+ disabled: "disabled";
234
234
  pending_deletion: "pending_deletion";
235
235
  deletion_in_progress: "deletion_in_progress";
236
236
  }>>;
@@ -700,8 +700,8 @@ declare const sentryReleaseOperations: {
700
700
  query: z.ZodOptional<z.ZodString>;
701
701
  organization_slug: z.ZodOptional<z.ZodString>;
702
702
  status: z.ZodOptional<z.ZodEnum<{
703
- disabled: "disabled";
704
703
  active: "active";
704
+ disabled: "disabled";
705
705
  pending_deletion: "pending_deletion";
706
706
  deletion_in_progress: "deletion_in_progress";
707
707
  }>>;
@@ -201,8 +201,8 @@ declare const sentryIssueAlertRuleSchema: z.ZodObject<{
201
201
  }, z.core.$loose>;
202
202
  declare const sentryMonitorStatusSchema: z.ZodEnum<{
203
203
  error: "error";
204
- disabled: "disabled";
205
204
  active: "active";
205
+ disabled: "disabled";
206
206
  ok: "ok";
207
207
  missed_checkin: "missed_checkin";
208
208
  timeout: "timeout";
@@ -215,8 +215,8 @@ declare const sentryMonitorSchema: z.ZodObject<{
215
215
  name: z.ZodString;
216
216
  status: z.ZodOptional<z.ZodEnum<{
217
217
  error: "error";
218
- disabled: "disabled";
219
218
  active: "active";
219
+ disabled: "disabled";
220
220
  ok: "ok";
221
221
  missed_checkin: "missed_checkin";
222
222
  timeout: "timeout";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sentry",
3
- "version": "0.0.6-rename-t1.1",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -136,19 +136,19 @@
136
136
  "LICENSE"
137
137
  ],
138
138
  "dependencies": {
139
- "@keystrokehq/credential-connection": "^0.0.5-rename-t1.0",
140
- "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
139
+ "@keystrokehq/credential-connection": "^0.0.6",
140
+ "@keystrokehq/integration-authoring": "^0.0.7",
141
141
  "zod": "^4.3.6"
142
142
  },
143
143
  "peerDependencies": {
144
- "@keystrokehq/core": ">=0.0.7 <0.1.0"
144
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
145
145
  },
146
146
  "devDependencies": {
147
147
  "@types/node": "^22.19.11",
148
148
  "tsdown": "^0.20.3",
149
149
  "typescript": "^5.9.3",
150
150
  "vitest": "^4.0.18",
151
- "@keystrokehq/core": "^0.0.7",
151
+ "@keystrokehq/core": "^0.0.8",
152
152
  "@keystrokehq/test-utils": "0.0.0",
153
153
  "@keystrokehq/typescript-config": "0.0.0"
154
154
  },