cecon-interfaces 1.1.58 → 1.1.59
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/invoice/entities/invoice-pix.entity.mjs +4 -3
- package/dist/esm2022/invoice/interfaces/i-invoice-pix.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +3 -2
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/invoice/entities/invoice-pix.entity.d.ts +1 -0
- package/dist/invoice/entities/invoice-pix.entity.js +3 -2
- package/dist/invoice/interfaces/i-invoice-pix.d.ts +1 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
@@ -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 (
|
5
|
+
// #endregion Properties (5)
|
6
6
|
// #region Constructors (1)
|
7
7
|
function InvoicePixEntity(data) {
|
8
|
-
// #region Properties (
|
8
|
+
// #region Properties (5)
|
9
|
+
this.expireAt = new Date();
|
9
10
|
this.qrCode = '';
|
10
11
|
this.qrCodeImage = '';
|
11
12
|
this.qrCodeText = '';
|
package/dist/package.json
CHANGED