@develit-io/backend-sdk 8.2.0 → 8.2.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -522,7 +522,7 @@ declare const workflowInstanceStatusSchema: z$1.ZodObject<{
|
|
|
522
522
|
waitingForPause: "waitingForPause";
|
|
523
523
|
}>;
|
|
524
524
|
error: z$1.ZodOptional<z$1.ZodString>;
|
|
525
|
-
output: z$1.ZodOptional<z$1.
|
|
525
|
+
output: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
526
526
|
}, z$1.core.$strip>;
|
|
527
527
|
type WorkflowInstanceStatus = z$1.infer<typeof workflowInstanceStatusSchema>;
|
|
528
528
|
|
package/dist/index.d.ts
CHANGED
|
@@ -522,7 +522,7 @@ declare const workflowInstanceStatusSchema: z$1.ZodObject<{
|
|
|
522
522
|
waitingForPause: "waitingForPause";
|
|
523
523
|
}>;
|
|
524
524
|
error: z$1.ZodOptional<z$1.ZodString>;
|
|
525
|
-
output: z$1.ZodOptional<z$1.
|
|
525
|
+
output: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
526
526
|
}, z$1.core.$strip>;
|
|
527
527
|
type WorkflowInstanceStatus = z$1.infer<typeof workflowInstanceStatusSchema>;
|
|
528
528
|
|
package/dist/index.mjs
CHANGED