plac-micro-common 1.2.52 → 1.2.54
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.
|
@@ -15,6 +15,7 @@ import { OrganizationStaffBranchEntity } from "./org_staff_branches.entity";
|
|
|
15
15
|
import { OrganizationStaffReportingLineEntity } from "./org_staff_reporting_lines.entity";
|
|
16
16
|
import { RelationshipEntity } from "./relationship.entity";
|
|
17
17
|
import { StaffEntity } from "./staffs.entity";
|
|
18
|
-
|
|
19
|
-
export
|
|
18
|
+
import { PaymentMethodEntity } from "./payment_method.entity";
|
|
19
|
+
export declare const CORE_ENTITIES: readonly [typeof GeoProvinceEntity, typeof GeoDistrictEntity, typeof GeoCommuneEntity, typeof GeoVillageEntity, typeof MaritalStatusEntity, typeof NationalityEntity, typeof NumberSeriesEntity, typeof OrganizationEntity, typeof OrganizationBranchEntity, typeof OrganizationChannelEntity, typeof OrganizationDepartmentEntity, typeof OrganizationPositionEntity, typeof OrganizationStaffEntity, typeof OrganizationStaffBranchEntity, typeof OrganizationStaffReportingLineEntity, typeof PaymentMethodEntity, typeof RelationshipEntity, typeof StaffEntity, typeof import("./product").CashValueEntity, typeof import("./product").PaymentModeEntity, typeof import("./product").PremiumRateConditionEntity, typeof import("./product").PremiumRateValueEntity, typeof import("./product").ProductEntity, typeof import("./product").ProductOrgEntity, typeof import("./product").ProductTypeEntity, typeof import("./product").ProductPaymentModeEntity, typeof import("./product").ProductRiderEntity, typeof import("./product").ProductTermEntity, typeof import("./product").ProductPlanEntity, typeof import("./product").PromotionEntity, typeof import("./product").PromotionOrgEntity, typeof import("./product").PromotionProductEntity, typeof import("./product").RiderEntity, typeof import("./product").TermEntity];
|
|
20
|
+
export { GeoProvinceEntity, GeoDistrictEntity, GeoCommuneEntity, GeoVillageEntity, MaritalStatusEntity, NationalityEntity, NumberSeriesEntity, OrganizationEntity, OrganizationBranchEntity, OrganizationChannelEntity, OrganizationDepartmentEntity, OrganizationPositionEntity, OrganizationStaffEntity, OrganizationStaffBranchEntity, OrganizationStaffReportingLineEntity, PaymentMethodEntity, RelationshipEntity, StaffEntity, };
|
|
20
21
|
export * from "./product";
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.StaffEntity = exports.RelationshipEntity = exports.OrganizationStaffReportingLineEntity = exports.OrganizationStaffBranchEntity = exports.OrganizationStaffEntity = exports.OrganizationPositionEntity = exports.OrganizationDepartmentEntity = exports.OrganizationChannelEntity = exports.OrganizationBranchEntity = exports.OrganizationEntity = exports.NumberSeriesEntity = exports.NationalityEntity = exports.MaritalStatusEntity = exports.GeoVillageEntity = exports.GeoCommuneEntity = exports.GeoDistrictEntity = exports.GeoProvinceEntity = exports.CORE_ENTITIES = void 0;
|
|
17
|
+
exports.StaffEntity = exports.RelationshipEntity = exports.PaymentMethodEntity = exports.OrganizationStaffReportingLineEntity = exports.OrganizationStaffBranchEntity = exports.OrganizationStaffEntity = exports.OrganizationPositionEntity = exports.OrganizationDepartmentEntity = exports.OrganizationChannelEntity = exports.OrganizationBranchEntity = exports.OrganizationEntity = exports.NumberSeriesEntity = exports.NationalityEntity = exports.MaritalStatusEntity = exports.GeoVillageEntity = exports.GeoCommuneEntity = exports.GeoDistrictEntity = exports.GeoProvinceEntity = exports.CORE_ENTITIES = void 0;
|
|
18
18
|
const geo_province_entity_1 = require("./geo_province.entity");
|
|
19
19
|
Object.defineProperty(exports, "GeoProvinceEntity", { enumerable: true, get: function () { return geo_province_entity_1.GeoProvinceEntity; } });
|
|
20
20
|
const geo_district_entity_1 = require("./geo_district.entity");
|
|
@@ -50,6 +50,8 @@ Object.defineProperty(exports, "RelationshipEntity", { enumerable: true, get: fu
|
|
|
50
50
|
const staffs_entity_1 = require("./staffs.entity");
|
|
51
51
|
Object.defineProperty(exports, "StaffEntity", { enumerable: true, get: function () { return staffs_entity_1.StaffEntity; } });
|
|
52
52
|
const product_1 = require("./product");
|
|
53
|
+
const payment_method_entity_1 = require("./payment_method.entity");
|
|
54
|
+
Object.defineProperty(exports, "PaymentMethodEntity", { enumerable: true, get: function () { return payment_method_entity_1.PaymentMethodEntity; } });
|
|
53
55
|
exports.CORE_ENTITIES = [
|
|
54
56
|
geo_province_entity_1.GeoProvinceEntity,
|
|
55
57
|
geo_district_entity_1.GeoDistrictEntity,
|
|
@@ -69,6 +71,8 @@ exports.CORE_ENTITIES = [
|
|
|
69
71
|
org_staff_branches_entity_1.OrganizationStaffBranchEntity,
|
|
70
72
|
org_staff_reporting_lines_entity_1.OrganizationStaffReportingLineEntity,
|
|
71
73
|
//
|
|
74
|
+
payment_method_entity_1.PaymentMethodEntity,
|
|
75
|
+
//
|
|
72
76
|
relationship_entity_1.RelationshipEntity,
|
|
73
77
|
//
|
|
74
78
|
staffs_entity_1.StaffEntity,
|
|
@@ -26,8 +26,8 @@ __decorate([
|
|
|
26
26
|
__metadata("design:type", String)
|
|
27
27
|
], ProductTermEntity.prototype, "product_id", void 0);
|
|
28
28
|
__decorate([
|
|
29
|
-
(0, typeorm_1.Column)({ type: "
|
|
30
|
-
__metadata("design:type",
|
|
29
|
+
(0, typeorm_1.Column)({ type: "uuid" }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
31
|
], ProductTermEntity.prototype, "term_id", void 0);
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, typeorm_1.Column)({ type: "boolean", default: false }),
|