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.
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",