@extrahorizon/exh-cli 1.8.0-dev-66-414b9a4 → 1.8.0-dev-67-853f087
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.
|
@@ -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
|
},
|