test-entity-library-asm 2.6.19 → 2.6.20
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.
|
@@ -48,5 +48,6 @@ export { LocalsCompany } from './views/LocalsCompany';
|
|
|
48
48
|
export { VerifyLocals } from './views/VerifyLocals';
|
|
49
49
|
export { MasterNotifications } from './views/MasterNotifications';
|
|
50
50
|
export { Partners } from './views/Partners';
|
|
51
|
+
export { DiscountsCodeUser } from './views/DiscountsCodeUser';
|
|
51
52
|
export { CustomRepository } from './CustomRepository';
|
|
52
53
|
export * from './utils';
|
|
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.Partners = exports.MasterNotifications = exports.VerifyLocals = exports.LocalsCompany = exports.LocalPlan = exports.ReassignReview = exports.MasterNotification = exports.VerifyLocal = exports.PosSystem = exports.AuthenticationCredential = exports.BusinessType = exports.UserAddress = exports.User = exports.TypeMeasureIngredient = exports.TerminalSession = exports.Terminal = exports.Square = exports.RequestStatus = exports.RequestProductGroupComplement = exports.RequestProduct = exports.Request = exports.Region = exports.ProductTopping = exports.ProductIngredient = exports.ProductGroupComplement = exports.ProductGroup = exports.Product = exports.Plan = exports.PaymentMethod = exports.PartnerRole = exports.PartnerPermission = exports.PartnerNotification = exports.Partner = exports.MasterRole = exports.MasterPermission = exports.Master = exports.LocalQualification = exports.Local = exports.DiscountCodeUser = exports.DiscountCodeCompany = exports.Day = exports.Country = exports.Configuration = exports.Company = exports.CodeRedemptionHistoryUser = exports.CodeRedemptionHistoryCompany = exports.City = exports.ScheduleCategory = exports.Category = exports.BusinessTypeProduct = void 0;
|
|
18
|
-
exports.CustomRepository = void 0;
|
|
18
|
+
exports.CustomRepository = exports.DiscountsCodeUser = void 0;
|
|
19
19
|
var BusinessTypeProduct_1 = require("./entities/BusinessTypeProduct");
|
|
20
20
|
Object.defineProperty(exports, "BusinessTypeProduct", { enumerable: true, get: function () { return BusinessTypeProduct_1.BusinessTypeProduct; } });
|
|
21
21
|
var Category_1 = require("./entities/Category");
|
|
@@ -116,6 +116,8 @@ var MasterNotifications_1 = require("./views/MasterNotifications");
|
|
|
116
116
|
Object.defineProperty(exports, "MasterNotifications", { enumerable: true, get: function () { return MasterNotifications_1.MasterNotifications; } });
|
|
117
117
|
var Partners_1 = require("./views/Partners");
|
|
118
118
|
Object.defineProperty(exports, "Partners", { enumerable: true, get: function () { return Partners_1.Partners; } });
|
|
119
|
+
var DiscountsCodeUser_1 = require("./views/DiscountsCodeUser");
|
|
120
|
+
Object.defineProperty(exports, "DiscountsCodeUser", { enumerable: true, get: function () { return DiscountsCodeUser_1.DiscountsCodeUser; } });
|
|
119
121
|
var CustomRepository_1 = require("./CustomRepository");
|
|
120
122
|
Object.defineProperty(exports, "CustomRepository", { enumerable: true, get: function () { return CustomRepository_1.CustomRepository; } });
|
|
121
123
|
__exportStar(require("./utils"), exports);
|
package/package.json
CHANGED
|
@@ -49,6 +49,7 @@ export { LocalsCompany } from './views/LocalsCompany'
|
|
|
49
49
|
export { VerifyLocals } from './views/VerifyLocals'
|
|
50
50
|
export { MasterNotifications } from './views/MasterNotifications'
|
|
51
51
|
export { Partners } from './views/Partners';
|
|
52
|
+
export { DiscountsCodeUser } from './views/DiscountsCodeUser';
|
|
52
53
|
|
|
53
54
|
export { CustomRepository } from './CustomRepository'
|
|
54
55
|
export * from './utils'
|