@turnkey/http 5.0.0 → 6.1.0

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.
@@ -3,116 +3,6 @@
3
3
  var base = require('../../../../../base.js');
4
4
 
5
5
  /* @generated by `@turnkey/fetchers`. DO NOT EDIT BY HAND */
6
- /**
7
- * Get Earn deposit status
8
- *
9
- * Poll the status of a deposit by its deposit_request_id (for the async/sponsored deposit path).
10
- *
11
- * `POST /public/v1/query/earn_deposit_status`
12
- */
13
- const earnDepositStatus = (input) => base.request({
14
- uri: "/public/v1/query/earn_deposit_status",
15
- method: "POST",
16
- body: input.body,
17
- });
18
- /**
19
- * Request a WebAuthn assertion and return a signed `EarnDepositStatus` request, ready to be POSTed to Turnkey.
20
- *
21
- * See {@link EarnDepositStatus}
22
- */
23
- const signEarnDepositStatus = (input, options) => base.signedRequest({
24
- uri: "/public/v1/query/earn_deposit_status",
25
- body: input.body,
26
- options,
27
- });
28
- /**
29
- * Get Earn enabled vaults
30
- *
31
- * Get the organization's deployed wrappers with on-chain total deposited and live APY. The management view, distinct from per-wallet positions.
32
- *
33
- * `POST /public/v1/query/earn_enabled_vaults`
34
- */
35
- const earnEnabledVaults = (input) => base.request({
36
- uri: "/public/v1/query/earn_enabled_vaults",
37
- method: "POST",
38
- body: input.body,
39
- });
40
- /**
41
- * Request a WebAuthn assertion and return a signed `EarnEnabledVaults` request, ready to be POSTed to Turnkey.
42
- *
43
- * See {@link EarnEnabledVaults}
44
- */
45
- const signEarnEnabledVaults = (input, options) => base.signedRequest({
46
- uri: "/public/v1/query/earn_enabled_vaults",
47
- body: input.body,
48
- options,
49
- });
50
- /**
51
- * Get Earn positions
52
- *
53
- * Get the active Earn positions for a specific wallet, including current value, cost basis, yield, and projected fees.
54
- *
55
- * `POST /public/v1/query/earn_positions`
56
- */
57
- const earnPositions = (input) => base.request({
58
- uri: "/public/v1/query/earn_positions",
59
- method: "POST",
60
- body: input.body,
61
- });
62
- /**
63
- * Request a WebAuthn assertion and return a signed `EarnPositions` request, ready to be POSTed to Turnkey.
64
- *
65
- * See {@link EarnPositions}
66
- */
67
- const signEarnPositions = (input, options) => base.signedRequest({
68
- uri: "/public/v1/query/earn_positions",
69
- body: input.body,
70
- options,
71
- });
72
- /**
73
- * Get Earn vault catalog
74
- *
75
- * Get the catalog of all wrappable yield vaults across supported chains, enriched with live TVL and APY. Annotates which vaults the organization has already enabled.
76
- *
77
- * `POST /public/v1/query/earn_vaults`
78
- */
79
- const earnVaults = (input) => base.request({
80
- uri: "/public/v1/query/earn_vaults",
81
- method: "POST",
82
- body: input.body,
83
- });
84
- /**
85
- * Request a WebAuthn assertion and return a signed `EarnVaults` request, ready to be POSTed to Turnkey.
86
- *
87
- * See {@link EarnVaults}
88
- */
89
- const signEarnVaults = (input, options) => base.signedRequest({
90
- uri: "/public/v1/query/earn_vaults",
91
- body: input.body,
92
- options,
93
- });
94
- /**
95
- * Get Earn withdraw status
96
- *
97
- * Poll the status of a withdrawal by its withdraw_request_id.
98
- *
99
- * `POST /public/v1/query/earn_withdraw_status`
100
- */
101
- const earnWithdrawStatus = (input) => base.request({
102
- uri: "/public/v1/query/earn_withdraw_status",
103
- method: "POST",
104
- body: input.body,
105
- });
106
- /**
107
- * Request a WebAuthn assertion and return a signed `EarnWithdrawStatus` request, ready to be POSTed to Turnkey.
108
- *
109
- * See {@link EarnWithdrawStatus}
110
- */
111
- const signEarnWithdrawStatus = (input, options) => base.signedRequest({
112
- uri: "/public/v1/query/earn_withdraw_status",
113
- body: input.body,
114
- options,
115
- });
116
6
  /**
117
7
  * Get activity
118
8
  *
@@ -267,6 +157,94 @@ const signGetBootProof = (input, options) => base.signedRequest({
267
157
  body: input.body,
268
158
  options,
269
159
  });
160
+ /**
161
+ * Get Earn claim fees status
162
+ *
163
+ * Poll the status of a fee claim by its claim_request_id.
164
+ *
165
+ * `POST /public/v1/query/get_claim_earn_fees_status`
166
+ */
167
+ const getClaimEarnFeesStatus = (input) => base.request({
168
+ uri: "/public/v1/query/get_claim_earn_fees_status",
169
+ method: "POST",
170
+ body: input.body,
171
+ });
172
+ /**
173
+ * Request a WebAuthn assertion and return a signed `GetClaimEarnFeesStatus` request, ready to be POSTed to Turnkey.
174
+ *
175
+ * See {@link GetClaimEarnFeesStatus}
176
+ */
177
+ const signGetClaimEarnFeesStatus = (input, options) => base.signedRequest({
178
+ uri: "/public/v1/query/get_claim_earn_fees_status",
179
+ body: input.body,
180
+ options,
181
+ });
182
+ /**
183
+ * Get Earn deploy status
184
+ *
185
+ * Poll the status of a wrapper deployment by its deploy_request_id.
186
+ *
187
+ * `POST /public/v1/query/get_earn_deploy_status`
188
+ */
189
+ const getEarnDeployStatus = (input) => base.request({
190
+ uri: "/public/v1/query/get_earn_deploy_status",
191
+ method: "POST",
192
+ body: input.body,
193
+ });
194
+ /**
195
+ * Request a WebAuthn assertion and return a signed `GetEarnDeployStatus` request, ready to be POSTed to Turnkey.
196
+ *
197
+ * See {@link GetEarnDeployStatus}
198
+ */
199
+ const signGetEarnDeployStatus = (input, options) => base.signedRequest({
200
+ uri: "/public/v1/query/get_earn_deploy_status",
201
+ body: input.body,
202
+ options,
203
+ });
204
+ /**
205
+ * Get Earn deposit status
206
+ *
207
+ * Poll the status of a deposit by its deposit_request_id (for the async/sponsored deposit path).
208
+ *
209
+ * `POST /public/v1/query/get_earn_deposit_status`
210
+ */
211
+ const getEarnDepositStatus = (input) => base.request({
212
+ uri: "/public/v1/query/get_earn_deposit_status",
213
+ method: "POST",
214
+ body: input.body,
215
+ });
216
+ /**
217
+ * Request a WebAuthn assertion and return a signed `GetEarnDepositStatus` request, ready to be POSTed to Turnkey.
218
+ *
219
+ * See {@link GetEarnDepositStatus}
220
+ */
221
+ const signGetEarnDepositStatus = (input, options) => base.signedRequest({
222
+ uri: "/public/v1/query/get_earn_deposit_status",
223
+ body: input.body,
224
+ options,
225
+ });
226
+ /**
227
+ * Get Earn withdraw status
228
+ *
229
+ * Poll the status of a withdrawal by its withdraw_request_id.
230
+ *
231
+ * `POST /public/v1/query/get_earn_withdraw_status`
232
+ */
233
+ const getEarnWithdrawStatus = (input) => base.request({
234
+ uri: "/public/v1/query/get_earn_withdraw_status",
235
+ method: "POST",
236
+ body: input.body,
237
+ });
238
+ /**
239
+ * Request a WebAuthn assertion and return a signed `GetEarnWithdrawStatus` request, ready to be POSTed to Turnkey.
240
+ *
241
+ * See {@link GetEarnWithdrawStatus}
242
+ */
243
+ const signGetEarnWithdrawStatus = (input, options) => base.signedRequest({
244
+ uri: "/public/v1/query/get_earn_withdraw_status",
245
+ body: input.body,
246
+ options,
247
+ });
270
248
  /**
271
249
  * Get gas usage
272
250
  *
@@ -685,32 +663,10 @@ const signGetSmartContractInterface = (input, options) => base.signedRequest({
685
663
  body: input.body,
686
664
  options,
687
665
  });
688
- /**
689
- * Get swap quote
690
- *
691
- * Get a swap quote. Asset chains are derived from CAIP-19 asset IDs; cross-chain quotes are supported.
692
- *
693
- * `POST /public/v1/query/get_swap_quote`
694
- */
695
- const getSwapQuote = (input) => base.request({
696
- uri: "/public/v1/query/get_swap_quote",
697
- method: "POST",
698
- body: input.body,
699
- });
700
- /**
701
- * Request a WebAuthn assertion and return a signed `GetSwapQuote` request, ready to be POSTed to Turnkey.
702
- *
703
- * See {@link GetSwapQuote}
704
- */
705
- const signGetSwapQuote = (input, options) => base.signedRequest({
706
- uri: "/public/v1/query/get_swap_quote",
707
- body: input.body,
708
- options,
709
- });
710
666
  /**
711
667
  * Get swap status
712
668
  *
713
- * Get the status of a swap by the send_transaction_status_id returned from execute_swap. Covers same-chain and cross-chain swaps.
669
+ * Poll the status of a swap by its swap_request_id. Covers same-chain and cross-chain swaps.
714
670
  *
715
671
  * `POST /public/v1/query/get_swap_status`
716
672
  */
@@ -949,6 +905,72 @@ const signGetAppProofs = (input, options) => base.signedRequest({
949
905
  body: input.body,
950
906
  options,
951
907
  });
908
+ /**
909
+ * Get Earn enabled vaults
910
+ *
911
+ * Get the organization's deployed wrappers with on-chain total deposited and live APY. The management view, distinct from per-wallet positions.
912
+ *
913
+ * `POST /public/v1/query/list_earn_enabled_vaults`
914
+ */
915
+ const listEarnEnabledVaults = (input) => base.request({
916
+ uri: "/public/v1/query/list_earn_enabled_vaults",
917
+ method: "POST",
918
+ body: input.body,
919
+ });
920
+ /**
921
+ * Request a WebAuthn assertion and return a signed `ListEarnEnabledVaults` request, ready to be POSTed to Turnkey.
922
+ *
923
+ * See {@link ListEarnEnabledVaults}
924
+ */
925
+ const signListEarnEnabledVaults = (input, options) => base.signedRequest({
926
+ uri: "/public/v1/query/list_earn_enabled_vaults",
927
+ body: input.body,
928
+ options,
929
+ });
930
+ /**
931
+ * Get Earn positions
932
+ *
933
+ * Get the active Earn positions for a specific wallet, including current value, cost basis, yield, and projected fees.
934
+ *
935
+ * `POST /public/v1/query/list_earn_positions`
936
+ */
937
+ const listEarnPositions = (input) => base.request({
938
+ uri: "/public/v1/query/list_earn_positions",
939
+ method: "POST",
940
+ body: input.body,
941
+ });
942
+ /**
943
+ * Request a WebAuthn assertion and return a signed `ListEarnPositions` request, ready to be POSTed to Turnkey.
944
+ *
945
+ * See {@link ListEarnPositions}
946
+ */
947
+ const signListEarnPositions = (input, options) => base.signedRequest({
948
+ uri: "/public/v1/query/list_earn_positions",
949
+ body: input.body,
950
+ options,
951
+ });
952
+ /**
953
+ * Get Earn vault catalog
954
+ *
955
+ * Get the catalog of all wrappable yield vaults across supported chains, enriched with live TVL and APY. Annotates which vaults the organization has already enabled.
956
+ *
957
+ * `POST /public/v1/query/list_earn_vaults`
958
+ */
959
+ const listEarnVaults = (input) => base.request({
960
+ uri: "/public/v1/query/list_earn_vaults",
961
+ method: "POST",
962
+ body: input.body,
963
+ });
964
+ /**
965
+ * Request a WebAuthn assertion and return a signed `ListEarnVaults` request, ready to be POSTed to Turnkey.
966
+ *
967
+ * See {@link ListEarnVaults}
968
+ */
969
+ const signListEarnVaults = (input, options) => base.signedRequest({
970
+ uri: "/public/v1/query/list_earn_vaults",
971
+ body: input.body,
972
+ options,
973
+ });
952
974
  /**
953
975
  * List email events
954
976
  *
@@ -971,6 +993,28 @@ const signListEmailEvents = (input, options) => base.signedRequest({
971
993
  body: input.body,
972
994
  options,
973
995
  });
996
+ /**
997
+ * List Eth transaction history
998
+ *
999
+ * List Ethereum transaction history for a wallet address on the specified network.
1000
+ *
1001
+ * `POST /public/v1/query/list_eth_transaction_history`
1002
+ */
1003
+ const listEthTransactionHistory = (input) => base.request({
1004
+ uri: "/public/v1/query/list_eth_transaction_history",
1005
+ method: "POST",
1006
+ body: input.body,
1007
+ });
1008
+ /**
1009
+ * Request a WebAuthn assertion and return a signed `ListEthTransactionHistory` request, ready to be POSTed to Turnkey.
1010
+ *
1011
+ * See {@link ListEthTransactionHistory}
1012
+ */
1013
+ const signListEthTransactionHistory = (input, options) => base.signedRequest({
1014
+ uri: "/public/v1/query/list_eth_transaction_history",
1015
+ body: input.body,
1016
+ options,
1017
+ });
974
1018
  /**
975
1019
  * List Fiat On Ramp Credentials
976
1020
  *
@@ -1103,6 +1147,28 @@ const signGetSmartContractInterfaces = (input, options) => base.signedRequest({
1103
1147
  body: input.body,
1104
1148
  options,
1105
1149
  });
1150
+ /**
1151
+ * List Sol transaction history
1152
+ *
1153
+ * List Solana transaction history for a wallet address on the specified network.
1154
+ *
1155
+ * `POST /public/v1/query/list_sol_transaction_history`
1156
+ */
1157
+ const listSolTransactionHistory = (input) => base.request({
1158
+ uri: "/public/v1/query/list_sol_transaction_history",
1159
+ method: "POST",
1160
+ body: input.body,
1161
+ });
1162
+ /**
1163
+ * Request a WebAuthn assertion and return a signed `ListSolTransactionHistory` request, ready to be POSTed to Turnkey.
1164
+ *
1165
+ * See {@link ListSolTransactionHistory}
1166
+ */
1167
+ const signListSolTransactionHistory = (input, options) => base.signedRequest({
1168
+ uri: "/public/v1/query/list_sol_transaction_history",
1169
+ body: input.body,
1170
+ options,
1171
+ });
1106
1172
  /**
1107
1173
  * Get sub-organizations
1108
1174
  *
@@ -1389,6 +1455,50 @@ const signApproveActivity = (input, options) => base.signedRequest({
1389
1455
  body: input.body,
1390
1456
  options,
1391
1457
  });
1458
+ /**
1459
+ * Claim earn fees
1460
+ *
1461
+ * Claim earn fees through the activity pipeline.
1462
+ *
1463
+ * `POST /public/v1/submit/claim_earn_fees`
1464
+ */
1465
+ const claimEarnFees = (input) => base.request({
1466
+ uri: "/public/v1/submit/claim_earn_fees",
1467
+ method: "POST",
1468
+ body: input.body,
1469
+ });
1470
+ /**
1471
+ * Request a WebAuthn assertion and return a signed `ClaimEarnFees` request, ready to be POSTed to Turnkey.
1472
+ *
1473
+ * See {@link ClaimEarnFees}
1474
+ */
1475
+ const signClaimEarnFees = (input, options) => base.signedRequest({
1476
+ uri: "/public/v1/submit/claim_earn_fees",
1477
+ body: input.body,
1478
+ options,
1479
+ });
1480
+ /**
1481
+ * Claim swap fees
1482
+ *
1483
+ * Claim swap fees through the activity pipeline.
1484
+ *
1485
+ * `POST /public/v1/submit/claim_swap_fees`
1486
+ */
1487
+ const claimSwapFees = (input) => base.request({
1488
+ uri: "/public/v1/submit/claim_swap_fees",
1489
+ method: "POST",
1490
+ body: input.body,
1491
+ });
1492
+ /**
1493
+ * Request a WebAuthn assertion and return a signed `ClaimSwapFees` request, ready to be POSTed to Turnkey.
1494
+ *
1495
+ * See {@link ClaimSwapFees}
1496
+ */
1497
+ const signClaimSwapFees = (input, options) => base.signedRequest({
1498
+ uri: "/public/v1/submit/claim_swap_fees",
1499
+ body: input.body,
1500
+ options,
1501
+ });
1392
1502
  /**
1393
1503
  * Create API keys
1394
1504
  *
@@ -1744,7 +1854,7 @@ const signCreateSmartContractInterface = (input, options) => base.signedRequest(
1744
1854
  /**
1745
1855
  * Create sub-organization
1746
1856
  *
1747
- * Create a new sub-organization.
1857
+ * Create a new sub-organization. Each root user must have at least one valid credential: an API key, an authenticator, an OAuth provider, or an email or phone number with a login method enabled on the sub-organization (email, email OTP, or SMS).
1748
1858
  *
1749
1859
  * `POST /public/v1/submit/create_sub_organization`
1750
1860
  */
@@ -1763,6 +1873,28 @@ const signCreateSubOrganization = (input, options) => base.signedRequest({
1763
1873
  body: input.body,
1764
1874
  options,
1765
1875
  });
1876
+ /**
1877
+ * Get swap quote
1878
+ *
1879
+ * Get a swap quote. Asset chains are derived from CAIP-19 asset IDs; cross-chain quotes are supported.
1880
+ *
1881
+ * `POST /public/v1/submit/create_swap_quote`
1882
+ */
1883
+ const createSwapQuote = (input) => base.request({
1884
+ uri: "/public/v1/submit/create_swap_quote",
1885
+ method: "POST",
1886
+ body: input.body,
1887
+ });
1888
+ /**
1889
+ * Request a WebAuthn assertion and return a signed `CreateSwapQuote` request, ready to be POSTed to Turnkey.
1890
+ *
1891
+ * See {@link CreateSwapQuote}
1892
+ */
1893
+ const signCreateSwapQuote = (input, options) => base.signedRequest({
1894
+ uri: "/public/v1/submit/create_swap_quote",
1895
+ body: input.body,
1896
+ options,
1897
+ });
1766
1898
  /**
1767
1899
  * Create a TVC App
1768
1900
  *
@@ -1898,7 +2030,7 @@ const signCreateUserTag = (input, options) => base.signedRequest({
1898
2030
  /**
1899
2031
  * Create users
1900
2032
  *
1901
- * Create users in an existing organization.
2033
+ * Create users in an existing organization. Each user must have at least one valid credential: an API key, an authenticator, an OAuth provider, or an email or phone number with a login method enabled on the organization (email, email OTP, or SMS).
1902
2034
  *
1903
2035
  * `POST /public/v1/submit/create_users`
1904
2036
  */
@@ -2467,6 +2599,28 @@ const signEarnDeposit = (input, options) => base.signedRequest({
2467
2599
  body: input.body,
2468
2600
  options,
2469
2601
  });
2602
+ /**
2603
+ * Set Earn wrapper state
2604
+ *
2605
+ * Enable or disable deposits to a deployed Earn wrapper. Withdrawals are always allowed.
2606
+ *
2607
+ * `POST /public/v1/submit/earn_set_wrapper_state`
2608
+ */
2609
+ const earnSetWrapperState = (input) => base.request({
2610
+ uri: "/public/v1/submit/earn_set_wrapper_state",
2611
+ method: "POST",
2612
+ body: input.body,
2613
+ });
2614
+ /**
2615
+ * Request a WebAuthn assertion and return a signed `EarnSetWrapperState` request, ready to be POSTed to Turnkey.
2616
+ *
2617
+ * See {@link EarnSetWrapperState}
2618
+ */
2619
+ const signEarnSetWrapperState = (input, options) => base.signedRequest({
2620
+ uri: "/public/v1/submit/earn_set_wrapper_state",
2621
+ body: input.body,
2622
+ options,
2623
+ });
2470
2624
  /**
2471
2625
  * Withdraw from Earn vault
2472
2626
  *
@@ -2555,10 +2709,32 @@ const signEthSendTransaction = (input, options) => base.signedRequest({
2555
2709
  body: input.body,
2556
2710
  options,
2557
2711
  });
2712
+ /**
2713
+ * Undelegate an EVM account
2714
+ *
2715
+ * Submit an EIP-7702 undelegation transaction.
2716
+ *
2717
+ * `POST /public/v1/submit/eth_undelegate_7702`
2718
+ */
2719
+ const ethUndelegate7702 = (input) => base.request({
2720
+ uri: "/public/v1/submit/eth_undelegate_7702",
2721
+ method: "POST",
2722
+ body: input.body,
2723
+ });
2724
+ /**
2725
+ * Request a WebAuthn assertion and return a signed `EthUndelegate7702` request, ready to be POSTed to Turnkey.
2726
+ *
2727
+ * See {@link EthUndelegate7702}
2728
+ */
2729
+ const signEthUndelegate7702 = (input, options) => base.signedRequest({
2730
+ uri: "/public/v1/submit/eth_undelegate_7702",
2731
+ body: input.body,
2732
+ options,
2733
+ });
2558
2734
  /**
2559
2735
  * Execute swap
2560
2736
  *
2561
- * Execute a quoted swap through the activity pipeline and Turnkey broadcasting.
2737
+ * Execute the exact provider quote identified by quote_id through the activity pipeline and Turnkey broadcasting. Requests must use ACTIVITY_TYPE_EXECUTE_SWAP_V2.
2562
2738
  *
2563
2739
  * `POST /public/v1/submit/execute_swap`
2564
2740
  */
@@ -2731,6 +2907,28 @@ const signInitImportPrivateKey = (input, options) => base.signedRequest({
2731
2907
  body: input.body,
2732
2908
  options,
2733
2909
  });
2910
+ /**
2911
+ * Init import secrets
2912
+ *
2913
+ * Initialize secret imports by generating Ingress Encryption Target Keys.
2914
+ *
2915
+ * `POST /public/v1/submit/init_import_secrets`
2916
+ */
2917
+ const initImportSecrets = (input) => base.request({
2918
+ uri: "/public/v1/submit/init_import_secrets",
2919
+ method: "POST",
2920
+ body: input.body,
2921
+ });
2922
+ /**
2923
+ * Request a WebAuthn assertion and return a signed `InitImportSecrets` request, ready to be POSTed to Turnkey.
2924
+ *
2925
+ * See {@link InitImportSecrets}
2926
+ */
2927
+ const signInitImportSecrets = (input, options) => base.signedRequest({
2928
+ uri: "/public/v1/submit/init_import_secrets",
2929
+ body: input.body,
2930
+ options,
2931
+ });
2734
2932
  /**
2735
2933
  * Init import wallet
2736
2934
  *
@@ -3218,7 +3416,7 @@ const signSignTransaction = (input, options) => base.signedRequest({
3218
3416
  /**
3219
3417
  * Broadcast SVM transaction
3220
3418
  *
3221
- * Submit a transaction intent describing an SVM transaction you would like to broadcast.
3419
+ * Submit a transaction intent describing an SVM transaction you would like to broadcast. Supports single- and multi-signer intents via activity type versioning.
3222
3420
  *
3223
3421
  * `POST /public/v1/submit/sol_send_transaction`
3224
3422
  */
@@ -3655,28 +3853,6 @@ const signUpdateWebhookEndpoint = (input, options) => base.signedRequest({
3655
3853
  body: input.body,
3656
3854
  options,
3657
3855
  });
3658
- /**
3659
- * Upsert Earn client fee config
3660
- *
3661
- * Set the client's Earn fee rate and payout wallet for the organization.
3662
- *
3663
- * `POST /public/v1/submit/upsert_earn_client_fee_config`
3664
- */
3665
- const upsertEarnClientFeeConfig = (input) => base.request({
3666
- uri: "/public/v1/submit/upsert_earn_client_fee_config",
3667
- method: "POST",
3668
- body: input.body,
3669
- });
3670
- /**
3671
- * Request a WebAuthn assertion and return a signed `UpsertEarnClientFeeConfig` request, ready to be POSTed to Turnkey.
3672
- *
3673
- * See {@link UpsertEarnClientFeeConfig}
3674
- */
3675
- const signUpsertEarnClientFeeConfig = (input, options) => base.signedRequest({
3676
- uri: "/public/v1/submit/upsert_earn_client_fee_config",
3677
- body: input.body,
3678
- options,
3679
- });
3680
3856
  /**
3681
3857
  * Upsert swap config
3682
3858
  *
@@ -3782,6 +3958,8 @@ const signTestRateLimits = (input, options) => base.signedRequest({
3782
3958
  });
3783
3959
 
3784
3960
  exports.approveActivity = approveActivity;
3961
+ exports.claimEarnFees = claimEarnFees;
3962
+ exports.claimSwapFees = claimSwapFees;
3785
3963
  exports.createApiKeys = createApiKeys;
3786
3964
  exports.createApiOnlyUsers = createApiOnlyUsers;
3787
3965
  exports.createAuthenticators = createAuthenticators;
@@ -3799,6 +3977,7 @@ exports.createReadWriteSession = createReadWriteSession;
3799
3977
  exports.createSessionProfile = createSessionProfile;
3800
3978
  exports.createSmartContractInterface = createSmartContractInterface;
3801
3979
  exports.createSubOrganization = createSubOrganization;
3980
+ exports.createSwapQuote = createSwapQuote;
3802
3981
  exports.createTvcApp = createTvcApp;
3803
3982
  exports.createTvcDeployment = createTvcDeployment;
3804
3983
  exports.createTvcManifestApprovals = createTvcManifestApprovals;
@@ -3831,15 +4010,12 @@ exports.deleteWallets = deleteWallets;
3831
4010
  exports.deleteWebhookEndpoint = deleteWebhookEndpoint;
3832
4011
  exports.earnDeployWrapper = earnDeployWrapper;
3833
4012
  exports.earnDeposit = earnDeposit;
3834
- exports.earnDepositStatus = earnDepositStatus;
3835
- exports.earnEnabledVaults = earnEnabledVaults;
3836
- exports.earnPositions = earnPositions;
3837
- exports.earnVaults = earnVaults;
4013
+ exports.earnSetWrapperState = earnSetWrapperState;
3838
4014
  exports.earnWithdraw = earnWithdraw;
3839
- exports.earnWithdrawStatus = earnWithdrawStatus;
3840
4015
  exports.emailAuth = emailAuth;
3841
4016
  exports.ethSendRawTransaction = ethSendRawTransaction;
3842
4017
  exports.ethSendTransaction = ethSendTransaction;
4018
+ exports.ethUndelegate7702 = ethUndelegate7702;
3843
4019
  exports.executeSwap = executeSwap;
3844
4020
  exports.exportPrivateKey = exportPrivateKey;
3845
4021
  exports.exportWallet = exportWallet;
@@ -3853,6 +4029,10 @@ exports.getAppStatus = getAppStatus;
3853
4029
  exports.getAuthenticator = getAuthenticator;
3854
4030
  exports.getAuthenticators = getAuthenticators;
3855
4031
  exports.getBootProof = getBootProof;
4032
+ exports.getClaimEarnFeesStatus = getClaimEarnFeesStatus;
4033
+ exports.getEarnDeployStatus = getEarnDeployStatus;
4034
+ exports.getEarnDepositStatus = getEarnDepositStatus;
4035
+ exports.getEarnWithdrawStatus = getEarnWithdrawStatus;
3856
4036
  exports.getGasUsage = getGasUsage;
3857
4037
  exports.getIpAllowlist = getIpAllowlist;
3858
4038
  exports.getLatestBootProof = getLatestBootProof;
@@ -3876,7 +4056,6 @@ exports.getSessionProfiles = getSessionProfiles;
3876
4056
  exports.getSmartContractInterface = getSmartContractInterface;
3877
4057
  exports.getSmartContractInterfaces = getSmartContractInterfaces;
3878
4058
  exports.getSubOrgIds = getSubOrgIds;
3879
- exports.getSwapQuote = getSwapQuote;
3880
4059
  exports.getSwapStatus = getSwapStatus;
3881
4060
  exports.getTvcApp = getTvcApp;
3882
4061
  exports.getTvcAppDeployments = getTvcAppDeployments;
@@ -3897,14 +4076,20 @@ exports.importPrivateKey = importPrivateKey;
3897
4076
  exports.importWallet = importWallet;
3898
4077
  exports.initFiatOnRamp = initFiatOnRamp;
3899
4078
  exports.initImportPrivateKey = initImportPrivateKey;
4079
+ exports.initImportSecrets = initImportSecrets;
3900
4080
  exports.initImportWallet = initImportWallet;
3901
4081
  exports.initOtp = initOtp;
3902
4082
  exports.initOtpAuth = initOtpAuth;
3903
4083
  exports.initUserEmailRecovery = initUserEmailRecovery;
4084
+ exports.listEarnEnabledVaults = listEarnEnabledVaults;
4085
+ exports.listEarnPositions = listEarnPositions;
4086
+ exports.listEarnVaults = listEarnVaults;
3904
4087
  exports.listEmailEvents = listEmailEvents;
4088
+ exports.listEthTransactionHistory = listEthTransactionHistory;
3905
4089
  exports.listFiatOnRampCredentials = listFiatOnRampCredentials;
3906
4090
  exports.listOauth2Credentials = listOauth2Credentials;
3907
4091
  exports.listPrivateKeyTags = listPrivateKeyTags;
4092
+ exports.listSolTransactionHistory = listSolTransactionHistory;
3908
4093
  exports.listSupportedAssets = listSupportedAssets;
3909
4094
  exports.listUserTags = listUserTags;
3910
4095
  exports.listWebhookEndpoints = listWebhookEndpoints;
@@ -3925,6 +4110,8 @@ exports.restoreTvcDeployment = restoreTvcDeployment;
3925
4110
  exports.setIpAllowlist = setIpAllowlist;
3926
4111
  exports.setOrganizationFeature = setOrganizationFeature;
3927
4112
  exports.signApproveActivity = signApproveActivity;
4113
+ exports.signClaimEarnFees = signClaimEarnFees;
4114
+ exports.signClaimSwapFees = signClaimSwapFees;
3928
4115
  exports.signCreateApiKeys = signCreateApiKeys;
3929
4116
  exports.signCreateApiOnlyUsers = signCreateApiOnlyUsers;
3930
4117
  exports.signCreateAuthenticators = signCreateAuthenticators;
@@ -3942,6 +4129,7 @@ exports.signCreateReadWriteSession = signCreateReadWriteSession;
3942
4129
  exports.signCreateSessionProfile = signCreateSessionProfile;
3943
4130
  exports.signCreateSmartContractInterface = signCreateSmartContractInterface;
3944
4131
  exports.signCreateSubOrganization = signCreateSubOrganization;
4132
+ exports.signCreateSwapQuote = signCreateSwapQuote;
3945
4133
  exports.signCreateTvcApp = signCreateTvcApp;
3946
4134
  exports.signCreateTvcDeployment = signCreateTvcDeployment;
3947
4135
  exports.signCreateTvcManifestApprovals = signCreateTvcManifestApprovals;
@@ -3974,15 +4162,12 @@ exports.signDeleteWallets = signDeleteWallets;
3974
4162
  exports.signDeleteWebhookEndpoint = signDeleteWebhookEndpoint;
3975
4163
  exports.signEarnDeployWrapper = signEarnDeployWrapper;
3976
4164
  exports.signEarnDeposit = signEarnDeposit;
3977
- exports.signEarnDepositStatus = signEarnDepositStatus;
3978
- exports.signEarnEnabledVaults = signEarnEnabledVaults;
3979
- exports.signEarnPositions = signEarnPositions;
3980
- exports.signEarnVaults = signEarnVaults;
4165
+ exports.signEarnSetWrapperState = signEarnSetWrapperState;
3981
4166
  exports.signEarnWithdraw = signEarnWithdraw;
3982
- exports.signEarnWithdrawStatus = signEarnWithdrawStatus;
3983
4167
  exports.signEmailAuth = signEmailAuth;
3984
4168
  exports.signEthSendRawTransaction = signEthSendRawTransaction;
3985
4169
  exports.signEthSendTransaction = signEthSendTransaction;
4170
+ exports.signEthUndelegate7702 = signEthUndelegate7702;
3986
4171
  exports.signExecuteSwap = signExecuteSwap;
3987
4172
  exports.signExportPrivateKey = signExportPrivateKey;
3988
4173
  exports.signExportWallet = signExportWallet;
@@ -3996,6 +4181,10 @@ exports.signGetAppStatus = signGetAppStatus;
3996
4181
  exports.signGetAuthenticator = signGetAuthenticator;
3997
4182
  exports.signGetAuthenticators = signGetAuthenticators;
3998
4183
  exports.signGetBootProof = signGetBootProof;
4184
+ exports.signGetClaimEarnFeesStatus = signGetClaimEarnFeesStatus;
4185
+ exports.signGetEarnDeployStatus = signGetEarnDeployStatus;
4186
+ exports.signGetEarnDepositStatus = signGetEarnDepositStatus;
4187
+ exports.signGetEarnWithdrawStatus = signGetEarnWithdrawStatus;
3999
4188
  exports.signGetGasUsage = signGetGasUsage;
4000
4189
  exports.signGetIpAllowlist = signGetIpAllowlist;
4001
4190
  exports.signGetLatestBootProof = signGetLatestBootProof;
@@ -4019,7 +4208,6 @@ exports.signGetSessionProfiles = signGetSessionProfiles;
4019
4208
  exports.signGetSmartContractInterface = signGetSmartContractInterface;
4020
4209
  exports.signGetSmartContractInterfaces = signGetSmartContractInterfaces;
4021
4210
  exports.signGetSubOrgIds = signGetSubOrgIds;
4022
- exports.signGetSwapQuote = signGetSwapQuote;
4023
4211
  exports.signGetSwapStatus = signGetSwapStatus;
4024
4212
  exports.signGetTvcApp = signGetTvcApp;
4025
4213
  exports.signGetTvcAppDeployments = signGetTvcAppDeployments;
@@ -4040,14 +4228,20 @@ exports.signImportPrivateKey = signImportPrivateKey;
4040
4228
  exports.signImportWallet = signImportWallet;
4041
4229
  exports.signInitFiatOnRamp = signInitFiatOnRamp;
4042
4230
  exports.signInitImportPrivateKey = signInitImportPrivateKey;
4231
+ exports.signInitImportSecrets = signInitImportSecrets;
4043
4232
  exports.signInitImportWallet = signInitImportWallet;
4044
4233
  exports.signInitOtp = signInitOtp;
4045
4234
  exports.signInitOtpAuth = signInitOtpAuth;
4046
4235
  exports.signInitUserEmailRecovery = signInitUserEmailRecovery;
4236
+ exports.signListEarnEnabledVaults = signListEarnEnabledVaults;
4237
+ exports.signListEarnPositions = signListEarnPositions;
4238
+ exports.signListEarnVaults = signListEarnVaults;
4047
4239
  exports.signListEmailEvents = signListEmailEvents;
4240
+ exports.signListEthTransactionHistory = signListEthTransactionHistory;
4048
4241
  exports.signListFiatOnRampCredentials = signListFiatOnRampCredentials;
4049
4242
  exports.signListOauth2Credentials = signListOauth2Credentials;
4050
4243
  exports.signListPrivateKeyTags = signListPrivateKeyTags;
4244
+ exports.signListSolTransactionHistory = signListSolTransactionHistory;
4051
4245
  exports.signListSupportedAssets = signListSupportedAssets;
4052
4246
  exports.signListUserTags = signListUserTags;
4053
4247
  exports.signListWebhookEndpoints = signListWebhookEndpoints;
@@ -4095,7 +4289,6 @@ exports.signUpdateUserPhoneNumber = signUpdateUserPhoneNumber;
4095
4289
  exports.signUpdateUserTag = signUpdateUserTag;
4096
4290
  exports.signUpdateWallet = signUpdateWallet;
4097
4291
  exports.signUpdateWebhookEndpoint = signUpdateWebhookEndpoint;
4098
- exports.signUpsertEarnClientFeeConfig = signUpsertEarnClientFeeConfig;
4099
4292
  exports.signUpsertSwapConfig = signUpsertSwapConfig;
4100
4293
  exports.signValidateTvcImage = signValidateTvcImage;
4101
4294
  exports.signVerifyOtp = signVerifyOtp;
@@ -4121,7 +4314,6 @@ exports.updateUserPhoneNumber = updateUserPhoneNumber;
4121
4314
  exports.updateUserTag = updateUserTag;
4122
4315
  exports.updateWallet = updateWallet;
4123
4316
  exports.updateWebhookEndpoint = updateWebhookEndpoint;
4124
- exports.upsertEarnClientFeeConfig = upsertEarnClientFeeConfig;
4125
4317
  exports.upsertSwapConfig = upsertSwapConfig;
4126
4318
  exports.validateTvcImage = validateTvcImage;
4127
4319
  exports.verifyOtp = verifyOtp;