@seamapi/types 1.96.0 → 1.96.1

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
@@ -4908,10 +4908,6 @@ var openapi_default = {
4908
4908
  schema: {
4909
4909
  properties: {
4910
4910
  acs_entrance_id: { format: "uuid", type: "string" },
4911
- acs_entrance_ids: {
4912
- items: { format: "uuid", type: "string" },
4913
- type: "array"
4914
- },
4915
4911
  include_if: {
4916
4912
  items: {
4917
4913
  enum: ["visionline_metadata.is_valid"],
@@ -4920,6 +4916,7 @@ var openapi_default = {
4920
4916
  type: "array"
4921
4917
  }
4922
4918
  },
4919
+ required: ["acs_entrance_id"],
4923
4920
  type: "object"
4924
4921
  }
4925
4922
  }