@letta-ai/letta-client 0.1.148 → 0.1.151
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/api/resources/agents/client/Client.d.ts +0 -15
- package/api/resources/agents/client/Client.js +11 -86
- package/api/resources/agents/resources/blocks/client/Client.d.ts +1 -1
- package/api/resources/agents/resources/blocks/client/Client.js +6 -6
- 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/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.d.ts +40 -0
- package/api/resources/agents/resources/messages/client/Client.js +164 -6
- package/api/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.d.ts +5 -0
- package/api/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.js +5 -0
- package/api/resources/agents/resources/messages/types/index.d.ts +1 -0
- package/api/resources/agents/resources/messages/types/index.js +1 -0
- package/api/resources/agents/resources/passages/client/Client.js +4 -4
- 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 +3 -3
- package/api/resources/batches/client/Client.js +4 -4
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/blocks/resources/agents/client/Client.d.ts +2 -1
- package/api/resources/blocks/resources/agents/client/Client.js +15 -3
- package/api/resources/blocks/resources/agents/client/index.d.ts +1 -1
- package/api/resources/blocks/resources/agents/client/index.js +15 -0
- package/api/resources/blocks/resources/agents/client/requests/AgentsListRequest.d.ts +13 -0
- package/api/resources/blocks/resources/agents/client/requests/AgentsListRequest.js +5 -0
- package/api/resources/blocks/resources/agents/client/requests/index.d.ts +1 -0
- package/api/resources/blocks/resources/agents/client/requests/index.js +2 -0
- package/api/resources/blocks/resources/index.d.ts +1 -0
- package/api/resources/blocks/resources/index.js +4 -0
- package/api/resources/clientSideAccessTokens/client/Client.d.ts +12 -0
- package/api/resources/clientSideAccessTokens/client/Client.js +76 -3
- package/api/resources/clientSideAccessTokens/client/requests/ClientSideAccessTokensListClientSideAccessTokensRequest.d.ts +21 -0
- package/api/resources/clientSideAccessTokens/client/requests/ClientSideAccessTokensListClientSideAccessTokensRequest.js +5 -0
- package/api/resources/clientSideAccessTokens/client/requests/index.d.ts +1 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.d.ts +8 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.js +5 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.d.ts +10 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.js +5 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.d.ts +8 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.js +5 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.d.ts +9 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.js +5 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.d.ts +10 -0
- package/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.js +12 -0
- package/api/resources/clientSideAccessTokens/types/index.d.ts +5 -0
- package/api/resources/clientSideAccessTokens/types/index.js +5 -0
- package/api/resources/embeddingModels/client/Client.js +1 -1
- package/api/resources/groups/client/Client.js +6 -6
- package/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +7 -7
- package/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/api/resources/jobs/client/Client.js +5 -5
- package/api/resources/messages/client/Client.js +1 -1
- package/api/resources/models/client/Client.js +1 -1
- package/api/resources/projects/client/Client.js +1 -1
- package/api/resources/providers/client/Client.js +5 -5
- package/api/resources/runs/client/Client.js +4 -4
- 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.d.ts +18 -0
- package/api/resources/sources/client/Client.js +87 -8
- package/api/resources/sources/client/requests/GetSourcesMetadataRequest.d.ts +10 -0
- package/api/resources/sources/client/requests/GetSourcesMetadataRequest.js +5 -0
- package/api/resources/sources/client/requests/SourceCreate.d.ts +6 -6
- package/api/resources/sources/client/requests/index.d.ts +1 -0
- package/api/resources/sources/resources/files/client/Client.d.ts +3 -2
- package/api/resources/sources/resources/files/client/Client.js +11 -5
- package/api/resources/sources/resources/files/client/requests/BodyUploadFileToSource.d.ts +5 -0
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +2 -2
- package/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/api/resources/tags/client/Client.js +1 -1
- package/api/resources/telemetry/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +1 -1
- package/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/api/resources/templates/resources/agents/client/requests/AgentsCreateRequest.d.ts +3 -0
- package/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.d.ts +13 -0
- package/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.js +5 -0
- package/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.d.ts +9 -0
- package/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.js +11 -0
- package/api/resources/templates/resources/agents/types/index.d.ts +2 -0
- package/api/resources/templates/resources/agents/types/index.js +2 -0
- package/api/resources/tools/client/Client.js +19 -19
- package/api/resources/tools/types/UpdateMcpServerRequest.d.ts +1 -1
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/DuplicateFileHandling.d.ts +12 -0
- package/api/types/DuplicateFileHandling.js +11 -0
- package/api/types/FileMetadata.d.ts +8 -4
- package/api/types/FileStats.d.ts +14 -0
- package/api/types/FileStats.js +5 -0
- package/api/types/LlmConfig.d.ts +2 -0
- package/api/types/Message.d.ts +18 -17
- package/api/types/OrganizationSourcesStats.d.ts +17 -0
- package/api/types/OrganizationSourcesStats.js +5 -0
- package/api/types/Source.d.ts +4 -4
- package/api/types/SourceStats.d.ts +19 -0
- package/api/types/SourceStats.js +5 -0
- package/api/types/UpdateStdioMcpServer.d.ts +13 -0
- package/api/types/UpdateStdioMcpServer.js +5 -0
- package/api/types/index.d.ts +5 -0
- package/api/types/index.js +5 -0
- package/dist/api/resources/agents/client/Client.d.ts +0 -15
- package/dist/api/resources/agents/client/Client.js +11 -86
- package/dist/api/resources/agents/resources/blocks/client/Client.d.ts +1 -1
- package/dist/api/resources/agents/resources/blocks/client/Client.js +6 -6
- 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/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.d.ts +40 -0
- package/dist/api/resources/agents/resources/messages/client/Client.js +164 -6
- package/dist/api/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.d.ts +5 -0
- package/dist/api/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.js +5 -0
- package/dist/api/resources/agents/resources/messages/types/index.d.ts +1 -0
- package/dist/api/resources/agents/resources/messages/types/index.js +1 -0
- package/dist/api/resources/agents/resources/passages/client/Client.js +4 -4
- 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 +3 -3
- package/dist/api/resources/batches/client/Client.js +4 -4
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/blocks/resources/agents/client/Client.d.ts +2 -1
- package/dist/api/resources/blocks/resources/agents/client/Client.js +15 -3
- package/dist/api/resources/blocks/resources/agents/client/index.d.ts +1 -1
- package/dist/api/resources/blocks/resources/agents/client/index.js +15 -0
- package/dist/api/resources/blocks/resources/agents/client/requests/AgentsListRequest.d.ts +13 -0
- package/dist/api/resources/blocks/resources/agents/client/requests/AgentsListRequest.js +5 -0
- package/dist/api/resources/blocks/resources/agents/client/requests/index.d.ts +1 -0
- package/dist/api/resources/blocks/resources/agents/client/requests/index.js +2 -0
- package/dist/api/resources/blocks/resources/index.d.ts +1 -0
- package/dist/api/resources/blocks/resources/index.js +4 -0
- package/dist/api/resources/clientSideAccessTokens/client/Client.d.ts +12 -0
- package/dist/api/resources/clientSideAccessTokens/client/Client.js +76 -3
- package/dist/api/resources/clientSideAccessTokens/client/requests/ClientSideAccessTokensListClientSideAccessTokensRequest.d.ts +21 -0
- package/dist/api/resources/clientSideAccessTokens/client/requests/ClientSideAccessTokensListClientSideAccessTokensRequest.js +5 -0
- package/dist/api/resources/clientSideAccessTokens/client/requests/index.d.ts +1 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.d.ts +8 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.js +5 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.d.ts +10 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.js +5 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.d.ts +8 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.js +5 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.d.ts +9 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.js +5 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.d.ts +10 -0
- package/dist/api/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.js +12 -0
- package/dist/api/resources/clientSideAccessTokens/types/index.d.ts +5 -0
- package/dist/api/resources/clientSideAccessTokens/types/index.js +5 -0
- package/dist/api/resources/embeddingModels/client/Client.js +1 -1
- package/dist/api/resources/groups/client/Client.js +6 -6
- package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +7 -7
- package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/dist/api/resources/jobs/client/Client.js +5 -5
- package/dist/api/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/models/client/Client.js +1 -1
- package/dist/api/resources/projects/client/Client.js +1 -1
- package/dist/api/resources/providers/client/Client.js +5 -5
- package/dist/api/resources/runs/client/Client.js +4 -4
- 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.d.ts +18 -0
- package/dist/api/resources/sources/client/Client.js +87 -8
- package/dist/api/resources/sources/client/requests/GetSourcesMetadataRequest.d.ts +10 -0
- package/dist/api/resources/sources/client/requests/GetSourcesMetadataRequest.js +5 -0
- package/dist/api/resources/sources/client/requests/SourceCreate.d.ts +6 -6
- package/dist/api/resources/sources/client/requests/index.d.ts +1 -0
- package/dist/api/resources/sources/resources/files/client/Client.d.ts +3 -2
- package/dist/api/resources/sources/resources/files/client/Client.js +11 -5
- package/dist/api/resources/sources/resources/files/client/requests/BodyUploadFileToSource.d.ts +5 -0
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +2 -2
- package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/dist/api/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/telemetry/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +1 -1
- package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/templates/resources/agents/client/requests/AgentsCreateRequest.d.ts +3 -0
- package/dist/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.d.ts +13 -0
- package/dist/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.js +5 -0
- package/dist/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.d.ts +9 -0
- package/dist/api/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.js +11 -0
- package/dist/api/resources/templates/resources/agents/types/index.d.ts +2 -0
- package/dist/api/resources/templates/resources/agents/types/index.js +2 -0
- package/dist/api/resources/tools/client/Client.js +19 -19
- package/dist/api/resources/tools/types/UpdateMcpServerRequest.d.ts +1 -1
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/DuplicateFileHandling.d.ts +12 -0
- package/dist/api/types/DuplicateFileHandling.js +11 -0
- package/dist/api/types/FileMetadata.d.ts +8 -4
- package/dist/api/types/FileStats.d.ts +14 -0
- package/dist/api/types/FileStats.js +5 -0
- package/dist/api/types/LlmConfig.d.ts +2 -0
- package/dist/api/types/Message.d.ts +18 -17
- package/dist/api/types/OrganizationSourcesStats.d.ts +17 -0
- package/dist/api/types/OrganizationSourcesStats.js +5 -0
- package/dist/api/types/Source.d.ts +4 -4
- package/dist/api/types/SourceStats.d.ts +19 -0
- package/dist/api/types/SourceStats.js +5 -0
- package/dist/api/types/UpdateStdioMcpServer.d.ts +13 -0
- package/dist/api/types/UpdateStdioMcpServer.js +5 -0
- package/dist/api/types/index.d.ts +5 -0
- package/dist/api/types/index.js +5 -0
- package/dist/serialization/resources/agents/client/index.d.ts +0 -1
- package/dist/serialization/resources/agents/client/index.js +1 -2
- package/dist/serialization/resources/agents/{client/cancelAgentRun.d.ts → resources/messages/client/cancel.d.ts} +4 -4
- package/dist/serialization/resources/agents/{client/cancelAgentRun.js → resources/messages/client/cancel.js} +1 -1
- package/dist/serialization/resources/agents/resources/messages/client/index.d.ts +2 -0
- package/dist/serialization/resources/agents/resources/messages/client/index.js +3 -1
- package/dist/serialization/resources/agents/resources/messages/client/previewRawPayload.d.ts +9 -0
- package/dist/serialization/resources/agents/resources/messages/client/previewRawPayload.js +41 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.d.ts +12 -0
- package/dist/serialization/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.js +43 -0
- package/dist/serialization/resources/agents/resources/messages/types/index.d.ts +1 -0
- package/dist/serialization/resources/agents/resources/messages/types/index.js +1 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.d.ts +14 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.js +45 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.d.ts +16 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.js +47 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.d.ts +14 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.js +45 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.d.ts +15 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.js +46 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.d.ts +10 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.js +41 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/index.d.ts +5 -0
- package/dist/serialization/resources/clientSideAccessTokens/types/index.js +5 -0
- package/dist/serialization/resources/sources/client/requests/SourceCreate.d.ts +3 -3
- package/dist/serialization/resources/sources/client/requests/SourceCreate.js +3 -3
- package/dist/serialization/resources/templates/resources/agents/client/requests/AgentsCreateRequest.d.ts +2 -0
- package/dist/serialization/resources/templates/resources/agents/client/requests/AgentsCreateRequest.js +2 -0
- package/dist/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.d.ts +19 -0
- package/dist/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.js +50 -0
- package/dist/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.d.ts +10 -0
- package/dist/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.js +41 -0
- package/dist/serialization/resources/templates/resources/agents/types/index.d.ts +2 -0
- package/dist/serialization/resources/templates/resources/agents/types/index.js +2 -0
- package/dist/serialization/resources/tools/types/UpdateMcpServerRequest.d.ts +2 -1
- package/dist/serialization/resources/tools/types/UpdateMcpServerRequest.js +2 -1
- package/dist/serialization/types/DuplicateFileHandling.d.ts +10 -0
- package/dist/serialization/types/DuplicateFileHandling.js +41 -0
- package/dist/serialization/types/FileMetadata.d.ts +4 -2
- package/dist/serialization/types/FileMetadata.js +4 -2
- package/dist/serialization/types/FileStats.d.ts +14 -0
- package/dist/serialization/types/FileStats.js +45 -0
- package/dist/serialization/types/LlmConfig.d.ts +1 -0
- package/dist/serialization/types/LlmConfig.js +1 -0
- package/dist/serialization/types/OrganizationSourcesStats.d.ts +16 -0
- package/dist/serialization/types/OrganizationSourcesStats.js +47 -0
- package/dist/serialization/types/Source.d.ts +2 -2
- package/dist/serialization/types/Source.js +2 -2
- package/dist/serialization/types/SourceStats.d.ts +17 -0
- package/dist/serialization/types/SourceStats.js +48 -0
- package/dist/serialization/types/UpdateStdioMcpServer.d.ts +14 -0
- package/dist/serialization/types/UpdateStdioMcpServer.js +45 -0
- package/dist/serialization/types/index.d.ts +5 -0
- package/dist/serialization/types/index.js +5 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +312 -77
- package/serialization/resources/agents/client/index.d.ts +0 -1
- package/serialization/resources/agents/client/index.js +1 -2
- package/serialization/resources/agents/{client/cancelAgentRun.d.ts → resources/messages/client/cancel.d.ts} +4 -4
- package/serialization/resources/agents/{client/cancelAgentRun.js → resources/messages/client/cancel.js} +1 -1
- package/serialization/resources/agents/resources/messages/client/index.d.ts +2 -0
- package/serialization/resources/agents/resources/messages/client/index.js +3 -1
- package/serialization/resources/agents/resources/messages/client/previewRawPayload.d.ts +9 -0
- package/serialization/resources/agents/resources/messages/client/previewRawPayload.js +41 -0
- package/serialization/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.d.ts +12 -0
- package/serialization/resources/agents/resources/messages/types/MessagesPreviewRawPayloadRequest.js +43 -0
- package/serialization/resources/agents/resources/messages/types/index.d.ts +1 -0
- package/serialization/resources/agents/resources/messages/types/index.js +1 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.d.ts +14 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponse.js +45 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.d.ts +16 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItem.js +47 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.d.ts +14 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicy.js +45 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.d.ts +15 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem.js +46 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.d.ts +10 -0
- package/serialization/resources/clientSideAccessTokens/types/ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem.js +41 -0
- package/serialization/resources/clientSideAccessTokens/types/index.d.ts +5 -0
- package/serialization/resources/clientSideAccessTokens/types/index.js +5 -0
- package/serialization/resources/sources/client/requests/SourceCreate.d.ts +3 -3
- package/serialization/resources/sources/client/requests/SourceCreate.js +3 -3
- package/serialization/resources/templates/resources/agents/client/requests/AgentsCreateRequest.d.ts +2 -0
- package/serialization/resources/templates/resources/agents/client/requests/AgentsCreateRequest.js +2 -0
- package/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.d.ts +19 -0
- package/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItem.js +50 -0
- package/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.d.ts +10 -0
- package/serialization/resources/templates/resources/agents/types/AgentsCreateRequestInitialMessageSequenceItemRole.js +41 -0
- package/serialization/resources/templates/resources/agents/types/index.d.ts +2 -0
- package/serialization/resources/templates/resources/agents/types/index.js +2 -0
- package/serialization/resources/tools/types/UpdateMcpServerRequest.d.ts +2 -1
- package/serialization/resources/tools/types/UpdateMcpServerRequest.js +2 -1
- package/serialization/types/DuplicateFileHandling.d.ts +10 -0
- package/serialization/types/DuplicateFileHandling.js +41 -0
- package/serialization/types/FileMetadata.d.ts +4 -2
- package/serialization/types/FileMetadata.js +4 -2
- package/serialization/types/FileStats.d.ts +14 -0
- package/serialization/types/FileStats.js +45 -0
- package/serialization/types/LlmConfig.d.ts +1 -0
- package/serialization/types/LlmConfig.js +1 -0
- package/serialization/types/OrganizationSourcesStats.d.ts +16 -0
- package/serialization/types/OrganizationSourcesStats.js +47 -0
- package/serialization/types/Source.d.ts +2 -2
- package/serialization/types/Source.js +2 -2
- package/serialization/types/SourceStats.d.ts +17 -0
- package/serialization/types/SourceStats.js +48 -0
- package/serialization/types/UpdateStdioMcpServer.d.ts +14 -0
- package/serialization/types/UpdateStdioMcpServer.js +45 -0
- package/serialization/types/index.d.ts +5 -0
- package/serialization/types/index.js +5 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -78,7 +78,7 @@ class Tools {
|
|
|
78
78
|
method: "GET",
|
|
79
79
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
80
80
|
? yield core.Supplier.get(this._options.project)
|
|
81
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
81
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
82
82
|
contentType: "application/json",
|
|
83
83
|
requestType: "json",
|
|
84
84
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -145,7 +145,7 @@ class Tools {
|
|
|
145
145
|
method: "DELETE",
|
|
146
146
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
147
147
|
? yield core.Supplier.get(this._options.project)
|
|
148
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
148
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
149
149
|
contentType: "application/json",
|
|
150
150
|
requestType: "json",
|
|
151
151
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -207,7 +207,7 @@ class Tools {
|
|
|
207
207
|
method: "PATCH",
|
|
208
208
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
209
209
|
? yield core.Supplier.get(this._options.project)
|
|
210
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
210
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
211
211
|
contentType: "application/json",
|
|
212
212
|
requestType: "json",
|
|
213
213
|
body: serializers.ToolUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -280,7 +280,7 @@ class Tools {
|
|
|
280
280
|
method: "GET",
|
|
281
281
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
282
282
|
? yield core.Supplier.get(this._options.project)
|
|
283
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
283
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
284
284
|
contentType: "application/json",
|
|
285
285
|
queryParameters: _queryParams,
|
|
286
286
|
requestType: "json",
|
|
@@ -359,7 +359,7 @@ class Tools {
|
|
|
359
359
|
method: "GET",
|
|
360
360
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
361
361
|
? yield core.Supplier.get(this._options.project)
|
|
362
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
362
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
363
363
|
contentType: "application/json",
|
|
364
364
|
queryParameters: _queryParams,
|
|
365
365
|
requestType: "json",
|
|
@@ -429,7 +429,7 @@ class Tools {
|
|
|
429
429
|
method: "POST",
|
|
430
430
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
431
431
|
? yield core.Supplier.get(this._options.project)
|
|
432
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
432
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
433
433
|
contentType: "application/json",
|
|
434
434
|
requestType: "json",
|
|
435
435
|
body: serializers.ToolCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -499,7 +499,7 @@ class Tools {
|
|
|
499
499
|
method: "PUT",
|
|
500
500
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
501
501
|
? yield core.Supplier.get(this._options.project)
|
|
502
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
502
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
503
503
|
contentType: "application/json",
|
|
504
504
|
requestType: "json",
|
|
505
505
|
body: serializers.ToolCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -566,7 +566,7 @@ class Tools {
|
|
|
566
566
|
method: "POST",
|
|
567
567
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
568
568
|
? yield core.Supplier.get(this._options.project)
|
|
569
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
569
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
570
570
|
contentType: "application/json",
|
|
571
571
|
requestType: "json",
|
|
572
572
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -638,7 +638,7 @@ class Tools {
|
|
|
638
638
|
method: "POST",
|
|
639
639
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
640
640
|
? yield core.Supplier.get(this._options.project)
|
|
641
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
641
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
642
642
|
contentType: "application/json",
|
|
643
643
|
requestType: "json",
|
|
644
644
|
body: serializers.ToolRunFromSource.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -707,7 +707,7 @@ class Tools {
|
|
|
707
707
|
method: "GET",
|
|
708
708
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
709
709
|
? yield core.Supplier.get(this._options.project)
|
|
710
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
710
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "user-id": userId != null ? userId : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
711
711
|
contentType: "application/json",
|
|
712
712
|
requestType: "json",
|
|
713
713
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -774,7 +774,7 @@ class Tools {
|
|
|
774
774
|
method: "GET",
|
|
775
775
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
776
776
|
? yield core.Supplier.get(this._options.project)
|
|
777
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
777
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
778
778
|
contentType: "application/json",
|
|
779
779
|
requestType: "json",
|
|
780
780
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -841,7 +841,7 @@ class Tools {
|
|
|
841
841
|
method: "POST",
|
|
842
842
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
843
843
|
? yield core.Supplier.get(this._options.project)
|
|
844
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
844
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
845
845
|
contentType: "application/json",
|
|
846
846
|
requestType: "json",
|
|
847
847
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -909,7 +909,7 @@ class Tools {
|
|
|
909
909
|
method: "GET",
|
|
910
910
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
911
911
|
? yield core.Supplier.get(this._options.project)
|
|
912
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
912
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "user-id": userId != null ? userId : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
913
913
|
contentType: "application/json",
|
|
914
914
|
requestType: "json",
|
|
915
915
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -980,7 +980,7 @@ class Tools {
|
|
|
980
980
|
method: "PUT",
|
|
981
981
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
982
982
|
? yield core.Supplier.get(this._options.project)
|
|
983
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
983
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
984
984
|
contentType: "application/json",
|
|
985
985
|
requestType: "json",
|
|
986
986
|
body: serializers.AddMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1048,7 +1048,7 @@ class Tools {
|
|
|
1048
1048
|
method: "GET",
|
|
1049
1049
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
1050
1050
|
? yield core.Supplier.get(this._options.project)
|
|
1051
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
1051
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1052
1052
|
contentType: "application/json",
|
|
1053
1053
|
requestType: "json",
|
|
1054
1054
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1116,7 +1116,7 @@ class Tools {
|
|
|
1116
1116
|
method: "POST",
|
|
1117
1117
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
1118
1118
|
? yield core.Supplier.get(this._options.project)
|
|
1119
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
1119
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1120
1120
|
contentType: "application/json",
|
|
1121
1121
|
requestType: "json",
|
|
1122
1122
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1183,7 +1183,7 @@ class Tools {
|
|
|
1183
1183
|
method: "DELETE",
|
|
1184
1184
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
1185
1185
|
? yield core.Supplier.get(this._options.project)
|
|
1186
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
1186
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1187
1187
|
contentType: "application/json",
|
|
1188
1188
|
requestType: "json",
|
|
1189
1189
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1251,7 +1251,7 @@ class Tools {
|
|
|
1251
1251
|
method: "PATCH",
|
|
1252
1252
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
1253
1253
|
? yield core.Supplier.get(this._options.project)
|
|
1254
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
1254
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1255
1255
|
contentType: "application/json",
|
|
1256
1256
|
requestType: "json",
|
|
1257
1257
|
body: serializers.UpdateMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1324,7 +1324,7 @@ class Tools {
|
|
|
1324
1324
|
method: "POST",
|
|
1325
1325
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
1326
1326
|
? yield core.Supplier.get(this._options.project)
|
|
1327
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
1327
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1328
1328
|
contentType: "application/json",
|
|
1329
1329
|
requestType: "json",
|
|
1330
1330
|
body: serializers.TestMcpServerRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Letta from "../../../index";
|
|
5
|
-
export type UpdateMcpServerRequest = Letta.UpdateSsemcpServer | Letta.UpdateStreamableHttpmcpServer;
|
|
5
|
+
export type UpdateMcpServerRequest = Letta.UpdateStdioMcpServer | Letta.UpdateSsemcpServer | Letta.UpdateStreamableHttpmcpServer;
|
|
@@ -82,7 +82,7 @@ class Voice {
|
|
|
82
82
|
method: "POST",
|
|
83
83
|
headers: Object.assign(Object.assign({ "X-Project": (yield core.Supplier.get(this._options.project)) != null
|
|
84
84
|
? yield core.Supplier.get(this._options.project)
|
|
85
|
-
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.
|
|
85
|
+
: undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@letta-ai/letta-client", "X-Fern-SDK-Version": "0.1.151", "User-Agent": "@letta-ai/letta-client/0.1.151", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "user-id": userId != null ? userId : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
86
86
|
contentType: "application/json",
|
|
87
87
|
requestType: "json",
|
|
88
88
|
body: serializers.voice.createVoiceChatCompletions.Request.jsonOrThrow(_body, {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* How to handle duplicate filenames when uploading files
|
|
6
|
+
*/
|
|
7
|
+
export type DuplicateFileHandling = "skip" | "error" | "suffix";
|
|
8
|
+
export declare const DuplicateFileHandling: {
|
|
9
|
+
readonly Skip: "skip";
|
|
10
|
+
readonly Error: "error";
|
|
11
|
+
readonly Suffix: "suffix";
|
|
12
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.DuplicateFileHandling = void 0;
|
|
7
|
+
exports.DuplicateFileHandling = {
|
|
8
|
+
Skip: "skip",
|
|
9
|
+
Error: "error",
|
|
10
|
+
Suffix: "suffix",
|
|
11
|
+
};
|
|
@@ -6,8 +6,6 @@ import * as Letta from "../index";
|
|
|
6
6
|
* Representation of a single FileMetadata
|
|
7
7
|
*/
|
|
8
8
|
export interface FileMetadata {
|
|
9
|
-
/** The human-friendly ID of the File */
|
|
10
|
-
id?: string;
|
|
11
9
|
/** The unique identifier of the source associated with the document. */
|
|
12
10
|
sourceId: string;
|
|
13
11
|
/** The name of the file. */
|
|
@@ -28,12 +26,18 @@ export interface FileMetadata {
|
|
|
28
26
|
processingStatus?: Letta.FileProcessingStatus;
|
|
29
27
|
/** Optional error message if the file failed processing. */
|
|
30
28
|
errorMessage?: string;
|
|
29
|
+
/** Total number of chunks for the file. */
|
|
30
|
+
totalChunks?: number;
|
|
31
|
+
/** Number of chunks that have been embedded. */
|
|
32
|
+
chunksEmbedded?: number;
|
|
33
|
+
/** Optional full-text content of the file; only populated on demand due to its size. */
|
|
34
|
+
content?: string;
|
|
35
|
+
/** The human-friendly ID of the File */
|
|
36
|
+
id?: string;
|
|
31
37
|
/** The creation date of the file. */
|
|
32
38
|
createdAt?: Date;
|
|
33
39
|
/** The update date of the file. */
|
|
34
40
|
updatedAt?: Date;
|
|
35
41
|
/** Whether this file is deleted or not. */
|
|
36
42
|
isDeleted?: boolean;
|
|
37
|
-
/** Optional full-text content of the file; only populated on demand due to its size. */
|
|
38
|
-
content?: string;
|
|
39
43
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* File statistics for metadata endpoint
|
|
6
|
+
*/
|
|
7
|
+
export interface FileStats {
|
|
8
|
+
/** Unique identifier of the file */
|
|
9
|
+
fileId: string;
|
|
10
|
+
/** Name of the file */
|
|
11
|
+
fileName: string;
|
|
12
|
+
/** Size of the file in bytes */
|
|
13
|
+
fileSize?: number;
|
|
14
|
+
}
|
|
@@ -44,4 +44,6 @@ export interface LlmConfig {
|
|
|
44
44
|
reasoningEffort?: Letta.LlmConfigReasoningEffort;
|
|
45
45
|
/** Configurable thinking budget for extended thinking, only used if enable_reasoner is True. Minimum value is 1024. */
|
|
46
46
|
maxReasoningTokens?: number;
|
|
47
|
+
/** Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim. From OpenAI: Number between -2.0 and 2.0. */
|
|
48
|
+
frequencyPenalty?: number;
|
|
47
49
|
}
|
|
@@ -3,24 +3,25 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Letta from "../index";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Letta's internal representation of a message. Includes methods to convert to/from LLM provider formats.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
8
|
+
* Attributes:
|
|
9
|
+
* id (str): The unique identifier of the message.
|
|
10
|
+
* role (MessageRole): The role of the participant.
|
|
11
|
+
* text (str): The text of the message.
|
|
12
|
+
* user_id (str): The unique identifier of the user.
|
|
13
|
+
* agent_id (str): The unique identifier of the agent.
|
|
14
|
+
* model (str): The model used to make the function call.
|
|
15
|
+
* name (str): The name of the participant.
|
|
16
|
+
* created_at (datetime): The time the message was created.
|
|
17
|
+
* tool_calls (List[OpenAIToolCall,]): The list of tool calls requested.
|
|
18
|
+
* tool_call_id (str): The id of the tool call.
|
|
19
|
+
* step_id (str): The id of the step that this message was created in.
|
|
20
|
+
* otid (str): The offline threading id associated with this message.
|
|
21
|
+
* tool_returns (List[ToolReturn]): The list of tool returns requested.
|
|
22
|
+
* group_id (str): The multi-agent group that the message was sent in.
|
|
23
|
+
* sender_id (str): The id of the sender of the message, can be an identity id or agent id.
|
|
24
|
+
* t
|
|
24
25
|
*/
|
|
25
26
|
export interface Message {
|
|
26
27
|
/** The id of the user that made this object. */
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Letta from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* Complete metadata response for organization sources
|
|
7
|
+
*/
|
|
8
|
+
export interface OrganizationSourcesStats {
|
|
9
|
+
/** Total number of sources */
|
|
10
|
+
totalSources?: number;
|
|
11
|
+
/** Total number of files across all sources */
|
|
12
|
+
totalFiles?: number;
|
|
13
|
+
/** Total size of all files in bytes */
|
|
14
|
+
totalSize?: number;
|
|
15
|
+
/** List of source metadata */
|
|
16
|
+
sources?: Letta.SourceStats[];
|
|
17
|
+
}
|
|
@@ -14,18 +14,18 @@ import * as Letta from "../index";
|
|
|
14
14
|
* description (str): The description of the source.
|
|
15
15
|
*/
|
|
16
16
|
export interface Source {
|
|
17
|
-
/** The human-friendly ID of the Source */
|
|
18
|
-
id?: string;
|
|
19
17
|
/** The name of the source. */
|
|
20
18
|
name: string;
|
|
21
19
|
/** The description of the source. */
|
|
22
20
|
description?: string;
|
|
23
21
|
/** Instructions for how to use the source. */
|
|
24
22
|
instructions?: string;
|
|
25
|
-
/** The embedding configuration used by the source. */
|
|
26
|
-
embeddingConfig: Letta.EmbeddingConfig;
|
|
27
23
|
/** Metadata associated with the source. */
|
|
28
24
|
metadata?: Record<string, unknown>;
|
|
25
|
+
/** The human-friendly ID of the Source */
|
|
26
|
+
id?: string;
|
|
27
|
+
/** The embedding configuration used by the source. */
|
|
28
|
+
embeddingConfig: Letta.EmbeddingConfig;
|
|
29
29
|
/** The id of the user that made this Tool. */
|
|
30
30
|
createdById?: string;
|
|
31
31
|
/** The id of the user that made this Tool. */
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Letta from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* Aggregated metadata for a source
|
|
7
|
+
*/
|
|
8
|
+
export interface SourceStats {
|
|
9
|
+
/** Unique identifier of the source */
|
|
10
|
+
sourceId: string;
|
|
11
|
+
/** Name of the source */
|
|
12
|
+
sourceName: string;
|
|
13
|
+
/** Number of files in the source */
|
|
14
|
+
fileCount?: number;
|
|
15
|
+
/** Total size of all files in bytes */
|
|
16
|
+
totalSize?: number;
|
|
17
|
+
/** List of file statistics */
|
|
18
|
+
files?: Letta.FileStats[];
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Letta from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* Update a Stdio MCP server
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateStdioMcpServer {
|
|
9
|
+
/** The name of the server */
|
|
10
|
+
serverName?: string;
|
|
11
|
+
/** The configuration for the server (MCP 'local' client will run this command) */
|
|
12
|
+
stdioConfig?: Letta.StdioServerConfig;
|
|
13
|
+
}
|
|
@@ -85,6 +85,7 @@ export * from "./ContextWindowOverview";
|
|
|
85
85
|
export * from "./ContinueToolRule";
|
|
86
86
|
export * from "./CoreMemoryBlockSchema";
|
|
87
87
|
export * from "./CreateBlock";
|
|
88
|
+
export * from "./DuplicateFileHandling";
|
|
88
89
|
export * from "./DynamicManager";
|
|
89
90
|
export * from "./DynamicManagerUpdate";
|
|
90
91
|
export * from "./E2BSandboxConfig";
|
|
@@ -95,6 +96,7 @@ export * from "./File_";
|
|
|
95
96
|
export * from "./FileFile";
|
|
96
97
|
export * from "./FileMetadata";
|
|
97
98
|
export * from "./FileProcessingStatus";
|
|
99
|
+
export * from "./FileStats";
|
|
98
100
|
export * from "./FunctionOutput";
|
|
99
101
|
export * from "./FunctionCall";
|
|
100
102
|
export * from "./FunctionDefinitionInput";
|
|
@@ -153,6 +155,7 @@ export * from "./MessageType";
|
|
|
153
155
|
export * from "./OmittedReasoningContent";
|
|
154
156
|
export * from "./Organization";
|
|
155
157
|
export * from "./OrganizationCreate";
|
|
158
|
+
export * from "./OrganizationSourcesStats";
|
|
156
159
|
export * from "./OrganizationUpdate";
|
|
157
160
|
export * from "./ParameterProperties";
|
|
158
161
|
export * from "./ParametersSchema";
|
|
@@ -188,6 +191,7 @@ export * from "./SandboxType";
|
|
|
188
191
|
export * from "./SleeptimeManager";
|
|
189
192
|
export * from "./SleeptimeManagerUpdate";
|
|
190
193
|
export * from "./Source";
|
|
194
|
+
export * from "./SourceStats";
|
|
191
195
|
export * from "./StdioServerConfig";
|
|
192
196
|
export * from "./StepFeedback";
|
|
193
197
|
export * from "./Step";
|
|
@@ -221,6 +225,7 @@ export * from "./UpdateAssistantMessageContent";
|
|
|
221
225
|
export * from "./UpdateAssistantMessage";
|
|
222
226
|
export * from "./UpdateReasoningMessage";
|
|
223
227
|
export * from "./UpdateSsemcpServer";
|
|
228
|
+
export * from "./UpdateStdioMcpServer";
|
|
224
229
|
export * from "./UpdateStreamableHttpmcpServer";
|
|
225
230
|
export * from "./UpdateSystemMessage";
|
|
226
231
|
export * from "./UpdateUserMessageContent";
|
package/dist/api/types/index.js
CHANGED
|
@@ -101,6 +101,7 @@ __exportStar(require("./ContextWindowOverview"), exports);
|
|
|
101
101
|
__exportStar(require("./ContinueToolRule"), exports);
|
|
102
102
|
__exportStar(require("./CoreMemoryBlockSchema"), exports);
|
|
103
103
|
__exportStar(require("./CreateBlock"), exports);
|
|
104
|
+
__exportStar(require("./DuplicateFileHandling"), exports);
|
|
104
105
|
__exportStar(require("./DynamicManager"), exports);
|
|
105
106
|
__exportStar(require("./DynamicManagerUpdate"), exports);
|
|
106
107
|
__exportStar(require("./E2BSandboxConfig"), exports);
|
|
@@ -111,6 +112,7 @@ __exportStar(require("./File_"), exports);
|
|
|
111
112
|
__exportStar(require("./FileFile"), exports);
|
|
112
113
|
__exportStar(require("./FileMetadata"), exports);
|
|
113
114
|
__exportStar(require("./FileProcessingStatus"), exports);
|
|
115
|
+
__exportStar(require("./FileStats"), exports);
|
|
114
116
|
__exportStar(require("./FunctionOutput"), exports);
|
|
115
117
|
__exportStar(require("./FunctionCall"), exports);
|
|
116
118
|
__exportStar(require("./FunctionDefinitionInput"), exports);
|
|
@@ -169,6 +171,7 @@ __exportStar(require("./MessageType"), exports);
|
|
|
169
171
|
__exportStar(require("./OmittedReasoningContent"), exports);
|
|
170
172
|
__exportStar(require("./Organization"), exports);
|
|
171
173
|
__exportStar(require("./OrganizationCreate"), exports);
|
|
174
|
+
__exportStar(require("./OrganizationSourcesStats"), exports);
|
|
172
175
|
__exportStar(require("./OrganizationUpdate"), exports);
|
|
173
176
|
__exportStar(require("./ParameterProperties"), exports);
|
|
174
177
|
__exportStar(require("./ParametersSchema"), exports);
|
|
@@ -204,6 +207,7 @@ __exportStar(require("./SandboxType"), exports);
|
|
|
204
207
|
__exportStar(require("./SleeptimeManager"), exports);
|
|
205
208
|
__exportStar(require("./SleeptimeManagerUpdate"), exports);
|
|
206
209
|
__exportStar(require("./Source"), exports);
|
|
210
|
+
__exportStar(require("./SourceStats"), exports);
|
|
207
211
|
__exportStar(require("./StdioServerConfig"), exports);
|
|
208
212
|
__exportStar(require("./StepFeedback"), exports);
|
|
209
213
|
__exportStar(require("./Step"), exports);
|
|
@@ -237,6 +241,7 @@ __exportStar(require("./UpdateAssistantMessageContent"), exports);
|
|
|
237
241
|
__exportStar(require("./UpdateAssistantMessage"), exports);
|
|
238
242
|
__exportStar(require("./UpdateReasoningMessage"), exports);
|
|
239
243
|
__exportStar(require("./UpdateSsemcpServer"), exports);
|
|
244
|
+
__exportStar(require("./UpdateStdioMcpServer"), exports);
|
|
240
245
|
__exportStar(require("./UpdateStreamableHttpmcpServer"), exports);
|
|
241
246
|
__exportStar(require("./UpdateSystemMessage"), exports);
|
|
242
247
|
__exportStar(require("./UpdateUserMessageContent"), exports);
|
|
@@ -36,10 +36,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.closeAllOpenFiles = exports.exportFile = exports.count = exports.list = void 0;
|
|
40
40
|
exports.list = __importStar(require("./list"));
|
|
41
41
|
exports.count = __importStar(require("./count"));
|
|
42
42
|
exports.exportFile = __importStar(require("./exportFile"));
|
|
43
43
|
exports.closeAllOpenFiles = __importStar(require("./closeAllOpenFiles"));
|
|
44
|
-
exports.cancelAgentRun = __importStar(require("./cancelAgentRun"));
|
|
45
44
|
__exportStar(require("./requests"), exports);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as core from "
|
|
6
|
-
export declare const Request: core.serialization.Schema<serializers.agents.
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare const Request: core.serialization.Schema<serializers.agents.messages.cancel.Request.Raw, string[] | undefined>;
|
|
7
7
|
export declare namespace Request {
|
|
8
8
|
type Raw = string[] | null | undefined;
|
|
9
9
|
}
|
|
10
|
-
export declare const Response: core.serialization.Schema<serializers.agents.
|
|
10
|
+
export declare const Response: core.serialization.Schema<serializers.agents.messages.cancel.Response.Raw, Record<string, unknown>>;
|
|
11
11
|
export declare namespace Response {
|
|
12
12
|
type Raw = Record<string, unknown>;
|
|
13
13
|
}
|
|
@@ -37,6 +37,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.Response = exports.Request = void 0;
|
|
40
|
-
const core = __importStar(require("
|
|
40
|
+
const core = __importStar(require("../../../../../../core"));
|
|
41
41
|
exports.Request = core.serialization.list(core.serialization.string()).optional();
|
|
42
42
|
exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
|
|
@@ -36,6 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.list = void 0;
|
|
39
|
+
exports.previewRawPayload = exports.cancel = exports.list = void 0;
|
|
40
40
|
exports.list = __importStar(require("./list"));
|
|
41
|
+
exports.cancel = __importStar(require("./cancel"));
|
|
42
|
+
exports.previewRawPayload = __importStar(require("./previewRawPayload"));
|
|
41
43
|
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare const Response: core.serialization.Schema<serializers.agents.messages.previewRawPayload.Response.Raw, Record<string, unknown>>;
|
|
7
|
+
export declare namespace Response {
|
|
8
|
+
type Raw = Record<string, unknown>;
|
|
9
|
+
}
|