Skip to content

Commit 2f4374a

Browse files
committed
chore(generated): regenerate metadata and docs after the validation fixes
1 parent 79d4a88 commit 2f4374a

25 files changed

Lines changed: 104 additions & 84 deletions

apps/docs/content/docs/en/integrations/apify.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Run an APIFY actor synchronously and get results (max 5 minutes)
5555

5656
| Parameter | Type | Description |
5757
| --------- | ---- | ----------- |
58-
| `success` | boolean | Whether the actor run succeeded |
59-
| `status` | string | Run status \(SUCCEEDED, FAILED, etc.\) |
58+
| `success` | boolean | Whether the request returned dataset items \(not the run's own terminal status\) |
6059
| `items` | array | Dataset items produced by the run |
6160

6261
### APIFY Run Actor (Async)
@@ -106,8 +105,7 @@ Run a saved APIFY actor task synchronously and get dataset items (max 5 minutes)
106105

107106
| Parameter | Type | Description |
108107
| --------- | ---- | ----------- |
109-
| `success` | boolean | Whether the task run succeeded |
110-
| `status` | string | Run status \(SUCCEEDED, FAILED, etc.\) |
108+
| `success` | boolean | Whether the request returned dataset items \(not the run's own terminal status\) |
111109
| `items` | array | Dataset items produced by the run |
112110

113111
### APIFY Get Dataset Items

apps/docs/content/docs/en/integrations/attio.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ List the attributes (schema fields) defined on an Attio object or list
10921092

10931093
| Parameter | Type | Required | Description |
10941094
| --------- | ---- | -------- | ----------- |
1095-
| `target` | string | Yes | Whether the attributes belong to an object or a list: objects or lists |
1095+
| `target` | string | Yes | Which collection the attribute belongs to. Must be exactly 'objects' or 'lists'. |
10961096
| `identifier` | string | Yes | The object or list ID or slug \(e.g. people, companies\) |
10971097
| `limit` | number | No | Maximum number of attributes to return |
10981098
| `offset` | number | No | Number of attributes to skip for pagination |
@@ -1129,7 +1129,7 @@ Get a single attribute (schema field) on an Attio object or list
11291129

11301130
| Parameter | Type | Required | Description |
11311131
| --------- | ---- | -------- | ----------- |
1132-
| `target` | string | Yes | Whether the attribute belongs to an object or a list: objects or lists |
1132+
| `target` | string | Yes | Which collection the attribute belongs to. Must be exactly 'objects' or 'lists'. |
11331133
| `identifier` | string | Yes | The object or list ID or slug \(e.g. people, companies\) |
11341134
| `attribute` | string | Yes | The attribute ID or slug |
11351135

@@ -1162,7 +1162,7 @@ Create a new attribute (schema field) on an Attio object or list
11621162

11631163
| Parameter | Type | Required | Description |
11641164
| --------- | ---- | -------- | ----------- |
1165-
| `target` | string | Yes | Whether to create the attribute on an object or a list: objects or lists |
1165+
| `target` | string | Yes | Which collection the attribute belongs to. Must be exactly 'objects' or 'lists'. |
11661166
| `identifier` | string | Yes | The object or list ID or slug \(e.g. people, companies\) |
11671167
| `title` | string | Yes | The attribute display title |
11681168
| `apiSlug` | string | Yes | The attribute API slug \(unique, snake_case\) |
@@ -1202,7 +1202,7 @@ Update an attribute (schema field) on an Attio object or list
12021202

12031203
| Parameter | Type | Required | Description |
12041204
| --------- | ---- | -------- | ----------- |
1205-
| `target` | string | Yes | Whether the attribute belongs to an object or a list: objects or lists |
1205+
| `target` | string | Yes | Which collection the attribute belongs to. Must be exactly 'objects' or 'lists'. |
12061206
| `identifier` | string | Yes | The object or list ID or slug \(e.g. people, companies\) |
12071207
| `attribute` | string | Yes | The attribute ID or slug to update |
12081208
| `title` | string | No | New attribute display title |

apps/docs/content/docs/en/integrations/box.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Create a new Box Sign request to send documents for e-signature
319319
| Parameter | Type | Description |
320320
| --------- | ---- | ----------- |
321321
| `id` | string | Sign request ID |
322-
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, expired, error_converting, error_sending, finalizing, error_finalizing\) |
322+
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, error, error_converting, error_sending, expired, finalizing, error_finalizing\) |
323323
| `name` | string | Sign request name |
324324
| `shortId` | string | Human-readable short ID |
325325
| `signers` | array | List of signers |
@@ -347,7 +347,7 @@ Get the details and status of a Box Sign request
347347
| Parameter | Type | Description |
348348
| --------- | ---- | ----------- |
349349
| `id` | string | Sign request ID |
350-
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, expired, error_converting, error_sending, finalizing, error_finalizing\) |
350+
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, error, error_converting, error_sending, expired, finalizing, error_finalizing\) |
351351
| `name` | string | Sign request name |
352352
| `shortId` | string | Human-readable short ID |
353353
| `signers` | array | List of signers |
@@ -377,7 +377,7 @@ List all Box Sign requests
377377
| --------- | ---- | ----------- |
378378
| `signRequests` | array | List of sign requests |
379379
|`id` | string | Sign request ID |
380-
|`status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, expired, error_converting, error_sending, finalizing, error_finalizing\) |
380+
|`status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, error, error_converting, error_sending, expired, finalizing, error_finalizing\) |
381381
|`name` | string | Sign request name |
382382
|`shortId` | string | Human-readable short ID |
383383
|`signers` | array | List of signers |
@@ -407,7 +407,7 @@ Cancel a pending Box Sign request
407407
| Parameter | Type | Description |
408408
| --------- | ---- | ----------- |
409409
| `id` | string | Sign request ID |
410-
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, expired, error_converting, error_sending, finalizing, error_finalizing\) |
410+
| `status` | string | Request status \(converting, created, sent, viewed, signed, cancelled, declined, error, error_converting, error_sending, expired, finalizing, error_finalizing\) |
411411
| `name` | string | Sign request name |
412412
| `shortId` | string | Human-readable short ID |
413413
| `signers` | array | List of signers |

apps/docs/content/docs/en/integrations/daytona.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ Execute a shell command inside a Daytona sandbox
172172
| `command` | string | Yes | Shell command to execute |
173173
| `cwd` | string | No | Working directory for the command \(defaults to the sandbox working directory\) |
174174
| `env` | json | No | Environment variables to set for the command as key-value pairs |
175-
| `commandTimeout` | number | No | Timeout in seconds \(defaults to 10 seconds\) |
175+
| `commandTimeout` | number | No | Maximum time in seconds to wait for the command to complete; 0 disables the server-side limit. Daytona documents no default, so leaving this blank uses whatever the toolbox daemon applies. |
176176

177177
#### Output
178178

179179
| Parameter | Type | Description |
180180
| --------- | ---- | ----------- |
181181
| `exitCode` | number | Exit code of the command \(-1 if missing from the response\) |
182-
| `result` | string | Combined stdout/stderr output of the command |
182+
| `result` | string | Standard output from the command |
183183

184184
### Daytona Run Code
185185

@@ -194,14 +194,14 @@ Run Python, JavaScript, or TypeScript code inside a Daytona sandbox
194194
| `code` | string | Yes | Code to run |
195195
| `language` | string | Yes | Language of the code: python, javascript, or typescript |
196196
| `env` | json | No | Environment variables to set for the run as key-value pairs |
197-
| `runTimeout` | number | No | Timeout in seconds \(defaults to 10 seconds\) |
197+
| `runTimeout` | number | No | Maximum time in seconds to wait for the code run to complete; 0 disables the server-side limit. Daytona documents no default, so leaving this blank uses whatever the toolbox daemon applies. |
198198

199199
#### Output
200200

201201
| Parameter | Type | Description |
202202
| --------- | ---- | ----------- |
203203
| `exitCode` | number | Exit code of the code run \(-1 if missing from the response\) |
204-
| `result` | string | Combined stdout/stderr output of the code run |
204+
| `result` | string | Standard output from the code \(same as artifacts.stdout\) |
205205
| `artifacts` | json | Artifacts produced by the run \(e.g., matplotlib charts\) |
206206

207207
### Daytona Upload File

apps/docs/content/docs/en/integrations/firecrawl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Search for information on the web using Firecrawl
162162
| `categories` | array | No | Restrict web results to these categories: "github", "research", "pdf", or "developer". "developer" cannot be combined with any other category. |
163163
| `tbs` | string | No | Time-based search filter \(e.g. "qdr:d" for the past day, "qdr:w" for the past week\) |
164164
| `location` | string | No | Location to search from \(e.g. "Germany", "San Francisco, California"\) |
165-
| `country` | string | No | ISO country code for geo-targeting results \(e.g. "US", "DE", "JP"\). Firecrawl defaults to "US" when this is unset, and recommends setting `location` alongside it for best results. |
165+
| `country` | string | No | ISO country code for geo-targeting results \(e.g. "US", "DE", "JP"\). Firecrawl\'s published OpenAPI declares a bare `default: US`, but its server-side request transform applies that default only when `location` is also unset \(`x.country !== undefined ? x.country : x.location ? undefined : "us"` in the v2 search request schema\). The block ships both a Location and a Country field, so the common configuration — Location filled, Country blank — sends no country at all. Set both for best results. |
166166
| `firecrawlTimeout` | number | No | How long Firecrawl may spend on the search, in milliseconds \(Firecrawl default: 60000\). Sent as `timeout` in the request body; it does not bound Sim's own transport deadline. |
167167
| `ignoreInvalidURLs` | boolean | No | Skip results whose URLs cannot be scraped instead of failing the search |
168168
| `apiKey` | string | Yes | Firecrawl API key |

apps/docs/content/docs/en/integrations/google_vault.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Reopen a closed matter
325325

326326
### Vault Delete Matter
327327

328-
Permanently delete a matter (must be closed first)
328+
Soft-delete a matter (must be closed first). The matter moves to the DELETED state and can be restored with Undelete Matter
329329

330330
#### Input
331331

@@ -357,15 +357,15 @@ Restore a deleted matter
357357

358358
### Vault Add Matter Collaborator
359359

360-
Add a collaborator (or transfer ownership) to a matter
360+
Add a collaborator to a matter
361361

362362
#### Input
363363

364364
| Parameter | Type | Required | Description |
365365
| --------- | ---- | -------- | ----------- |
366366
| `matterId` | string | Yes | The matter ID \(e.g., "12345678901234567890"\) |
367-
| `accountId` | string | Yes | Admin SDK account ID of the user to add as a collaborator/owner |
368-
| `role` | string | Yes | Permission level to grant: COLLABORATOR or OWNER |
367+
| `accountId` | string | Yes | Admin SDK account ID of the user to add as a collaborator |
368+
| `role` | string | Yes | Permission level to grant. The API accepts COLLABORATOR only |
369369
| `sendEmails` | boolean | No | Send a notification email to the added account |
370370
| `ccMe` | boolean | No | CC the requestor on the notification email \(only relevant if sendEmails is true\) |
371371

apps/docs/content/docs/en/integrations/incidentio.mdx

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ List incidents from incident.io. Returns a list of incidents with their details
6161
| `incidents` | array | List of incidents |
6262
|`id` | string | Incident ID |
6363
|`name` | string | Incident name/title |
64-
|`summary` | string | Incident summary |
65-
|`description` | string | Incident description |
64+
|`summary` | string | Detailed description of the incident |
6665
|`mode` | string | Incident mode \(standard, retrospective, test\) |
6766
|`call_url` | string | Video call URL |
6867
|`severity` | object | Incident severity |
@@ -116,8 +115,7 @@ Create a new incident in incident.io. Requires idempotency_key, severity_id, and
116115
| `incident` | object | The created incident object |
117116
|`id` | string | Incident ID |
118117
|`name` | string | Incident name |
119-
|`summary` | string | Brief summary of the incident |
120-
|`description` | string | Detailed description of the incident |
118+
|`summary` | string | Detailed description of the incident |
121119
|`mode` | string | Incident mode \(e.g., standard, retrospective\) |
122120
|`call_url` | string | URL for the incident call/bridge |
123121
|`severity` | object | Severity of the incident |
@@ -157,8 +155,7 @@ Retrieve detailed information about a specific incident from incident.io by its
157155
| `incident` | object | Detailed incident information |
158156
|`id` | string | Incident ID |
159157
|`name` | string | Incident name |
160-
|`summary` | string | Brief summary of the incident |
161-
|`description` | string | Detailed description of the incident |
158+
|`summary` | string | Detailed description of the incident |
162159
|`mode` | string | Incident mode \(e.g., standard, retrospective\) |
163160
|`call_url` | string | URL for the incident call/bridge |
164161
|`permalink` | string | Permanent link to the incident |
@@ -206,8 +203,7 @@ Update an existing incident in incident.io. Can update name, summary, severity,
206203
| `incident` | object | The updated incident object |
207204
|`id` | string | Incident ID |
208205
|`name` | string | Incident name |
209-
|`summary` | string | Brief summary of the incident |
210-
|`description` | string | Detailed description of the incident |
206+
|`summary` | string | Detailed description of the incident |
211207
|`mode` | string | Incident mode \(e.g., standard, retrospective\) |
212208
|`call_url` | string | URL for the incident call/bridge |
213209
|`severity` | object | Severity of the incident |
@@ -478,7 +474,7 @@ Create a new workflow in incident.io.
478474
| `trigger` | string | No | Trigger type for the workflow \(e.g., "incident.updated", "incident.created"\) |
479475
| `steps` | string | No | Array of workflow steps as JSON string. Example: \[\{"label": "Notify team", "name": "slack.post_message"\}\] |
480476
| `condition_groups` | string | No | Array of condition groups as JSON string to control when the workflow runs. Example: \[\{"conditions": \[\{"operation": "one_of", "param_bindings": \[\], "subject": "incident.severity"\}\]\}\] |
481-
| `runs_on_incidents` | string | No | When to run the workflow: "newly_created" \(only new incidents\), "newly_created_and_active" \(new and active incidents\), "active" \(only active incidents\), or "all" \(all incidents\) |
477+
| `runs_on_incidents` | string | No | When to run the workflow: "newly_created" \(only incidents created after the workflow is enabled\) or "newly_created_and_active" \(also applies to incidents that are already open\) |
482478
| `runs_on_incident_modes` | string | No | Array of incident modes to run on as JSON string. Example: \["standard", "retrospective"\] |
483479
| `include_private_incidents` | boolean | No | Whether to include private incidents |
484480
| `continue_on_step_error` | boolean | No | Whether to continue executing subsequent steps if a step fails |
@@ -561,7 +557,7 @@ Update an existing workflow in incident.io.
561557
| `name` | string | Yes | New name for the workflow \(e.g., "Notify on Critical Incidents"\) |
562558
| `steps` | string | Yes | Complete array of workflow steps as a JSON string |
563559
| `condition_groups` | string | Yes | Complete array of workflow condition groups as a JSON string |
564-
| `runs_on_incidents` | string | Yes | When to run the workflow: newly_created, newly_created_and_active, active, or all |
560+
| `runs_on_incidents` | string | Yes | When to run the workflow: newly_created or newly_created_and_active |
565561
| `runs_on_incident_modes` | string | Yes | Complete array of incident modes to run on as a JSON string |
566562
| `include_private_incidents` | boolean | Yes | Whether to include private incidents |
567563
| `continue_on_step_error` | boolean | Yes | Whether to continue executing subsequent steps if a step fails |
@@ -1752,7 +1748,6 @@ List the entries of a catalog type in incident.io — for example every service,
17521748
| `pagination_meta` | object | Pagination metadata |
17531749
|`after` | string | Cursor for next page |
17541750
|`page_size` | number | Number of results per page |
1755-
|`total_record_count` | number | Total number of entries |
17561751

17571752
### List Teams
17581753

apps/docs/content/docs/en/integrations/langsmith.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Attach a score, correction, or comment to a LangSmith run.
149149
| --------- | ---- | -------- | ----------- |
150150
| `apiKey` | string | Yes | LangSmith API key |
151151
| `runId` | string | Yes | ID of the run to attach feedback to |
152-
| `sessionId` | string | No | UUID of the tracing project \(session\) the feedback belongs to. Optional — in the LangSmith OpenAPI spec only `key` is required by POST /api/v1/feedback, and the official SDK sends feedback without a session_id. Supply it when you have it: some LangSmith deployments cannot locate the run without it. Never guess it — use the sessionId reported by a preceding langsmith_get_run for the same run, or look the project up with GET /api/v1/sessions. |
152+
| `sessionId` | string | No | UUID of the tracing project \(session\) the feedback belongs to. LangSmith documents this as required: "POST /api/v1/feedback now requires a session_id field in the request body. It was previously optional." The official SDK warns when it is omitted and raises outright on SmithDB-only deployments, because some LangSmith deployments cannot locate the run without it. Only `key` is in the endpoint\'s OpenAPI required array, so omitting session_id will not fail request validation — but always supply it when you have it. Never guess it — use the sessionId reported by a preceding langsmith_get_run for the same run, or look the project up with GET /api/v1/sessions. |
153153
| `key` | string | Yes | Feedback metric name \(e.g. "correctness", "user_score"\) |
154154
| `score` | number | No | Numeric score for the feedback metric |
155155
| `value` | string | No | Categorical value for the feedback metric, e.g. "good". A JSON scalar or object typed here \("1", "true", \'\{"label":"good"\}\'\) is sent with its JSON type; anything else is sent as a string. |

apps/docs/content/docs/en/integrations/linkedin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Share a post to your personal LinkedIn feed
5656

5757
| Parameter | Type | Description |
5858
| --------- | ---- | ----------- |
59-
| `postId` | string | The `urn:li:ugcPost:` URN of the created post, read from the `x-restli-id` response header. Absent when LinkedIn omits that header. |
60-
| `postUrl` | string | LinkedIn URL of the created post. Viewable by an authorized LinkedIn member — not a guaranteed public permalink. Absent when the `x-restli-id` header was missing or did not carry a `urn:li:` URN of the ugcPost family. |
59+
| `postId` | string | The URN of the created post, read from the `x-restli-id` response header, which LinkedIn documents as carrying the ugcPost id. Reported as received. Absent when LinkedIn omits that header. |
60+
| `postUrl` | string | LinkedIn URL of the created post. Viewable by an authorized LinkedIn member — not a guaranteed public permalink. Absent when the `x-restli-id` header was missing or did not carry a `urn:li:<entityType>:<id>` URN. |
6161

6262
### Get LinkedIn Profile
6363

0 commit comments

Comments
 (0)