@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
package/src/builder/index.mts
CHANGED