@parra/parra-js-sdk 0.2.45 → 0.2.46

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.
@@ -420,7 +420,7 @@ export interface CheckAuthorizationRequestBody {
420
420
  scope: string;
421
421
  }
422
422
  export interface AuthToken {
423
- access_token: boolean;
423
+ access_token: string;
424
424
  }
425
425
  export interface CheckAuthorization {
426
426
  allowed: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.45",
3
+ "version": "0.2.46",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",