@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.
@@ -24378,11 +24378,6 @@ declare const _default: {
24378
24378
  format: string;
24379
24379
  type: string;
24380
24380
  };
24381
- acs_system_id: {
24382
- description: string;
24383
- format: string;
24384
- type: string;
24385
- };
24386
24381
  };
24387
24382
  required: string[];
24388
24383
  type: string;
@@ -41622,8 +41617,6 @@ interface Routes {
41622
41617
  queryParams: {};
41623
41618
  jsonBody: {};
41624
41619
  commonParams: {
41625
- /** ID of the acs_system the encoder belongs to. */
41626
- acs_system_id: string;
41627
41620
  /** ID of the acs_encoder to use for the scan. */
41628
41621
  acs_encoder_id: string;
41629
41622
  };
@@ -11997,11 +11997,6 @@ declare const _default: {
11997
11997
  format: string;
11998
11998
  type: string;
11999
11999
  };
12000
- acs_system_id: {
12001
- description: string;
12002
- format: string;
12003
- type: string;
12004
- };
12005
12000
  };
12006
12001
  required: string[];
12007
12002
  type: string;
@@ -14047,13 +14047,8 @@ export default {
14047
14047
  format: 'uuid',
14048
14048
  type: 'string',
14049
14049
  },
14050
- acs_system_id: {
14051
- description: 'ID of the acs_system the encoder belongs to.',
14052
- format: 'uuid',
14053
- type: 'string',
14054
- },
14055
14050
  },
14056
- required: ['acs_system_id', 'acs_encoder_id'],
14051
+ required: ['acs_encoder_id'],
14057
14052
  type: 'object',
14058
14053
  },
14059
14054
  },