cecon-interfaces 1.6.66 → 1.6.67

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.66",
3
+ "version": "1.6.67",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,7 +4,6 @@ export declare class PayioAppEntity implements IPayioApp {
4
4
  active: boolean;
5
5
  description: string;
6
6
  downloadUrl: string;
7
- features: string[];
8
7
  id: string;
9
8
  name: string;
10
9
  price: number;
@@ -10,7 +10,6 @@ var PayioAppEntity = /** @class */ (function () {
10
10
  this.active = false;
11
11
  this.description = '';
12
12
  this.downloadUrl = '';
13
- this.features = [];
14
13
  this.id = '';
15
14
  this.name = '';
16
15
  this.price = 0;
@@ -1,5 +1,7 @@
1
1
  export declare enum EPayuioAppSlug {
2
2
  payio_cash = "payio-cash",
3
3
  payio_chef = "payio-chef",
4
+ payio_distributor = "payio-distributor",
5
+ payio_main = "payio-main",
4
6
  none = "none"
5
7
  }
@@ -5,5 +5,7 @@ var EPayuioAppSlug;
5
5
  (function (EPayuioAppSlug) {
6
6
  EPayuioAppSlug["payio_cash"] = "payio-cash";
7
7
  EPayuioAppSlug["payio_chef"] = "payio-chef";
8
+ EPayuioAppSlug["payio_distributor"] = "payio-distributor";
9
+ EPayuioAppSlug["payio_main"] = "payio-main";
8
10
  EPayuioAppSlug["none"] = "none";
9
11
  })(EPayuioAppSlug || (exports.EPayuioAppSlug = EPayuioAppSlug = {}));
@@ -1,9 +1,8 @@
1
- import { EPayuioAppSlug } from "../enums";
1
+ import { EPayuioAppSlug } from '../enums';
2
2
  export interface IPayioApp {
3
3
  active: boolean;
4
4
  description: string;
5
5
  downloadUrl: string;
6
- features: string[];
7
6
  id: string;
8
7
  name: string;
9
8
  slug: EPayuioAppSlug;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.66",
3
+ "version": "1.6.67",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",