@studyfetch/sdk 1.1.1 → 1.2.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 (552) hide show
  1. package/CHANGELOG.md +28 -15
  2. package/README.md +62 -17
  3. package/client.d.mts +1 -4
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +1 -4
  6. package/client.d.ts.map +1 -1
  7. package/client.js +3 -16
  8. package/client.js.map +1 -1
  9. package/client.mjs +3 -16
  10. package/client.mjs.map +1 -1
  11. package/internal/qs/formats.d.mts +7 -0
  12. package/internal/qs/formats.d.mts.map +1 -0
  13. package/internal/qs/formats.d.ts +7 -0
  14. package/internal/qs/formats.d.ts.map +1 -0
  15. package/internal/qs/formats.js +13 -0
  16. package/internal/qs/formats.js.map +1 -0
  17. package/internal/qs/formats.mjs +9 -0
  18. package/internal/qs/formats.mjs.map +1 -0
  19. package/internal/qs/index.d.mts +10 -0
  20. package/internal/qs/index.d.mts.map +1 -0
  21. package/internal/qs/index.d.ts +10 -0
  22. package/internal/qs/index.d.ts.map +1 -0
  23. package/internal/qs/index.js +14 -0
  24. package/internal/qs/index.js.map +1 -0
  25. package/internal/qs/index.mjs +10 -0
  26. package/internal/qs/index.mjs.map +1 -0
  27. package/internal/qs/stringify.d.mts +3 -0
  28. package/internal/qs/stringify.d.mts.map +1 -0
  29. package/internal/qs/stringify.d.ts +3 -0
  30. package/internal/qs/stringify.d.ts.map +1 -0
  31. package/internal/qs/stringify.js +277 -0
  32. package/internal/qs/stringify.js.map +1 -0
  33. package/internal/qs/stringify.mjs +274 -0
  34. package/internal/qs/stringify.mjs.map +1 -0
  35. package/internal/qs/types.d.mts +57 -0
  36. package/internal/qs/types.d.mts.map +1 -0
  37. package/internal/qs/types.d.ts +57 -0
  38. package/internal/qs/types.d.ts.map +1 -0
  39. package/internal/qs/types.js +3 -0
  40. package/internal/qs/types.js.map +1 -0
  41. package/internal/qs/types.mjs +2 -0
  42. package/internal/qs/types.mjs.map +1 -0
  43. package/internal/qs/utils.d.mts +15 -0
  44. package/internal/qs/utils.d.mts.map +1 -0
  45. package/internal/qs/utils.d.ts +15 -0
  46. package/internal/qs/utils.d.ts.map +1 -0
  47. package/internal/qs/utils.js +230 -0
  48. package/internal/qs/utils.js.map +1 -0
  49. package/internal/qs/utils.mjs +217 -0
  50. package/internal/qs/utils.mjs.map +1 -0
  51. package/internal/utils/log.d.mts.map +1 -1
  52. package/internal/utils/log.d.ts.map +1 -1
  53. package/internal/utils/log.js +2 -1
  54. package/internal/utils/log.js.map +1 -1
  55. package/internal/utils/log.mjs +2 -1
  56. package/internal/utils/log.mjs.map +1 -1
  57. package/package.json +1 -1
  58. package/resources/v1/admin/admin.d.mts +6 -0
  59. package/resources/v1/admin/admin.d.mts.map +1 -1
  60. package/resources/v1/admin/admin.d.ts +6 -0
  61. package/resources/v1/admin/admin.d.ts.map +1 -1
  62. package/resources/v1/admin/admin.js +6 -0
  63. package/resources/v1/admin/admin.js.map +1 -1
  64. package/resources/v1/admin/admin.mjs +6 -0
  65. package/resources/v1/admin/admin.mjs.map +1 -1
  66. package/resources/v1/admin/models.d.mts +6 -0
  67. package/resources/v1/admin/models.d.mts.map +1 -1
  68. package/resources/v1/admin/models.d.ts +6 -0
  69. package/resources/v1/admin/models.d.ts.map +1 -1
  70. package/resources/v1/admin/models.js +6 -0
  71. package/resources/v1/admin/models.js.map +1 -1
  72. package/resources/v1/admin/models.mjs +6 -0
  73. package/resources/v1/admin/models.mjs.map +1 -1
  74. package/resources/v1/admin/organization-invites.d.mts +26 -0
  75. package/resources/v1/admin/organization-invites.d.mts.map +1 -1
  76. package/resources/v1/admin/organization-invites.d.ts +26 -0
  77. package/resources/v1/admin/organization-invites.d.ts.map +1 -1
  78. package/resources/v1/admin/organization-invites.js +26 -0
  79. package/resources/v1/admin/organization-invites.js.map +1 -1
  80. package/resources/v1/admin/organization-invites.mjs +26 -0
  81. package/resources/v1/admin/organization-invites.mjs.map +1 -1
  82. package/resources/v1/admin/organizations/models/excluded.d.mts +16 -0
  83. package/resources/v1/admin/organizations/models/excluded.d.mts.map +1 -1
  84. package/resources/v1/admin/organizations/models/excluded.d.ts +16 -0
  85. package/resources/v1/admin/organizations/models/excluded.d.ts.map +1 -1
  86. package/resources/v1/admin/organizations/models/excluded.js +16 -0
  87. package/resources/v1/admin/organizations/models/excluded.js.map +1 -1
  88. package/resources/v1/admin/organizations/models/excluded.mjs +16 -0
  89. package/resources/v1/admin/organizations/models/excluded.mjs.map +1 -1
  90. package/resources/v1/admin/organizations/organizations.d.mts +6 -0
  91. package/resources/v1/admin/organizations/organizations.d.mts.map +1 -1
  92. package/resources/v1/admin/organizations/organizations.d.ts +6 -0
  93. package/resources/v1/admin/organizations/organizations.d.ts.map +1 -1
  94. package/resources/v1/admin/organizations/organizations.js +6 -0
  95. package/resources/v1/admin/organizations/organizations.js.map +1 -1
  96. package/resources/v1/admin/organizations/organizations.mjs +6 -0
  97. package/resources/v1/admin/organizations/organizations.mjs.map +1 -1
  98. package/resources/v1/audio-recaps/audio-recaps.d.mts +24 -0
  99. package/resources/v1/audio-recaps/audio-recaps.d.mts.map +1 -1
  100. package/resources/v1/audio-recaps/audio-recaps.d.ts +24 -0
  101. package/resources/v1/audio-recaps/audio-recaps.d.ts.map +1 -1
  102. package/resources/v1/audio-recaps/audio-recaps.js +24 -0
  103. package/resources/v1/audio-recaps/audio-recaps.js.map +1 -1
  104. package/resources/v1/audio-recaps/audio-recaps.mjs +24 -0
  105. package/resources/v1/audio-recaps/audio-recaps.mjs.map +1 -1
  106. package/resources/v1/audio-recaps/sections.d.mts +21 -0
  107. package/resources/v1/audio-recaps/sections.d.mts.map +1 -1
  108. package/resources/v1/audio-recaps/sections.d.ts +21 -0
  109. package/resources/v1/audio-recaps/sections.d.ts.map +1 -1
  110. package/resources/v1/audio-recaps/sections.js +18 -0
  111. package/resources/v1/audio-recaps/sections.js.map +1 -1
  112. package/resources/v1/audio-recaps/sections.mjs +18 -0
  113. package/resources/v1/audio-recaps/sections.mjs.map +1 -1
  114. package/resources/v1/auth/auth.d.mts +108 -7
  115. package/resources/v1/auth/auth.d.mts.map +1 -1
  116. package/resources/v1/auth/auth.d.ts +108 -7
  117. package/resources/v1/auth/auth.d.ts.map +1 -1
  118. package/resources/v1/auth/auth.js +80 -8
  119. package/resources/v1/auth/auth.js.map +1 -1
  120. package/resources/v1/auth/auth.mjs +80 -8
  121. package/resources/v1/auth/auth.mjs.map +1 -1
  122. package/resources/v1/auth/index.d.mts +2 -2
  123. package/resources/v1/auth/index.d.mts.map +1 -1
  124. package/resources/v1/auth/index.d.ts +2 -2
  125. package/resources/v1/auth/index.d.ts.map +1 -1
  126. package/resources/v1/auth/index.js.map +1 -1
  127. package/resources/v1/auth/index.mjs.map +1 -1
  128. package/resources/v1/auth/login.d.mts +60 -3
  129. package/resources/v1/auth/login.d.mts.map +1 -1
  130. package/resources/v1/auth/login.d.ts +60 -3
  131. package/resources/v1/auth/login.d.ts.map +1 -1
  132. package/resources/v1/auth/login.js +34 -1
  133. package/resources/v1/auth/login.js.map +1 -1
  134. package/resources/v1/auth/login.mjs +34 -1
  135. package/resources/v1/auth/login.mjs.map +1 -1
  136. package/resources/v1/auth/number-2fa.d.mts +63 -1
  137. package/resources/v1/auth/number-2fa.d.mts.map +1 -1
  138. package/resources/v1/auth/number-2fa.d.ts +63 -1
  139. package/resources/v1/auth/number-2fa.d.ts.map +1 -1
  140. package/resources/v1/auth/number-2fa.js +52 -6
  141. package/resources/v1/auth/number-2fa.js.map +1 -1
  142. package/resources/v1/auth/number-2fa.mjs +52 -6
  143. package/resources/v1/auth/number-2fa.mjs.map +1 -1
  144. package/resources/v1/auth/organization-invites.d.mts +6 -0
  145. package/resources/v1/auth/organization-invites.d.mts.map +1 -1
  146. package/resources/v1/auth/organization-invites.d.ts +6 -0
  147. package/resources/v1/auth/organization-invites.d.ts.map +1 -1
  148. package/resources/v1/auth/organization-invites.js +6 -0
  149. package/resources/v1/auth/organization-invites.js.map +1 -1
  150. package/resources/v1/auth/organization-invites.mjs +6 -0
  151. package/resources/v1/auth/organization-invites.mjs.map +1 -1
  152. package/resources/v1/chat/chat.d.mts +131 -6
  153. package/resources/v1/chat/chat.d.mts.map +1 -1
  154. package/resources/v1/chat/chat.d.ts +131 -6
  155. package/resources/v1/chat/chat.d.ts.map +1 -1
  156. package/resources/v1/chat/chat.js +55 -13
  157. package/resources/v1/chat/chat.js.map +1 -1
  158. package/resources/v1/chat/chat.mjs +55 -13
  159. package/resources/v1/chat/chat.mjs.map +1 -1
  160. package/resources/v1/chat/index.d.mts +1 -1
  161. package/resources/v1/chat/index.d.mts.map +1 -1
  162. package/resources/v1/chat/index.d.ts +1 -1
  163. package/resources/v1/chat/index.d.ts.map +1 -1
  164. package/resources/v1/chat/sessions.d.mts +14 -0
  165. package/resources/v1/chat/sessions.d.mts.map +1 -1
  166. package/resources/v1/chat/sessions.d.ts +14 -0
  167. package/resources/v1/chat/sessions.d.ts.map +1 -1
  168. package/resources/v1/chat/sessions.js +14 -0
  169. package/resources/v1/chat/sessions.js.map +1 -1
  170. package/resources/v1/chat/sessions.mjs +14 -0
  171. package/resources/v1/chat/sessions.mjs.map +1 -1
  172. package/resources/v1/chat/test.d.mts +12 -0
  173. package/resources/v1/chat/test.d.mts.map +1 -1
  174. package/resources/v1/chat/test.d.ts +12 -0
  175. package/resources/v1/chat/test.d.ts.map +1 -1
  176. package/resources/v1/chat/test.js +12 -0
  177. package/resources/v1/chat/test.js.map +1 -1
  178. package/resources/v1/chat/test.mjs +12 -0
  179. package/resources/v1/chat/test.mjs.map +1 -1
  180. package/resources/v1/components.d.mts +228 -2
  181. package/resources/v1/components.d.mts.map +1 -1
  182. package/resources/v1/components.d.ts +228 -2
  183. package/resources/v1/components.d.ts.map +1 -1
  184. package/resources/v1/components.js +72 -1
  185. package/resources/v1/components.js.map +1 -1
  186. package/resources/v1/components.mjs +72 -1
  187. package/resources/v1/components.mjs.map +1 -1
  188. package/resources/v1/embed/component.d.mts +31 -0
  189. package/resources/v1/embed/component.d.mts.map +1 -1
  190. package/resources/v1/embed/component.d.ts +31 -0
  191. package/resources/v1/embed/component.d.ts.map +1 -1
  192. package/resources/v1/embed/component.js +23 -1
  193. package/resources/v1/embed/component.js.map +1 -1
  194. package/resources/v1/embed/component.mjs +23 -1
  195. package/resources/v1/embed/component.mjs.map +1 -1
  196. package/resources/v1/embed/embed.d.mts +32 -6
  197. package/resources/v1/embed/embed.d.mts.map +1 -1
  198. package/resources/v1/embed/embed.d.ts +32 -6
  199. package/resources/v1/embed/embed.d.ts.map +1 -1
  200. package/resources/v1/embed/embed.js +27 -11
  201. package/resources/v1/embed/embed.js.map +1 -1
  202. package/resources/v1/embed/embed.mjs +27 -11
  203. package/resources/v1/embed/embed.mjs.map +1 -1
  204. package/resources/v1/embed/index.d.mts +1 -1
  205. package/resources/v1/embed/index.d.mts.map +1 -1
  206. package/resources/v1/embed/index.d.ts +1 -1
  207. package/resources/v1/embed/index.d.ts.map +1 -1
  208. package/resources/v1/embed/index.js.map +1 -1
  209. package/resources/v1/embed/index.mjs.map +1 -1
  210. package/resources/v1/explainers.d.mts +21 -2
  211. package/resources/v1/explainers.d.mts.map +1 -1
  212. package/resources/v1/explainers.d.ts +21 -2
  213. package/resources/v1/explainers.d.ts.map +1 -1
  214. package/resources/v1/explainers.js +19 -1
  215. package/resources/v1/explainers.js.map +1 -1
  216. package/resources/v1/explainers.mjs +19 -1
  217. package/resources/v1/explainers.mjs.map +1 -1
  218. package/resources/v1/flashcards.d.mts +242 -16
  219. package/resources/v1/flashcards.d.mts.map +1 -1
  220. package/resources/v1/flashcards.d.ts +242 -16
  221. package/resources/v1/flashcards.d.ts.map +1 -1
  222. package/resources/v1/flashcards.js +78 -21
  223. package/resources/v1/flashcards.js.map +1 -1
  224. package/resources/v1/flashcards.mjs +78 -21
  225. package/resources/v1/flashcards.mjs.map +1 -1
  226. package/resources/v1/folders.d.mts +93 -4
  227. package/resources/v1/folders.d.mts.map +1 -1
  228. package/resources/v1/folders.d.ts +93 -4
  229. package/resources/v1/folders.d.ts.map +1 -1
  230. package/resources/v1/folders.js +72 -9
  231. package/resources/v1/folders.js.map +1 -1
  232. package/resources/v1/folders.mjs +72 -9
  233. package/resources/v1/folders.mjs.map +1 -1
  234. package/resources/v1/index.d.mts +11 -10
  235. package/resources/v1/index.d.mts.map +1 -1
  236. package/resources/v1/index.d.ts +11 -10
  237. package/resources/v1/index.d.ts.map +1 -1
  238. package/resources/v1/index.js +3 -1
  239. package/resources/v1/index.js.map +1 -1
  240. package/resources/v1/index.mjs +5 -4
  241. package/resources/v1/index.mjs.map +1 -1
  242. package/resources/v1/materials/bulk.d.mts +6 -0
  243. package/resources/v1/materials/bulk.d.mts.map +1 -1
  244. package/resources/v1/materials/bulk.d.ts +6 -0
  245. package/resources/v1/materials/bulk.d.ts.map +1 -1
  246. package/resources/v1/materials/bulk.js +6 -0
  247. package/resources/v1/materials/bulk.js.map +1 -1
  248. package/resources/v1/materials/bulk.mjs +6 -0
  249. package/resources/v1/materials/bulk.mjs.map +1 -1
  250. package/resources/v1/materials/index.d.mts +2 -2
  251. package/resources/v1/materials/index.d.mts.map +1 -1
  252. package/resources/v1/materials/index.d.ts +2 -2
  253. package/resources/v1/materials/index.d.ts.map +1 -1
  254. package/resources/v1/materials/index.js.map +1 -1
  255. package/resources/v1/materials/index.mjs +1 -1
  256. package/resources/v1/materials/index.mjs.map +1 -1
  257. package/resources/v1/materials/materials.d.mts +125 -5
  258. package/resources/v1/materials/materials.d.mts.map +1 -1
  259. package/resources/v1/materials/materials.d.ts +125 -5
  260. package/resources/v1/materials/materials.d.ts.map +1 -1
  261. package/resources/v1/materials/materials.js +82 -2
  262. package/resources/v1/materials/materials.js.map +1 -1
  263. package/resources/v1/materials/materials.mjs +82 -2
  264. package/resources/v1/materials/materials.mjs.map +1 -1
  265. package/resources/v1/materials/test.d.mts +28 -4
  266. package/resources/v1/materials/test.d.mts.map +1 -1
  267. package/resources/v1/materials/test.d.ts +28 -4
  268. package/resources/v1/materials/test.d.ts.map +1 -1
  269. package/resources/v1/materials/test.js +31 -7
  270. package/resources/v1/materials/test.js.map +1 -1
  271. package/resources/v1/materials/test.mjs +31 -7
  272. package/resources/v1/materials/test.mjs.map +1 -1
  273. package/resources/v1/materials/upload.d.mts +66 -3
  274. package/resources/v1/materials/upload.d.mts.map +1 -1
  275. package/resources/v1/materials/upload.d.ts +66 -3
  276. package/resources/v1/materials/upload.d.ts.map +1 -1
  277. package/resources/v1/materials/upload.js +41 -8
  278. package/resources/v1/materials/upload.js.map +1 -1
  279. package/resources/v1/materials/upload.mjs +41 -8
  280. package/resources/v1/materials/upload.mjs.map +1 -1
  281. package/resources/v1/organizations/api-keys.d.mts +32 -1
  282. package/resources/v1/organizations/api-keys.d.mts.map +1 -1
  283. package/resources/v1/organizations/api-keys.d.ts +32 -1
  284. package/resources/v1/organizations/api-keys.d.ts.map +1 -1
  285. package/resources/v1/organizations/api-keys.js +24 -1
  286. package/resources/v1/organizations/api-keys.js.map +1 -1
  287. package/resources/v1/organizations/api-keys.mjs +24 -1
  288. package/resources/v1/organizations/api-keys.mjs.map +1 -1
  289. package/resources/v1/organizations/index.d.mts +1 -1
  290. package/resources/v1/organizations/index.d.mts.map +1 -1
  291. package/resources/v1/organizations/index.d.ts +1 -1
  292. package/resources/v1/organizations/index.d.ts.map +1 -1
  293. package/resources/v1/organizations/index.js.map +1 -1
  294. package/resources/v1/organizations/index.mjs.map +1 -1
  295. package/resources/v1/organizations/logo/logo.d.mts +6 -0
  296. package/resources/v1/organizations/logo/logo.d.mts.map +1 -1
  297. package/resources/v1/organizations/logo/logo.d.ts +6 -0
  298. package/resources/v1/organizations/logo/logo.d.ts.map +1 -1
  299. package/resources/v1/organizations/logo/logo.js +6 -0
  300. package/resources/v1/organizations/logo/logo.js.map +1 -1
  301. package/resources/v1/organizations/logo/logo.mjs +6 -0
  302. package/resources/v1/organizations/logo/logo.mjs.map +1 -1
  303. package/resources/v1/organizations/logo/upload.d.mts +12 -0
  304. package/resources/v1/organizations/logo/upload.d.mts.map +1 -1
  305. package/resources/v1/organizations/logo/upload.d.ts +12 -0
  306. package/resources/v1/organizations/logo/upload.d.ts.map +1 -1
  307. package/resources/v1/organizations/logo/upload.js +12 -0
  308. package/resources/v1/organizations/logo/upload.js.map +1 -1
  309. package/resources/v1/organizations/logo/upload.mjs +12 -0
  310. package/resources/v1/organizations/logo/upload.mjs.map +1 -1
  311. package/resources/v1/organizations/organizations.d.mts +14 -2
  312. package/resources/v1/organizations/organizations.d.mts.map +1 -1
  313. package/resources/v1/organizations/organizations.d.ts +14 -2
  314. package/resources/v1/organizations/organizations.d.ts.map +1 -1
  315. package/resources/v1/organizations/organizations.js +12 -0
  316. package/resources/v1/organizations/organizations.js.map +1 -1
  317. package/resources/v1/organizations/organizations.mjs +12 -0
  318. package/resources/v1/organizations/organizations.mjs.map +1 -1
  319. package/resources/v1/organizations/profile/models.d.mts +6 -0
  320. package/resources/v1/organizations/profile/models.d.mts.map +1 -1
  321. package/resources/v1/organizations/profile/models.d.ts +6 -0
  322. package/resources/v1/organizations/profile/models.d.ts.map +1 -1
  323. package/resources/v1/organizations/profile/models.js +6 -0
  324. package/resources/v1/organizations/profile/models.js.map +1 -1
  325. package/resources/v1/organizations/profile/models.mjs +6 -0
  326. package/resources/v1/organizations/profile/models.mjs.map +1 -1
  327. package/resources/v1/organizations/profile/profile.d.mts +14 -0
  328. package/resources/v1/organizations/profile/profile.d.mts.map +1 -1
  329. package/resources/v1/organizations/profile/profile.d.ts +14 -0
  330. package/resources/v1/organizations/profile/profile.d.ts.map +1 -1
  331. package/resources/v1/organizations/profile/profile.js +14 -0
  332. package/resources/v1/organizations/profile/profile.js.map +1 -1
  333. package/resources/v1/organizations/profile/profile.mjs +14 -0
  334. package/resources/v1/organizations/profile/profile.mjs.map +1 -1
  335. package/resources/v1/organizations/profile/team.d.mts +40 -0
  336. package/resources/v1/organizations/profile/team.d.mts.map +1 -1
  337. package/resources/v1/organizations/profile/team.d.ts +40 -0
  338. package/resources/v1/organizations/profile/team.d.ts.map +1 -1
  339. package/resources/v1/organizations/profile/team.js +40 -0
  340. package/resources/v1/organizations/profile/team.js.map +1 -1
  341. package/resources/v1/organizations/profile/team.mjs +40 -0
  342. package/resources/v1/organizations/profile/team.mjs.map +1 -1
  343. package/resources/v1/organizations/team/invite.d.mts +14 -0
  344. package/resources/v1/organizations/team/invite.d.mts.map +1 -1
  345. package/resources/v1/organizations/team/invite.d.ts +14 -0
  346. package/resources/v1/organizations/team/invite.d.ts.map +1 -1
  347. package/resources/v1/organizations/team/invite.js +14 -0
  348. package/resources/v1/organizations/team/invite.js.map +1 -1
  349. package/resources/v1/organizations/team/invite.mjs +14 -0
  350. package/resources/v1/organizations/team/invite.mjs.map +1 -1
  351. package/resources/v1/organizations/team/team.d.mts +42 -0
  352. package/resources/v1/organizations/team/team.d.mts.map +1 -1
  353. package/resources/v1/organizations/team/team.d.ts +42 -0
  354. package/resources/v1/organizations/team/team.d.ts.map +1 -1
  355. package/resources/v1/organizations/team/team.js +42 -0
  356. package/resources/v1/organizations/team/team.js.map +1 -1
  357. package/resources/v1/organizations/team/team.mjs +42 -0
  358. package/resources/v1/organizations/team/team.mjs.map +1 -1
  359. package/resources/v1/organizations/theme.d.mts +12 -0
  360. package/resources/v1/organizations/theme.d.mts.map +1 -1
  361. package/resources/v1/organizations/theme.d.ts +12 -0
  362. package/resources/v1/organizations/theme.d.ts.map +1 -1
  363. package/resources/v1/organizations/theme.js +12 -0
  364. package/resources/v1/organizations/theme.js.map +1 -1
  365. package/resources/v1/organizations/theme.mjs +12 -0
  366. package/resources/v1/organizations/theme.mjs.map +1 -1
  367. package/resources/v1/organizations/usage.d.mts +8 -0
  368. package/resources/v1/organizations/usage.d.mts.map +1 -1
  369. package/resources/v1/organizations/usage.d.ts +8 -0
  370. package/resources/v1/organizations/usage.d.ts.map +1 -1
  371. package/resources/v1/organizations/usage.js +8 -0
  372. package/resources/v1/organizations/usage.js.map +1 -1
  373. package/resources/v1/organizations/usage.mjs +8 -0
  374. package/resources/v1/organizations/usage.mjs.map +1 -1
  375. package/resources/v1/scenarios/component.d.mts +33 -1
  376. package/resources/v1/scenarios/component.d.mts.map +1 -1
  377. package/resources/v1/scenarios/component.d.ts +33 -1
  378. package/resources/v1/scenarios/component.d.ts.map +1 -1
  379. package/resources/v1/scenarios/component.js +29 -1
  380. package/resources/v1/scenarios/component.js.map +1 -1
  381. package/resources/v1/scenarios/component.mjs +29 -1
  382. package/resources/v1/scenarios/component.mjs.map +1 -1
  383. package/resources/v1/scenarios/index.d.mts +2 -2
  384. package/resources/v1/scenarios/index.d.mts.map +1 -1
  385. package/resources/v1/scenarios/index.d.ts +2 -2
  386. package/resources/v1/scenarios/index.d.ts.map +1 -1
  387. package/resources/v1/scenarios/index.js.map +1 -1
  388. package/resources/v1/scenarios/index.mjs.map +1 -1
  389. package/resources/v1/scenarios/scenarios.d.mts +63 -4
  390. package/resources/v1/scenarios/scenarios.d.mts.map +1 -1
  391. package/resources/v1/scenarios/scenarios.d.ts +63 -4
  392. package/resources/v1/scenarios/scenarios.d.ts.map +1 -1
  393. package/resources/v1/scenarios/scenarios.js +58 -2
  394. package/resources/v1/scenarios/scenarios.js.map +1 -1
  395. package/resources/v1/scenarios/scenarios.mjs +58 -2
  396. package/resources/v1/scenarios/scenarios.mjs.map +1 -1
  397. package/resources/v1/scenarios/sessions.d.mts +12 -0
  398. package/resources/v1/scenarios/sessions.d.mts.map +1 -1
  399. package/resources/v1/scenarios/sessions.d.ts +12 -0
  400. package/resources/v1/scenarios/sessions.d.ts.map +1 -1
  401. package/resources/v1/scenarios/sessions.js +12 -0
  402. package/resources/v1/scenarios/sessions.js.map +1 -1
  403. package/resources/v1/scenarios/sessions.mjs +12 -0
  404. package/resources/v1/scenarios/sessions.mjs.map +1 -1
  405. package/resources/v1/scenarios/submissions/user.d.mts +12 -0
  406. package/resources/v1/scenarios/submissions/user.d.mts.map +1 -1
  407. package/resources/v1/scenarios/submissions/user.d.ts +12 -0
  408. package/resources/v1/scenarios/submissions/user.d.ts.map +1 -1
  409. package/resources/v1/scenarios/submissions/user.js +12 -0
  410. package/resources/v1/scenarios/submissions/user.js.map +1 -1
  411. package/resources/v1/scenarios/submissions/user.mjs +12 -0
  412. package/resources/v1/scenarios/submissions/user.mjs.map +1 -1
  413. package/resources/v1/tests/component.d.mts +6 -0
  414. package/resources/v1/tests/component.d.mts.map +1 -1
  415. package/resources/v1/tests/component.d.ts +6 -0
  416. package/resources/v1/tests/component.d.ts.map +1 -1
  417. package/resources/v1/tests/component.js +6 -0
  418. package/resources/v1/tests/component.js.map +1 -1
  419. package/resources/v1/tests/component.mjs +6 -0
  420. package/resources/v1/tests/component.mjs.map +1 -1
  421. package/resources/v1/tests/index.d.mts +1 -1
  422. package/resources/v1/tests/index.d.mts.map +1 -1
  423. package/resources/v1/tests/index.d.ts +1 -1
  424. package/resources/v1/tests/index.d.ts.map +1 -1
  425. package/resources/v1/tests/index.js.map +1 -1
  426. package/resources/v1/tests/index.mjs +1 -1
  427. package/resources/v1/tests/index.mjs.map +1 -1
  428. package/resources/v1/tests/tests.d.mts +98 -4
  429. package/resources/v1/tests/tests.d.mts.map +1 -1
  430. package/resources/v1/tests/tests.d.ts +98 -4
  431. package/resources/v1/tests/tests.d.ts.map +1 -1
  432. package/resources/v1/tests/tests.js +61 -4
  433. package/resources/v1/tests/tests.js.map +1 -1
  434. package/resources/v1/tests/tests.mjs +61 -4
  435. package/resources/v1/tests/tests.mjs.map +1 -1
  436. package/resources/v1/upload/component.d.mts +38 -0
  437. package/resources/v1/upload/component.d.mts.map +1 -0
  438. package/resources/v1/upload/component.d.ts +38 -0
  439. package/resources/v1/upload/component.d.ts.map +1 -0
  440. package/resources/v1/upload/component.js +63 -0
  441. package/resources/v1/upload/component.js.map +1 -0
  442. package/resources/v1/upload/component.mjs +59 -0
  443. package/resources/v1/upload/component.mjs.map +1 -0
  444. package/resources/v1/upload/index.d.mts +3 -0
  445. package/resources/v1/upload/index.d.mts.map +1 -0
  446. package/resources/v1/upload/index.d.ts +3 -0
  447. package/resources/v1/upload/index.d.ts.map +1 -0
  448. package/resources/v1/upload/index.js +9 -0
  449. package/resources/v1/upload/index.js.map +1 -0
  450. package/resources/v1/upload/index.mjs +4 -0
  451. package/resources/v1/upload/index.mjs.map +1 -0
  452. package/resources/v1/upload/upload.d.mts +10 -0
  453. package/resources/v1/upload/upload.d.mts.map +1 -0
  454. package/resources/v1/upload/upload.d.ts +10 -0
  455. package/resources/v1/upload/upload.d.ts.map +1 -0
  456. package/resources/v1/upload/upload.js +17 -0
  457. package/resources/v1/upload/upload.js.map +1 -0
  458. package/resources/v1/upload/upload.mjs +12 -0
  459. package/resources/v1/upload/upload.mjs.map +1 -0
  460. package/resources/v1/upload.d.mts +2 -0
  461. package/resources/v1/upload.d.mts.map +1 -0
  462. package/resources/v1/upload.d.ts +2 -0
  463. package/resources/v1/upload.d.ts.map +1 -0
  464. package/resources/v1/upload.js +6 -0
  465. package/resources/v1/upload.js.map +1 -0
  466. package/resources/v1/upload.mjs +3 -0
  467. package/resources/v1/upload.mjs.map +1 -0
  468. package/resources/v1/usage.d.mts +285 -9
  469. package/resources/v1/usage.d.mts.map +1 -1
  470. package/resources/v1/usage.d.ts +285 -9
  471. package/resources/v1/usage.d.ts.map +1 -1
  472. package/resources/v1/usage.js +76 -13
  473. package/resources/v1/usage.js.map +1 -1
  474. package/resources/v1/usage.mjs +76 -13
  475. package/resources/v1/usage.mjs.map +1 -1
  476. package/resources/v1/v1.d.mts +24 -20
  477. package/resources/v1/v1.d.mts.map +1 -1
  478. package/resources/v1/v1.d.ts +24 -20
  479. package/resources/v1/v1.d.ts.map +1 -1
  480. package/resources/v1/v1.js +4 -0
  481. package/resources/v1/v1.js.map +1 -1
  482. package/resources/v1/v1.mjs +7 -3
  483. package/resources/v1/v1.mjs.map +1 -1
  484. package/src/client.ts +4 -19
  485. package/src/internal/qs/LICENSE.md +13 -0
  486. package/src/internal/qs/README.md +3 -0
  487. package/src/internal/qs/formats.ts +10 -0
  488. package/src/internal/qs/index.ts +13 -0
  489. package/src/internal/qs/stringify.ts +385 -0
  490. package/src/internal/qs/types.ts +71 -0
  491. package/src/internal/qs/utils.ts +265 -0
  492. package/src/internal/utils/log.ts +1 -0
  493. package/src/resources/v1/admin/admin.ts +6 -0
  494. package/src/resources/v1/admin/models.ts +6 -0
  495. package/src/resources/v1/admin/organization-invites.ts +26 -0
  496. package/src/resources/v1/admin/organizations/models/excluded.ts +16 -0
  497. package/src/resources/v1/admin/organizations/organizations.ts +6 -0
  498. package/src/resources/v1/audio-recaps/audio-recaps.ts +24 -0
  499. package/src/resources/v1/audio-recaps/sections.ts +21 -0
  500. package/src/resources/v1/auth/auth.ts +132 -13
  501. package/src/resources/v1/auth/index.ts +4 -2
  502. package/src/resources/v1/auth/login.ts +68 -5
  503. package/src/resources/v1/auth/number-2fa.ts +77 -11
  504. package/src/resources/v1/auth/organization-invites.ts +6 -0
  505. package/src/resources/v1/chat/chat.ts +166 -19
  506. package/src/resources/v1/chat/index.ts +1 -1
  507. package/src/resources/v1/chat/sessions.ts +14 -0
  508. package/src/resources/v1/chat/test.ts +12 -0
  509. package/src/resources/v1/components.ts +282 -5
  510. package/src/resources/v1/embed/component.ts +34 -1
  511. package/src/resources/v1/embed/embed.ts +34 -21
  512. package/src/resources/v1/embed/index.ts +1 -1
  513. package/src/resources/v1/explainers.ts +27 -2
  514. package/src/resources/v1/flashcards.ts +292 -31
  515. package/src/resources/v1/folders.ts +111 -9
  516. package/src/resources/v1/index.ts +37 -15
  517. package/src/resources/v1/materials/bulk.ts +6 -0
  518. package/src/resources/v1/materials/index.ts +7 -2
  519. package/src/resources/v1/materials/materials.ts +139 -5
  520. package/src/resources/v1/materials/test.ts +31 -7
  521. package/src/resources/v1/materials/upload.ts +86 -8
  522. package/src/resources/v1/organizations/api-keys.ts +35 -1
  523. package/src/resources/v1/organizations/index.ts +1 -1
  524. package/src/resources/v1/organizations/logo/logo.ts +6 -0
  525. package/src/resources/v1/organizations/logo/upload.ts +12 -0
  526. package/src/resources/v1/organizations/organizations.ts +14 -2
  527. package/src/resources/v1/organizations/profile/models.ts +6 -0
  528. package/src/resources/v1/organizations/profile/profile.ts +14 -0
  529. package/src/resources/v1/organizations/profile/team.ts +40 -0
  530. package/src/resources/v1/organizations/team/invite.ts +14 -0
  531. package/src/resources/v1/organizations/team/team.ts +42 -0
  532. package/src/resources/v1/organizations/theme.ts +12 -0
  533. package/src/resources/v1/organizations/usage.ts +8 -0
  534. package/src/resources/v1/scenarios/component.ts +37 -1
  535. package/src/resources/v1/scenarios/index.ts +2 -2
  536. package/src/resources/v1/scenarios/scenarios.ts +73 -4
  537. package/src/resources/v1/scenarios/sessions.ts +12 -0
  538. package/src/resources/v1/scenarios/submissions/user.ts +12 -0
  539. package/src/resources/v1/tests/component.ts +6 -0
  540. package/src/resources/v1/tests/index.ts +7 -1
  541. package/src/resources/v1/tests/tests.ts +116 -4
  542. package/src/resources/v1/upload/component.ts +65 -0
  543. package/src/resources/v1/upload/index.ts +4 -0
  544. package/src/resources/v1/upload/upload.ts +15 -0
  545. package/src/resources/v1/upload.ts +3 -0
  546. package/src/resources/v1/usage.ts +431 -16
  547. package/src/resources/v1/v1.ts +82 -20
  548. package/src/version.ts +1 -1
  549. package/version.d.mts +1 -1
  550. package/version.d.ts +1 -1
  551. package/version.js +1 -1
  552. package/version.mjs +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,4CAAsG;AAA7F,sGAAA,SAAS,OAAA;AAClB,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,sCAAkC;AAAzB,gGAAA,MAAM,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,4CAKqB;AAJnB,sGAAA,SAAS,OAAA;AAKX,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,sCAA+F;AAAtF,gGAAA,MAAM,OAAA"}
@@ -1,6 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
  export { Bulk } from "./bulk.mjs";
3
- export { Materials } from "./materials.mjs";
3
+ export { Materials, } from "./materials.mjs";
4
4
  export { Test } from "./test.mjs";
5
5
  export { Upload } from "./upload.mjs";
6
6
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAE;OACR,EAAE,SAAS,EAAgE;OAC3E,EAAE,IAAI,EAAE;OACR,EAAE,MAAM,EAAE"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAE;OACR,EACL,SAAS,GAIV;OACM,EAAE,IAAI,EAAE;OACR,EAAE,MAAM,EAA+D"}
@@ -4,33 +4,153 @@ import { Bulk } from "./bulk.mjs";
4
4
  import * as TestAPI from "./test.mjs";
5
5
  import { Test } from "./test.mjs";
6
6
  import * as UploadAPI from "./upload.mjs";
7
- import { Upload } from "./upload.mjs";
7
+ import { Upload, UploadUploadFileParams, UploadUploadFromURLParams } from "./upload.mjs";
8
8
  import { APIPromise } from "../../../core/api-promise.mjs";
9
9
  import { RequestOptions } from "../../../internal/request-options.mjs";
10
10
  export declare class Materials extends APIResource {
11
11
  upload: UploadAPI.Upload;
12
12
  bulk: BulkAPI.Bulk;
13
13
  test: TestAPI.Test;
14
+ /**
15
+ * Create a new material
16
+ *
17
+ * @example
18
+ * ```ts
19
+ * await client.v1.materials.create({
20
+ * content: { type: 'text' },
21
+ * name: 'Chapter 1 - Introduction',
22
+ * });
23
+ * ```
24
+ */
14
25
  create(body: MaterialCreateParams, options?: RequestOptions): APIPromise<void>;
26
+ /**
27
+ * Get material by ID
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.materials.retrieve('id');
32
+ * ```
33
+ */
15
34
  retrieve(id: string, options?: RequestOptions): APIPromise<void>;
16
- list(options?: RequestOptions): APIPromise<void>;
35
+ /**
36
+ * Get all materials for organization
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * await client.v1.materials.list();
41
+ * ```
42
+ */
43
+ list(query?: MaterialListParams | null | undefined, options?: RequestOptions): APIPromise<void>;
44
+ /**
45
+ * Delete material
46
+ *
47
+ * @example
48
+ * ```ts
49
+ * await client.v1.materials.delete('id');
50
+ * ```
51
+ */
17
52
  delete(id: string, options?: RequestOptions): APIPromise<void>;
18
- batchCreate(options?: RequestOptions): APIPromise<void>;
53
+ /**
54
+ * @example
55
+ * ```ts
56
+ * await client.v1.materials.createBatch();
57
+ * ```
58
+ */
59
+ createBatch(options?: RequestOptions): APIPromise<void>;
60
+ /**
61
+ * @example
62
+ * ```ts
63
+ * await client.v1.materials.debug('id');
64
+ * ```
65
+ */
19
66
  debug(id: string, options?: RequestOptions): APIPromise<void>;
67
+ /**
68
+ * @example
69
+ * ```ts
70
+ * await client.v1.materials.getDownloadURL('id', {
71
+ * expiresIn: 'expiresIn',
72
+ * });
73
+ * ```
74
+ */
20
75
  getDownloadURL(id: string, query: MaterialGetDownloadURLParams, options?: RequestOptions): APIPromise<void>;
76
+ /**
77
+ * @example
78
+ * ```ts
79
+ * await client.v1.materials.move('id');
80
+ * ```
81
+ */
21
82
  move(id: string, options?: RequestOptions): APIPromise<void>;
83
+ /**
84
+ * @example
85
+ * ```ts
86
+ * await client.v1.materials.rename('id');
87
+ * ```
88
+ */
22
89
  rename(id: string, options?: RequestOptions): APIPromise<void>;
90
+ /**
91
+ * @example
92
+ * ```ts
93
+ * await client.v1.materials.reprocess('id');
94
+ * ```
95
+ */
23
96
  reprocess(id: string, options?: RequestOptions): APIPromise<void>;
97
+ /**
98
+ * @example
99
+ * ```ts
100
+ * await client.v1.materials.search();
101
+ * ```
102
+ */
24
103
  search(options?: RequestOptions): APIPromise<void>;
25
104
  }
26
105
  export interface MaterialCreateParams {
106
+ /**
107
+ * Content details
108
+ */
109
+ content: MaterialCreateParams.Content;
110
+ /**
111
+ * Name of the material
112
+ */
113
+ name: string;
114
+ /**
115
+ * Folder ID to place the material in
116
+ */
117
+ folderId?: string;
118
+ }
119
+ export declare namespace MaterialCreateParams {
120
+ /**
121
+ * Content details
122
+ */
123
+ interface Content {
124
+ /**
125
+ * Type of content
126
+ */
127
+ type: 'text' | 'pdf' | 'video' | 'audio' | 'url';
128
+ /**
129
+ * URL to fetch content from
130
+ */
131
+ sourceUrl?: string;
132
+ /**
133
+ * Text content (for text type)
134
+ */
135
+ text?: string;
136
+ /**
137
+ * URL to the content (for url type)
138
+ */
139
+ url?: string;
140
+ }
141
+ }
142
+ export interface MaterialListParams {
143
+ /**
144
+ * Filter by folder ID
145
+ */
146
+ folderId?: string;
27
147
  }
28
148
  export interface MaterialGetDownloadURLParams {
29
149
  expiresIn: string;
30
150
  }
31
151
  export declare namespace Materials {
32
- export { type MaterialCreateParams as MaterialCreateParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, };
33
- export { Upload as Upload };
152
+ export { type MaterialCreateParams as MaterialCreateParams, type MaterialListParams as MaterialListParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, };
153
+ export { Upload as Upload, type UploadUploadFileParams as UploadUploadFileParams, type UploadUploadFromURLParams as UploadUploadFromURLParams, };
34
154
  export { Bulk as Bulk };
35
155
  export { Test as Test };
36
156
  }
@@ -1 +1 @@
1
- {"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE;OACR,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE;OACR,KAAK,SAAS;OACd,EAAE,MAAM,EAAE;OACV,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAsC;IAC9D,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IAEpD,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ9E,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhE,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhD,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D,WAAW,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOvD,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO7D,cAAc,CACZ,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,4BAA4B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,IAAI,CAAC;IAQnB,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO5D,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOjE,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAMnD;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,MAAM,CAAC;CACnB;AAMD,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;IAEF,OAAO,EAAE,MAAM,IAAI,MAAM,EAAE,CAAC;IAE5B,OAAO,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;IAExB,OAAO,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;CACzB"}
1
+ {"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"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"}
@@ -4,33 +4,153 @@ import { Bulk } from "./bulk.js";
4
4
  import * as TestAPI from "./test.js";
5
5
  import { Test } from "./test.js";
6
6
  import * as UploadAPI from "./upload.js";
7
- import { Upload } from "./upload.js";
7
+ import { Upload, UploadUploadFileParams, UploadUploadFromURLParams } from "./upload.js";
8
8
  import { APIPromise } from "../../../core/api-promise.js";
9
9
  import { RequestOptions } from "../../../internal/request-options.js";
10
10
  export declare class Materials extends APIResource {
11
11
  upload: UploadAPI.Upload;
12
12
  bulk: BulkAPI.Bulk;
13
13
  test: TestAPI.Test;
14
+ /**
15
+ * Create a new material
16
+ *
17
+ * @example
18
+ * ```ts
19
+ * await client.v1.materials.create({
20
+ * content: { type: 'text' },
21
+ * name: 'Chapter 1 - Introduction',
22
+ * });
23
+ * ```
24
+ */
14
25
  create(body: MaterialCreateParams, options?: RequestOptions): APIPromise<void>;
26
+ /**
27
+ * Get material by ID
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.materials.retrieve('id');
32
+ * ```
33
+ */
15
34
  retrieve(id: string, options?: RequestOptions): APIPromise<void>;
16
- list(options?: RequestOptions): APIPromise<void>;
35
+ /**
36
+ * Get all materials for organization
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * await client.v1.materials.list();
41
+ * ```
42
+ */
43
+ list(query?: MaterialListParams | null | undefined, options?: RequestOptions): APIPromise<void>;
44
+ /**
45
+ * Delete material
46
+ *
47
+ * @example
48
+ * ```ts
49
+ * await client.v1.materials.delete('id');
50
+ * ```
51
+ */
17
52
  delete(id: string, options?: RequestOptions): APIPromise<void>;
18
- batchCreate(options?: RequestOptions): APIPromise<void>;
53
+ /**
54
+ * @example
55
+ * ```ts
56
+ * await client.v1.materials.createBatch();
57
+ * ```
58
+ */
59
+ createBatch(options?: RequestOptions): APIPromise<void>;
60
+ /**
61
+ * @example
62
+ * ```ts
63
+ * await client.v1.materials.debug('id');
64
+ * ```
65
+ */
19
66
  debug(id: string, options?: RequestOptions): APIPromise<void>;
67
+ /**
68
+ * @example
69
+ * ```ts
70
+ * await client.v1.materials.getDownloadURL('id', {
71
+ * expiresIn: 'expiresIn',
72
+ * });
73
+ * ```
74
+ */
20
75
  getDownloadURL(id: string, query: MaterialGetDownloadURLParams, options?: RequestOptions): APIPromise<void>;
76
+ /**
77
+ * @example
78
+ * ```ts
79
+ * await client.v1.materials.move('id');
80
+ * ```
81
+ */
21
82
  move(id: string, options?: RequestOptions): APIPromise<void>;
83
+ /**
84
+ * @example
85
+ * ```ts
86
+ * await client.v1.materials.rename('id');
87
+ * ```
88
+ */
22
89
  rename(id: string, options?: RequestOptions): APIPromise<void>;
90
+ /**
91
+ * @example
92
+ * ```ts
93
+ * await client.v1.materials.reprocess('id');
94
+ * ```
95
+ */
23
96
  reprocess(id: string, options?: RequestOptions): APIPromise<void>;
97
+ /**
98
+ * @example
99
+ * ```ts
100
+ * await client.v1.materials.search();
101
+ * ```
102
+ */
24
103
  search(options?: RequestOptions): APIPromise<void>;
25
104
  }
26
105
  export interface MaterialCreateParams {
106
+ /**
107
+ * Content details
108
+ */
109
+ content: MaterialCreateParams.Content;
110
+ /**
111
+ * Name of the material
112
+ */
113
+ name: string;
114
+ /**
115
+ * Folder ID to place the material in
116
+ */
117
+ folderId?: string;
118
+ }
119
+ export declare namespace MaterialCreateParams {
120
+ /**
121
+ * Content details
122
+ */
123
+ interface Content {
124
+ /**
125
+ * Type of content
126
+ */
127
+ type: 'text' | 'pdf' | 'video' | 'audio' | 'url';
128
+ /**
129
+ * URL to fetch content from
130
+ */
131
+ sourceUrl?: string;
132
+ /**
133
+ * Text content (for text type)
134
+ */
135
+ text?: string;
136
+ /**
137
+ * URL to the content (for url type)
138
+ */
139
+ url?: string;
140
+ }
141
+ }
142
+ export interface MaterialListParams {
143
+ /**
144
+ * Filter by folder ID
145
+ */
146
+ folderId?: string;
27
147
  }
28
148
  export interface MaterialGetDownloadURLParams {
29
149
  expiresIn: string;
30
150
  }
31
151
  export declare namespace Materials {
32
- export { type MaterialCreateParams as MaterialCreateParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, };
33
- export { Upload as Upload };
152
+ export { type MaterialCreateParams as MaterialCreateParams, type MaterialListParams as MaterialListParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, };
153
+ export { Upload as Upload, type UploadUploadFileParams as UploadUploadFileParams, type UploadUploadFromURLParams as UploadUploadFromURLParams, };
34
154
  export { Bulk as Bulk };
35
155
  export { Test as Test };
36
156
  }
@@ -1 +1 @@
1
- {"version":3,"file":"materials.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE;OACR,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE;OACR,KAAK,SAAS;OACd,EAAE,MAAM,EAAE;OACV,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAsC;IAC9D,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IAEpD,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ9E,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhE,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhD,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D,WAAW,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOvD,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO7D,cAAc,CACZ,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,4BAA4B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,IAAI,CAAC;IAQnB,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO5D,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D,SAAS,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOjE,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAMnD;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,MAAM,CAAC;CACnB;AAMD,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;IAEF,OAAO,EAAE,MAAM,IAAI,MAAM,EAAE,CAAC;IAE5B,OAAO,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;IAExB,OAAO,EAAE,IAAI,IAAI,IAAI,EAAE,CAAC;CACzB"}
1
+ {"version":3,"file":"materials.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"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"}
@@ -19,6 +19,17 @@ class Materials extends resource_1.APIResource {
19
19
  this.bulk = new BulkAPI.Bulk(this._client);
20
20
  this.test = new TestAPI.Test(this._client);
21
21
  }
22
+ /**
23
+ * Create a new material
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * await client.v1.materials.create({
28
+ * content: { type: 'text' },
29
+ * name: 'Chapter 1 - Introduction',
30
+ * });
31
+ * ```
32
+ */
22
33
  create(body, options) {
23
34
  return this._client.post('/api/v1/materials', {
24
35
  body,
@@ -26,36 +37,81 @@ class Materials extends resource_1.APIResource {
26
37
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
27
38
  });
28
39
  }
40
+ /**
41
+ * Get material by ID
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * await client.v1.materials.retrieve('id');
46
+ * ```
47
+ */
29
48
  retrieve(id, options) {
30
49
  return this._client.get((0, path_1.path) `/api/v1/materials/${id}`, {
31
50
  ...options,
32
51
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
33
52
  });
34
53
  }
35
- list(options) {
54
+ /**
55
+ * Get all materials for organization
56
+ *
57
+ * @example
58
+ * ```ts
59
+ * await client.v1.materials.list();
60
+ * ```
61
+ */
62
+ list(query = {}, options) {
36
63
  return this._client.get('/api/v1/materials', {
64
+ query,
37
65
  ...options,
38
66
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
39
67
  });
40
68
  }
69
+ /**
70
+ * Delete material
71
+ *
72
+ * @example
73
+ * ```ts
74
+ * await client.v1.materials.delete('id');
75
+ * ```
76
+ */
41
77
  delete(id, options) {
42
78
  return this._client.delete((0, path_1.path) `/api/v1/materials/${id}`, {
43
79
  ...options,
44
80
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
45
81
  });
46
82
  }
47
- batchCreate(options) {
83
+ /**
84
+ * @example
85
+ * ```ts
86
+ * await client.v1.materials.createBatch();
87
+ * ```
88
+ */
89
+ createBatch(options) {
48
90
  return this._client.post('/api/v1/materials/batch', {
49
91
  ...options,
50
92
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
51
93
  });
52
94
  }
95
+ /**
96
+ * @example
97
+ * ```ts
98
+ * await client.v1.materials.debug('id');
99
+ * ```
100
+ */
53
101
  debug(id, options) {
54
102
  return this._client.get((0, path_1.path) `/api/v1/materials/${id}/debug`, {
55
103
  ...options,
56
104
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
57
105
  });
58
106
  }
107
+ /**
108
+ * @example
109
+ * ```ts
110
+ * await client.v1.materials.getDownloadURL('id', {
111
+ * expiresIn: 'expiresIn',
112
+ * });
113
+ * ```
114
+ */
59
115
  getDownloadURL(id, query, options) {
60
116
  return this._client.get((0, path_1.path) `/api/v1/materials/${id}/download-url`, {
61
117
  query,
@@ -63,24 +119,48 @@ class Materials extends resource_1.APIResource {
63
119
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
64
120
  });
65
121
  }
122
+ /**
123
+ * @example
124
+ * ```ts
125
+ * await client.v1.materials.move('id');
126
+ * ```
127
+ */
66
128
  move(id, options) {
67
129
  return this._client.post((0, path_1.path) `/api/v1/materials/${id}/move`, {
68
130
  ...options,
69
131
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
70
132
  });
71
133
  }
134
+ /**
135
+ * @example
136
+ * ```ts
137
+ * await client.v1.materials.rename('id');
138
+ * ```
139
+ */
72
140
  rename(id, options) {
73
141
  return this._client.post((0, path_1.path) `/api/v1/materials/${id}/rename`, {
74
142
  ...options,
75
143
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
76
144
  });
77
145
  }
146
+ /**
147
+ * @example
148
+ * ```ts
149
+ * await client.v1.materials.reprocess('id');
150
+ * ```
151
+ */
78
152
  reprocess(id, options) {
79
153
  return this._client.post((0, path_1.path) `/api/v1/materials/${id}/reprocess`, {
80
154
  ...options,
81
155
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
82
156
  });
83
157
  }
158
+ /**
159
+ * @example
160
+ * ```ts
161
+ * await client.v1.materials.search();
162
+ * ```
163
+ */
84
164
  search(options) {
85
165
  return this._client.post('/api/v1/materials/search', {
86
166
  ...options,
@@ -1 +1 @@
1
- {"version":3,"file":"materials.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"materials.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"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"}
@@ -15,6 +15,17 @@ export class Materials extends APIResource {
15
15
  this.bulk = new BulkAPI.Bulk(this._client);
16
16
  this.test = new TestAPI.Test(this._client);
17
17
  }
18
+ /**
19
+ * Create a new material
20
+ *
21
+ * @example
22
+ * ```ts
23
+ * await client.v1.materials.create({
24
+ * content: { type: 'text' },
25
+ * name: 'Chapter 1 - Introduction',
26
+ * });
27
+ * ```
28
+ */
18
29
  create(body, options) {
19
30
  return this._client.post('/api/v1/materials', {
20
31
  body,
@@ -22,36 +33,81 @@ export class Materials extends APIResource {
22
33
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
23
34
  });
24
35
  }
36
+ /**
37
+ * Get material by ID
38
+ *
39
+ * @example
40
+ * ```ts
41
+ * await client.v1.materials.retrieve('id');
42
+ * ```
43
+ */
25
44
  retrieve(id, options) {
26
45
  return this._client.get(path `/api/v1/materials/${id}`, {
27
46
  ...options,
28
47
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
29
48
  });
30
49
  }
31
- list(options) {
50
+ /**
51
+ * Get all materials for organization
52
+ *
53
+ * @example
54
+ * ```ts
55
+ * await client.v1.materials.list();
56
+ * ```
57
+ */
58
+ list(query = {}, options) {
32
59
  return this._client.get('/api/v1/materials', {
60
+ query,
33
61
  ...options,
34
62
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
35
63
  });
36
64
  }
65
+ /**
66
+ * Delete material
67
+ *
68
+ * @example
69
+ * ```ts
70
+ * await client.v1.materials.delete('id');
71
+ * ```
72
+ */
37
73
  delete(id, options) {
38
74
  return this._client.delete(path `/api/v1/materials/${id}`, {
39
75
  ...options,
40
76
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
41
77
  });
42
78
  }
43
- batchCreate(options) {
79
+ /**
80
+ * @example
81
+ * ```ts
82
+ * await client.v1.materials.createBatch();
83
+ * ```
84
+ */
85
+ createBatch(options) {
44
86
  return this._client.post('/api/v1/materials/batch', {
45
87
  ...options,
46
88
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
47
89
  });
48
90
  }
91
+ /**
92
+ * @example
93
+ * ```ts
94
+ * await client.v1.materials.debug('id');
95
+ * ```
96
+ */
49
97
  debug(id, options) {
50
98
  return this._client.get(path `/api/v1/materials/${id}/debug`, {
51
99
  ...options,
52
100
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
53
101
  });
54
102
  }
103
+ /**
104
+ * @example
105
+ * ```ts
106
+ * await client.v1.materials.getDownloadURL('id', {
107
+ * expiresIn: 'expiresIn',
108
+ * });
109
+ * ```
110
+ */
55
111
  getDownloadURL(id, query, options) {
56
112
  return this._client.get(path `/api/v1/materials/${id}/download-url`, {
57
113
  query,
@@ -59,24 +115,48 @@ export class Materials extends APIResource {
59
115
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
60
116
  });
61
117
  }
118
+ /**
119
+ * @example
120
+ * ```ts
121
+ * await client.v1.materials.move('id');
122
+ * ```
123
+ */
62
124
  move(id, options) {
63
125
  return this._client.post(path `/api/v1/materials/${id}/move`, {
64
126
  ...options,
65
127
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
66
128
  });
67
129
  }
130
+ /**
131
+ * @example
132
+ * ```ts
133
+ * await client.v1.materials.rename('id');
134
+ * ```
135
+ */
68
136
  rename(id, options) {
69
137
  return this._client.post(path `/api/v1/materials/${id}/rename`, {
70
138
  ...options,
71
139
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
72
140
  });
73
141
  }
142
+ /**
143
+ * @example
144
+ * ```ts
145
+ * await client.v1.materials.reprocess('id');
146
+ * ```
147
+ */
74
148
  reprocess(id, options) {
75
149
  return this._client.post(path `/api/v1/materials/${id}/reprocess`, {
76
150
  ...options,
77
151
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
78
152
  });
79
153
  }
154
+ /**
155
+ * @example
156
+ * ```ts
157
+ * await client.v1.materials.search();
158
+ * ```
159
+ */
80
160
  search(options) {
81
161
  return this._client.post('/api/v1/materials/search', {
82
162
  ...options,