casedev 0.2.0 → 0.4.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 (501) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/client.d.mts +23 -5
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +23 -5
  5. package/client.d.ts.map +1 -1
  6. package/client.js +24 -5
  7. package/client.js.map +1 -1
  8. package/client.mjs +24 -5
  9. package/client.mjs.map +1 -1
  10. package/internal/parse.d.mts.map +1 -1
  11. package/internal/parse.d.ts.map +1 -1
  12. package/internal/parse.js +5 -0
  13. package/internal/parse.js.map +1 -1
  14. package/internal/parse.mjs +5 -0
  15. package/internal/parse.mjs.map +1 -1
  16. package/package.json +1 -1
  17. package/resources/applications/applications.d.mts +10 -0
  18. package/resources/applications/applications.d.mts.map +1 -0
  19. package/resources/applications/applications.d.ts +10 -0
  20. package/resources/applications/applications.d.ts.map +1 -0
  21. package/resources/applications/applications.js +17 -0
  22. package/resources/applications/applications.js.map +1 -0
  23. package/resources/applications/applications.mjs +12 -0
  24. package/resources/applications/applications.mjs.map +1 -0
  25. package/resources/applications/index.d.mts +3 -0
  26. package/resources/applications/index.d.mts.map +1 -0
  27. package/resources/applications/index.d.ts +3 -0
  28. package/resources/applications/index.d.ts.map +1 -0
  29. package/resources/applications/index.js +9 -0
  30. package/resources/applications/index.js.map +1 -0
  31. package/resources/applications/index.mjs +4 -0
  32. package/resources/applications/index.mjs.map +1 -0
  33. package/resources/applications/v1/deployments.d.mts +105 -0
  34. package/resources/applications/v1/deployments.d.mts.map +1 -0
  35. package/resources/applications/v1/deployments.d.ts +105 -0
  36. package/resources/applications/v1/deployments.d.ts.map +1 -0
  37. package/resources/applications/v1/deployments.js +89 -0
  38. package/resources/applications/v1/deployments.js.map +1 -0
  39. package/resources/applications/v1/deployments.mjs +85 -0
  40. package/resources/applications/v1/deployments.mjs.map +1 -0
  41. package/resources/applications/v1/index.d.mts +5 -0
  42. package/resources/applications/v1/index.d.mts.map +1 -0
  43. package/resources/applications/v1/index.d.ts +5 -0
  44. package/resources/applications/v1/index.d.ts.map +1 -0
  45. package/resources/applications/v1/index.js +13 -0
  46. package/resources/applications/v1/index.js.map +1 -0
  47. package/resources/applications/v1/index.mjs +6 -0
  48. package/resources/applications/v1/index.mjs.map +1 -0
  49. package/resources/applications/v1/projects.d.mts +247 -0
  50. package/resources/applications/v1/projects.d.mts.map +1 -0
  51. package/resources/applications/v1/projects.d.ts +247 -0
  52. package/resources/applications/v1/projects.d.ts.map +1 -0
  53. package/resources/applications/v1/projects.js +137 -0
  54. package/resources/applications/v1/projects.js.map +1 -0
  55. package/resources/applications/v1/projects.mjs +133 -0
  56. package/resources/applications/v1/projects.mjs.map +1 -0
  57. package/resources/applications/v1/v1.d.mts +18 -0
  58. package/resources/applications/v1/v1.d.mts.map +1 -0
  59. package/resources/applications/v1/v1.d.ts +18 -0
  60. package/resources/applications/v1/v1.d.ts.map +1 -0
  61. package/resources/applications/v1/v1.js +25 -0
  62. package/resources/applications/v1/v1.js.map +1 -0
  63. package/resources/applications/v1/v1.mjs +20 -0
  64. package/resources/applications/v1/v1.mjs.map +1 -0
  65. package/resources/applications/v1/workflows.d.mts +19 -0
  66. package/resources/applications/v1/workflows.d.mts.map +1 -0
  67. package/resources/applications/v1/workflows.d.ts +19 -0
  68. package/resources/applications/v1/workflows.d.ts.map +1 -0
  69. package/resources/applications/v1/workflows.js +21 -0
  70. package/resources/applications/v1/workflows.js.map +1 -0
  71. package/resources/applications/v1/workflows.mjs +17 -0
  72. package/resources/applications/v1/workflows.mjs.map +1 -0
  73. package/resources/applications/v1.d.mts +2 -0
  74. package/resources/applications/v1.d.mts.map +1 -0
  75. package/resources/applications/v1.d.ts +2 -0
  76. package/resources/applications/v1.d.ts.map +1 -0
  77. package/resources/applications/v1.js +6 -0
  78. package/resources/applications/v1.js.map +1 -0
  79. package/resources/{webhooks.mjs → applications/v1.mjs} +2 -2
  80. package/resources/applications/v1.mjs.map +1 -0
  81. package/resources/applications.d.mts +2 -0
  82. package/resources/applications.d.mts.map +1 -0
  83. package/resources/applications.d.ts +2 -0
  84. package/resources/applications.d.ts.map +1 -0
  85. package/resources/applications.js +6 -0
  86. package/resources/applications.js.map +1 -0
  87. package/resources/applications.mjs +3 -0
  88. package/resources/applications.mjs.map +1 -0
  89. package/resources/compute/v1/index.d.mts +2 -3
  90. package/resources/compute/v1/index.d.mts.map +1 -1
  91. package/resources/compute/v1/index.d.ts +2 -3
  92. package/resources/compute/v1/index.d.ts.map +1 -1
  93. package/resources/compute/v1/index.js +5 -7
  94. package/resources/compute/v1/index.js.map +1 -1
  95. package/resources/compute/v1/index.mjs +2 -3
  96. package/resources/compute/v1/index.mjs.map +1 -1
  97. package/resources/compute/v1/instance-types.d.mts +70 -0
  98. package/resources/compute/v1/instance-types.d.mts.map +1 -0
  99. package/resources/compute/v1/instance-types.d.ts +70 -0
  100. package/resources/compute/v1/instance-types.d.ts.map +1 -0
  101. package/resources/compute/v1/instance-types.js +24 -0
  102. package/resources/compute/v1/instance-types.js.map +1 -0
  103. package/resources/compute/v1/instance-types.mjs +20 -0
  104. package/resources/compute/v1/instance-types.mjs.map +1 -0
  105. package/resources/compute/v1/instances.d.mts +157 -0
  106. package/resources/compute/v1/instances.d.mts.map +1 -0
  107. package/resources/compute/v1/instances.d.ts +157 -0
  108. package/resources/compute/v1/instances.d.ts.map +1 -0
  109. package/resources/compute/v1/instances.js +74 -0
  110. package/resources/compute/v1/instances.js.map +1 -0
  111. package/resources/compute/v1/instances.mjs +70 -0
  112. package/resources/compute/v1/instances.mjs.map +1 -0
  113. package/resources/compute/v1/v1.d.mts +8 -12
  114. package/resources/compute/v1/v1.d.mts.map +1 -1
  115. package/resources/compute/v1/v1.d.ts +8 -12
  116. package/resources/compute/v1/v1.d.ts.map +1 -1
  117. package/resources/compute/v1/v1.js +8 -12
  118. package/resources/compute/v1/v1.js.map +1 -1
  119. package/resources/compute/v1/v1.mjs +8 -12
  120. package/resources/compute/v1/v1.mjs.map +1 -1
  121. package/resources/database/database.d.mts +10 -0
  122. package/resources/database/database.d.mts.map +1 -0
  123. package/resources/database/database.d.ts +10 -0
  124. package/resources/database/database.d.ts.map +1 -0
  125. package/resources/database/database.js +17 -0
  126. package/resources/database/database.js.map +1 -0
  127. package/resources/database/database.mjs +12 -0
  128. package/resources/database/database.mjs.map +1 -0
  129. package/resources/database/index.d.mts +3 -0
  130. package/resources/database/index.d.mts.map +1 -0
  131. package/resources/database/index.d.ts +3 -0
  132. package/resources/database/index.d.ts.map +1 -0
  133. package/resources/database/index.js +9 -0
  134. package/resources/database/index.js.map +1 -0
  135. package/resources/database/index.mjs +4 -0
  136. package/resources/database/index.mjs.map +1 -0
  137. package/resources/database/v1/index.d.mts +3 -0
  138. package/resources/database/v1/index.d.mts.map +1 -0
  139. package/resources/database/v1/index.d.ts +3 -0
  140. package/resources/database/v1/index.d.ts.map +1 -0
  141. package/resources/{webhooks → database/v1}/index.js +3 -3
  142. package/resources/database/v1/index.js.map +1 -0
  143. package/resources/database/v1/index.mjs +4 -0
  144. package/resources/database/v1/index.mjs.map +1 -0
  145. package/resources/database/v1/projects.d.mts +464 -0
  146. package/resources/database/v1/projects.d.mts.map +1 -0
  147. package/resources/database/v1/projects.d.ts +464 -0
  148. package/resources/database/v1/projects.d.ts.map +1 -0
  149. package/resources/database/v1/projects.js +122 -0
  150. package/resources/database/v1/projects.js.map +1 -0
  151. package/resources/database/v1/projects.mjs +118 -0
  152. package/resources/database/v1/projects.mjs.map +1 -0
  153. package/resources/database/v1/v1.d.mts +141 -0
  154. package/resources/database/v1/v1.d.mts.map +1 -0
  155. package/resources/database/v1/v1.d.ts +141 -0
  156. package/resources/database/v1/v1.d.ts.map +1 -0
  157. package/resources/database/v1/v1.js +30 -0
  158. package/resources/database/v1/v1.js.map +1 -0
  159. package/resources/database/v1/v1.mjs +25 -0
  160. package/resources/database/v1/v1.mjs.map +1 -0
  161. package/resources/database/v1.d.mts +2 -0
  162. package/resources/database/v1.d.mts.map +1 -0
  163. package/resources/database/v1.d.ts +2 -0
  164. package/resources/database/v1.d.ts.map +1 -0
  165. package/resources/database/v1.js +6 -0
  166. package/resources/database/v1.js.map +1 -0
  167. package/resources/database/v1.mjs +3 -0
  168. package/resources/database/v1.mjs.map +1 -0
  169. package/resources/database.d.mts +2 -0
  170. package/resources/database.d.mts.map +1 -0
  171. package/resources/database.d.ts +2 -0
  172. package/resources/database.d.ts.map +1 -0
  173. package/resources/{webhooks.js → database.js} +2 -2
  174. package/resources/database.js.map +1 -0
  175. package/resources/database.mjs +3 -0
  176. package/resources/database.mjs.map +1 -0
  177. package/resources/index.d.mts +8 -2
  178. package/resources/index.d.mts.map +1 -1
  179. package/resources/index.d.ts +8 -2
  180. package/resources/index.d.ts.map +1 -1
  181. package/resources/index.js +15 -3
  182. package/resources/index.js.map +1 -1
  183. package/resources/index.mjs +7 -1
  184. package/resources/index.mjs.map +1 -1
  185. package/resources/legal/index.d.mts +3 -0
  186. package/resources/legal/index.d.mts.map +1 -0
  187. package/resources/legal/index.d.ts +3 -0
  188. package/resources/legal/index.d.ts.map +1 -0
  189. package/resources/legal/index.js +9 -0
  190. package/resources/legal/index.js.map +1 -0
  191. package/resources/legal/index.mjs +4 -0
  192. package/resources/legal/index.mjs.map +1 -0
  193. package/resources/legal/legal.d.mts +10 -0
  194. package/resources/legal/legal.d.mts.map +1 -0
  195. package/resources/legal/legal.d.ts +10 -0
  196. package/resources/legal/legal.d.ts.map +1 -0
  197. package/resources/{webhooks/webhooks.js → legal/legal.js} +5 -5
  198. package/resources/legal/legal.js.map +1 -0
  199. package/resources/legal/legal.mjs +12 -0
  200. package/resources/legal/legal.mjs.map +1 -0
  201. package/resources/legal/v1.d.mts +572 -0
  202. package/resources/legal/v1.d.mts.map +1 -0
  203. package/resources/legal/v1.d.ts +572 -0
  204. package/resources/legal/v1.d.ts.map +1 -0
  205. package/resources/legal/v1.js +72 -0
  206. package/resources/legal/v1.js.map +1 -0
  207. package/resources/legal/v1.mjs +68 -0
  208. package/resources/legal/v1.mjs.map +1 -0
  209. package/resources/legal.d.mts +2 -0
  210. package/resources/legal.d.mts.map +1 -0
  211. package/resources/legal.d.ts +2 -0
  212. package/resources/legal.d.ts.map +1 -0
  213. package/resources/legal.js +6 -0
  214. package/resources/legal.js.map +1 -0
  215. package/resources/legal.mjs +3 -0
  216. package/resources/legal.mjs.map +1 -0
  217. package/resources/memory/index.d.mts +3 -0
  218. package/resources/memory/index.d.mts.map +1 -0
  219. package/resources/memory/index.d.ts +3 -0
  220. package/resources/memory/index.d.ts.map +1 -0
  221. package/resources/memory/index.js +9 -0
  222. package/resources/memory/index.js.map +1 -0
  223. package/resources/memory/index.mjs +4 -0
  224. package/resources/memory/index.mjs.map +1 -0
  225. package/resources/memory/memory.d.mts +10 -0
  226. package/resources/memory/memory.d.mts.map +1 -0
  227. package/resources/memory/memory.d.ts +10 -0
  228. package/resources/memory/memory.d.ts.map +1 -0
  229. package/resources/memory/memory.js +17 -0
  230. package/resources/memory/memory.js.map +1 -0
  231. package/resources/memory/memory.mjs +12 -0
  232. package/resources/memory/memory.mjs.map +1 -0
  233. package/resources/memory/v1.d.mts +417 -0
  234. package/resources/memory/v1.d.mts.map +1 -0
  235. package/resources/memory/v1.d.ts +417 -0
  236. package/resources/memory/v1.d.ts.map +1 -0
  237. package/resources/memory/v1.js +66 -0
  238. package/resources/memory/v1.js.map +1 -0
  239. package/resources/memory/v1.mjs +62 -0
  240. package/resources/memory/v1.mjs.map +1 -0
  241. package/resources/memory.d.mts +2 -0
  242. package/resources/memory.d.mts.map +1 -0
  243. package/resources/memory.d.ts +2 -0
  244. package/resources/memory.d.ts.map +1 -0
  245. package/resources/memory.js +6 -0
  246. package/resources/memory.js.map +1 -0
  247. package/resources/memory.mjs +3 -0
  248. package/resources/memory.mjs.map +1 -0
  249. package/resources/ocr/v1.d.mts +31 -19
  250. package/resources/ocr/v1.d.mts.map +1 -1
  251. package/resources/ocr/v1.d.ts +31 -19
  252. package/resources/ocr/v1.d.ts.map +1 -1
  253. package/resources/privilege/index.d.mts +3 -0
  254. package/resources/privilege/index.d.mts.map +1 -0
  255. package/resources/privilege/index.d.ts +3 -0
  256. package/resources/privilege/index.d.ts.map +1 -0
  257. package/resources/privilege/index.js +9 -0
  258. package/resources/privilege/index.js.map +1 -0
  259. package/resources/privilege/index.mjs +4 -0
  260. package/resources/privilege/index.mjs.map +1 -0
  261. package/resources/privilege/privilege.d.mts +10 -0
  262. package/resources/privilege/privilege.d.mts.map +1 -0
  263. package/resources/privilege/privilege.d.ts +10 -0
  264. package/resources/privilege/privilege.d.ts.map +1 -0
  265. package/resources/privilege/privilege.js +17 -0
  266. package/resources/privilege/privilege.js.map +1 -0
  267. package/resources/privilege/privilege.mjs +12 -0
  268. package/resources/privilege/privilege.mjs.map +1 -0
  269. package/resources/privilege/v1.d.mts +100 -0
  270. package/resources/privilege/v1.d.mts.map +1 -0
  271. package/resources/privilege/v1.d.ts +100 -0
  272. package/resources/privilege/v1.d.ts.map +1 -0
  273. package/resources/privilege/v1.js +28 -0
  274. package/resources/privilege/v1.js.map +1 -0
  275. package/resources/privilege/v1.mjs +24 -0
  276. package/resources/privilege/v1.mjs.map +1 -0
  277. package/resources/privilege.d.mts +2 -0
  278. package/resources/privilege.d.mts.map +1 -0
  279. package/resources/privilege.d.ts +2 -0
  280. package/resources/privilege.d.ts.map +1 -0
  281. package/resources/privilege.js +6 -0
  282. package/resources/privilege.js.map +1 -0
  283. package/resources/privilege.mjs +3 -0
  284. package/resources/privilege.mjs.map +1 -0
  285. package/resources/superdoc/index.d.mts +3 -0
  286. package/resources/superdoc/index.d.mts.map +1 -0
  287. package/resources/superdoc/index.d.ts +3 -0
  288. package/resources/superdoc/index.d.ts.map +1 -0
  289. package/resources/superdoc/index.js +9 -0
  290. package/resources/superdoc/index.js.map +1 -0
  291. package/resources/{webhooks → superdoc}/index.mjs +1 -1
  292. package/resources/superdoc/index.mjs.map +1 -0
  293. package/resources/superdoc/superdoc.d.mts +10 -0
  294. package/resources/superdoc/superdoc.d.mts.map +1 -0
  295. package/resources/superdoc/superdoc.d.ts +10 -0
  296. package/resources/superdoc/superdoc.d.ts.map +1 -0
  297. package/resources/superdoc/superdoc.js +17 -0
  298. package/resources/superdoc/superdoc.js.map +1 -0
  299. package/resources/{webhooks/webhooks.mjs → superdoc/superdoc.mjs} +3 -3
  300. package/resources/superdoc/superdoc.mjs.map +1 -0
  301. package/resources/superdoc/v1.d.mts +104 -0
  302. package/resources/superdoc/v1.d.mts.map +1 -0
  303. package/resources/superdoc/v1.d.ts +104 -0
  304. package/resources/superdoc/v1.d.ts.map +1 -0
  305. package/resources/superdoc/v1.js +36 -0
  306. package/resources/superdoc/v1.js.map +1 -0
  307. package/resources/superdoc/v1.mjs +32 -0
  308. package/resources/superdoc/v1.mjs.map +1 -0
  309. package/resources/superdoc.d.mts +2 -0
  310. package/resources/superdoc.d.mts.map +1 -0
  311. package/resources/superdoc.d.ts +2 -0
  312. package/resources/superdoc.d.ts.map +1 -0
  313. package/resources/superdoc.js +6 -0
  314. package/resources/superdoc.js.map +1 -0
  315. package/resources/superdoc.mjs +3 -0
  316. package/resources/superdoc.mjs.map +1 -0
  317. package/resources/translate/index.d.mts +3 -0
  318. package/resources/translate/index.d.mts.map +1 -0
  319. package/resources/translate/index.d.ts +3 -0
  320. package/resources/translate/index.d.ts.map +1 -0
  321. package/resources/translate/index.js +9 -0
  322. package/resources/translate/index.js.map +1 -0
  323. package/resources/translate/index.mjs +4 -0
  324. package/resources/translate/index.mjs.map +1 -0
  325. package/resources/translate/translate.d.mts +10 -0
  326. package/resources/translate/translate.d.mts.map +1 -0
  327. package/resources/translate/translate.d.ts +10 -0
  328. package/resources/translate/translate.d.ts.map +1 -0
  329. package/resources/translate/translate.js +17 -0
  330. package/resources/translate/translate.js.map +1 -0
  331. package/resources/translate/translate.mjs +12 -0
  332. package/resources/translate/translate.mjs.map +1 -0
  333. package/resources/translate/v1.d.mts +154 -0
  334. package/resources/translate/v1.d.mts.map +1 -0
  335. package/resources/translate/v1.d.ts +154 -0
  336. package/resources/translate/v1.d.ts.map +1 -0
  337. package/resources/translate/v1.js +51 -0
  338. package/resources/translate/v1.js.map +1 -0
  339. package/resources/translate/v1.mjs +47 -0
  340. package/resources/translate/v1.mjs.map +1 -0
  341. package/resources/translate.d.mts +2 -0
  342. package/resources/translate.d.mts.map +1 -0
  343. package/resources/translate.d.ts +2 -0
  344. package/resources/translate.d.ts.map +1 -0
  345. package/resources/translate.js +6 -0
  346. package/resources/translate.js.map +1 -0
  347. package/resources/translate.mjs +3 -0
  348. package/resources/translate.mjs.map +1 -0
  349. package/resources/vault/graphrag.d.mts +65 -1
  350. package/resources/vault/graphrag.d.mts.map +1 -1
  351. package/resources/vault/graphrag.d.ts +65 -1
  352. package/resources/vault/graphrag.d.ts.map +1 -1
  353. package/resources/vault/graphrag.js +17 -0
  354. package/resources/vault/graphrag.js.map +1 -1
  355. package/resources/vault/graphrag.mjs +17 -0
  356. package/resources/vault/graphrag.mjs.map +1 -1
  357. package/resources/vault/index.d.mts +4 -3
  358. package/resources/vault/index.d.mts.map +1 -1
  359. package/resources/vault/index.d.ts +4 -3
  360. package/resources/vault/index.d.ts.map +1 -1
  361. package/resources/vault/index.js +3 -1
  362. package/resources/vault/index.js.map +1 -1
  363. package/resources/vault/index.mjs +2 -1
  364. package/resources/vault/index.mjs.map +1 -1
  365. package/resources/vault/multipart.d.mts +140 -0
  366. package/resources/vault/multipart.d.mts.map +1 -0
  367. package/resources/vault/multipart.d.ts +140 -0
  368. package/resources/vault/multipart.d.ts.map +1 -0
  369. package/resources/vault/multipart.js +84 -0
  370. package/resources/vault/multipart.js.map +1 -0
  371. package/resources/vault/multipart.mjs +80 -0
  372. package/resources/vault/multipart.mjs.map +1 -0
  373. package/resources/vault/objects.d.mts +319 -42
  374. package/resources/vault/objects.d.mts.map +1 -1
  375. package/resources/vault/objects.d.ts +319 -42
  376. package/resources/vault/objects.d.ts.map +1 -1
  377. package/resources/vault/objects.js +72 -0
  378. package/resources/vault/objects.js.map +1 -1
  379. package/resources/vault/objects.mjs +72 -0
  380. package/resources/vault/objects.mjs.map +1 -1
  381. package/resources/vault/vault.d.mts +168 -23
  382. package/resources/vault/vault.d.mts.map +1 -1
  383. package/resources/vault/vault.d.ts +168 -23
  384. package/resources/vault/vault.d.ts.map +1 -1
  385. package/resources/vault/vault.js +33 -0
  386. package/resources/vault/vault.js.map +1 -1
  387. package/resources/vault/vault.mjs +34 -1
  388. package/resources/vault/vault.mjs.map +1 -1
  389. package/resources/voice/streaming.d.mts +1 -1
  390. package/resources/voice/streaming.d.ts +1 -1
  391. package/resources/voice/streaming.js +1 -1
  392. package/resources/voice/streaming.mjs +1 -1
  393. package/src/client.ts +46 -7
  394. package/src/internal/parse.ts +6 -0
  395. package/src/resources/{webhooks/webhooks.ts → applications/applications.ts} +5 -5
  396. package/src/resources/applications/index.ts +4 -0
  397. package/src/resources/applications/v1/deployments.ts +183 -0
  398. package/src/resources/applications/v1/index.ts +27 -0
  399. package/src/resources/applications/v1/projects.ts +421 -0
  400. package/src/resources/applications/v1/v1.ts +69 -0
  401. package/src/resources/applications/v1/workflows.ts +31 -0
  402. package/src/resources/{webhooks.ts → applications/v1.ts} +1 -1
  403. package/src/resources/{webhooks/index.ts → applications.ts} +1 -2
  404. package/src/resources/compute/v1/index.ts +9 -3
  405. package/src/resources/compute/v1/instance-types.ts +86 -0
  406. package/src/resources/compute/v1/instances.ts +237 -0
  407. package/src/resources/compute/v1/v1.ts +24 -16
  408. package/src/resources/database/database.ts +15 -0
  409. package/src/resources/database/index.ts +4 -0
  410. package/src/resources/database/v1/index.ts +16 -0
  411. package/src/resources/database/v1/projects.ts +594 -0
  412. package/src/resources/database/v1/v1.ts +209 -0
  413. package/src/resources/database/v1.ts +3 -0
  414. package/src/resources/database.ts +3 -0
  415. package/src/resources/index.ts +11 -1
  416. package/src/resources/legal/index.ts +22 -0
  417. package/src/resources/legal/legal.ts +51 -0
  418. package/src/resources/legal/v1.ts +749 -0
  419. package/src/resources/legal.ts +3 -0
  420. package/src/resources/memory/index.ts +16 -0
  421. package/src/resources/memory/memory.ts +39 -0
  422. package/src/resources/memory/v1.ts +556 -0
  423. package/src/resources/memory.ts +3 -0
  424. package/src/resources/ocr/v1.ts +29 -20
  425. package/src/resources/privilege/index.ts +4 -0
  426. package/src/resources/privilege/privilege.ts +15 -0
  427. package/src/resources/privilege/v1.ts +122 -0
  428. package/src/resources/privilege.ts +3 -0
  429. package/src/resources/superdoc/index.ts +4 -0
  430. package/src/resources/superdoc/superdoc.ts +15 -0
  431. package/src/resources/superdoc/v1.ts +146 -0
  432. package/src/resources/superdoc.ts +3 -0
  433. package/src/resources/translate/index.ts +12 -0
  434. package/src/resources/translate/translate.ts +31 -0
  435. package/src/resources/translate/v1.ts +197 -0
  436. package/src/resources/translate.ts +3 -0
  437. package/src/resources/vault/graphrag.ts +86 -0
  438. package/src/resources/vault/index.ts +28 -1
  439. package/src/resources/vault/multipart.ts +204 -0
  440. package/src/resources/vault/objects.ts +409 -44
  441. package/src/resources/vault/vault.ts +254 -22
  442. package/src/resources/voice/streaming.ts +1 -1
  443. package/src/version.ts +1 -1
  444. package/version.d.mts +1 -1
  445. package/version.d.ts +1 -1
  446. package/version.js +1 -1
  447. package/version.mjs +1 -1
  448. package/resources/compute/v1/functions.d.mts +0 -4
  449. package/resources/compute/v1/functions.d.mts.map +0 -1
  450. package/resources/compute/v1/functions.d.ts +0 -4
  451. package/resources/compute/v1/functions.d.ts.map +0 -1
  452. package/resources/compute/v1/functions.js +0 -9
  453. package/resources/compute/v1/functions.js.map +0 -1
  454. package/resources/compute/v1/functions.mjs +0 -5
  455. package/resources/compute/v1/functions.mjs.map +0 -1
  456. package/resources/compute/v1/invoke.d.mts +0 -4
  457. package/resources/compute/v1/invoke.d.mts.map +0 -1
  458. package/resources/compute/v1/invoke.d.ts +0 -4
  459. package/resources/compute/v1/invoke.d.ts.map +0 -1
  460. package/resources/compute/v1/invoke.js +0 -9
  461. package/resources/compute/v1/invoke.js.map +0 -1
  462. package/resources/compute/v1/invoke.mjs +0 -5
  463. package/resources/compute/v1/invoke.mjs.map +0 -1
  464. package/resources/compute/v1/runs.d.mts +0 -4
  465. package/resources/compute/v1/runs.d.mts.map +0 -1
  466. package/resources/compute/v1/runs.d.ts +0 -4
  467. package/resources/compute/v1/runs.d.ts.map +0 -1
  468. package/resources/compute/v1/runs.js +0 -9
  469. package/resources/compute/v1/runs.js.map +0 -1
  470. package/resources/compute/v1/runs.mjs +0 -5
  471. package/resources/compute/v1/runs.mjs.map +0 -1
  472. package/resources/webhooks/index.d.mts +0 -3
  473. package/resources/webhooks/index.d.mts.map +0 -1
  474. package/resources/webhooks/index.d.ts +0 -3
  475. package/resources/webhooks/index.d.ts.map +0 -1
  476. package/resources/webhooks/index.js.map +0 -1
  477. package/resources/webhooks/index.mjs.map +0 -1
  478. package/resources/webhooks/v1.d.mts +0 -4
  479. package/resources/webhooks/v1.d.mts.map +0 -1
  480. package/resources/webhooks/v1.d.ts +0 -4
  481. package/resources/webhooks/v1.d.ts.map +0 -1
  482. package/resources/webhooks/v1.js +0 -9
  483. package/resources/webhooks/v1.js.map +0 -1
  484. package/resources/webhooks/v1.mjs +0 -5
  485. package/resources/webhooks/v1.mjs.map +0 -1
  486. package/resources/webhooks/webhooks.d.mts +0 -10
  487. package/resources/webhooks/webhooks.d.mts.map +0 -1
  488. package/resources/webhooks/webhooks.d.ts +0 -10
  489. package/resources/webhooks/webhooks.d.ts.map +0 -1
  490. package/resources/webhooks/webhooks.js.map +0 -1
  491. package/resources/webhooks/webhooks.mjs.map +0 -1
  492. package/resources/webhooks.d.mts +0 -2
  493. package/resources/webhooks.d.mts.map +0 -1
  494. package/resources/webhooks.d.ts +0 -2
  495. package/resources/webhooks.d.ts.map +0 -1
  496. package/resources/webhooks.js.map +0 -1
  497. package/resources/webhooks.mjs.map +0 -1
  498. package/src/resources/compute/v1/functions.ts +0 -5
  499. package/src/resources/compute/v1/invoke.ts +0 -5
  500. package/src/resources/compute/v1/runs.ts +0 -5
  501. package/src/resources/webhooks/v1.ts +0 -5
@@ -0,0 +1,118 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import { path } from "../../../internal/utils/path.mjs";
4
+ export class Projects extends APIResource {
5
+ /**
6
+ * Creates a new serverless Postgres database project powered by Neon. Includes
7
+ * automatic scaling, connection pooling, and a default 'main' branch with 'neondb'
8
+ * database. Supports branching for isolated dev/staging environments. Perfect for
9
+ * case management applications, document workflows, and litigation support
10
+ * systems.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const project = await client.database.v1.projects.create({
15
+ * name: 'litigation-docs-db',
16
+ * description:
17
+ * 'Production database for litigation document management',
18
+ * region: 'aws-us-east-1',
19
+ * });
20
+ * ```
21
+ */
22
+ create(body, options) {
23
+ return this._client.post('/database/v1/projects', { body, ...options });
24
+ }
25
+ /**
26
+ * Retrieves detailed information about a specific database project including
27
+ * branches, databases, storage/compute metrics, connection host, and linked
28
+ * deployments. Fetches live usage statistics from Neon API.
29
+ *
30
+ * @example
31
+ * ```ts
32
+ * const project = await client.database.v1.projects.retrieve(
33
+ * 'id',
34
+ * );
35
+ * ```
36
+ */
37
+ retrieve(id, options) {
38
+ return this._client.get(path `/database/v1/projects/${id}`, options);
39
+ }
40
+ /**
41
+ * Retrieves all serverless Postgres database projects for the authenticated
42
+ * organization. Includes storage and compute metrics, plus linked deployments from
43
+ * Thurgood apps and Compute instances.
44
+ *
45
+ * @example
46
+ * ```ts
47
+ * const projects = await client.database.v1.projects.list();
48
+ * ```
49
+ */
50
+ list(options) {
51
+ return this._client.get('/database/v1/projects', options);
52
+ }
53
+ /**
54
+ * Permanently deletes a database project from Neon and marks it as deleted in
55
+ * Case.dev. This action cannot be undone and will destroy all data including
56
+ * branches and databases. Use with caution.
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * const project = await client.database.v1.projects.delete(
61
+ * 'id',
62
+ * );
63
+ * ```
64
+ */
65
+ delete(id, options) {
66
+ return this._client.delete(path `/database/v1/projects/${id}`, options);
67
+ }
68
+ /**
69
+ * Creates a new branch from the specified parent branch (or default 'main'
70
+ * branch). Branches provide instant point-in-time clones of your database for
71
+ * isolated development, staging, testing, or feature work. Perfect for testing
72
+ * schema changes, running migrations safely, or creating ephemeral preview
73
+ * environments.
74
+ *
75
+ * @example
76
+ * ```ts
77
+ * const response =
78
+ * await client.database.v1.projects.createBranch('id', {
79
+ * name: 'staging',
80
+ * parentBranchId: 'branch_main_123',
81
+ * });
82
+ * ```
83
+ */
84
+ createBranch(id, body, options) {
85
+ return this._client.post(path `/database/v1/projects/${id}/branches`, { body, ...options });
86
+ }
87
+ /**
88
+ * Retrieves the PostgreSQL connection URI for a database project. Supports
89
+ * selecting specific branches and pooled vs direct connections. Connection strings
90
+ * include credentials and should be stored securely. Use for configuring
91
+ * applications and deployment environments.
92
+ *
93
+ * @example
94
+ * ```ts
95
+ * const response =
96
+ * await client.database.v1.projects.getConnection('id');
97
+ * ```
98
+ */
99
+ getConnection(id, query = {}, options) {
100
+ return this._client.get(path `/database/v1/projects/${id}/connection`, { query, ...options });
101
+ }
102
+ /**
103
+ * Retrieves all branches for a database project. Branches enable isolated
104
+ * development and testing environments with instant point-in-time cloning. Each
105
+ * branch includes the default branch and any custom branches created for staging,
106
+ * testing, or feature development.
107
+ *
108
+ * @example
109
+ * ```ts
110
+ * const response =
111
+ * await client.database.v1.projects.listBranches('id');
112
+ * ```
113
+ */
114
+ listBranches(id, options) {
115
+ return this._client.get(path `/database/v1/projects/${id}/branches`, options);
116
+ }
117
+ }
118
+ //# sourceMappingURL=projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects.mjs","sourceRoot":"","sources":["../../../src/resources/database/v1/projects.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,yBAAyB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,YAAY,CACV,EAAU,EACV,IAA+B,EAC/B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,yBAAyB,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,aAAa,CACX,EAAU,EACV,QAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,EAAE,aAAa,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,YAAY,CAAC,EAAU,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;CACF"}
@@ -0,0 +1,141 @@
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import * as ProjectsAPI from "./projects.mjs";
3
+ import { ProjectCreateBranchParams, ProjectCreateBranchResponse, ProjectCreateParams, ProjectCreateResponse, ProjectDeleteResponse, ProjectGetConnectionParams, ProjectGetConnectionResponse, ProjectListBranchesResponse, ProjectListResponse, ProjectRetrieveResponse, Projects } from "./projects.mjs";
4
+ import { APIPromise } from "../../../core/api-promise.mjs";
5
+ import { RequestOptions } from "../../../internal/request-options.mjs";
6
+ export declare class V1 extends APIResource {
7
+ projects: ProjectsAPI.Projects;
8
+ /**
9
+ * Returns detailed database usage statistics and billing information for the
10
+ * current billing period. Includes compute hours, storage, data transfer, and
11
+ * branch counts with associated costs broken down by project.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const response = await client.database.v1.getUsage();
16
+ * ```
17
+ */
18
+ getUsage(options?: RequestOptions): APIPromise<V1GetUsageResponse>;
19
+ }
20
+ export interface V1GetUsageResponse {
21
+ period?: V1GetUsageResponse.Period;
22
+ /**
23
+ * Current pricing rates
24
+ */
25
+ pricing?: V1GetUsageResponse.Pricing;
26
+ /**
27
+ * Total number of projects with usage
28
+ */
29
+ projectCount?: number;
30
+ /**
31
+ * Usage breakdown by project
32
+ */
33
+ projects?: Array<V1GetUsageResponse.Project>;
34
+ /**
35
+ * Aggregated totals across all projects
36
+ */
37
+ totals?: V1GetUsageResponse.Totals;
38
+ }
39
+ export declare namespace V1GetUsageResponse {
40
+ interface Period {
41
+ /**
42
+ * End of the billing period
43
+ */
44
+ end?: string;
45
+ /**
46
+ * Start of the billing period
47
+ */
48
+ start?: string;
49
+ }
50
+ /**
51
+ * Current pricing rates
52
+ */
53
+ interface Pricing {
54
+ /**
55
+ * Cost per branch per month in dollars
56
+ */
57
+ branchPerMonth?: number;
58
+ /**
59
+ * Cost per compute unit hour in dollars
60
+ */
61
+ computePerCuHour?: number;
62
+ /**
63
+ * Number of free branches included
64
+ */
65
+ freeBranches?: number;
66
+ /**
67
+ * Cost per GB of storage per month in dollars
68
+ */
69
+ storagePerGbMonth?: number;
70
+ /**
71
+ * Cost per GB of data transfer in dollars
72
+ */
73
+ transferPerGb?: number;
74
+ }
75
+ interface Project {
76
+ id?: string;
77
+ branchCount?: number;
78
+ computeCuHours?: number;
79
+ costs?: Project.Costs;
80
+ lastUpdated?: string;
81
+ projectId?: string;
82
+ projectName?: string | null;
83
+ storageGbMonths?: number;
84
+ transferGb?: number;
85
+ }
86
+ namespace Project {
87
+ interface Costs {
88
+ branches?: string;
89
+ compute?: string;
90
+ storage?: string;
91
+ total?: string;
92
+ transfer?: string;
93
+ }
94
+ }
95
+ /**
96
+ * Aggregated totals across all projects
97
+ */
98
+ interface Totals {
99
+ /**
100
+ * Total branch cost formatted as dollars
101
+ */
102
+ branchCostDollars?: string;
103
+ /**
104
+ * Total compute cost formatted as dollars
105
+ */
106
+ computeCostDollars?: string;
107
+ /**
108
+ * Total compute unit hours
109
+ */
110
+ computeCuHours?: number;
111
+ /**
112
+ * Total storage cost formatted as dollars
113
+ */
114
+ storageCostDollars?: string;
115
+ /**
116
+ * Total storage in GB-months
117
+ */
118
+ storageGbMonths?: number;
119
+ /**
120
+ * Total number of branches
121
+ */
122
+ totalBranches?: number;
123
+ /**
124
+ * Total cost formatted as dollars
125
+ */
126
+ totalCostDollars?: string;
127
+ /**
128
+ * Total transfer cost formatted as dollars
129
+ */
130
+ transferCostDollars?: string;
131
+ /**
132
+ * Total data transfer in GB
133
+ */
134
+ transferGb?: number;
135
+ }
136
+ }
137
+ export declare namespace V1 {
138
+ export { type V1GetUsageResponse as V1GetUsageResponse };
139
+ export { Projects as Projects, type ProjectCreateResponse as ProjectCreateResponse, type ProjectRetrieveResponse as ProjectRetrieveResponse, type ProjectListResponse as ProjectListResponse, type ProjectDeleteResponse as ProjectDeleteResponse, type ProjectCreateBranchResponse as ProjectCreateBranchResponse, type ProjectGetConnectionResponse as ProjectGetConnectionResponse, type ProjectListBranchesResponse as ProjectListBranchesResponse, type ProjectCreateParams as ProjectCreateParams, type ProjectCreateBranchParams as ProjectCreateBranchParams, type ProjectGetConnectionParams as ProjectGetConnectionParams, };
140
+ }
141
+ //# sourceMappingURL=v1.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../../src/resources/database/v1/v1.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,141 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as ProjectsAPI from "./projects.js";
3
+ import { ProjectCreateBranchParams, ProjectCreateBranchResponse, ProjectCreateParams, ProjectCreateResponse, ProjectDeleteResponse, ProjectGetConnectionParams, ProjectGetConnectionResponse, ProjectListBranchesResponse, ProjectListResponse, ProjectRetrieveResponse, Projects } from "./projects.js";
4
+ import { APIPromise } from "../../../core/api-promise.js";
5
+ import { RequestOptions } from "../../../internal/request-options.js";
6
+ export declare class V1 extends APIResource {
7
+ projects: ProjectsAPI.Projects;
8
+ /**
9
+ * Returns detailed database usage statistics and billing information for the
10
+ * current billing period. Includes compute hours, storage, data transfer, and
11
+ * branch counts with associated costs broken down by project.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * const response = await client.database.v1.getUsage();
16
+ * ```
17
+ */
18
+ getUsage(options?: RequestOptions): APIPromise<V1GetUsageResponse>;
19
+ }
20
+ export interface V1GetUsageResponse {
21
+ period?: V1GetUsageResponse.Period;
22
+ /**
23
+ * Current pricing rates
24
+ */
25
+ pricing?: V1GetUsageResponse.Pricing;
26
+ /**
27
+ * Total number of projects with usage
28
+ */
29
+ projectCount?: number;
30
+ /**
31
+ * Usage breakdown by project
32
+ */
33
+ projects?: Array<V1GetUsageResponse.Project>;
34
+ /**
35
+ * Aggregated totals across all projects
36
+ */
37
+ totals?: V1GetUsageResponse.Totals;
38
+ }
39
+ export declare namespace V1GetUsageResponse {
40
+ interface Period {
41
+ /**
42
+ * End of the billing period
43
+ */
44
+ end?: string;
45
+ /**
46
+ * Start of the billing period
47
+ */
48
+ start?: string;
49
+ }
50
+ /**
51
+ * Current pricing rates
52
+ */
53
+ interface Pricing {
54
+ /**
55
+ * Cost per branch per month in dollars
56
+ */
57
+ branchPerMonth?: number;
58
+ /**
59
+ * Cost per compute unit hour in dollars
60
+ */
61
+ computePerCuHour?: number;
62
+ /**
63
+ * Number of free branches included
64
+ */
65
+ freeBranches?: number;
66
+ /**
67
+ * Cost per GB of storage per month in dollars
68
+ */
69
+ storagePerGbMonth?: number;
70
+ /**
71
+ * Cost per GB of data transfer in dollars
72
+ */
73
+ transferPerGb?: number;
74
+ }
75
+ interface Project {
76
+ id?: string;
77
+ branchCount?: number;
78
+ computeCuHours?: number;
79
+ costs?: Project.Costs;
80
+ lastUpdated?: string;
81
+ projectId?: string;
82
+ projectName?: string | null;
83
+ storageGbMonths?: number;
84
+ transferGb?: number;
85
+ }
86
+ namespace Project {
87
+ interface Costs {
88
+ branches?: string;
89
+ compute?: string;
90
+ storage?: string;
91
+ total?: string;
92
+ transfer?: string;
93
+ }
94
+ }
95
+ /**
96
+ * Aggregated totals across all projects
97
+ */
98
+ interface Totals {
99
+ /**
100
+ * Total branch cost formatted as dollars
101
+ */
102
+ branchCostDollars?: string;
103
+ /**
104
+ * Total compute cost formatted as dollars
105
+ */
106
+ computeCostDollars?: string;
107
+ /**
108
+ * Total compute unit hours
109
+ */
110
+ computeCuHours?: number;
111
+ /**
112
+ * Total storage cost formatted as dollars
113
+ */
114
+ storageCostDollars?: string;
115
+ /**
116
+ * Total storage in GB-months
117
+ */
118
+ storageGbMonths?: number;
119
+ /**
120
+ * Total number of branches
121
+ */
122
+ totalBranches?: number;
123
+ /**
124
+ * Total cost formatted as dollars
125
+ */
126
+ totalCostDollars?: string;
127
+ /**
128
+ * Total transfer cost formatted as dollars
129
+ */
130
+ transferCostDollars?: string;
131
+ /**
132
+ * Total data transfer in GB
133
+ */
134
+ transferGb?: number;
135
+ }
136
+ }
137
+ export declare namespace V1 {
138
+ export { type V1GetUsageResponse as V1GetUsageResponse };
139
+ export { Projects as Projects, type ProjectCreateResponse as ProjectCreateResponse, type ProjectRetrieveResponse as ProjectRetrieveResponse, type ProjectListResponse as ProjectListResponse, type ProjectDeleteResponse as ProjectDeleteResponse, type ProjectCreateBranchResponse as ProjectCreateBranchResponse, type ProjectGetConnectionResponse as ProjectGetConnectionResponse, type ProjectListBranchesResponse as ProjectListBranchesResponse, type ProjectCreateParams as ProjectCreateParams, type ProjectCreateBranchParams as ProjectCreateBranchParams, type ProjectGetConnectionParams as ProjectGetConnectionParams, };
140
+ }
141
+ //# sourceMappingURL=v1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.d.ts","sourceRoot":"","sources":["../../../src/resources/database/v1/v1.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.V1 = void 0;
5
+ const tslib_1 = require("../../../internal/tslib.js");
6
+ const resource_1 = require("../../../core/resource.js");
7
+ const ProjectsAPI = tslib_1.__importStar(require("./projects.js"));
8
+ const projects_1 = require("./projects.js");
9
+ class V1 extends resource_1.APIResource {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.projects = new ProjectsAPI.Projects(this._client);
13
+ }
14
+ /**
15
+ * Returns detailed database usage statistics and billing information for the
16
+ * current billing period. Includes compute hours, storage, data transfer, and
17
+ * branch counts with associated costs broken down by project.
18
+ *
19
+ * @example
20
+ * ```ts
21
+ * const response = await client.database.v1.getUsage();
22
+ * ```
23
+ */
24
+ getUsage(options) {
25
+ return this._client.get('/database/v1/usage', options);
26
+ }
27
+ }
28
+ exports.V1 = V1;
29
+ V1.Projects = projects_1.Projects;
30
+ //# sourceMappingURL=v1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.js","sourceRoot":"","sources":["../../../src/resources/database/v1/v1.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,mEAA0C;AAC1C,4CAYoB;AAIpB,MAAa,EAAG,SAAQ,sBAAW;IAAnC;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAe1E,CAAC;IAbC;;;;;;;;;OASG;IACH,QAAQ,CAAC,OAAwB;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;CACF;AAhBD,gBAgBC;AA0JD,EAAE,CAAC,QAAQ,GAAG,mBAAQ,CAAC"}
@@ -0,0 +1,25 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import * as ProjectsAPI from "./projects.mjs";
4
+ import { Projects, } from "./projects.mjs";
5
+ export class V1 extends APIResource {
6
+ constructor() {
7
+ super(...arguments);
8
+ this.projects = new ProjectsAPI.Projects(this._client);
9
+ }
10
+ /**
11
+ * Returns detailed database usage statistics and billing information for the
12
+ * current billing period. Includes compute hours, storage, data transfer, and
13
+ * branch counts with associated costs broken down by project.
14
+ *
15
+ * @example
16
+ * ```ts
17
+ * const response = await client.database.v1.getUsage();
18
+ * ```
19
+ */
20
+ getUsage(options) {
21
+ return this._client.get('/database/v1/usage', options);
22
+ }
23
+ }
24
+ V1.Projects = Projects;
25
+ //# sourceMappingURL=v1.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../../src/resources/database/v1/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAWL,QAAQ,GACT;AAID,MAAM,OAAO,EAAG,SAAQ,WAAW;IAAnC;;QACE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAe1E,CAAC;IAbC;;;;;;;;;OASG;IACH,QAAQ,CAAC,OAAwB;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,OAAO,CAAC,CAAC;IACzD,CAAC;CACF;AA0JD,EAAE,CAAC,QAAQ,GAAG,QAAQ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./v1/index.mjs";
2
+ //# sourceMappingURL=v1.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../src/resources/database/v1.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./v1/index.js";
2
+ //# sourceMappingURL=v1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.d.ts","sourceRoot":"","sources":["../../src/resources/database/v1.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("../../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./v1/index.js"), exports);
6
+ //# sourceMappingURL=v1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.js","sourceRoot":"","sources":["../../src/resources/database/v1.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAA2B"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./v1/index.mjs";
3
+ //# sourceMappingURL=v1.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../src/resources/database/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./database/index.mjs";
2
+ //# sourceMappingURL=database.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database.d.mts","sourceRoot":"","sources":["../src/resources/database.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./database/index.js";
2
+ //# sourceMappingURL=database.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database.d.ts","sourceRoot":"","sources":["../src/resources/database.ts"],"names":[],"mappings":""}
@@ -2,5 +2,5 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const tslib_1 = require("../internal/tslib.js");
5
- tslib_1.__exportStar(require("./webhooks/index.js"), exports);
6
- //# sourceMappingURL=webhooks.js.map
5
+ tslib_1.__exportStar(require("./database/index.js"), exports);
6
+ //# sourceMappingURL=database.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database.js","sourceRoot":"","sources":["../src/resources/database.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8DAAiC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./database/index.mjs";
3
+ //# sourceMappingURL=database.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database.mjs","sourceRoot":"","sources":["../src/resources/database.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -1,9 +1,15 @@
1
+ export { Applications } from "./applications/applications.mjs";
1
2
  export { Compute } from "./compute/compute.mjs";
3
+ export { Database } from "./database/database.mjs";
2
4
  export { Format } from "./format/format.mjs";
5
+ export { Legal } from "./legal/legal.mjs";
3
6
  export { Llm, type LlmGetConfigResponse } from "./llm/llm.mjs";
7
+ export { Memory } from "./memory/memory.mjs";
4
8
  export { Ocr } from "./ocr/ocr.mjs";
9
+ export { Privilege } from "./privilege/privilege.mjs";
5
10
  export { Search } from "./search/search.mjs";
6
- export { Vault, type VaultCreateResponse, type VaultRetrieveResponse, type VaultListResponse, type VaultIngestResponse, type VaultSearchResponse, type VaultUploadResponse, type VaultCreateParams, type VaultIngestParams, type VaultSearchParams, type VaultUploadParams, } from "./vault/vault.mjs";
11
+ export { Superdoc } from "./superdoc/superdoc.mjs";
12
+ export { Translate } from "./translate/translate.mjs";
13
+ export { Vault, type VaultCreateResponse, type VaultRetrieveResponse, type VaultUpdateResponse, type VaultListResponse, type VaultDeleteResponse, type VaultIngestResponse, type VaultSearchResponse, type VaultUploadResponse, type VaultCreateParams, type VaultUpdateParams, type VaultDeleteParams, type VaultIngestParams, type VaultSearchParams, type VaultUploadParams, } from "./vault/vault.mjs";
7
14
  export { Voice } from "./voice/voice.mjs";
8
- export { Webhooks } from "./webhooks/webhooks.mjs";
9
15
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE,KAAK,oBAAoB,EAAE;OAClC,EAAE,GAAG,EAAE;OACP,EAAE,MAAM,EAAE;OACV,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,GACvB;OACM,EAAE,KAAK,EAAE;OACT,EAAE,QAAQ,EAAE"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,YAAY,EAAE;OAChB,EAAE,OAAO,EAAE;OACX,EAAE,QAAQ,EAAE;OACZ,EAAE,MAAM,EAAE;OACV,EAAE,KAAK,EAAE;OACT,EAAE,GAAG,EAAE,KAAK,oBAAoB,EAAE;OAClC,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE;OACP,EAAE,SAAS,EAAE;OACb,EAAE,MAAM,EAAE;OACV,EAAE,QAAQ,EAAE;OACZ,EAAE,SAAS,EAAE;OACb,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,GACvB;OACM,EAAE,KAAK,EAAE"}
@@ -1,9 +1,15 @@
1
+ export { Applications } from "./applications/applications.js";
1
2
  export { Compute } from "./compute/compute.js";
3
+ export { Database } from "./database/database.js";
2
4
  export { Format } from "./format/format.js";
5
+ export { Legal } from "./legal/legal.js";
3
6
  export { Llm, type LlmGetConfigResponse } from "./llm/llm.js";
7
+ export { Memory } from "./memory/memory.js";
4
8
  export { Ocr } from "./ocr/ocr.js";
9
+ export { Privilege } from "./privilege/privilege.js";
5
10
  export { Search } from "./search/search.js";
6
- export { Vault, type VaultCreateResponse, type VaultRetrieveResponse, type VaultListResponse, type VaultIngestResponse, type VaultSearchResponse, type VaultUploadResponse, type VaultCreateParams, type VaultIngestParams, type VaultSearchParams, type VaultUploadParams, } from "./vault/vault.js";
11
+ export { Superdoc } from "./superdoc/superdoc.js";
12
+ export { Translate } from "./translate/translate.js";
13
+ export { Vault, type VaultCreateResponse, type VaultRetrieveResponse, type VaultUpdateResponse, type VaultListResponse, type VaultDeleteResponse, type VaultIngestResponse, type VaultSearchResponse, type VaultUploadResponse, type VaultCreateParams, type VaultUpdateParams, type VaultDeleteParams, type VaultIngestParams, type VaultSearchParams, type VaultUploadParams, } from "./vault/vault.js";
7
14
  export { Voice } from "./voice/voice.js";
8
- export { Webhooks } from "./webhooks/webhooks.js";
9
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE,KAAK,oBAAoB,EAAE;OAClC,EAAE,GAAG,EAAE;OACP,EAAE,MAAM,EAAE;OACV,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,GACvB;OACM,EAAE,KAAK,EAAE;OACT,EAAE,QAAQ,EAAE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"OAEO,EAAE,YAAY,EAAE;OAChB,EAAE,OAAO,EAAE;OACX,EAAE,QAAQ,EAAE;OACZ,EAAE,MAAM,EAAE;OACV,EAAE,KAAK,EAAE;OACT,EAAE,GAAG,EAAE,KAAK,oBAAoB,EAAE;OAClC,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE;OACP,EAAE,SAAS,EAAE;OACb,EAAE,MAAM,EAAE;OACV,EAAE,QAAQ,EAAE;OACZ,EAAE,SAAS,EAAE;OACb,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,GACvB;OACM,EAAE,KAAK,EAAE"}
@@ -1,21 +1,33 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Webhooks = exports.Voice = exports.Vault = exports.Search = exports.Ocr = exports.Llm = exports.Format = exports.Compute = void 0;
4
+ exports.Voice = exports.Vault = exports.Translate = exports.Superdoc = exports.Search = exports.Privilege = exports.Ocr = exports.Memory = exports.Llm = exports.Legal = exports.Format = exports.Database = exports.Compute = exports.Applications = void 0;
5
+ var applications_1 = require("./applications/applications.js");
6
+ Object.defineProperty(exports, "Applications", { enumerable: true, get: function () { return applications_1.Applications; } });
5
7
  var compute_1 = require("./compute/compute.js");
6
8
  Object.defineProperty(exports, "Compute", { enumerable: true, get: function () { return compute_1.Compute; } });
9
+ var database_1 = require("./database/database.js");
10
+ Object.defineProperty(exports, "Database", { enumerable: true, get: function () { return database_1.Database; } });
7
11
  var format_1 = require("./format/format.js");
8
12
  Object.defineProperty(exports, "Format", { enumerable: true, get: function () { return format_1.Format; } });
13
+ var legal_1 = require("./legal/legal.js");
14
+ Object.defineProperty(exports, "Legal", { enumerable: true, get: function () { return legal_1.Legal; } });
9
15
  var llm_1 = require("./llm/llm.js");
10
16
  Object.defineProperty(exports, "Llm", { enumerable: true, get: function () { return llm_1.Llm; } });
17
+ var memory_1 = require("./memory/memory.js");
18
+ Object.defineProperty(exports, "Memory", { enumerable: true, get: function () { return memory_1.Memory; } });
11
19
  var ocr_1 = require("./ocr/ocr.js");
12
20
  Object.defineProperty(exports, "Ocr", { enumerable: true, get: function () { return ocr_1.Ocr; } });
21
+ var privilege_1 = require("./privilege/privilege.js");
22
+ Object.defineProperty(exports, "Privilege", { enumerable: true, get: function () { return privilege_1.Privilege; } });
13
23
  var search_1 = require("./search/search.js");
14
24
  Object.defineProperty(exports, "Search", { enumerable: true, get: function () { return search_1.Search; } });
25
+ var superdoc_1 = require("./superdoc/superdoc.js");
26
+ Object.defineProperty(exports, "Superdoc", { enumerable: true, get: function () { return superdoc_1.Superdoc; } });
27
+ var translate_1 = require("./translate/translate.js");
28
+ Object.defineProperty(exports, "Translate", { enumerable: true, get: function () { return translate_1.Translate; } });
15
29
  var vault_1 = require("./vault/vault.js");
16
30
  Object.defineProperty(exports, "Vault", { enumerable: true, get: function () { return vault_1.Vault; } });
17
31
  var voice_1 = require("./voice/voice.js");
18
32
  Object.defineProperty(exports, "Voice", { enumerable: true, get: function () { return voice_1.Voice; } });
19
- var webhooks_1 = require("./webhooks/webhooks.js");
20
- Object.defineProperty(exports, "Webhooks", { enumerable: true, get: function () { return webhooks_1.Webhooks; } });
21
33
  //# sourceMappingURL=index.js.map