@coinbase/cdp-api-client 0.0.93 → 0.0.94

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.
@@ -1,4 +1,4 @@
1
- var r = {};
1
+ var r = { exports: {} };
2
2
  export {
3
- r as __exports
3
+ r as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var e = { exports: {} };
1
+ var r = {};
2
2
  export {
3
- e as __module
3
+ r as __exports
4
4
  };
@@ -1,4 +1,4 @@
1
- var r = { exports: {} };
1
+ var e = { exports: {} };
2
2
  export {
3
- r as __module
3
+ e as __module
4
4
  };
@@ -1,2 +1,2 @@
1
- import { __require as r } from "./index12.js";
1
+ import { __require as r } from "./index17.js";
2
2
  r();
@@ -1,4 +1,4 @@
1
- const o = "0.0.93";
1
+ const o = "0.0.94";
2
2
  export {
3
3
  o as VERSION
4
4
  };
@@ -78,7 +78,7 @@ const i = (e, t) => s(
78
78
  ), E = (e, t) => s(
79
79
  { url: `/v2/embedded-wallet-api/projects/${e}/auth/mfa`, method: "GET" },
80
80
  t
81
- ), S = (e, t, n) => s(
81
+ ), y = (e, t, n) => s(
82
82
  { url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}`, method: "GET" },
83
83
  n
84
84
  ), b = (e, t, n, a) => s(
@@ -89,7 +89,7 @@ const i = (e, t) => s(
89
89
  data: n
90
90
  },
91
91
  a
92
- ), y = (e, t, n, a) => s(
92
+ ), S = (e, t, n, a) => s(
93
93
  {
94
94
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm`,
95
95
  method: "POST",
@@ -156,16 +156,15 @@ const i = (e, t) => s(
156
156
  ), f = (e, t, n, a) => s(
157
157
  {
158
158
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/eip7702/delegation`,
159
- method: "GET",
160
- params: n
159
+ method: "POST",
160
+ headers: { "Content-Type": "application/json" },
161
+ data: n
161
162
  },
162
163
  a
163
164
  ), W = (e, t, n, a) => s(
164
165
  {
165
- url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/eip7702/delegation`,
166
- method: "POST",
167
- headers: { "Content-Type": "application/json" },
168
- data: n
166
+ url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/eip7702/delegation-operations/${n}`,
167
+ method: "GET"
169
168
  },
170
169
  a
171
170
  ), M = (e, t, n, a) => s(
@@ -213,7 +212,7 @@ const i = (e, t) => s(
213
212
  data: a
214
213
  },
215
214
  r
216
- ), V = (e, t, n, a) => s(
215
+ ), I = (e, t, n, a) => s(
217
216
  {
218
217
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana`,
219
218
  method: "POST",
@@ -221,7 +220,7 @@ const i = (e, t) => s(
221
220
  data: n
222
221
  },
223
222
  a
224
- ), I = (e, t, n, a) => s(
223
+ ), V = (e, t, n, a) => s(
225
224
  {
226
225
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/export`,
227
226
  method: "POST",
@@ -229,7 +228,7 @@ const i = (e, t) => s(
229
228
  data: n
230
229
  },
231
230
  a
232
- ), q = (e, t, n, a) => s(
231
+ ), B = (e, t, n, a) => s(
233
232
  {
234
233
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign`,
235
234
  method: "POST",
@@ -237,7 +236,7 @@ const i = (e, t) => s(
237
236
  data: n
238
237
  },
239
238
  a
240
- ), z = (e, t, n, a) => s(
239
+ ), q = (e, t, n, a) => s(
241
240
  {
242
241
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign/message`,
243
242
  method: "POST",
@@ -245,7 +244,7 @@ const i = (e, t) => s(
245
244
  data: n
246
245
  },
247
246
  a
248
- ), B = (e, t, n, a) => s(
247
+ ), z = (e, t, n, a) => s(
249
248
  {
250
249
  url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign/transaction`,
251
250
  method: "POST",
@@ -323,16 +322,16 @@ const i = (e, t) => s(
323
322
  export {
324
323
  v as authenticateUserWithCustomAuth,
325
324
  K as createEndUserApplePayOnrampOrder,
326
- y as createEndUserEvmAccount,
325
+ S as createEndUserEvmAccount,
327
326
  M as createEndUserEvmSmartAccount,
328
- V as createEndUserSolanaAccount,
329
- W as createEvmEip7702DelegationWithEndUserAccount,
327
+ I as createEndUserSolanaAccount,
328
+ f as createEvmEip7702DelegationWithEndUserAccount,
330
329
  k as createSpendPermissionWithEndUserAccount,
331
330
  U as exportEndUserEvmAccount,
332
- I as exportEndUserSolanaAccount,
331
+ V as exportEndUserSolanaAccount,
333
332
  i as generateAttestationChallenge,
334
- S as getAuthenticatedEndUser,
335
- f as getEvmEip7702DelegationStatusWithEndUserAccount,
333
+ y as getAuthenticatedEndUser,
334
+ W as getEvmEip7702DelegationOperationByIdWithEndUserAccount,
336
335
  E as getMfaConfig,
337
336
  j as getProjectConfig,
338
337
  G as getUserOperationWithEndUserAccount,
@@ -356,9 +355,9 @@ export {
356
355
  g as signEvmMessageWithEndUserAccount,
357
356
  P as signEvmTransactionWithEndUserAccount,
358
357
  A as signEvmTypedDataWithEndUserAccount,
359
- q as signSolanaHashWithEndUserAccount,
360
- z as signSolanaMessageWithEndUserAccount,
361
- B as signSolanaTransactionWithEndUserAccount,
358
+ B as signSolanaHashWithEndUserAccount,
359
+ q as signSolanaMessageWithEndUserAccount,
360
+ z as signSolanaTransactionWithEndUserAccount,
362
361
  Q as submitMfaEnrollment,
363
362
  X as submitMfaVerification,
364
363
  c as verifyEmailAuthentication,