@bitgo-beta/sdk-api 1.10.1-beta.99 → 1.10.1-beta.991

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 (39) hide show
  1. package/CHANGELOG.md +905 -0
  2. package/dist/package.json +13 -25
  3. package/dist/src/api.d.ts +3 -3
  4. package/dist/src/api.d.ts.map +1 -1
  5. package/dist/src/api.js +39 -33
  6. package/dist/src/bitgoAPI.d.ts +64 -11
  7. package/dist/src/bitgoAPI.d.ts.map +1 -1
  8. package/dist/src/bitgoAPI.js +357 -121
  9. package/dist/src/encrypt.d.ts +4 -4
  10. package/dist/src/encrypt.d.ts.map +1 -1
  11. package/dist/src/encrypt.js +44 -7
  12. package/dist/src/index.js +6 -2
  13. package/dist/src/types.d.ts +54 -43
  14. package/dist/src/types.d.ts.map +1 -1
  15. package/dist/src/types.js +4 -2
  16. package/dist/src/util.d.ts +12 -0
  17. package/dist/src/util.d.ts.map +1 -1
  18. package/dist/src/util.js +57 -4
  19. package/dist/src/v1/blockchain.js +25 -12
  20. package/dist/src/v1/keychains.js +27 -22
  21. package/dist/src/v1/markets.js +10 -5
  22. package/dist/src/v1/pendingapproval.d.ts.map +1 -1
  23. package/dist/src/v1/pendingapproval.js +57 -18
  24. package/dist/src/v1/pendingapprovals.d.ts.map +1 -1
  25. package/dist/src/v1/pendingapprovals.js +41 -7
  26. package/dist/src/v1/signPsbt.d.ts +14 -0
  27. package/dist/src/v1/signPsbt.d.ts.map +1 -0
  28. package/dist/src/v1/signPsbt.js +69 -0
  29. package/dist/src/v1/transactionBuilder.js +144 -92
  30. package/dist/src/v1/travelRule.js +60 -23
  31. package/dist/src/v1/verifyAddress.d.ts +6 -0
  32. package/dist/src/v1/verifyAddress.d.ts.map +1 -0
  33. package/dist/src/v1/verifyAddress.js +50 -0
  34. package/dist/src/v1/wallet.d.ts.map +1 -1
  35. package/dist/src/v1/wallet.js +428 -224
  36. package/dist/src/v1/wallets.js +93 -37
  37. package/package.json +13 -25
  38. package/dist/web/main.js +0 -2
  39. package/dist/web/main.js.LICENSE.txt +0 -110
@@ -1,110 +0,0 @@
1
- /* @preserve
2
- * The MIT License (MIT)
3
- *
4
- * Copyright (c) 2013-2018 Petka Antonov
5
- *
6
- * Permission is hereby granted, free of charge, to any person obtaining a copy
7
- * of this software and associated documentation files (the "Software"), to deal
8
- * in the Software without restriction, including without limitation the rights
9
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- * copies of the Software, and to permit persons to whom the Software is
11
- * furnished to do so, subject to the following conditions:
12
- *
13
- * The above copyright notice and this permission notice shall be included in
14
- * all copies or substantial portions of the Software.
15
- *
16
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- * THE SOFTWARE.
23
- *
24
- */
25
-
26
- /*!
27
- * @wasmer/wasi
28
- * Isomorphic Javascript library for interacting with WASI Modules in Node.js and the Browser.
29
- *
30
- * @version v1.2.2
31
- * @author Wasmer Engineering Team <engineering@wasmer.io>
32
- * @homepage https://github.com/wasmerio/wasmer-js
33
- * @repository https://github.com/wasmerio/wasmer-js
34
- * @license MIT
35
- */
36
-
37
- /*!
38
- * The buffer module from node.js, for the browser.
39
- *
40
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
41
- * @license MIT
42
- */
43
-
44
- /*!
45
- * The buffer module from node.js, for the browser.
46
- *
47
- * @author Feross Aboukhadijeh <https://feross.org>
48
- * @license MIT
49
- */
50
-
51
- /*!
52
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
53
- *
54
- * Copyright (c) 2014-2017, Jon Schlinkert.
55
- * Released under the MIT License.
56
- */
57
-
58
- /*! *****************************************************************************
59
- Copyright (c) Microsoft Corporation.
60
-
61
- Permission to use, copy, modify, and/or distribute this software for any
62
- purpose with or without fee is hereby granted.
63
-
64
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
65
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
66
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
67
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
68
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
69
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
70
- PERFORMANCE OF THIS SOFTWARE.
71
- ***************************************************************************** */
72
-
73
- /*! @preserve
74
- *
75
- * tcomb.js - Type checking and DDD for JavaScript
76
- *
77
- * The MIT License (MIT)
78
- *
79
- * Copyright (c) 2014-2016 Giulio Canti
80
- *
81
- */
82
-
83
- /*! OpenPGP.js v5.1.0 - 2022-01-24 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
84
-
85
- /*! https://mths.be/punycode v1.3.2 by @mathias */
86
-
87
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
88
-
89
- /*! musig-js - MIT License (c) 2022 Brandon Black */
90
-
91
- /*! noble-bls12-381 - MIT License (c) Paul Miller (paulmillr.com) */
92
-
93
- /*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */
94
-
95
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
96
-
97
- /**
98
- * @license
99
- * Lodash <https://lodash.com/>
100
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
101
- * Released under MIT license <https://lodash.com/license>
102
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
103
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
104
- */
105
-
106
- // @license MIT
107
-
108
- // @preserve author Alexander Stetsyuk
109
-
110
- // @preserve author Glenn Rempe <glenn@rempe.us>