gap-nodejs-sdk 1.0.375 → 1.0.377

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts +27 -27
  2. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts.map +1 -1
  3. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts +1 -1
  4. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts.map +1 -1
  5. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts +3 -3
  6. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts.map +1 -1
  7. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts +1 -1
  8. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts.map +1 -1
  9. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts +2 -2
  10. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts.map +1 -1
  11. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts +1 -1
  12. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts.map +1 -1
  13. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts +36 -36
  14. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts.map +1 -1
  15. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts +2 -2
  16. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts.map +1 -1
  17. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts +17 -17
  18. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts.map +1 -1
  19. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts +6 -6
  20. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts.map +1 -1
  21. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts +2 -2
  22. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts.map +1 -1
  23. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts +3 -3
  24. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts.map +1 -1
  25. package/dist/api/base_api/1.0.0/types/request/auth.d.ts +3 -3
  26. package/dist/api/base_api/1.0.0/types/request/auth.d.ts.map +1 -1
  27. package/dist/api/base_api/1.0.0/types/response/auth.d.ts +6 -6
  28. package/dist/api/base_api/1.0.0/types/response/auth.d.ts.map +1 -1
  29. package/dist/api/go_check_in_api/1.0.0/api/checkin.d.ts +1 -0
  30. package/dist/api/go_check_in_api/1.0.0/api/checkin.d.ts.map +1 -1
  31. package/dist/api/go_check_in_api/1.0.0/api/checkin.js +11 -0
  32. package/dist/api/go_check_in_api/1.0.0/api/customer.d.ts.map +1 -1
  33. package/dist/api/go_check_in_api/1.0.0/api/customer.js +3 -1
  34. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.d.ts +1 -0
  35. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.d.ts.map +1 -1
  36. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.js +1 -0
  37. package/dist/api/go_check_in_api/1.0.0/models/checkin.d.ts +30 -0
  38. package/dist/api/go_check_in_api/1.0.0/models/checkin.d.ts.map +1 -1
  39. package/dist/api/go_check_in_api/1.0.0/models/checkin.js +40 -0
  40. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts +3 -3
  41. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts.map +1 -1
  42. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts +17 -17
  43. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts.map +1 -1
  44. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts +5 -5
  45. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -1
  46. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.d.ts +11 -10
  47. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.d.ts.map +1 -1
  48. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts +8 -8
  49. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts.map +1 -1
  50. package/dist/api/go_check_in_api/1.0.0/types/request/dashboard.d.ts +2 -2
  51. package/dist/api/go_check_in_api/1.0.0/types/request/dashboard.d.ts.map +1 -1
  52. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts +7 -7
  53. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts.map +1 -1
  54. package/dist/api/go_check_in_api/1.0.0/types/request/invoice.d.ts +1 -1
  55. package/dist/api/go_check_in_api/1.0.0/types/request/invoice.d.ts.map +1 -1
  56. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts +3 -3
  57. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts.map +1 -1
  58. package/dist/api/go_check_in_api/1.0.0/types/request/review.d.ts +16 -16
  59. package/dist/api/go_check_in_api/1.0.0/types/request/review.d.ts.map +1 -1
  60. package/dist/api/go_check_in_api/1.0.0/types/request/reward.d.ts +6 -6
  61. package/dist/api/go_check_in_api/1.0.0/types/request/reward.d.ts.map +1 -1
  62. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts +7 -7
  63. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts.map +1 -1
  64. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts +12 -12
  65. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
  66. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts +2 -2
  67. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -1
  68. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts +17 -17
  69. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts.map +1 -1
  70. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts +10 -10
  71. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  72. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts +3 -3
  73. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts.map +1 -1
  74. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts +25 -25
  75. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts.map +1 -1
  76. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts +5 -5
  77. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -1
  78. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts +83 -28
  79. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts.map +1 -1
  80. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts +13 -13
  81. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts.map +1 -1
  82. package/dist/api/go_check_in_api/1.0.0/types/response/dashboard.d.ts +6 -6
  83. package/dist/api/go_check_in_api/1.0.0/types/response/dashboard.d.ts.map +1 -1
  84. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts +10 -10
  85. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts.map +1 -1
  86. package/dist/api/go_check_in_api/1.0.0/types/response/invoice.d.ts +2 -2
  87. package/dist/api/go_check_in_api/1.0.0/types/response/invoice.d.ts.map +1 -1
  88. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts +4 -4
  89. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts.map +1 -1
  90. package/dist/api/go_check_in_api/1.0.0/types/response/review.d.ts +22 -22
  91. package/dist/api/go_check_in_api/1.0.0/types/response/review.d.ts.map +1 -1
  92. package/dist/api/go_check_in_api/1.0.0/types/response/reward.d.ts +7 -7
  93. package/dist/api/go_check_in_api/1.0.0/types/response/reward.d.ts.map +1 -1
  94. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts +11 -11
  95. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts.map +1 -1
  96. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts +14 -14
  97. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
  98. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts +2 -2
  99. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -1
  100. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts +17 -17
  101. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts.map +1 -1
  102. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts +12 -12
  103. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  104. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts +4 -4
  105. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -1
  106. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts +2 -2
  107. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -1
  108. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts +1 -1
  109. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -1
  110. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts +1 -1
  111. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  112. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts +6 -6
  113. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  114. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts +12 -12
  115. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -1
  116. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts +6 -6
  117. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
  118. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts +1 -1
  119. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts.map +1 -1
  120. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts +4 -4
  121. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -1
  122. package/dist/api/pos_client_api/1.0.0/types/request/device.d.ts +3 -3
  123. package/dist/api/pos_client_api/1.0.0/types/request/device.d.ts.map +1 -1
  124. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts +2 -2
  125. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts.map +1 -1
  126. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts +5 -5
  127. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -1
  128. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts +1 -1
  129. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  130. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts +18 -18
  131. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts.map +1 -1
  132. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts +13 -13
  133. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts.map +1 -1
  134. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts +4 -4
  135. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts.map +1 -1
  136. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts +5 -5
  137. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts.map +1 -1
  138. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts +2 -2
  139. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -1
  140. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts +14 -14
  141. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts.map +1 -1
  142. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts +3 -3
  143. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -1
  144. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts +10 -10
  145. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  146. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts +7 -7
  147. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -1
  148. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +1 -1
  149. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -1
  150. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts +1 -1
  151. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -1
  152. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts +4 -4
  153. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -1
  154. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts +2 -2
  155. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -1
  156. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts +2 -2
  157. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -1
  158. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts +15 -15
  159. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  160. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts +35 -35
  161. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -1
  162. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts +8 -8
  163. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts.map +1 -1
  164. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts +4 -4
  165. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts.map +1 -1
  166. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts +10 -10
  167. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  168. package/dist/api/pos_client_api/1.0.0/types/response/device.d.ts +3 -3
  169. package/dist/api/pos_client_api/1.0.0/types/response/device.d.ts.map +1 -1
  170. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts +1 -1
  171. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts.map +1 -1
  172. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts +10 -10
  173. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -1
  174. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts +5 -5
  175. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  176. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts +31 -31
  177. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  178. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts +19 -19
  179. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  180. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts +4 -4
  181. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts.map +1 -1
  182. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts +5 -5
  183. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts.map +1 -1
  184. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts +2 -2
  185. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts.map +1 -1
  186. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts +18 -18
  187. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts.map +1 -1
  188. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts +5 -5
  189. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts.map +1 -1
  190. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts +12 -12
  191. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  192. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts +2 -2
  193. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -1
  194. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts +1 -1
  195. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  196. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts +1 -1
  197. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts.map +1 -1
  198. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts +6 -6
  199. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  200. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts +3 -3
  201. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  202. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts +17 -17
  203. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts.map +1 -1
  204. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts +7 -7
  205. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  206. package/dist/api/user_api/1.0.0/types/request/auth.d.ts +1 -1
  207. package/dist/api/user_api/1.0.0/types/request/auth.d.ts.map +1 -1
  208. package/dist/api/user_api/1.0.0/types/response/auth.d.ts +1 -1
  209. package/dist/api/user_api/1.0.0/types/response/auth.d.ts.map +1 -1
  210. package/dist/base_type.d.ts +2 -2
  211. package/dist/base_type.d.ts.map +1 -1
  212. package/dist/gap-sdk.js +1 -1
  213. package/dist/http_client/types.d.ts +5 -5
  214. package/dist/http_client/types.d.ts.map +1 -1
  215. package/dist/types/meta.d.ts +2 -2
  216. package/dist/types/meta.d.ts.map +1 -1
  217. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
1
  import { BaseGetListRequest } from "../../../../../types";
2
- export declare type GetCampaignPromotionGroupRequest = {};
3
- export declare type GetCampaignPromotionListRequest = {
2
+ export type GetCampaignPromotionGroupRequest = {};
3
+ export type GetCampaignPromotionListRequest = {
4
4
  page?: number;
5
5
  'per-page'?: number;
6
6
  };
7
- export declare type GetCampaignPromotionListExpiredRequest = {
7
+ export type GetCampaignPromotionListExpiredRequest = {
8
8
  page?: number;
9
9
  'per-page'?: number;
10
10
  };
11
- export declare type GetCampaignPromotionDetailRequest = {
11
+ export type GetCampaignPromotionDetailRequest = {
12
12
  id: number;
13
13
  };
14
- export declare type CheckCampaignPromotionLimitRequest = {};
15
- export declare type CheckCampaignPromotionOptOutRequest = {};
16
- export declare type CreateCampaignPromotionRequest = {
14
+ export type CheckCampaignPromotionLimitRequest = {};
15
+ export type CheckCampaignPromotionOptOutRequest = {};
16
+ export type CreateCampaignPromotionRequest = {
17
17
  name: string;
18
18
  logic_value: number;
19
19
  logic_type: string;
@@ -30,13 +30,13 @@ export declare type CreateCampaignPromotionRequest = {
30
30
  email_subject: string;
31
31
  file?: File;
32
32
  };
33
- export declare type GetCampaignPromotionHistoryRequest = {
33
+ export type GetCampaignPromotionHistoryRequest = {
34
34
  id: number;
35
35
  page?: number;
36
36
  'per-page'?: number;
37
37
  keyword?: string;
38
38
  };
39
- export declare type SendCampaignPromotionTestRequest = {
39
+ export type SendCampaignPromotionTestRequest = {
40
40
  email_test: string;
41
41
  phone_test: string;
42
42
  content: string;
@@ -49,11 +49,11 @@ export declare type SendCampaignPromotionTestRequest = {
49
49
  type: string;
50
50
  campaign_name: string;
51
51
  };
52
- export declare type GetCampaignReminderListRequest = BaseGetListRequest;
53
- export declare type GetCampaignReminderDetailRequest = {
52
+ export type GetCampaignReminderListRequest = BaseGetListRequest;
53
+ export type GetCampaignReminderDetailRequest = {
54
54
  id: number;
55
55
  };
56
- export declare type UpdateCampaignReminderRequest = {
56
+ export type UpdateCampaignReminderRequest = {
57
57
  id: number;
58
58
  name: string;
59
59
  content: string;
@@ -63,11 +63,11 @@ export declare type UpdateCampaignReminderRequest = {
63
63
  expired_day_in: number;
64
64
  after_date: number;
65
65
  };
66
- export declare type GetCampaignBirthdayListRequest = BaseGetListRequest;
67
- export declare type GetCampaignBirthdayDetailRequest = {
66
+ export type GetCampaignBirthdayListRequest = BaseGetListRequest;
67
+ export type GetCampaignBirthdayDetailRequest = {
68
68
  id: number;
69
69
  };
70
- export declare type UpdateCampaignBirthdayRequest = {
70
+ export type UpdateCampaignBirthdayRequest = {
71
71
  id: number;
72
72
  name: string;
73
73
  content: string;
@@ -77,8 +77,8 @@ export declare type UpdateCampaignBirthdayRequest = {
77
77
  before_date: number;
78
78
  expired_day_in: number;
79
79
  };
80
- export declare type GetCampaignFirstSignUpRequest = {};
81
- export declare type UpdateCampaignFirstSignUpRequest = {
80
+ export type GetCampaignFirstSignUpRequest = {};
81
+ export type UpdateCampaignFirstSignUpRequest = {
82
82
  id: number;
83
83
  name: string;
84
84
  is_active: number;
@@ -1 +1 @@
1
- {"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/campaign.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/campaign.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
- export declare type ShortCheckInCategoryRequest = {
1
+ export type ShortCheckInCategoryRequest = {
2
2
  categories: string;
3
3
  statusFilter?: string;
4
4
  };
5
- export declare type GetCheckInListCategoryRequest = {
5
+ export type GetCheckInListCategoryRequest = {
6
6
  status?: string;
7
7
  };
8
- export declare type UpdateCheckInCategoryRequest = {
8
+ export type UpdateCheckInCategoryRequest = {
9
9
  id: number;
10
10
  data: {
11
11
  id: number;
@@ -18,14 +18,14 @@ export declare type UpdateCheckInCategoryRequest = {
18
18
  statusFilter?: string;
19
19
  };
20
20
  };
21
- export declare type DeleteCheckInCategoryRequest = {
21
+ export type DeleteCheckInCategoryRequest = {
22
22
  id: number;
23
23
  page?: number;
24
24
  'per-page'?: number;
25
25
  type: string;
26
26
  statusFilter?: string;
27
27
  };
28
- export declare type CreateCheckInCategoryRequest = {
28
+ export type CreateCheckInCategoryRequest = {
29
29
  name: string;
30
30
  color_code: string;
31
31
  type: string;
@@ -1 +1 @@
1
- {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/category.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,oBAAY,6BAA6B,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACF,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,CAAC,EAAE,MAAM,CAAC;KACzB,CAAA;CACJ,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA"}
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/category.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACF,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,YAAY,CAAC,EAAE,MAAM,CAAC;KACzB,CAAA;CACJ,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA"}
@@ -1,21 +1,21 @@
1
- export declare type GetCheckinListRequest = {
1
+ export type GetCheckinListRequest = {
2
2
  keyword?: string;
3
3
  type?: string;
4
4
  sort?: string;
5
5
  };
6
- export declare type UpdateInServiceStatusRequest = {
6
+ export type UpdateInServiceStatusRequest = {
7
7
  checkout_id: number;
8
8
  status: string;
9
9
  };
10
- export declare type UpdateSmsSendRequest = {
10
+ export type UpdateSmsSendRequest = {
11
11
  checkout_id: number;
12
12
  sms_sent: number;
13
13
  };
14
- export declare type UpdateCustomerCheckinStaffRequest = {
14
+ export type UpdateCustomerCheckinStaffRequest = {
15
15
  checkin_id: number;
16
16
  list_staff: any;
17
17
  };
18
- export declare type UpdateStaffServiceRequest = {
18
+ export type UpdateStaffServiceRequest = {
19
19
  checkin_id: number;
20
20
  data: {
21
21
  service_id: number;
@@ -26,10 +26,10 @@ export declare type UpdateStaffServiceRequest = {
26
26
  "per-page": number;
27
27
  keyword: string;
28
28
  };
29
- export declare type GetCustomerCheckinServiceRequest = {
29
+ export type GetCustomerCheckinServiceRequest = {
30
30
  id: number;
31
31
  };
32
- export declare type PostCheckOutFormSubmitRequest = {
32
+ export type PostCheckOutFormSubmitRequest = {
33
33
  promotion_code: string;
34
34
  point_bonus: number;
35
35
  checkin_id: number;
@@ -39,19 +39,20 @@ export declare type PostCheckOutFormSubmitRequest = {
39
39
  keyword: string;
40
40
  staff_code: string;
41
41
  };
42
- export declare type UpdateCustomerNoteRequest = {
42
+ export type UpdateCustomerNoteRequest = {
43
43
  phone: string;
44
44
  note: string;
45
45
  page: number;
46
46
  'per-page': number;
47
47
  id: number;
48
48
  };
49
- export declare type GetCheckoutHistorySumaryRequest = {};
50
- export declare type GetCheckoutHistoryRequest = {
49
+ export type GetCheckoutHistorySumaryRequest = {};
50
+ export type GetCheckoutHistoryRequest = {
51
51
  page: number;
52
52
  'per-page': number;
53
53
  keyword?: string;
54
54
  date?: string;
55
55
  type?: string;
56
56
  };
57
+ export type GetCheckUpdateRequest = {};
57
58
  //# sourceMappingURL=checkin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkin.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/checkin.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB,GAAG;IAChC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,oBAAY,oBAAoB,GAAG;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,iCAAiC,GAAG;IAC5C,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;CAClB,CAAA;AAED,oBAAY,yBAAyB,GAAG;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE;QACF,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,GAAG,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,oBAAY,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,6BAA6B,GAAG;IACxC,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,oBAAY,yBAAyB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,+BAA+B,GAAG,EAAE,CAAA;AAEhD,oBAAY,yBAAyB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA"}
1
+ {"version":3,"file":"checkin.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/checkin.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG;IAChC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,iCAAiC,GAAG;IAC5C,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE;QACF,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,GAAG,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG;IACxC,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG,EAAE,CAAA;AAEhD,MAAM,MAAM,yBAAyB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AACD,MAAM,MAAM,qBAAqB,GAAG,EAAE,CAAA"}
@@ -1,11 +1,11 @@
1
1
  import { BaseGetListRequest, BaseGetDetailRequest } from "../../../../../types";
2
- export declare type UpdateListGroupRequest = {
2
+ export type UpdateListGroupRequest = {
3
3
  customer_id: number;
4
4
  group_ids: number[];
5
5
  };
6
- export declare type GetListCustomerRequest = BaseGetListRequest;
7
- export declare type GetCustomerRequest = BaseGetDetailRequest;
8
- export declare type UpdateCustomerCheckinRequest = {
6
+ export type GetListCustomerRequest = BaseGetListRequest;
7
+ export type GetCustomerRequest = BaseGetDetailRequest;
8
+ export type UpdateCustomerCheckinRequest = {
9
9
  id: number;
10
10
  full_name?: string;
11
11
  phone?: string;
@@ -18,10 +18,10 @@ export declare type UpdateCustomerCheckinRequest = {
18
18
  isFromCalling?: boolean;
19
19
  is_blocked_from_booking?: number;
20
20
  };
21
- export declare type GetCustomerHistoryCheckinRequest = BaseGetListRequest & BaseGetDetailRequest;
22
- export declare type DeleteCustomersRequest = {
21
+ export type GetCustomerHistoryCheckinRequest = BaseGetListRequest & BaseGetDetailRequest;
22
+ export type DeleteCustomersRequest = {
23
23
  ids: number[];
24
24
  };
25
- export declare type GetChartInfoRequest = {};
26
- export declare type ExportMemberRequest = {};
25
+ export type GetChartInfoRequest = {};
26
+ export type ExportMemberRequest = {};
27
27
  //# sourceMappingURL=customer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/customer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAC9E,oBAAY,sBAAsB,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AACF,oBAAY,sBAAsB,GAAG,kBAAkB,CAAC;AACxD,oBAAY,kBAAkB,GAAG,oBAAoB,CAAC;AACtD,oBAAY,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AACF,oBAAY,gCAAgC,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AACzF,oBAAY,sBAAsB,GAAG;IACjC,GAAG,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AACF,oBAAY,mBAAmB,GAAG,EAAE,CAAC;AACrC,oBAAY,mBAAmB,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/customer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAC9E,MAAM,MAAM,sBAAsB,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,kBAAkB,CAAC;AACxD,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AACtD,MAAM,MAAM,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IACnC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AACzF,MAAM,MAAM,sBAAsB,GAAG;IACjC,GAAG,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,EAAE,CAAC;AACrC,MAAM,MAAM,mBAAmB,GAAG,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
- export declare type GetDashboardReportRequest = {};
2
- export declare type GetDashboardReportChartRequest = {
1
+ export type GetDashboardReportRequest = {};
2
+ export type GetDashboardReportChartRequest = {
3
3
  start: string;
4
4
  type: string;
5
5
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/dashboard.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB,GAAG,EAAE,CAAC;AAC3C,oBAAY,8BAA8B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/dashboard.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yBAAyB,GAAG,EAAE,CAAC;AAC3C,MAAM,MAAM,8BAA8B,GAAG;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -1,17 +1,17 @@
1
1
  import { BaseGetListRequest, BaseGetDetailRequest } from "../../../../../types";
2
- export declare type GetListGroupRequest = BaseGetListRequest;
3
- export declare type CreateGroupRequest = {
2
+ export type GetListGroupRequest = BaseGetListRequest;
3
+ export type CreateGroupRequest = {
4
4
  name: string;
5
5
  };
6
- export declare type GetGroupRequest = BaseGetListRequest & BaseGetDetailRequest;
7
- export declare type UpdateGroupRequest = {
6
+ export type GetGroupRequest = BaseGetListRequest & BaseGetDetailRequest;
7
+ export type UpdateGroupRequest = {
8
8
  id: number;
9
9
  name: string;
10
10
  };
11
- export declare type DeleteGroupRequest = BaseGetDetailRequest;
12
- export declare type RemoveCustomerRequest = {
11
+ export type DeleteGroupRequest = BaseGetDetailRequest;
12
+ export type RemoveCustomerRequest = {
13
13
  id: number;
14
14
  customer_ids: number[];
15
15
  };
16
- export declare type GetListCustomerToAddGroupRequest = BaseGetListRequest & BaseGetDetailRequest;
16
+ export type GetListCustomerToAddGroupRequest = BaseGetListRequest & BaseGetDetailRequest;
17
17
  //# sourceMappingURL=group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAC9E,oBAAY,mBAAmB,GAAG,kBAAkB,CAAC;AACrD,oBAAY,kBAAkB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,eAAe,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AACxE,oBAAY,kBAAkB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,kBAAkB,GAAG,oBAAoB,CAAC;AACtD,oBAAY,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AACF,oBAAY,gCAAgC,GAAG,kBAAkB,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAC9E,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC;AACrD,MAAM,MAAM,kBAAkB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,kBAAkB,GAAG,oBAAoB,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AACtD,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;CAC1B,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,kBAAkB,GAAG,oBAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare type GetListByCustomerRequest = {
1
+ export type GetListByCustomerRequest = {
2
2
  id: number;
3
3
  'per-page': number;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"invoice.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/invoice.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA"}
1
+ {"version":3,"file":"invoice.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/invoice.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA"}
@@ -1,12 +1,12 @@
1
- export declare type GetNotifyAppointmentRequest = {
1
+ export type GetNotifyAppointmentRequest = {
2
2
  page: number;
3
3
  'per-page': number;
4
4
  };
5
- export declare type GetNotifySystemRequest = {
5
+ export type GetNotifySystemRequest = {
6
6
  page: number;
7
7
  'per-page': number;
8
8
  };
9
- export declare type MaskAsReadRequest = {
9
+ export type MaskAsReadRequest = {
10
10
  type: 'appointment' | 'normal';
11
11
  id: number;
12
12
  };
@@ -1 +1 @@
1
- {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/notification.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,oBAAY,sBAAsB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,oBAAY,iBAAiB,GAAG;IAC5B,IAAI,EAAE,aAAa,GAAG,QAAQ,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAA;CACb,CAAA"}
1
+ {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/notification.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,EAAE,aAAa,GAAG,QAAQ,CAAC;IAC/B,EAAE,EAAE,MAAM,CAAA;CACb,CAAA"}
@@ -1,57 +1,57 @@
1
1
  import { BaseGetListRequest } from "../../../../../base_type";
2
- export declare type GetCheckinReviewListRequest = {};
3
- export declare type ActiveCheckinReviewRequest = {
2
+ export type GetCheckinReviewListRequest = {};
3
+ export type ActiveCheckinReviewRequest = {
4
4
  type: string;
5
5
  };
6
- export declare type InactiveCheckinReviewRequest = {
6
+ export type InactiveCheckinReviewRequest = {
7
7
  type: string;
8
8
  };
9
- export declare type CreateCheckinReviewContentRequest = {
9
+ export type CreateCheckinReviewContentRequest = {
10
10
  system: string;
11
11
  type: string;
12
12
  content: string;
13
13
  };
14
- export declare type UpdateCheckinReviewContentRequest = {
14
+ export type UpdateCheckinReviewContentRequest = {
15
15
  id: number;
16
16
  system: string;
17
17
  type: string;
18
18
  content: string;
19
19
  };
20
- export declare type DeleteCheckinReviewContentRequest = {
20
+ export type DeleteCheckinReviewContentRequest = {
21
21
  id: number;
22
22
  };
23
- export declare type GetGoogleReviewListRequest = {};
24
- export declare type ActiveGoogleReviewRequest = {
23
+ export type GetGoogleReviewListRequest = {};
24
+ export type ActiveGoogleReviewRequest = {
25
25
  type: string;
26
26
  };
27
- export declare type InactiveGoogleReviewRequest = {
27
+ export type InactiveGoogleReviewRequest = {
28
28
  type: string;
29
29
  };
30
- export declare type CreateGoogleReviewContentRequest = {
30
+ export type CreateGoogleReviewContentRequest = {
31
31
  system: string;
32
32
  type: string;
33
33
  content: string;
34
34
  };
35
- export declare type UpdateGoogleReviewContentRequest = {
35
+ export type UpdateGoogleReviewContentRequest = {
36
36
  id: number;
37
37
  system: string;
38
38
  type: string;
39
39
  content: string;
40
40
  };
41
- export declare type DeleteGoogleReviewContentRequest = {
41
+ export type DeleteGoogleReviewContentRequest = {
42
42
  id: number;
43
43
  };
44
- export declare type GetListReviewRequest = BaseGetListRequest & {
44
+ export type GetListReviewRequest = BaseGetListRequest & {
45
45
  user_name?: string;
46
46
  type?: string;
47
47
  rating?: number;
48
48
  sort?: string;
49
49
  };
50
- export declare type GetReviewReportRequest = {};
51
- export declare type GetSystemMessageRequest = {
50
+ export type GetReviewReportRequest = {};
51
+ export type GetSystemMessageRequest = {
52
52
  customer_id: number;
53
53
  };
54
- export declare type ReplyGoCheckinRequest = {
54
+ export type ReplyGoCheckinRequest = {
55
55
  customer_id: number;
56
56
  content: string;
57
57
  };
@@ -1 +1 @@
1
- {"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/review.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,0BAA0B,CAAC;AAE5D,oBAAY,2BAA2B,GAAG,EAAE,CAAC;AAC7C,oBAAY,0BAA0B,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,4BAA4B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,iCAAiC,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,oBAAY,iCAAiC,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,oBAAY,iCAAiC,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,0BAA0B,GAAG,EAAE,CAAC;AAC5C,oBAAY,yBAAyB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,oBAAY,gCAAgC,GAAG;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,oBAAY,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,oBAAY,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,oBAAoB,GAAG,kBAAkB,GAAG;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAA;AACD,oBAAY,sBAAsB,GAAG,EAAE,CAAC;AACxC,oBAAY,uBAAuB,GAAG;IAClC,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AACD,oBAAY,qBAAqB,GAAG;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA"}
1
+ {"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/review.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,0BAA0B,CAAC;AAE5D,MAAM,MAAM,2BAA2B,GAAG,EAAE,CAAC;AAC7C,MAAM,MAAM,0BAA0B,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG;IAC5C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,MAAM,MAAM,iCAAiC,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,MAAM,MAAM,iCAAiC,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,EAAE,CAAC;AAC5C,MAAM,MAAM,yBAAyB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AACD,MAAM,MAAM,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,MAAM,MAAM,gCAAgC,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,GAAG;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAA;AACD,MAAM,MAAM,sBAAsB,GAAG,EAAE,CAAC;AACxC,MAAM,MAAM,uBAAuB,GAAG;IAClC,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AACD,MAAM,MAAM,qBAAqB,GAAG;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA"}
@@ -1,14 +1,14 @@
1
1
  import { BaseGetListRequest, BaseGetDetailRequest } from "../../../../../types";
2
- export declare type GetListRewardRequest = BaseGetListRequest & {
2
+ export type GetListRewardRequest = BaseGetListRequest & {
3
3
  content: string;
4
4
  };
5
- export declare type CreateRewardRequest = {
5
+ export type CreateRewardRequest = {
6
6
  content: string;
7
7
  point: number;
8
8
  logic_type: string;
9
9
  logic_value: number;
10
10
  };
11
- export declare type UpdateRewardRequest = {
11
+ export type UpdateRewardRequest = {
12
12
  id: number;
13
13
  point?: number;
14
14
  content?: string;
@@ -18,7 +18,7 @@ export declare type UpdateRewardRequest = {
18
18
  logic_type?: string;
19
19
  logic_value?: string;
20
20
  };
21
- export declare type DeleteRewardRequest = BaseGetDetailRequest;
22
- export declare type GetRewardHistoryRequest = BaseGetListRequest;
23
- export declare type ExportRewardHistoryRequest = {};
21
+ export type DeleteRewardRequest = BaseGetDetailRequest;
22
+ export type GetRewardHistoryRequest = BaseGetListRequest;
23
+ export type ExportRewardHistoryRequest = {};
24
24
  //# sourceMappingURL=reward.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reward.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/reward.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE9E,oBAAY,oBAAoB,GAAG,kBAAkB,GAAG;IACpD,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,oBAAY,mBAAmB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,oBAAY,mBAAmB,GAAG,oBAAoB,CAAC;AAEvD,oBAAY,uBAAuB,GAAG,kBAAkB,CAAC;AAEzD,oBAAY,0BAA0B,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"reward.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/reward.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE9E,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,GAAG;IACpD,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,CAAC;AAEvD,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,CAAC;AAEzD,MAAM,MAAM,0BAA0B,GAAG,EAAE,CAAC"}
@@ -1,15 +1,15 @@
1
- export declare type GetCheckInListByCategoryRequest = {
1
+ export type GetCheckInListByCategoryRequest = {
2
2
  items: string;
3
3
  };
4
- export declare type ShortCheckInServiceRequest = {
4
+ export type ShortCheckInServiceRequest = {
5
5
  services: string;
6
6
  cate_id: number;
7
7
  };
8
- export declare type GetCheckInListServiceRequest = {
8
+ export type GetCheckInListServiceRequest = {
9
9
  category_id: number;
10
10
  status: string;
11
11
  };
12
- export declare type UpdateCheckInServiceRequest = {
12
+ export type UpdateCheckInServiceRequest = {
13
13
  id: number;
14
14
  data: {
15
15
  id: number;
@@ -29,12 +29,12 @@ export declare type UpdateCheckInServiceRequest = {
29
29
  image_base_url: string;
30
30
  };
31
31
  };
32
- export declare type DeleteCheckInServiceRequest = {
32
+ export type DeleteCheckInServiceRequest = {
33
33
  id: number;
34
34
  category_id: number;
35
35
  statusFilter?: string;
36
36
  };
37
- export declare type CreateCheckInServiceRequest = {
37
+ export type CreateCheckInServiceRequest = {
38
38
  name: string;
39
39
  category_id: number;
40
40
  cate_name: string;
@@ -51,7 +51,7 @@ export declare type CreateCheckInServiceRequest = {
51
51
  show_on_booking: number;
52
52
  show_on_pos: number;
53
53
  };
54
- export declare type GetListStaffByServiceRequest = {
54
+ export type GetListStaffByServiceRequest = {
55
55
  id: number;
56
56
  };
57
57
  //# sourceMappingURL=service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/service.ts"],"names":[],"mappings":"AAAA,oBAAY,+BAA+B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,oBAAY,0BAA0B,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,oBAAY,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACF,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,mBAAmB,EAAE,MAAM,CAAA;QAC3B,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAA;QACd,YAAY,EAAE,MAAM,CAAA;QACpB,eAAe,EAAE,MAAM,CAAA;QACvB,eAAe,EAAE,MAAM,CAAA;QACvB,WAAW,EAAE,MAAM,CAAA;QACnB,UAAU,EAAE,MAAM,CAAA;QAClB,cAAc,EAAE,MAAM,CAAA;KACzB,CAAA;CACJ,CAAA;AAED,oBAAY,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,oBAAY,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;CACb,CAAA"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/service.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE;QACF,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,mBAAmB,EAAE,MAAM,CAAA;QAC3B,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAA;QACd,YAAY,EAAE,MAAM,CAAA;QACpB,eAAe,EAAE,MAAM,CAAA;QACvB,eAAe,EAAE,MAAM,CAAA;QACvB,WAAW,EAAE,MAAM,CAAA;QACnB,UAAU,EAAE,MAAM,CAAA;QAClB,cAAc,EAAE,MAAM,CAAA;KACzB,CAAA;CACJ,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;CACb,CAAA"}
@@ -1,24 +1,24 @@
1
- export declare type GetServiceFeeRequest = {};
2
- export declare type UpdateServiceFeeRequest = {
1
+ export type GetServiceFeeRequest = {};
2
+ export type UpdateServiceFeeRequest = {
3
3
  fee: number;
4
4
  state: number;
5
5
  };
6
- export declare type GetStoreRatingDisplayRequest = {};
7
- export declare type UpdateStoreRatingDisplayRequest = {
6
+ export type GetStoreRatingDisplayRequest = {};
7
+ export type UpdateStoreRatingDisplayRequest = {
8
8
  status: number;
9
9
  };
10
- export declare type GetCheckOutConfigRequest = {};
11
- export declare type UpdateCheckOutConfigRequest = {
10
+ export type GetCheckOutConfigRequest = {};
11
+ export type UpdateCheckOutConfigRequest = {
12
12
  type: string;
13
13
  point_bonus: number;
14
14
  };
15
- export declare type GetPoliciesRequest = {};
16
- export declare type UpdatePoliciesRequest = {
15
+ export type GetPoliciesRequest = {};
16
+ export type UpdatePoliciesRequest = {
17
17
  type: string;
18
18
  value: string;
19
19
  };
20
- export declare type GetGeneralConfigRequest = {};
21
- export declare type UpdateGeneralConfigRequest = Partial<{
20
+ export type GetGeneralConfigRequest = {};
21
+ export type UpdateGeneralConfigRequest = Partial<{
22
22
  "config.services.active": number;
23
23
  "config.staffs.active": number;
24
24
  "config.checkin.ask_email.active": number;
@@ -26,8 +26,8 @@ export declare type UpdateGeneralConfigRequest = Partial<{
26
26
  "config.review.notification": number;
27
27
  "config.checkin.printer.active": number;
28
28
  }>;
29
- export declare type GetBusinessWorkHourRequest = Partial<{}>;
30
- export declare type UpdateBusinessWorkHourRequest = Partial<{
29
+ export type GetBusinessWorkHourRequest = Partial<{}>;
30
+ export type UpdateBusinessWorkHourRequest = Partial<{
31
31
  working_day: string;
32
32
  mo: string;
33
33
  tu: string;
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/settings.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG,EAAE,CAAA;AAErC,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,oBAAY,4BAA4B,GAAG,EAAE,CAAA;AAE7C,oBAAY,+BAA+B,GAAG;IAC1C,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,oBAAY,wBAAwB,GAAG,EAAE,CAAA;AAEzC,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,oBAAY,kBAAkB,GAAG,EAAE,CAAA;AAEnC,oBAAY,qBAAqB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,oBAAY,uBAAuB,GAAG,EAAE,CAAA;AAExC,oBAAY,0BAA0B,GAAG,OAAO,CAAC;IAC7C,wBAAwB,EAAE,MAAM,CAAA;IAChC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,iCAAiC,EAAE,MAAM,CAAA;IACzC,oCAAoC,EAAE,MAAM,CAAA;IAC5C,4BAA4B,EAAE,MAAM,CAAA;IACpC,+BAA+B,EAAE,MAAM,CAAA;CAC1C,CAAC,CAAA;AAEF,oBAAY,0BAA0B,GAAG,OAAO,CAAC,EAEhD,CAAC,CAAA;AAEF,oBAAY,6BAA6B,GAAG,OAAO,CAAC;IAChD,WAAW,EAAE,MAAM,CAAA;IACnB,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,MAAM,CAAA;CACpB,CAAC,CAAA"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/settings.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,EAAE,CAAA;AAErC,MAAM,MAAM,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG,EAAE,CAAA;AAE7C,MAAM,MAAM,+BAA+B,GAAG;IAC1C,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,EAAE,CAAA;AAEzC,MAAM,MAAM,2BAA2B,GAAG;IACtC,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAA;AAEnC,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,EAAE,CAAA;AAExC,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC;IAC7C,wBAAwB,EAAE,MAAM,CAAA;IAChC,sBAAsB,EAAE,MAAM,CAAA;IAC9B,iCAAiC,EAAE,MAAM,CAAA;IACzC,oCAAoC,EAAE,MAAM,CAAA;IAC5C,4BAA4B,EAAE,MAAM,CAAA;IACpC,+BAA+B,EAAE,MAAM,CAAA;CAC1C,CAAC,CAAA;AAEF,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC,EAEhD,CAAC,CAAA;AAEF,MAAM,MAAM,6BAA6B,GAAG,OAAO,CAAC;IAChD,WAAW,EAAE,MAAM,CAAA;IACnB,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,MAAM,CAAA;CACpB,CAAC,CAAA"}
@@ -1,8 +1,8 @@
1
- export declare type GetSMSRemainRequest = {
1
+ export type GetSMSRemainRequest = {
2
2
  from: string;
3
3
  to: string;
4
4
  };
5
- export declare type GetSMSHistoryRequest = {
5
+ export type GetSMSHistoryRequest = {
6
6
  page: number;
7
7
  'per-page': number;
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/sms.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,oBAAoB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA"}
1
+ {"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/request/sms.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA"}