@asumano/worklip-typeorm-db 1.1.29 → 1.1.30

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.
@@ -41,3 +41,5 @@ export { SubscriptionAddonTemplate } from "./entities/SubscriptionAddonTemplate"
41
41
  export { UsageAlert } from "./entities/UsageAlert";
42
42
  export { Associates } from "./views/Associates";
43
43
  export { ServicesOrder } from "./views/ServicesOrder";
44
+ export { Clients } from "./views/Clients";
45
+ export { Vehicles } from "./views/Vehicles";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServicesOrder = exports.Associates = exports.UsageAlert = exports.SubscriptionAddonTemplate = exports.PaymentTransaction = exports.BillingInvoice = exports.EmailLog = exports.WhatsappLog = exports.MediaFile = exports.BillingUsageSnapshot = exports.PaymentMethod = exports.SubscriptionAddon = exports.CompanySubscription = exports.SubscriptionPlan = exports.CountryHoliday = exports.CompanyBrand = exports.VehicleType = exports.AssociatePasswordReset = exports.AssociateSection = exports.AssociatePermission = exports.AssociateRole = exports.AssociatePlatform = exports.Reminder = exports.ServiceOrderHistory = exports.ServiceOrder = exports.TemplateSectionItem = exports.TemplateSection = exports.Template = exports.Workshop = exports.GlobalTemplateSectionItem = exports.GlobalTemplateSection = exports.GlobalTemplate = exports.AssociateSession = exports.MasterSession = exports.Associate = exports.Client = exports.Master = exports.Vehicle = exports.Brand = exports.Company = exports.City = exports.Region = exports.Country = void 0;
3
+ exports.Vehicles = exports.Clients = exports.ServicesOrder = exports.Associates = exports.UsageAlert = exports.SubscriptionAddonTemplate = exports.PaymentTransaction = exports.BillingInvoice = exports.EmailLog = exports.WhatsappLog = exports.MediaFile = exports.BillingUsageSnapshot = exports.PaymentMethod = exports.SubscriptionAddon = exports.CompanySubscription = exports.SubscriptionPlan = exports.CountryHoliday = exports.CompanyBrand = exports.VehicleType = exports.AssociatePasswordReset = exports.AssociateSection = exports.AssociatePermission = exports.AssociateRole = exports.AssociatePlatform = exports.Reminder = exports.ServiceOrderHistory = exports.ServiceOrder = exports.TemplateSectionItem = exports.TemplateSection = exports.Template = exports.Workshop = exports.GlobalTemplateSectionItem = exports.GlobalTemplateSection = exports.GlobalTemplate = exports.AssociateSession = exports.MasterSession = exports.Associate = exports.Client = exports.Master = exports.Vehicle = exports.Brand = exports.Company = exports.City = exports.Region = exports.Country = void 0;
4
4
  var Country_1 = require("./entities/Country");
5
5
  Object.defineProperty(exports, "Country", { enumerable: true, get: function () { return Country_1.Country; } });
6
6
  var Region_1 = require("./entities/Region");
@@ -87,3 +87,7 @@ var Associates_1 = require("./views/Associates");
87
87
  Object.defineProperty(exports, "Associates", { enumerable: true, get: function () { return Associates_1.Associates; } });
88
88
  var ServicesOrder_1 = require("./views/ServicesOrder");
89
89
  Object.defineProperty(exports, "ServicesOrder", { enumerable: true, get: function () { return ServicesOrder_1.ServicesOrder; } });
90
+ var Clients_1 = require("./views/Clients");
91
+ Object.defineProperty(exports, "Clients", { enumerable: true, get: function () { return Clients_1.Clients; } });
92
+ var Vehicles_1 = require("./views/Vehicles");
93
+ Object.defineProperty(exports, "Vehicles", { enumerable: true, get: function () { return Vehicles_1.Vehicles; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asumano/worklip-typeorm-db",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "publishConfig": {
5
5
  "access": "restricted"
6
6
  },