@seamapi/types 1.312.1 → 1.312.2
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 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -7
- package/lib/seam/connect/openapi.d.ts +0 -5
- package/lib/seam/connect/openapi.js +1 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -6
- package/src/lib/seam/connect/route-types.ts +0 -2
package/dist/connect.cjs
CHANGED
|
@@ -16868,14 +16868,9 @@ var openapi_default = {
|
|
|
16868
16868
|
description: "ID of the acs_encoder to use for the scan.",
|
|
16869
16869
|
format: "uuid",
|
|
16870
16870
|
type: "string"
|
|
16871
|
-
},
|
|
16872
|
-
acs_system_id: {
|
|
16873
|
-
description: "ID of the acs_system the encoder belongs to.",
|
|
16874
|
-
format: "uuid",
|
|
16875
|
-
type: "string"
|
|
16876
16871
|
}
|
|
16877
16872
|
},
|
|
16878
|
-
required: ["
|
|
16873
|
+
required: ["acs_encoder_id"],
|
|
16879
16874
|
type: "object"
|
|
16880
16875
|
}
|
|
16881
16876
|
}
|