@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.
- package/Client.d.ts +0 -3
- package/Client.js +26 -31
- package/api/resources/agents/client/Client.d.ts +2 -2
- package/api/resources/agents/client/Client.js +23 -13
- package/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
- package/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
- package/api/resources/agents/client/requests/index.d.ts +1 -1
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/files/client/Client.js +4 -4
- package/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +9 -9
- package/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
- package/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
- package/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
- package/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
- package/api/resources/agents/types/index.d.ts +2 -0
- package/api/resources/agents/types/index.js +2 -0
- package/api/resources/batches/client/Client.js +4 -4
- package/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/api/resources/blocks/client/Client.js +16 -8
- package/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
- package/api/resources/blocks/index.d.ts +1 -0
- package/api/resources/blocks/index.js +1 -0
- package/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
- package/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
- package/api/resources/blocks/types/index.d.ts +1 -0
- package/api/resources/blocks/types/index.js +17 -0
- package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/api/resources/folders/client/Client.d.ts +2 -1
- package/api/resources/folders/client/Client.js +34 -13
- package/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
- package/api/resources/folders/client/requests/index.d.ts +1 -0
- package/api/resources/folders/index.d.ts +1 -0
- package/api/resources/folders/index.js +1 -0
- package/api/resources/folders/resources/files/client/Client.js +3 -3
- package/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
- package/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
- package/api/resources/folders/types/index.d.ts +1 -0
- package/api/resources/folders/types/index.js +17 -0
- package/api/resources/groups/client/Client.js +15 -7
- package/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
- package/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
- package/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
- package/api/resources/groups/types/index.d.ts +1 -0
- package/api/resources/groups/types/index.js +1 -0
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +16 -8
- package/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
- package/api/resources/identities/index.d.ts +1 -0
- package/api/resources/identities/index.js +1 -0
- package/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
- package/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
- package/api/resources/identities/types/index.d.ts +1 -0
- package/api/resources/identities/types/index.js +17 -0
- package/api/resources/index.d.ts +8 -5
- package/api/resources/index.js +9 -6
- package/api/resources/jobs/client/Client.js +5 -5
- package/api/resources/models/client/Client.d.ts +3 -0
- package/api/resources/models/client/Client.js +7 -2
- package/api/resources/models/index.d.ts +1 -0
- package/api/resources/models/index.js +1 -0
- package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
- package/{dist/api/resources/embeddingModels → api/resources/models/resources/embeddings}/client/Client.js +12 -12
- package/api/resources/models/resources/index.d.ts +1 -0
- package/api/resources/models/resources/index.js +37 -0
- package/api/resources/projects/client/Client.js +1 -1
- package/api/resources/providers/client/Client.js +23 -12
- package/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
- package/api/resources/providers/index.d.ts +1 -0
- package/api/resources/providers/index.js +1 -0
- package/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
- package/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
- package/api/resources/providers/types/index.d.ts +1 -0
- package/api/resources/providers/types/index.js +17 -0
- package/api/resources/runs/client/Client.js +5 -5
- package/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/api/resources/sources/client/Client.js +10 -10
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.d.ts +0 -1
- package/api/resources/steps/client/Client.js +9 -5
- package/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
- package/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
- package/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
- package/api/resources/steps/types/StepsListRequestOrder.js +10 -0
- package/api/resources/steps/types/index.d.ts +1 -0
- package/api/resources/steps/types/index.js +1 -0
- package/api/resources/tags/client/Client.d.ts +1 -1
- package/api/resources/tags/client/Client.js +2 -2
- package/api/resources/telemetry/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +9 -9
- package/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/api/resources/tools/client/Client.d.ts +1 -1
- package/api/resources/tools/client/Client.js +33 -22
- package/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
- package/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
- package/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
- package/api/resources/tools/types/index.d.ts +1 -0
- package/api/resources/tools/types/index.js +1 -0
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
- package/api/types/DeploymentEntity.d.ts +2 -0
- package/api/types/index.d.ts +1 -1
- package/api/types/index.js +1 -1
- package/dist/Client.d.ts +0 -3
- package/dist/Client.js +26 -31
- package/dist/api/resources/agents/client/Client.d.ts +2 -2
- package/dist/api/resources/agents/client/Client.js +23 -13
- package/dist/api/resources/agents/client/requests/AgentsListRequest.d.ts +9 -0
- package/dist/api/resources/agents/client/requests/{BodyImportAgentSerialized.d.ts → BodyImportAgent.d.ts} +1 -1
- package/dist/api/resources/agents/client/requests/index.d.ts +1 -1
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
- package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +9 -9
- package/dist/api/resources/agents/resources/passages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +4 -4
- package/dist/api/resources/agents/types/AgentsListRequestOrder.d.ts +11 -0
- package/dist/api/resources/agents/types/AgentsListRequestOrder.js +10 -0
- package/dist/api/resources/agents/types/AgentsListRequestOrderBy.d.ts +11 -0
- package/dist/api/resources/agents/types/AgentsListRequestOrderBy.js +10 -0
- package/dist/api/resources/agents/types/index.d.ts +2 -0
- package/dist/api/resources/agents/types/index.js +2 -0
- package/dist/api/resources/batches/client/Client.js +4 -4
- package/dist/api/resources/batches/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/blocks/client/Client.js +16 -8
- package/dist/api/resources/blocks/client/requests/BlocksListRequest.d.ts +11 -2
- package/dist/api/resources/blocks/index.d.ts +1 -0
- package/dist/api/resources/blocks/index.js +1 -0
- package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/blocks/types/BlocksListRequestOrder.d.ts +11 -0
- package/dist/api/resources/blocks/types/BlocksListRequestOrder.js +10 -0
- package/dist/api/resources/blocks/types/index.d.ts +1 -0
- package/dist/api/resources/blocks/types/index.js +17 -0
- package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/dist/api/resources/folders/client/Client.d.ts +2 -1
- package/dist/api/resources/folders/client/Client.js +34 -13
- package/dist/api/resources/folders/client/requests/FoldersListRequest.d.ts +30 -0
- package/dist/api/resources/folders/client/requests/FoldersListRequest.js +5 -0
- package/dist/api/resources/folders/client/requests/index.d.ts +1 -0
- package/dist/api/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/folders/index.js +1 -0
- package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
- package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/folders/types/FoldersListRequestOrder.d.ts +11 -0
- package/dist/api/resources/folders/types/FoldersListRequestOrder.js +10 -0
- package/dist/api/resources/folders/types/index.d.ts +1 -0
- package/dist/api/resources/folders/types/index.js +17 -0
- package/dist/api/resources/groups/client/Client.js +15 -7
- package/dist/api/resources/groups/client/requests/GroupsListRequest.d.ts +11 -3
- package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/groups/types/GroupsListRequestOrder.d.ts +11 -0
- package/dist/api/resources/groups/types/GroupsListRequestOrder.js +10 -0
- package/dist/api/resources/groups/types/index.d.ts +1 -0
- package/dist/api/resources/groups/types/index.js +1 -0
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +16 -8
- package/dist/api/resources/identities/client/requests/IdentitiesListRequest.d.ts +17 -0
- package/dist/api/resources/identities/index.d.ts +1 -0
- package/dist/api/resources/identities/index.js +1 -0
- package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/dist/api/resources/identities/types/IdentitiesListRequestOrder.d.ts +11 -0
- package/dist/api/resources/identities/types/IdentitiesListRequestOrder.js +10 -0
- package/dist/api/resources/identities/types/index.d.ts +1 -0
- package/dist/api/resources/identities/types/index.js +17 -0
- package/dist/api/resources/index.d.ts +8 -5
- package/dist/api/resources/index.js +9 -6
- package/dist/api/resources/jobs/client/Client.js +5 -5
- package/dist/api/resources/models/client/Client.d.ts +3 -0
- package/dist/api/resources/models/client/Client.js +7 -2
- package/dist/api/resources/models/index.d.ts +1 -0
- package/dist/api/resources/models/index.js +1 -0
- package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.d.ts +10 -10
- package/{api/resources/embeddingModels → dist/api/resources/models/resources/embeddings}/client/Client.js +12 -12
- package/dist/api/resources/models/resources/index.d.ts +1 -0
- package/dist/api/resources/models/resources/index.js +37 -0
- package/dist/api/resources/projects/client/Client.js +1 -1
- package/dist/api/resources/providers/client/Client.js +23 -12
- package/dist/api/resources/providers/client/requests/ProvidersListRequest.d.ts +26 -2
- package/dist/api/resources/providers/index.d.ts +1 -0
- package/dist/api/resources/providers/index.js +1 -0
- package/dist/api/resources/providers/types/ProvidersListRequestOrder.d.ts +11 -0
- package/dist/api/resources/providers/types/ProvidersListRequestOrder.js +10 -0
- package/dist/api/resources/providers/types/index.d.ts +1 -0
- package/dist/api/resources/providers/types/index.js +17 -0
- package/dist/api/resources/runs/client/Client.js +5 -5
- package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/sources/client/Client.js +10 -10
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.d.ts +0 -1
- package/dist/api/resources/steps/client/Client.js +9 -5
- package/dist/api/resources/steps/client/requests/StepsListRequest.d.ts +6 -2
- package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +2 -0
- package/dist/api/resources/steps/resources/metrics/client/Client.js +1 -1
- package/dist/api/resources/steps/resources/trace/client/Client.js +1 -1
- package/dist/api/resources/steps/types/StepsListRequestOrder.d.ts +11 -0
- package/dist/api/resources/steps/types/StepsListRequestOrder.js +10 -0
- package/dist/api/resources/steps/types/index.d.ts +1 -0
- package/dist/api/resources/steps/types/index.js +1 -0
- package/dist/api/resources/tags/client/Client.d.ts +1 -1
- package/dist/api/resources/tags/client/Client.js +2 -2
- package/dist/api/resources/telemetry/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +9 -9
- package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/tools/client/Client.d.ts +1 -1
- package/dist/api/resources/tools/client/Client.js +33 -22
- package/dist/api/resources/tools/client/requests/ToolsListRequest.d.ts +22 -0
- package/dist/api/resources/tools/types/ToolsListRequestOrder.d.ts +11 -0
- package/dist/api/resources/tools/types/ToolsListRequestOrder.js +10 -0
- package/dist/api/resources/tools/types/index.d.ts +1 -0
- package/dist/api/resources/tools/types/index.js +1 -0
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/{BodyExportAgentSerialized.d.ts → BodyExportAgent.d.ts} +1 -1
- package/dist/api/types/BodyExportAgent.js +5 -0
- package/dist/api/types/DeploymentEntity.d.ts +2 -0
- package/dist/api/types/index.d.ts +1 -1
- package/dist/api/types/index.js +1 -1
- package/dist/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
- package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
- package/dist/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
- package/dist/serialization/resources/agents/types/index.d.ts +2 -0
- package/dist/serialization/resources/agents/types/index.js +2 -0
- package/dist/serialization/resources/blocks/index.d.ts +1 -0
- package/dist/serialization/resources/blocks/index.js +1 -0
- package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
- package/dist/serialization/resources/blocks/types/index.d.ts +1 -0
- package/dist/serialization/resources/blocks/types/index.js +17 -0
- package/dist/serialization/resources/folders/index.d.ts +1 -0
- package/dist/serialization/resources/folders/index.js +1 -0
- package/dist/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
- package/dist/serialization/resources/folders/types/index.d.ts +1 -0
- package/dist/serialization/resources/folders/types/index.js +17 -0
- package/dist/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
- package/dist/serialization/resources/groups/types/index.d.ts +1 -0
- package/dist/serialization/resources/groups/types/index.js +1 -0
- package/dist/serialization/resources/identities/index.d.ts +1 -0
- package/dist/serialization/resources/identities/index.js +1 -0
- package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
- package/dist/serialization/resources/identities/types/index.d.ts +1 -0
- package/dist/serialization/resources/identities/types/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +8 -5
- package/dist/serialization/resources/index.js +9 -6
- package/dist/serialization/resources/models/index.d.ts +1 -0
- package/dist/serialization/resources/models/index.js +1 -0
- package/dist/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
- package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
- package/dist/serialization/resources/models/resources/index.d.ts +1 -0
- package/dist/serialization/resources/models/resources/index.js +37 -0
- package/dist/serialization/resources/providers/index.d.ts +1 -0
- package/dist/serialization/resources/providers/index.js +1 -0
- package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
- package/dist/serialization/resources/providers/types/index.d.ts +1 -0
- package/dist/serialization/resources/providers/types/index.js +17 -0
- package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
- package/dist/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
- package/dist/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
- package/dist/serialization/resources/steps/types/index.d.ts +1 -0
- package/dist/serialization/resources/steps/types/index.js +1 -0
- package/dist/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
- package/dist/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
- package/dist/serialization/resources/tools/types/index.d.ts +1 -0
- package/dist/serialization/resources/tools/types/index.js +1 -0
- package/{serialization/types/BodyExportAgentSerialized.d.ts → dist/serialization/types/BodyExportAgent.d.ts} +2 -2
- package/dist/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
- package/dist/serialization/types/DeploymentEntity.d.ts +2 -0
- package/dist/serialization/types/DeploymentEntity.js +2 -0
- package/dist/serialization/types/index.d.ts +1 -1
- package/dist/serialization/types/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +69 -62
- package/serialization/resources/agents/types/AgentsListRequestOrder.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsListRequestOrder.js +41 -0
- package/serialization/resources/agents/types/AgentsListRequestOrderBy.d.ts +10 -0
- package/serialization/resources/agents/types/AgentsListRequestOrderBy.js +41 -0
- package/serialization/resources/agents/types/index.d.ts +2 -0
- package/serialization/resources/agents/types/index.js +2 -0
- package/serialization/resources/blocks/index.d.ts +1 -0
- package/serialization/resources/blocks/index.js +1 -0
- package/serialization/resources/blocks/types/BlocksListRequestOrder.d.ts +10 -0
- package/serialization/resources/blocks/types/BlocksListRequestOrder.js +41 -0
- package/serialization/resources/blocks/types/index.d.ts +1 -0
- package/serialization/resources/blocks/types/index.js +17 -0
- package/serialization/resources/folders/index.d.ts +1 -0
- package/serialization/resources/folders/index.js +1 -0
- package/serialization/resources/folders/types/FoldersListRequestOrder.d.ts +10 -0
- package/serialization/resources/folders/types/FoldersListRequestOrder.js +41 -0
- package/serialization/resources/folders/types/index.d.ts +1 -0
- package/serialization/resources/folders/types/index.js +17 -0
- package/serialization/resources/groups/types/GroupsListRequestOrder.d.ts +10 -0
- package/serialization/resources/groups/types/GroupsListRequestOrder.js +41 -0
- package/serialization/resources/groups/types/index.d.ts +1 -0
- package/serialization/resources/groups/types/index.js +1 -0
- package/serialization/resources/identities/index.d.ts +1 -0
- package/serialization/resources/identities/index.js +1 -0
- package/serialization/resources/identities/types/IdentitiesListRequestOrder.d.ts +10 -0
- package/serialization/resources/identities/types/IdentitiesListRequestOrder.js +41 -0
- package/serialization/resources/identities/types/index.d.ts +1 -0
- package/serialization/resources/identities/types/index.js +17 -0
- package/serialization/resources/index.d.ts +8 -5
- package/serialization/resources/index.js +9 -6
- package/serialization/resources/models/index.d.ts +1 -0
- package/serialization/resources/models/index.js +1 -0
- package/serialization/resources/models/resources/embeddings/client/list.d.ts +11 -0
- package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/list.js +2 -2
- package/serialization/resources/models/resources/index.d.ts +1 -0
- package/serialization/resources/models/resources/index.js +37 -0
- package/serialization/resources/providers/index.d.ts +1 -0
- package/serialization/resources/providers/index.js +1 -0
- package/serialization/resources/providers/types/ProvidersListRequestOrder.d.ts +10 -0
- package/serialization/resources/providers/types/ProvidersListRequestOrder.js +41 -0
- package/serialization/resources/providers/types/index.d.ts +1 -0
- package/serialization/resources/providers/types/index.js +17 -0
- package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.d.ts +1 -0
- package/serialization/resources/steps/resources/feedback/client/requests/AddFeedbackRequest.js +1 -0
- package/serialization/resources/steps/types/StepsListRequestOrder.d.ts +10 -0
- package/serialization/resources/steps/types/StepsListRequestOrder.js +41 -0
- package/serialization/resources/steps/types/index.d.ts +1 -0
- package/serialization/resources/steps/types/index.js +1 -0
- package/serialization/resources/tools/types/ToolsListRequestOrder.d.ts +10 -0
- package/serialization/resources/tools/types/ToolsListRequestOrder.js +41 -0
- package/serialization/resources/tools/types/index.d.ts +1 -0
- package/serialization/resources/tools/types/index.js +1 -0
- package/{dist/serialization/types/BodyExportAgentSerialized.d.ts → serialization/types/BodyExportAgent.d.ts} +2 -2
- package/serialization/types/{BodyExportAgentSerialized.js → BodyExportAgent.js} +2 -2
- package/serialization/types/DeploymentEntity.d.ts +2 -0
- package/serialization/types/DeploymentEntity.js +2 -0
- package/serialization/types/index.d.ts +1 -1
- package/serialization/types/index.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/resources/embeddingModels/client/list.d.ts +0 -11
- package/serialization/resources/embeddingModels/client/list.d.ts +0 -11
- /package/api/resources/agents/client/requests/{BodyImportAgentSerialized.js → BodyImportAgent.js} +0 -0
- /package/api/{types/BodyExportAgentSerialized.js → resources/folders/client/requests/FoldersListRequest.js} +0 -0
- /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
- /package/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
- /package/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
- /package/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
- /package/{dist/api/resources/agents/client/requests/BodyImportAgentSerialized.js → api/types/BodyExportAgent.js} +0 -0
- /package/dist/api/{types/BodyExportAgentSerialized.js → resources/agents/client/requests/BodyImportAgent.js} +0 -0
- /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
- /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
- /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
- /package/dist/api/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
- /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
- /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
- /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
- /package/dist/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
- /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.d.ts +0 -0
- /package/serialization/resources/{embeddingModels → models/resources/embeddings}/client/index.js +0 -0
- /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.d.ts +0 -0
- /package/serialization/resources/{embeddingModels → models/resources/embeddings}/index.js +0 -0
|
@@ -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 "./
|
|
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("./
|
|
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.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.68647";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
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
|
|
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.
|
|
2846
|
+
**request:** `Letta.BodyImportAgent`
|
|
2839
2847
|
|
|
2840
2848
|
</dd>
|
|
2841
2849
|
</dl>
|
|
@@ -4079,63 +4087,6 @@ await client.models.listembeddingmodels();
|
|
|
4079
4087
|
</dl>
|
|
4080
4088
|
</details>
|
|
4081
4089
|
|
|
4082
|
-
## EmbeddingModels
|
|
4083
|
-
|
|
4084
|
-
<details><summary><code>client.embeddingModels.<a href="/src/api/resources/embeddingModels/client/Client.ts">list</a>() -> Letta.EmbeddingConfig[]</code></summary>
|
|
4085
|
-
<dl>
|
|
4086
|
-
<dd>
|
|
4087
|
-
|
|
4088
|
-
#### 📝 Description
|
|
4089
|
-
|
|
4090
|
-
<dl>
|
|
4091
|
-
<dd>
|
|
4092
|
-
|
|
4093
|
-
<dl>
|
|
4094
|
-
<dd>
|
|
4095
|
-
|
|
4096
|
-
List available embedding models using the asynchronous implementation for improved performance
|
|
4097
|
-
|
|
4098
|
-
</dd>
|
|
4099
|
-
</dl>
|
|
4100
|
-
</dd>
|
|
4101
|
-
</dl>
|
|
4102
|
-
|
|
4103
|
-
#### 🔌 Usage
|
|
4104
|
-
|
|
4105
|
-
<dl>
|
|
4106
|
-
<dd>
|
|
4107
|
-
|
|
4108
|
-
<dl>
|
|
4109
|
-
<dd>
|
|
4110
|
-
|
|
4111
|
-
```typescript
|
|
4112
|
-
await client.embeddingModels.list();
|
|
4113
|
-
```
|
|
4114
|
-
|
|
4115
|
-
</dd>
|
|
4116
|
-
</dl>
|
|
4117
|
-
</dd>
|
|
4118
|
-
</dl>
|
|
4119
|
-
|
|
4120
|
-
#### ⚙️ Parameters
|
|
4121
|
-
|
|
4122
|
-
<dl>
|
|
4123
|
-
<dd>
|
|
4124
|
-
|
|
4125
|
-
<dl>
|
|
4126
|
-
<dd>
|
|
4127
|
-
|
|
4128
|
-
**requestOptions:** `EmbeddingModels.RequestOptions`
|
|
4129
|
-
|
|
4130
|
-
</dd>
|
|
4131
|
-
</dl>
|
|
4132
|
-
</dd>
|
|
4133
|
-
</dl>
|
|
4134
|
-
|
|
4135
|
-
</dd>
|
|
4136
|
-
</dl>
|
|
4137
|
-
</details>
|
|
4138
|
-
|
|
4139
4090
|
## Blocks
|
|
4140
4091
|
|
|
4141
4092
|
<details><summary><code>client.blocks.<a href="/src/api/resources/blocks/client/Client.ts">list</a>({ ...params }) -> Letta.Block[]</code></summary>
|
|
@@ -5469,7 +5420,6 @@ for await (const item of response) {
|
|
|
5469
5420
|
<dd>
|
|
5470
5421
|
|
|
5471
5422
|
List steps with optional pagination and date filters.
|
|
5472
|
-
Dates should be provided in ISO 8601 format (e.g. 2025-01-29T15:01:19-08:00)
|
|
5473
5423
|
|
|
5474
5424
|
</dd>
|
|
5475
5425
|
</dl>
|
|
@@ -5597,7 +5547,7 @@ await client.steps.retrieve("step_id");
|
|
|
5597
5547
|
<dl>
|
|
5598
5548
|
<dd>
|
|
5599
5549
|
|
|
5600
|
-
Get
|
|
5550
|
+
Get the list of all agent tags that have been created.
|
|
5601
5551
|
|
|
5602
5552
|
</dd>
|
|
5603
5553
|
</dl>
|
|
@@ -10776,6 +10726,63 @@ await client.identities.properties.upsert("identity_id", [
|
|
|
10776
10726
|
</dl>
|
|
10777
10727
|
</details>
|
|
10778
10728
|
|
|
10729
|
+
## Models Embeddings
|
|
10730
|
+
|
|
10731
|
+
<details><summary><code>client.models.embeddings.<a href="/src/api/resources/models/resources/embeddings/client/Client.ts">list</a>() -> Letta.EmbeddingConfig[]</code></summary>
|
|
10732
|
+
<dl>
|
|
10733
|
+
<dd>
|
|
10734
|
+
|
|
10735
|
+
#### 📝 Description
|
|
10736
|
+
|
|
10737
|
+
<dl>
|
|
10738
|
+
<dd>
|
|
10739
|
+
|
|
10740
|
+
<dl>
|
|
10741
|
+
<dd>
|
|
10742
|
+
|
|
10743
|
+
List available embedding models using the asynchronous implementation for improved performance
|
|
10744
|
+
|
|
10745
|
+
</dd>
|
|
10746
|
+
</dl>
|
|
10747
|
+
</dd>
|
|
10748
|
+
</dl>
|
|
10749
|
+
|
|
10750
|
+
#### 🔌 Usage
|
|
10751
|
+
|
|
10752
|
+
<dl>
|
|
10753
|
+
<dd>
|
|
10754
|
+
|
|
10755
|
+
<dl>
|
|
10756
|
+
<dd>
|
|
10757
|
+
|
|
10758
|
+
```typescript
|
|
10759
|
+
await client.models.embeddings.list();
|
|
10760
|
+
```
|
|
10761
|
+
|
|
10762
|
+
</dd>
|
|
10763
|
+
</dl>
|
|
10764
|
+
</dd>
|
|
10765
|
+
</dl>
|
|
10766
|
+
|
|
10767
|
+
#### ⚙️ Parameters
|
|
10768
|
+
|
|
10769
|
+
<dl>
|
|
10770
|
+
<dd>
|
|
10771
|
+
|
|
10772
|
+
<dl>
|
|
10773
|
+
<dd>
|
|
10774
|
+
|
|
10775
|
+
**requestOptions:** `Embeddings.RequestOptions`
|
|
10776
|
+
|
|
10777
|
+
</dd>
|
|
10778
|
+
</dl>
|
|
10779
|
+
</dd>
|
|
10780
|
+
</dl>
|
|
10781
|
+
|
|
10782
|
+
</dd>
|
|
10783
|
+
</dl>
|
|
10784
|
+
</details>
|
|
10785
|
+
|
|
10779
10786
|
## Runs Messages
|
|
10780
10787
|
|
|
10781
10788
|
<details><summary><code>client.runs.messages.<a href="/src/api/resources/runs/resources/messages/client/Client.ts">list</a>(runId, { ...params }) -> Letta.LettaMessageUnion[]</code></summary>
|
|
@@ -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"]);
|
|
@@ -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);
|
|
@@ -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);
|
|
@@ -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"]);
|
|
@@ -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);
|
|
@@ -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 IdentitiesListRequestOrder: core.serialization.Schema<serializers.IdentitiesListRequestOrder.Raw, Letta.IdentitiesListRequestOrder>;
|
|
8
|
+
export declare namespace IdentitiesListRequestOrder {
|
|
9
|
+
type Raw = "asc" | "desc";
|
|
10
|
+
}
|