From adfe8b51912d609564c4ab8973826185abe96326 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 30 Sep 2022 15:02:32 -0700 Subject: [PATCH] Release APL Suggester 2022.2 --- package.json | 2 +- src/__tests__/commands/ReinflateCommand.json | 3 ++- src/assets/JsonSchema.ts | 3 ++- src/assets/commands/ReinflateCommand.ts | 4 ++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7140f4f..eb04356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apl-suggester", - "version": "2022.1.0", + "version": "2022.2.0", "description": "This Package is developed for providing suggestions and validations on APL templates.", "engines": { "node": ">=8.0.0" diff --git a/src/__tests__/commands/ReinflateCommand.json b/src/__tests__/commands/ReinflateCommand.json index b7030f6..6caa4ba 100644 --- a/src/__tests__/commands/ReinflateCommand.json +++ b/src/__tests__/commands/ReinflateCommand.json @@ -2,5 +2,6 @@ "type": "Reinflate", "delay": 30000, "screenLock": true, - "sequencer": "MAIN" + "sequencer": "MAIN", + "preservedSequencers": [ "SpeakListSequencer" ] } diff --git a/src/assets/JsonSchema.ts b/src/assets/JsonSchema.ts index e9aba80..a8c5241 100644 --- a/src/assets/JsonSchema.ts +++ b/src/assets/JsonSchema.ts @@ -1524,7 +1524,8 @@ export const JSON_SCHEMA : IJsonSchema = { "1.7", "1.8", "1.9", - "2022.1" + "2022.1", + "2022.2" ] }, "license": { diff --git a/src/assets/commands/ReinflateCommand.ts b/src/assets/commands/ReinflateCommand.ts index 5121e0d..81879d0 100644 --- a/src/assets/commands/ReinflateCommand.ts +++ b/src/assets/commands/ReinflateCommand.ts @@ -43,6 +43,10 @@ export const JSON_SCHEMA : IJsonSchema = { "when": { "type": "boolean", "description": "If this evaluates to false, the command is skipped" + }, + "preservedSequencers": { + "type": "array", + "description": "An array of named sequencers to preserve" } }, "required": [