andoncloud-sdk 1.6.31 → 1.6.33

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/dist/index.d.ts CHANGED
@@ -145,6 +145,7 @@ declare module 'andoncloud-sdk' {
145
145
  username: string;
146
146
  email: string;
147
147
  name: string;
148
+ permissions: string[];
148
149
  }
149
150
 
150
151
  export interface Session {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.6.31";
1
+ export declare const LIBRARY_VERSION = "1.6.33";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.6.31",
3
+ "version": "1.6.33",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",