eat518 1.0.0

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 (469) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/LICENSE +201 -0
  3. package/README.md +391 -0
  4. package/api-promise.d.mts +2 -0
  5. package/api-promise.d.mts.map +1 -0
  6. package/api-promise.d.ts +2 -0
  7. package/api-promise.d.ts.map +1 -0
  8. package/api-promise.js +6 -0
  9. package/api-promise.js.map +1 -0
  10. package/api-promise.mjs +2 -0
  11. package/api-promise.mjs.map +1 -0
  12. package/client.d.mts +180 -0
  13. package/client.d.mts.map +1 -0
  14. package/client.d.ts +180 -0
  15. package/client.d.ts.map +1 -0
  16. package/client.js +461 -0
  17. package/client.js.map +1 -0
  18. package/client.mjs +457 -0
  19. package/client.mjs.map +1 -0
  20. package/core/api-promise.d.mts +46 -0
  21. package/core/api-promise.d.mts.map +1 -0
  22. package/core/api-promise.d.ts +46 -0
  23. package/core/api-promise.d.ts.map +1 -0
  24. package/core/api-promise.js +74 -0
  25. package/core/api-promise.js.map +1 -0
  26. package/core/api-promise.mjs +70 -0
  27. package/core/api-promise.mjs.map +1 -0
  28. package/core/error.d.mts +46 -0
  29. package/core/error.d.mts.map +1 -0
  30. package/core/error.d.ts +46 -0
  31. package/core/error.d.ts.map +1 -0
  32. package/core/error.js +113 -0
  33. package/core/error.js.map +1 -0
  34. package/core/error.mjs +97 -0
  35. package/core/error.mjs.map +1 -0
  36. package/core/resource.d.mts +6 -0
  37. package/core/resource.d.mts.map +1 -0
  38. package/core/resource.d.ts +6 -0
  39. package/core/resource.d.ts.map +1 -0
  40. package/core/resource.js +11 -0
  41. package/core/resource.js.map +1 -0
  42. package/core/resource.mjs +7 -0
  43. package/core/resource.mjs.map +1 -0
  44. package/core/uploads.d.mts +3 -0
  45. package/core/uploads.d.mts.map +1 -0
  46. package/core/uploads.d.ts +3 -0
  47. package/core/uploads.d.ts.map +1 -0
  48. package/core/uploads.js +6 -0
  49. package/core/uploads.js.map +1 -0
  50. package/core/uploads.mjs +2 -0
  51. package/core/uploads.mjs.map +1 -0
  52. package/error.d.mts +2 -0
  53. package/error.d.mts.map +1 -0
  54. package/error.d.ts +2 -0
  55. package/error.d.ts.map +1 -0
  56. package/error.js +6 -0
  57. package/error.js.map +1 -0
  58. package/error.mjs +2 -0
  59. package/error.mjs.map +1 -0
  60. package/index.d.mts +6 -0
  61. package/index.d.mts.map +1 -0
  62. package/index.d.ts +6 -0
  63. package/index.d.ts.map +1 -0
  64. package/index.js +30 -0
  65. package/index.js.map +1 -0
  66. package/index.mjs +7 -0
  67. package/index.mjs.map +1 -0
  68. package/internal/builtin-types.d.mts +73 -0
  69. package/internal/builtin-types.d.mts.map +1 -0
  70. package/internal/builtin-types.d.ts +73 -0
  71. package/internal/builtin-types.d.ts.map +1 -0
  72. package/internal/builtin-types.js +4 -0
  73. package/internal/builtin-types.js.map +1 -0
  74. package/internal/builtin-types.mjs +3 -0
  75. package/internal/builtin-types.mjs.map +1 -0
  76. package/internal/detect-platform.d.mts +15 -0
  77. package/internal/detect-platform.d.mts.map +1 -0
  78. package/internal/detect-platform.d.ts +15 -0
  79. package/internal/detect-platform.d.ts.map +1 -0
  80. package/internal/detect-platform.js +162 -0
  81. package/internal/detect-platform.js.map +1 -0
  82. package/internal/detect-platform.mjs +157 -0
  83. package/internal/detect-platform.mjs.map +1 -0
  84. package/internal/errors.d.mts +3 -0
  85. package/internal/errors.d.mts.map +1 -0
  86. package/internal/errors.d.ts +3 -0
  87. package/internal/errors.d.ts.map +1 -0
  88. package/internal/errors.js +41 -0
  89. package/internal/errors.js.map +1 -0
  90. package/internal/errors.mjs +36 -0
  91. package/internal/errors.mjs.map +1 -0
  92. package/internal/headers.d.mts +20 -0
  93. package/internal/headers.d.mts.map +1 -0
  94. package/internal/headers.d.ts +20 -0
  95. package/internal/headers.d.ts.map +1 -0
  96. package/internal/headers.js +79 -0
  97. package/internal/headers.js.map +1 -0
  98. package/internal/headers.mjs +74 -0
  99. package/internal/headers.mjs.map +1 -0
  100. package/internal/parse.d.mts +12 -0
  101. package/internal/parse.d.mts.map +1 -0
  102. package/internal/parse.d.ts +12 -0
  103. package/internal/parse.d.ts.map +1 -0
  104. package/internal/parse.js +35 -0
  105. package/internal/parse.js.map +1 -0
  106. package/internal/parse.mjs +32 -0
  107. package/internal/parse.mjs.map +1 -0
  108. package/internal/request-options.d.mts +75 -0
  109. package/internal/request-options.d.mts.map +1 -0
  110. package/internal/request-options.d.ts +75 -0
  111. package/internal/request-options.d.ts.map +1 -0
  112. package/internal/request-options.js +14 -0
  113. package/internal/request-options.js.map +1 -0
  114. package/internal/request-options.mjs +10 -0
  115. package/internal/request-options.mjs.map +1 -0
  116. package/internal/shim-types.d.mts +17 -0
  117. package/internal/shim-types.d.mts.map +1 -0
  118. package/internal/shim-types.d.ts +17 -0
  119. package/internal/shim-types.d.ts.map +1 -0
  120. package/internal/shim-types.js +4 -0
  121. package/internal/shim-types.js.map +1 -0
  122. package/internal/shim-types.mjs +3 -0
  123. package/internal/shim-types.mjs.map +1 -0
  124. package/internal/shims.d.mts +20 -0
  125. package/internal/shims.d.mts.map +1 -0
  126. package/internal/shims.d.ts +20 -0
  127. package/internal/shims.d.ts.map +1 -0
  128. package/internal/shims.js +92 -0
  129. package/internal/shims.js.map +1 -0
  130. package/internal/shims.mjs +85 -0
  131. package/internal/shims.mjs.map +1 -0
  132. package/internal/to-file.d.mts +45 -0
  133. package/internal/to-file.d.mts.map +1 -0
  134. package/internal/to-file.d.ts +45 -0
  135. package/internal/to-file.d.ts.map +1 -0
  136. package/internal/to-file.js +91 -0
  137. package/internal/to-file.js.map +1 -0
  138. package/internal/to-file.mjs +88 -0
  139. package/internal/to-file.mjs.map +1 -0
  140. package/internal/tslib.js +81 -0
  141. package/internal/tslib.mjs +17 -0
  142. package/internal/types.d.mts +69 -0
  143. package/internal/types.d.mts.map +1 -0
  144. package/internal/types.d.ts +69 -0
  145. package/internal/types.d.ts.map +1 -0
  146. package/internal/types.js +4 -0
  147. package/internal/types.js.map +1 -0
  148. package/internal/types.mjs +3 -0
  149. package/internal/types.mjs.map +1 -0
  150. package/internal/uploads.d.mts +42 -0
  151. package/internal/uploads.d.mts.map +1 -0
  152. package/internal/uploads.d.ts +42 -0
  153. package/internal/uploads.d.ts.map +1 -0
  154. package/internal/uploads.js +141 -0
  155. package/internal/uploads.js.map +1 -0
  156. package/internal/uploads.mjs +131 -0
  157. package/internal/uploads.mjs.map +1 -0
  158. package/internal/utils/base64.d.mts +3 -0
  159. package/internal/utils/base64.d.mts.map +1 -0
  160. package/internal/utils/base64.d.ts +3 -0
  161. package/internal/utils/base64.d.ts.map +1 -0
  162. package/internal/utils/base64.js +38 -0
  163. package/internal/utils/base64.js.map +1 -0
  164. package/internal/utils/base64.mjs +33 -0
  165. package/internal/utils/base64.mjs.map +1 -0
  166. package/internal/utils/bytes.d.mts +4 -0
  167. package/internal/utils/bytes.d.mts.map +1 -0
  168. package/internal/utils/bytes.d.ts +4 -0
  169. package/internal/utils/bytes.d.ts.map +1 -0
  170. package/internal/utils/bytes.js +31 -0
  171. package/internal/utils/bytes.js.map +1 -0
  172. package/internal/utils/bytes.mjs +26 -0
  173. package/internal/utils/bytes.mjs.map +1 -0
  174. package/internal/utils/env.d.mts +9 -0
  175. package/internal/utils/env.d.mts.map +1 -0
  176. package/internal/utils/env.d.ts +9 -0
  177. package/internal/utils/env.d.ts.map +1 -0
  178. package/internal/utils/env.js +22 -0
  179. package/internal/utils/env.js.map +1 -0
  180. package/internal/utils/env.mjs +18 -0
  181. package/internal/utils/env.mjs.map +1 -0
  182. package/internal/utils/log.d.mts +37 -0
  183. package/internal/utils/log.d.mts.map +1 -0
  184. package/internal/utils/log.d.ts +37 -0
  185. package/internal/utils/log.d.ts.map +1 -0
  186. package/internal/utils/log.js +85 -0
  187. package/internal/utils/log.js.map +1 -0
  188. package/internal/utils/log.mjs +79 -0
  189. package/internal/utils/log.mjs.map +1 -0
  190. package/internal/utils/path.d.mts +15 -0
  191. package/internal/utils/path.d.mts.map +1 -0
  192. package/internal/utils/path.d.ts +15 -0
  193. package/internal/utils/path.d.ts.map +1 -0
  194. package/internal/utils/path.js +79 -0
  195. package/internal/utils/path.js.map +1 -0
  196. package/internal/utils/path.mjs +74 -0
  197. package/internal/utils/path.mjs.map +1 -0
  198. package/internal/utils/sleep.d.mts +2 -0
  199. package/internal/utils/sleep.d.mts.map +1 -0
  200. package/internal/utils/sleep.d.ts +2 -0
  201. package/internal/utils/sleep.d.ts.map +1 -0
  202. package/internal/utils/sleep.js +7 -0
  203. package/internal/utils/sleep.js.map +1 -0
  204. package/internal/utils/sleep.mjs +3 -0
  205. package/internal/utils/sleep.mjs.map +1 -0
  206. package/internal/utils/uuid.d.mts +5 -0
  207. package/internal/utils/uuid.d.mts.map +1 -0
  208. package/internal/utils/uuid.d.ts +5 -0
  209. package/internal/utils/uuid.d.ts.map +1 -0
  210. package/internal/utils/uuid.js +19 -0
  211. package/internal/utils/uuid.js.map +1 -0
  212. package/internal/utils/uuid.mjs +15 -0
  213. package/internal/utils/uuid.mjs.map +1 -0
  214. package/internal/utils/values.d.mts +18 -0
  215. package/internal/utils/values.d.mts.map +1 -0
  216. package/internal/utils/values.d.ts +18 -0
  217. package/internal/utils/values.d.ts.map +1 -0
  218. package/internal/utils/values.js +112 -0
  219. package/internal/utils/values.js.map +1 -0
  220. package/internal/utils/values.mjs +94 -0
  221. package/internal/utils/values.mjs.map +1 -0
  222. package/internal/utils.d.mts +7 -0
  223. package/internal/utils.d.mts.map +1 -0
  224. package/internal/utils.d.ts +7 -0
  225. package/internal/utils.d.ts.map +1 -0
  226. package/internal/utils.js +11 -0
  227. package/internal/utils.js.map +1 -0
  228. package/internal/utils.mjs +8 -0
  229. package/internal/utils.mjs.map +1 -0
  230. package/package.json +138 -0
  231. package/resource.d.mts +2 -0
  232. package/resource.d.mts.map +1 -0
  233. package/resource.d.ts +2 -0
  234. package/resource.d.ts.map +1 -0
  235. package/resource.js +6 -0
  236. package/resource.js.map +1 -0
  237. package/resource.mjs +2 -0
  238. package/resource.mjs.map +1 -0
  239. package/resources/customer/businesses.d.mts +260 -0
  240. package/resources/customer/businesses.d.mts.map +1 -0
  241. package/resources/customer/businesses.d.ts +260 -0
  242. package/resources/customer/businesses.d.ts.map +1 -0
  243. package/resources/customer/businesses.js +77 -0
  244. package/resources/customer/businesses.js.map +1 -0
  245. package/resources/customer/businesses.mjs +73 -0
  246. package/resources/customer/businesses.mjs.map +1 -0
  247. package/resources/customer/channels.d.mts +34 -0
  248. package/resources/customer/channels.d.mts.map +1 -0
  249. package/resources/customer/channels.d.ts +34 -0
  250. package/resources/customer/channels.d.ts.map +1 -0
  251. package/resources/customer/channels.js +25 -0
  252. package/resources/customer/channels.js.map +1 -0
  253. package/resources/customer/channels.mjs +21 -0
  254. package/resources/customer/channels.mjs.map +1 -0
  255. package/resources/customer/customer.d.mts +151 -0
  256. package/resources/customer/customer.d.mts.map +1 -0
  257. package/resources/customer/customer.d.ts +151 -0
  258. package/resources/customer/customer.d.ts.map +1 -0
  259. package/resources/customer/customer.js +104 -0
  260. package/resources/customer/customer.js.map +1 -0
  261. package/resources/customer/customer.mjs +99 -0
  262. package/resources/customer/customer.mjs.map +1 -0
  263. package/resources/customer/discovery/category.d.mts +84 -0
  264. package/resources/customer/discovery/category.d.mts.map +1 -0
  265. package/resources/customer/discovery/category.d.ts +84 -0
  266. package/resources/customer/discovery/category.d.ts.map +1 -0
  267. package/resources/customer/discovery/category.js +25 -0
  268. package/resources/customer/discovery/category.js.map +1 -0
  269. package/resources/customer/discovery/category.mjs +21 -0
  270. package/resources/customer/discovery/category.mjs.map +1 -0
  271. package/resources/customer/discovery/discovery.d.mts +34 -0
  272. package/resources/customer/discovery/discovery.d.mts.map +1 -0
  273. package/resources/customer/discovery/discovery.d.ts +34 -0
  274. package/resources/customer/discovery/discovery.d.ts.map +1 -0
  275. package/resources/customer/discovery/discovery.js +30 -0
  276. package/resources/customer/discovery/discovery.js.map +1 -0
  277. package/resources/customer/discovery/discovery.mjs +25 -0
  278. package/resources/customer/discovery/discovery.mjs.map +1 -0
  279. package/resources/customer/discovery/index.d.mts +3 -0
  280. package/resources/customer/discovery/index.d.mts.map +1 -0
  281. package/resources/customer/discovery/index.d.ts +3 -0
  282. package/resources/customer/discovery/index.d.ts.map +1 -0
  283. package/resources/customer/discovery/index.js +9 -0
  284. package/resources/customer/discovery/index.js.map +1 -0
  285. package/resources/customer/discovery/index.mjs +4 -0
  286. package/resources/customer/discovery/index.mjs.map +1 -0
  287. package/resources/customer/discovery.d.mts +2 -0
  288. package/resources/customer/discovery.d.mts.map +1 -0
  289. package/resources/customer/discovery.d.ts +2 -0
  290. package/resources/customer/discovery.d.ts.map +1 -0
  291. package/resources/customer/discovery.js +6 -0
  292. package/resources/customer/discovery.js.map +1 -0
  293. package/resources/customer/discovery.mjs +3 -0
  294. package/resources/customer/discovery.mjs.map +1 -0
  295. package/resources/customer/explore.d.mts +59 -0
  296. package/resources/customer/explore.d.mts.map +1 -0
  297. package/resources/customer/explore.d.ts +59 -0
  298. package/resources/customer/explore.d.ts.map +1 -0
  299. package/resources/customer/explore.js +24 -0
  300. package/resources/customer/explore.js.map +1 -0
  301. package/resources/customer/explore.mjs +20 -0
  302. package/resources/customer/explore.mjs.map +1 -0
  303. package/resources/customer/index.d.mts +8 -0
  304. package/resources/customer/index.d.mts.map +1 -0
  305. package/resources/customer/index.d.ts +8 -0
  306. package/resources/customer/index.d.ts.map +1 -0
  307. package/resources/customer/index.js +19 -0
  308. package/resources/customer/index.js.map +1 -0
  309. package/resources/customer/index.mjs +9 -0
  310. package/resources/customer/index.mjs.map +1 -0
  311. package/resources/customer/messaging/conversations/conversations.d.mts +106 -0
  312. package/resources/customer/messaging/conversations/conversations.d.mts.map +1 -0
  313. package/resources/customer/messaging/conversations/conversations.d.ts +106 -0
  314. package/resources/customer/messaging/conversations/conversations.d.ts.map +1 -0
  315. package/resources/customer/messaging/conversations/conversations.js +77 -0
  316. package/resources/customer/messaging/conversations/conversations.js.map +1 -0
  317. package/resources/customer/messaging/conversations/conversations.mjs +72 -0
  318. package/resources/customer/messaging/conversations/conversations.mjs.map +1 -0
  319. package/resources/customer/messaging/conversations/index.d.mts +3 -0
  320. package/resources/customer/messaging/conversations/index.d.mts.map +1 -0
  321. package/resources/customer/messaging/conversations/index.d.ts +3 -0
  322. package/resources/customer/messaging/conversations/index.d.ts.map +1 -0
  323. package/resources/customer/messaging/conversations/index.js +9 -0
  324. package/resources/customer/messaging/conversations/index.js.map +1 -0
  325. package/resources/customer/messaging/conversations/index.mjs +4 -0
  326. package/resources/customer/messaging/conversations/index.mjs.map +1 -0
  327. package/resources/customer/messaging/conversations/messages.d.mts +117 -0
  328. package/resources/customer/messaging/conversations/messages.d.mts.map +1 -0
  329. package/resources/customer/messaging/conversations/messages.d.ts +117 -0
  330. package/resources/customer/messaging/conversations/messages.d.ts.map +1 -0
  331. package/resources/customer/messaging/conversations/messages.js +79 -0
  332. package/resources/customer/messaging/conversations/messages.js.map +1 -0
  333. package/resources/customer/messaging/conversations/messages.mjs +75 -0
  334. package/resources/customer/messaging/conversations/messages.mjs.map +1 -0
  335. package/resources/customer/messaging/conversations.d.mts +2 -0
  336. package/resources/customer/messaging/conversations.d.mts.map +1 -0
  337. package/resources/customer/messaging/conversations.d.ts +2 -0
  338. package/resources/customer/messaging/conversations.d.ts.map +1 -0
  339. package/resources/customer/messaging/conversations.js +6 -0
  340. package/resources/customer/messaging/conversations.js.map +1 -0
  341. package/resources/customer/messaging/conversations.mjs +3 -0
  342. package/resources/customer/messaging/conversations.mjs.map +1 -0
  343. package/resources/customer/messaging/index.d.mts +3 -0
  344. package/resources/customer/messaging/index.d.mts.map +1 -0
  345. package/resources/customer/messaging/index.d.ts +3 -0
  346. package/resources/customer/messaging/index.d.ts.map +1 -0
  347. package/resources/customer/messaging/index.js +9 -0
  348. package/resources/customer/messaging/index.js.map +1 -0
  349. package/resources/customer/messaging/index.mjs +4 -0
  350. package/resources/customer/messaging/index.mjs.map +1 -0
  351. package/resources/customer/messaging/messaging.d.mts +10 -0
  352. package/resources/customer/messaging/messaging.d.mts.map +1 -0
  353. package/resources/customer/messaging/messaging.d.ts +10 -0
  354. package/resources/customer/messaging/messaging.d.ts.map +1 -0
  355. package/resources/customer/messaging/messaging.js +17 -0
  356. package/resources/customer/messaging/messaging.js.map +1 -0
  357. package/resources/customer/messaging/messaging.mjs +12 -0
  358. package/resources/customer/messaging/messaging.mjs.map +1 -0
  359. package/resources/customer/messaging.d.mts +2 -0
  360. package/resources/customer/messaging.d.mts.map +1 -0
  361. package/resources/customer/messaging.d.ts +2 -0
  362. package/resources/customer/messaging.d.ts.map +1 -0
  363. package/resources/customer/messaging.js +6 -0
  364. package/resources/customer/messaging.js.map +1 -0
  365. package/resources/customer/messaging.mjs +3 -0
  366. package/resources/customer/messaging.mjs.map +1 -0
  367. package/resources/customer/tokens.d.mts +43 -0
  368. package/resources/customer/tokens.d.mts.map +1 -0
  369. package/resources/customer/tokens.d.ts +43 -0
  370. package/resources/customer/tokens.d.ts.map +1 -0
  371. package/resources/customer/tokens.js +34 -0
  372. package/resources/customer/tokens.js.map +1 -0
  373. package/resources/customer/tokens.mjs +30 -0
  374. package/resources/customer/tokens.mjs.map +1 -0
  375. package/resources/customer.d.mts +2 -0
  376. package/resources/customer.d.mts.map +1 -0
  377. package/resources/customer.d.ts +2 -0
  378. package/resources/customer.d.ts.map +1 -0
  379. package/resources/customer.js +6 -0
  380. package/resources/customer.js.map +1 -0
  381. package/resources/customer.mjs +3 -0
  382. package/resources/customer.mjs.map +1 -0
  383. package/resources/index.d.mts +2 -0
  384. package/resources/index.d.mts.map +1 -0
  385. package/resources/index.d.ts +2 -0
  386. package/resources/index.d.ts.map +1 -0
  387. package/resources/index.js +7 -0
  388. package/resources/index.js.map +1 -0
  389. package/resources/index.mjs +3 -0
  390. package/resources/index.mjs.map +1 -0
  391. package/resources.d.mts +2 -0
  392. package/resources.d.mts.map +1 -0
  393. package/resources.d.ts +2 -0
  394. package/resources.d.ts.map +1 -0
  395. package/resources.js +5 -0
  396. package/resources.js.map +1 -0
  397. package/resources.mjs +2 -0
  398. package/resources.mjs.map +1 -0
  399. package/src/api-promise.ts +2 -0
  400. package/src/client.ts +748 -0
  401. package/src/core/README.md +3 -0
  402. package/src/core/api-promise.ts +92 -0
  403. package/src/core/error.ts +130 -0
  404. package/src/core/resource.ts +11 -0
  405. package/src/core/uploads.ts +2 -0
  406. package/src/error.ts +2 -0
  407. package/src/index.ts +22 -0
  408. package/src/internal/README.md +3 -0
  409. package/src/internal/builtin-types.ts +93 -0
  410. package/src/internal/detect-platform.ts +196 -0
  411. package/src/internal/errors.ts +33 -0
  412. package/src/internal/headers.ts +97 -0
  413. package/src/internal/parse.ts +50 -0
  414. package/src/internal/request-options.ts +91 -0
  415. package/src/internal/shim-types.ts +26 -0
  416. package/src/internal/shims.ts +107 -0
  417. package/src/internal/to-file.ts +154 -0
  418. package/src/internal/types.ts +95 -0
  419. package/src/internal/uploads.ts +187 -0
  420. package/src/internal/utils/base64.ts +40 -0
  421. package/src/internal/utils/bytes.ts +32 -0
  422. package/src/internal/utils/env.ts +18 -0
  423. package/src/internal/utils/log.ts +126 -0
  424. package/src/internal/utils/path.ts +88 -0
  425. package/src/internal/utils/sleep.ts +3 -0
  426. package/src/internal/utils/uuid.ts +17 -0
  427. package/src/internal/utils/values.ts +105 -0
  428. package/src/internal/utils.ts +8 -0
  429. package/src/lib/.keep +4 -0
  430. package/src/resource.ts +2 -0
  431. package/src/resources/customer/businesses.ts +397 -0
  432. package/src/resources/customer/channels.ts +45 -0
  433. package/src/resources/customer/customer.ts +249 -0
  434. package/src/resources/customer/discovery/category.ts +127 -0
  435. package/src/resources/customer/discovery/discovery.ts +51 -0
  436. package/src/resources/customer/discovery/index.ts +4 -0
  437. package/src/resources/customer/discovery.ts +3 -0
  438. package/src/resources/customer/explore.ts +87 -0
  439. package/src/resources/customer/index.ts +33 -0
  440. package/src/resources/customer/messaging/conversations/conversations.ts +173 -0
  441. package/src/resources/customer/messaging/conversations/index.ts +21 -0
  442. package/src/resources/customer/messaging/conversations/messages.ts +184 -0
  443. package/src/resources/customer/messaging/conversations.ts +3 -0
  444. package/src/resources/customer/messaging/index.ts +12 -0
  445. package/src/resources/customer/messaging/messaging.ts +31 -0
  446. package/src/resources/customer/messaging.ts +3 -0
  447. package/src/resources/customer/tokens.ts +58 -0
  448. package/src/resources/customer.ts +3 -0
  449. package/src/resources/index.ts +14 -0
  450. package/src/resources.ts +1 -0
  451. package/src/tsconfig.json +11 -0
  452. package/src/uploads.ts +2 -0
  453. package/src/version.ts +1 -0
  454. package/uploads.d.mts +2 -0
  455. package/uploads.d.mts.map +1 -0
  456. package/uploads.d.ts +2 -0
  457. package/uploads.d.ts.map +1 -0
  458. package/uploads.js +6 -0
  459. package/uploads.js.map +1 -0
  460. package/uploads.mjs +2 -0
  461. package/uploads.mjs.map +1 -0
  462. package/version.d.mts +2 -0
  463. package/version.d.mts.map +1 -0
  464. package/version.d.ts +2 -0
  465. package/version.d.ts.map +1 -0
  466. package/version.js +5 -0
  467. package/version.js.map +1 -0
  468. package/version.mjs +2 -0
  469. package/version.mjs.map +1 -0
@@ -0,0 +1,84 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as BusinessesAPI from "../businesses.js";
3
+ import { APIPromise } from "../../../core/api-promise.js";
4
+ import { RequestOptions } from "../../../internal/request-options.js";
5
+ export declare class Category extends APIResource {
6
+ /**
7
+ * Retrieve businesses for a specific category with pagination support. Results are
8
+ * optimized for list display.
9
+ *
10
+ * @example
11
+ * ```ts
12
+ * const response =
13
+ * await client.customer.discovery.category.getBusinesses(
14
+ * 'restaurant',
15
+ * );
16
+ * ```
17
+ */
18
+ getBusinesses(category: string, query?: CategoryGetBusinessesParams | null | undefined, options?: RequestOptions): APIPromise<CategoryGetBusinessesResponse>;
19
+ }
20
+ export interface CategoryGetBusinessesResponse {
21
+ data: CategoryGetBusinessesResponse.Data;
22
+ }
23
+ export declare namespace CategoryGetBusinessesResponse {
24
+ interface Data {
25
+ businesses: Array<Data.Business>;
26
+ category: string;
27
+ filters: Data.Filters;
28
+ pagination: BusinessesAPI.Pagination;
29
+ }
30
+ namespace Data {
31
+ interface Business {
32
+ id: string;
33
+ badges: Business.Badges;
34
+ bio: string;
35
+ category: string;
36
+ created_at: string;
37
+ description: string;
38
+ handle: string;
39
+ has_bulletins: string;
40
+ latest_bulletin: Business.LatestBulletin | null;
41
+ location: Business.Location;
42
+ logo: string;
43
+ name: string;
44
+ photos: string;
45
+ }
46
+ namespace Business {
47
+ interface Badges {
48
+ founding_partner: string;
49
+ staff_pick: string;
50
+ }
51
+ interface LatestBulletin {
52
+ content: string;
53
+ published_at: string;
54
+ title: string;
55
+ }
56
+ interface Location {
57
+ city: string;
58
+ state: string;
59
+ }
60
+ }
61
+ interface Filters {
62
+ category: string;
63
+ search: string;
64
+ }
65
+ }
66
+ }
67
+ export interface CategoryGetBusinessesParams {
68
+ /**
69
+ * Page number for pagination
70
+ */
71
+ page?: number;
72
+ /**
73
+ * Number of businesses per page
74
+ */
75
+ per_page?: number;
76
+ /**
77
+ * Search term for business name or description
78
+ */
79
+ search?: string;
80
+ }
81
+ export declare namespace Category {
82
+ export { type CategoryGetBusinessesResponse as CategoryGetBusinessesResponse, type CategoryGetBusinessesParams as CategoryGetBusinessesParams, };
83
+ }
84
+ //# sourceMappingURL=category.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../src/resources/customer/discovery/category.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,aAAa;OAClB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,QAAQ,EAAE,MAAM,EAChB,KAAK,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;CAG7C;AAED,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,6BAA6B,CAAC,IAAI,CAAC;CAC1C;AAED,yBAAiB,6BAA6B,CAAC;IAC7C,UAAiB,IAAI;QACnB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAEjC,QAAQ,EAAE,MAAM,CAAC;QAEjB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QAEtB,UAAU,EAAE,aAAa,CAAC,UAAU,CAAC;KACtC;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,QAAQ;YACvB,EAAE,EAAE,MAAM,CAAC;YAEX,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC;YAExB,GAAG,EAAE,MAAM,CAAC;YAEZ,QAAQ,EAAE,MAAM,CAAC;YAEjB,UAAU,EAAE,MAAM,CAAC;YAEnB,WAAW,EAAE,MAAM,CAAC;YAEpB,MAAM,EAAE,MAAM,CAAC;YAEf,aAAa,EAAE,MAAM,CAAC;YAEtB,eAAe,EAAE,QAAQ,CAAC,cAAc,GAAG,IAAI,CAAC;YAEhD,QAAQ,EAAE,QAAQ,CAAC,QAAQ,CAAC;YAE5B,IAAI,EAAE,MAAM,CAAC;YAEb,IAAI,EAAE,MAAM,CAAC;YAEb,MAAM,EAAE,MAAM,CAAC;SAChB;QAED,UAAiB,QAAQ,CAAC;YACxB,UAAiB,MAAM;gBACrB,gBAAgB,EAAE,MAAM,CAAC;gBAEzB,UAAU,EAAE,MAAM,CAAC;aACpB;YAED,UAAiB,cAAc;gBAC7B,OAAO,EAAE,MAAM,CAAC;gBAEhB,YAAY,EAAE,MAAM,CAAC;gBAErB,KAAK,EAAE,MAAM,CAAC;aACf;YAED,UAAiB,QAAQ;gBACvB,IAAI,EAAE,MAAM,CAAC;gBAEb,KAAK,EAAE,MAAM,CAAC;aACf;SACF;QAED,UAAiB,OAAO;YACtB,QAAQ,EAAE,MAAM,CAAC;YAEjB,MAAM,EAAE,MAAM,CAAC;SAChB;KACF;CACF;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Category = void 0;
5
+ const resource_1 = require("../../../core/resource.js");
6
+ const path_1 = require("../../../internal/utils/path.js");
7
+ class Category extends resource_1.APIResource {
8
+ /**
9
+ * Retrieve businesses for a specific category with pagination support. Results are
10
+ * optimized for list display.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const response =
15
+ * await client.customer.discovery.category.getBusinesses(
16
+ * 'restaurant',
17
+ * );
18
+ * ```
19
+ */
20
+ getBusinesses(category, query = {}, options) {
21
+ return this._client.get((0, path_1.path) `/customer/discovery/category/${category}/businesses`, { query, ...options });
22
+ }
23
+ }
24
+ exports.Category = Category;
25
+ //# sourceMappingURL=category.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.js","sourceRoot":"","sources":["../../../src/resources/customer/discovery/category.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAIrD,0DAAoD;AAEpD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,QAAgB,EAChB,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,gCAAgC,QAAQ,aAAa,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;CACF;AApBD,4BAoBC"}
@@ -0,0 +1,21 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import { path } from "../../../internal/utils/path.mjs";
4
+ export class Category extends APIResource {
5
+ /**
6
+ * Retrieve businesses for a specific category with pagination support. Results are
7
+ * optimized for list display.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const response =
12
+ * await client.customer.discovery.category.getBusinesses(
13
+ * 'restaurant',
14
+ * );
15
+ * ```
16
+ */
17
+ getBusinesses(category, query = {}, options) {
18
+ return this._client.get(path `/customer/discovery/category/${category}/businesses`, { query, ...options });
19
+ }
20
+ }
21
+ //# sourceMappingURL=category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.mjs","sourceRoot":"","sources":["../../../src/resources/customer/discovery/category.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,QAAgB,EAChB,QAAwD,EAAE,EAC1D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,gCAAgC,QAAQ,aAAa,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;CACF"}
@@ -0,0 +1,34 @@
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import * as CategoryAPI from "./category.mjs";
3
+ import { Category, CategoryGetBusinessesParams, CategoryGetBusinessesResponse } from "./category.mjs";
4
+ import { APIPromise } from "../../../core/api-promise.mjs";
5
+ import { RequestOptions } from "../../../internal/request-options.mjs";
6
+ export declare class Discovery extends APIResource {
7
+ category: CategoryAPI.Category;
8
+ /**
9
+ * Retrieve a list of all business categories that have businesses. This endpoint
10
+ * is used to populate category filters and navigation.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const response =
15
+ * await client.customer.discovery.listCategories();
16
+ * ```
17
+ */
18
+ listCategories(options?: RequestOptions): APIPromise<DiscoveryListCategoriesResponse>;
19
+ }
20
+ export interface DiscoveryListCategoriesResponse {
21
+ data: DiscoveryListCategoriesResponse.Data;
22
+ }
23
+ export declare namespace DiscoveryListCategoriesResponse {
24
+ interface Data {
25
+ business_count: string;
26
+ label: string;
27
+ value: string;
28
+ }
29
+ }
30
+ export declare namespace Discovery {
31
+ export { type DiscoveryListCategoriesResponse as DiscoveryListCategoriesResponse };
32
+ export { Category as Category, type CategoryGetBusinessesResponse as CategoryGetBusinessesResponse, type CategoryGetBusinessesParams as CategoryGetBusinessesParams, };
33
+ }
34
+ //# sourceMappingURL=discovery.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.d.mts","sourceRoot":"","sources":["../../../src/resources/customer/discovery/discovery.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE,2BAA2B,EAAE,6BAA6B,EAAE;OACxE,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IAExE;;;;;;;;;OASG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,+BAA+B,CAAC;CAGtF;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,+BAA+B,CAAC,IAAI,CAAC;CAC5C;AAED,yBAAiB,+BAA+B,CAAC;IAC/C,UAAiB,IAAI;QACnB,cAAc,EAAE,MAAM,CAAC;QAEvB,KAAK,EAAE,MAAM,CAAC;QAEd,KAAK,EAAE,MAAM,CAAC;KACf;CACF;AAID,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EAAE,KAAK,+BAA+B,IAAI,+BAA+B,EAAE,CAAC;IAEnF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
@@ -0,0 +1,34 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as CategoryAPI from "./category.js";
3
+ import { Category, CategoryGetBusinessesParams, CategoryGetBusinessesResponse } from "./category.js";
4
+ import { APIPromise } from "../../../core/api-promise.js";
5
+ import { RequestOptions } from "../../../internal/request-options.js";
6
+ export declare class Discovery extends APIResource {
7
+ category: CategoryAPI.Category;
8
+ /**
9
+ * Retrieve a list of all business categories that have businesses. This endpoint
10
+ * is used to populate category filters and navigation.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const response =
15
+ * await client.customer.discovery.listCategories();
16
+ * ```
17
+ */
18
+ listCategories(options?: RequestOptions): APIPromise<DiscoveryListCategoriesResponse>;
19
+ }
20
+ export interface DiscoveryListCategoriesResponse {
21
+ data: DiscoveryListCategoriesResponse.Data;
22
+ }
23
+ export declare namespace DiscoveryListCategoriesResponse {
24
+ interface Data {
25
+ business_count: string;
26
+ label: string;
27
+ value: string;
28
+ }
29
+ }
30
+ export declare namespace Discovery {
31
+ export { type DiscoveryListCategoriesResponse as DiscoveryListCategoriesResponse };
32
+ export { Category as Category, type CategoryGetBusinessesResponse as CategoryGetBusinessesResponse, type CategoryGetBusinessesParams as CategoryGetBusinessesParams, };
33
+ }
34
+ //# sourceMappingURL=discovery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../../src/resources/customer/discovery/discovery.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE,2BAA2B,EAAE,6BAA6B,EAAE;OACxE,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IAExE;;;;;;;;;OASG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,+BAA+B,CAAC;CAGtF;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,+BAA+B,CAAC,IAAI,CAAC;CAC5C;AAED,yBAAiB,+BAA+B,CAAC;IAC/C,UAAiB,IAAI;QACnB,cAAc,EAAE,MAAM,CAAC;QAEvB,KAAK,EAAE,MAAM,CAAC;QAEd,KAAK,EAAE,MAAM,CAAC;KACf;CACF;AAID,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EAAE,KAAK,+BAA+B,IAAI,+BAA+B,EAAE,CAAC;IAEnF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Discovery = void 0;
5
+ const tslib_1 = require("../../../internal/tslib.js");
6
+ const resource_1 = require("../../../core/resource.js");
7
+ const CategoryAPI = tslib_1.__importStar(require("./category.js"));
8
+ const category_1 = require("./category.js");
9
+ class Discovery extends resource_1.APIResource {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.category = new CategoryAPI.Category(this._client);
13
+ }
14
+ /**
15
+ * Retrieve a list of all business categories that have businesses. This endpoint
16
+ * is used to populate category filters and navigation.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const response =
21
+ * await client.customer.discovery.listCategories();
22
+ * ```
23
+ */
24
+ listCategories(options) {
25
+ return this._client.get('/customer/discovery/categories', options);
26
+ }
27
+ }
28
+ exports.Discovery = Discovery;
29
+ Discovery.Category = category_1.Category;
30
+ //# sourceMappingURL=discovery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.js","sourceRoot":"","sources":["../../../src/resources/customer/discovery/discovery.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,mEAA0C;AAC1C,4CAAkG;AAIlG,MAAa,SAAU,SAAQ,sBAAW;IAA1C;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAe1E,CAAC;IAbC;;;;;;;;;OASG;IACH,cAAc,CAAC,OAAwB;QACrC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CACF;AAhBD,8BAgBC;AAgBD,SAAS,CAAC,QAAQ,GAAG,mBAAQ,CAAC"}
@@ -0,0 +1,25 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import * as CategoryAPI from "./category.mjs";
4
+ import { Category } from "./category.mjs";
5
+ export class Discovery extends APIResource {
6
+ constructor() {
7
+ super(...arguments);
8
+ this.category = new CategoryAPI.Category(this._client);
9
+ }
10
+ /**
11
+ * Retrieve a list of all business categories that have businesses. This endpoint
12
+ * is used to populate category filters and navigation.
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * const response =
17
+ * await client.customer.discovery.listCategories();
18
+ * ```
19
+ */
20
+ listCategories(options) {
21
+ return this._client.get('/customer/discovery/categories', options);
22
+ }
23
+ }
24
+ Discovery.Category = Category;
25
+ //# sourceMappingURL=discovery.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.mjs","sourceRoot":"","sources":["../../../src/resources/customer/discovery/discovery.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAAE,QAAQ,EAA8D;AAI/E,MAAM,OAAO,SAAU,SAAQ,WAAW;IAA1C;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAe1E,CAAC;IAbC;;;;;;;;;OASG;IACH,cAAc,CAAC,OAAwB;QACrC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CACF;AAgBD,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Category, type CategoryGetBusinessesResponse, type CategoryGetBusinessesParams } from "./category.mjs";
2
+ export { Discovery, type DiscoveryListCategoriesResponse } from "./discovery.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/customer/discovery/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,KAAK,6BAA6B,EAAE,KAAK,2BAA2B,EAAE;OAClF,EAAE,SAAS,EAAE,KAAK,+BAA+B,EAAE"}
@@ -0,0 +1,3 @@
1
+ export { Category, type CategoryGetBusinessesResponse, type CategoryGetBusinessesParams } from "./category.js";
2
+ export { Discovery, type DiscoveryListCategoriesResponse } from "./discovery.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/customer/discovery/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,KAAK,6BAA6B,EAAE,KAAK,2BAA2B,EAAE;OAClF,EAAE,SAAS,EAAE,KAAK,+BAA+B,EAAE"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Discovery = exports.Category = void 0;
5
+ var category_1 = require("./category.js");
6
+ Object.defineProperty(exports, "Category", { enumerable: true, get: function () { return category_1.Category; } });
7
+ var discovery_1 = require("./discovery.js");
8
+ Object.defineProperty(exports, "Discovery", { enumerable: true, get: function () { return discovery_1.Discovery; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/customer/discovery/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAA4G;AAAnG,oGAAA,QAAQ,OAAA;AACjB,4CAA8E;AAArE,sGAAA,SAAS,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Category } from "./category.mjs";
3
+ export { Discovery } from "./discovery.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/customer/discovery/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,QAAQ,EAAwE;OAClF,EAAE,SAAS,EAAwC"}
@@ -0,0 +1,2 @@
1
+ export * from "./discovery/index.mjs";
2
+ //# sourceMappingURL=discovery.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.d.mts","sourceRoot":"","sources":["../../src/resources/customer/discovery.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./discovery/index.js";
2
+ //# sourceMappingURL=discovery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/resources/customer/discovery.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("../../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./discovery/index.js"), exports);
6
+ //# sourceMappingURL=discovery.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.js","sourceRoot":"","sources":["../../src/resources/customer/discovery.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,+DAAkC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./discovery/index.mjs";
3
+ //# sourceMappingURL=discovery.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discovery.mjs","sourceRoot":"","sources":["../../src/resources/customer/discovery.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,59 @@
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import { APIPromise } from "../../core/api-promise.mjs";
3
+ import { RequestOptions } from "../../internal/request-options.mjs";
4
+ export declare class Explore extends APIResource {
5
+ /**
6
+ * Retrieve businesses within the specified map bounds for map view. Results are
7
+ * optimized for map display with essential business information.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const response =
12
+ * await client.customer.explore.listBusinesses({
13
+ * bounds: 'bounds',
14
+ * });
15
+ * ```
16
+ */
17
+ listBusinesses(query: ExploreListBusinessesParams, options?: RequestOptions): APIPromise<ExploreListBusinessesResponse>;
18
+ }
19
+ export interface ExploreListBusinessesResponse {
20
+ data: ExploreListBusinessesResponse.Data;
21
+ }
22
+ export declare namespace ExploreListBusinessesResponse {
23
+ interface Data {
24
+ bounds: Data.Bounds;
25
+ businesses: Array<Data.Business>;
26
+ }
27
+ namespace Data {
28
+ interface Bounds {
29
+ east: string;
30
+ north: string;
31
+ south: string;
32
+ west: string;
33
+ }
34
+ interface Business {
35
+ id: string;
36
+ category: string;
37
+ handle: string;
38
+ has_bulletins: string;
39
+ latitude: number | null;
40
+ logo: string;
41
+ longitude: number | null;
42
+ name: string;
43
+ }
44
+ }
45
+ }
46
+ export interface ExploreListBusinessesParams {
47
+ /**
48
+ * Map bounds in format "north,south,east,west"
49
+ */
50
+ bounds: string;
51
+ /**
52
+ * Map zoom level for optimization
53
+ */
54
+ zoom_level?: number;
55
+ }
56
+ export declare namespace Explore {
57
+ export { type ExploreListBusinessesResponse as ExploreListBusinessesResponse, type ExploreListBusinessesParams as ExploreListBusinessesParams, };
58
+ }
59
+ //# sourceMappingURL=explore.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.d.mts","sourceRoot":"","sources":["../../src/resources/customer/explore.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,KAAK,EAAE,2BAA2B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;CAG7C;AAED,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,6BAA6B,CAAC,IAAI,CAAC;CAC1C;AAED,yBAAiB,6BAA6B,CAAC;IAC7C,UAAiB,IAAI;QACnB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QAEpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAClC;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,MAAM;YACrB,IAAI,EAAE,MAAM,CAAC;YAEb,KAAK,EAAE,MAAM,CAAC;YAEd,KAAK,EAAE,MAAM,CAAC;YAEd,IAAI,EAAE,MAAM,CAAC;SACd;QAED,UAAiB,QAAQ;YACvB,EAAE,EAAE,MAAM,CAAC;YAEX,QAAQ,EAAE,MAAM,CAAC;YAEjB,MAAM,EAAE,MAAM,CAAC;YAEf,aAAa,EAAE,MAAM,CAAC;YAEtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;YAExB,IAAI,EAAE,MAAM,CAAC;YAEb,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;YAEzB,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
@@ -0,0 +1,59 @@
1
+ import { APIResource } from "../../core/resource.js";
2
+ import { APIPromise } from "../../core/api-promise.js";
3
+ import { RequestOptions } from "../../internal/request-options.js";
4
+ export declare class Explore extends APIResource {
5
+ /**
6
+ * Retrieve businesses within the specified map bounds for map view. Results are
7
+ * optimized for map display with essential business information.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const response =
12
+ * await client.customer.explore.listBusinesses({
13
+ * bounds: 'bounds',
14
+ * });
15
+ * ```
16
+ */
17
+ listBusinesses(query: ExploreListBusinessesParams, options?: RequestOptions): APIPromise<ExploreListBusinessesResponse>;
18
+ }
19
+ export interface ExploreListBusinessesResponse {
20
+ data: ExploreListBusinessesResponse.Data;
21
+ }
22
+ export declare namespace ExploreListBusinessesResponse {
23
+ interface Data {
24
+ bounds: Data.Bounds;
25
+ businesses: Array<Data.Business>;
26
+ }
27
+ namespace Data {
28
+ interface Bounds {
29
+ east: string;
30
+ north: string;
31
+ south: string;
32
+ west: string;
33
+ }
34
+ interface Business {
35
+ id: string;
36
+ category: string;
37
+ handle: string;
38
+ has_bulletins: string;
39
+ latitude: number | null;
40
+ logo: string;
41
+ longitude: number | null;
42
+ name: string;
43
+ }
44
+ }
45
+ }
46
+ export interface ExploreListBusinessesParams {
47
+ /**
48
+ * Map bounds in format "north,south,east,west"
49
+ */
50
+ bounds: string;
51
+ /**
52
+ * Map zoom level for optimization
53
+ */
54
+ zoom_level?: number;
55
+ }
56
+ export declare namespace Explore {
57
+ export { type ExploreListBusinessesResponse as ExploreListBusinessesResponse, type ExploreListBusinessesParams as ExploreListBusinessesParams, };
58
+ }
59
+ //# sourceMappingURL=explore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.d.ts","sourceRoot":"","sources":["../../src/resources/customer/explore.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,KAAK,EAAE,2BAA2B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;CAG7C;AAED,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,6BAA6B,CAAC,IAAI,CAAC;CAC1C;AAED,yBAAiB,6BAA6B,CAAC;IAC7C,UAAiB,IAAI;QACnB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QAEpB,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAClC;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,MAAM;YACrB,IAAI,EAAE,MAAM,CAAC;YAEb,KAAK,EAAE,MAAM,CAAC;YAEd,KAAK,EAAE,MAAM,CAAC;YAEd,IAAI,EAAE,MAAM,CAAC;SACd;QAED,UAAiB,QAAQ;YACvB,EAAE,EAAE,MAAM,CAAC;YAEX,QAAQ,EAAE,MAAM,CAAC;YAEjB,MAAM,EAAE,MAAM,CAAC;YAEf,aAAa,EAAE,MAAM,CAAC;YAEtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;YAExB,IAAI,EAAE,MAAM,CAAC;YAEb,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;YAEzB,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Explore = void 0;
5
+ const resource_1 = require("../../core/resource.js");
6
+ class Explore extends resource_1.APIResource {
7
+ /**
8
+ * Retrieve businesses within the specified map bounds for map view. Results are
9
+ * optimized for map display with essential business information.
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * const response =
14
+ * await client.customer.explore.listBusinesses({
15
+ * bounds: 'bounds',
16
+ * });
17
+ * ```
18
+ */
19
+ listBusinesses(query, options) {
20
+ return this._client.get('/customer/explore/businesses', { query, ...options });
21
+ }
22
+ }
23
+ exports.Explore = Explore;
24
+ //# sourceMappingURL=explore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.js","sourceRoot":"","sources":["../../src/resources/customer/explore.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAIlD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,KAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF;AAnBD,0BAmBC"}
@@ -0,0 +1,20 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ export class Explore extends APIResource {
4
+ /**
5
+ * Retrieve businesses within the specified map bounds for map view. Results are
6
+ * optimized for map display with essential business information.
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * const response =
11
+ * await client.customer.explore.listBusinesses({
12
+ * bounds: 'bounds',
13
+ * });
14
+ * ```
15
+ */
16
+ listBusinesses(query, options) {
17
+ return this._client.get('/customer/explore/businesses', { query, ...options });
18
+ }
19
+ }
20
+ //# sourceMappingURL=explore.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.mjs","sourceRoot":"","sources":["../../src/resources/customer/explore.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,KAAkC,EAClC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;CACF"}
@@ -0,0 +1,8 @@
1
+ export { Businesses, type Image, type Pagination, type BusinessGetBulletinsResponse, type BusinessGetEventsResponse, type BusinessGetMenusResponse, type BusinessGetPhotosResponse, type BusinessRetrieveProfileResponse, type BusinessGetBulletinsParams, type BusinessGetEventsParams, type BusinessGetMenusParams, type BusinessGetPhotosParams, } from "./businesses.mjs";
2
+ export { Channels, type ChannelAuthenticateResponse, type ChannelAuthenticateParams } from "./channels.mjs";
3
+ export { Customer, type LoginResponse, type User, type CustomerLoginResponse, type CustomerLogoutResponse, type CustomerLogoutAllResponse, type CustomerRegisterResponse, type CustomerRetrieveUserResponse, type CustomerLoginParams, type CustomerRegisterParams, } from "./customer.mjs";
4
+ export { Discovery, type DiscoveryListCategoriesResponse } from "./discovery/index.mjs";
5
+ export { Explore, type ExploreListBusinessesResponse, type ExploreListBusinessesParams } from "./explore.mjs";
6
+ export { Messaging } from "./messaging/index.mjs";
7
+ export { Tokens, type TokenListResponse, type TokenRevokeResponse } from "./tokens.mjs";
8
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/customer/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,KAAK,EACV,KAAK,UAAU,EACf,KAAK,4BAA4B,EACjC,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B;OACM,EAAE,QAAQ,EAAE,KAAK,2BAA2B,EAAE,KAAK,yBAAyB,EAAE;OAC9E,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,IAAI,EACT,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,GAC5B;OACM,EAAE,SAAS,EAAE,KAAK,+BAA+B,EAAE;OACnD,EAAE,OAAO,EAAE,KAAK,6BAA6B,EAAE,KAAK,2BAA2B,EAAE;OACjF,EAAE,SAAS,EAAE;OACb,EAAE,MAAM,EAAE,KAAK,iBAAiB,EAAE,KAAK,mBAAmB,EAAE"}
@@ -0,0 +1,8 @@
1
+ export { Businesses, type Image, type Pagination, type BusinessGetBulletinsResponse, type BusinessGetEventsResponse, type BusinessGetMenusResponse, type BusinessGetPhotosResponse, type BusinessRetrieveProfileResponse, type BusinessGetBulletinsParams, type BusinessGetEventsParams, type BusinessGetMenusParams, type BusinessGetPhotosParams, } from "./businesses.js";
2
+ export { Channels, type ChannelAuthenticateResponse, type ChannelAuthenticateParams } from "./channels.js";
3
+ export { Customer, type LoginResponse, type User, type CustomerLoginResponse, type CustomerLogoutResponse, type CustomerLogoutAllResponse, type CustomerRegisterResponse, type CustomerRetrieveUserResponse, type CustomerLoginParams, type CustomerRegisterParams, } from "./customer.js";
4
+ export { Discovery, type DiscoveryListCategoriesResponse } from "./discovery/index.js";
5
+ export { Explore, type ExploreListBusinessesResponse, type ExploreListBusinessesParams } from "./explore.js";
6
+ export { Messaging } from "./messaging/index.js";
7
+ export { Tokens, type TokenListResponse, type TokenRevokeResponse } from "./tokens.js";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/customer/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,KAAK,EACV,KAAK,UAAU,EACf,KAAK,4BAA4B,EACjC,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B;OACM,EAAE,QAAQ,EAAE,KAAK,2BAA2B,EAAE,KAAK,yBAAyB,EAAE;OAC9E,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,IAAI,EACT,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,GAC5B;OACM,EAAE,SAAS,EAAE,KAAK,+BAA+B,EAAE;OACnD,EAAE,OAAO,EAAE,KAAK,6BAA6B,EAAE,KAAK,2BAA2B,EAAE;OACjF,EAAE,SAAS,EAAE;OACb,EAAE,MAAM,EAAE,KAAK,iBAAiB,EAAE,KAAK,mBAAmB,EAAE"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Tokens = exports.Messaging = exports.Explore = exports.Discovery = exports.Customer = exports.Channels = exports.Businesses = void 0;
5
+ var businesses_1 = require("./businesses.js");
6
+ Object.defineProperty(exports, "Businesses", { enumerable: true, get: function () { return businesses_1.Businesses; } });
7
+ var channels_1 = require("./channels.js");
8
+ Object.defineProperty(exports, "Channels", { enumerable: true, get: function () { return channels_1.Channels; } });
9
+ var customer_1 = require("./customer.js");
10
+ Object.defineProperty(exports, "Customer", { enumerable: true, get: function () { return customer_1.Customer; } });
11
+ var index_1 = require("./discovery/index.js");
12
+ Object.defineProperty(exports, "Discovery", { enumerable: true, get: function () { return index_1.Discovery; } });
13
+ var explore_1 = require("./explore.js");
14
+ Object.defineProperty(exports, "Explore", { enumerable: true, get: function () { return explore_1.Explore; } });
15
+ var index_2 = require("./messaging/index.js");
16
+ Object.defineProperty(exports, "Messaging", { enumerable: true, get: function () { return index_2.Messaging; } });
17
+ var tokens_1 = require("./tokens.js");
18
+ Object.defineProperty(exports, "Tokens", { enumerable: true, get: function () { return tokens_1.Tokens; } });
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/customer/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAasB;AAZpB,wGAAA,UAAU,OAAA;AAaZ,0CAAwG;AAA/F,oGAAA,QAAQ,OAAA;AACjB,0CAWoB;AAVlB,oGAAA,QAAQ,OAAA;AAWV,8CAAoF;AAA3E,kGAAA,SAAS,OAAA;AAClB,wCAA0G;AAAjG,kGAAA,OAAO,OAAA;AAChB,8CAA8C;AAArC,kGAAA,SAAS,OAAA;AAClB,sCAAoF;AAA3E,gGAAA,MAAM,OAAA"}
@@ -0,0 +1,9 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Businesses, } from "./businesses.mjs";
3
+ export { Channels } from "./channels.mjs";
4
+ export { Customer, } from "./customer.mjs";
5
+ export { Discovery } from "./discovery/index.mjs";
6
+ export { Explore } from "./explore.mjs";
7
+ export { Messaging } from "./messaging/index.mjs";
8
+ export { Tokens } from "./tokens.mjs";
9
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/customer/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GAYX;OACM,EAAE,QAAQ,EAAoE;OAC9E,EACL,QAAQ,GAUT;OACM,EAAE,SAAS,EAAwC;OACnD,EAAE,OAAO,EAAwE;OACjF,EAAE,SAAS,EAAE;OACb,EAAE,MAAM,EAAoD"}