@layerzerolabs/onesig-model 0.2.7 → 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.
- package/.turbo/turbo-build.log +67 -67
- package/.turbo/turbo-lint.log +1 -1
- package/dist/{HFQ33N6C.js → 4FSPXU67.js} +3 -3
- package/dist/4FSPXU67.js.map +1 -0
- package/dist/{ITDVPU5B.cjs → 5Y6Z2MU3.cjs} +4 -4
- package/dist/{ITDVPU5B.cjs.map → 5Y6Z2MU3.cjs.map} +1 -1
- package/dist/{3VUXVFJ7.js → ALAQKG3R.js} +3 -3
- package/dist/{3VUXVFJ7.js.map → ALAQKG3R.js.map} +1 -1
- package/dist/{STJMZIOP.js → BKUIOZKK.js} +3 -3
- package/dist/{STJMZIOP.js.map → BKUIOZKK.js.map} +1 -1
- package/dist/EAS2LMHJ.cjs +12 -0
- package/dist/{DH6X42MI.cjs.map → EAS2LMHJ.cjs.map} +1 -1
- package/dist/{X4EGIVE2.js → GICQPCL6.js} +3 -3
- package/dist/{X4EGIVE2.js.map → GICQPCL6.js.map} +1 -1
- package/dist/{BUZYR37G.cjs → JDEFGDZR.cjs} +4 -4
- package/dist/{BUZYR37G.cjs.map → JDEFGDZR.cjs.map} +1 -1
- package/dist/{YD2WYBCA.js → LXV63NMZ.js} +3 -3
- package/dist/{YD2WYBCA.js.map → LXV63NMZ.js.map} +1 -1
- package/dist/{4F75E3VV.cjs → SHB3LS7D.cjs} +3 -3
- package/dist/SHB3LS7D.cjs.map +1 -0
- package/dist/V4KBSXEL.cjs +30 -0
- package/dist/V4KBSXEL.cjs.map +1 -0
- package/dist/V7JA2BPB.js +27 -0
- package/dist/V7JA2BPB.js.map +1 -0
- package/dist/{S6JVUQFU.cjs → WQZFTTRU.cjs} +4 -4
- package/dist/{S6JVUQFU.cjs.map → WQZFTTRU.cjs.map} +1 -1
- package/dist/index.cjs +20 -16
- package/dist/index.js +6 -6
- package/dist/model/index.cjs +20 -16
- package/dist/model/index.js +6 -6
- package/dist/model/onesig-bundle/calls/index.cjs +4 -4
- package/dist/model/onesig-bundle/calls/index.d.ts +1 -1
- package/dist/model/onesig-bundle/calls/index.js +2 -2
- package/dist/model/onesig-bundle/calls/onesig-starknet-call.cjs +2 -2
- package/dist/model/onesig-bundle/calls/onesig-starknet-call.d.ts +1 -1
- package/dist/model/onesig-bundle/calls/onesig-starknet-call.js +1 -1
- package/dist/model/onesig-bundle/index.cjs +12 -12
- package/dist/model/onesig-bundle/index.js +4 -4
- package/dist/model/onesig-bundle/onesig-entity.cjs +6 -6
- package/dist/model/onesig-bundle/onesig-entity.d.ts +1 -1
- package/dist/model/onesig-bundle/onesig-entity.js +4 -4
- package/dist/model/onesig-bundle/onesig-leaf.cjs +7 -7
- package/dist/model/onesig-bundle/onesig-leaf.d.ts +1 -1
- package/dist/model/onesig-bundle/onesig-leaf.js +3 -3
- package/dist/model/onesig-config/index.cjs +8 -4
- package/dist/model/onesig-config/index.d.ts +10 -4
- package/dist/model/onesig-config/index.d.ts.map +1 -1
- package/dist/model/onesig-config/index.js +2 -2
- package/dist/model/onesig-config/onesig-config.cjs +6 -2
- package/dist/model/onesig-config/onesig-config.d.ts +19 -4
- package/dist/model/onesig-config/onesig-config.d.ts.map +1 -1
- package/dist/model/onesig-config/onesig-config.js +1 -1
- package/package.json +3 -4
- package/src/model/onesig-bundle/calls/onesig-starknet-call.ts +1 -1
- package/src/model/onesig-config/onesig-config.ts +27 -4
- package/dist/4F75E3VV.cjs.map +0 -1
- package/dist/DH6X42MI.cjs +0 -12
- package/dist/HFQ33N6C.js.map +0 -1
- package/dist/K3TYTO3P.cjs +0 -22
- package/dist/K3TYTO3P.cjs.map +0 -1
- package/dist/LEBPXDHG.js +0 -20
- package/dist/LEBPXDHG.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var LZPXY3EV_cjs = require('./LZPXY3EV.cjs');
|
|
4
|
-
var
|
|
4
|
+
var _5Y6Z2MU3_cjs = require('./5Y6Z2MU3.cjs');
|
|
5
5
|
var QICBTPBO_cjs = require('./QICBTPBO.cjs');
|
|
6
6
|
var UVO5VSQV_cjs = require('./UVO5VSQV.cjs');
|
|
7
7
|
var v4 = require('zod/v4');
|
|
@@ -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(
|
|
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=
|
|
31
|
-
//# sourceMappingURL=
|
|
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,
|
|
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,19 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./YVVMZMCQ.cjs');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var EAS2LMHJ_cjs = require('./EAS2LMHJ.cjs');
|
|
5
|
+
var V4KBSXEL_cjs = require('./V4KBSXEL.cjs');
|
|
6
6
|
require('./T7HE2FLY.cjs');
|
|
7
7
|
var XME2NUYX_cjs = require('./XME2NUYX.cjs');
|
|
8
8
|
var DM353IOW_cjs = require('./DM353IOW.cjs');
|
|
9
9
|
require('./NTKZVLDN.cjs');
|
|
10
|
-
var
|
|
10
|
+
var WQZFTTRU_cjs = require('./WQZFTTRU.cjs');
|
|
11
11
|
var LZPXY3EV_cjs = require('./LZPXY3EV.cjs');
|
|
12
|
-
var
|
|
13
|
-
var
|
|
12
|
+
var _5Y6Z2MU3_cjs = require('./5Y6Z2MU3.cjs');
|
|
13
|
+
var JDEFGDZR_cjs = require('./JDEFGDZR.cjs');
|
|
14
14
|
var PJ4I44RT_cjs = require('./PJ4I44RT.cjs');
|
|
15
15
|
var _4MVU3C26_cjs = require('./4MVU3C26.cjs');
|
|
16
|
-
var
|
|
16
|
+
var SHB3LS7D_cjs = require('./SHB3LS7D.cjs');
|
|
17
17
|
var QICBTPBO_cjs = require('./QICBTPBO.cjs');
|
|
18
18
|
var UVO5VSQV_cjs = require('./UVO5VSQV.cjs');
|
|
19
19
|
require('./YJF4D23A.cjs');
|
|
@@ -22,11 +22,15 @@ require('./YJF4D23A.cjs');
|
|
|
22
22
|
|
|
23
23
|
Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return EAS2LMHJ_cjs.oneSigConfigApiResponseSchema; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "OneSigExecutorConfigSchema", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return V4KBSXEL_cjs.OneSigExecutorConfigSchema; }
|
|
26
30
|
});
|
|
27
31
|
Object.defineProperty(exports, "oneSigConfigSchema", {
|
|
28
32
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
33
|
+
get: function () { return V4KBSXEL_cjs.oneSigConfigSchema; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "oneSigSessionSchema", {
|
|
32
36
|
enumerable: true,
|
|
@@ -78,11 +82,11 @@ Object.defineProperty(exports, "oneSigServiceErrorSchema", {
|
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "oneSigEntitySchema", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "oneSigProposedEntitySchema", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "signerSignatureSchema", {
|
|
88
92
|
enumerable: true,
|
|
@@ -90,23 +94,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
|
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "OneSigTransactionStatus", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "oneSigLeafSchema", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "oneSigTransactionSchema", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "oneSigCallSchema", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "oneSigTONCallSchema", {
|
|
112
116
|
enumerable: true,
|
|
@@ -118,7 +122,7 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
|
|
|
118
122
|
});
|
|
119
123
|
Object.defineProperty(exports, "oneSigStarknetCallSchema", {
|
|
120
124
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
125
|
+
get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
|
|
122
126
|
});
|
|
123
127
|
Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
|
|
124
128
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import './74ZGRYIH.js';
|
|
2
|
-
export { oneSigConfigApiResponseSchema } from './
|
|
3
|
-
export { oneSigConfigSchema } from './
|
|
2
|
+
export { oneSigConfigApiResponseSchema } from './LXV63NMZ.js';
|
|
3
|
+
export { OneSigExecutorConfigSchema, oneSigConfigSchema } from './V7JA2BPB.js';
|
|
4
4
|
import './P2ZSGLQK.js';
|
|
5
5
|
export { oneSigSessionSchema } from './KHVVJITJ.js';
|
|
6
6
|
export { InvalidOneSigInputError, OneSigBatchExpiredError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, oneSigServiceErrorSchema } from './LXQMB7UP.js';
|
|
7
7
|
import './YKZ5WATU.js';
|
|
8
|
-
export { oneSigEntitySchema, oneSigProposedEntitySchema } from './
|
|
8
|
+
export { oneSigEntitySchema, oneSigProposedEntitySchema } from './BKUIOZKK.js';
|
|
9
9
|
export { signerSignatureSchema } from './YFXB5H6J.js';
|
|
10
|
-
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './
|
|
11
|
-
export { oneSigCallSchema } from './
|
|
10
|
+
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './GICQPCL6.js';
|
|
11
|
+
export { oneSigCallSchema } from './ALAQKG3R.js';
|
|
12
12
|
export { oneSigTONCallSchema } from './NU3JS4PN.js';
|
|
13
13
|
export { oneSigEVMCallSchema } from './UM3LAZ3M.js';
|
|
14
|
-
export { oneSigStarknetCallSchema } from './
|
|
14
|
+
export { oneSigStarknetCallSchema } from './4FSPXU67.js';
|
|
15
15
|
export { oneSigBundleSizeOverrideSchema } from './IQIHF5BY.js';
|
|
16
16
|
export { proposerSignatureSchema } from './3Y7A3U4W.js';
|
|
17
17
|
import './VUOMXK5T.js';
|
package/dist/model/index.cjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../YVVMZMCQ.cjs');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var EAS2LMHJ_cjs = require('../EAS2LMHJ.cjs');
|
|
5
|
+
var V4KBSXEL_cjs = require('../V4KBSXEL.cjs');
|
|
6
6
|
require('../T7HE2FLY.cjs');
|
|
7
7
|
var XME2NUYX_cjs = require('../XME2NUYX.cjs');
|
|
8
8
|
var DM353IOW_cjs = require('../DM353IOW.cjs');
|
|
9
9
|
require('../NTKZVLDN.cjs');
|
|
10
|
-
var
|
|
10
|
+
var WQZFTTRU_cjs = require('../WQZFTTRU.cjs');
|
|
11
11
|
var LZPXY3EV_cjs = require('../LZPXY3EV.cjs');
|
|
12
|
-
var
|
|
13
|
-
var
|
|
12
|
+
var _5Y6Z2MU3_cjs = require('../5Y6Z2MU3.cjs');
|
|
13
|
+
var JDEFGDZR_cjs = require('../JDEFGDZR.cjs');
|
|
14
14
|
var PJ4I44RT_cjs = require('../PJ4I44RT.cjs');
|
|
15
15
|
var _4MVU3C26_cjs = require('../4MVU3C26.cjs');
|
|
16
|
-
var
|
|
16
|
+
var SHB3LS7D_cjs = require('../SHB3LS7D.cjs');
|
|
17
17
|
var QICBTPBO_cjs = require('../QICBTPBO.cjs');
|
|
18
18
|
var UVO5VSQV_cjs = require('../UVO5VSQV.cjs');
|
|
19
19
|
require('../YJF4D23A.cjs');
|
|
@@ -22,11 +22,15 @@ require('../YJF4D23A.cjs');
|
|
|
22
22
|
|
|
23
23
|
Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return EAS2LMHJ_cjs.oneSigConfigApiResponseSchema; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "OneSigExecutorConfigSchema", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return V4KBSXEL_cjs.OneSigExecutorConfigSchema; }
|
|
26
30
|
});
|
|
27
31
|
Object.defineProperty(exports, "oneSigConfigSchema", {
|
|
28
32
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
33
|
+
get: function () { return V4KBSXEL_cjs.oneSigConfigSchema; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "oneSigSessionSchema", {
|
|
32
36
|
enumerable: true,
|
|
@@ -78,11 +82,11 @@ Object.defineProperty(exports, "oneSigServiceErrorSchema", {
|
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "oneSigEntitySchema", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "oneSigProposedEntitySchema", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "signerSignatureSchema", {
|
|
88
92
|
enumerable: true,
|
|
@@ -90,23 +94,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
|
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "OneSigTransactionStatus", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "oneSigLeafSchema", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "oneSigTransactionSchema", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "oneSigCallSchema", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "oneSigTONCallSchema", {
|
|
112
116
|
enumerable: true,
|
|
@@ -118,7 +122,7 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
|
|
|
118
122
|
});
|
|
119
123
|
Object.defineProperty(exports, "oneSigStarknetCallSchema", {
|
|
120
124
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
125
|
+
get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
|
|
122
126
|
});
|
|
123
127
|
Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
|
|
124
128
|
enumerable: true,
|
package/dist/model/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '../74ZGRYIH.js';
|
|
2
|
-
export { oneSigConfigApiResponseSchema } from '../
|
|
3
|
-
export { oneSigConfigSchema } from '../
|
|
2
|
+
export { oneSigConfigApiResponseSchema } from '../LXV63NMZ.js';
|
|
3
|
+
export { OneSigExecutorConfigSchema, oneSigConfigSchema } from '../V7JA2BPB.js';
|
|
4
4
|
import '../P2ZSGLQK.js';
|
|
5
5
|
export { oneSigSessionSchema } from '../KHVVJITJ.js';
|
|
6
6
|
export { InvalidOneSigInputError, OneSigBatchExpiredError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, oneSigServiceErrorSchema } from '../LXQMB7UP.js';
|
|
7
7
|
import '../YKZ5WATU.js';
|
|
8
|
-
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../
|
|
8
|
+
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../BKUIOZKK.js';
|
|
9
9
|
export { signerSignatureSchema } from '../YFXB5H6J.js';
|
|
10
|
-
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../
|
|
11
|
-
export { oneSigCallSchema } from '../
|
|
10
|
+
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../GICQPCL6.js';
|
|
11
|
+
export { oneSigCallSchema } from '../ALAQKG3R.js';
|
|
12
12
|
export { oneSigTONCallSchema } from '../NU3JS4PN.js';
|
|
13
13
|
export { oneSigEVMCallSchema } from '../UM3LAZ3M.js';
|
|
14
|
-
export { oneSigStarknetCallSchema } from '../
|
|
14
|
+
export { oneSigStarknetCallSchema } from '../4FSPXU67.js';
|
|
15
15
|
export { oneSigBundleSizeOverrideSchema } from '../IQIHF5BY.js';
|
|
16
16
|
export { proposerSignatureSchema } from '../3Y7A3U4W.js';
|
|
17
17
|
import '../VUOMXK5T.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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 '../../../
|
|
1
|
+
export { oneSigCallSchema } from '../../../ALAQKG3R.js';
|
|
2
2
|
export { oneSigTONCallSchema } from '../../../NU3JS4PN.js';
|
|
3
3
|
export { oneSigEVMCallSchema } from '../../../UM3LAZ3M.js';
|
|
4
|
-
export { oneSigStarknetCallSchema } from '../../../
|
|
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
|
|
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
|
|
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
|
-
|
|
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,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../../NTKZVLDN.cjs');
|
|
4
|
-
var
|
|
4
|
+
var WQZFTTRU_cjs = require('../../WQZFTTRU.cjs');
|
|
5
5
|
var LZPXY3EV_cjs = require('../../LZPXY3EV.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var _5Y6Z2MU3_cjs = require('../../5Y6Z2MU3.cjs');
|
|
7
|
+
var JDEFGDZR_cjs = require('../../JDEFGDZR.cjs');
|
|
8
8
|
var PJ4I44RT_cjs = require('../../PJ4I44RT.cjs');
|
|
9
9
|
var _4MVU3C26_cjs = require('../../4MVU3C26.cjs');
|
|
10
|
-
var
|
|
10
|
+
var SHB3LS7D_cjs = require('../../SHB3LS7D.cjs');
|
|
11
11
|
var QICBTPBO_cjs = require('../../QICBTPBO.cjs');
|
|
12
12
|
var UVO5VSQV_cjs = require('../../UVO5VSQV.cjs');
|
|
13
13
|
require('../../YJF4D23A.cjs');
|
|
@@ -16,11 +16,11 @@ require('../../YJF4D23A.cjs');
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "oneSigEntitySchema", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "oneSigProposedEntitySchema", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return WQZFTTRU_cjs.oneSigProposedEntitySchema; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "signerSignatureSchema", {
|
|
26
26
|
enumerable: true,
|
|
@@ -28,23 +28,23 @@ Object.defineProperty(exports, "signerSignatureSchema", {
|
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "OneSigTransactionStatus", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "oneSigLeafSchema", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "oneSigTransactionSchema", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "oneSigCallSchema", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return JDEFGDZR_cjs.oneSigCallSchema; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "oneSigTONCallSchema", {
|
|
50
50
|
enumerable: true,
|
|
@@ -56,7 +56,7 @@ Object.defineProperty(exports, "oneSigEVMCallSchema", {
|
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "oneSigStarknetCallSchema", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return SHB3LS7D_cjs.oneSigStarknetCallSchema; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "oneSigBundleSizeOverrideSchema", {
|
|
62
62
|
enumerable: true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../../YKZ5WATU.js';
|
|
2
|
-
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../
|
|
2
|
+
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../BKUIOZKK.js';
|
|
3
3
|
export { signerSignatureSchema } from '../../YFXB5H6J.js';
|
|
4
|
-
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../
|
|
5
|
-
export { oneSigCallSchema } from '../../
|
|
4
|
+
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../GICQPCL6.js';
|
|
5
|
+
export { oneSigCallSchema } from '../../ALAQKG3R.js';
|
|
6
6
|
export { oneSigTONCallSchema } from '../../NU3JS4PN.js';
|
|
7
7
|
export { oneSigEVMCallSchema } from '../../UM3LAZ3M.js';
|
|
8
|
-
export { oneSigStarknetCallSchema } from '../../
|
|
8
|
+
export { oneSigStarknetCallSchema } from '../../4FSPXU67.js';
|
|
9
9
|
export { oneSigBundleSizeOverrideSchema } from '../../IQIHF5BY.js';
|
|
10
10
|
export { proposerSignatureSchema } from '../../3Y7A3U4W.js';
|
|
11
11
|
import '../../VUOMXK5T.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var WQZFTTRU_cjs = require('../../WQZFTTRU.cjs');
|
|
4
4
|
require('../../LZPXY3EV.cjs');
|
|
5
|
-
require('../../
|
|
6
|
-
require('../../
|
|
5
|
+
require('../../5Y6Z2MU3.cjs');
|
|
6
|
+
require('../../JDEFGDZR.cjs');
|
|
7
7
|
require('../../PJ4I44RT.cjs');
|
|
8
8
|
require('../../4MVU3C26.cjs');
|
|
9
|
-
require('../../
|
|
9
|
+
require('../../SHB3LS7D.cjs');
|
|
10
10
|
require('../../QICBTPBO.cjs');
|
|
11
11
|
require('../../UVO5VSQV.cjs');
|
|
12
12
|
require('../../YJF4D23A.cjs');
|
|
@@ -15,11 +15,11 @@ require('../../YJF4D23A.cjs');
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "oneSigEntitySchema", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return WQZFTTRU_cjs.oneSigEntitySchema; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "oneSigProposedEntitySchema", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
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
|
-
|
|
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<{
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../
|
|
1
|
+
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../../BKUIOZKK.js';
|
|
2
2
|
import '../../YFXB5H6J.js';
|
|
3
|
-
import '../../
|
|
4
|
-
import '../../
|
|
3
|
+
import '../../GICQPCL6.js';
|
|
4
|
+
import '../../ALAQKG3R.js';
|
|
5
5
|
import '../../NU3JS4PN.js';
|
|
6
6
|
import '../../UM3LAZ3M.js';
|
|
7
|
-
import '../../
|
|
7
|
+
import '../../4FSPXU67.js';
|
|
8
8
|
import '../../IQIHF5BY.js';
|
|
9
9
|
import '../../3Y7A3U4W.js';
|
|
10
10
|
import '../../VUOMXK5T.js';
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../
|
|
3
|
+
var _5Y6Z2MU3_cjs = require('../../5Y6Z2MU3.cjs');
|
|
4
|
+
require('../../JDEFGDZR.cjs');
|
|
5
5
|
require('../../PJ4I44RT.cjs');
|
|
6
6
|
require('../../4MVU3C26.cjs');
|
|
7
|
-
require('../../
|
|
7
|
+
require('../../SHB3LS7D.cjs');
|
|
8
8
|
require('../../YJF4D23A.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "OneSigTransactionStatus", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return _5Y6Z2MU3_cjs.OneSigTransactionStatus; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "oneSigBundleTransactionsResponseSchema", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigBundleTransactionsResponseSchema; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "oneSigLeafSchema", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigLeafSchema; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "oneSigTransactionSchema", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return _5Y6Z2MU3_cjs.oneSigTransactionSchema; }
|
|
27
27
|
});
|
|
28
28
|
//# sourceMappingURL=onesig-leaf.cjs.map
|
|
29
29
|
//# sourceMappingURL=onesig-leaf.cjs.map
|
|
@@ -19,7 +19,7 @@ export declare const oneSigLeafSchema: z.ZodObject<{
|
|
|
19
19
|
}, z.core.$strip>, z.ZodObject<{
|
|
20
20
|
to: z.ZodString;
|
|
21
21
|
selector: z.ZodString;
|
|
22
|
-
|
|
22
|
+
calldata: z.ZodIntersection<z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
23
23
|
__compiled__: z.ZodOptional<z.ZodLiteral<true>>;
|
|
24
24
|
}, z.core.$strip>>;
|
|
25
25
|
gasLimit: z.ZodObject<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../
|
|
2
|
-
import '../../
|
|
1
|
+
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../../GICQPCL6.js';
|
|
2
|
+
import '../../ALAQKG3R.js';
|
|
3
3
|
import '../../NU3JS4PN.js';
|
|
4
4
|
import '../../UM3LAZ3M.js';
|
|
5
|
-
import '../../
|
|
5
|
+
import '../../4FSPXU67.js';
|
|
6
6
|
import '../../VUOMXK5T.js';
|
|
7
7
|
//# sourceMappingURL=onesig-leaf.js.map
|
|
8
8
|
//# sourceMappingURL=onesig-leaf.js.map
|
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var EAS2LMHJ_cjs = require('../../EAS2LMHJ.cjs');
|
|
4
|
+
var V4KBSXEL_cjs = require('../../V4KBSXEL.cjs');
|
|
5
5
|
require('../../YJF4D23A.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "oneSigConfigApiResponseSchema", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return EAS2LMHJ_cjs.oneSigConfigApiResponseSchema; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "OneSigExecutorConfigSchema", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return V4KBSXEL_cjs.OneSigExecutorConfigSchema; }
|
|
12
16
|
});
|
|
13
17
|
Object.defineProperty(exports, "oneSigConfigSchema", {
|
|
14
18
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
19
|
+
get: function () { return V4KBSXEL_cjs.oneSigConfigSchema; }
|
|
16
20
|
});
|
|
17
21
|
//# sourceMappingURL=index.cjs.map
|
|
18
22
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -4,15 +4,21 @@ export declare const oneSigConfigApiResponseSchema: z.ZodObject<{
|
|
|
4
4
|
oneSigConfigs: z.ZodArray<z.ZodObject<{
|
|
5
5
|
name: z.ZodString;
|
|
6
6
|
contractAddresses: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7
|
-
proposers: z.ZodArray<z.ZodString>;
|
|
8
7
|
signers: z.ZodArray<z.ZodString>;
|
|
8
|
+
proposers: z.ZodArray<z.ZodString>;
|
|
9
|
+
witnesses: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9
10
|
threshold: z.ZodNumber;
|
|
10
11
|
seed: z.ZodString;
|
|
11
12
|
version: z.ZodOptional<z.ZodString>;
|
|
12
13
|
leafEncodingVersion: z.ZodOptional<z.ZodString>;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
executorConfigByChainType: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
15
|
+
executors: z.ZodArray<z.ZodString>;
|
|
16
|
+
executorRequired: z.ZodBoolean;
|
|
17
|
+
}, z.core.$strip>>;
|
|
18
|
+
lastValidatedAt: z.ZodOptional<z.ZodNumber>;
|
|
19
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
20
|
+
updatedAt: z.ZodOptional<z.ZodNumber>;
|
|
21
|
+
updatedBy: z.ZodOptional<z.ZodString>;
|
|
16
22
|
}, z.core.$strip>>;
|
|
17
23
|
}, z.core.$strip>;
|
|
18
24
|
export type OneSigConfigApiResponse = z.infer<typeof oneSigConfigApiResponseSchema>;
|