@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.
@@ -70,7 +70,7 @@ declare enum UriConstants {
70
70
  POS_DEVICE_PIN = "/pos_device/pin",
71
71
  GET_PIN_CODE = "/pos_device/get_pin_code",
72
72
  READ_GROUP = "/read_group",
73
- GET_NOTIFICATION = "/mail"
73
+ GET_NOTIFICATION = "/mail/data"
74
74
  }
75
75
 
76
76
  declare enum FieldTypeConstants {
@@ -70,7 +70,7 @@ declare enum UriConstants {
70
70
  POS_DEVICE_PIN = "/pos_device/pin",
71
71
  GET_PIN_CODE = "/pos_device/get_pin_code",
72
72
  READ_GROUP = "/read_group",
73
- GET_NOTIFICATION = "/mail"
73
+ GET_NOTIFICATION = "/mail/data"
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["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
 
@@ -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 */}/${"/call" /* CALL_PATH */}`,
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 */}/${"/call" /* CALL_PATH */}`,
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 */}/${"/call" /* CALL_PATH */}`,
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 */}/${"/call" /* CALL_PATH */}`,
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 */}/${"/call" /* CALL_PATH */}`,
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 */}/${"/call" /* CALL_PATH */}`,
5872
+ `${"/mail/data" /* GET_NOTIFICATION */}`,
5873
5873
  body,
5874
5874
  {
5875
5875
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",