Skip to content

Commit 362f815

Browse files
authored
feat: Update to @seamapi/[email protected] (#768)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 376c183 commit 362f815

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

docs/api/_blueprint.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64493,6 +64493,21 @@
6449364493
"semanticMethod": "POST",
6449464494
"preferredMethod": "POST",
6449564495
"parameters": [
64496+
{
64497+
"name": "name",
64498+
"description": "",
64499+
"isRequired": false,
64500+
"isDeprecated": false,
64501+
"deprecationMessage": "",
64502+
"isUndocumented": false,
64503+
"undocumentedMessage": "",
64504+
"isDraft": false,
64505+
"draftMessage": "",
64506+
"hasDefault": true,
64507+
"default": null,
64508+
"format": "string",
64509+
"jsonType": "string"
64510+
},
6449664511
{
6449764512
"name": "primary_color",
6449864513
"description": "",
@@ -64653,6 +64668,20 @@
6465364668
"format": "id",
6465464669
"jsonType": "string"
6465564670
},
64671+
{
64672+
"name": "name",
64673+
"description": "",
64674+
"isRequired": false,
64675+
"isDeprecated": false,
64676+
"deprecationMessage": "",
64677+
"isUndocumented": false,
64678+
"undocumentedMessage": "",
64679+
"isDraft": false,
64680+
"draftMessage": "",
64681+
"hasDefault": false,
64682+
"format": "string",
64683+
"jsonType": "string"
64684+
},
6465664685
{
6465764686
"name": "primary_color",
6465864687
"description": "",

docs/api/_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,14 @@ Items that are intentionally undocumented are not included in this section.
381381
- `webview_primary_button_text_color`
382382
- `webview_success_message`
383383
- `/workspaces/customization_profiles/create`
384+
- `name`
384385
- `primary_color`
385386
- `secondary_color`
386387
- `/workspaces/customization_profiles/get`
387388
- `customization_profile_id`
388389
- `/workspaces/customization_profiles/update`
389390
- `customization_profile_id`
391+
- `name`
390392
- `primary_color`
391393
- `secondary_color`
392394

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.4.4",
35-
"@seamapi/types": "1.477.0",
35+
"@seamapi/types": "1.479.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)