@fctc/interface-logic 3.5.3 → 3.5.6

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.
@@ -9,7 +9,8 @@ declare enum KeyConstants {
9
9
  GET_DATA_SELECTION = "get_data_select",
10
10
  WEB_SAVE = "web_save",
11
11
  WEB_READ = "web_read",
12
- GET_PROVIDER = "get_provider"
12
+ GET_PROVIDER = "get_provider",
13
+ PIE_CHART = "pie_chart"
13
14
  }
14
15
 
15
16
  declare enum MethodConstants {
@@ -66,7 +67,10 @@ declare enum UriConstants {
66
67
  TENANT_MAPPING = "/tenant-mapping",
67
68
  EMENU_AUTH_TOKEN = "/emenu/auth/token",
68
69
  POS_ORDER_STATUS = "/pos-order/status",
69
- PAYMENT_QR = "/payment/qr"
70
+ PAYMENT_QR = "/payment/qr",
71
+ POS_DEVICE_PIN = "/pos_device/pin",
72
+ GET_PIN_CODE = "/pos_device/get_pin_code",
73
+ READ_GROUP = "read_group"
70
74
  }
71
75
 
72
76
  declare enum FieldTypeConstants {
@@ -9,7 +9,8 @@ declare enum KeyConstants {
9
9
  GET_DATA_SELECTION = "get_data_select",
10
10
  WEB_SAVE = "web_save",
11
11
  WEB_READ = "web_read",
12
- GET_PROVIDER = "get_provider"
12
+ GET_PROVIDER = "get_provider",
13
+ PIE_CHART = "pie_chart"
13
14
  }
14
15
 
15
16
  declare enum MethodConstants {
@@ -66,7 +67,10 @@ declare enum UriConstants {
66
67
  TENANT_MAPPING = "/tenant-mapping",
67
68
  EMENU_AUTH_TOKEN = "/emenu/auth/token",
68
69
  POS_ORDER_STATUS = "/pos-order/status",
69
- PAYMENT_QR = "/payment/qr"
70
+ PAYMENT_QR = "/payment/qr",
71
+ POS_DEVICE_PIN = "/pos_device/pin",
72
+ GET_PIN_CODE = "/pos_device/get_pin_code",
73
+ READ_GROUP = "read_group"
70
74
  }
71
75
 
72
76
  declare enum FieldTypeConstants {
package/dist/constants.js CHANGED
@@ -49,6 +49,7 @@ var KeyConstants = /* @__PURE__ */ ((KeyConstants2) => {
49
49
  KeyConstants2["WEB_SAVE"] = "web_save";
50
50
  KeyConstants2["WEB_READ"] = "web_read";
51
51
  KeyConstants2["GET_PROVIDER"] = "get_provider";
52
+ KeyConstants2["PIE_CHART"] = "pie_chart";
52
53
  return KeyConstants2;
53
54
  })(KeyConstants || {});
54
55
 
@@ -110,6 +111,9 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
110
111
  UriConstants2["EMENU_AUTH_TOKEN"] = "/emenu/auth/token";
111
112
  UriConstants2["POS_ORDER_STATUS"] = "/pos-order/status";
112
113
  UriConstants2["PAYMENT_QR"] = "/payment/qr";
114
+ UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
115
+ UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
116
+ UriConstants2["READ_GROUP"] = "read_group";
113
117
  return UriConstants2;
114
118
  })(UriConstants || {});
115
119
 
@@ -11,6 +11,7 @@ var KeyConstants = /* @__PURE__ */ ((KeyConstants2) => {
11
11
  KeyConstants2["WEB_SAVE"] = "web_save";
12
12
  KeyConstants2["WEB_READ"] = "web_read";
13
13
  KeyConstants2["GET_PROVIDER"] = "get_provider";
14
+ KeyConstants2["PIE_CHART"] = "pie_chart";
14
15
  return KeyConstants2;
15
16
  })(KeyConstants || {});
16
17
 
@@ -72,6 +73,9 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
72
73
  UriConstants2["EMENU_AUTH_TOKEN"] = "/emenu/auth/token";
73
74
  UriConstants2["POS_ORDER_STATUS"] = "/pos-order/status";
74
75
  UriConstants2["PAYMENT_QR"] = "/payment/qr";
76
+ UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
77
+ UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
78
+ UriConstants2["READ_GROUP"] = "read_group";
75
79
  return UriConstants2;
76
80
  })(UriConstants || {});
77
81