cecon-interfaces 1.6.79 → 1.6.80

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.79",
3
+ "version": "1.6.80",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -7,7 +7,7 @@ export declare class PayioAppEntity implements IPayioApp {
7
7
  id: string;
8
8
  name: string;
9
9
  price: number;
10
- secrets: string;
10
+ secret: string;
11
11
  slug: EPayuioAppSlug;
12
12
  tags: string[];
13
13
  version: string;
@@ -13,7 +13,7 @@ var PayioAppEntity = /** @class */ (function () {
13
13
  this.id = '';
14
14
  this.name = '';
15
15
  this.price = 0;
16
- this.secrets = '';
16
+ this.secret = '';
17
17
  this.slug = enums_1.EPayuioAppSlug.none;
18
18
  this.tags = [];
19
19
  this.version = '0.0.1';
@@ -7,7 +7,7 @@ export interface IPayioApp {
7
7
  name: string;
8
8
  slug: EPayuioAppSlug;
9
9
  price: number;
10
- secrets: string;
10
+ secret: string;
11
11
  version: string;
12
12
  tags: string[];
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.79",
3
+ "version": "1.6.80",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",