@boltic/cli 1.0.15 → 1.0.16

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.15",
3
+ "version": "1.0.16",
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": {
@@ -111,7 +111,6 @@ const select = {
111
111
  labelKey: "label",
112
112
  valueKey: "value",
113
113
  condition: "{{sample-condition}}",
114
- loadDynamicParameters: false,
115
114
  body: {
116
115
  secret: "secret",
117
116
  loadOptionsMethod: "get",
@@ -119,6 +118,7 @@ const select = {
119
118
  operation: "operation",
120
119
  },
121
120
  },
121
+ loadDynamicParameters: false,
122
122
  displayProps: { loading: false },
123
123
  validation: {
124
124
  required: false,
@@ -206,12 +206,12 @@ const autocomplete = {
206
206
  body: {},
207
207
  multiple: false,
208
208
  limitTags: 3,
209
- loadDynamicParameters: false,
210
209
  },
211
210
  htmlProps: {
212
211
  allowDynamic: false,
213
212
  showAddNew: false,
214
213
  },
214
+ loadDynamicParameters: false,
215
215
  validation: {
216
216
  required: false,
217
217
  requiredDetail: {
@@ -763,8 +763,8 @@ const multiselect = {
763
763
  valueKey: "value",
764
764
  condition: "{{sample-condition}}",
765
765
  body: {},
766
- loadDynamicParameters: false,
767
766
  },
767
+ loadDynamicParameters: false,
768
768
  validation: {
769
769
  required: false,
770
770
  requiredDetail: {