@lcdp/api-react-rest-client 2.14.2-LDS-4911-migration-franco-custom-vers-ma.18038653291 → 2.14.2-LDS-4911-migration-franco-custom-vers-ma.18039024671

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.14.2-LDS-4911-migration-franco-custom-vers-ma.18038653291",
3
+ "version": "2.14.2-LDS-4911-migration-franco-custom-vers-ma.18039024671",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -59,10 +59,12 @@ export interface User {
59
59
  role: UserRole;
60
60
  /**
61
61
  *
62
- * @type {Array<string>}
62
+ * @type {{ [key: string]: string; }}
63
63
  * @memberof User
64
64
  */
65
- entitlements?: Array<string>;
65
+ entitlements?: {
66
+ [key: string]: string;
67
+ };
66
68
  /**
67
69
  * True if the user have unpaid invoice
68
70
  * @type {boolean}