@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
@@ -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.
@@ -90,7 +90,7 @@ class Folders {
90
90
  method: "GET",
91
91
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
92
92
  ? yield core.Supplier.get(this._options.project)
93
- : 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),
93
+ : 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),
94
94
  contentType: "application/json",
95
95
  requestType: "json",
96
96
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -166,7 +166,7 @@ class Folders {
166
166
  method: "GET",
167
167
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
168
168
  ? yield core.Supplier.get(this._options.project)
169
- : 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),
169
+ : 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),
170
170
  contentType: "application/json",
171
171
  requestType: "json",
172
172
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -242,7 +242,7 @@ class Folders {
242
242
  method: "DELETE",
243
243
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
244
244
  ? yield core.Supplier.get(this._options.project)
245
- : 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),
245
+ : 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),
246
246
  contentType: "application/json",
247
247
  requestType: "json",
248
248
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -310,7 +310,7 @@ class Folders {
310
310
  method: "PATCH",
311
311
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
312
312
  ? yield core.Supplier.get(this._options.project)
313
- : 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),
313
+ : 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),
314
314
  contentType: "application/json",
315
315
  requestType: "json",
316
316
  body: serializers.SourceUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -387,7 +387,7 @@ class Folders {
387
387
  method: "GET",
388
388
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
389
389
  ? yield core.Supplier.get(this._options.project)
390
- : 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),
390
+ : 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),
391
391
  contentType: "application/json",
392
392
  requestType: "json",
393
393
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -474,7 +474,7 @@ class Folders {
474
474
  method: "GET",
475
475
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
476
476
  ? yield core.Supplier.get(this._options.project)
477
- : 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),
477
+ : 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),
478
478
  contentType: "application/json",
479
479
  queryParameters: _queryParams,
480
480
  requestType: "json",
@@ -532,6 +532,7 @@ class Folders {
532
532
  /**
533
533
  * List all data folders created by a user.
534
534
  *
535
+ * @param {Letta.FoldersListRequest} request
535
536
  * @param {Folders.RequestOptions} requestOptions - Request-specific configuration.
536
537
  *
537
538
  * @throws {@link Letta.UnprocessableEntityError}
@@ -539,19 +540,39 @@ class Folders {
539
540
  * @example
540
541
  * await client.folders.list()
541
542
  */
542
- list(requestOptions) {
543
- return core.HttpResponsePromise.fromPromise(this.__list(requestOptions));
543
+ list(request = {}, requestOptions) {
544
+ return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
544
545
  }
545
- __list(requestOptions) {
546
- return __awaiter(this, void 0, void 0, function* () {
546
+ __list() {
547
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
547
548
  var _a, _b, _c;
549
+ const { before, after, limit, order, orderBy } = request;
550
+ const _queryParams = {};
551
+ if (before != null) {
552
+ _queryParams["before"] = before;
553
+ }
554
+ if (after != null) {
555
+ _queryParams["after"] = after;
556
+ }
557
+ if (limit != null) {
558
+ _queryParams["limit"] = limit.toString();
559
+ }
560
+ if (order != null) {
561
+ _queryParams["order"] = serializers.FoldersListRequestOrder.jsonOrThrow(order, {
562
+ unrecognizedObjectKeys: "strip",
563
+ });
564
+ }
565
+ if (orderBy != null) {
566
+ _queryParams["order_by"] = orderBy;
567
+ }
548
568
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
549
569
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.LettaEnvironment.LettaCloud, "v1/folders/"),
550
570
  method: "GET",
551
571
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
552
572
  ? yield core.Supplier.get(this._options.project)
553
- : 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),
573
+ : 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),
554
574
  contentType: "application/json",
575
+ queryParameters: _queryParams,
555
576
  requestType: "json",
556
577
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
557
578
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -628,7 +649,7 @@ class Folders {
628
649
  method: "POST",
629
650
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
630
651
  ? yield core.Supplier.get(this._options.project)
631
- : 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),
652
+ : 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),
632
653
  contentType: "application/json",
633
654
  requestType: "json",
634
655
  body: serializers.SourceCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -705,7 +726,7 @@ class Folders {
705
726
  method: "GET",
706
727
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
707
728
  ? yield core.Supplier.get(this._options.project)
708
- : 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),
729
+ : 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),
709
730
  contentType: "application/json",
710
731
  requestType: "json",
711
732
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,30 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Letta from "../../../../index";
5
+ /**
6
+ * @example
7
+ * {}
8
+ */
9
+ export interface FoldersListRequest {
10
+ /**
11
+ * Folder ID cursor for pagination. Returns folders that come before this folder ID in the specified sort order
12
+ */
13
+ before?: string;
14
+ /**
15
+ * Folder ID cursor for pagination. Returns folders that come after this folder ID in the specified sort order
16
+ */
17
+ after?: string;
18
+ /**
19
+ * Maximum number of folders to return
20
+ */
21
+ limit?: number;
22
+ /**
23
+ * Sort order for folders by creation time. 'asc' for oldest first, 'desc' for newest first
24
+ */
25
+ order?: Letta.FoldersListRequestOrder;
26
+ /**
27
+ * Field to sort by
28
+ */
29
+ orderBy?: "created_at";
30
+ }
@@ -1 +1,2 @@
1
1
  export { type GetFoldersMetadataRequest } from "./GetFoldersMetadataRequest";
2
+ export { type FoldersListRequest } from "./FoldersListRequest";
@@ -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 Files {
93
93
  method: "POST",
94
94
  headers: Object.assign(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())), _maybeEncodedRequest.headers), 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())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
97
  queryParameters: _queryParams,
98
98
  requestType: "file",
99
99
  duplex: _maybeEncodedRequest.duplex,
@@ -183,7 +183,7 @@ class Files {
183
183
  method: "GET",
184
184
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
185
185
  ? yield core.Supplier.get(this._options.project)
186
- : 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),
186
+ : 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),
187
187
  contentType: "application/json",
188
188
  queryParameters: _queryParams,
189
189
  requestType: "json",
@@ -261,7 +261,7 @@ class Files {
261
261
  method: "DELETE",
262
262
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
263
263
  ? yield core.Supplier.get(this._options.project)
264
- : 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),
264
+ : 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),
265
265
  contentType: "application/json",
266
266
  requestType: "json",
267
267
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -93,7 +93,7 @@ class Passages {
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 folders by creation time. 'asc' for oldest first, 'desc' for newest first
6
+ */
7
+ export type FoldersListRequestOrder = "asc" | "desc";
8
+ export declare const FoldersListRequestOrder: {
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.FoldersListRequestOrder = void 0;
7
+ exports.FoldersListRequestOrder = {
8
+ Asc: "asc",
9
+ Desc: "desc",
10
+ };
@@ -0,0 +1 @@
1
+ export * from "./FoldersListRequestOrder";
@@ -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("./FoldersListRequestOrder"), exports);
@@ -81,7 +81,7 @@ class Groups {
81
81
  __list() {
82
82
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
83
83
  var _a, _b, _c;
84
- const { managerType, before, after, limit, projectId } = request;
84
+ const { managerType, before, after, limit, order, orderBy, projectId } = request;
85
85
  const _queryParams = {};
86
86
  if (managerType != null) {
87
87
  _queryParams["manager_type"] = serializers.ManagerType.jsonOrThrow(managerType, {
@@ -97,6 +97,14 @@ class Groups {
97
97
  if (limit != null) {
98
98
  _queryParams["limit"] = limit.toString();
99
99
  }
100
+ if (order != null) {
101
+ _queryParams["order"] = serializers.GroupsListRequestOrder.jsonOrThrow(order, {
102
+ unrecognizedObjectKeys: "strip",
103
+ });
104
+ }
105
+ if (orderBy != null) {
106
+ _queryParams["order_by"] = orderBy;
107
+ }
100
108
  if (projectId != null) {
101
109
  _queryParams["project_id"] = projectId;
102
110
  }
@@ -105,7 +113,7 @@ class Groups {
105
113
  method: "GET",
106
114
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
107
115
  ? 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),
116
+ : 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
117
  contentType: "application/json",
110
118
  queryParameters: _queryParams,
111
119
  requestType: "json",
@@ -185,7 +193,7 @@ class Groups {
185
193
  method: "POST",
186
194
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
187
195
  ? yield core.Supplier.get(this._options.project)
188
- : 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),
196
+ : 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),
189
197
  contentType: "application/json",
190
198
  requestType: "json",
191
199
  body: serializers.GroupCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -261,7 +269,7 @@ class Groups {
261
269
  method: "GET",
262
270
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
263
271
  ? yield core.Supplier.get(this._options.project)
264
- : 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),
272
+ : 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),
265
273
  contentType: "application/json",
266
274
  requestType: "json",
267
275
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -337,7 +345,7 @@ class Groups {
337
345
  method: "GET",
338
346
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
339
347
  ? yield core.Supplier.get(this._options.project)
340
- : 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),
348
+ : 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),
341
349
  contentType: "application/json",
342
350
  requestType: "json",
343
351
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -413,7 +421,7 @@ class Groups {
413
421
  method: "DELETE",
414
422
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
415
423
  ? yield core.Supplier.get(this._options.project)
416
- : 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),
424
+ : 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),
417
425
  contentType: "application/json",
418
426
  requestType: "json",
419
427
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -481,7 +489,7 @@ class Groups {
481
489
  method: "PATCH",
482
490
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
483
491
  ? yield core.Supplier.get(this._options.project)
484
- : 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),
492
+ : 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),
485
493
  contentType: "application/json",
486
494
  requestType: "json",
487
495
  body: serializers.GroupUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -12,17 +12,25 @@ export interface GroupsListRequest {
12
12
  */
13
13
  managerType?: Letta.ManagerType;
14
14
  /**
15
- * Cursor for pagination
15
+ * Group ID cursor for pagination. Returns groups that come before this group ID in the specified sort order
16
16
  */
17
17
  before?: string;
18
18
  /**
19
- * Cursor for pagination
19
+ * Group ID cursor for pagination. Returns groups that come after this group ID in the specified sort order
20
20
  */
21
21
  after?: string;
22
22
  /**
23
- * Limit for pagination
23
+ * Maximum number of groups to return
24
24
  */
25
25
  limit?: number;
26
+ /**
27
+ * Sort order for groups by creation time. 'asc' for oldest first, 'desc' for newest first
28
+ */
29
+ order?: Letta.GroupsListRequestOrder;
30
+ /**
31
+ * Field to sort by
32
+ */
33
+ orderBy?: "created_at";
26
34
  /**
27
35
  * Search groups by project id
28
36
  */
@@ -102,7 +102,7 @@ class Messages {
102
102
  method: "GET",
103
103
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
104
104
  ? yield core.Supplier.get(this._options.project)
105
- : 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),
105
+ : 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),
106
106
  contentType: "application/json",
107
107
  queryParameters: _queryParams,
108
108
  requestType: "json",
@@ -189,7 +189,7 @@ class Messages {
189
189
  method: "POST",
190
190
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
191
191
  ? yield core.Supplier.get(this._options.project)
192
- : 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),
192
+ : 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),
193
193
  contentType: "application/json",
194
194
  requestType: "json",
195
195
  body: serializers.LettaRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -260,7 +260,7 @@ class Messages {
260
260
  method: "POST",
261
261
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
262
262
  ? yield core.Supplier.get(this._options.project)
263
- : 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),
263
+ : 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),
264
264
  contentType: "application/json",
265
265
  requestType: "json",
266
266
  body: serializers.LettaStreamingRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -352,7 +352,7 @@ class Messages {
352
352
  method: "PATCH",
353
353
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
354
354
  ? yield core.Supplier.get(this._options.project)
355
- : 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),
355
+ : 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),
356
356
  contentType: "application/json",
357
357
  requestType: "json",
358
358
  body: serializers.groups.MessagesModifyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -429,7 +429,7 @@ class Messages {
429
429
  method: "PATCH",
430
430
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
431
431
  ? yield core.Supplier.get(this._options.project)
432
- : 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),
432
+ : 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),
433
433
  contentType: "application/json",
434
434
  requestType: "json",
435
435
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Sort order for groups by creation time. 'asc' for oldest first, 'desc' for newest first
6
+ */
7
+ export type GroupsListRequestOrder = "asc" | "desc";
8
+ export declare const GroupsListRequestOrder: {
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.GroupsListRequestOrder = void 0;
7
+ exports.GroupsListRequestOrder = {
8
+ Asc: "asc",
9
+ Desc: "desc",
10
+ };
@@ -1,2 +1,3 @@
1
+ export * from "./GroupsListRequestOrder";
1
2
  export * from "./GroupCreateManagerConfig";
2
3
  export * from "./GroupUpdateManagerConfig";
@@ -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("./GroupsListRequestOrder"), exports);
17
18
  __exportStar(require("./GroupCreateManagerConfig"), exports);
18
19
  __exportStar(require("./GroupUpdateManagerConfig"), exports);
@@ -75,7 +75,7 @@ class Health {
75
75
  method: "GET",
76
76
  headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
77
77
  ? yield core.Supplier.get(this._options.project)
78
- : 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),
78
+ : 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),
79
79
  contentType: "application/json",
80
80
  requestType: "json",
81
81
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,