gap-nodejs-sdk 1.0.329 → 1.0.331

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 (187) hide show
  1. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts +26 -26
  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 +35 -35
  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/models/group.d.ts +18 -2
  30. package/dist/api/go_check_in_api/1.0.0/models/group.d.ts.map +1 -1
  31. package/dist/api/go_check_in_api/1.0.0/models/group.js +22 -42
  32. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts +3 -3
  33. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts.map +1 -1
  34. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts +17 -17
  35. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts.map +1 -1
  36. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts +5 -5
  37. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -1
  38. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts +8 -8
  39. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts.map +1 -1
  40. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts +7 -7
  41. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts.map +1 -1
  42. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts +3 -3
  43. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts.map +1 -1
  44. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts +6 -6
  45. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts.map +1 -1
  46. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts +12 -12
  47. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
  48. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts +2 -2
  49. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -1
  50. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts +17 -17
  51. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts.map +1 -1
  52. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts +10 -10
  53. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  54. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts +3 -3
  55. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts.map +1 -1
  56. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts +25 -25
  57. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts.map +1 -1
  58. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts +5 -5
  59. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -1
  60. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts +13 -13
  61. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts.map +1 -1
  62. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts +10 -10
  63. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts.map +1 -1
  64. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts +4 -4
  65. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts.map +1 -1
  66. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts +9 -9
  67. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts.map +1 -1
  68. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts +14 -14
  69. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
  70. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts +2 -2
  71. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -1
  72. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts +17 -17
  73. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts.map +1 -1
  74. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts +12 -12
  75. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  76. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts +4 -4
  77. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -1
  78. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts +2 -2
  79. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -1
  80. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts +1 -1
  81. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -1
  82. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts +1 -1
  83. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  84. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts +6 -6
  85. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  86. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts +12 -12
  87. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -1
  88. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts +6 -6
  89. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
  90. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts +1 -1
  91. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts.map +1 -1
  92. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts +4 -4
  93. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -1
  94. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts +2 -2
  95. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts.map +1 -1
  96. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts +5 -5
  97. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -1
  98. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts +1 -1
  99. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  100. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts +18 -18
  101. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts.map +1 -1
  102. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts +13 -13
  103. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts.map +1 -1
  104. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts +4 -4
  105. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts.map +1 -1
  106. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts +5 -5
  107. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts.map +1 -1
  108. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts +2 -2
  109. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -1
  110. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts +14 -14
  111. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts.map +1 -1
  112. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts +3 -3
  113. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -1
  114. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts +10 -10
  115. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  116. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts +7 -7
  117. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -1
  118. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +1 -1
  119. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -1
  120. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts +1 -1
  121. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -1
  122. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts +4 -4
  123. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -1
  124. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts +2 -2
  125. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -1
  126. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts +2 -2
  127. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -1
  128. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts +15 -15
  129. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  130. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts +35 -35
  131. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -1
  132. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts +8 -8
  133. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts.map +1 -1
  134. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts +4 -4
  135. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts.map +1 -1
  136. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts +10 -10
  137. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  138. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts +1 -1
  139. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts.map +1 -1
  140. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts +10 -10
  141. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -1
  142. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts +5 -5
  143. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  144. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts +31 -31
  145. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  146. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts +19 -19
  147. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  148. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts +4 -4
  149. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts.map +1 -1
  150. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts +5 -5
  151. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts.map +1 -1
  152. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts +2 -2
  153. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts.map +1 -1
  154. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts +18 -18
  155. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts.map +1 -1
  156. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts +5 -5
  157. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts.map +1 -1
  158. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts +12 -12
  159. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  160. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts +2 -2
  161. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -1
  162. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts +1 -1
  163. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  164. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts +1 -1
  165. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts.map +1 -1
  166. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts +6 -6
  167. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  168. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts +3 -3
  169. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  170. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts +17 -17
  171. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts.map +1 -1
  172. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts +7 -7
  173. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  174. package/dist/api/user_api/1.0.0/types/request/auth.d.ts +1 -1
  175. package/dist/api/user_api/1.0.0/types/request/auth.d.ts.map +1 -1
  176. package/dist/api/user_api/1.0.0/types/response/auth.d.ts +1 -1
  177. package/dist/api/user_api/1.0.0/types/response/auth.d.ts.map +1 -1
  178. package/dist/base_type.d.ts +2 -2
  179. package/dist/base_type.d.ts.map +1 -1
  180. package/dist/clover/types.d.ts +2 -0
  181. package/dist/clover/types.d.ts.map +1 -1
  182. package/dist/gap-sdk.js +1 -1
  183. package/dist/http_client/types.d.ts +5 -5
  184. package/dist/http_client/types.d.ts.map +1 -1
  185. package/dist/types/meta.d.ts +2 -2
  186. package/dist/types/meta.d.ts.map +1 -1
  187. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/category.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAC;AAEhD,MAAM,MAAM,8BAA8B,GAAG,QAAQ,CAAC;IAClD,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,GAAG,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,MAAM,CAAA;QAChB,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,MAAM,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;KACjB,CAAA;IACD,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,GAAG,CAAA;IACd,QAAQ,EAAE,GAAG,CAAA;IACb,UAAU,EAAE,GAAG,CAAA;CAClB,EAAE,CAAC,CAAA;AAEJ,MAAM,MAAM,6BAA6B,GAAG,QAAQ,CAAC;IACjD,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,GAAG,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,MAAM,CAAA;QAChB,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,MAAM,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;KACjB,CAAA;CACJ,CAAC,CAAA;AAEF,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAAC;AAEjD,MAAM,MAAM,6BAA6B,GAAG,6BAA6B,CAAA"}
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/category.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,4BAA4B,GAAG,IAAI,CAAC;AAEhD,oBAAY,8BAA8B,GAAG,QAAQ,CAAC;IAClD,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,GAAG,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,MAAM,CAAA;QAChB,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,MAAM,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;KACjB,CAAA;IACD,WAAW,EAAE,GAAG,CAAA;IAChB,SAAS,EAAE,GAAG,CAAA;IACd,QAAQ,EAAE,GAAG,CAAA;IACb,UAAU,EAAE,GAAG,CAAA;CAClB,EAAE,CAAC,CAAA;AAEJ,oBAAY,6BAA6B,GAAG,QAAQ,CAAC;IACjD,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,GAAG,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE,MAAM,CAAA;QAChB,UAAU,EAAE,MAAM,CAAA;QAClB,UAAU,EAAE,MAAM,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;KACjB,CAAA;CACJ,CAAC,CAAA;AAEF,oBAAY,6BAA6B,GAAG,IAAI,CAAC;AAEjD,oBAAY,6BAA6B,GAAG,6BAA6B,CAAA"}
@@ -1,8 +1,8 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- type Group = {
2
+ declare type Group = {
3
3
  group_id: number;
4
4
  };
5
- type Customer = Nullable<{
5
+ declare type Customer = Nullable<{
6
6
  id: number;
7
7
  full_name: string;
8
8
  phone: string;
@@ -21,7 +21,7 @@ type Customer = Nullable<{
21
21
  is_blocked_from_booking: number;
22
22
  source: string;
23
23
  }>;
24
- type CheckedOutBy = Nullable<{
24
+ declare type CheckedOutBy = Nullable<{
25
25
  user_id: number;
26
26
  name: string;
27
27
  code: number;
@@ -39,7 +39,7 @@ type CheckedOutBy = Nullable<{
39
39
  nickname: string;
40
40
  priority_calendar: string;
41
41
  }>;
42
- type Checkin = Nullable<{
42
+ declare type Checkin = Nullable<{
43
43
  id: number;
44
44
  customer_id: number;
45
45
  create_at: Date;
@@ -49,18 +49,18 @@ type Checkin = Nullable<{
49
49
  type: string;
50
50
  show_on_wait_list: number;
51
51
  }>;
52
- type Name = Nullable<{
52
+ declare type Name = Nullable<{
53
53
  name: string;
54
54
  }>;
55
- export type UpdateListGroupResponse = Nullable<{
55
+ export declare type UpdateListGroupResponse = Nullable<{
56
56
  customer_id: string;
57
57
  group_id: string;
58
58
  id: number;
59
59
  }[]>;
60
- export type GetListCustomerResponse = Customer[];
61
- export type GetCustomerResponse = Customer;
62
- export type UpdateCustomerCheckinResponse = Customer;
63
- export type GetCustomerHistoryCheckinResponse = Nullable<{
60
+ export declare type GetListCustomerResponse = Customer[];
61
+ export declare type GetCustomerResponse = Customer;
62
+ export declare type UpdateCustomerCheckinResponse = Customer;
63
+ export declare type GetCustomerHistoryCheckinResponse = Nullable<{
64
64
  checked_in_at: Date;
65
65
  checked_out_at: Date;
66
66
  point_added: number;
@@ -70,8 +70,8 @@ export type GetCustomerHistoryCheckinResponse = Nullable<{
70
70
  checkout_staffs: Name[];
71
71
  checkin: Checkin;
72
72
  }>;
73
- export type DeleteCustomersResponse = Customer[];
74
- export type GetChartInfoResponse = Nullable<{
73
+ export declare type DeleteCustomersResponse = Customer[];
74
+ export declare type GetChartInfoResponse = Nullable<{
75
75
  all: number;
76
76
  vip: number;
77
77
  regular: number;
@@ -81,6 +81,6 @@ export type GetChartInfoResponse = Nullable<{
81
81
  import: number;
82
82
  booking: number;
83
83
  }>;
84
- export type ExportMemberResponse = any;
84
+ export declare type ExportMemberResponse = any;
85
85
  export {};
86
86
  //# 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/response/customer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/customer.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- type RemoveGroup = {
2
+ declare type RemoveGroup = {
3
3
  id: number;
4
4
  name: string;
5
5
  description: string;
6
6
  status: string;
7
7
  };
8
- type GroupCustomerDetail = {
8
+ declare type GroupCustomerDetail = {
9
9
  id: number;
10
10
  full_name: string;
11
11
  email: string;
@@ -14,35 +14,35 @@ type GroupCustomerDetail = {
14
14
  lifetime_point: number;
15
15
  current_point: number;
16
16
  };
17
- type GroupCustomer = {
17
+ declare type GroupCustomer = {
18
18
  customer: GroupCustomerDetail;
19
19
  };
20
- export type GetListGroupResponse = Nullable<{
20
+ export declare type GetListGroupResponse = Nullable<{
21
21
  id: number;
22
22
  name: string;
23
23
  description: string;
24
24
  status: string;
25
25
  }[]>;
26
- export type GetGroupResponse = GroupCustomer[];
27
- export type CreateGroupResponse = Nullable<{
26
+ export declare type GetGroupResponse = GroupCustomer[];
27
+ export declare type CreateGroupResponse = Nullable<{
28
28
  id: number;
29
29
  name: string;
30
30
  status: string;
31
31
  }>;
32
- export type UpdateGroupResponse = Nullable<{
32
+ export declare type UpdateGroupResponse = Nullable<{
33
33
  group: RemoveGroup;
34
34
  customers: GroupCustomer[];
35
35
  }>;
36
- export type DeleteGroupResponse = Nullable<{
36
+ export declare type DeleteGroupResponse = Nullable<{
37
37
  id: number;
38
38
  name: string;
39
39
  description: string;
40
40
  status: string;
41
41
  }>;
42
- export type RemoveCustomerResponse = Nullable<{
42
+ export declare type RemoveCustomerResponse = Nullable<{
43
43
  group: RemoveGroup;
44
44
  customers: GroupCustomer[];
45
45
  }>;
46
- export type GetListCustomerToAddGroupResponse = GroupCustomerDetail;
46
+ export declare type GetListCustomerToAddGroupResponse = GroupCustomerDetail;
47
47
  export {};
48
48
  //# 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/response/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,KAAK,WAAW,GAAG;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,KAAK,mBAAmB,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,KAAK,aAAa,GAAG;IACjB,QAAQ,EAAE,mBAAmB,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IACxC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACjB,EAAE,CAAC,CAAC;AAEL,MAAM,MAAM,gBAAgB,GAAG,aAAa,EAAE,CAAC;AAE/C,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC9B,CAAC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC9B,CAAC,CAAA;AAEF,MAAM,MAAM,iCAAiC,GAAG,mBAAmB,CAAA"}
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,aAAK,WAAW,GAAG;IACf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,aAAK,mBAAmB,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,aAAK,aAAa,GAAG;IACjB,QAAQ,EAAE,mBAAmB,CAAC;CACjC,CAAC;AAEF,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;IACxC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;CACjB,EAAE,CAAC,CAAC;AAEL,oBAAY,gBAAgB,GAAG,aAAa,EAAE,CAAC;AAE/C,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAA;AAEF,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC9B,CAAC,CAAA;AAEF,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAA;AAEF,oBAAY,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC9B,CAAC,CAAA;AAEF,oBAAY,iCAAiC,GAAG,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export type GetNotifyAppointmentResponse = Nullable<{
2
+ export declare type GetNotifyAppointmentResponse = Nullable<{
3
3
  id: number;
4
4
  appointment_id: number;
5
5
  customer_id: any;
@@ -11,12 +11,12 @@ export type GetNotifyAppointmentResponse = Nullable<{
11
11
  is_read: number;
12
12
  extra_data: ExtraData;
13
13
  }[]>;
14
- type ExtraData = Nullable<{
14
+ declare type ExtraData = Nullable<{
15
15
  highlight: number;
16
16
  request: number;
17
17
  no_show: number;
18
18
  }>;
19
- export type GetNotifySystemResponse = Nullable<{
19
+ export declare type GetNotifySystemResponse = Nullable<{
20
20
  id: number;
21
21
  user_id: any;
22
22
  category: string;
@@ -34,7 +34,7 @@ export type GetNotifySystemResponse = Nullable<{
34
34
  updated_at: any;
35
35
  status: any;
36
36
  }[]>;
37
- export type MaskAsReadResponse = Nullable<{
37
+ export declare type MaskAsReadResponse = Nullable<{
38
38
  id: string;
39
39
  }>;
40
40
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC;IAChD,EAAE,EAAE,MAAM,CAAA;IACV,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,GAAG,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,GAAG,CAAA;IACT,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,SAAS,CAAC;CACzB,EAAE,CAAC,CAAA;AAEJ,KAAK,SAAS,GAAG,QAAQ,CAAC;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC3C,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,GAAG,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,GAAG,CAAA;IACZ,UAAU,EAAE,GAAG,CAAA;IACf,QAAQ,EAAE,GAAG,CAAA;IACb,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;IACf,MAAM,EAAE,GAAG,CAAA;CACd,EAAE,CAAC,CAAA;AAEJ,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACtC,EAAE,EAAE,MAAM,CAAA;CACb,CAAC,CAAA"}
1
+ {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,4BAA4B,GAAG,QAAQ,CAAC;IAChD,EAAE,EAAE,MAAM,CAAA;IACV,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,GAAG,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,GAAG,CAAA;IACT,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,SAAS,CAAC;CACzB,EAAE,CAAC,CAAA;AAEJ,aAAK,SAAS,GAAG,QAAQ,CAAC;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,uBAAuB,GAAG,QAAQ,CAAC;IAC3C,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,GAAG,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,GAAG,CAAA;IACZ,UAAU,EAAE,GAAG,CAAA;IACf,QAAQ,EAAE,GAAG,CAAA;IACb,UAAU,EAAE,GAAG,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,GAAG,CAAA;IACf,MAAM,EAAE,GAAG,CAAA;CACd,EAAE,CAAC,CAAA;AAEJ,oBAAY,kBAAkB,GAAG,QAAQ,CAAC;IACtC,EAAE,EAAE,MAAM,CAAA;CACb,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- type Service = Nullable<{
2
+ declare type Service = Nullable<{
3
3
  id: number;
4
4
  name: string;
5
5
  create_at: string;
@@ -20,7 +20,7 @@ type Service = Nullable<{
20
20
  image_base_url: any;
21
21
  image_path: any;
22
22
  }>;
23
- type ColorDetail = {
23
+ declare type ColorDetail = {
24
24
  id: number;
25
25
  type: number;
26
26
  item_id: number;
@@ -30,7 +30,7 @@ type ColorDetail = {
30
30
  updated_at: string;
31
31
  status: number;
32
32
  };
33
- export type GetCheckInListByCategoryResponse = Nullable<{
33
+ export declare type GetCheckInListByCategoryResponse = Nullable<{
34
34
  id: number;
35
35
  name: string;
36
36
  priority: number;
@@ -48,7 +48,7 @@ export type GetCheckInListByCategoryResponse = Nullable<{
48
48
  services: Service[];
49
49
  color_detail?: ColorDetail;
50
50
  }[]>;
51
- export type CheckInService = Nullable<{
51
+ export declare type CheckInService = Nullable<{
52
52
  id: number;
53
53
  name: string;
54
54
  create_at: string;
@@ -69,10 +69,10 @@ export type CheckInService = Nullable<{
69
69
  image_base_url: any;
70
70
  image_path: any;
71
71
  }>;
72
- export type ShortCheckInServiceResponse = null;
73
- export type GetCheckInListServiceResponse = Nullable<CheckInService[]>;
74
- export type UpdateCheckInServiceResponse = CheckInService;
75
- export type DeleteCheckInServiceResponse = null;
76
- export type CreateCheckInServiceResponse = CheckInService;
72
+ export declare type ShortCheckInServiceResponse = null;
73
+ export declare type GetCheckInListServiceResponse = Nullable<CheckInService[]>;
74
+ export declare type UpdateCheckInServiceResponse = CheckInService;
75
+ export declare type DeleteCheckInServiceResponse = null;
76
+ export declare type CreateCheckInServiceResponse = CheckInService;
77
77
  export {};
78
78
  //# 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/response/service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/service.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export type ServiceFee = Nullable<{
2
+ export declare type ServiceFee = Nullable<{
3
3
  id: number;
4
4
  fee: number;
5
5
  status: number;
@@ -7,23 +7,23 @@ export type ServiceFee = Nullable<{
7
7
  updated_at: string;
8
8
  state: number;
9
9
  }>;
10
- export type GetServiceFeeResponse = ServiceFee;
11
- export type UpdateServiceFeeResponse = ServiceFee;
12
- export type GetStoreRatingDisplayResponse = Nullable<{
10
+ export declare type GetServiceFeeResponse = ServiceFee;
11
+ export declare type UpdateServiceFeeResponse = ServiceFee;
12
+ export declare type GetStoreRatingDisplayResponse = Nullable<{
13
13
  is_visible: string;
14
14
  }>;
15
- export type UpdateStoreRatingDisplayResponse = Nullable<{
15
+ export declare type UpdateStoreRatingDisplayResponse = Nullable<{
16
16
  is_visible: string;
17
17
  }>;
18
- export type GetCheckOutConfigResponse = Nullable<{
18
+ export declare type GetCheckOutConfigResponse = Nullable<{
19
19
  type: string;
20
20
  point_bonus: number;
21
21
  }>;
22
- export type UpdateCheckOutConfigResponse = Nullable<{
22
+ export declare type UpdateCheckOutConfigResponse = Nullable<{
23
23
  type: string;
24
24
  point_bonus: number;
25
25
  }>;
26
- type Category = Nullable<{
26
+ declare type Category = Nullable<{
27
27
  id: number;
28
28
  slug: string;
29
29
  title: string;
@@ -34,7 +34,7 @@ type Category = Nullable<{
34
34
  updated_at: number;
35
35
  type: string;
36
36
  }>;
37
- export type GetPoliciesResponse = Nullable<{
37
+ export declare type GetPoliciesResponse = Nullable<{
38
38
  id: number;
39
39
  slug: string;
40
40
  title: string;
@@ -54,8 +54,8 @@ export type GetPoliciesResponse = Nullable<{
54
54
  category: Category;
55
55
  article_attachments: any[];
56
56
  }[]>;
57
- export type UpdatePoliciesResponse = null;
58
- export type GetGeneralConfigResponse = Nullable<{
57
+ export declare type UpdatePoliciesResponse = null;
58
+ export declare type GetGeneralConfigResponse = Nullable<{
59
59
  "config.services.active": number;
60
60
  "config.staffs.active": number;
61
61
  "config.checkin.ask_email.active": number;
@@ -63,7 +63,7 @@ export type GetGeneralConfigResponse = Nullable<{
63
63
  "config.review.notification": number;
64
64
  "config.checkin.printer.active": number;
65
65
  }>;
66
- export type UpdateGeneralConfigResponse = Nullable<{
66
+ export declare type UpdateGeneralConfigResponse = Nullable<{
67
67
  "config.services.active": number;
68
68
  "config.staffs.active": number;
69
69
  "config.checkin.ask_email.active": number;
@@ -71,7 +71,7 @@ export type UpdateGeneralConfigResponse = Nullable<{
71
71
  "config.review.notification": number;
72
72
  "config.checkin.printer.active": number;
73
73
  }>;
74
- export type GetBusinessWorkHourResponse = Nullable<{
74
+ export declare type GetBusinessWorkHourResponse = Nullable<{
75
75
  business_id: number;
76
76
  working_day: string;
77
77
  mo: string;
@@ -84,6 +84,6 @@ export type GetBusinessWorkHourResponse = Nullable<{
84
84
  is_active: number;
85
85
  type: string;
86
86
  }>;
87
- export type UpdateBusinessWorkHourResponse = GetBusinessWorkHourResponse;
87
+ export declare type UpdateBusinessWorkHourResponse = GetBusinessWorkHourResponse;
88
88
  export {};
89
89
  //# sourceMappingURL=settings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/settings.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,UAAU,GAAG,QAAQ,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC,CAAA;AAEF,oBAAY,qBAAqB,GAAG,UAAU,CAAA;AAE9C,oBAAY,wBAAwB,GAAG,UAAU,CAAA;AAEjD,oBAAY,6BAA6B,GAAG,QAAQ,CAAC;IACjD,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,oBAAY,gCAAgC,GAAG,QAAQ,CAAC;IACpD,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,oBAAY,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,oBAAY,4BAA4B,GAAG,QAAQ,CAAC;IAChD,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,aAAK,QAAQ,GAAG,QAAQ,CAAC;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,GAAG,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,GAAG,CAAA;IACT,WAAW,EAAE,MAAM,CAAA;IACnB,kBAAkB,EAAE,GAAG,CAAA;IACvB,cAAc,EAAE,GAAG,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,GAAG,CAAA;IACX,OAAO,EAAE,GAAG,CAAA;IACZ,QAAQ,EAAE,QAAQ,CAAA;IAClB,mBAAmB,EAAE,GAAG,EAAE,CAAA;CAC7B,EAAE,CAAC,CAAC;AAEL,oBAAY,sBAAsB,GAAG,IAAI,CAAC;AAE1C,oBAAY,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,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,CAAC;AAEH,oBAAY,2BAA2B,GAAG,QAAQ,CAAC;IAC/C,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,CAAC;AAEH,oBAAY,2BAA2B,GAAG,QAAQ,CAAC;IAC/C,WAAW,EAAE,MAAM,CAAA;IACnB,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;IACjB,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAC;AAEH,oBAAY,8BAA8B,GAAG,2BAA2B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export type GetSMSRemainResponse = Nullable<{
2
+ export declare type GetSMSRemainResponse = Nullable<{
3
3
  remain_balance: {
4
4
  price: number;
5
5
  sms: number;
@@ -16,7 +16,7 @@ export type GetSMSRemainResponse = Nullable<{
16
16
  total: number;
17
17
  };
18
18
  }>;
19
- export type GetSMSHistoryResponse = Nullable<{
19
+ export declare type GetSMSHistoryResponse = Nullable<{
20
20
  id: number;
21
21
  package_price: number;
22
22
  package_sms: number;
@@ -1 +1 @@
1
- {"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/sms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IACxC,cAAc,EAAE;QACZ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,MAAM,CAAA;KACd,CAAA;IACD,SAAS,EAAE;QACP,IAAI,EAAE;YACF,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,QAAQ,EAAE;YACN,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,KAAK,EAAE,MAAM,CAAA;KAChB,CAAA;CACJ,CAAC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"sms.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/sms.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;IACxC,cAAc,EAAE;QACZ,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,MAAM,CAAA;KACd,CAAA;IACD,SAAS,EAAE;QACP,IAAI,EAAE;YACF,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,QAAQ,EAAE;YACN,KAAK,EAAE,MAAM,CAAA;YACb,GAAG,EAAE,MAAM,CAAA;SACd,CAAA;QACD,KAAK,EAAE,MAAM,CAAA;KAChB,CAAA;CACJ,CAAC,CAAA;AAEF,oBAAY,qBAAqB,GAAG,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,EAAE,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export type GetListStaffResponse = Nullable<{
2
+ export declare type GetListStaffResponse = Nullable<{
3
3
  user_id: number;
4
4
  name: string;
5
5
  code: number;
@@ -51,11 +51,11 @@ export type GetListStaffResponse = Nullable<{
51
51
  updated_at: string;
52
52
  }[];
53
53
  }[]>;
54
- export type CreateStaffResponse = Nullable<{
54
+ export declare type CreateStaffResponse = Nullable<{
55
55
  employee: Employee;
56
56
  employeeWorkDay: EmployeeWorkDay;
57
57
  }>;
58
- type Employee = Nullable<{
58
+ declare type Employee = Nullable<{
59
59
  user_id: number;
60
60
  name: string;
61
61
  code: string;
@@ -71,7 +71,7 @@ type Employee = Nullable<{
71
71
  commission: any;
72
72
  permission: Permission[];
73
73
  }>;
74
- type Permission = Nullable<{
74
+ declare type Permission = Nullable<{
75
75
  id: number;
76
76
  name: string;
77
77
  type: string;
@@ -79,7 +79,7 @@ type Permission = Nullable<{
79
79
  created_at: string;
80
80
  updated_at: string;
81
81
  }>;
82
- type EmployeeWorkDay = Nullable<{
82
+ declare type EmployeeWorkDay = Nullable<{
83
83
  working_day: string;
84
84
  mo: string;
85
85
  tu: string;
@@ -92,10 +92,10 @@ type EmployeeWorkDay = Nullable<{
92
92
  employee_id: number;
93
93
  id: number;
94
94
  }>;
95
- export type UpdateStaffResponse = CreateStaffResponse;
96
- export type DeleteStaffResponse = null;
97
- export type SortStaffResponse = null;
98
- export type GetStaffWorkHourResponse = Nullable<{
95
+ export declare type UpdateStaffResponse = CreateStaffResponse;
96
+ export declare type DeleteStaffResponse = null;
97
+ export declare type SortStaffResponse = null;
98
+ export declare type GetStaffWorkHourResponse = Nullable<{
99
99
  working_day: string;
100
100
  mo: string;
101
101
  tu: string;
@@ -108,8 +108,8 @@ export type GetStaffWorkHourResponse = Nullable<{
108
108
  id: number;
109
109
  employee_id: number;
110
110
  }>;
111
- export type UpdateStaffWorkHourResponse = GetStaffWorkHourResponse;
112
- export type GetListServiceByStaffResponse = Nullable<{
111
+ export declare type UpdateStaffWorkHourResponse = GetStaffWorkHourResponse;
112
+ export declare type GetListServiceByStaffResponse = Nullable<{
113
113
  id: number;
114
114
  employee_id: number;
115
115
  service_id: number;
@@ -138,9 +138,9 @@ export type GetListServiceByStaffResponse = Nullable<{
138
138
  image_path: any;
139
139
  };
140
140
  }[]>;
141
- export type AddListServiceByStaffResponse = null;
142
- export type DeleteListServiceByStaffResponse = null;
143
- export type GetListPermissionResponse = Nullable<{
141
+ export declare type AddListServiceByStaffResponse = null;
142
+ export declare type DeleteListServiceByStaffResponse = null;
143
+ export declare type GetListPermissionResponse = Nullable<{
144
144
  id: number;
145
145
  name: string;
146
146
  type: string;
@@ -148,7 +148,7 @@ export type GetListPermissionResponse = Nullable<{
148
148
  created_at: string;
149
149
  updated_at: string;
150
150
  }[]>;
151
- export type SaveCommissionResponse = Nullable<{
151
+ export declare type SaveCommissionResponse = Nullable<{
152
152
  id: number;
153
153
  staff_id: string;
154
154
  type: string;
@@ -171,7 +171,7 @@ export type SaveCommissionResponse = Nullable<{
171
171
  salary_type: number;
172
172
  salary_per_hour: number;
173
173
  }>;
174
- export type UpdateStaffCommissionResponse = Nullable<{
174
+ export declare type UpdateStaffCommissionResponse = Nullable<{
175
175
  user_id: number;
176
176
  name: string;
177
177
  code: number;
@@ -223,6 +223,6 @@ export type UpdateStaffCommissionResponse = Nullable<{
223
223
  updated_at: string;
224
224
  }[];
225
225
  }>;
226
- export type UpdateRoleAppointmentResponse = null;
226
+ export declare type UpdateRoleAppointmentResponse = null;
227
227
  export {};
228
228
  //# sourceMappingURL=staff.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/staff.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/staff.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export type CheckInTicket = Nullable<{
2
+ export declare type CheckInTicket = Nullable<{
3
3
  id: number;
4
4
  subject: string;
5
5
  content: string;
@@ -10,21 +10,21 @@ export type CheckInTicket = Nullable<{
10
10
  status: number;
11
11
  name: string;
12
12
  }>;
13
- export type GetCheckInTicketInfoResponse = Nullable<{
13
+ export declare type GetCheckInTicketInfoResponse = Nullable<{
14
14
  items: CheckInTicket[];
15
15
  template_text: string;
16
16
  }>;
17
- export type CreateCheckInTicketTemplateResponse = CheckInTicket;
18
- export type UpdateCheckInTicketTemplateResponse = CheckInTicket;
19
- export type GetCheckInTicketTemplateResponse = Nullable<CheckInTicket[]>;
20
- export type CheckInTicketBlockName = Nullable<{
17
+ export declare type CreateCheckInTicketTemplateResponse = CheckInTicket;
18
+ export declare type UpdateCheckInTicketTemplateResponse = CheckInTicket;
19
+ export declare type GetCheckInTicketTemplateResponse = Nullable<CheckInTicket[]>;
20
+ export declare type CheckInTicketBlockName = Nullable<{
21
21
  subject: string;
22
22
  name: string;
23
23
  }>;
24
- export type GetCheckInTicketListBlockNameResponse = Nullable<CheckInTicketBlockName[]>;
25
- export type GetCheckInTicketListResponse = Nullable<CheckInTicket[]>;
26
- export type MoveCheckInSubjectResponse = null;
27
- export type SetCheckInDefaultTicketTemplateResponse = null;
28
- export type SortCheckInPriorityResponse = null;
29
- export type DeleteCheckInTicketTemplateResponse = null;
24
+ export declare type GetCheckInTicketListBlockNameResponse = Nullable<CheckInTicketBlockName[]>;
25
+ export declare type GetCheckInTicketListResponse = Nullable<CheckInTicket[]>;
26
+ export declare type MoveCheckInSubjectResponse = null;
27
+ export declare type SetCheckInDefaultTicketTemplateResponse = null;
28
+ export declare type SortCheckInPriorityResponse = null;
29
+ export declare type DeleteCheckInTicketTemplateResponse = null;
30
30
  //# sourceMappingURL=ticket.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/ticket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,GAAG,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC;IAChD,KAAK,EAAE,aAAa,EAAE,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAA;AAE/D,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAA;AAE/D,MAAM,MAAM,gCAAgC,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC,CAAA;AAExE,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AACF,MAAM,MAAM,qCAAqC,GAAG,QAAQ,CAAC,sBAAsB,EAAE,CAAC,CAAA;AAEtF,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC,CAAA;AAEpE,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC;AAE9C,MAAM,MAAM,uCAAuC,GAAG,IAAI,CAAC;AAE3D,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC;AAE/C,MAAM,MAAM,mCAAmC,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../../../src/api/go_check_in_api/1.0.0/types/response/ticket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,aAAa,GAAG,QAAQ,CAAC;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,GAAG,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,oBAAY,4BAA4B,GAAG,QAAQ,CAAC;IAChD,KAAK,EAAE,aAAa,EAAE,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,oBAAY,mCAAmC,GAAG,aAAa,CAAA;AAE/D,oBAAY,mCAAmC,GAAG,aAAa,CAAA;AAE/D,oBAAY,gCAAgC,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC,CAAA;AAExE,oBAAY,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AACF,oBAAY,qCAAqC,GAAG,QAAQ,CAAC,sBAAsB,EAAE,CAAC,CAAA;AAEtF,oBAAY,4BAA4B,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC,CAAA;AAEpE,oBAAY,0BAA0B,GAAG,IAAI,CAAC;AAE9C,oBAAY,uCAAuC,GAAG,IAAI,CAAC;AAE3D,oBAAY,2BAA2B,GAAG,IAAI,CAAC;AAE/C,oBAAY,mCAAmC,GAAG,IAAI,CAAC"}
@@ -1,12 +1,12 @@
1
- export type GetBatchHistoryRequest = {
1
+ export declare type GetBatchHistoryRequest = {
2
2
  start_date: string;
3
3
  end_date: string;
4
4
  };
5
- export type GetBatchDetailRequest = {
5
+ export declare type GetBatchDetailRequest = {
6
6
  date?: string;
7
7
  };
8
- export type OpenBatchHistoryRequest = {};
9
- export type GetOpenBatchDetailRequest = {
8
+ export declare type OpenBatchHistoryRequest = {};
9
+ export declare type GetOpenBatchDetailRequest = {
10
10
  serial_number: any;
11
11
  };
12
12
  //# sourceMappingURL=batch_history.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"batch_history.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/batch_history.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,EAAE,CAAA;AAExC,MAAM,MAAM,yBAAyB,GAAG;IACpC,aAAa,EAAE,GAAG,CAAA;CACrB,CAAA"}
1
+ {"version":3,"file":"batch_history.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/batch_history.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB,GAAG;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,qBAAqB,GAAG;IAChC,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,oBAAY,uBAAuB,GAAG,EAAE,CAAA;AAExC,oBAAY,yBAAyB,GAAG;IACpC,aAAa,EAAE,GAAG,CAAA;CACrB,CAAA"}
@@ -1,7 +1,7 @@
1
- export type GetBusinessInfoRequest = {
1
+ export declare type GetBusinessInfoRequest = {
2
2
  build?: string;
3
3
  };
4
- export type PostBusinessUpdateInfoRequest = {
4
+ export declare type PostBusinessUpdateInfoRequest = {
5
5
  id: number;
6
6
  name?: string;
7
7
  phone?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/business.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,MAAM,MAAM,6BAA6B,GAAG;IACxC,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
+ {"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/business.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AACD,oBAAY,6BAA6B,GAAG;IACxC,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,4 +1,4 @@
1
- export type SendSmsRequest = {
1
+ export declare type SendSmsRequest = {
2
2
  phone: string;
3
3
  type: string;
4
4
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/call.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA"}
1
+ {"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/call.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAA"}
@@ -1,2 +1,2 @@
1
- export type GetCategoryListItemRequest = {};
1
+ export declare type GetCategoryListItemRequest = {};
2
2
  //# sourceMappingURL=category.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/category.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0BAA0B,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/request/category.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B,GAAG,EAAE,CAAA"}