@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.
@@ -70,7 +70,7 @@ declare enum UriConstants {
70
70
  PAYMENT_QR = "/payment/qr",
71
71
  POS_DEVICE_PIN = "/pos_device/pin",
72
72
  GET_PIN_CODE = "/pos_device/get_pin_code",
73
- READ_GROUP = "read_group"
73
+ READ_GROUP = "/read_group"
74
74
  }
75
75
 
76
76
  declare enum FieldTypeConstants {
@@ -70,7 +70,7 @@ declare enum UriConstants {
70
70
  PAYMENT_QR = "/payment/qr",
71
71
  POS_DEVICE_PIN = "/pos_device/pin",
72
72
  GET_PIN_CODE = "/pos_device/get_pin_code",
73
- READ_GROUP = "read_group"
73
+ READ_GROUP = "/read_group"
74
74
  }
75
75
 
76
76
  declare enum FieldTypeConstants {
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
 
@@ -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