@aloma.io/integration-sdk 3.8.41 → 3.8.42

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.
@@ -140,6 +140,10 @@ declare type OAuth = {
140
140
  * the oauth authorization url then must contain `code_challenge_method=S256&code_challenge={{codeChallenge}}` in order to work
141
141
  */
142
142
  useCodeChallenge?: boolean;
143
+ /**
144
+ * if true, the client can be configured by the user
145
+ */
146
+ configurableClient?: boolean;
143
147
  /**
144
148
  * additional token arguments
145
149
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.41",
3
+ "version": "3.8.42",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -166,6 +166,11 @@ declare type OAuth = {
166
166
  */
167
167
  useCodeChallenge?: boolean;
168
168
 
169
+ /**
170
+ * if true, the client can be configured by the user
171
+ */
172
+ configurableClient?: boolean;
173
+
169
174
  /**
170
175
  * additional token arguments
171
176
  */