@boltic/cli 1.0.21 → 1.0.22

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.21",
3
+ "version": "1.0.22",
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": {
@@ -943,7 +943,7 @@ const phone = {
943
943
  onlyCountries: [],
944
944
  preferredCountries: ["US", "GB", "CA"],
945
945
  continents: ["NA", "EU"],
946
- allowDropdown: true,
946
+ allowDynamic: true,
947
947
  },
948
948
  validation: {
949
949
  required: false,