@extrahorizon/exh-cli 1.8.0-dev-66-414b9a4 → 1.8.0-dev-68-292f990
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/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.8.0
|
|
4
|
-
* Schemas:
|
|
5
|
-
* `
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Schemas:
|
|
5
|
+
* `createMode`, `readMode`, `updateMode` and `deleteMode` have been updated to accept multiple granular options, matching the revamped access mode changes in Data Service `1.4.0`
|
|
6
|
+
* Transition Action `type: "task"` now supports the `priority` field
|
|
7
|
+
* Transition `afterActions` now supports the `type: "task"` Action
|
|
8
|
+
* `exh data schemas sync` now doesn't try to sync `description` fields for Conditions and Actions in the `creationTransition`
|
|
8
9
|
|
|
9
10
|
### v1.7.0
|
|
10
11
|
* `exh data schemas sync` now allows your schema `.json` files to contain a `$schema` property
|
|
@@ -328,14 +328,10 @@
|
|
|
328
328
|
"const": "notifyAlgoQueueManager",
|
|
329
329
|
"description": "Deprecated! The notifyAlgoQueueManager action is deprecated and should not be used."
|
|
330
330
|
},
|
|
331
|
-
"description": { "type": "string" }
|
|
332
|
-
"id": { "type": "string" },
|
|
333
|
-
"version": { "type": "string" }
|
|
331
|
+
"description": { "type": "string" }
|
|
334
332
|
},
|
|
335
333
|
"required": [
|
|
336
|
-
"type"
|
|
337
|
-
"id",
|
|
338
|
-
"version"
|
|
334
|
+
"type"
|
|
339
335
|
],
|
|
340
336
|
"additionalProperties": false
|
|
341
337
|
},
|