cecon-interfaces 1.6.23 → 1.6.24

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.23",
3
+ "version": "1.6.24",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@ export declare class PayioSubscriptionEntity implements IPayioSubscription {
18
18
  items: PayioFeatureEntity[];
19
19
  logs: PayioSubscriptionLogEntity[];
20
20
  notes: string;
21
- payment: PaymentMethodEntity;
21
+ payment: PaymentMethodEntity | null;
22
22
  planId: string;
23
23
  planName: string;
24
24
  renewPaymentDate: Date;
@@ -20,7 +20,7 @@ var PayioSubscriptionEntity = /** @class */ (function () {
20
20
  this.items = [];
21
21
  this.logs = [];
22
22
  this.notes = '';
23
- this.payment = new general_1.PaymentMethodEntity();
23
+ this.payment = null;
24
24
  this.planId = '';
25
25
  this.planName = '';
26
26
  this.renewPaymentDate = new Date();
@@ -16,7 +16,7 @@ export interface IPayioSubscription {
16
16
  items: IPayioFeature[];
17
17
  logs: IPayioSubscriptionLog[];
18
18
  notes: string;
19
- payment: IPaymentMethod;
19
+ payment: IPaymentMethod | null;
20
20
  planId: string;
21
21
  planName: string;
22
22
  renewPaymentDate: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.23",
3
+ "version": "1.6.24",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",