andoncloud-sdk 1.6.31 → 1.6.32

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
@@ -174,6 +174,7 @@ declare module 'andoncloud-sdk' {
174
174
  tokenType: string;
175
175
  createdAt: number;
176
176
  expiresIn: number;
177
+ permissions: string[];
177
178
  };
178
179
  }
179
180
 
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.32";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.6.31",
3
+ "version": "1.6.32",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",