@coinbase/cdp-core 0.0.67 → 0.0.69
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/README.md +149 -1
- package/dist/esm/index.native113.js +1 -1
- package/dist/esm/index.native137.js +2 -2
- package/dist/esm/index.native151.js +2 -4
- package/dist/esm/index.native152.js +109 -2
- package/dist/esm/index.native153.js +2 -109
- package/dist/esm/index.native154.js +4 -2
- package/dist/esm/index.native155.js +1 -1
- package/dist/esm/index.native156.js +7 -38
- package/dist/esm/index.native158.js +375 -67
- package/dist/esm/index.native159.js +832 -34
- package/dist/esm/index.native160.js +38 -20
- package/dist/esm/index.native161.js +2 -8
- package/dist/esm/index.native162.js +70 -2
- package/dist/esm/index.native163.js +30 -373
- package/dist/esm/index.native164.js +20 -832
- package/dist/esm/index.native175.js +2 -2
- package/dist/esm/index.native176.js +2 -2
- package/dist/esm/index.native177.js +2 -2
- package/dist/esm/index.native21.js +4 -2
- package/dist/esm/index.native31.js +1 -1
- package/dist/esm/index.native35.js +13 -12
- package/dist/esm/index.native37.js +4 -2
- package/dist/esm/index.native51.js +1 -1
- package/dist/esm/index.native52.js +3 -3
- package/dist/esm/index.native60.js +377 -2
- package/dist/esm/index.native61.js +2 -379
- package/dist/esm/index.native62.js +65 -28
- package/dist/esm/index.native63.js +364 -28
- package/dist/esm/index.native64.js +4 -2
- package/dist/esm/index.native65.js +28 -65
- package/dist/esm/index.native66.js +28 -364
- package/dist/esm/index.native7.js +6 -10
- package/dist/esm/index.web104.js +1 -1
- package/dist/esm/index.web107.js +6 -6
- package/dist/esm/index.web114.js +2 -2
- package/dist/esm/index.web118.js +1 -1
- package/dist/esm/index.web122.js +3 -20
- package/dist/esm/index.web123.js +21 -10
- package/dist/esm/index.web124.js +9 -19
- package/dist/esm/index.web125.js +15 -89
- package/dist/esm/index.web126.js +92 -19
- package/dist/esm/index.web127.js +18 -115
- package/dist/esm/index.web128.js +112 -73
- package/dist/esm/index.web150.js +7 -3
- package/dist/esm/index.web151.js +2 -39
- package/dist/esm/index.web152.js +378 -2
- package/dist/esm/index.web153.js +832 -69
- package/dist/esm/index.web154.js +37 -33
- package/dist/esm/index.web155.js +2 -21
- package/dist/esm/index.web156.js +69 -7
- package/dist/esm/index.web157.js +35 -2
- package/dist/esm/index.web158.js +17 -374
- package/dist/esm/index.web159.js +78 -832
- package/dist/esm/index.web20.js +4 -2
- package/dist/esm/index.web29.js +1 -1
- package/dist/esm/index.web33.js +13 -12
- package/dist/esm/index.web35.js +4 -2
- package/dist/esm/index.web6.js +6 -10
- package/dist/native/index.native113.js +1 -1
- package/dist/native/index.native137.js +2 -2
- package/dist/native/index.native151.js +2 -4
- package/dist/native/index.native152.js +109 -2
- package/dist/native/index.native153.js +2 -109
- package/dist/native/index.native154.js +4 -2
- package/dist/native/index.native155.js +1 -1
- package/dist/native/index.native156.js +7 -38
- package/dist/native/index.native158.js +375 -67
- package/dist/native/index.native159.js +832 -34
- package/dist/native/index.native160.js +38 -20
- package/dist/native/index.native161.js +2 -8
- package/dist/native/index.native162.js +70 -2
- package/dist/native/index.native163.js +30 -373
- package/dist/native/index.native164.js +20 -832
- package/dist/native/index.native175.js +2 -2
- package/dist/native/index.native176.js +2 -2
- package/dist/native/index.native177.js +2 -2
- package/dist/native/index.native21.js +4 -2
- package/dist/native/index.native31.js +1 -1
- package/dist/native/index.native35.js +13 -12
- package/dist/native/index.native37.js +4 -2
- package/dist/native/index.native51.js +1 -1
- package/dist/native/index.native52.js +3 -3
- package/dist/native/index.native60.js +377 -2
- package/dist/native/index.native61.js +2 -379
- package/dist/native/index.native62.js +65 -28
- package/dist/native/index.native63.js +364 -28
- package/dist/native/index.native64.js +4 -2
- package/dist/native/index.native65.js +28 -65
- package/dist/native/index.native66.js +28 -364
- package/dist/native/index.native7.js +6 -10
- package/dist/native-types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/native-types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/native-types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/native-types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/native-types/auth/authManager.d.ts +3 -1
- package/dist/native-types/auth/toAuthState.d.ts +10 -3
- package/dist/native-types/auth/types.d.ts +3 -1
- package/dist/native-types/auth/withAuth.d.ts +1 -1
- package/dist/native-types/core.d.ts +3 -1
- package/dist/native-types/index.d.ts +4 -0
- package/dist/native-types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/native-types/shared/validators.d.ts +4 -0
- package/dist/native-types/types.d.ts +2 -1
- package/dist/native-types/version.d.ts +1 -1
- package/dist/types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/types/auth/authManager.d.ts +3 -1
- package/dist/types/auth/toAuthState.d.ts +10 -3
- package/dist/types/auth/types.d.ts +3 -1
- package/dist/types/auth/withAuth.d.ts +1 -1
- package/dist/types/core.d.ts +3 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/types/shared/validators.d.ts +4 -0
- package/dist/types/types.d.ts +2 -1
- package/dist/types/version.d.ts +1 -1
- package/dist/web/index.web104.js +1 -1
- package/dist/web/index.web107.js +6 -6
- package/dist/web/index.web114.js +2 -2
- package/dist/web/index.web118.js +1 -1
- package/dist/web/index.web122.js +3 -20
- package/dist/web/index.web123.js +21 -10
- package/dist/web/index.web124.js +9 -19
- package/dist/web/index.web125.js +15 -89
- package/dist/web/index.web126.js +92 -19
- package/dist/web/index.web127.js +18 -115
- package/dist/web/index.web128.js +112 -73
- package/dist/web/index.web150.js +7 -3
- package/dist/web/index.web151.js +2 -39
- package/dist/web/index.web152.js +378 -2
- package/dist/web/index.web153.js +832 -69
- package/dist/web/index.web154.js +37 -33
- package/dist/web/index.web155.js +2 -21
- package/dist/web/index.web156.js +69 -7
- package/dist/web/index.web157.js +35 -2
- package/dist/web/index.web158.js +17 -374
- package/dist/web/index.web159.js +78 -832
- package/dist/web/index.web20.js +4 -2
- package/dist/web/index.web29.js +1 -1
- package/dist/web/index.web33.js +13 -12
- package/dist/web/index.web35.js +4 -2
- package/dist/web/index.web6.js +6 -10
- package/dist/web-types/actions/initiateMfaEnrollment.d.ts +9 -0
- package/dist/web-types/actions/initiateMfaVerification.d.ts +2 -0
- package/dist/web-types/actions/submitMfaEnrollment.d.ts +10 -0
- package/dist/web-types/actions/submitMfaVerification.d.ts +6 -0
- package/dist/web-types/auth/authManager.d.ts +3 -1
- package/dist/web-types/auth/toAuthState.d.ts +10 -3
- package/dist/web-types/auth/types.d.ts +3 -1
- package/dist/web-types/auth/withAuth.d.ts +1 -1
- package/dist/web-types/core.d.ts +3 -1
- package/dist/web-types/index.d.ts +4 -0
- package/dist/web-types/mocks/mockAuthManager.d.ts +3 -1
- package/dist/web-types/shared/validators.d.ts +4 -0
- package/dist/web-types/types.d.ts +2 -1
- package/dist/web-types/version.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,367 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { handleChainId as t } from "./index.native123.js";
|
|
2
|
+
import { handleDisconnect as e } from "./index.native124.js";
|
|
3
|
+
import { handleSwitchEthereumChain as a } from "./index.native125.js";
|
|
4
|
+
import { handleAccounts as n } from "./index.native126.js";
|
|
5
|
+
import { handleEthSign as o } from "./index.native127.js";
|
|
6
|
+
import { handleGetCallsStatus as r } from "./index.native128.js";
|
|
7
|
+
import { handleGetCapabilities as i } from "./index.native129.js";
|
|
8
|
+
import { handlePersonalSign as l } from "./index.native130.js";
|
|
9
|
+
import { handleRequestAccounts as h } from "./index.native131.js";
|
|
10
|
+
import { handleSendCalls as m } from "./index.native132.js";
|
|
11
|
+
import { handleSendTransaction as s } from "./index.native133.js";
|
|
12
|
+
import { handleSignTypedData as d } from "./index.native134.js";
|
|
13
|
+
function E() {
|
|
14
|
+
return {
|
|
15
|
+
eth_accounts: n,
|
|
16
|
+
eth_requestAccounts: h,
|
|
17
|
+
personal_sign: l,
|
|
18
|
+
eth_sendTransaction: s,
|
|
19
|
+
eth_signTypedData_v4: d,
|
|
20
|
+
wallet_disconnect: e,
|
|
21
|
+
wallet_switchEthereumChain: a,
|
|
22
|
+
eth_sign: o,
|
|
23
|
+
eth_chainId: t,
|
|
24
|
+
wallet_sendCalls: m,
|
|
25
|
+
wallet_getCallsStatus: r,
|
|
26
|
+
wallet_getCapabilities: i
|
|
27
|
+
};
|
|
8
28
|
}
|
|
9
|
-
function P(a) {
|
|
10
|
-
const e = a;
|
|
11
|
-
if (e instanceof Error && !("code" in e))
|
|
12
|
-
return new u({
|
|
13
|
-
cause: e,
|
|
14
|
-
data: e,
|
|
15
|
-
message: e.message
|
|
16
|
-
});
|
|
17
|
-
const { code: r } = e;
|
|
18
|
-
return r === u.code ? new u(e) : r === n.code ? new n(e) : r === m.code ? new m(e) : r === f.code ? new f(e) : r === d.code ? new d(e) : r === p.code ? new p(e) : r === l.code ? new l(e) : r === g.code ? new g(e) : r === c.code ? new c(e) : r === s.code ? new s(e) : r === i.code ? new i(e) : r === b.code ? new b(e) : new u({
|
|
19
|
-
cause: e instanceof Error ? e : void 0,
|
|
20
|
-
data: e,
|
|
21
|
-
message: e.message
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
class t extends Error {
|
|
25
|
-
constructor(e) {
|
|
26
|
-
const { cause: r, code: o, message: w, data: v } = e;
|
|
27
|
-
super(w, { cause: r }), Object.defineProperty(this, "name", {
|
|
28
|
-
enumerable: !0,
|
|
29
|
-
configurable: !0,
|
|
30
|
-
writable: !0,
|
|
31
|
-
value: "RpcResponse.BaseError"
|
|
32
|
-
}), Object.defineProperty(this, "cause", {
|
|
33
|
-
enumerable: !0,
|
|
34
|
-
configurable: !0,
|
|
35
|
-
writable: !0,
|
|
36
|
-
value: void 0
|
|
37
|
-
}), Object.defineProperty(this, "code", {
|
|
38
|
-
enumerable: !0,
|
|
39
|
-
configurable: !0,
|
|
40
|
-
writable: !0,
|
|
41
|
-
value: void 0
|
|
42
|
-
}), Object.defineProperty(this, "data", {
|
|
43
|
-
enumerable: !0,
|
|
44
|
-
configurable: !0,
|
|
45
|
-
writable: !0,
|
|
46
|
-
value: void 0
|
|
47
|
-
}), this.cause = r, this.code = o, this.data = v;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
class n extends t {
|
|
51
|
-
constructor(e = {}) {
|
|
52
|
-
super({
|
|
53
|
-
code: n.code,
|
|
54
|
-
data: e.data,
|
|
55
|
-
message: e.message ?? "Missing or invalid parameters."
|
|
56
|
-
}), Object.defineProperty(this, "code", {
|
|
57
|
-
enumerable: !0,
|
|
58
|
-
configurable: !0,
|
|
59
|
-
writable: !0,
|
|
60
|
-
value: -32e3
|
|
61
|
-
}), Object.defineProperty(this, "name", {
|
|
62
|
-
enumerable: !0,
|
|
63
|
-
configurable: !0,
|
|
64
|
-
writable: !0,
|
|
65
|
-
value: "RpcResponse.InvalidInputError"
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
Object.defineProperty(n, "code", {
|
|
70
|
-
enumerable: !0,
|
|
71
|
-
configurable: !0,
|
|
72
|
-
writable: !0,
|
|
73
|
-
value: -32e3
|
|
74
|
-
});
|
|
75
|
-
class c extends t {
|
|
76
|
-
constructor(e = {}) {
|
|
77
|
-
super({
|
|
78
|
-
code: c.code,
|
|
79
|
-
data: e.data,
|
|
80
|
-
message: e.message ?? "Requested resource not found."
|
|
81
|
-
}), Object.defineProperty(this, "code", {
|
|
82
|
-
enumerable: !0,
|
|
83
|
-
configurable: !0,
|
|
84
|
-
writable: !0,
|
|
85
|
-
value: -32001
|
|
86
|
-
}), Object.defineProperty(this, "name", {
|
|
87
|
-
enumerable: !0,
|
|
88
|
-
configurable: !0,
|
|
89
|
-
writable: !0,
|
|
90
|
-
value: "RpcResponse.ResourceNotFoundError"
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
Object.defineProperty(c, "code", {
|
|
95
|
-
enumerable: !0,
|
|
96
|
-
configurable: !0,
|
|
97
|
-
writable: !0,
|
|
98
|
-
value: -32001
|
|
99
|
-
});
|
|
100
|
-
class s extends t {
|
|
101
|
-
constructor(e = {}) {
|
|
102
|
-
super({
|
|
103
|
-
code: s.code,
|
|
104
|
-
data: e.data,
|
|
105
|
-
message: e.message ?? "Requested resource not available."
|
|
106
|
-
}), Object.defineProperty(this, "code", {
|
|
107
|
-
enumerable: !0,
|
|
108
|
-
configurable: !0,
|
|
109
|
-
writable: !0,
|
|
110
|
-
value: -32002
|
|
111
|
-
}), Object.defineProperty(this, "name", {
|
|
112
|
-
enumerable: !0,
|
|
113
|
-
configurable: !0,
|
|
114
|
-
writable: !0,
|
|
115
|
-
value: "RpcResponse.ResourceUnavailableError"
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
Object.defineProperty(s, "code", {
|
|
120
|
-
enumerable: !0,
|
|
121
|
-
configurable: !0,
|
|
122
|
-
writable: !0,
|
|
123
|
-
value: -32002
|
|
124
|
-
});
|
|
125
|
-
class i extends t {
|
|
126
|
-
constructor(e = {}) {
|
|
127
|
-
super({
|
|
128
|
-
code: i.code,
|
|
129
|
-
data: e.data,
|
|
130
|
-
message: e.message ?? "Transaction creation failed."
|
|
131
|
-
}), Object.defineProperty(this, "code", {
|
|
132
|
-
enumerable: !0,
|
|
133
|
-
configurable: !0,
|
|
134
|
-
writable: !0,
|
|
135
|
-
value: -32003
|
|
136
|
-
}), Object.defineProperty(this, "name", {
|
|
137
|
-
enumerable: !0,
|
|
138
|
-
configurable: !0,
|
|
139
|
-
writable: !0,
|
|
140
|
-
value: "RpcResponse.TransactionRejectedError"
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
Object.defineProperty(i, "code", {
|
|
145
|
-
enumerable: !0,
|
|
146
|
-
configurable: !0,
|
|
147
|
-
writable: !0,
|
|
148
|
-
value: -32003
|
|
149
|
-
});
|
|
150
|
-
class l extends t {
|
|
151
|
-
constructor(e = {}) {
|
|
152
|
-
super({
|
|
153
|
-
code: l.code,
|
|
154
|
-
data: e.data,
|
|
155
|
-
message: e.message ?? "Method is not implemented."
|
|
156
|
-
}), Object.defineProperty(this, "code", {
|
|
157
|
-
enumerable: !0,
|
|
158
|
-
configurable: !0,
|
|
159
|
-
writable: !0,
|
|
160
|
-
value: -32004
|
|
161
|
-
}), Object.defineProperty(this, "name", {
|
|
162
|
-
enumerable: !0,
|
|
163
|
-
configurable: !0,
|
|
164
|
-
writable: !0,
|
|
165
|
-
value: "RpcResponse.MethodNotSupportedError"
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
Object.defineProperty(l, "code", {
|
|
170
|
-
enumerable: !0,
|
|
171
|
-
configurable: !0,
|
|
172
|
-
writable: !0,
|
|
173
|
-
value: -32004
|
|
174
|
-
});
|
|
175
|
-
class d extends t {
|
|
176
|
-
constructor(e = {}) {
|
|
177
|
-
super({
|
|
178
|
-
code: d.code,
|
|
179
|
-
data: e.data,
|
|
180
|
-
message: e.message ?? "Rate limit exceeded."
|
|
181
|
-
}), Object.defineProperty(this, "code", {
|
|
182
|
-
enumerable: !0,
|
|
183
|
-
configurable: !0,
|
|
184
|
-
writable: !0,
|
|
185
|
-
value: -32005
|
|
186
|
-
}), Object.defineProperty(this, "name", {
|
|
187
|
-
enumerable: !0,
|
|
188
|
-
configurable: !0,
|
|
189
|
-
writable: !0,
|
|
190
|
-
value: "RpcResponse.LimitExceededError"
|
|
191
|
-
});
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
Object.defineProperty(d, "code", {
|
|
195
|
-
enumerable: !0,
|
|
196
|
-
configurable: !0,
|
|
197
|
-
writable: !0,
|
|
198
|
-
value: -32005
|
|
199
|
-
});
|
|
200
|
-
class b extends t {
|
|
201
|
-
constructor(e = {}) {
|
|
202
|
-
super({
|
|
203
|
-
code: b.code,
|
|
204
|
-
data: e.data,
|
|
205
|
-
message: e.message ?? "JSON-RPC version not supported."
|
|
206
|
-
}), Object.defineProperty(this, "code", {
|
|
207
|
-
enumerable: !0,
|
|
208
|
-
configurable: !0,
|
|
209
|
-
writable: !0,
|
|
210
|
-
value: -32006
|
|
211
|
-
}), Object.defineProperty(this, "name", {
|
|
212
|
-
enumerable: !0,
|
|
213
|
-
configurable: !0,
|
|
214
|
-
writable: !0,
|
|
215
|
-
value: "RpcResponse.VersionNotSupportedError"
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
Object.defineProperty(b, "code", {
|
|
220
|
-
enumerable: !0,
|
|
221
|
-
configurable: !0,
|
|
222
|
-
writable: !0,
|
|
223
|
-
value: -32006
|
|
224
|
-
});
|
|
225
|
-
class f extends t {
|
|
226
|
-
constructor(e = {}) {
|
|
227
|
-
super({
|
|
228
|
-
code: f.code,
|
|
229
|
-
data: e.data,
|
|
230
|
-
message: e.message ?? "Input is not a valid JSON-RPC request."
|
|
231
|
-
}), Object.defineProperty(this, "code", {
|
|
232
|
-
enumerable: !0,
|
|
233
|
-
configurable: !0,
|
|
234
|
-
writable: !0,
|
|
235
|
-
value: -32600
|
|
236
|
-
}), Object.defineProperty(this, "name", {
|
|
237
|
-
enumerable: !0,
|
|
238
|
-
configurable: !0,
|
|
239
|
-
writable: !0,
|
|
240
|
-
value: "RpcResponse.InvalidRequestError"
|
|
241
|
-
});
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
Object.defineProperty(f, "code", {
|
|
245
|
-
enumerable: !0,
|
|
246
|
-
configurable: !0,
|
|
247
|
-
writable: !0,
|
|
248
|
-
value: -32600
|
|
249
|
-
});
|
|
250
|
-
class p extends t {
|
|
251
|
-
constructor(e = {}) {
|
|
252
|
-
super({
|
|
253
|
-
code: p.code,
|
|
254
|
-
data: e.data,
|
|
255
|
-
message: e.message ?? "Method does not exist."
|
|
256
|
-
}), Object.defineProperty(this, "code", {
|
|
257
|
-
enumerable: !0,
|
|
258
|
-
configurable: !0,
|
|
259
|
-
writable: !0,
|
|
260
|
-
value: -32601
|
|
261
|
-
}), Object.defineProperty(this, "name", {
|
|
262
|
-
enumerable: !0,
|
|
263
|
-
configurable: !0,
|
|
264
|
-
writable: !0,
|
|
265
|
-
value: "RpcResponse.MethodNotFoundError"
|
|
266
|
-
});
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
Object.defineProperty(p, "code", {
|
|
270
|
-
enumerable: !0,
|
|
271
|
-
configurable: !0,
|
|
272
|
-
writable: !0,
|
|
273
|
-
value: -32601
|
|
274
|
-
});
|
|
275
|
-
class m extends t {
|
|
276
|
-
constructor(e = {}) {
|
|
277
|
-
super({
|
|
278
|
-
code: m.code,
|
|
279
|
-
data: e.data,
|
|
280
|
-
message: e.message ?? "Invalid method parameters."
|
|
281
|
-
}), Object.defineProperty(this, "code", {
|
|
282
|
-
enumerable: !0,
|
|
283
|
-
configurable: !0,
|
|
284
|
-
writable: !0,
|
|
285
|
-
value: -32602
|
|
286
|
-
}), Object.defineProperty(this, "name", {
|
|
287
|
-
enumerable: !0,
|
|
288
|
-
configurable: !0,
|
|
289
|
-
writable: !0,
|
|
290
|
-
value: "RpcResponse.InvalidParamsError"
|
|
291
|
-
});
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
Object.defineProperty(m, "code", {
|
|
295
|
-
enumerable: !0,
|
|
296
|
-
configurable: !0,
|
|
297
|
-
writable: !0,
|
|
298
|
-
value: -32602
|
|
299
|
-
});
|
|
300
|
-
class u extends t {
|
|
301
|
-
constructor(e = {}) {
|
|
302
|
-
super({
|
|
303
|
-
cause: e.cause,
|
|
304
|
-
code: u.code,
|
|
305
|
-
data: e.data,
|
|
306
|
-
message: e.message ?? "Internal JSON-RPC error."
|
|
307
|
-
}), Object.defineProperty(this, "code", {
|
|
308
|
-
enumerable: !0,
|
|
309
|
-
configurable: !0,
|
|
310
|
-
writable: !0,
|
|
311
|
-
value: -32603
|
|
312
|
-
}), Object.defineProperty(this, "name", {
|
|
313
|
-
enumerable: !0,
|
|
314
|
-
configurable: !0,
|
|
315
|
-
writable: !0,
|
|
316
|
-
value: "RpcResponse.InternalError"
|
|
317
|
-
});
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
Object.defineProperty(u, "code", {
|
|
321
|
-
enumerable: !0,
|
|
322
|
-
configurable: !0,
|
|
323
|
-
writable: !0,
|
|
324
|
-
value: -32603
|
|
325
|
-
});
|
|
326
|
-
class g extends t {
|
|
327
|
-
constructor(e = {}) {
|
|
328
|
-
super({
|
|
329
|
-
code: g.code,
|
|
330
|
-
data: e.data,
|
|
331
|
-
message: e.message ?? "Failed to parse JSON-RPC response."
|
|
332
|
-
}), Object.defineProperty(this, "code", {
|
|
333
|
-
enumerable: !0,
|
|
334
|
-
configurable: !0,
|
|
335
|
-
writable: !0,
|
|
336
|
-
value: -32700
|
|
337
|
-
}), Object.defineProperty(this, "name", {
|
|
338
|
-
enumerable: !0,
|
|
339
|
-
configurable: !0,
|
|
340
|
-
writable: !0,
|
|
341
|
-
value: "RpcResponse.ParseError"
|
|
342
|
-
});
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
Object.defineProperty(g, "code", {
|
|
346
|
-
enumerable: !0,
|
|
347
|
-
configurable: !0,
|
|
348
|
-
writable: !0,
|
|
349
|
-
value: -32700
|
|
350
|
-
});
|
|
351
29
|
export {
|
|
352
|
-
|
|
353
|
-
u as InternalError,
|
|
354
|
-
n as InvalidInputError,
|
|
355
|
-
m as InvalidParamsError,
|
|
356
|
-
f as InvalidRequestError,
|
|
357
|
-
d as LimitExceededError,
|
|
358
|
-
p as MethodNotFoundError,
|
|
359
|
-
l as MethodNotSupportedError,
|
|
360
|
-
g as ParseError,
|
|
361
|
-
c as ResourceNotFoundError,
|
|
362
|
-
s as ResourceUnavailableError,
|
|
363
|
-
i as TransactionRejectedError,
|
|
364
|
-
b as VersionNotSupportedError,
|
|
365
|
-
O as parse,
|
|
366
|
-
P as parseError
|
|
30
|
+
E as createSmartAccountHandlers
|
|
367
31
|
};
|
|
@@ -138,7 +138,7 @@ const _e = async (e) => {
|
|
|
138
138
|
if (!await o().isSignedIn())
|
|
139
139
|
throw new Error("User not signed in");
|
|
140
140
|
await o().signOut();
|
|
141
|
-
}, We = async () => (c.sendActionCallEvent({ name: "get_access_token" }), o().getToken()), He = async () => (c.sendActionCallEvent({ name: "get_access_token_expiration" }), o().getTokenExpiration()), Re = (e) => {
|
|
141
|
+
}, We = async (e = { forceRefresh: !1 }) => (c.sendActionCallEvent({ name: "get_access_token" }), o().getToken(e)), He = async () => (c.sendActionCallEvent({ name: "get_access_token_expiration" }), o().getTokenExpiration()), Re = (e) => {
|
|
142
142
|
o().addAuthStateChangeCallback(e);
|
|
143
143
|
}, Be = (e) => {
|
|
144
144
|
re().addOAuthStateChangeCallback(e);
|
|
@@ -207,15 +207,11 @@ const _e = async (e) => {
|
|
|
207
207
|
walletSecretId: t
|
|
208
208
|
})).signature
|
|
209
209
|
}))), $e = async (e) => (c.sendActionCallEvent({ name: "sign_solana_message" }), a().useMock ? { signature: "mockSignature" } : d(e, o(), async ({ user: n, walletSecretId: t }) => ({
|
|
210
|
-
signature: (await z(
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
address: e.solanaAccount,
|
|
216
|
-
walletSecretId: t
|
|
217
|
-
}
|
|
218
|
-
)).signature
|
|
210
|
+
signature: (await z(a().projectId, n.userId, {
|
|
211
|
+
message: e.message,
|
|
212
|
+
address: e.solanaAccount,
|
|
213
|
+
walletSecretId: t
|
|
214
|
+
})).signature
|
|
219
215
|
}))), Ve = async (e) => (c.sendActionCallEvent({ name: "sign_evm_typed_data" }), a().useMock ? { signature: "0x0" } : d(e, o(), async ({ user: n, walletSecretId: t }) => ({
|
|
220
216
|
signature: (await $(a().projectId, n.userId, {
|
|
221
217
|
typedData: e.typedData,
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MfaMethod } from '@coinbase/cdp-api-client';
|
|
2
|
+
export type InitiateMfaOptions = {
|
|
3
|
+
mfaMethod: MfaMethod;
|
|
4
|
+
};
|
|
5
|
+
export type InitiateMfaEnrollmentResult = {
|
|
6
|
+
authUrl: string;
|
|
7
|
+
secret: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const initiateMfaEnrollment: (options: InitiateMfaOptions) => Promise<InitiateMfaEnrollmentResult>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MfaMethod } from '@coinbase/cdp-api-client';
|
|
2
|
+
import { User } from '../types.js';
|
|
3
|
+
export type SubmitMfaEnrollmentOptions = {
|
|
4
|
+
mfaMethod: MfaMethod;
|
|
5
|
+
mfaCode: string;
|
|
6
|
+
};
|
|
7
|
+
export type SubmitMfaEnrollmentResult = {
|
|
8
|
+
user: User;
|
|
9
|
+
};
|
|
10
|
+
export declare const submitMfaEnrollment: (options: SubmitMfaEnrollmentOptions) => Promise<SubmitMfaEnrollmentResult>;
|
|
@@ -12,7 +12,9 @@ export declare class AuthManager implements IAuthManager {
|
|
|
12
12
|
isSignedIn(): Promise<boolean>;
|
|
13
13
|
signOut(): Promise<void>;
|
|
14
14
|
addAuthStateChangeCallback(callback: OnAuthStateChangeFn): void;
|
|
15
|
-
getToken(
|
|
15
|
+
getToken(options?: {
|
|
16
|
+
forceRefresh?: boolean;
|
|
17
|
+
}): Promise<string | null>;
|
|
16
18
|
getTokenExpiration(): Promise<number | null>;
|
|
17
19
|
getWalletSecretId(): Promise<string>;
|
|
18
20
|
getXWalletAuth(options: {
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
import { EndUser } from '@coinbase/cdp-api-client';
|
|
1
|
+
import { EndUser, MFAMethods } from '@coinbase/cdp-api-client';
|
|
2
2
|
import { AuthState } from './types.js';
|
|
3
|
-
import {
|
|
3
|
+
import { AuthenticationMethods } from '../types.js';
|
|
4
|
+
export declare const toAuthStateUser: (endUser: EndUser) => {
|
|
5
|
+
userId: string;
|
|
6
|
+
evmAccounts: `0x${string}`[];
|
|
7
|
+
evmSmartAccounts: `0x${string}`[];
|
|
8
|
+
solanaAccounts: string[];
|
|
9
|
+
authenticationMethods: AuthenticationMethods;
|
|
10
|
+
mfaMethods: MFAMethods | undefined;
|
|
11
|
+
};
|
|
4
12
|
export declare const toAuthState: (accessToken: string, expiresAt: string, endUser: EndUser) => AuthState;
|
|
5
|
-
export declare const toAuthStateUser: (endUser: EndUser) => User;
|
|
@@ -22,7 +22,9 @@ export interface IAuthManager {
|
|
|
22
22
|
isSignedIn(): Promise<boolean>;
|
|
23
23
|
signOut(): Promise<void>;
|
|
24
24
|
addAuthStateChangeCallback(callback: OnAuthStateChangeFn): void;
|
|
25
|
-
getToken(
|
|
25
|
+
getToken(options?: {
|
|
26
|
+
forceRefresh?: boolean;
|
|
27
|
+
}): Promise<string | null>;
|
|
26
28
|
getTokenExpiration(): Promise<number | null>;
|
|
27
29
|
getWalletSecretId(): Promise<string>;
|
|
28
30
|
getXWalletAuth(options: {
|
|
@@ -11,5 +11,5 @@ export declare function withAuth<T, R>(options: T & ({
|
|
|
11
11
|
evmSmartAccount: EvmAddress;
|
|
12
12
|
} | {
|
|
13
13
|
solanaAccount: SolanaAddress;
|
|
14
|
-
}), authManager: IAuthManager, fn: AuthenticatedFunction<T, R>): Promise<R>;
|
|
14
|
+
} | Record<string, unknown>), authManager: IAuthManager, fn: AuthenticatedFunction<T, R>): Promise<R>;
|
|
15
15
|
export {};
|
|
@@ -11,7 +11,9 @@ export declare const authenticateWithJWT: () => Promise<AuthenticateWithJWTResul
|
|
|
11
11
|
export declare const getCurrentUser: () => Promise<User | null>;
|
|
12
12
|
export declare const isSignedIn: () => Promise<boolean>;
|
|
13
13
|
export declare const signOut: () => Promise<void>;
|
|
14
|
-
export declare const getAccessToken: (
|
|
14
|
+
export declare const getAccessToken: (options?: {
|
|
15
|
+
forceRefresh: boolean;
|
|
16
|
+
}) => Promise<string | null>;
|
|
15
17
|
export declare const getAccessTokenExpiration: () => Promise<number | null>;
|
|
16
18
|
export declare const onAuthStateChange: (callback: OnAuthStateChangeFn) => void;
|
|
17
19
|
export declare const onOAuthStateChange: (callback: OnOAuthStateChangeFn) => void;
|
|
@@ -13,6 +13,10 @@ export { linkApple } from './actions/linkApple.js';
|
|
|
13
13
|
export { createEvmEoaAccount } from './actions/createEvmEoaAccount.js';
|
|
14
14
|
export { createEvmSmartAccount, type CreateEvmSmartAccountOptions, } from './actions/createEvmSmartAccount.js';
|
|
15
15
|
export { createSolanaAccount } from './actions/createSolanaAccount.js';
|
|
16
|
+
export { initiateMfaEnrollment, type InitiateMfaEnrollmentResult, type InitiateMfaOptions, } from './actions/initiateMfaEnrollment.js';
|
|
17
|
+
export { submitMfaEnrollment, type SubmitMfaEnrollmentOptions, type SubmitMfaEnrollmentResult, } from './actions/submitMfaEnrollment.js';
|
|
18
|
+
export { initiateMfaVerification } from './actions/initiateMfaVerification.js';
|
|
19
|
+
export { submitMfaVerification, type SubmitMfaVerificationOptions, } from './actions/submitMfaVerification.js';
|
|
16
20
|
export * from './types.js';
|
|
17
21
|
export * from './viem/toViemAccount.js';
|
|
18
22
|
export * from './errors.js';
|
|
@@ -9,7 +9,9 @@ export declare class MockAuthManager implements IAuthManager {
|
|
|
9
9
|
isSignedIn(): Promise<boolean>;
|
|
10
10
|
signOut(): Promise<void>;
|
|
11
11
|
addAuthStateChangeCallback(callback: OnAuthStateChangeFn): void;
|
|
12
|
-
getToken(
|
|
12
|
+
getToken(options?: {
|
|
13
|
+
forceRefresh?: boolean;
|
|
14
|
+
}): Promise<string | null>;
|
|
13
15
|
getTokenExpiration(): Promise<number | null>;
|
|
14
16
|
getWalletSecretId(): Promise<string>;
|
|
15
17
|
getXWalletAuth(_options: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SendEvmTransactionWithEndUserAccountBodyNetwork, SendSolanaTransactionWithEndUserAccountBodyNetwork, APIError, APIErrorType, ErrorType, HttpErrorType, EvmUserOperation, OAuth2ProviderType, OAuth2Authentication } from '@coinbase/cdp-api-client';
|
|
1
|
+
import { SendEvmTransactionWithEndUserAccountBodyNetwork, SendSolanaTransactionWithEndUserAccountBodyNetwork, APIError, APIErrorType, ErrorType, HttpErrorType, EvmUserOperation, OAuth2ProviderType, OAuth2Authentication, MFAMethods } from '@coinbase/cdp-api-client';
|
|
2
2
|
import { TransactionSerializableEIP1559 } from 'viem';
|
|
3
3
|
export { APIError, type APIErrorType, ErrorType, HttpErrorType, SendEvmTransactionWithEndUserAccountBodyNetwork, SendSolanaTransactionWithEndUserAccountBodyNetwork, OAuth2ProviderType, };
|
|
4
4
|
export declare class CustomAuthError extends Error {
|
|
@@ -51,6 +51,7 @@ export type User = {
|
|
|
51
51
|
evmAccounts?: EvmAddress[];
|
|
52
52
|
evmSmartAccounts?: EvmAddress[];
|
|
53
53
|
solanaAccounts?: SolanaAddress[];
|
|
54
|
+
mfaMethods?: MFAMethods;
|
|
54
55
|
};
|
|
55
56
|
export type EmailAuthentication = {
|
|
56
57
|
type: "email";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.0.
|
|
1
|
+
export declare const VERSION = "0.0.69";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MfaMethod } from '@coinbase/cdp-api-client';
|
|
2
|
+
export type InitiateMfaOptions = {
|
|
3
|
+
mfaMethod: MfaMethod;
|
|
4
|
+
};
|
|
5
|
+
export type InitiateMfaEnrollmentResult = {
|
|
6
|
+
authUrl: string;
|
|
7
|
+
secret: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const initiateMfaEnrollment: (options: InitiateMfaOptions) => Promise<InitiateMfaEnrollmentResult>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MfaMethod } from '@coinbase/cdp-api-client';
|
|
2
|
+
import { User } from '../types.js';
|
|
3
|
+
export type SubmitMfaEnrollmentOptions = {
|
|
4
|
+
mfaMethod: MfaMethod;
|
|
5
|
+
mfaCode: string;
|
|
6
|
+
};
|
|
7
|
+
export type SubmitMfaEnrollmentResult = {
|
|
8
|
+
user: User;
|
|
9
|
+
};
|
|
10
|
+
export declare const submitMfaEnrollment: (options: SubmitMfaEnrollmentOptions) => Promise<SubmitMfaEnrollmentResult>;
|
|
@@ -12,7 +12,9 @@ export declare class AuthManager implements IAuthManager {
|
|
|
12
12
|
isSignedIn(): Promise<boolean>;
|
|
13
13
|
signOut(): Promise<void>;
|
|
14
14
|
addAuthStateChangeCallback(callback: OnAuthStateChangeFn): void;
|
|
15
|
-
getToken(
|
|
15
|
+
getToken(options?: {
|
|
16
|
+
forceRefresh?: boolean;
|
|
17
|
+
}): Promise<string | null>;
|
|
16
18
|
getTokenExpiration(): Promise<number | null>;
|
|
17
19
|
getWalletSecretId(): Promise<string>;
|
|
18
20
|
getXWalletAuth(options: {
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
import { EndUser } from '@coinbase/cdp-api-client';
|
|
1
|
+
import { EndUser, MFAMethods } from '@coinbase/cdp-api-client';
|
|
2
2
|
import { AuthState } from './types.js';
|
|
3
|
-
import {
|
|
3
|
+
import { AuthenticationMethods } from '../types.js';
|
|
4
|
+
export declare const toAuthStateUser: (endUser: EndUser) => {
|
|
5
|
+
userId: string;
|
|
6
|
+
evmAccounts: `0x${string}`[];
|
|
7
|
+
evmSmartAccounts: `0x${string}`[];
|
|
8
|
+
solanaAccounts: string[];
|
|
9
|
+
authenticationMethods: AuthenticationMethods;
|
|
10
|
+
mfaMethods: MFAMethods | undefined;
|
|
11
|
+
};
|
|
4
12
|
export declare const toAuthState: (accessToken: string, expiresAt: string, endUser: EndUser) => AuthState;
|
|
5
|
-
export declare const toAuthStateUser: (endUser: EndUser) => User;
|
|
@@ -22,7 +22,9 @@ export interface IAuthManager {
|
|
|
22
22
|
isSignedIn(): Promise<boolean>;
|
|
23
23
|
signOut(): Promise<void>;
|
|
24
24
|
addAuthStateChangeCallback(callback: OnAuthStateChangeFn): void;
|
|
25
|
-
getToken(
|
|
25
|
+
getToken(options?: {
|
|
26
|
+
forceRefresh?: boolean;
|
|
27
|
+
}): Promise<string | null>;
|
|
26
28
|
getTokenExpiration(): Promise<number | null>;
|
|
27
29
|
getWalletSecretId(): Promise<string>;
|
|
28
30
|
getXWalletAuth(options: {
|
|
@@ -11,5 +11,5 @@ export declare function withAuth<T, R>(options: T & ({
|
|
|
11
11
|
evmSmartAccount: EvmAddress;
|
|
12
12
|
} | {
|
|
13
13
|
solanaAccount: SolanaAddress;
|
|
14
|
-
}), authManager: IAuthManager, fn: AuthenticatedFunction<T, R>): Promise<R>;
|
|
14
|
+
} | Record<string, unknown>), authManager: IAuthManager, fn: AuthenticatedFunction<T, R>): Promise<R>;
|
|
15
15
|
export {};
|
package/dist/types/core.d.ts
CHANGED
|
@@ -11,7 +11,9 @@ export declare const authenticateWithJWT: () => Promise<AuthenticateWithJWTResul
|
|
|
11
11
|
export declare const getCurrentUser: () => Promise<User | null>;
|
|
12
12
|
export declare const isSignedIn: () => Promise<boolean>;
|
|
13
13
|
export declare const signOut: () => Promise<void>;
|
|
14
|
-
export declare const getAccessToken: (
|
|
14
|
+
export declare const getAccessToken: (options?: {
|
|
15
|
+
forceRefresh: boolean;
|
|
16
|
+
}) => Promise<string | null>;
|
|
15
17
|
export declare const getAccessTokenExpiration: () => Promise<number | null>;
|
|
16
18
|
export declare const onAuthStateChange: (callback: OnAuthStateChangeFn) => void;
|
|
17
19
|
export declare const onOAuthStateChange: (callback: OnOAuthStateChangeFn) => void;
|