@vizzly/api-client 0.0.36 → 0.0.37

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,7 +306,7 @@ class VizzlyApi extends Api_1.Api {
306
306
  path: `/api/v3/project/${params.projectId}`,
307
307
  method: 'get',
308
308
  abortSignal: params.abortSignal,
309
- acceptedAuthParams: ['projectApiKey', 'projectAccessToken'],
309
+ acceptedAuthParams: ['projectApiKey', 'projectAccessToken', 'appSessionToken'],
310
310
  };
311
311
  }
312
312
  getProjectAccessToken(params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",