@aloma.io/integration-sdk 3.7.40 → 3.7.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.
package/build/internal/index.mjs
CHANGED
@@ -289,8 +289,7 @@ ${text}
|
|
289
289
|
throw new Error("could not get refresh token " + status + " " + text);
|
290
290
|
}
|
291
291
|
};
|
292
|
-
|
293
|
-
const theOAuth = decrypted.oauthResult
|
292
|
+
const theOAuth = that._oauth
|
294
293
|
? new OAuth(decrypted.oauthResult, saveOAuthResult, getRefreshToken)
|
295
294
|
: null;
|
296
295
|
if (theOAuth) {
|
package/package.json
CHANGED
package/src/internal/index.mts
CHANGED