cecon-interfaces 1.6.17 → 1.6.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import { INatiVValidateCode } from '../interfaces/i-validate-code';
2
- export declare class NatiV2ValidateCodeEntity implements INatiVValidateCode {
1
+ import { INatiV2ValidateCode } from '../interfaces/i-validate-code';
2
+ export declare class NatiV2ValidateCodeEntity implements INatiV2ValidateCode {
3
3
  updatedAt: number;
4
4
  verified: boolean;
5
5
  verifiedAt: Date;
@@ -1,4 +1,4 @@
1
- export interface INatiVValidateCode {
1
+ export interface INatiV2ValidateCode {
2
2
  updatedAt: number;
3
3
  verified: boolean;
4
4
  verifiedAt: Date;
@@ -1 +1 @@
1
- export { INatiVValidateCode } from './i-validate-code';
1
+ export { INatiV2ValidateCode } from './i-validate-code';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.17",
3
+ "version": "1.6.19",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3,7 +3,6 @@ import { IPayioJwtPayloadSubscription } from '../interfaces/i-payload-subscripti
3
3
  export declare class PayioJwtPayloadSubscriptionEntity implements IPayioJwtPayloadSubscription {
4
4
  expiresAt: number;
5
5
  id: string;
6
- planId: string;
7
6
  status: ESubsStatus;
8
7
  constructor(data?: Partial<PayioJwtPayloadSubscriptionEntity>);
9
8
  }
@@ -9,7 +9,6 @@ var PayioJwtPayloadSubscriptionEntity = /** @class */ (function () {
9
9
  // #region Properties (4)
10
10
  this.expiresAt = 0;
11
11
  this.id = '';
12
- this.planId = '';
13
12
  this.status = general_1.ESubsStatus.PENDING;
14
13
  if (data) {
15
14
  for (var key in data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.17",
3
+ "version": "1.6.19",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",