diff --git a/.github/workflows/verify-clients.yml b/.github/workflows/verify-clients.yml index 85887177..2b7d937f 100644 --- a/.github/workflows/verify-clients.yml +++ b/.github/workflows/verify-clients.yml @@ -57,7 +57,9 @@ jobs: - name: Verify update JS client working-directory: js-client run: | + npm install ./update-models.sh + npm run check-types verify-java: runs-on: ubuntu-latest diff --git a/rt-images.yml b/rt-images.yml index ec74b629..ac2d0491 100644 --- a/rt-images.yml +++ b/rt-images.yml @@ -21,9 +21,7 @@ components: - fieldList properties: availableSourceList: - type: array - items: - $ref: "#/components/schemas/ImagesAvailableSource" + type: number fieldList: type: array items: @@ -86,4 +84,4 @@ components: $ref: "./common.yml#/components/schemas/RectangleCoordinates" rfidOrigin: description: "Only for images from RFID. Image location in RFID chip." - $ref: "./common.yml#/components/schemas/RfidOrigin" \ No newline at end of file + $ref: "./common.yml#/components/schemas/RfidOrigin"