@boltic/cli 1.0.11 → 1.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A powerful CLI tool for managing Boltic Workflow integrations - create, sync, test, and publish integrations with ease",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -110,6 +110,7 @@ const select = {
110
110
  url: "/api/options",
111
111
  labelKey: "label",
112
112
  valueKey: "value",
113
+ condition: "{{sample-condition}}",
113
114
  body: {
114
115
  secret: "secret",
115
116
  loadOptionsMethod: "get",
@@ -199,6 +200,7 @@ const autocomplete = {
199
200
  url: "/api/autocomplete",
200
201
  labelKey: "label",
201
202
  valueKey: "value",
203
+ condition: "{{sample-condition}}",
202
204
  body: {},
203
205
  multiple: false,
204
206
  limitTags: 3,
@@ -675,6 +677,7 @@ const multiselect = {
675
677
  url: "/api/options",
676
678
  labelKey: "label",
677
679
  valueKey: "value",
680
+ condition: "{{sample-condition}}",
678
681
  body: {},
679
682
  },
680
683
  validation: {