@walkeros/web-source-datalayer 0.3.0 → 0.3.1

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.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
+ import * as _walkeros_core from '@walkeros/core';
1
2
  import { z, Source, WalkerOS, Elb, Mapping as Mapping$1 } from '@walkeros/core';
2
- import * as zod_to_json_schema from 'zod-to-json-schema';
3
3
 
4
4
  /**
5
5
  * JavaScript variable name
@@ -19,23 +19,10 @@ declare const SettingsSchema: z.ZodObject<{
19
19
  name: z.ZodOptional<z.ZodDefault<z.ZodString>>;
20
20
  prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
21
21
  filter: z.ZodOptional<z.ZodAny>;
22
- }, "strip", z.ZodTypeAny, {
23
- name?: string | undefined;
24
- prefix?: string | undefined;
25
- filter?: any;
26
- }, {
27
- name?: string | undefined;
28
- prefix?: string | undefined;
29
- filter?: any;
30
- }>;
22
+ }, z.core.$strip>;
31
23
  type Settings$1 = z.infer<typeof SettingsSchema>;
32
24
 
33
- declare const settings: zod_to_json_schema.JsonSchema7Type & {
34
- $schema?: string | undefined;
35
- definitions?: {
36
- [key: string]: zod_to_json_schema.JsonSchema7Type;
37
- } | undefined;
38
- };
25
+ declare const settings: _walkeros_core.JSONSchema;
39
26
 
40
27
  declare const index$1_EventPrefix: typeof EventPrefix;
41
28
  declare const index$1_JavaScriptVarName: typeof JavaScriptVarName;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import * as _walkeros_core from '@walkeros/core';
1
2
  import { z, Source, WalkerOS, Elb, Mapping as Mapping$1 } from '@walkeros/core';
2
- import * as zod_to_json_schema from 'zod-to-json-schema';
3
3
 
4
4
  /**
5
5
  * JavaScript variable name
@@ -19,23 +19,10 @@ declare const SettingsSchema: z.ZodObject<{
19
19
  name: z.ZodOptional<z.ZodDefault<z.ZodString>>;
20
20
  prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
21
21
  filter: z.ZodOptional<z.ZodAny>;
22
- }, "strip", z.ZodTypeAny, {
23
- name?: string | undefined;
24
- prefix?: string | undefined;
25
- filter?: any;
26
- }, {
27
- name?: string | undefined;
28
- prefix?: string | undefined;
29
- filter?: any;
30
- }>;
22
+ }, z.core.$strip>;
31
23
  type Settings$1 = z.infer<typeof SettingsSchema>;
32
24
 
33
- declare const settings: zod_to_json_schema.JsonSchema7Type & {
34
- $schema?: string | undefined;
35
- definitions?: {
36
- [key: string]: zod_to_json_schema.JsonSchema7Type;
37
- } | undefined;
38
- };
25
+ declare const settings: _walkeros_core.JSONSchema;
39
26
 
40
27
  declare const index$1_EventPrefix: typeof EventPrefix;
41
28
  declare const index$1_JavaScriptVarName: typeof JavaScriptVarName;