@xyo-network/xl1-rpc 1.25.16 → 1.25.18

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.
@@ -281,7 +281,7 @@ var AccountBalanceViewerRpcSchemas = {
281
281
 
282
282
  // src/types/schema/BlockViewerRpcSchemas.ts
283
283
  import { HashZod } from "@xylabs/sdk-js";
284
- import { PayloadZodLoose, WithHashMetaZod } from "@xyo-network/sdk-js";
284
+ import { PayloadZod, WithHashMetaZod } from "@xyo-network/sdk-js";
285
285
  import { SignedHydratedBlockWithHashMetaZod, XL1BlockNumberZod } from "@xyo-network/xl1-protocol";
286
286
  import { z as z2 } from "zod";
287
287
  var BlockViewerRpcSchemas = {
@@ -321,15 +321,15 @@ var BlockViewerRpcSchemas = {
321
321
  from: z2.tuple([z2.array(HashZod)])
322
322
  },
323
323
  result: {
324
- to: z2.array(WithHashMetaZod(PayloadZodLoose)),
325
- from: z2.array(WithHashMetaZod(PayloadZodLoose))
324
+ to: z2.array(WithHashMetaZod(PayloadZod).loose()),
325
+ from: z2.array(WithHashMetaZod(PayloadZod).loose())
326
326
  }
327
327
  }
328
328
  };
329
329
 
330
330
  // src/types/schema/DataLakeViewerRpcSchema.ts
331
331
  import { HashZod as HashZod2 } from "@xylabs/sdk-js";
332
- import { PayloadZod } from "@xyo-network/sdk-js";
332
+ import { PayloadZod as PayloadZod2 } from "@xyo-network/sdk-js";
333
333
  import { ArrayBufferToJsonZod, JsonToArrayBufferZod } from "@xyo-network/xl1-protocol";
334
334
  import { z as z3 } from "zod";
335
335
  var DataLakeViewerRpcSchemas = {
@@ -339,8 +339,8 @@ var DataLakeViewerRpcSchemas = {
339
339
  from: z3.tuple([z3.array(HashZod2)])
340
340
  },
341
341
  result: {
342
- to: z3.array(z3.union([PayloadZod, ArrayBufferToJsonZod])),
343
- from: z3.array(z3.union([PayloadZod, JsonToArrayBufferZod]))
342
+ to: z3.array(z3.union([PayloadZod2, ArrayBufferToJsonZod])),
343
+ from: z3.array(z3.union([PayloadZod2, JsonToArrayBufferZod]))
344
344
  }
345
345
  },
346
346
  dataLakeViewer_next: {
@@ -349,8 +349,8 @@ var DataLakeViewerRpcSchemas = {
349
349
  from: z3.tuple([z3.object({}).loose()])
350
350
  },
351
351
  result: {
352
- to: z3.array(z3.union([PayloadZod, ArrayBufferToJsonZod])),
353
- from: z3.array(z3.union([PayloadZod, JsonToArrayBufferZod]))
352
+ to: z3.array(z3.union([PayloadZod2, ArrayBufferToJsonZod])),
353
+ from: z3.array(z3.union([PayloadZod2, JsonToArrayBufferZod]))
354
354
  }
355
355
  }
356
356
  };
@@ -1102,7 +1102,7 @@ import {
1102
1102
  HexZod,
1103
1103
  JsonToBigIntZod as JsonToBigIntZod9
1104
1104
  } from "@xylabs/sdk-js";
1105
- import { PayloadZodLoose as PayloadZodLoose2 } from "@xyo-network/sdk-js";
1105
+ import { PayloadZodLoose } from "@xyo-network/sdk-js";
1106
1106
  import {
1107
1107
  AccountBalanceHistoryItemZod as AccountBalanceHistoryItemZod2,
1108
1108
  asAttoXL1 as asAttoXL16,
@@ -1432,8 +1432,8 @@ var XyoViewerRpcSchemas = {
1432
1432
  from: z20.tuple([z20.array(HashZod5)])
1433
1433
  },
1434
1434
  result: {
1435
- to: z20.array(PayloadZodLoose2),
1436
- from: z20.array(PayloadZodLoose2)
1435
+ to: z20.array(PayloadZodLoose),
1436
+ from: z20.array(PayloadZodLoose)
1437
1437
  }
1438
1438
  }
1439
1439
  };