@seamapi/types 1.471.0 → 1.472.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -2369,6 +2369,13 @@ var acs_credential_vostio_metadata = zod.z.object({
2369
2369
  }).describe(
2370
2370
  "ASSA ABLOY Vostio-specific metadata associated with the credential."
2371
2371
  );
2372
+ var acs_entrance_dormakaba_ambiance_metadata = zod.z.object({
2373
+ access_point_name: zod.z.string().describe(
2374
+ "Name of the access point in the dormakaba Ambiance access system."
2375
+ )
2376
+ }).describe(
2377
+ "dormakaba Ambiance-specific metadata associated with the entrance."
2378
+ );
2372
2379
  var acs_entrance_dormakaba_community_metadata = zod.z.object({
2373
2380
  access_point_name: zod.z.string().describe(
2374
2381
  "Name of the access point in the dormakaba Community access system."
@@ -2783,6 +2790,9 @@ var acs_entrance = zod.z.object({
2783
2790
  ),
2784
2791
  salto_space_metadata: acs_entrance_salto_space_metadata.optional().describe(
2785
2792
  "Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
2793
+ ),
2794
+ dormakaba_ambiance_metadata: acs_entrance_dormakaba_ambiance_metadata.optional().describe(
2795
+ "dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
2786
2796
  )
2787
2797
  }).merge(acs_entrance_capability_flags).describe(`
2788
2798
  ---
@@ -7826,6 +7836,17 @@ var openapi_default = {
7826
7836
  description: "Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
7827
7837
  type: "string"
7828
7838
  },
7839
+ dormakaba_ambiance_metadata: {
7840
+ description: "dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
7841
+ properties: {
7842
+ access_point_name: {
7843
+ description: "Name of the access point in the dormakaba Ambiance access system.",
7844
+ type: "string"
7845
+ }
7846
+ },
7847
+ required: ["access_point_name"],
7848
+ type: "object"
7849
+ },
7829
7850
  dormakaba_community_metadata: {
7830
7851
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
7831
7852
  properties: {
@@ -22988,6 +23009,17 @@ var openapi_default = {
22988
23009
  description: "Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
22989
23010
  type: "string"
22990
23011
  },
23012
+ dormakaba_ambiance_metadata: {
23013
+ description: "dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
23014
+ properties: {
23015
+ access_point_name: {
23016
+ description: "Name of the access point in the dormakaba Ambiance access system.",
23017
+ type: "string"
23018
+ }
23019
+ },
23020
+ required: ["access_point_name"],
23021
+ type: "object"
23022
+ },
22991
23023
  dormakaba_community_metadata: {
22992
23024
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
22993
23025
  properties: {