test-entity-library-asm 3.9.1 → 3.9.2
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.
|
@@ -81,6 +81,7 @@ export { PartnerNotifications } from "./views/PartnerNotifications";
|
|
|
81
81
|
export { LocalTableZonesFilter } from "./views/LocalTableZonesFilter";
|
|
82
82
|
export { LocalReserves } from "./views/LocalReserves";
|
|
83
83
|
export { LocalsCompanyInformationForTheMap } from "./views/LocalsCompanyInformationForTheMap";
|
|
84
|
+
export { LocalsCompanyInformationForTheTable } from "./views/LocalsCompanyInformationForTheTable";
|
|
84
85
|
export { getDiscountsCodeCompanyInformation } from "./filters/DiscountsCodeCompanyInformation";
|
|
85
86
|
export { getDiscountsCodeUserInformation } from "./filters/DiscountsCodeUserInformation";
|
|
86
87
|
export { getLocalsCompanyInformation } from "./filters/LocalsCompanyInformation";
|
|
@@ -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.ToppingImage = exports.ProductDate = exports.ProductSchedule = exports.CategoryDate = exports.Bank = exports.ServicePlan = exports.PartnerPlatform = exports.PartnerPlatformSection = exports.LocalPlan = exports.MasterNotification = exports.VerifyLocal = exports.PosSystem = exports.AuthenticationCredential = exports.BusinessType = exports.UserAddress = exports.User = exports.TypeMeasureIngredient = exports.Square = 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.PartnerPlatformSectionPermission = 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 = exports.getLocalReservesInformation = exports.getVerifyLocalsInformation = exports.getLocalsCompanyInformation = exports.getDiscountsCodeUserInformation = exports.getDiscountsCodeCompanyInformation = exports.LocalsCompanyInformationForTheMap = exports.LocalReserves = exports.LocalTableZonesFilter = exports.PartnerNotifications = exports.DiscountsCodeUser = exports.Partners = exports.ViewLocalsCompanies = exports.MasterNotifications = exports.VerifyLocals = exports.LocalsCompany = exports.PartnerPlatformSectionPermissionAssociate = exports.VerificationCode = exports.LocalPaymentMethod = exports.ProductImage = exports.Gallery = exports.RequestLocalTable = exports.RequestInvoiceCategory = exports.RequestInvoice = exports.LocalTableReserve = exports.LocalReserveStatus = exports.LocalReserve = exports.LocalTableReservePayment = exports.DecorationReserve = exports.LocalDecorationReserve = exports.LocalTable = exports.LocalTableZone = exports.RequestPrint = exports.ReceiptConfig = exports.RequestLocalPayment = exports.UserPaymentMethod = exports.RequestLocalHistory = exports.RequestLocal = exports.PartnerSession = void 0;
|
|
18
|
+
exports.CustomRepository = exports.getLocalReservesInformation = exports.getVerifyLocalsInformation = exports.getLocalsCompanyInformation = exports.getDiscountsCodeUserInformation = exports.getDiscountsCodeCompanyInformation = exports.LocalsCompanyInformationForTheTable = exports.LocalsCompanyInformationForTheMap = exports.LocalReserves = exports.LocalTableZonesFilter = exports.PartnerNotifications = exports.DiscountsCodeUser = exports.Partners = exports.ViewLocalsCompanies = exports.MasterNotifications = exports.VerifyLocals = exports.LocalsCompany = exports.PartnerPlatformSectionPermissionAssociate = exports.VerificationCode = exports.LocalPaymentMethod = exports.ProductImage = exports.Gallery = exports.RequestLocalTable = exports.RequestInvoiceCategory = exports.RequestInvoice = exports.LocalTableReserve = exports.LocalReserveStatus = exports.LocalReserve = exports.LocalTableReservePayment = exports.DecorationReserve = exports.LocalDecorationReserve = exports.LocalTable = exports.LocalTableZone = exports.RequestPrint = exports.ReceiptConfig = exports.RequestLocalPayment = exports.UserPaymentMethod = exports.RequestLocalHistory = exports.RequestLocal = exports.PartnerSession = 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");
|
|
@@ -182,6 +182,8 @@ var LocalReserves_1 = require("./views/LocalReserves");
|
|
|
182
182
|
Object.defineProperty(exports, "LocalReserves", { enumerable: true, get: function () { return LocalReserves_1.LocalReserves; } });
|
|
183
183
|
var LocalsCompanyInformationForTheMap_1 = require("./views/LocalsCompanyInformationForTheMap");
|
|
184
184
|
Object.defineProperty(exports, "LocalsCompanyInformationForTheMap", { enumerable: true, get: function () { return LocalsCompanyInformationForTheMap_1.LocalsCompanyInformationForTheMap; } });
|
|
185
|
+
var LocalsCompanyInformationForTheTable_1 = require("./views/LocalsCompanyInformationForTheTable");
|
|
186
|
+
Object.defineProperty(exports, "LocalsCompanyInformationForTheTable", { enumerable: true, get: function () { return LocalsCompanyInformationForTheTable_1.LocalsCompanyInformationForTheTable; } });
|
|
185
187
|
var DiscountsCodeCompanyInformation_1 = require("./filters/DiscountsCodeCompanyInformation");
|
|
186
188
|
Object.defineProperty(exports, "getDiscountsCodeCompanyInformation", { enumerable: true, get: function () { return DiscountsCodeCompanyInformation_1.getDiscountsCodeCompanyInformation; } });
|
|
187
189
|
var DiscountsCodeUserInformation_1 = require("./filters/DiscountsCodeUserInformation");
|
package/package.json
CHANGED
|
@@ -82,6 +82,7 @@ export { PartnerNotifications } from "./views/PartnerNotifications";
|
|
|
82
82
|
export { LocalTableZonesFilter } from "./views/LocalTableZonesFilter";
|
|
83
83
|
export { LocalReserves } from "./views/LocalReserves";
|
|
84
84
|
export { LocalsCompanyInformationForTheMap } from "./views/LocalsCompanyInformationForTheMap";
|
|
85
|
+
export { LocalsCompanyInformationForTheTable } from "./views/LocalsCompanyInformationForTheTable";
|
|
85
86
|
|
|
86
87
|
export { getDiscountsCodeCompanyInformation } from "./filters/DiscountsCodeCompanyInformation";
|
|
87
88
|
export { getDiscountsCodeUserInformation } from "./filters/DiscountsCodeUserInformation";
|