law-common 10.63.4-beta.4 → 10.63.4-beta.5

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.
@@ -19,6 +19,8 @@ const billing_transaction_model_1 = require("./billing-transaction.model");
19
19
  const billing_entity_model_1 = require("./billing.entity.model");
20
20
  const client_affiliate_entity_model_1 = require("./client-affiliate.entity.model");
21
21
  const client_entity_model_1 = require("./client.entity.model");
22
+ const client_quote_entity_model_1 = require("./client_quote.entity.model");
23
+ const client_quote_rate_entity_model_1 = require("./client_quote_rate.entity.model");
22
24
  const configuration_model_1 = require("./configuration.model");
23
25
  const country_entity_model_1 = require("./country.entity.model");
24
26
  const document_upload_entity_model_1 = require("./document_upload.entity.model");
@@ -120,6 +122,8 @@ exports.entityEnumToEntityModel = {
120
122
  [entity_utils_interface_1.EntityEnum.OFFICE_LOCATION]: office_location_entity_model_1.OfficeLocationEntityModel.fromEntity,
121
123
  [entity_utils_interface_1.EntityEnum.WEBSITE_LEAD]: website_lead_entity_model_1.WebsiteLeadEntityModel.fromEntity,
122
124
  [entity_utils_interface_1.EntityEnum.WEBSITE_NEWSLETTER_SUBSCRIPTION]: website_newsletter_subscription_entity_model_1.WebsiteNewsletterSubscriptionEntityModel.fromEntity,
125
+ [entity_utils_interface_1.EntityEnum.CLIENT_QUOTE]: client_quote_entity_model_1.ClientQuoteEntityModel.fromEntity,
126
+ [entity_utils_interface_1.EntityEnum.CLIENT_QUOTE_RATE]: client_quote_rate_entity_model_1.ClientQuoteRateEntityModel.fromEntity,
123
127
  };
124
128
  function entityMapToModels(entityMap) {
125
129
  for (const entityName in entityMap) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "law-common",
3
- "version": "10.63.4-beta.4",
3
+ "version": "10.63.4-beta.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [