@aloma.io/integration-sdk 3.8.3 → 3.8.5

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.
@@ -30,7 +30,7 @@ export type ConfigField = {
30
30
  /**
31
31
  * a single line text field
32
32
  */
33
- | "text"
33
+ | "line"
34
34
  /**
35
35
  * a number field
36
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.3",
3
+ "version": "3.8.5",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -40,7 +40,7 @@ export type ConfigField = {
40
40
  /**
41
41
  * a single line text field
42
42
  */
43
- | "text"
43
+ | "line"
44
44
  /**
45
45
  * a number field
46
46
  */