@coinbase/cdp-sdk 1.47.0 → 1.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +287 -0
  3. package/_cjs/actions/webhooks/createWebhookSubscription.js.map +1 -1
  4. package/_cjs/client/cdp.js +1 -4
  5. package/_cjs/client/cdp.js.map +1 -1
  6. package/_cjs/client/end-user/endUser.js +42 -89
  7. package/_cjs/client/end-user/endUser.js.map +1 -1
  8. package/_cjs/client/end-user/toEndUserAccount.js +17 -43
  9. package/_cjs/client/end-user/toEndUserAccount.js.map +1 -1
  10. package/_cjs/index.js.map +1 -1
  11. package/_cjs/openapi-client/cdpApiClient.js +0 -32
  12. package/_cjs/openapi-client/cdpApiClient.js.map +1 -1
  13. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +57 -10
  14. package/_cjs/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  15. package/_cjs/openapi-client/generated/{embedded-wallets-core-functionality/embedded-wallets-core-functionality.js → embedded-wallets/embedded-wallets.js} +45 -97
  16. package/_cjs/openapi-client/generated/embedded-wallets/embedded-wallets.js.map +1 -0
  17. package/_cjs/openapi-client/generated/webhooks/webhooks.js +6 -6
  18. package/_cjs/openapi-client/index.js +2 -2
  19. package/_cjs/openapi-client/index.js.map +1 -1
  20. package/_cjs/version.js +1 -1
  21. package/_esm/actions/webhooks/createWebhookSubscription.js.map +1 -1
  22. package/_esm/client/cdp.js +2 -5
  23. package/_esm/client/cdp.js.map +1 -1
  24. package/_esm/client/end-user/endUser.js +40 -87
  25. package/_esm/client/end-user/endUser.js.map +1 -1
  26. package/_esm/client/end-user/toEndUserAccount.js +17 -43
  27. package/_esm/client/end-user/toEndUserAccount.js.map +1 -1
  28. package/_esm/index.js.map +1 -1
  29. package/_esm/openapi-client/cdpApiClient.js +0 -32
  30. package/_esm/openapi-client/cdpApiClient.js.map +1 -1
  31. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js +55 -8
  32. package/_esm/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.js.map +1 -1
  33. package/_esm/openapi-client/generated/{embedded-wallets-core-functionality/embedded-wallets-core-functionality.js → embedded-wallets/embedded-wallets.js} +43 -93
  34. package/_esm/openapi-client/generated/embedded-wallets/embedded-wallets.js.map +1 -0
  35. package/_esm/openapi-client/generated/webhooks/webhooks.js +6 -6
  36. package/_esm/openapi-client/index.js +2 -2
  37. package/_esm/openapi-client/index.js.map +1 -1
  38. package/_esm/version.js +1 -1
  39. package/_types/actions/webhooks/createWebhookSubscription.d.ts +1 -1
  40. package/_types/actions/webhooks/createWebhookSubscription.d.ts.map +1 -1
  41. package/_types/client/cdp.d.ts +2 -6
  42. package/_types/client/cdp.d.ts.map +1 -1
  43. package/_types/client/end-user/endUser.d.ts +19 -52
  44. package/_types/client/end-user/endUser.d.ts.map +1 -1
  45. package/_types/client/end-user/endUser.types.d.ts +26 -61
  46. package/_types/client/end-user/endUser.types.d.ts.map +1 -1
  47. package/_types/client/end-user/toEndUserAccount.d.ts +0 -2
  48. package/_types/client/end-user/toEndUserAccount.d.ts.map +1 -1
  49. package/_types/index.d.ts +1 -1
  50. package/_types/index.d.ts.map +1 -1
  51. package/_types/openapi-client/cdpApiClient.d.ts.map +1 -1
  52. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts +490 -79
  53. package/_types/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.d.ts.map +1 -1
  54. package/_types/openapi-client/generated/embedded-wallets/embedded-wallets.d.ts +151 -0
  55. package/_types/openapi-client/generated/embedded-wallets/embedded-wallets.d.ts.map +1 -0
  56. package/_types/openapi-client/generated/webhooks/webhooks.d.ts +6 -6
  57. package/_types/openapi-client/index.d.ts +14 -45
  58. package/_types/openapi-client/index.d.ts.map +1 -1
  59. package/_types/version.d.ts +1 -1
  60. package/actions/webhooks/createWebhookSubscription.ts +6 -1
  61. package/client/cdp.ts +3 -8
  62. package/client/end-user/endUser.ts +85 -187
  63. package/client/end-user/endUser.types.ts +28 -69
  64. package/client/end-user/toEndUserAccount.ts +63 -152
  65. package/index.ts +0 -4
  66. package/openapi-client/cdpApiClient.ts +0 -34
  67. package/openapi-client/generated/coinbaseDeveloperPlatformAPIs.schemas.ts +551 -85
  68. package/openapi-client/generated/{embedded-wallets-core-functionality/embedded-wallets-core-functionality.ts → embedded-wallets/embedded-wallets.ts} +86 -249
  69. package/openapi-client/generated/webhooks/webhooks.ts +6 -6
  70. package/openapi-client/index.ts +2 -2
  71. package/package.json +1 -1
  72. package/version.ts +1 -1
  73. package/_cjs/openapi-client/generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.js.map +0 -1
  74. package/_esm/openapi-client/generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.js.map +0 -1
  75. package/_types/openapi-client/generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.d.ts +0 -312
  76. package/_types/openapi-client/generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.d.ts.map +0 -1
@@ -1,52 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sendSolanaAssetWithEndUserAccount = exports.sendSolanaTransactionWithEndUserAccount = exports.signSolanaTransactionWithEndUserAccount = exports.signSolanaMessageWithEndUserAccount = exports.signSolanaHashWithEndUserAccount = exports.revokeSpendPermissionWithEndUserAccount = exports.sendUserOperationWithEndUserAccount = exports.createEvmEip7702DelegationWithEndUserAccount = exports.revokeDelegationForEndUser = exports.signEvmTypedDataWithEndUserAccount = exports.signEvmMessageWithEndUserAccount = exports.sendEvmAssetWithEndUserAccount = exports.sendEvmTransactionWithEndUserAccount = exports.signEvmTransactionWithEndUserAccount = exports.signEvmHashWithEndUserAccount = exports.SendSolanaAssetWithEndUserAccountBodyNetwork = exports.SendSolanaTransactionWithEndUserAccountBodyNetwork = exports.SendEvmAssetWithEndUserAccountBodyNetwork = exports.SendEvmTransactionWithEndUserAccountBodyNetwork = void 0;
4
- // eslint-disable-next-line @typescript-eslint/no-redeclare
5
- exports.SendEvmTransactionWithEndUserAccountBodyNetwork = {
6
- base: "base",
7
- "base-sepolia": "base-sepolia",
8
- ethereum: "ethereum",
9
- "ethereum-sepolia": "ethereum-sepolia",
10
- avalanche: "avalanche",
11
- polygon: "polygon",
12
- optimism: "optimism",
13
- arbitrum: "arbitrum",
14
- };
15
- // eslint-disable-next-line @typescript-eslint/no-redeclare
16
- exports.SendEvmAssetWithEndUserAccountBodyNetwork = {
17
- base: "base",
18
- "base-sepolia": "base-sepolia",
19
- ethereum: "ethereum",
20
- "ethereum-sepolia": "ethereum-sepolia",
21
- avalanche: "avalanche",
22
- polygon: "polygon",
23
- optimism: "optimism",
24
- arbitrum: "arbitrum",
25
- };
26
- // eslint-disable-next-line @typescript-eslint/no-redeclare
27
- exports.SendSolanaTransactionWithEndUserAccountBodyNetwork = {
28
- solana: "solana",
29
- "solana-devnet": "solana-devnet",
30
- };
31
- // eslint-disable-next-line @typescript-eslint/no-redeclare
32
- exports.SendSolanaAssetWithEndUserAccountBodyNetwork = {
33
- solana: "solana",
34
- "solana-devnet": "solana-devnet",
35
- };
3
+ exports.sendSolanaAssetWithEndUserAccount = exports.sendSolanaTransactionWithEndUserAccount = exports.signSolanaTransactionWithEndUserAccount = exports.signSolanaMessageWithEndUserAccount = exports.sendUserOperationWithEndUserAccount = exports.createEvmEip7702DelegationWithEndUserAccount = exports.revokeDelegationForEndUser = exports.getDelegationForEndUser = exports.signEvmTypedDataWithEndUserAccount = exports.signEvmMessageWithEndUserAccount = exports.sendEvmAssetWithEndUserAccount = exports.sendEvmTransactionWithEndUserAccount = exports.signEvmTransactionWithEndUserAccount = void 0;
36
4
  const cdpApiClient_js_1 = require("../../cdpApiClient.js");
37
- /**
38
- * Signs an arbitrary 32 byte hash with the end user's given EVM account.
39
- * @summary Sign a hash with end user EVM account
40
- */
41
- const signEvmHashWithEndUserAccount = (projectId, userId, signEvmHashWithEndUserAccountBody, options) => {
42
- return (0, cdpApiClient_js_1.cdpApiClient)({
43
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/sign`,
44
- method: "POST",
45
- headers: { "Content-Type": "application/json" },
46
- data: signEvmHashWithEndUserAccountBody,
47
- }, options);
48
- };
49
- exports.signEvmHashWithEndUserAccount = signEvmHashWithEndUserAccount;
50
5
  /**
51
6
  * Signs a transaction with the given end user EVM account.
52
7
  The transaction should be serialized as a hex string using [RLP](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/).
@@ -54,12 +9,13 @@ The transaction should be serialized as a hex string using [RLP](https://ethereu
54
9
  The transaction must be an [EIP-1559 dynamic fee transaction](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md). The developer is responsible for ensuring that the unsigned transaction is valid, as the API will not validate the transaction.
55
10
  * @summary Sign a transaction with end user EVM account
56
11
  */
57
- const signEvmTransactionWithEndUserAccount = (projectId, userId, signEvmTransactionWithEndUserAccountBody, options) => {
12
+ const signEvmTransactionWithEndUserAccount = (userId, signEvmTransactionWithEndUserAccountBody, params, options) => {
58
13
  return (0, cdpApiClient_js_1.cdpApiClient)({
59
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/sign/transaction`,
14
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/sign/transaction`,
60
15
  method: "POST",
61
16
  headers: { "Content-Type": "application/json" },
62
17
  data: signEvmTransactionWithEndUserAccountBody,
18
+ params,
63
19
  }, options);
64
20
  };
65
21
  exports.signEvmTransactionWithEndUserAccount = signEvmTransactionWithEndUserAccount;
@@ -92,12 +48,13 @@ The transaction must be an [EIP-1559 dynamic fee transaction](https://github.com
92
48
  - `accessList` *(Optional)*: The access list to use for the transaction.
93
49
  * @summary Send a transaction with end user EVM account
94
50
  */
95
- const sendEvmTransactionWithEndUserAccount = (projectId, userId, sendEvmTransactionWithEndUserAccountBody, options) => {
51
+ const sendEvmTransactionWithEndUserAccount = (userId, sendEvmTransactionWithEndUserAccountBody, params, options) => {
96
52
  return (0, cdpApiClient_js_1.cdpApiClient)({
97
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/send/transaction`,
53
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/send/transaction`,
98
54
  method: "POST",
99
55
  headers: { "Content-Type": "application/json" },
100
56
  data: sendEvmTransactionWithEndUserAccountBody,
57
+ params,
101
58
  }, options);
102
59
  };
103
60
  exports.sendEvmTransactionWithEndUserAccount = sendEvmTransactionWithEndUserAccount;
@@ -106,12 +63,13 @@ exports.sendEvmTransactionWithEndUserAccount = sendEvmTransactionWithEndUserAcco
106
63
  The `amount` field accepts human-readable amounts as decimal strings (e.g., "1.5", "25.50").
107
64
  * @summary Send USDC on EVM
108
65
  */
109
- const sendEvmAssetWithEndUserAccount = (projectId, userId, address, asset, sendEvmAssetWithEndUserAccountBody, options) => {
66
+ const sendEvmAssetWithEndUserAccount = (userId, address, asset, sendEvmAssetWithEndUserAccountBody, params, options) => {
110
67
  return (0, cdpApiClient_js_1.cdpApiClient)({
111
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/${address}/send/${asset}`,
68
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/${address}/send/${asset}`,
112
69
  method: "POST",
113
70
  headers: { "Content-Type": "application/json" },
114
71
  data: sendEvmAssetWithEndUserAccountBody,
72
+ params,
115
73
  }, options);
116
74
  };
117
75
  exports.sendEvmAssetWithEndUserAccount = sendEvmAssetWithEndUserAccount;
@@ -121,12 +79,13 @@ exports.sendEvmAssetWithEndUserAccount = sendEvmAssetWithEndUserAccount;
121
79
  Per the specification, the message in the request body is prepended with `0x19 <0x45 (E)> <thereum Signed Message:\n" + len(message)>` before being signed.
122
80
  * @summary Sign an EIP-191 message with end user EVM account
123
81
  */
124
- const signEvmMessageWithEndUserAccount = (projectId, userId, signEvmMessageWithEndUserAccountBody, options) => {
82
+ const signEvmMessageWithEndUserAccount = (userId, signEvmMessageWithEndUserAccountBody, params, options) => {
125
83
  return (0, cdpApiClient_js_1.cdpApiClient)({
126
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/sign/message`,
84
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/sign/message`,
127
85
  method: "POST",
128
86
  headers: { "Content-Type": "application/json" },
129
87
  data: signEvmMessageWithEndUserAccountBody,
88
+ params,
130
89
  }, options);
131
90
  };
132
91
  exports.signEvmMessageWithEndUserAccount = signEvmMessageWithEndUserAccount;
@@ -134,22 +93,31 @@ exports.signEvmMessageWithEndUserAccount = signEvmMessageWithEndUserAccount;
134
93
  * Signs [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data with the given end user EVM account.
135
94
  * @summary Sign EIP-712 typed data with end user EVM account
136
95
  */
137
- const signEvmTypedDataWithEndUserAccount = (projectId, userId, signEvmTypedDataWithEndUserAccountBody, options) => {
96
+ const signEvmTypedDataWithEndUserAccount = (userId, signEvmTypedDataWithEndUserAccountBody, params, options) => {
138
97
  return (0, cdpApiClient_js_1.cdpApiClient)({
139
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/sign/typed-data`,
98
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/sign/typed-data`,
140
99
  method: "POST",
141
100
  headers: { "Content-Type": "application/json" },
142
101
  data: signEvmTypedDataWithEndUserAccountBody,
102
+ params,
143
103
  }, options);
144
104
  };
145
105
  exports.signEvmTypedDataWithEndUserAccount = signEvmTypedDataWithEndUserAccount;
106
+ /**
107
+ * Returns the active delegation for the specified end user, if one exists. This operation can be performed by the end user themselves or by a developer using their API key.
108
+ * @summary Get delegation for end user
109
+ */
110
+ const getDelegationForEndUser = (userId, params, options) => {
111
+ return (0, cdpApiClient_js_1.cdpApiClient)({ url: `/v2/embedded-wallet-api/end-users/${userId}/delegation`, method: "GET", params }, options);
112
+ };
113
+ exports.getDelegationForEndUser = getDelegationForEndUser;
146
114
  /**
147
115
  * Revokes all active delegations for the specified end user. This operation can be performed by the end user themselves or by a developer using their API key.
148
116
  * @summary Revoke delegation for end user
149
117
  */
150
- const revokeDelegationForEndUser = (projectId, userId, revokeDelegationForEndUserBody, options) => {
118
+ const revokeDelegationForEndUser = (userId, revokeDelegationForEndUserBody, options) => {
151
119
  return (0, cdpApiClient_js_1.cdpApiClient)({
152
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/delegation`,
120
+ url: `/v2/embedded-wallet-api/end-users/${userId}/delegation`,
153
121
  method: "DELETE",
154
122
  headers: { "Content-Type": "application/json" },
155
123
  data: revokeDelegationForEndUserBody,
@@ -168,12 +136,13 @@ This endpoint:
168
136
  The delegation allows the EVM EOA to be used as a smart account, which enables batched transactions and gas sponsorship via paymaster.
169
137
  * @summary Create EIP-7702 delegation for end user EVM account
170
138
  */
171
- const createEvmEip7702DelegationWithEndUserAccount = (projectId, userId, createEvmEip7702DelegationWithEndUserAccountBody, options) => {
139
+ const createEvmEip7702DelegationWithEndUserAccount = (userId, createEvmEip7702DelegationWithEndUserAccountBody, params, options) => {
172
140
  return (0, cdpApiClient_js_1.cdpApiClient)({
173
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/eip7702/delegation`,
141
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/eip7702/delegation`,
174
142
  method: "POST",
175
143
  headers: { "Content-Type": "application/json" },
176
144
  data: createEvmEip7702DelegationWithEndUserAccountBody,
145
+ params,
177
146
  }, options);
178
147
  };
179
148
  exports.createEvmEip7702DelegationWithEndUserAccount = createEvmEip7702DelegationWithEndUserAccount;
@@ -181,52 +150,28 @@ exports.createEvmEip7702DelegationWithEndUserAccount = createEvmEip7702Delegatio
181
150
  * Prepares, signs, and sends a user operation for an end user's Smart Account.
182
151
  * @summary Send a user operation for end user Smart Account
183
152
  */
184
- const sendUserOperationWithEndUserAccount = (projectId, userId, address, sendUserOperationWithEndUserAccountBody, options) => {
153
+ const sendUserOperationWithEndUserAccount = (userId, address, sendUserOperationWithEndUserAccountBody, params, options) => {
185
154
  return (0, cdpApiClient_js_1.cdpApiClient)({
186
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/smart-accounts/${address}/send`,
155
+ url: `/v2/embedded-wallet-api/end-users/${userId}/evm/smart-accounts/${address}/send`,
187
156
  method: "POST",
188
157
  headers: { "Content-Type": "application/json" },
189
158
  data: sendUserOperationWithEndUserAccountBody,
159
+ params,
190
160
  }, options);
191
161
  };
192
162
  exports.sendUserOperationWithEndUserAccount = sendUserOperationWithEndUserAccount;
193
- /**
194
- * Revokes an existing spend permission.
195
- * @summary Revoke a spend permission
196
- */
197
- const revokeSpendPermissionWithEndUserAccount = (projectId, userId, address, revokeSpendPermissionRequest, options) => {
198
- return (0, cdpApiClient_js_1.cdpApiClient)({
199
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/evm/smart-accounts/${address}/spend-permissions/revoke`,
200
- method: "POST",
201
- headers: { "Content-Type": "application/json" },
202
- data: revokeSpendPermissionRequest,
203
- }, options);
204
- };
205
- exports.revokeSpendPermissionWithEndUserAccount = revokeSpendPermissionWithEndUserAccount;
206
- /**
207
- * Signs an arbitrary 32 byte hash with the end user's given Solana account.
208
- * @summary Sign a hash with end user Solana account
209
- */
210
- const signSolanaHashWithEndUserAccount = (projectId, userId, signSolanaHashWithEndUserAccountBody, options) => {
211
- return (0, cdpApiClient_js_1.cdpApiClient)({
212
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/solana/sign`,
213
- method: "POST",
214
- headers: { "Content-Type": "application/json" },
215
- data: signSolanaHashWithEndUserAccountBody,
216
- }, options);
217
- };
218
- exports.signSolanaHashWithEndUserAccount = signSolanaHashWithEndUserAccount;
219
163
  /**
220
164
  * Signs an arbitrary Base64 encoded message with the given Solana account.
221
165
  **WARNING:** Never sign a message that you didn't generate as it may put your funds at risk.
222
166
  * @summary Sign a Base64 encoded message
223
167
  */
224
- const signSolanaMessageWithEndUserAccount = (projectId, userId, signSolanaMessageWithEndUserAccountBody, options) => {
168
+ const signSolanaMessageWithEndUserAccount = (userId, signSolanaMessageWithEndUserAccountBody, params, options) => {
225
169
  return (0, cdpApiClient_js_1.cdpApiClient)({
226
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/solana/sign/message`,
170
+ url: `/v2/embedded-wallet-api/end-users/${userId}/solana/sign/message`,
227
171
  method: "POST",
228
172
  headers: { "Content-Type": "application/json" },
229
173
  data: signSolanaMessageWithEndUserAccountBody,
174
+ params,
230
175
  }, options);
231
176
  };
232
177
  exports.signSolanaMessageWithEndUserAccount = signSolanaMessageWithEndUserAccount;
@@ -240,12 +185,13 @@ The following transaction types are supported:
240
185
  The developer is responsible for ensuring that the unsigned transaction is valid, as the API will not validate the transaction.
241
186
  * @summary Sign a transaction with end user Solana account
242
187
  */
243
- const signSolanaTransactionWithEndUserAccount = (projectId, userId, signSolanaTransactionWithEndUserAccountBody, options) => {
188
+ const signSolanaTransactionWithEndUserAccount = (userId, signSolanaTransactionWithEndUserAccountBody, params, options) => {
244
189
  return (0, cdpApiClient_js_1.cdpApiClient)({
245
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/solana/sign/transaction`,
190
+ url: `/v2/embedded-wallet-api/end-users/${userId}/solana/sign/transaction`,
246
191
  method: "POST",
247
192
  headers: { "Content-Type": "application/json" },
248
193
  data: signSolanaTransactionWithEndUserAccountBody,
194
+ params,
249
195
  }, options);
250
196
  };
251
197
  exports.signSolanaTransactionWithEndUserAccount = signSolanaTransactionWithEndUserAccount;
@@ -266,12 +212,13 @@ The following Solana networks are supported:
266
212
  The developer is responsible for ensuring that the unsigned transaction is valid, as the API will not validate the transaction.
267
213
  * @summary Send a transaction with end user Solana account
268
214
  */
269
- const sendSolanaTransactionWithEndUserAccount = (projectId, userId, sendSolanaTransactionWithEndUserAccountBody, options) => {
215
+ const sendSolanaTransactionWithEndUserAccount = (userId, sendSolanaTransactionWithEndUserAccountBody, params, options) => {
270
216
  return (0, cdpApiClient_js_1.cdpApiClient)({
271
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/solana/send/transaction`,
217
+ url: `/v2/embedded-wallet-api/end-users/${userId}/solana/send/transaction`,
272
218
  method: "POST",
273
219
  headers: { "Content-Type": "application/json" },
274
220
  data: sendSolanaTransactionWithEndUserAccountBody,
221
+ params,
275
222
  }, options);
276
223
  };
277
224
  exports.sendSolanaTransactionWithEndUserAccount = sendSolanaTransactionWithEndUserAccount;
@@ -281,13 +228,14 @@ The `amount` field accepts human-readable amounts as decimal strings (e.g., "1.5
281
228
  Use the optional `createRecipientAta` parameter to control whether the sender pays for creating the recipient's Associated Token Account if it doesn't exist.
282
229
  * @summary Send USDC on Solana
283
230
  */
284
- const sendSolanaAssetWithEndUserAccount = (projectId, userId, address, asset, sendSolanaAssetWithEndUserAccountBody, options) => {
231
+ const sendSolanaAssetWithEndUserAccount = (userId, address, asset, sendSolanaAssetWithEndUserAccountBody, params, options) => {
285
232
  return (0, cdpApiClient_js_1.cdpApiClient)({
286
- url: `/v2/embedded-wallet-api/projects/${projectId}/end-users/${userId}/solana/${address}/send/${asset}`,
233
+ url: `/v2/embedded-wallet-api/end-users/${userId}/solana/${address}/send/${asset}`,
287
234
  method: "POST",
288
235
  headers: { "Content-Type": "application/json" },
289
236
  data: sendSolanaAssetWithEndUserAccountBody,
237
+ params,
290
238
  }, options);
291
239
  };
292
240
  exports.sendSolanaAssetWithEndUserAccount = sendSolanaAssetWithEndUserAccount;
293
- //# sourceMappingURL=embedded-wallets-core-functionality.js.map
241
+ //# sourceMappingURL=embedded-wallets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"embedded-wallets.js","sourceRoot":"","sources":["../../../../openapi-client/generated/embedded-wallets/embedded-wallets.ts"],"names":[],"mappings":"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"}
@@ -35,12 +35,12 @@ exports.listWebhookSubscriptions = listWebhookSubscriptions;
35
35
  - **No labels required** - maximum simplicity for transaction monitoring
36
36
 
37
37
  **Payments Transfers Events** - Transfer lifecycle notifications:
38
- - `payments.transfers.quoted`
39
- - `payments.transfers.processing`
40
- - `payments.transfers.completed`
41
- - `payments.transfers.failed`
42
- - `payments.transfers.travel_rule_incomplete`
43
- - `payments.transfers.travel_rule_completed`
38
+ - `payments.transfers.quoted` - Transfer created and awaiting execution
39
+ - `payments.transfers.processing` - Transfer execution in progress
40
+ - `payments.transfers.completed` - Transfer completed successfully
41
+ - `payments.transfers.failed` - Transfer failed
42
+ - `payments.transfers.travel_rule_incomplete` - Travel rule information is missing
43
+ - `payments.transfers.travel_rule_completed` - Travel rule information has been provided and the transfer will proceed
44
44
  - **No labels required** - enable the transfers webhook to monitor status transitions
45
45
 
46
46
  **Wallet Events** - Wallet activity notifications:
@@ -49,10 +49,10 @@ __exportStar(require("./generated/policy-engine/policy-engine.js"), exports);
49
49
  __exportStar(require("./generated/onramp/onramp.js"), exports);
50
50
  __exportStar(require("./generated/onchain-data/onchain-data.js"), exports);
51
51
  __exportStar(require("./generated/end-user-accounts/end-user-accounts.js"), exports);
52
- __exportStar(require("./generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.js"), exports);
52
+ __exportStar(require("./generated/embedded-wallets/embedded-wallets.js"), exports);
53
53
  __exportStar(require("./generated/x402-facilitator/x402-facilitator.js"), exports);
54
54
  const cdpApiClient_js_1 = require("./cdpApiClient.js");
55
- const embeddedWallets = __importStar(require("./generated/embedded-wallets-core-functionality/embedded-wallets-core-functionality.js"));
55
+ const embeddedWallets = __importStar(require("./generated/embedded-wallets/embedded-wallets.js"));
56
56
  const endUserAccounts = __importStar(require("./generated/end-user-accounts/end-user-accounts.js"));
57
57
  const evm = __importStar(require("./generated/evm-accounts/evm-accounts.js"));
58
58
  const evmSmartAccounts = __importStar(require("./generated/evm-smart-accounts/evm-smart-accounts.js"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../openapi-client/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAqE;AACrE,2EAAyD;AACzD,uFAAqE;AACrE,qEAAmD;AACnD,uFAAqE;AACrE,iFAA+D;AAC/D,6FAA2E;AAC3E,iEAA+C;AAC/C,6EAA2D;AAC3D,+DAA6C;AAC7C,2EAAyD;AACzD,qFAAmE;AACnE,yHAAuG;AACvG,mFAAiE;AAEjE,uDAA8C;AAC9C,wIAA0H;AAC1H,oGAAsF;AACtF,8EAAgE;AAChE,uGAAyF;AACzF,6EAA+D;AAC/D,uGAAyF;AACzF,wEAA0D;AAC1D,sFAAwE;AACxE,qFAAuE;AACvE,uFAAyE;AACzE,gHAAkG;AAClG,2EAA6D;AAEhD,QAAA,gBAAgB,GAAG;IAC9B,GAAG,GAAG;IACN,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,MAAM;IACT,GAAG,mBAAmB;IACtB,GAAG,OAAO;IACV,GAAG,WAAW;IACd,GAAG,QAAQ;IACX,GAAG,eAAe;IAClB,GAAG,eAAe;IAClB,SAAS,EAAT,2BAAS;CACV,CAAC;AAEW,QAAA,iBAAiB,GAAG;IAC/B,GAAG,GAAG;IACN,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,gBAAgB;IACnB,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;CAC3C,CAAC;AAEW,QAAA,oBAAoB,GAAG;IAClC,GAAG,MAAM;IACT,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;CACjD,CAAC;AAEW,QAAA,sBAAsB,GAAG;IACpC,GAAG,QAAQ;CACZ,CAAC;AAGF,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../openapi-client/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAqE;AACrE,2EAAyD;AACzD,uFAAqE;AACrE,qEAAmD;AACnD,uFAAqE;AACrE,iFAA+D;AAC/D,6FAA2E;AAC3E,iEAA+C;AAC/C,6EAA2D;AAC3D,+DAA6C;AAC7C,2EAAyD;AACzD,qFAAmE;AACnE,mFAAiE;AACjE,mFAAiE;AAEjE,uDAA8C;AAC9C,kGAAoF;AACpF,oGAAsF;AACtF,8EAAgE;AAChE,uGAAyF;AACzF,6EAA+D;AAC/D,uGAAyF;AACzF,wEAA0D;AAC1D,sFAAwE;AACxE,qFAAuE;AACvE,uFAAyE;AACzE,gHAAkG;AAClG,2EAA6D;AAEhD,QAAA,gBAAgB,GAAG;IAC9B,GAAG,GAAG;IACN,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,MAAM;IACT,GAAG,mBAAmB;IACtB,GAAG,OAAO;IACV,GAAG,WAAW;IACd,GAAG,QAAQ;IACX,GAAG,eAAe;IAClB,GAAG,eAAe;IAClB,SAAS,EAAT,2BAAS;CACV,CAAC;AAEW,QAAA,iBAAiB,GAAG;IAC/B,GAAG,GAAG;IACN,GAAG,gBAAgB;IACnB,GAAG,QAAQ;IACX,GAAG,gBAAgB;IACnB,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;CAC3C,CAAC;AAEW,QAAA,oBAAoB,GAAG;IAClC,GAAG,MAAM;IACT,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;CACjD,CAAC;AAEW,QAAA,sBAAsB,GAAG;IACpC,GAAG,QAAQ;CACZ,CAAC;AAGF,iEAA+C"}
package/_cjs/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "1.47.0";
4
+ exports.version = "1.48.1";
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWebhookSubscription.js","sourceRoot":"","sources":["../../../actions/webhooks/createWebhookSubscription.ts"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAC7C,MAA4B,EAC5B,OAAyC;IAEzC,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,yBAAyB,CAAC;QACtD,WAAW,EAAE,OAAO,CAAC,WAAW;QAChC,UAAU,EAAE,OAAO,CAAC,UAAU;QAC9B,MAAM,EAAE;YACN,GAAG,EAAE,OAAO,CAAC,SAAS;YACtB,OAAO,EAAE,OAAO,CAAC,aAAa;SAC/B;QACD,SAAS,EAAE,OAAO,CAAC,SAAS,IAAI,IAAI;QACpC,QAAQ,EAAE,OAAO,CAAC,QAAQ;KAC3B,CAAC,CAAC;IAEH,OAAO;QACL,cAAc,EAAE,QAAQ,CAAC,cAAc;QACvC,WAAW,EAAE,QAAQ,CAAC,WAAW;QACjC,UAAU,EAAE,QAAQ,CAAC,UAAU;QAC/B,SAAS,EAAE,QAAQ,CAAC,MAAM,CAAC,GAAG;QAC9B,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,OAAO;QACtC,SAAS,EAAE,QAAQ,CAAC,SAAS;QAC7B,MAAM,EAAE,QAAQ,CAAC,MAAM;QACvB,SAAS,EAAE,QAAQ,CAAC,SAAS;QAC7B,SAAS,EAAE,QAAQ,CAAC,SAAS;KAC9B,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"createWebhookSubscription.js","sourceRoot":"","sources":["../../../actions/webhooks/createWebhookSubscription.ts"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAC7C,MAA4B,EAC5B,OAAyC;IAEzC,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,yBAAyB,CAAC;QACtD,WAAW,EAAE,OAAO,CAAC,WAAW;QAChC,UAAU,EAAE,OAAO,CAAC,UAAU;QAC9B,MAAM,EAAE;YACN,GAAG,EAAE,OAAO,CAAC,SAAS;YACtB,OAAO,EAAE,OAAO,CAAC,aAAa;SAC/B;QACD,SAAS,EAAE,OAAO,CAAC,SAAS,IAAI,IAAI;QACpC,QAAQ,EAAE,OAAO,CAAC,QAAQ;KAC3B,CAAC,CAAC;IAEH,OAAO;QACL,cAAc,EAAE,QAAQ,CAAC,cAAc;QACvC,WAAW,EAAE,QAAQ,CAAC,WAAW;QACjC,UAAU,EAAE,QAAQ,CAAC,UAAU;QAC/B,SAAS,EAAE,QAAQ,CAAC,MAAM,CAAC,GAAG;QAC9B,aAAa,EAAE,QAAQ,CAAC,MAAM,CAAC,OAAO;QACtC,SAAS,EAAE,QAAQ,CAAC,SAAS;QAC7B,MAAM,EAAE,QAAQ,CAAC,MAAM;QACvB,SAAS,EAAE,QAAQ,CAAC,SAAS;QAC7B,SAAS,EAAE,QAAQ,CAAC,SAAS;KAC9B,CAAC;AACJ,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { Analytics } from "../analytics.js";
2
2
  import { CdpOpenApiClient } from "../openapi-client/index.js";
3
3
  import { version } from "../version.js";
4
- import { CDPEndUserClient } from "./end-user/endUser.js";
4
+ import { EndUserClient } from "./end-user/endUser.js";
5
5
  import { EvmClient } from "./evm/evm.js";
6
6
  import { PoliciesClient } from "./policies/policies.js";
7
7
  import { SolanaClient } from "./solana/solana.js";
@@ -35,7 +35,6 @@ export class CdpClient {
35
35
  * CDP_API_KEY_ID=your-api-key-id
36
36
  * CDP_API_KEY_SECRET=your-api-key-secret
37
37
  * CDP_WALLET_SECRET=your-wallet-secret
38
- * CDP_PROJECT_ID=your-project-id
39
38
  * ```
40
39
  *
41
40
  * Or passed as options to the constructor:
@@ -45,7 +44,6 @@ export class CdpClient {
45
44
  * apiKeyId: "your-api-key-id",
46
45
  * apiKeySecret: "your-api-key-secret",
47
46
  * walletSecret: "your-wallet-secret",
48
- * projectId: "your-project-id",
49
47
  * });
50
48
  * ```
51
49
  *
@@ -67,7 +65,6 @@ We recommend using https://github.com/Schniz/fnm for managing your Node.js versi
67
65
  const apiKeyId = options.apiKeyId ?? process.env.CDP_API_KEY_ID ?? process.env.CDP_API_KEY_NAME;
68
66
  const apiKeySecret = options.apiKeySecret ?? process.env.CDP_API_KEY_SECRET;
69
67
  const walletSecret = options.walletSecret ?? process.env.CDP_WALLET_SECRET;
70
- const projectId = options.projectId ?? process.env.CDP_PROJECT_ID;
71
68
  if (!apiKeyId || !apiKeySecret) {
72
69
  throw new Error(`
73
70
  \nMissing required CDP Secret API Key configuration parameters.
@@ -114,7 +111,7 @@ For more information, see: https://github.com/coinbase/cdp-sdk/blob/main/typescr
114
111
  this.evm = new EvmClient();
115
112
  this.solana = new SolanaClient();
116
113
  this.policies = new PoliciesClient();
117
- this.endUser = new CDPEndUserClient(projectId);
114
+ this.endUser = new EndUserClient();
118
115
  this.webhooks = new WebhooksClient();
119
116
  }
120
117
  }
@@ -1 +1 @@
1
- {"version":3,"file":"cdp.js","sourceRoot":"","sources":["../../client/cdp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAiBxD;;GAEG;AACH,MAAM,OAAO,SAAS;IACpB,4CAA4C;IACrC,GAAG,CAAY;IAEtB,+CAA+C;IACxC,MAAM,CAAe;IAE5B,iDAAiD;IAC1C,QAAQ,CAAiB;IAEhC,iDAAiD;IAC1C,OAAO,CAAmB;IAEjC,gDAAgD;IACzC,QAAQ,CAAiB;IAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoCG;IACH,YAAY,UAA4B,EAAE;QACxC,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC;YACrD,MAAM,IAAI,KAAK,CACb;kBACU,OAAO,CAAC,QAAQ,CAAC,IAAI;;SAE9B,CACF,CAAC;QACJ,CAAC;QAED,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,GAAG,CAAC,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC;QAChG,MAAM,YAAY,GAAG,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;QAC5E,MAAM,YAAY,GAAG,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC;QAC3E,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC;QAElE,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;YAC/B,MAAM,IAAI,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BrB,CAAC,CAAC;QACC,CAAC;QAED,gBAAgB,CAAC,SAAS,CAAC;YACzB,GAAG,OAAO;YACV,QAAQ;YACR,YAAY;YACZ,YAAY;YACZ,MAAM,EAAE,KAAK;YACb,aAAa,EAAE,OAAO;SACvB,CAAC,CAAC;QAEH,IACE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM;YAClD,OAAO,CAAC,GAAG,CAAC,0BAA0B,KAAK,MAAM,EACjD,CAAC;YACD,SAAS,CAAC,UAAU,GAAG,QAAQ,CAAC;QAClC,CAAC;QAED,IAAI,CAAC,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC;QAC3B,IAAI,CAAC,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,IAAI,cAAc,EAAE,CAAC;QACrC,IAAI,CAAC,OAAO,GAAG,IAAI,gBAAgB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,CAAC,QAAQ,GAAG,IAAI,cAAc,EAAE,CAAC;IACvC,CAAC;CACF"}
1
+ {"version":3,"file":"cdp.js","sourceRoot":"","sources":["../../client/cdp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAexD;;GAEG;AACH,MAAM,OAAO,SAAS;IACpB,4CAA4C;IACrC,GAAG,CAAY;IAEtB,+CAA+C;IACxC,MAAM,CAAe;IAE5B,iDAAiD;IAC1C,QAAQ,CAAiB;IAEhC,iDAAiD;IAC1C,OAAO,CAAgB;IAE9B,gDAAgD;IACzC,QAAQ,CAAiB;IAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,YAAY,UAA4B,EAAE;QACxC,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC;YACrD,MAAM,IAAI,KAAK,CACb;kBACU,OAAO,CAAC,QAAQ,CAAC,IAAI;;SAE9B,CACF,CAAC;QACJ,CAAC;QAED,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,GAAG,CAAC,cAAc,IAAI,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC;QAChG,MAAM,YAAY,GAAG,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC;QAC5E,MAAM,YAAY,GAAG,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC;QAE3E,IAAI,CAAC,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;YAC/B,MAAM,IAAI,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BrB,CAAC,CAAC;QACC,CAAC;QAED,gBAAgB,CAAC,SAAS,CAAC;YACzB,GAAG,OAAO;YACV,QAAQ;YACR,YAAY;YACZ,YAAY;YACZ,MAAM,EAAE,KAAK;YACb,aAAa,EAAE,OAAO;SACvB,CAAC,CAAC;QAEH,IACE,OAAO,CAAC,GAAG,CAAC,2BAA2B,KAAK,MAAM;YAClD,OAAO,CAAC,GAAG,CAAC,0BAA0B,KAAK,MAAM,EACjD,CAAC;YACD,SAAS,CAAC,UAAU,GAAG,QAAQ,CAAC;QAClC,CAAC;QAED,IAAI,CAAC,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC;QAC3B,IAAI,CAAC,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,IAAI,cAAc,EAAE,CAAC;QACrC,IAAI,CAAC,OAAO,GAAG,IAAI,aAAa,EAAE,CAAC;QACnC,IAAI,CAAC,QAAQ,GAAG,IAAI,cAAc,EAAE,CAAC;IACvC,CAAC;CACF"}