@seamapi/types 1.571.0 → 1.572.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
@@ -2536,9 +2536,6 @@ var acs_entrance_dormakaba_ambiance_metadata = zod.z.object({
2536
2536
  "dormakaba Ambiance-specific metadata associated with the entrance."
2537
2537
  );
2538
2538
  var acs_entrance_dormakaba_community_metadata = zod.z.object({
2539
- access_point_name: zod.z.string().describe(
2540
- "Name of the access point in the dormakaba Community access system."
2541
- ),
2542
2539
  access_point_profile: zod.z.string().describe(
2543
2540
  "Type of access point profile in the dormakaba Community access system."
2544
2541
  )
@@ -8214,16 +8211,12 @@ var openapi_default = {
8214
8211
  dormakaba_community_metadata: {
8215
8212
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
8216
8213
  properties: {
8217
- access_point_name: {
8218
- description: "Name of the access point in the dormakaba Community access system.",
8219
- type: "string"
8220
- },
8221
8214
  access_point_profile: {
8222
8215
  description: "Type of access point profile in the dormakaba Community access system.",
8223
8216
  type: "string"
8224
8217
  }
8225
8218
  },
8226
- required: ["access_point_name", "access_point_profile"],
8219
+ required: ["access_point_profile"],
8227
8220
  type: "object"
8228
8221
  },
8229
8222
  errors: {
@@ -23572,19 +23565,12 @@ var openapi_default = {
23572
23565
  dormakaba_community_metadata: {
23573
23566
  description: "dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
23574
23567
  properties: {
23575
- access_point_name: {
23576
- description: "Name of the access point in the dormakaba Community access system.",
23577
- type: "string"
23578
- },
23579
23568
  access_point_profile: {
23580
23569
  description: "Type of access point profile in the dormakaba Community access system.",
23581
23570
  type: "string"
23582
23571
  }
23583
23572
  },
23584
- required: [
23585
- "access_point_name",
23586
- "access_point_profile"
23587
- ],
23573
+ required: ["access_point_profile"],
23588
23574
  type: "object"
23589
23575
  },
23590
23576
  errors: {