gap-nodejs-sdk 1.0.18 → 1.0.21
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/base/Base.d.ts +1 -2
- package/dist/base/Base.d.ts.map +1 -1
- package/dist/base/Base.js +2 -2
- package/dist/base_type.d.ts +4 -1
- package/dist/base_type.d.ts.map +1 -1
- package/dist/error.d.ts +2 -0
- package/dist/error.d.ts.map +1 -1
- package/dist/error.js +2 -0
- package/dist/gap-sdk.js +1 -1
- package/dist/http_client/http_client.d.ts +3 -2
- package/dist/http_client/http_client.d.ts.map +1 -1
- package/dist/http_client/http_client.js +6 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/pos_client_api/1.0.0/api/appointment.d.ts +9 -0
- package/dist/pos_client_api/1.0.0/api/appointment.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/appointment.js +1 -1
- package/dist/pos_client_api/1.0.0/api/batch_history.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/api/batch_history.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/batch_history.js +1 -1
- package/dist/pos_client_api/1.0.0/api/business.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/api/business.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/business.js +1 -1
- package/dist/pos_client_api/1.0.0/api/call.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/call.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/call.js +1 -1
- package/dist/pos_client_api/1.0.0/api/category.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/category.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/category.js +1 -1
- package/dist/pos_client_api/1.0.0/api/check_in.d.ts +12 -0
- package/dist/pos_client_api/1.0.0/api/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/check_in.js +13 -9
- package/dist/pos_client_api/1.0.0/api/check_out.d.ts +36 -0
- package/dist/pos_client_api/1.0.0/api/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/check_out.js +8 -2
- package/dist/pos_client_api/1.0.0/api/combo.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/combo.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/combo.js +1 -1
- package/dist/pos_client_api/1.0.0/api/customer.d.ts +9 -0
- package/dist/pos_client_api/1.0.0/api/customer.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/customer.js +5 -2
- package/dist/pos_client_api/1.0.0/api/gift_card.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/api/gift_card.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/gift_card.js +1 -1
- package/dist/pos_client_api/1.0.0/api/income.d.ts +9 -0
- package/dist/pos_client_api/1.0.0/api/income.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/api/income.js +26 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/index.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/api/index.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/index.js +0 -0
- package/dist/pos_client_api/1.0.0/api/key_storage.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/key_storage.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/key_storage.js +1 -1
- package/dist/pos_client_api/1.0.0/api/order.d.ts +14 -0
- package/dist/pos_client_api/1.0.0/api/order.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/order.js +9 -5
- package/dist/pos_client_api/1.0.0/api/payroll.d.ts +25 -0
- package/dist/pos_client_api/1.0.0/api/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/payroll.js +10 -3
- package/dist/pos_client_api/1.0.0/api/printer.d.ts +10 -0
- package/dist/pos_client_api/1.0.0/api/printer.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/printer.js +1 -1
- package/dist/pos_client_api/1.0.0/api/service.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/service.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/service.js +1 -1
- package/dist/pos_client_api/1.0.0/api/setting_turn.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/api/setting_turn.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/setting_turn.js +1 -1
- package/dist/pos_client_api/1.0.0/api/staff.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/api/staff.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/staff.js +1 -1
- package/dist/pos_client_api/1.0.0/api/ticket.d.ts +13 -0
- package/dist/pos_client_api/1.0.0/api/ticket.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/ticket.js +1 -1
- package/dist/pos_client_api/1.0.0/api/time_keeping.d.ts +13 -0
- package/dist/pos_client_api/1.0.0/api/time_keeping.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/time_keeping.js +1 -1
- package/dist/pos_client_api/{v1 → 1.0.0}/api/unsubscribe_contact.d.ts +1 -1
- package/dist/pos_client_api/1.0.0/api/unsubscribe_contact.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/unsubscribe_contact.js +1 -1
- package/dist/pos_client_api/1.0.0/api/user.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/api/user.d.ts.map +1 -0
- package/dist/pos_client_api/{v1 → 1.0.0}/api/user.js +1 -1
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/appointment.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/appointment.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/appointment.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/batch_history.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/batch_history.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/batch_history.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/business.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/business.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/business.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/call.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/call.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/call.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/category.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/category.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/category.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/check_in.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/check_in.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/check_out.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/check_out.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/combo.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/combo.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/combo.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/customer.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/customer.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/customer.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/gift_card.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/gift_card.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/gift_card.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/income.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/income.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/income.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/index.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/index.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/index.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/key_storage.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/key_storage.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/key_storage.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/order.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/order.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/order.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/payroll.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/payroll.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/printer.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/printer.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/printer.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/service.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/service.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/service.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/setting_turn.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/setting_turn.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/setting_turn.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/staff.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/staff.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/staff.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/ticket.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/ticket.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/ticket.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/time_keeping.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/time_keeping.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/time_keeping.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/unsubscribe_contact.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/unsubscribe_contact.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/unsubscribe_contact.js +0 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/user.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/endpoints/user.d.ts.map +1 -0
- package/dist/pos_client_api/{v1/endpoint → 1.0.0/endpoints}/user.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/appointment.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/interfaces/appointment.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/appointment.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/batch_history.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/interfaces/batch_history.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/batch_history.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/business.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/interfaces/business.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/business.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/call.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/interfaces/call.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/call.js +0 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/category.d.ts +2 -2
- package/dist/pos_client_api/1.0.0/interfaces/category.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/category.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/check_in.d.ts +11 -0
- package/dist/pos_client_api/1.0.0/interfaces/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/check_in.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/check_out.d.ts +36 -0
- package/dist/pos_client_api/1.0.0/interfaces/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/check_out.js +0 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/combo.d.ts +2 -2
- package/dist/pos_client_api/1.0.0/interfaces/combo.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/combo.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/customer.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/interfaces/customer.d.ts.map +1 -0
- package/dist/{gci_client_api/interface → pos_client_api/1.0.0/interfaces}/customer.js +0 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/gift_card.d.ts +3 -3
- package/dist/pos_client_api/1.0.0/interfaces/gift_card.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/gift_card.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/income.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/interfaces/income.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/income.js +0 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/index.d.ts +1 -1
- package/dist/pos_client_api/1.0.0/interfaces/index.d.ts.map +1 -0
- package/dist/{gci_client_api/interface → pos_client_api/1.0.0/interfaces}/index.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/key_storage.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/interfaces/key_storage.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/key_storage.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/order.d.ts +13 -0
- package/dist/pos_client_api/1.0.0/interfaces/order.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/order.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/payroll.d.ts +21 -0
- package/dist/pos_client_api/1.0.0/interfaces/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/payroll.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/printer.d.ts +9 -0
- package/dist/pos_client_api/1.0.0/interfaces/printer.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/printer.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/service.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/interfaces/service.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/service.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/setting_turn.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/interfaces/setting_turn.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/setting_turn.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/staff.d.ts +7 -0
- package/dist/pos_client_api/1.0.0/interfaces/staff.d.ts.map +1 -0
- package/dist/{gci_client_api/interface → pos_client_api/1.0.0/interfaces}/staff.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/ticket.d.ts +12 -0
- package/dist/pos_client_api/1.0.0/interfaces/ticket.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/ticket.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/time_keeping.d.ts +12 -0
- package/dist/pos_client_api/1.0.0/interfaces/time_keeping.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/time_keeping.js +0 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/unsubscribe_contact.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/unsubscribe_contact.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/unsubscribe_contact.js +0 -0
- package/dist/pos_client_api/1.0.0/interfaces/user.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/interfaces/user.d.ts.map +1 -0
- package/dist/pos_client_api/{interface → 1.0.0/interfaces}/user.js +0 -0
- package/dist/pos_client_api/1.0.0/models/check_in.d.ts +3 -0
- package/dist/pos_client_api/1.0.0/models/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/check_in.js +148 -0
- package/dist/pos_client_api/1.0.0/models/check_out.d.ts +3 -0
- package/dist/pos_client_api/1.0.0/models/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/check_out.js +11 -0
- package/dist/pos_client_api/1.0.0/models/customer.d.ts +3 -0
- package/dist/pos_client_api/1.0.0/models/customer.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/customer.js +7 -0
- package/dist/pos_client_api/1.0.0/models/income.d.ts +4 -0
- package/dist/pos_client_api/1.0.0/models/income.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/income.js +79 -0
- package/dist/pos_client_api/1.0.0/models/index.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/models/index.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/index.js +7 -0
- package/dist/pos_client_api/1.0.0/models/meta.d.ts +3 -0
- package/dist/pos_client_api/1.0.0/models/meta.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/meta.js +9 -0
- package/dist/pos_client_api/1.0.0/models/order.d.ts +4 -0
- package/dist/pos_client_api/1.0.0/models/order.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/order.js +195 -0
- package/dist/pos_client_api/1.0.0/models/payroll.d.ts +4 -0
- package/dist/pos_client_api/1.0.0/models/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/models/payroll.js +37 -0
- package/dist/pos_client_api/1.0.0/types/request/appointment.d.ts +13 -0
- package/dist/pos_client_api/1.0.0/types/request/appointment.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/appointment.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/batch_history.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/batch_history.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/business.d.ts +10 -0
- package/dist/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/business.js +0 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/call.d.ts +1 -1
- package/dist/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/call.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/category.d.ts +2 -0
- package/dist/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/category.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/check_in.d.ts +17 -0
- package/dist/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/check_in.js +0 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/check_out.d.ts +51 -48
- package/dist/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/check_out.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/combo.d.ts +4 -0
- package/dist/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/combo.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/customer.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -0
- package/dist/{gci_client_api/types → pos_client_api/1.0.0/types/request}/customer.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/gift_card.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/types/request/gift_card.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/gift_card.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/income.d.ts +11 -0
- package/dist/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/income.js +0 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/index.d.ts +0 -0
- package/dist/pos_client_api/1.0.0/types/request/index.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/index.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/key_storage.d.ts +5 -0
- package/dist/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/key_storage.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/order.d.ts +43 -0
- package/dist/pos_client_api/1.0.0/types/request/order.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/request/order.js +16 -0
- package/dist/pos_client_api/1.0.0/types/request/payroll.d.ts +61 -0
- package/dist/pos_client_api/1.0.0/types/request/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/payroll.js +0 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/printer.d.ts +4 -4
- package/dist/pos_client_api/1.0.0/types/request/printer.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/printer.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/service.d.ts +2 -0
- package/dist/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/service.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/setting_turn.d.ts +5 -0
- package/dist/pos_client_api/1.0.0/types/request/setting_turn.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/setting_turn.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/staff.d.ts +5 -0
- package/dist/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -0
- package/dist/{gci_client_api/types → pos_client_api/1.0.0/types/request}/staff.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/ticket.d.ts +28 -0
- package/dist/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/ticket.js +0 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/time_keeping.d.ts +7 -7
- package/dist/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/time_keeping.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +2 -0
- package/dist/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/unsubscribe_contact.js +0 -0
- package/dist/pos_client_api/1.0.0/types/request/user.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -0
- package/dist/pos_client_api/{types → 1.0.0/types/request}/user.js +0 -0
- package/dist/pos_client_api/1.0.0/types/response/check_in.d.ts +137 -0
- package/dist/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -0
- package/dist/pos_client_api/{interface/index.js → 1.0.0/types/response/check_in.js} +0 -0
- package/dist/pos_client_api/1.0.0/types/response/check_out.d.ts +10 -0
- package/dist/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -0
- package/dist/pos_client_api/{types/customer.js → 1.0.0/types/response/check_out.js} +0 -0
- package/dist/pos_client_api/1.0.0/types/response/customer.d.ts +6 -0
- package/dist/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -0
- package/dist/pos_client_api/{types/staff.js → 1.0.0/types/response/customer.js} +0 -0
- package/dist/pos_client_api/1.0.0/types/response/income.d.ts +71 -0
- package/dist/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/response/income.js +1 -0
- package/dist/pos_client_api/1.0.0/types/response/index.d.ts +14 -0
- package/dist/pos_client_api/1.0.0/types/response/index.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/response/index.js +8 -0
- package/dist/pos_client_api/1.0.0/types/response/meta.d.ts +8 -0
- package/dist/pos_client_api/1.0.0/types/response/meta.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/response/meta.js +1 -0
- package/dist/pos_client_api/1.0.0/types/response/order.d.ts +180 -0
- package/dist/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/response/order.js +1 -0
- package/dist/pos_client_api/1.0.0/types/response/payroll.d.ts +31 -0
- package/dist/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -0
- package/dist/pos_client_api/1.0.0/types/response/payroll.js +1 -0
- package/dist/pos_client_api/PosClientApi.d.ts +27 -0
- package/dist/pos_client_api/PosClientApi.d.ts.map +1 -0
- package/dist/pos_client_api/PosClientApi.js +60 -0
- package/dist/pos_client_api/api.d.ts +5 -0
- package/dist/pos_client_api/api.d.ts.map +1 -0
- package/dist/pos_client_api/api.js +12 -0
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +2 -2
- package/package.json +1 -1
- package/dist/gci_client_api/interface/customer.d.ts +0 -18
- package/dist/gci_client_api/interface/customer.d.ts.map +0 -1
- package/dist/gci_client_api/interface/index.d.ts +0 -6
- package/dist/gci_client_api/interface/index.d.ts.map +0 -1
- package/dist/gci_client_api/interface/staff.d.ts +0 -3
- package/dist/gci_client_api/interface/staff.d.ts.map +0 -1
- package/dist/gci_client_api/types/customer.d.ts +0 -2
- package/dist/gci_client_api/types/customer.d.ts.map +0 -1
- package/dist/gci_client_api/types/index.d.ts +0 -3
- package/dist/gci_client_api/types/index.d.ts.map +0 -1
- package/dist/gci_client_api/types/index.js +0 -2
- package/dist/gci_client_api/types/staff.d.ts +0 -2
- package/dist/gci_client_api/types/staff.d.ts.map +0 -1
- package/dist/gci_client_api/v1/GciClientApi.d.ts +0 -8
- package/dist/gci_client_api/v1/GciClientApi.d.ts.map +0 -1
- package/dist/gci_client_api/v1/GciClientApi.js +0 -10
- package/dist/gci_client_api/v1/api/customer.d.ts +0 -20
- package/dist/gci_client_api/v1/api/customer.d.ts.map +0 -1
- package/dist/gci_client_api/v1/api/customer.js +0 -115
- package/dist/gci_client_api/v1/api/index.d.ts +0 -3
- package/dist/gci_client_api/v1/api/index.d.ts.map +0 -1
- package/dist/gci_client_api/v1/api/index.js +0 -2
- package/dist/gci_client_api/v1/api/staff.d.ts +0 -5
- package/dist/gci_client_api/v1/api/staff.d.ts.map +0 -1
- package/dist/gci_client_api/v1/api/staff.js +0 -3
- package/dist/gci_client_api/v1/endpoint/customer.d.ts +0 -1
- package/dist/gci_client_api/v1/endpoint/customer.d.ts.map +0 -1
- package/dist/gci_client_api/v1/endpoint/customer.js +0 -0
- package/dist/gci_client_api/v1/endpoint/index.d.ts +0 -15
- package/dist/gci_client_api/v1/endpoint/index.d.ts.map +0 -1
- package/dist/gci_client_api/v1/endpoint/index.js +0 -15
- package/dist/gci_client_api/v1/endpoint/staff.d.ts +0 -1
- package/dist/gci_client_api/v1/endpoint/staff.d.ts.map +0 -1
- package/dist/gci_client_api/v1/endpoint/staff.js +0 -0
- package/dist/pos_client_api/interface/appointment.d.ts +0 -8
- package/dist/pos_client_api/interface/appointment.d.ts.map +0 -1
- package/dist/pos_client_api/interface/batch_history.d.ts +0 -7
- package/dist/pos_client_api/interface/batch_history.d.ts.map +0 -1
- package/dist/pos_client_api/interface/business.d.ts +0 -7
- package/dist/pos_client_api/interface/business.d.ts.map +0 -1
- package/dist/pos_client_api/interface/call.d.ts +0 -6
- package/dist/pos_client_api/interface/call.d.ts.map +0 -1
- package/dist/pos_client_api/interface/category.d.ts.map +0 -1
- package/dist/pos_client_api/interface/check_in.d.ts +0 -10
- package/dist/pos_client_api/interface/check_in.d.ts.map +0 -1
- package/dist/pos_client_api/interface/check_out.d.ts +0 -34
- package/dist/pos_client_api/interface/check_out.d.ts.map +0 -1
- package/dist/pos_client_api/interface/combo.d.ts.map +0 -1
- package/dist/pos_client_api/interface/customer.d.ts +0 -7
- package/dist/pos_client_api/interface/customer.d.ts.map +0 -1
- package/dist/pos_client_api/interface/customer.js +0 -2
- package/dist/pos_client_api/interface/gift_card.d.ts.map +0 -1
- package/dist/pos_client_api/interface/income.d.ts +0 -7
- package/dist/pos_client_api/interface/income.d.ts.map +0 -1
- package/dist/pos_client_api/interface/index.d.ts.map +0 -1
- package/dist/pos_client_api/interface/key_storage.d.ts +0 -6
- package/dist/pos_client_api/interface/key_storage.d.ts.map +0 -1
- package/dist/pos_client_api/interface/order.d.ts +0 -12
- package/dist/pos_client_api/interface/order.d.ts.map +0 -1
- package/dist/pos_client_api/interface/payroll.d.ts +0 -21
- package/dist/pos_client_api/interface/payroll.d.ts.map +0 -1
- package/dist/pos_client_api/interface/printer.d.ts +0 -9
- package/dist/pos_client_api/interface/printer.d.ts.map +0 -1
- package/dist/pos_client_api/interface/service.d.ts +0 -6
- package/dist/pos_client_api/interface/service.d.ts.map +0 -1
- package/dist/pos_client_api/interface/setting_turn.d.ts +0 -7
- package/dist/pos_client_api/interface/setting_turn.d.ts.map +0 -1
- package/dist/pos_client_api/interface/staff.d.ts +0 -7
- package/dist/pos_client_api/interface/staff.d.ts.map +0 -1
- package/dist/pos_client_api/interface/staff.js +0 -2
- package/dist/pos_client_api/interface/ticket.d.ts +0 -12
- package/dist/pos_client_api/interface/ticket.d.ts.map +0 -1
- package/dist/pos_client_api/interface/time_keeping.d.ts +0 -12
- package/dist/pos_client_api/interface/time_keeping.d.ts.map +0 -1
- package/dist/pos_client_api/interface/unsubscribe_contact.d.ts.map +0 -1
- package/dist/pos_client_api/interface/user.d.ts +0 -6
- package/dist/pos_client_api/interface/user.d.ts.map +0 -1
- package/dist/pos_client_api/types/appointment.d.ts +0 -13
- package/dist/pos_client_api/types/appointment.d.ts.map +0 -1
- package/dist/pos_client_api/types/batch_history.d.ts +0 -8
- package/dist/pos_client_api/types/batch_history.d.ts.map +0 -1
- package/dist/pos_client_api/types/business.d.ts +0 -10
- package/dist/pos_client_api/types/business.d.ts.map +0 -1
- package/dist/pos_client_api/types/call.d.ts.map +0 -1
- package/dist/pos_client_api/types/category.d.ts +0 -2
- package/dist/pos_client_api/types/category.d.ts.map +0 -1
- package/dist/pos_client_api/types/check_in.d.ts +0 -18
- package/dist/pos_client_api/types/check_in.d.ts.map +0 -1
- package/dist/pos_client_api/types/check_out.d.ts.map +0 -1
- package/dist/pos_client_api/types/combo.d.ts +0 -4
- package/dist/pos_client_api/types/combo.d.ts.map +0 -1
- package/dist/pos_client_api/types/customer.d.ts +0 -7
- package/dist/pos_client_api/types/customer.d.ts.map +0 -1
- package/dist/pos_client_api/types/gift_card.d.ts +0 -8
- package/dist/pos_client_api/types/gift_card.d.ts.map +0 -1
- package/dist/pos_client_api/types/income.d.ts +0 -11
- package/dist/pos_client_api/types/income.d.ts.map +0 -1
- package/dist/pos_client_api/types/index.d.ts.map +0 -1
- package/dist/pos_client_api/types/key_storage.d.ts +0 -5
- package/dist/pos_client_api/types/key_storage.d.ts.map +0 -1
- package/dist/pos_client_api/types/order.d.ts +0 -43
- package/dist/pos_client_api/types/order.d.ts.map +0 -1
- package/dist/pos_client_api/types/order.js +0 -16
- package/dist/pos_client_api/types/payroll.d.ts +0 -61
- package/dist/pos_client_api/types/payroll.d.ts.map +0 -1
- package/dist/pos_client_api/types/printer.d.ts.map +0 -1
- package/dist/pos_client_api/types/service.d.ts +0 -2
- package/dist/pos_client_api/types/service.d.ts.map +0 -1
- package/dist/pos_client_api/types/setting_turn.d.ts +0 -5
- package/dist/pos_client_api/types/setting_turn.d.ts.map +0 -1
- package/dist/pos_client_api/types/staff.d.ts +0 -5
- package/dist/pos_client_api/types/staff.d.ts.map +0 -1
- package/dist/pos_client_api/types/ticket.d.ts +0 -28
- package/dist/pos_client_api/types/ticket.d.ts.map +0 -1
- package/dist/pos_client_api/types/time_keeping.d.ts.map +0 -1
- package/dist/pos_client_api/types/unsubscribe_contact.d.ts +0 -2
- package/dist/pos_client_api/types/unsubscribe_contact.d.ts.map +0 -1
- package/dist/pos_client_api/types/user.d.ts +0 -6
- package/dist/pos_client_api/types/user.d.ts.map +0 -1
- package/dist/pos_client_api/v1/PosClientApi.d.ts +0 -28
- package/dist/pos_client_api/v1/PosClientApi.d.ts.map +0 -1
- package/dist/pos_client_api/v1/PosClientApi.js +0 -29
- package/dist/pos_client_api/v1/api/appointment.d.ts +0 -9
- package/dist/pos_client_api/v1/api/appointment.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/batch_history.d.ts +0 -8
- package/dist/pos_client_api/v1/api/batch_history.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/business.d.ts +0 -8
- package/dist/pos_client_api/v1/api/business.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/call.d.ts +0 -7
- package/dist/pos_client_api/v1/api/call.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/category.d.ts +0 -7
- package/dist/pos_client_api/v1/api/category.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/check_in.d.ts +0 -11
- package/dist/pos_client_api/v1/api/check_in.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/check_out.d.ts +0 -35
- package/dist/pos_client_api/v1/api/check_out.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/combo.d.ts +0 -7
- package/dist/pos_client_api/v1/api/combo.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/customer.d.ts +0 -8
- package/dist/pos_client_api/v1/api/customer.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/gift_card.d.ts +0 -8
- package/dist/pos_client_api/v1/api/gift_card.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/income.d.ts +0 -8
- package/dist/pos_client_api/v1/api/income.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/income.js +0 -21
- package/dist/pos_client_api/v1/api/index.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/key_storage.d.ts +0 -7
- package/dist/pos_client_api/v1/api/key_storage.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/order.d.ts +0 -13
- package/dist/pos_client_api/v1/api/order.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/payroll.d.ts +0 -22
- package/dist/pos_client_api/v1/api/payroll.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/printer.d.ts +0 -10
- package/dist/pos_client_api/v1/api/printer.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/service.d.ts +0 -7
- package/dist/pos_client_api/v1/api/service.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/setting_turn.d.ts +0 -8
- package/dist/pos_client_api/v1/api/setting_turn.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/staff.d.ts +0 -8
- package/dist/pos_client_api/v1/api/staff.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/ticket.d.ts +0 -13
- package/dist/pos_client_api/v1/api/ticket.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/time_keeping.d.ts +0 -13
- package/dist/pos_client_api/v1/api/time_keeping.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/unsubscribe_contact.d.ts.map +0 -1
- package/dist/pos_client_api/v1/api/user.d.ts +0 -7
- package/dist/pos_client_api/v1/api/user.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/appointment.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/batch_history.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/business.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/call.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/category.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/check_in.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/check_out.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/combo.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/customer.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/gift_card.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/income.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/index.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/key_storage.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/order.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/payroll.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/printer.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/service.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/setting_turn.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/staff.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/ticket.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/time_keeping.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/unsubscribe_contact.d.ts.map +0 -1
- package/dist/pos_client_api/v1/endpoint/user.d.ts.map +0 -1
|
@@ -1,43 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
// export declare type CalculateOrder = {
|
|
3
|
-
//
|
|
4
|
-
// }
|
|
5
|
-
// export declare type CheckGiftCard = {
|
|
6
|
-
//
|
|
7
|
-
// }
|
|
8
|
-
// export declare type UpdateOrder = {
|
|
9
|
-
//
|
|
10
|
-
// }
|
|
11
|
-
// export declare type ResetGiftCard = {
|
|
12
|
-
//
|
|
13
|
-
// }
|
|
14
|
-
// export declare type CancelOrder = {
|
|
15
|
-
//
|
|
16
|
-
// }
|
|
@@ -1,61 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACpB,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,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"printer.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/printer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,gBAAgB,GAAG;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/service.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG,EAEpC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setting_turn.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/setting_turn.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,YAAY,GAAG,EAClC,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,mBAAmB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/staff.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG;IACzC,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,YAAY,GAAG,EAAE,CAAA"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare type GetTicketList = {
|
|
2
|
-
type: string;
|
|
3
|
-
};
|
|
4
|
-
export declare type CreateTicketTemplate = {
|
|
5
|
-
subject: string;
|
|
6
|
-
content?: string;
|
|
7
|
-
type?: string;
|
|
8
|
-
};
|
|
9
|
-
export declare type DeleteTicketTemplate = {
|
|
10
|
-
id: number;
|
|
11
|
-
type?: string;
|
|
12
|
-
};
|
|
13
|
-
export declare type UpdateTicketTemplate = {
|
|
14
|
-
id: number;
|
|
15
|
-
subject?: string;
|
|
16
|
-
content?: string;
|
|
17
|
-
type?: string;
|
|
18
|
-
};
|
|
19
|
-
export declare type MoveSubject = {
|
|
20
|
-
id: number;
|
|
21
|
-
action?: string;
|
|
22
|
-
type?: string;
|
|
23
|
-
};
|
|
24
|
-
export declare type SetDefaultTicketTemplate = {
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
|
-
export declare type GetTicketTemplate = {};
|
|
28
|
-
//# sourceMappingURL=ticket.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/ticket.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,aAAa,GAAG;IAChC,IAAI,EAAE,MAAM,CAAA;CACf,CAAA;AAID,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG;IACvC,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,oBAAoB,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,WAAW,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,wBAAwB,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAA;CACf,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG,EAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"time_keeping.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/time_keeping.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,kBAAkB,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,cAAc,GAAG;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACtB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,iBAAiB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,uBAAuB,GAAG,EAAE,CAAA;AAChD,MAAM,CAAC,OAAO,MAAM,sBAAsB,GAAG;IACzC,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,uBAAuB,GAAG;IAC1C,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unsubscribe_contact.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/unsubscribe_contact.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,kBAAkB,GAAG,EAExC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/user.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,MAAM,SAAS,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAA"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as API from "./api";
|
|
2
|
-
import { IPosClientApi } from "../interface";
|
|
3
|
-
export declare class PosClientApi implements IPosClientApi {
|
|
4
|
-
constructor(domain: string, gClientId: string, token: string);
|
|
5
|
-
appointment: typeof API.Appointment;
|
|
6
|
-
batch_history: typeof API.BatchHistory;
|
|
7
|
-
business: typeof API.Business;
|
|
8
|
-
call: typeof API.Call;
|
|
9
|
-
category: typeof API.Category;
|
|
10
|
-
check_in: typeof API.CheckIn;
|
|
11
|
-
check_out: typeof API.CheckOut;
|
|
12
|
-
combo: typeof API.Combo;
|
|
13
|
-
customer: typeof API.Customer;
|
|
14
|
-
gift_card: typeof API.GiftCard;
|
|
15
|
-
income: typeof API.Income;
|
|
16
|
-
key_storage: typeof API.KeyStorage;
|
|
17
|
-
order: typeof API.Order;
|
|
18
|
-
payroll: typeof API.Payroll;
|
|
19
|
-
printer: typeof API.Printer;
|
|
20
|
-
service: typeof API.Service;
|
|
21
|
-
setting_turn: typeof API.SettingTurn;
|
|
22
|
-
staff: typeof API.Staff;
|
|
23
|
-
ticket: typeof API.Ticket;
|
|
24
|
-
time_keeping: typeof API.TimeKeeping;
|
|
25
|
-
unsubscribe_contact: typeof API.UnsubscribeContact;
|
|
26
|
-
user: typeof API.User;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=PosClientApi.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PosClientApi.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/v1/PosClientApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAE7B,OAAO,EAAC,aAAa,EAAC,MAAM,cAAc,CAAC;AAE3C,qBAAa,YAAa,YAAW,aAAa;gBAClC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;IAI5D,WAAW,yBAAmB;IAC9B,aAAa,0BAAoB;IACjC,QAAQ,sBAAgB;IACxB,IAAI,kBAAY;IAChB,QAAQ,sBAAgB;IACxB,QAAQ,qBAAe;IACvB,SAAS,sBAAgB;IACzB,KAAK,mBAAa;IAClB,QAAQ,sBAAgB;IACxB,SAAS,sBAAgB;IACzB,MAAM,oBAAc;IACpB,WAAW,wBAAkB;IAC7B,KAAK,mBAAa;IAClB,OAAO,qBAAe;IACtB,OAAO,qBAAe;IACtB,OAAO,qBAAe;IACtB,YAAY,yBAAmB;IAC/B,KAAK,mBAAa;IAClB,MAAM,oBAAc;IACpB,YAAY,yBAAmB;IAC/B,mBAAmB,gCAA0B;IAC7C,IAAI,kBAAY;CACnB"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as API from "./api";
|
|
2
|
-
import Base from "../../base/Base";
|
|
3
|
-
export class PosClientApi {
|
|
4
|
-
constructor(domain, gClientId, token) {
|
|
5
|
-
this.appointment = API.Appointment;
|
|
6
|
-
this.batch_history = API.BatchHistory;
|
|
7
|
-
this.business = API.Business;
|
|
8
|
-
this.call = API.Call;
|
|
9
|
-
this.category = API.Category;
|
|
10
|
-
this.check_in = API.CheckIn;
|
|
11
|
-
this.check_out = API.CheckOut;
|
|
12
|
-
this.combo = API.Combo;
|
|
13
|
-
this.customer = API.Customer;
|
|
14
|
-
this.gift_card = API.GiftCard;
|
|
15
|
-
this.income = API.Income;
|
|
16
|
-
this.key_storage = API.KeyStorage;
|
|
17
|
-
this.order = API.Order;
|
|
18
|
-
this.payroll = API.Payroll;
|
|
19
|
-
this.printer = API.Printer;
|
|
20
|
-
this.service = API.Service;
|
|
21
|
-
this.setting_turn = API.SettingTurn;
|
|
22
|
-
this.staff = API.Staff;
|
|
23
|
-
this.ticket = API.Ticket;
|
|
24
|
-
this.time_keeping = API.TimeKeeping;
|
|
25
|
-
this.unsubscribe_contact = API.UnsubscribeContact;
|
|
26
|
-
this.user = API.User;
|
|
27
|
-
Base.setClient(domain, gClientId, token);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import AppointmentAbstractClass from "../../interface/appointment";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Appointment extends Base implements AppointmentAbstractClass {
|
|
5
|
-
static postCreateAppointment(data: InputDataType.PostCreateAppointment): Promise<any>;
|
|
6
|
-
static getCategoryListAppointment(data: InputDataType.GetCategoryListAppointment): Promise<any>;
|
|
7
|
-
static getStaffListAppointment(data: InputDataType.GetStaffListAppointment): Promise<any>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/appointment.ts"],"names":[],"mappings":"AACA,OAAO,wBAAwB,MAAM,6BAA6B,CAAC;AACnE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,IAAK,YAAW,wBAAwB;WACzD,qBAAqB,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB;WAQ/D,0BAA0B,CAAC,IAAI,EAAE,aAAa,CAAC,0BAA0B;WAQzE,uBAAuB,CAAC,IAAI,EAAE,aAAa,CAAC,uBAAuB;CAQ1F"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import BatchHistoryAbstractClass from "../../interface/batch_history";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class BatchHistory extends Base implements BatchHistoryAbstractClass {
|
|
5
|
-
static getBatchHistory(data: InputDataType.GetBatchHistory): Promise<any>;
|
|
6
|
-
static getBatchDetail(data: InputDataType.GetBatchDetail): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=batch_history.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"batch_history.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/batch_history.ts"],"names":[],"mappings":"AACA,OAAO,yBAAyB,MAAM,+BAA+B,CAAC;AACtE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,IAAK,YAAW,yBAAyB;WAC3D,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WAQnD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;CAQxE"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import BusinessAbstractClass from "../../interface/business";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Business extends Base implements BusinessAbstractClass {
|
|
5
|
-
static getBusinessInfo(data: InputDataType.GetBusinessInfo): Promise<any>;
|
|
6
|
-
static postBusinessUpdateInfo(data: InputDataType.PostBusinessUpdateInfo): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=business.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/business.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,0BAA0B,CAAC;AAC7D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;WACnD,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WAQnD,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB;CAQxF"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import CallAbstractClass from "../../interface/call";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Call extends Base implements CallAbstractClass {
|
|
5
|
-
static sendSms(data: InputDataType.SendSms): Promise<any>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=call.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/call.ts"],"names":[],"mappings":"AACA,OAAO,iBAAiB,MAAM,sBAAsB,CAAC;AACrD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,IAAK,YAAW,iBAAiB;WAC3C,OAAO,CAAC,IAAI,EAAE,aAAa,CAAC,OAAO;CAQ1D"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import CategoryAbstractClass from "../../interface/category";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Category extends Base implements CategoryAbstractClass {
|
|
5
|
-
static getCategoryListItem(data: InputDataType.GetCategoryListItem): Promise<any>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=category.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/category.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,0BAA0B,CAAC;AAC7D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;WACnD,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB;CAQlF"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import CheckInAbstractClass from "../../interface/check_in";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class CheckIn extends Base implements CheckInAbstractClass {
|
|
5
|
-
static postCheckInFormSubmit(data: InputDataType.PostCheckInFormSubmit): Promise<any>;
|
|
6
|
-
static getCheckInList(data: InputDataType.GetCheckInList): Promise<any>;
|
|
7
|
-
static getCheckInReport(data: InputDataType.GetCheckInReport): Promise<any>;
|
|
8
|
-
static getLastCheckIn(data: InputDataType.GetLastCheckIn): Promise<any>;
|
|
9
|
-
static getCheckInInfo(data: InputDataType.GetCheckInInfo): Promise<any>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=check_in.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/check_in.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,0BAA0B,CAAC;AAC5D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,oBAAoB;WACjD,qBAAqB,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB;WAS/D,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WASjD,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WASrD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WASjD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;CAQxE"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import CheckOutAbstractClass from "../../interface/check_out";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class CheckOut extends Base implements CheckOutAbstractClass {
|
|
5
|
-
static getItemList(data: InputDataType.GetItemList): Promise<any>;
|
|
6
|
-
static getCheckOutHistoryList(data: InputDataType.GetCheckOutHistoryList): Promise<any>;
|
|
7
|
-
static getCheckOutInfo(data: InputDataType.GetCheckOutInfo): Promise<any>;
|
|
8
|
-
static getCheckOutHistoryInfo(data: InputDataType.GetCheckOutHistoryInfo): Promise<any>;
|
|
9
|
-
static getCheckOutBatchCloseSummary(data: InputDataType.GetCheckOutBatchCloseSummary): Promise<any>;
|
|
10
|
-
static postCheckOutAddItem(data: InputDataType.PostCheckOutAddItem): Promise<any>;
|
|
11
|
-
static postCheckOutRemoveItem(data: InputDataType.PostCheckOutRemoveItem): Promise<any>;
|
|
12
|
-
static postCheckOutSubmitOrder(data: InputDataType.PostCheckOutSubmitOrder): Promise<any>;
|
|
13
|
-
static postCheckOutUpdateStatus(data: InputDataType.PostCheckOutUpdateStatus): Promise<any>;
|
|
14
|
-
static postCheckOutUpdateOrderWithCreditCardPayment(data: InputDataType.PostCheckOutUpdateOrderWithCreditCardPayment): Promise<any>;
|
|
15
|
-
static postCheckOutDoAuth(data: InputDataType.PostCheckOutDoAuth): Promise<any>;
|
|
16
|
-
static postCheckOutVoidPayment(data: InputDataType.PostCheckOutVoidPayment): Promise<any>;
|
|
17
|
-
static postCheckOutRefundPayment(data: InputDataType.PostCheckOutRefundPayment): Promise<any>;
|
|
18
|
-
static postCheckOutAdjustTipPayment(data: InputDataType.PostCheckOutAdjustTipPayment): Promise<any>;
|
|
19
|
-
static postCheckOutCloseOut(data: InputDataType.PostCheckOutCloseOut): Promise<any>;
|
|
20
|
-
static postCheckOutUpdateIsWaiting(data: InputDataType.PostCheckOutUpdateIsWaiting): Promise<any>;
|
|
21
|
-
static postCheckOutDiscountPromotion(data: InputDataType.PostCheckOutDiscountPromotion): Promise<any>;
|
|
22
|
-
static postCheckOutDiscountRedeem(data: InputDataType.PostCheckOutDiscountRedeem): Promise<any>;
|
|
23
|
-
static postCheckOutUpdateTipData(data: InputDataType.PostCheckOutUpdateTipData): Promise<any>;
|
|
24
|
-
static postCheckOutItemAdjustPrice(data: InputDataType.PostCheckOutItemAdjustPrice): Promise<any>;
|
|
25
|
-
static postCheckOutUpdatePaymentData(data: InputDataType.PostCheckOutUpdatePaymentData): Promise<any>;
|
|
26
|
-
static postCheckOutItemAddCombo(data: InputDataType.PostCheckOutItemAddCombo): Promise<any>;
|
|
27
|
-
static getCheckoutResendRating(data: InputDataType.GetCheckoutResendRating): Promise<any>;
|
|
28
|
-
static postCustomerAchAvailable(data: InputDataType.PostCustomerAchAvailable): Promise<any>;
|
|
29
|
-
static postAchResend(data: InputDataType.PostAchResend): Promise<any>;
|
|
30
|
-
static postAchVoid(data: InputDataType.PostAchVoid): Promise<any>;
|
|
31
|
-
static postUpdateOrderSuccessToSettled(data: InputDataType.PostUpdateOrderSuccessToSettled): Promise<any>;
|
|
32
|
-
static postCalculateTax(data: InputDataType.PostCalculateTax): Promise<any>;
|
|
33
|
-
static postCalculatePayment(data: InputDataType.PostCalculatePayment): Promise<any>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=check_out.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check_out.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/check_out.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,2BAA2B,CAAC;AAC9D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;WACnD,WAAW,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW;WAS3C,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB;WASjE,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WASnD,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB;WASjE,4BAA4B,CAAC,IAAI,EAAE,aAAa,CAAC,4BAA4B;WAS7E,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB;WAS3D,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB;WASjE,uBAAuB,CAAC,IAAI,EAAE,aAAa,CAAC,uBAAuB;WASnE,wBAAwB,CAAC,IAAI,EAAE,aAAa,CAAC,wBAAwB;WASrE,4CAA4C,CAAC,IAAI,EAAE,aAAa,CAAC,4CAA4C;WAS7G,kBAAkB,CAAC,IAAI,EAAE,aAAa,CAAC,kBAAkB;WASzD,uBAAuB,CAAC,IAAI,EAAE,aAAa,CAAC,uBAAuB;WASnE,yBAAyB,CAAC,IAAI,EAAE,aAAa,CAAC,yBAAyB;WASvE,4BAA4B,CAAC,IAAI,EAAE,aAAa,CAAC,4BAA4B;WAS7E,oBAAoB,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB;WAS7D,2BAA2B,CAAC,IAAI,EAAE,aAAa,CAAC,2BAA2B;WAS3E,6BAA6B,CAAC,IAAI,EAAE,aAAa,CAAC,6BAA6B;WAS/E,0BAA0B,CAAC,IAAI,EAAE,aAAa,CAAC,0BAA0B;WASzE,yBAAyB,CAAC,IAAI,EAAE,aAAa,CAAC,yBAAyB;WASvE,2BAA2B,CAAC,IAAI,EAAE,aAAa,CAAC,2BAA2B;WAS3E,6BAA6B,CAAC,IAAI,EAAE,aAAa,CAAC,6BAA6B;WAS/E,wBAAwB,CAAC,IAAI,EAAE,aAAa,CAAC,wBAAwB;WASrE,uBAAuB,CAAC,IAAI,EAAE,aAAa,CAAC,uBAAuB;WASnE,wBAAwB,CAAC,IAAI,EAAE,aAAa,CAAC,wBAAwB;WASrE,aAAa,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa;WAS/C,WAAW,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW;WAS3C,+BAA+B,CAAC,IAAI,EAAE,aAAa,CAAC,+BAA+B;WASnF,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WASrD,oBAAoB,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB;CAQpF"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import ComboAbstractClass from "../../interface/combo";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Combo extends Base implements ComboAbstractClass {
|
|
5
|
-
static getComboSiteInfo(data: InputDataType.GetComboSiteInfo): Promise<any>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=combo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combo.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/combo.ts"],"names":[],"mappings":"AACA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,IAAK,YAAW,kBAAkB;WAC7C,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;CAQ5E"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import CustomerAbstractClass from "../../interface/customer";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Customer extends Base implements CustomerAbstractClass {
|
|
5
|
-
static getCustomerList(data: InputDataType.GetCustomerList): Promise<any>;
|
|
6
|
-
static getCustomerDetail(data: InputDataType.GetCustomerDetail): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=customer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/customer.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,0BAA0B,CAAC;AAC7D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;WACnD,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WASnD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;CAQ9E"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import GiftCardAbstractClass from "../../interface/gift_card";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class GiftCard extends Base implements GiftCardAbstractClass {
|
|
5
|
-
static getCheckGiftCard(data: InputDataType.GetCheckGiftCard): Promise<any>;
|
|
6
|
-
static postResetGiftCard(data: InputDataType.PostResetGiftCard): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=gift_card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gift_card.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/gift_card.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,2BAA2B,CAAC;AAC9D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;WACnD,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WASrD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;CAQ9E"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import IncomeAbstractClass from "../../interface/income";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Income extends Base implements IncomeAbstractClass {
|
|
5
|
-
static getIncomeHistory(data: InputDataType.GetIncomeHistory): Promise<any>;
|
|
6
|
-
static getStaffDailyIncome(data: InputDataType.GetStaffDailyIncome): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=income.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/income.ts"],"names":[],"mappings":"AACA,OAAO,mBAAmB,MAAM,wBAAwB,CAAC;AACzD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,IAAK,YAAW,mBAAmB;WAC/C,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WAQrD,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB;CAQlF"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import * as posEndpoints from "../endpoint";
|
|
3
|
-
import Base from "../../../base/Base";
|
|
4
|
-
export default class Income extends Base {
|
|
5
|
-
static getIncomeHistory(data) {
|
|
6
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
7
|
-
return yield this.client.get({
|
|
8
|
-
path: posEndpoints.income.GET_INCOME_HISTORY,
|
|
9
|
-
query: data
|
|
10
|
-
});
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
static getStaffDailyIncome(data) {
|
|
14
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
15
|
-
return yield this.client.get({
|
|
16
|
-
path: posEndpoints.income.GET_STAFF_DAILY_INCOME,
|
|
17
|
-
query: data
|
|
18
|
-
});
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,IAAI,EAAC,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,SAAS,CAAC;AACzC,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,UAAU,EAAC,MAAM,eAAe,CAAC;AACpD,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,SAAS,CAAC;AACzC,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,OAAO,IAAI,KAAK,EAAC,MAAM,SAAS,CAAC;AACzC,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,OAAO,IAAI,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAC,OAAO,IAAI,IAAI,EAAC,MAAM,QAAQ,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import KeyStorageAbstractClass from "../../interface/key_storage";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class KeyStorage extends Base implements KeyStorageAbstractClass {
|
|
5
|
-
static getKeyStorage(data: InputDataType.GetKeyStorage): Promise<any>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=key_storage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/key_storage.ts"],"names":[],"mappings":"AACA,OAAO,uBAAuB,MAAM,6BAA6B,CAAC;AAClE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,IAAK,YAAW,uBAAuB;WACvD,aAAa,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa;CAQtE"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import OrderAbstractClass from "../../interface/order";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Order extends Base implements OrderAbstractClass {
|
|
5
|
-
static getCheckingList(data: InputDataType.GetCheckingList): Promise<any>;
|
|
6
|
-
static getOrderDetail(data: InputDataType.GetOrderDetail): Promise<any>;
|
|
7
|
-
static getOrderHistoryList(data: InputDataType.GetOrderHistoryList): Promise<any>;
|
|
8
|
-
static getReportChecking(data: InputDataType.GetReportChecking): Promise<any>;
|
|
9
|
-
static updateOrderStaff(data: InputDataType.UpdateOrderStaff): Promise<any>;
|
|
10
|
-
static removeOrder(data: InputDataType.RemoveOrder): Promise<any>;
|
|
11
|
-
static exportOrder(data: InputDataType.ExportOrder): Promise<void>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=order.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"order.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/order.ts"],"names":[],"mappings":"AACA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAC;AAK7C,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,IAAK,YAAW,kBAAkB;WAC7C,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WASnD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WASjD,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB;WAS3D,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;WAkBvD,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WAkBrD,WAAW,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW;WAS3C,WAAW,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW;CAmDlE"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import PayrollAbstractClass from "../../interface/payroll";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Payroll extends Base implements PayrollAbstractClass {
|
|
5
|
-
static getPayrollList(data: InputDataType.GetPayrollList): Promise<any>;
|
|
6
|
-
static getPayrollSetting(data: InputDataType.GetPayrollSetting): Promise<any>;
|
|
7
|
-
static approvePayroll(data: InputDataType.ApprovePayroll): Promise<any>;
|
|
8
|
-
static updatePayrollSetting(data: InputDataType.UpdatePayrollSetting): Promise<any>;
|
|
9
|
-
static getDiscountSetting(data: InputDataType.GetDiscountSetting): Promise<any>;
|
|
10
|
-
static updateDiscountSetting(data: InputDataType.UpdateDiscountSetting): Promise<any>;
|
|
11
|
-
static getCashDiscountSetting(data: InputDataType.GetCashDiscountSetting): Promise<any>;
|
|
12
|
-
static updateCashDiscountSetting(data: InputDataType.UpdateCashDiscountSetting): Promise<any>;
|
|
13
|
-
static getIncomeDetail(data: InputDataType.GetIncomeDetail): Promise<any>;
|
|
14
|
-
static getApprovePayroll(data: InputDataType.GetApprovePayroll): Promise<any>;
|
|
15
|
-
static exportPayroll(data: InputDataType.ExportPayroll): Promise<void>;
|
|
16
|
-
static exportApprovePayroll(data: InputDataType.ExportApprovePayroll): Promise<void>;
|
|
17
|
-
static exportIncomeDetail(data: InputDataType.ExportIncomeDetail): Promise<void>;
|
|
18
|
-
static getSalaryChart(data: InputDataType.GetSalaryChart): Promise<any>;
|
|
19
|
-
static getAppListPayroll(data: InputDataType.GetAppListPayroll): Promise<any>;
|
|
20
|
-
static getPayrollDetail(data: InputDataType.GetPayrollDetail): Promise<any>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=payroll.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"payroll.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/payroll.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAC;AAK7C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,oBAAoB;WACjD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WAQjD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;WAQvD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WAQjD,oBAAoB,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB;WAQ7D,kBAAkB,CAAC,IAAI,EAAE,aAAa,CAAC,kBAAkB;WAQzD,qBAAqB,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB;WAQ/D,sBAAsB,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB;WAQjE,yBAAyB,CAAC,IAAI,EAAE,aAAa,CAAC,yBAAyB;WAQvE,eAAe,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe;WAQnD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;WAQvD,aAAa,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa;WAU/C,oBAAoB,CAAC,IAAI,EAAE,aAAa,CAAC,oBAAoB;WAU7D,kBAAkB,CAAC,IAAI,EAAE,aAAa,CAAC,kBAAkB;WAUzD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WAQjD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;WAQvD,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;CAQ5E"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import PrinterAbstractClass from "../../interface/printer";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Printer extends Base implements PrinterAbstractClass {
|
|
5
|
-
static getPrinterList(data: InputDataType.GetPrinterList): Promise<any>;
|
|
6
|
-
static getPrinterDetail(data: InputDataType.GetPrinterDetail): Promise<any>;
|
|
7
|
-
static createPrinterInfo(data: InputDataType.CreatePrinterInfo): Promise<any>;
|
|
8
|
-
static updatePrinterInfo(data: InputDataType.UpdatePrinterInfo): Promise<any>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=printer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"printer.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/printer.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,oBAAoB;WACjD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;WAQjD,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB;WAQrD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;WAQvD,iBAAiB,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB;CAQ9E"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import ServiceAbstractClass from "../../interface/service";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class Service extends Base implements ServiceAbstractClass {
|
|
5
|
-
static getServiceList(data: InputDataType.GetServiceList): Promise<any>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/service.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,oBAAoB;WACjD,cAAc,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc;CAQxE"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import SettingTurnAbstractClass from "../../interface/setting_turn";
|
|
2
|
-
import Base from "../../../base/Base";
|
|
3
|
-
import * as InputDataType from "../../types";
|
|
4
|
-
export default class SettingTurn extends Base implements SettingTurnAbstractClass {
|
|
5
|
-
static getTurnValue(data: InputDataType.GetTurnValue): Promise<any>;
|
|
6
|
-
static postTurnUpdateValue(data: InputDataType.PostTurnUpdateValue): Promise<any>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=setting_turn.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setting_turn.d.ts","sourceRoot":"","sources":["../../../../src/pos_client_api/v1/api/setting_turn.ts"],"names":[],"mappings":"AACA,OAAO,wBAAwB,MAAM,8BAA8B,CAAC;AACpE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,KAAK,aAAa,MAAM,aAAa,CAAA;AAE5C,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,IAAK,YAAW,wBAAwB;WACzD,YAAY,CAAC,IAAI,EAAE,aAAa,CAAC,YAAY;WAS7C,mBAAmB,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB;CAQlF"}
|