meemup-library 1.0.75 → 1.0.76

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.
@@ -34,7 +34,7 @@ export interface ISaveOrder {
34
34
  driverId: number | null;
35
35
  deviceId: string | null;
36
36
  zoneId: number | null;
37
- refrenceId: string;
37
+ referenceId: string;
38
38
  }
39
39
  export interface ISaveOrderAnswer {
40
40
  orderId: number;
package/dist/statics.d.ts CHANGED
@@ -32,3 +32,7 @@ export declare const KDS_SIGNALR: {
32
32
  informationChanged: string;
33
33
  };
34
34
  export declare const REFRESH_TOKEN_EVERY_MINUTE = 60;
35
+ export declare const FIND_STAR_MICRONIC_PRINTER_TIMEOUT_POST_NAME = " Sec";
36
+ export declare const DASHBOARD_ITEM_MINIMUM_WITH = 300;
37
+ export declare const TOKEN_REFRESH_AFTER_THIS_AMOUNT_OF_MINUTE = 60;
38
+ export declare const SIGNALR_AUTO_RECONNECT_TIMES_ARRAY: number[];
package/dist/statics.js CHANGED
@@ -34,3 +34,7 @@ export const KDS_SIGNALR = {
34
34
  informationChanged: "InformationChanged"
35
35
  };
36
36
  export const REFRESH_TOKEN_EVERY_MINUTE = 60;
37
+ export const FIND_STAR_MICRONIC_PRINTER_TIMEOUT_POST_NAME = " Sec";
38
+ export const DASHBOARD_ITEM_MINIMUM_WITH = 300;
39
+ export const TOKEN_REFRESH_AFTER_THIS_AMOUNT_OF_MINUTE = 60;
40
+ export const SIGNALR_AUTO_RECONNECT_TIMES_ARRAY = [20000, 40000, 60000, 80000, 100000, 120000];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",