@fctc/interface-logic 3.5.6 → 3.5.8
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 +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/hooks.d.mts +660 -5
- package/dist/hooks.d.ts +660 -5
- package/dist/hooks.js +2 -2
- package/dist/hooks.mjs +2 -2
- package/dist/provider.d.mts +2 -1
- package/dist/provider.d.ts +2 -1
- package/dist/provider.js +37 -2
- package/dist/provider.mjs +37 -2
- package/dist/services.js +2 -2
- package/dist/services.mjs +2 -2
- package/package.json +1 -1
- package/dist/use-get-pin-code-BJKKezWh.d.mts +0 -662
- package/dist/use-get-pin-code-CGkMoRxA.d.ts +0 -662
package/dist/constants.d.mts
CHANGED
package/dist/constants.d.ts
CHANGED
package/dist/constants.js
CHANGED
|
@@ -113,7 +113,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
113
113
|
UriConstants2["PAYMENT_QR"] = "/payment/qr";
|
|
114
114
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
115
115
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
116
|
-
UriConstants2["READ_GROUP"] = "read_group";
|
|
116
|
+
UriConstants2["READ_GROUP"] = "/read_group";
|
|
117
117
|
return UriConstants2;
|
|
118
118
|
})(UriConstants || {});
|
|
119
119
|
|
package/dist/constants.mjs
CHANGED
|
@@ -75,7 +75,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
75
75
|
UriConstants2["PAYMENT_QR"] = "/payment/qr";
|
|
76
76
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
77
77
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
78
|
-
UriConstants2["READ_GROUP"] = "read_group";
|
|
78
|
+
UriConstants2["READ_GROUP"] = "/read_group";
|
|
79
79
|
return UriConstants2;
|
|
80
80
|
})(UriConstants || {});
|
|
81
81
|
|