@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":"components.d.ts","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,UAAW,SAAQ,WAAW;IACzC,MAAM,CAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ/E,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhE,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ3F,IAAI,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQ5E,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOhE,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOlE,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQzF,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAMjE;AAED,MAAM,WAAW,qBAAqB;CAAG;AAEzC,MAAM,WAAW,qBAAqB;CAAG;AAEzC,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,oBAAoB;CAAG;AAExC,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,oBAAoB,IAAI,oBAAoB,GAClD,CAAC;CACH"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,19 @@ const resource_1 = require("../../core/resource.js");
6
6
  const headers_1 = require("../../internal/headers.js");
7
7
  const path_1 = require("../../internal/utils/path.js");
8
8
  class Components extends resource_1.APIResource {
9
+ /**
10
+ * Create a new component
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * await client.v1.components.create({
15
+ * config: {},
16
+ * name: 'My Study Component',
17
+ * origin: 'chat',
18
+ * type: 'chat',
19
+ * });
20
+ * ```
21
+ */
9
22
  create(body, options) {
10
23
  return this._client.post('/api/v1/components', {
11
24
  body,
@@ -13,12 +26,28 @@ class Components extends resource_1.APIResource {
13
26
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
14
27
  });
15
28
  }
29
+ /**
30
+ * Get component by ID
31
+ *
32
+ * @example
33
+ * ```ts
34
+ * await client.v1.components.retrieve('id');
35
+ * ```
36
+ */
16
37
  retrieve(id, options) {
17
38
  return this._client.get((0, path_1.path) `/api/v1/components/${id}`, {
18
39
  ...options,
19
40
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
20
41
  });
21
42
  }
43
+ /**
44
+ * Update component
45
+ *
46
+ * @example
47
+ * ```ts
48
+ * await client.v1.components.update('id');
49
+ * ```
50
+ */
22
51
  update(id, body, options) {
23
52
  return this._client.patch((0, path_1.path) `/api/v1/components/${id}`, {
24
53
  body,
@@ -26,31 +55,67 @@ class Components extends resource_1.APIResource {
26
55
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
27
56
  });
28
57
  }
29
- list(query, options) {
58
+ /**
59
+ * Get all components
60
+ *
61
+ * @example
62
+ * ```ts
63
+ * await client.v1.components.list();
64
+ * ```
65
+ */
66
+ list(query = {}, options) {
30
67
  return this._client.get('/api/v1/components', {
31
68
  query,
32
69
  ...options,
33
70
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
34
71
  });
35
72
  }
73
+ /**
74
+ * Delete component
75
+ *
76
+ * @example
77
+ * ```ts
78
+ * await client.v1.components.delete('id');
79
+ * ```
80
+ */
36
81
  delete(id, options) {
37
82
  return this._client.delete((0, path_1.path) `/api/v1/components/${id}`, {
38
83
  ...options,
39
84
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
40
85
  });
41
86
  }
87
+ /**
88
+ * @example
89
+ * ```ts
90
+ * await client.v1.components.activate('id');
91
+ * ```
92
+ */
42
93
  activate(id, options) {
43
94
  return this._client.post((0, path_1.path) `/api/v1/components/${id}/activate`, {
44
95
  ...options,
45
96
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
46
97
  });
47
98
  }
99
+ /**
100
+ * @example
101
+ * ```ts
102
+ * await client.v1.components.deactivate('id');
103
+ * ```
104
+ */
48
105
  deactivate(id, options) {
49
106
  return this._client.post((0, path_1.path) `/api/v1/components/${id}/deactivate`, {
50
107
  ...options,
51
108
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
52
109
  });
53
110
  }
111
+ /**
112
+ * Generate embed code for component
113
+ *
114
+ * @example
115
+ * ```ts
116
+ * await client.v1.components.embed('id');
117
+ * ```
118
+ */
54
119
  embed(id, body, options) {
55
120
  return this._client.post((0, path_1.path) `/api/v1/components/${id}/embed`, {
56
121
  body,
@@ -58,6 +123,12 @@ class Components extends resource_1.APIResource {
58
123
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
59
124
  });
60
125
  }
126
+ /**
127
+ * @example
128
+ * ```ts
129
+ * await client.v1.components.interact('id');
130
+ * ```
131
+ */
61
132
  interact(id, options) {
62
133
  return this._client.post((0, path_1.path) `/api/v1/components/${id}/interact`, {
63
134
  ...options,
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,19 @@ import { APIResource } from "../../core/resource.mjs";
3
3
  import { buildHeaders } from "../../internal/headers.mjs";
4
4
  import { path } from "../../internal/utils/path.mjs";
5
5
  export class Components extends APIResource {
6
+ /**
7
+ * Create a new component
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * await client.v1.components.create({
12
+ * config: {},
13
+ * name: 'My Study Component',
14
+ * origin: 'chat',
15
+ * type: 'chat',
16
+ * });
17
+ * ```
18
+ */
6
19
  create(body, options) {
7
20
  return this._client.post('/api/v1/components', {
8
21
  body,
@@ -10,12 +23,28 @@ export class Components extends APIResource {
10
23
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
11
24
  });
12
25
  }
26
+ /**
27
+ * Get component by ID
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.components.retrieve('id');
32
+ * ```
33
+ */
13
34
  retrieve(id, options) {
14
35
  return this._client.get(path `/api/v1/components/${id}`, {
15
36
  ...options,
16
37
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
17
38
  });
18
39
  }
40
+ /**
41
+ * Update component
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * await client.v1.components.update('id');
46
+ * ```
47
+ */
19
48
  update(id, body, options) {
20
49
  return this._client.patch(path `/api/v1/components/${id}`, {
21
50
  body,
@@ -23,31 +52,67 @@ export class Components extends APIResource {
23
52
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
24
53
  });
25
54
  }
26
- list(query, options) {
55
+ /**
56
+ * Get all components
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * await client.v1.components.list();
61
+ * ```
62
+ */
63
+ list(query = {}, options) {
27
64
  return this._client.get('/api/v1/components', {
28
65
  query,
29
66
  ...options,
30
67
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
31
68
  });
32
69
  }
70
+ /**
71
+ * Delete component
72
+ *
73
+ * @example
74
+ * ```ts
75
+ * await client.v1.components.delete('id');
76
+ * ```
77
+ */
33
78
  delete(id, options) {
34
79
  return this._client.delete(path `/api/v1/components/${id}`, {
35
80
  ...options,
36
81
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
37
82
  });
38
83
  }
84
+ /**
85
+ * @example
86
+ * ```ts
87
+ * await client.v1.components.activate('id');
88
+ * ```
89
+ */
39
90
  activate(id, options) {
40
91
  return this._client.post(path `/api/v1/components/${id}/activate`, {
41
92
  ...options,
42
93
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
43
94
  });
44
95
  }
96
+ /**
97
+ * @example
98
+ * ```ts
99
+ * await client.v1.components.deactivate('id');
100
+ * ```
101
+ */
45
102
  deactivate(id, options) {
46
103
  return this._client.post(path `/api/v1/components/${id}/deactivate`, {
47
104
  ...options,
48
105
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
49
106
  });
50
107
  }
108
+ /**
109
+ * Generate embed code for component
110
+ *
111
+ * @example
112
+ * ```ts
113
+ * await client.v1.components.embed('id');
114
+ * ```
115
+ */
51
116
  embed(id, body, options) {
52
117
  return this._client.post(path `/api/v1/components/${id}/embed`, {
53
118
  body,
@@ -55,6 +120,12 @@ export class Components extends APIResource {
55
120
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
56
121
  });
57
122
  }
123
+ /**
124
+ * @example
125
+ * ```ts
126
+ * await client.v1.components.interact('id');
127
+ * ```
128
+ */
58
129
  interact(id, options) {
59
130
  return this._client.post(path `/api/v1/components/${id}/interact`, {
60
131
  ...options,
@@ -1 +1 @@
1
- {"version":3,"file":"components.mjs","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"components.mjs","sourceRoot":"","sources":["../../src/resources/v1/components.ts"],"names":[],"mappings":"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"}
@@ -2,14 +2,45 @@ import { APIResource } from "../../../core/resource.mjs";
2
2
  import { APIPromise } from "../../../core/api-promise.mjs";
3
3
  import { RequestOptions } from "../../../internal/request-options.mjs";
4
4
  export declare class Component extends APIResource {
5
+ /**
6
+ * Get component data for embed
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * await client.v1.embed.component.retrieve('componentId', {
11
+ * token: 'token',
12
+ * });
13
+ * ```
14
+ */
5
15
  retrieve(componentID: string, query: ComponentRetrieveParams, options?: RequestOptions): APIPromise<void>;
16
+ /**
17
+ * Process embed interaction
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * await client.v1.embed.component.interact('componentId', {
22
+ * token: 'token',
23
+ * body: 'body',
24
+ * });
25
+ * ```
26
+ */
6
27
  interact(componentID: string, params: ComponentInteractParams, options?: RequestOptions): APIPromise<void>;
7
28
  }
8
29
  export interface ComponentRetrieveParams {
30
+ /**
31
+ * Embed token
32
+ */
9
33
  token: string;
10
34
  }
11
35
  export interface ComponentInteractParams {
36
+ /**
37
+ * Query param: Embed token
38
+ */
12
39
  token: string;
40
+ /**
41
+ * Body param:
42
+ */
43
+ body: string;
13
44
  }
14
45
  export declare namespace Component {
15
46
  export { type ComponentRetrieveParams as ComponentRetrieveParams, type ComponentInteractParams as ComponentInteractParams, };
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQzG,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAQ3G;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
1
+ {"version":3,"file":"component.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQzG;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAS3G;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
@@ -2,14 +2,45 @@ import { APIResource } from "../../../core/resource.js";
2
2
  import { APIPromise } from "../../../core/api-promise.js";
3
3
  import { RequestOptions } from "../../../internal/request-options.js";
4
4
  export declare class Component extends APIResource {
5
+ /**
6
+ * Get component data for embed
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * await client.v1.embed.component.retrieve('componentId', {
11
+ * token: 'token',
12
+ * });
13
+ * ```
14
+ */
5
15
  retrieve(componentID: string, query: ComponentRetrieveParams, options?: RequestOptions): APIPromise<void>;
16
+ /**
17
+ * Process embed interaction
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * await client.v1.embed.component.interact('componentId', {
22
+ * token: 'token',
23
+ * body: 'body',
24
+ * });
25
+ * ```
26
+ */
6
27
  interact(componentID: string, params: ComponentInteractParams, options?: RequestOptions): APIPromise<void>;
7
28
  }
8
29
  export interface ComponentRetrieveParams {
30
+ /**
31
+ * Embed token
32
+ */
9
33
  token: string;
10
34
  }
11
35
  export interface ComponentInteractParams {
36
+ /**
37
+ * Query param: Embed token
38
+ */
12
39
  token: string;
40
+ /**
41
+ * Body param:
42
+ */
43
+ body: string;
13
44
  }
14
45
  export declare namespace Component {
15
46
  export { type ComponentRetrieveParams as ComponentRetrieveParams, type ComponentInteractParams as ComponentInteractParams, };
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQzG,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAQ3G;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQzG;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAS3G;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
@@ -6,6 +6,16 @@ const resource_1 = require("../../../core/resource.js");
6
6
  const headers_1 = require("../../../internal/headers.js");
7
7
  const path_1 = require("../../../internal/utils/path.js");
8
8
  class Component extends resource_1.APIResource {
9
+ /**
10
+ * Get component data for embed
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * await client.v1.embed.component.retrieve('componentId', {
15
+ * token: 'token',
16
+ * });
17
+ * ```
18
+ */
9
19
  retrieve(componentID, query, options) {
10
20
  return this._client.get((0, path_1.path) `/api/v1/embed/component/${componentID}`, {
11
21
  query,
@@ -13,10 +23,22 @@ class Component extends resource_1.APIResource {
13
23
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
14
24
  });
15
25
  }
26
+ /**
27
+ * Process embed interaction
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.embed.component.interact('componentId', {
32
+ * token: 'token',
33
+ * body: 'body',
34
+ * });
35
+ * ```
36
+ */
16
37
  interact(componentID, params, options) {
17
- const { token } = params;
38
+ const { token, body } = params;
18
39
  return this._client.post((0, path_1.path) `/api/v1/embed/component/${componentID}/interact`, {
19
40
  query: { token },
41
+ body: body,
20
42
  ...options,
21
43
  headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
22
44
  });
@@ -1 +1 @@
1
- {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,SAAU,SAAQ,sBAAW;IACxC,QAAQ,CAAC,WAAmB,EAAE,KAA8B,EAAE,OAAwB;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,2BAA2B,WAAW,EAAE,EAAE;YACpE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED,QAAQ,CAAC,WAAmB,EAAE,MAA+B,EAAE,OAAwB;QACrF,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,2BAA2B,WAAW,WAAW,EAAE;YAC9E,KAAK,EAAE,EAAE,KAAK,EAAE;YAChB,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AAjBD,8BAiBC"}
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,SAAU,SAAQ,sBAAW;IACxC;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAmB,EAAE,KAA8B,EAAE,OAAwB;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,2BAA2B,WAAW,EAAE,EAAE;YACpE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,MAA+B,EAAE,OAAwB;QACrF,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,MAAM,CAAC;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,2BAA2B,WAAW,WAAW,EAAE;YAC9E,KAAK,EAAE,EAAE,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI;YACV,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AAvCD,8BAuCC"}
@@ -3,6 +3,16 @@ import { APIResource } from "../../../core/resource.mjs";
3
3
  import { buildHeaders } from "../../../internal/headers.mjs";
4
4
  import { path } from "../../../internal/utils/path.mjs";
5
5
  export class Component extends APIResource {
6
+ /**
7
+ * Get component data for embed
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * await client.v1.embed.component.retrieve('componentId', {
12
+ * token: 'token',
13
+ * });
14
+ * ```
15
+ */
6
16
  retrieve(componentID, query, options) {
7
17
  return this._client.get(path `/api/v1/embed/component/${componentID}`, {
8
18
  query,
@@ -10,10 +20,22 @@ export class Component extends APIResource {
10
20
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
11
21
  });
12
22
  }
23
+ /**
24
+ * Process embed interaction
25
+ *
26
+ * @example
27
+ * ```ts
28
+ * await client.v1.embed.component.interact('componentId', {
29
+ * token: 'token',
30
+ * body: 'body',
31
+ * });
32
+ * ```
33
+ */
13
34
  interact(componentID, params, options) {
14
- const { token } = params;
35
+ const { token, body } = params;
15
36
  return this._client.post(path `/api/v1/embed/component/${componentID}/interact`, {
16
37
  query: { token },
38
+ body: body,
17
39
  ...options,
18
40
  headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
19
41
  });
@@ -1 +1 @@
1
- {"version":3,"file":"component.mjs","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC,QAAQ,CAAC,WAAmB,EAAE,KAA8B,EAAE,OAAwB;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,2BAA2B,WAAW,EAAE,EAAE;YACpE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED,QAAQ,CAAC,WAAmB,EAAE,MAA+B,EAAE,OAAwB;QACrF,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,2BAA2B,WAAW,WAAW,EAAE;YAC9E,KAAK,EAAE,EAAE,KAAK,EAAE;YAChB,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"component.mjs","sourceRoot":"","sources":["../../../src/resources/v1/embed/component.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAmB,EAAE,KAA8B,EAAE,OAAwB;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,2BAA2B,WAAW,EAAE,EAAE;YACpE,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,WAAmB,EAAE,MAA+B,EAAE,OAAwB;QACrF,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,MAAM,CAAC;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,2BAA2B,WAAW,WAAW,EAAE;YAC9E,KAAK,EAAE,EAAE,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI;YACV,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -5,22 +5,48 @@ import { APIPromise } from "../../../core/api-promise.mjs";
5
5
  import { RequestOptions } from "../../../internal/request-options.mjs";
6
6
  export declare class Embed extends APIResource {
7
7
  component: ComponentAPI.Component;
8
- retrieve(componentID: string, query: EmbedRetrieveParams, options?: RequestOptions): APIPromise<void>;
9
- getHealth(options?: RequestOptions): APIPromise<void>;
8
+ /**
9
+ * Get theme CSS for embed
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * await client.v1.embed.getTheme({ token: 'token' });
14
+ * ```
15
+ */
10
16
  getTheme(query: EmbedGetThemeParams, options?: RequestOptions): APIPromise<void>;
17
+ /**
18
+ * Health check endpoint
19
+ *
20
+ * @example
21
+ * ```ts
22
+ * await client.v1.embed.healthCheck();
23
+ * ```
24
+ */
25
+ healthCheck(options?: RequestOptions): APIPromise<void>;
26
+ /**
27
+ * Verify embed token
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.embed.verify({ token: 'token' });
32
+ * ```
33
+ */
11
34
  verify(query: EmbedVerifyParams, options?: RequestOptions): APIPromise<void>;
12
35
  }
13
- export interface EmbedRetrieveParams {
14
- token: string;
15
- }
16
36
  export interface EmbedGetThemeParams {
37
+ /**
38
+ * Embed token
39
+ */
17
40
  token: string;
18
41
  }
19
42
  export interface EmbedVerifyParams {
43
+ /**
44
+ * Embed token to verify
45
+ */
20
46
  token: string;
21
47
  }
22
48
  export declare namespace Embed {
23
- export { type EmbedRetrieveParams as EmbedRetrieveParams, type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams, };
49
+ export { type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams };
24
50
  export { Component as Component, type ComponentRetrieveParams as ComponentRetrieveParams, type ComponentInteractParams as ComponentInteractParams, };
25
51
  }
26
52
  //# sourceMappingURL=embed.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"embed.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/embed/embed.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,SAAS,EAAE,uBAAuB,EAAE,uBAAuB,EAAE;OAC/D,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAE7E,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQrG,SAAS,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOrD,QAAQ,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF,MAAM,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO7E;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;CACf;AAID,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
1
+ {"version":3,"file":"embed.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/embed/embed.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,SAAS,EAAE,uBAAuB,EAAE,uBAAuB,EAAE;OAC/D,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAEzB,qBAAa,KAAM,SAAQ,WAAW;IACpC,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAE7E;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF;;;;;;;OAOG;IACH,WAAW,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOvD;;;;;;;OAOG;IACH,MAAM,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO7E;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAID,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,KAAK,iBAAiB,IAAI,iBAAiB,EAAE,CAAC;IAExG,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
@@ -5,22 +5,48 @@ import { APIPromise } from "../../../core/api-promise.js";
5
5
  import { RequestOptions } from "../../../internal/request-options.js";
6
6
  export declare class Embed extends APIResource {
7
7
  component: ComponentAPI.Component;
8
- retrieve(componentID: string, query: EmbedRetrieveParams, options?: RequestOptions): APIPromise<void>;
9
- getHealth(options?: RequestOptions): APIPromise<void>;
8
+ /**
9
+ * Get theme CSS for embed
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * await client.v1.embed.getTheme({ token: 'token' });
14
+ * ```
15
+ */
10
16
  getTheme(query: EmbedGetThemeParams, options?: RequestOptions): APIPromise<void>;
17
+ /**
18
+ * Health check endpoint
19
+ *
20
+ * @example
21
+ * ```ts
22
+ * await client.v1.embed.healthCheck();
23
+ * ```
24
+ */
25
+ healthCheck(options?: RequestOptions): APIPromise<void>;
26
+ /**
27
+ * Verify embed token
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * await client.v1.embed.verify({ token: 'token' });
32
+ * ```
33
+ */
11
34
  verify(query: EmbedVerifyParams, options?: RequestOptions): APIPromise<void>;
12
35
  }
13
- export interface EmbedRetrieveParams {
14
- token: string;
15
- }
16
36
  export interface EmbedGetThemeParams {
37
+ /**
38
+ * Embed token
39
+ */
17
40
  token: string;
18
41
  }
19
42
  export interface EmbedVerifyParams {
43
+ /**
44
+ * Embed token to verify
45
+ */
20
46
  token: string;
21
47
  }
22
48
  export declare namespace Embed {
23
- export { type EmbedRetrieveParams as EmbedRetrieveParams, type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams, };
49
+ export { type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams };
24
50
  export { Component as Component, type ComponentRetrieveParams as ComponentRetrieveParams, type ComponentInteractParams as ComponentInteractParams, };
25
51
  }
26
52
  //# sourceMappingURL=embed.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"embed.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/embed/embed.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,SAAS,EAAE,uBAAuB,EAAE,uBAAuB,EAAE;OAC/D,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,KAAM,SAAQ,WAAW;IACpC,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAE7E,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQrG,SAAS,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOrD,QAAQ,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF,MAAM,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO7E;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;CACf;AAID,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
1
+ {"version":3,"file":"embed.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/embed/embed.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,SAAS,EAAE,uBAAuB,EAAE,uBAAuB,EAAE;OAC/D,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAEzB,qBAAa,KAAM,SAAQ,WAAW;IACpC,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAE7E;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQhF;;;;;;;OAOG;IACH,WAAW,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOvD;;;;;;;OAOG;IACH,MAAM,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO7E;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAID,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,KAAK,iBAAiB,IAAI,iBAAiB,EAAE,CAAC;IAExG,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}