@aloma.io/integration-sdk 3.7.35 → 3.7.36

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.
@@ -306,6 +306,8 @@ ${text}
306
306
  console.log("periodic refresh", e);
307
307
  }
308
308
  }, this._oauth.tokenRefreshPeriod || 4 * 60 * 60 * 15000);
309
+ // @ts-ignore
310
+ theOAuth.getToken();
309
311
  }
310
312
  }
311
313
  const getBlob = (id) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.7.35",
3
+ "version": "3.7.36",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -373,6 +373,9 @@ ${text}
373
373
  },
374
374
  this._oauth.tokenRefreshPeriod || 4 * 60 * 60 * 15000,
375
375
  );
376
+
377
+ // @ts-ignore
378
+ theOAuth.getToken();
376
379
  }
377
380
  }
378
381