cecon-interfaces 1.9.30 → 1.9.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2022/payio/cards/entities/card.entity.mjs +2 -1
- package/dist/esm2022/payio/cards/interfaces/i-card.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +1 -0
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/payio/cards/entities/card.entity.d.ts +1 -0
- package/dist/payio/cards/entities/card.entity.js +1 -0
- package/dist/payio/cards/interfaces/i-card.d.ts +1 -0
- package/package.json +1 -1
@@ -20,6 +20,7 @@ var PayioCardEntity = /** @class */ (function () {
|
|
20
20
|
this.info = new card_info_entity_1.PayioCardInfoEntity();
|
21
21
|
this.logs = [];
|
22
22
|
this.status = enums_1.EPayioCardStatus.PENDING;
|
23
|
+
this.tags = [];
|
23
24
|
this.updatedAt = new Date();
|
24
25
|
if (data) {
|
25
26
|
for (var key in data) {
|