diff --git a/modules/abstract-lightning/package.json b/modules/abstract-lightning/package.json index 9363eb7d27..93f4a7e968 100644 --- a/modules/abstract-lightning/package.json +++ b/modules/abstract-lightning/package.json @@ -39,7 +39,7 @@ ] }, "dependencies": { - "@bitgo/public-types": "5.63.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-core": "^36.31.1", "@bitgo/statics": "^58.25.0", "@bitgo/utxo-lib": "^11.21.0", diff --git a/modules/bitgo/package.json b/modules/bitgo/package.json index fc6ab07776..a9a95d231f 100644 --- a/modules/bitgo/package.json +++ b/modules/bitgo/package.json @@ -138,7 +138,7 @@ "superagent": "^9.0.1" }, "devDependencies": { - "@bitgo/public-types": "5.63.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-opensslbytes": "^2.1.0", "@bitgo/sdk-test": "^9.1.27", "@openpgp/web-stream-tools": "0.0.14", diff --git a/modules/express/openapi-generator.rc.js b/modules/express/openapi-generator.rc.js index 9d3a1cfb73..20c587da3b 100644 --- a/modules/express/openapi-generator.rc.js +++ b/modules/express/openapi-generator.rc.js @@ -15,6 +15,7 @@ module.exports = (E) => { DateFromISOString: () => E.right({ type: 'string', format: 'date-time' }), BigIntFromString: () => E.right({ type: 'string' }), BooleanFromString: () => E.right({ type: 'boolean' }), + NumberFromString: () => E.right({ type: 'string' }), }, 'io-ts-bigint': { BigIntFromString: () => E.right({ type: 'string' }), diff --git a/modules/express/package.json b/modules/express/package.json index 6c32877dda..4f33d2e58a 100644 --- a/modules/express/package.json +++ b/modules/express/package.json @@ -60,7 +60,7 @@ "superagent": "^9.0.1" }, "devDependencies": { - "@bitgo/public-types": "5.63.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-lib-mpc": "^10.9.0", "@bitgo/sdk-test": "^9.1.27", "@types/argparse": "^1.0.36", diff --git a/modules/sdk-coin-flrp/package.json b/modules/sdk-coin-flrp/package.json index 8a354ccc4b..c593b1147b 100644 --- a/modules/sdk-coin-flrp/package.json +++ b/modules/sdk-coin-flrp/package.json @@ -47,7 +47,7 @@ "@bitgo/sdk-test": "^9.1.27" }, "dependencies": { - "@bitgo/public-types": "5.61.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-core": "^36.31.1", "@bitgo/secp256k1": "^1.10.0", "@bitgo/statics": "^58.25.0", diff --git a/modules/sdk-coin-sol/package.json b/modules/sdk-coin-sol/package.json index 163b778e08..92655f40a4 100644 --- a/modules/sdk-coin-sol/package.json +++ b/modules/sdk-coin-sol/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@bitgo/logger": "^1.1.0", - "@bitgo/public-types": "5.63.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-core": "^36.31.1", "@bitgo/sdk-lib-mpc": "^10.9.0", "@bitgo/statics": "^58.25.0", diff --git a/modules/sdk-core/package.json b/modules/sdk-core/package.json index 04530bc839..127ff0a2cd 100644 --- a/modules/sdk-core/package.json +++ b/modules/sdk-core/package.json @@ -40,7 +40,7 @@ ] }, "dependencies": { - "@bitgo/public-types": "5.63.0", + "@bitgo/public-types": "5.75.1", "@bitgo/sdk-lib-mpc": "^10.9.0", "@bitgo/secp256k1": "^1.10.0", "@bitgo/sjcl": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 2a2dbcdae0..7fd21e5b56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -974,21 +974,10 @@ "@scure/base" "1.1.5" micro-eth-signer "0.7.2" -"@bitgo/public-types@5.61.0": - version "5.61.0" - resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.61.0.tgz#38b4c6f0258a6700683daf698226ed20a22da944" - integrity sha512-IP7NJDhft0Vt+XhrAHOtUAroUfe2yy4i1I4oZgZXwjbYkLIKqKWarQDs/V/toh6vHdRTxtTuqI27TPcnI2IuTw== - dependencies: - fp-ts "^2.0.0" - io-ts "npm:@bitgo-forks/io-ts@2.1.4" - io-ts-types "^0.5.16" - monocle-ts "^2.3.13" - newtype-ts "^0.3.5" - -"@bitgo/public-types@5.63.0": - version "5.63.0" - resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.63.0.tgz#1f75a376bcd9e340106e2607ff5508280b66f152" - integrity sha512-9UjiUbX1m2HBvFI2mQ9CqOfJl0bujMPUtAf8Lf14vQ5f/IvM7sfPcve0fwf2yFAFmzfLbBxazQ1ZW4g5GtRN6A== +"@bitgo/public-types@5.75.1": + version "5.75.1" + resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.75.1.tgz#1c2bf2eb47ff0e9a6b0d942b875b65b4a26ec01e" + integrity sha512-rOtpfTxmcKfsJlBH5i3/oifk09KbzOrt6jEylBFONoHFW/duzJmRV5nnGekKhYd1WmTh/FotITMOkDU+pwuN0w== dependencies: fp-ts "^2.0.0" io-ts "npm:@bitgo-forks/io-ts@2.1.4"