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.
|
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>;
|