cecon-interfaces 1.6.6 → 1.6.7

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.6.06",
3
+ "version": "1.6.07",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2,6 +2,5 @@ import { IPayioJwtPayloadApp } from '../interfaces/i-payload-app';
2
2
  export declare class PayioJwtPayloadAppEntity implements IPayioJwtPayloadApp {
3
3
  id: string;
4
4
  slug: string;
5
- type: string;
6
5
  constructor(data?: Partial<PayioJwtPayloadAppEntity>);
7
6
  }
@@ -8,7 +8,6 @@ var PayioJwtPayloadAppEntity = /** @class */ (function () {
8
8
  // #region Properties (3)
9
9
  this.id = '';
10
10
  this.slug = '';
11
- this.type = '';
12
11
  if (data) {
13
12
  for (var key in data) {
14
13
  if (data.hasOwnProperty(key) && key in this) {
@@ -1,5 +1,4 @@
1
1
  export interface IPayioJwtPayloadApp {
2
2
  id: string;
3
3
  slug: string;
4
- type: string;
5
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.06",
3
+ "version": "1.6.07",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",