featurebase-node 0.0.2

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 (795) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/LICENSE +201 -0
  3. package/README.md +356 -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 +274 -0
  13. package/client.d.mts.map +1 -0
  14. package/client.d.ts +274 -0
  15. package/client.d.ts.map +1 -0
  16. package/client.js +569 -0
  17. package/client.js.map +1 -0
  18. package/client.mjs +565 -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 +40 -0
  105. package/internal/parse.js.map +1 -0
  106. package/internal/parse.mjs +37 -0
  107. package/internal/parse.mjs.map +1 -0
  108. package/internal/qs/formats.d.mts +7 -0
  109. package/internal/qs/formats.d.mts.map +1 -0
  110. package/internal/qs/formats.d.ts +7 -0
  111. package/internal/qs/formats.d.ts.map +1 -0
  112. package/internal/qs/formats.js +13 -0
  113. package/internal/qs/formats.js.map +1 -0
  114. package/internal/qs/formats.mjs +9 -0
  115. package/internal/qs/formats.mjs.map +1 -0
  116. package/internal/qs/index.d.mts +10 -0
  117. package/internal/qs/index.d.mts.map +1 -0
  118. package/internal/qs/index.d.ts +10 -0
  119. package/internal/qs/index.d.ts.map +1 -0
  120. package/internal/qs/index.js +14 -0
  121. package/internal/qs/index.js.map +1 -0
  122. package/internal/qs/index.mjs +10 -0
  123. package/internal/qs/index.mjs.map +1 -0
  124. package/internal/qs/stringify.d.mts +3 -0
  125. package/internal/qs/stringify.d.mts.map +1 -0
  126. package/internal/qs/stringify.d.ts +3 -0
  127. package/internal/qs/stringify.d.ts.map +1 -0
  128. package/internal/qs/stringify.js +277 -0
  129. package/internal/qs/stringify.js.map +1 -0
  130. package/internal/qs/stringify.mjs +274 -0
  131. package/internal/qs/stringify.mjs.map +1 -0
  132. package/internal/qs/types.d.mts +57 -0
  133. package/internal/qs/types.d.mts.map +1 -0
  134. package/internal/qs/types.d.ts +57 -0
  135. package/internal/qs/types.d.ts.map +1 -0
  136. package/internal/qs/types.js +3 -0
  137. package/internal/qs/types.js.map +1 -0
  138. package/internal/qs/types.mjs +2 -0
  139. package/internal/qs/types.mjs.map +1 -0
  140. package/internal/qs/utils.d.mts +15 -0
  141. package/internal/qs/utils.d.mts.map +1 -0
  142. package/internal/qs/utils.d.ts +15 -0
  143. package/internal/qs/utils.d.ts.map +1 -0
  144. package/internal/qs/utils.js +230 -0
  145. package/internal/qs/utils.js.map +1 -0
  146. package/internal/qs/utils.mjs +217 -0
  147. package/internal/qs/utils.mjs.map +1 -0
  148. package/internal/request-options.d.mts +75 -0
  149. package/internal/request-options.d.mts.map +1 -0
  150. package/internal/request-options.d.ts +75 -0
  151. package/internal/request-options.d.ts.map +1 -0
  152. package/internal/request-options.js +14 -0
  153. package/internal/request-options.js.map +1 -0
  154. package/internal/request-options.mjs +10 -0
  155. package/internal/request-options.mjs.map +1 -0
  156. package/internal/shim-types.d.mts +17 -0
  157. package/internal/shim-types.d.mts.map +1 -0
  158. package/internal/shim-types.d.ts +17 -0
  159. package/internal/shim-types.d.ts.map +1 -0
  160. package/internal/shim-types.js +4 -0
  161. package/internal/shim-types.js.map +1 -0
  162. package/internal/shim-types.mjs +3 -0
  163. package/internal/shim-types.mjs.map +1 -0
  164. package/internal/shims.d.mts +20 -0
  165. package/internal/shims.d.mts.map +1 -0
  166. package/internal/shims.d.ts +20 -0
  167. package/internal/shims.d.ts.map +1 -0
  168. package/internal/shims.js +92 -0
  169. package/internal/shims.js.map +1 -0
  170. package/internal/shims.mjs +85 -0
  171. package/internal/shims.mjs.map +1 -0
  172. package/internal/to-file.d.mts +45 -0
  173. package/internal/to-file.d.mts.map +1 -0
  174. package/internal/to-file.d.ts +45 -0
  175. package/internal/to-file.d.ts.map +1 -0
  176. package/internal/to-file.js +91 -0
  177. package/internal/to-file.js.map +1 -0
  178. package/internal/to-file.mjs +88 -0
  179. package/internal/to-file.mjs.map +1 -0
  180. package/internal/tslib.js +81 -0
  181. package/internal/tslib.mjs +17 -0
  182. package/internal/types.d.mts +69 -0
  183. package/internal/types.d.mts.map +1 -0
  184. package/internal/types.d.ts +69 -0
  185. package/internal/types.d.ts.map +1 -0
  186. package/internal/types.js +4 -0
  187. package/internal/types.js.map +1 -0
  188. package/internal/types.mjs +3 -0
  189. package/internal/types.mjs.map +1 -0
  190. package/internal/uploads.d.mts +42 -0
  191. package/internal/uploads.d.mts.map +1 -0
  192. package/internal/uploads.d.ts +42 -0
  193. package/internal/uploads.d.ts.map +1 -0
  194. package/internal/uploads.js +141 -0
  195. package/internal/uploads.js.map +1 -0
  196. package/internal/uploads.mjs +131 -0
  197. package/internal/uploads.mjs.map +1 -0
  198. package/internal/utils/base64.d.mts +3 -0
  199. package/internal/utils/base64.d.mts.map +1 -0
  200. package/internal/utils/base64.d.ts +3 -0
  201. package/internal/utils/base64.d.ts.map +1 -0
  202. package/internal/utils/base64.js +38 -0
  203. package/internal/utils/base64.js.map +1 -0
  204. package/internal/utils/base64.mjs +33 -0
  205. package/internal/utils/base64.mjs.map +1 -0
  206. package/internal/utils/bytes.d.mts +4 -0
  207. package/internal/utils/bytes.d.mts.map +1 -0
  208. package/internal/utils/bytes.d.ts +4 -0
  209. package/internal/utils/bytes.d.ts.map +1 -0
  210. package/internal/utils/bytes.js +31 -0
  211. package/internal/utils/bytes.js.map +1 -0
  212. package/internal/utils/bytes.mjs +26 -0
  213. package/internal/utils/bytes.mjs.map +1 -0
  214. package/internal/utils/env.d.mts +9 -0
  215. package/internal/utils/env.d.mts.map +1 -0
  216. package/internal/utils/env.d.ts +9 -0
  217. package/internal/utils/env.d.ts.map +1 -0
  218. package/internal/utils/env.js +22 -0
  219. package/internal/utils/env.js.map +1 -0
  220. package/internal/utils/env.mjs +18 -0
  221. package/internal/utils/env.mjs.map +1 -0
  222. package/internal/utils/log.d.mts +37 -0
  223. package/internal/utils/log.d.mts.map +1 -0
  224. package/internal/utils/log.d.ts +37 -0
  225. package/internal/utils/log.d.ts.map +1 -0
  226. package/internal/utils/log.js +85 -0
  227. package/internal/utils/log.js.map +1 -0
  228. package/internal/utils/log.mjs +79 -0
  229. package/internal/utils/log.mjs.map +1 -0
  230. package/internal/utils/path.d.mts +15 -0
  231. package/internal/utils/path.d.mts.map +1 -0
  232. package/internal/utils/path.d.ts +15 -0
  233. package/internal/utils/path.d.ts.map +1 -0
  234. package/internal/utils/path.js +79 -0
  235. package/internal/utils/path.js.map +1 -0
  236. package/internal/utils/path.mjs +74 -0
  237. package/internal/utils/path.mjs.map +1 -0
  238. package/internal/utils/query.d.mts +2 -0
  239. package/internal/utils/query.d.mts.map +1 -0
  240. package/internal/utils/query.d.ts +2 -0
  241. package/internal/utils/query.d.ts.map +1 -0
  242. package/internal/utils/query.js +10 -0
  243. package/internal/utils/query.js.map +1 -0
  244. package/internal/utils/query.mjs +6 -0
  245. package/internal/utils/query.mjs.map +1 -0
  246. package/internal/utils/sleep.d.mts +2 -0
  247. package/internal/utils/sleep.d.mts.map +1 -0
  248. package/internal/utils/sleep.d.ts +2 -0
  249. package/internal/utils/sleep.d.ts.map +1 -0
  250. package/internal/utils/sleep.js +7 -0
  251. package/internal/utils/sleep.js.map +1 -0
  252. package/internal/utils/sleep.mjs +3 -0
  253. package/internal/utils/sleep.mjs.map +1 -0
  254. package/internal/utils/uuid.d.mts +5 -0
  255. package/internal/utils/uuid.d.mts.map +1 -0
  256. package/internal/utils/uuid.d.ts +5 -0
  257. package/internal/utils/uuid.d.ts.map +1 -0
  258. package/internal/utils/uuid.js +19 -0
  259. package/internal/utils/uuid.js.map +1 -0
  260. package/internal/utils/uuid.mjs +15 -0
  261. package/internal/utils/uuid.mjs.map +1 -0
  262. package/internal/utils/values.d.mts +18 -0
  263. package/internal/utils/values.d.mts.map +1 -0
  264. package/internal/utils/values.d.ts +18 -0
  265. package/internal/utils/values.d.ts.map +1 -0
  266. package/internal/utils/values.js +112 -0
  267. package/internal/utils/values.js.map +1 -0
  268. package/internal/utils/values.mjs +94 -0
  269. package/internal/utils/values.mjs.map +1 -0
  270. package/internal/utils.d.mts +8 -0
  271. package/internal/utils.d.mts.map +1 -0
  272. package/internal/utils.d.ts +8 -0
  273. package/internal/utils.d.ts.map +1 -0
  274. package/internal/utils.js +12 -0
  275. package/internal/utils.js.map +1 -0
  276. package/internal/utils.mjs +9 -0
  277. package/internal/utils.mjs.map +1 -0
  278. package/package.json +143 -0
  279. package/resource.d.mts +2 -0
  280. package/resource.d.mts.map +1 -0
  281. package/resource.d.ts +2 -0
  282. package/resource.d.ts.map +1 -0
  283. package/resource.js +6 -0
  284. package/resource.js.map +1 -0
  285. package/resource.mjs +2 -0
  286. package/resource.mjs.map +1 -0
  287. package/resources/admins.d.mts +437 -0
  288. package/resources/admins.d.mts.map +1 -0
  289. package/resources/admins.d.ts +437 -0
  290. package/resources/admins.d.ts.map +1 -0
  291. package/resources/admins.js +157 -0
  292. package/resources/admins.js.map +1 -0
  293. package/resources/admins.mjs +153 -0
  294. package/resources/admins.mjs.map +1 -0
  295. package/resources/boards.d.mts +202 -0
  296. package/resources/boards.d.mts.map +1 -0
  297. package/resources/boards.d.ts +202 -0
  298. package/resources/boards.d.ts.map +1 -0
  299. package/resources/boards.js +52 -0
  300. package/resources/boards.js.map +1 -0
  301. package/resources/boards.mjs +48 -0
  302. package/resources/boards.mjs.map +1 -0
  303. package/resources/brands.d.mts +180 -0
  304. package/resources/brands.d.mts.map +1 -0
  305. package/resources/brands.d.ts +180 -0
  306. package/resources/brands.d.ts.map +1 -0
  307. package/resources/brands.js +130 -0
  308. package/resources/brands.js.map +1 -0
  309. package/resources/brands.mjs +126 -0
  310. package/resources/brands.mjs.map +1 -0
  311. package/resources/changelogs/changelogs.d.mts +723 -0
  312. package/resources/changelogs/changelogs.d.mts.map +1 -0
  313. package/resources/changelogs/changelogs.d.ts +723 -0
  314. package/resources/changelogs/changelogs.d.ts.map +1 -0
  315. package/resources/changelogs/changelogs.js +406 -0
  316. package/resources/changelogs/changelogs.js.map +1 -0
  317. package/resources/changelogs/changelogs.mjs +401 -0
  318. package/resources/changelogs/changelogs.mjs.map +1 -0
  319. package/resources/changelogs/index.d.mts +3 -0
  320. package/resources/changelogs/index.d.mts.map +1 -0
  321. package/resources/changelogs/index.d.ts +3 -0
  322. package/resources/changelogs/index.d.ts.map +1 -0
  323. package/resources/changelogs/index.js +9 -0
  324. package/resources/changelogs/index.js.map +1 -0
  325. package/resources/changelogs/index.mjs +4 -0
  326. package/resources/changelogs/index.mjs.map +1 -0
  327. package/resources/changelogs/subscribers.d.mts +145 -0
  328. package/resources/changelogs/subscribers.d.mts.map +1 -0
  329. package/resources/changelogs/subscribers.d.ts +145 -0
  330. package/resources/changelogs/subscribers.d.ts.map +1 -0
  331. package/resources/changelogs/subscribers.js +119 -0
  332. package/resources/changelogs/subscribers.js.map +1 -0
  333. package/resources/changelogs/subscribers.mjs +115 -0
  334. package/resources/changelogs/subscribers.mjs.map +1 -0
  335. package/resources/changelogs.d.mts +2 -0
  336. package/resources/changelogs.d.mts.map +1 -0
  337. package/resources/changelogs.d.ts +2 -0
  338. package/resources/changelogs.d.ts.map +1 -0
  339. package/resources/changelogs.js +6 -0
  340. package/resources/changelogs.js.map +1 -0
  341. package/resources/changelogs.mjs +3 -0
  342. package/resources/changelogs.mjs.map +1 -0
  343. package/resources/comments.d.mts +632 -0
  344. package/resources/comments.d.mts.map +1 -0
  345. package/resources/comments.d.ts +632 -0
  346. package/resources/comments.d.ts.map +1 -0
  347. package/resources/comments.js +397 -0
  348. package/resources/comments.js.map +1 -0
  349. package/resources/comments.mjs +393 -0
  350. package/resources/comments.mjs.map +1 -0
  351. package/resources/companies/companies.d.mts +497 -0
  352. package/resources/companies/companies.d.mts.map +1 -0
  353. package/resources/companies/companies.d.ts +497 -0
  354. package/resources/companies/companies.d.ts.map +1 -0
  355. package/resources/companies/companies.js +368 -0
  356. package/resources/companies/companies.js.map +1 -0
  357. package/resources/companies/companies.mjs +363 -0
  358. package/resources/companies/companies.mjs.map +1 -0
  359. package/resources/companies/contacts.d.mts +236 -0
  360. package/resources/companies/contacts.d.mts.map +1 -0
  361. package/resources/companies/contacts.d.ts +236 -0
  362. package/resources/companies/contacts.d.ts.map +1 -0
  363. package/resources/companies/contacts.js +218 -0
  364. package/resources/companies/contacts.js.map +1 -0
  365. package/resources/companies/contacts.mjs +214 -0
  366. package/resources/companies/contacts.mjs.map +1 -0
  367. package/resources/companies/index.d.mts +3 -0
  368. package/resources/companies/index.d.mts.map +1 -0
  369. package/resources/companies/index.d.ts +3 -0
  370. package/resources/companies/index.d.ts.map +1 -0
  371. package/resources/companies/index.js +9 -0
  372. package/resources/companies/index.js.map +1 -0
  373. package/resources/companies/index.mjs +4 -0
  374. package/resources/companies/index.mjs.map +1 -0
  375. package/resources/companies.d.mts +2 -0
  376. package/resources/companies.d.mts.map +1 -0
  377. package/resources/companies.d.ts +2 -0
  378. package/resources/companies.d.ts.map +1 -0
  379. package/resources/companies.js +6 -0
  380. package/resources/companies.js.map +1 -0
  381. package/resources/companies.mjs +3 -0
  382. package/resources/companies.mjs.map +1 -0
  383. package/resources/contacts/by-user-id/by-user-id.d.mts +147 -0
  384. package/resources/contacts/by-user-id/by-user-id.d.mts.map +1 -0
  385. package/resources/contacts/by-user-id/by-user-id.d.ts +147 -0
  386. package/resources/contacts/by-user-id/by-user-id.d.ts.map +1 -0
  387. package/resources/contacts/by-user-id/by-user-id.js +152 -0
  388. package/resources/contacts/by-user-id/by-user-id.js.map +1 -0
  389. package/resources/contacts/by-user-id/by-user-id.mjs +147 -0
  390. package/resources/contacts/by-user-id/by-user-id.mjs.map +1 -0
  391. package/resources/contacts/by-user-id/email-preferences.d.mts +199 -0
  392. package/resources/contacts/by-user-id/email-preferences.d.mts.map +1 -0
  393. package/resources/contacts/by-user-id/email-preferences.d.ts +199 -0
  394. package/resources/contacts/by-user-id/email-preferences.d.ts.map +1 -0
  395. package/resources/contacts/by-user-id/email-preferences.js +176 -0
  396. package/resources/contacts/by-user-id/email-preferences.js.map +1 -0
  397. package/resources/contacts/by-user-id/email-preferences.mjs +172 -0
  398. package/resources/contacts/by-user-id/email-preferences.mjs.map +1 -0
  399. package/resources/contacts/by-user-id/index.d.mts +3 -0
  400. package/resources/contacts/by-user-id/index.d.mts.map +1 -0
  401. package/resources/contacts/by-user-id/index.d.ts +3 -0
  402. package/resources/contacts/by-user-id/index.d.ts.map +1 -0
  403. package/resources/contacts/by-user-id/index.js +9 -0
  404. package/resources/contacts/by-user-id/index.js.map +1 -0
  405. package/resources/contacts/by-user-id/index.mjs +4 -0
  406. package/resources/contacts/by-user-id/index.mjs.map +1 -0
  407. package/resources/contacts/by-user-id.d.mts +2 -0
  408. package/resources/contacts/by-user-id.d.mts.map +1 -0
  409. package/resources/contacts/by-user-id.d.ts +2 -0
  410. package/resources/contacts/by-user-id.d.ts.map +1 -0
  411. package/resources/contacts/by-user-id.js +6 -0
  412. package/resources/contacts/by-user-id.js.map +1 -0
  413. package/resources/contacts/by-user-id.mjs +3 -0
  414. package/resources/contacts/by-user-id.mjs.map +1 -0
  415. package/resources/contacts/contacts.d.mts +708 -0
  416. package/resources/contacts/contacts.d.mts.map +1 -0
  417. package/resources/contacts/contacts.d.ts +708 -0
  418. package/resources/contacts/contacts.d.ts.map +1 -0
  419. package/resources/contacts/contacts.js +444 -0
  420. package/resources/contacts/contacts.js.map +1 -0
  421. package/resources/contacts/contacts.mjs +439 -0
  422. package/resources/contacts/contacts.mjs.map +1 -0
  423. package/resources/contacts/email-preferences.d.mts +334 -0
  424. package/resources/contacts/email-preferences.d.mts.map +1 -0
  425. package/resources/contacts/email-preferences.d.ts +334 -0
  426. package/resources/contacts/email-preferences.d.ts.map +1 -0
  427. package/resources/contacts/email-preferences.js +219 -0
  428. package/resources/contacts/email-preferences.js.map +1 -0
  429. package/resources/contacts/email-preferences.mjs +215 -0
  430. package/resources/contacts/email-preferences.mjs.map +1 -0
  431. package/resources/contacts/index.d.mts +4 -0
  432. package/resources/contacts/index.d.mts.map +1 -0
  433. package/resources/contacts/index.d.ts +4 -0
  434. package/resources/contacts/index.d.ts.map +1 -0
  435. package/resources/contacts/index.js +11 -0
  436. package/resources/contacts/index.js.map +1 -0
  437. package/resources/contacts/index.mjs +5 -0
  438. package/resources/contacts/index.mjs.map +1 -0
  439. package/resources/contacts.d.mts +2 -0
  440. package/resources/contacts.d.mts.map +1 -0
  441. package/resources/contacts.d.ts +2 -0
  442. package/resources/contacts.d.ts.map +1 -0
  443. package/resources/contacts.js +6 -0
  444. package/resources/contacts.js.map +1 -0
  445. package/resources/contacts.mjs +3 -0
  446. package/resources/contacts.mjs.map +1 -0
  447. package/resources/conversations/conversations.d.mts +2235 -0
  448. package/resources/conversations/conversations.d.mts.map +1 -0
  449. package/resources/conversations/conversations.d.ts +2235 -0
  450. package/resources/conversations/conversations.d.ts.map +1 -0
  451. package/resources/conversations/conversations.js +753 -0
  452. package/resources/conversations/conversations.js.map +1 -0
  453. package/resources/conversations/conversations.mjs +748 -0
  454. package/resources/conversations/conversations.mjs.map +1 -0
  455. package/resources/conversations/index.d.mts +4 -0
  456. package/resources/conversations/index.d.mts.map +1 -0
  457. package/resources/conversations/index.d.ts +4 -0
  458. package/resources/conversations/index.d.ts.map +1 -0
  459. package/resources/conversations/index.js +11 -0
  460. package/resources/conversations/index.js.map +1 -0
  461. package/resources/conversations/index.mjs +5 -0
  462. package/resources/conversations/index.mjs.map +1 -0
  463. package/resources/conversations/participants.d.mts +217 -0
  464. package/resources/conversations/participants.d.mts.map +1 -0
  465. package/resources/conversations/participants.d.ts +217 -0
  466. package/resources/conversations/participants.d.ts.map +1 -0
  467. package/resources/conversations/participants.js +185 -0
  468. package/resources/conversations/participants.js.map +1 -0
  469. package/resources/conversations/participants.mjs +181 -0
  470. package/resources/conversations/participants.mjs.map +1 -0
  471. package/resources/conversations/tags.d.mts +200 -0
  472. package/resources/conversations/tags.d.mts.map +1 -0
  473. package/resources/conversations/tags.d.ts +200 -0
  474. package/resources/conversations/tags.d.ts.map +1 -0
  475. package/resources/conversations/tags.js +138 -0
  476. package/resources/conversations/tags.js.map +1 -0
  477. package/resources/conversations/tags.mjs +134 -0
  478. package/resources/conversations/tags.mjs.map +1 -0
  479. package/resources/conversations.d.mts +2 -0
  480. package/resources/conversations.d.mts.map +1 -0
  481. package/resources/conversations.d.ts +2 -0
  482. package/resources/conversations.d.ts.map +1 -0
  483. package/resources/conversations.js +6 -0
  484. package/resources/conversations.js.map +1 -0
  485. package/resources/conversations.mjs +3 -0
  486. package/resources/conversations.mjs.map +1 -0
  487. package/resources/custom-fields.d.mts +189 -0
  488. package/resources/custom-fields.d.mts.map +1 -0
  489. package/resources/custom-fields.d.ts +189 -0
  490. package/resources/custom-fields.d.ts.map +1 -0
  491. package/resources/custom-fields.js +92 -0
  492. package/resources/custom-fields.js.map +1 -0
  493. package/resources/custom-fields.mjs +88 -0
  494. package/resources/custom-fields.mjs.map +1 -0
  495. package/resources/help-center/articles.d.mts +770 -0
  496. package/resources/help-center/articles.d.mts.map +1 -0
  497. package/resources/help-center/articles.d.ts +770 -0
  498. package/resources/help-center/articles.d.ts.map +1 -0
  499. package/resources/help-center/articles.js +296 -0
  500. package/resources/help-center/articles.js.map +1 -0
  501. package/resources/help-center/articles.mjs +292 -0
  502. package/resources/help-center/articles.mjs.map +1 -0
  503. package/resources/help-center/collections.d.mts +669 -0
  504. package/resources/help-center/collections.d.mts.map +1 -0
  505. package/resources/help-center/collections.d.ts +669 -0
  506. package/resources/help-center/collections.d.ts.map +1 -0
  507. package/resources/help-center/collections.js +278 -0
  508. package/resources/help-center/collections.js.map +1 -0
  509. package/resources/help-center/collections.mjs +274 -0
  510. package/resources/help-center/collections.mjs.map +1 -0
  511. package/resources/help-center/help-center.d.mts +22 -0
  512. package/resources/help-center/help-center.d.mts.map +1 -0
  513. package/resources/help-center/help-center.d.ts +22 -0
  514. package/resources/help-center/help-center.d.ts.map +1 -0
  515. package/resources/help-center/help-center.js +29 -0
  516. package/resources/help-center/help-center.js.map +1 -0
  517. package/resources/help-center/help-center.mjs +24 -0
  518. package/resources/help-center/help-center.mjs.map +1 -0
  519. package/resources/help-center/help-centers.d.mts +312 -0
  520. package/resources/help-center/help-centers.d.mts.map +1 -0
  521. package/resources/help-center/help-centers.d.ts +312 -0
  522. package/resources/help-center/help-centers.d.ts.map +1 -0
  523. package/resources/help-center/help-centers.js +111 -0
  524. package/resources/help-center/help-centers.js.map +1 -0
  525. package/resources/help-center/help-centers.mjs +107 -0
  526. package/resources/help-center/help-centers.mjs.map +1 -0
  527. package/resources/help-center/index.d.mts +6 -0
  528. package/resources/help-center/index.d.mts.map +1 -0
  529. package/resources/help-center/index.d.ts +6 -0
  530. package/resources/help-center/index.d.ts.map +1 -0
  531. package/resources/help-center/index.js +15 -0
  532. package/resources/help-center/index.js.map +1 -0
  533. package/resources/help-center/index.mjs +7 -0
  534. package/resources/help-center/index.mjs.map +1 -0
  535. package/resources/help-center/redirect-rules.d.mts +417 -0
  536. package/resources/help-center/redirect-rules.d.mts.map +1 -0
  537. package/resources/help-center/redirect-rules.d.ts +417 -0
  538. package/resources/help-center/redirect-rules.d.ts.map +1 -0
  539. package/resources/help-center/redirect-rules.js +297 -0
  540. package/resources/help-center/redirect-rules.js.map +1 -0
  541. package/resources/help-center/redirect-rules.mjs +293 -0
  542. package/resources/help-center/redirect-rules.mjs.map +1 -0
  543. package/resources/help-center.d.mts +2 -0
  544. package/resources/help-center.d.mts.map +1 -0
  545. package/resources/help-center.d.ts +2 -0
  546. package/resources/help-center.d.ts.map +1 -0
  547. package/resources/help-center.js +6 -0
  548. package/resources/help-center.js.map +1 -0
  549. package/resources/help-center.mjs +3 -0
  550. package/resources/help-center.mjs.map +1 -0
  551. package/resources/index.d.mts +18 -0
  552. package/resources/index.d.mts.map +1 -0
  553. package/resources/index.d.ts +18 -0
  554. package/resources/index.d.ts.map +1 -0
  555. package/resources/index.js +39 -0
  556. package/resources/index.js.map +1 -0
  557. package/resources/index.mjs +19 -0
  558. package/resources/index.mjs.map +1 -0
  559. package/resources/post-statuses.d.mts +74 -0
  560. package/resources/post-statuses.d.mts.map +1 -0
  561. package/resources/post-statuses.d.ts +74 -0
  562. package/resources/post-statuses.d.ts.map +1 -0
  563. package/resources/post-statuses.js +53 -0
  564. package/resources/post-statuses.js.map +1 -0
  565. package/resources/post-statuses.mjs +49 -0
  566. package/resources/post-statuses.mjs.map +1 -0
  567. package/resources/posts/index.d.mts +3 -0
  568. package/resources/posts/index.d.mts.map +1 -0
  569. package/resources/posts/index.d.ts +3 -0
  570. package/resources/posts/index.d.ts.map +1 -0
  571. package/resources/posts/index.js +9 -0
  572. package/resources/posts/index.js.map +1 -0
  573. package/resources/posts/index.mjs +4 -0
  574. package/resources/posts/index.mjs.map +1 -0
  575. package/resources/posts/posts.d.mts +799 -0
  576. package/resources/posts/posts.d.mts.map +1 -0
  577. package/resources/posts/posts.d.ts +799 -0
  578. package/resources/posts/posts.d.ts.map +1 -0
  579. package/resources/posts/posts.js +271 -0
  580. package/resources/posts/posts.js.map +1 -0
  581. package/resources/posts/posts.mjs +266 -0
  582. package/resources/posts/posts.mjs.map +1 -0
  583. package/resources/posts/voters.d.mts +359 -0
  584. package/resources/posts/voters.d.mts.map +1 -0
  585. package/resources/posts/voters.d.ts +359 -0
  586. package/resources/posts/voters.d.ts.map +1 -0
  587. package/resources/posts/voters.js +171 -0
  588. package/resources/posts/voters.js.map +1 -0
  589. package/resources/posts/voters.mjs +167 -0
  590. package/resources/posts/voters.mjs.map +1 -0
  591. package/resources/posts.d.mts +2 -0
  592. package/resources/posts.d.mts.map +1 -0
  593. package/resources/posts.d.ts +2 -0
  594. package/resources/posts.d.ts.map +1 -0
  595. package/resources/posts.js +6 -0
  596. package/resources/posts.js.map +1 -0
  597. package/resources/posts.mjs +3 -0
  598. package/resources/posts.mjs.map +1 -0
  599. package/resources/surveys.d.mts +451 -0
  600. package/resources/surveys.d.mts.map +1 -0
  601. package/resources/surveys.d.ts +451 -0
  602. package/resources/surveys.d.ts.map +1 -0
  603. package/resources/surveys.js +149 -0
  604. package/resources/surveys.js.map +1 -0
  605. package/resources/surveys.mjs +145 -0
  606. package/resources/surveys.mjs.map +1 -0
  607. package/resources/tags.d.mts +147 -0
  608. package/resources/tags.d.mts.map +1 -0
  609. package/resources/tags.d.ts +147 -0
  610. package/resources/tags.d.ts.map +1 -0
  611. package/resources/tags.js +100 -0
  612. package/resources/tags.js.map +1 -0
  613. package/resources/tags.mjs +96 -0
  614. package/resources/tags.mjs.map +1 -0
  615. package/resources/teams.d.mts +165 -0
  616. package/resources/teams.d.mts.map +1 -0
  617. package/resources/teams.d.ts +165 -0
  618. package/resources/teams.d.ts.map +1 -0
  619. package/resources/teams.js +120 -0
  620. package/resources/teams.js.map +1 -0
  621. package/resources/teams.mjs +116 -0
  622. package/resources/teams.mjs.map +1 -0
  623. package/resources/tickets/categories.d.mts +63 -0
  624. package/resources/tickets/categories.d.mts.map +1 -0
  625. package/resources/tickets/categories.d.ts +63 -0
  626. package/resources/tickets/categories.d.ts.map +1 -0
  627. package/resources/tickets/categories.js +67 -0
  628. package/resources/tickets/categories.js.map +1 -0
  629. package/resources/tickets/categories.mjs +63 -0
  630. package/resources/tickets/categories.mjs.map +1 -0
  631. package/resources/tickets/custom-fields.d.mts +80 -0
  632. package/resources/tickets/custom-fields.d.mts.map +1 -0
  633. package/resources/tickets/custom-fields.d.ts +80 -0
  634. package/resources/tickets/custom-fields.d.ts.map +1 -0
  635. package/resources/tickets/custom-fields.js +85 -0
  636. package/resources/tickets/custom-fields.js.map +1 -0
  637. package/resources/tickets/custom-fields.mjs +81 -0
  638. package/resources/tickets/custom-fields.mjs.map +1 -0
  639. package/resources/tickets/index.d.mts +5 -0
  640. package/resources/tickets/index.d.mts.map +1 -0
  641. package/resources/tickets/index.d.ts +5 -0
  642. package/resources/tickets/index.d.ts.map +1 -0
  643. package/resources/tickets/index.js +13 -0
  644. package/resources/tickets/index.js.map +1 -0
  645. package/resources/tickets/index.mjs +6 -0
  646. package/resources/tickets/index.mjs.map +1 -0
  647. package/resources/tickets/statuses.d.mts +59 -0
  648. package/resources/tickets/statuses.d.mts.map +1 -0
  649. package/resources/tickets/statuses.d.ts +59 -0
  650. package/resources/tickets/statuses.d.ts.map +1 -0
  651. package/resources/tickets/statuses.js +63 -0
  652. package/resources/tickets/statuses.js.map +1 -0
  653. package/resources/tickets/statuses.mjs +59 -0
  654. package/resources/tickets/statuses.mjs.map +1 -0
  655. package/resources/tickets/tickets.d.mts +794 -0
  656. package/resources/tickets/tickets.d.mts.map +1 -0
  657. package/resources/tickets/tickets.d.ts +794 -0
  658. package/resources/tickets/tickets.d.ts.map +1 -0
  659. package/resources/tickets/tickets.js +327 -0
  660. package/resources/tickets/tickets.js.map +1 -0
  661. package/resources/tickets/tickets.mjs +322 -0
  662. package/resources/tickets/tickets.mjs.map +1 -0
  663. package/resources/tickets.d.mts +2 -0
  664. package/resources/tickets.d.mts.map +1 -0
  665. package/resources/tickets.d.ts +2 -0
  666. package/resources/tickets.d.ts.map +1 -0
  667. package/resources/tickets.js +6 -0
  668. package/resources/tickets.js.map +1 -0
  669. package/resources/tickets.mjs +3 -0
  670. package/resources/tickets.mjs.map +1 -0
  671. package/resources/webhooks.d.mts +626 -0
  672. package/resources/webhooks.d.mts.map +1 -0
  673. package/resources/webhooks.d.ts +626 -0
  674. package/resources/webhooks.d.ts.map +1 -0
  675. package/resources/webhooks.js +442 -0
  676. package/resources/webhooks.js.map +1 -0
  677. package/resources/webhooks.mjs +438 -0
  678. package/resources/webhooks.mjs.map +1 -0
  679. package/resources.d.mts +2 -0
  680. package/resources.d.mts.map +1 -0
  681. package/resources.d.ts +2 -0
  682. package/resources.d.ts.map +1 -0
  683. package/resources.js +5 -0
  684. package/resources.js.map +1 -0
  685. package/resources.mjs +2 -0
  686. package/resources.mjs.map +1 -0
  687. package/src/api-promise.ts +2 -0
  688. package/src/client.ts +1169 -0
  689. package/src/core/README.md +3 -0
  690. package/src/core/api-promise.ts +92 -0
  691. package/src/core/error.ts +130 -0
  692. package/src/core/resource.ts +11 -0
  693. package/src/core/uploads.ts +2 -0
  694. package/src/error.ts +2 -0
  695. package/src/index.ts +22 -0
  696. package/src/internal/README.md +3 -0
  697. package/src/internal/builtin-types.ts +93 -0
  698. package/src/internal/detect-platform.ts +196 -0
  699. package/src/internal/errors.ts +33 -0
  700. package/src/internal/headers.ts +97 -0
  701. package/src/internal/parse.ts +56 -0
  702. package/src/internal/qs/LICENSE.md +13 -0
  703. package/src/internal/qs/README.md +3 -0
  704. package/src/internal/qs/formats.ts +10 -0
  705. package/src/internal/qs/index.ts +13 -0
  706. package/src/internal/qs/stringify.ts +385 -0
  707. package/src/internal/qs/types.ts +71 -0
  708. package/src/internal/qs/utils.ts +265 -0
  709. package/src/internal/request-options.ts +91 -0
  710. package/src/internal/shim-types.ts +26 -0
  711. package/src/internal/shims.ts +107 -0
  712. package/src/internal/to-file.ts +154 -0
  713. package/src/internal/types.ts +95 -0
  714. package/src/internal/uploads.ts +187 -0
  715. package/src/internal/utils/base64.ts +40 -0
  716. package/src/internal/utils/bytes.ts +32 -0
  717. package/src/internal/utils/env.ts +18 -0
  718. package/src/internal/utils/log.ts +126 -0
  719. package/src/internal/utils/path.ts +88 -0
  720. package/src/internal/utils/query.ts +7 -0
  721. package/src/internal/utils/sleep.ts +3 -0
  722. package/src/internal/utils/uuid.ts +17 -0
  723. package/src/internal/utils/values.ts +105 -0
  724. package/src/internal/utils.ts +9 -0
  725. package/src/lib/.keep +4 -0
  726. package/src/resource.ts +2 -0
  727. package/src/resources/admins.ts +557 -0
  728. package/src/resources/boards.ts +259 -0
  729. package/src/resources/brands.ts +232 -0
  730. package/src/resources/changelogs/changelogs.ts +1139 -0
  731. package/src/resources/changelogs/index.ts +23 -0
  732. package/src/resources/changelogs/subscribers.ts +226 -0
  733. package/src/resources/changelogs.ts +3 -0
  734. package/src/resources/comments.ts +786 -0
  735. package/src/resources/companies/companies.ts +632 -0
  736. package/src/resources/companies/contacts.ts +299 -0
  737. package/src/resources/companies/index.ts +21 -0
  738. package/src/resources/companies.ts +3 -0
  739. package/src/resources/contacts/by-user-id/by-user-id.ts +200 -0
  740. package/src/resources/contacts/by-user-id/email-preferences.ts +243 -0
  741. package/src/resources/contacts/by-user-id/index.ts +13 -0
  742. package/src/resources/contacts/by-user-id.ts +3 -0
  743. package/src/resources/contacts/contacts.ts +908 -0
  744. package/src/resources/contacts/email-preferences.ts +399 -0
  745. package/src/resources/contacts/index.ts +32 -0
  746. package/src/resources/contacts.ts +3 -0
  747. package/src/resources/conversations/conversations.ts +2721 -0
  748. package/src/resources/conversations/index.ts +31 -0
  749. package/src/resources/conversations/participants.ts +263 -0
  750. package/src/resources/conversations/tags.ts +252 -0
  751. package/src/resources/conversations.ts +3 -0
  752. package/src/resources/custom-fields.ts +249 -0
  753. package/src/resources/help-center/articles.ts +1231 -0
  754. package/src/resources/help-center/collections.ts +1065 -0
  755. package/src/resources/help-center/help-center.ts +125 -0
  756. package/src/resources/help-center/help-centers.ts +558 -0
  757. package/src/resources/help-center/index.ts +52 -0
  758. package/src/resources/help-center/redirect-rules.ts +711 -0
  759. package/src/resources/help-center.ts +3 -0
  760. package/src/resources/index.ts +179 -0
  761. package/src/resources/post-statuses.ts +119 -0
  762. package/src/resources/posts/index.ts +22 -0
  763. package/src/resources/posts/posts.ts +1019 -0
  764. package/src/resources/posts/voters.ts +453 -0
  765. package/src/resources/posts.ts +3 -0
  766. package/src/resources/surveys.ts +576 -0
  767. package/src/resources/tags.ts +226 -0
  768. package/src/resources/teams.ts +213 -0
  769. package/src/resources/tickets/categories.ts +101 -0
  770. package/src/resources/tickets/custom-fields.ts +116 -0
  771. package/src/resources/tickets/index.ts +28 -0
  772. package/src/resources/tickets/statuses.ts +97 -0
  773. package/src/resources/tickets/tickets.ts +1019 -0
  774. package/src/resources/tickets.ts +3 -0
  775. package/src/resources/webhooks.ts +850 -0
  776. package/src/resources.ts +1 -0
  777. package/src/tsconfig.json +11 -0
  778. package/src/uploads.ts +2 -0
  779. package/src/version.ts +1 -0
  780. package/uploads.d.mts +2 -0
  781. package/uploads.d.mts.map +1 -0
  782. package/uploads.d.ts +2 -0
  783. package/uploads.d.ts.map +1 -0
  784. package/uploads.js +6 -0
  785. package/uploads.js.map +1 -0
  786. package/uploads.mjs +2 -0
  787. package/uploads.mjs.map +1 -0
  788. package/version.d.mts +2 -0
  789. package/version.d.mts.map +1 -0
  790. package/version.d.ts +2 -0
  791. package/version.d.ts.map +1 -0
  792. package/version.js +5 -0
  793. package/version.js.map +1 -0
  794. package/version.mjs +2 -0
  795. package/version.mjs.map +1 -0
@@ -0,0 +1,669 @@
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import * as CollectionsAPI from "./collections.mjs";
3
+ import { APIPromise } from "../../core/api-promise.mjs";
4
+ import { RequestOptions } from "../../internal/request-options.mjs";
5
+ /**
6
+ * Help centers allow organizations to create and manage knowledge bases with articles and collections. Currently, Featurebase supports one help center per organization.
7
+ */
8
+ export declare class Collections extends APIResource {
9
+ /**
10
+ * Creates a new collection in your organization's help center.
11
+ *
12
+ * ### Request Body
13
+ *
14
+ * Required attributes:
15
+ *
16
+ * - `name` - The name of the collection
17
+ *
18
+ * Optional attributes:
19
+ *
20
+ * - `description` - A description of the collection
21
+ * - `icon` - An icon object representing the collection icon (with type and value)
22
+ * - `parentId` - The ID of the parent collection, if any
23
+ * - `translations` - A dictionary of translations keyed by locale
24
+ *
25
+ * ### Response
26
+ *
27
+ * Returns the created collection object with:
28
+ *
29
+ * - `id` - Unique identifier
30
+ * - `name` - Collection name
31
+ * - `description` - Collection description
32
+ * - `slug` - URL slug
33
+ * - `icon` - Collection icon (emoji or custom)
34
+ * - `parentId` - Parent collection ID (null for root collections)
35
+ * - `helpCenterId` - ID of the help center this collection belongs to
36
+ * - `organization` - Organization ID
37
+ * - `defaultLocale` - Default locale for content
38
+ * - `locale` - Current locale
39
+ * - `availableLocales` - Array of available locales
40
+ * - `featurebaseUrl` - Featurebase URL for the collection
41
+ * - `externalUrl` - External URL if custom domain is configured
42
+ * - `articleCount` - Number of articles in this collection
43
+ * - `authorCount` - Number of authors who contributed
44
+ * - `order` - Display order
45
+ * - `translations` - Translations for different locales
46
+ * - `createdAt` - ISO 8601 timestamp when created
47
+ * - `updatedAt` - ISO 8601 timestamp when last updated
48
+ *
49
+ * @example
50
+ * ```ts
51
+ * const collection =
52
+ * await client.helpCenter.collections.create({
53
+ * name: 'English Collection',
54
+ * });
55
+ * ```
56
+ */
57
+ create(params: CollectionCreateParams, options?: RequestOptions): APIPromise<Collection>;
58
+ /**
59
+ * Retrieves a specific collection by its unique identifier.
60
+ *
61
+ * Returns the collection object if found in your organization's help center.
62
+ *
63
+ * ### Response
64
+ *
65
+ * Returns a collection object with:
66
+ *
67
+ * - `id` - Unique identifier
68
+ * - `name` - Collection name
69
+ * - `description` - Collection description
70
+ * - `slug` - URL slug
71
+ * - `icon` - Collection icon (emoji or custom)
72
+ * - `parentId` - Parent collection ID (null for root collections)
73
+ * - `helpCenterId` - ID of the help center this collection belongs to
74
+ * - `organization` - Organization ID
75
+ * - `defaultLocale` - Default locale for content
76
+ * - `locale` - Current locale
77
+ * - `availableLocales` - Array of available locales
78
+ * - `featurebaseUrl` - Featurebase URL for the collection
79
+ * - `externalUrl` - External URL if custom domain is configured
80
+ * - `articleCount` - Number of articles in this collection
81
+ * - `authorCount` - Number of authors who contributed
82
+ * - `order` - Display order
83
+ * - `translations` - Translations for different locales
84
+ * - `createdAt` - ISO 8601 timestamp when created
85
+ * - `updatedAt` - ISO 8601 timestamp when last updated
86
+ *
87
+ * ### Errors
88
+ *
89
+ * - `404` - Collection not found in your organization's help center
90
+ *
91
+ * @example
92
+ * ```ts
93
+ * const collection =
94
+ * await client.helpCenter.collections.retrieve('6474684');
95
+ * ```
96
+ */
97
+ retrieve(id: string, params?: CollectionRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Collection>;
98
+ /**
99
+ * Updates an existing collection. Only include the fields you wish to update.
100
+ *
101
+ * ### Path Parameters
102
+ *
103
+ * - `id` - The unique identifier of the collection to update
104
+ *
105
+ * ### Request Body
106
+ *
107
+ * All fields are optional. Only provided fields will be updated:
108
+ *
109
+ * - `name` - The new name of the collection
110
+ * - `description` - The new description of the collection
111
+ * - `icon` - An updated icon object for the collection (with type and value)
112
+ * - `parentId` - The new parent collection ID, if applicable (null for root level)
113
+ * - `translations` - A dictionary of updated translations keyed by locale code
114
+ *
115
+ * ### Response
116
+ *
117
+ * Returns the updated collection object with:
118
+ *
119
+ * - `id` - Unique identifier
120
+ * - `name` - Collection name
121
+ * - `description` - Collection description
122
+ * - `slug` - URL slug
123
+ * - `icon` - Collection icon (emoji or custom)
124
+ * - `parentId` - Parent collection ID (null for root collections)
125
+ * - `helpCenterId` - ID of the help center this collection belongs to
126
+ * - `organization` - Organization ID
127
+ * - `defaultLocale` - Default locale for content
128
+ * - `locale` - Current locale
129
+ * - `availableLocales` - Array of available locales
130
+ * - `featurebaseUrl` - Featurebase URL for the collection
131
+ * - `externalUrl` - External URL if custom domain is configured
132
+ * - `articleCount` - Number of articles in this collection
133
+ * - `authorCount` - Number of authors who contributed
134
+ * - `order` - Display order
135
+ * - `translations` - Translations for different locales
136
+ * - `createdAt` - ISO 8601 timestamp when created
137
+ * - `updatedAt` - ISO 8601 timestamp when last updated
138
+ *
139
+ * ### Errors
140
+ *
141
+ * - `404` - Collection not found in your organization's help center
142
+ *
143
+ * @example
144
+ * ```ts
145
+ * const collection =
146
+ * await client.helpCenter.collections.update('3416135');
147
+ * ```
148
+ */
149
+ update(id: string, params: CollectionUpdateParams, options?: RequestOptions): APIPromise<Collection>;
150
+ /**
151
+ * Returns a paginated list of collections within your organization's help center.
152
+ *
153
+ * Collections are used to organize articles into logical groups.
154
+ *
155
+ * ### Query Parameters
156
+ *
157
+ * - `limit` - Number of items to return (1-100, default 10)
158
+ * - `cursor` - Cursor for pagination
159
+ *
160
+ * ### Response Format
161
+ *
162
+ * Returns a list object with:
163
+ *
164
+ * - `object` - Always "list"
165
+ * - `data` - Array of collection objects
166
+ * - `nextCursor` - Cursor for next page (null if no more results)
167
+ *
168
+ * ### Collection Object
169
+ *
170
+ * Each collection includes:
171
+ *
172
+ * - `id` - Unique identifier
173
+ * - `name` - Collection name
174
+ * - `description` - Collection description
175
+ * - `slug` - URL slug
176
+ * - `icon` - Collection icon (emoji or custom)
177
+ * - `parentId` - Parent collection ID (null for root collections)
178
+ * - `helpCenterId` - ID of the help center this collection belongs to
179
+ * - `organization` - Organization ID
180
+ * - `defaultLocale` - Default locale for content
181
+ * - `locale` - Current locale
182
+ * - `availableLocales` - Array of available locales
183
+ * - `featurebaseUrl` - Featurebase URL for the collection
184
+ * - `externalUrl` - External URL if custom domain is configured
185
+ * - `articleCount` - Number of articles in this collection
186
+ * - `authorCount` - Number of authors who contributed
187
+ * - `order` - Display order
188
+ * - `translations` - Translations for different locales
189
+ * - `createdAt` - ISO 8601 timestamp when created
190
+ * - `updatedAt` - ISO 8601 timestamp when last updated
191
+ *
192
+ * @example
193
+ * ```ts
194
+ * const collections =
195
+ * await client.helpCenter.collections.list();
196
+ * ```
197
+ */
198
+ list(params?: CollectionListParams | null | undefined, options?: RequestOptions): APIPromise<CollectionListResponse>;
199
+ /**
200
+ * Deletes an existing collection.
201
+ *
202
+ * ### Path Parameters
203
+ *
204
+ * - `id` - The unique identifier of the collection to delete
205
+ *
206
+ * ### Response
207
+ *
208
+ * Returns a deletion confirmation object:
209
+ *
210
+ * - `id` - The ID of the deleted collection
211
+ * - `object` - Always "collection"
212
+ * - `deleted` - Always true
213
+ *
214
+ * ### Errors
215
+ *
216
+ * - `404` - Collection not found in your organization's help center
217
+ *
218
+ * @example
219
+ * ```ts
220
+ * const collection =
221
+ * await client.helpCenter.collections.delete('3416135');
222
+ * ```
223
+ */
224
+ delete(id: string, params?: CollectionDeleteParams | null | undefined, options?: RequestOptions): APIPromise<CollectionDeleteResponse>;
225
+ }
226
+ export interface Collection {
227
+ /**
228
+ * Collection unique identifier
229
+ */
230
+ id: string;
231
+ /**
232
+ * Available locales
233
+ */
234
+ availableLocales: Array<'bn' | 'bs' | 'pt-BR' | 'bg' | 'ca' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fi' | 'fr' | 'de' | 'el' | 'hi' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lv' | 'lt' | 'ms' | 'mn' | 'nb' | 'pl' | 'pt' | 'ro' | 'ru' | 'sr' | 'zh-CN' | 'sk' | 'sl' | 'es' | 'sw' | 'sv' | 'th' | 'zh-TW' | 'tr' | 'uk' | 'vi'>;
235
+ /**
236
+ * ISO 8601 timestamp when created
237
+ */
238
+ createdAt: string;
239
+ /**
240
+ * Help center ID
241
+ */
242
+ helpCenterId: string;
243
+ /**
244
+ * Current locale
245
+ */
246
+ locale: 'bn' | 'bs' | 'pt-BR' | 'bg' | 'ca' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fi' | 'fr' | 'de' | 'el' | 'hi' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lv' | 'lt' | 'ms' | 'mn' | 'nb' | 'pl' | 'pt' | 'ro' | 'ru' | 'sr' | 'zh-CN' | 'sk' | 'sl' | 'es' | 'sw' | 'sv' | 'th' | 'zh-TW' | 'tr' | 'uk' | 'vi';
247
+ /**
248
+ * Object type identifier
249
+ */
250
+ object: 'collection';
251
+ /**
252
+ * Organization ID
253
+ */
254
+ organization: string;
255
+ /**
256
+ * Parent collection ID
257
+ */
258
+ parentId: string | null;
259
+ /**
260
+ * ISO 8601 timestamp when last updated
261
+ */
262
+ updatedAt: string;
263
+ /**
264
+ * Number of articles
265
+ */
266
+ articleCount?: number;
267
+ /**
268
+ * Number of authors
269
+ */
270
+ authorCount?: number;
271
+ /**
272
+ * Whether to collapse sidebar
273
+ */
274
+ collapseSidebar?: boolean;
275
+ /**
276
+ * Default locale
277
+ */
278
+ defaultLocale?: 'bn' | 'bs' | 'pt-BR' | 'bg' | 'ca' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fi' | 'fr' | 'de' | 'el' | 'hi' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lv' | 'lt' | 'ms' | 'mn' | 'nb' | 'pl' | 'pt' | 'ro' | 'ru' | 'sr' | 'zh-CN' | 'sk' | 'sl' | 'es' | 'sw' | 'sv' | 'th' | 'zh-TW' | 'tr' | 'uk' | 'vi';
279
+ /**
280
+ * Collection description
281
+ */
282
+ description?: string;
283
+ /**
284
+ * External URL
285
+ */
286
+ externalUrl?: string;
287
+ /**
288
+ * Featurebase URL
289
+ */
290
+ featurebaseUrl?: string;
291
+ /**
292
+ * Collection icon
293
+ */
294
+ icon?: Collection.Icon | null;
295
+ /**
296
+ * Collection name
297
+ */
298
+ name?: string;
299
+ /**
300
+ * Display order
301
+ */
302
+ order?: number | null;
303
+ /**
304
+ * Collection path
305
+ */
306
+ path?: string;
307
+ /**
308
+ * URL slug
309
+ */
310
+ slug?: string;
311
+ /**
312
+ * Translations by locale code
313
+ */
314
+ translations?: Collection.Translations;
315
+ }
316
+ export declare namespace Collection {
317
+ /**
318
+ * Collection icon
319
+ */
320
+ interface Icon {
321
+ /**
322
+ * Icon type
323
+ */
324
+ type: string;
325
+ /**
326
+ * Icon value
327
+ */
328
+ value: string;
329
+ }
330
+ /**
331
+ * Translations by locale code
332
+ */
333
+ interface Translations {
334
+ id?: CollectionsAPI.CollectionTranslation;
335
+ bg?: CollectionsAPI.CollectionTranslation;
336
+ bn?: CollectionsAPI.CollectionTranslation;
337
+ bs?: CollectionsAPI.CollectionTranslation;
338
+ ca?: CollectionsAPI.CollectionTranslation;
339
+ cs?: CollectionsAPI.CollectionTranslation;
340
+ da?: CollectionsAPI.CollectionTranslation;
341
+ de?: CollectionsAPI.CollectionTranslation;
342
+ el?: CollectionsAPI.CollectionTranslation;
343
+ en?: CollectionsAPI.CollectionTranslation;
344
+ es?: CollectionsAPI.CollectionTranslation;
345
+ et?: CollectionsAPI.CollectionTranslation;
346
+ fi?: CollectionsAPI.CollectionTranslation;
347
+ fr?: CollectionsAPI.CollectionTranslation;
348
+ hi?: CollectionsAPI.CollectionTranslation;
349
+ hr?: CollectionsAPI.CollectionTranslation;
350
+ hu?: CollectionsAPI.CollectionTranslation;
351
+ it?: CollectionsAPI.CollectionTranslation;
352
+ ja?: CollectionsAPI.CollectionTranslation;
353
+ ko?: CollectionsAPI.CollectionTranslation;
354
+ lt?: CollectionsAPI.CollectionTranslation;
355
+ lv?: CollectionsAPI.CollectionTranslation;
356
+ mn?: CollectionsAPI.CollectionTranslation;
357
+ ms?: CollectionsAPI.CollectionTranslation;
358
+ nb?: CollectionsAPI.CollectionTranslation;
359
+ nl?: CollectionsAPI.CollectionTranslation;
360
+ pl?: CollectionsAPI.CollectionTranslation;
361
+ pt?: CollectionsAPI.CollectionTranslation;
362
+ 'pt-BR'?: CollectionsAPI.CollectionTranslation;
363
+ ro?: CollectionsAPI.CollectionTranslation;
364
+ ru?: CollectionsAPI.CollectionTranslation;
365
+ sk?: CollectionsAPI.CollectionTranslation;
366
+ sl?: CollectionsAPI.CollectionTranslation;
367
+ sr?: CollectionsAPI.CollectionTranslation;
368
+ sv?: CollectionsAPI.CollectionTranslation;
369
+ sw?: CollectionsAPI.CollectionTranslation;
370
+ th?: CollectionsAPI.CollectionTranslation;
371
+ tr?: CollectionsAPI.CollectionTranslation;
372
+ uk?: CollectionsAPI.CollectionTranslation;
373
+ vi?: CollectionsAPI.CollectionTranslation;
374
+ 'zh-CN'?: CollectionsAPI.CollectionTranslation;
375
+ 'zh-TW'?: CollectionsAPI.CollectionTranslation;
376
+ }
377
+ }
378
+ /**
379
+ * An updated icon object for the collection
380
+ */
381
+ export interface CollectionIconNova {
382
+ /**
383
+ * Icon type (e.g., "emoji")
384
+ */
385
+ type: 'emoji' | 'predefined';
386
+ /**
387
+ * Icon value
388
+ */
389
+ value: string;
390
+ }
391
+ export interface CollectionTranslation {
392
+ /**
393
+ * Number of articles
394
+ */
395
+ articleCount?: number;
396
+ /**
397
+ * Number of authors
398
+ */
399
+ authorCount?: number;
400
+ /**
401
+ * List of authors
402
+ */
403
+ authors?: Array<CollectionTranslation.Author>;
404
+ /**
405
+ * Collection description
406
+ */
407
+ description?: string;
408
+ /**
409
+ * External URL
410
+ */
411
+ externalUrl?: string;
412
+ /**
413
+ * Featurebase URL
414
+ */
415
+ featurebaseUrl?: string;
416
+ /**
417
+ * Collection name
418
+ */
419
+ name?: string;
420
+ /**
421
+ * URL slug
422
+ */
423
+ slug?: string;
424
+ }
425
+ export declare namespace CollectionTranslation {
426
+ interface Author {
427
+ /**
428
+ * Author ID
429
+ */
430
+ authorId?: string;
431
+ /**
432
+ * Author avatar URL
433
+ */
434
+ avatarUrl?: string | null;
435
+ /**
436
+ * Author name
437
+ */
438
+ name?: string;
439
+ }
440
+ }
441
+ export interface CollectionTranslationInputNova {
442
+ /**
443
+ * Collection description in this locale
444
+ */
445
+ description?: string;
446
+ /**
447
+ * Collection name in this locale
448
+ */
449
+ name?: string;
450
+ }
451
+ export interface CollectionListResponse {
452
+ /**
453
+ * Array of collections
454
+ */
455
+ data: Array<Collection>;
456
+ /**
457
+ * Cursor for fetching the next page (cursor-based pagination)
458
+ */
459
+ nextCursor: string | null;
460
+ /**
461
+ * Object type identifier
462
+ */
463
+ object: 'list';
464
+ }
465
+ export interface CollectionDeleteResponse {
466
+ /**
467
+ * Unique identifier of the deleted collection
468
+ */
469
+ id: string;
470
+ /**
471
+ * Indicates the resource was deleted
472
+ */
473
+ deleted: true;
474
+ /**
475
+ * Object type identifier
476
+ */
477
+ object: 'collection';
478
+ }
479
+ export interface CollectionCreateParams {
480
+ /**
481
+ * Body param: The name of the collection
482
+ */
483
+ name: string;
484
+ /**
485
+ * Body param: A description of the collection
486
+ */
487
+ description?: string;
488
+ /**
489
+ * Body param: An updated icon object for the collection
490
+ */
491
+ icon?: CollectionIconNova | null;
492
+ /**
493
+ * Body param: The ID of the parent collection, if any
494
+ */
495
+ parentId?: string | null;
496
+ /**
497
+ * Body param: A dictionary of translations keyed by locale
498
+ */
499
+ translations?: CollectionCreateParams.Translations;
500
+ /**
501
+ * Header param: API version for this request. Defaults to your organization's
502
+ * configured API version if not specified.
503
+ */
504
+ 'Featurebase-Version'?: string;
505
+ }
506
+ export declare namespace CollectionCreateParams {
507
+ /**
508
+ * A dictionary of translations keyed by locale
509
+ */
510
+ interface Translations {
511
+ id?: CollectionsAPI.CollectionTranslationInputNova;
512
+ bg?: CollectionsAPI.CollectionTranslationInputNova;
513
+ bn?: CollectionsAPI.CollectionTranslationInputNova;
514
+ bs?: CollectionsAPI.CollectionTranslationInputNova;
515
+ ca?: CollectionsAPI.CollectionTranslationInputNova;
516
+ cs?: CollectionsAPI.CollectionTranslationInputNova;
517
+ da?: CollectionsAPI.CollectionTranslationInputNova;
518
+ de?: CollectionsAPI.CollectionTranslationInputNova;
519
+ el?: CollectionsAPI.CollectionTranslationInputNova;
520
+ en?: CollectionsAPI.CollectionTranslationInputNova;
521
+ es?: CollectionsAPI.CollectionTranslationInputNova;
522
+ et?: CollectionsAPI.CollectionTranslationInputNova;
523
+ fi?: CollectionsAPI.CollectionTranslationInputNova;
524
+ fr?: CollectionsAPI.CollectionTranslationInputNova;
525
+ hi?: CollectionsAPI.CollectionTranslationInputNova;
526
+ hr?: CollectionsAPI.CollectionTranslationInputNova;
527
+ hu?: CollectionsAPI.CollectionTranslationInputNova;
528
+ it?: CollectionsAPI.CollectionTranslationInputNova;
529
+ ja?: CollectionsAPI.CollectionTranslationInputNova;
530
+ ko?: CollectionsAPI.CollectionTranslationInputNova;
531
+ lt?: CollectionsAPI.CollectionTranslationInputNova;
532
+ lv?: CollectionsAPI.CollectionTranslationInputNova;
533
+ mn?: CollectionsAPI.CollectionTranslationInputNova;
534
+ ms?: CollectionsAPI.CollectionTranslationInputNova;
535
+ nb?: CollectionsAPI.CollectionTranslationInputNova;
536
+ nl?: CollectionsAPI.CollectionTranslationInputNova;
537
+ pl?: CollectionsAPI.CollectionTranslationInputNova;
538
+ pt?: CollectionsAPI.CollectionTranslationInputNova;
539
+ 'pt-BR'?: CollectionsAPI.CollectionTranslationInputNova;
540
+ ro?: CollectionsAPI.CollectionTranslationInputNova;
541
+ ru?: CollectionsAPI.CollectionTranslationInputNova;
542
+ sk?: CollectionsAPI.CollectionTranslationInputNova;
543
+ sl?: CollectionsAPI.CollectionTranslationInputNova;
544
+ sr?: CollectionsAPI.CollectionTranslationInputNova;
545
+ sv?: CollectionsAPI.CollectionTranslationInputNova;
546
+ sw?: CollectionsAPI.CollectionTranslationInputNova;
547
+ th?: CollectionsAPI.CollectionTranslationInputNova;
548
+ tr?: CollectionsAPI.CollectionTranslationInputNova;
549
+ uk?: CollectionsAPI.CollectionTranslationInputNova;
550
+ vi?: CollectionsAPI.CollectionTranslationInputNova;
551
+ 'zh-CN'?: CollectionsAPI.CollectionTranslationInputNova;
552
+ 'zh-TW'?: CollectionsAPI.CollectionTranslationInputNova;
553
+ }
554
+ }
555
+ export interface CollectionRetrieveParams {
556
+ /**
557
+ * API version for this request. Defaults to your organization's configured API
558
+ * version if not specified.
559
+ */
560
+ 'Featurebase-Version'?: string;
561
+ }
562
+ export interface CollectionUpdateParams {
563
+ /**
564
+ * Body param: The new description of the collection
565
+ */
566
+ description?: string;
567
+ /**
568
+ * Body param: An updated icon object for the collection
569
+ */
570
+ icon?: CollectionIconNova | null;
571
+ /**
572
+ * Body param: The new name of the collection
573
+ */
574
+ name?: string;
575
+ /**
576
+ * Body param: The new parent collection ID, if applicable
577
+ */
578
+ parentId?: string | null;
579
+ /**
580
+ * Body param: A dictionary of updated translations keyed by locale
581
+ */
582
+ translations?: CollectionUpdateParams.Translations;
583
+ /**
584
+ * Header param: API version for this request. Defaults to your organization's
585
+ * configured API version if not specified.
586
+ */
587
+ 'Featurebase-Version'?: string;
588
+ }
589
+ export declare namespace CollectionUpdateParams {
590
+ /**
591
+ * A dictionary of updated translations keyed by locale
592
+ */
593
+ interface Translations {
594
+ id?: CollectionsAPI.CollectionTranslationInputNova;
595
+ bg?: CollectionsAPI.CollectionTranslationInputNova;
596
+ bn?: CollectionsAPI.CollectionTranslationInputNova;
597
+ bs?: CollectionsAPI.CollectionTranslationInputNova;
598
+ ca?: CollectionsAPI.CollectionTranslationInputNova;
599
+ cs?: CollectionsAPI.CollectionTranslationInputNova;
600
+ da?: CollectionsAPI.CollectionTranslationInputNova;
601
+ de?: CollectionsAPI.CollectionTranslationInputNova;
602
+ el?: CollectionsAPI.CollectionTranslationInputNova;
603
+ en?: CollectionsAPI.CollectionTranslationInputNova;
604
+ es?: CollectionsAPI.CollectionTranslationInputNova;
605
+ et?: CollectionsAPI.CollectionTranslationInputNova;
606
+ fi?: CollectionsAPI.CollectionTranslationInputNova;
607
+ fr?: CollectionsAPI.CollectionTranslationInputNova;
608
+ hi?: CollectionsAPI.CollectionTranslationInputNova;
609
+ hr?: CollectionsAPI.CollectionTranslationInputNova;
610
+ hu?: CollectionsAPI.CollectionTranslationInputNova;
611
+ it?: CollectionsAPI.CollectionTranslationInputNova;
612
+ ja?: CollectionsAPI.CollectionTranslationInputNova;
613
+ ko?: CollectionsAPI.CollectionTranslationInputNova;
614
+ lt?: CollectionsAPI.CollectionTranslationInputNova;
615
+ lv?: CollectionsAPI.CollectionTranslationInputNova;
616
+ mn?: CollectionsAPI.CollectionTranslationInputNova;
617
+ ms?: CollectionsAPI.CollectionTranslationInputNova;
618
+ nb?: CollectionsAPI.CollectionTranslationInputNova;
619
+ nl?: CollectionsAPI.CollectionTranslationInputNova;
620
+ pl?: CollectionsAPI.CollectionTranslationInputNova;
621
+ pt?: CollectionsAPI.CollectionTranslationInputNova;
622
+ 'pt-BR'?: CollectionsAPI.CollectionTranslationInputNova;
623
+ ro?: CollectionsAPI.CollectionTranslationInputNova;
624
+ ru?: CollectionsAPI.CollectionTranslationInputNova;
625
+ sk?: CollectionsAPI.CollectionTranslationInputNova;
626
+ sl?: CollectionsAPI.CollectionTranslationInputNova;
627
+ sr?: CollectionsAPI.CollectionTranslationInputNova;
628
+ sv?: CollectionsAPI.CollectionTranslationInputNova;
629
+ sw?: CollectionsAPI.CollectionTranslationInputNova;
630
+ th?: CollectionsAPI.CollectionTranslationInputNova;
631
+ tr?: CollectionsAPI.CollectionTranslationInputNova;
632
+ uk?: CollectionsAPI.CollectionTranslationInputNova;
633
+ vi?: CollectionsAPI.CollectionTranslationInputNova;
634
+ 'zh-CN'?: CollectionsAPI.CollectionTranslationInputNova;
635
+ 'zh-TW'?: CollectionsAPI.CollectionTranslationInputNova;
636
+ }
637
+ }
638
+ export interface CollectionListParams {
639
+ /**
640
+ * Query param: An opaque cursor for pagination. Use the nextCursor value from a
641
+ * previous response to fetch the next page.
642
+ */
643
+ cursor?: string;
644
+ /**
645
+ * Query param: Filter collections by help center ID. If omitted, returns
646
+ * collections across all help centers.
647
+ */
648
+ helpCenterId?: string;
649
+ /**
650
+ * Query param: A limit on the number of objects to be returned, between 1 and 100.
651
+ */
652
+ limit?: number;
653
+ /**
654
+ * Header param: API version for this request. Defaults to your organization's
655
+ * configured API version if not specified.
656
+ */
657
+ 'Featurebase-Version'?: string;
658
+ }
659
+ export interface CollectionDeleteParams {
660
+ /**
661
+ * API version for this request. Defaults to your organization's configured API
662
+ * version if not specified.
663
+ */
664
+ 'Featurebase-Version'?: string;
665
+ }
666
+ export declare namespace Collections {
667
+ export { type Collection as Collection, type CollectionIconNova as CollectionIconNova, type CollectionTranslation as CollectionTranslation, type CollectionTranslationInputNova as CollectionTranslationInputNova, type CollectionListResponse as CollectionListResponse, type CollectionDeleteResponse as CollectionDeleteResponse, type CollectionCreateParams as CollectionCreateParams, type CollectionRetrieveParams as CollectionRetrieveParams, type CollectionUpdateParams as CollectionUpdateParams, type CollectionListParams as CollectionListParams, type CollectionDeleteParams as CollectionDeleteParams, };
668
+ }
669
+ //# sourceMappingURL=collections.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collections.d.mts","sourceRoot":"","sources":["../../src/resources/help-center/collections.ts"],"names":[],"mappings":"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AAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,OAAO,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE/C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;QAE1C,EAAE,CAAC,EAAE,cA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"}