law-common 10.68.0 → 10.68.1
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/src/api/index.d.ts +10 -0
- package/dist/src/api/index.js +10 -0
- package/dist/src/entities/index.d.ts +24 -0
- package/dist/src/entities/index.js +24 -0
- package/dist/src/entities/interface/client_affiliate_entity.interface.d.ts +3 -0
- package/dist/src/entities/interface/entity.utils.interface.d.ts +6 -6
- package/dist/src/entities/interface/entity.utils.interface.js +2 -2
- package/dist/src/entities/model/client-affiliate.entity.model.d.ts +3 -0
- package/dist/src/entities/model/client-affiliate.entity.model.js +3 -0
- package/dist/src/entities/model/entity.model.interface.js +7 -7
- package/dist/src/entities/model/vendor.entity.model.d.ts +2 -2
- package/dist/src/entities/model/vendor.entity.model.js +1 -1
- package/package.json +1 -1
package/dist/src/api/index.d.ts
CHANGED
|
@@ -86,4 +86,14 @@ export * from "./interface/client_quote.create.dto.interface";
|
|
|
86
86
|
export * from "./interface/client_quote.update.dto.interface";
|
|
87
87
|
export * from "./interface/client_quote_rate.create.dto.interface";
|
|
88
88
|
export * from "./interface/client_quote_rate.update.dto.interface";
|
|
89
|
+
export * from "./interface/vendor-invoice.entity.response";
|
|
90
|
+
export * from "./interface/vendor.entity.response";
|
|
91
|
+
export * from "./interface/website_lead.create.dto.interface";
|
|
92
|
+
export * from "./interface/website_lead.update.dto.interface";
|
|
93
|
+
export * from "./interface/website_newsletter_subscription.create.dto.interface";
|
|
94
|
+
export * from "./interface/website_newsletter_subscription.update.dto.interface";
|
|
95
|
+
export * from "./interface/client_quote.create.dto.interface";
|
|
96
|
+
export * from "./interface/client_quote.update.dto.interface";
|
|
97
|
+
export * from "./interface/client_quote_rate.create.dto.interface";
|
|
98
|
+
export * from "./interface/client_quote_rate.update.dto.interface";
|
|
89
99
|
export * from "./interface/project-revenue-split.create.dto";
|
package/dist/src/api/index.js
CHANGED
|
@@ -106,4 +106,14 @@ __exportStar(require("./interface/client_quote.create.dto.interface"), exports);
|
|
|
106
106
|
__exportStar(require("./interface/client_quote.update.dto.interface"), exports);
|
|
107
107
|
__exportStar(require("./interface/client_quote_rate.create.dto.interface"), exports);
|
|
108
108
|
__exportStar(require("./interface/client_quote_rate.update.dto.interface"), exports);
|
|
109
|
+
__exportStar(require("./interface/vendor-invoice.entity.response"), exports);
|
|
110
|
+
__exportStar(require("./interface/vendor.entity.response"), exports);
|
|
111
|
+
__exportStar(require("./interface/website_lead.create.dto.interface"), exports);
|
|
112
|
+
__exportStar(require("./interface/website_lead.update.dto.interface"), exports);
|
|
113
|
+
__exportStar(require("./interface/website_newsletter_subscription.create.dto.interface"), exports);
|
|
114
|
+
__exportStar(require("./interface/website_newsletter_subscription.update.dto.interface"), exports);
|
|
115
|
+
__exportStar(require("./interface/client_quote.create.dto.interface"), exports);
|
|
116
|
+
__exportStar(require("./interface/client_quote.update.dto.interface"), exports);
|
|
117
|
+
__exportStar(require("./interface/client_quote_rate.create.dto.interface"), exports);
|
|
118
|
+
__exportStar(require("./interface/client_quote_rate.update.dto.interface"), exports);
|
|
109
119
|
__exportStar(require("./interface/project-revenue-split.create.dto"), exports);
|
|
@@ -179,6 +179,30 @@ export * from "./interface/client_quote.entity.interface";
|
|
|
179
179
|
export * from "./interface/client_quote_rate.entity.interface";
|
|
180
180
|
export * from "./model/client_quote.entity.model";
|
|
181
181
|
export * from "./model/client_quote_rate.entity.model";
|
|
182
|
+
export * from "./interface/website_lead.entity.interface";
|
|
183
|
+
export * from "./interface/website_newsletter_subscription.entity.interface";
|
|
184
|
+
export * from "./model/website_lead.entity.model";
|
|
185
|
+
export * from "./model/website_newsletter_subscription.entity.model";
|
|
186
|
+
export * from "./enums/vendor_invoice_action_status_enum";
|
|
187
|
+
export * from "./enums/vendor_invoice_status_enum";
|
|
188
|
+
export * from "./interface/vendor-invoice-item-history.entity.interface";
|
|
189
|
+
export * from "./interface/vendot-invoice-history.entity.interface";
|
|
190
|
+
export * from "./enums/vendor-action.enum";
|
|
191
|
+
export * from "./enums/vendor-status.enum";
|
|
192
|
+
export * from "./flow-configs/vendor-flow.config";
|
|
193
|
+
export * from "./interface/vendor-history.entity.interface";
|
|
194
|
+
export * from "./enums/vendor_invoice_action.enum";
|
|
195
|
+
export * from "./enums/vendor_invoice_item_action.enum";
|
|
196
|
+
export * from "./enums/vendor_invoice_item_status.enum";
|
|
197
|
+
export * from "./flow-configs/vendor-invoice-flow.config";
|
|
198
|
+
export * from "./flow-configs/flow-config.type";
|
|
199
|
+
export * from "./enums/client_quote_currency_enum";
|
|
200
|
+
export * from "./enums/client_quote_rate_type_enum";
|
|
201
|
+
export * from "./enums/client_quote_status_enum";
|
|
202
|
+
export * from "./interface/client_quote.entity.interface";
|
|
203
|
+
export * from "./interface/client_quote_rate.entity.interface";
|
|
204
|
+
export * from "./model/client_quote.entity.model";
|
|
205
|
+
export * from "./model/client_quote_rate.entity.model";
|
|
182
206
|
export * from "./enums/billing_profile.enum";
|
|
183
207
|
export * from "./enums/billing_profile_code.enum";
|
|
184
208
|
export * from "./interface/billing_profile.entity.interface";
|
|
@@ -195,6 +195,30 @@ __exportStar(require("./interface/client_quote.entity.interface"), exports);
|
|
|
195
195
|
__exportStar(require("./interface/client_quote_rate.entity.interface"), exports);
|
|
196
196
|
__exportStar(require("./model/client_quote.entity.model"), exports);
|
|
197
197
|
__exportStar(require("./model/client_quote_rate.entity.model"), exports);
|
|
198
|
+
__exportStar(require("./interface/website_lead.entity.interface"), exports);
|
|
199
|
+
__exportStar(require("./interface/website_newsletter_subscription.entity.interface"), exports);
|
|
200
|
+
__exportStar(require("./model/website_lead.entity.model"), exports);
|
|
201
|
+
__exportStar(require("./model/website_newsletter_subscription.entity.model"), exports);
|
|
202
|
+
__exportStar(require("./enums/vendor_invoice_action_status_enum"), exports);
|
|
203
|
+
__exportStar(require("./enums/vendor_invoice_status_enum"), exports);
|
|
204
|
+
__exportStar(require("./interface/vendor-invoice-item-history.entity.interface"), exports);
|
|
205
|
+
__exportStar(require("./interface/vendot-invoice-history.entity.interface"), exports);
|
|
206
|
+
__exportStar(require("./enums/vendor-action.enum"), exports);
|
|
207
|
+
__exportStar(require("./enums/vendor-status.enum"), exports);
|
|
208
|
+
__exportStar(require("./flow-configs/vendor-flow.config"), exports);
|
|
209
|
+
__exportStar(require("./interface/vendor-history.entity.interface"), exports);
|
|
210
|
+
__exportStar(require("./enums/vendor_invoice_action.enum"), exports);
|
|
211
|
+
__exportStar(require("./enums/vendor_invoice_item_action.enum"), exports);
|
|
212
|
+
__exportStar(require("./enums/vendor_invoice_item_status.enum"), exports);
|
|
213
|
+
__exportStar(require("./flow-configs/vendor-invoice-flow.config"), exports);
|
|
214
|
+
__exportStar(require("./flow-configs/flow-config.type"), exports);
|
|
215
|
+
__exportStar(require("./enums/client_quote_currency_enum"), exports);
|
|
216
|
+
__exportStar(require("./enums/client_quote_rate_type_enum"), exports);
|
|
217
|
+
__exportStar(require("./enums/client_quote_status_enum"), exports);
|
|
218
|
+
__exportStar(require("./interface/client_quote.entity.interface"), exports);
|
|
219
|
+
__exportStar(require("./interface/client_quote_rate.entity.interface"), exports);
|
|
220
|
+
__exportStar(require("./model/client_quote.entity.model"), exports);
|
|
221
|
+
__exportStar(require("./model/client_quote_rate.entity.model"), exports);
|
|
198
222
|
__exportStar(require("./enums/billing_profile.enum"), exports);
|
|
199
223
|
__exportStar(require("./enums/billing_profile_code.enum"), exports);
|
|
200
224
|
__exportStar(require("./interface/billing_profile.entity.interface"), exports);
|
|
@@ -6,6 +6,9 @@ export interface IClientAffiliateEntity extends IEntityAuditColumn {
|
|
|
6
6
|
address: string;
|
|
7
7
|
clientId: number;
|
|
8
8
|
organizationId: number;
|
|
9
|
+
primaryContactName: string;
|
|
10
|
+
primaryContact: string;
|
|
11
|
+
primaryEmail: string;
|
|
9
12
|
zipCode: string;
|
|
10
13
|
country: string;
|
|
11
14
|
details?: Nullable<string>;
|
|
@@ -46,7 +46,7 @@ import { PermissionEntityModel } from "../model/permissions.entity.model";
|
|
|
46
46
|
import { ProjectRevenueSplitMappingEntityModel } from "../model/project-revenue-split-mapping.model";
|
|
47
47
|
import { ProjectUserMappingEntityModel } from "../model/project-user-mapping.entity.model";
|
|
48
48
|
import { ProjectEntityModel } from "../model/project.entity.model";
|
|
49
|
-
import { RateEntityModel } from "../model/rate.
|
|
49
|
+
import { RateEntityModel } from "../model/rate.model";
|
|
50
50
|
import { ReimbursementExpenseEntityModel } from "../model/reimbursement-expense.entity.model";
|
|
51
51
|
import { ReimbursementEntityModel } from "../model/reimbursement.entity.model";
|
|
52
52
|
import { ReimbursementHistoryEntityModel } from "../model/reimbursement_history.entity.model";
|
|
@@ -232,14 +232,14 @@ export declare enum EntityEnum {
|
|
|
232
232
|
VENDOR_INVOICE = "vendor_invoice",
|
|
233
233
|
VENDOR_INVOICE_HISTORY = "vendor_invoice_history",
|
|
234
234
|
VENDOR_INVOICE_ITEM = "vendor_invoice_item",
|
|
235
|
+
BILLING_PROFILE = "billing_profile",
|
|
236
|
+
PROJECT_REVENUE_SPLIT_MAPPING = "project_revenue_split_mapping",
|
|
235
237
|
WEBSITE_LEAD = "website_lead",
|
|
236
238
|
WEBSITE_NEWSLETTER_SUBSCRIPTION = "website_newsletter_subscription",
|
|
237
239
|
VENDOR_INVOICE_ITEM_HISTORY = "vendor_invoice_item_history",
|
|
238
240
|
VENDOR_HISTORY = "vendor_history",
|
|
239
241
|
CLIENT_QUOTE = "client_quote",
|
|
240
|
-
CLIENT_QUOTE_RATE = "client_quote_rate"
|
|
241
|
-
BILLING_PROFILE = "billing_profile",
|
|
242
|
-
PROJECT_REVENUE_SPLIT_MAPPING = "project_revenue_split_mapping"
|
|
242
|
+
CLIENT_QUOTE_RATE = "client_quote_rate"
|
|
243
243
|
}
|
|
244
244
|
export type EntityRelations = {
|
|
245
245
|
[K in EntityEnum | VirtualEntityEnum]: K;
|
|
@@ -258,7 +258,7 @@ export type IBaseEntityApiResponse<T> = {
|
|
|
258
258
|
[K in EntityEnum | VirtualEntityEnum]?: IBaseEntityApiResponse<EnumEntityType<K>>;
|
|
259
259
|
};
|
|
260
260
|
};
|
|
261
|
-
export type EnumEntityType<T extends EntityEnum | VirtualEntityEnum> = (T extends EntityEnum.BILLING ? IBillingEntity : T extends EntityEnum.BILLING_HISTORY ? IBillingHistoryEntity : T extends EntityEnum.BILLING_TIMESHEET ? IBillingTimesheetEntity : T extends EntityEnum.BILLING_REIMBURSEMENT_EXPENSE ? IBillingReimbursementExpenseEntity : T extends EntityEnum.BILLING_TIMESHEET_HISTORY ? IBillingTimesheetHistoryEntity : T extends EntityEnum.BILLING_REIMBURESMENT_EXPENSE_HISTORY ? IBillingReimbursementExpenseHistoryEntity : T extends EntityEnum.TIMESHEET ? ITimesheetEntity : T extends EntityEnum.USER ? IUserEntity : T extends EntityEnum.PROJECT ? IProjectEntity : T extends EntityEnum.CLIENT ? IClientEntity : T extends EntityEnum.LEAVE ? ILeaveEntity : T extends EntityEnum.BANK ? IBankEntity : T extends EntityEnum.BILLING_PAYMENT ? IBillingPaymentEntity : T extends EntityEnum.BILLING_TRANSACTION ? IBillingTransactionEntity : T extends EntityEnum.BILLING_TRANSACTION_HISTORY ? IBillingTransactionHistoryEntity : T extends EntityEnum.CLIENT_AFFILIATE ? IClientAffiliateEntity : T extends EntityEnum.CONFIGURATION ? IConfigurationEntity : T extends EntityEnum.HOLIDAY ? IHolidayEntity : T extends EntityEnum.HOLIDAY_LIST ? IHolidayListEntity : T extends EntityEnum.COUNTRY ? ICountryEntity : T extends EntityEnum.EXPENSE_TYPE ? IExpenseTypeEntity : T extends EntityEnum.INDUSTRY ? IIndustryEntity : T extends EntityEnum.INTERMEDIARY_BANK ? IIntermediaryBankEntity : T extends EntityEnum.OFFICE_LOCATION ? IOfficeLocationEntity : T extends EntityEnum.PERMISSION ? IPermissionEntity : T extends EntityEnum.ROLE ? IRoleEntity : T extends EntityEnum.TASK ? ITaskEntity : T extends EntityEnum.DESIGNATION ? IDesignationEntity : T extends EntityEnum.RATE ? IRateEntity : T extends EntityEnum.REIMBURSEMENT ? IReimbursementEntity : T extends EntityEnum.REIMBURSEMENT_EXPENSE ? IReimbursementExpenseEntity : T extends EntityEnum.REIMBURSEMENT_HISTORY ? IReimbursementHistoryEntity : T extends EntityEnum.WORK_FROM_HOME ? IWorkFromHomeEntity : T extends EntityEnum.ORGANIZATION ? IOrganizationEntity : T extends EntityEnum.PROJECT_USER_MAPPING ? IProjectUserMappingEntity : T extends EntityEnum.CLIENT_USER_MAPPING ? IClientUserMappingEntity : T extends EntityEnum.CLIENT_INTRODUCING_MAPPING ? IClientIntroducingMappingEntity : T extends EntityEnum.TO_DO_LIST ? IToDoListEntity : T extends EntityEnum.CRON_JOBS ? ICronJobsEntity : T extends EntityEnum.ROLE_PERMISSION_MAPPING ? IRolePermissionMappingEntity : T extends EntityEnum.BANK_HISTORY ? IBankHistoryEntity : T extends VirtualEntityEnum.LEAVE_COUNT ? ILeaveCountVirtualEntity : T extends EntityEnum.LEAVE_HISTORY ? ILeaveHistoryEntity : T extends EntityEnum.WORK_FROM_HOME_HISTORY ? IWorkFromHomeHistoryEntity : T extends EntityEnum.TIMESHEET_HISTORY ? ITimesheetHistoryEntity : T extends EntityEnum.ADDRESS_BOOK ? IAddressBookEntity : T extends EntityEnum.STATE ? IStateEntity : T extends EntityEnum.GST_RATE ? IGstRateEntity : T extends EntityEnum.ORGANIZATION_TYPE ? IOrganizationTypeEntity : T extends EntityEnum.TDS_RATE ? ITdsRateEntity : T extends EntityEnum.ORGANIZATION_TYPE_TDS_RATE_MAPPING ? IOrganizationTypeTdsRateMappingEntity : T extends EntityEnum.VOUCHER_TYPE ? IVoucherTypeEntity : T extends EntityEnum.TDS_RATE_VOUCHER_TYPE_MAPPING ? ITdsRateVoucherTypeMappingEntity : T extends EntityEnum.EXPENSE_HEAD ? IExpenseHeadEntity : T extends EntityEnum.DOCUMENT_UPLOAD ? IDocumentUploadEntity : T extends EntityEnum.VENDOR ? IVendorEntity : T extends EntityEnum.VENDOR_INVOICE ? IVendorInvoiceEntity : T extends EntityEnum.VENDOR_INVOICE_HISTORY ? IVendorInvoiceHistoryEntity : T extends EntityEnum.VENDOR_INVOICE_ITEM ? IVendorInvoiceItemEntity : T extends EntityEnum.VENDOR_INVOICE_ITEM_HISTORY ? IVendorInvoiceItemHistoryEntity : T extends EntityEnum.VENDOR_HISTORY ? IVendorHistoryEntity : T extends EntityEnum.WEBSITE_LEAD ? IWebsiteLeadEntity : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? IWebsiteNewsletterSubscriptionEntity : T extends EntityEnum.CLIENT_QUOTE ? IClientQuoteEntity : T extends EntityEnum.CLIENT_QUOTE_RATE ? IClientQuoteRateEntity : T extends EntityEnum.BILLING_PROFILE ? IBillingProfileEntity : T extends EntityEnum.PROJECT_REVENUE_SPLIT_MAPPING ? IProjectRevenueSplitMappingEntity : never) & {
|
|
261
|
+
export type EnumEntityType<T extends EntityEnum | VirtualEntityEnum> = (T extends EntityEnum.BILLING ? IBillingEntity : T extends EntityEnum.BILLING_HISTORY ? IBillingHistoryEntity : T extends EntityEnum.BILLING_TIMESHEET ? IBillingTimesheetEntity : T extends EntityEnum.BILLING_REIMBURSEMENT_EXPENSE ? IBillingReimbursementExpenseEntity : T extends EntityEnum.BILLING_TIMESHEET_HISTORY ? IBillingTimesheetHistoryEntity : T extends EntityEnum.BILLING_REIMBURESMENT_EXPENSE_HISTORY ? IBillingReimbursementExpenseHistoryEntity : T extends EntityEnum.TIMESHEET ? ITimesheetEntity : T extends EntityEnum.USER ? IUserEntity : T extends EntityEnum.PROJECT ? IProjectEntity : T extends EntityEnum.CLIENT ? IClientEntity : T extends EntityEnum.LEAVE ? ILeaveEntity : T extends EntityEnum.BANK ? IBankEntity : T extends EntityEnum.BILLING_PAYMENT ? IBillingPaymentEntity : T extends EntityEnum.BILLING_TRANSACTION ? IBillingTransactionEntity : T extends EntityEnum.BILLING_TRANSACTION_HISTORY ? IBillingTransactionHistoryEntity : T extends EntityEnum.CLIENT_AFFILIATE ? IClientAffiliateEntity : T extends EntityEnum.CONFIGURATION ? IConfigurationEntity : T extends EntityEnum.HOLIDAY ? IHolidayEntity : T extends EntityEnum.HOLIDAY_LIST ? IHolidayListEntity : T extends EntityEnum.COUNTRY ? ICountryEntity : T extends EntityEnum.EXPENSE_TYPE ? IExpenseTypeEntity : T extends EntityEnum.INDUSTRY ? IIndustryEntity : T extends EntityEnum.INTERMEDIARY_BANK ? IIntermediaryBankEntity : T extends EntityEnum.OFFICE_LOCATION ? IOfficeLocationEntity : T extends EntityEnum.PERMISSION ? IPermissionEntity : T extends EntityEnum.ROLE ? IRoleEntity : T extends EntityEnum.TASK ? ITaskEntity : T extends EntityEnum.DESIGNATION ? IDesignationEntity : T extends EntityEnum.RATE ? IRateEntity : T extends EntityEnum.REIMBURSEMENT ? IReimbursementEntity : T extends EntityEnum.REIMBURSEMENT_EXPENSE ? IReimbursementExpenseEntity : T extends EntityEnum.REIMBURSEMENT_HISTORY ? IReimbursementHistoryEntity : T extends EntityEnum.WORK_FROM_HOME ? IWorkFromHomeEntity : T extends EntityEnum.ORGANIZATION ? IOrganizationEntity : T extends EntityEnum.PROJECT_USER_MAPPING ? IProjectUserMappingEntity : T extends EntityEnum.CLIENT_USER_MAPPING ? IClientUserMappingEntity : T extends EntityEnum.CLIENT_INTRODUCING_MAPPING ? IClientIntroducingMappingEntity : T extends EntityEnum.TO_DO_LIST ? IToDoListEntity : T extends EntityEnum.CRON_JOBS ? ICronJobsEntity : T extends EntityEnum.ROLE_PERMISSION_MAPPING ? IRolePermissionMappingEntity : T extends EntityEnum.BANK_HISTORY ? IBankHistoryEntity : T extends VirtualEntityEnum.LEAVE_COUNT ? ILeaveCountVirtualEntity : T extends EntityEnum.LEAVE_HISTORY ? ILeaveHistoryEntity : T extends EntityEnum.WORK_FROM_HOME_HISTORY ? IWorkFromHomeHistoryEntity : T extends EntityEnum.TIMESHEET_HISTORY ? ITimesheetHistoryEntity : T extends EntityEnum.ADDRESS_BOOK ? IAddressBookEntity : T extends EntityEnum.STATE ? IStateEntity : T extends EntityEnum.GST_RATE ? IGstRateEntity : T extends EntityEnum.ORGANIZATION_TYPE ? IOrganizationTypeEntity : T extends EntityEnum.TDS_RATE ? ITdsRateEntity : T extends EntityEnum.ORGANIZATION_TYPE_TDS_RATE_MAPPING ? IOrganizationTypeTdsRateMappingEntity : T extends EntityEnum.VOUCHER_TYPE ? IVoucherTypeEntity : T extends EntityEnum.TDS_RATE_VOUCHER_TYPE_MAPPING ? ITdsRateVoucherTypeMappingEntity : T extends EntityEnum.EXPENSE_HEAD ? IExpenseHeadEntity : T extends EntityEnum.DOCUMENT_UPLOAD ? IDocumentUploadEntity : T extends EntityEnum.VENDOR ? IVendorEntity : T extends EntityEnum.VENDOR_INVOICE ? IVendorInvoiceEntity : T extends EntityEnum.VENDOR_INVOICE_HISTORY ? IVendorInvoiceHistoryEntity : T extends EntityEnum.VENDOR_INVOICE_HISTORY ? IVendorInvoiceHistoryEntity : T extends EntityEnum.VENDOR_INVOICE_ITEM ? IVendorInvoiceItemEntity : T extends EntityEnum.VENDOR_INVOICE_ITEM_HISTORY ? IVendorInvoiceItemHistoryEntity : T extends EntityEnum.VENDOR_HISTORY ? IVendorHistoryEntity : T extends EntityEnum.WEBSITE_LEAD ? IWebsiteLeadEntity : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? IWebsiteNewsletterSubscriptionEntity : T extends EntityEnum.CLIENT_QUOTE ? IClientQuoteEntity : T extends EntityEnum.CLIENT_QUOTE_RATE ? IClientQuoteRateEntity : T extends EntityEnum.BILLING_PROFILE ? IBillingProfileEntity : T extends EntityEnum.PROJECT_REVENUE_SPLIT_MAPPING ? IProjectRevenueSplitMappingEntity : T extends EntityEnum.VENDOR_INVOICE_ITEM_HISTORY ? IVendorInvoiceItemHistoryEntity : T extends EntityEnum.VENDOR_HISTORY ? IVendorHistoryEntity : T extends EntityEnum.WEBSITE_LEAD ? IWebsiteLeadEntity : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? IWebsiteNewsletterSubscriptionEntity : T extends EntityEnum.CLIENT_QUOTE ? IClientQuoteEntity : T extends EntityEnum.CLIENT_QUOTE_RATE ? IClientQuoteRateEntity : never) & {
|
|
262
262
|
id: number;
|
|
263
263
|
};
|
|
264
264
|
export type EntityRelationConfig<T extends EntityEnum | VirtualEntityEnum> = {
|
|
@@ -382,7 +382,7 @@ export declare enum VirtualEntityEnum {
|
|
|
382
382
|
}
|
|
383
383
|
export type IHistoryConstraintSearchResponse<T> = IBaseResponse<IHistoryEntitySearchByConstraintResponse<T>[]>;
|
|
384
384
|
export type IHistoryConstraintSearchServiceResponse<T> = IHistoryEntitySearchByConstraintResponse<T>[];
|
|
385
|
-
export type EnumToModel<T extends EntityEnum | VirtualEntityEnum> = T extends EntityEnum.BILLING ? BillingEntityModel : T extends EntityEnum.BILLING_HISTORY ? BillingHistoryEntityModel : T extends EntityEnum.CLIENT ? ClientEntityModel : T extends EntityEnum.INTERMEDIARY_BANK ? IntermediaryBankEntityModel : T extends EntityEnum.PROJECT ? ProjectEntityModel : T extends EntityEnum.PROJECT_USER_MAPPING ? ProjectUserMappingEntityModel : T extends EntityEnum.REIMBURSEMENT ? ReimbursementEntityModel : T extends EntityEnum.REIMBURSEMENT_EXPENSE ? ReimbursementExpenseEntityModel : T extends EntityEnum.BILLING_REIMBURSEMENT_EXPENSE ? BillingReimbursementExpneseEntityModel : T extends EntityEnum.BILLING_REIMBURESMENT_EXPENSE_HISTORY ? BillingReimbursementExpenseHistoryEntityModel : T extends EntityEnum.LEAVE ? LeaveEntityModel : T extends EntityEnum.WORK_FROM_HOME ? WorkFromHomeEntityModel : T extends EntityEnum.HOLIDAY ? HolidayEntityModel : T extends VirtualEntityEnum.LEAVE_COUNT ? LeaveCountVirtualEntityModel : T extends EntityEnum.CLIENT_AFFILIATE ? ClientAffiliateEntityModel : T extends EntityEnum.BANK ? BankEntityModel : T extends EntityEnum.CONFIGURATION ? ConfigurationEntityModel : T extends EntityEnum.TASK ? TaskEntityModel : T extends EntityEnum.BILLING_TIMESHEET ? BillingTimesheetEntityModel : T extends EntityEnum.BILLING_TIMESHEET_HISTORY ? BillingTimesheetHistoryEntityModel : T extends EntityEnum.TIMESHEET ? TimesheetEntityModel : T extends EntityEnum.TIMESHEET_HISTORY ? TimesheetHistoryEntityModel : T extends EntityEnum.COUNTRY ? CountryEntityModel : T extends EntityEnum.BILLING_TRANSACTION ? BillingTransactionEntityModel : T extends EntityEnum.BILLING_TRANSACTION_HISTORY ? BillingTransactionHistoryEntityModel : T extends EntityEnum.ADDRESS_BOOK ? AddressBookEntityModel : T extends EntityEnum.STATE ? StateEntityModel : T extends EntityEnum.GST_RATE ? GstRateEntityModel : T extends EntityEnum.ORGANIZATION_TYPE ? OrganizationTypeEntityModel : T extends EntityEnum.TDS_RATE ? TdsRateEntityModel : T extends EntityEnum.ORGANIZATION_TYPE_TDS_RATE_MAPPING ? OrganizationTypeTdsRateMappingEntityModel : T extends EntityEnum.VOUCHER_TYPE ? VoucherTypeEntityModel : T extends EntityEnum.TDS_RATE_VOUCHER_TYPE_MAPPING ? TdsRateVoucherTypeMappingEntityModel : T extends EntityEnum.ORGANIZATION ? OrganizationEntityModel : T extends EntityEnum.INDUSTRY ? IndustryEntityModel : T extends EntityEnum.EXPENSE_TYPE ? ExpenseTypeEntityModel : T extends EntityEnum.DESIGNATION ? DesignationEntityModel : T extends EntityEnum.RATE ? RateEntityModel : T extends EntityEnum.ROLE ? RoleEntityModel : T extends EntityEnum.ROLE_PERMISSION_MAPPING ? RolePermissionMappingEntityModel : T extends EntityEnum.PERMISSION ? PermissionEntityModel : T extends EntityEnum.EXPENSE_HEAD ? ExpenseHeadEntityModel : T extends EntityEnum.DOCUMENT_UPLOAD ? DocumentUploadEntityModel : T extends EntityEnum.VENDOR ? VendorEntityModel : T extends EntityEnum.VENDOR_INVOICE ? VendorInvoiceEntityModel : T extends EntityEnum.VENDOR_INVOICE_HISTORY ? VendorInvoiceHistoryEntityModel : T extends EntityEnum.OFFICE_LOCATION ? OfficeLocationEntityModel : T extends EntityEnum.VENDOR_INVOICE_ITEM ? VendorInvoiceItemEntityModel : T extends EntityEnum.VENDOR_INVOICE_ITEM_HISTORY ? VendorInvoiceItemHistoryEntityModel : T extends EntityEnum.VENDOR_HISTORY ? VendorHistoryEntityModel : T extends EntityEnum.WEBSITE_LEAD ? WebsiteLeadEntityModel : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? WebsiteNewsletterSubscriptionEntityModel : T extends EntityEnum.WORK_FROM_HOME_HISTORY ? WorkFromHomeHistoryEntityModel : T extends EntityEnum.LEAVE_HISTORY ? LeaveHistoryEntityModel : T extends EntityEnum.BANK_HISTORY ? BankHistoryEntityModel : T extends EntityEnum.REIMBURSEMENT_HISTORY ? ReimbursementHistoryEntityModel : T extends EntityEnum.CLIENT_USER_MAPPING ? ClientUserMappingEntityModel : T extends EntityEnum.CLIENT_INTRODUCING_MAPPING ? ClientIntroducingMappingEntityModel : T extends EntityEnum.BILLING_PAYMENT ? BillingPaymentEntityModel : T extends EntityEnum.HOLIDAY_LIST ? HolidayListEntityModel : T extends EntityEnum.CRON_JOBS ? CronJobsEntityModel : T extends EntityEnum.TO_DO_LIST ? ToDoListEntityModel : T extends EntityEnum.CLIENT_QUOTE ? ClientQuoteEntityModel : T extends EntityEnum.CLIENT_QUOTE_RATE ? ClientQuoteRateEntityModel : T extends EntityEnum.BILLING_PROFILE ? BillingProfileEntityModel : T extends EntityEnum.PROJECT_REVENUE_SPLIT_MAPPING ? ProjectRevenueSplitMappingEntityModel : UserEntityModel;
|
|
385
|
+
export type EnumToModel<T extends EntityEnum | VirtualEntityEnum> = T extends EntityEnum.BILLING ? BillingEntityModel : T extends EntityEnum.BILLING_HISTORY ? BillingHistoryEntityModel : T extends EntityEnum.CLIENT ? ClientEntityModel : T extends EntityEnum.INTERMEDIARY_BANK ? IntermediaryBankEntityModel : T extends EntityEnum.PROJECT ? ProjectEntityModel : T extends EntityEnum.PROJECT_USER_MAPPING ? ProjectUserMappingEntityModel : T extends EntityEnum.REIMBURSEMENT ? ReimbursementEntityModel : T extends EntityEnum.REIMBURSEMENT_EXPENSE ? ReimbursementExpenseEntityModel : T extends EntityEnum.BILLING_REIMBURSEMENT_EXPENSE ? BillingReimbursementExpneseEntityModel : T extends EntityEnum.BILLING_REIMBURESMENT_EXPENSE_HISTORY ? BillingReimbursementExpenseHistoryEntityModel : T extends EntityEnum.LEAVE ? LeaveEntityModel : T extends EntityEnum.WORK_FROM_HOME ? WorkFromHomeEntityModel : T extends EntityEnum.HOLIDAY ? HolidayEntityModel : T extends VirtualEntityEnum.LEAVE_COUNT ? LeaveCountVirtualEntityModel : T extends EntityEnum.CLIENT_AFFILIATE ? ClientAffiliateEntityModel : T extends EntityEnum.BANK ? BankEntityModel : T extends EntityEnum.CONFIGURATION ? ConfigurationEntityModel : T extends EntityEnum.TASK ? TaskEntityModel : T extends EntityEnum.BILLING_TIMESHEET ? BillingTimesheetEntityModel : T extends EntityEnum.BILLING_TIMESHEET_HISTORY ? BillingTimesheetHistoryEntityModel : T extends EntityEnum.TIMESHEET ? TimesheetEntityModel : T extends EntityEnum.TIMESHEET_HISTORY ? TimesheetHistoryEntityModel : T extends EntityEnum.COUNTRY ? CountryEntityModel : T extends EntityEnum.BILLING_TRANSACTION ? BillingTransactionEntityModel : T extends EntityEnum.BILLING_TRANSACTION_HISTORY ? BillingTransactionHistoryEntityModel : T extends EntityEnum.ADDRESS_BOOK ? AddressBookEntityModel : T extends EntityEnum.STATE ? StateEntityModel : T extends EntityEnum.GST_RATE ? GstRateEntityModel : T extends EntityEnum.ORGANIZATION_TYPE ? OrganizationTypeEntityModel : T extends EntityEnum.TDS_RATE ? TdsRateEntityModel : T extends EntityEnum.ORGANIZATION_TYPE_TDS_RATE_MAPPING ? OrganizationTypeTdsRateMappingEntityModel : T extends EntityEnum.VOUCHER_TYPE ? VoucherTypeEntityModel : T extends EntityEnum.TDS_RATE_VOUCHER_TYPE_MAPPING ? TdsRateVoucherTypeMappingEntityModel : T extends EntityEnum.ORGANIZATION ? OrganizationEntityModel : T extends EntityEnum.INDUSTRY ? IndustryEntityModel : T extends EntityEnum.EXPENSE_TYPE ? ExpenseTypeEntityModel : T extends EntityEnum.DESIGNATION ? DesignationEntityModel : T extends EntityEnum.RATE ? RateEntityModel : T extends EntityEnum.ROLE ? RoleEntityModel : T extends EntityEnum.ROLE_PERMISSION_MAPPING ? RolePermissionMappingEntityModel : T extends EntityEnum.PERMISSION ? PermissionEntityModel : T extends EntityEnum.EXPENSE_HEAD ? ExpenseHeadEntityModel : T extends EntityEnum.DOCUMENT_UPLOAD ? DocumentUploadEntityModel : T extends EntityEnum.VENDOR ? VendorEntityModel : T extends EntityEnum.VENDOR_INVOICE ? VendorInvoiceEntityModel : T extends EntityEnum.VENDOR_INVOICE_HISTORY ? VendorInvoiceHistoryEntityModel : T extends EntityEnum.OFFICE_LOCATION ? OfficeLocationEntityModel : T extends EntityEnum.VENDOR_INVOICE_ITEM ? VendorInvoiceItemEntityModel : T extends EntityEnum.VENDOR_INVOICE_ITEM_HISTORY ? VendorInvoiceItemHistoryEntityModel : T extends EntityEnum.VENDOR_HISTORY ? VendorHistoryEntityModel : T extends EntityEnum.WEBSITE_LEAD ? WebsiteLeadEntityModel : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? WebsiteNewsletterSubscriptionEntityModel : T extends EntityEnum.WORK_FROM_HOME_HISTORY ? WorkFromHomeHistoryEntityModel : T extends EntityEnum.LEAVE_HISTORY ? LeaveHistoryEntityModel : T extends EntityEnum.BANK_HISTORY ? BankHistoryEntityModel : T extends EntityEnum.REIMBURSEMENT_HISTORY ? ReimbursementHistoryEntityModel : T extends EntityEnum.CLIENT_USER_MAPPING ? ClientUserMappingEntityModel : T extends EntityEnum.CLIENT_INTRODUCING_MAPPING ? ClientIntroducingMappingEntityModel : T extends EntityEnum.BILLING_PAYMENT ? BillingPaymentEntityModel : T extends EntityEnum.HOLIDAY_LIST ? HolidayListEntityModel : T extends EntityEnum.CRON_JOBS ? CronJobsEntityModel : T extends EntityEnum.TO_DO_LIST ? ToDoListEntityModel : T extends EntityEnum.CLIENT_QUOTE ? ClientQuoteEntityModel : T extends EntityEnum.CLIENT_QUOTE_RATE ? ClientQuoteRateEntityModel : T extends EntityEnum.BILLING_PROFILE ? BillingProfileEntityModel : T extends EntityEnum.PROJECT_REVENUE_SPLIT_MAPPING ? ProjectRevenueSplitMappingEntityModel : T extends EntityEnum.WEBSITE_LEAD ? WebsiteLeadEntityModel : T extends EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION ? WebsiteNewsletterSubscriptionEntityModel : T extends EntityEnum.CLIENT_QUOTE ? ClientQuoteEntityModel : T extends EntityEnum.CLIENT_QUOTE_RATE ? ClientQuoteRateEntityModel : T extends EntityEnum.DESIGNATION ? DesignationEntityModel : T extends EntityEnum.RATE ? RateEntityModel : UserEntityModel;
|
|
386
386
|
export type EntityMap = {
|
|
387
387
|
[key in EntityEnum | VirtualEntityEnum]: EnumToModel<key>[];
|
|
388
388
|
};
|
|
@@ -91,14 +91,14 @@ var EntityEnum;
|
|
|
91
91
|
EntityEnum["VENDOR_INVOICE"] = "vendor_invoice";
|
|
92
92
|
EntityEnum["VENDOR_INVOICE_HISTORY"] = "vendor_invoice_history";
|
|
93
93
|
EntityEnum["VENDOR_INVOICE_ITEM"] = "vendor_invoice_item";
|
|
94
|
+
EntityEnum["BILLING_PROFILE"] = "billing_profile";
|
|
95
|
+
EntityEnum["PROJECT_REVENUE_SPLIT_MAPPING"] = "project_revenue_split_mapping";
|
|
94
96
|
EntityEnum["WEBSITE_LEAD"] = "website_lead";
|
|
95
97
|
EntityEnum["WEBSITE_NEWSLETTER_SUBSCRIPTION"] = "website_newsletter_subscription";
|
|
96
98
|
EntityEnum["VENDOR_INVOICE_ITEM_HISTORY"] = "vendor_invoice_item_history";
|
|
97
99
|
EntityEnum["VENDOR_HISTORY"] = "vendor_history";
|
|
98
100
|
EntityEnum["CLIENT_QUOTE"] = "client_quote";
|
|
99
101
|
EntityEnum["CLIENT_QUOTE_RATE"] = "client_quote_rate";
|
|
100
|
-
EntityEnum["BILLING_PROFILE"] = "billing_profile";
|
|
101
|
-
EntityEnum["PROJECT_REVENUE_SPLIT_MAPPING"] = "project_revenue_split_mapping";
|
|
102
102
|
})(EntityEnum || (exports.EntityEnum = EntityEnum = {}));
|
|
103
103
|
var VirtualEntityEnum;
|
|
104
104
|
(function (VirtualEntityEnum) {
|
|
@@ -10,6 +10,9 @@ export declare class ClientAffiliateEntityModel extends BaseEntityModel<EntityEn
|
|
|
10
10
|
details?: string;
|
|
11
11
|
clientId: number;
|
|
12
12
|
organizationId: number;
|
|
13
|
+
primaryContactName: string;
|
|
14
|
+
primaryContact: string;
|
|
15
|
+
primaryEmail: string;
|
|
13
16
|
zipCode: string;
|
|
14
17
|
country: string;
|
|
15
18
|
gstNumber?: Nullable<string>;
|
|
@@ -13,6 +13,9 @@ class ClientAffiliateEntityModel extends base_entity_model_1.BaseEntityModel {
|
|
|
13
13
|
this.address = "";
|
|
14
14
|
this.clientId = 0;
|
|
15
15
|
this.organizationId = 0;
|
|
16
|
+
this.primaryContactName = "";
|
|
17
|
+
this.primaryContact = "";
|
|
18
|
+
this.primaryEmail = "";
|
|
16
19
|
this.zipCode = "";
|
|
17
20
|
this.country = "";
|
|
18
21
|
this.gstNumber = null;
|
|
@@ -53,7 +53,7 @@ const permissions_entity_model_1 = require("./permissions.entity.model");
|
|
|
53
53
|
const project_revenue_split_mapping_model_1 = require("./project-revenue-split-mapping.model");
|
|
54
54
|
const project_user_mapping_entity_model_1 = require("./project-user-mapping.entity.model");
|
|
55
55
|
const project_entity_model_1 = require("./project.entity.model");
|
|
56
|
-
const
|
|
56
|
+
const rate_model_1 = require("./rate.model");
|
|
57
57
|
const reimbursement_expense_entity_model_1 = require("./reimbursement-expense.entity.model");
|
|
58
58
|
const reimbursement_entity_model_1 = require("./reimbursement.entity.model");
|
|
59
59
|
const reimbursement_history_entity_model_1 = require("./reimbursement_history.entity.model");
|
|
@@ -162,16 +162,16 @@ exports.entityEnumToEntityModel = {
|
|
|
162
162
|
[entity_utils_interface_1.EntityEnum.VENDOR_INVOICE_ITEM]: vendor_invoice_item_entity_model_1.VendorInvoiceItemEntityModel.fromEntity,
|
|
163
163
|
[entity_utils_interface_1.EntityEnum.VENDOR_INVOICE_ITEM_HISTORY]: vendor_invoice_item_history_entity_model_1.VendorInvoiceItemHistoryEntityModel.fromEntity,
|
|
164
164
|
[entity_utils_interface_1.EntityEnum.OFFICE_LOCATION]: office_location_entity_model_1.OfficeLocationEntityModel.fromEntity,
|
|
165
|
-
[entity_utils_interface_1.EntityEnum.CLIENT_USER_MAPPING]: client_user_mapping_entity_model_1.ClientUserMappingEntityModel.fromEntity,
|
|
166
|
-
[entity_utils_interface_1.EntityEnum.CLIENT_INTRODUCING_MAPPING]: client_introducing_mapping_entity_model_1.ClientIntroducingMappingEntityModel.fromEntity,
|
|
167
|
-
[entity_utils_interface_1.EntityEnum.CRON_JOBS]: cron_jobs_entity_model_1.CronJobsEntityModel.fromEntity,
|
|
168
|
-
[entity_utils_interface_1.EntityEnum.TO_DO_LIST]: to_do_list_entity_model_1.ToDoListEntityModel.fromEntity,
|
|
169
|
-
[entity_utils_interface_1.EntityEnum.DESIGNATION]: designation_entity_model_1.DesignationEntityModel.fromEntity,
|
|
170
|
-
[entity_utils_interface_1.EntityEnum.RATE]: rate_entity_model_1.RateEntityModel.fromEntity,
|
|
171
165
|
[entity_utils_interface_1.EntityEnum.WEBSITE_LEAD]: website_lead_entity_model_1.WebsiteLeadEntityModel.fromEntity,
|
|
172
166
|
[entity_utils_interface_1.EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION]: website_newsletter_subscription_entity_model_1.WebsiteNewsletterSubscriptionEntityModel.fromEntity,
|
|
173
167
|
[entity_utils_interface_1.EntityEnum.CLIENT_QUOTE]: client_quote_entity_model_1.ClientQuoteEntityModel.fromEntity,
|
|
174
168
|
[entity_utils_interface_1.EntityEnum.CLIENT_QUOTE_RATE]: client_quote_rate_entity_model_1.ClientQuoteRateEntityModel.fromEntity,
|
|
169
|
+
[entity_utils_interface_1.EntityEnum.DESIGNATION]: designation_entity_model_1.DesignationEntityModel.fromEntity,
|
|
170
|
+
[entity_utils_interface_1.EntityEnum.RATE]: rate_model_1.RateEntityModel.fromEntity,
|
|
171
|
+
[entity_utils_interface_1.EntityEnum.CLIENT_USER_MAPPING]: client_user_mapping_entity_model_1.ClientUserMappingEntityModel.fromEntity,
|
|
172
|
+
[entity_utils_interface_1.EntityEnum.CLIENT_INTRODUCING_MAPPING]: client_introducing_mapping_entity_model_1.ClientIntroducingMappingEntityModel.fromEntity,
|
|
173
|
+
[entity_utils_interface_1.EntityEnum.CRON_JOBS]: cron_jobs_entity_model_1.CronJobsEntityModel.fromEntity,
|
|
174
|
+
[entity_utils_interface_1.EntityEnum.TO_DO_LIST]: to_do_list_entity_model_1.ToDoListEntityModel.fromEntity,
|
|
175
175
|
[entity_utils_interface_1.EntityEnum.PROJECT_REVENUE_SPLIT_MAPPING]: project_revenue_split_mapping_model_1.ProjectRevenueSplitMappingEntityModel.fromEntity,
|
|
176
176
|
[entity_utils_interface_1.EntityEnum.BILLING_PROFILE]: billing_profile_entity_model_1.BillingProfileEntityModel.fromEntity,
|
|
177
177
|
};
|
|
@@ -12,8 +12,8 @@ import { IUserEntity } from "../interface/user.entity.interface";
|
|
|
12
12
|
import { IVendorEntity } from "../interface/vendor.entity.interface";
|
|
13
13
|
import { IRowActions } from "./interface/row-actions.interface";
|
|
14
14
|
import { OrganizationTypeEntityModel } from "./organization_type.entity.model";
|
|
15
|
-
import { UserEntityModel } from "./user.entity.model";
|
|
16
15
|
import { StateEntityModel } from "./state.entity.model";
|
|
16
|
+
import { UserEntityModel } from "./user.entity.model";
|
|
17
17
|
export declare class VendorEntityModel extends BaseEntityModel<EntityEnum.VENDOR> implements IVendorEntity {
|
|
18
18
|
id: number;
|
|
19
19
|
name: string;
|
|
@@ -44,7 +44,6 @@ export declare class VendorEntityModel extends BaseEntityModel<EntityEnum.VENDOR
|
|
|
44
44
|
remark: Nullable<string>;
|
|
45
45
|
organizationTypeId?: Nullable<number>;
|
|
46
46
|
organizationType?: OrganizationTypeEntityModel;
|
|
47
|
-
stateModel?: StateEntityModel;
|
|
48
47
|
static readonly VENDOR_ENTITY_DOCUMENT_TYPES: readonly ["pan", "gst"];
|
|
49
48
|
/**
|
|
50
49
|
* Default number of days added to the Invoice Date to calculate the Due Date,
|
|
@@ -60,6 +59,7 @@ export declare class VendorEntityModel extends BaseEntityModel<EntityEnum.VENDOR
|
|
|
60
59
|
* @see VendorEntityModel.paymentDueDays
|
|
61
60
|
*/
|
|
62
61
|
static readonly DEFAULT_DUE_DAYS = 7;
|
|
62
|
+
stateModel?: StateEntityModel;
|
|
63
63
|
populateOrganizationTypeModel(organizationTypeEntityModels: OrganizationTypeEntityModel[]): null;
|
|
64
64
|
getPanNoFourthCharacter(): string;
|
|
65
65
|
static relationConfigs: RelationConfigs<[EntityEnum.STATE], EntityEnum.VENDOR>;
|
|
@@ -7,12 +7,12 @@ const error_key_enum_1 = require("../../enums/error.key.enum");
|
|
|
7
7
|
const exceptions_1 = require("../../exceptions");
|
|
8
8
|
const utils_1 = require("../../utils");
|
|
9
9
|
const vendor_status_enum_1 = require("../enums/vendor-status.enum");
|
|
10
|
+
const relation_type_enum_1 = require("../enums/relation-type.enum");
|
|
10
11
|
const vendor_contract_applicability_enum_1 = require("../enums/vendor_contract_applicability_enum");
|
|
11
12
|
const vendor_gst_type_enum_1 = require("../enums/vendor_gst_type_enum");
|
|
12
13
|
const vendor_location_type_enum_1 = require("../enums/vendor_location_type_enum");
|
|
13
14
|
const vendor_pan_type_enum_1 = require("../enums/vendor_pan_type_enum");
|
|
14
15
|
const vendor_flow_config_1 = require("../flow-configs/vendor-flow.config");
|
|
15
|
-
const relation_type_enum_1 = require("../enums/relation-type.enum");
|
|
16
16
|
class VendorEntityModel extends base_entity_model_1.BaseEntityModel {
|
|
17
17
|
constructor() {
|
|
18
18
|
super(...arguments);
|