schemas/flowVersionsDeletePost.json in losant_rest-1.16.2 vs schemas/flowVersionsDeletePost.json in losant_rest-1.16.3

- old
+ new

@@ -172,9 +172,53 @@ { "type": "null" } ] }, + "$gt": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + { + "type": "null" + } + ] + }, + "$lt": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + { + "type": "null" + } + ] + }, + "$gte": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + { + "type": "null" + } + ] + }, + "$lte": { + "oneOf": [ + { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + { + "type": "null" + } + ] + }, "$in": { "type": "array", "maxItems": 100, "items": { "type": "string", \ No newline at end of file