diff --git a/package-lock.json b/package-lock.json index e3941dc..c9764a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@seamapi/http": "1.25.1", - "@seamapi/types": "1.357.1", + "@seamapi/types": "1.359.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" }, @@ -1139,9 +1139,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.357.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.357.1.tgz", - "integrity": "sha512-VPkHyAervuG8Yi7gG6nC0xtt44f3AU0OvxYmI6vp/YL8jhhy3+LF++dnLM4wUftD9jA2ldgBjBNH9xKTOSv2eA==", + "version": "1.359.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.359.0.tgz", + "integrity": "sha512-QiWjfO8JS3/9oIzeJ/qDzKh98ptGlGwJkFqnSCwGUNTWUHZJfL/HfeLwKSSKgJvZ05E3PB3WGbnmOqwctaJKIg==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index 7a732fb..85cc331 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@seamapi/http": "1.25.1", - "@seamapi/types": "1.357.1", + "@seamapi/types": "1.359.0", "@seamapi/webhook": "1.1.1", "zod": "^3.21.4" },