@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
|
@@ -6088,8 +6088,6 @@ export interface Routes {
|
|
|
6088
6088
|
queryParams: {};
|
|
6089
6089
|
jsonBody: {};
|
|
6090
6090
|
commonParams: {
|
|
6091
|
-
/** ID of the acs_system the encoder belongs to. */
|
|
6092
|
-
acs_system_id: string;
|
|
6093
6091
|
/** ID of the acs_encoder to use for the scan. */
|
|
6094
6092
|
acs_encoder_id: string;
|
|
6095
6093
|
};
|
package/package.json
CHANGED
|
@@ -14651,13 +14651,8 @@ export default {
|
|
|
14651
14651
|
format: 'uuid',
|
|
14652
14652
|
type: 'string',
|
|
14653
14653
|
},
|
|
14654
|
-
acs_system_id: {
|
|
14655
|
-
description: 'ID of the acs_system the encoder belongs to.',
|
|
14656
|
-
format: 'uuid',
|
|
14657
|
-
type: 'string',
|
|
14658
|
-
},
|
|
14659
14654
|
},
|
|
14660
|
-
required: ['
|
|
14655
|
+
required: ['acs_encoder_id'],
|
|
14661
14656
|
type: 'object',
|
|
14662
14657
|
},
|
|
14663
14658
|
},
|
|
@@ -7070,8 +7070,6 @@ export interface Routes {
|
|
|
7070
7070
|
queryParams: {}
|
|
7071
7071
|
jsonBody: {}
|
|
7072
7072
|
commonParams: {
|
|
7073
|
-
/** ID of the acs_system the encoder belongs to. */
|
|
7074
|
-
acs_system_id: string
|
|
7075
7073
|
/** ID of the acs_encoder to use for the scan. */
|
|
7076
7074
|
acs_encoder_id: string
|
|
7077
7075
|
}
|