@fctc/interface-logic 3.6.0 → 3.6.2
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.js +2 -2
- package/dist/hooks.mjs +2 -2
- package/dist/provider.js +2 -2
- package/dist/provider.mjs +2 -2
- package/dist/services.js +2 -2
- package/dist/services.mjs +2 -2
- package/package.json +1 -1
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["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
114
114
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
115
115
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
116
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
116
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
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["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
76
76
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
77
77
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
78
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
78
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
79
79
|
return UriConstants2;
|
|
80
80
|
})(UriConstants || {});
|
|
81
81
|
|
package/dist/hooks.js
CHANGED
|
@@ -184,7 +184,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
184
184
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
185
185
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
186
186
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
187
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
187
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
188
188
|
return UriConstants2;
|
|
189
189
|
})(UriConstants || {});
|
|
190
190
|
|
|
@@ -5725,7 +5725,7 @@ function useViewService() {
|
|
|
5725
5725
|
body
|
|
5726
5726
|
}) => {
|
|
5727
5727
|
return env?.requests?.post(
|
|
5728
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5728
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5729
5729
|
body,
|
|
5730
5730
|
{
|
|
5731
5731
|
headers: {
|
package/dist/hooks.mjs
CHANGED
|
@@ -45,7 +45,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
45
45
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
46
46
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
47
47
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
48
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
48
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
49
49
|
return UriConstants2;
|
|
50
50
|
})(UriConstants || {});
|
|
51
51
|
|
|
@@ -5586,7 +5586,7 @@ function useViewService() {
|
|
|
5586
5586
|
body
|
|
5587
5587
|
}) => {
|
|
5588
5588
|
return env?.requests?.post(
|
|
5589
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5589
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5590
5590
|
body,
|
|
5591
5591
|
{
|
|
5592
5592
|
headers: {
|
package/dist/provider.js
CHANGED
|
@@ -738,7 +738,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
738
738
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
739
739
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
740
740
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
741
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
741
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
742
742
|
return UriConstants2;
|
|
743
743
|
})(UriConstants || {});
|
|
744
744
|
|
|
@@ -5715,7 +5715,7 @@ function useViewService() {
|
|
|
5715
5715
|
body
|
|
5716
5716
|
}) => {
|
|
5717
5717
|
return env?.requests?.post(
|
|
5718
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5718
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5719
5719
|
body,
|
|
5720
5720
|
{
|
|
5721
5721
|
headers: {
|
package/dist/provider.mjs
CHANGED
|
@@ -695,7 +695,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
695
695
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
696
696
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
697
697
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
698
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
698
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
699
699
|
return UriConstants2;
|
|
700
700
|
})(UriConstants || {});
|
|
701
701
|
|
|
@@ -5672,7 +5672,7 @@ function useViewService() {
|
|
|
5672
5672
|
body
|
|
5673
5673
|
}) => {
|
|
5674
5674
|
return env?.requests?.post(
|
|
5675
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5675
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5676
5676
|
body,
|
|
5677
5677
|
{
|
|
5678
5678
|
headers: {
|
package/dist/services.js
CHANGED
|
@@ -87,7 +87,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
87
87
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
88
88
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
89
89
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
90
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
90
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
91
91
|
return UriConstants2;
|
|
92
92
|
})(UriConstants || {});
|
|
93
93
|
|
|
@@ -5914,7 +5914,7 @@ function useViewService() {
|
|
|
5914
5914
|
body
|
|
5915
5915
|
}) => {
|
|
5916
5916
|
return env?.requests?.post(
|
|
5917
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5917
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5918
5918
|
body,
|
|
5919
5919
|
{
|
|
5920
5920
|
headers: {
|
package/dist/services.mjs
CHANGED
|
@@ -42,7 +42,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
42
42
|
UriConstants2["POS_DEVICE_PIN"] = "/pos_device/pin";
|
|
43
43
|
UriConstants2["GET_PIN_CODE"] = "/pos_device/get_pin_code";
|
|
44
44
|
UriConstants2["READ_GROUP"] = "/read_group";
|
|
45
|
-
UriConstants2["GET_NOTIFICATION"] = "/mail";
|
|
45
|
+
UriConstants2["GET_NOTIFICATION"] = "/mail/data";
|
|
46
46
|
return UriConstants2;
|
|
47
47
|
})(UriConstants || {});
|
|
48
48
|
|
|
@@ -5869,7 +5869,7 @@ function useViewService() {
|
|
|
5869
5869
|
body
|
|
5870
5870
|
}) => {
|
|
5871
5871
|
return env?.requests?.post(
|
|
5872
|
-
`${"/mail" /* GET_NOTIFICATION */}
|
|
5872
|
+
`${"/mail/data" /* GET_NOTIFICATION */}`,
|
|
5873
5873
|
body,
|
|
5874
5874
|
{
|
|
5875
5875
|
headers: {
|