From b3fff52418625833301c4f017b94e0ed0c2f84b6 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 26 Nov 2025 19:03:59 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.670.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 7a54248d5..1dc61cbe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.669.0", + "@seamapi/types": "1.670.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.669.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.669.0.tgz", - "integrity": "sha512-XWIkzk0A7j2ZfRfPKlMkv5bb1iXm4uW77xUuQrQbmhQghM8AvJaN3GtNFej3Wpl4myd8ILKc1IKMIKfrTI1P8Q==", + "version": "1.670.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.670.0.tgz", + "integrity": "sha512-Nm7FsubpITwFg/QqlLBZoXMmNE2EvWDvbK+wW0pQ++7JrGJCaypopkpF2ASJHEwI7IcRlAsG5MZWmz+O3oeCqQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 206e044f4..f722922d5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.669.0", + "@seamapi/types": "1.670.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From 6ee56e5bfbcc6414660c233ece833b4ca4929180 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 26 Nov 2025 19:05:37 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 22 +++++++++++----------- docs/api/connected_accounts/README.md | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 86a83ce2f..0392469d9 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -118861,8 +118861,8 @@ "resourceType": "event", "properties": [ { - "name": "account_type", - "description": "Type of connected account.", + "name": "connected_account_custom_metadata", + "description": "Custom metadata of the connected account, present when connected_account_id is provided.", "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -118870,12 +118870,12 @@ "isDraft": false, "draftMessage": "", "propertyGroupKey": null, - "format": "string", - "jsonType": "string" + "format": "record", + "jsonType": "object" }, { - "name": "connected_account_custom_metadata", - "description": "Custom metadata of the connected account, present when connected_account_id is provided.", + "name": "connected_account_id", + "description": "ID of the affected [connected account](../core-concepts/connected-accounts/README.md).", "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -118883,12 +118883,12 @@ "isDraft": false, "draftMessage": "", "propertyGroupKey": null, - "format": "record", - "jsonType": "object" + "format": "id", + "jsonType": "string" }, { - "name": "connected_account_id", - "description": "ID of the affected [connected account](../core-concepts/connected-accounts/README.md).", + "name": "connected_account_type", + "description": "undocumented: Unreleased.", "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -118896,7 +118896,7 @@ "isDraft": false, "draftMessage": "", "propertyGroupKey": null, - "format": "id", + "format": "string", "jsonType": "string" }, { diff --git a/docs/api/connected_accounts/README.md b/docs/api/connected_accounts/README.md index a9669ad44..dc5fb0c03 100644 --- a/docs/api/connected_accounts/README.md +++ b/docs/api/connected_accounts/README.md @@ -783,10 +783,6 @@ A [connected account](../../core-concepts/connected-accounts/README.md) was dele Properties -account_type String - - Type of connected account. - connected_account_custom_metadata Record Custom metadata of the connected account, present when connected_account_id is provided. @@ -795,6 +791,10 @@ A [connected account](../../core-concepts/connected-accounts/README.md) was dele ID of the affected [connected account](../../core-concepts/connected-accounts/README.md). +connected_account_type String + + undocumented: Unreleased. + created_at Datetime Date and time at which the event was created.