@letta-ai/letta-client 0.0.68646 → 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 (342) hide show
  1. package/api/resources/agents/client/Client.d.ts +2 -2
  2. package/api/resources/agents/client/Client.js +23 -13
  3. package/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  4. package/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  5. package/api/resources/agents/client/requests/index.d.ts +1 -1
  6. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  7. package/api/resources/agents/resources/context/client/Client.js +1 -1
  8. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  9. package/api/resources/agents/resources/files/client/Client.js +4 -4
  10. package/api/resources/agents/resources/folders/client/Client.js +3 -3
  11. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  12. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  13. package/api/resources/agents/resources/messages/client/Client.js +9 -9
  14. package/api/resources/agents/resources/passages/client/Client.js +5 -5
  15. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  16. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  17. package/api/resources/agents/resources/tools/client/Client.js +4 -4
  18. package/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  19. package/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  20. package/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  21. package/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  22. package/api/resources/agents/types/index.d.ts +2 -0
  23. package/api/resources/agents/types/index.js +2 -0
  24. package/api/resources/batches/client/Client.js +4 -4
  25. package/api/resources/batches/resources/messages/client/Client.js +1 -1
  26. package/api/resources/blocks/client/Client.js +16 -8
  27. package/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  28. package/api/resources/blocks/index.d.ts +1 -0
  29. package/api/resources/blocks/index.js +1 -0
  30. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  31. package/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  32. package/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  33. package/api/resources/blocks/types/index.d.ts +1 -0
  34. package/api/resources/blocks/types/index.js +17 -0
  35. package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  36. package/api/resources/folders/client/Client.d.ts +2 -1
  37. package/api/resources/folders/client/Client.js +34 -13
  38. package/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  39. package/api/resources/folders/client/requests/index.d.ts +1 -0
  40. package/api/resources/folders/index.d.ts +1 -0
  41. package/api/resources/folders/index.js +1 -0
  42. package/api/resources/folders/resources/files/client/Client.js +3 -3
  43. package/api/resources/folders/resources/passages/client/Client.js +1 -1
  44. package/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  45. package/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  46. package/api/resources/folders/types/index.d.ts +1 -0
  47. package/api/resources/folders/types/index.js +17 -0
  48. package/api/resources/groups/client/Client.js +15 -7
  49. package/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  50. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  51. package/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  52. package/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  53. package/api/resources/groups/types/index.d.ts +1 -0
  54. package/api/resources/groups/types/index.js +1 -0
  55. package/api/resources/health/client/Client.js +1 -1
  56. package/api/resources/identities/client/Client.js +16 -8
  57. package/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  58. package/api/resources/identities/index.d.ts +1 -0
  59. package/api/resources/identities/index.js +1 -0
  60. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  61. package/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  62. package/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  63. package/api/resources/identities/types/index.d.ts +1 -0
  64. package/api/resources/identities/types/index.js +17 -0
  65. package/api/resources/index.d.ts +8 -4
  66. package/api/resources/index.js +9 -5
  67. package/api/resources/jobs/client/Client.js +5 -5
  68. package/api/resources/models/client/Client.js +2 -2
  69. package/api/resources/models/resources/embeddings/client/Client.js +1 -1
  70. package/api/resources/projects/client/Client.js +1 -1
  71. package/api/resources/providers/client/Client.js +23 -12
  72. package/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  73. package/api/resources/providers/index.d.ts +1 -0
  74. package/api/resources/providers/index.js +1 -0
  75. package/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  76. package/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  77. package/api/resources/providers/types/index.d.ts +1 -0
  78. package/api/resources/providers/types/index.js +17 -0
  79. package/api/resources/runs/client/Client.js +5 -5
  80. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  81. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  82. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  83. package/api/resources/sources/client/Client.js +10 -10
  84. package/api/resources/sources/resources/files/client/Client.js +3 -3
  85. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  86. package/api/resources/steps/client/Client.d.ts +0 -1
  87. package/api/resources/steps/client/Client.js +9 -5
  88. package/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  89. package/api/resources/steps/resources/feedback/client/Client.js +1 -1
  90. package/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  91. package/api/resources/steps/resources/metrics/client/Client.js +1 -1
  92. package/api/resources/steps/resources/trace/client/Client.js +1 -1
  93. package/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  94. package/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  95. package/api/resources/steps/types/index.d.ts +1 -0
  96. package/api/resources/steps/types/index.js +1 -0
  97. package/api/resources/tags/client/Client.d.ts +1 -1
  98. package/api/resources/tags/client/Client.js +2 -2
  99. package/api/resources/telemetry/client/Client.js +1 -1
  100. package/api/resources/templates/client/Client.js +9 -9
  101. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  102. package/api/resources/tools/client/Client.d.ts +1 -1
  103. package/api/resources/tools/client/Client.js +33 -22
  104. package/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  105. package/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  106. package/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  107. package/api/resources/tools/types/index.d.ts +1 -0
  108. package/api/resources/tools/types/index.js +1 -0
  109. package/api/resources/voice/client/Client.js +1 -1
  110. package/{dist/api/types/BodyExportAgentSerialized.d.ts → api/types/BodyExportAgent.d.ts} +1 -1
  111. package/api/types/DeploymentEntity.d.ts +2 -0
  112. package/api/types/index.d.ts +1 -1
  113. package/api/types/index.js +1 -1
  114. package/dist/api/resources/agents/client/Client.d.ts +2 -2
  115. package/dist/api/resources/agents/client/Client.js +23 -13
  116. package/dist/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
  117. package/dist/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
  118. package/dist/api/resources/agents/client/requests/index.d.ts +1 -1
  119. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  120. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  121. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  122. package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
  123. package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
  124. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  125. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  126. package/dist/api/resources/agents/resources/messages/client/Client.js +9 -9
  127. package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
  128. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  129. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  130. package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
  131. package/dist/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
  132. package/dist/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
  133. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
  134. package/dist/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
  135. package/dist/api/resources/agents/types/index.d.ts +2 -0
  136. package/dist/api/resources/agents/types/index.js +2 -0
  137. package/dist/api/resources/batches/client/Client.js +4 -4
  138. package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
  139. package/dist/api/resources/blocks/client/Client.js +16 -8
  140. package/dist/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
  141. package/dist/api/resources/blocks/index.d.ts +1 -0
  142. package/dist/api/resources/blocks/index.js +1 -0
  143. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  144. package/dist/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
  145. package/dist/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
  146. package/dist/api/resources/blocks/types/index.d.ts +1 -0
  147. package/dist/api/resources/blocks/types/index.js +17 -0
  148. package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
  149. package/dist/api/resources/folders/client/Client.d.ts +2 -1
  150. package/dist/api/resources/folders/client/Client.js +34 -13
  151. package/dist/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
  152. package/dist/api/resources/folders/client/requests/FoldersListRequest.js +5 -0
  153. package/dist/api/resources/folders/client/requests/index.d.ts +1 -0
  154. package/dist/api/resources/folders/index.d.ts +1 -0
  155. package/dist/api/resources/folders/index.js +1 -0
  156. package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
  157. package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
  158. package/dist/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
  159. package/dist/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
  160. package/dist/api/resources/folders/types/index.d.ts +1 -0
  161. package/dist/api/resources/folders/types/index.js +17 -0
  162. package/dist/api/resources/groups/client/Client.js +15 -7
  163. package/dist/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
  164. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  165. package/dist/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
  166. package/dist/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
  167. package/dist/api/resources/groups/types/index.d.ts +1 -0
  168. package/dist/api/resources/groups/types/index.js +1 -0
  169. package/dist/api/resources/health/client/Client.js +1 -1
  170. package/dist/api/resources/identities/client/Client.js +16 -8
  171. package/dist/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
  172. package/dist/api/resources/identities/index.d.ts +1 -0
  173. package/dist/api/resources/identities/index.js +1 -0
  174. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  175. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
  176. package/dist/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
  177. package/dist/api/resources/identities/types/index.d.ts +1 -0
  178. package/dist/api/resources/identities/types/index.js +17 -0
  179. package/dist/api/resources/index.d.ts +8 -4
  180. package/dist/api/resources/index.js +9 -5
  181. package/dist/api/resources/jobs/client/Client.js +5 -5
  182. package/dist/api/resources/models/client/Client.js +2 -2
  183. package/dist/api/resources/models/resources/embeddings/client/Client.js +1 -1
  184. package/dist/api/resources/projects/client/Client.js +1 -1
  185. package/dist/api/resources/providers/client/Client.js +23 -12
  186. package/dist/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
  187. package/dist/api/resources/providers/index.d.ts +1 -0
  188. package/dist/api/resources/providers/index.js +1 -0
  189. package/dist/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
  190. package/dist/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
  191. package/dist/api/resources/providers/types/index.d.ts +1 -0
  192. package/dist/api/resources/providers/types/index.js +17 -0
  193. package/dist/api/resources/runs/client/Client.js +5 -5
  194. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  195. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  196. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  197. package/dist/api/resources/sources/client/Client.js +10 -10
  198. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  199. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  200. package/dist/api/resources/steps/client/Client.d.ts +0 -1
  201. package/dist/api/resources/steps/client/Client.js +9 -5
  202. package/dist/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
  203. package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
  204. package/dist/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
  205. package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
  206. package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
  207. package/dist/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
  208. package/dist/api/resources/steps/types/StepsListRequestOrder.js +10 -0
  209. package/dist/api/resources/steps/types/index.d.ts +1 -0
  210. package/dist/api/resources/steps/types/index.js +1 -0
  211. package/dist/api/resources/tags/client/Client.d.ts +1 -1
  212. package/dist/api/resources/tags/client/Client.js +2 -2
  213. package/dist/api/resources/telemetry/client/Client.js +1 -1
  214. package/dist/api/resources/templates/client/Client.js +9 -9
  215. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  216. package/dist/api/resources/tools/client/Client.d.ts +1 -1
  217. package/dist/api/resources/tools/client/Client.js +33 -22
  218. package/dist/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
  219. package/dist/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
  220. package/dist/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
  221. package/dist/api/resources/tools/types/index.d.ts +1 -0
  222. package/dist/api/resources/tools/types/index.js +1 -0
  223. package/dist/api/resources/voice/client/Client.js +1 -1
  224. package/{api/types/BodyExportAgentSerialized.d.ts → dist/api/types/BodyExportAgent.d.ts} +1 -1
  225. package/dist/api/types/BodyExportAgent.js +5 -0
  226. package/dist/api/types/DeploymentEntity.d.ts +2 -0
  227. package/dist/api/types/index.d.ts +1 -1
  228. package/dist/api/types/index.js +1 -1
  229. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  230. package/dist/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  231. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  232. package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  233. package/dist/serialization/resources/agents/types/index.d.ts +2 -0
  234. package/dist/serialization/resources/agents/types/index.js +2 -0
  235. package/dist/serialization/resources/blocks/index.d.ts +1 -0
  236. package/dist/serialization/resources/blocks/index.js +1 -0
  237. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  238. package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  239. package/dist/serialization/resources/blocks/types/index.d.ts +1 -0
  240. package/dist/serialization/resources/blocks/types/index.js +17 -0
  241. package/dist/serialization/resources/folders/index.d.ts +1 -0
  242. package/dist/serialization/resources/folders/index.js +1 -0
  243. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  244. package/dist/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  245. package/dist/serialization/resources/folders/types/index.d.ts +1 -0
  246. package/dist/serialization/resources/folders/types/index.js +17 -0
  247. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  248. package/dist/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  249. package/dist/serialization/resources/groups/types/index.d.ts +1 -0
  250. package/dist/serialization/resources/groups/types/index.js +1 -0
  251. package/dist/serialization/resources/identities/index.d.ts +1 -0
  252. package/dist/serialization/resources/identities/index.js +1 -0
  253. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  254. package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  255. package/dist/serialization/resources/identities/types/index.d.ts +1 -0
  256. package/dist/serialization/resources/identities/types/index.js +17 -0
  257. package/dist/serialization/resources/index.d.ts +8 -4
  258. package/dist/serialization/resources/index.js +9 -5
  259. package/dist/serialization/resources/providers/index.d.ts +1 -0
  260. package/dist/serialization/resources/providers/index.js +1 -0
  261. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  262. package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  263. package/dist/serialization/resources/providers/types/index.d.ts +1 -0
  264. package/dist/serialization/resources/providers/types/index.js +17 -0
  265. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  266. package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  267. package/dist/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  268. package/dist/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  269. package/dist/serialization/resources/steps/types/index.d.ts +1 -0
  270. package/dist/serialization/resources/steps/types/index.js +1 -0
  271. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  272. package/dist/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  273. package/dist/serialization/resources/tools/types/index.d.ts +1 -0
  274. package/dist/serialization/resources/tools/types/index.js +1 -0
  275. package/dist/serialization/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +2 -2
  276. package/dist/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  277. package/dist/serialization/types/DeploymentEntity.d.ts +2 -0
  278. package/dist/serialization/types/DeploymentEntity.js +2 -0
  279. package/dist/serialization/types/index.d.ts +1 -1
  280. package/dist/serialization/types/index.js +1 -1
  281. package/dist/version.d.ts +1 -1
  282. package/dist/version.js +1 -1
  283. package/package.json +1 -1
  284. package/reference.md +12 -5
  285. package/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
  286. package/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
  287. package/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
  288. package/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
  289. package/serialization/resources/agents/types/index.d.ts +2 -0
  290. package/serialization/resources/agents/types/index.js +2 -0
  291. package/serialization/resources/blocks/index.d.ts +1 -0
  292. package/serialization/resources/blocks/index.js +1 -0
  293. package/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
  294. package/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
  295. package/serialization/resources/blocks/types/index.d.ts +1 -0
  296. package/serialization/resources/blocks/types/index.js +17 -0
  297. package/serialization/resources/folders/index.d.ts +1 -0
  298. package/serialization/resources/folders/index.js +1 -0
  299. package/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
  300. package/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
  301. package/serialization/resources/folders/types/index.d.ts +1 -0
  302. package/serialization/resources/folders/types/index.js +17 -0
  303. package/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
  304. package/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
  305. package/serialization/resources/groups/types/index.d.ts +1 -0
  306. package/serialization/resources/groups/types/index.js +1 -0
  307. package/serialization/resources/identities/index.d.ts +1 -0
  308. package/serialization/resources/identities/index.js +1 -0
  309. package/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
  310. package/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
  311. package/serialization/resources/identities/types/index.d.ts +1 -0
  312. package/serialization/resources/identities/types/index.js +17 -0
  313. package/serialization/resources/index.d.ts +8 -4
  314. package/serialization/resources/index.js +9 -5
  315. package/serialization/resources/providers/index.d.ts +1 -0
  316. package/serialization/resources/providers/index.js +1 -0
  317. package/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
  318. package/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
  319. package/serialization/resources/providers/types/index.d.ts +1 -0
  320. package/serialization/resources/providers/types/index.js +17 -0
  321. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
  322. package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
  323. package/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
  324. package/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
  325. package/serialization/resources/steps/types/index.d.ts +1 -0
  326. package/serialization/resources/steps/types/index.js +1 -0
  327. package/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
  328. package/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
  329. package/serialization/resources/tools/types/index.d.ts +1 -0
  330. package/serialization/resources/tools/types/index.js +1 -0
  331. package/serialization/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +2 -2
  332. package/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
  333. package/serialization/types/DeploymentEntity.d.ts +2 -0
  334. package/serialization/types/DeploymentEntity.js +2 -0
  335. package/serialization/types/index.d.ts +1 -1
  336. package/serialization/types/index.js +1 -1
  337. package/version.d.ts +1 -1
  338. package/version.js +1 -1
  339. /package/api/resources/agents/client/requests/{BodyImportAgentSerialized.js → BodyImportAgent.js} +0 -0
  340. /package/api/{types/BodyExportAgentSerialized.js → resources/folders/client/requests/FoldersListRequest.js} +0 -0
  341. /package/{dist/api/resources/agents/client/requests/BodyImportAgentSerialized.js → api/types/BodyExportAgent.js} +0 -0
  342. /package/dist/api/{types/BodyExportAgentSerialized.js → resources/agents/client/requests/BodyImportAgent.js} +0 -0
@@ -41,4 +41,5 @@ const core = __importStar(require("../../../../../../../core"));
41
41
  const FeedbackType_1 = require("../../../../../../types/FeedbackType");
42
42
  exports.AddFeedbackRequest = core.serialization.object({
43
43
  feedback: FeedbackType_1.FeedbackType.optional(),
44
+ tags: core.serialization.list(core.serialization.string()).optional(),
44
45
  });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const StepsListRequestOrder: core.serialization.Schema<serializers.StepsListRequestOrder.Raw, Letta.StepsListRequestOrder>;
8
+ export declare namespace StepsListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.StepsListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.StepsListRequestOrder = core.serialization.enum_(["asc", "desc"]);
@@ -1 +1,2 @@
1
+ export * from "./StepsListRequestOrder";
1
2
  export * from "./StepsListRequestFeedback";
@@ -14,4 +14,5 @@ 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("./StepsListRequestOrder"), exports);
17
18
  __exportStar(require("./StepsListRequestFeedback"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const ToolsListRequestOrder: core.serialization.Schema<serializers.ToolsListRequestOrder.Raw, Letta.ToolsListRequestOrder>;
8
+ export declare namespace ToolsListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ToolsListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.ToolsListRequestOrder = core.serialization.enum_(["asc", "desc"]);
@@ -1,3 +1,4 @@
1
+ export * from "./ToolsListRequestOrder";
1
2
  export * from "./ListMcpServersResponseValue";
2
3
  export * from "./AddMcpServerRequest";
3
4
  export * from "./AddMcpServerResponseItem";
@@ -14,6 +14,7 @@ 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("./ToolsListRequestOrder"), exports);
17
18
  __exportStar(require("./ListMcpServersResponseValue"), exports);
18
19
  __exportStar(require("./AddMcpServerRequest"), exports);
19
20
  __exportStar(require("./AddMcpServerResponseItem"), exports);
@@ -6,8 +6,8 @@ import * as Letta from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { AgentFileSchema } from "./AgentFileSchema";
8
8
  import { LettaSerializeSchemasPydanticAgentSchemaAgentSchema } from "./LettaSerializeSchemasPydanticAgentSchemaAgentSchema";
9
- export declare const BodyExportAgentSerialized: core.serialization.ObjectSchema<serializers.BodyExportAgentSerialized.Raw, Letta.BodyExportAgentSerialized>;
10
- export declare namespace BodyExportAgentSerialized {
9
+ export declare const BodyExportAgent: core.serialization.ObjectSchema<serializers.BodyExportAgent.Raw, Letta.BodyExportAgent>;
10
+ export declare namespace BodyExportAgent {
11
11
  interface Raw {
12
12
  spec?: AgentFileSchema.Raw | null;
13
13
  legacy_spec?: LettaSerializeSchemasPydanticAgentSchemaAgentSchema.Raw | null;
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.BodyExportAgentSerialized = void 0;
39
+ exports.BodyExportAgent = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const AgentFileSchema_1 = require("./AgentFileSchema");
42
42
  const LettaSerializeSchemasPydanticAgentSchemaAgentSchema_1 = require("./LettaSerializeSchemasPydanticAgentSchemaAgentSchema");
43
- exports.BodyExportAgentSerialized = core.serialization.object({
43
+ exports.BodyExportAgent = core.serialization.object({
44
44
  spec: AgentFileSchema_1.AgentFileSchema.optional(),
45
45
  legacySpec: core.serialization.property("legacy_spec", LettaSerializeSchemasPydanticAgentSchemaAgentSchema_1.LettaSerializeSchemasPydanticAgentSchemaAgentSchema.optional()),
46
46
  });
@@ -11,5 +11,7 @@ export declare namespace DeploymentEntity {
11
11
  type: string;
12
12
  name?: string | null;
13
13
  description?: string | null;
14
+ entity_id?: string | null;
15
+ project_id?: string | null;
14
16
  }
15
17
  }
@@ -43,4 +43,6 @@ exports.DeploymentEntity = core.serialization.object({
43
43
  type: core.serialization.string(),
44
44
  name: core.serialization.string().optional(),
45
45
  description: core.serialization.string().optional(),
46
+ entityId: core.serialization.property("entity_id", core.serialization.string().optional()),
47
+ projectId: core.serialization.property("project_id", core.serialization.string().optional()),
46
48
  });
@@ -33,7 +33,7 @@ export * from "./BatchJob";
33
33
  export * from "./Block";
34
34
  export * from "./BlockSchema";
35
35
  export * from "./BlockUpdate";
36
- export * from "./BodyExportAgentSerialized";
36
+ export * from "./BodyExportAgent";
37
37
  export * from "./ChatCompletionAllowedToolChoiceParam";
38
38
  export * from "./ChatCompletionAllowedToolsParamMode";
39
39
  export * from "./ChatCompletionAllowedToolsParam";
@@ -49,7 +49,7 @@ __exportStar(require("./BatchJob"), exports);
49
49
  __exportStar(require("./Block"), exports);
50
50
  __exportStar(require("./BlockSchema"), exports);
51
51
  __exportStar(require("./BlockUpdate"), exports);
52
- __exportStar(require("./BodyExportAgentSerialized"), exports);
52
+ __exportStar(require("./BodyExportAgent"), exports);
53
53
  __exportStar(require("./ChatCompletionAllowedToolChoiceParam"), exports);
54
54
  __exportStar(require("./ChatCompletionAllowedToolsParamMode"), exports);
55
55
  __exportStar(require("./ChatCompletionAllowedToolsParam"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.68646";
1
+ export declare const SDK_VERSION = "0.0.68647";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.0.68646";
4
+ exports.SDK_VERSION = "0.0.68647";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-client",
3
- "version": "0.0.68646",
3
+ "version": "0.0.68647",
4
4
  "private": false,
5
5
  "repository": "https://github.com/letta-ai/letta-node",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -274,7 +274,7 @@ await client.tools.count();
274
274
  <dl>
275
275
  <dd>
276
276
 
277
- Get a list of all tools available to agents belonging to the org of the user
277
+ Get a list of all tools available to agents.
278
278
 
279
279
  </dd>
280
280
  </dl>
@@ -2338,7 +2338,7 @@ await client.folders.getFoldersMetadata();
2338
2338
  </dl>
2339
2339
  </details>
2340
2340
 
2341
- <details><summary><code>client.folders.<a href="/src/api/resources/folders/client/Client.ts">list</a>() -> Letta.Folder[]</code></summary>
2341
+ <details><summary><code>client.folders.<a href="/src/api/resources/folders/client/Client.ts">list</a>({ ...params }) -> Letta.Folder[]</code></summary>
2342
2342
  <dl>
2343
2343
  <dd>
2344
2344
 
@@ -2382,6 +2382,14 @@ await client.folders.list();
2382
2382
  <dl>
2383
2383
  <dd>
2384
2384
 
2385
+ **request:** `Letta.FoldersListRequest`
2386
+
2387
+ </dd>
2388
+ </dl>
2389
+
2390
+ <dl>
2391
+ <dd>
2392
+
2385
2393
  **requestOptions:** `Folders.RequestOptions`
2386
2394
 
2387
2395
  </dd>
@@ -2835,7 +2843,7 @@ await client.agents.importFile(fs.createReadStream("/path/to/your/file"), {});
2835
2843
  <dl>
2836
2844
  <dd>
2837
2845
 
2838
- **request:** `Letta.BodyImportAgentSerialized`
2846
+ **request:** `Letta.BodyImportAgent`
2839
2847
 
2840
2848
  </dd>
2841
2849
  </dl>
@@ -5412,7 +5420,6 @@ for await (const item of response) {
5412
5420
  <dd>
5413
5421
 
5414
5422
  List steps with optional pagination and date filters.
5415
- Dates should be provided in ISO 8601 format (e.g. 2025-01-29T15:01:19-08:00)
5416
5423
 
5417
5424
  </dd>
5418
5425
  </dl>
@@ -5540,7 +5547,7 @@ await client.steps.retrieve("step_id");
5540
5547
  <dl>
5541
5548
  <dd>
5542
5549
 
5543
- Get a list of all agent tags in the database.
5550
+ Get the list of all agent tags that have been created.
5544
5551
 
5545
5552
  </dd>
5546
5553
  </dl>
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const AgentsListRequestOrder: core.serialization.Schema<serializers.AgentsListRequestOrder.Raw, Letta.AgentsListRequestOrder>;
8
+ export declare namespace AgentsListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentsListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.AgentsListRequestOrder = core.serialization.enum_(["asc", "desc"]);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const AgentsListRequestOrderBy: core.serialization.Schema<serializers.AgentsListRequestOrderBy.Raw, Letta.AgentsListRequestOrderBy>;
8
+ export declare namespace AgentsListRequestOrderBy {
9
+ type Raw = "created_at" | "last_run_completion";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.AgentsListRequestOrderBy = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.AgentsListRequestOrderBy = core.serialization.enum_(["created_at", "last_run_completion"]);
@@ -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);
@@ -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);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const BlocksListRequestOrder: core.serialization.Schema<serializers.BlocksListRequestOrder.Raw, Letta.BlocksListRequestOrder>;
8
+ export declare namespace BlocksListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.BlocksListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.BlocksListRequestOrder = core.serialization.enum_(["asc", "desc"]);
@@ -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);
@@ -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);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const FoldersListRequestOrder: core.serialization.Schema<serializers.FoldersListRequestOrder.Raw, Letta.FoldersListRequestOrder>;
8
+ export declare namespace FoldersListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.FoldersListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.FoldersListRequestOrder = core.serialization.enum_(["asc", "desc"]);
@@ -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);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as Letta from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ export declare const GroupsListRequestOrder: core.serialization.Schema<serializers.GroupsListRequestOrder.Raw, Letta.GroupsListRequestOrder>;
8
+ export declare namespace GroupsListRequestOrder {
9
+ type Raw = "asc" | "desc";
10
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.GroupsListRequestOrder = void 0;
40
+ const core = __importStar(require("../../../../core"));
41
+ exports.GroupsListRequestOrder = core.serialization.enum_(["asc", "desc"]);