cecon-interfaces 1.6.78 → 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.78",
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
  }
@@ -11,7 +11,7 @@ export declare class PayioJwtPayloadEntity implements IPayioJwtPayload {
11
11
  aud: string;
12
12
  device: PayioJwtPayloadDeviceEntity | null;
13
13
  distributorId: string | null;
14
- exp: number;
14
+ exp?: number;
15
15
  iat: number;
16
16
  info: IPayioJwtPayloadInfo | null;
17
17
  iss: string;
@@ -15,7 +15,7 @@ export interface IPayioJwtPayload {
15
15
  /**
16
16
  * (Expiração): Timestamp de quando o JWT expira
17
17
  */
18
- exp: number;
18
+ exp?: number;
19
19
  /**
20
20
  * (Emitido em): Timestamp de quando o JWT foi emitido
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.78",
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",