@xyo-network/xl1-rpc 1.26.33 → 1.26.34

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.
@@ -351,8 +351,8 @@ var DataLakeViewerRpcSchemas = {
351
351
  from: z3.tuple([z3.array(HashZod2)])
352
352
  },
353
353
  result: {
354
- to: z3.array(z3.union([PayloadZod2, ArrayBufferToJsonZod])),
355
- from: z3.array(z3.union([PayloadZod2, JsonToArrayBufferZod]))
354
+ to: z3.array(z3.union([PayloadZod2.loose(), ArrayBufferToJsonZod])),
355
+ from: z3.array(z3.union([PayloadZod2.loose(), JsonToArrayBufferZod]))
356
356
  }
357
357
  },
358
358
  dataLakeViewer_next: {
@@ -361,8 +361,8 @@ var DataLakeViewerRpcSchemas = {
361
361
  from: z3.tuple([z3.object({}).loose()])
362
362
  },
363
363
  result: {
364
- to: z3.array(z3.union([PayloadZod2, ArrayBufferToJsonZod])),
365
- from: z3.array(z3.union([PayloadZod2, JsonToArrayBufferZod]))
364
+ to: z3.array(z3.union([PayloadZod2.loose(), ArrayBufferToJsonZod])),
365
+ from: z3.array(z3.union([PayloadZod2.loose(), JsonToArrayBufferZod]))
366
366
  }
367
367
  }
368
368
  };