@aloma.io/integration-sdk 3.8.44 → 3.8.46

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.
@@ -152,6 +152,10 @@ declare type OAuth = {
152
152
  * if true, the connection is optional
153
153
  */
154
154
  connectionOptional?: boolean;
155
+ /**
156
+ * oauth2 configurable client scope
157
+ */
158
+ configurableClientScope?: string;
155
159
  /**
156
160
  * additional token arguments
157
161
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.44",
3
+ "version": "3.8.46",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -181,6 +181,11 @@ declare type OAuth = {
181
181
  */
182
182
  connectionOptional?: boolean;
183
183
 
184
+ /**
185
+ * oauth2 configurable client scope
186
+ */
187
+ configurableClientScope?: string;
188
+
184
189
  /**
185
190
  * additional token arguments
186
191
  */