cecon-interfaces 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/envelope/interfaces/factory-envelope-array-pag.functions.mjs +1 -1
- package/dist/esm2022/envelope/interfaces/factory-envelope-array.functions.mjs +1 -1
- package/dist/esm2022/envelope/interfaces/factory-envelope.functions.mjs +1 -1
- package/dist/esm2022/payio/company/entities/company.entity.mjs +2 -4
- package/dist/esm2022/payio/company/interfaces/i-company.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +1 -3
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/payio/company/entities/company.entity.d.ts +1 -0
- package/dist/payio/company/entities/company.entity.js +1 -3
- package/dist/payio/company/interfaces/i-company.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -4,10 +4,7 @@ exports.PayioCompanyEntity = void 0;
|
|
4
4
|
var general_1 = require("../../../general");
|
5
5
|
var address_entity_1 = require("./address.entity");
|
6
6
|
var PayioCompanyEntity = /** @class */ (function () {
|
7
|
-
// #endregion Properties (19)
|
8
|
-
// #region Constructors (1)
|
9
7
|
function PayioCompanyEntity(data) {
|
10
|
-
// #region Properties (19)
|
11
8
|
this.active = false;
|
12
9
|
this.address = new address_entity_1.PayioAddressEntity();
|
13
10
|
this.containerId = '';
|
@@ -24,6 +21,7 @@ var PayioCompanyEntity = /** @class */ (function () {
|
|
24
21
|
this.paymentProvider = null;
|
25
22
|
this.phoneNumber = '';
|
26
23
|
this.sandbox = false;
|
24
|
+
this.shortName = '';
|
27
25
|
this.tags = [];
|
28
26
|
this.updatedAt = new Date();
|
29
27
|
this.version = '';
|