oro-sdk-apis 1.17.0 → 1.17.1

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.17.0",
2
+ "version": "1.17.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -42,6 +42,9 @@ export class ApisPracticeManager {
42
42
  }
43
43
  }
44
44
 
45
+ // Initialize the M2M token
46
+ await authTokenFunc()
47
+
45
48
  // Set the refresh tokens callback
46
49
  newPracticeInstance.apiService.setAuthRefreshFn(authTokenFunc)
47
50