Skip to content

Commit c8a5c05

Browse files
authored
feat: Update to @seamapi/[email protected] (#988)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent e46e8e2 commit c8a5c05

File tree

4 files changed

+39
-5
lines changed

4 files changed

+39
-5
lines changed

docs/api/_blueprint.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118860,6 +118860,19 @@
118860118860
{
118861118861
"resourceType": "event",
118862118862
"properties": [
118863+
{
118864+
"name": "account_type",
118865+
"description": "Type of connected account.",
118866+
"isDeprecated": false,
118867+
"deprecationMessage": "",
118868+
"isUndocumented": false,
118869+
"undocumentedMessage": "",
118870+
"isDraft": false,
118871+
"draftMessage": "",
118872+
"propertyGroupKey": null,
118873+
"format": "string",
118874+
"jsonType": "string"
118875+
},
118863118876
{
118864118877
"name": "connected_account_custom_metadata",
118865118878
"description": "Custom metadata of the connected account, present when connected_account_id is provided.",
@@ -118899,6 +118912,19 @@
118899118912
"format": "datetime",
118900118913
"jsonType": "string"
118901118914
},
118915+
{
118916+
"name": "customer_key",
118917+
"description": "The customer key associated with this connected account, if any.",
118918+
"isDeprecated": false,
118919+
"deprecationMessage": "",
118920+
"isUndocumented": false,
118921+
"undocumentedMessage": "",
118922+
"isDraft": false,
118923+
"draftMessage": "",
118924+
"propertyGroupKey": null,
118925+
"format": "string",
118926+
"jsonType": "string"
118927+
},
118902118928
{
118903118929
"name": "event_id",
118904118930
"description": "ID of the event.",

docs/api/connected_accounts/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ A [connected account](../../core-concepts/connected-accounts/README.md) was dele
783783

784784
<summary>Properties</summary>
785785

786+
<strong><code>account_type</code></strong> <i>String</i>
787+
788+
Type of connected account.
789+
786790
<strong><code>connected_account_custom_metadata</code></strong> <i>Record</i>
787791

788792
Custom metadata of the connected account, present when connected_account_id is provided.
@@ -795,6 +799,10 @@ A [connected account](../../core-concepts/connected-accounts/README.md) was dele
795799

796800
Date and time at which the event was created.
797801

802+
<strong><code>customer_key</code></strong> <i>String</i>
803+
804+
The customer key associated with this connected account, if any.
805+
798806
<strong><code>event_id</code></strong> <i>UUID</i>
799807

800808
ID of the event.

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.52.2",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.668.0",
35+
"@seamapi/types": "1.669.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)