@aloma.io/integration-sdk 3.8.43 → 3.8.44

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.
@@ -148,6 +148,10 @@ declare type OAuth = {
148
148
  * if true, the configurable client is optional
149
149
  */
150
150
  configurableClientOptional?: boolean;
151
+ /**
152
+ * if true, the connection is optional
153
+ */
154
+ connectionOptional?: boolean;
151
155
  /**
152
156
  * additional token arguments
153
157
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.43",
3
+ "version": "3.8.44",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -176,6 +176,11 @@ declare type OAuth = {
176
176
  */
177
177
  configurableClientOptional?: boolean;
178
178
 
179
+ /**
180
+ * if true, the connection is optional
181
+ */
182
+ connectionOptional?: boolean;
183
+
179
184
  /**
180
185
  * additional token arguments
181
186
  */