@aloma.io/integration-sdk 3.8.42 → 3.8.43

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.
@@ -144,6 +144,10 @@ declare type OAuth = {
144
144
  * if true, the client can be configured by the user
145
145
  */
146
146
  configurableClient?: boolean;
147
+ /**
148
+ * if true, the configurable client is optional
149
+ */
150
+ configurableClientOptional?: boolean;
147
151
  /**
148
152
  * additional token arguments
149
153
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.42",
3
+ "version": "3.8.43",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -171,6 +171,11 @@ declare type OAuth = {
171
171
  */
172
172
  configurableClient?: boolean;
173
173
 
174
+ /**
175
+ * if true, the configurable client is optional
176
+ */
177
+ configurableClientOptional?: boolean;
178
+
174
179
  /**
175
180
  * additional token arguments
176
181
  */