aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/schemas')
-rw-r--r--packages/shared/src/schemas/Action.ts4
-rw-r--r--packages/shared/src/schemas/ServiceAction.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/shared/src/schemas/Action.ts b/packages/shared/src/schemas/Action.ts
index 7ece27a..11d63aa 100644
--- a/packages/shared/src/schemas/Action.ts
+++ b/packages/shared/src/schemas/Action.ts
@@ -20,8 +20,8 @@
20 20
21import { z } from 'zod'; 21import { z } from 'zod';
22 22
23import { ServiceAction } from './ServiceAction'; 23import { ServiceAction } from './ServiceAction.js';
24import { ThemeSource } from './ThemeSource'; 24import { ThemeSource } from './ThemeSource.js';
25 25
26export const Action = /* @__PURE__ */ (() => 26export const Action = /* @__PURE__ */ (() =>
27 z.union([ 27 z.union([
diff --git a/packages/shared/src/schemas/ServiceAction.ts b/packages/shared/src/schemas/ServiceAction.ts
index 9486aaf..744c7cf 100644
--- a/packages/shared/src/schemas/ServiceAction.ts
+++ b/packages/shared/src/schemas/ServiceAction.ts
@@ -20,7 +20,7 @@
20 20
21import { z } from 'zod'; 21import { z } from 'zod';
22 22
23import { BrowserViewBounds } from './BrowserViewBounds'; 23import { BrowserViewBounds } from './BrowserViewBounds.js';
24 24
25export const ServiceAction = /* @__PURE__ */ (() => 25export const ServiceAction = /* @__PURE__ */ (() =>
26 z.union([ 26 z.union([