Skip to content

Commit 8ebbe83

Browse files
razor-xandrii-balitskyiseambot
authored
Update blueprint to v0.42.0 (#586)
* Update blueprint to v0.42.0 * Fix acs system sample * ci: Generate docs --------- Co-authored-by: Andrii Balitskyi <10balian10@gmail.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent ff83914 commit 8ebbe83

5 files changed

Lines changed: 45 additions & 8 deletions

File tree

docs/api/_blueprint.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35779,12 +35779,23 @@
3577935779
"description": "A basic system.",
3578035780
"resource_type": "acs_system",
3578135781
"properties": {
35782-
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203"
35782+
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203",
35783+
"name": "Salto KS Credential Manager",
35784+
"workspace_id": "bbcea306-7201-4d85-b527-3abc55277203",
35785+
"created_at": "2025-05-15T13:18:14.664Z",
35786+
"is_credential_manager": true,
35787+
"connected_account_ids": ["bbcea306-7201-4d85-b527-3abc55277203"],
35788+
"connected_account_id": "bbcea306-7201-4d85-b527-3abc55277203",
35789+
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128",
35790+
"image_alt_text": "Salto KS site Logo",
35791+
"errors": [],
35792+
"warnings": [],
35793+
"location": { "time_zone": null }
3578335794
},
3578435795
"resource": {
3578535796
"seam_cli": {
3578635797
"title": "Seam CLI",
35787-
"resource_data": "{ \"acs_system_id\": \"bbcea306-7201-4d85-b527-3abc55277203\" }",
35798+
"resource_data": "{\n \"acs_system_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"name\": \"Salto KS Credential Manager\",\n \"workspace_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"created_at\": \"2025-05-15T13:18:14.664Z\",\n \"is_credential_manager\": true,\n \"connected_account_ids\": [\"bbcea306-7201-4d85-b527-3abc55277203\"],\n \"connected_account_id\": \"bbcea306-7201-4d85-b527-3abc55277203\",\n \"image_url\": \"https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128\",\n \"image_alt_text\": \"Salto KS site Logo\",\n \"errors\": [],\n \"warnings\": [],\n \"location\": { \"time_zone\": null }\n}",
3578835799
"resource_data_syntax": "json"
3578935800
}
3579035801
}

docs/api/acs/systems/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@ For details about the resources associated with an access control system, see th
1111
{% tabs %}
1212
{% tab title="JSON" %}
1313
```json
14-
{ "acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203" }
14+
{
15+
"acs_system_id": "bbcea306-7201-4d85-b527-3abc55277203",
16+
"name": "Salto KS Credential Manager",
17+
"workspace_id": "bbcea306-7201-4d85-b527-3abc55277203",
18+
"created_at": "2025-05-15T13:18:14.664Z",
19+
"is_credential_manager": true,
20+
"connected_account_ids": ["bbcea306-7201-4d85-b527-3abc55277203"],
21+
"connected_account_id": "bbcea306-7201-4d85-b527-3abc55277203",
22+
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128",
23+
"image_alt_text": "Salto KS site Logo",
24+
"errors": [],
25+
"warnings": [],
26+
"location": { "time_zone": null }
27+
}
1528
```
1629
{% endtab %}
1730
{% endtabs %}

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
@@ -33,7 +33,7 @@
3333
"@metalsmith/metadata": "^0.3.0",
3434
"@prettier/plugin-php": "^0.22.2",
3535
"@prettier/plugin-ruby": "^4.0.4",
36-
"@seamapi/blueprint": "^0.41.0",
36+
"@seamapi/blueprint": "^0.42.0",
3737
"@seamapi/types": "1.395.1",
3838
"change-case": "^5.4.4",
3939
"command-exists": "^1.2.9",

src/data/resource-sample-definitions/acs-system.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@
44
resource_type: acs_system
55
properties:
66
acs_system_id: 'bbcea306-7201-4d85-b527-3abc55277203'
7+
name: 'Salto KS Credential Manager'
8+
workspace_id: 'bbcea306-7201-4d85-b527-3abc55277203'
9+
created_at: '2025-05-15T13:18:14.664Z'
10+
is_credential_manager: true
11+
connected_account_ids:
12+
- 'bbcea306-7201-4d85-b527-3abc55277203'
13+
connected_account_id: 'bbcea306-7201-4d85-b527-3abc55277203'
14+
image_url: 'https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/acs_systems/salto_ks_site.png&q=75&w=128'
15+
image_alt_text: 'Salto KS site Logo'
16+
errors: []
17+
warnings: []
18+
location:
19+
time_zone: null

0 commit comments

Comments
 (0)