@forklaunch/implementation-worker-redis 0.3.8 → 0.5.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.
@@ -1,5 +1,5 @@
1
1
  import * as _forklaunch_internal from '@forklaunch/internal';
2
- import * as zod from 'zod';
2
+ import * as zod_v3 from 'zod/v3';
3
3
  import * as _sinclair_typebox from '@sinclair/typebox';
4
4
  import * as _forklaunch_validator from '@forklaunch/validator';
5
5
 
@@ -10,9 +10,9 @@ declare const RedisWorkerSchemas: <SchemaValidator extends _forklaunch_validator
10
10
  retries: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
11
11
  interval: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
12
12
  }, (options: Record<string, unknown>) => {
13
- pageSize: zod.ZodEffects<zod.ZodNumber, number, unknown>;
14
- retries: zod.ZodEffects<zod.ZodNumber, number, unknown>;
15
- interval: zod.ZodEffects<zod.ZodNumber, number, unknown>;
13
+ pageSize: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
14
+ retries: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
15
+ interval: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
16
16
  }>;
17
17
 
18
18
  export { RedisWorkerSchemas };
@@ -1,5 +1,5 @@
1
1
  import * as _forklaunch_internal from '@forklaunch/internal';
2
- import * as zod from 'zod';
2
+ import * as zod_v3 from 'zod/v3';
3
3
  import * as _sinclair_typebox from '@sinclair/typebox';
4
4
  import * as _forklaunch_validator from '@forklaunch/validator';
5
5
 
@@ -10,9 +10,9 @@ declare const RedisWorkerSchemas: <SchemaValidator extends _forklaunch_validator
10
10
  retries: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
11
11
  interval: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString, _sinclair_typebox.TBoolean, _sinclair_typebox.TNull, _sinclair_typebox.TBigInt, _sinclair_typebox.TDate]>, number>;
12
12
  }, (options: Record<string, unknown>) => {
13
- pageSize: zod.ZodEffects<zod.ZodNumber, number, unknown>;
14
- retries: zod.ZodEffects<zod.ZodNumber, number, unknown>;
15
- interval: zod.ZodEffects<zod.ZodNumber, number, unknown>;
13
+ pageSize: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
14
+ retries: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
15
+ interval: zod_v3.ZodEffects<zod_v3.ZodNumber, number, unknown>;
16
16
  }>;
17
17
 
18
18
  export { RedisWorkerSchemas };