gap-nodejs-sdk 1.0.447 → 1.0.449

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 (232) hide show
  1. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts +27 -27
  2. package/dist/api/appointment_api/1.0.0/types/request/appointment.d.ts.map +1 -1
  3. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts +1 -1
  4. package/dist/api/appointment_api/1.0.0/types/request/customer.d.ts.map +1 -1
  5. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts +3 -3
  6. package/dist/api/appointment_api/1.0.0/types/request/pos.d.ts.map +1 -1
  7. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts +1 -1
  8. package/dist/api/appointment_api/1.0.0/types/request/service.d.ts.map +1 -1
  9. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts +2 -2
  10. package/dist/api/appointment_api/1.0.0/types/request/settings.d.ts.map +1 -1
  11. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts +1 -1
  12. package/dist/api/appointment_api/1.0.0/types/request/staff.d.ts.map +1 -1
  13. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts +36 -36
  14. package/dist/api/appointment_api/1.0.0/types/response/appointment.d.ts.map +1 -1
  15. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts +2 -2
  16. package/dist/api/appointment_api/1.0.0/types/response/customer.d.ts.map +1 -1
  17. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts +17 -17
  18. package/dist/api/appointment_api/1.0.0/types/response/pos.d.ts.map +1 -1
  19. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts +6 -6
  20. package/dist/api/appointment_api/1.0.0/types/response/service.d.ts.map +1 -1
  21. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts +2 -2
  22. package/dist/api/appointment_api/1.0.0/types/response/settings.d.ts.map +1 -1
  23. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts +3 -3
  24. package/dist/api/appointment_api/1.0.0/types/response/staff.d.ts.map +1 -1
  25. package/dist/api/base_api/1.0.0/api/auth.js +1 -1
  26. package/dist/api/base_api/1.0.0/types/request/auth.d.ts +4 -4
  27. package/dist/api/base_api/1.0.0/types/request/auth.d.ts.map +1 -1
  28. package/dist/api/base_api/1.0.0/types/response/auth.d.ts +9 -9
  29. package/dist/api/base_api/1.0.0/types/response/auth.d.ts.map +1 -1
  30. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts +3 -3
  31. package/dist/api/go_check_in_api/1.0.0/types/request/business.d.ts.map +1 -1
  32. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts +17 -17
  33. package/dist/api/go_check_in_api/1.0.0/types/request/campaign.d.ts.map +1 -1
  34. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts +5 -5
  35. package/dist/api/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -1
  36. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.d.ts +11 -11
  37. package/dist/api/go_check_in_api/1.0.0/types/request/checkin.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/dashboard.d.ts +2 -2
  41. package/dist/api/go_check_in_api/1.0.0/types/request/dashboard.d.ts.map +1 -1
  42. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts +7 -7
  43. package/dist/api/go_check_in_api/1.0.0/types/request/group.d.ts.map +1 -1
  44. package/dist/api/go_check_in_api/1.0.0/types/request/invoice.d.ts +2 -2
  45. package/dist/api/go_check_in_api/1.0.0/types/request/invoice.d.ts.map +1 -1
  46. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts +3 -3
  47. package/dist/api/go_check_in_api/1.0.0/types/request/notification.d.ts.map +1 -1
  48. package/dist/api/go_check_in_api/1.0.0/types/request/review.d.ts +16 -16
  49. package/dist/api/go_check_in_api/1.0.0/types/request/review.d.ts.map +1 -1
  50. package/dist/api/go_check_in_api/1.0.0/types/request/reward.d.ts +6 -6
  51. package/dist/api/go_check_in_api/1.0.0/types/request/reward.d.ts.map +1 -1
  52. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts +7 -7
  53. package/dist/api/go_check_in_api/1.0.0/types/request/service.d.ts.map +1 -1
  54. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts +12 -12
  55. package/dist/api/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
  56. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts +4 -4
  57. package/dist/api/go_check_in_api/1.0.0/types/request/sms.d.ts.map +1 -1
  58. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts +17 -17
  59. package/dist/api/go_check_in_api/1.0.0/types/request/staff.d.ts.map +1 -1
  60. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts +10 -10
  61. package/dist/api/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  62. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts +3 -3
  63. package/dist/api/go_check_in_api/1.0.0/types/response/business.d.ts.map +1 -1
  64. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts +25 -25
  65. package/dist/api/go_check_in_api/1.0.0/types/response/campaign.d.ts.map +1 -1
  66. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts +5 -5
  67. package/dist/api/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -1
  68. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts +29 -29
  69. package/dist/api/go_check_in_api/1.0.0/types/response/checkin.d.ts.map +1 -1
  70. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts +13 -13
  71. package/dist/api/go_check_in_api/1.0.0/types/response/customer.d.ts.map +1 -1
  72. package/dist/api/go_check_in_api/1.0.0/types/response/dashboard.d.ts +7 -7
  73. package/dist/api/go_check_in_api/1.0.0/types/response/dashboard.d.ts.map +1 -1
  74. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts +10 -10
  75. package/dist/api/go_check_in_api/1.0.0/types/response/group.d.ts.map +1 -1
  76. package/dist/api/go_check_in_api/1.0.0/types/response/invoice.d.ts +2 -2
  77. package/dist/api/go_check_in_api/1.0.0/types/response/invoice.d.ts.map +1 -1
  78. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts +4 -4
  79. package/dist/api/go_check_in_api/1.0.0/types/response/notification.d.ts.map +1 -1
  80. package/dist/api/go_check_in_api/1.0.0/types/response/review.d.ts +22 -22
  81. package/dist/api/go_check_in_api/1.0.0/types/response/review.d.ts.map +1 -1
  82. package/dist/api/go_check_in_api/1.0.0/types/response/reward.d.ts +7 -7
  83. package/dist/api/go_check_in_api/1.0.0/types/response/reward.d.ts.map +1 -1
  84. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts +11 -11
  85. package/dist/api/go_check_in_api/1.0.0/types/response/service.d.ts.map +1 -1
  86. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts +14 -14
  87. package/dist/api/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
  88. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts +5 -5
  89. package/dist/api/go_check_in_api/1.0.0/types/response/sms.d.ts.map +1 -1
  90. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts +17 -17
  91. package/dist/api/go_check_in_api/1.0.0/types/response/staff.d.ts.map +1 -1
  92. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts +12 -12
  93. package/dist/api/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  94. package/dist/api/go_order_api/1.0.0/types/request/category.d.ts +3 -3
  95. package/dist/api/go_order_api/1.0.0/types/request/category.d.ts.map +1 -1
  96. package/dist/api/go_order_api/1.0.0/types/request/item.d.ts +9 -9
  97. package/dist/api/go_order_api/1.0.0/types/request/item.d.ts.map +1 -1
  98. package/dist/api/go_order_api/1.0.0/types/request/modifier.d.ts +4 -4
  99. package/dist/api/go_order_api/1.0.0/types/request/modifier.d.ts.map +1 -1
  100. package/dist/api/go_order_api/1.0.0/types/response/category.d.ts +8 -8
  101. package/dist/api/go_order_api/1.0.0/types/response/category.d.ts.map +1 -1
  102. package/dist/api/go_order_api/1.0.0/types/response/item.d.ts +8 -8
  103. package/dist/api/go_order_api/1.0.0/types/response/item.d.ts.map +1 -1
  104. package/dist/api/go_order_api/1.0.0/types/response/modifier.d.ts +5 -5
  105. package/dist/api/go_order_api/1.0.0/types/response/modifier.d.ts.map +1 -1
  106. package/dist/api/pos_client_api/1.0.0/models/payroll.js +3 -3
  107. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts +4 -4
  108. package/dist/api/pos_client_api/1.0.0/types/request/batch_history.d.ts.map +1 -1
  109. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts +2 -2
  110. package/dist/api/pos_client_api/1.0.0/types/request/business.d.ts.map +1 -1
  111. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts +1 -1
  112. package/dist/api/pos_client_api/1.0.0/types/request/call.d.ts.map +1 -1
  113. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts +1 -1
  114. package/dist/api/pos_client_api/1.0.0/types/request/category.d.ts.map +1 -1
  115. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts +6 -6
  116. package/dist/api/pos_client_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  117. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts +13 -13
  118. package/dist/api/pos_client_api/1.0.0/types/request/check_out.d.ts.map +1 -1
  119. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts +6 -6
  120. package/dist/api/pos_client_api/1.0.0/types/request/combo.d.ts.map +1 -1
  121. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts +1 -1
  122. package/dist/api/pos_client_api/1.0.0/types/request/commission.d.ts.map +1 -1
  123. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts +4 -4
  124. package/dist/api/pos_client_api/1.0.0/types/request/customer.d.ts.map +1 -1
  125. package/dist/api/pos_client_api/1.0.0/types/request/device.d.ts +3 -3
  126. package/dist/api/pos_client_api/1.0.0/types/request/device.d.ts.map +1 -1
  127. package/dist/api/pos_client_api/1.0.0/types/request/gift_card.d.ts +9 -9
  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 +14 -14
  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/rate.d.ts +1 -1
  142. package/dist/api/pos_client_api/1.0.0/types/request/rate.d.ts.map +1 -1
  143. package/dist/api/pos_client_api/1.0.0/types/request/report.d.ts +1 -1
  144. package/dist/api/pos_client_api/1.0.0/types/request/report.d.ts.map +1 -1
  145. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts +2 -2
  146. package/dist/api/pos_client_api/1.0.0/types/request/service.d.ts.map +1 -1
  147. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts +14 -14
  148. package/dist/api/pos_client_api/1.0.0/types/request/setting.d.ts.map +1 -1
  149. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts +3 -3
  150. package/dist/api/pos_client_api/1.0.0/types/request/staff.d.ts.map +1 -1
  151. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts +10 -10
  152. package/dist/api/pos_client_api/1.0.0/types/request/ticket.d.ts.map +1 -1
  153. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts +7 -7
  154. package/dist/api/pos_client_api/1.0.0/types/request/time_keeping.d.ts.map +1 -1
  155. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts +1 -1
  156. package/dist/api/pos_client_api/1.0.0/types/request/unsubscribe_contact.d.ts.map +1 -1
  157. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts +1 -1
  158. package/dist/api/pos_client_api/1.0.0/types/request/user.d.ts.map +1 -1
  159. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts +4 -4
  160. package/dist/api/pos_client_api/1.0.0/types/response/batch_history.d.ts.map +1 -1
  161. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts +2 -2
  162. package/dist/api/pos_client_api/1.0.0/types/response/business.d.ts.map +1 -1
  163. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts +2 -2
  164. package/dist/api/pos_client_api/1.0.0/types/response/category.d.ts.map +1 -1
  165. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts +15 -15
  166. package/dist/api/pos_client_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  167. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts +36 -36
  168. package/dist/api/pos_client_api/1.0.0/types/response/check_out.d.ts.map +1 -1
  169. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts +8 -8
  170. package/dist/api/pos_client_api/1.0.0/types/response/combo.d.ts.map +1 -1
  171. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts +4 -4
  172. package/dist/api/pos_client_api/1.0.0/types/response/commission.d.ts.map +1 -1
  173. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts +10 -10
  174. package/dist/api/pos_client_api/1.0.0/types/response/customer.d.ts.map +1 -1
  175. package/dist/api/pos_client_api/1.0.0/types/response/device.d.ts +3 -3
  176. package/dist/api/pos_client_api/1.0.0/types/response/device.d.ts.map +1 -1
  177. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts +6 -6
  178. package/dist/api/pos_client_api/1.0.0/types/response/gift_card.d.ts.map +1 -1
  179. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts +10 -10
  180. package/dist/api/pos_client_api/1.0.0/types/response/income.d.ts.map +1 -1
  181. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts +5 -5
  182. package/dist/api/pos_client_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  183. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts +31 -31
  184. package/dist/api/pos_client_api/1.0.0/types/response/order.d.ts.map +1 -1
  185. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts +21 -21
  186. package/dist/api/pos_client_api/1.0.0/types/response/payroll.d.ts.map +1 -1
  187. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts +4 -4
  188. package/dist/api/pos_client_api/1.0.0/types/response/printer.d.ts.map +1 -1
  189. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts +5 -5
  190. package/dist/api/pos_client_api/1.0.0/types/response/product.d.ts.map +1 -1
  191. package/dist/api/pos_client_api/1.0.0/types/response/rate.d.ts +2 -2
  192. package/dist/api/pos_client_api/1.0.0/types/response/rate.d.ts.map +1 -1
  193. package/dist/api/pos_client_api/1.0.0/types/response/report.d.ts +8 -8
  194. package/dist/api/pos_client_api/1.0.0/types/response/report.d.ts.map +1 -1
  195. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts +2 -2
  196. package/dist/api/pos_client_api/1.0.0/types/response/service.d.ts.map +1 -1
  197. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts +18 -18
  198. package/dist/api/pos_client_api/1.0.0/types/response/setting.d.ts.map +1 -1
  199. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts +5 -5
  200. package/dist/api/pos_client_api/1.0.0/types/response/staff.d.ts.map +1 -1
  201. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts +12 -12
  202. package/dist/api/pos_client_api/1.0.0/types/response/ticket.d.ts.map +1 -1
  203. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts +2 -2
  204. package/dist/api/pos_client_api/1.0.0/types/response/time_keeping.d.ts.map +1 -1
  205. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts +1 -1
  206. package/dist/api/settings_api/1.0.0/types/request/check_in.d.ts.map +1 -1
  207. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts +1 -1
  208. package/dist/api/settings_api/1.0.0/types/request/checkout.d.ts.map +1 -1
  209. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts +6 -6
  210. package/dist/api/settings_api/1.0.0/types/request/key_storage.d.ts.map +1 -1
  211. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts +3 -3
  212. package/dist/api/settings_api/1.0.0/types/response/check_in.d.ts.map +1 -1
  213. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts +17 -17
  214. package/dist/api/settings_api/1.0.0/types/response/checkout.d.ts.map +1 -1
  215. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts +7 -7
  216. package/dist/api/settings_api/1.0.0/types/response/key_storage.d.ts.map +1 -1
  217. package/dist/api/user_api/1.0.0/types/request/auth.d.ts +2 -2
  218. package/dist/api/user_api/1.0.0/types/request/auth.d.ts.map +1 -1
  219. package/dist/api/user_api/1.0.0/types/response/auth.d.ts +2 -2
  220. package/dist/api/user_api/1.0.0/types/response/auth.d.ts.map +1 -1
  221. package/dist/base_type.d.ts +2 -2
  222. package/dist/base_type.d.ts.map +1 -1
  223. package/dist/gap-sdk.js +1 -2
  224. package/dist/http_client/types.d.ts +5 -5
  225. package/dist/http_client/types.d.ts.map +1 -1
  226. package/dist/types/meta.d.ts +2 -2
  227. package/dist/types/meta.d.ts.map +1 -1
  228. package/dist/utils/md5.d.ts +2 -0
  229. package/dist/utils/md5.d.ts.map +1 -0
  230. package/dist/utils/md5.js +100 -0
  231. package/package.json +1 -2
  232. package/dist/gap-sdk.js.LICENSE.txt +0 -6
@@ -1,7 +1,7 @@
1
1
  export interface HeaderParams {
2
2
  [key: string]: string | number;
3
3
  }
4
- export type QueryParams = string | number | string[] | number[] | {
4
+ export declare type QueryParams = string | number | string[] | number[] | {
5
5
  [key: string]: QueryParams;
6
6
  };
7
7
  export interface GetRequestParams {
@@ -16,14 +16,14 @@ export interface GetRequestParams {
16
16
  tries?: number;
17
17
  responseType?: "arraybuffer" | "blob" | "document" | "json" | "text" | "stream";
18
18
  }
19
- export type PostRequestParams = GetRequestParams & {
19
+ export declare type PostRequestParams = GetRequestParams & {
20
20
  data: {
21
21
  [key: string]: QueryParams;
22
22
  } | string;
23
23
  };
24
- export type PutRequestParams = PostRequestParams;
25
- export type DeleteRequestParams = GetRequestParams;
26
- export type RequestParams = (GetRequestParams | PostRequestParams) & {
24
+ export declare type PutRequestParams = PostRequestParams;
25
+ export declare type DeleteRequestParams = GetRequestParams;
26
+ export declare type RequestParams = (GetRequestParams | PostRequestParams) & {
27
27
  method: Method;
28
28
  };
29
29
  export declare enum Method {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/http_client/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAChC;AAED,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,MAAM,GACN,MAAM,EAAE,GACR,MAAM,EAAE,GACR;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;CAAE,CAAC;AAEnC,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,MAAM,CAAC;IAC3C,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,CAAC;IACvC,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EACT,aAAa,GACb,MAAM,GACN,UAAU,GACV,MAAM,GACN,MAAM,GACN,QAAQ,CAAC;CACd;AAED,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,GAAG;IAEjD,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,MAAM,CAAC;CAC/C,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,MAAM,MAAM,aAAa,GAAG,CAAC,gBAAgB,GAAG,iBAAiB,CAAC,GAAG;IACnE,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,MAAM;IAChB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,oBAAY,UAAU;IACpB,QAAQ,MAAM;IACd,kBAAkB,MAAM;IACxB,EAAE,MAAM;IACR,OAAO,MAAM;IACb,QAAQ,MAAM;IACd,2BAA2B,MAAM;IACjC,SAAS,MAAM;IACf,YAAY,MAAM;IAClB,cAAc,MAAM;IACpB,eAAe,MAAM;IACrB,gBAAgB,MAAM;IACtB,KAAK,MAAM;IACX,QAAQ,MAAM;IACd,WAAW,MAAM;IACjB,QAAQ,MAAM;IACd,iBAAiB,MAAM;IACvB,UAAU,MAAM;IAChB,YAAY,MAAM;IAClB,eAAe,MAAM;IACrB,SAAS,MAAM;IACf,QAAQ,MAAM;IACd,gBAAgB,MAAM;IACtB,aAAa,MAAM;IACnB,2BAA2B,MAAM;IACjC,cAAc,MAAM;IACpB,QAAQ,MAAM;IACd,IAAI,MAAM;IACV,cAAc,MAAM;IACpB,kBAAkB,MAAM;IACxB,qBAAqB,MAAM;IAC3B,iBAAiB,MAAM;IACvB,oBAAoB,MAAM;IAC1B,4BAA4B,MAAM;IAClC,iBAAiB,MAAM;IACvB,SAAS,MAAM;IACf,mBAAmB,MAAM;IACzB,eAAe,MAAM;IACrB,mBAAmB,MAAM;IACzB,cAAc,MAAM;IACpB,UAAU,MAAM;IAChB,kBAAkB,MAAM;IACxB,cAAc,MAAM;IACpB,uBAAuB,MAAM;CAC9B"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/http_client/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAChC;AAED,oBAAY,WAAW,GACnB,MAAM,GACN,MAAM,GACN,MAAM,EAAE,GACR,MAAM,EAAE,GACR;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;CAAE,CAAC;AAEnC,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,MAAM,CAAC;IAC3C,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,CAAC;IACvC,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EACT,aAAa,GACb,MAAM,GACN,UAAU,GACV,MAAM,GACN,MAAM,GACN,QAAQ,CAAC;CACd;AAED,oBAAY,iBAAiB,GAAG,gBAAgB,GAAG;IAEjD,IAAI,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,MAAM,CAAC;CAC/C,CAAC;AAEF,oBAAY,gBAAgB,GAAG,iBAAiB,CAAC;AAEjD,oBAAY,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,oBAAY,aAAa,GAAG,CAAC,gBAAgB,GAAG,iBAAiB,CAAC,GAAG;IACnE,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,MAAM;IAChB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,oBAAY,UAAU;IACpB,QAAQ,MAAM;IACd,kBAAkB,MAAM;IACxB,EAAE,MAAM;IACR,OAAO,MAAM;IACb,QAAQ,MAAM;IACd,2BAA2B,MAAM;IACjC,SAAS,MAAM;IACf,YAAY,MAAM;IAClB,cAAc,MAAM;IACpB,eAAe,MAAM;IACrB,gBAAgB,MAAM;IACtB,KAAK,MAAM;IACX,QAAQ,MAAM;IACd,WAAW,MAAM;IACjB,QAAQ,MAAM;IACd,iBAAiB,MAAM;IACvB,UAAU,MAAM;IAChB,YAAY,MAAM;IAClB,eAAe,MAAM;IACrB,SAAS,MAAM;IACf,QAAQ,MAAM;IACd,gBAAgB,MAAM;IACtB,aAAa,MAAM;IACnB,2BAA2B,MAAM;IACjC,cAAc,MAAM;IACpB,QAAQ,MAAM;IACd,IAAI,MAAM;IACV,cAAc,MAAM;IACpB,kBAAkB,MAAM;IACxB,qBAAqB,MAAM;IAC3B,iBAAiB,MAAM;IACvB,oBAAoB,MAAM;IAC1B,4BAA4B,MAAM;IAClC,iBAAiB,MAAM;IACvB,SAAS,MAAM;IACf,mBAAmB,MAAM;IACzB,eAAe,MAAM;IACrB,mBAAmB,MAAM;IACzB,cAAc,MAAM;IACpB,UAAU,MAAM;IAChB,kBAAkB,MAAM;IACxB,cAAc,MAAM;IACpB,uBAAuB,MAAM;CAC9B"}
@@ -1,11 +1,11 @@
1
1
  import { Nullable } from "../base_type";
2
- export type MetaResponse = Nullable<{
2
+ export declare type MetaResponse = Nullable<{
3
3
  totalCount: number;
4
4
  pageCount: number;
5
5
  currentPage: number;
6
6
  perPage: number;
7
7
  }>;
8
- export type DataWithMetaResponse<T> = {
8
+ export declare type DataWithMetaResponse<T> = {
9
9
  data: T;
10
10
  _meta: MetaResponse;
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../src/types/meta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,cAAc,CAAC;AAEtC,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,MAAM,MAAM,oBAAoB,CAAC,CAAC,IAAI;IAClC,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,YAAY,CAAA;CACtB,CAAA"}
1
+ {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../src/types/meta.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,cAAc,CAAC;AAEtC,oBAAY,YAAY,GAAG,QAAQ,CAAC;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC,CAAA;AAEF,oBAAY,oBAAoB,CAAC,CAAC,IAAI;IAClC,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,EAAE,YAAY,CAAA;CACtB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const md5: (inputString: string) => string;
2
+ //# sourceMappingURL=md5.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md5.d.ts","sourceRoot":"","sources":["../../src/utils/md5.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG,gBAAiB,MAAM,WAyCtC,CAAA"}
@@ -0,0 +1,100 @@
1
+ export const md5 = (inputString) => {
2
+ var hc = "0123456789abcdef";
3
+ function rh(n) { var j, s = ""; for (j = 0; j <= 3; j++)
4
+ s += hc.charAt((n >> (j * 8 + 4)) & 0x0F) + hc.charAt((n >> (j * 8)) & 0x0F); return s; }
5
+ function ad(x, y) { var l = (x & 0xFFFF) + (y & 0xFFFF); var m = (x >> 16) + (y >> 16) + (l >> 16); return (m << 16) | (l & 0xFFFF); }
6
+ function rl(n, c) { return (n << c) | (n >>> (32 - c)); }
7
+ function cm(q, a, b, x, s, t) { return ad(rl(ad(ad(a, q), ad(x, t)), s), b); }
8
+ function ff(a, b, c, d, x, s, t) { return cm((b & c) | ((~b) & d), a, b, x, s, t); }
9
+ function gg(a, b, c, d, x, s, t) { return cm((b & d) | (c & (~d)), a, b, x, s, t); }
10
+ function hh(a, b, c, d, x, s, t) { return cm(b ^ c ^ d, a, b, x, s, t); }
11
+ function ii(a, b, c, d, x, s, t) { return cm(c ^ (b | (~d)), a, b, x, s, t); }
12
+ function sb(x) {
13
+ var i;
14
+ var nblk = ((x.length + 8) >> 6) + 1;
15
+ var blks = new Array(nblk * 16);
16
+ for (i = 0; i < nblk * 16; i++)
17
+ blks[i] = 0;
18
+ for (i = 0; i < x.length; i++)
19
+ blks[i >> 2] |= x.charCodeAt(i) << ((i % 4) * 8);
20
+ blks[i >> 2] |= 0x80 << ((i % 4) * 8);
21
+ blks[nblk * 16 - 2] = x.length * 8;
22
+ return blks;
23
+ }
24
+ var i, x = sb("" + inputString), a = 1732584193, b = -271733879, c = -1732584194, d = 271733878, olda, oldb, oldc, oldd;
25
+ for (i = 0; i < x.length; i += 16) {
26
+ olda = a;
27
+ oldb = b;
28
+ oldc = c;
29
+ oldd = d;
30
+ a = ff(a, b, c, d, x[i + 0], 7, -680876936);
31
+ d = ff(d, a, b, c, x[i + 1], 12, -389564586);
32
+ c = ff(c, d, a, b, x[i + 2], 17, 606105819);
33
+ b = ff(b, c, d, a, x[i + 3], 22, -1044525330);
34
+ a = ff(a, b, c, d, x[i + 4], 7, -176418897);
35
+ d = ff(d, a, b, c, x[i + 5], 12, 1200080426);
36
+ c = ff(c, d, a, b, x[i + 6], 17, -1473231341);
37
+ b = ff(b, c, d, a, x[i + 7], 22, -45705983);
38
+ a = ff(a, b, c, d, x[i + 8], 7, 1770035416);
39
+ d = ff(d, a, b, c, x[i + 9], 12, -1958414417);
40
+ c = ff(c, d, a, b, x[i + 10], 17, -42063);
41
+ b = ff(b, c, d, a, x[i + 11], 22, -1990404162);
42
+ a = ff(a, b, c, d, x[i + 12], 7, 1804603682);
43
+ d = ff(d, a, b, c, x[i + 13], 12, -40341101);
44
+ c = ff(c, d, a, b, x[i + 14], 17, -1502002290);
45
+ b = ff(b, c, d, a, x[i + 15], 22, 1236535329);
46
+ a = gg(a, b, c, d, x[i + 1], 5, -165796510);
47
+ d = gg(d, a, b, c, x[i + 6], 9, -1069501632);
48
+ c = gg(c, d, a, b, x[i + 11], 14, 643717713);
49
+ b = gg(b, c, d, a, x[i + 0], 20, -373897302);
50
+ a = gg(a, b, c, d, x[i + 5], 5, -701558691);
51
+ d = gg(d, a, b, c, x[i + 10], 9, 38016083);
52
+ c = gg(c, d, a, b, x[i + 15], 14, -660478335);
53
+ b = gg(b, c, d, a, x[i + 4], 20, -405537848);
54
+ a = gg(a, b, c, d, x[i + 9], 5, 568446438);
55
+ d = gg(d, a, b, c, x[i + 14], 9, -1019803690);
56
+ c = gg(c, d, a, b, x[i + 3], 14, -187363961);
57
+ b = gg(b, c, d, a, x[i + 8], 20, 1163531501);
58
+ a = gg(a, b, c, d, x[i + 13], 5, -1444681467);
59
+ d = gg(d, a, b, c, x[i + 2], 9, -51403784);
60
+ c = gg(c, d, a, b, x[i + 7], 14, 1735328473);
61
+ b = gg(b, c, d, a, x[i + 12], 20, -1926607734);
62
+ a = hh(a, b, c, d, x[i + 5], 4, -378558);
63
+ d = hh(d, a, b, c, x[i + 8], 11, -2022574463);
64
+ c = hh(c, d, a, b, x[i + 11], 16, 1839030562);
65
+ b = hh(b, c, d, a, x[i + 14], 23, -35309556);
66
+ a = hh(a, b, c, d, x[i + 1], 4, -1530992060);
67
+ d = hh(d, a, b, c, x[i + 4], 11, 1272893353);
68
+ c = hh(c, d, a, b, x[i + 7], 16, -155497632);
69
+ b = hh(b, c, d, a, x[i + 10], 23, -1094730640);
70
+ a = hh(a, b, c, d, x[i + 13], 4, 681279174);
71
+ d = hh(d, a, b, c, x[i + 0], 11, -358537222);
72
+ c = hh(c, d, a, b, x[i + 3], 16, -722521979);
73
+ b = hh(b, c, d, a, x[i + 6], 23, 76029189);
74
+ a = hh(a, b, c, d, x[i + 9], 4, -640364487);
75
+ d = hh(d, a, b, c, x[i + 12], 11, -421815835);
76
+ c = hh(c, d, a, b, x[i + 15], 16, 530742520);
77
+ b = hh(b, c, d, a, x[i + 2], 23, -995338651);
78
+ a = ii(a, b, c, d, x[i + 0], 6, -198630844);
79
+ d = ii(d, a, b, c, x[i + 7], 10, 1126891415);
80
+ c = ii(c, d, a, b, x[i + 14], 15, -1416354905);
81
+ b = ii(b, c, d, a, x[i + 5], 21, -57434055);
82
+ a = ii(a, b, c, d, x[i + 12], 6, 1700485571);
83
+ d = ii(d, a, b, c, x[i + 3], 10, -1894986606);
84
+ c = ii(c, d, a, b, x[i + 10], 15, -1051523);
85
+ b = ii(b, c, d, a, x[i + 1], 21, -2054922799);
86
+ a = ii(a, b, c, d, x[i + 8], 6, 1873313359);
87
+ d = ii(d, a, b, c, x[i + 15], 10, -30611744);
88
+ c = ii(c, d, a, b, x[i + 6], 15, -1560198380);
89
+ b = ii(b, c, d, a, x[i + 13], 21, 1309151649);
90
+ a = ii(a, b, c, d, x[i + 4], 6, -145523070);
91
+ d = ii(d, a, b, c, x[i + 11], 10, -1120210379);
92
+ c = ii(c, d, a, b, x[i + 2], 15, 718787259);
93
+ b = ii(b, c, d, a, x[i + 9], 21, -343485551);
94
+ a = ad(a, olda);
95
+ b = ad(b, oldb);
96
+ c = ad(c, oldc);
97
+ d = ad(d, oldd);
98
+ }
99
+ return rh(a) + rh(b) + rh(c) + rh(d);
100
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gap-nodejs-sdk",
3
- "version": "1.0.447",
3
+ "version": "1.0.449",
4
4
  "description": "GCI App Platform Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,6 @@
35
35
  "axios": "^0.27.2",
36
36
  "dayjs": "^1.11.3",
37
37
  "js-file-download": "^0.4.12",
38
- "md5": "^2.3.0",
39
38
  "tslib": "^2.4.0"
40
39
  }
41
40
  }
@@ -1,6 +0,0 @@
1
- /*!
2
- * Determine if an object is a Buffer
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */