featurebase-node 0.1.0 → 0.3.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 (590) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +8 -8
  3. package/client.d.mts +14 -80
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +14 -80
  6. package/client.d.ts.map +1 -1
  7. package/client.js +14 -80
  8. package/client.js.map +1 -1
  9. package/client.mjs +14 -80
  10. package/client.mjs.map +1 -1
  11. package/package.json +1 -1
  12. package/resources/{boards.d.mts → feedback/boards.d.mts} +15 -3
  13. package/resources/feedback/boards.d.mts.map +1 -0
  14. package/resources/{boards.d.ts → feedback/boards.d.ts} +15 -3
  15. package/resources/feedback/boards.d.ts.map +1 -0
  16. package/resources/{boards.js → feedback/boards.js} +15 -3
  17. package/resources/feedback/boards.js.map +1 -0
  18. package/resources/{boards.mjs → feedback/boards.mjs} +15 -3
  19. package/resources/feedback/boards.mjs.map +1 -0
  20. package/resources/{comments.d.mts → feedback/comments.d.mts} +10 -10
  21. package/resources/feedback/comments.d.mts.map +1 -0
  22. package/resources/{comments.d.ts → feedback/comments.d.ts} +10 -10
  23. package/resources/feedback/comments.d.ts.map +1 -0
  24. package/resources/{comments.js → feedback/comments.js} +9 -9
  25. package/resources/feedback/comments.js.map +1 -0
  26. package/resources/{comments.mjs → feedback/comments.mjs} +9 -9
  27. package/resources/feedback/comments.mjs.map +1 -0
  28. package/resources/{custom-fields.d.mts → feedback/custom-fields.d.mts} +17 -3
  29. package/resources/feedback/custom-fields.d.mts.map +1 -0
  30. package/resources/{custom-fields.d.ts → feedback/custom-fields.d.ts} +17 -3
  31. package/resources/feedback/custom-fields.d.ts.map +1 -0
  32. package/resources/{custom-fields.js → feedback/custom-fields.js} +17 -3
  33. package/resources/feedback/custom-fields.js.map +1 -0
  34. package/resources/{custom-fields.mjs → feedback/custom-fields.mjs} +17 -3
  35. package/resources/feedback/custom-fields.mjs.map +1 -0
  36. package/resources/feedback/feedback.d.mts +26 -0
  37. package/resources/feedback/feedback.d.mts.map +1 -0
  38. package/resources/feedback/feedback.d.ts +26 -0
  39. package/resources/feedback/feedback.d.ts.map +1 -0
  40. package/resources/feedback/feedback.js +33 -0
  41. package/resources/feedback/feedback.js.map +1 -0
  42. package/resources/feedback/feedback.mjs +28 -0
  43. package/resources/feedback/feedback.mjs.map +1 -0
  44. package/resources/feedback/index.d.mts +7 -0
  45. package/resources/feedback/index.d.mts.map +1 -0
  46. package/resources/feedback/index.d.ts +7 -0
  47. package/resources/feedback/index.d.ts.map +1 -0
  48. package/resources/feedback/index.js +17 -0
  49. package/resources/feedback/index.js.map +1 -0
  50. package/resources/feedback/index.mjs +8 -0
  51. package/resources/feedback/index.mjs.map +1 -0
  52. package/resources/{post-statuses.d.mts → feedback/post-statuses.d.mts} +17 -3
  53. package/resources/feedback/post-statuses.d.mts.map +1 -0
  54. package/resources/{post-statuses.d.ts → feedback/post-statuses.d.ts} +17 -3
  55. package/resources/feedback/post-statuses.d.ts.map +1 -0
  56. package/resources/{post-statuses.js → feedback/post-statuses.js} +17 -3
  57. package/resources/feedback/post-statuses.js.map +1 -0
  58. package/resources/{post-statuses.mjs → feedback/post-statuses.mjs} +17 -3
  59. package/resources/feedback/post-statuses.mjs.map +1 -0
  60. package/resources/feedback/posts/index.d.mts.map +1 -0
  61. package/resources/feedback/posts/index.d.ts.map +1 -0
  62. package/resources/feedback/posts/index.js.map +1 -0
  63. package/resources/feedback/posts/index.mjs.map +1 -0
  64. package/resources/{posts → feedback/posts}/posts.d.mts +9 -9
  65. package/resources/feedback/posts/posts.d.mts.map +1 -0
  66. package/resources/{posts → feedback/posts}/posts.d.ts +9 -9
  67. package/resources/feedback/posts/posts.d.ts.map +1 -0
  68. package/resources/{posts → feedback/posts}/posts.js +9 -9
  69. package/resources/feedback/posts/posts.js.map +1 -0
  70. package/resources/{posts → feedback/posts}/posts.mjs +8 -8
  71. package/resources/feedback/posts/posts.mjs.map +1 -0
  72. package/resources/{posts → feedback/posts}/voters.d.mts +7 -7
  73. package/resources/feedback/posts/voters.d.mts.map +1 -0
  74. package/resources/{posts → feedback/posts}/voters.d.ts +7 -7
  75. package/resources/feedback/posts/voters.d.ts.map +1 -0
  76. package/resources/{posts → feedback/posts}/voters.js +6 -6
  77. package/resources/feedback/posts/voters.js.map +1 -0
  78. package/resources/{posts → feedback/posts}/voters.mjs +6 -6
  79. package/resources/feedback/posts/voters.mjs.map +1 -0
  80. package/resources/{posts.d.mts.map → feedback/posts.d.mts.map} +1 -1
  81. package/resources/{posts.d.ts.map → feedback/posts.d.ts.map} +1 -1
  82. package/resources/{posts.js → feedback/posts.js} +1 -1
  83. package/resources/feedback/posts.js.map +1 -0
  84. package/resources/feedback/posts.mjs.map +1 -0
  85. package/resources/feedback.d.mts +2 -0
  86. package/resources/feedback.d.mts.map +1 -0
  87. package/resources/feedback.d.ts +2 -0
  88. package/resources/feedback.d.ts.map +1 -0
  89. package/resources/feedback.js +6 -0
  90. package/resources/feedback.js.map +1 -0
  91. package/resources/feedback.mjs +3 -0
  92. package/resources/feedback.mjs.map +1 -0
  93. package/resources/index.d.mts +4 -13
  94. package/resources/index.d.mts.map +1 -1
  95. package/resources/index.d.ts +4 -13
  96. package/resources/index.d.ts.map +1 -1
  97. package/resources/index.js +9 -27
  98. package/resources/index.js.map +1 -1
  99. package/resources/index.mjs +4 -13
  100. package/resources/index.mjs.map +1 -1
  101. package/resources/{admins.d.mts → organization/admins.d.mts} +3 -3
  102. package/resources/organization/admins.d.mts.map +1 -0
  103. package/resources/{admins.d.ts → organization/admins.d.ts} +3 -3
  104. package/resources/organization/admins.d.ts.map +1 -0
  105. package/resources/{admins.js → organization/admins.js} +3 -3
  106. package/resources/organization/admins.js.map +1 -0
  107. package/resources/{admins.mjs → organization/admins.mjs} +3 -3
  108. package/resources/organization/admins.mjs.map +1 -0
  109. package/resources/{brands.d.mts → organization/brands.d.mts} +3 -3
  110. package/resources/organization/brands.d.mts.map +1 -0
  111. package/resources/{brands.d.ts → organization/brands.d.ts} +3 -3
  112. package/resources/organization/brands.d.ts.map +1 -0
  113. package/resources/{brands.js → organization/brands.js} +3 -3
  114. package/resources/organization/brands.js.map +1 -0
  115. package/resources/{brands.mjs → organization/brands.mjs} +3 -3
  116. package/resources/organization/brands.mjs.map +1 -0
  117. package/resources/organization/index.d.mts +5 -0
  118. package/resources/organization/index.d.mts.map +1 -0
  119. package/resources/organization/index.d.ts +5 -0
  120. package/resources/organization/index.d.ts.map +1 -0
  121. package/resources/organization/index.js +13 -0
  122. package/resources/organization/index.js.map +1 -0
  123. package/resources/organization/index.mjs +6 -0
  124. package/resources/organization/index.mjs.map +1 -0
  125. package/resources/organization/organization.d.mts +18 -0
  126. package/resources/organization/organization.d.mts.map +1 -0
  127. package/resources/organization/organization.d.ts +18 -0
  128. package/resources/organization/organization.d.ts.map +1 -0
  129. package/resources/organization/organization.js +25 -0
  130. package/resources/organization/organization.js.map +1 -0
  131. package/resources/organization/organization.mjs +20 -0
  132. package/resources/organization/organization.mjs.map +1 -0
  133. package/resources/{teams.d.mts → organization/teams.d.mts} +3 -3
  134. package/resources/organization/teams.d.mts.map +1 -0
  135. package/resources/{teams.d.ts → organization/teams.d.ts} +3 -3
  136. package/resources/organization/teams.d.ts.map +1 -0
  137. package/resources/{teams.js → organization/teams.js} +3 -3
  138. package/resources/organization/teams.js.map +1 -0
  139. package/resources/{teams.mjs → organization/teams.mjs} +3 -3
  140. package/resources/organization/teams.mjs.map +1 -0
  141. package/resources/organization.d.mts +2 -0
  142. package/resources/organization.d.mts.map +1 -0
  143. package/resources/organization.d.ts +2 -0
  144. package/resources/organization.d.ts.map +1 -0
  145. package/resources/organization.js +6 -0
  146. package/resources/organization.js.map +1 -0
  147. package/resources/organization.mjs +3 -0
  148. package/resources/organization.mjs.map +1 -0
  149. package/resources/{tags.d.ts → support/conversation-tags.d.mts} +31 -27
  150. package/resources/support/conversation-tags.d.mts.map +1 -0
  151. package/resources/{tags.d.mts → support/conversation-tags.d.ts} +31 -27
  152. package/resources/support/conversation-tags.d.ts.map +1 -0
  153. package/resources/{tags.js → support/conversation-tags.js} +21 -17
  154. package/resources/support/conversation-tags.js.map +1 -0
  155. package/resources/{tags.mjs → support/conversation-tags.mjs} +19 -15
  156. package/resources/support/conversation-tags.mjs.map +1 -0
  157. package/resources/{conversations → support/conversations}/conversations.d.mts +37 -36
  158. package/resources/support/conversations/conversations.d.mts.map +1 -0
  159. package/resources/{conversations → support/conversations}/conversations.d.ts +37 -36
  160. package/resources/support/conversations/conversations.d.ts.map +1 -0
  161. package/resources/{conversations → support/conversations}/conversations.js +32 -31
  162. package/resources/support/conversations/conversations.js.map +1 -0
  163. package/resources/{conversations → support/conversations}/conversations.mjs +31 -30
  164. package/resources/support/conversations/conversations.mjs.map +1 -0
  165. package/resources/support/conversations/index.d.mts.map +1 -0
  166. package/resources/support/conversations/index.d.ts.map +1 -0
  167. package/resources/support/conversations/index.js.map +1 -0
  168. package/resources/support/conversations/index.mjs.map +1 -0
  169. package/resources/{conversations → support/conversations}/participants.d.mts +11 -9
  170. package/resources/support/conversations/participants.d.mts.map +1 -0
  171. package/resources/{conversations → support/conversations}/participants.d.ts +11 -9
  172. package/resources/support/conversations/participants.d.ts.map +1 -0
  173. package/resources/{conversations → support/conversations}/participants.js +11 -9
  174. package/resources/support/conversations/participants.js.map +1 -0
  175. package/resources/{conversations → support/conversations}/participants.mjs +11 -9
  176. package/resources/support/conversations/participants.mjs.map +1 -0
  177. package/resources/{conversations → support/conversations}/tags.d.mts +5 -5
  178. package/resources/support/conversations/tags.d.mts.map +1 -0
  179. package/resources/{conversations → support/conversations}/tags.d.ts +5 -5
  180. package/resources/support/conversations/tags.d.ts.map +1 -0
  181. package/resources/{conversations → support/conversations}/tags.js +5 -5
  182. package/resources/support/conversations/tags.js.map +1 -0
  183. package/resources/{conversations → support/conversations}/tags.mjs +5 -5
  184. package/resources/support/conversations/tags.mjs.map +1 -0
  185. package/resources/support/conversations.d.mts.map +1 -0
  186. package/resources/support/conversations.d.ts.map +1 -0
  187. package/resources/{conversations.js → support/conversations.js} +1 -1
  188. package/resources/support/conversations.js.map +1 -0
  189. package/resources/support/conversations.mjs.map +1 -0
  190. package/resources/support/index.d.mts +5 -0
  191. package/resources/support/index.d.mts.map +1 -0
  192. package/resources/support/index.d.ts +5 -0
  193. package/resources/support/index.d.ts.map +1 -0
  194. package/resources/support/index.js +13 -0
  195. package/resources/support/index.js.map +1 -0
  196. package/resources/support/index.mjs +6 -0
  197. package/resources/support/index.mjs.map +1 -0
  198. package/resources/support/support.d.mts +18 -0
  199. package/resources/support/support.d.mts.map +1 -0
  200. package/resources/support/support.d.ts +18 -0
  201. package/resources/support/support.d.ts.map +1 -0
  202. package/resources/support/support.js +25 -0
  203. package/resources/support/support.js.map +1 -0
  204. package/resources/support/support.mjs +20 -0
  205. package/resources/support/support.mjs.map +1 -0
  206. package/resources/{tickets → support/tickets}/categories.d.mts +10 -8
  207. package/resources/support/tickets/categories.d.mts.map +1 -0
  208. package/resources/{tickets → support/tickets}/categories.d.ts +10 -8
  209. package/resources/support/tickets/categories.d.ts.map +1 -0
  210. package/resources/{tickets → support/tickets}/categories.js +9 -7
  211. package/resources/support/tickets/categories.js.map +1 -0
  212. package/resources/{tickets → support/tickets}/categories.mjs +9 -7
  213. package/resources/support/tickets/categories.mjs.map +1 -0
  214. package/resources/{tickets → support/tickets}/custom-fields.d.mts +6 -6
  215. package/resources/support/tickets/custom-fields.d.mts.map +1 -0
  216. package/resources/{tickets → support/tickets}/custom-fields.d.ts +6 -6
  217. package/resources/support/tickets/custom-fields.d.ts.map +1 -0
  218. package/resources/{tickets → support/tickets}/custom-fields.js +5 -5
  219. package/resources/support/tickets/custom-fields.js.map +1 -0
  220. package/resources/{tickets → support/tickets}/custom-fields.mjs +5 -5
  221. package/resources/support/tickets/custom-fields.mjs.map +1 -0
  222. package/resources/support/tickets/index.d.mts.map +1 -0
  223. package/resources/support/tickets/index.d.ts.map +1 -0
  224. package/resources/support/tickets/index.js.map +1 -0
  225. package/resources/support/tickets/index.mjs.map +1 -0
  226. package/resources/{tickets → support/tickets}/statuses.d.mts +10 -8
  227. package/resources/support/tickets/statuses.d.mts.map +1 -0
  228. package/resources/{tickets → support/tickets}/statuses.d.ts +10 -8
  229. package/resources/support/tickets/statuses.d.ts.map +1 -0
  230. package/resources/{tickets → support/tickets}/statuses.js +9 -7
  231. package/resources/support/tickets/statuses.js.map +1 -0
  232. package/resources/{tickets → support/tickets}/statuses.mjs +9 -7
  233. package/resources/support/tickets/statuses.mjs.map +1 -0
  234. package/resources/{tickets → support/tickets}/tickets.d.mts +12 -11
  235. package/resources/support/tickets/tickets.d.mts.map +1 -0
  236. package/resources/{tickets → support/tickets}/tickets.d.ts +12 -11
  237. package/resources/support/tickets/tickets.d.ts.map +1 -0
  238. package/resources/{tickets → support/tickets}/tickets.js +10 -10
  239. package/resources/support/tickets/tickets.js.map +1 -0
  240. package/resources/{tickets → support/tickets}/tickets.mjs +9 -9
  241. package/resources/support/tickets/tickets.mjs.map +1 -0
  242. package/resources/support/tickets.d.mts.map +1 -0
  243. package/resources/support/tickets.d.ts.map +1 -0
  244. package/resources/{tickets.js → support/tickets.js} +1 -1
  245. package/resources/support/tickets.js.map +1 -0
  246. package/resources/support/tickets.mjs.map +1 -0
  247. package/resources/support.d.mts +2 -0
  248. package/resources/support.d.mts.map +1 -0
  249. package/resources/support.d.ts +2 -0
  250. package/resources/support.d.ts.map +1 -0
  251. package/resources/support.js +6 -0
  252. package/resources/support.js.map +1 -0
  253. package/resources/support.mjs +3 -0
  254. package/resources/support.mjs.map +1 -0
  255. package/resources/surveys.d.mts +1 -1
  256. package/resources/surveys.d.ts +1 -1
  257. package/resources/{companies → users/companies}/companies.d.mts +12 -11
  258. package/resources/users/companies/companies.d.mts.map +1 -0
  259. package/resources/{companies → users/companies}/companies.d.ts +12 -11
  260. package/resources/users/companies/companies.d.ts.map +1 -0
  261. package/resources/{companies → users/companies}/companies.js +13 -12
  262. package/resources/users/companies/companies.js.map +1 -0
  263. package/resources/{companies → users/companies}/companies.mjs +12 -11
  264. package/resources/users/companies/companies.mjs.map +1 -0
  265. package/resources/{companies → users/companies}/contacts.d.mts +21 -18
  266. package/resources/users/companies/contacts.d.mts.map +1 -0
  267. package/resources/{companies → users/companies}/contacts.d.ts +21 -18
  268. package/resources/users/companies/contacts.d.ts.map +1 -0
  269. package/resources/{companies → users/companies}/contacts.js +17 -14
  270. package/resources/users/companies/contacts.js.map +1 -0
  271. package/resources/{companies → users/companies}/contacts.mjs +17 -14
  272. package/resources/users/companies/contacts.mjs.map +1 -0
  273. package/resources/users/companies/index.d.mts.map +1 -0
  274. package/resources/users/companies/index.d.ts.map +1 -0
  275. package/resources/users/companies/index.js.map +1 -0
  276. package/resources/users/companies/index.mjs.map +1 -0
  277. package/resources/users/companies.d.mts.map +1 -0
  278. package/resources/users/companies.d.ts.map +1 -0
  279. package/resources/{companies.js → users/companies.js} +1 -1
  280. package/resources/users/companies.js.map +1 -0
  281. package/resources/users/companies.mjs.map +1 -0
  282. package/resources/{contacts → users/contacts}/by-user-id/by-user-id.d.mts +8 -7
  283. package/resources/users/contacts/by-user-id/by-user-id.d.mts.map +1 -0
  284. package/resources/{contacts → users/contacts}/by-user-id/by-user-id.d.ts +8 -7
  285. package/resources/users/contacts/by-user-id/by-user-id.d.ts.map +1 -0
  286. package/resources/{contacts → users/contacts}/by-user-id/by-user-id.js +9 -8
  287. package/resources/users/contacts/by-user-id/by-user-id.js.map +1 -0
  288. package/resources/{contacts → users/contacts}/by-user-id/by-user-id.mjs +8 -7
  289. package/resources/users/contacts/by-user-id/by-user-id.mjs.map +1 -0
  290. package/resources/{contacts → users/contacts}/by-user-id/email-preferences.d.mts +5 -5
  291. package/resources/users/contacts/by-user-id/email-preferences.d.mts.map +1 -0
  292. package/resources/{contacts → users/contacts}/by-user-id/email-preferences.d.ts +5 -5
  293. package/resources/users/contacts/by-user-id/email-preferences.d.ts.map +1 -0
  294. package/resources/{contacts → users/contacts}/by-user-id/email-preferences.js +5 -5
  295. package/resources/users/contacts/by-user-id/email-preferences.js.map +1 -0
  296. package/resources/{contacts → users/contacts}/by-user-id/email-preferences.mjs +5 -5
  297. package/resources/users/contacts/by-user-id/email-preferences.mjs.map +1 -0
  298. package/resources/users/contacts/by-user-id/index.d.mts.map +1 -0
  299. package/resources/users/contacts/by-user-id/index.d.ts.map +1 -0
  300. package/resources/users/contacts/by-user-id/index.js.map +1 -0
  301. package/resources/users/contacts/by-user-id/index.mjs.map +1 -0
  302. package/resources/users/contacts/by-user-id.d.mts.map +1 -0
  303. package/resources/users/contacts/by-user-id.d.ts.map +1 -0
  304. package/resources/{contacts → users/contacts}/by-user-id.js +1 -1
  305. package/resources/users/contacts/by-user-id.js.map +1 -0
  306. package/resources/users/contacts/by-user-id.mjs.map +1 -0
  307. package/resources/{contacts → users/contacts}/contacts.d.mts +10 -9
  308. package/resources/users/contacts/contacts.d.mts.map +1 -0
  309. package/resources/{contacts → users/contacts}/contacts.d.ts +10 -9
  310. package/resources/users/contacts/contacts.d.ts.map +1 -0
  311. package/resources/{contacts → users/contacts}/contacts.js +11 -10
  312. package/resources/users/contacts/contacts.js.map +1 -0
  313. package/resources/{contacts → users/contacts}/contacts.mjs +10 -9
  314. package/resources/users/contacts/contacts.mjs.map +1 -0
  315. package/resources/{contacts → users/contacts}/email-preferences.d.mts +5 -5
  316. package/resources/users/contacts/email-preferences.d.mts.map +1 -0
  317. package/resources/{contacts → users/contacts}/email-preferences.d.ts +5 -5
  318. package/resources/users/contacts/email-preferences.d.ts.map +1 -0
  319. package/resources/{contacts → users/contacts}/email-preferences.js +5 -5
  320. package/resources/users/contacts/email-preferences.js.map +1 -0
  321. package/resources/{contacts → users/contacts}/email-preferences.mjs +5 -5
  322. package/resources/users/contacts/email-preferences.mjs.map +1 -0
  323. package/resources/users/contacts/index.d.mts.map +1 -0
  324. package/resources/users/contacts/index.d.ts.map +1 -0
  325. package/resources/users/contacts/index.js.map +1 -0
  326. package/resources/users/contacts/index.mjs.map +1 -0
  327. package/resources/users/contacts.d.mts.map +1 -0
  328. package/resources/users/contacts.d.ts.map +1 -0
  329. package/resources/{contacts.js → users/contacts.js} +1 -1
  330. package/resources/users/contacts.js.map +1 -0
  331. package/resources/users/contacts.mjs.map +1 -0
  332. package/resources/users/index.d.mts +4 -0
  333. package/resources/users/index.d.mts.map +1 -0
  334. package/resources/users/index.d.ts +4 -0
  335. package/resources/users/index.d.ts.map +1 -0
  336. package/resources/users/index.js +11 -0
  337. package/resources/users/index.js.map +1 -0
  338. package/resources/users/index.mjs +5 -0
  339. package/resources/users/index.mjs.map +1 -0
  340. package/resources/users/users.d.mts +14 -0
  341. package/resources/users/users.d.mts.map +1 -0
  342. package/resources/users/users.d.ts +14 -0
  343. package/resources/users/users.d.ts.map +1 -0
  344. package/resources/users/users.js +21 -0
  345. package/resources/users/users.js.map +1 -0
  346. package/resources/users/users.mjs +16 -0
  347. package/resources/users/users.mjs.map +1 -0
  348. package/resources/users.d.mts +2 -0
  349. package/resources/users.d.mts.map +1 -0
  350. package/resources/users.d.ts +2 -0
  351. package/resources/users.d.ts.map +1 -0
  352. package/resources/users.js +6 -0
  353. package/resources/users.js.map +1 -0
  354. package/resources/users.mjs +3 -0
  355. package/resources/users.mjs.map +1 -0
  356. package/src/client.ts +20 -338
  357. package/src/resources/{boards.ts → feedback/boards.ts} +17 -5
  358. package/src/resources/{comments.ts → feedback/comments.ts} +12 -12
  359. package/src/resources/{custom-fields.ts → feedback/custom-fields.ts} +19 -5
  360. package/src/resources/feedback/feedback.ts +113 -0
  361. package/src/resources/feedback/index.ts +48 -0
  362. package/src/resources/{post-statuses.ts → feedback/post-statuses.ts} +19 -5
  363. package/src/resources/{posts → feedback/posts}/posts.ts +11 -11
  364. package/src/resources/{posts → feedback/posts}/voters.ts +9 -9
  365. package/src/resources/feedback.ts +3 -0
  366. package/src/resources/index.ts +4 -139
  367. package/src/resources/{admins.ts → organization/admins.ts} +5 -5
  368. package/src/resources/{brands.ts → organization/brands.ts} +5 -5
  369. package/src/resources/organization/index.ts +26 -0
  370. package/src/resources/organization/organization.ts +55 -0
  371. package/src/resources/{teams.ts → organization/teams.ts} +5 -5
  372. package/src/resources/organization.ts +3 -0
  373. package/src/resources/{tags.ts → support/conversation-tags.ts} +44 -34
  374. package/src/resources/{conversations → support/conversations}/conversations.ts +39 -38
  375. package/src/resources/{conversations → support/conversations}/participants.ts +13 -11
  376. package/src/resources/{conversations → support/conversations}/tags.ts +7 -7
  377. package/src/resources/support/index.ts +47 -0
  378. package/src/resources/support/support.ts +111 -0
  379. package/src/resources/{tickets → support/tickets}/categories.ts +12 -10
  380. package/src/resources/{tickets → support/tickets}/custom-fields.ts +8 -8
  381. package/src/resources/{tickets → support/tickets}/statuses.ts +12 -10
  382. package/src/resources/{tickets → support/tickets}/tickets.ts +14 -13
  383. package/src/resources/support.ts +3 -0
  384. package/src/resources/surveys.ts +1 -1
  385. package/src/resources/{companies → users/companies}/companies.ts +14 -13
  386. package/src/resources/{companies → users/companies}/contacts.ts +23 -20
  387. package/src/resources/{contacts → users/contacts}/by-user-id/by-user-id.ts +10 -9
  388. package/src/resources/{contacts → users/contacts}/by-user-id/email-preferences.ts +7 -7
  389. package/src/resources/{contacts → users/contacts}/contacts.ts +12 -11
  390. package/src/resources/{contacts → users/contacts}/email-preferences.ts +7 -7
  391. package/src/resources/users/index.ts +30 -0
  392. package/src/resources/users/users.ts +71 -0
  393. package/src/resources/users.ts +3 -0
  394. package/src/version.ts +1 -1
  395. package/version.d.mts +1 -1
  396. package/version.d.ts +1 -1
  397. package/version.js +1 -1
  398. package/version.mjs +1 -1
  399. package/resources/admins.d.mts.map +0 -1
  400. package/resources/admins.d.ts.map +0 -1
  401. package/resources/admins.js.map +0 -1
  402. package/resources/admins.mjs.map +0 -1
  403. package/resources/boards.d.mts.map +0 -1
  404. package/resources/boards.d.ts.map +0 -1
  405. package/resources/boards.js.map +0 -1
  406. package/resources/boards.mjs.map +0 -1
  407. package/resources/brands.d.mts.map +0 -1
  408. package/resources/brands.d.ts.map +0 -1
  409. package/resources/brands.js.map +0 -1
  410. package/resources/brands.mjs.map +0 -1
  411. package/resources/comments.d.mts.map +0 -1
  412. package/resources/comments.d.ts.map +0 -1
  413. package/resources/comments.js.map +0 -1
  414. package/resources/comments.mjs.map +0 -1
  415. package/resources/companies/companies.d.mts.map +0 -1
  416. package/resources/companies/companies.d.ts.map +0 -1
  417. package/resources/companies/companies.js.map +0 -1
  418. package/resources/companies/companies.mjs.map +0 -1
  419. package/resources/companies/contacts.d.mts.map +0 -1
  420. package/resources/companies/contacts.d.ts.map +0 -1
  421. package/resources/companies/contacts.js.map +0 -1
  422. package/resources/companies/contacts.mjs.map +0 -1
  423. package/resources/companies/index.d.mts.map +0 -1
  424. package/resources/companies/index.d.ts.map +0 -1
  425. package/resources/companies/index.js.map +0 -1
  426. package/resources/companies/index.mjs.map +0 -1
  427. package/resources/companies.d.mts.map +0 -1
  428. package/resources/companies.d.ts.map +0 -1
  429. package/resources/companies.js.map +0 -1
  430. package/resources/companies.mjs.map +0 -1
  431. package/resources/contacts/by-user-id/by-user-id.d.mts.map +0 -1
  432. package/resources/contacts/by-user-id/by-user-id.d.ts.map +0 -1
  433. package/resources/contacts/by-user-id/by-user-id.js.map +0 -1
  434. package/resources/contacts/by-user-id/by-user-id.mjs.map +0 -1
  435. package/resources/contacts/by-user-id/email-preferences.d.mts.map +0 -1
  436. package/resources/contacts/by-user-id/email-preferences.d.ts.map +0 -1
  437. package/resources/contacts/by-user-id/email-preferences.js.map +0 -1
  438. package/resources/contacts/by-user-id/email-preferences.mjs.map +0 -1
  439. package/resources/contacts/by-user-id/index.d.mts.map +0 -1
  440. package/resources/contacts/by-user-id/index.d.ts.map +0 -1
  441. package/resources/contacts/by-user-id/index.js.map +0 -1
  442. package/resources/contacts/by-user-id/index.mjs.map +0 -1
  443. package/resources/contacts/by-user-id.d.mts.map +0 -1
  444. package/resources/contacts/by-user-id.d.ts.map +0 -1
  445. package/resources/contacts/by-user-id.js.map +0 -1
  446. package/resources/contacts/by-user-id.mjs.map +0 -1
  447. package/resources/contacts/contacts.d.mts.map +0 -1
  448. package/resources/contacts/contacts.d.ts.map +0 -1
  449. package/resources/contacts/contacts.js.map +0 -1
  450. package/resources/contacts/contacts.mjs.map +0 -1
  451. package/resources/contacts/email-preferences.d.mts.map +0 -1
  452. package/resources/contacts/email-preferences.d.ts.map +0 -1
  453. package/resources/contacts/email-preferences.js.map +0 -1
  454. package/resources/contacts/email-preferences.mjs.map +0 -1
  455. package/resources/contacts/index.d.mts.map +0 -1
  456. package/resources/contacts/index.d.ts.map +0 -1
  457. package/resources/contacts/index.js.map +0 -1
  458. package/resources/contacts/index.mjs.map +0 -1
  459. package/resources/contacts.d.mts.map +0 -1
  460. package/resources/contacts.d.ts.map +0 -1
  461. package/resources/contacts.js.map +0 -1
  462. package/resources/contacts.mjs.map +0 -1
  463. package/resources/conversations/conversations.d.mts.map +0 -1
  464. package/resources/conversations/conversations.d.ts.map +0 -1
  465. package/resources/conversations/conversations.js.map +0 -1
  466. package/resources/conversations/conversations.mjs.map +0 -1
  467. package/resources/conversations/index.d.mts.map +0 -1
  468. package/resources/conversations/index.d.ts.map +0 -1
  469. package/resources/conversations/index.js.map +0 -1
  470. package/resources/conversations/index.mjs.map +0 -1
  471. package/resources/conversations/participants.d.mts.map +0 -1
  472. package/resources/conversations/participants.d.ts.map +0 -1
  473. package/resources/conversations/participants.js.map +0 -1
  474. package/resources/conversations/participants.mjs.map +0 -1
  475. package/resources/conversations/tags.d.mts.map +0 -1
  476. package/resources/conversations/tags.d.ts.map +0 -1
  477. package/resources/conversations/tags.js.map +0 -1
  478. package/resources/conversations/tags.mjs.map +0 -1
  479. package/resources/conversations.d.mts.map +0 -1
  480. package/resources/conversations.d.ts.map +0 -1
  481. package/resources/conversations.js.map +0 -1
  482. package/resources/conversations.mjs.map +0 -1
  483. package/resources/custom-fields.d.mts.map +0 -1
  484. package/resources/custom-fields.d.ts.map +0 -1
  485. package/resources/custom-fields.js.map +0 -1
  486. package/resources/custom-fields.mjs.map +0 -1
  487. package/resources/post-statuses.d.mts.map +0 -1
  488. package/resources/post-statuses.d.ts.map +0 -1
  489. package/resources/post-statuses.js.map +0 -1
  490. package/resources/post-statuses.mjs.map +0 -1
  491. package/resources/posts/index.d.mts.map +0 -1
  492. package/resources/posts/index.d.ts.map +0 -1
  493. package/resources/posts/index.js.map +0 -1
  494. package/resources/posts/index.mjs.map +0 -1
  495. package/resources/posts/posts.d.mts.map +0 -1
  496. package/resources/posts/posts.d.ts.map +0 -1
  497. package/resources/posts/posts.js.map +0 -1
  498. package/resources/posts/posts.mjs.map +0 -1
  499. package/resources/posts/voters.d.mts.map +0 -1
  500. package/resources/posts/voters.d.ts.map +0 -1
  501. package/resources/posts/voters.js.map +0 -1
  502. package/resources/posts/voters.mjs.map +0 -1
  503. package/resources/posts.js.map +0 -1
  504. package/resources/posts.mjs.map +0 -1
  505. package/resources/tags.d.mts.map +0 -1
  506. package/resources/tags.d.ts.map +0 -1
  507. package/resources/tags.js.map +0 -1
  508. package/resources/tags.mjs.map +0 -1
  509. package/resources/teams.d.mts.map +0 -1
  510. package/resources/teams.d.ts.map +0 -1
  511. package/resources/teams.js.map +0 -1
  512. package/resources/teams.mjs.map +0 -1
  513. package/resources/tickets/categories.d.mts.map +0 -1
  514. package/resources/tickets/categories.d.ts.map +0 -1
  515. package/resources/tickets/categories.js.map +0 -1
  516. package/resources/tickets/categories.mjs.map +0 -1
  517. package/resources/tickets/custom-fields.d.mts.map +0 -1
  518. package/resources/tickets/custom-fields.d.ts.map +0 -1
  519. package/resources/tickets/custom-fields.js.map +0 -1
  520. package/resources/tickets/custom-fields.mjs.map +0 -1
  521. package/resources/tickets/index.d.mts.map +0 -1
  522. package/resources/tickets/index.d.ts.map +0 -1
  523. package/resources/tickets/index.js.map +0 -1
  524. package/resources/tickets/index.mjs.map +0 -1
  525. package/resources/tickets/statuses.d.mts.map +0 -1
  526. package/resources/tickets/statuses.d.ts.map +0 -1
  527. package/resources/tickets/statuses.js.map +0 -1
  528. package/resources/tickets/statuses.mjs.map +0 -1
  529. package/resources/tickets/tickets.d.mts.map +0 -1
  530. package/resources/tickets/tickets.d.ts.map +0 -1
  531. package/resources/tickets/tickets.js.map +0 -1
  532. package/resources/tickets/tickets.mjs.map +0 -1
  533. package/resources/tickets.d.mts.map +0 -1
  534. package/resources/tickets.d.ts.map +0 -1
  535. package/resources/tickets.js.map +0 -1
  536. package/resources/tickets.mjs.map +0 -1
  537. /package/resources/{posts → feedback/posts}/index.d.mts +0 -0
  538. /package/resources/{posts → feedback/posts}/index.d.ts +0 -0
  539. /package/resources/{posts → feedback/posts}/index.js +0 -0
  540. /package/resources/{posts → feedback/posts}/index.mjs +0 -0
  541. /package/resources/{posts.d.mts → feedback/posts.d.mts} +0 -0
  542. /package/resources/{posts.d.ts → feedback/posts.d.ts} +0 -0
  543. /package/resources/{posts.mjs → feedback/posts.mjs} +0 -0
  544. /package/resources/{conversations → support/conversations}/index.d.mts +0 -0
  545. /package/resources/{conversations → support/conversations}/index.d.ts +0 -0
  546. /package/resources/{conversations → support/conversations}/index.js +0 -0
  547. /package/resources/{conversations → support/conversations}/index.mjs +0 -0
  548. /package/resources/{conversations.d.mts → support/conversations.d.mts} +0 -0
  549. /package/resources/{conversations.d.ts → support/conversations.d.ts} +0 -0
  550. /package/resources/{conversations.mjs → support/conversations.mjs} +0 -0
  551. /package/resources/{tickets → support/tickets}/index.d.mts +0 -0
  552. /package/resources/{tickets → support/tickets}/index.d.ts +0 -0
  553. /package/resources/{tickets → support/tickets}/index.js +0 -0
  554. /package/resources/{tickets → support/tickets}/index.mjs +0 -0
  555. /package/resources/{tickets.d.mts → support/tickets.d.mts} +0 -0
  556. /package/resources/{tickets.d.ts → support/tickets.d.ts} +0 -0
  557. /package/resources/{tickets.mjs → support/tickets.mjs} +0 -0
  558. /package/resources/{companies → users/companies}/index.d.mts +0 -0
  559. /package/resources/{companies → users/companies}/index.d.ts +0 -0
  560. /package/resources/{companies → users/companies}/index.js +0 -0
  561. /package/resources/{companies → users/companies}/index.mjs +0 -0
  562. /package/resources/{companies.d.mts → users/companies.d.mts} +0 -0
  563. /package/resources/{companies.d.ts → users/companies.d.ts} +0 -0
  564. /package/resources/{companies.mjs → users/companies.mjs} +0 -0
  565. /package/resources/{contacts → users/contacts}/by-user-id/index.d.mts +0 -0
  566. /package/resources/{contacts → users/contacts}/by-user-id/index.d.ts +0 -0
  567. /package/resources/{contacts → users/contacts}/by-user-id/index.js +0 -0
  568. /package/resources/{contacts → users/contacts}/by-user-id/index.mjs +0 -0
  569. /package/resources/{contacts → users/contacts}/by-user-id.d.mts +0 -0
  570. /package/resources/{contacts → users/contacts}/by-user-id.d.ts +0 -0
  571. /package/resources/{contacts → users/contacts}/by-user-id.mjs +0 -0
  572. /package/resources/{contacts → users/contacts}/index.d.mts +0 -0
  573. /package/resources/{contacts → users/contacts}/index.d.ts +0 -0
  574. /package/resources/{contacts → users/contacts}/index.js +0 -0
  575. /package/resources/{contacts → users/contacts}/index.mjs +0 -0
  576. /package/resources/{contacts.d.mts → users/contacts.d.mts} +0 -0
  577. /package/resources/{contacts.d.ts → users/contacts.d.ts} +0 -0
  578. /package/resources/{contacts.mjs → users/contacts.mjs} +0 -0
  579. /package/src/resources/{posts → feedback/posts}/index.ts +0 -0
  580. /package/src/resources/{posts.ts → feedback/posts.ts} +0 -0
  581. /package/src/resources/{conversations → support/conversations}/index.ts +0 -0
  582. /package/src/resources/{conversations.ts → support/conversations.ts} +0 -0
  583. /package/src/resources/{tickets → support/tickets}/index.ts +0 -0
  584. /package/src/resources/{tickets.ts → support/tickets.ts} +0 -0
  585. /package/src/resources/{companies → users/companies}/index.ts +0 -0
  586. /package/src/resources/{companies.ts → users/companies.ts} +0 -0
  587. /package/src/resources/{contacts → users/contacts}/by-user-id/index.ts +0 -0
  588. /package/src/resources/{contacts → users/contacts}/by-user-id.ts +0 -0
  589. /package/src/resources/{contacts → users/contacts}/index.ts +0 -0
  590. /package/src/resources/{contacts.ts → users/contacts.ts} +0 -0
@@ -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
+ import * as AdminsAPI from "./admins.mjs";
4
+ import { Admins, } from "./admins.mjs";
5
+ import * as BrandsAPI from "./brands.mjs";
6
+ import { Brands } from "./brands.mjs";
7
+ import * as TeamsAPI from "./teams.mjs";
8
+ import { Teams } from "./teams.mjs";
9
+ export class Organization extends APIResource {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.admins = new AdminsAPI.Admins(this._client);
13
+ this.teams = new TeamsAPI.Teams(this._client);
14
+ this.brands = new BrandsAPI.Brands(this._client);
15
+ }
16
+ }
17
+ Organization.Admins = Admins;
18
+ Organization.Teams = Teams;
19
+ Organization.Brands = Brands;
20
+ //# sourceMappingURL=organization.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.mjs","sourceRoot":"","sources":["../../src/resources/organization/organization.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAOL,MAAM,GACP;OACM,KAAK,SAAS;OACd,EAAkE,MAAM,EAAE;OAC1E,KAAK,QAAQ;OACb,EAA8D,KAAK,EAAE;AAE5E,MAAM,OAAO,YAAa,SAAQ,WAAW;IAA7C;;QACE,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAChE,CAAC;CAAA;AAED,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC;AAC7B,YAAY,CAAC,KAAK,GAAG,KAAK,CAAC;AAC3B,YAAY,CAAC,MAAM,GAAG,MAAM,CAAC"}
@@ -1,6 +1,6 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import { APIPromise } from "../core/api-promise.mjs";
3
- import { RequestOptions } from "../internal/request-options.mjs";
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import { APIPromise } from "../../core/api-promise.mjs";
3
+ import { RequestOptions } from "../../internal/request-options.mjs";
4
4
  /**
5
5
  * Teams are groups within your Featurebase organization. Use this endpoint to list and retrieve team information for conversation assignment and organization management.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams.d.mts","sourceRoot":"","sources":["../../src/resources/organization/teams.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,KAAM,SAAQ,WAAW;IACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,IAAI,CAAC;IAWnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACH,IAAI,CACF,MAAM,GAAE,cAAc,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;CAUhC;AAED,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,yBAAiB,IAAI,CAAC;IACpB;;OAEG;IACH,UAAiB,IAAI;QACnB;;WAEG;QACH,IAAI,EAAE,OAAO,GAAG,YAAY,GAAG,UAAU,CAAC;QAE1C;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;CACF;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,IAAI,IAAI,IAAI,EACjB,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
@@ -1,6 +1,6 @@
1
- import { APIResource } from "../core/resource.js";
2
- import { APIPromise } from "../core/api-promise.js";
3
- import { RequestOptions } from "../internal/request-options.js";
1
+ import { APIResource } from "../../core/resource.js";
2
+ import { APIPromise } from "../../core/api-promise.js";
3
+ import { RequestOptions } from "../../internal/request-options.js";
4
4
  /**
5
5
  * Teams are groups within your Featurebase organization. Use this endpoint to list and retrieve team information for conversation assignment and organization management.
6
6
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams.d.ts","sourceRoot":"","sources":["../../src/resources/organization/teams.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,KAAM,SAAQ,WAAW;IACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,IAAI,CAAC;IAWnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACH,IAAI,CACF,MAAM,GAAE,cAAc,GAAG,IAAI,GAAG,SAAc,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;CAUhC;AAED,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,yBAAiB,IAAI,CAAC;IACpB;;OAEG;IACH,UAAiB,IAAI;QACnB;;WAEG;QACH,IAAI,EAAE,OAAO,GAAG,YAAY,GAAG,UAAU,CAAC;QAE1C;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;CACF;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAElB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,IAAI,IAAI,IAAI,EACjB,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
@@ -2,9 +2,9 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.Teams = void 0;
5
- const resource_1 = require("../core/resource.js");
6
- const headers_1 = require("../internal/headers.js");
7
- const path_1 = require("../internal/utils/path.js");
5
+ const resource_1 = require("../../core/resource.js");
6
+ const headers_1 = require("../../internal/headers.js");
7
+ const path_1 = require("../../internal/utils/path.js");
8
8
  /**
9
9
  * Teams are groups within your Featurebase organization. Use this endpoint to list and retrieve team information for conversation assignment and organization management.
10
10
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams.js","sourceRoot":"","sources":["../../src/resources/organization/teams.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,uDAAsD;AAEtD,uDAAiD;AAEjD;;GAEG;AACH,MAAa,KAAM,SAAQ,sBAAW;IACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,CACN,EAAU,EACV,SAAgD,EAAE,EAClD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,aAAa,EAAE,EAAE,EAAE;YAC7C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACH,IAAI,CACF,SAA4C,EAAE,EAC9C,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE;YACnC,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF;AAnHD,sBAmHC"}
@@ -1,7 +1,7 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../core/resource.mjs";
3
- import { buildHeaders } from "../internal/headers.mjs";
4
- import { path } from "../internal/utils/path.mjs";
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import { buildHeaders } from "../../internal/headers.mjs";
4
+ import { path } from "../../internal/utils/path.mjs";
5
5
  /**
6
6
  * Teams are groups within your Featurebase organization. Use this endpoint to list and retrieve team information for conversation assignment and organization management.
7
7
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teams.mjs","sourceRoot":"","sources":["../../src/resources/organization/teams.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,CACN,EAAU,EACV,SAAgD,EAAE,EAClD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE;YAC7C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACH,IAAI,CACF,SAA4C,EAAE,EAC9C,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE;YACnC,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -0,0 +1,2 @@
1
+ export * from "./organization/index.mjs";
2
+ //# sourceMappingURL=organization.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.d.mts","sourceRoot":"","sources":["../src/resources/organization.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./organization/index.js";
2
+ //# sourceMappingURL=organization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.d.ts","sourceRoot":"","sources":["../src/resources/organization.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("./organization/index.js"), exports);
6
+ //# sourceMappingURL=organization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.js","sourceRoot":"","sources":["../src/resources/organization.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kEAAqC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./organization/index.mjs";
3
+ //# sourceMappingURL=organization.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.mjs","sourceRoot":"","sources":["../src/resources/organization.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -1,22 +1,23 @@
1
- import { APIResource } from "../core/resource.js";
2
- import { APIPromise } from "../core/api-promise.js";
3
- import { RequestOptions } from "../internal/request-options.js";
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import { APIPromise } from "../../core/api-promise.mjs";
3
+ import { RequestOptions } from "../../internal/request-options.mjs";
4
4
  /**
5
5
  * Conversation tags let you organize, filter, and automate around inbox conversations. Use these endpoints to list, look up, create, rename, and delete workspace conversation tags.
6
6
  */
7
- export declare class Tags extends APIResource {
7
+ export declare class ConversationTags extends APIResource {
8
8
  /**
9
9
  * Returns a single conversation tag by its Featurebase tag ID. Archived tags can
10
10
  * still be retrieved directly by ID, while permanently deleted tags return `404`.
11
11
  *
12
12
  * @example
13
13
  * ```ts
14
- * const conversationTag = await client.tags.retrieve(
15
- * '67ec1234abcd5678ef901234',
16
- * );
14
+ * const conversationTag =
15
+ * await client.support.conversationTags.retrieve(
16
+ * '67ec1234abcd5678ef901234',
17
+ * );
17
18
  * ```
18
19
  */
19
- retrieve(id: string, params?: TagRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTag>;
20
+ retrieve(id: string, params?: ConversationTagRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTag>;
20
21
  /**
21
22
  * Returns the live conversation tags available in the workspace tag catalog. These
22
23
  * are the canonical tags that power conversation payloads, filters, and tag
@@ -24,10 +25,11 @@ export declare class Tags extends APIResource {
24
25
  *
25
26
  * @example
26
27
  * ```ts
27
- * const tags = await client.tags.list();
28
+ * const conversationTags =
29
+ * await client.support.conversationTags.list();
28
30
  * ```
29
31
  */
30
- list(params?: TagListParams | null | undefined, options?: RequestOptions): APIPromise<TagListResponse>;
32
+ list(params?: ConversationTagListParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTagListResponse>;
31
33
  /**
32
34
  * Deletes a conversation tag from the workspace catalog and removes it from
33
35
  * aggregate conversation tag state. Archived and historical part applications
@@ -35,24 +37,26 @@ export declare class Tags extends APIResource {
35
37
  *
36
38
  * @example
37
39
  * ```ts
38
- * const tag = await client.tags.delete(
39
- * '67ec1234abcd5678ef901234',
40
- * );
40
+ * const conversationTag =
41
+ * await client.support.conversationTags.delete(
42
+ * '67ec1234abcd5678ef901234',
43
+ * );
41
44
  * ```
42
45
  */
43
- delete(id: string, params?: TagDeleteParams | null | undefined, options?: RequestOptions): APIPromise<TagDeleteResponse>;
46
+ delete(id: string, params?: ConversationTagDeleteParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTagDeleteResponse>;
44
47
  /**
45
48
  * Creates a new workspace conversation tag when only `name` is provided. If `id`
46
49
  * is also provided, the existing tag is renamed instead.
47
50
  *
48
51
  * @example
49
52
  * ```ts
50
- * const conversationTag = await client.tags.createOrRename({
51
- * name: 'Churn',
52
- * });
53
+ * const conversationTag =
54
+ * await client.support.conversationTags.createOrRename({
55
+ * name: 'Churn',
56
+ * });
53
57
  * ```
54
58
  */
55
- createOrRename(params: TagCreateOrRenameParams, options?: RequestOptions): APIPromise<ConversationTag>;
59
+ createOrRename(params: ConversationTagCreateOrRenameParams, options?: RequestOptions): APIPromise<ConversationTag>;
56
60
  }
57
61
  export interface ConversationTag {
58
62
  /**
@@ -68,7 +72,7 @@ export interface ConversationTag {
68
72
  */
69
73
  type: 'tag';
70
74
  }
71
- export interface TagListResponse {
75
+ export interface ConversationTagListResponse {
72
76
  /**
73
77
  * Array containing the actual response elements
74
78
  */
@@ -82,7 +86,7 @@ export interface TagListResponse {
82
86
  */
83
87
  object: 'list';
84
88
  }
85
- export interface TagDeleteResponse {
89
+ export interface ConversationTagDeleteResponse {
86
90
  /**
87
91
  * Unique tag identifier
88
92
  */
@@ -96,21 +100,21 @@ export interface TagDeleteResponse {
96
100
  */
97
101
  object: 'tag';
98
102
  }
99
- export interface TagRetrieveParams {
103
+ export interface ConversationTagRetrieveParams {
100
104
  /**
101
105
  * API version for this request. Defaults to your organization's configured API
102
106
  * version if not specified.
103
107
  */
104
108
  'Featurebase-Version'?: string;
105
109
  }
106
- export interface TagListParams {
110
+ export interface ConversationTagListParams {
107
111
  /**
108
112
  * API version for this request. Defaults to your organization's configured API
109
113
  * version if not specified.
110
114
  */
111
115
  'Featurebase-Version'?: string;
112
116
  }
113
- export interface TagDeleteParams {
117
+ export interface ConversationTagDeleteParams {
114
118
  /**
115
119
  * Body param: Optional admin ID for actor attribution and permission checks.
116
120
  */
@@ -121,7 +125,7 @@ export interface TagDeleteParams {
121
125
  */
122
126
  'Featurebase-Version'?: string;
123
127
  }
124
- export interface TagCreateOrRenameParams {
128
+ export interface ConversationTagCreateOrRenameParams {
125
129
  /**
126
130
  * Body param: Tag name
127
131
  */
@@ -141,7 +145,7 @@ export interface TagCreateOrRenameParams {
141
145
  */
142
146
  'Featurebase-Version'?: string;
143
147
  }
144
- export declare namespace Tags {
145
- export { type ConversationTag as ConversationTag, type TagListResponse as TagListResponse, type TagDeleteResponse as TagDeleteResponse, type TagRetrieveParams as TagRetrieveParams, type TagListParams as TagListParams, type TagDeleteParams as TagDeleteParams, type TagCreateOrRenameParams as TagCreateOrRenameParams, };
148
+ export declare namespace ConversationTags {
149
+ export { type ConversationTag as ConversationTag, type ConversationTagListResponse as ConversationTagListResponse, type ConversationTagDeleteResponse as ConversationTagDeleteResponse, type ConversationTagRetrieveParams as ConversationTagRetrieveParams, type ConversationTagListParams as ConversationTagListParams, type ConversationTagDeleteParams as ConversationTagDeleteParams, type ConversationTagCreateOrRenameParams as ConversationTagCreateOrRenameParams, };
146
150
  }
147
- //# sourceMappingURL=tags.d.ts.map
151
+ //# sourceMappingURL=conversation-tags.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-tags.d.mts","sourceRoot":"","sources":["../../src/resources/support/conversation-tags.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,6BAA6B,GAAG,IAAI,GAAG,SAAc,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAW9B;;;;;;;;;;OAUG;IACH,IAAI,CACF,MAAM,GAAE,yBAAyB,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,2BAA2B,CAAC;IAW1C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;IAY5C;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,MAAM,EAAE,mCAAmC,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;CAW/B;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,IAAI,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,WAAW,gBAAgB,CAAC;IACxC,OAAO,EACL,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
@@ -1,22 +1,23 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import { APIPromise } from "../core/api-promise.mjs";
3
- import { RequestOptions } from "../internal/request-options.mjs";
1
+ import { APIResource } from "../../core/resource.js";
2
+ import { APIPromise } from "../../core/api-promise.js";
3
+ import { RequestOptions } from "../../internal/request-options.js";
4
4
  /**
5
5
  * Conversation tags let you organize, filter, and automate around inbox conversations. Use these endpoints to list, look up, create, rename, and delete workspace conversation tags.
6
6
  */
7
- export declare class Tags extends APIResource {
7
+ export declare class ConversationTags extends APIResource {
8
8
  /**
9
9
  * Returns a single conversation tag by its Featurebase tag ID. Archived tags can
10
10
  * still be retrieved directly by ID, while permanently deleted tags return `404`.
11
11
  *
12
12
  * @example
13
13
  * ```ts
14
- * const conversationTag = await client.tags.retrieve(
15
- * '67ec1234abcd5678ef901234',
16
- * );
14
+ * const conversationTag =
15
+ * await client.support.conversationTags.retrieve(
16
+ * '67ec1234abcd5678ef901234',
17
+ * );
17
18
  * ```
18
19
  */
19
- retrieve(id: string, params?: TagRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTag>;
20
+ retrieve(id: string, params?: ConversationTagRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTag>;
20
21
  /**
21
22
  * Returns the live conversation tags available in the workspace tag catalog. These
22
23
  * are the canonical tags that power conversation payloads, filters, and tag
@@ -24,10 +25,11 @@ export declare class Tags extends APIResource {
24
25
  *
25
26
  * @example
26
27
  * ```ts
27
- * const tags = await client.tags.list();
28
+ * const conversationTags =
29
+ * await client.support.conversationTags.list();
28
30
  * ```
29
31
  */
30
- list(params?: TagListParams | null | undefined, options?: RequestOptions): APIPromise<TagListResponse>;
32
+ list(params?: ConversationTagListParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTagListResponse>;
31
33
  /**
32
34
  * Deletes a conversation tag from the workspace catalog and removes it from
33
35
  * aggregate conversation tag state. Archived and historical part applications
@@ -35,24 +37,26 @@ export declare class Tags extends APIResource {
35
37
  *
36
38
  * @example
37
39
  * ```ts
38
- * const tag = await client.tags.delete(
39
- * '67ec1234abcd5678ef901234',
40
- * );
40
+ * const conversationTag =
41
+ * await client.support.conversationTags.delete(
42
+ * '67ec1234abcd5678ef901234',
43
+ * );
41
44
  * ```
42
45
  */
43
- delete(id: string, params?: TagDeleteParams | null | undefined, options?: RequestOptions): APIPromise<TagDeleteResponse>;
46
+ delete(id: string, params?: ConversationTagDeleteParams | null | undefined, options?: RequestOptions): APIPromise<ConversationTagDeleteResponse>;
44
47
  /**
45
48
  * Creates a new workspace conversation tag when only `name` is provided. If `id`
46
49
  * is also provided, the existing tag is renamed instead.
47
50
  *
48
51
  * @example
49
52
  * ```ts
50
- * const conversationTag = await client.tags.createOrRename({
51
- * name: 'Churn',
52
- * });
53
+ * const conversationTag =
54
+ * await client.support.conversationTags.createOrRename({
55
+ * name: 'Churn',
56
+ * });
53
57
  * ```
54
58
  */
55
- createOrRename(params: TagCreateOrRenameParams, options?: RequestOptions): APIPromise<ConversationTag>;
59
+ createOrRename(params: ConversationTagCreateOrRenameParams, options?: RequestOptions): APIPromise<ConversationTag>;
56
60
  }
57
61
  export interface ConversationTag {
58
62
  /**
@@ -68,7 +72,7 @@ export interface ConversationTag {
68
72
  */
69
73
  type: 'tag';
70
74
  }
71
- export interface TagListResponse {
75
+ export interface ConversationTagListResponse {
72
76
  /**
73
77
  * Array containing the actual response elements
74
78
  */
@@ -82,7 +86,7 @@ export interface TagListResponse {
82
86
  */
83
87
  object: 'list';
84
88
  }
85
- export interface TagDeleteResponse {
89
+ export interface ConversationTagDeleteResponse {
86
90
  /**
87
91
  * Unique tag identifier
88
92
  */
@@ -96,21 +100,21 @@ export interface TagDeleteResponse {
96
100
  */
97
101
  object: 'tag';
98
102
  }
99
- export interface TagRetrieveParams {
103
+ export interface ConversationTagRetrieveParams {
100
104
  /**
101
105
  * API version for this request. Defaults to your organization's configured API
102
106
  * version if not specified.
103
107
  */
104
108
  'Featurebase-Version'?: string;
105
109
  }
106
- export interface TagListParams {
110
+ export interface ConversationTagListParams {
107
111
  /**
108
112
  * API version for this request. Defaults to your organization's configured API
109
113
  * version if not specified.
110
114
  */
111
115
  'Featurebase-Version'?: string;
112
116
  }
113
- export interface TagDeleteParams {
117
+ export interface ConversationTagDeleteParams {
114
118
  /**
115
119
  * Body param: Optional admin ID for actor attribution and permission checks.
116
120
  */
@@ -121,7 +125,7 @@ export interface TagDeleteParams {
121
125
  */
122
126
  'Featurebase-Version'?: string;
123
127
  }
124
- export interface TagCreateOrRenameParams {
128
+ export interface ConversationTagCreateOrRenameParams {
125
129
  /**
126
130
  * Body param: Tag name
127
131
  */
@@ -141,7 +145,7 @@ export interface TagCreateOrRenameParams {
141
145
  */
142
146
  'Featurebase-Version'?: string;
143
147
  }
144
- export declare namespace Tags {
145
- export { type ConversationTag as ConversationTag, type TagListResponse as TagListResponse, type TagDeleteResponse as TagDeleteResponse, type TagRetrieveParams as TagRetrieveParams, type TagListParams as TagListParams, type TagDeleteParams as TagDeleteParams, type TagCreateOrRenameParams as TagCreateOrRenameParams, };
148
+ export declare namespace ConversationTags {
149
+ export { type ConversationTag as ConversationTag, type ConversationTagListResponse as ConversationTagListResponse, type ConversationTagDeleteResponse as ConversationTagDeleteResponse, type ConversationTagRetrieveParams as ConversationTagRetrieveParams, type ConversationTagListParams as ConversationTagListParams, type ConversationTagDeleteParams as ConversationTagDeleteParams, type ConversationTagCreateOrRenameParams as ConversationTagCreateOrRenameParams, };
146
150
  }
147
- //# sourceMappingURL=tags.d.mts.map
151
+ //# sourceMappingURL=conversation-tags.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-tags.d.ts","sourceRoot":"","sources":["../../src/resources/support/conversation-tags.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,6BAA6B,GAAG,IAAI,GAAG,SAAc,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAW9B;;;;;;;;;;OAUG;IACH,IAAI,CACF,MAAM,GAAE,yBAAyB,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,2BAA2B,CAAC;IAW1C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;IAY5C;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,MAAM,EAAE,mCAAmC,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;CAW/B;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,IAAI,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC;CACf;AAED,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,WAAW,gBAAgB,CAAC;IACxC,OAAO,EACL,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
@@ -1,23 +1,24 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Tags = void 0;
5
- const resource_1 = require("../core/resource.js");
6
- const headers_1 = require("../internal/headers.js");
7
- const path_1 = require("../internal/utils/path.js");
4
+ exports.ConversationTags = void 0;
5
+ const resource_1 = require("../../core/resource.js");
6
+ const headers_1 = require("../../internal/headers.js");
7
+ const path_1 = require("../../internal/utils/path.js");
8
8
  /**
9
9
  * Conversation tags let you organize, filter, and automate around inbox conversations. Use these endpoints to list, look up, create, rename, and delete workspace conversation tags.
10
10
  */
11
- class Tags extends resource_1.APIResource {
11
+ class ConversationTags extends resource_1.APIResource {
12
12
  /**
13
13
  * Returns a single conversation tag by its Featurebase tag ID. Archived tags can
14
14
  * still be retrieved directly by ID, while permanently deleted tags return `404`.
15
15
  *
16
16
  * @example
17
17
  * ```ts
18
- * const conversationTag = await client.tags.retrieve(
19
- * '67ec1234abcd5678ef901234',
20
- * );
18
+ * const conversationTag =
19
+ * await client.support.conversationTags.retrieve(
20
+ * '67ec1234abcd5678ef901234',
21
+ * );
21
22
  * ```
22
23
  */
23
24
  retrieve(id, params = {}, options) {
@@ -37,7 +38,8 @@ class Tags extends resource_1.APIResource {
37
38
  *
38
39
  * @example
39
40
  * ```ts
40
- * const tags = await client.tags.list();
41
+ * const conversationTags =
42
+ * await client.support.conversationTags.list();
41
43
  * ```
42
44
  */
43
45
  list(params = {}, options) {
@@ -57,9 +59,10 @@ class Tags extends resource_1.APIResource {
57
59
  *
58
60
  * @example
59
61
  * ```ts
60
- * const tag = await client.tags.delete(
61
- * '67ec1234abcd5678ef901234',
62
- * );
62
+ * const conversationTag =
63
+ * await client.support.conversationTags.delete(
64
+ * '67ec1234abcd5678ef901234',
65
+ * );
63
66
  * ```
64
67
  */
65
68
  delete(id, params = {}, options) {
@@ -79,9 +82,10 @@ class Tags extends resource_1.APIResource {
79
82
  *
80
83
  * @example
81
84
  * ```ts
82
- * const conversationTag = await client.tags.createOrRename({
83
- * name: 'Churn',
84
- * });
85
+ * const conversationTag =
86
+ * await client.support.conversationTags.createOrRename({
87
+ * name: 'Churn',
88
+ * });
85
89
  * ```
86
90
  */
87
91
  createOrRename(params, options) {
@@ -96,5 +100,5 @@ class Tags extends resource_1.APIResource {
96
100
  });
97
101
  }
98
102
  }
99
- exports.Tags = Tags;
100
- //# sourceMappingURL=tags.js.map
103
+ exports.ConversationTags = ConversationTags;
104
+ //# sourceMappingURL=conversation-tags.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-tags.js","sourceRoot":"","sources":["../../src/resources/support/conversation-tags.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,uDAAsD;AAEtD,uDAAiD;AAEjD;;GAEG;AACH,MAAa,gBAAiB,SAAQ,sBAAW;IAC/C;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,EAAU,EACV,SAA2D,EAAE,EAC7D,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,YAAY,EAAE,EAAE,EAAE;YAC5C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE;YAClC,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAU,EACV,SAAyD,EAAE,EAC3D,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,YAAY,EAAE,EAAE,EAAE;YAC/C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,MAA2C,EAC3C,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACtE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE;YACnC,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF;AA5GD,4CA4GC"}
@@ -1,20 +1,21 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../core/resource.mjs";
3
- import { buildHeaders } from "../internal/headers.mjs";
4
- import { path } from "../internal/utils/path.mjs";
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import { buildHeaders } from "../../internal/headers.mjs";
4
+ import { path } from "../../internal/utils/path.mjs";
5
5
  /**
6
6
  * Conversation tags let you organize, filter, and automate around inbox conversations. Use these endpoints to list, look up, create, rename, and delete workspace conversation tags.
7
7
  */
8
- export class Tags extends APIResource {
8
+ export class ConversationTags extends APIResource {
9
9
  /**
10
10
  * Returns a single conversation tag by its Featurebase tag ID. Archived tags can
11
11
  * still be retrieved directly by ID, while permanently deleted tags return `404`.
12
12
  *
13
13
  * @example
14
14
  * ```ts
15
- * const conversationTag = await client.tags.retrieve(
16
- * '67ec1234abcd5678ef901234',
17
- * );
15
+ * const conversationTag =
16
+ * await client.support.conversationTags.retrieve(
17
+ * '67ec1234abcd5678ef901234',
18
+ * );
18
19
  * ```
19
20
  */
20
21
  retrieve(id, params = {}, options) {
@@ -34,7 +35,8 @@ export class Tags extends APIResource {
34
35
  *
35
36
  * @example
36
37
  * ```ts
37
- * const tags = await client.tags.list();
38
+ * const conversationTags =
39
+ * await client.support.conversationTags.list();
38
40
  * ```
39
41
  */
40
42
  list(params = {}, options) {
@@ -54,9 +56,10 @@ export class Tags extends APIResource {
54
56
  *
55
57
  * @example
56
58
  * ```ts
57
- * const tag = await client.tags.delete(
58
- * '67ec1234abcd5678ef901234',
59
- * );
59
+ * const conversationTag =
60
+ * await client.support.conversationTags.delete(
61
+ * '67ec1234abcd5678ef901234',
62
+ * );
60
63
  * ```
61
64
  */
62
65
  delete(id, params = {}, options) {
@@ -76,9 +79,10 @@ export class Tags extends APIResource {
76
79
  *
77
80
  * @example
78
81
  * ```ts
79
- * const conversationTag = await client.tags.createOrRename({
80
- * name: 'Churn',
81
- * });
82
+ * const conversationTag =
83
+ * await client.support.conversationTags.createOrRename({
84
+ * name: 'Churn',
85
+ * });
82
86
  * ```
83
87
  */
84
88
  createOrRename(params, options) {
@@ -93,4 +97,4 @@ export class Tags extends APIResource {
93
97
  });
94
98
  }
95
99
  }
96
- //# sourceMappingURL=tags.mjs.map
100
+ //# sourceMappingURL=conversation-tags.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversation-tags.mjs","sourceRoot":"","sources":["../../src/resources/support/conversation-tags.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf;;GAEG;AACH,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,EAAU,EACV,SAA2D,EAAE,EAC7D,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,YAAY,EAAE,EAAE,EAAE;YAC5C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CACF,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE;YAClC,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAU,EACV,SAAyD,EAAE,EAC3D,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,YAAY,EAAE,EAAE,EAAE;YAC/C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,MAA2C,EAC3C,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACtE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE;YACnC,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,kBAAkB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC/F,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}