arvo-core 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ import ArvoOrchestratorContract from '.';
58
58
  * In this example, the actual init schema will be an intersection of the provided schema
59
59
  * and the OrchestrationInitEventBaseSchema, ensuring all necessary fields are included.
60
60
  */
61
- export declare const createArvoOrchestratorContract: <TUri extends string, TName extends string, TInit extends z.AnyZodObject, TComplete extends z.AnyZodObject>(param: ICreateArvoOrchestratorContract<TUri, TName, TInit, TComplete>) => ArvoOrchestratorContract<TUri, `arvo.orc.${TName}`, z.ZodObject<z.objectUtil.extendShape<{
61
+ export declare const createArvoOrchestratorContract: <TUri extends string, TName extends string, TInit extends z.AnyZodObject, TComplete extends z.ZodTypeAny>(param: ICreateArvoOrchestratorContract<TUri, TName, TInit, TComplete>) => ArvoOrchestratorContract<TUri, `arvo.orc.${TName}`, z.ZodObject<z.objectUtil.extendShape<{
62
62
  parentSubject$$: z.ZodNullable<z.ZodString>;
63
63
  }, TInit["shape"]>, TInit["_def"]["unknownKeys"], TInit["_def"]["catchall"], z.objectOutputType<z.objectUtil.extendShape<{
64
64
  parentSubject$$: z.ZodNullable<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {