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