diff --git a/package-lock.json b/package-lock.json index 0124ae6..d29df9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.20.0", - "@seamapi/types": "1.344.1", + "@seamapi/types": "1.345.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -542,9 +542,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.344.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.344.1.tgz", - "integrity": "sha512-qZBzcmbbqewrwxnJG8Z8hXkrXDvv6Tcl4h/PEqNTgnbxFsb3Lndx/fzhD+2sr5RNc5u1LeTVJAxGDum97F+ppQ==", + "version": "1.345.1", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.345.1.tgz", + "integrity": "sha512-sMtLXqGGHVRVXtgy6XySfUTzSTQboALa18ZJJe1MC8Za20Va65aUoBYf/SiaOr5scslrC8thSK7fK2MctqxbBA==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index f348749..6c8f735 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.20.0", - "@seamapi/types": "1.344.1", + "@seamapi/types": "1.345.1", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },