@aloma.io/integration-sdk 3.3.45 → 3.3.46

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,9 +92,8 @@ ${arg.configurableClientScope}
92
92
  _endpointToken: {
93
93
  name: "Endpoint Token",
94
94
  placeholder: "e.g. 1234",
95
- type: "line",
95
+ type: !!notOptional ? "managed" : "line",
96
96
  plain: true,
97
- managed: !!notOptional,
98
97
  optional: !notOptional,
99
98
  },
100
99
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.45",
3
+ "version": "3.3.46",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -108,9 +108,8 @@ ${arg.configurableClientScope}
108
108
  _endpointToken: {
109
109
  name: "Endpoint Token",
110
110
  placeholder: "e.g. 1234",
111
- type: "line",
111
+ type: !!notOptional?"managed":"line",
112
112
  plain: true,
113
- managed: !!notOptional,
114
113
  optional: !notOptional,
115
114
  },
116
115
  },