@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 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: ["acs_system_id", "acs_encoder_id"],
16873
+ required: ["acs_encoder_id"],
16879
16874
  type: "object"
16880
16875
  }
16881
16876
  }