@coinbase/cdp-api-client 0.0.54 → 0.0.56

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.
@@ -0,0 +1,380 @@
1
+ import { __exports as o } from "./index22.js";
2
+ /**
3
+ * @license React
4
+ * react.production.js
5
+ *
6
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */
11
+ var $;
12
+ function X() {
13
+ if ($) return o;
14
+ $ = 1;
15
+ var E = Symbol.for("react.transitional.element"), N = Symbol.for("react.portal"), M = Symbol.for("react.fragment"), Y = Symbol.for("react.strict_mode"), I = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), U = Symbol.for("react.context"), k = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), b = Symbol.for("react.memo"), d = Symbol.for("react.lazy"), C = Symbol.iterator;
16
+ function D(t) {
17
+ return t === null || typeof t != "object" ? null : (t = C && t[C] || t["@@iterator"], typeof t == "function" ? t : null);
18
+ }
19
+ var w = {
20
+ isMounted: function() {
21
+ return !1;
22
+ },
23
+ enqueueForceUpdate: function() {
24
+ },
25
+ enqueueReplaceState: function() {
26
+ },
27
+ enqueueSetState: function() {
28
+ }
29
+ }, A = Object.assign, S = {};
30
+ function _(t, e, n) {
31
+ this.props = t, this.context = e, this.refs = S, this.updater = n || w;
32
+ }
33
+ _.prototype.isReactComponent = {}, _.prototype.setState = function(t, e) {
34
+ if (typeof t != "object" && typeof t != "function" && t != null)
35
+ throw Error(
36
+ "takes an object of state variables to update or a function which returns an object of state variables."
37
+ );
38
+ this.updater.enqueueSetState(this, t, e, "setState");
39
+ }, _.prototype.forceUpdate = function(t) {
40
+ this.updater.enqueueForceUpdate(this, t, "forceUpdate");
41
+ };
42
+ function h() {
43
+ }
44
+ h.prototype = _.prototype;
45
+ function y(t, e, n) {
46
+ this.props = t, this.context = e, this.refs = S, this.updater = n || w;
47
+ }
48
+ var v = y.prototype = new h();
49
+ v.constructor = y, A(v, _.prototype), v.isPureReactComponent = !0;
50
+ var g = Array.isArray, i = { H: null, A: null, T: null, S: null, V: null }, O = Object.prototype.hasOwnProperty;
51
+ function R(t, e, n, r, s, f) {
52
+ return n = f.ref, {
53
+ $$typeof: E,
54
+ type: t,
55
+ key: e,
56
+ ref: n !== void 0 ? n : null,
57
+ props: f
58
+ };
59
+ }
60
+ function q(t, e) {
61
+ return R(
62
+ t.type,
63
+ e,
64
+ void 0,
65
+ void 0,
66
+ void 0,
67
+ t.props
68
+ );
69
+ }
70
+ function T(t) {
71
+ return typeof t == "object" && t !== null && t.$$typeof === E;
72
+ }
73
+ function z(t) {
74
+ var e = { "=": "=0", ":": "=2" };
75
+ return "$" + t.replace(/[=:]/g, function(n) {
76
+ return e[n];
77
+ });
78
+ }
79
+ var H = /\/+/g;
80
+ function m(t, e) {
81
+ return typeof t == "object" && t !== null && t.key != null ? z("" + t.key) : e.toString(36);
82
+ }
83
+ function j() {
84
+ }
85
+ function G(t) {
86
+ switch (t.status) {
87
+ case "fulfilled":
88
+ return t.value;
89
+ case "rejected":
90
+ throw t.reason;
91
+ default:
92
+ switch (typeof t.status == "string" ? t.then(j, j) : (t.status = "pending", t.then(
93
+ function(e) {
94
+ t.status === "pending" && (t.status = "fulfilled", t.value = e);
95
+ },
96
+ function(e) {
97
+ t.status === "pending" && (t.status = "rejected", t.reason = e);
98
+ }
99
+ )), t.status) {
100
+ case "fulfilled":
101
+ return t.value;
102
+ case "rejected":
103
+ throw t.reason;
104
+ }
105
+ }
106
+ throw t;
107
+ }
108
+ function a(t, e, n, r, s) {
109
+ var f = typeof t;
110
+ (f === "undefined" || f === "boolean") && (t = null);
111
+ var u = !1;
112
+ if (t === null) u = !0;
113
+ else
114
+ switch (f) {
115
+ case "bigint":
116
+ case "string":
117
+ case "number":
118
+ u = !0;
119
+ break;
120
+ case "object":
121
+ switch (t.$$typeof) {
122
+ case E:
123
+ case N:
124
+ u = !0;
125
+ break;
126
+ case d:
127
+ return u = t._init, a(
128
+ u(t._payload),
129
+ e,
130
+ n,
131
+ r,
132
+ s
133
+ );
134
+ }
135
+ }
136
+ if (u)
137
+ return s = s(t), u = r === "" ? "." + m(t, 0) : r, g(s) ? (n = "", u != null && (n = u.replace(H, "$&/") + "/"), a(s, e, n, "", function(W) {
138
+ return W;
139
+ })) : s != null && (T(s) && (s = q(
140
+ s,
141
+ n + (s.key == null || t && t.key === s.key ? "" : ("" + s.key).replace(
142
+ H,
143
+ "$&/"
144
+ ) + "/") + u
145
+ )), e.push(s)), 1;
146
+ u = 0;
147
+ var p = r === "" ? "." : r + ":";
148
+ if (g(t))
149
+ for (var c = 0; c < t.length; c++)
150
+ r = t[c], f = p + m(r, c), u += a(
151
+ r,
152
+ e,
153
+ n,
154
+ f,
155
+ s
156
+ );
157
+ else if (c = D(t), typeof c == "function")
158
+ for (t = c.call(t), c = 0; !(r = t.next()).done; )
159
+ r = r.value, f = p + m(r, c++), u += a(
160
+ r,
161
+ e,
162
+ n,
163
+ f,
164
+ s
165
+ );
166
+ else if (f === "object") {
167
+ if (typeof t.then == "function")
168
+ return a(
169
+ G(t),
170
+ e,
171
+ n,
172
+ r,
173
+ s
174
+ );
175
+ throw e = String(t), Error(
176
+ "Objects are not valid as a React child (found: " + (e === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : e) + "). If you meant to render a collection of children, use an array instead."
177
+ );
178
+ }
179
+ return u;
180
+ }
181
+ function l(t, e, n) {
182
+ if (t == null) return t;
183
+ var r = [], s = 0;
184
+ return a(t, r, "", "", function(f) {
185
+ return e.call(n, f, s++);
186
+ }), r;
187
+ }
188
+ function K(t) {
189
+ if (t._status === -1) {
190
+ var e = t._result;
191
+ e = e(), e.then(
192
+ function(n) {
193
+ (t._status === 0 || t._status === -1) && (t._status = 1, t._result = n);
194
+ },
195
+ function(n) {
196
+ (t._status === 0 || t._status === -1) && (t._status = 2, t._result = n);
197
+ }
198
+ ), t._status === -1 && (t._status = 0, t._result = e);
199
+ }
200
+ if (t._status === 1) return t._result.default;
201
+ throw t._result;
202
+ }
203
+ var P = typeof reportError == "function" ? reportError : function(t) {
204
+ if (typeof window == "object" && typeof window.ErrorEvent == "function") {
205
+ var e = new window.ErrorEvent("error", {
206
+ bubbles: !0,
207
+ cancelable: !0,
208
+ message: typeof t == "object" && t !== null && typeof t.message == "string" ? String(t.message) : String(t),
209
+ error: t
210
+ });
211
+ if (!window.dispatchEvent(e)) return;
212
+ } else if (typeof process == "object" && typeof process.emit == "function") {
213
+ process.emit("uncaughtException", t);
214
+ return;
215
+ }
216
+ console.error(t);
217
+ };
218
+ function B() {
219
+ }
220
+ return o.Children = {
221
+ map: l,
222
+ forEach: function(t, e, n) {
223
+ l(
224
+ t,
225
+ function() {
226
+ e.apply(this, arguments);
227
+ },
228
+ n
229
+ );
230
+ },
231
+ count: function(t) {
232
+ var e = 0;
233
+ return l(t, function() {
234
+ e++;
235
+ }), e;
236
+ },
237
+ toArray: function(t) {
238
+ return l(t, function(e) {
239
+ return e;
240
+ }) || [];
241
+ },
242
+ only: function(t) {
243
+ if (!T(t))
244
+ throw Error(
245
+ "React.Children.only expected to receive a single React element child."
246
+ );
247
+ return t;
248
+ }
249
+ }, o.Component = _, o.Fragment = M, o.Profiler = I, o.PureComponent = y, o.StrictMode = Y, o.Suspense = x, o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = i, o.__COMPILER_RUNTIME = {
250
+ __proto__: null,
251
+ c: function(t) {
252
+ return i.H.useMemoCache(t);
253
+ }
254
+ }, o.cache = function(t) {
255
+ return function() {
256
+ return t.apply(null, arguments);
257
+ };
258
+ }, o.cloneElement = function(t, e, n) {
259
+ if (t == null)
260
+ throw Error(
261
+ "The argument must be a React element, but you passed " + t + "."
262
+ );
263
+ var r = A({}, t.props), s = t.key, f = void 0;
264
+ if (e != null)
265
+ for (u in e.ref !== void 0 && (f = void 0), e.key !== void 0 && (s = "" + e.key), e)
266
+ !O.call(e, u) || u === "key" || u === "__self" || u === "__source" || u === "ref" && e.ref === void 0 || (r[u] = e[u]);
267
+ var u = arguments.length - 2;
268
+ if (u === 1) r.children = n;
269
+ else if (1 < u) {
270
+ for (var p = Array(u), c = 0; c < u; c++)
271
+ p[c] = arguments[c + 2];
272
+ r.children = p;
273
+ }
274
+ return R(t.type, s, void 0, void 0, f, r);
275
+ }, o.createContext = function(t) {
276
+ return t = {
277
+ $$typeof: U,
278
+ _currentValue: t,
279
+ _currentValue2: t,
280
+ _threadCount: 0,
281
+ Provider: null,
282
+ Consumer: null
283
+ }, t.Provider = t, t.Consumer = {
284
+ $$typeof: L,
285
+ _context: t
286
+ }, t;
287
+ }, o.createElement = function(t, e, n) {
288
+ var r, s = {}, f = null;
289
+ if (e != null)
290
+ for (r in e.key !== void 0 && (f = "" + e.key), e)
291
+ O.call(e, r) && r !== "key" && r !== "__self" && r !== "__source" && (s[r] = e[r]);
292
+ var u = arguments.length - 2;
293
+ if (u === 1) s.children = n;
294
+ else if (1 < u) {
295
+ for (var p = Array(u), c = 0; c < u; c++)
296
+ p[c] = arguments[c + 2];
297
+ s.children = p;
298
+ }
299
+ if (t && t.defaultProps)
300
+ for (r in u = t.defaultProps, u)
301
+ s[r] === void 0 && (s[r] = u[r]);
302
+ return R(t, f, void 0, void 0, null, s);
303
+ }, o.createRef = function() {
304
+ return { current: null };
305
+ }, o.forwardRef = function(t) {
306
+ return { $$typeof: k, render: t };
307
+ }, o.isValidElement = T, o.lazy = function(t) {
308
+ return {
309
+ $$typeof: d,
310
+ _payload: { _status: -1, _result: t },
311
+ _init: K
312
+ };
313
+ }, o.memo = function(t, e) {
314
+ return {
315
+ $$typeof: b,
316
+ type: t,
317
+ compare: e === void 0 ? null : e
318
+ };
319
+ }, o.startTransition = function(t) {
320
+ var e = i.T, n = {};
321
+ i.T = n;
322
+ try {
323
+ var r = t(), s = i.S;
324
+ s !== null && s(n, r), typeof r == "object" && r !== null && typeof r.then == "function" && r.then(B, P);
325
+ } catch (f) {
326
+ P(f);
327
+ } finally {
328
+ i.T = e;
329
+ }
330
+ }, o.unstable_useCacheRefresh = function() {
331
+ return i.H.useCacheRefresh();
332
+ }, o.use = function(t) {
333
+ return i.H.use(t);
334
+ }, o.useActionState = function(t, e, n) {
335
+ return i.H.useActionState(t, e, n);
336
+ }, o.useCallback = function(t, e) {
337
+ return i.H.useCallback(t, e);
338
+ }, o.useContext = function(t) {
339
+ return i.H.useContext(t);
340
+ }, o.useDebugValue = function() {
341
+ }, o.useDeferredValue = function(t, e) {
342
+ return i.H.useDeferredValue(t, e);
343
+ }, o.useEffect = function(t, e, n) {
344
+ var r = i.H;
345
+ if (typeof n == "function")
346
+ throw Error(
347
+ "useEffect CRUD overload is not enabled in this build of React."
348
+ );
349
+ return r.useEffect(t, e);
350
+ }, o.useId = function() {
351
+ return i.H.useId();
352
+ }, o.useImperativeHandle = function(t, e, n) {
353
+ return i.H.useImperativeHandle(t, e, n);
354
+ }, o.useInsertionEffect = function(t, e) {
355
+ return i.H.useInsertionEffect(t, e);
356
+ }, o.useLayoutEffect = function(t, e) {
357
+ return i.H.useLayoutEffect(t, e);
358
+ }, o.useMemo = function(t, e) {
359
+ return i.H.useMemo(t, e);
360
+ }, o.useOptimistic = function(t, e) {
361
+ return i.H.useOptimistic(t, e);
362
+ }, o.useReducer = function(t, e, n) {
363
+ return i.H.useReducer(t, e, n);
364
+ }, o.useRef = function(t) {
365
+ return i.H.useRef(t);
366
+ }, o.useState = function(t) {
367
+ return i.H.useState(t);
368
+ }, o.useSyncExternalStore = function(t, e, n) {
369
+ return i.H.useSyncExternalStore(
370
+ t,
371
+ e,
372
+ n
373
+ );
374
+ }, o.useTransition = function() {
375
+ return i.H.useTransition();
376
+ }, o.version = "19.1.0", o;
377
+ }
378
+ export {
379
+ X as __require
380
+ };
@@ -1,239 +1,60 @@
1
- import { cdpApiClient as s } from "./index4.js";
2
- const d = (e, t, n) => s(
3
- {
4
- url: `/v2/embedded-wallet-api/projects/${e}/auth/init`,
5
- method: "POST",
6
- headers: { "Content-Type": "application/json" },
7
- data: t
8
- },
9
- n
10
- ), i = (e, t, n) => s(
11
- {
12
- url: `/v2/embedded-wallet-api/projects/${e}/auth/verify/email`,
13
- method: "POST",
14
- headers: { "Content-Type": "application/json" },
15
- data: t
16
- },
17
- n
18
- ), c = (e, t, n) => s(
19
- {
20
- url: `/v2/embedded-wallet-api/projects/${e}/auth/verify/sms`,
21
- method: "POST",
22
- headers: { "Content-Type": "application/json" },
23
- data: t
24
- },
25
- n
26
- ), p = (e, t, n, a) => s(
27
- {
28
- url: `/v2/embedded-wallet-api/projects/${e}/auth/verify/oauth/${t}`,
29
- method: "POST",
30
- headers: { "Content-Type": "application/json" },
31
- data: n
32
- },
33
- a
34
- ), l = (e, t, n) => s(
35
- {
36
- url: `/v2/embedded-wallet-api/projects/${e}/auth/refresh`,
37
- method: "POST",
38
- headers: { "Content-Type": "application/json" },
39
- data: t
40
- },
41
- n
42
- ), u = (e, t, n) => s(
43
- {
44
- url: `/v2/embedded-wallet-api/projects/${e}/auth/logout`,
45
- method: "POST",
46
- headers: { "Content-Type": "application/json" },
47
- data: t
48
- },
49
- n
50
- ), m = (e, t, n) => s(
51
- { url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}`, method: "GET" },
52
- n
53
- ), h = (e, t, n, a) => s(
54
- {
55
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/wallet-secrets`,
56
- method: "PUT",
57
- headers: { "Content-Type": "application/json" },
58
- data: n
59
- },
60
- a
61
- ), T = (e, t, n, a) => s(
62
- {
63
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm`,
64
- method: "POST",
65
- headers: { "Content-Type": "application/json" },
66
- data: n
67
- },
68
- a
69
- ), v = (e, t, n, a) => s(
70
- {
71
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign`,
72
- method: "POST",
73
- headers: { "Content-Type": "application/json" },
74
- data: n
75
- },
76
- a
77
- ), $ = (e, t, n, a) => s(
78
- {
79
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/transaction`,
80
- method: "POST",
81
- headers: { "Content-Type": "application/json" },
82
- data: n
83
- },
84
- a
85
- ), j = (e, t, n, a) => s(
86
- {
87
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/send/transaction`,
88
- method: "POST",
89
- headers: { "Content-Type": "application/json" },
90
- data: n
91
- },
92
- a
93
- ), S = (e, t, n, a) => s(
94
- {
95
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/message`,
96
- method: "POST",
97
- headers: { "Content-Type": "application/json" },
98
- data: n
99
- },
100
- a
101
- ), y = (e, t, n, a) => s(
102
- {
103
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/typed-data`,
104
- method: "POST",
105
- headers: { "Content-Type": "application/json" },
106
- data: n
107
- },
108
- a
109
- ), E = (e, t, n, a) => s(
110
- {
111
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/export`,
112
- method: "POST",
113
- headers: { "Content-Type": "application/json" },
114
- data: n
115
- },
116
- a
117
- ), w = (e, t, n, a) => s(
118
- {
119
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts`,
120
- method: "POST",
121
- headers: { "Content-Type": "application/json" },
122
- data: n
123
- },
124
- a
125
- ), b = (e, t, n, a, r) => s(
126
- {
127
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/user-operations/${a}`,
128
- method: "GET"
129
- },
130
- r
131
- ), O = (e, t, n, a, r) => s(
132
- {
133
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/send`,
134
- method: "POST",
135
- headers: { "Content-Type": "application/json" },
136
- data: a
137
- },
138
- r
139
- ), P = (e, t, n, a, r) => s(
140
- {
141
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/spend-permissions`,
142
- method: "POST",
143
- headers: { "Content-Type": "application/json" },
144
- data: a
145
- },
146
- r
147
- ), A = (e, t, n, a, r) => s(
148
- {
149
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/spend-permissions/list`,
150
- method: "GET",
151
- params: a
152
- },
153
- r
154
- ), C = (e, t, n, a, r) => s(
155
- {
156
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/spend-permissions/revoke`,
157
- method: "POST",
158
- headers: { "Content-Type": "application/json" },
159
- data: a
160
- },
161
- r
162
- ), U = (e, t, n, a) => s(
163
- {
164
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana`,
165
- method: "POST",
166
- headers: { "Content-Type": "application/json" },
167
- data: n
168
- },
169
- a
170
- ), g = (e, t, n, a) => s(
171
- {
172
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/export`,
173
- method: "POST",
174
- headers: { "Content-Type": "application/json" },
175
- data: n
176
- },
177
- a
178
- ), W = (e, t, n, a) => s(
179
- {
180
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign`,
181
- method: "POST",
182
- headers: { "Content-Type": "application/json" },
183
- data: n
184
- },
185
- a
186
- ), f = (e, t, n, a) => s(
187
- {
188
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign/message`,
189
- method: "POST",
190
- headers: { "Content-Type": "application/json" },
191
- data: n
192
- },
193
- a
194
- ), x = (e, t, n, a) => s(
195
- {
196
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign/transaction`,
197
- method: "POST",
198
- headers: { "Content-Type": "application/json" },
199
- data: n
200
- },
201
- a
202
- ), k = (e, t, n, a) => s(
203
- {
204
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/send/transaction`,
205
- method: "POST",
206
- headers: { "Content-Type": "application/json" },
207
- data: n
208
- },
209
- a
210
- );
1
+ import p from "./index10.js";
2
+ import { getFramework as m } from "./index11.js";
3
+ const y = "1f8d3e558f493e38a037dbfadb8ba344", v = "d473b1dcc969105adab157226cd9cf63", i = Symbol.for("@coinbase/cdp-analytics");
4
+ function g() {
5
+ const t = globalThis;
6
+ return t[i] || (t[i] = {
7
+ identifier: "",
8
+ enabled: !0,
9
+ isProduction: !1,
10
+ isUsingMocks: !1,
11
+ sendEvent: o,
12
+ sendActionCallEvent: (e) => o({ ...e, type: "action_call" }),
13
+ sendHookCallEvent: (e) => o({ ...e, type: "hook_call" }),
14
+ sendComponentCallEvent: (e) => o({ ...e, type: "component_call" }),
15
+ versionRegistry: {},
16
+ registerPackageVersion: (e, s) => {
17
+ n.versionRegistry[e] = s;
18
+ }
19
+ }), t[i];
20
+ }
21
+ const n = g();
22
+ async function o(t) {
23
+ if (!n.enabled || !n.identifier)
24
+ return;
25
+ const e = Date.now(), r = [{
26
+ user_id: n.identifier,
27
+ event_type: t.type,
28
+ platform: c() ? "web" : "native",
29
+ timestamp: e,
30
+ event_properties: {
31
+ project_name: "cdp-embedded-wallet",
32
+ framework: m(),
33
+ isLocalHost: u(),
34
+ isUsingMocks: n.isUsingMocks,
35
+ package_versions: n.versionRegistry,
36
+ ...t
37
+ }
38
+ }], a = JSON.stringify(r), d = e.toString(), l = p(a + d), f = {
39
+ client: n.isProduction ? v : y,
40
+ e: a,
41
+ checksum: l
42
+ };
43
+ await fetch("https://cca-lite.coinbase.com/amp", {
44
+ method: "POST",
45
+ mode: "no-cors",
46
+ headers: {
47
+ "Content-Type": "application/json"
48
+ },
49
+ body: JSON.stringify(f)
50
+ });
51
+ }
52
+ function c() {
53
+ return typeof window < "u" && typeof document < "u";
54
+ }
55
+ function u() {
56
+ return c() ? window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1" : !1;
57
+ }
211
58
  export {
212
- T as createEndUserEvmAccount,
213
- w as createEndUserEvmSmartAccount,
214
- U as createEndUserSolanaAccount,
215
- P as createSpendPermissionWithEndUserAccount,
216
- E as exportEndUserEvmAccount,
217
- g as exportEndUserSolanaAccount,
218
- m as getAuthenticatedEndUser,
219
- b as getUserOperationWithEndUserAccount,
220
- d as initiateAuthentication,
221
- A as listSpendPermissionsWithEndUserAccount,
222
- u as logOutEndUser,
223
- l as refreshAccessToken,
224
- h as registerTemporaryWalletSecret,
225
- C as revokeSpendPermissionWithEndUserAccount,
226
- j as sendEvmTransactionWithEndUserAccount,
227
- k as sendSolanaTransactionWithEndUserAccount,
228
- O as sendUserOperationWithEndUserAccount,
229
- v as signEvmHashWithEndUserAccount,
230
- S as signEvmMessageWithEndUserAccount,
231
- $ as signEvmTransactionWithEndUserAccount,
232
- y as signEvmTypedDataWithEndUserAccount,
233
- W as signSolanaHashWithEndUserAccount,
234
- f as signSolanaMessageWithEndUserAccount,
235
- x as signSolanaTransactionWithEndUserAccount,
236
- i as verifyEmailAuthentication,
237
- p as verifyOAuthCode,
238
- c as verifySmsAuthentication
59
+ n as Analytics
239
60
  };