test-entity-library-asm 2.0.8 → 2.0.9
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.
|
@@ -36,4 +36,5 @@ export { Square } from './entities/Square';
|
|
|
36
36
|
export { TypeMeasureIngredient } from './entities/TypeMeasureIngredient';
|
|
37
37
|
export { UserAddress } from './entities/UserAddress';
|
|
38
38
|
export { ProductGroupComplement } from './entities/productGroupComplement';
|
|
39
|
+
export { PartnerNotification } from './entities/PartnerNotification';
|
|
39
40
|
export { LocalsCompany } from './views/LocalsCompany';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LocalsCompany = exports.ProductGroupComplement = exports.UserAddress = exports.TypeMeasureIngredient = exports.Square = exports.RequestStatus = exports.RequestProductGroupComplement = exports.RequestProduct = exports.Request = exports.ProductIngredient = exports.ProductGroup = exports.TerminalSession = exports.Terminal = exports.PaymentMethod = exports.PartnerPermission = exports.MasterRole = exports.MasterPermission = exports.User = exports.TypeFood = exports.Master = exports.Region = exports.ProductTopping = exports.Product = exports.Plan = exports.LocalQualification = exports.DiscountCodeCompany = exports.Day = exports.Configuration = exports.CodeRedemptionHistoryUser = exports.PartnerRole = exports.Partner = exports.Local = exports.DiscountCodeUser = exports.CodeRedemptionHistoryCompany = exports.Country = exports.Company = exports.City = exports.ScheduleCategory = exports.Category = void 0;
|
|
3
|
+
exports.LocalsCompany = exports.PartnerNotification = exports.ProductGroupComplement = exports.UserAddress = exports.TypeMeasureIngredient = exports.Square = exports.RequestStatus = exports.RequestProductGroupComplement = exports.RequestProduct = exports.Request = exports.ProductIngredient = exports.ProductGroup = exports.TerminalSession = exports.Terminal = exports.PaymentMethod = exports.PartnerPermission = exports.MasterRole = exports.MasterPermission = exports.User = exports.TypeFood = exports.Master = exports.Region = exports.ProductTopping = exports.Product = exports.Plan = exports.LocalQualification = exports.DiscountCodeCompany = exports.Day = exports.Configuration = exports.CodeRedemptionHistoryUser = exports.PartnerRole = exports.Partner = exports.Local = exports.DiscountCodeUser = exports.CodeRedemptionHistoryCompany = exports.Country = exports.Company = exports.City = exports.ScheduleCategory = exports.Category = void 0;
|
|
4
4
|
var Category_1 = require("./entities/Category");
|
|
5
5
|
Object.defineProperty(exports, "Category", { enumerable: true, get: function () { return Category_1.Category; } });
|
|
6
6
|
var CategorySchedule_1 = require("./entities/CategorySchedule");
|
|
@@ -77,5 +77,7 @@ var UserAddress_1 = require("./entities/UserAddress");
|
|
|
77
77
|
Object.defineProperty(exports, "UserAddress", { enumerable: true, get: function () { return UserAddress_1.UserAddress; } });
|
|
78
78
|
var productGroupComplement_1 = require("./entities/productGroupComplement");
|
|
79
79
|
Object.defineProperty(exports, "ProductGroupComplement", { enumerable: true, get: function () { return productGroupComplement_1.ProductGroupComplement; } });
|
|
80
|
+
var PartnerNotification_1 = require("./entities/PartnerNotification");
|
|
81
|
+
Object.defineProperty(exports, "PartnerNotification", { enumerable: true, get: function () { return PartnerNotification_1.PartnerNotification; } });
|
|
80
82
|
var LocalsCompany_1 = require("./views/LocalsCompany");
|
|
81
83
|
Object.defineProperty(exports, "LocalsCompany", { enumerable: true, get: function () { return LocalsCompany_1.LocalsCompany; } });
|
package/package.json
CHANGED
|
@@ -36,4 +36,5 @@ export { Square } from './entities/Square'
|
|
|
36
36
|
export { TypeMeasureIngredient } from './entities/TypeMeasureIngredient'
|
|
37
37
|
export { UserAddress } from './entities/UserAddress'
|
|
38
38
|
export { ProductGroupComplement } from './entities/productGroupComplement'
|
|
39
|
+
export { PartnerNotification } from './entities/PartnerNotification'
|
|
39
40
|
export { LocalsCompany } from './views/LocalsCompany'
|