@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
41 lines • 2.21 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.E_FilterType = exports.E_SettingsAndUpdatesDecisions = exports.E_AppNavigation = exports.E_Mode = void 0;
// ! NOTE: This type replaces the following type: Mode
var E_Mode;
(function (E_Mode) {
E_Mode["Add"] = "Add";
E_Mode["Update"] = "Update";
E_Mode["Save"] = "Save";
E_Mode["Send"] = "Send";
E_Mode["View"] = "View";
})(E_Mode || (exports.E_Mode = E_Mode = {}));
// ! NOTE: This type replaces the following type: EAppNavigation
var E_AppNavigation;
(function (E_AppNavigation) {
E_AppNavigation["LOGIN"] = "Login";
E_AppNavigation["LANDING_PAGE"] = "LandingPage";
E_AppNavigation["SCAN_QR_CODE"] = "ScanQRCode";
E_AppNavigation["WRONG_QR_CODE"] = "WrongQRCode";
E_AppNavigation["CUSTOMER_PROFILE"] = "CustomerProfile";
E_AppNavigation["LOYALTY_ORDER_CAPTURING"] = "LoyaltyOrderCapturing";
E_AppNavigation["SUCCESS_PAGE"] = "SuccessPage";
E_AppNavigation["SETTINGS_AND_UPDATES_DECISIONS"] = "SettingsAndUpdatesDecisions";
E_AppNavigation["SETTINGS_AND_UPDATES_DECISIONS_CAMERA"] = "SettingsAndUpdatesDecisionsCamera";
E_AppNavigation["SETTINGS_AND_UPDATES_DECISIONS_FORCE_UPDATE"] = "SettingsAndUpdatesDecisionsForceUpdate";
E_AppNavigation["SETTINGS_AND_UPDATES_DECISIONS_NETWORK_ERROR"] = "SettingsAndUpdatesDecisionsNetworkError";
})(E_AppNavigation || (exports.E_AppNavigation = E_AppNavigation = {}));
// ! NOTE: This type replaces the following type: ESettingsAndUpdatesDecisions
var E_SettingsAndUpdatesDecisions;
(function (E_SettingsAndUpdatesDecisions) {
E_SettingsAndUpdatesDecisions["CAMERA"] = "camera";
E_SettingsAndUpdatesDecisions["TRACKING"] = "tracking";
E_SettingsAndUpdatesDecisions["FORCE_UPDATE"] = "force_update";
E_SettingsAndUpdatesDecisions["NETWORK_ERROR"] = "network_error";
})(E_SettingsAndUpdatesDecisions || (exports.E_SettingsAndUpdatesDecisions = E_SettingsAndUpdatesDecisions = {}));
var E_FilterType;
(function (E_FilterType) {
E_FilterType["INCLUDE"] = "INCLUDE";
E_FilterType["EXCLUDE"] = "EXCLUDE";
})(E_FilterType || (exports.E_FilterType = E_FilterType = {}));
//# sourceMappingURL=index.js.map