@aloma.io/integration-sdk 3.3.40 → 3.3.41

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.
@@ -63,9 +63,9 @@ class Dispatcher {
63
63
  type: "line",
64
64
  description: `Default Scope:
65
65
 
66
- ${arg.configurableClientScopes}
66
+ ${arg.configurableClientScope}
67
67
  `,
68
- optional: !!arg.configurableClientScopes,
68
+ optional: true,
69
69
  plain: true
70
70
  }
71
71
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.40",
3
+ "version": "3.3.41",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -71,9 +71,9 @@ class Dispatcher {
71
71
  type: "line",
72
72
  description: `Default Scope:
73
73
 
74
- ${arg.configurableClientScopes}
74
+ ${arg.configurableClientScope}
75
75
  `,
76
- optional: !!arg.configurableClientScopes,
76
+ optional: true,
77
77
  plain: true
78
78
  }
79
79
  },