cecon-interfaces 1.1.58 → 1.1.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  import { IInvoicePix } from '../interfaces/i-invoice-pix';
2
2
  export declare class InvoicePixEntity implements IInvoicePix {
3
+ expiresAt: Date;
3
4
  qrCode: string;
4
5
  qrCodeImage: string;
5
6
  qrCodeText: string;
@@ -2,10 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.InvoicePixEntity = void 0;
4
4
  var InvoicePixEntity = /** @class */ (function () {
5
- // #endregion Properties (4)
5
+ // #endregion Properties (5)
6
6
  // #region Constructors (1)
7
7
  function InvoicePixEntity(data) {
8
- // #region Properties (4)
8
+ // #region Properties (5)
9
+ this.expiresAt = new Date();
9
10
  this.qrCode = '';
10
11
  this.qrCodeImage = '';
11
12
  this.qrCodeText = '';
@@ -3,4 +3,5 @@ export interface IInvoicePix {
3
3
  qrCodeImage: string;
4
4
  qrCodeText: string;
5
5
  status: string;
6
+ expiresAt: Date;
6
7
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.1.58",
3
+ "version": "1.1.61",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.1.58",
3
+ "version": "1.1.61",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",