@keystrokehq/sentry 0.0.9 → 0.0.10

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";
10
11
  visible: "visible";
11
12
  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";
67
68
  visible: "visible";
68
69
  hidden: "hidden";
69
- all: "all";
70
70
  }>>;
71
71
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
72
72
  id: z.ZodOptional<z.ZodString>;
package/dist/issues.d.mts CHANGED
@@ -12,8 +12,8 @@ declare const retrieveProjectIssuesList: _keystrokehq_core0.Operation<z.ZodObjec
12
12
  query: z.ZodOptional<z.ZodString>;
13
13
  environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
14
  sort: z.ZodOptional<z.ZodEnum<{
15
- date: "date";
16
15
  user: "user";
16
+ date: "date";
17
17
  new: "new";
18
18
  priority: "priority";
19
19
  freq: "freq";
@@ -290,8 +290,8 @@ declare const sentryIssueOperations: {
290
290
  query: z.ZodOptional<z.ZodString>;
291
291
  environment: z.ZodOptional<z.ZodArray<z.ZodString>>;
292
292
  sort: z.ZodOptional<z.ZodEnum<{
293
- date: "date";
294
293
  user: "user";
294
+ date: "date";
295
295
  new: "new";
296
296
  priority: "priority";
297
297
  freq: "freq";
@@ -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";
98
99
  visible: "visible";
99
100
  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";
376
377
  visible: "visible";
377
378
  hidden: "hidden";
378
- all: "all";
379
379
  }>>;
380
380
  }, z.core.$strip>, z.ZodArray<z.ZodObject<{
381
381
  id: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sentry",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -149,8 +149,8 @@
149
149
  "typescript": "^5.9.3",
150
150
  "vitest": "^4.0.18",
151
151
  "@keystrokehq/core": "^0.0.8",
152
- "@keystrokehq/test-utils": "0.0.0",
153
- "@keystrokehq/typescript-config": "0.0.0"
152
+ "@keystrokehq/typescript-config": "0.0.0",
153
+ "@keystrokehq/test-utils": "0.0.0"
154
154
  },
155
155
  "keywords": [
156
156
  "sentry",