@aloma.io/integration-sdk 3.3.71 → 3.3.73

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.
@@ -364,6 +364,7 @@ ${text}
364
364
  const useAuthHeader = !!that._oauth.useAuthHeader;
365
365
  const useCodeChallenge = !!that._oauth.useCodeChallenge;
366
366
  let body = {
367
+ grant_type: "authorization_code",
367
368
  ...additionalTokenArgs,
368
369
  code: arg.code,
369
370
  redirect_uri: arg.redirectURI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.3.71",
3
+ "version": "3.3.73",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -462,6 +462,7 @@ ${text}
462
462
  const useCodeChallenge = !!that._oauth.useCodeChallenge;
463
463
 
464
464
  let body = {
465
+ grant_type: "authorization_code",
465
466
  ...additionalTokenArgs,
466
467
  code: arg.code,
467
468
  redirect_uri: arg.redirectURI,
@@ -4,7 +4,7 @@
4
4
  "skipLibCheck": true,
5
5
  "module": "node16",
6
6
  "moduleResolution": "node16",
7
- "lib": ["es2015", "es6", "esnext"],
7
+ "lib": ["es2015", "es6", "esnext", "dom"],
8
8
  "declaration": true,
9
9
  "allowJs": true,
10
10
  "outDir": "build",