@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 +1 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -9
- package/lib/seam/connect/openapi.d.ts +1 -7
- package/lib/seam/connect/openapi.js +1 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -4
- package/src/lib/seam/connect/route-types.ts +1 -2
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
|
}
|