meemup-library 1.0.76 → 1.0.78
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.
package/dist/statics.d.ts
CHANGED
|
@@ -5,10 +5,12 @@ export declare const API_ROOT = "https://core.meemup.com";
|
|
|
5
5
|
export declare const STORAGE_PRE_ORDER_DETAIL_NAME = "z-";
|
|
6
6
|
export declare const STORAGE_PRE_LOG_NAME = "log-";
|
|
7
7
|
export declare const MANAGEMENT_URL = "https://my.meemup.com";
|
|
8
|
+
export declare const MANAGEMENT_BETA_URL = "https://beta_management.meemup.com";
|
|
8
9
|
export declare const GOOGLE_MAP_TOKEN = "AIzaSyCPfdaGt8HtI21kimrmVN08yNHu-lvmgcA";
|
|
9
10
|
export declare const CUSTOM_DELIVERY_ZONE_ID: null;
|
|
10
11
|
export declare const UDP_CUSTOMER_MONITOR_PRE_NAME = "Pos monitor ";
|
|
11
12
|
export declare const INTERNET_CONNECTION_MESSAGE = "Please check your internet connection!";
|
|
13
|
+
export declare const UDP_NO_CLINET = "No Client";
|
|
12
14
|
export declare const DEFAULT_DRIVER: ITextValue;
|
|
13
15
|
export declare const INIT_TERMINAL: ITextValue;
|
|
14
16
|
export declare const POS_SIGNALR: {
|
package/dist/statics.js
CHANGED
|
@@ -4,10 +4,12 @@ export const API_ROOT = API_ROOT_CORE;
|
|
|
4
4
|
export const STORAGE_PRE_ORDER_DETAIL_NAME = "z-";
|
|
5
5
|
export const STORAGE_PRE_LOG_NAME = "log-";
|
|
6
6
|
export const MANAGEMENT_URL = "https://my.meemup.com";
|
|
7
|
+
export const MANAGEMENT_BETA_URL = "https://beta_management.meemup.com";
|
|
7
8
|
export const GOOGLE_MAP_TOKEN = "AIzaSyCPfdaGt8HtI21kimrmVN08yNHu-lvmgcA";
|
|
8
9
|
export const CUSTOM_DELIVERY_ZONE_ID = null;
|
|
9
10
|
export const UDP_CUSTOMER_MONITOR_PRE_NAME = "Pos monitor ";
|
|
10
11
|
export const INTERNET_CONNECTION_MESSAGE = "Please check your internet connection!";
|
|
12
|
+
export const UDP_NO_CLINET = "No Client";
|
|
11
13
|
export const DEFAULT_DRIVER = { text: "No Driver", value: null };
|
|
12
14
|
export const INIT_TERMINAL = {
|
|
13
15
|
text: "Any",
|