Skip to content

Commit 79875a8

Browse files
authored
feat: Update to @seamapi/[email protected] (#755)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 2df583b commit 79875a8

File tree

4 files changed

+80
-5
lines changed

4 files changed

+80
-5
lines changed

docs/api/_blueprint.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72178,6 +72178,35 @@
7217872178
"format": "string",
7217972179
"jsonType": "string"
7218072180
},
72181+
{
72182+
"name": "dormakaba_ambiance_metadata",
72183+
"description": "dormakaba Ambiance-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).",
72184+
"isDeprecated": false,
72185+
"deprecationMessage": "",
72186+
"isUndocumented": false,
72187+
"undocumentedMessage": "",
72188+
"isDraft": false,
72189+
"draftMessage": "",
72190+
"propertyGroupKey": null,
72191+
"format": "object",
72192+
"jsonType": "object",
72193+
"propertyGroups": [],
72194+
"properties": [
72195+
{
72196+
"name": "access_point_name",
72197+
"description": "Name of the access point in the dormakaba Ambiance access system.",
72198+
"isDeprecated": false,
72199+
"deprecationMessage": "",
72200+
"isUndocumented": false,
72201+
"undocumentedMessage": "",
72202+
"isDraft": false,
72203+
"draftMessage": "",
72204+
"propertyGroupKey": null,
72205+
"format": "string",
72206+
"jsonType": "string"
72207+
}
72208+
]
72209+
},
7218172210
{
7218272211
"name": "dormakaba_community_metadata",
7218372212
"description": "dormakaba Community-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).",
@@ -90493,6 +90522,35 @@
9049390522
"format": "string",
9049490523
"jsonType": "string"
9049590524
},
90525+
{
90526+
"name": "dormakaba_ambiance_metadata",
90527+
"description": "dormakaba Ambiance-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).",
90528+
"isDeprecated": false,
90529+
"deprecationMessage": "",
90530+
"isUndocumented": false,
90531+
"undocumentedMessage": "",
90532+
"isDraft": false,
90533+
"draftMessage": "",
90534+
"propertyGroupKey": null,
90535+
"format": "object",
90536+
"jsonType": "object",
90537+
"propertyGroups": [],
90538+
"properties": [
90539+
{
90540+
"name": "access_point_name",
90541+
"description": "Name of the access point in the dormakaba Ambiance access system.",
90542+
"isDeprecated": false,
90543+
"deprecationMessage": "",
90544+
"isUndocumented": false,
90545+
"undocumentedMessage": "",
90546+
"isDraft": false,
90547+
"draftMessage": "",
90548+
"propertyGroupKey": null,
90549+
"format": "string",
90550+
"jsonType": "string"
90551+
}
90552+
]
90553+
},
9049690554
{
9049790555
"name": "dormakaba_community_metadata",
9049890556
"description": "dormakaba Community-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).",

docs/api/acs/entrances/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,23 @@ Display name for the [entrance](../../../capability-guides/access-systems/retrie
153153

154154

155155

156+
---
157+
158+
**`dormakaba_ambiance_metadata`** *Object*
159+
160+
dormakaba Ambiance-specific metadata associated with the [entrance](../../../capability-guides/access-systems/retrieving-entrance-details.md).
161+
162+
163+
164+
<details>
165+
<summary>Child Properties</summary>
166+
167+
- <strong><code>access_point_name</code></strong> <i>String</i>
168+
169+
Name of the access point in the dormakaba Ambiance access system.
170+
171+
</details>
172+
156173
---
157174

158175
**`dormakaba_community_metadata`** *Object*

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.471.0",
35+
"@seamapi/types": "1.472.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)