@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 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.ZodObject<{}, z$1.core.$strip>>;
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.ZodObject<{}, z$1.core.$strip>>;
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
@@ -206,7 +206,7 @@ const workflowInstanceStatusSchema = z$1.object({
206
206
  "unknown"
207
207
  ]),
208
208
  error: z$1.string().optional(),
209
- output: z$1.object().optional()
209
+ output: z$1.unknown().optional()
210
210
  });
211
211
 
212
212
  const handleActionResponse = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",