cecon-interfaces 1.5.91 → 1.5.92

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.91",
3
+ "version": "1.5.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,6 +5,5 @@ export declare class PayioJwtPayloadUserEntity implements IPayioJwtPayloadUser {
5
5
  internationalCode: string;
6
6
  name: string;
7
7
  phoneNumber: string;
8
- roles: string[];
9
8
  constructor(data?: Partial<PayioJwtPayloadUserEntity>);
10
9
  }
@@ -11,7 +11,6 @@ var PayioJwtPayloadUserEntity = /** @class */ (function () {
11
11
  this.internationalCode = '';
12
12
  this.name = '';
13
13
  this.phoneNumber = '';
14
- this.roles = [];
15
14
  if (data) {
16
15
  for (var key in data) {
17
16
  if (data.hasOwnProperty(key) && key in this) {
@@ -4,5 +4,4 @@ export interface IPayioJwtPayloadUser {
4
4
  email: string | null;
5
5
  id: string;
6
6
  name: string;
7
- roles: string[];
8
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.91",
3
+ "version": "1.5.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",