gap-nodejs-sdk 1.0.331 → 1.0.332

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 (218) 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/api/checkin.d.ts +12 -0
  30. package/dist/api/go_check_in_api/1.0.0/api/checkin.d.ts.map +1 -0
  31. package/dist/api/go_check_in_api/1.0.0/api/checkin.js +38 -0
  32. package/dist/api/go_check_in_api/1.0.0/api/index.d.ts +1 -0
  33. package/dist/api/go_check_in_api/1.0.0/api/index.d.ts.map +1 -1
  34. package/dist/api/go_check_in_api/1.0.0/api/index.js +1 -0
  35. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.d.ts +7 -0
  36. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.d.ts.map +1 -0
  37. package/dist/api/go_check_in_api/1.0.0/endpoints/checkin.js +5 -0
  38. package/dist/api/go_check_in_api/1.0.0/endpoints/index.d.ts +1 -0
  39. package/dist/api/go_check_in_api/1.0.0/endpoints/index.d.ts.map +1 -1
  40. package/dist/api/go_check_in_api/1.0.0/endpoints/index.js +1 -0
  41. package/dist/api/go_check_in_api/1.0.0/interfaces/checkin.d.ts +3 -0
  42. package/dist/api/go_check_in_api/1.0.0/interfaces/checkin.d.ts.map +1 -0
  43. package/dist/api/go_check_in_api/1.0.0/interfaces/checkin.js +2 -0
  44. package/dist/api/go_check_in_api/1.0.0/models/checkin.d.ts +152 -0
  45. package/dist/api/go_check_in_api/1.0.0/models/checkin.d.ts.map +1 -0
  46. package/dist/api/go_check_in_api/1.0.0/models/checkin.js +287 -0
  47. package/dist/api/go_check_in_api/1.0.0/models/index.d.ts +1 -0
  48. package/dist/api/go_check_in_api/1.0.0/models/index.d.ts.map +1 -1
  49. package/dist/api/go_check_in_api/1.0.0/models/index.js +1 -0
  50. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts +3 -3
  51. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts.map +1 -1
  52. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts +17 -17
  53. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts.map +1 -1
  54. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts +5 -5
  55. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -1
  56. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.d.ts +14 -0
  57. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.d.ts.map +1 -0
  58. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.js +1 -0
  59. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts +8 -8
  60. package/dist/api/go_check_in_api/1.0.0/types/request/customer.d.ts.map +1 -1
  61. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts +7 -7
  62. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts.map +1 -1
  63. package/dist/api/go_check_in_api/1.0.0/types/request/index.d.ts +1 -0
  64. package/dist/api/go_check_in_api/1.0.0/types/request/index.d.ts.map +1 -1
  65. package/dist/api/go_check_in_api/1.0.0/types/request/index.js +1 -0
  66. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts +3 -3
  67. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts.map +1 -1
  68. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts +6 -6
  69. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts.map +1 -1
  70. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts +12 -12
  71. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
  72. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts +2 -2
  73. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -1
  74. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts +17 -17
  75. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts.map +1 -1
  76. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts +10 -10
  77. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  78. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts +3 -3
  79. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts.map +1 -1
  80. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts +25 -25
  81. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts.map +1 -1
  82. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts +5 -5
  83. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -1
  84. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts +278 -0
  85. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts.map +1 -0
  86. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.js +1 -0
  87. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts +13 -13
  88. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts.map +1 -1
  89. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts +10 -10
  90. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts.map +1 -1
  91. package/dist/api/go_check_in_api/1.0.0/types/response/index.d.ts +1 -0
  92. package/dist/api/go_check_in_api/1.0.0/types/response/index.d.ts.map +1 -1
  93. package/dist/api/go_check_in_api/1.0.0/types/response/index.js +1 -0
  94. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts +4 -4
  95. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts.map +1 -1
  96. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts +9 -9
  97. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts.map +1 -1
  98. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts +14 -14
  99. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
  100. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts +2 -2
  101. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -1
  102. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts +17 -17
  103. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts.map +1 -1
  104. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts +12 -12
  105. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  106. package/dist/api/go_check_in_api/index.d.ts +1 -0
  107. package/dist/api/go_check_in_api/index.d.ts.map +1 -1
  108. package/dist/api/go_check_in_api/index.js +1 -0
  109. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts +4 -4
  110. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -1
  111. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts +2 -2
  112. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -1
  113. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts +1 -1
  114. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -1
  115. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts +1 -1
  116. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  117. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts +6 -6
  118. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  119. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts +12 -12
  120. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -1
  121. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts +6 -6
  122. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
  123. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts +1 -1
  124. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts.map +1 -1
  125. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts +4 -4
  126. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -1
  127. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts +2 -2
  128. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts.map +1 -1
  129. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts +5 -5
  130. package/dist/api/pos_client_api/1.0.0/types/request/income.d.ts.map +1 -1
  131. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts +1 -1
  132. package/dist/api/pos_client_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  133. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts +18 -18
  134. package/dist/api/pos_client_api/1.0.0/types/request/order.d.ts.map +1 -1
  135. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts +13 -13
  136. package/dist/api/pos_client_api/1.0.0/types/request/payroll.d.ts.map +1 -1
  137. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts +4 -4
  138. package/dist/api/pos_client_api/1.0.0/types/request/printer.d.ts.map +1 -1
  139. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts +5 -5
  140. package/dist/api/pos_client_api/1.0.0/types/request/product.d.ts.map +1 -1
  141. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts +2 -2
  142. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -1
  143. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts +14 -14
  144. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts.map +1 -1
  145. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts +3 -3
  146. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -1
  147. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts +10 -10
  148. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  149. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts +7 -7
  150. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -1
  151. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +1 -1
  152. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -1
  153. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts +1 -1
  154. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -1
  155. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts +4 -4
  156. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -1
  157. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts +2 -2
  158. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -1
  159. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts +2 -2
  160. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -1
  161. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts +15 -15
  162. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  163. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts +35 -35
  164. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -1
  165. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts +8 -8
  166. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts.map +1 -1
  167. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts +4 -4
  168. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts.map +1 -1
  169. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts +10 -10
  170. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  171. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts +1 -1
  172. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts.map +1 -1
  173. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts +10 -10
  174. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -1
  175. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts +5 -5
  176. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  177. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts +31 -31
  178. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  179. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts +19 -19
  180. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  181. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts +4 -4
  182. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts.map +1 -1
  183. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts +5 -5
  184. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts.map +1 -1
  185. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts +2 -2
  186. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts.map +1 -1
  187. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts +18 -18
  188. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts.map +1 -1
  189. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts +5 -5
  190. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts.map +1 -1
  191. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts +12 -12
  192. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  193. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts +2 -2
  194. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -1
  195. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts +1 -1
  196. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  197. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts +1 -1
  198. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts.map +1 -1
  199. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts +6 -6
  200. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  201. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts +3 -3
  202. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  203. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts +17 -17
  204. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts.map +1 -1
  205. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts +7 -7
  206. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  207. package/dist/api/user_api/1.0.0/types/request/auth.d.ts +1 -1
  208. package/dist/api/user_api/1.0.0/types/request/auth.d.ts.map +1 -1
  209. package/dist/api/user_api/1.0.0/types/response/auth.d.ts +1 -1
  210. package/dist/api/user_api/1.0.0/types/response/auth.d.ts.map +1 -1
  211. package/dist/base_type.d.ts +2 -2
  212. package/dist/base_type.d.ts.map +1 -1
  213. package/dist/gap-sdk.js +1 -1
  214. package/dist/http_client/types.d.ts +5 -5
  215. package/dist/http_client/types.d.ts.map +1 -1
  216. package/dist/types/meta.d.ts +2 -2
  217. package/dist/types/meta.d.ts.map +1 -1
  218. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,GAAG,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,GAAG,CAAA;IAChB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAC,CAAA;AAEF,oBAAY,kBAAkB,GAAG,QAAQ,CAAC;IACtC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,MAAM,CAAA;CACrB,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,sBAAsB,GAAG,QAAQ,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,GAAG,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,GAAG,CAAA;IAChB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;CACnB,CAAC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACtC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,MAAM,CAAA;CACrB,EAAE,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export declare type GetPayrollSettingResponse = Nullable<{
2
+ export type GetPayrollSettingResponse = Nullable<{
3
3
  id: number;
4
4
  start_date: string;
5
5
  period: string;
@@ -8,8 +8,8 @@ export declare type GetPayrollSettingResponse = Nullable<{
8
8
  status: number;
9
9
  custom_days: number;
10
10
  }>;
11
- export declare type UpdatePayrollSettingResponse = GetPayrollSettingResponse;
12
- export declare type GetDiscountSettingResponse = Nullable<{
11
+ export type UpdatePayrollSettingResponse = GetPayrollSettingResponse;
12
+ export type GetDiscountSettingResponse = Nullable<{
13
13
  id: number;
14
14
  owner_percentage: number;
15
15
  staff_percentage: number;
@@ -17,8 +17,8 @@ export declare type GetDiscountSettingResponse = Nullable<{
17
17
  updated_at: string;
18
18
  status: number;
19
19
  }>;
20
- export declare type UpdateDiscountSettingResponse = GetDiscountSettingResponse;
21
- export declare type TaxSetting = Nullable<{
20
+ export type UpdateDiscountSettingResponse = GetDiscountSettingResponse;
21
+ export type TaxSetting = Nullable<{
22
22
  id: number;
23
23
  type: string;
24
24
  code: any;
@@ -29,22 +29,22 @@ export declare type TaxSetting = Nullable<{
29
29
  updated_at: string;
30
30
  status: number;
31
31
  }>;
32
- export declare type GetTaxSettingResponse = TaxSetting[];
33
- export declare type UpdateTaxSettingResponse = null;
34
- export declare type GetTurnValueResponse = Nullable<number>;
35
- export declare type UpdateTurnValueResponse = GetTurnValueResponse;
36
- export declare type TipItem = Nullable<{
32
+ export type GetTaxSettingResponse = TaxSetting[];
33
+ export type UpdateTaxSettingResponse = null;
34
+ export type GetTurnValueResponse = Nullable<number>;
35
+ export type UpdateTurnValueResponse = GetTurnValueResponse;
36
+ export type TipItem = Nullable<{
37
37
  title: string;
38
38
  active: number;
39
39
  value: any;
40
40
  }>;
41
- export declare type GetTipResponse = Nullable<{
41
+ export type GetTipResponse = Nullable<{
42
42
  type: string;
43
43
  status: number;
44
44
  tip_items: TipItem[];
45
45
  }>;
46
- export declare type UpdateTipResponse = Nullable<number>;
47
- export declare type Answer = Nullable<{
46
+ export type UpdateTipResponse = Nullable<number>;
47
+ export type Answer = Nullable<{
48
48
  id: number;
49
49
  system: string;
50
50
  type: string;
@@ -53,17 +53,17 @@ export declare type Answer = Nullable<{
53
53
  updated_at: string;
54
54
  status: number;
55
55
  }>;
56
- export declare type ListAnswer = Nullable<{
56
+ export type ListAnswer = Nullable<{
57
57
  type: string;
58
58
  answer: Answer[];
59
59
  }>;
60
- export declare type GetListAnswerResponse = ListAnswer[];
61
- export declare type CreateAnswerResponse = Nullable<{
60
+ export type GetListAnswerResponse = ListAnswer[];
61
+ export type CreateAnswerResponse = Nullable<{
62
62
  type: string;
63
63
  content: string;
64
64
  system: string;
65
65
  id: number;
66
66
  }>;
67
- export declare type UpdateAnswerResponse = Answer;
68
- export declare type ChangeAnswerStatusResponse = Answer;
67
+ export type UpdateAnswerResponse = Answer;
68
+ export type ChangeAnswerStatusResponse = Answer;
69
69
  //# sourceMappingURL=setting.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"setting.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/setting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,oBAAY,4BAA4B,GAAG,yBAAyB,CAAA;AAEpE,oBAAY,0BAA0B,GAAG,QAAQ,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,gBAAgB,EAAE,MAAM,CAAA;IACxB,gBAAgB,EAAE,MAAM,CAAA;IACxB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,oBAAY,6BAA6B,GAAG,0BAA0B,CAAA;AAEtE,oBAAY,UAAU,GAAG,QAAQ,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,GAAG,CAAA;IACT,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,oBAAY,qBAAqB,GAAG,UAAU,EAAE,CAAA;AAEhD,oBAAY,wBAAwB,GAAG,IAAI,CAAC;AAE5C,oBAAY,oBAAoB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;AAEnD,oBAAY,uBAAuB,GAAG,oBAAoB,CAAA;AAE1D,oBAAY,OAAO,GAAG,QAAQ,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;CACb,CAAC,CAAA;AAEF,oBAAY,cAAc,GAAG,QAAQ,CAAC;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,OAAO,EAAE,CAAA;CACvB,CAAC,CAAA;AAEF,oBAAY,iBAAiB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;AAEhD,oBAAY,MAAM,GAAG,QAAQ,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,oBAAY,UAAU,GAAG,QAAQ,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC,CAAA;AAEF,oBAAY,qBAAqB,GAAG,UAAU,EAAE,CAAA;AAEhD,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,EAAE,EAAE,MAAM,CAAA;CACb,CAAC,CAAA;AAEF,oBAAY,oBAAoB,GAAG,MAAM,CAAA;AAEzC,oBAAY,0BAA0B,GAAG,MAAM,CAAA"}
1
+ {"version":3,"file":"setting.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/setting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,yBAAyB,CAAA;AAEpE,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,gBAAgB,EAAE,MAAM,CAAA;IACxB,gBAAgB,EAAE,MAAM,CAAA;IACxB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,MAAM,MAAM,6BAA6B,GAAG,0BAA0B,CAAA;AAEtE,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,GAAG,CAAA;IACT,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,UAAU,EAAE,CAAA;AAEhD,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAC;AAE5C,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;AAEnD,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,CAAA;AAE1D,MAAM,MAAM,OAAO,GAAG,QAAQ,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,GAAG,CAAA;CACb,CAAC,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,OAAO,EAAE,CAAA;CACvB,CAAC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;AAEhD,MAAM,MAAM,MAAM,GAAG,QAAQ,CAAC;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,UAAU,EAAE,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,EAAE,EAAE,MAAM,CAAA;CACb,CAAC,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAA;AAEzC,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type Permission = Nullable<{
2
+ type Permission = Nullable<{
3
3
  id: number;
4
4
  name: string;
5
5
  type: string;
@@ -7,7 +7,7 @@ declare type Permission = Nullable<{
7
7
  created_at: string;
8
8
  updated_at: string;
9
9
  }>;
10
- declare type Staff = Nullable<{
10
+ type Staff = Nullable<{
11
11
  user_id: number;
12
12
  name: string;
13
13
  image_url?: string;
@@ -22,7 +22,7 @@ declare type Staff = Nullable<{
22
22
  turn_count: number;
23
23
  checkin: string;
24
24
  }>;
25
- export declare type GetStaffListResponse = Nullable<{
25
+ export type GetStaffListResponse = Nullable<{
26
26
  user_id: number;
27
27
  name: string;
28
28
  image_url: string;
@@ -31,14 +31,14 @@ export declare type GetStaffListResponse = Nullable<{
31
31
  status: number;
32
32
  permission: Permission[];
33
33
  }>;
34
- export declare type GetStaffListByCheckoutResponse = Nullable<{
34
+ export type GetStaffListByCheckoutResponse = Nullable<{
35
35
  user_id: number;
36
36
  name: string;
37
37
  image_url?: string;
38
38
  color_code: string;
39
39
  sub_total: number;
40
40
  }>;
41
- export declare type GetStaffTurnChartResponse = Nullable<{
41
+ export type GetStaffTurnChartResponse = Nullable<{
42
42
  staff: Staff[];
43
43
  turn_value: number;
44
44
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/staff.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,aAAK,UAAU,GAAG,QAAQ,CAAC;IACvB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,aAAK,KAAK,GAAG,QAAQ,CAAC;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,EAAE,CAAA;IACxB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,uBAAuB,EAAE,MAAM,CAAA;IAC/B,0BAA0B,EAAE,MAAM,CAAA;IAClC,6BAA6B,EAAE,MAAM,CAAA;IACrC,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,oBAAoB,GAAG,QAAQ,CAAC;IACxC,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,EAAE,CAAA;CAC3B,CAAC,CAAA;AAEF,oBAAY,8BAA8B,GAAG,QAAQ,CAAC;IAClD,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;CACpB,CAAC,CAAA;AAEF,oBAAY,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,KAAK,EAAE,KAAK,EAAE,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA"}
1
+ {"version":3,"file":"staff.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/staff.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,KAAK,UAAU,GAAG,QAAQ,CAAC;IACvB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,KAAK,KAAK,GAAG,QAAQ,CAAC;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,EAAE,CAAA;IACxB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,uBAAuB,EAAE,MAAM,CAAA;IAC/B,0BAA0B,EAAE,MAAM,CAAA;IAClC,6BAA6B,EAAE,MAAM,CAAA;IACrC,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IACxC,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,UAAU,EAAE,CAAA;CAC3B,CAAC,CAAA;AAEF,MAAM,MAAM,8BAA8B,GAAG,QAAQ,CAAC;IAClD,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;CACpB,CAAC,CAAA;AAEF,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,KAAK,EAAE,KAAK,EAAE,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export declare type Ticket = Nullable<{
2
+ export type Ticket = Nullable<{
3
3
  id: number;
4
4
  subject: string;
5
5
  content: string;
@@ -10,21 +10,21 @@ export declare type Ticket = Nullable<{
10
10
  status: number;
11
11
  name: string;
12
12
  }>;
13
- export declare type GetPosTicketInfoResponse = Nullable<{
13
+ export type GetPosTicketInfoResponse = Nullable<{
14
14
  items: Ticket[];
15
15
  template_text: string;
16
16
  }>;
17
- export declare type CreatePosTicketTemplateResponse = Ticket;
18
- export declare type UpdatePosTicketTemplateResponse = Ticket;
19
- export declare type GetPosTicketTemplateResponse = Nullable<Ticket[]>;
20
- export declare type PosTicketBlockName = Nullable<{
17
+ export type CreatePosTicketTemplateResponse = Ticket;
18
+ export type UpdatePosTicketTemplateResponse = Ticket;
19
+ export type GetPosTicketTemplateResponse = Nullable<Ticket[]>;
20
+ export type PosTicketBlockName = Nullable<{
21
21
  subject: string;
22
22
  name: string;
23
23
  }>;
24
- export declare type GetPosTicketListBlockNameResponse = Nullable<PosTicketBlockName[]>;
25
- export declare type GetPosTicketListResponse = Nullable<Ticket[]>;
26
- export declare type MovePosSubjectResponse = null;
27
- export declare type SetPosDefaultTicketTemplateResponse = null;
28
- export declare type SortPosPriorityResponse = null;
29
- export declare type DeletePosTicketTemplateResponse = null;
24
+ export type GetPosTicketListBlockNameResponse = Nullable<PosTicketBlockName[]>;
25
+ export type GetPosTicketListResponse = Nullable<Ticket[]>;
26
+ export type MovePosSubjectResponse = null;
27
+ export type SetPosDefaultTicketTemplateResponse = null;
28
+ export type SortPosPriorityResponse = null;
29
+ export type DeletePosTicketTemplateResponse = null;
30
30
  //# sourceMappingURL=ticket.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/ticket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,MAAM,GAAG,QAAQ,CAAC;IAC1B,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,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,oBAAY,+BAA+B,GAAG,MAAM,CAAA;AAEpD,oBAAY,+BAA+B,GAAG,MAAM,CAAA;AAEpD,oBAAY,4BAA4B,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;AAE7D,oBAAY,kBAAkB,GAAG,QAAQ,CAAC;IACtC,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AACF,oBAAY,iCAAiC,GAAG,QAAQ,CAAC,kBAAkB,EAAE,CAAC,CAAA;AAE9E,oBAAY,wBAAwB,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;AAEzD,oBAAY,sBAAsB,GAAG,IAAI,CAAC;AAE1C,oBAAY,mCAAmC,GAAG,IAAI,CAAC;AAEvD,oBAAY,uBAAuB,GAAG,IAAI,CAAC;AAC3C,oBAAY,+BAA+B,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/ticket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,MAAM,GAAG,QAAQ,CAAC;IAC1B,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,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,MAAM,MAAM,+BAA+B,GAAG,MAAM,CAAA;AAEpD,MAAM,MAAM,+BAA+B,GAAG,MAAM,CAAA;AAEpD,MAAM,MAAM,4BAA4B,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;AAE7D,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IACtC,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AACF,MAAM,MAAM,iCAAiC,GAAG,QAAQ,CAAC,kBAAkB,EAAE,CAAC,CAAA;AAE9E,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAA;AAEzD,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC;AAE1C,MAAM,MAAM,mCAAmC,GAAG,IAAI,CAAC;AAEvD,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC;AAC3C,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export declare type GetTimeKeepingListResponse = Nullable<{
2
+ export type GetTimeKeepingListResponse = Nullable<{
3
3
  id: number;
4
4
  staff_id: number;
5
5
  staff_name: string;
@@ -10,7 +10,7 @@ export declare type GetTimeKeepingListResponse = Nullable<{
10
10
  updated_at: string;
11
11
  status: number;
12
12
  }>;
13
- export declare type GetTimeKeepingListStaffResponse = Nullable<{
13
+ export type GetTimeKeepingListStaffResponse = Nullable<{
14
14
  user_id: number;
15
15
  name: string;
16
16
  time_checked: string;
@@ -1 +1 @@
1
- {"version":3,"file":"time_keeping.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/time_keeping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,0BAA0B,GAAG,QAAQ,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,GAAG,CAAA;IACT,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,oBAAY,+BAA+B,GAAG,QAAQ,CAAC;IACnD,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,OAAO,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA"}
1
+ {"version":3,"file":"time_keeping.d.ts","sourceRoot":"","sources":["../../../../../../src/api/pos_client_api/1.0.0/types/response/time_keeping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,0BAA0B,GAAG,QAAQ,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,GAAG,CAAA;IACT,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,MAAM,MAAM,+BAA+B,GAAG,QAAQ,CAAC;IACnD,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,OAAO,CAAA;IACtB,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA"}
@@ -1,4 +1,4 @@
1
- export declare type GetCheckInConfigRequest = {
1
+ export type GetCheckInConfigRequest = {
2
2
  key: string;
3
3
  };
4
4
  //# sourceMappingURL=check_in.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/check_in.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;CACf,CAAA"}
1
+ {"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/check_in.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;CACf,CAAA"}
@@ -1,4 +1,4 @@
1
- export declare type GetCheckoutConfigRequest = {
1
+ export type GetCheckoutConfigRequest = {
2
2
  key: string;
3
3
  };
4
4
  //# sourceMappingURL=checkout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/checkout.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;CACf,CAAA"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/checkout.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;CACf,CAAA"}
@@ -1,22 +1,22 @@
1
- export declare type GetKeyStorageRequest = {
1
+ export type GetKeyStorageRequest = {
2
2
  key: string;
3
3
  pos_version?: number;
4
4
  };
5
- export declare type GetListKeyStorageRequest = {};
6
- export declare type AddKeyStorageRequest = {
5
+ export type GetListKeyStorageRequest = {};
6
+ export type AddKeyStorageRequest = {
7
7
  key: string;
8
8
  value: string;
9
9
  comment?: string;
10
10
  };
11
- export declare type UpdateKeyStorageRequest = {
11
+ export type UpdateKeyStorageRequest = {
12
12
  key: string;
13
13
  value: string;
14
14
  comment?: string;
15
15
  };
16
- export declare type UpdateListKeyStorageRequest = {
16
+ export type UpdateListKeyStorageRequest = {
17
17
  data: AddKeyStorageRequest[];
18
18
  };
19
- export declare type DeleteKeyStorageRequest = {
19
+ export type DeleteKeyStorageRequest = {
20
20
  key: string;
21
21
  };
22
22
  //# sourceMappingURL=key_storage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,oBAAY,wBAAwB,GAAG,EAAE,CAAA;AAEzC,oBAAY,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,oBAAY,2BAA2B,GAAG;IACtC,IAAI,EAAE,oBAAoB,EAAE,CAAA;CAC/B,CAAA;AAED,oBAAY,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAA;CACd,CAAA"}
1
+ {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/request/key_storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,EAAE,CAAA;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG;IACtC,IAAI,EAAE,oBAAoB,EAAE,CAAA;CAC/B,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IAClC,GAAG,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type CheckIn = Nullable<{
2
+ type CheckIn = Nullable<{
3
3
  page_email: number;
4
4
  page_birthday: number;
5
5
  ask_email: number;
@@ -10,10 +10,10 @@ declare type CheckIn = Nullable<{
10
10
  printer_active: number;
11
11
  phone: Phone;
12
12
  }>;
13
- declare type Phone = Nullable<{
13
+ type Phone = Nullable<{
14
14
  multiple_type: number;
15
15
  }>;
16
- export declare type GetCheckInConfigResponse = Nullable<{
16
+ export type GetCheckInConfigResponse = Nullable<{
17
17
  host_package: string;
18
18
  service_feature: number;
19
19
  staff_feature: number;
@@ -1 +1 @@
1
- {"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/check_in.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,aAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,EAAE,MAAM,CAAA;IACvB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,KAAK,CAAA;CACf,CAAC,CAAA;AAEF,aAAK,KAAK,GAAG,QAAQ,CAAC;IAClB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,oBAAY,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,OAAO,CAAA;CACpB,CAAC,CAAA"}
1
+ {"version":3,"file":"check_in.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/check_in.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,EAAE,MAAM,CAAA;IACvB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,KAAK,CAAA;CACf,CAAC,CAAA;AAEF,KAAK,KAAK,GAAG,QAAQ,CAAC;IAClB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,OAAO,CAAA;CACpB,CAAC,CAAA"}
@@ -1,11 +1,11 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type Info = Nullable<{
2
+ type Info = Nullable<{
3
3
  username: string;
4
4
  access_token: string;
5
5
  email: string;
6
6
  logged_at: number;
7
7
  }>;
8
- declare type Business = Nullable<{
8
+ type Business = Nullable<{
9
9
  name: string;
10
10
  address: string;
11
11
  city: string;
@@ -15,7 +15,7 @@ declare type Business = Nullable<{
15
15
  phone: string;
16
16
  description: string;
17
17
  }>;
18
- declare type Settings = Nullable<{
18
+ type Settings = Nullable<{
19
19
  package_limit: number;
20
20
  host_package: string;
21
21
  staff_code_active: number;
@@ -70,11 +70,11 @@ declare type Settings = Nullable<{
70
70
  phone_multiple_type: number;
71
71
  multiple_lshaped_device: number;
72
72
  }>;
73
- declare type SquareupFeature = Nullable<{
73
+ type SquareupFeature = Nullable<{
74
74
  active: number;
75
75
  app_id: string;
76
76
  }>;
77
- declare type CheckIn = Nullable<{
77
+ type CheckIn = Nullable<{
78
78
  page_email: number;
79
79
  page_birthday: number;
80
80
  ask_email: number;
@@ -87,37 +87,37 @@ declare type CheckIn = Nullable<{
87
87
  app_version: AppVersion;
88
88
  signature_active: number;
89
89
  }>;
90
- declare type AppVersion = Nullable<{
90
+ type AppVersion = Nullable<{
91
91
  version: number;
92
92
  content: Content;
93
93
  }>;
94
- declare type Content = Nullable<{
94
+ type Content = Nullable<{
95
95
  type: string;
96
96
  title: string;
97
97
  description: string;
98
98
  button: Button[];
99
99
  }>;
100
- declare type Button = Nullable<{
100
+ type Button = Nullable<{
101
101
  type: string;
102
102
  name: string;
103
103
  url: string;
104
104
  }>;
105
- declare type CheckOut = Nullable<{
105
+ type CheckOut = Nullable<{
106
106
  mode_status: any;
107
107
  }>;
108
- declare type Devices = Nullable<{
108
+ type Devices = Nullable<{
109
109
  printer: Printer;
110
110
  }>;
111
- declare type Printer = Nullable<{
111
+ type Printer = Nullable<{
112
112
  selected_id: number;
113
113
  options: Options;
114
114
  lists: List[];
115
115
  }>;
116
- declare type Options = Nullable<{
116
+ type Options = Nullable<{
117
117
  "font-size": string;
118
118
  transfer_speed: number;
119
119
  }>;
120
- declare type List = Nullable<{
120
+ type List = Nullable<{
121
121
  id: number;
122
122
  name: string;
123
123
  type: string;
@@ -125,23 +125,23 @@ declare type List = Nullable<{
125
125
  status: number;
126
126
  data: Data;
127
127
  }>;
128
- declare type Data = Nullable<{
128
+ type Data = Nullable<{
129
129
  ip: string;
130
130
  port: string;
131
131
  peripheralId: string;
132
132
  characteristicUUID: string;
133
133
  serviceUUID: string;
134
134
  }>;
135
- declare type Mqtt = Nullable<{
135
+ type Mqtt = Nullable<{
136
136
  id: string;
137
137
  username: string;
138
138
  password: string;
139
139
  config: Config;
140
140
  }>;
141
- declare type Config = Nullable<{
141
+ type Config = Nullable<{
142
142
  call_feature: number;
143
143
  }>;
144
- export declare type GetCheckoutConfigResponse = Nullable<{
144
+ export type GetCheckoutConfigResponse = Nullable<{
145
145
  info: Info;
146
146
  business: Business;
147
147
  settings: Settings;
@@ -1 +1 @@
1
- {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/checkout.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"checkout.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/checkout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,KAAK,IAAI,GAAG,QAAQ,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,MAAM,CAAA;CACpB,CAAC,CAAA;AAEF,KAAK,QAAQ,GAAG,QAAQ,CAAC;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,KAAK,QAAQ,GAAG,QAAQ,CAAC;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,gBAAgB,EAAE,MAAM,CAAA;IACxB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,WAAW,EAAE,MAAM,CAAA;IACnB,iBAAiB,EAAE,MAAM,CAAA;IACzB,aAAa,EAAE,MAAM,CAAA;IACrB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,WAAW,EAAE,MAAM,CAAA;IACnB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,mBAAmB,EAAE,MAAM,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,iCAAiC,EAAE,MAAM,CAAA;IACzC,yBAAyB,EAAE,MAAM,CAAA;IACjC,gCAAgC,EAAE,MAAM,CAAA;IACxC,uBAAuB,EAAE,MAAM,CAAA;IAC/B,0BAA0B,EAAE,MAAM,CAAA;IAClC,gBAAgB,EAAE,eAAe,CAAA;IACjC,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,EAAE,QAAQ,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,CAAA;IACV,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAA;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;IACjC,2BAA2B,EAAE,MAAM,CAAC;IACpC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,wBAAwB,EAAE,MAAM,CAAC;IACjC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,wBAAwB,EAAE,MAAM,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,4BAA4B,EAAE,MAAM,CAAC;IACrC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAA;CAClC,CAAC,CAAA;AAEF,KAAK,eAAe,GAAG,QAAQ,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,EAAE,MAAM,CAAA;IACvB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,UAAU,CAAA;IACvB,gBAAgB,EAAE,MAAM,CAAA;CAC3B,CAAC,CAAA;AAEF,KAAK,UAAU,GAAG,QAAQ,CAAC;IACvB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACnB,CAAC,CAAA;AAEF,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC,CAAA;AAEF,KAAK,MAAM,GAAG,QAAQ,CAAC;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;CACd,CAAC,CAAA;AAEF,KAAK,QAAQ,GAAG,QAAQ,CAAC;IACrB,WAAW,EAAE,GAAG,CAAA;CACnB,CAAC,CAAA;AAEF,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,OAAO,EAAE,OAAO,CAAA;CACnB,CAAC,CAAA;AAEF,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,EAAE,IAAI,EAAE,CAAA;CAChB,CAAC,CAAA;AAEF,KAAK,OAAO,GAAG,QAAQ,CAAC;IACpB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,MAAM,CAAA;CACzB,CAAC,CAAA;AAEF,KAAK,IAAI,GAAG,QAAQ,CAAC;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,IAAI,CAAA;CACb,CAAC,CAAA;AAEF,KAAK,IAAI,GAAG,QAAQ,CAAC;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,WAAW,EAAE,MAAM,CAAA;CACtB,CAAC,CAAA;AAEF,KAAK,IAAI,GAAG,QAAQ,CAAC;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAC,CAAA;AAEF,KAAK,MAAM,GAAG,QAAQ,CAAC;IACnB,YAAY,EAAE,MAAM,CAAA;CACvB,CAAC,CAAA;AAEF,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC;IAC7C,IAAI,EAAE,IAAI,CAAA;IACV,QAAQ,EAAE,QAAQ,CAAA;IAClB,QAAQ,EAAE,QAAQ,CAAA;CACrB,CAAC,CAAA"}
@@ -1,24 +1,24 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- declare type KeyStorage = {
2
+ type KeyStorage = {
3
3
  key: string;
4
4
  value: string;
5
5
  comment: string;
6
6
  updated_at: number;
7
7
  created_at: number;
8
8
  };
9
- export declare type GetKeyStorageResponse = Nullable<KeyStorage>;
10
- export declare type GetListKeyStorageResponse = Nullable<Array<KeyStorage>>;
11
- export declare type AddKeyStorageResponse = Nullable<{
9
+ export type GetKeyStorageResponse = Nullable<KeyStorage>;
10
+ export type GetListKeyStorageResponse = Nullable<Array<KeyStorage>>;
11
+ export type AddKeyStorageResponse = Nullable<{
12
12
  key: string;
13
13
  value: string;
14
14
  comment: string;
15
15
  }>;
16
- export declare type UpdateKeyStorageResponse = Nullable<{
16
+ export type UpdateKeyStorageResponse = Nullable<{
17
17
  key: string;
18
18
  value: string;
19
19
  comment: string;
20
20
  }>;
21
- export declare type UpdateListKeyStorageResponse = null;
22
- export declare type DeleteKeyStorageResponse = null;
21
+ export type UpdateListKeyStorageResponse = null;
22
+ export type DeleteKeyStorageResponse = null;
23
23
  export {};
24
24
  //# sourceMappingURL=key_storage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/key_storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,aAAK,UAAU,GAAG;IACd,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,oBAAY,qBAAqB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAA;AAExD,oBAAY,yBAAyB,GAAG,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;AAEnE,oBAAY,qBAAqB,GAAG,QAAQ,CAAC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,4BAA4B,GAAG,IAAI,CAAA;AAE/C,oBAAY,wBAAwB,GAAG,IAAI,CAAA"}
1
+ {"version":3,"file":"key_storage.d.ts","sourceRoot":"","sources":["../../../../../../src/api/settings_api/1.0.0/types/response/key_storage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,KAAK,UAAU,GAAG;IACd,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAA;AAExD,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;AAEnE,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAAA;AAE/C,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare type GetUserInfoRequest = {};
1
+ export type GetUserInfoRequest = {};
2
2
  //# sourceMappingURL=auth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/request/auth.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/request/auth.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Nullable } from "../../../../../base_type";
2
- export declare type GetUserInfoResponse = Nullable<{
2
+ export type GetUserInfoResponse = Nullable<{
3
3
  id: number;
4
4
  username: string;
5
5
  email: string;
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/response/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,oBAAY,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAC"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../../../src/api/user_api/1.0.0/types/response/auth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;CACxB,CAAC,CAAC"}
@@ -17,10 +17,10 @@ export declare enum Platform {
17
17
  WEB = "Web",
18
18
  WINDOW = "Window"
19
19
  }
20
- export declare type BaseGetDetailRequest = {
20
+ export type BaseGetDetailRequest = {
21
21
  id: number;
22
22
  };
23
- export declare type BaseGetListRequest = {
23
+ export type BaseGetListRequest = {
24
24
  page?: number;
25
25
  'per-page'?: number;
26
26
  keyword?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"base_type.d.ts","sourceRoot":"","sources":["../src/base_type.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,EAAE,UAAU;CACf;AAED,oBAAY,SAAS;IACjB,SAAS,eAAe;CAC3B;AAED,oBAAY,SAAS;IACjB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AAED,iCAAiC;AACjC,oBAAY,QAAQ;IAChB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AAED,oBAAY,oBAAoB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,oBAAY,kBAAkB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,MAAM,EAAE,GAAG,CAAA;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,QAAQ,CAAC,CAAC,IAAI;KAC7B,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;CAC9B,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC;CAAE,IAAI,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"base_type.d.ts","sourceRoot":"","sources":["../src/base_type.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,EAAE,UAAU;CACf;AAED,oBAAY,SAAS;IACjB,SAAS,eAAe;CAC3B;AAED,oBAAY,SAAS;IACjB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AAED,iCAAiC;AACjC,oBAAY,QAAQ;IAChB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,MAAM,WAAW;CACpB;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;CACd,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,eAAe,GAAG;IAClC,MAAM,EAAE,GAAG,CAAA;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,CAAC,OAAO,MAAM,QAAQ,CAAC,CAAC,IAAI;KAC7B,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;CAC9B,CAAA;AACD,MAAM,CAAC,OAAO,MAAM,UAAU,CAAC,CAAC,EAAE,CAAC,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC;CAAE,IAAI,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA"}