cecon-interfaces 1.3.16 → 1.3.17
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/company/entities/company-contact.entity.d.ts +7 -0
- package/dist/company/entities/company-contact.entity.js +22 -0
- package/dist/company/entities/company-custom-data.entity.d.ts +6 -0
- package/dist/company/entities/company-custom-data.entity.js +21 -0
- package/dist/company/entities/company.entity.d.ts +7 -5
- package/dist/company/entities/company.entity.js +9 -5
- package/dist/company/entities/index.d.ts +3 -1
- package/dist/company/entities/index.js +7 -3
- package/dist/company/interfaces/i-company-custom-data.d.ts +4 -0
- package/dist/company/interfaces/i-company-custom-data.js +2 -0
- package/dist/company/interfaces/i-company.d.ts +2 -0
- package/dist/company/interfaces/index.d.ts +2 -1
- package/dist/esm2022/company/entities/company-contact.entity.mjs +18 -0
- package/dist/esm2022/company/entities/company-custom-data.entity.mjs +17 -0
- package/dist/esm2022/company/entities/company-trial-plans.entity.mjs +17 -0
- package/dist/esm2022/company/entities/company.entity.mjs +11 -7
- package/dist/esm2022/company/entities/index.mjs +4 -2
- package/dist/esm2022/company/interfaces/i-company-custom-data.mjs +2 -0
- package/dist/esm2022/company/interfaces/i-company.mjs +1 -1
- package/dist/esm2022/company/interfaces/index.mjs +1 -1
- package/dist/esm2022/mobyo/mobyo-customer-mobyo/interfaces/i-customer-mobyo.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +45 -7
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/esm2022/company/entities/company-used-plans.entity.mjs +0 -17
- /package/dist/company/entities/{company-used-plans.entity.d.ts → company-trial-plans.entity.d.ts} +0 -0
- /package/dist/company/entities/{company-used-plans.entity.js → company-trial-plans.entity.js} +0 -0
package/dist/package.json
CHANGED
package/package.json
CHANGED
@@ -1,17 +0,0 @@
|
|
1
|
-
export class CompanyTrialPlansUsedEntity {
|
2
|
-
// #region Properties (2)
|
3
|
-
activedAt = new Date();
|
4
|
-
id = '';
|
5
|
-
// #endregion Properties (2)
|
6
|
-
// #region Constructors (1)
|
7
|
-
constructor(data) {
|
8
|
-
if (data) {
|
9
|
-
for (let key in data) {
|
10
|
-
if (data.hasOwnProperty(key) && key in this) {
|
11
|
-
this[key] = data[key];
|
12
|
-
}
|
13
|
-
}
|
14
|
-
}
|
15
|
-
}
|
16
|
-
}
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGFueS11c2VkLXBsYW5zLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wYW55L2VudGl0aWVzL2NvbXBhbnktdXNlZC1wbGFucy5lbnRpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLDJCQUEyQjtJQUN0Qyx5QkFBeUI7SUFFbEIsU0FBUyxHQUFTLElBQUksSUFBSSxFQUFFLENBQUM7SUFDN0IsRUFBRSxHQUFXLEVBQUUsQ0FBQztJQUV2Qiw0QkFBNEI7SUFFNUIsMkJBQTJCO0lBRTNCLFlBQVksSUFBMkM7UUFDckQsSUFBSSxJQUFJLEVBQUU7WUFDUixLQUFLLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtnQkFDcEIsSUFBSSxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7b0JBQzFDLElBQVksQ0FBQyxHQUFHLENBQUMsR0FBSSxJQUFZLENBQUMsR0FBRyxDQUFDLENBQUM7aUJBQ3pDO2FBQ0Y7U0FDRjtJQUNILENBQUM7Q0FHRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElDb21wYW55VHJpYWxQbGFuc1VzZWQgfSBmcm9tICcuLi9pbnRlcmZhY2VzL2ktY29tcGFueS10cmlhbC11c2Vkcyc7XG5cbmV4cG9ydCBjbGFzcyBDb21wYW55VHJpYWxQbGFuc1VzZWRFbnRpdHkgaW1wbGVtZW50cyBJQ29tcGFueVRyaWFsUGxhbnNVc2VkIHtcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICgyKVxuXG4gIHB1YmxpYyBhY3RpdmVkQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xuICBwdWJsaWMgaWQ6IHN0cmluZyA9ICcnO1xuXG4gIC8vICNlbmRyZWdpb24gUHJvcGVydGllcyAoMilcblxuICAvLyAjcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcblxuICBjb25zdHJ1Y3RvcihkYXRhPzogUGFydGlhbDxDb21wYW55VHJpYWxQbGFuc1VzZWRFbnRpdHk+KSB7XG4gICAgaWYgKGRhdGEpIHtcbiAgICAgIGZvciAobGV0IGtleSBpbiBkYXRhKSB7XG4gICAgICAgIGlmIChkYXRhLmhhc093blByb3BlcnR5KGtleSkgJiYga2V5IGluIHRoaXMpIHtcbiAgICAgICAgICAodGhpcyBhcyBhbnkpW2tleV0gPSAoZGF0YSBhcyBhbnkpW2tleV07XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyAjZW5kcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcbn1cbiJdfQ==
|
/package/dist/company/entities/{company-used-plans.entity.d.ts → company-trial-plans.entity.d.ts}
RENAMED
File without changes
|
/package/dist/company/entities/{company-used-plans.entity.js → company-trial-plans.entity.js}
RENAMED
File without changes
|