@aloma.io/integration-sdk 3.3.36 → 3.3.37

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.
@@ -42,6 +42,7 @@ class Dispatcher {
42
42
  name: "OAuth Client ID",
43
43
  placeholder: "e.g. 1234",
44
44
  type: "line",
45
+ plain: true
45
46
  },
46
47
  clientSecret: {
47
48
  name: "OAuth Client Secret",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.36",
3
+ "version": "3.3.37",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -49,6 +49,7 @@ class Dispatcher {
49
49
  name: "OAuth Client ID",
50
50
  placeholder: "e.g. 1234",
51
51
  type: "line",
52
+ plain: true
52
53
  },
53
54
  clientSecret: {
54
55
  name: "OAuth Client Secret",