gap-nodejs-sdk 1.0.8 → 1.0.9

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.
Files changed (233) hide show
  1. package/dist/base/Base.d.ts +7 -0
  2. package/dist/base/Base.d.ts.map +1 -0
  3. package/dist/base_type.d.ts +11 -0
  4. package/dist/base_type.d.ts.map +1 -1
  5. package/dist/error.d.ts +20 -2
  6. package/dist/error.d.ts.map +1 -1
  7. package/dist/gci_client_api/interface/customer.d.ts +18 -0
  8. package/dist/gci_client_api/interface/customer.d.ts.map +1 -0
  9. package/dist/gci_client_api/interface/index.d.ts +4 -5
  10. package/dist/gci_client_api/interface/index.d.ts.map +1 -1
  11. package/dist/gci_client_api/interface/staff.d.ts +3 -0
  12. package/dist/gci_client_api/interface/staff.d.ts.map +1 -0
  13. package/dist/gci_client_api/types/customer.d.ts +2 -0
  14. package/dist/gci_client_api/types/customer.d.ts.map +1 -0
  15. package/dist/gci_client_api/types/index.d.ts +3 -0
  16. package/dist/gci_client_api/types/index.d.ts.map +1 -0
  17. package/dist/gci_client_api/types/staff.d.ts +2 -0
  18. package/dist/gci_client_api/types/staff.d.ts.map +1 -0
  19. package/dist/gci_client_api/v1/GciClientApi.d.ts +8 -0
  20. package/dist/gci_client_api/v1/GciClientApi.d.ts.map +1 -0
  21. package/dist/gci_client_api/v1/api/customer.d.ts +20 -0
  22. package/dist/gci_client_api/v1/api/customer.d.ts.map +1 -0
  23. package/dist/gci_client_api/v1/api/index.d.ts +3 -0
  24. package/dist/gci_client_api/v1/api/index.d.ts.map +1 -0
  25. package/dist/gci_client_api/v1/api/staff.d.ts +5 -0
  26. package/dist/gci_client_api/v1/api/staff.d.ts.map +1 -0
  27. package/dist/gci_client_api/v1/endpoint/customer.d.ts +1 -0
  28. package/dist/gci_client_api/v1/endpoint/customer.d.ts.map +1 -0
  29. package/dist/gci_client_api/v1/endpoint/index.d.ts +15 -0
  30. package/dist/gci_client_api/v1/endpoint/index.d.ts.map +1 -0
  31. package/dist/gci_client_api/v1/endpoint/staff.d.ts +1 -0
  32. package/dist/gci_client_api/v1/endpoint/staff.d.ts.map +1 -0
  33. package/dist/http_client/http_client.d.ts +16 -0
  34. package/dist/http_client/http_client.d.ts.map +1 -1
  35. package/dist/http_client/types.d.ts +59 -7
  36. package/dist/http_client/types.d.ts.map +1 -1
  37. package/dist/index.d.ts +2 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/pos_client_api/enums/index.d.ts +12 -0
  40. package/dist/pos_client_api/enums/index.d.ts.map +1 -0
  41. package/dist/pos_client_api/interface/appointment.d.ts +8 -0
  42. package/dist/pos_client_api/interface/appointment.d.ts.map +1 -0
  43. package/dist/pos_client_api/interface/batch_history.d.ts +7 -0
  44. package/dist/pos_client_api/interface/batch_history.d.ts.map +1 -0
  45. package/dist/pos_client_api/interface/business.d.ts +7 -0
  46. package/dist/pos_client_api/interface/business.d.ts.map +1 -0
  47. package/dist/pos_client_api/interface/call.d.ts +6 -0
  48. package/dist/pos_client_api/interface/call.d.ts.map +1 -0
  49. package/dist/pos_client_api/interface/category.d.ts +6 -0
  50. package/dist/pos_client_api/interface/category.d.ts.map +1 -0
  51. package/dist/pos_client_api/interface/check_in.d.ts +7 -0
  52. package/dist/pos_client_api/interface/check_in.d.ts.map +1 -0
  53. package/dist/pos_client_api/interface/check_out.d.ts +7 -0
  54. package/dist/pos_client_api/interface/check_out.d.ts.map +1 -0
  55. package/dist/pos_client_api/interface/combo.d.ts +6 -0
  56. package/dist/pos_client_api/interface/combo.d.ts.map +1 -0
  57. package/dist/pos_client_api/interface/customer.d.ts +7 -0
  58. package/dist/pos_client_api/interface/customer.d.ts.map +1 -0
  59. package/dist/pos_client_api/interface/gift_card.d.ts +7 -0
  60. package/dist/pos_client_api/interface/gift_card.d.ts.map +1 -0
  61. package/dist/pos_client_api/interface/income.d.ts +7 -0
  62. package/dist/pos_client_api/interface/income.d.ts.map +1 -0
  63. package/dist/pos_client_api/interface/index.d.ts +26 -0
  64. package/dist/pos_client_api/interface/index.d.ts.map +1 -0
  65. package/dist/pos_client_api/interface/key_storage.d.ts +6 -0
  66. package/dist/pos_client_api/interface/key_storage.d.ts.map +1 -0
  67. package/dist/pos_client_api/interface/order.d.ts +12 -0
  68. package/dist/pos_client_api/interface/order.d.ts.map +1 -0
  69. package/dist/pos_client_api/interface/payroll.d.ts +19 -0
  70. package/dist/pos_client_api/interface/payroll.d.ts.map +1 -0
  71. package/dist/pos_client_api/interface/printer.d.ts +9 -0
  72. package/dist/pos_client_api/interface/printer.d.ts.map +1 -0
  73. package/dist/pos_client_api/interface/service.d.ts +6 -0
  74. package/dist/pos_client_api/interface/service.d.ts.map +1 -0
  75. package/dist/pos_client_api/interface/setting_turn.d.ts +7 -0
  76. package/dist/pos_client_api/interface/setting_turn.d.ts.map +1 -0
  77. package/dist/pos_client_api/interface/staff.d.ts +7 -0
  78. package/dist/pos_client_api/interface/staff.d.ts.map +1 -0
  79. package/dist/pos_client_api/interface/ticket.d.ts +12 -0
  80. package/dist/pos_client_api/interface/ticket.d.ts.map +1 -0
  81. package/dist/pos_client_api/interface/time_keeping.d.ts +12 -0
  82. package/dist/pos_client_api/interface/time_keeping.d.ts.map +1 -0
  83. package/dist/pos_client_api/interface/unsubscribe_contact.d.ts +3 -0
  84. package/dist/pos_client_api/interface/unsubscribe_contact.d.ts.map +1 -0
  85. package/dist/pos_client_api/interface/user.d.ts +6 -0
  86. package/dist/pos_client_api/interface/user.d.ts.map +1 -0
  87. package/dist/pos_client_api/types/appointment.d.ts +13 -0
  88. package/dist/pos_client_api/types/appointment.d.ts.map +1 -0
  89. package/dist/pos_client_api/types/batch_history.d.ts +8 -0
  90. package/dist/pos_client_api/types/batch_history.d.ts.map +1 -0
  91. package/dist/pos_client_api/types/business.d.ts +10 -0
  92. package/dist/pos_client_api/types/business.d.ts.map +1 -0
  93. package/dist/pos_client_api/types/call.d.ts +7 -0
  94. package/dist/pos_client_api/types/call.d.ts.map +1 -0
  95. package/dist/pos_client_api/types/category.d.ts +2 -0
  96. package/dist/pos_client_api/types/category.d.ts.map +1 -0
  97. package/dist/pos_client_api/types/check_in.d.ts +18 -0
  98. package/dist/pos_client_api/types/check_in.d.ts.map +1 -0
  99. package/dist/pos_client_api/types/check_out.d.ts +134 -0
  100. package/dist/pos_client_api/types/check_out.d.ts.map +1 -0
  101. package/dist/pos_client_api/types/combo.d.ts +4 -0
  102. package/dist/pos_client_api/types/combo.d.ts.map +1 -0
  103. package/dist/pos_client_api/types/customer.d.ts +7 -0
  104. package/dist/pos_client_api/types/customer.d.ts.map +1 -0
  105. package/dist/pos_client_api/types/gift_card.d.ts +8 -0
  106. package/dist/pos_client_api/types/gift_card.d.ts.map +1 -0
  107. package/dist/pos_client_api/types/income.d.ts +11 -0
  108. package/dist/pos_client_api/types/income.d.ts.map +1 -0
  109. package/dist/pos_client_api/types/index.d.ts +23 -0
  110. package/dist/pos_client_api/types/index.d.ts.map +1 -0
  111. package/dist/pos_client_api/types/index.js +22 -0
  112. package/dist/pos_client_api/types/key_storage.d.ts +5 -0
  113. package/dist/pos_client_api/types/key_storage.d.ts.map +1 -0
  114. package/dist/pos_client_api/types/order.d.ts +43 -0
  115. package/dist/pos_client_api/types/order.d.ts.map +1 -0
  116. package/dist/pos_client_api/types/payroll.d.ts +61 -0
  117. package/dist/pos_client_api/types/payroll.d.ts.map +1 -0
  118. package/dist/pos_client_api/types/printer.d.ts +23 -0
  119. package/dist/pos_client_api/types/printer.d.ts.map +1 -0
  120. package/dist/pos_client_api/types/service.d.ts +2 -0
  121. package/dist/pos_client_api/types/service.d.ts.map +1 -0
  122. package/dist/pos_client_api/types/setting_turn.d.ts +5 -0
  123. package/dist/pos_client_api/types/setting_turn.d.ts.map +1 -0
  124. package/dist/pos_client_api/types/staff.d.ts +5 -0
  125. package/dist/pos_client_api/types/staff.d.ts.map +1 -0
  126. package/dist/pos_client_api/types/ticket.d.ts +28 -0
  127. package/dist/pos_client_api/types/ticket.d.ts.map +1 -0
  128. package/dist/pos_client_api/types/time_keeping.d.ts +49 -0
  129. package/dist/pos_client_api/types/time_keeping.d.ts.map +1 -0
  130. package/dist/pos_client_api/types/unsubscribe_contact.d.ts +2 -0
  131. package/dist/pos_client_api/types/unsubscribe_contact.d.ts.map +1 -0
  132. package/dist/pos_client_api/types/user.d.ts +6 -0
  133. package/dist/pos_client_api/types/user.d.ts.map +1 -0
  134. package/dist/pos_client_api/types/user.js +1 -0
  135. package/dist/pos_client_api/v1/PosClientApi.d.ts +28 -0
  136. package/dist/pos_client_api/v1/PosClientApi.d.ts.map +1 -0
  137. package/dist/pos_client_api/v1/api/appointment.d.ts +9 -0
  138. package/dist/pos_client_api/v1/api/appointment.d.ts.map +1 -0
  139. package/dist/pos_client_api/v1/api/batch_history.d.ts +8 -0
  140. package/dist/pos_client_api/v1/api/batch_history.d.ts.map +1 -0
  141. package/dist/pos_client_api/v1/api/business.d.ts +8 -0
  142. package/dist/pos_client_api/v1/api/business.d.ts.map +1 -0
  143. package/dist/pos_client_api/v1/api/call.d.ts +7 -0
  144. package/dist/pos_client_api/v1/api/call.d.ts.map +1 -0
  145. package/dist/pos_client_api/v1/api/category.d.ts +7 -0
  146. package/dist/pos_client_api/v1/api/category.d.ts.map +1 -0
  147. package/dist/pos_client_api/v1/api/check_in.d.ts +11 -0
  148. package/dist/pos_client_api/v1/api/check_in.d.ts.map +1 -0
  149. package/dist/pos_client_api/v1/api/check_out.d.ts +35 -0
  150. package/dist/pos_client_api/v1/api/check_out.d.ts.map +1 -0
  151. package/dist/pos_client_api/v1/api/combo.d.ts +7 -0
  152. package/dist/pos_client_api/v1/api/combo.d.ts.map +1 -0
  153. package/dist/pos_client_api/v1/api/customer.d.ts +8 -0
  154. package/dist/pos_client_api/v1/api/customer.d.ts.map +1 -0
  155. package/dist/pos_client_api/v1/api/gift_card.d.ts +8 -0
  156. package/dist/pos_client_api/v1/api/gift_card.d.ts.map +1 -0
  157. package/dist/pos_client_api/v1/api/income.d.ts +8 -0
  158. package/dist/pos_client_api/v1/api/income.d.ts.map +1 -0
  159. package/dist/pos_client_api/v1/api/index.d.ts +23 -0
  160. package/dist/pos_client_api/v1/api/index.d.ts.map +1 -0
  161. package/dist/pos_client_api/v1/api/key_storage.d.ts +7 -0
  162. package/dist/pos_client_api/v1/api/key_storage.d.ts.map +1 -0
  163. package/dist/pos_client_api/v1/api/order.d.ts +13 -0
  164. package/dist/pos_client_api/v1/api/order.d.ts.map +1 -0
  165. package/dist/pos_client_api/v1/api/payroll.d.ts +22 -0
  166. package/dist/pos_client_api/v1/api/payroll.d.ts.map +1 -0
  167. package/dist/pos_client_api/v1/api/printer.d.ts +10 -0
  168. package/dist/pos_client_api/v1/api/printer.d.ts.map +1 -0
  169. package/dist/pos_client_api/v1/api/service.d.ts +7 -0
  170. package/dist/pos_client_api/v1/api/service.d.ts.map +1 -0
  171. package/dist/pos_client_api/v1/api/setting_turn.d.ts +8 -0
  172. package/dist/pos_client_api/v1/api/setting_turn.d.ts.map +1 -0
  173. package/dist/pos_client_api/v1/api/staff.d.ts +8 -0
  174. package/dist/pos_client_api/v1/api/staff.d.ts.map +1 -0
  175. package/dist/pos_client_api/v1/api/ticket.d.ts +13 -0
  176. package/dist/pos_client_api/v1/api/ticket.d.ts.map +1 -0
  177. package/dist/pos_client_api/v1/api/time_keeping.d.ts +13 -0
  178. package/dist/pos_client_api/v1/api/time_keeping.d.ts.map +1 -0
  179. package/dist/pos_client_api/v1/api/unsubscribe_contact.d.ts +5 -0
  180. package/dist/pos_client_api/v1/api/unsubscribe_contact.d.ts.map +1 -0
  181. package/dist/pos_client_api/v1/api/user.d.ts +7 -0
  182. package/dist/pos_client_api/v1/api/user.d.ts.map +1 -0
  183. package/dist/pos_client_api/v1/endpoint/appointment.d.ts +7 -0
  184. package/dist/pos_client_api/v1/endpoint/appointment.d.ts.map +1 -0
  185. package/dist/pos_client_api/v1/endpoint/batch_history.d.ts +6 -0
  186. package/dist/pos_client_api/v1/endpoint/batch_history.d.ts.map +1 -0
  187. package/dist/pos_client_api/v1/endpoint/business.d.ts +6 -0
  188. package/dist/pos_client_api/v1/endpoint/business.d.ts.map +1 -0
  189. package/dist/pos_client_api/v1/endpoint/call.d.ts +5 -0
  190. package/dist/pos_client_api/v1/endpoint/call.d.ts.map +1 -0
  191. package/dist/pos_client_api/v1/endpoint/category.d.ts +5 -0
  192. package/dist/pos_client_api/v1/endpoint/category.d.ts.map +1 -0
  193. package/dist/pos_client_api/v1/endpoint/check_in.d.ts +9 -0
  194. package/dist/pos_client_api/v1/endpoint/check_in.d.ts.map +1 -0
  195. package/dist/pos_client_api/v1/endpoint/check_out.d.ts +33 -0
  196. package/dist/pos_client_api/v1/endpoint/check_out.d.ts.map +1 -0
  197. package/dist/pos_client_api/v1/endpoint/combo.d.ts +5 -0
  198. package/dist/pos_client_api/v1/endpoint/combo.d.ts.map +1 -0
  199. package/dist/pos_client_api/v1/endpoint/customer.d.ts +6 -0
  200. package/dist/pos_client_api/v1/endpoint/customer.d.ts.map +1 -0
  201. package/dist/pos_client_api/v1/endpoint/gift_card.d.ts +6 -0
  202. package/dist/pos_client_api/v1/endpoint/gift_card.d.ts.map +1 -0
  203. package/dist/pos_client_api/v1/endpoint/income.d.ts +6 -0
  204. package/dist/pos_client_api/v1/endpoint/income.d.ts.map +1 -0
  205. package/dist/pos_client_api/v1/endpoint/index.d.ts +23 -0
  206. package/dist/pos_client_api/v1/endpoint/index.d.ts.map +1 -0
  207. package/dist/pos_client_api/v1/endpoint/key_storage.d.ts +5 -0
  208. package/dist/pos_client_api/v1/endpoint/key_storage.d.ts.map +1 -0
  209. package/dist/pos_client_api/v1/endpoint/order.d.ts +11 -0
  210. package/dist/pos_client_api/v1/endpoint/order.d.ts.map +1 -0
  211. package/dist/pos_client_api/v1/endpoint/payroll.d.ts +20 -0
  212. package/dist/pos_client_api/v1/endpoint/payroll.d.ts.map +1 -0
  213. package/dist/pos_client_api/v1/endpoint/printer.d.ts +8 -0
  214. package/dist/pos_client_api/v1/endpoint/printer.d.ts.map +1 -0
  215. package/dist/pos_client_api/v1/endpoint/service.d.ts +5 -0
  216. package/dist/pos_client_api/v1/endpoint/service.d.ts.map +1 -0
  217. package/dist/pos_client_api/v1/endpoint/setting_turn.d.ts +6 -0
  218. package/dist/pos_client_api/v1/endpoint/setting_turn.d.ts.map +1 -0
  219. package/dist/pos_client_api/v1/endpoint/staff.d.ts +6 -0
  220. package/dist/pos_client_api/v1/endpoint/staff.d.ts.map +1 -0
  221. package/dist/pos_client_api/v1/endpoint/ticket.d.ts +11 -0
  222. package/dist/pos_client_api/v1/endpoint/ticket.d.ts.map +1 -0
  223. package/dist/pos_client_api/v1/endpoint/time_keeping.d.ts +11 -0
  224. package/dist/pos_client_api/v1/endpoint/time_keeping.d.ts.map +1 -0
  225. package/dist/pos_client_api/v1/endpoint/unsubscribe_contact.d.ts +3 -0
  226. package/dist/pos_client_api/v1/endpoint/unsubscribe_contact.d.ts.map +1 -0
  227. package/dist/pos_client_api/v1/endpoint/user.d.ts +5 -0
  228. package/dist/pos_client_api/v1/endpoint/user.d.ts.map +1 -0
  229. package/dist/utils/date-time.d.ts +2 -0
  230. package/dist/utils/date-time.d.ts.map +1 -0
  231. package/dist/utils/processed-query.d.ts +18 -0
  232. package/dist/utils/processed-query.d.ts.map +1 -0
  233. package/package.json +6 -1
@@ -0,0 +1,12 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Order {
4
+ static getCheckingList: (data: InputDataType.GetCheckingList) => Promise<ResponseDataApi>;
5
+ static getOrderDetail: (data: InputDataType.GetOrderDetail) => Promise<ResponseDataApi>;
6
+ static getOrderHistoryList: (data: InputDataType.GetOrderHistoryList) => Promise<ResponseDataApi>;
7
+ static getReportChecking: (data: InputDataType.GetReportChecking) => Promise<ResponseDataApi>;
8
+ static updateOrderStaff: (data: InputDataType.UpdateOrderStaff) => Promise<ResponseDataApi>;
9
+ static removeOrder: (data: InputDataType.RemoveOrder) => Promise<ResponseDataApi>;
10
+ static exportOrder: (data: InputDataType.ExportOrder) => Promise<ResponseDataApi>;
11
+ }
12
+ //# sourceMappingURL=order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/order.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,KAAK;IAC/B,OAAc,eAAe,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAChG,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAC9F,OAAc,mBAAmB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IACxG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAEpG,OAAc,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAElG,OAAc,WAAW,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IACxF,OAAc,WAAW,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;CAM3F"}
@@ -0,0 +1,19 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Payroll {
4
+ static getPayrollList: (data: InputDataType.GetPayrollList) => Promise<ResponseDataApi>;
5
+ static getPayrollSetting: (data: InputDataType.GetPayrollSetting) => Promise<ResponseDataApi>;
6
+ static approvePayroll: (data: InputDataType.ApprovePayroll) => Promise<ResponseDataApi>;
7
+ static updatePayrollSetting: (data: InputDataType.UpdatePayrollSetting) => Promise<ResponseDataApi>;
8
+ static getDiscountSetting: (data: InputDataType.GetDiscountSetting) => Promise<ResponseDataApi>;
9
+ static updateDiscountSetting: (data: InputDataType.UpdateDiscountSetting) => Promise<ResponseDataApi>;
10
+ static getCashDiscountSetting: (data: InputDataType.GetCashDiscountSetting) => Promise<ResponseDataApi>;
11
+ static updateCashDiscountSetting: (data: InputDataType.UpdateCashDiscountSetting) => Promise<ResponseDataApi>;
12
+ static getIncomeDetail: (data: InputDataType.GetIncomeDetail) => Promise<ResponseDataApi>;
13
+ static getApprovePayroll: (data: InputDataType.GetApprovePayroll) => Promise<ResponseDataApi>;
14
+ static exportPayroll: (data: InputDataType.ExportPayroll) => void;
15
+ static exportApprovePayroll: (data: InputDataType.ExportApprovePayroll) => void;
16
+ static exportIncomeDetail: (data: InputDataType.ExportIncomeDetail) => void;
17
+ static getSalaryChart: (data: InputDataType.GetSalaryChart) => Promise<ResponseDataApi>;
18
+ }
19
+ //# sourceMappingURL=payroll.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payroll.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/payroll.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,OAAO;IACjC,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/F,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACrG,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/F,OAAc,oBAAoB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3G,OAAc,kBAAkB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,kBAAkB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACvG,OAAc,qBAAqB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC7G,OAAc,sBAAsB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/G,OAAc,yBAAyB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,yBAAyB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACrH,OAAc,eAAe,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACjG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACrG,OAAc,aAAa,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa,KAAK,IAAI,CAAC;IACzE,OAAc,oBAAoB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,IAAI,CAAC;IACvF,OAAc,kBAAkB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,kBAAkB,KAAK,IAAI,CAAC;IACnF,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAClG"}
@@ -0,0 +1,9 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Printer {
4
+ static getPrinterList: (data: InputDataType.GetPrinterList) => Promise<ResponseDataApi>;
5
+ static getPrinterDetail: (data: InputDataType.GetPrinterDetail) => Promise<ResponseDataApi>;
6
+ static createPrinterInfo: (data: InputDataType.CreatePrinterInfo) => Promise<ResponseDataApi>;
7
+ static updatePrinterInfo: (data: InputDataType.UpdatePrinterInfo) => Promise<ResponseDataApi>;
8
+ }
9
+ //# sourceMappingURL=printer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"printer.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/printer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,OAAO;IACjC,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/F,OAAc,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACnG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACrG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACxG"}
@@ -0,0 +1,6 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Service {
4
+ static getServiceList: (data: InputDataType.GetServiceList) => Promise<ResponseDataApi>;
5
+ }
6
+ //# sourceMappingURL=service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,OAAO;IACjC,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAClG"}
@@ -0,0 +1,7 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class SettingTurn {
4
+ static getTurnValue: (data: InputDataType.GetTurnValue) => Promise<ResponseDataApi>;
5
+ static postTurnUpdateValue: (data: InputDataType.PostTurnUpdateValue) => Promise<ResponseDataApi>;
6
+ }
7
+ //# sourceMappingURL=setting_turn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setting_turn.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/setting_turn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,WAAW;IACrC,OAAc,YAAY,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,YAAY,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3F,OAAc,mBAAmB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5G"}
@@ -0,0 +1,7 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Staff {
4
+ static getStaffListByCheckout: (data: InputDataType.GetStaffListByCheckout) => Promise<ResponseDataApi>;
5
+ static getStaffList: (data: InputDataType.GetStaffList) => Promise<ResponseDataApi>;
6
+ }
7
+ //# sourceMappingURL=staff.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/staff.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,KAAK;IAC/B,OAAc,sBAAsB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/G,OAAc,YAAY,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,YAAY,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAC9F"}
@@ -0,0 +1,12 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class Ticket {
4
+ static getTicketList: (data: InputDataType.GetTicketList) => Promise<ResponseDataApi>;
5
+ static createTicketTemplate: (data: InputDataType.CreateTicketTemplate) => Promise<ResponseDataApi>;
6
+ static deleteTicketTemplate: (data: InputDataType.DeleteTicketTemplate) => Promise<ResponseDataApi>;
7
+ static updateTicketTemplate: (data: InputDataType.UpdateTicketTemplate) => Promise<ResponseDataApi>;
8
+ static moveSubject: (data: InputDataType.MoveSubject) => Promise<ResponseDataApi>;
9
+ static setDefaultTicketTemplate: (data: InputDataType.SetDefaultTicketTemplate) => Promise<ResponseDataApi>;
10
+ static getTicketTemplate: (data: InputDataType.GetTicketTemplate) => Promise<ResponseDataApi>;
11
+ }
12
+ //# sourceMappingURL=ticket.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/ticket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,MAAM;IAChC,OAAc,aAAa,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAE5F,OAAc,oBAAoB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAC1G,OAAc,oBAAoB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAC1G,OAAc,oBAAoB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAC1G,OAAc,WAAW,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IACxF,OAAc,wBAAwB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,wBAAwB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;IAClH,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAA;CACvG"}
@@ -0,0 +1,12 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class TimeKeeping {
4
+ static getTimeKeepingList: (data: InputDataType.GetPayrollList) => Promise<ResponseDataApi>;
5
+ static addTimeKeeping: (data: InputDataType.GetPayrollSetting) => Promise<ResponseDataApi>;
6
+ static updateTimeKeeping: (data: InputDataType.ApprovePayroll) => Promise<ResponseDataApi>;
7
+ static removeTimeKeeping: (data: InputDataType.UpdatePayrollSetting) => Promise<ResponseDataApi>;
8
+ static getTimeKeepingListStaff: (data: InputDataType.UpdatePayrollSetting) => Promise<ResponseDataApi>;
9
+ static postTimeKeepingCheckIn: (data: InputDataType.UpdatePayrollSetting) => Promise<ResponseDataApi>;
10
+ static PostTimeKeepingCheckOut: (data: InputDataType.UpdatePayrollSetting) => Promise<ResponseDataApi>;
11
+ }
12
+ //# sourceMappingURL=time_keeping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"time_keeping.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/time_keeping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,WAAW;IACrC,OAAc,kBAAkB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACnG,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAClG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAClG,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACxG,OAAc,uBAAuB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC9G,OAAc,sBAAsB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC7G,OAAc,uBAAuB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACjH"}
@@ -0,0 +1,3 @@
1
+ export default abstract class UnsubscribeContact {
2
+ }
3
+ //# sourceMappingURL=unsubscribe_contact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsubscribe_contact.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/unsubscribe_contact.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,kBAAkB;CAE/C"}
@@ -0,0 +1,6 @@
1
+ import { ResponseDataApi } from "src/base_type";
2
+ import * as InputDataType from "../types";
3
+ export default abstract class User {
4
+ static postLogin: (data: InputDataType.PostLogin) => Promise<ResponseDataApi>;
5
+ }
6
+ //# sourceMappingURL=user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAE1C,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,IAAI;IAC9B,OAAc,SAAS,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,SAAS,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACxF"}
@@ -0,0 +1,13 @@
1
+ export declare type PostCreateAppointment = {
2
+ date: string;
3
+ items: Array<any>;
4
+ flag: string;
5
+ booker: {
6
+ booker_phone: number;
7
+ booker_name: string;
8
+ };
9
+ note: string;
10
+ };
11
+ export declare type GetCategoryListAppointment = {};
12
+ export declare type GetStaffListAppointment = {};
13
+ //# sourceMappingURL=appointment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/appointment.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,qBAAqB,GAAG;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE;QACJ,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;CAChB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,0BAA0B,GAAG,EAAE,CAAA;AAEnD,MAAM,CAAC,OAAO,MAAM,uBAAuB,GAAG,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ export declare type GetBatchHistory = {
2
+ start_date: string;
3
+ end_date: string;
4
+ };
5
+ export declare type GetBatchDetail = {
6
+ date?: string;
7
+ };
8
+ //# sourceMappingURL=batch_history.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch_history.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/batch_history.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export declare type GetBusinessInfo = {
2
+ build?: string;
3
+ };
4
+ export declare type PostBusinessUpdateInfo = {
5
+ id: number;
6
+ name?: string;
7
+ phone?: string;
8
+ address?: string;
9
+ };
10
+ //# sourceMappingURL=business.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/business.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAA"}
@@ -0,0 +1,7 @@
1
+ export declare type sendSms = {
2
+ phone: string;
3
+ type: string;
4
+ message: string;
5
+ is_save: string;
6
+ };
7
+ //# sourceMappingURL=call.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/call.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,OAAO,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare type GetCategoryListItem = {};
2
+ //# sourceMappingURL=category.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/category.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,mBAAmB,GAAG,EAEzC,CAAA"}
@@ -0,0 +1,18 @@
1
+ export declare type PostCheckInFormSubmit = {
2
+ full_name: string;
3
+ phone?: string;
4
+ };
5
+ export declare type GetCheckInList = {
6
+ date: string;
7
+ type?: string;
8
+ page?: number;
9
+ 'per-page'?: number;
10
+ };
11
+ export declare type GetCheckInReport = {
12
+ date?: string;
13
+ };
14
+ export declare type GetLastCheckIn = {};
15
+ export declare type GetCheckInInfo = {
16
+ order_id: number;
17
+ };
18
+ //# sourceMappingURL=check_in.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/check_in.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,qBAAqB,GAAG;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG,EAEpC,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -0,0 +1,134 @@
1
+ export declare type GetItemList = {};
2
+ export declare type GetCheckOutHistoryList = {
3
+ from?: string;
4
+ to?: string;
5
+ };
6
+ export declare type GetCheckOutInfo = {
7
+ id: number;
8
+ };
9
+ export declare type GetCheckOutHistoryInfo = {
10
+ order_id: number;
11
+ page?: number;
12
+ };
13
+ export declare type GetCheckOutBatchCloseSummary = {};
14
+ export declare type PostCheckOutAddItem = {
15
+ order_id: number;
16
+ item_type: number;
17
+ item_id?: number;
18
+ item_name?: string;
19
+ price?: number;
20
+ staff_id: number;
21
+ staff_name?: string;
22
+ value?: number;
23
+ };
24
+ export declare type PostCheckOutRemoveItem = {
25
+ order_id: number;
26
+ item_type: number;
27
+ item_id?: number;
28
+ item_name?: string;
29
+ staff_id: number;
30
+ order_item_id?: number;
31
+ };
32
+ export declare type PostCheckOutSubmitOrder = {
33
+ order_id: number;
34
+ payment: number;
35
+ change: number;
36
+ external_cc: number;
37
+ cash_discount: number;
38
+ tax: number;
39
+ service_fee: number;
40
+ };
41
+ export declare type PostCheckOutUpdateStatus = {
42
+ order_id: number;
43
+ status: string;
44
+ };
45
+ export declare type PostCheckOutUpdateOrderWithCreditCardPayment = {
46
+ order_id: number;
47
+ payment: number;
48
+ change: number;
49
+ };
50
+ export declare type PostCheckOutDoAuth = {
51
+ amount: number;
52
+ order_id: number;
53
+ };
54
+ export declare type PostCheckOutVoidPayment = {
55
+ order_id: number;
56
+ };
57
+ export declare type PostCheckOutRefundPayment = {
58
+ order_id: number;
59
+ is_full_refund: boolean;
60
+ amount: number;
61
+ };
62
+ export declare type PostCheckOutAdjustTipPayment = {
63
+ order_id: number;
64
+ amount: number;
65
+ };
66
+ export declare type PostCheckOutCloseOut = {};
67
+ export declare type PostCheckOutUpdateIsWaiting = {
68
+ order_id: number;
69
+ is_waiting?: number;
70
+ };
71
+ export declare type PostCheckOutDiscountPromotion = {
72
+ order_id: number;
73
+ discount_type: string;
74
+ discount_value: string;
75
+ campaign_id: number;
76
+ };
77
+ export declare type PostCheckOutDiscountRedeem = {
78
+ order_id: number;
79
+ redeem_data?: Array<any>;
80
+ };
81
+ export declare type PostCheckOutUpdateTipData = {
82
+ order_id: number;
83
+ total_tip: number;
84
+ tip_type: string;
85
+ tip_by_credit_card: number;
86
+ data: string;
87
+ giftcard_code: string;
88
+ payment_method: string;
89
+ accumulated: number;
90
+ };
91
+ export declare type PostCheckOutItemAdjustPrice = {
92
+ order_id: number;
93
+ item_type: number;
94
+ item_id: number;
95
+ staff_id: number;
96
+ price: string;
97
+ order_item_id: number;
98
+ };
99
+ export declare type PostCheckOutUpdatePaymentData = {
100
+ order_id: number;
101
+ payment_id: number;
102
+ type: string;
103
+ data: string;
104
+ status: string;
105
+ payment_status: string;
106
+ };
107
+ export declare type PostCheckOutItemAddCombo = {
108
+ order_id: number;
109
+ combo_id: number;
110
+ combo_items: number;
111
+ };
112
+ export declare type GetCheckoutResendRating = {
113
+ order_id: number;
114
+ };
115
+ export declare type PostCustomerAchAvailable = {
116
+ username: string;
117
+ };
118
+ export declare type PostAchResend = {
119
+ order_id: number;
120
+ };
121
+ export declare type PostAchVoid = {
122
+ order_id: number;
123
+ };
124
+ export declare type PostUpdateOrderSuccessToSettled = {};
125
+ export declare type PostCalculateTax = {
126
+ order_id: number;
127
+ cash_discount: number;
128
+ };
129
+ export declare type PostCalculatePayment = {
130
+ order_id: number;
131
+ cash_amount: number;
132
+ external_cc: number;
133
+ };
134
+ //# sourceMappingURL=check_out.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check_out.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/check_out.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export declare type GetComboSiteInfo = {
2
+ id: number;
3
+ };
4
+ //# sourceMappingURL=combo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combo.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/combo.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;CACd,CAAA"}
@@ -0,0 +1,7 @@
1
+ export declare type GetCustomerList = {
2
+ filter?: string;
3
+ };
4
+ export declare type GetCustomerDetail = {
5
+ phone: string;
6
+ };
7
+ //# sourceMappingURL=customer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/customer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA"}
@@ -0,0 +1,8 @@
1
+ export declare type GetCheckGiftCard = {
2
+ code: string;
3
+ };
4
+ export declare type PostResetGiftCard = {
5
+ gift_card_id: number;
6
+ order_id: number;
7
+ };
8
+ //# sourceMappingURL=gift_card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gift_card.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/gift_card.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -0,0 +1,11 @@
1
+ export declare type GetIncomeHistory = {
2
+ type: string;
3
+ chart?: number;
4
+ start_date?: string;
5
+ end_date?: string;
6
+ year?: number;
7
+ };
8
+ export declare type GetStaffDailyIncome = {
9
+ date?: number;
10
+ };
11
+ //# sourceMappingURL=income.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/income.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,mBAAmB,GAAG;IACtC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAA"}
@@ -0,0 +1,23 @@
1
+ export * from './appointment';
2
+ export * from './batch_history';
3
+ export * from './business';
4
+ export * from './call';
5
+ export * from './category';
6
+ export * from './check_in';
7
+ export * from './check_out';
8
+ export * from './combo';
9
+ export * from './customer';
10
+ export * from './gift_card';
11
+ export * from './income';
12
+ export * from './key_storage';
13
+ export * from './order';
14
+ export * from './payroll';
15
+ export * from './printer';
16
+ export * from './service';
17
+ export * from './setting_turn';
18
+ export * from './staff';
19
+ export * from './ticket';
20
+ export * from './time_keeping';
21
+ export * from './unsubscribe_contact';
22
+ export * from './user';
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,22 @@
1
+ export * from './appointment';
2
+ export * from './batch_history';
3
+ export * from './business';
4
+ export * from './call';
5
+ export * from './category';
6
+ export * from './check_in';
7
+ export * from './check_out';
8
+ export * from './combo';
9
+ export * from './customer';
10
+ export * from './gift_card';
11
+ export * from './income';
12
+ export * from './key_storage';
13
+ export * from './order';
14
+ export * from './payroll';
15
+ export * from './printer';
16
+ export * from './service';
17
+ export * from './setting_turn';
18
+ export * from './staff';
19
+ export * from './ticket';
20
+ export * from './time_keeping';
21
+ export * from './unsubscribe_contact';
22
+ export * from './user';
@@ -0,0 +1,5 @@
1
+ export declare type GetKeyStorage = {
2
+ start_date: string;
3
+ end_date: string;
4
+ };
5
+ //# sourceMappingURL=key_storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/key_storage.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,aAAa,GAAG;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -0,0 +1,43 @@
1
+ export declare type GetCheckingList = {
2
+ type?: string;
3
+ from: string;
4
+ to: string;
5
+ payment_type: number;
6
+ page?: number;
7
+ 'per-page'?: number;
8
+ };
9
+ export declare type GetOrderDetail = {
10
+ id: number;
11
+ };
12
+ export declare type GetOrderHistoryList = {
13
+ order_id: number;
14
+ };
15
+ export declare type GetReportChecking = {
16
+ type?: string;
17
+ from: string;
18
+ to: string;
19
+ page?: number;
20
+ 'per-page'?: number;
21
+ };
22
+ export declare type UpdateOrderStaff = {
23
+ order_id: number;
24
+ order_item_id: number;
25
+ staff_id: number;
26
+ };
27
+ export declare type RemoveOrder = {
28
+ order_id: number;
29
+ page?: number;
30
+ 'per-page'?: number;
31
+ type: string;
32
+ from: string;
33
+ to: string;
34
+ payment_type: number;
35
+ };
36
+ export declare type ExportOrder = {
37
+ type: string;
38
+ from: string;
39
+ to: string;
40
+ payment_type: number;
41
+ export: number;
42
+ };
43
+ //# sourceMappingURL=order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/order.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,mBAAmB,GAAG;IACtC,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAYD,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAID,MAAM,CAAC,OAAO,MAAM,WAAW,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;CACxB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,WAAW,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAA;IACpB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA"}
@@ -0,0 +1,61 @@
1
+ export declare type GetPayrollList = {
2
+ start_date?: string;
3
+ end_date?: string;
4
+ };
5
+ export declare type GetPayrollSetting = {};
6
+ export declare type ApprovePayroll = {
7
+ period?: string;
8
+ custom_days?: string;
9
+ start_date: string;
10
+ end_date: string;
11
+ };
12
+ export declare type UpdatePayrollSetting = {
13
+ period: string;
14
+ start_date?: string;
15
+ custom_days?: string;
16
+ };
17
+ export declare type GetDiscountSetting = {};
18
+ export declare type UpdateDiscountSetting = {
19
+ owner_percent: number;
20
+ staff_percent: number;
21
+ };
22
+ export declare type GetCashDiscountSetting = {};
23
+ export declare type UpdateCashDiscountSetting = {
24
+ owner_percent: number;
25
+ staff_percent: number;
26
+ };
27
+ export declare type GetIncomeDetail = {
28
+ staff_id: number;
29
+ start_date: string;
30
+ end_date: string;
31
+ };
32
+ export declare type GetApprovePayroll = {
33
+ start_date?: string;
34
+ end_date?: string;
35
+ };
36
+ export declare type ExportPayroll = {
37
+ start_date?: string;
38
+ end_date?: string;
39
+ };
40
+ export declare type ExportApprovePayroll = {
41
+ start_date?: string;
42
+ end_date?: string;
43
+ };
44
+ export declare type ExportIncomeDetail = {
45
+ staff_id: number;
46
+ start_date?: string;
47
+ end_date?: string;
48
+ };
49
+ export declare type GetSalaryChart = {
50
+ start_date?: string;
51
+ end_date?: string;
52
+ };
53
+ export declare type GetAppListPayroll = {
54
+ start_date?: string;
55
+ end_date?: string;
56
+ };
57
+ export declare type GetPayrollDetail = {
58
+ start_date?: string;
59
+ end_date?: string;
60
+ };
61
+ //# sourceMappingURL=payroll.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payroll.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/payroll.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG,EAAE,CAAA;AAC1C,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG;IACvC,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,kBAAkB,GAAG,EAAE,CAAA;AAC3C,MAAM,CAAC,OAAO,MAAM,qBAAqB,GAAG;IACxC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG,EAAE,CAAA;AAC/C,MAAM,CAAC,OAAO,MAAM,yBAAyB,GAAG;IAC5C,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,aAAa,GAAG;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,kBAAkB,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA"}