@bitgo/sdk-core 4.0.0 → 4.2.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/src/account-lib/baseCoin/enum.d.ts +2 -1
  3. package/dist/src/account-lib/baseCoin/enum.d.ts.map +1 -1
  4. package/dist/src/account-lib/baseCoin/enum.js +3 -1
  5. package/dist/src/account-lib/mpc/hdTree.d.ts +8 -2
  6. package/dist/src/account-lib/mpc/hdTree.d.ts.map +1 -1
  7. package/dist/src/account-lib/mpc/hdTree.js +58 -12
  8. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts +12 -1
  9. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts.map +1 -1
  10. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.js +72 -4
  11. package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts +6 -0
  12. package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts.map +1 -1
  13. package/dist/src/account-lib/mpc/tss/ecdsa/types.js +1 -1
  14. package/dist/src/account-lib/mpc/tss/eddsa/eddsa.js +1 -1
  15. package/dist/src/bitgo/utils/mpcUtils.d.ts.map +1 -1
  16. package/dist/src/bitgo/utils/mpcUtils.js +12 -3
  17. package/dist/src/bitgo/utils/tss/baseTypes.d.ts +2 -1
  18. package/dist/src/bitgo/utils/tss/baseTypes.d.ts.map +1 -1
  19. package/dist/src/bitgo/utils/tss/baseTypes.js +1 -1
  20. package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts.map +1 -1
  21. package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.js +6 -3
  22. package/dist/src/bitgo/utils/tss/eddsa/eddsa.d.ts.map +1 -1
  23. package/dist/src/bitgo/utils/tss/eddsa/eddsa.js +7 -7
  24. package/dist/src/bitgo/wallet/iWallet.d.ts +7 -0
  25. package/dist/src/bitgo/wallet/iWallet.d.ts.map +1 -1
  26. package/dist/src/bitgo/wallet/iWallet.js +1 -1
  27. package/dist/src/bitgo/wallet/wallet.d.ts.map +1 -1
  28. package/dist/src/bitgo/wallet/wallet.js +17 -5
  29. package/dist/src/coins/ofc.d.ts +1 -0
  30. package/dist/src/coins/ofc.d.ts.map +1 -1
  31. package/dist/src/coins/ofc.js +4 -1
  32. package/dist/tsconfig.tsbuildinfo +471 -447
  33. package/package.json +4 -4
@@ -171,69 +171,69 @@
171
171
  "signature": "9c4ff7caf5144cf3cd1bd935cc536eaaf26db56385bf72c2b192398539deb6b9",
172
172
  "affectsGlobalScope": false
173
173
  },
174
- "../../../node_modules/@types/lodash/common/common.d.ts": {
174
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts": {
175
175
  "version": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
176
176
  "signature": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
177
177
  "affectsGlobalScope": false
178
178
  },
179
- "../../../node_modules/@types/lodash/common/array.d.ts": {
180
- "version": "fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea",
181
- "signature": "fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea",
179
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts": {
180
+ "version": "458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22",
181
+ "signature": "458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22",
182
182
  "affectsGlobalScope": false
183
183
  },
184
- "../../../node_modules/@types/lodash/common/collection.d.ts": {
184
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts": {
185
185
  "version": "d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f",
186
186
  "signature": "d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f",
187
187
  "affectsGlobalScope": false
188
188
  },
189
- "../../../node_modules/@types/lodash/common/date.d.ts": {
189
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts": {
190
190
  "version": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
191
191
  "signature": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
192
192
  "affectsGlobalScope": false
193
193
  },
194
- "../../../node_modules/@types/lodash/common/function.d.ts": {
194
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts": {
195
195
  "version": "febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6",
196
196
  "signature": "febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6",
197
197
  "affectsGlobalScope": false
198
198
  },
199
- "../../../node_modules/@types/lodash/common/lang.d.ts": {
199
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts": {
200
200
  "version": "98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3",
201
201
  "signature": "98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3",
202
202
  "affectsGlobalScope": false
203
203
  },
204
- "../../../node_modules/@types/lodash/common/math.d.ts": {
204
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts": {
205
205
  "version": "0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e",
206
206
  "signature": "0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e",
207
207
  "affectsGlobalScope": false
208
208
  },
209
- "../../../node_modules/@types/lodash/common/number.d.ts": {
209
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts": {
210
210
  "version": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
211
211
  "signature": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
212
212
  "affectsGlobalScope": false
213
213
  },
214
- "../../../node_modules/@types/lodash/common/object.d.ts": {
214
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts": {
215
215
  "version": "7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f",
216
216
  "signature": "7a79ca84e4370ed2e1afaa99ff7d25194901916b7672e977d16f77af3b71342f",
217
217
  "affectsGlobalScope": false
218
218
  },
219
- "../../../node_modules/@types/lodash/common/seq.d.ts": {
219
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts": {
220
220
  "version": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
221
221
  "signature": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
222
222
  "affectsGlobalScope": false
223
223
  },
224
- "../../../node_modules/@types/lodash/common/string.d.ts": {
224
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts": {
225
225
  "version": "3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019",
226
226
  "signature": "3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019",
227
227
  "affectsGlobalScope": false
228
228
  },
229
- "../../../node_modules/@types/lodash/common/util.d.ts": {
229
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts": {
230
230
  "version": "df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",
231
231
  "signature": "df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",
232
232
  "affectsGlobalScope": false
233
233
  },
234
- "../../../node_modules/@types/lodash/index.d.ts": {
235
- "version": "f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad",
236
- "signature": "f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad",
234
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts": {
235
+ "version": "6200960745bf1d8f99adecc0e7ecabf002d0bd641bd9d44ae27273988743ec56",
236
+ "signature": "6200960745bf1d8f99adecc0e7ecabf002d0bd641bd9d44ae27273988743ec56",
237
237
  "affectsGlobalScope": true
238
238
  },
239
239
  "../../../node_modules/@types/node/globals.d.ts": {
@@ -647,8 +647,8 @@
647
647
  "affectsGlobalScope": false
648
648
  },
649
649
  "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": {
650
- "version": "9aef7b4f9092988740a133dd6302a3ae3df62fdea58800434a0c548730546887",
651
- "signature": "9aef7b4f9092988740a133dd6302a3ae3df62fdea58800434a0c548730546887",
650
+ "version": "beb4313b9f1b226aa16ef1e34bdc7c4aff8c620b0297e25632c3545a18896037",
651
+ "signature": "beb4313b9f1b226aa16ef1e34bdc7c4aff8c620b0297e25632c3545a18896037",
652
652
  "affectsGlobalScope": false
653
653
  },
654
654
  "../../utxo-lib/dist/src/bitgo/dash/dashpsbt.d.ts": {
@@ -862,8 +862,8 @@
862
862
  "affectsGlobalScope": false
863
863
  },
864
864
  "../src/account-lib/mpc/hdtree.ts": {
865
- "version": "d8ba7165e2d92720567d06f8e100843d60338c46473c96fbc6110a2f171587cf",
866
- "signature": "19c9b69cd472352f54269a2c15d8b275b2332e1234424aed7c0d7371d604b3c9",
865
+ "version": "30408996e73e7a570ab04c812f02804a32ece8776f34ae49f359d755cd1f378d",
866
+ "signature": "4a8df8ad921adf2a0083ebff41a37317e117f4e2530516b1c4ee0ef6d0772348",
867
867
  "affectsGlobalScope": false
868
868
  },
869
869
  "../src/account-lib/mpc/tss/eddsa/types.ts": {
@@ -872,7 +872,7 @@
872
872
  "affectsGlobalScope": false
873
873
  },
874
874
  "../src/account-lib/mpc/tss/eddsa/eddsa.ts": {
875
- "version": "9d198639e3d48c2318c36352d7b7b193890ff2a9298b853741bf6c8cb1685633",
875
+ "version": "09d735698551ca99db80df107bf12338e63c7d8fc64ed1fe3f8d6358af15ab75",
876
876
  "signature": "e13d2f85d7715fb20b76aea54c5bc3d394711031fb015953d826d0f197036acb",
877
877
  "affectsGlobalScope": false
878
878
  },
@@ -987,8 +987,8 @@
987
987
  "affectsGlobalScope": false
988
988
  },
989
989
  "../../../node_modules/bignumber.js/bignumber.d.ts": {
990
- "version": "333f6612b9bacf74de9c232ee7a2efab5f10cee0cf90cdd0f27aa71c346f1a14",
991
- "signature": "333f6612b9bacf74de9c232ee7a2efab5f10cee0cf90cdd0f27aa71c346f1a14",
990
+ "version": "a2d875a97eeee8872d7a6d30c65fc2c19aee4fca3b98edda1c2f5ce7323c16da",
991
+ "signature": "a2d875a97eeee8872d7a6d30c65fc2c19aee4fca3b98edda1c2f5ce7323c16da",
992
992
  "affectsGlobalScope": false
993
993
  },
994
994
  "../../statics/dist/src/networks.d.ts": {
@@ -1042,8 +1042,8 @@
1042
1042
  "affectsGlobalScope": false
1043
1043
  },
1044
1044
  "../src/account-lib/basecoin/enum.ts": {
1045
- "version": "f3ddf0428c760512307bd8df3872a68a9f2fceeda5f93cf5ee551f56801d0dd0",
1046
- "signature": "36316e1461556c021dc108032c8a4adc8b2d995b7c87b051db93eef57704a1c8",
1045
+ "version": "419b7e0447fdeff2f0286bd5ca1237f5bdc7991675411c7a2aa0bee420db50f3",
1046
+ "signature": "1b9d55f23a264d069740fe680df192802cf6f4debc7a71a430f3f575635996fd",
1047
1047
  "affectsGlobalScope": false
1048
1048
  },
1049
1049
  "../src/account-lib/basecoin/errors.ts": {
@@ -1087,13 +1087,13 @@
1087
1087
  "affectsGlobalScope": false
1088
1088
  },
1089
1089
  "../src/account-lib/mpc/tss/ecdsa/types.ts": {
1090
- "version": "42e6cabb80afb34aff799d7a4e037af0ac263da5a952d2d71188f058a450f217",
1091
- "signature": "efa04688ed34e9ee22378f41a88502c9e7160b2c0d081803f9360d98d3385262",
1090
+ "version": "544cf7caec355ad392efd1ced0f2b3389561d5b19a66171e283e60bd90023d86",
1091
+ "signature": "2552685566a75e3ecd88958f3e14a4edcb525cf9fd56bc4faca96e3c096ef53a",
1092
1092
  "affectsGlobalScope": false
1093
1093
  },
1094
1094
  "../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": {
1095
- "version": "fc3b3a0e16918808615aba091565066924859891d60679355f26cac5e52958a8",
1096
- "signature": "870b283252abb009624ed22a45df7317da6cf183d5c526b84e6fa9d82b791ed5",
1095
+ "version": "045e61973194dd5c0d29344b5bb167add718953c1b4dbeb9be633277a207e422",
1096
+ "signature": "bc8c5804b3205e9c581dd925c44d3a4a55086f9173ff34a95c0957ec85f9bf3c",
1097
1097
  "affectsGlobalScope": false
1098
1098
  },
1099
1099
  "../src/account-lib/mpc/tss/ecdsa/index.ts": {
@@ -1312,7 +1312,7 @@
1312
1312
  "affectsGlobalScope": false
1313
1313
  },
1314
1314
  "../src/bitgo/utils/tss/ecdsa/ecdsa.ts": {
1315
- "version": "f2766bb4e775617c185da50007d67b099de5e8b20b6c310a3cf7ceaf37c36f07",
1315
+ "version": "ead929910999d709a6075385cd7572eb7c8232eac03d85de22d1ab94a114fc34",
1316
1316
  "signature": "2cd88c61afc3e24613edcc111bb4c1eeb9d97d117b668c336a62cec586f79c6c",
1317
1317
  "affectsGlobalScope": false
1318
1318
  },
@@ -1322,12 +1322,12 @@
1322
1322
  "affectsGlobalScope": false
1323
1323
  },
1324
1324
  "../src/bitgo/utils/tss/basetypes.ts": {
1325
- "version": "c38259715947dc6059abf3755e7c05a773894d31b74812a54fe1e3736fc34ad4",
1326
- "signature": "a7b8660179a2c439e81c92de85f4418eef5039e677894d06ded26222f0364539",
1325
+ "version": "0d20afc6ca6b7eb58fda821b6d5791ae45837f59f62d53aaa63a0e7fd9f965a7",
1326
+ "signature": "6318ad261f9d99d671db845037f799f243cdf93127f71b6c7c01a73c8b4a82f3",
1327
1327
  "affectsGlobalScope": false
1328
1328
  },
1329
1329
  "../src/bitgo/utils/mpcutils.ts": {
1330
- "version": "b496d3ee7aff6c39ee18c0b05e27db957be9caafe163aa28654e162833bffcb0",
1330
+ "version": "10eef0d5445bb006fb58193b430eaf81fa7b76d0fa206ad95fb07c6fa0331e91",
1331
1331
  "signature": "b8429fdf84a2f0ba5fb29d54ad9d4933211d5a4b916b1ae4959a54324abad145",
1332
1332
  "affectsGlobalScope": false
1333
1333
  },
@@ -1372,7 +1372,7 @@
1372
1372
  "affectsGlobalScope": false
1373
1373
  },
1374
1374
  "../src/bitgo/utils/tss/eddsa/eddsa.ts": {
1375
- "version": "71aa40a1362674172bbc404885143b7948b994372e313f9b49c22500e183a991",
1375
+ "version": "6a7e2e350f875216a67b97cc0e03a71b104b25abd1e028c9082fe0c4715999ce",
1376
1376
  "signature": "e4859580f6667dae4b8377d5b366c3e621f28c1450258ccd46be1cdd0559da1e",
1377
1377
  "affectsGlobalScope": false
1378
1378
  },
@@ -1802,8 +1802,8 @@
1802
1802
  "affectsGlobalScope": false
1803
1803
  },
1804
1804
  "../node_modules/io-ts/lib/index.d.ts": {
1805
- "version": "e6b7d66917c7e3dec55c57005a3d3eecc2fce70996b2b19928be9353598ef22f",
1806
- "signature": "e6b7d66917c7e3dec55c57005a3d3eecc2fce70996b2b19928be9353598ef22f",
1805
+ "version": "6291c890d71c10fba98e717d3d66b1b96618a59ab9222355f39aa4f8b1bcd616",
1806
+ "signature": "6291c890d71c10fba98e717d3d66b1b96618a59ab9222355f39aa4f8b1bcd616",
1807
1807
  "affectsGlobalScope": false
1808
1808
  },
1809
1809
  "../src/bitgo/lightning/ilightning.ts": {
@@ -1857,8 +1857,8 @@
1857
1857
  "affectsGlobalScope": false
1858
1858
  },
1859
1859
  "../src/bitgo/wallet/iwallet.ts": {
1860
- "version": "aab5b86639ca3ee9826cd99dc0d62a988bd4e4258978181b7ade37d6f64f9669",
1861
- "signature": "495526491100a359fc07c143fa1be59694f8a78a60402d7cfa7b6aea9fb93fad",
1860
+ "version": "220b6ddc898fa160794f17c60e41747d889bcd170ea0efce683b4d4328f8055b",
1861
+ "signature": "6cd771399a84b2b7c0661283a693a68c39beff3a567b2dad4b2746c97751f304",
1862
1862
  "affectsGlobalScope": false
1863
1863
  },
1864
1864
  "../../../node_modules/@types/secp256k1/index.d.ts": {
@@ -1882,7 +1882,7 @@
1882
1882
  "affectsGlobalScope": false
1883
1883
  },
1884
1884
  "../src/bitgo/wallet/wallet.ts": {
1885
- "version": "a11cb79ecca6f0f398fd98c01891132c3fa65afeebde33e063a950e52e916c69",
1885
+ "version": "32eb9f23e9d64a9c41c8489ba4783b4cdbcce353aeefc2d703fd6065c330a078",
1886
1886
  "signature": "cedd6ff99950e307737734da362470a3da2f5236911f0089ce22eb524171972a",
1887
1887
  "affectsGlobalScope": false
1888
1888
  },
@@ -2102,8 +2102,8 @@
2102
2102
  "affectsGlobalScope": false
2103
2103
  },
2104
2104
  "../src/coins/ofc.ts": {
2105
- "version": "b97ab0b850cdaade3847375b573bc9d16698944b373fbaf63d0206a55403682c",
2106
- "signature": "f9f9c8cb488df8e419773d546116e886ee9a9b0180a40fdaf31dc50b399fe7d3",
2105
+ "version": "af347c41954369e0eaf7b5eccb34bca668416336b22dcefd5e45991606c0ed74",
2106
+ "signature": "4fb91690373c8473f4d61a9316142f6d510dbaf4a69c0c7bbf5f93a4e70aa5d5",
2107
2107
  "affectsGlobalScope": false
2108
2108
  },
2109
2109
  "../src/coins/ofctoken.ts": {
@@ -2272,8 +2272,8 @@
2272
2272
  "affectsGlobalScope": false
2273
2273
  },
2274
2274
  "../../../node_modules/@types/eslint/index.d.ts": {
2275
- "version": "5759f4fc8d144161afa3200476981479989923195c96ec8b9844152a1825d041",
2276
- "signature": "5759f4fc8d144161afa3200476981479989923195c96ec8b9844152a1825d041",
2275
+ "version": "3adc8ac088388fd10b0e9cd3fa08abbebed9172577807394a241466ccb98f411",
2276
+ "signature": "3adc8ac088388fd10b0e9cd3fa08abbebed9172577807394a241466ccb98f411",
2277
2277
  "affectsGlobalScope": false
2278
2278
  },
2279
2279
  "../../../node_modules/@types/eslint-scope/index.d.ts": {
@@ -2357,8 +2357,8 @@
2357
2357
  "affectsGlobalScope": false
2358
2358
  },
2359
2359
  "../../../node_modules/@types/jasmine/index.d.ts": {
2360
- "version": "22f92bf43c39f2239e72c329d6764a241f4e342e8042da638b71b6e34cf41172",
2361
- "signature": "22f92bf43c39f2239e72c329d6764a241f4e342e8042da638b71b6e34cf41172",
2360
+ "version": "51d5f2027771221d30dbb2a45dcd35d06164e1842ad6c2e9058bc6bbe90a02e9",
2361
+ "signature": "51d5f2027771221d30dbb2a45dcd35d06164e1842ad6c2e9058bc6bbe90a02e9",
2362
2362
  "affectsGlobalScope": true
2363
2363
  },
2364
2364
  "../../../node_modules/@types/json5/index.d.ts": {
@@ -2587,8 +2587,8 @@
2587
2587
  "affectsGlobalScope": false
2588
2588
  },
2589
2589
  "../../../node_modules/@types/semver/classes/range.d.ts": {
2590
- "version": "6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72",
2591
- "signature": "6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72",
2590
+ "version": "c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3",
2591
+ "signature": "c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3",
2592
2592
  "affectsGlobalScope": false
2593
2593
  },
2594
2594
  "../../../node_modules/@types/semver/functions/satisfies.d.ts": {
@@ -2711,6 +2711,11 @@
2711
2711
  "signature": "356701ea5df9eea3bf62b0f29857cb950d95eec9b9063f85c17be705926cdd2a",
2712
2712
  "affectsGlobalScope": true
2713
2713
  },
2714
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts": {
2715
+ "version": "29c5862cadd1c5e069453c60e8b240870431396921a50afc57bfdf5bdc614e47",
2716
+ "signature": "29c5862cadd1c5e069453c60e8b240870431396921a50afc57bfdf5bdc614e47",
2717
+ "affectsGlobalScope": false
2718
+ },
2714
2719
  "../../../node_modules/@types/supertest/index.d.ts": {
2715
2720
  "version": "76232dbb982272b182a76ad8745a9b02724dc9896e2328ce360e2c56c64c9778",
2716
2721
  "signature": "76232dbb982272b182a76ad8745a9b02724dc9896e2328ce360e2c56c64c9778",
@@ -2752,8 +2757,8 @@
2752
2757
  "affectsGlobalScope": false
2753
2758
  },
2754
2759
  "../../../node_modules/anymatch/index.d.ts": {
2755
- "version": "4fb0b7d532aa6fb850b6cd2f1ee4f00802d877b5c66a51903bc1fb0624126349",
2756
- "signature": "4fb0b7d532aa6fb850b6cd2f1ee4f00802d877b5c66a51903bc1fb0624126349",
2760
+ "version": "eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103",
2761
+ "signature": "eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103",
2757
2762
  "affectsGlobalScope": false
2758
2763
  },
2759
2764
  "../../../node_modules/@types/webpack-sources/node_modules/source-map/source-map.d.ts": {
@@ -2842,8 +2847,8 @@
2842
2847
  "affectsGlobalScope": false
2843
2848
  },
2844
2849
  "../../../node_modules/@types/yargs/index.d.ts": {
2845
- "version": "28288f5e5f8b7b895ed2abe6359c1da3e0d14a64b5aef985071285671f347c01",
2846
- "signature": "28288f5e5f8b7b895ed2abe6359c1da3e0d14a64b5aef985071285671f347c01",
2850
+ "version": "32b5bbe4475a585fd18e648f915a37b48ac44ab94277ad161cbdf3bbfae580fc",
2851
+ "signature": "32b5bbe4475a585fd18e648f915a37b48ac44ab94277ad161cbdf3bbfae580fc",
2847
2852
  "affectsGlobalScope": false
2848
2853
  },
2849
2854
  "../../../node_modules/@types/yauzl/index.d.ts": {
@@ -3402,6 +3407,7 @@
3402
3407
  "../../../node_modules/bigint-crypto-utils/types/index.d.ts",
3403
3408
  "../../../node_modules/paillier-bigint/types/index.d.ts",
3404
3409
  "../src/account-lib/mpc/curves/index.ts",
3410
+ "../src/account-lib/mpc/hdtree.ts",
3405
3411
  "../src/account-lib/mpc/shamir.ts",
3406
3412
  "../src/account-lib/mpc/tss/ecdsa/types.ts",
3407
3413
  "../src/account-lib/mpc/util.ts",
@@ -3492,7 +3498,7 @@
3492
3498
  "../src/bitgo/basecoin/ibasecoin.ts"
3493
3499
  ],
3494
3500
  "../src/bitgo/bip32util.ts": [
3495
- "../../../node_modules/@types/lodash/index.d.ts",
3501
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3496
3502
  "../../../node_modules/bitcoinjs-message/index.d.ts",
3497
3503
  "../../utxo-lib/dist/src/index.d.ts"
3498
3504
  ],
@@ -3513,7 +3519,7 @@
3513
3519
  "../src/bitgo/errors.ts"
3514
3520
  ],
3515
3521
  "../src/bitgo/config.ts": [
3516
- "../../../node_modules/@types/lodash/index.d.ts",
3522
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3517
3523
  "../../statics/dist/src/index.d.ts",
3518
3524
  "../src/bitgo/environments.ts"
3519
3525
  ],
@@ -3523,7 +3529,7 @@
3523
3529
  "../../utxo-lib/dist/src/index.d.ts"
3524
3530
  ],
3525
3531
  "../src/bitgo/enterprise/enterprise.ts": [
3526
- "../../../node_modules/@types/lodash/index.d.ts",
3532
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3527
3533
  "../src/bitgo/basecoin/index.ts",
3528
3534
  "../src/bitgo/bitgobase.ts",
3529
3535
  "../src/bitgo/enterprise/index.ts",
@@ -3532,7 +3538,7 @@
3532
3538
  "../src/bitgo/wallet/index.ts"
3533
3539
  ],
3534
3540
  "../src/bitgo/enterprise/enterprises.ts": [
3535
- "../../../node_modules/@types/lodash/index.d.ts",
3541
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3536
3542
  "../src/bitgo/basecoin/index.ts",
3537
3543
  "../src/bitgo/bitgobase.ts",
3538
3544
  "../src/bitgo/enterprise/enterprise.ts",
@@ -3588,12 +3594,12 @@
3588
3594
  "../src/bitgo/internal/keycard.ts"
3589
3595
  ],
3590
3596
  "../src/bitgo/internal/internal.ts": [
3591
- "../../../node_modules/@types/lodash/index.d.ts",
3597
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3592
3598
  "../src/bitgo/basecoin/index.ts",
3593
3599
  "../src/bitgo/bitgobase.ts"
3594
3600
  ],
3595
3601
  "../src/bitgo/internal/keycard.ts": [
3596
- "../../../node_modules/@types/lodash/index.d.ts",
3602
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3597
3603
  "../src/bitgo/keychain/index.ts"
3598
3604
  ],
3599
3605
  "../src/bitgo/keychain/ikeychains.ts": [
@@ -3606,7 +3612,7 @@
3606
3612
  "../src/bitgo/keychain/keychains.ts"
3607
3613
  ],
3608
3614
  "../src/bitgo/keychain/keychains.ts": [
3609
- "../../../node_modules/@types/lodash/index.d.ts",
3615
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3610
3616
  "../src/bitgo/basecoin/index.ts",
3611
3617
  "../src/bitgo/bitgobase.ts",
3612
3618
  "../src/bitgo/keychain/ikeychains.ts",
@@ -3669,7 +3675,7 @@
3669
3675
  "../src/bitgo/pendingapproval/ipendingapproval.ts"
3670
3676
  ],
3671
3677
  "../src/bitgo/pendingapproval/pendingapproval.ts": [
3672
- "../../../node_modules/@types/lodash/index.d.ts",
3678
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3673
3679
  "../src/bitgo/basecoin/index.ts",
3674
3680
  "../src/bitgo/bitgobase.ts",
3675
3681
  "../src/bitgo/pendingapproval/index.ts",
@@ -3678,7 +3684,7 @@
3678
3684
  "../src/common.ts"
3679
3685
  ],
3680
3686
  "../src/bitgo/pendingapproval/pendingapprovals.ts": [
3681
- "../../../node_modules/@types/lodash/index.d.ts",
3687
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3682
3688
  "../src/bitgo/basecoin/index.ts",
3683
3689
  "../src/bitgo/bitgobase.ts",
3684
3690
  "../src/bitgo/pendingapproval/index.ts",
@@ -3810,7 +3816,7 @@
3810
3816
  "../src/account-lib/mpc/tss/index.ts"
3811
3817
  ],
3812
3818
  "../src/bitgo/tss/eddsa/eddsa.ts": [
3813
- "../../../node_modules/@types/lodash/index.d.ts",
3819
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3814
3820
  "../../../node_modules/@types/node/assert.d.ts",
3815
3821
  "../../../node_modules/openpgp/openpgp.d.ts",
3816
3822
  "../src/account-lib/basecoin/basetransaction.ts",
@@ -3883,13 +3889,13 @@
3883
3889
  "../src/bitgo/utils/tss/basetypes.ts"
3884
3890
  ],
3885
3891
  "../src/bitgo/utils/opengpgutils.ts": [
3886
- "../../../node_modules/@types/lodash/index.d.ts",
3892
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3887
3893
  "../../../node_modules/@types/node/crypto.d.ts",
3888
3894
  "../../../node_modules/openpgp/openpgp.d.ts",
3889
3895
  "../src/bitgo/bitgobase.ts"
3890
3896
  ],
3891
3897
  "../src/bitgo/utils/tss/basetssutils.ts": [
3892
- "../../../node_modules/@types/lodash/index.d.ts",
3898
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3893
3899
  "../../../node_modules/openpgp/openpgp.d.ts",
3894
3900
  "../src/account-lib/mpc/tss/eddsa/types.ts",
3895
3901
  "../src/api/index.ts",
@@ -3969,7 +3975,7 @@
3969
3975
  "../src/bitgo/utils/tss/eddsa/index.ts"
3970
3976
  ],
3971
3977
  "../src/bitgo/utils/util.ts": [
3972
- "../../../node_modules/@types/lodash/index.d.ts",
3978
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
3973
3979
  "../../../node_modules/@types/node/crypto.d.ts",
3974
3980
  "../../../node_modules/ethereumjs-util/dist/index.d.ts",
3975
3981
  "../../utxo-lib/dist/src/index.d.ts",
@@ -4000,7 +4006,7 @@
4000
4006
  "../src/bitgo/wallet/wallet.ts"
4001
4007
  ],
4002
4008
  "../src/bitgo/wallet/wallet.ts": [
4003
- "../../../node_modules/@types/lodash/index.d.ts",
4009
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
4004
4010
  "../../../node_modules/@types/node/assert.d.ts",
4005
4011
  "../../../node_modules/bignumber.js/bignumber.d.ts",
4006
4012
  "../src/bitgo/basecoin/index.ts",
@@ -4024,7 +4030,7 @@
4024
4030
  "../src/common.ts"
4025
4031
  ],
4026
4032
  "../src/bitgo/wallet/wallets.ts": [
4027
- "../../../node_modules/@types/lodash/index.d.ts",
4033
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
4028
4034
  "../../../node_modules/bignumber.js/bignumber.d.ts",
4029
4035
  "../../utxo-lib/dist/src/index.d.ts",
4030
4036
  "../src/api/index.ts",
@@ -4042,7 +4048,7 @@
4042
4048
  "../src/bitgo/webhook/webhooks.ts"
4043
4049
  ],
4044
4050
  "../src/bitgo/webhook/webhooks.ts": [
4045
- "../../../node_modules/@types/lodash/index.d.ts",
4051
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
4046
4052
  "../src/bitgo/basecoin/index.ts",
4047
4053
  "../src/bitgo/bitgobase.ts",
4048
4054
  "../src/bitgo/webhook/iwebhooks.ts",
@@ -4075,7 +4081,7 @@
4075
4081
  "../src/index.ts"
4076
4082
  ],
4077
4083
  "../src/coins/ofctoken.ts": [
4078
- "../../../node_modules/@types/lodash/index.d.ts",
4084
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
4079
4085
  "../../statics/dist/src/index.d.ts",
4080
4086
  "../src/coins/ofc.ts",
4081
4087
  "../src/index.ts"
@@ -4100,7 +4106,7 @@
4100
4106
  "../src/index.ts"
4101
4107
  ],
4102
4108
  "../src/common.ts": [
4103
- "../../../node_modules/@types/lodash/index.d.ts",
4109
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
4104
4110
  "../src/bitgo/index.ts"
4105
4111
  ],
4106
4112
  "../src/index.ts": [
@@ -4476,187 +4482,187 @@
4476
4482
  "../../../node_modules/@types/node/events.d.ts",
4477
4483
  "../../../node_modules/@types/node/index.d.ts"
4478
4484
  ],
4479
- "../../../node_modules/@types/lodash/common/array.d.ts": [
4480
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4481
- "../../../node_modules/@types/lodash/common/common.d.ts",
4482
- "../../../node_modules/@types/lodash/common/date.d.ts",
4483
- "../../../node_modules/@types/lodash/common/function.d.ts",
4484
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4485
- "../../../node_modules/@types/lodash/common/math.d.ts",
4486
- "../../../node_modules/@types/lodash/common/number.d.ts",
4487
- "../../../node_modules/@types/lodash/common/object.d.ts",
4488
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4489
- "../../../node_modules/@types/lodash/common/string.d.ts",
4490
- "../../../node_modules/@types/lodash/common/util.d.ts",
4491
- "../../../node_modules/@types/lodash/index.d.ts"
4492
- ],
4493
- "../../../node_modules/@types/lodash/common/collection.d.ts": [
4494
- "../../../node_modules/@types/lodash/common/array.d.ts",
4495
- "../../../node_modules/@types/lodash/common/common.d.ts",
4496
- "../../../node_modules/@types/lodash/common/date.d.ts",
4497
- "../../../node_modules/@types/lodash/common/function.d.ts",
4498
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4499
- "../../../node_modules/@types/lodash/common/math.d.ts",
4500
- "../../../node_modules/@types/lodash/common/number.d.ts",
4501
- "../../../node_modules/@types/lodash/common/object.d.ts",
4502
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4503
- "../../../node_modules/@types/lodash/common/string.d.ts",
4504
- "../../../node_modules/@types/lodash/common/util.d.ts",
4505
- "../../../node_modules/@types/lodash/index.d.ts"
4506
- ],
4507
- "../../../node_modules/@types/lodash/common/common.d.ts": [
4508
- "../../../node_modules/@types/lodash/common/array.d.ts",
4509
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4510
- "../../../node_modules/@types/lodash/common/date.d.ts",
4511
- "../../../node_modules/@types/lodash/common/function.d.ts",
4512
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4513
- "../../../node_modules/@types/lodash/common/math.d.ts",
4514
- "../../../node_modules/@types/lodash/common/number.d.ts",
4515
- "../../../node_modules/@types/lodash/common/object.d.ts",
4516
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4517
- "../../../node_modules/@types/lodash/common/string.d.ts",
4518
- "../../../node_modules/@types/lodash/common/util.d.ts",
4519
- "../../../node_modules/@types/lodash/index.d.ts"
4520
- ],
4521
- "../../../node_modules/@types/lodash/common/date.d.ts": [
4522
- "../../../node_modules/@types/lodash/common/array.d.ts",
4523
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4524
- "../../../node_modules/@types/lodash/common/common.d.ts",
4525
- "../../../node_modules/@types/lodash/common/function.d.ts",
4526
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4527
- "../../../node_modules/@types/lodash/common/math.d.ts",
4528
- "../../../node_modules/@types/lodash/common/number.d.ts",
4529
- "../../../node_modules/@types/lodash/common/object.d.ts",
4530
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4531
- "../../../node_modules/@types/lodash/common/string.d.ts",
4532
- "../../../node_modules/@types/lodash/common/util.d.ts",
4533
- "../../../node_modules/@types/lodash/index.d.ts"
4534
- ],
4535
- "../../../node_modules/@types/lodash/common/function.d.ts": [
4536
- "../../../node_modules/@types/lodash/common/array.d.ts",
4537
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4538
- "../../../node_modules/@types/lodash/common/common.d.ts",
4539
- "../../../node_modules/@types/lodash/common/date.d.ts",
4540
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4541
- "../../../node_modules/@types/lodash/common/math.d.ts",
4542
- "../../../node_modules/@types/lodash/common/number.d.ts",
4543
- "../../../node_modules/@types/lodash/common/object.d.ts",
4544
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4545
- "../../../node_modules/@types/lodash/common/string.d.ts",
4546
- "../../../node_modules/@types/lodash/common/util.d.ts",
4547
- "../../../node_modules/@types/lodash/index.d.ts"
4548
- ],
4549
- "../../../node_modules/@types/lodash/common/lang.d.ts": [
4550
- "../../../node_modules/@types/lodash/common/array.d.ts",
4551
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4552
- "../../../node_modules/@types/lodash/common/common.d.ts",
4553
- "../../../node_modules/@types/lodash/common/date.d.ts",
4554
- "../../../node_modules/@types/lodash/common/function.d.ts",
4555
- "../../../node_modules/@types/lodash/common/math.d.ts",
4556
- "../../../node_modules/@types/lodash/common/number.d.ts",
4557
- "../../../node_modules/@types/lodash/common/object.d.ts",
4558
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4559
- "../../../node_modules/@types/lodash/common/string.d.ts",
4560
- "../../../node_modules/@types/lodash/common/util.d.ts",
4561
- "../../../node_modules/@types/lodash/index.d.ts"
4562
- ],
4563
- "../../../node_modules/@types/lodash/common/math.d.ts": [
4564
- "../../../node_modules/@types/lodash/common/array.d.ts",
4565
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4566
- "../../../node_modules/@types/lodash/common/common.d.ts",
4567
- "../../../node_modules/@types/lodash/common/date.d.ts",
4568
- "../../../node_modules/@types/lodash/common/function.d.ts",
4569
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4570
- "../../../node_modules/@types/lodash/common/number.d.ts",
4571
- "../../../node_modules/@types/lodash/common/object.d.ts",
4572
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4573
- "../../../node_modules/@types/lodash/common/string.d.ts",
4574
- "../../../node_modules/@types/lodash/common/util.d.ts",
4575
- "../../../node_modules/@types/lodash/index.d.ts"
4576
- ],
4577
- "../../../node_modules/@types/lodash/common/number.d.ts": [
4578
- "../../../node_modules/@types/lodash/common/array.d.ts",
4579
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4580
- "../../../node_modules/@types/lodash/common/common.d.ts",
4581
- "../../../node_modules/@types/lodash/common/date.d.ts",
4582
- "../../../node_modules/@types/lodash/common/function.d.ts",
4583
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4584
- "../../../node_modules/@types/lodash/common/math.d.ts",
4585
- "../../../node_modules/@types/lodash/common/object.d.ts",
4586
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4587
- "../../../node_modules/@types/lodash/common/string.d.ts",
4588
- "../../../node_modules/@types/lodash/common/util.d.ts",
4589
- "../../../node_modules/@types/lodash/index.d.ts"
4590
- ],
4591
- "../../../node_modules/@types/lodash/common/object.d.ts": [
4592
- "../../../node_modules/@types/lodash/common/array.d.ts",
4593
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4594
- "../../../node_modules/@types/lodash/common/common.d.ts",
4595
- "../../../node_modules/@types/lodash/common/date.d.ts",
4596
- "../../../node_modules/@types/lodash/common/function.d.ts",
4597
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4598
- "../../../node_modules/@types/lodash/common/math.d.ts",
4599
- "../../../node_modules/@types/lodash/common/number.d.ts",
4600
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4601
- "../../../node_modules/@types/lodash/common/string.d.ts",
4602
- "../../../node_modules/@types/lodash/common/util.d.ts",
4603
- "../../../node_modules/@types/lodash/index.d.ts"
4604
- ],
4605
- "../../../node_modules/@types/lodash/common/seq.d.ts": [
4606
- "../../../node_modules/@types/lodash/common/array.d.ts",
4607
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4608
- "../../../node_modules/@types/lodash/common/common.d.ts",
4609
- "../../../node_modules/@types/lodash/common/date.d.ts",
4610
- "../../../node_modules/@types/lodash/common/function.d.ts",
4611
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4612
- "../../../node_modules/@types/lodash/common/math.d.ts",
4613
- "../../../node_modules/@types/lodash/common/number.d.ts",
4614
- "../../../node_modules/@types/lodash/common/object.d.ts",
4615
- "../../../node_modules/@types/lodash/common/string.d.ts",
4616
- "../../../node_modules/@types/lodash/common/util.d.ts",
4617
- "../../../node_modules/@types/lodash/index.d.ts"
4618
- ],
4619
- "../../../node_modules/@types/lodash/common/string.d.ts": [
4620
- "../../../node_modules/@types/lodash/common/array.d.ts",
4621
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4622
- "../../../node_modules/@types/lodash/common/common.d.ts",
4623
- "../../../node_modules/@types/lodash/common/date.d.ts",
4624
- "../../../node_modules/@types/lodash/common/function.d.ts",
4625
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4626
- "../../../node_modules/@types/lodash/common/math.d.ts",
4627
- "../../../node_modules/@types/lodash/common/number.d.ts",
4628
- "../../../node_modules/@types/lodash/common/object.d.ts",
4629
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4630
- "../../../node_modules/@types/lodash/common/util.d.ts",
4631
- "../../../node_modules/@types/lodash/index.d.ts"
4632
- ],
4633
- "../../../node_modules/@types/lodash/common/util.d.ts": [
4634
- "../../../node_modules/@types/lodash/common/array.d.ts",
4635
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4636
- "../../../node_modules/@types/lodash/common/common.d.ts",
4637
- "../../../node_modules/@types/lodash/common/date.d.ts",
4638
- "../../../node_modules/@types/lodash/common/function.d.ts",
4639
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4640
- "../../../node_modules/@types/lodash/common/math.d.ts",
4641
- "../../../node_modules/@types/lodash/common/number.d.ts",
4642
- "../../../node_modules/@types/lodash/common/object.d.ts",
4643
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4644
- "../../../node_modules/@types/lodash/common/string.d.ts",
4645
- "../../../node_modules/@types/lodash/index.d.ts"
4646
- ],
4647
- "../../../node_modules/@types/lodash/index.d.ts": [
4648
- "../../../node_modules/@types/lodash/common/array.d.ts",
4649
- "../../../node_modules/@types/lodash/common/collection.d.ts",
4650
- "../../../node_modules/@types/lodash/common/common.d.ts",
4651
- "../../../node_modules/@types/lodash/common/date.d.ts",
4652
- "../../../node_modules/@types/lodash/common/function.d.ts",
4653
- "../../../node_modules/@types/lodash/common/lang.d.ts",
4654
- "../../../node_modules/@types/lodash/common/math.d.ts",
4655
- "../../../node_modules/@types/lodash/common/number.d.ts",
4656
- "../../../node_modules/@types/lodash/common/object.d.ts",
4657
- "../../../node_modules/@types/lodash/common/seq.d.ts",
4658
- "../../../node_modules/@types/lodash/common/string.d.ts",
4659
- "../../../node_modules/@types/lodash/common/util.d.ts"
4485
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts": [
4486
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4487
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4488
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4489
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4490
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4491
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4492
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4493
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4494
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4495
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4496
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4497
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4498
+ ],
4499
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts": [
4500
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4501
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4502
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4503
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4504
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4505
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4506
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4507
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4508
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4509
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4510
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4511
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4512
+ ],
4513
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts": [
4514
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4515
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4516
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4517
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4518
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4519
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4520
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4521
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4522
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4523
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4524
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4525
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4526
+ ],
4527
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts": [
4528
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4529
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4530
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4531
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4532
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4533
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4534
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4535
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4536
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4537
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4538
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4539
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4540
+ ],
4541
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts": [
4542
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4543
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4544
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4545
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4546
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4547
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4548
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4549
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4550
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4551
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4552
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4553
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4554
+ ],
4555
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts": [
4556
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4557
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4558
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4559
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4560
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4561
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4562
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4563
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4564
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4565
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4566
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4567
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4568
+ ],
4569
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts": [
4570
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4571
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4572
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4573
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4574
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4575
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4576
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4577
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4578
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4579
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4580
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4581
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4582
+ ],
4583
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts": [
4584
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4585
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4586
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4587
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4588
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4589
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4590
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4591
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4592
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4593
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4594
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4595
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4596
+ ],
4597
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts": [
4598
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4599
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4600
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4601
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4602
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4603
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4604
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4605
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4606
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4607
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4608
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4609
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4610
+ ],
4611
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts": [
4612
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4613
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4614
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4615
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4616
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4617
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4618
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4619
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4620
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4621
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4622
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4623
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4624
+ ],
4625
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts": [
4626
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4627
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4628
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4629
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4630
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4631
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4632
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4633
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4634
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4635
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4636
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
4637
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4638
+ ],
4639
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts": [
4640
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4641
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4642
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4643
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4644
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4645
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4646
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4647
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4648
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4649
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4650
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4651
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
4652
+ ],
4653
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts": [
4654
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
4655
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
4656
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
4657
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
4658
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
4659
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
4660
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
4661
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
4662
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
4663
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
4664
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
4665
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts"
4660
4666
  ],
4661
4667
  "../../../node_modules/@types/mime/index.d.ts": [
4662
4668
  "../../../node_modules/@types/mime/mime.d.ts"
@@ -5081,7 +5087,15 @@
5081
5087
  "../../../node_modules/@types/node/stream.d.ts"
5082
5088
  ],
5083
5089
  "../../../node_modules/@types/supertest/index.d.ts": [
5084
- "../../../node_modules/@types/superagent/index.d.ts"
5090
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts"
5091
+ ],
5092
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts": [
5093
+ "../../../node_modules/@types/cookiejar/index.d.ts",
5094
+ "../../../node_modules/@types/node/buffer.d.ts",
5095
+ "../../../node_modules/@types/node/fs.d.ts",
5096
+ "../../../node_modules/@types/node/http.d.ts",
5097
+ "../../../node_modules/@types/node/index.d.ts",
5098
+ "../../../node_modules/@types/node/stream.d.ts"
5085
5099
  ],
5086
5100
  "../../../node_modules/@types/uglify-js/index.d.ts": [
5087
5101
  "../../../node_modules/source-map/source-map.d.ts"
@@ -5933,6 +5947,7 @@
5933
5947
  "../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": [
5934
5948
  "../../../node_modules/@types/node/crypto.d.ts",
5935
5949
  "../src/account-lib/mpc/curves/index.ts",
5950
+ "../src/account-lib/mpc/hdtree.ts",
5936
5951
  "../src/account-lib/mpc/shamir.ts",
5937
5952
  "../src/account-lib/mpc/tss/ecdsa/types.ts"
5938
5953
  ],
@@ -6882,187 +6897,187 @@
6882
6897
  "../../../node_modules/@types/node/events.d.ts",
6883
6898
  "../../../node_modules/@types/node/index.d.ts"
6884
6899
  ],
6885
- "../../../node_modules/@types/lodash/common/array.d.ts": [
6886
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6887
- "../../../node_modules/@types/lodash/common/common.d.ts",
6888
- "../../../node_modules/@types/lodash/common/date.d.ts",
6889
- "../../../node_modules/@types/lodash/common/function.d.ts",
6890
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6891
- "../../../node_modules/@types/lodash/common/math.d.ts",
6892
- "../../../node_modules/@types/lodash/common/number.d.ts",
6893
- "../../../node_modules/@types/lodash/common/object.d.ts",
6894
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6895
- "../../../node_modules/@types/lodash/common/string.d.ts",
6896
- "../../../node_modules/@types/lodash/common/util.d.ts",
6897
- "../../../node_modules/@types/lodash/index.d.ts"
6898
- ],
6899
- "../../../node_modules/@types/lodash/common/collection.d.ts": [
6900
- "../../../node_modules/@types/lodash/common/array.d.ts",
6901
- "../../../node_modules/@types/lodash/common/common.d.ts",
6902
- "../../../node_modules/@types/lodash/common/date.d.ts",
6903
- "../../../node_modules/@types/lodash/common/function.d.ts",
6904
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6905
- "../../../node_modules/@types/lodash/common/math.d.ts",
6906
- "../../../node_modules/@types/lodash/common/number.d.ts",
6907
- "../../../node_modules/@types/lodash/common/object.d.ts",
6908
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6909
- "../../../node_modules/@types/lodash/common/string.d.ts",
6910
- "../../../node_modules/@types/lodash/common/util.d.ts",
6911
- "../../../node_modules/@types/lodash/index.d.ts"
6912
- ],
6913
- "../../../node_modules/@types/lodash/common/common.d.ts": [
6914
- "../../../node_modules/@types/lodash/common/array.d.ts",
6915
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6916
- "../../../node_modules/@types/lodash/common/date.d.ts",
6917
- "../../../node_modules/@types/lodash/common/function.d.ts",
6918
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6919
- "../../../node_modules/@types/lodash/common/math.d.ts",
6920
- "../../../node_modules/@types/lodash/common/number.d.ts",
6921
- "../../../node_modules/@types/lodash/common/object.d.ts",
6922
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6923
- "../../../node_modules/@types/lodash/common/string.d.ts",
6924
- "../../../node_modules/@types/lodash/common/util.d.ts",
6925
- "../../../node_modules/@types/lodash/index.d.ts"
6926
- ],
6927
- "../../../node_modules/@types/lodash/common/date.d.ts": [
6928
- "../../../node_modules/@types/lodash/common/array.d.ts",
6929
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6930
- "../../../node_modules/@types/lodash/common/common.d.ts",
6931
- "../../../node_modules/@types/lodash/common/function.d.ts",
6932
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6933
- "../../../node_modules/@types/lodash/common/math.d.ts",
6934
- "../../../node_modules/@types/lodash/common/number.d.ts",
6935
- "../../../node_modules/@types/lodash/common/object.d.ts",
6936
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6937
- "../../../node_modules/@types/lodash/common/string.d.ts",
6938
- "../../../node_modules/@types/lodash/common/util.d.ts",
6939
- "../../../node_modules/@types/lodash/index.d.ts"
6940
- ],
6941
- "../../../node_modules/@types/lodash/common/function.d.ts": [
6942
- "../../../node_modules/@types/lodash/common/array.d.ts",
6943
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6944
- "../../../node_modules/@types/lodash/common/common.d.ts",
6945
- "../../../node_modules/@types/lodash/common/date.d.ts",
6946
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6947
- "../../../node_modules/@types/lodash/common/math.d.ts",
6948
- "../../../node_modules/@types/lodash/common/number.d.ts",
6949
- "../../../node_modules/@types/lodash/common/object.d.ts",
6950
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6951
- "../../../node_modules/@types/lodash/common/string.d.ts",
6952
- "../../../node_modules/@types/lodash/common/util.d.ts",
6953
- "../../../node_modules/@types/lodash/index.d.ts"
6954
- ],
6955
- "../../../node_modules/@types/lodash/common/lang.d.ts": [
6956
- "../../../node_modules/@types/lodash/common/array.d.ts",
6957
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6958
- "../../../node_modules/@types/lodash/common/common.d.ts",
6959
- "../../../node_modules/@types/lodash/common/date.d.ts",
6960
- "../../../node_modules/@types/lodash/common/function.d.ts",
6961
- "../../../node_modules/@types/lodash/common/math.d.ts",
6962
- "../../../node_modules/@types/lodash/common/number.d.ts",
6963
- "../../../node_modules/@types/lodash/common/object.d.ts",
6964
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6965
- "../../../node_modules/@types/lodash/common/string.d.ts",
6966
- "../../../node_modules/@types/lodash/common/util.d.ts",
6967
- "../../../node_modules/@types/lodash/index.d.ts"
6968
- ],
6969
- "../../../node_modules/@types/lodash/common/math.d.ts": [
6970
- "../../../node_modules/@types/lodash/common/array.d.ts",
6971
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6972
- "../../../node_modules/@types/lodash/common/common.d.ts",
6973
- "../../../node_modules/@types/lodash/common/date.d.ts",
6974
- "../../../node_modules/@types/lodash/common/function.d.ts",
6975
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6976
- "../../../node_modules/@types/lodash/common/number.d.ts",
6977
- "../../../node_modules/@types/lodash/common/object.d.ts",
6978
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6979
- "../../../node_modules/@types/lodash/common/string.d.ts",
6980
- "../../../node_modules/@types/lodash/common/util.d.ts",
6981
- "../../../node_modules/@types/lodash/index.d.ts"
6982
- ],
6983
- "../../../node_modules/@types/lodash/common/number.d.ts": [
6984
- "../../../node_modules/@types/lodash/common/array.d.ts",
6985
- "../../../node_modules/@types/lodash/common/collection.d.ts",
6986
- "../../../node_modules/@types/lodash/common/common.d.ts",
6987
- "../../../node_modules/@types/lodash/common/date.d.ts",
6988
- "../../../node_modules/@types/lodash/common/function.d.ts",
6989
- "../../../node_modules/@types/lodash/common/lang.d.ts",
6990
- "../../../node_modules/@types/lodash/common/math.d.ts",
6991
- "../../../node_modules/@types/lodash/common/object.d.ts",
6992
- "../../../node_modules/@types/lodash/common/seq.d.ts",
6993
- "../../../node_modules/@types/lodash/common/string.d.ts",
6994
- "../../../node_modules/@types/lodash/common/util.d.ts",
6995
- "../../../node_modules/@types/lodash/index.d.ts"
6996
- ],
6997
- "../../../node_modules/@types/lodash/common/object.d.ts": [
6998
- "../../../node_modules/@types/lodash/common/array.d.ts",
6999
- "../../../node_modules/@types/lodash/common/collection.d.ts",
7000
- "../../../node_modules/@types/lodash/common/common.d.ts",
7001
- "../../../node_modules/@types/lodash/common/date.d.ts",
7002
- "../../../node_modules/@types/lodash/common/function.d.ts",
7003
- "../../../node_modules/@types/lodash/common/lang.d.ts",
7004
- "../../../node_modules/@types/lodash/common/math.d.ts",
7005
- "../../../node_modules/@types/lodash/common/number.d.ts",
7006
- "../../../node_modules/@types/lodash/common/seq.d.ts",
7007
- "../../../node_modules/@types/lodash/common/string.d.ts",
7008
- "../../../node_modules/@types/lodash/common/util.d.ts",
7009
- "../../../node_modules/@types/lodash/index.d.ts"
7010
- ],
7011
- "../../../node_modules/@types/lodash/common/seq.d.ts": [
7012
- "../../../node_modules/@types/lodash/common/array.d.ts",
7013
- "../../../node_modules/@types/lodash/common/collection.d.ts",
7014
- "../../../node_modules/@types/lodash/common/common.d.ts",
7015
- "../../../node_modules/@types/lodash/common/date.d.ts",
7016
- "../../../node_modules/@types/lodash/common/function.d.ts",
7017
- "../../../node_modules/@types/lodash/common/lang.d.ts",
7018
- "../../../node_modules/@types/lodash/common/math.d.ts",
7019
- "../../../node_modules/@types/lodash/common/number.d.ts",
7020
- "../../../node_modules/@types/lodash/common/object.d.ts",
7021
- "../../../node_modules/@types/lodash/common/string.d.ts",
7022
- "../../../node_modules/@types/lodash/common/util.d.ts",
7023
- "../../../node_modules/@types/lodash/index.d.ts"
7024
- ],
7025
- "../../../node_modules/@types/lodash/common/string.d.ts": [
7026
- "../../../node_modules/@types/lodash/common/array.d.ts",
7027
- "../../../node_modules/@types/lodash/common/collection.d.ts",
7028
- "../../../node_modules/@types/lodash/common/common.d.ts",
7029
- "../../../node_modules/@types/lodash/common/date.d.ts",
7030
- "../../../node_modules/@types/lodash/common/function.d.ts",
7031
- "../../../node_modules/@types/lodash/common/lang.d.ts",
7032
- "../../../node_modules/@types/lodash/common/math.d.ts",
7033
- "../../../node_modules/@types/lodash/common/number.d.ts",
7034
- "../../../node_modules/@types/lodash/common/object.d.ts",
7035
- "../../../node_modules/@types/lodash/common/seq.d.ts",
7036
- "../../../node_modules/@types/lodash/common/util.d.ts",
7037
- "../../../node_modules/@types/lodash/index.d.ts"
7038
- ],
7039
- "../../../node_modules/@types/lodash/common/util.d.ts": [
7040
- "../../../node_modules/@types/lodash/common/array.d.ts",
7041
- "../../../node_modules/@types/lodash/common/collection.d.ts",
7042
- "../../../node_modules/@types/lodash/common/common.d.ts",
7043
- "../../../node_modules/@types/lodash/common/date.d.ts",
7044
- "../../../node_modules/@types/lodash/common/function.d.ts",
7045
- "../../../node_modules/@types/lodash/common/lang.d.ts",
7046
- "../../../node_modules/@types/lodash/common/math.d.ts",
7047
- "../../../node_modules/@types/lodash/common/number.d.ts",
7048
- "../../../node_modules/@types/lodash/common/object.d.ts",
7049
- "../../../node_modules/@types/lodash/common/seq.d.ts",
7050
- "../../../node_modules/@types/lodash/common/string.d.ts",
7051
- "../../../node_modules/@types/lodash/index.d.ts"
7052
- ],
7053
- "../../../node_modules/@types/lodash/index.d.ts": [
7054
- "../../../node_modules/@types/lodash/common/array.d.ts",
7055
- "../../../node_modules/@types/lodash/common/collection.d.ts",
7056
- "../../../node_modules/@types/lodash/common/common.d.ts",
7057
- "../../../node_modules/@types/lodash/common/date.d.ts",
7058
- "../../../node_modules/@types/lodash/common/function.d.ts",
7059
- "../../../node_modules/@types/lodash/common/lang.d.ts",
7060
- "../../../node_modules/@types/lodash/common/math.d.ts",
7061
- "../../../node_modules/@types/lodash/common/number.d.ts",
7062
- "../../../node_modules/@types/lodash/common/object.d.ts",
7063
- "../../../node_modules/@types/lodash/common/seq.d.ts",
7064
- "../../../node_modules/@types/lodash/common/string.d.ts",
7065
- "../../../node_modules/@types/lodash/common/util.d.ts"
6900
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts": [
6901
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6902
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6903
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6904
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6905
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6906
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6907
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6908
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6909
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6910
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6911
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6912
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6913
+ ],
6914
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts": [
6915
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6916
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6917
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6918
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6919
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6920
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6921
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6922
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6923
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6924
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6925
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6926
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6927
+ ],
6928
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts": [
6929
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6930
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6931
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6932
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6933
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6934
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6935
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6936
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6937
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6938
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6939
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6940
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6941
+ ],
6942
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts": [
6943
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6944
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6945
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6946
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6947
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6948
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6949
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6950
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6951
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6952
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6953
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6954
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6955
+ ],
6956
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts": [
6957
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6958
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6959
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6960
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6961
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6962
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6963
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6964
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6965
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6966
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6967
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6968
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6969
+ ],
6970
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts": [
6971
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6972
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6973
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6974
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6975
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6976
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
6977
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6978
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6979
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6980
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6981
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6982
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6983
+ ],
6984
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts": [
6985
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
6986
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
6987
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
6988
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
6989
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
6990
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
6991
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
6992
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
6993
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
6994
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
6995
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
6996
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
6997
+ ],
6998
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts": [
6999
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7000
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7001
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7002
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7003
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7004
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7005
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7006
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
7007
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
7008
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
7009
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
7010
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
7011
+ ],
7012
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts": [
7013
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7014
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7015
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7016
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7017
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7018
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7019
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7020
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
7021
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
7022
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
7023
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
7024
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
7025
+ ],
7026
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts": [
7027
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7028
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7029
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7030
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7031
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7032
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7033
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7034
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
7035
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
7036
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
7037
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
7038
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
7039
+ ],
7040
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts": [
7041
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7042
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7043
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7044
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7045
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7046
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7047
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7048
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
7049
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
7050
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
7051
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
7052
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
7053
+ ],
7054
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts": [
7055
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7056
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7057
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7058
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7059
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7060
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7061
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7062
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
7063
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
7064
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
7065
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
7066
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts"
7067
+ ],
7068
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts": [
7069
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
7070
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
7071
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
7072
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
7073
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
7074
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
7075
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
7076
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
7077
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
7078
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
7079
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
7080
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts"
7066
7081
  ],
7067
7082
  "../../../node_modules/@types/mime/index.d.ts": [
7068
7083
  "../../../node_modules/@types/mime/mime.d.ts"
@@ -7487,7 +7502,15 @@
7487
7502
  "../../../node_modules/@types/node/stream.d.ts"
7488
7503
  ],
7489
7504
  "../../../node_modules/@types/supertest/index.d.ts": [
7490
- "../../../node_modules/@types/superagent/index.d.ts"
7505
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts"
7506
+ ],
7507
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts": [
7508
+ "../../../node_modules/@types/cookiejar/index.d.ts",
7509
+ "../../../node_modules/@types/node/buffer.d.ts",
7510
+ "../../../node_modules/@types/node/fs.d.ts",
7511
+ "../../../node_modules/@types/node/http.d.ts",
7512
+ "../../../node_modules/@types/node/index.d.ts",
7513
+ "../../../node_modules/@types/node/stream.d.ts"
7491
7514
  ],
7492
7515
  "../../../node_modules/@types/uglify-js/index.d.ts": [
7493
7516
  "../../../node_modules/source-map/source-map.d.ts"
@@ -8137,19 +8160,19 @@
8137
8160
  "../../../node_modules/@types/json5/index.d.ts",
8138
8161
  "../../../node_modules/@types/keccak/index.d.ts",
8139
8162
  "../../../node_modules/@types/keyv/index.d.ts",
8140
- "../../../node_modules/@types/lodash/common/array.d.ts",
8141
- "../../../node_modules/@types/lodash/common/collection.d.ts",
8142
- "../../../node_modules/@types/lodash/common/common.d.ts",
8143
- "../../../node_modules/@types/lodash/common/date.d.ts",
8144
- "../../../node_modules/@types/lodash/common/function.d.ts",
8145
- "../../../node_modules/@types/lodash/common/lang.d.ts",
8146
- "../../../node_modules/@types/lodash/common/math.d.ts",
8147
- "../../../node_modules/@types/lodash/common/number.d.ts",
8148
- "../../../node_modules/@types/lodash/common/object.d.ts",
8149
- "../../../node_modules/@types/lodash/common/seq.d.ts",
8150
- "../../../node_modules/@types/lodash/common/string.d.ts",
8151
- "../../../node_modules/@types/lodash/common/util.d.ts",
8152
- "../../../node_modules/@types/lodash/index.d.ts",
8163
+ "../../../node_modules/@types/lodash/ts4.2/common/array.d.ts",
8164
+ "../../../node_modules/@types/lodash/ts4.2/common/collection.d.ts",
8165
+ "../../../node_modules/@types/lodash/ts4.2/common/common.d.ts",
8166
+ "../../../node_modules/@types/lodash/ts4.2/common/date.d.ts",
8167
+ "../../../node_modules/@types/lodash/ts4.2/common/function.d.ts",
8168
+ "../../../node_modules/@types/lodash/ts4.2/common/lang.d.ts",
8169
+ "../../../node_modules/@types/lodash/ts4.2/common/math.d.ts",
8170
+ "../../../node_modules/@types/lodash/ts4.2/common/number.d.ts",
8171
+ "../../../node_modules/@types/lodash/ts4.2/common/object.d.ts",
8172
+ "../../../node_modules/@types/lodash/ts4.2/common/seq.d.ts",
8173
+ "../../../node_modules/@types/lodash/ts4.2/common/string.d.ts",
8174
+ "../../../node_modules/@types/lodash/ts4.2/common/util.d.ts",
8175
+ "../../../node_modules/@types/lodash/ts4.2/index.d.ts",
8153
8176
  "../../../node_modules/@types/long/index.d.ts",
8154
8177
  "../../../node_modules/@types/mime-types/index.d.ts",
8155
8178
  "../../../node_modules/@types/mime/index.d.ts",
@@ -8272,6 +8295,7 @@
8272
8295
  "../../../node_modules/@types/styled-components/index.d.ts",
8273
8296
  "../../../node_modules/@types/superagent/index.d.ts",
8274
8297
  "../../../node_modules/@types/supertest/index.d.ts",
8298
+ "../../../node_modules/@types/supertest/node_modules/@types/superagent/index.d.ts",
8275
8299
  "../../../node_modules/@types/tapable/index.d.ts",
8276
8300
  "../../../node_modules/@types/uglify-js/index.d.ts",
8277
8301
  "../../../node_modules/@types/urijs/dom-monkeypatch.d.ts",