Skip to content

Commit c192eee

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

File tree

5 files changed

+39
-5
lines changed

5 files changed

+39
-5
lines changed

docs/api/_blueprint.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111168,6 +111168,19 @@
111168111168
"format": "datetime",
111169111169
"jsonType": "string"
111170111170
},
111171+
{
111172+
"name": "customer_key",
111173+
"description": "The customer key associated with this connected account, if any.",
111174+
"isDeprecated": false,
111175+
"deprecationMessage": "",
111176+
"isUndocumented": false,
111177+
"undocumentedMessage": "",
111178+
"isDraft": false,
111179+
"draftMessage": "",
111180+
"propertyGroupKey": null,
111181+
"format": "string",
111182+
"jsonType": "string"
111183+
},
111171111184
{
111172111185
"name": "event_id",
111173111186
"description": "ID of the event.",
@@ -112568,6 +112581,19 @@
112568112581
"format": "datetime",
112569112582
"jsonType": "string"
112570112583
},
112584+
{
112585+
"name": "customer_key",
112586+
"description": "The customer key associated with this connect webview, if any.",
112587+
"isDeprecated": false,
112588+
"deprecationMessage": "",
112589+
"isUndocumented": false,
112590+
"undocumentedMessage": "",
112591+
"isDraft": false,
112592+
"draftMessage": "",
112593+
"propertyGroupKey": null,
112594+
"format": "string",
112595+
"jsonType": "string"
112596+
},
112571112597
{
112572112598
"name": "event_id",
112573112599
"description": "ID of the event.",

docs/api/connect_webviews/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews)
265265

266266
Date and time at which the event was created.
267267

268+
<strong><code>customer_key</code></strong> <i>String</i>
269+
270+
The customer key associated with this connect webview, if any.
271+
268272
<strong><code>event_id</code></strong> <i>UUID</i>
269273

270274
ID of the event.

docs/api/connected_accounts/README.md

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

605605
Date and time at which the event was created.
606606

607+
<strong><code>customer_key</code></strong> <i>String</i>
608+
609+
The customer key associated with this connected account, if any.
610+
607611
<strong><code>event_id</code></strong> <i>UUID</i>
608612

609613
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.51.3",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.540.0",
35+
"@seamapi/types": "1.541.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)