cecon-interfaces 1.6.45 → 1.6.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.45",
3
+ "version": "1.6.46",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,5 +4,6 @@ export declare class PayioJwtPayloadSubscriptionEntity implements IPayioJwtPaylo
4
4
  expiresAt: number;
5
5
  id: string;
6
6
  status: ESubsStatus;
7
+ usedTrial: boolean;
7
8
  constructor(data?: Partial<PayioJwtPayloadSubscriptionEntity>);
8
9
  }
@@ -10,6 +10,7 @@ var PayioJwtPayloadSubscriptionEntity = /** @class */ (function () {
10
10
  this.expiresAt = 0;
11
11
  this.id = '';
12
12
  this.status = general_1.ESubsStatus.PENDING;
13
+ this.usedTrial = false;
13
14
  if (data) {
14
15
  for (var key in data) {
15
16
  if (data.hasOwnProperty(key) && key in this) {
@@ -3,4 +3,5 @@ export interface IPayioJwtPayloadSubscription {
3
3
  expiresAt: number;
4
4
  id: string;
5
5
  status: ESubsStatus;
6
+ usedTrial: boolean;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.45",
3
+ "version": "1.6.46",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",