@layerzerolabs/onesig-model 0.2.6 → 0.2.8

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.
Files changed (63) hide show
  1. package/.turbo/turbo-build.log +81 -81
  2. package/.turbo/turbo-lint.log +4 -0
  3. package/.turbo/turbo-test.log +1 -1
  4. package/dist/{HFQ33N6C.js → 4FSPXU67.js} +3 -3
  5. package/dist/4FSPXU67.js.map +1 -0
  6. package/dist/{ITDVPU5B.cjs → 5Y6Z2MU3.cjs} +4 -4
  7. package/dist/{ITDVPU5B.cjs.map → 5Y6Z2MU3.cjs.map} +1 -1
  8. package/dist/{3VUXVFJ7.js → ALAQKG3R.js} +3 -3
  9. package/dist/{3VUXVFJ7.js.map → ALAQKG3R.js.map} +1 -1
  10. package/dist/{2PQ6LRKF.js → BKUIOZKK.js} +4 -4
  11. package/dist/{2PQ6LRKF.js.map → BKUIOZKK.js.map} +1 -1
  12. package/dist/EAS2LMHJ.cjs +12 -0
  13. package/dist/{DH6X42MI.cjs.map → EAS2LMHJ.cjs.map} +1 -1
  14. package/dist/{X4EGIVE2.js → GICQPCL6.js} +3 -3
  15. package/dist/{X4EGIVE2.js.map → GICQPCL6.js.map} +1 -1
  16. package/dist/{BUZYR37G.cjs → JDEFGDZR.cjs} +4 -4
  17. package/dist/{BUZYR37G.cjs.map → JDEFGDZR.cjs.map} +1 -1
  18. package/dist/{YD2WYBCA.js → LXV63NMZ.js} +3 -3
  19. package/dist/{YD2WYBCA.js.map → LXV63NMZ.js.map} +1 -1
  20. package/dist/{4F75E3VV.cjs → SHB3LS7D.cjs} +3 -3
  21. package/dist/SHB3LS7D.cjs.map +1 -0
  22. package/dist/V4KBSXEL.cjs +30 -0
  23. package/dist/V4KBSXEL.cjs.map +1 -0
  24. package/dist/V7JA2BPB.js +27 -0
  25. package/dist/V7JA2BPB.js.map +1 -0
  26. package/dist/{I7LXTKGD.cjs → WQZFTTRU.cjs} +5 -5
  27. package/dist/{I7LXTKGD.cjs.map → WQZFTTRU.cjs.map} +1 -1
  28. package/dist/index.cjs +36 -32
  29. package/dist/index.js +8 -8
  30. package/dist/model/index.cjs +36 -32
  31. package/dist/model/index.js +8 -8
  32. package/dist/model/onesig-bundle/calls/index.cjs +4 -4
  33. package/dist/model/onesig-bundle/calls/index.d.ts +1 -1
  34. package/dist/model/onesig-bundle/calls/index.js +2 -2
  35. package/dist/model/onesig-bundle/calls/onesig-starknet-call.cjs +2 -2
  36. package/dist/model/onesig-bundle/calls/onesig-starknet-call.d.ts +1 -1
  37. package/dist/model/onesig-bundle/calls/onesig-starknet-call.js +1 -1
  38. package/dist/model/onesig-bundle/index.cjs +22 -22
  39. package/dist/model/onesig-bundle/index.js +6 -6
  40. package/dist/model/onesig-bundle/onesig-entity.cjs +8 -8
  41. package/dist/model/onesig-bundle/onesig-entity.d.ts +1 -1
  42. package/dist/model/onesig-bundle/onesig-entity.js +6 -6
  43. package/dist/model/onesig-bundle/onesig-leaf.cjs +7 -7
  44. package/dist/model/onesig-bundle/onesig-leaf.d.ts +1 -1
  45. package/dist/model/onesig-bundle/onesig-leaf.js +3 -3
  46. package/dist/model/onesig-config/index.cjs +8 -4
  47. package/dist/model/onesig-config/index.d.ts +10 -4
  48. package/dist/model/onesig-config/index.d.ts.map +1 -1
  49. package/dist/model/onesig-config/index.js +2 -2
  50. package/dist/model/onesig-config/onesig-config.cjs +6 -2
  51. package/dist/model/onesig-config/onesig-config.d.ts +19 -4
  52. package/dist/model/onesig-config/onesig-config.d.ts.map +1 -1
  53. package/dist/model/onesig-config/onesig-config.js +1 -1
  54. package/package.json +3 -4
  55. package/src/model/onesig-bundle/calls/onesig-starknet-call.ts +1 -1
  56. package/src/model/onesig-config/onesig-config.ts +27 -4
  57. package/dist/4F75E3VV.cjs.map +0 -1
  58. package/dist/DH6X42MI.cjs +0 -12
  59. package/dist/HFQ33N6C.js.map +0 -1
  60. package/dist/K3TYTO3P.cjs +0 -22
  61. package/dist/K3TYTO3P.cjs.map +0 -1
  62. package/dist/LEBPXDHG.js +0 -20
  63. package/dist/LEBPXDHG.js.map +0 -1
@@ -0,0 +1,27 @@
1
+ import { z } from 'zod/v4';
2
+
3
+ // src/model/onesig-config/onesig-config.ts
4
+ var OneSigExecutorConfigSchema = z.object({
5
+ executors: z.array(z.string()),
6
+ executorRequired: z.boolean()
7
+ });
8
+ var oneSigConfigSchema = z.object({
9
+ name: z.string(),
10
+ contractAddresses: z.record(z.string(), z.string()),
11
+ signers: z.array(z.string()),
12
+ proposers: z.array(z.string()),
13
+ witnesses: z.array(z.string()).optional(),
14
+ threshold: z.number(),
15
+ seed: z.string(),
16
+ version: z.string().optional(),
17
+ leafEncodingVersion: z.string().optional(),
18
+ executorConfigByChainType: z.record(z.string(), OneSigExecutorConfigSchema),
19
+ lastValidatedAt: z.number().optional().describe("When the config was last validated, unix timestamp in milliseconds"),
20
+ createdAt: z.number().optional().describe("When the config was created, unix timestamp in milliseconds"),
21
+ updatedAt: z.number().optional().describe("When the config was last updated, unix timestamp in milliseconds"),
22
+ updatedBy: z.string().optional().describe("Who made the last update (workflow ID, user, etc.)")
23
+ });
24
+
25
+ export { OneSigExecutorConfigSchema, oneSigConfigSchema };
26
+ //# sourceMappingURL=V7JA2BPB.js.map
27
+ //# sourceMappingURL=V7JA2BPB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/model/onesig-config/onesig-config.ts"],"names":["OneSigExecutorConfigSchema","z","object","executors","array","string","executorRequired","boolean","oneSigConfigSchema","name","contractAddresses","record","signers","proposers","witnesses","optional","threshold","number","seed","version","leafEncodingVersion","executorConfigByChainType","lastValidatedAt","describe","createdAt","updatedAt","updatedBy"],"mappings":";;;AAMO,IAAMA,0BAAAA,GAA6BC,EAAEC,MAAAA,CAAO;AAC/CC,EAAAA,SAAAA,EAAWF,CAAAA,CAAEG,KAAAA,CAAMH,CAAAA,CAAEI,MAAAA,EAAM,CAAA;AAC3BC,EAAAA,gBAAAA,EAAkBL,EAAEM,OAAAA;AACxB,CAAA;AAIO,IAAMC,kBAAAA,GAAqBP,EAAEC,MAAAA,CAAO;AACvCO,EAAAA,IAAAA,EAAMR,EAAEI,MAAAA,EAAM;AACdK,EAAAA,iBAAAA,EAAmBT,EAAEU,MAAAA,CAAOV,CAAAA,CAAEI,QAAM,EAAIJ,CAAAA,CAAEI,QAAM,CAAA;AAChDO,EAAAA,OAAAA,EAASX,CAAAA,CAAEG,KAAAA,CAAMH,CAAAA,CAAEI,MAAAA,EAAM,CAAA;AACzBQ,EAAAA,SAAAA,EAAWZ,CAAAA,CAAEG,KAAAA,CAAMH,CAAAA,CAAEI,MAAAA,EAAM,CAAA;AAC3BS,EAAAA,SAAAA,EAAWb,EAAEG,KAAAA,CAAMH,CAAAA,CAAEI,MAAAA,EAAM,EAAIU,QAAAA,EAAQ;AACvCC,EAAAA,SAAAA,EAAWf,EAAEgB,MAAAA,EAAM;AACnBC,EAAAA,IAAAA,EAAMjB,EAAEI,MAAAA,EAAM;EACdc,OAAAA,EAASlB,CAAAA,CAAEI,MAAAA,EAAM,CAAGU,QAAAA,EAAQ;EAC5BK,mBAAAA,EAAqBnB,CAAAA,CAAEI,MAAAA,EAAM,CAAGU,QAAAA,EAAQ;AACxCM,EAAAA,yBAAAA,EAA2BpB,CAAAA,CAAEU,MAAAA,CAAOV,CAAAA,CAAEI,MAAAA,IAAUL,0BAAAA,CAAAA;AAChDsB,EAAAA,eAAAA,EAAiBrB,EACZgB,MAAAA,EAAM,CACNF,QAAAA,EAAQ,CACRQ,SAAS,oEAAA,CAAA;AACdC,EAAAA,SAAAA,EAAWvB,EACNgB,MAAAA,EAAM,CACNF,QAAAA,EAAQ,CACRQ,SAAS,6DAAA,CAAA;AACdE,EAAAA,SAAAA,EAAWxB,EACNgB,MAAAA,EAAM,CACNF,QAAAA,EAAQ,CACRQ,SAAS,kEAAA,CAAA;AACdG,EAAAA,SAAAA,EAAWzB,EAAEI,MAAAA,EAAM,CAAGU,QAAAA,EAAQ,CAAGQ,SAAS,oDAAA;AAC9C,CAAA","file":"V7JA2BPB.js","sourcesContent":["import { z } from 'zod/v4';\n\n/**\n * Executor configuration for a specific chain type.\n * All chains of the same type share the same executor configuration.\n */\nexport const OneSigExecutorConfigSchema = z.object({\n executors: z.array(z.string()), // Chain-specific addresses\n executorRequired: z.boolean(),\n});\n\nexport type OneSigExecutorConfig = z.infer<typeof OneSigExecutorConfigSchema>;\n\nexport const oneSigConfigSchema = z.object({\n name: z.string(),\n contractAddresses: z.record(z.string(), z.string()),\n signers: z.array(z.string()),\n proposers: z.array(z.string()),\n witnesses: z.array(z.string()).optional(),\n threshold: z.number(),\n seed: z.string(),\n version: z.string().optional(),\n leafEncodingVersion: z.string().optional(),\n executorConfigByChainType: z.record(z.string(), OneSigExecutorConfigSchema),\n lastValidatedAt: z\n .number()\n .optional()\n .describe('When the config was last validated, unix timestamp in milliseconds'),\n createdAt: z\n .number()\n .optional()\n .describe('When the config was created, unix timestamp in milliseconds'),\n updatedAt: z\n .number()\n .optional()\n .describe('When the config was last updated, unix timestamp in milliseconds'),\n updatedBy: z.string().optional().describe('Who made the last update (workflow ID, user, etc.)'),\n});\n\nexport type OneSigConfig = z.infer<typeof oneSigConfigSchema>;\n"]}
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
+ var LZPXY3EV_cjs = require('./LZPXY3EV.cjs');
4
+ var _5Y6Z2MU3_cjs = require('./5Y6Z2MU3.cjs');
3
5
  var QICBTPBO_cjs = require('./QICBTPBO.cjs');
4
6
  var UVO5VSQV_cjs = require('./UVO5VSQV.cjs');
5
- var LZPXY3EV_cjs = require('./LZPXY3EV.cjs');
6
- var ITDVPU5B_cjs = require('./ITDVPU5B.cjs');
7
7
  var v4 = require('zod/v4');
8
8
 
9
9
  var oneSigEntitySchema = v4.z.object({
@@ -12,7 +12,7 @@ var oneSigEntitySchema = v4.z.object({
12
12
  expiry: v4.z.number().optional().describe("unix timestamp in milliseconds, after which the OneSig transactions fail to execute"),
13
13
  seed: v4.z.string().optional().describe("Seed for the OneSig"),
14
14
  signatures: v4.z.array(LZPXY3EV_cjs.signerSignatureSchema).optional().describe("List of signatures of the signers"),
15
- leaves: v4.z.array(ITDVPU5B_cjs.oneSigLeafSchema).describe("List of leaves"),
15
+ leaves: v4.z.array(_5Y6Z2MU3_cjs.oneSigLeafSchema).describe("List of leaves"),
16
16
  metadata: v4.z.record(v4.z.any(), v4.z.any()).optional().describe("Metadata for the OneSig"),
17
17
  bundlingOverride: QICBTPBO_cjs.oneSigBundleSizeOverrideSchema.optional().describe("Override for the number of calls in a leaf"),
18
18
  proposerSignature: UVO5VSQV_cjs.proposerSignatureSchema.describe("Object containing the signature of the proposer and metadata")
@@ -27,5 +27,5 @@ var oneSigProposedEntitySchema = v4.z.object({
27
27
 
28
28
  exports.oneSigEntitySchema = oneSigEntitySchema;
29
29
  exports.oneSigProposedEntitySchema = oneSigProposedEntitySchema;
30
- //# sourceMappingURL=I7LXTKGD.cjs.map
31
- //# sourceMappingURL=I7LXTKGD.cjs.map
30
+ //# sourceMappingURL=WQZFTTRU.cjs.map
31
+ //# sourceMappingURL=WQZFTTRU.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/model/onesig-bundle/onesig-entity.ts"],"names":["oneSigEntitySchema","z","object","id","uuid","describe","oneSigName","string","optional","expiry","number","seed","signatures","array","signerSignatureSchema","leaves","oneSigLeafSchema","metadata","record","any","bundlingOverride","oneSigBundleSizeOverrideSchema","proposerSignature","proposerSignatureSchema","oneSigProposedEntitySchema","status","merkleRoot"],"mappings":";;;;;;;;AAOO,IAAMA,kBAAAA,GAAqBC,KAAEC,MAAAA,CAAO;AACvCC,EAAAA,EAAAA,EAAIF,IAAAA,CAAEG,IAAAA,EAAI,CAAGC,QAAAA,CAAS,mDAAA,CAAA;AACtBC,EAAAA,UAAAA,EAAYL,KAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ,CAAGH,SAAS,8BAAA,CAAA;AAC3CI,EAAAA,MAAAA,EAAQR,KACHS,MAAAA,EAAM,CACNF,QAAAA,EAAQ,CACRH,SACG,qFAAA,CAAA;AAGRM,EAAAA,IAAAA,EAAMV,KAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ,CAAGH,SAAS,qBAAA,CAAA;AACrCO,EAAAA,UAAAA,EAAYX,KACPY,KAAAA,CAAMC,kCAAAA,EACNN,QAAAA,EAAQ,CACRH,SAAS,mCAAA,CAAA;AACdU,EAAAA,MAAAA,EAAQd,IAAAA,CAAEY,KAAAA,CAAMG,6BAAAA,CAAAA,CAAkBX,SAAS,gBAAA,CAAA;AAC3CY,EAAAA,QAAAA,EAAUhB,IAAAA,CAAEiB,MAAAA,CAAOjB,IAAAA,CAAEkB,GAAAA,EAAG,EAAIlB,IAAAA,CAAEkB,GAAAA,EAAG,CAAA,CAAIX,QAAAA,EAAQ,CAAGH,QAAAA,CAAS,yBAAA,CAAA;AACzDe,EAAAA,gBAAAA,EAAkBC,2CAAAA,CACbb,QAAAA,EAAQ,CACRH,QAAAA,CAAS,4CAAA,CAAA;EACdiB,iBAAAA,EAAmBC,oCAAAA,CAAwBlB,SACvC,8DAAA;AAER,CAAA;AAEO,IAAMmB,0BAAAA,GAA6BvB,KAAEC,MAAAA,CAAO;AAC/CuB,EAAAA,MAAAA,EAAQxB,KAAEM,MAAAA,EAAM;EAChBmB,UAAAA,EAAYzB,IAAAA,CAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ;EAC/BC,MAAAA,EAAQR,IAAAA,CAAES,MAAAA,EAAM,CAAGF,QAAAA,EAAQ;EAC3BG,IAAAA,EAAMV,IAAAA,CAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ;AACzBI,EAAAA,UAAAA,EAAYX,KAAEiB,MAAAA,CAAOjB,IAAAA,CAAEM,QAAM,EAAIN,IAAAA,CAAEM,QAAM;AAC7C,CAAA","file":"I7LXTKGD.cjs","sourcesContent":["import { z } from 'zod/v4';\n\nimport { oneSigLeafSchema } from './onesig-leaf';\nimport { oneSigBundleSizeOverrideSchema } from './onesig-overrides';\nimport { proposerSignatureSchema } from './onesig-proposer-signature';\nimport { signerSignatureSchema } from './onesig-signer-signature';\n\nexport const oneSigEntitySchema = z.object({\n id: z.uuid().describe('Client generated id for the batch of transactions'),\n oneSigName: z.string().optional().describe('Canonical name of the OneSig'),\n expiry: z\n .number()\n .optional()\n .describe(\n 'unix timestamp in milliseconds, after which the OneSig transactions fail to execute',\n ),\n\n seed: z.string().optional().describe('Seed for the OneSig'),\n signatures: z\n .array(signerSignatureSchema)\n .optional()\n .describe('List of signatures of the signers'),\n leaves: z.array(oneSigLeafSchema).describe('List of leaves'),\n metadata: z.record(z.any(), z.any()).optional().describe('Metadata for the OneSig'),\n bundlingOverride: oneSigBundleSizeOverrideSchema\n .optional()\n .describe('Override for the number of calls in a leaf'),\n proposerSignature: proposerSignatureSchema.describe(\n 'Object containing the signature of the proposer and metadata',\n ),\n});\n\nexport const oneSigProposedEntitySchema = z.object({\n status: z.string(),\n merkleRoot: z.string().optional(),\n expiry: z.number().optional(),\n seed: z.string().optional(),\n signatures: z.record(z.string(), z.string()),\n});\n\nexport type OneSigEntity = z.infer<typeof oneSigEntitySchema>;\nexport type OneSigProposedEntity = z.infer<typeof oneSigProposedEntitySchema>;\n"]}
1
+ {"version":3,"sources":["../src/model/onesig-bundle/onesig-entity.ts"],"names":["oneSigEntitySchema","z","object","id","uuid","describe","oneSigName","string","optional","expiry","number","seed","signatures","array","signerSignatureSchema","leaves","oneSigLeafSchema","metadata","record","any","bundlingOverride","oneSigBundleSizeOverrideSchema","proposerSignature","proposerSignatureSchema","oneSigProposedEntitySchema","status","merkleRoot"],"mappings":";;;;;;;;AAOO,IAAMA,kBAAAA,GAAqBC,KAAEC,MAAAA,CAAO;AACvCC,EAAAA,EAAAA,EAAIF,IAAAA,CAAEG,IAAAA,EAAI,CAAGC,QAAAA,CAAS,mDAAA,CAAA;AACtBC,EAAAA,UAAAA,EAAYL,KAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ,CAAGH,SAAS,8BAAA,CAAA;AAC3CI,EAAAA,MAAAA,EAAQR,KACHS,MAAAA,EAAM,CACNF,QAAAA,EAAQ,CACRH,SACG,qFAAA,CAAA;AAGRM,EAAAA,IAAAA,EAAMV,KAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ,CAAGH,SAAS,qBAAA,CAAA;AACrCO,EAAAA,UAAAA,EAAYX,KACPY,KAAAA,CAAMC,kCAAAA,EACNN,QAAAA,EAAQ,CACRH,SAAS,mCAAA,CAAA;AACdU,EAAAA,MAAAA,EAAQd,IAAAA,CAAEY,KAAAA,CAAMG,8BAAAA,CAAAA,CAAkBX,SAAS,gBAAA,CAAA;AAC3CY,EAAAA,QAAAA,EAAUhB,IAAAA,CAAEiB,MAAAA,CAAOjB,IAAAA,CAAEkB,GAAAA,EAAG,EAAIlB,IAAAA,CAAEkB,GAAAA,EAAG,CAAA,CAAIX,QAAAA,EAAQ,CAAGH,QAAAA,CAAS,yBAAA,CAAA;AACzDe,EAAAA,gBAAAA,EAAkBC,2CAAAA,CACbb,QAAAA,EAAQ,CACRH,QAAAA,CAAS,4CAAA,CAAA;EACdiB,iBAAAA,EAAmBC,oCAAAA,CAAwBlB,SACvC,8DAAA;AAER,CAAA;AAEO,IAAMmB,0BAAAA,GAA6BvB,KAAEC,MAAAA,CAAO;AAC/CuB,EAAAA,MAAAA,EAAQxB,KAAEM,MAAAA,EAAM;EAChBmB,UAAAA,EAAYzB,IAAAA,CAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ;EAC/BC,MAAAA,EAAQR,IAAAA,CAAES,MAAAA,EAAM,CAAGF,QAAAA,EAAQ;EAC3BG,IAAAA,EAAMV,IAAAA,CAAEM,MAAAA,EAAM,CAAGC,QAAAA,EAAQ;AACzBI,EAAAA,UAAAA,EAAYX,KAAEiB,MAAAA,CAAOjB,IAAAA,CAAEM,QAAM,EAAIN,IAAAA,CAAEM,QAAM;AAC7C,CAAA","file":"WQZFTTRU.cjs","sourcesContent":["import { z } from 'zod/v4';\n\nimport { oneSigLeafSchema } from './onesig-leaf';\nimport { oneSigBundleSizeOverrideSchema } from './onesig-overrides';\nimport { proposerSignatureSchema } from './onesig-proposer-signature';\nimport { signerSignatureSchema } from './onesig-signer-signature';\n\nexport const oneSigEntitySchema = z.object({\n id: z.uuid().describe('Client generated id for the batch of transactions'),\n oneSigName: z.string().optional().describe('Canonical name of the OneSig'),\n expiry: z\n .number()\n .optional()\n .describe(\n 'unix timestamp in milliseconds, after which the OneSig transactions fail to execute',\n ),\n\n seed: z.string().optional().describe('Seed for the OneSig'),\n signatures: z\n .array(signerSignatureSchema)\n .optional()\n .describe('List of signatures of the signers'),\n leaves: z.array(oneSigLeafSchema).describe('List of leaves'),\n metadata: z.record(z.any(), z.any()).optional().describe('Metadata for the OneSig'),\n bundlingOverride: oneSigBundleSizeOverrideSchema\n .optional()\n .describe('Override for the number of calls in a leaf'),\n proposerSignature: proposerSignatureSchema.describe(\n 'Object containing the signature of the proposer and metadata',\n ),\n});\n\nexport const oneSigProposedEntitySchema = z.object({\n status: z.string(),\n merkleRoot: z.string().optional(),\n expiry: z.number().optional(),\n seed: z.string().optional(),\n signatures: z.record(z.string(), z.string()),\n});\n\nexport type OneSigEntity = z.infer<typeof oneSigEntitySchema>;\nexport type OneSigProposedEntity = z.infer<typeof oneSigProposedEntitySchema>;\n"]}
package/dist/index.cjs CHANGED
@@ -1,25 +1,37 @@
1
1
  'use strict';
2
2
 
3
3
  require('./YVVMZMCQ.cjs');
4
+ var EAS2LMHJ_cjs = require('./EAS2LMHJ.cjs');
5
+ var V4KBSXEL_cjs = require('./V4KBSXEL.cjs');
4
6
  require('./T7HE2FLY.cjs');
5
7
  var XME2NUYX_cjs = require('./XME2NUYX.cjs');
6
8
  var DM353IOW_cjs = require('./DM353IOW.cjs');
7
- var DH6X42MI_cjs = require('./DH6X42MI.cjs');
8
- var K3TYTO3P_cjs = require('./K3TYTO3P.cjs');
9
9
  require('./NTKZVLDN.cjs');
10
- var I7LXTKGD_cjs = require('./I7LXTKGD.cjs');
11
- var QICBTPBO_cjs = require('./QICBTPBO.cjs');
12
- var UVO5VSQV_cjs = require('./UVO5VSQV.cjs');
10
+ var WQZFTTRU_cjs = require('./WQZFTTRU.cjs');
13
11
  var LZPXY3EV_cjs = require('./LZPXY3EV.cjs');
14
- var ITDVPU5B_cjs = require('./ITDVPU5B.cjs');
15
- var BUZYR37G_cjs = require('./BUZYR37G.cjs');
12
+ var _5Y6Z2MU3_cjs = require('./5Y6Z2MU3.cjs');
13
+ var JDEFGDZR_cjs = require('./JDEFGDZR.cjs');
16
14
  var PJ4I44RT_cjs = require('./PJ4I44RT.cjs');
17
15
  var _4MVU3C26_cjs = require('./4MVU3C26.cjs');
18
- var _4F75E3VV_cjs = require('./4F75E3VV.cjs');
16
+ var SHB3LS7D_cjs = require('./SHB3LS7D.cjs');
17
+ var QICBTPBO_cjs = require('./QICBTPBO.cjs');
18
+ var UVO5VSQV_cjs = require('./UVO5VSQV.cjs');
19
19
  require('./YJF4D23A.cjs');
20
20
 
21
21
 
22
22
 
23
+ Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
24
+ enumerable: true,
25
+ get: function () { return EAS2LMHJ_cjs.oneSigConfigApiResponseSchema; }
26
+ });
27
+ Object.defineProperty(exports, "OneSigExecutorConfigSchema", {
28
+ enumerable: true,
29
+ get: function () { return V4KBSXEL_cjs.OneSigExecutorConfigSchema; }
30
+ });
31
+ Object.defineProperty(exports, "oneSigConfigSchema", {
32
+ enumerable: true,
33
+ get: function () { return V4KBSXEL_cjs.oneSigConfigSchema; }
34
+ });
23
35
  Object.defineProperty(exports, "oneSigSessionSchema", {
24
36
  enumerable: true,
25
37
  get: function () { return XME2NUYX_cjs.oneSigSessionSchema; }
@@ -68,29 +80,13 @@ Object.defineProperty(exports, "oneSigServiceErrorSchema", {
68
80
  enumerable: true,
69
81
  get: function () { return DM353IOW_cjs.oneSigServiceErrorSchema; }
70
82
  });
71
- Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
72
- enumerable: true,
73
- get: function () { return DH6X42MI_cjs.oneSigConfigApiResponseSchema; }
74
- });
75
- Object.defineProperty(exports, "oneSigConfigSchema", {
76
- enumerable: true,
77
- get: function () { return K3TYTO3P_cjs.oneSigConfigSchema; }
78
- });
79
83
  Object.defineProperty(exports, "oneSigEntitySchema", {
80
84
  enumerable: true,
81
- get: function () { return I7LXTKGD_cjs.oneSigEntitySchema; }
85
+ get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
82
86
  });
83
87
  Object.defineProperty(exports, "oneSigProposedEntitySchema", {
84
88
  enumerable: true,
85
- get: function () { return I7LXTKGD_cjs.oneSigProposedEntitySchema; }
86
- });
87
- Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
88
- enumerable: true,
89
- get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
90
- });
91
- Object.defineProperty(exports, "proposerSignatureSchema", {
92
- enumerable: true,
93
- get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
89
+ get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
94
90
  });
95
91
  Object.defineProperty(exports, "signerSignatureSchema", {
96
92
  enumerable: true,
@@ -98,23 +94,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
98
94
  });
99
95
  Object.defineProperty(exports, "OneSigTransactionStatus", {
100
96
  enumerable: true,
101
- get: function () { return ITDVPU5B_cjs.OneSigTransactionStatus; }
97
+ get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
102
98
  });
103
99
  Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
104
100
  enumerable: true,
105
- get: function () { return ITDVPU5B_cjs.oneSigBundleTransactionsResponseSchema; }
101
+ get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
106
102
  });
107
103
  Object.defineProperty(exports, "oneSigLeafSchema", {
108
104
  enumerable: true,
109
- get: function () { return ITDVPU5B_cjs.oneSigLeafSchema; }
105
+ get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
110
106
  });
111
107
  Object.defineProperty(exports, "oneSigTransactionSchema", {
112
108
  enumerable: true,
113
- get: function () { return ITDVPU5B_cjs.oneSigTransactionSchema; }
109
+ get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
114
110
  });
115
111
  Object.defineProperty(exports, "oneSigCallSchema", {
116
112
  enumerable: true,
117
- get: function () { return BUZYR37G_cjs.oneSigCallSchema; }
113
+ get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
118
114
  });
119
115
  Object.defineProperty(exports, "oneSigTONCallSchema", {
120
116
  enumerable: true,
@@ -126,7 +122,15 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
126
122
  });
127
123
  Object.defineProperty(exports, "oneSigStarknetCallSchema", {
128
124
  enumerable: true,
129
- get: function () { return _4F75E3VV_cjs.oneSigStarknetCallSchema; }
125
+ get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
126
+ });
127
+ Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
128
+ enumerable: true,
129
+ get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
130
+ });
131
+ Object.defineProperty(exports, "proposerSignatureSchema", {
132
+ enumerable: true,
133
+ get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
130
134
  });
131
135
  //# sourceMappingURL=index.cjs.map
132
136
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  import './74ZGRYIH.js';
2
+ export { oneSigConfigApiResponseSchema } from './LXV63NMZ.js';
3
+ export { OneSigExecutorConfigSchema, oneSigConfigSchema } from './V7JA2BPB.js';
2
4
  import './P2ZSGLQK.js';
3
5
  export { oneSigSessionSchema } from './KHVVJITJ.js';
4
6
  export { InvalidOneSigInputError, OneSigBatchExpiredError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, oneSigServiceErrorSchema } from './LXQMB7UP.js';
5
- export { oneSigConfigApiResponseSchema } from './YD2WYBCA.js';
6
- export { oneSigConfigSchema } from './LEBPXDHG.js';
7
7
  import './YKZ5WATU.js';
8
- export { oneSigEntitySchema, oneSigProposedEntitySchema } from './2PQ6LRKF.js';
9
- export { oneSigBundleSizeOverrideSchema } from './IQIHF5BY.js';
10
- export { proposerSignatureSchema } from './3Y7A3U4W.js';
8
+ export { oneSigEntitySchema, oneSigProposedEntitySchema } from './BKUIOZKK.js';
11
9
  export { signerSignatureSchema } from './YFXB5H6J.js';
12
- export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './X4EGIVE2.js';
13
- export { oneSigCallSchema } from './3VUXVFJ7.js';
10
+ export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './GICQPCL6.js';
11
+ export { oneSigCallSchema } from './ALAQKG3R.js';
14
12
  export { oneSigTONCallSchema } from './NU3JS4PN.js';
15
13
  export { oneSigEVMCallSchema } from './UM3LAZ3M.js';
16
- export { oneSigStarknetCallSchema } from './HFQ33N6C.js';
14
+ export { oneSigStarknetCallSchema } from './4FSPXU67.js';
15
+ export { oneSigBundleSizeOverrideSchema } from './IQIHF5BY.js';
16
+ export { proposerSignatureSchema } from './3Y7A3U4W.js';
17
17
  import './VUOMXK5T.js';
18
18
  //# sourceMappingURL=index.js.map
19
19
  //# sourceMappingURL=index.js.map
@@ -1,25 +1,37 @@
1
1
  'use strict';
2
2
 
3
3
  require('../YVVMZMCQ.cjs');
4
+ var EAS2LMHJ_cjs = require('../EAS2LMHJ.cjs');
5
+ var V4KBSXEL_cjs = require('../V4KBSXEL.cjs');
4
6
  require('../T7HE2FLY.cjs');
5
7
  var XME2NUYX_cjs = require('../XME2NUYX.cjs');
6
8
  var DM353IOW_cjs = require('../DM353IOW.cjs');
7
- var DH6X42MI_cjs = require('../DH6X42MI.cjs');
8
- var K3TYTO3P_cjs = require('../K3TYTO3P.cjs');
9
9
  require('../NTKZVLDN.cjs');
10
- var I7LXTKGD_cjs = require('../I7LXTKGD.cjs');
11
- var QICBTPBO_cjs = require('../QICBTPBO.cjs');
12
- var UVO5VSQV_cjs = require('../UVO5VSQV.cjs');
10
+ var WQZFTTRU_cjs = require('../WQZFTTRU.cjs');
13
11
  var LZPXY3EV_cjs = require('../LZPXY3EV.cjs');
14
- var ITDVPU5B_cjs = require('../ITDVPU5B.cjs');
15
- var BUZYR37G_cjs = require('../BUZYR37G.cjs');
12
+ var _5Y6Z2MU3_cjs = require('../5Y6Z2MU3.cjs');
13
+ var JDEFGDZR_cjs = require('../JDEFGDZR.cjs');
16
14
  var PJ4I44RT_cjs = require('../PJ4I44RT.cjs');
17
15
  var _4MVU3C26_cjs = require('../4MVU3C26.cjs');
18
- var _4F75E3VV_cjs = require('../4F75E3VV.cjs');
16
+ var SHB3LS7D_cjs = require('../SHB3LS7D.cjs');
17
+ var QICBTPBO_cjs = require('../QICBTPBO.cjs');
18
+ var UVO5VSQV_cjs = require('../UVO5VSQV.cjs');
19
19
  require('../YJF4D23A.cjs');
20
20
 
21
21
 
22
22
 
23
+ Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
24
+ enumerable: true,
25
+ get: function () { return EAS2LMHJ_cjs.oneSigConfigApiResponseSchema; }
26
+ });
27
+ Object.defineProperty(exports, "OneSigExecutorConfigSchema", {
28
+ enumerable: true,
29
+ get: function () { return V4KBSXEL_cjs.OneSigExecutorConfigSchema; }
30
+ });
31
+ Object.defineProperty(exports, "oneSigConfigSchema", {
32
+ enumerable: true,
33
+ get: function () { return V4KBSXEL_cjs.oneSigConfigSchema; }
34
+ });
23
35
  Object.defineProperty(exports, "oneSigSessionSchema", {
24
36
  enumerable: true,
25
37
  get: function () { return XME2NUYX_cjs.oneSigSessionSchema; }
@@ -68,29 +80,13 @@ Object.defineProperty(exports, "oneSigServiceErrorSchema", {
68
80
  enumerable: true,
69
81
  get: function () { return DM353IOW_cjs.oneSigServiceErrorSchema; }
70
82
  });
71
- Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
72
- enumerable: true,
73
- get: function () { return DH6X42MI_cjs.oneSigConfigApiResponseSchema; }
74
- });
75
- Object.defineProperty(exports, "oneSigConfigSchema", {
76
- enumerable: true,
77
- get: function () { return K3TYTO3P_cjs.oneSigConfigSchema; }
78
- });
79
83
  Object.defineProperty(exports, "oneSigEntitySchema", {
80
84
  enumerable: true,
81
- get: function () { return I7LXTKGD_cjs.oneSigEntitySchema; }
85
+ get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
82
86
  });
83
87
  Object.defineProperty(exports, "oneSigProposedEntitySchema", {
84
88
  enumerable: true,
85
- get: function () { return I7LXTKGD_cjs.oneSigProposedEntitySchema; }
86
- });
87
- Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
88
- enumerable: true,
89
- get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
90
- });
91
- Object.defineProperty(exports, "proposerSignatureSchema", {
92
- enumerable: true,
93
- get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
89
+ get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
94
90
  });
95
91
  Object.defineProperty(exports, "signerSignatureSchema", {
96
92
  enumerable: true,
@@ -98,23 +94,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
98
94
  });
99
95
  Object.defineProperty(exports, "OneSigTransactionStatus", {
100
96
  enumerable: true,
101
- get: function () { return ITDVPU5B_cjs.OneSigTransactionStatus; }
97
+ get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
102
98
  });
103
99
  Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
104
100
  enumerable: true,
105
- get: function () { return ITDVPU5B_cjs.oneSigBundleTransactionsResponseSchema; }
101
+ get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
106
102
  });
107
103
  Object.defineProperty(exports, "oneSigLeafSchema", {
108
104
  enumerable: true,
109
- get: function () { return ITDVPU5B_cjs.oneSigLeafSchema; }
105
+ get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
110
106
  });
111
107
  Object.defineProperty(exports, "oneSigTransactionSchema", {
112
108
  enumerable: true,
113
- get: function () { return ITDVPU5B_cjs.oneSigTransactionSchema; }
109
+ get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
114
110
  });
115
111
  Object.defineProperty(exports, "oneSigCallSchema", {
116
112
  enumerable: true,
117
- get: function () { return BUZYR37G_cjs.oneSigCallSchema; }
113
+ get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
118
114
  });
119
115
  Object.defineProperty(exports, "oneSigTONCallSchema", {
120
116
  enumerable: true,
@@ -126,7 +122,15 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
126
122
  });
127
123
  Object.defineProperty(exports, "oneSigStarknetCallSchema", {
128
124
  enumerable: true,
129
- get: function () { return _4F75E3VV_cjs.oneSigStarknetCallSchema; }
125
+ get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
126
+ });
127
+ Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
128
+ enumerable: true,
129
+ get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
130
+ });
131
+ Object.defineProperty(exports, "proposerSignatureSchema", {
132
+ enumerable: true,
133
+ get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
130
134
  });
131
135
  //# sourceMappingURL=index.cjs.map
132
136
  //# sourceMappingURL=index.cjs.map
@@ -1,19 +1,19 @@
1
1
  import '../74ZGRYIH.js';
2
+ export { oneSigConfigApiResponseSchema } from '../LXV63NMZ.js';
3
+ export { OneSigExecutorConfigSchema, oneSigConfigSchema } from '../V7JA2BPB.js';
2
4
  import '../P2ZSGLQK.js';
3
5
  export { oneSigSessionSchema } from '../KHVVJITJ.js';
4
6
  export { InvalidOneSigInputError, OneSigBatchExpiredError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, oneSigServiceErrorSchema } from '../LXQMB7UP.js';
5
- export { oneSigConfigApiResponseSchema } from '../YD2WYBCA.js';
6
- export { oneSigConfigSchema } from '../LEBPXDHG.js';
7
7
  import '../YKZ5WATU.js';
8
- export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../2PQ6LRKF.js';
9
- export { oneSigBundleSizeOverrideSchema } from '../IQIHF5BY.js';
10
- export { proposerSignatureSchema } from '../3Y7A3U4W.js';
8
+ export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../BKUIOZKK.js';
11
9
  export { signerSignatureSchema } from '../YFXB5H6J.js';
12
- export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../X4EGIVE2.js';
13
- export { oneSigCallSchema } from '../3VUXVFJ7.js';
10
+ export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../GICQPCL6.js';
11
+ export { oneSigCallSchema } from '../ALAQKG3R.js';
14
12
  export { oneSigTONCallSchema } from '../NU3JS4PN.js';
15
13
  export { oneSigEVMCallSchema } from '../UM3LAZ3M.js';
16
- export { oneSigStarknetCallSchema } from '../HFQ33N6C.js';
14
+ export { oneSigStarknetCallSchema } from '../4FSPXU67.js';
15
+ export { oneSigBundleSizeOverrideSchema } from '../IQIHF5BY.js';
16
+ export { proposerSignatureSchema } from '../3Y7A3U4W.js';
17
17
  import '../VUOMXK5T.js';
18
18
  //# sourceMappingURL=index.js.map
19
19
  //# sourceMappingURL=index.js.map
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var BUZYR37G_cjs = require('../../../BUZYR37G.cjs');
3
+ var JDEFGDZR_cjs = require('../../../JDEFGDZR.cjs');
4
4
  var PJ4I44RT_cjs = require('../../../PJ4I44RT.cjs');
5
5
  var _4MVU3C26_cjs = require('../../../4MVU3C26.cjs');
6
- var _4F75E3VV_cjs = require('../../../4F75E3VV.cjs');
6
+ var SHB3LS7D_cjs = require('../../../SHB3LS7D.cjs');
7
7
  require('../../../YJF4D23A.cjs');
8
8
 
9
9
 
10
10
 
11
11
  Object.defineProperty(exports, "oneSigCallSchema", {
12
12
  enumerable: true,
13
- get: function () { return BUZYR37G_cjs.oneSigCallSchema; }
13
+ get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
14
14
  });
15
15
  Object.defineProperty(exports, "oneSigTONCallSchema", {
16
16
  enumerable: true,
@@ -22,7 +22,7 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
22
22
  });
23
23
  Object.defineProperty(exports, "oneSigStarknetCallSchema", {
24
24
  enumerable: true,
25
- get: function () { return _4F75E3VV_cjs.oneSigStarknetCallSchema; }
25
+ get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
26
26
  });
27
27
  //# sourceMappingURL=index.cjs.map
28
28
  //# sourceMappingURL=index.cjs.map
@@ -14,7 +14,7 @@ export declare const oneSigCallSchema: z.ZodUnion<readonly [z.ZodObject<{
14
14
  }, z.core.$strip>, z.ZodObject<{
15
15
  to: z.ZodString;
16
16
  selector: z.ZodString;
17
- data: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
17
+ calldata: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
18
18
  __compiled__: z.ZodOptional<z.ZodLiteral<true>>;
19
19
  }, z.core.$strip>>;
20
20
  gasLimit: z.ZodObject<{
@@ -1,7 +1,7 @@
1
- export { oneSigCallSchema } from '../../../3VUXVFJ7.js';
1
+ export { oneSigCallSchema } from '../../../ALAQKG3R.js';
2
2
  export { oneSigTONCallSchema } from '../../../NU3JS4PN.js';
3
3
  export { oneSigEVMCallSchema } from '../../../UM3LAZ3M.js';
4
- export { oneSigStarknetCallSchema } from '../../../HFQ33N6C.js';
4
+ export { oneSigStarknetCallSchema } from '../../../4FSPXU67.js';
5
5
  import '../../../VUOMXK5T.js';
6
6
  //# sourceMappingURL=index.js.map
7
7
  //# sourceMappingURL=index.js.map
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var _4F75E3VV_cjs = require('../../../4F75E3VV.cjs');
3
+ var SHB3LS7D_cjs = require('../../../SHB3LS7D.cjs');
4
4
  require('../../../YJF4D23A.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "oneSigStarknetCallSchema", {
9
9
  enumerable: true,
10
- get: function () { return _4F75E3VV_cjs.oneSigStarknetCallSchema; }
10
+ get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
11
11
  });
12
12
  //# sourceMappingURL=onesig-starknet-call.cjs.map
13
13
  //# sourceMappingURL=onesig-starknet-call.cjs.map
@@ -2,7 +2,7 @@ import { z } from 'zod/v4';
2
2
  export declare const oneSigStarknetCallSchema: z.ZodObject<{
3
3
  to: z.ZodString;
4
4
  selector: z.ZodString;
5
- data: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
5
+ calldata: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
6
6
  __compiled__: z.ZodOptional<z.ZodLiteral<true>>;
7
7
  }, z.core.$strip>>;
8
8
  gasLimit: z.ZodObject<{
@@ -1,4 +1,4 @@
1
- export { oneSigStarknetCallSchema } from '../../../HFQ33N6C.js';
1
+ export { oneSigStarknetCallSchema } from '../../../4FSPXU67.js';
2
2
  import '../../../VUOMXK5T.js';
3
3
  //# sourceMappingURL=onesig-starknet-call.js.map
4
4
  //# sourceMappingURL=onesig-starknet-call.js.map
@@ -1,34 +1,26 @@
1
1
  'use strict';
2
2
 
3
3
  require('../../NTKZVLDN.cjs');
4
- var I7LXTKGD_cjs = require('../../I7LXTKGD.cjs');
5
- var QICBTPBO_cjs = require('../../QICBTPBO.cjs');
6
- var UVO5VSQV_cjs = require('../../UVO5VSQV.cjs');
4
+ var WQZFTTRU_cjs = require('../../WQZFTTRU.cjs');
7
5
  var LZPXY3EV_cjs = require('../../LZPXY3EV.cjs');
8
- var ITDVPU5B_cjs = require('../../ITDVPU5B.cjs');
9
- var BUZYR37G_cjs = require('../../BUZYR37G.cjs');
6
+ var _5Y6Z2MU3_cjs = require('../../5Y6Z2MU3.cjs');
7
+ var JDEFGDZR_cjs = require('../../JDEFGDZR.cjs');
10
8
  var PJ4I44RT_cjs = require('../../PJ4I44RT.cjs');
11
9
  var _4MVU3C26_cjs = require('../../4MVU3C26.cjs');
12
- var _4F75E3VV_cjs = require('../../4F75E3VV.cjs');
10
+ var SHB3LS7D_cjs = require('../../SHB3LS7D.cjs');
11
+ var QICBTPBO_cjs = require('../../QICBTPBO.cjs');
12
+ var UVO5VSQV_cjs = require('../../UVO5VSQV.cjs');
13
13
  require('../../YJF4D23A.cjs');
14
14
 
15
15
 
16
16
 
17
17
  Object.defineProperty(exports, "oneSigEntitySchema", {
18
18
  enumerable: true,
19
- get: function () { return I7LXTKGD_cjs.oneSigEntitySchema; }
19
+ get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
20
20
  });
21
21
  Object.defineProperty(exports, "oneSigProposedEntitySchema", {
22
22
  enumerable: true,
23
- get: function () { return I7LXTKGD_cjs.oneSigProposedEntitySchema; }
24
- });
25
- Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
26
- enumerable: true,
27
- get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
28
- });
29
- Object.defineProperty(exports, "proposerSignatureSchema", {
30
- enumerable: true,
31
- get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
23
+ get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
32
24
  });
33
25
  Object.defineProperty(exports, "signerSignatureSchema", {
34
26
  enumerable: true,
@@ -36,23 +28,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
36
28
  });
37
29
  Object.defineProperty(exports, "OneSigTransactionStatus", {
38
30
  enumerable: true,
39
- get: function () { return ITDVPU5B_cjs.OneSigTransactionStatus; }
31
+ get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
40
32
  });
41
33
  Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
42
34
  enumerable: true,
43
- get: function () { return ITDVPU5B_cjs.oneSigBundleTransactionsResponseSchema; }
35
+ get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
44
36
  });
45
37
  Object.defineProperty(exports, "oneSigLeafSchema", {
46
38
  enumerable: true,
47
- get: function () { return ITDVPU5B_cjs.oneSigLeafSchema; }
39
+ get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
48
40
  });
49
41
  Object.defineProperty(exports, "oneSigTransactionSchema", {
50
42
  enumerable: true,
51
- get: function () { return ITDVPU5B_cjs.oneSigTransactionSchema; }
43
+ get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
52
44
  });
53
45
  Object.defineProperty(exports, "oneSigCallSchema", {
54
46
  enumerable: true,
55
- get: function () { return BUZYR37G_cjs.oneSigCallSchema; }
47
+ get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
56
48
  });
57
49
  Object.defineProperty(exports, "oneSigTONCallSchema", {
58
50
  enumerable: true,
@@ -64,7 +56,15 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
64
56
  });
65
57
  Object.defineProperty(exports, "oneSigStarknetCallSchema", {
66
58
  enumerable: true,
67
- get: function () { return _4F75E3VV_cjs.oneSigStarknetCallSchema; }
59
+ get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
60
+ });
61
+ Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
62
+ enumerable: true,
63
+ get: function () { return QICBTPBO_cjs.oneSigBundleSizeOverrideSchema; }
64
+ });
65
+ Object.defineProperty(exports, "proposerSignatureSchema", {
66
+ enumerable: true,
67
+ get: function () { return UVO5VSQV_cjs.proposerSignatureSchema; }
68
68
  });
69
69
  //# sourceMappingURL=index.cjs.map
70
70
  //# sourceMappingURL=index.cjs.map
@@ -1,13 +1,13 @@
1
1
  import '../../YKZ5WATU.js';
2
- export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../2PQ6LRKF.js';
3
- export { oneSigBundleSizeOverrideSchema } from '../../IQIHF5BY.js';
4
- export { proposerSignatureSchema } from '../../3Y7A3U4W.js';
2
+ export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../BKUIOZKK.js';
5
3
  export { signerSignatureSchema } from '../../YFXB5H6J.js';
6
- export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../X4EGIVE2.js';
7
- export { oneSigCallSchema } from '../../3VUXVFJ7.js';
4
+ export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../GICQPCL6.js';
5
+ export { oneSigCallSchema } from '../../ALAQKG3R.js';
8
6
  export { oneSigTONCallSchema } from '../../NU3JS4PN.js';
9
7
  export { oneSigEVMCallSchema } from '../../UM3LAZ3M.js';
10
- export { oneSigStarknetCallSchema } from '../../HFQ33N6C.js';
8
+ export { oneSigStarknetCallSchema } from '../../4FSPXU67.js';
9
+ export { oneSigBundleSizeOverrideSchema } from '../../IQIHF5BY.js';
10
+ export { proposerSignatureSchema } from '../../3Y7A3U4W.js';
11
11
  import '../../VUOMXK5T.js';
12
12
  //# sourceMappingURL=index.js.map
13
13
  //# sourceMappingURL=index.js.map
@@ -1,25 +1,25 @@
1
1
  'use strict';
2
2
 
3
- var I7LXTKGD_cjs = require('../../I7LXTKGD.cjs');
4
- require('../../QICBTPBO.cjs');
5
- require('../../UVO5VSQV.cjs');
3
+ var WQZFTTRU_cjs = require('../../WQZFTTRU.cjs');
6
4
  require('../../LZPXY3EV.cjs');
7
- require('../../ITDVPU5B.cjs');
8
- require('../../BUZYR37G.cjs');
5
+ require('../../5Y6Z2MU3.cjs');
6
+ require('../../JDEFGDZR.cjs');
9
7
  require('../../PJ4I44RT.cjs');
10
8
  require('../../4MVU3C26.cjs');
11
- require('../../4F75E3VV.cjs');
9
+ require('../../SHB3LS7D.cjs');
10
+ require('../../QICBTPBO.cjs');
11
+ require('../../UVO5VSQV.cjs');
12
12
  require('../../YJF4D23A.cjs');
13
13
 
14
14
 
15
15
 
16
16
  Object.defineProperty(exports, "oneSigEntitySchema", {
17
17
  enumerable: true,
18
- get: function () { return I7LXTKGD_cjs.oneSigEntitySchema; }
18
+ get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
19
19
  });
20
20
  Object.defineProperty(exports, "oneSigProposedEntitySchema", {
21
21
  enumerable: true,
22
- get: function () { return I7LXTKGD_cjs.oneSigProposedEntitySchema; }
22
+ get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
23
23
  });
24
24
  //# sourceMappingURL=onesig-entity.cjs.map
25
25
  //# sourceMappingURL=onesig-entity.cjs.map
@@ -28,7 +28,7 @@ export declare const oneSigEntitySchema: z.ZodObject<{
28
28
  }, z.core.$strip>, z.ZodObject<{
29
29
  to: z.ZodString;
30
30
  selector: z.ZodString;
31
- data: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
31
+ calldata: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
32
32
  __compiled__: z.ZodOptional<z.ZodLiteral<true>>;
33
33
  }, z.core.$strip>>;
34
34
  gasLimit: z.ZodObject<{