multicloud_rule_manager 1.1.59 → 1.1.60

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.
@@ -92,7 +92,7 @@ export default {
92
92
  "Content-Type": "application/json"
93
93
  },
94
94
  body: JSON.stringify({
95
-
95
+ guid: guid,
96
96
 
97
97
  context: "catalog",
98
98
  name: filename,
@@ -100,6 +100,8 @@ export default {
100
100
  agenda_group: "always",
101
101
  status: "draft",
102
102
  start_date: startDate,
103
+ action: [],
104
+ condition: [],
103
105
  dsl_internal: content
104
106
  })
105
107
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",