Skip to content

Commit 3b8cab1

Browse files
authored
feat: Update to @seamapi/[email protected] (#891)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent ccb256d commit 3b8cab1

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26103,7 +26103,7 @@
2610326103
},
2610426104
{
2610526105
"name": "custom_metadata",
26106-
"description": "Custom metadata that you want to associate with the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](../core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](../core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata.md).",
26106+
"description": "Custom metadata that you want to associate with the connected account. Entirely replaces the existing custom metadata object. If a new Connect Webview contains custom metadata and is used to reconnect a connected account, the custom metadata from the Connect Webview will entirely replace the entire custom metadata object on the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](../core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](../core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata.md).",
2610726107
"isRequired": false,
2610826108
"isDeprecated": false,
2610926109
"deprecationMessage": "",
@@ -26114,6 +26114,20 @@
2611426114
"hasDefault": false,
2611526115
"format": "record",
2611626116
"jsonType": "object"
26117+
},
26118+
{
26119+
"name": "customer_key",
26120+
"description": "The customer key to associate with this connected account. If provided, the connected account and all resources under the connected account will be moved to this customer.",
26121+
"isRequired": false,
26122+
"isDeprecated": false,
26123+
"deprecationMessage": "",
26124+
"isUndocumented": false,
26125+
"undocumentedMessage": "",
26126+
"isDraft": false,
26127+
"draftMessage": "",
26128+
"hasDefault": false,
26129+
"format": "string",
26130+
"jsonType": "string"
2611726131
}
2611826132
]
2611926133
},

docs/api/connected_accounts/update.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,13 @@ Indicates whether newly-added devices should appear as [managed devices](../../c
183183

184184
**`custom_metadata`** *Object*
185185

186-
Custom metadata that you want to associate with the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](../../core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](../../core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata.md).
186+
Custom metadata that you want to associate with the connected account. Entirely replaces the existing custom metadata object. If a new Connect Webview contains custom metadata and is used to reconnect a connected account, the custom metadata from the Connect Webview will entirely replace the entire custom metadata object on the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](../../core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account.md) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](../../core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata.md).
187+
188+
---
189+
190+
**`customer_key`** *String*
191+
192+
The customer key to associate with this connected account. If provided, the connected account and all resources under the connected account will be moved to this customer.
187193

188194
---
189195

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.51.3",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.588.0",
35+
"@seamapi/types": "1.589.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)