From 39499cd675a42b782fd391773f039e9cea1a00e2 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 1 Oct 2025 01:02:42 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.597.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d68a21950..d0e61926b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.596.0", + "@seamapi/types": "1.597.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.596.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.596.0.tgz", - "integrity": "sha512-s2Scf2D58d9hPhiSAsuxLg1lyN2y6Nz8KWaipybRtOEr+8K/05N7LgdsfSQhqoLtMhqVGmUWhtg1ycLM2Y9DlQ==", + "version": "1.597.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.597.0.tgz", + "integrity": "sha512-kvybTz7KEFJtO4nUB1jAas/E+hclOEuQxDez/xDZJSHU/v/wd0PtiCPmYSNElBmMS42EWfolWOP6tJOsMHmDoA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d1378b00e..1094b457e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.596.0", + "@seamapi/types": "1.597.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From fae5f362333e4d5f71e0c67b4a345f36d20215eb Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 1 Oct 2025 01:04:37 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 2 +- docs/api/client_sessions/get_or_create.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 4a7ca9a04..16c24d0d9 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -21990,7 +21990,7 @@ }, { "name": "expires_at", - "description": "Date and time at which the client session should expire (or at which the existing client session expires), in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.", + "description": "Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it.", "isRequired": false, "isDeprecated": false, "deprecationMessage": "", diff --git a/docs/api/client_sessions/get_or_create.md b/docs/api/client_sessions/get_or_create.md index 9c4a0e4d4..9ea6474f0 100644 --- a/docs/api/client_sessions/get_or_create.md +++ b/docs/api/client_sessions/get_or_create.md @@ -252,7 +252,7 @@ IDs of the [connected accounts](https://docs.seam.co/latest/api/connected_accoun **`expires_at`** *String* -Date and time at which the client session should expire (or at which the existing client session expires), in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. +Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it. ---