@aloma.io/integration-sdk 3.3.44 → 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.
@@ -90,9 +90,9 @@ ${arg.configurableClientScope}
90
90
  this.config({
91
91
  fields: {
92
92
  _endpointToken: {
93
- name: "Endpoint Token (set to enable the endpoint)",
93
+ name: "Endpoint Token",
94
94
  placeholder: "e.g. 1234",
95
- type: "line",
95
+ type: !!notOptional ? "managed" : "line",
96
96
  plain: true,
97
97
  optional: !notOptional,
98
98
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.44",
3
+ "version": "3.3.46",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -106,9 +106,9 @@ ${arg.configurableClientScope}
106
106
  this.config({
107
107
  fields: {
108
108
  _endpointToken: {
109
- name: "Endpoint Token (set to enable the endpoint)",
109
+ name: "Endpoint Token",
110
110
  placeholder: "e.g. 1234",
111
- type: "line",
111
+ type: !!notOptional?"managed":"line",
112
112
  plain: true,
113
113
  optional: !notOptional,
114
114
  },