diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 16806b2b7..9135c740a 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -72178,6 +72178,35 @@ "format": "string", "jsonType": "string" }, + { + "name": "dormakaba_ambiance_metadata", + "description": "dormakaba Ambiance-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "object", + "jsonType": "object", + "propertyGroups": [], + "properties": [ + { + "name": "access_point_name", + "description": "Name of the access point in the dormakaba Ambiance access system.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "dormakaba_community_metadata", "description": "dormakaba Community-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).", @@ -90493,6 +90522,35 @@ "format": "string", "jsonType": "string" }, + { + "name": "dormakaba_ambiance_metadata", + "description": "dormakaba Ambiance-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "object", + "jsonType": "object", + "propertyGroups": [], + "properties": [ + { + "name": "access_point_name", + "description": "Name of the access point in the dormakaba Ambiance access system.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "dormakaba_community_metadata", "description": "dormakaba Community-specific metadata associated with the [entrance](../capability-guides/access-systems/retrieving-entrance-details.md).", diff --git a/docs/api/acs/entrances/README.md b/docs/api/acs/entrances/README.md index 91208c7c0..92c7bad06 100644 --- a/docs/api/acs/entrances/README.md +++ b/docs/api/acs/entrances/README.md @@ -153,6 +153,23 @@ Display name for the [entrance](../../../capability-guides/access-systems/retrie +--- + +**`dormakaba_ambiance_metadata`** *Object* + +dormakaba Ambiance-specific metadata associated with the [entrance](../../../capability-guides/access-systems/retrieving-entrance-details.md). + + + +
+ Child Properties + + - access_point_name String + + Name of the access point in the dormakaba Ambiance access system. + +
+ --- **`dormakaba_community_metadata`** *Object* diff --git a/package-lock.json b/package-lock.json index bbdc39d4b..269316c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.471.0", + "@seamapi/types": "1.472.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -886,9 +886,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.471.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.471.0.tgz", - "integrity": "sha512-6zdP7J8I5e420Xm32+ccq+yCCsOUm6usWVCKL+R7zU8v7+MuXapJON43CIQD3wFLoHciTe/Z0VrUWT8TY0diOw==", + "version": "1.472.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.472.0.tgz", + "integrity": "sha512-Ey/8dy9i/ME+wQC2lA2Cb8omlH8Wtj5vtoFLCISU6vJeeF3/nZF/qCNA8OwPLBw1j3/vJewEcVPIJdGAjtTn7g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 0ed020de1..c468c5260 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.471.0", + "@seamapi/types": "1.472.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",