@fctc/interface-logic 3.5.4 → 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.
- package/dist/constants.d.mts +4 -2
- package/dist/constants.d.ts +4 -2
- package/dist/constants.js +2 -0
- package/dist/constants.mjs +2 -0
- package/dist/hooks.d.mts +6 -659
- package/dist/hooks.d.ts +6 -659
- package/dist/hooks.js +43 -0
- package/dist/hooks.mjs +42 -0
- package/dist/provider.d.mts +1 -1
- package/dist/provider.d.ts +1 -1
- package/dist/provider.js +28 -21
- package/dist/provider.mjs +17 -10
- package/dist/services.d.mts +9 -1
- package/dist/services.d.ts +9 -1
- package/dist/services.js +30 -0
- package/dist/services.mjs +29 -0
- package/dist/use-get-pin-code-BJKKezWh.d.mts +662 -0
- package/dist/use-get-pin-code-CGkMoRxA.d.ts +662 -0
- package/package.json +90 -90
package/dist/constants.d.mts
CHANGED
|
@@ -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 {
|
|
@@ -68,7 +69,8 @@ declare enum UriConstants {
|
|
|
68
69
|
POS_ORDER_STATUS = "/pos-order/status",
|
|
69
70
|
PAYMENT_QR = "/payment/qr",
|
|
70
71
|
POS_DEVICE_PIN = "/pos_device/pin",
|
|
71
|
-
GET_PIN_CODE = "/pos_device/get_pin_code"
|
|
72
|
+
GET_PIN_CODE = "/pos_device/get_pin_code",
|
|
73
|
+
READ_GROUP = "read_group"
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
declare enum FieldTypeConstants {
|
package/dist/constants.d.ts
CHANGED
|
@@ -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 {
|
|
@@ -68,7 +69,8 @@ declare enum UriConstants {
|
|
|
68
69
|
POS_ORDER_STATUS = "/pos-order/status",
|
|
69
70
|
PAYMENT_QR = "/payment/qr",
|
|
70
71
|
POS_DEVICE_PIN = "/pos_device/pin",
|
|
71
|
-
GET_PIN_CODE = "/pos_device/get_pin_code"
|
|
72
|
+
GET_PIN_CODE = "/pos_device/get_pin_code",
|
|
73
|
+
READ_GROUP = "read_group"
|
|
72
74
|
}
|
|
73
75
|
|
|
74
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
|
|
|
@@ -112,6 +113,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
112
113
|
UriConstants2["PAYMENT_QR"] = "/payment/qr";
|
|
113
114
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
114
115
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
116
|
+
UriConstants2["READ_GROUP"] = "read_group";
|
|
115
117
|
return UriConstants2;
|
|
116
118
|
})(UriConstants || {});
|
|
117
119
|
|
package/dist/constants.mjs
CHANGED
|
@@ -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
|
|
|
@@ -74,6 +75,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
74
75
|
UriConstants2["PAYMENT_QR"] = "/payment/qr";
|
|
75
76
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
76
77
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
78
|
+
UriConstants2["READ_GROUP"] = "read_group";
|
|
77
79
|
return UriConstants2;
|
|
78
80
|
})(UriConstants || {});
|
|
79
81
|
|