@letta-ai/letta-client 0.0.68645 → 0.0.68647

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 (388) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +26 -31
  3. package/api/resources/agents/client/Client.d.ts +2 -2
  4. package/api/resources/agents/client/Client.js +23 -13
  5. package/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  6. package/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  7. package/api/resources/agents/client/requests/index.d.ts +1 -1
  8. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  9. package/api/resources/agents/resources/context/client/Client.js +1 -1
  10. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  11. package/api/resources/agents/resources/files/client/Client.js +4 -4
  12. package/api/resources/agents/resources/folders/client/Client.js +3 -3
  13. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  14. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  15. package/api/resources/agents/resources/messages/client/Client.js +9 -9
  16. package/api/resources/agents/resources/passages/client/Client.js +5 -5
  17. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  18. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  19. package/api/resources/agents/resources/tools/client/Client.js +4 -4
  20. package/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  21. package/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  22. package/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  23. package/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  24. package/api/resources/agents/types/index.d.ts +2 -0
  25. package/api/resources/agents/types/index.js +2 -0
  26. package/api/resources/batches/client/Client.js +4 -4
  27. package/api/resources/batches/resources/messages/client/Client.js +1 -1
  28. package/api/resources/blocks/client/Client.js +16 -8
  29. package/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  30. package/api/resources/blocks/index.d.ts +1 -0
  31. package/api/resources/blocks/index.js +1 -0
  32. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  33. package/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  34. package/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  35. package/api/resources/blocks/types/index.d.ts +1 -0
  36. package/api/resources/blocks/types/index.js +17 -0
  37. package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  38. package/api/resources/folders/client/Client.d.ts +2 -1
  39. package/api/resources/folders/client/Client.js +34 -13
  40. package/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  41. package/api/resources/folders/client/requests/index.d.ts +1 -0
  42. package/api/resources/folders/index.d.ts +1 -0
  43. package/api/resources/folders/index.js +1 -0
  44. package/api/resources/folders/resources/files/client/Client.js +3 -3
  45. package/api/resources/folders/resources/passages/client/Client.js +1 -1
  46. package/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  47. package/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  48. package/api/resources/folders/types/index.d.ts +1 -0
  49. package/api/resources/folders/types/index.js +17 -0
  50. package/api/resources/groups/client/Client.js +15 -7
  51. package/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  52. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  53. package/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  54. package/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  55. package/api/resources/groups/types/index.d.ts +1 -0
  56. package/api/resources/groups/types/index.js +1 -0
  57. package/api/resources/health/client/Client.js +1 -1
  58. package/api/resources/identities/client/Client.js +16 -8
  59. package/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  60. package/api/resources/identities/index.d.ts +1 -0
  61. package/api/resources/identities/index.js +1 -0
  62. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  63. package/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  64. package/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  65. package/api/resources/identities/types/index.d.ts +1 -0
  66. package/api/resources/identities/types/index.js +17 -0
  67. package/api/resources/index.d.ts +8 -5
  68. package/api/resources/index.js +9 -6
  69. package/api/resources/jobs/client/Client.js +5 -5
  70. package/api/resources/models/client/Client.d.ts +3 -0
  71. package/api/resources/models/client/Client.js +7 -2
  72. package/api/resources/models/index.d.ts +1 -0
  73. package/api/resources/models/index.js +1 -0
  74. package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
  75. package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.js +12 -12
  76. package/api/resources/models/resources/index.d.ts +1 -0
  77. package/api/resources/models/resources/index.js +37 -0
  78. package/api/resources/projects/client/Client.js +1 -1
  79. package/api/resources/providers/client/Client.js +23 -12
  80. package/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  81. package/api/resources/providers/index.d.ts +1 -0
  82. package/api/resources/providers/index.js +1 -0
  83. package/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  84. package/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  85. package/api/resources/providers/types/index.d.ts +1 -0
  86. package/api/resources/providers/types/index.js +17 -0
  87. package/api/resources/runs/client/Client.js +5 -5
  88. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  89. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  90. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  91. package/api/resources/sources/client/Client.js +10 -10
  92. package/api/resources/sources/resources/files/client/Client.js +3 -3
  93. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  94. package/api/resources/steps/client/Client.d.ts +0 -1
  95. package/api/resources/steps/client/Client.js +9 -5
  96. package/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  97. package/api/resources/steps/resources/feedback/client/Client.js +1 -1
  98. package/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  99. package/api/resources/steps/resources/metrics/client/Client.js +1 -1
  100. package/api/resources/steps/resources/trace/client/Client.js +1 -1
  101. package/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  102. package/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  103. package/api/resources/steps/types/index.d.ts +1 -0
  104. package/api/resources/steps/types/index.js +1 -0
  105. package/api/resources/tags/client/Client.d.ts +1 -1
  106. package/api/resources/tags/client/Client.js +2 -2
  107. package/api/resources/telemetry/client/Client.js +1 -1
  108. package/api/resources/templates/client/Client.js +9 -9
  109. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  110. package/api/resources/tools/client/Client.d.ts +1 -1
  111. package/api/resources/tools/client/Client.js +33 -22
  112. package/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  113. package/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  114. package/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  115. package/api/resources/tools/types/index.d.ts +1 -0
  116. package/api/resources/tools/types/index.js +1 -0
  117. package/api/resources/voice/client/Client.js +1 -1
  118. package/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
  119. package/api/types/DeploymentEntity.d.ts +2 -0
  120. package/api/types/index.d.ts +1 -1
  121. package/api/types/index.js +1 -1
  122. package/dist/Client.d.ts +0 -3
  123. package/dist/Client.js +26 -31
  124. package/dist/api/resources/agents/client/Client.d.ts +2 -2
  125. package/dist/api/resources/agents/client/Client.js +23 -13
  126. package/dist/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  127. package/dist/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  128. package/dist/api/resources/agents/client/requests/index.d.ts +1 -1
  129. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  130. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  131. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  132. package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
  133. package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
  134. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  135. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  136. package/dist/api/resources/agents/resources/messages/client/Client.js +9 -9
  137. package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
  138. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  139. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  140. package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
  141. package/dist/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  142. package/dist/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  143. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  144. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  145. package/dist/api/resources/agents/types/index.d.ts +2 -0
  146. package/dist/api/resources/agents/types/index.js +2 -0
  147. package/dist/api/resources/batches/client/Client.js +4 -4
  148. package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
  149. package/dist/api/resources/blocks/client/Client.js +16 -8
  150. package/dist/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  151. package/dist/api/resources/blocks/index.d.ts +1 -0
  152. package/dist/api/resources/blocks/index.js +1 -0
  153. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  154. package/dist/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  155. package/dist/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  156. package/dist/api/resources/blocks/types/index.d.ts +1 -0
  157. package/dist/api/resources/blocks/types/index.js +17 -0
  158. package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  159. package/dist/api/resources/folders/client/Client.d.ts +2 -1
  160. package/dist/api/resources/folders/client/Client.js +34 -13
  161. package/dist/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  162. package/dist/api/resources/folders/client/requests/FoldersListRequest.js +5 -0
  163. package/dist/api/resources/folders/client/requests/index.d.ts +1 -0
  164. package/dist/api/resources/folders/index.d.ts +1 -0
  165. package/dist/api/resources/folders/index.js +1 -0
  166. package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
  167. package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
  168. package/dist/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  169. package/dist/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  170. package/dist/api/resources/folders/types/index.d.ts +1 -0
  171. package/dist/api/resources/folders/types/index.js +17 -0
  172. package/dist/api/resources/groups/client/Client.js +15 -7
  173. package/dist/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  174. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  175. package/dist/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  176. package/dist/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  177. package/dist/api/resources/groups/types/index.d.ts +1 -0
  178. package/dist/api/resources/groups/types/index.js +1 -0
  179. package/dist/api/resources/health/client/Client.js +1 -1
  180. package/dist/api/resources/identities/client/Client.js +16 -8
  181. package/dist/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  182. package/dist/api/resources/identities/index.d.ts +1 -0
  183. package/dist/api/resources/identities/index.js +1 -0
  184. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  185. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  186. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  187. package/dist/api/resources/identities/types/index.d.ts +1 -0
  188. package/dist/api/resources/identities/types/index.js +17 -0
  189. package/dist/api/resources/index.d.ts +8 -5
  190. package/dist/api/resources/index.js +9 -6
  191. package/dist/api/resources/jobs/client/Client.js +5 -5
  192. package/dist/api/resources/models/client/Client.d.ts +3 -0
  193. package/dist/api/resources/models/client/Client.js +7 -2
  194. package/dist/api/resources/models/index.d.ts +1 -0
  195. package/dist/api/resources/models/index.js +1 -0
  196. package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
  197. package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.js +12 -12
  198. package/dist/api/resources/models/resources/index.d.ts +1 -0
  199. package/dist/api/resources/models/resources/index.js +37 -0
  200. package/dist/api/resources/projects/client/Client.js +1 -1
  201. package/dist/api/resources/providers/client/Client.js +23 -12
  202. package/dist/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  203. package/dist/api/resources/providers/index.d.ts +1 -0
  204. package/dist/api/resources/providers/index.js +1 -0
  205. package/dist/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  206. package/dist/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  207. package/dist/api/resources/providers/types/index.d.ts +1 -0
  208. package/dist/api/resources/providers/types/index.js +17 -0
  209. package/dist/api/resources/runs/client/Client.js +5 -5
  210. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  211. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  212. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  213. package/dist/api/resources/sources/client/Client.js +10 -10
  214. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  215. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  216. package/dist/api/resources/steps/client/Client.d.ts +0 -1
  217. package/dist/api/resources/steps/client/Client.js +9 -5
  218. package/dist/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  219. package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
  220. package/dist/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  221. package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
  222. package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
  223. package/dist/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  224. package/dist/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  225. package/dist/api/resources/steps/types/index.d.ts +1 -0
  226. package/dist/api/resources/steps/types/index.js +1 -0
  227. package/dist/api/resources/tags/client/Client.d.ts +1 -1
  228. package/dist/api/resources/tags/client/Client.js +2 -2
  229. package/dist/api/resources/telemetry/client/Client.js +1 -1
  230. package/dist/api/resources/templates/client/Client.js +9 -9
  231. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  232. package/dist/api/resources/tools/client/Client.d.ts +1 -1
  233. package/dist/api/resources/tools/client/Client.js +33 -22
  234. package/dist/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  235. package/dist/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  236. package/dist/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  237. package/dist/api/resources/tools/types/index.d.ts +1 -0
  238. package/dist/api/resources/tools/types/index.js +1 -0
  239. package/dist/api/resources/voice/client/Client.js +1 -1
  240. package/dist/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
  241. package/dist/api/types/BodyExportAgent.js +5 -0
  242. package/dist/api/types/DeploymentEntity.d.ts +2 -0
  243. package/dist/api/types/index.d.ts +1 -1
  244. package/dist/api/types/index.js +1 -1
  245. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  246. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  247. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  248. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  249. package/dist/serialization/resources/agents/types/index.d.ts +2 -0
  250. package/dist/serialization/resources/agents/types/index.js +2 -0
  251. package/dist/serialization/resources/blocks/index.d.ts +1 -0
  252. package/dist/serialization/resources/blocks/index.js +1 -0
  253. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  254. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  255. package/dist/serialization/resources/blocks/types/index.d.ts +1 -0
  256. package/dist/serialization/resources/blocks/types/index.js +17 -0
  257. package/dist/serialization/resources/folders/index.d.ts +1 -0
  258. package/dist/serialization/resources/folders/index.js +1 -0
  259. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  260. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  261. package/dist/serialization/resources/folders/types/index.d.ts +1 -0
  262. package/dist/serialization/resources/folders/types/index.js +17 -0
  263. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  264. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  265. package/dist/serialization/resources/groups/types/index.d.ts +1 -0
  266. package/dist/serialization/resources/groups/types/index.js +1 -0
  267. package/dist/serialization/resources/identities/index.d.ts +1 -0
  268. package/dist/serialization/resources/identities/index.js +1 -0
  269. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  270. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  271. package/dist/serialization/resources/identities/types/index.d.ts +1 -0
  272. package/dist/serialization/resources/identities/types/index.js +17 -0
  273. package/dist/serialization/resources/index.d.ts +8 -5
  274. package/dist/serialization/resources/index.js +9 -6
  275. package/dist/serialization/resources/models/index.d.ts +1 -0
  276. package/dist/serialization/resources/models/index.js +1 -0
  277. package/dist/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
  278. package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
  279. package/dist/serialization/resources/models/resources/index.d.ts +1 -0
  280. package/dist/serialization/resources/models/resources/index.js +37 -0
  281. package/dist/serialization/resources/providers/index.d.ts +1 -0
  282. package/dist/serialization/resources/providers/index.js +1 -0
  283. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  284. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  285. package/dist/serialization/resources/providers/types/index.d.ts +1 -0
  286. package/dist/serialization/resources/providers/types/index.js +17 -0
  287. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  288. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  289. package/dist/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  290. package/dist/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  291. package/dist/serialization/resources/steps/types/index.d.ts +1 -0
  292. package/dist/serialization/resources/steps/types/index.js +1 -0
  293. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  294. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  295. package/dist/serialization/resources/tools/types/index.d.ts +1 -0
  296. package/dist/serialization/resources/tools/types/index.js +1 -0
  297. package/{serialization/types/BodyExportAgentSerialized.d.ts → dist/serialization/types/BodyExportAgent.d.ts} +2 -2
  298. package/dist/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  299. package/dist/serialization/types/DeploymentEntity.d.ts +2 -0
  300. package/dist/serialization/types/DeploymentEntity.js +2 -0
  301. package/dist/serialization/types/index.d.ts +1 -1
  302. package/dist/serialization/types/index.js +1 -1
  303. package/dist/version.d.ts +1 -1
  304. package/dist/version.js +1 -1
  305. package/package.json +1 -1
  306. package/reference.md +69 -62
  307. package/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  308. package/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  309. package/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  310. package/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  311. package/serialization/resources/agents/types/index.d.ts +2 -0
  312. package/serialization/resources/agents/types/index.js +2 -0
  313. package/serialization/resources/blocks/index.d.ts +1 -0
  314. package/serialization/resources/blocks/index.js +1 -0
  315. package/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  316. package/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  317. package/serialization/resources/blocks/types/index.d.ts +1 -0
  318. package/serialization/resources/blocks/types/index.js +17 -0
  319. package/serialization/resources/folders/index.d.ts +1 -0
  320. package/serialization/resources/folders/index.js +1 -0
  321. package/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  322. package/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  323. package/serialization/resources/folders/types/index.d.ts +1 -0
  324. package/serialization/resources/folders/types/index.js +17 -0
  325. package/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  326. package/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  327. package/serialization/resources/groups/types/index.d.ts +1 -0
  328. package/serialization/resources/groups/types/index.js +1 -0
  329. package/serialization/resources/identities/index.d.ts +1 -0
  330. package/serialization/resources/identities/index.js +1 -0
  331. package/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  332. package/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  333. package/serialization/resources/identities/types/index.d.ts +1 -0
  334. package/serialization/resources/identities/types/index.js +17 -0
  335. package/serialization/resources/index.d.ts +8 -5
  336. package/serialization/resources/index.js +9 -6
  337. package/serialization/resources/models/index.d.ts +1 -0
  338. package/serialization/resources/models/index.js +1 -0
  339. package/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
  340. package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
  341. package/serialization/resources/models/resources/index.d.ts +1 -0
  342. package/serialization/resources/models/resources/index.js +37 -0
  343. package/serialization/resources/providers/index.d.ts +1 -0
  344. package/serialization/resources/providers/index.js +1 -0
  345. package/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  346. package/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  347. package/serialization/resources/providers/types/index.d.ts +1 -0
  348. package/serialization/resources/providers/types/index.js +17 -0
  349. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  350. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  351. package/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  352. package/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  353. package/serialization/resources/steps/types/index.d.ts +1 -0
  354. package/serialization/resources/steps/types/index.js +1 -0
  355. package/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  356. package/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  357. package/serialization/resources/tools/types/index.d.ts +1 -0
  358. package/serialization/resources/tools/types/index.js +1 -0
  359. package/{dist/serialization/types/BodyExportAgentSerialized.d.ts → serialization/types/BodyExportAgent.d.ts} +2 -2
  360. package/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  361. package/serialization/types/DeploymentEntity.d.ts +2 -0
  362. package/serialization/types/DeploymentEntity.js +2 -0
  363. package/serialization/types/index.d.ts +1 -1
  364. package/serialization/types/index.js +1 -1
  365. package/version.d.ts +1 -1
  366. package/version.js +1 -1
  367. package/dist/serialization/resources/embeddingModels/client/list.d.ts +0 -11
  368. package/serialization/resources/embeddingModels/client/list.d.ts +0 -11
  369. /package/api/resources/agents/client/requests/{BodyImportAgentSerialized.js → BodyImportAgent.js} +0 -0
  370. /package/api/{types/BodyExportAgentSerialized.js → resources/folders/client/requests/FoldersListRequest.js} +0 -0
  371. /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  372. /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  373. /package/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  374. /package/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  375. /package/{dist/api/resources/agents/client/requests/BodyImportAgentSerialized.js → api/types/BodyExportAgent.js} +0 -0
  376. /package/dist/api/{types/BodyExportAgentSerialized.js → resources/agents/client/requests/BodyImportAgent.js} +0 -0
  377. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  378. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  379. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  380. /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  381. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  382. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  383. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  384. /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
  385. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
  386. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
  387. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
  388. /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
@@ -99,7 +99,7 @@ class Passages {
99
99
  method: "GET",
100
100
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
101
101
  ? yield core.Supplier.get(this._options.project)
102
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
103
103
  contentType: "application/json",
104
104
  queryParameters: _queryParams,
105
105
  requestType: "json",
@@ -179,7 +179,7 @@ class Passages {
179
179
  method: "POST",
180
180
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
181
181
  ? yield core.Supplier.get(this._options.project)
182
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
183
  contentType: "application/json",
184
184
  requestType: "json",
185
185
  body: serializers.agents.CreateArchivalMemory.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -286,7 +286,7 @@ class Passages {
286
286
  method: "GET",
287
287
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
288
288
  ? yield core.Supplier.get(this._options.project)
289
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
289
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
290
290
  contentType: "application/json",
291
291
  queryParameters: _queryParams,
292
292
  requestType: "json",
@@ -364,7 +364,7 @@ class Passages {
364
364
  method: "DELETE",
365
365
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
366
366
  ? yield core.Supplier.get(this._options.project)
367
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
367
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
368
368
  contentType: "application/json",
369
369
  requestType: "json",
370
370
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -428,7 +428,7 @@ class Passages {
428
428
  method: "PATCH",
429
429
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
430
430
  ? yield core.Supplier.get(this._options.project)
431
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
431
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
432
432
  contentType: "application/json",
433
433
  requestType: "json",
434
434
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -82,7 +82,7 @@ class Sources {
82
82
  method: "PATCH",
83
83
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
84
84
  ? yield core.Supplier.get(this._options.project)
85
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
86
  contentType: "application/json",
87
87
  requestType: "json",
88
88
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -159,7 +159,7 @@ class Sources {
159
159
  method: "PATCH",
160
160
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
161
161
  ? yield core.Supplier.get(this._options.project)
162
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
162
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
163
163
  contentType: "application/json",
164
164
  requestType: "json",
165
165
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -235,7 +235,7 @@ class Sources {
235
235
  method: "GET",
236
236
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
237
237
  ? yield core.Supplier.get(this._options.project)
238
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
238
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
239
239
  contentType: "application/json",
240
240
  requestType: "json",
241
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -84,7 +84,7 @@ class Templates {
84
84
  method: "POST",
85
85
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
86
86
  ? yield core.Supplier.get(this._options.project)
87
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
88
88
  contentType: "application/json",
89
89
  requestType: "json",
90
90
  body: serializers.agents.TemplatesMigrateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -150,7 +150,7 @@ class Templates {
150
150
  method: "POST",
151
151
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
152
152
  ? yield core.Supplier.get(this._options.project)
153
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
153
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
154
154
  contentType: "application/json",
155
155
  requestType: "json",
156
156
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -206,7 +206,7 @@ class Templates {
206
206
  method: "POST",
207
207
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
208
208
  ? yield core.Supplier.get(this._options.project)
209
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
209
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
210
210
  contentType: "application/json",
211
211
  requestType: "json",
212
212
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -81,7 +81,7 @@ class Tools {
81
81
  method: "GET",
82
82
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
83
83
  ? yield core.Supplier.get(this._options.project)
84
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -158,7 +158,7 @@ class Tools {
158
158
  method: "PATCH",
159
159
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
160
160
  ? yield core.Supplier.get(this._options.project)
161
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
161
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
162
162
  contentType: "application/json",
163
163
  requestType: "json",
164
164
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -235,7 +235,7 @@ class Tools {
235
235
  method: "PATCH",
236
236
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
237
237
  ? yield core.Supplier.get(this._options.project)
238
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
238
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
239
239
  contentType: "application/json",
240
240
  requestType: "json",
241
241
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -318,7 +318,7 @@ class Tools {
318
318
  method: "PATCH",
319
319
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
320
320
  ? yield core.Supplier.get(this._options.project)
321
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
321
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
322
322
  contentType: "application/json",
323
323
  queryParameters: _queryParams,
324
324
  requestType: "json",
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Sort order for agents by creation time. 'asc' for oldest first, 'desc' for newest first
6
+ */
7
+ export type AgentsListRequestOrder = "asc" | "desc";
8
+ export declare const AgentsListRequestOrder: {
9
+ readonly Asc: "asc";
10
+ readonly Desc: "desc";
11
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AgentsListRequestOrder = void 0;
7
+ exports.AgentsListRequestOrder = {
8
+ Asc: "asc",
9
+ Desc: "desc",
10
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Field to sort by
6
+ */
7
+ export type AgentsListRequestOrderBy = "created_at" | "last_run_completion";
8
+ export declare const AgentsListRequestOrderBy: {
9
+ readonly CreatedAt: "created_at";
10
+ readonly LastRunCompletion: "last_run_completion";
11
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.AgentsListRequestOrderBy = void 0;
7
+ exports.AgentsListRequestOrderBy = {
8
+ CreatedAt: "created_at",
9
+ LastRunCompletion: "last_run_completion",
10
+ };
@@ -1,3 +1,5 @@
1
+ export * from "./AgentsListRequestOrder";
2
+ export * from "./AgentsListRequestOrderBy";
1
3
  export * from "./CreateAgentRequestToolRulesItem";
2
4
  export * from "./CreateAgentRequestResponseFormat";
3
5
  export * from "./UpdateAgentToolRulesItem";
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AgentsListRequestOrder"), exports);
18
+ __exportStar(require("./AgentsListRequestOrderBy"), exports);
17
19
  __exportStar(require("./CreateAgentRequestToolRulesItem"), exports);
18
20
  __exportStar(require("./CreateAgentRequestResponseFormat"), exports);
19
21
  __exportStar(require("./UpdateAgentToolRulesItem"), exports);
@@ -105,7 +105,7 @@ class Batches {
105
105
  method: "GET",
106
106
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
107
107
  ? yield core.Supplier.get(this._options.project)
108
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
108
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
109
109
  contentType: "application/json",
110
110
  queryParameters: _queryParams,
111
111
  requestType: "json",
@@ -196,7 +196,7 @@ class Batches {
196
196
  method: "POST",
197
197
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
198
198
  ? yield core.Supplier.get(this._options.project)
199
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
199
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
200
200
  contentType: "application/json",
201
201
  requestType: "json",
202
202
  body: serializers.CreateBatch.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -273,7 +273,7 @@ class Batches {
273
273
  method: "GET",
274
274
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
275
275
  ? yield core.Supplier.get(this._options.project)
276
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
276
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
277
277
  contentType: "application/json",
278
278
  requestType: "json",
279
279
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -349,7 +349,7 @@ class Batches {
349
349
  method: "PATCH",
350
350
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
351
351
  ? yield core.Supplier.get(this._options.project)
352
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
352
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
353
353
  contentType: "application/json",
354
354
  requestType: "json",
355
355
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -104,7 +104,7 @@ class Messages {
104
104
  method: "GET",
105
105
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
106
106
  ? yield core.Supplier.get(this._options.project)
107
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
107
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
108
108
  contentType: "application/json",
109
109
  queryParameters: _queryParams,
110
110
  requestType: "json",
@@ -52,8 +52,8 @@ exports.Blocks = void 0;
52
52
  const environments = __importStar(require("../../../../environments"));
53
53
  const core = __importStar(require("../../../../core"));
54
54
  const Letta = __importStar(require("../../../index"));
55
- const url_join_1 = __importDefault(require("url-join"));
56
55
  const serializers = __importStar(require("../../../../serialization/index"));
56
+ const url_join_1 = __importDefault(require("url-join"));
57
57
  const errors = __importStar(require("../../../../errors/index"));
58
58
  const Client_1 = require("../resources/agents/client/Client");
59
59
  class Blocks {
@@ -79,7 +79,7 @@ class Blocks {
79
79
  __list() {
80
80
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
81
81
  var _a, _b, _c;
82
- const { label, templatesOnly, name, identityId, identifierKeys, projectId, limit, before, after, labelSearch, descriptionSearch, valueSearch, connectedToAgentsCountGt, connectedToAgentsCountLt, connectedToAgentsCountEq, } = request;
82
+ const { label, templatesOnly, name, identityId, identifierKeys, projectId, limit, before, after, order, orderBy, labelSearch, descriptionSearch, valueSearch, connectedToAgentsCountGt, connectedToAgentsCountLt, connectedToAgentsCountEq, } = request;
83
83
  const _queryParams = {};
84
84
  if (label != null) {
85
85
  _queryParams["label"] = label;
@@ -113,6 +113,14 @@ class Blocks {
113
113
  if (after != null) {
114
114
  _queryParams["after"] = after;
115
115
  }
116
+ if (order != null) {
117
+ _queryParams["order"] = serializers.BlocksListRequestOrder.jsonOrThrow(order, {
118
+ unrecognizedObjectKeys: "strip",
119
+ });
120
+ }
121
+ if (orderBy != null) {
122
+ _queryParams["order_by"] = orderBy;
123
+ }
116
124
  if (labelSearch != null) {
117
125
  _queryParams["label_search"] = labelSearch;
118
126
  }
@@ -141,7 +149,7 @@ class Blocks {
141
149
  method: "GET",
142
150
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
143
151
  ? yield core.Supplier.get(this._options.project)
144
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
152
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
145
153
  contentType: "application/json",
146
154
  queryParameters: _queryParams,
147
155
  requestType: "json",
@@ -219,7 +227,7 @@ class Blocks {
219
227
  method: "POST",
220
228
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
221
229
  ? yield core.Supplier.get(this._options.project)
222
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
230
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
223
231
  contentType: "application/json",
224
232
  requestType: "json",
225
233
  body: serializers.CreateBlock.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -295,7 +303,7 @@ class Blocks {
295
303
  method: "GET",
296
304
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
297
305
  ? yield core.Supplier.get(this._options.project)
298
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
306
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
299
307
  contentType: "application/json",
300
308
  requestType: "json",
301
309
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -369,7 +377,7 @@ class Blocks {
369
377
  method: "GET",
370
378
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
371
379
  ? yield core.Supplier.get(this._options.project)
372
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
380
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
373
381
  contentType: "application/json",
374
382
  requestType: "json",
375
383
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -443,7 +451,7 @@ class Blocks {
443
451
  method: "DELETE",
444
452
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
445
453
  ? yield core.Supplier.get(this._options.project)
446
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
454
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
447
455
  contentType: "application/json",
448
456
  requestType: "json",
449
457
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -509,7 +517,7 @@ class Blocks {
509
517
  method: "PATCH",
510
518
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
511
519
  ? yield core.Supplier.get(this._options.project)
512
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
520
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
513
521
  contentType: "application/json",
514
522
  requestType: "json",
515
523
  body: serializers.BlockUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Letta from "../../../../index";
4
5
  /**
5
6
  * @example
6
7
  * {}
@@ -35,13 +36,21 @@ export interface BlocksListRequest {
35
36
  */
36
37
  limit?: number;
37
38
  /**
38
- * Cursor for pagination. If provided, returns blocks before this cursor.
39
+ * Block ID cursor for pagination. Returns blocks that come before this block ID in the specified sort order
39
40
  */
40
41
  before?: string;
41
42
  /**
42
- * Cursor for pagination. If provided, returns blocks after this cursor.
43
+ * Block ID cursor for pagination. Returns blocks that come after this block ID in the specified sort order
43
44
  */
44
45
  after?: string;
46
+ /**
47
+ * Sort order for blocks by creation time. 'asc' for oldest first, 'desc' for newest first
48
+ */
49
+ order?: Letta.BlocksListRequestOrder;
50
+ /**
51
+ * Field to sort by
52
+ */
53
+ orderBy?: "created_at";
45
54
  /**
46
55
  * Search blocks by label. If provided, returns blocks that match this label. This is a full-text search on labels.
47
56
  */
@@ -1,2 +1,3 @@
1
+ export * from "./types";
1
2
  export * from "./client";
2
3
  export * from "./resources";
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
17
18
  __exportStar(require("./client"), exports);
18
19
  __exportStar(require("./resources"), exports);
@@ -93,7 +93,7 @@ class Agents {
93
93
  method: "GET",
94
94
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
95
95
  ? yield core.Supplier.get(this._options.project)
96
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
97
  contentType: "application/json",
98
98
  queryParameters: _queryParams,
99
99
  requestType: "json",
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Sort order for blocks by creation time. 'asc' for oldest first, 'desc' for newest first
6
+ */
7
+ export type BlocksListRequestOrder = "asc" | "desc";
8
+ export declare const BlocksListRequestOrder: {
9
+ readonly Asc: "asc";
10
+ readonly Desc: "desc";
11
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BlocksListRequestOrder = void 0;
7
+ exports.BlocksListRequestOrder = {
8
+ Asc: "asc",
9
+ Desc: "desc",
10
+ };
@@ -0,0 +1 @@
1
+ export * from "./BlocksListRequestOrder";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./BlocksListRequestOrder"), exports);
@@ -92,7 +92,7 @@ class ClientSideAccessTokens {
92
92
  method: "GET",
93
93
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
94
94
  ? yield core.Supplier.get(this._options.project)
95
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
95
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
98
98
  requestType: "json",
@@ -170,7 +170,7 @@ class ClientSideAccessTokens {
170
170
  method: "POST",
171
171
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
172
172
  ? yield core.Supplier.get(this._options.project)
173
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
173
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
174
174
  contentType: "application/json",
175
175
  requestType: "json",
176
176
  body: serializers.ClientSideAccessTokensCreateRequest.jsonOrThrow(request, {
@@ -246,7 +246,7 @@ class ClientSideAccessTokens {
246
246
  method: "DELETE",
247
247
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
248
248
  ? yield core.Supplier.get(this._options.project)
249
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68645", "User-Agent": "@letta-ai/letta-client/0.0.68645", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
249
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.0.68647", "User-Agent": "@letta-ai/letta-client/0.0.68647", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
250
250
  contentType: "application/json",
251
251
  requestType: "json",
252
252
  body: request,
@@ -123,6 +123,7 @@ export declare class Folders {
123
123
  /**
124
124
  * List all data folders created by a user.
125
125
  *
126
+ * @param {Letta.FoldersListRequest} request
126
127
  * @param {Folders.RequestOptions} requestOptions - Request-specific configuration.
127
128
  *
128
129
  * @throws {@link Letta.UnprocessableEntityError}
@@ -130,7 +131,7 @@ export declare class Folders {
130
131
  * @example
131
132
  * await client.folders.list()
132
133
  */
133
- list(requestOptions?: Folders.RequestOptions): core.HttpResponsePromise<Letta.Folder[]>;
134
+ list(request?: Letta.FoldersListRequest, requestOptions?: Folders.RequestOptions): core.HttpResponsePromise<Letta.Folder[]>;
134
135
  private __list;
135
136
  /**
136
137
  * Create a new data folder.