cecon-interfaces 1.6.22 → 1.6.23

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.22",
3
+ "version": "1.6.23",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +1,6 @@
1
1
  import { IPayioApp } from '../interfaces/i-app';
2
2
  export declare class PayioAppEntity implements IPayioApp {
3
3
  active: boolean;
4
- activeInstalls: number;
5
4
  description: string;
6
5
  downloadUrl: string;
7
6
  features: string[];
@@ -7,7 +7,6 @@ var PayioAppEntity = /** @class */ (function () {
7
7
  function PayioAppEntity(data) {
8
8
  // #region Properties (11)
9
9
  this.active = false;
10
- this.activeInstalls = 0;
11
10
  this.description = '';
12
11
  this.downloadUrl = '';
13
12
  this.features = [];
@@ -1,6 +1,5 @@
1
1
  export interface IPayioApp {
2
2
  active: boolean;
3
- activeInstalls: number;
4
3
  description: string;
5
4
  downloadUrl: string;
6
5
  features: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.22",
3
+ "version": "1.6.23",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",