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 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=customer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../src/gci_client_api/v1/endpoint/customer.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare const GET_BUSINESS_INFO = "/v1/gocheckin/business/site/info";
|
|
2
|
-
export declare const GET_DOMAIN_INFO = "/site/get-info";
|
|
3
|
-
export declare const GET_SMS_REMAIN = "/v1/gocheckin/sms/site/sms-remain";
|
|
4
|
-
export declare const GET_SMS_CALL_TEMPLATE = "/v1/pos/call/site/get-sms-call-template";
|
|
5
|
-
export declare const GET_STAFF_WORK_HOUR = "/v1/gocheckin/staff/work-hour/info";
|
|
6
|
-
export declare const GET_STAFF_LIST = "/v1/gocheckin/staff/site/list";
|
|
7
|
-
export declare const GET_PERMISSION_LIST = "/v1/gocheckin/staff/site/list-permission";
|
|
8
|
-
export declare const GET_SERVICE_BY_CATE = "/v1/gocheckin/service/site/list-by-category";
|
|
9
|
-
export declare const GET_APPOINTMENT_NOTIFICATION_LIST = "/v1/gocheckin/notification/site/list-appointment";
|
|
10
|
-
export declare const GET_NOTIFICATION_LIST = "/v1/gocheckin/notification/site/list";
|
|
11
|
-
export declare const GET_CONFIG = "/v1/settings/checkout/get-config";
|
|
12
|
-
export declare const GET_BUSINESS_WORK_HOUR = "/v1/gocheckin/settings/business-work-hour/get";
|
|
13
|
-
export declare const GET_COMMISSION_LIST_BY_STAFF = "/v1/pos/commission/site/list-by-staff";
|
|
14
|
-
export declare const GET_LIST_SERVICE_BY_STAFF = "/v1/gocheckin/staff/employee-service/list-service-by-staff";
|
|
15
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/gci_client_api/v1/endpoint/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,qCAAqC,CAAC;AACpE,eAAO,MAAM,eAAe,mBAAmB,CAAC;AAChD,eAAO,MAAM,cAAc,sCAAsC,CAAC;AAClE,eAAO,MAAM,qBAAqB,4CAA4C,CAAC;AAC/E,eAAO,MAAM,mBAAmB,uCAAuC,CAAC;AACxE,eAAO,MAAM,cAAc,kCAAkC,CAAC;AAC9D,eAAO,MAAM,mBAAmB,6CAA6C,CAAC;AAC9E,eAAO,MAAM,mBAAmB,gDAAgD,CAAC;AACjF,eAAO,MAAM,iCAAiC,qDAAqD,CAAC;AACpG,eAAO,MAAM,qBAAqB,yCAAyC,CAAC;AAC5E,eAAO,MAAM,UAAU,qCAAqC,CAAC;AAC7D,eAAO,MAAM,sBAAsB,kDAAkD,CAAC;AACtF,eAAO,MAAM,4BAA4B,0CAA0C,CAAC;AACpF,eAAO,MAAM,yBAAyB,+DAA+D,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
//GCI Client Endpoints
|
|
2
|
-
export const GET_BUSINESS_INFO = "/v1/gocheckin/business/site/info";
|
|
3
|
-
export const GET_DOMAIN_INFO = "/site/get-info";
|
|
4
|
-
export const GET_SMS_REMAIN = "/v1/gocheckin/sms/site/sms-remain";
|
|
5
|
-
export const GET_SMS_CALL_TEMPLATE = "/v1/pos/call/site/get-sms-call-template";
|
|
6
|
-
export const GET_STAFF_WORK_HOUR = "/v1/gocheckin/staff/work-hour/info";
|
|
7
|
-
export const GET_STAFF_LIST = "/v1/gocheckin/staff/site/list";
|
|
8
|
-
export const GET_PERMISSION_LIST = "/v1/gocheckin/staff/site/list-permission";
|
|
9
|
-
export const GET_SERVICE_BY_CATE = "/v1/gocheckin/service/site/list-by-category";
|
|
10
|
-
export const GET_APPOINTMENT_NOTIFICATION_LIST = "/v1/gocheckin/notification/site/list-appointment";
|
|
11
|
-
export const GET_NOTIFICATION_LIST = "/v1/gocheckin/notification/site/list";
|
|
12
|
-
export const GET_CONFIG = "/v1/settings/checkout/get-config";
|
|
13
|
-
export const GET_BUSINESS_WORK_HOUR = "/v1/gocheckin/settings/business-work-hour/get";
|
|
14
|
-
export const GET_COMMISSION_LIST_BY_STAFF = "/v1/pos/commission/site/list-by-staff";
|
|
15
|
-
export const GET_LIST_SERVICE_BY_STAFF = "/v1/gocheckin/staff/employee-service/list-service-by-staff";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=staff.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../../src/gci_client_api/v1/endpoint/staff.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class Appointment {
|
|
4
|
-
static postCreateAppointment: (data: InputDataType.PostCreateAppointment) => Promise<ResponseDataApi>;
|
|
5
|
-
static getCategoryListAppointment: (data: InputDataType.GetCategoryListAppointment) => Promise<ResponseDataApi>;
|
|
6
|
-
static getStaffListAppointment: (data: InputDataType.GetStaffListAppointment) => Promise<ResponseDataApi>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/appointment.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,qBAAqB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC7G,OAAc,0BAA0B,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,0BAA0B,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACvH,OAAc,uBAAuB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,uBAAuB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACpH"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class BatchHistory {
|
|
4
|
-
static getBatchHistory: (data: InputDataType.GetBatchHistory) => Promise<ResponseDataApi>;
|
|
5
|
-
static getBatchDetail: (data: InputDataType.GetBatchDetail) => Promise<ResponseDataApi>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=batch_history.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"batch_history.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/batch_history.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,YAAY;IACtC,OAAc,eAAe,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACjG,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAClG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class Business {
|
|
4
|
-
static getBusinessInfo: (data: InputDataType.GetBusinessInfo) => Promise<ResponseDataApi>;
|
|
5
|
-
static postBusinessUpdateInfo: (data: InputDataType.PostBusinessUpdateInfo) => Promise<ResponseDataApi>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=business.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/business.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,QAAQ;IAClC,OAAc,eAAe,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,eAAe,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACjG,OAAc,sBAAsB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,sBAAsB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAClH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/call.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,OAAO,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,OAAO,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACpF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/category.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,QAAQ;IAClC,OAAc,mBAAmB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5G"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class CheckIn {
|
|
4
|
-
static postCheckInFormSubmit: (data: InputDataType.PostCheckInFormSubmit) => Promise<ResponseDataApi>;
|
|
5
|
-
static getCheckInList: (data: InputDataType.GetCheckInList) => Promise<ResponseDataApi>;
|
|
6
|
-
static getCheckInReport: (data: InputDataType.GetCheckInReport) => Promise<ResponseDataApi>;
|
|
7
|
-
static getLastCheckIn: (data: InputDataType.GetLastCheckIn) => Promise<ResponseDataApi>;
|
|
8
|
-
static getCheckInInfo: (data: InputDataType.GetCheckInInfo) => Promise<ResponseDataApi>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=check_in.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/check_in.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,qBAAqB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,qBAAqB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC7G,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,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAC/F,OAAc,cAAc,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,cAAc,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAClG"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class CheckOut {
|
|
4
|
-
static getItemList: (data: InputDataType.GetItemList) => Promise<ResponseDataApi>;
|
|
5
|
-
static getCheckOutHistoryList: (data: InputDataType.GetCheckOutHistoryList) => Promise<ResponseDataApi>;
|
|
6
|
-
static getCheckOutInfo: (data: InputDataType.GetCheckOutInfo) => Promise<ResponseDataApi>;
|
|
7
|
-
static getCheckOutHistoryInfo: (data: InputDataType.GetCheckOutHistoryInfo) => Promise<ResponseDataApi>;
|
|
8
|
-
static getCheckOutBatchCloseSummary: (data: InputDataType.GetCheckOutBatchCloseSummary) => Promise<ResponseDataApi>;
|
|
9
|
-
static postCheckOutAddItem: (data: InputDataType.PostCheckOutAddItem) => Promise<ResponseDataApi>;
|
|
10
|
-
static postCheckOutRemoveItem: (data: InputDataType.PostCheckOutRemoveItem) => Promise<ResponseDataApi>;
|
|
11
|
-
static postCheckOutSubmitOrder: (data: InputDataType.PostCheckOutSubmitOrder) => Promise<ResponseDataApi>;
|
|
12
|
-
static postCheckOutUpdateStatus: (data: InputDataType.PostCheckOutUpdateStatus) => Promise<ResponseDataApi>;
|
|
13
|
-
static postCheckOutUpdateOrderWithCreditCardPayment: (data: InputDataType.PostCheckOutUpdateOrderWithCreditCardPayment) => Promise<ResponseDataApi>;
|
|
14
|
-
static postCheckOutDoAuth: (data: InputDataType.PostCheckOutDoAuth) => Promise<ResponseDataApi>;
|
|
15
|
-
static postCheckOutVoidPayment: (data: InputDataType.PostCheckOutVoidPayment) => Promise<ResponseDataApi>;
|
|
16
|
-
static postCheckOutRefundPayment: (data: InputDataType.PostCheckOutRefundPayment) => Promise<ResponseDataApi>;
|
|
17
|
-
static postCheckOutAdjustTipPayment: (data: InputDataType.PostCheckOutAdjustTipPayment) => Promise<ResponseDataApi>;
|
|
18
|
-
static postCheckOutCloseOut: (data: InputDataType.PostCheckOutCloseOut) => Promise<ResponseDataApi>;
|
|
19
|
-
static postCheckOutUpdateIsWaiting: (data: InputDataType.PostCheckOutUpdateIsWaiting) => Promise<ResponseDataApi>;
|
|
20
|
-
static postCheckOutDiscountPromotion: (data: InputDataType.PostCheckOutDiscountPromotion) => Promise<ResponseDataApi>;
|
|
21
|
-
static postCheckOutDiscountRedeem: (data: InputDataType.PostCheckOutDiscountRedeem) => Promise<ResponseDataApi>;
|
|
22
|
-
static postCheckOutUpdateTipData: (data: InputDataType.PostCheckOutUpdateTipData) => Promise<ResponseDataApi>;
|
|
23
|
-
static postCheckOutItemAdjustPrice: (data: InputDataType.PostCheckOutItemAdjustPrice) => Promise<ResponseDataApi>;
|
|
24
|
-
static postCheckOutUpdatePaymentData: (data: InputDataType.PostCheckOutUpdatePaymentData) => Promise<ResponseDataApi>;
|
|
25
|
-
static postCheckOutItemAddCombo: (data: InputDataType.PostCheckOutItemAddCombo) => Promise<ResponseDataApi>;
|
|
26
|
-
static getCheckoutResendRating: (data: InputDataType.GetCheckoutResendRating) => Promise<ResponseDataApi>;
|
|
27
|
-
static postCustomerAchAvailable: (data: InputDataType.PostCustomerAchAvailable) => Promise<ResponseDataApi>;
|
|
28
|
-
static postAchResend: (data: InputDataType.PostAchResend) => Promise<ResponseDataApi>;
|
|
29
|
-
static postAchVoid: (data: InputDataType.PostAchVoid) => Promise<ResponseDataApi>;
|
|
30
|
-
static postUpdateOrderSuccessToSettled: (data: InputDataType.PostUpdateOrderSuccessToSettled) => Promise<ResponseDataApi>;
|
|
31
|
-
static postCalculateTax: (data: InputDataType.PostCalculateTax) => Promise<ResponseDataApi>;
|
|
32
|
-
static postCalculatePayment: (data: InputDataType.PostCalculatePayment) => Promise<ResponseDataApi>;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=check_out.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check_out.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/check_out.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combo.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/combo.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,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACtG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class Customer {
|
|
4
|
-
static getCustomerList: (data: InputDataType.GetCustomerList) => Promise<ResponseDataApi>;
|
|
5
|
-
static getCustomerDetail: (data: InputDataType.GetCustomerDetail) => Promise<ResponseDataApi>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=customer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/customer.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,QAAQ;IAClC,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;CACxG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gift_card.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/gift_card.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,QAAQ;IAClC,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;CACxG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class Income {
|
|
4
|
-
static getIncomeHistory: (data: InputDataType.GetIncomeHistory) => Promise<ResponseDataApi>;
|
|
5
|
-
static getStaffDailyIncome: (data: InputDataType.GetStaffDailyIncome) => Promise<ResponseDataApi>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=income.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/income.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,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACnG,OAAc,mBAAmB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,mBAAmB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAC5G"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AAEjC,MAAM,WAAW,aAAa;IAC1B,WAAW,EAAE,GAAG,CAAC,WAAW,CAAC;IAC7B,aAAa,EAAE,GAAG,CAAC,YAAY,CAAC;IAChC,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC;IACvB,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC;IACf,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC;IACvB,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;IACtB,SAAS,EAAE,GAAG,CAAC,QAAQ,CAAC;IACxB,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC;IACjB,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC;IACvB,SAAS,EAAE,GAAG,CAAC,QAAQ,CAAC;IACxB,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC;IACnB,WAAW,EAAE,GAAG,CAAC,UAAU,CAAC;IAC5B,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC;IACjB,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;IACrB,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;IACrB,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;IACrB,YAAY,EAAE,GAAG,CAAC,WAAW,CAAC;IAC9B,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,WAAW,CAAC;IAC9B,mBAAmB,EAAE,GAAG,CAAC,kBAAkB,CAAC;IAC5C,IAAI,EAAE,GAAG,CAAC,IAAI,CAAC;CAClB"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ResponseDataApi } from "src/base_type";
|
|
2
|
-
import * as InputDataType from "../types";
|
|
3
|
-
export default abstract class KeyStorage {
|
|
4
|
-
static getKeyStorage: (data: InputDataType.GetKeyStorage) => Promise<ResponseDataApi>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=key_storage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/interface/key_storage.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,UAAU;IACpC,OAAc,aAAa,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,aAAa,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CAChG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
static getAppListPayroll: (data: InputDataType.GetAppListPayroll) => Promise<ResponseDataApi>;
|
|
19
|
-
static getPayrollDetail: (data: InputDataType.GetPayrollDetail) => Promise<ResponseDataApi>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=payroll.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAG1C,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;IAC/F,OAAc,iBAAiB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,iBAAiB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IACrG,OAAc,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,CAAC,gBAAgB,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;CACtG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check_out.d.ts","sourceRoot":"","sources":["../../../src/pos_client_api/types/check_out.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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,CAAC,EAAE,MAAM,CAAC;IACd,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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|