cecon-interfaces 1.6.19 → 1.6.20

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.19",
3
+ "version": "1.6.20",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,6 +9,7 @@ export declare class PayioSubscriptionEntity implements IPayioSubscription {
9
9
  amount: number;
10
10
  appIds: string[];
11
11
  cancellationReason: string;
12
+ companyId: string;
12
13
  createdAt: Date;
13
14
  customVariables: CustomVariableEntity[];
14
15
  expiresAt: Date;
@@ -3,14 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PayioSubscriptionEntity = void 0;
4
4
  var general_1 = require("../../../general");
5
5
  var PayioSubscriptionEntity = /** @class */ (function () {
6
- // #endregion Properties (24)
6
+ // #endregion Properties (25)
7
7
  // #region Constructors (1)
8
8
  function PayioSubscriptionEntity(data) {
9
- // #region Properties (24)
9
+ // #region Properties (25)
10
10
  this.activeDevices = [];
11
11
  this.amount = 0;
12
12
  this.appIds = [];
13
13
  this.cancellationReason = '';
14
+ this.companyId = '';
14
15
  this.createdAt = new Date();
15
16
  this.customVariables = [];
16
17
  this.expiresAt = new Date();
@@ -8,6 +8,7 @@ export interface IPayioSubscription {
8
8
  amount: number;
9
9
  appIds: string[];
10
10
  cancellationReason: string;
11
+ companyId: string;
11
12
  createdAt: Date;
12
13
  customVariables: ICustomVariable[];
13
14
  expiresAt: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.19",
3
+ "version": "1.6.20",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",