cecon-interfaces 1.6.95 → 1.6.97

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.95",
3
+ "version": "1.6.96",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,6 +4,7 @@ export declare class PayioOrderQueueEntity implements IPayioOrderQueue {
4
4
  appId: string;
5
5
  attempts: number;
6
6
  companyId: string;
7
+ companyName: string;
7
8
  createdAt: Date;
8
9
  data: string;
9
10
  error: string;
@@ -4,10 +4,10 @@ exports.PayioOrderQueueEntity = void 0;
4
4
  var enums_1 = require("../enums");
5
5
  var PayioOrderQueueEntity = /** @class */ (function () {
6
6
  function PayioOrderQueueEntity() {
7
- // #region Properties (10)
8
7
  this.appId = '';
9
8
  this.attempts = 0;
10
9
  this.companyId = '';
10
+ this.companyName = '';
11
11
  this.createdAt = new Date();
12
12
  this.data = '';
13
13
  this.error = '';
@@ -15,7 +15,6 @@ var PayioOrderQueueEntity = /** @class */ (function () {
15
15
  this.lastAttemptAt = new Date();
16
16
  this.reference = '';
17
17
  this.status = enums_1.PayioOrderQueueStatusEnum.pending;
18
- // #endregion Properties (10)
19
18
  }
20
19
  return PayioOrderQueueEntity;
21
20
  }());
@@ -4,6 +4,7 @@ export interface IPayioOrderQueue {
4
4
  createdAt: Date;
5
5
  reference: string;
6
6
  companyId: string;
7
+ companyName: string;
7
8
  appId: string;
8
9
  error: string;
9
10
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.95",
3
+ "version": "1.6.97",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",