@mistralai/mistralai 2.2.1 → 2.2.6
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/FUNCTIONS.md +2 -2
- package/README.md +88 -2
- package/esm/extra/observability/formatting.d.ts +40 -0
- package/esm/extra/observability/formatting.d.ts.map +1 -0
- package/esm/extra/observability/formatting.js +187 -0
- package/esm/extra/observability/formatting.js.map +1 -0
- package/esm/extra/observability/index.d.ts +3 -0
- package/esm/extra/observability/index.d.ts.map +1 -0
- package/esm/extra/observability/index.js +3 -0
- package/esm/extra/observability/index.js.map +1 -0
- package/esm/extra/observability/otel.d.ts +59 -0
- package/esm/extra/observability/otel.d.ts.map +1 -0
- package/esm/extra/observability/otel.js +578 -0
- package/esm/extra/observability/otel.js.map +1 -0
- package/esm/extra/observability/streaming.d.ts +25 -0
- package/esm/extra/observability/streaming.d.ts.map +1 -0
- package/esm/extra/observability/streaming.js +142 -0
- package/esm/extra/observability/streaming.js.map +1 -0
- package/esm/extra/structChat.d.ts.map +1 -1
- package/esm/extra/structChat.js +30 -9
- package/esm/extra/structChat.js.map +1 -1
- package/esm/funcs/agentsComplete.js +1 -1
- package/esm/funcs/agentsStream.js +1 -1
- package/esm/funcs/audioSpeechComplete.js +1 -1
- package/esm/funcs/audioTranscriptionsComplete.js +1 -1
- package/esm/funcs/audioTranscriptionsStream.js +1 -1
- package/esm/funcs/audioVoicesCreate.js +1 -1
- package/esm/funcs/audioVoicesDelete.js +1 -1
- package/esm/funcs/audioVoicesGet.js +1 -1
- package/esm/funcs/audioVoicesGetSampleAudio.js +1 -1
- package/esm/funcs/audioVoicesList.js +1 -1
- package/esm/funcs/audioVoicesUpdate.js +1 -1
- package/esm/funcs/batchJobsCancel.js +1 -1
- package/esm/funcs/batchJobsCreate.js +1 -1
- package/esm/funcs/batchJobsDelete.js +1 -1
- package/esm/funcs/batchJobsGet.js +1 -1
- package/esm/funcs/batchJobsList.js +1 -1
- package/esm/funcs/betaAgentsCreate.js +1 -1
- package/esm/funcs/betaAgentsCreateVersionAlias.js +1 -1
- package/esm/funcs/betaAgentsDelete.js +1 -1
- package/esm/funcs/betaAgentsDeleteVersionAlias.js +1 -1
- package/esm/funcs/betaAgentsGet.js +1 -1
- package/esm/funcs/betaAgentsGetVersion.js +1 -1
- package/esm/funcs/betaAgentsList.js +1 -1
- package/esm/funcs/betaAgentsListVersionAliases.js +1 -1
- package/esm/funcs/betaAgentsListVersions.js +1 -1
- package/esm/funcs/betaAgentsUpdate.js +1 -1
- package/esm/funcs/betaAgentsUpdateVersion.js +1 -1
- package/esm/funcs/betaConnectorsActivateForOrganization.d.ts +19 -0
- package/esm/funcs/betaConnectorsActivateForOrganization.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsActivateForOrganization.js +93 -0
- package/esm/funcs/betaConnectorsActivateForOrganization.js.map +1 -0
- package/esm/funcs/betaConnectorsActivateForUser.d.ts +19 -0
- package/esm/funcs/betaConnectorsActivateForUser.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsActivateForUser.js +93 -0
- package/esm/funcs/betaConnectorsActivateForUser.js.map +1 -0
- package/esm/funcs/betaConnectorsActivateForWorkspace.d.ts +19 -0
- package/esm/funcs/betaConnectorsActivateForWorkspace.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsActivateForWorkspace.js +93 -0
- package/esm/funcs/betaConnectorsActivateForWorkspace.js.map +1 -0
- package/esm/funcs/betaConnectorsCallTool.js +1 -1
- package/esm/funcs/betaConnectorsCreate.js +1 -1
- package/esm/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.js +1 -1
- package/esm/funcs/betaConnectorsCreateOrUpdateUserCredentials.js +1 -1
- package/esm/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.js +1 -1
- package/esm/funcs/betaConnectorsDeactivateForOrganization.d.ts +19 -0
- package/esm/funcs/betaConnectorsDeactivateForOrganization.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsDeactivateForOrganization.js +91 -0
- package/esm/funcs/betaConnectorsDeactivateForOrganization.js.map +1 -0
- package/esm/funcs/betaConnectorsDeactivateForUser.d.ts +19 -0
- package/esm/funcs/betaConnectorsDeactivateForUser.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsDeactivateForUser.js +90 -0
- package/esm/funcs/betaConnectorsDeactivateForUser.js.map +1 -0
- package/esm/funcs/betaConnectorsDeactivateForWorkspace.d.ts +19 -0
- package/esm/funcs/betaConnectorsDeactivateForWorkspace.d.ts.map +1 -0
- package/esm/funcs/betaConnectorsDeactivateForWorkspace.js +90 -0
- package/esm/funcs/betaConnectorsDeactivateForWorkspace.js.map +1 -0
- package/esm/funcs/betaConnectorsDelete.js +1 -1
- package/esm/funcs/betaConnectorsDeleteOrganizationCredentials.js +1 -1
- package/esm/funcs/betaConnectorsDeleteUserCredentials.js +1 -1
- package/esm/funcs/betaConnectorsDeleteWorkspaceCredentials.js +1 -1
- package/esm/funcs/betaConnectorsGet.js +2 -2
- package/esm/funcs/betaConnectorsGet.js.map +1 -1
- package/esm/funcs/betaConnectorsGetAuthUrl.js +3 -1
- package/esm/funcs/betaConnectorsGetAuthUrl.js.map +1 -1
- package/esm/funcs/betaConnectorsGetAuthenticationMethods.js +1 -1
- package/esm/funcs/betaConnectorsList.js +1 -1
- package/esm/funcs/betaConnectorsListOrganizationCredentials.js +1 -1
- package/esm/funcs/betaConnectorsListTools.js +1 -1
- package/esm/funcs/betaConnectorsListUserCredentials.js +1 -1
- package/esm/funcs/betaConnectorsListWorkspaceCredentials.js +1 -1
- package/esm/funcs/betaConnectorsUpdate.js +1 -1
- package/esm/funcs/betaConversationsAppend.js +1 -1
- package/esm/funcs/betaConversationsAppendStream.js +1 -1
- package/esm/funcs/betaConversationsDelete.js +1 -1
- package/esm/funcs/betaConversationsGet.js +1 -1
- package/esm/funcs/betaConversationsGetHistory.js +1 -1
- package/esm/funcs/betaConversationsGetMessages.js +1 -1
- package/esm/funcs/betaConversationsList.js +1 -1
- package/esm/funcs/betaConversationsRestart.js +1 -1
- package/esm/funcs/betaConversationsRestartStream.js +1 -1
- package/esm/funcs/betaConversationsStart.js +1 -1
- package/esm/funcs/betaConversationsStartStream.js +1 -1
- package/esm/funcs/betaLibrariesAccessesDelete.d.ts +1 -1
- package/esm/funcs/betaLibrariesAccessesDelete.js +2 -2
- package/esm/funcs/betaLibrariesAccessesList.js +1 -1
- package/esm/funcs/betaLibrariesAccessesUpdateOrCreate.js +1 -1
- package/esm/funcs/betaLibrariesCreate.js +1 -1
- package/esm/funcs/betaLibrariesDelete.d.ts +1 -1
- package/esm/funcs/betaLibrariesDelete.js +2 -2
- package/esm/funcs/betaLibrariesDocumentsDelete.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsGet.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsGetSignedUrl.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.d.ts +21 -0
- package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.d.ts.map +1 -0
- package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.js +99 -0
- package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.js.map +1 -0
- package/esm/funcs/betaLibrariesDocumentsList.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsReprocess.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsStatus.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsTextContent.js +1 -1
- package/esm/funcs/betaLibrariesDocumentsUpdate.d.ts +2 -2
- package/esm/funcs/betaLibrariesDocumentsUpdate.d.ts.map +1 -1
- package/esm/funcs/betaLibrariesDocumentsUpdate.js +5 -5
- package/esm/funcs/betaLibrariesDocumentsUpdate.js.map +1 -1
- package/esm/funcs/betaLibrariesDocumentsUpload.js +1 -1
- package/esm/funcs/betaLibrariesGet.js +1 -1
- package/esm/funcs/betaLibrariesLibrariesUpdateV1.d.ts +21 -0
- package/esm/funcs/betaLibrariesLibrariesUpdateV1.d.ts.map +1 -0
- package/esm/funcs/betaLibrariesLibrariesUpdateV1.js +95 -0
- package/esm/funcs/betaLibrariesLibrariesUpdateV1.js.map +1 -0
- package/esm/funcs/betaLibrariesList.js +1 -1
- package/esm/funcs/betaLibrariesUpdate.d.ts +1 -1
- package/esm/funcs/betaLibrariesUpdate.d.ts.map +1 -1
- package/esm/funcs/betaLibrariesUpdate.js +4 -4
- package/esm/funcs/betaLibrariesUpdate.js.map +1 -1
- package/esm/funcs/betaObservabilityCampaignsCreate.js +1 -1
- package/esm/funcs/betaObservabilityCampaignsDelete.js +1 -1
- package/esm/funcs/betaObservabilityCampaignsFetch.js +1 -1
- package/esm/funcs/betaObservabilityCampaignsFetchStatus.js +1 -1
- package/esm/funcs/betaObservabilityCampaignsList.js +1 -1
- package/esm/funcs/betaObservabilityCampaignsListEvents.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsFetch.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsFieldsList.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsJudge.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsSearch.js +1 -1
- package/esm/funcs/betaObservabilityChatCompletionEventsSearchIds.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsCreate.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsCreateRecord.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsDelete.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsExportToJsonl.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsFetch.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsFetchTask.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsImportFromCampaign.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsImportFromDatasetRecords.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsImportFromExplorer.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsImportFromFile.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsImportFromPlayground.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsList.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsListRecords.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsListTasks.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsBulkDelete.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsDelete.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsFetch.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsJudge.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsUpdatePayload.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsRecordsUpdateProperties.js +1 -1
- package/esm/funcs/betaObservabilityDatasetsUpdate.js +1 -1
- package/esm/funcs/betaObservabilityJudgesCreate.js +1 -1
- package/esm/funcs/betaObservabilityJudgesDelete.js +1 -1
- package/esm/funcs/betaObservabilityJudgesFetch.js +1 -1
- package/esm/funcs/betaObservabilityJudgesJudgeConversation.js +1 -1
- package/esm/funcs/betaObservabilityJudgesList.js +1 -1
- package/esm/funcs/betaObservabilityJudgesUpdate.js +1 -1
- package/esm/funcs/betaObservabilityLogsFetchOptions.d.ts +16 -0
- package/esm/funcs/betaObservabilityLogsFetchOptions.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityLogsFetchOptions.js +94 -0
- package/esm/funcs/betaObservabilityLogsFetchOptions.js.map +1 -0
- package/esm/funcs/betaObservabilityLogsList.d.ts +15 -0
- package/esm/funcs/betaObservabilityLogsList.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityLogsList.js +71 -0
- package/esm/funcs/betaObservabilityLogsList.js.map +1 -0
- package/esm/funcs/betaObservabilityLogsSearch.d.ts +16 -0
- package/esm/funcs/betaObservabilityLogsSearch.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityLogsSearch.js +90 -0
- package/esm/funcs/betaObservabilityLogsSearch.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.d.ts +16 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.js +94 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.d.ts +16 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.js +94 -0
- package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansListSpanEvalFields.d.ts +15 -0
- package/esm/funcs/betaObservabilitySpansListSpanEvalFields.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansListSpanEvalFields.js +71 -0
- package/esm/funcs/betaObservabilitySpansListSpanEvalFields.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansListSpanFields.d.ts +15 -0
- package/esm/funcs/betaObservabilitySpansListSpanFields.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansListSpanFields.js +71 -0
- package/esm/funcs/betaObservabilitySpansListSpanFields.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.d.ts +16 -0
- package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.js +93 -0
- package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.d.ts +16 -0
- package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.js +93 -0
- package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.js.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchSpans.d.ts +16 -0
- package/esm/funcs/betaObservabilitySpansSearchSpans.d.ts.map +1 -0
- package/esm/funcs/betaObservabilitySpansSearchSpans.js +90 -0
- package/esm/funcs/betaObservabilitySpansSearchSpans.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesFetchOptions.d.ts +16 -0
- package/esm/funcs/betaObservabilityTracesFetchOptions.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesFetchOptions.js +94 -0
- package/esm/funcs/betaObservabilityTracesFetchOptions.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetSpanById.d.ts +16 -0
- package/esm/funcs/betaObservabilityTracesGetSpanById.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetSpanById.js +98 -0
- package/esm/funcs/betaObservabilityTracesGetSpanById.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceById.d.ts +16 -0
- package/esm/funcs/betaObservabilityTracesGetTraceById.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceById.js +89 -0
- package/esm/funcs/betaObservabilityTracesGetTraceById.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceFields.d.ts +15 -0
- package/esm/funcs/betaObservabilityTracesGetTraceFields.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceFields.js +71 -0
- package/esm/funcs/betaObservabilityTracesGetTraceFields.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceSpans.d.ts +16 -0
- package/esm/funcs/betaObservabilityTracesGetTraceSpans.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesGetTraceSpans.js +96 -0
- package/esm/funcs/betaObservabilityTracesGetTraceSpans.js.map +1 -0
- package/esm/funcs/betaObservabilityTracesSearch.d.ts +16 -0
- package/esm/funcs/betaObservabilityTracesSearch.d.ts.map +1 -0
- package/esm/funcs/betaObservabilityTracesSearch.js +91 -0
- package/esm/funcs/betaObservabilityTracesSearch.js.map +1 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsList.js +1 -1
- package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.d.ts +18 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.d.ts.map +1 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.js +85 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.js.map +1 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.d.ts +16 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.d.ts.map +1 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.js +90 -0
- package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.js.map +1 -0
- package/esm/funcs/betaRagSearchIndexesList.d.ts +14 -0
- package/esm/funcs/betaRagSearchIndexesList.d.ts.map +1 -0
- package/esm/funcs/betaRagSearchIndexesList.js +68 -0
- package/esm/funcs/betaRagSearchIndexesList.js.map +1 -0
- package/esm/funcs/betaRagSearchIndexesRegister.d.ts +15 -0
- package/esm/funcs/betaRagSearchIndexesRegister.d.ts.map +1 -0
- package/esm/funcs/betaRagSearchIndexesRegister.js +81 -0
- package/esm/funcs/betaRagSearchIndexesRegister.js.map +1 -0
- package/esm/funcs/chatComplete.js +1 -1
- package/esm/funcs/chatStream.js +1 -1
- package/esm/funcs/classifiersClassify.js +1 -1
- package/esm/funcs/classifiersClassifyChat.js +1 -1
- package/esm/funcs/classifiersModerate.js +1 -1
- package/esm/funcs/classifiersModerateChat.js +1 -1
- package/esm/funcs/embeddingsCreate.js +1 -1
- package/esm/funcs/eventsGetStreamEvents.js +1 -1
- package/esm/funcs/eventsGetWorkflowEvents.js +1 -1
- package/esm/funcs/filesDelete.js +1 -1
- package/esm/funcs/filesDownload.js +1 -1
- package/esm/funcs/filesGetSignedUrl.js +1 -1
- package/esm/funcs/filesList.js +1 -1
- package/esm/funcs/filesRetrieve.js +1 -1
- package/esm/funcs/filesUpload.js +1 -1
- package/esm/funcs/fimComplete.js +1 -1
- package/esm/funcs/fimStream.js +1 -1
- package/esm/funcs/fineTuningJobsCancel.js +1 -1
- package/esm/funcs/fineTuningJobsCreate.js +1 -1
- package/esm/funcs/fineTuningJobsGet.js +1 -1
- package/esm/funcs/fineTuningJobsList.js +1 -1
- package/esm/funcs/fineTuningJobsStart.js +1 -1
- package/esm/funcs/modelsArchive.js +1 -1
- package/esm/funcs/modelsDelete.js +1 -1
- package/esm/funcs/modelsList.js +1 -1
- package/esm/funcs/modelsRetrieve.js +1 -1
- package/esm/funcs/modelsUnarchive.js +1 -1
- package/esm/funcs/modelsUpdate.js +1 -1
- package/esm/funcs/ocrProcess.js +1 -1
- package/esm/funcs/workflowsArchiveWorkflow.js +1 -1
- package/esm/funcs/workflowsBulkArchiveWorkflows.d.ts +15 -0
- package/esm/funcs/workflowsBulkArchiveWorkflows.d.ts.map +1 -0
- package/esm/funcs/workflowsBulkArchiveWorkflows.js +81 -0
- package/esm/funcs/workflowsBulkArchiveWorkflows.js.map +1 -0
- package/esm/funcs/workflowsBulkUnarchiveWorkflows.d.ts +15 -0
- package/esm/funcs/workflowsBulkUnarchiveWorkflows.d.ts.map +1 -0
- package/esm/funcs/workflowsBulkUnarchiveWorkflows.js +81 -0
- package/esm/funcs/workflowsBulkUnarchiveWorkflows.js.map +1 -0
- package/esm/funcs/workflowsDeploymentsGetDeployment.js +1 -1
- package/esm/funcs/workflowsDeploymentsListDeployments.js +6 -1
- package/esm/funcs/workflowsDeploymentsListDeployments.js.map +1 -1
- package/esm/funcs/workflowsExecuteWorkflow.js +1 -1
- package/esm/funcs/workflowsExecuteWorkflowRegistration.js +1 -1
- package/esm/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.js +1 -1
- package/esm/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.js +1 -1
- package/esm/funcs/workflowsExecutionsCancelWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsExecutionsGetWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionHistory.js +1 -1
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.d.ts +24 -0
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.d.ts.map +1 -0
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.js +105 -0
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.js.map +1 -0
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.js +1 -1
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.js +1 -1
- package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.js +1 -1
- package/esm/funcs/workflowsExecutionsQueryWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsExecutionsResetWorkflow.js +1 -1
- package/esm/funcs/workflowsExecutionsSignalWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsExecutionsStream.js +1 -1
- package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.d.ts +22 -0
- package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.d.ts.map +1 -0
- package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.js +110 -0
- package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.js.map +1 -0
- package/esm/funcs/workflowsExecutionsTerminateWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsExecutionsUpdateWorkflowExecution.js +1 -1
- package/esm/funcs/workflowsGetWorkflow.js +1 -1
- package/esm/funcs/workflowsGetWorkflowRegistration.js +1 -1
- package/esm/funcs/workflowsGetWorkflowRegistrations.js +1 -1
- package/esm/funcs/workflowsGetWorkflows.js +7 -1
- package/esm/funcs/workflowsGetWorkflows.js.map +1 -1
- package/esm/funcs/workflowsMetricsGetWorkflowMetrics.js +1 -1
- package/esm/funcs/workflowsRunsGetRun.js +1 -1
- package/esm/funcs/workflowsRunsGetRunHistory.js +1 -1
- package/esm/funcs/workflowsRunsListRuns.js +8 -1
- package/esm/funcs/workflowsRunsListRuns.js.map +1 -1
- package/esm/funcs/workflowsSchedulesGetSchedule.d.ts +16 -0
- package/esm/funcs/workflowsSchedulesGetSchedule.d.ts.map +1 -0
- package/esm/funcs/workflowsSchedulesGetSchedule.js +89 -0
- package/esm/funcs/workflowsSchedulesGetSchedule.js.map +1 -0
- package/esm/funcs/workflowsSchedulesGetSchedules.d.ts +6 -2
- package/esm/funcs/workflowsSchedulesGetSchedules.d.ts.map +1 -1
- package/esm/funcs/workflowsSchedulesGetSchedules.js +65 -10
- package/esm/funcs/workflowsSchedulesGetSchedules.js.map +1 -1
- package/esm/funcs/workflowsSchedulesPauseSchedule.d.ts +15 -0
- package/esm/funcs/workflowsSchedulesPauseSchedule.d.ts.map +1 -0
- package/esm/funcs/workflowsSchedulesPauseSchedule.js +92 -0
- package/esm/funcs/workflowsSchedulesPauseSchedule.js.map +1 -0
- package/esm/funcs/workflowsSchedulesResumeSchedule.d.ts +15 -0
- package/esm/funcs/workflowsSchedulesResumeSchedule.d.ts.map +1 -0
- package/esm/funcs/workflowsSchedulesResumeSchedule.js +92 -0
- package/esm/funcs/workflowsSchedulesResumeSchedule.js.map +1 -0
- package/esm/funcs/workflowsSchedulesScheduleWorkflow.js +1 -1
- package/esm/funcs/workflowsSchedulesTriggerSchedule.d.ts +15 -0
- package/esm/funcs/workflowsSchedulesTriggerSchedule.d.ts.map +1 -0
- package/esm/funcs/workflowsSchedulesTriggerSchedule.js +92 -0
- package/esm/funcs/workflowsSchedulesTriggerSchedule.js.map +1 -0
- package/esm/funcs/workflowsSchedulesUnscheduleWorkflow.js +1 -1
- package/esm/funcs/workflowsSchedulesUpdateSchedule.d.ts +16 -0
- package/esm/funcs/workflowsSchedulesUpdateSchedule.d.ts.map +1 -0
- package/esm/funcs/workflowsSchedulesUpdateSchedule.js +92 -0
- package/esm/funcs/workflowsSchedulesUpdateSchedule.js.map +1 -0
- package/esm/funcs/workflowsUnarchiveWorkflow.js +1 -1
- package/esm/funcs/workflowsUpdateWorkflow.js +1 -1
- package/esm/hooks/deprecation_warning.d.ts.map +1 -1
- package/esm/hooks/deprecation_warning.js +1 -1
- package/esm/hooks/deprecation_warning.js.map +1 -1
- package/esm/hooks/registration.d.ts.map +1 -1
- package/esm/hooks/registration.js +6 -0
- package/esm/hooks/registration.js.map +1 -1
- package/esm/hooks/tracing.d.ts +21 -0
- package/esm/hooks/tracing.d.ts.map +1 -0
- package/esm/hooks/tracing.js +104 -0
- package/esm/hooks/tracing.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/models/components/activitytaskcompletedattributesresponse.d.ts +2 -0
- package/esm/models/components/activitytaskcompletedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/activitytaskcompletedattributesresponse.js.map +1 -1
- package/esm/models/components/activitytaskstartedattributesresponse.d.ts +2 -0
- package/esm/models/components/activitytaskstartedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/activitytaskstartedattributesresponse.js.map +1 -1
- package/esm/models/components/agentscompletionrequest.d.ts +2 -0
- package/esm/models/components/agentscompletionrequest.d.ts.map +1 -1
- package/esm/models/components/agentscompletionrequest.js +2 -0
- package/esm/models/components/agentscompletionrequest.js.map +1 -1
- package/esm/models/components/agentscompletionstreamrequest.d.ts +2 -0
- package/esm/models/components/agentscompletionstreamrequest.d.ts.map +1 -1
- package/esm/models/components/agentscompletionstreamrequest.js +2 -0
- package/esm/models/components/agentscompletionstreamrequest.js.map +1 -1
- package/esm/models/components/authdata.d.ts +2 -2
- package/esm/models/components/authdata.d.ts.map +1 -1
- package/esm/models/components/authdata.js +1 -1
- package/esm/models/components/authdata.js.map +1 -1
- package/esm/models/components/authenticationconfiguration.d.ts +6 -2
- package/esm/models/components/authenticationconfiguration.d.ts.map +1 -1
- package/esm/models/components/authenticationconfiguration.js +6 -2
- package/esm/models/components/authenticationconfiguration.js.map +1 -1
- package/esm/models/components/authstatus.d.ts +11 -0
- package/esm/models/components/authstatus.d.ts.map +1 -0
- package/esm/models/components/authstatus.js +13 -0
- package/esm/models/components/authstatus.js.map +1 -0
- package/esm/models/components/basefielddefinition.d.ts +8 -8
- package/esm/models/components/basefielddefinition.d.ts.map +1 -1
- package/esm/models/components/basefielddefinition.js +6 -7
- package/esm/models/components/basefielddefinition.js.map +1 -1
- package/esm/models/components/chatcompletionevent.d.ts +6 -2
- package/esm/models/components/chatcompletionevent.d.ts.map +1 -1
- package/esm/models/components/chatcompletionevent.js +2 -0
- package/esm/models/components/chatcompletionevent.js.map +1 -1
- package/esm/models/components/chatcompletioneventpreview.d.ts +6 -2
- package/esm/models/components/chatcompletioneventpreview.d.ts.map +1 -1
- package/esm/models/components/chatcompletioneventpreview.js +2 -0
- package/esm/models/components/chatcompletioneventpreview.js.map +1 -1
- package/esm/models/components/chatcompletionrequest.d.ts +2 -0
- package/esm/models/components/chatcompletionrequest.d.ts.map +1 -1
- package/esm/models/components/chatcompletionrequest.js +2 -0
- package/esm/models/components/chatcompletionrequest.js.map +1 -1
- package/esm/models/components/chatcompletionstreamrequest.d.ts +2 -0
- package/esm/models/components/chatcompletionstreamrequest.d.ts.map +1 -1
- package/esm/models/components/chatcompletionstreamrequest.js +2 -0
- package/esm/models/components/chatcompletionstreamrequest.js.map +1 -1
- package/esm/models/components/classifierfinetuningjob.d.ts +1 -1
- package/esm/models/components/classifierfinetuningjobdetails.d.ts +42 -0
- package/esm/models/components/classifierfinetuningjobdetails.d.ts.map +1 -1
- package/esm/models/components/classifierfinetuningjobdetails.js +3 -0
- package/esm/models/components/classifierfinetuningjobdetails.js.map +1 -1
- package/esm/models/components/classifiertrainingparameters.d.ts +12 -0
- package/esm/models/components/classifiertrainingparameters.d.ts.map +1 -1
- package/esm/models/components/classifiertrainingparameters.js.map +1 -1
- package/esm/models/components/clientcapabilities.d.ts +26 -0
- package/esm/models/components/clientcapabilities.d.ts.map +1 -0
- package/esm/models/components/clientcapabilities.js +23 -0
- package/esm/models/components/clientcapabilities.js.map +1 -0
- package/esm/models/components/clienttaskscapability.d.ts +21 -0
- package/esm/models/components/clienttaskscapability.d.ts.map +1 -0
- package/esm/models/components/clienttaskscapability.js +17 -0
- package/esm/models/components/clienttaskscapability.js.map +1 -0
- package/esm/models/components/clienttasksrequestscapability.d.ts +17 -0
- package/esm/models/components/clienttasksrequestscapability.d.ts.map +1 -0
- package/esm/models/components/clienttasksrequestscapability.js +17 -0
- package/esm/models/components/clienttasksrequestscapability.js.map +1 -0
- package/esm/models/components/completionfinetuningjob.d.ts +1 -1
- package/esm/models/components/completionfinetuningjobdetails.d.ts +42 -0
- package/esm/models/components/completionfinetuningjobdetails.d.ts.map +1 -1
- package/esm/models/components/completionfinetuningjobdetails.js +3 -0
- package/esm/models/components/completionfinetuningjobdetails.js.map +1 -1
- package/esm/models/components/completiontokensdetails.d.ts +13 -0
- package/esm/models/components/completiontokensdetails.d.ts.map +1 -0
- package/esm/models/components/completiontokensdetails.js +19 -0
- package/esm/models/components/completiontokensdetails.js.map +1 -0
- package/esm/models/components/completiontrainingparameters.d.ts +12 -0
- package/esm/models/components/completiontrainingparameters.d.ts.map +1 -1
- package/esm/models/components/completiontrainingparameters.js.map +1 -1
- package/esm/models/components/connectionconfigtype.d.ts +11 -0
- package/esm/models/components/connectionconfigtype.d.ts.map +1 -0
- package/esm/models/components/connectionconfigtype.js +13 -0
- package/esm/models/components/connectionconfigtype.js.map +1 -0
- package/esm/models/components/connectioncredentials.d.ts +2 -0
- package/esm/models/components/connectioncredentials.d.ts.map +1 -1
- package/esm/models/components/connectioncredentials.js +2 -0
- package/esm/models/components/connectioncredentials.js.map +1 -1
- package/esm/models/components/connectionpreference.d.ts +15 -0
- package/esm/models/components/connectionpreference.d.ts.map +1 -0
- package/esm/models/components/connectionpreference.js +26 -0
- package/esm/models/components/connectionpreference.js.map +1 -0
- package/esm/models/components/connector.d.ts +29 -1
- package/esm/models/components/connector.d.ts.map +1 -1
- package/esm/models/components/connector.js +42 -2
- package/esm/models/components/connector.js.map +1 -1
- package/esm/models/components/connectorlocale.d.ts +18 -0
- package/esm/models/components/connectorlocale.d.ts.map +1 -0
- package/esm/models/components/connectorlocale.js +21 -0
- package/esm/models/components/connectorlocale.js.map +1 -0
- package/esm/models/components/connectorprotocol.d.ts +11 -0
- package/esm/models/components/connectorprotocol.d.ts.map +1 -0
- package/esm/models/components/connectorprotocol.js +13 -0
- package/esm/models/components/connectorprotocol.js.map +1 -0
- package/esm/models/components/connectorsqueryfilters.d.ts +0 -5
- package/esm/models/components/connectorsqueryfilters.d.ts.map +1 -1
- package/esm/models/components/connectorsqueryfilters.js +0 -6
- package/esm/models/components/connectorsqueryfilters.js.map +1 -1
- package/esm/models/components/consumertype.d.ts +12 -0
- package/esm/models/components/consumertype.d.ts.map +1 -0
- package/esm/models/components/consumertype.js +14 -0
- package/esm/models/components/consumertype.js.map +1 -0
- package/esm/models/components/createbatchjobrequest.d.ts +8 -1
- package/esm/models/components/createbatchjobrequest.d.ts.map +1 -1
- package/esm/models/components/createbatchjobrequest.js.map +1 -1
- package/esm/models/components/createconnectorrequest.d.ts +18 -0
- package/esm/models/components/createconnectorrequest.d.ts.map +1 -1
- package/esm/models/components/createconnectorrequest.js +8 -0
- package/esm/models/components/createconnectorrequest.js.map +1 -1
- package/esm/models/components/createingestionpipelineconfigurationrequest.d.ts +18 -0
- package/esm/models/components/createingestionpipelineconfigurationrequest.d.ts.map +1 -0
- package/esm/models/components/createingestionpipelineconfigurationrequest.js +20 -0
- package/esm/models/components/createingestionpipelineconfigurationrequest.js.map +1 -0
- package/esm/models/components/createlibraryrequest.d.ts +5 -0
- package/esm/models/components/createlibraryrequest.d.ts.map +1 -1
- package/esm/models/components/createlibraryrequest.js.map +1 -1
- package/esm/models/components/createsearchindexinforequest.d.ts +33 -0
- package/esm/models/components/createsearchindexinforequest.d.ts.map +1 -0
- package/esm/models/components/createsearchindexinforequest.js +33 -0
- package/esm/models/components/createsearchindexinforequest.js.map +1 -0
- package/esm/models/components/createvespaschemarequest.d.ts +14 -0
- package/esm/models/components/createvespaschemarequest.d.ts.map +1 -0
- package/esm/models/components/createvespaschemarequest.js +19 -0
- package/esm/models/components/createvespaschemarequest.js.map +1 -0
- package/esm/models/components/createvespasearchindexinforequest.d.ts +21 -0
- package/esm/models/components/createvespasearchindexinforequest.d.ts.map +1 -0
- package/esm/models/components/createvespasearchindexinforequest.js +25 -0
- package/esm/models/components/createvespasearchindexinforequest.js.map +1 -0
- package/esm/models/components/credentialsresponse.d.ts +2 -2
- package/esm/models/components/credentialsresponse.d.ts.map +1 -1
- package/esm/models/components/credentialsresponse.js +2 -2
- package/esm/models/components/credentialsresponse.js.map +1 -1
- package/esm/models/components/credentialsstatus.d.ts +15 -0
- package/esm/models/components/credentialsstatus.d.ts.map +1 -0
- package/esm/models/components/credentialsstatus.js +27 -0
- package/esm/models/components/credentialsstatus.js.map +1 -0
- package/esm/models/components/customtaskcompletedattributesresponse.d.ts +2 -0
- package/esm/models/components/customtaskcompletedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/customtaskcompletedattributesresponse.js.map +1 -1
- package/esm/models/components/customtaskstartedattributesresponse.d.ts +2 -0
- package/esm/models/components/customtaskstartedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/customtaskstartedattributesresponse.js.map +1 -1
- package/esm/models/components/deletemodelresponse.d.ts +2 -2
- package/esm/models/components/deploymentdetailresponse.d.ts +4 -0
- package/esm/models/components/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/components/deploymentdetailresponse.js +2 -0
- package/esm/models/components/deploymentdetailresponse.js.map +1 -1
- package/esm/models/components/deploymentlistresponse.d.ts +8 -0
- package/esm/models/components/deploymentlistresponse.d.ts.map +1 -1
- package/esm/models/components/deploymentlistresponse.js +8 -0
- package/esm/models/components/deploymentlistresponse.js.map +1 -1
- package/esm/models/components/deploymentresponse.d.ts +4 -0
- package/esm/models/components/deploymentresponse.d.ts.map +1 -1
- package/esm/models/components/deploymentresponse.js +2 -0
- package/esm/models/components/deploymentresponse.js.map +1 -1
- package/esm/models/components/document.d.ts +16 -0
- package/esm/models/components/document.d.ts.map +1 -1
- package/esm/models/components/document.js +2 -0
- package/esm/models/components/document.js.map +1 -1
- package/esm/models/components/elicitationcapability.d.ts +23 -0
- package/esm/models/components/elicitationcapability.d.ts.map +1 -0
- package/esm/models/components/elicitationcapability.js +15 -0
- package/esm/models/components/elicitationcapability.js.map +1 -0
- package/esm/models/components/encodedpayloadoptions.d.ts +6 -3
- package/esm/models/components/encodedpayloadoptions.d.ts.map +1 -1
- package/esm/models/components/encodedpayloadoptions.js +5 -2
- package/esm/models/components/encodedpayloadoptions.js.map +1 -1
- package/esm/models/components/encryptedpatchvalue.d.ts +21 -0
- package/esm/models/components/encryptedpatchvalue.d.ts.map +1 -0
- package/esm/models/components/encryptedpatchvalue.js +15 -0
- package/esm/models/components/encryptedpatchvalue.js.map +1 -0
- package/esm/models/components/executionlogrecord.d.ts +17 -0
- package/esm/models/components/executionlogrecord.d.ts.map +1 -0
- package/esm/models/components/executionlogrecord.js +27 -0
- package/esm/models/components/executionlogrecord.js.map +1 -0
- package/esm/models/components/executionlogsearchresponse.d.ts +12 -0
- package/esm/models/components/executionlogsearchresponse.d.ts.map +1 -0
- package/esm/models/components/executionlogsearchresponse.js +21 -0
- package/esm/models/components/executionlogsearchresponse.js.map +1 -0
- package/esm/models/components/extendedoauthservermetadata.d.ts +64 -0
- package/esm/models/components/extendedoauthservermetadata.d.ts.map +1 -0
- package/esm/models/components/extendedoauthservermetadata.js +64 -0
- package/esm/models/components/extendedoauthservermetadata.js.map +1 -0
- package/esm/models/components/feedresultgetlog.d.ts +13 -0
- package/esm/models/components/feedresultgetlog.d.ts.map +1 -0
- package/esm/models/components/feedresultgetlog.js +17 -0
- package/esm/models/components/feedresultgetlog.js.map +1 -0
- package/esm/models/components/feedresultgetspan.d.ts +13 -0
- package/esm/models/components/feedresultgetspan.d.ts.map +1 -0
- package/esm/models/components/feedresultgetspan.js +17 -0
- package/esm/models/components/feedresultgetspan.js.map +1 -0
- package/esm/models/components/feedresultgetspanevaluation.d.ts +13 -0
- package/esm/models/components/feedresultgetspanevaluation.d.ts.map +1 -0
- package/esm/models/components/feedresultgetspanevaluation.js +17 -0
- package/esm/models/components/feedresultgetspanevaluation.js.map +1 -0
- package/esm/models/components/feedresultgettrace.d.ts +13 -0
- package/esm/models/components/feedresultgettrace.d.ts.map +1 -0
- package/esm/models/components/feedresultgettrace.js +17 -0
- package/esm/models/components/feedresultgettrace.js.map +1 -0
- package/esm/models/components/fimcompletionrequest.d.ts +2 -0
- package/esm/models/components/fimcompletionrequest.d.ts.map +1 -1
- package/esm/models/components/fimcompletionrequest.js +2 -0
- package/esm/models/components/fimcompletionrequest.js.map +1 -1
- package/esm/models/components/fimcompletionstreamrequest.d.ts +2 -0
- package/esm/models/components/fimcompletionstreamrequest.d.ts.map +1 -1
- package/esm/models/components/fimcompletionstreamrequest.js +2 -0
- package/esm/models/components/fimcompletionstreamrequest.js.map +1 -1
- package/esm/models/components/getlog.d.ts +35 -0
- package/esm/models/components/getlog.d.ts.map +1 -0
- package/esm/models/components/getlog.js +55 -0
- package/esm/models/components/getlog.js.map +1 -0
- package/esm/models/components/getlogfieldoptions.d.ts +10 -0
- package/esm/models/components/getlogfieldoptions.d.ts.map +1 -0
- package/esm/models/components/getlogfieldoptions.js +14 -0
- package/esm/models/components/getlogfieldoptions.js.map +1 -0
- package/esm/models/components/getlogfields.d.ts +11 -0
- package/esm/models/components/getlogfields.d.ts.map +1 -0
- package/esm/models/components/getlogfields.js +21 -0
- package/esm/models/components/getlogfields.js.map +1 -0
- package/esm/models/components/getlogs.d.ts +11 -0
- package/esm/models/components/getlogs.d.ts.map +1 -0
- package/esm/models/components/getlogs.js +15 -0
- package/esm/models/components/getlogs.js.map +1 -0
- package/esm/models/components/getspan.d.ts +81 -0
- package/esm/models/components/getspan.d.ts.map +1 -0
- package/esm/models/components/getspan.js +143 -0
- package/esm/models/components/getspan.js.map +1 -0
- package/esm/models/components/getspanevaluation.d.ts +25 -0
- package/esm/models/components/getspanevaluation.d.ts.map +1 -0
- package/esm/models/components/getspanevaluation.js +42 -0
- package/esm/models/components/getspanevaluation.js.map +1 -0
- package/esm/models/components/getspanevaluationfieldoptions.d.ts +10 -0
- package/esm/models/components/getspanevaluationfieldoptions.d.ts.map +1 -0
- package/esm/models/components/getspanevaluationfieldoptions.js +14 -0
- package/esm/models/components/getspanevaluationfieldoptions.js.map +1 -0
- package/esm/models/components/getspanevaluationfields.d.ts +11 -0
- package/esm/models/components/getspanevaluationfields.d.ts.map +1 -0
- package/esm/models/components/getspanevaluationfields.js +20 -0
- package/esm/models/components/getspanevaluationfields.js.map +1 -0
- package/esm/models/components/getspanevaluations.d.ts +11 -0
- package/esm/models/components/getspanevaluations.d.ts.map +1 -0
- package/esm/models/components/getspanevaluations.js +20 -0
- package/esm/models/components/getspanevaluations.js.map +1 -0
- package/esm/models/components/getspanfieldoptions.d.ts +10 -0
- package/esm/models/components/getspanfieldoptions.d.ts.map +1 -0
- package/esm/models/components/getspanfieldoptions.js +14 -0
- package/esm/models/components/getspanfieldoptions.js.map +1 -0
- package/esm/models/components/getspanfields.d.ts +11 -0
- package/esm/models/components/getspanfields.d.ts.map +1 -0
- package/esm/models/components/getspanfields.js +21 -0
- package/esm/models/components/getspanfields.js.map +1 -0
- package/esm/models/components/getspans.d.ts +11 -0
- package/esm/models/components/getspans.d.ts.map +1 -0
- package/esm/models/components/getspans.js +15 -0
- package/esm/models/components/getspans.js.map +1 -0
- package/esm/models/components/gettrace.d.ts +51 -0
- package/esm/models/components/gettrace.d.ts.map +1 -0
- package/esm/models/components/gettrace.js +91 -0
- package/esm/models/components/gettrace.js.map +1 -0
- package/esm/models/components/gettracefieldoptions.d.ts +10 -0
- package/esm/models/components/gettracefieldoptions.d.ts.map +1 -0
- package/esm/models/components/gettracefieldoptions.js +14 -0
- package/esm/models/components/gettracefieldoptions.js.map +1 -0
- package/esm/models/components/gettracefields.d.ts +11 -0
- package/esm/models/components/gettracefields.d.ts.map +1 -0
- package/esm/models/components/gettracefields.js +20 -0
- package/esm/models/components/gettracefields.js.map +1 -0
- package/esm/models/components/gettraces.d.ts +11 -0
- package/esm/models/components/gettraces.d.ts.map +1 -0
- package/esm/models/components/gettraces.js +15 -0
- package/esm/models/components/gettraces.js.map +1 -0
- package/esm/models/components/httpstatus.d.ts +112 -0
- package/esm/models/components/httpstatus.d.ts.map +1 -0
- package/esm/models/components/httpstatus.js +93 -0
- package/esm/models/components/httpstatus.js.map +1 -0
- package/esm/models/components/index.d.ts +93 -1
- package/esm/models/components/index.d.ts.map +1 -1
- package/esm/models/components/index.js +93 -1
- package/esm/models/components/index.js.map +1 -1
- package/esm/models/components/ingestionpipelineconfiguration.d.ts +7 -0
- package/esm/models/components/ingestionpipelineconfiguration.d.ts.map +1 -1
- package/esm/models/components/ingestionpipelineconfiguration.js +10 -0
- package/esm/models/components/ingestionpipelineconfiguration.js.map +1 -1
- package/esm/models/components/jobmetadata.d.ts +18 -0
- package/esm/models/components/jobmetadata.d.ts.map +1 -1
- package/esm/models/components/jobmetadata.js.map +1 -1
- package/esm/models/components/jsonpatch.d.ts +13 -0
- package/esm/models/components/jsonpatch.d.ts.map +1 -0
- package/esm/models/components/jsonpatch.js +21 -0
- package/esm/models/components/jsonpatch.js.map +1 -0
- package/esm/models/components/jsonpatchappend.d.ts +10 -2
- package/esm/models/components/jsonpatchappend.d.ts.map +1 -1
- package/esm/models/components/jsonpatchappend.js +8 -1
- package/esm/models/components/jsonpatchappend.js.map +1 -1
- package/esm/models/components/jsonpatchpayloadresponse.d.ts +7 -11
- package/esm/models/components/jsonpatchpayloadresponse.d.ts.map +1 -1
- package/esm/models/components/jsonpatchpayloadresponse.js +10 -21
- package/esm/models/components/jsonpatchpayloadresponse.js.map +1 -1
- package/esm/models/components/jsonpatchpayloadvalueresponse.d.ts +9 -0
- package/esm/models/components/jsonpatchpayloadvalueresponse.d.ts.map +1 -0
- package/esm/models/components/jsonpatchpayloadvalueresponse.js +14 -0
- package/esm/models/components/jsonpatchpayloadvalueresponse.js.map +1 -0
- package/esm/models/components/jsonpayloadresponse.d.ts +8 -1
- package/esm/models/components/jsonpayloadresponse.d.ts.map +1 -1
- package/esm/models/components/jsonpayloadresponse.js +8 -0
- package/esm/models/components/jsonpayloadresponse.js.map +1 -1
- package/esm/models/components/library.d.ts +17 -0
- package/esm/models/components/library.d.ts.map +1 -1
- package/esm/models/components/library.js.map +1 -1
- package/esm/models/components/logicalexpression.d.ts +39 -0
- package/esm/models/components/logicalexpression.d.ts.map +1 -0
- package/esm/models/components/logicalexpression.js +60 -0
- package/esm/models/components/logicalexpression.js.map +1 -0
- package/esm/models/components/logsrequest.d.ts +22 -0
- package/esm/models/components/logsrequest.d.ts.map +1 -0
- package/esm/models/components/logsrequest.js +25 -0
- package/esm/models/components/logsrequest.js.map +1 -0
- package/esm/models/components/mcpprompt.d.ts +20 -0
- package/esm/models/components/mcpprompt.d.ts.map +1 -0
- package/esm/models/components/mcpprompt.js +26 -0
- package/esm/models/components/mcpprompt.js.map +1 -0
- package/esm/models/components/mcpresource.d.ts +23 -0
- package/esm/models/components/mcpresource.d.ts.map +1 -0
- package/esm/models/components/mcpresource.js +30 -0
- package/esm/models/components/mcpresource.js.map +1 -0
- package/esm/models/components/mcpserverauthenticationrequirement.d.ts +20 -0
- package/esm/models/components/mcpserverauthenticationrequirement.d.ts.map +1 -0
- package/esm/models/components/mcpserverauthenticationrequirement.js +15 -0
- package/esm/models/components/mcpserverauthenticationrequirement.js.map +1 -0
- package/esm/models/components/mcpservercard.d.ts +58 -0
- package/esm/models/components/mcpservercard.d.ts.map +1 -0
- package/esm/models/components/mcpservercard.js +66 -0
- package/esm/models/components/mcpservercard.js.map +1 -0
- package/esm/models/components/mcpservercardmeta.d.ts +19 -0
- package/esm/models/components/mcpservercardmeta.d.ts.map +1 -0
- package/esm/models/components/mcpservercardmeta.js +20 -0
- package/esm/models/components/mcpservercardmeta.js.map +1 -0
- package/esm/models/components/mcpservercardtool.d.ts +27 -0
- package/esm/models/components/mcpservercardtool.d.ts.map +1 -0
- package/esm/models/components/mcpservercardtool.js +31 -0
- package/esm/models/components/mcpservercardtool.js.map +1 -0
- package/esm/models/components/mcpserverremote.d.ts +39 -0
- package/esm/models/components/mcpserverremote.d.ts.map +1 -0
- package/esm/models/components/mcpserverremote.js +31 -0
- package/esm/models/components/mcpserverremote.js.map +1 -0
- package/esm/models/components/mcpserverremoteheader.d.ts +24 -0
- package/esm/models/components/mcpserverremoteheader.d.ts.map +1 -0
- package/esm/models/components/mcpserverremoteheader.js +19 -0
- package/esm/models/components/mcpserverremoteheader.js.map +1 -0
- package/esm/models/components/mcpserverrepository.d.ts +21 -0
- package/esm/models/components/mcpserverrepository.d.ts.map +1 -0
- package/esm/models/components/mcpserverrepository.js +16 -0
- package/esm/models/components/mcpserverrepository.js.map +1 -0
- package/esm/models/components/observabilityerrorcode.d.ts +0 -1
- package/esm/models/components/observabilityerrorcode.d.ts.map +1 -1
- package/esm/models/components/observabilityerrorcode.js +0 -1
- package/esm/models/components/observabilityerrorcode.js.map +1 -1
- package/esm/models/components/ocrrequest.d.ts +0 -2
- package/esm/models/components/ocrrequest.d.ts.map +1 -1
- package/esm/models/components/ocrrequest.js +0 -1
- package/esm/models/components/ocrrequest.js.map +1 -1
- package/esm/models/components/otelfielddefinition.d.ts +57 -0
- package/esm/models/components/otelfielddefinition.d.ts.map +1 -0
- package/esm/models/components/otelfielddefinition.js +64 -0
- package/esm/models/components/otelfielddefinition.js.map +1 -0
- package/esm/models/components/outboundauthenticationtype.d.ts +15 -0
- package/esm/models/components/outboundauthenticationtype.d.ts.map +1 -0
- package/esm/models/components/outboundauthenticationtype.js +17 -0
- package/esm/models/components/outboundauthenticationtype.js.map +1 -0
- package/esm/models/components/partialscheduledefinition.d.ts +78 -0
- package/esm/models/components/partialscheduledefinition.d.ts.map +1 -0
- package/esm/models/components/partialscheduledefinition.js +35 -0
- package/esm/models/components/partialscheduledefinition.js.map +1 -0
- package/esm/models/components/processingstatus.d.ts +3 -0
- package/esm/models/components/processingstatus.d.ts.map +1 -1
- package/esm/models/components/processingstatus.js.map +1 -1
- package/esm/models/components/promptargument.d.ts +16 -0
- package/esm/models/components/promptargument.d.ts.map +1 -0
- package/esm/models/components/promptargument.js +16 -0
- package/esm/models/components/promptargument.js.map +1 -0
- package/esm/models/components/promptscapability.d.ts +14 -0
- package/esm/models/components/promptscapability.d.ts.map +1 -0
- package/esm/models/components/promptscapability.js +14 -0
- package/esm/models/components/promptscapability.js.map +1 -0
- package/esm/models/components/prompttokensdetails.d.ts +1 -0
- package/esm/models/components/prompttokensdetails.d.ts.map +1 -1
- package/esm/models/components/prompttokensdetails.js +2 -0
- package/esm/models/components/prompttokensdetails.js.map +1 -1
- package/esm/models/components/publicauthenticationmethod.d.ts +3 -2
- package/esm/models/components/publicauthenticationmethod.d.ts.map +1 -1
- package/esm/models/components/publicauthenticationmethod.js +4 -2
- package/esm/models/components/publicauthenticationmethod.js.map +1 -1
- package/esm/models/components/publicconnectionconfig.d.ts +16 -0
- package/esm/models/components/publicconnectionconfig.d.ts.map +1 -0
- package/esm/models/components/publicconnectionconfig.js +23 -0
- package/esm/models/components/publicconnectionconfig.js.map +1 -0
- package/esm/models/components/reasoningeffort.d.ts +4 -0
- package/esm/models/components/reasoningeffort.d.ts.map +1 -1
- package/esm/models/components/reasoningeffort.js +4 -0
- package/esm/models/components/reasoningeffort.js.map +1 -1
- package/esm/models/components/referencechunk.d.ts +4 -4
- package/esm/models/components/referencechunk.js +4 -4
- package/esm/models/components/referencechunk.js.map +1 -1
- package/esm/models/components/resourcescapability.d.ts +15 -0
- package/esm/models/components/resourcescapability.d.ts.map +1 -0
- package/esm/models/components/resourcescapability.js +15 -0
- package/esm/models/components/resourcescapability.js.map +1 -0
- package/esm/models/components/resourcetype.d.ts +12 -0
- package/esm/models/components/resourcetype.d.ts.map +1 -0
- package/esm/models/components/resourcetype.js +14 -0
- package/esm/models/components/resourcetype.js.map +1 -0
- package/esm/models/components/rootscapability.d.ts +14 -0
- package/esm/models/components/rootscapability.d.ts.map +1 -0
- package/esm/models/components/rootscapability.js +14 -0
- package/esm/models/components/rootscapability.js.map +1 -0
- package/esm/models/components/samplingcapability.d.ts +19 -0
- package/esm/models/components/samplingcapability.d.ts.map +1 -0
- package/esm/models/components/samplingcapability.js +15 -0
- package/esm/models/components/samplingcapability.js.map +1 -0
- package/esm/models/components/scheduledefinition.d.ts +5 -0
- package/esm/models/components/scheduledefinition.d.ts.map +1 -1
- package/esm/models/components/scheduledefinition.js +2 -0
- package/esm/models/components/scheduledefinition.js.map +1 -1
- package/esm/models/components/scheduledefinitionoutput.d.ts +26 -0
- package/esm/models/components/scheduledefinitionoutput.d.ts.map +1 -1
- package/esm/models/components/scheduledefinitionoutput.js +12 -0
- package/esm/models/components/scheduledefinitionoutput.js.map +1 -1
- package/esm/models/components/schedulefutureexecution.d.ts +13 -0
- package/esm/models/components/schedulefutureexecution.d.ts.map +1 -0
- package/esm/models/components/schedulefutureexecution.js +19 -0
- package/esm/models/components/schedulefutureexecution.js.map +1 -0
- package/esm/models/components/schedulerecentexecution.d.ts +21 -0
- package/esm/models/components/schedulerecentexecution.d.ts.map +1 -0
- package/esm/models/components/schedulerecentexecution.js +23 -0
- package/esm/models/components/schedulerecentexecution.js.map +1 -0
- package/esm/models/components/searchindexresponse.d.ts +30 -0
- package/esm/models/components/searchindexresponse.d.ts.map +1 -0
- package/esm/models/components/searchindexresponse.js +42 -0
- package/esm/models/components/searchindexresponse.js.map +1 -0
- package/esm/models/components/servercapabilities.d.ts +32 -0
- package/esm/models/components/servercapabilities.d.ts.map +1 -0
- package/esm/models/components/servercapabilities.js +25 -0
- package/esm/models/components/servercapabilities.js.map +1 -0
- package/esm/models/components/serverlocale.d.ts +24 -0
- package/esm/models/components/serverlocale.d.ts.map +1 -0
- package/esm/models/components/serverlocale.js +27 -0
- package/esm/models/components/serverlocale.js.map +1 -0
- package/esm/models/components/servertaskscapability.d.ts +21 -0
- package/esm/models/components/servertaskscapability.d.ts.map +1 -0
- package/esm/models/components/servertaskscapability.js +17 -0
- package/esm/models/components/servertaskscapability.js.map +1 -0
- package/esm/models/components/servertasksrequestscapability.d.ts +15 -0
- package/esm/models/components/servertasksrequestscapability.d.ts.map +1 -0
- package/esm/models/components/servertasksrequestscapability.js +15 -0
- package/esm/models/components/servertasksrequestscapability.js.map +1 -0
- package/esm/models/components/sharing.d.ts +6 -0
- package/esm/models/components/sharing.d.ts.map +1 -1
- package/esm/models/components/sharing.js.map +1 -1
- package/esm/models/components/sharingdelete.d.ts +3 -0
- package/esm/models/components/sharingdelete.d.ts.map +1 -1
- package/esm/models/components/sharingdelete.js.map +1 -1
- package/esm/models/components/sharingrequest.d.ts +3 -0
- package/esm/models/components/sharingrequest.d.ts.map +1 -1
- package/esm/models/components/sharingrequest.js.map +1 -1
- package/esm/models/components/spanevaluationsrequest.d.ts +12 -0
- package/esm/models/components/spanevaluationsrequest.d.ts.map +1 -0
- package/esm/models/components/spanevaluationsrequest.js +18 -0
- package/esm/models/components/spanevaluationsrequest.js.map +1 -0
- package/esm/models/components/spansrequest.d.ts +12 -0
- package/esm/models/components/spansrequest.d.ts.map +1 -0
- package/esm/models/components/spansrequest.js +18 -0
- package/esm/models/components/spansrequest.js.map +1 -0
- package/esm/models/components/streamerror.d.ts +10 -0
- package/esm/models/components/streamerror.d.ts.map +1 -0
- package/esm/models/components/streamerror.js +15 -0
- package/esm/models/components/streamerror.js.map +1 -0
- package/esm/models/components/taskselicitationcapability.d.ts +16 -0
- package/esm/models/components/taskselicitationcapability.d.ts.map +1 -0
- package/esm/models/components/taskselicitationcapability.js +14 -0
- package/esm/models/components/taskselicitationcapability.js.map +1 -0
- package/esm/models/components/taskssamplingcapability.d.ts +16 -0
- package/esm/models/components/taskssamplingcapability.d.ts.map +1 -0
- package/esm/models/components/taskssamplingcapability.js +14 -0
- package/esm/models/components/taskssamplingcapability.js.map +1 -0
- package/esm/models/components/taskstoolscapability.d.ts +16 -0
- package/esm/models/components/taskstoolscapability.d.ts.map +1 -0
- package/esm/models/components/taskstoolscapability.js +14 -0
- package/esm/models/components/taskstoolscapability.js.map +1 -0
- package/esm/models/components/toolexecutionconfiguration.d.ts +43 -0
- package/esm/models/components/toolexecutionconfiguration.d.ts.map +1 -0
- package/esm/models/components/toolexecutionconfiguration.js +93 -0
- package/esm/models/components/toolexecutionconfiguration.js.map +1 -0
- package/esm/models/components/toolproperties.d.ts +17 -0
- package/esm/models/components/toolproperties.d.ts.map +1 -0
- package/esm/models/components/toolproperties.js +30 -0
- package/esm/models/components/toolproperties.js.map +1 -0
- package/esm/models/components/toolscapability.d.ts +14 -0
- package/esm/models/components/toolscapability.d.ts.map +1 -0
- package/esm/models/components/toolscapability.js +14 -0
- package/esm/models/components/toolscapability.js.map +1 -0
- package/esm/models/components/tracesrequest.d.ts +12 -0
- package/esm/models/components/tracesrequest.d.ts.map +1 -0
- package/esm/models/components/tracesrequest.js +18 -0
- package/esm/models/components/tracesrequest.js.map +1 -0
- package/esm/models/components/turbinemeta.d.ts +12 -0
- package/esm/models/components/turbinemeta.d.ts.map +1 -0
- package/esm/models/components/turbinemeta.js +22 -0
- package/esm/models/components/turbinemeta.js.map +1 -0
- package/esm/models/components/updateconnectorrequest.d.ts +7 -0
- package/esm/models/components/updateconnectorrequest.d.ts.map +1 -1
- package/esm/models/components/updateconnectorrequest.js +2 -0
- package/esm/models/components/updateconnectorrequest.js.map +1 -1
- package/esm/models/components/updatedocumentrequest.d.ts +7 -2
- package/esm/models/components/updatedocumentrequest.d.ts.map +1 -1
- package/esm/models/components/updatedocumentrequest.js +7 -1
- package/esm/models/components/updatedocumentrequest.js.map +1 -1
- package/esm/models/components/updatelibraryrequest.d.ts +2 -2
- package/esm/models/components/updatelibraryrequest.d.ts.map +1 -1
- package/esm/models/components/updatelibraryrequest.js +1 -1
- package/esm/models/components/updatelibraryrequest.js.map +1 -1
- package/esm/models/components/updateruninfo.d.ts +14 -0
- package/esm/models/components/updateruninfo.d.ts.map +1 -0
- package/esm/models/components/updateruninfo.js +20 -0
- package/esm/models/components/updateruninfo.js.map +1 -0
- package/esm/models/components/usageinfodollardefs.d.ts +2 -0
- package/esm/models/components/usageinfodollardefs.d.ts.map +1 -1
- package/esm/models/components/usageinfodollardefs.js +4 -0
- package/esm/models/components/usageinfodollardefs.js.map +1 -1
- package/esm/models/components/vespaschemaresponse.d.ts +11 -0
- package/esm/models/components/vespaschemaresponse.d.ts.map +1 -0
- package/esm/models/components/vespaschemaresponse.js +20 -0
- package/esm/models/components/vespaschemaresponse.js.map +1 -0
- package/esm/models/components/vespasearchindexinforesponse.d.ts +15 -0
- package/esm/models/components/vespasearchindexinforesponse.d.ts.map +1 -0
- package/esm/models/components/vespasearchindexinforesponse.js +26 -0
- package/esm/models/components/vespasearchindexinforesponse.js.map +1 -0
- package/esm/models/components/voicecreaterequest.d.ts +2 -0
- package/esm/models/components/voicecreaterequest.d.ts.map +1 -1
- package/esm/models/components/voicecreaterequest.js +1 -0
- package/esm/models/components/voicecreaterequest.js.map +1 -1
- package/esm/models/components/voiceresponse.d.ts +2 -0
- package/esm/models/components/voiceresponse.d.ts.map +1 -1
- package/esm/models/components/voiceresponse.js +3 -0
- package/esm/models/components/voiceresponse.js.map +1 -1
- package/esm/models/components/voiceupdaterequest.d.ts +2 -0
- package/esm/models/components/voiceupdaterequest.d.ts.map +1 -1
- package/esm/models/components/voiceupdaterequest.js +1 -0
- package/esm/models/components/voiceupdaterequest.js.map +1 -1
- package/esm/models/components/workflow.d.ts +4 -4
- package/esm/models/components/workflow.d.ts.map +1 -1
- package/esm/models/components/workflow.js +1 -2
- package/esm/models/components/workflow.js.map +1 -1
- package/esm/models/components/workflowbasicdefinition.d.ts +4 -0
- package/esm/models/components/workflowbasicdefinition.d.ts.map +1 -1
- package/esm/models/components/workflowbasicdefinition.js +1 -0
- package/esm/models/components/workflowbasicdefinition.js.map +1 -1
- package/esm/models/components/workflowbulkarchiverequest.d.ts +15 -0
- package/esm/models/components/workflowbulkarchiverequest.d.ts.map +1 -0
- package/esm/models/components/workflowbulkarchiverequest.js +18 -0
- package/esm/models/components/workflowbulkarchiverequest.js.map +1 -0
- package/esm/models/components/workflowbulkarchiveresponse.d.ts +19 -0
- package/esm/models/components/workflowbulkarchiveresponse.d.ts.map +1 -0
- package/esm/models/components/workflowbulkarchiveresponse.js +17 -0
- package/esm/models/components/workflowbulkarchiveresponse.js.map +1 -0
- package/esm/models/components/workflowbulkerror.d.ts +22 -0
- package/esm/models/components/workflowbulkerror.d.ts.map +1 -0
- package/esm/models/components/workflowbulkerror.js +22 -0
- package/esm/models/components/workflowbulkerror.js.map +1 -0
- package/esm/models/components/workflowbulkunarchiverequest.d.ts +15 -0
- package/esm/models/components/workflowbulkunarchiverequest.d.ts.map +1 -0
- package/esm/models/components/workflowbulkunarchiverequest.js +18 -0
- package/esm/models/components/workflowbulkunarchiverequest.js.map +1 -0
- package/esm/models/components/workflowbulkunarchiveresponse.d.ts +19 -0
- package/esm/models/components/workflowbulkunarchiveresponse.d.ts.map +1 -0
- package/esm/models/components/workflowbulkunarchiveresponse.js +17 -0
- package/esm/models/components/workflowbulkunarchiveresponse.js.map +1 -0
- package/esm/models/components/workflowcodedefinition.d.ts +4 -0
- package/esm/models/components/workflowcodedefinition.d.ts.map +1 -1
- package/esm/models/components/workflowcodedefinition.js +2 -0
- package/esm/models/components/workflowcodedefinition.js.map +1 -1
- package/esm/models/components/workflowexecutioncompletedattributesresponse.d.ts +2 -0
- package/esm/models/components/workflowexecutioncompletedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/workflowexecutioncompletedattributesresponse.js.map +1 -1
- package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.d.ts +2 -0
- package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.d.ts.map +1 -1
- package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.js.map +1 -1
- package/esm/models/components/workflowexecutionrequest.d.ts +0 -6
- package/esm/models/components/workflowexecutionrequest.d.ts.map +1 -1
- package/esm/models/components/workflowexecutionrequest.js +0 -3
- package/esm/models/components/workflowexecutionrequest.js.map +1 -1
- package/esm/models/components/workflowexecutionstartedattributesresponse.d.ts +2 -0
- package/esm/models/components/workflowexecutionstartedattributesresponse.d.ts.map +1 -1
- package/esm/models/components/workflowexecutionstartedattributesresponse.js.map +1 -1
- package/esm/models/components/workflowschedulelistresponse.d.ts +4 -0
- package/esm/models/components/workflowschedulelistresponse.d.ts.map +1 -1
- package/esm/models/components/workflowschedulelistresponse.js +6 -0
- package/esm/models/components/workflowschedulelistresponse.js.map +1 -1
- package/esm/models/components/workflowschedulepauserequest.d.ts +15 -0
- package/esm/models/components/workflowschedulepauserequest.d.ts.map +1 -0
- package/esm/models/components/workflowschedulepauserequest.js +13 -0
- package/esm/models/components/workflowschedulepauserequest.js.map +1 -0
- package/esm/models/components/workflowscheduletriggerrequest.d.ts +16 -0
- package/esm/models/components/workflowscheduletriggerrequest.d.ts.map +1 -0
- package/esm/models/components/workflowscheduletriggerrequest.js +14 -0
- package/esm/models/components/workflowscheduletriggerrequest.js.map +1 -0
- package/esm/models/components/workflowscheduleupdaterequest.d.ts +21 -0
- package/esm/models/components/workflowscheduleupdaterequest.d.ts.map +1 -0
- package/esm/models/components/workflowscheduleupdaterequest.js +14 -0
- package/esm/models/components/workflowscheduleupdaterequest.js.map +1 -0
- package/esm/models/components/workflowupdaterequest.d.ts +5 -0
- package/esm/models/components/workflowupdaterequest.d.ts.map +1 -1
- package/esm/models/components/workflowupdaterequest.js +1 -0
- package/esm/models/components/workflowupdaterequest.js.map +1 -1
- package/esm/models/components/workflowwithworkerstatus.d.ts +4 -4
- package/esm/models/components/workflowwithworkerstatus.d.ts.map +1 -1
- package/esm/models/components/workflowwithworkerstatus.js +1 -2
- package/esm/models/components/workflowwithworkerstatus.js.map +1 -1
- package/esm/models/operations/connectoractivatefororganizationv1.d.ts +15 -0
- package/esm/models/operations/connectoractivatefororganizationv1.d.ts.map +1 -0
- package/esm/models/operations/connectoractivatefororganizationv1.js +21 -0
- package/esm/models/operations/connectoractivatefororganizationv1.js.map +1 -0
- package/esm/models/operations/connectoractivateforuserv1.d.ts +15 -0
- package/esm/models/operations/connectoractivateforuserv1.d.ts.map +1 -0
- package/esm/models/operations/connectoractivateforuserv1.js +21 -0
- package/esm/models/operations/connectoractivateforuserv1.js.map +1 -0
- package/esm/models/operations/connectoractivateforworkspacev1.d.ts +15 -0
- package/esm/models/operations/connectoractivateforworkspacev1.d.ts.map +1 -0
- package/esm/models/operations/connectoractivateforworkspacev1.js +21 -0
- package/esm/models/operations/connectoractivateforworkspacev1.js.map +1 -0
- package/esm/models/operations/connectordeactivatefororganizationv1.d.ts +12 -0
- package/esm/models/operations/connectordeactivatefororganizationv1.d.ts.map +1 -0
- package/esm/models/operations/connectordeactivatefororganizationv1.js +18 -0
- package/esm/models/operations/connectordeactivatefororganizationv1.js.map +1 -0
- package/esm/models/operations/connectordeactivateforuserv1.d.ts +12 -0
- package/esm/models/operations/connectordeactivateforuserv1.d.ts.map +1 -0
- package/esm/models/operations/connectordeactivateforuserv1.js +18 -0
- package/esm/models/operations/connectordeactivateforuserv1.js.map +1 -0
- package/esm/models/operations/connectordeactivateforworkspacev1.d.ts +12 -0
- package/esm/models/operations/connectordeactivateforworkspacev1.d.ts.map +1 -0
- package/esm/models/operations/connectordeactivateforworkspacev1.js +18 -0
- package/esm/models/operations/connectordeactivateforworkspacev1.js.map +1 -0
- package/esm/models/operations/connectorgetauthurlv1.d.ts +11 -0
- package/esm/models/operations/connectorgetauthurlv1.d.ts.map +1 -1
- package/esm/models/operations/connectorgetauthurlv1.js +5 -0
- package/esm/models/operations/connectorgetauthurlv1.js.map +1 -1
- package/esm/models/operations/connectorgetv1.d.ts +5 -5
- package/esm/models/operations/connectorgetv1.d.ts.map +1 -1
- package/esm/models/operations/connectorgetv1.js +2 -2
- package/esm/models/operations/connectorgetv1.js.map +1 -1
- package/esm/models/operations/connectorlistorganizationcredentialsv1.d.ts +1 -1
- package/esm/models/operations/connectorlistorganizationcredentialsv1.d.ts.map +1 -1
- package/esm/models/operations/connectorlistorganizationcredentialsv1.js +1 -1
- package/esm/models/operations/connectorlistorganizationcredentialsv1.js.map +1 -1
- package/esm/models/operations/connectorlistusercredentialsv1.d.ts +1 -1
- package/esm/models/operations/connectorlistusercredentialsv1.d.ts.map +1 -1
- package/esm/models/operations/connectorlistusercredentialsv1.js +2 -1
- package/esm/models/operations/connectorlistusercredentialsv1.js.map +1 -1
- package/esm/models/operations/connectorlistworkspacecredentialsv1.d.ts +1 -1
- package/esm/models/operations/connectorlistworkspacecredentialsv1.d.ts.map +1 -1
- package/esm/models/operations/connectorlistworkspacecredentialsv1.js +1 -1
- package/esm/models/operations/connectorlistworkspacecredentialsv1.js.map +1 -1
- package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.d.ts +16 -0
- package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.d.ts.map +1 -0
- package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.js +21 -0
- package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.js.map +1 -0
- package/esm/models/operations/getschedulesv1workflowsschedulesget.d.ts +58 -0
- package/esm/models/operations/getschedulesv1workflowsschedulesget.d.ts.map +1 -0
- package/esm/models/operations/getschedulesv1workflowsschedulesget.js +48 -0
- package/esm/models/operations/getschedulesv1workflowsschedulesget.js.map +1 -0
- package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.d.ts +12 -0
- package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.d.ts.map +1 -0
- package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.js +18 -0
- package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.js.map +1 -0
- package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.d.ts +18 -0
- package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.d.ts.map +1 -0
- package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.js +23 -0
- package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.js.map +1 -0
- package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.d.ts +16 -0
- package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.d.ts.map +1 -0
- package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.js +21 -0
- package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.js.map +1 -0
- package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.d.ts +16 -0
- package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.d.ts.map +1 -0
- package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.js +21 -0
- package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.js.map +1 -0
- package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.d.ts +12 -0
- package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.d.ts.map +1 -0
- package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.js +18 -0
- package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.js.map +1 -0
- package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.d.ts +16 -0
- package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.d.ts.map +1 -0
- package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.js +21 -0
- package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.js.map +1 -0
- package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.d.ts +20 -0
- package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.d.ts.map +1 -0
- package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.js +24 -0
- package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.js.map +1 -0
- package/esm/models/operations/getworkflowexecutionlogs.d.ts +61 -0
- package/esm/models/operations/getworkflowexecutionlogs.d.ts.map +1 -0
- package/esm/models/operations/getworkflowexecutionlogs.js +36 -0
- package/esm/models/operations/getworkflowexecutionlogs.js.map +1 -0
- package/esm/models/operations/getworkflowsv1workflowsget.d.ts +71 -3
- package/esm/models/operations/getworkflowsv1workflowsget.d.ts.map +1 -1
- package/esm/models/operations/getworkflowsv1workflowsget.js +41 -2
- package/esm/models/operations/getworkflowsv1workflowsget.js.map +1 -1
- package/esm/models/operations/index.d.ts +29 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +29 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/librariesdocumentslistv1.d.ts +5 -0
- package/esm/models/operations/librariesdocumentslistv1.d.ts.map +1 -1
- package/esm/models/operations/librariesdocumentslistv1.js.map +1 -1
- package/esm/models/operations/librariesdocumentspatchv1.d.ts +17 -0
- package/esm/models/operations/librariesdocumentspatchv1.d.ts.map +1 -0
- package/esm/models/operations/librariesdocumentspatchv1.js +23 -0
- package/esm/models/operations/librariesdocumentspatchv1.js.map +1 -0
- package/esm/models/operations/librarieslistv1.d.ts +3 -1
- package/esm/models/operations/librarieslistv1.d.ts.map +1 -1
- package/esm/models/operations/librarieslistv1.js.map +1 -1
- package/esm/models/operations/librariespatchv1.d.ts +15 -0
- package/esm/models/operations/librariespatchv1.d.ts.map +1 -0
- package/esm/models/operations/librariespatchv1.js +21 -0
- package/esm/models/operations/librariespatchv1.js.map +1 -0
- package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.d.ts +25 -0
- package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js +7 -0
- package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js.map +1 -1
- package/esm/models/operations/listrunsv1workflowsrunsget.d.ts +63 -1
- package/esm/models/operations/listrunsv1workflowsrunsget.d.ts.map +1 -1
- package/esm/models/operations/listrunsv1workflowsrunsget.js +34 -0
- package/esm/models/operations/listrunsv1workflowsrunsget.js.map +1 -1
- package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.d.ts +15 -0
- package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.d.ts.map +1 -0
- package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.js +22 -0
- package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.js.map +1 -0
- package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.d.ts +15 -0
- package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.d.ts.map +1 -0
- package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.js +22 -0
- package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.js.map +1 -0
- package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.d.ts +21 -0
- package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.d.ts.map +1 -0
- package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.js +25 -0
- package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.js.map +1 -0
- package/esm/models/operations/searchlogsv1observabilitylogssearchpost.d.ts +21 -0
- package/esm/models/operations/searchlogsv1observabilitylogssearchpost.d.ts.map +1 -0
- package/esm/models/operations/searchlogsv1observabilitylogssearchpost.js +24 -0
- package/esm/models/operations/searchlogsv1observabilitylogssearchpost.js.map +1 -0
- package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.d.ts +21 -0
- package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.d.ts.map +1 -0
- package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.js +25 -0
- package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.js.map +1 -0
- package/esm/models/operations/searchspansv1observabilityspanssearchpost.d.ts +21 -0
- package/esm/models/operations/searchspansv1observabilityspanssearchpost.d.ts.map +1 -0
- package/esm/models/operations/searchspansv1observabilityspanssearchpost.js +24 -0
- package/esm/models/operations/searchspansv1observabilityspanssearchpost.js.map +1 -0
- package/esm/models/operations/searchtracesv1observabilitytracessearchpost.d.ts +21 -0
- package/esm/models/operations/searchtracesv1observabilitytracessearchpost.d.ts.map +1 -0
- package/esm/models/operations/searchtracesv1observabilitytracessearchpost.js +24 -0
- package/esm/models/operations/searchtracesv1observabilitytracessearchpost.js.map +1 -0
- package/esm/models/operations/speechv1audiospeechpost.d.ts +3 -3
- package/esm/models/operations/speechv1audiospeechpost.d.ts.map +1 -1
- package/esm/models/operations/speechv1audiospeechpost.js +3 -3
- package/esm/models/operations/speechv1audiospeechpost.js.map +1 -1
- package/esm/models/operations/streamworkflowexecutionlogs.d.ts +58 -0
- package/esm/models/operations/streamworkflowexecutionlogs.d.ts.map +1 -0
- package/esm/models/operations/streamworkflowexecutionlogs.js +70 -0
- package/esm/models/operations/streamworkflowexecutionlogs.js.map +1 -0
- package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.d.ts +15 -0
- package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.d.ts.map +1 -0
- package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.js +22 -0
- package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.js.map +1 -0
- package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.d.ts +15 -0
- package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.d.ts.map +1 -0
- package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.js +21 -0
- package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.js.map +1 -0
- package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.d.ts +15 -0
- package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.d.ts.map +1 -0
- package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.js +22 -0
- package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.js.map +1 -0
- package/esm/sdk/accesses.d.ts +1 -1
- package/esm/sdk/accesses.js +1 -1
- package/esm/sdk/connectors.d.ts +42 -0
- package/esm/sdk/connectors.d.ts.map +1 -1
- package/esm/sdk/connectors.js +60 -0
- package/esm/sdk/connectors.js.map +1 -1
- package/esm/sdk/documents.d.ts +10 -1
- package/esm/sdk/documents.d.ts.map +1 -1
- package/esm/sdk/documents.js +13 -1
- package/esm/sdk/documents.js.map +1 -1
- package/esm/sdk/executions.d.ts +22 -0
- package/esm/sdk/executions.d.ts.map +1 -1
- package/esm/sdk/executions.js +28 -0
- package/esm/sdk/executions.js.map +1 -1
- package/esm/sdk/ingestionpipelineconfigurations.d.ts +12 -0
- package/esm/sdk/ingestionpipelineconfigurations.d.ts.map +1 -1
- package/esm/sdk/ingestionpipelineconfigurations.js +17 -0
- package/esm/sdk/ingestionpipelineconfigurations.js.map +1 -1
- package/esm/sdk/libraries.d.ts +11 -2
- package/esm/sdk/libraries.d.ts.map +1 -1
- package/esm/sdk/libraries.js +13 -1
- package/esm/sdk/libraries.js.map +1 -1
- package/esm/sdk/logs.d.ts +18 -0
- package/esm/sdk/logs.d.ts.map +1 -0
- package/esm/sdk/logs.js +30 -0
- package/esm/sdk/logs.js.map +1 -0
- package/esm/sdk/observability.d.ts +9 -0
- package/esm/sdk/observability.d.ts.map +1 -1
- package/esm/sdk/observability.js +15 -0
- package/esm/sdk/observability.js.map +1 -1
- package/esm/sdk/rag.d.ts +3 -0
- package/esm/sdk/rag.d.ts.map +1 -1
- package/esm/sdk/rag.js +5 -0
- package/esm/sdk/rag.js.map +1 -1
- package/esm/sdk/schedules.d.ts +24 -1
- package/esm/sdk/schedules.d.ts.map +1 -1
- package/esm/sdk/schedules.js +38 -2
- package/esm/sdk/schedules.js.map +1 -1
- package/esm/sdk/searchindexes.d.ts +13 -0
- package/esm/sdk/searchindexes.d.ts.map +1 -0
- package/esm/sdk/searchindexes.js +23 -0
- package/esm/sdk/searchindexes.js.map +1 -0
- package/esm/sdk/spans.d.ts +34 -0
- package/esm/sdk/spans.d.ts.map +1 -0
- package/esm/sdk/spans.js +58 -0
- package/esm/sdk/spans.js.map +1 -0
- package/esm/sdk/traces.d.ts +30 -0
- package/esm/sdk/traces.d.ts.map +1 -0
- package/esm/sdk/traces.js +51 -0
- package/esm/sdk/traces.js.map +1 -0
- package/esm/sdk/workflows.d.ts +8 -0
- package/esm/sdk/workflows.d.ts.map +1 -1
- package/esm/sdk/workflows.js +14 -0
- package/esm/sdk/workflows.js.map +1 -1
- package/esm/types/async.d.ts.map +1 -1
- package/esm/types/async.js +6 -6
- package/esm/types/async.js.map +1 -1
- package/examples/src/reasoning.ts +50 -0
- package/examples/src/reasoning_multi_turn.ts +77 -0
- package/examples/src/reasoning_response_shape.ts +33 -0
- package/examples/src/reasoning_with_streaming.ts +68 -0
- package/jsr.json +1 -1
- package/package.json +21 -1
- package/packages/mistralai-azure/src/funcs/chatComplete.ts +5 -3
- package/packages/mistralai-azure/src/funcs/chatStream.ts +5 -3
- package/packages/mistralai-azure/src/funcs/ocrProcess.ts +5 -3
- package/packages/mistralai-azure/src/lib/config.ts +3 -3
- package/packages/mistralai-azure/src/lib/encodings.ts +32 -4
- package/packages/mistralai-azure/src/lib/files.ts +22 -0
- package/packages/mistralai-azure/src/lib/sdks.ts +10 -11
- package/packages/mistralai-azure/src/lib/security.ts +14 -2
- package/packages/mistralai-azure/src/lib/url.ts +16 -14
- package/packages/mistralai-azure/src/models/components/apikeyauth.ts +30 -0
- package/packages/mistralai-azure/src/models/components/chatcompletionchoice.ts +5 -2
- package/packages/mistralai-azure/src/models/components/chatcompletionrequest.ts +136 -15
- package/packages/mistralai-azure/src/models/components/chatcompletionstreamrequest.ts +138 -15
- package/packages/mistralai-azure/src/models/components/codeinterpretertool.ts +44 -0
- package/packages/mistralai-azure/src/models/components/customconnector.ts +82 -0
- package/packages/mistralai-azure/src/models/components/deltamessage.ts +10 -0
- package/packages/mistralai-azure/src/models/components/documentlibrarytool.ts +51 -0
- package/packages/mistralai-azure/src/models/components/guardrailconfig.ts +55 -0
- package/packages/mistralai-azure/src/models/components/imagegenerationtool.ts +44 -0
- package/packages/mistralai-azure/src/models/components/imageurlchunk.ts +1 -1
- package/packages/mistralai-azure/src/models/components/index.ts +18 -1
- package/packages/mistralai-azure/src/models/components/moderationllmaction.ts +18 -0
- package/packages/mistralai-azure/src/models/components/moderationllmv1categorythresholds.ts +64 -0
- package/packages/mistralai-azure/src/models/components/moderationllmv1config.ts +70 -0
- package/packages/mistralai-azure/src/models/components/moderationllmv2categorythresholds.ts +69 -0
- package/packages/mistralai-azure/src/models/components/moderationllmv2config.ts +70 -0
- package/packages/mistralai-azure/src/models/components/oauth2tokenauth.ts +32 -0
- package/packages/mistralai-azure/src/models/components/ocrconfidencescore.ts +52 -0
- package/packages/mistralai-azure/src/models/components/ocrpageconfidencescores.ts +66 -0
- package/packages/mistralai-azure/src/models/components/ocrpageobject.ts +15 -0
- package/packages/mistralai-azure/src/models/components/ocrrequest.ts +42 -7
- package/packages/mistralai-azure/src/models/components/ocrtableobject.ts +16 -0
- package/packages/mistralai-azure/src/models/components/reasoningeffort.ts +17 -0
- package/packages/mistralai-azure/src/models/components/referencechunk.ts +32 -4
- package/packages/mistralai-azure/src/models/components/thinkchunk.ts +6 -0
- package/packages/mistralai-azure/src/models/components/tool.ts +3 -4
- package/packages/mistralai-azure/src/models/components/toolcall.ts +3 -8
- package/packages/mistralai-azure/src/models/components/toolchoice.ts +2 -3
- package/packages/mistralai-azure/src/models/components/toolconfiguration.ts +42 -0
- package/packages/mistralai-azure/src/models/components/toolreferencechunk.ts +11 -7
- package/packages/mistralai-azure/src/models/components/websearchpremiumtool.ts +44 -0
- package/packages/mistralai-azure/src/models/components/websearchtool.ts +40 -0
- package/packages/mistralai-azure/src/types/async.ts +8 -7
- package/packages/mistralai-gcp/src/funcs/chatComplete.ts +5 -3
- package/packages/mistralai-gcp/src/funcs/chatStream.ts +5 -3
- package/packages/mistralai-gcp/src/funcs/fimComplete.ts +5 -3
- package/packages/mistralai-gcp/src/funcs/fimStream.ts +5 -3
- package/packages/mistralai-gcp/src/lib/config.ts +3 -3
- package/packages/mistralai-gcp/src/lib/encodings.ts +32 -4
- package/packages/mistralai-gcp/src/lib/files.ts +22 -0
- package/packages/mistralai-gcp/src/lib/sdks.ts +10 -11
- package/packages/mistralai-gcp/src/lib/security.ts +14 -2
- package/packages/mistralai-gcp/src/lib/url.ts +16 -14
- package/packages/mistralai-gcp/src/models/components/apikeyauth.ts +30 -0
- package/packages/mistralai-gcp/src/models/components/chatcompletionchoice.ts +5 -2
- package/packages/mistralai-gcp/src/models/components/chatcompletionrequest.ts +136 -15
- package/packages/mistralai-gcp/src/models/components/chatcompletionstreamrequest.ts +138 -15
- package/packages/mistralai-gcp/src/models/components/codeinterpretertool.ts +44 -0
- package/packages/mistralai-gcp/src/models/components/customconnector.ts +82 -0
- package/packages/mistralai-gcp/src/models/components/deltamessage.ts +10 -0
- package/packages/mistralai-gcp/src/models/components/documentlibrarytool.ts +51 -0
- package/packages/mistralai-gcp/src/models/components/fimcompletionrequest.ts +6 -6
- package/packages/mistralai-gcp/src/models/components/fimcompletionstreamrequest.ts +6 -6
- package/packages/mistralai-gcp/src/models/components/guardrailconfig.ts +55 -0
- package/packages/mistralai-gcp/src/models/components/imagegenerationtool.ts +44 -0
- package/packages/mistralai-gcp/src/models/components/imageurlchunk.ts +1 -1
- package/packages/mistralai-gcp/src/models/components/index.ts +16 -1
- package/packages/mistralai-gcp/src/models/components/moderationllmaction.ts +18 -0
- package/packages/mistralai-gcp/src/models/components/moderationllmv1categorythresholds.ts +64 -0
- package/packages/mistralai-gcp/src/models/components/moderationllmv1config.ts +70 -0
- package/packages/mistralai-gcp/src/models/components/moderationllmv2categorythresholds.ts +69 -0
- package/packages/mistralai-gcp/src/models/components/moderationllmv2config.ts +70 -0
- package/packages/mistralai-gcp/src/models/components/oauth2tokenauth.ts +32 -0
- package/packages/mistralai-gcp/src/models/components/reasoningeffort.ts +17 -0
- package/packages/mistralai-gcp/src/models/components/referencechunk.ts +32 -4
- package/packages/mistralai-gcp/src/models/components/thinkchunk.ts +6 -0
- package/packages/mistralai-gcp/src/models/components/tool.ts +3 -4
- package/packages/mistralai-gcp/src/models/components/toolcall.ts +3 -8
- package/packages/mistralai-gcp/src/models/components/toolchoice.ts +2 -3
- package/packages/mistralai-gcp/src/models/components/toolconfiguration.ts +42 -0
- package/packages/mistralai-gcp/src/models/components/toolreferencechunk.ts +11 -7
- package/packages/mistralai-gcp/src/models/components/websearchpremiumtool.ts +44 -0
- package/packages/mistralai-gcp/src/models/components/websearchtool.ts +40 -0
- package/packages/mistralai-gcp/src/models/errors/httpvalidationerror.ts +1 -1
- package/packages/mistralai-gcp/src/models/errors/index.ts +1 -1
- package/packages/mistralai-gcp/src/models/errors/responsevalidationerror.ts +1 -1
- package/packages/mistralai-gcp/src/models/errors/sdkerror.ts +1 -1
- package/packages/mistralai-gcp/src/types/async.ts +8 -7
- package/src/extra/observability/formatting.ts +194 -0
- package/src/extra/observability/index.ts +2 -0
- package/src/extra/observability/otel.ts +750 -0
- package/src/extra/observability/streaming.ts +174 -0
- package/src/extra/structChat.ts +25 -5
- package/src/funcs/agentsComplete.ts +1 -1
- package/src/funcs/agentsStream.ts +1 -1
- package/src/funcs/audioSpeechComplete.ts +1 -1
- package/src/funcs/audioTranscriptionsComplete.ts +1 -1
- package/src/funcs/audioTranscriptionsStream.ts +1 -1
- package/src/funcs/audioVoicesCreate.ts +1 -1
- package/src/funcs/audioVoicesDelete.ts +1 -1
- package/src/funcs/audioVoicesGet.ts +1 -1
- package/src/funcs/audioVoicesGetSampleAudio.ts +1 -1
- package/src/funcs/audioVoicesList.ts +1 -1
- package/src/funcs/audioVoicesUpdate.ts +1 -1
- package/src/funcs/batchJobsCancel.ts +1 -1
- package/src/funcs/batchJobsCreate.ts +1 -1
- package/src/funcs/batchJobsDelete.ts +1 -1
- package/src/funcs/batchJobsGet.ts +1 -1
- package/src/funcs/batchJobsList.ts +1 -1
- package/src/funcs/betaAgentsCreate.ts +1 -1
- package/src/funcs/betaAgentsCreateVersionAlias.ts +1 -1
- package/src/funcs/betaAgentsDelete.ts +1 -1
- package/src/funcs/betaAgentsDeleteVersionAlias.ts +1 -1
- package/src/funcs/betaAgentsGet.ts +1 -1
- package/src/funcs/betaAgentsGetVersion.ts +1 -1
- package/src/funcs/betaAgentsList.ts +1 -1
- package/src/funcs/betaAgentsListVersionAliases.ts +1 -1
- package/src/funcs/betaAgentsListVersions.ts +1 -1
- package/src/funcs/betaAgentsUpdate.ts +1 -1
- package/src/funcs/betaAgentsUpdateVersion.ts +1 -1
- package/src/funcs/betaConnectorsActivateForOrganization.ts +186 -0
- package/src/funcs/betaConnectorsActivateForUser.ts +184 -0
- package/src/funcs/betaConnectorsActivateForWorkspace.ts +186 -0
- package/src/funcs/betaConnectorsCallTool.ts +1 -1
- package/src/funcs/betaConnectorsCreate.ts +1 -1
- package/src/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.ts +1 -1
- package/src/funcs/betaConnectorsCreateOrUpdateUserCredentials.ts +1 -1
- package/src/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.ts +1 -1
- package/src/funcs/betaConnectorsDeactivateForOrganization.ts +182 -0
- package/src/funcs/betaConnectorsDeactivateForUser.ts +183 -0
- package/src/funcs/betaConnectorsDeactivateForWorkspace.ts +183 -0
- package/src/funcs/betaConnectorsDelete.ts +1 -1
- package/src/funcs/betaConnectorsDeleteOrganizationCredentials.ts +1 -1
- package/src/funcs/betaConnectorsDeleteUserCredentials.ts +1 -1
- package/src/funcs/betaConnectorsDeleteWorkspaceCredentials.ts +1 -1
- package/src/funcs/betaConnectorsGet.ts +2 -2
- package/src/funcs/betaConnectorsGetAuthUrl.ts +3 -1
- package/src/funcs/betaConnectorsGetAuthenticationMethods.ts +1 -1
- package/src/funcs/betaConnectorsList.ts +1 -1
- package/src/funcs/betaConnectorsListOrganizationCredentials.ts +1 -1
- package/src/funcs/betaConnectorsListTools.ts +1 -1
- package/src/funcs/betaConnectorsListUserCredentials.ts +1 -1
- package/src/funcs/betaConnectorsListWorkspaceCredentials.ts +1 -1
- package/src/funcs/betaConnectorsUpdate.ts +1 -1
- package/src/funcs/betaConversationsAppend.ts +1 -1
- package/src/funcs/betaConversationsAppendStream.ts +1 -1
- package/src/funcs/betaConversationsDelete.ts +1 -1
- package/src/funcs/betaConversationsGet.ts +1 -1
- package/src/funcs/betaConversationsGetHistory.ts +1 -1
- package/src/funcs/betaConversationsGetMessages.ts +1 -1
- package/src/funcs/betaConversationsList.ts +1 -1
- package/src/funcs/betaConversationsRestart.ts +1 -1
- package/src/funcs/betaConversationsRestartStream.ts +1 -1
- package/src/funcs/betaConversationsStart.ts +1 -1
- package/src/funcs/betaConversationsStartStream.ts +1 -1
- package/src/funcs/betaLibrariesAccessesDelete.ts +2 -2
- package/src/funcs/betaLibrariesAccessesList.ts +1 -1
- package/src/funcs/betaLibrariesAccessesUpdateOrCreate.ts +1 -1
- package/src/funcs/betaLibrariesCreate.ts +1 -1
- package/src/funcs/betaLibrariesDelete.ts +2 -2
- package/src/funcs/betaLibrariesDocumentsDelete.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsGet.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsGetSignedUrl.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.ts +190 -0
- package/src/funcs/betaLibrariesDocumentsList.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsReprocess.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsStatus.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsTextContent.ts +1 -1
- package/src/funcs/betaLibrariesDocumentsUpdate.ts +7 -7
- package/src/funcs/betaLibrariesDocumentsUpload.ts +1 -1
- package/src/funcs/betaLibrariesGet.ts +1 -1
- package/src/funcs/betaLibrariesLibrariesUpdateV1.ts +183 -0
- package/src/funcs/betaLibrariesList.ts +1 -1
- package/src/funcs/betaLibrariesUpdate.ts +6 -6
- package/src/funcs/betaObservabilityCampaignsCreate.ts +1 -1
- package/src/funcs/betaObservabilityCampaignsDelete.ts +1 -1
- package/src/funcs/betaObservabilityCampaignsFetch.ts +1 -1
- package/src/funcs/betaObservabilityCampaignsFetchStatus.ts +1 -1
- package/src/funcs/betaObservabilityCampaignsList.ts +1 -1
- package/src/funcs/betaObservabilityCampaignsListEvents.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsFetch.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsFieldsList.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsJudge.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsSearch.ts +1 -1
- package/src/funcs/betaObservabilityChatCompletionEventsSearchIds.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsCreate.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsCreateRecord.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsDelete.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsExportToJsonl.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsFetch.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsFetchTask.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsImportFromCampaign.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsImportFromDatasetRecords.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsImportFromExplorer.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsImportFromFile.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsImportFromPlayground.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsList.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsListRecords.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsListTasks.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsBulkDelete.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsDelete.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsFetch.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsJudge.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsUpdatePayload.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsRecordsUpdateProperties.ts +1 -1
- package/src/funcs/betaObservabilityDatasetsUpdate.ts +1 -1
- package/src/funcs/betaObservabilityJudgesCreate.ts +1 -1
- package/src/funcs/betaObservabilityJudgesDelete.ts +1 -1
- package/src/funcs/betaObservabilityJudgesFetch.ts +1 -1
- package/src/funcs/betaObservabilityJudgesJudgeConversation.ts +1 -1
- package/src/funcs/betaObservabilityJudgesList.ts +1 -1
- package/src/funcs/betaObservabilityJudgesUpdate.ts +1 -1
- package/src/funcs/betaObservabilityLogsFetchOptions.ts +192 -0
- package/src/funcs/betaObservabilityLogsList.ts +154 -0
- package/src/funcs/betaObservabilityLogsSearch.ts +183 -0
- package/src/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.ts +192 -0
- package/src/funcs/betaObservabilitySpansFetchSpanFieldOptions.ts +192 -0
- package/src/funcs/betaObservabilitySpansListSpanEvalFields.ts +155 -0
- package/src/funcs/betaObservabilitySpansListSpanFields.ts +154 -0
- package/src/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.ts +191 -0
- package/src/funcs/betaObservabilitySpansSearchSpanEvaluations.ts +189 -0
- package/src/funcs/betaObservabilitySpansSearchSpans.ts +183 -0
- package/src/funcs/betaObservabilityTracesFetchOptions.ts +192 -0
- package/src/funcs/betaObservabilityTracesGetSpanById.ts +196 -0
- package/src/funcs/betaObservabilityTracesGetTraceById.ts +181 -0
- package/src/funcs/betaObservabilityTracesGetTraceFields.ts +154 -0
- package/src/funcs/betaObservabilityTracesGetTraceSpans.ts +191 -0
- package/src/funcs/betaObservabilityTracesSearch.ts +184 -0
- package/src/funcs/betaRagIngestionPipelineConfigurationsList.ts +1 -1
- package/src/funcs/betaRagIngestionPipelineConfigurationsRegister.ts +174 -0
- package/src/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.ts +184 -0
- package/src/funcs/betaRagSearchIndexesList.ts +143 -0
- package/src/funcs/betaRagSearchIndexesRegister.ts +170 -0
- package/src/funcs/chatComplete.ts +1 -1
- package/src/funcs/chatStream.ts +1 -1
- package/src/funcs/classifiersClassify.ts +1 -1
- package/src/funcs/classifiersClassifyChat.ts +1 -1
- package/src/funcs/classifiersModerate.ts +1 -1
- package/src/funcs/classifiersModerateChat.ts +1 -1
- package/src/funcs/embeddingsCreate.ts +1 -1
- package/src/funcs/eventsGetStreamEvents.ts +1 -1
- package/src/funcs/eventsGetWorkflowEvents.ts +1 -1
- package/src/funcs/filesDelete.ts +1 -1
- package/src/funcs/filesDownload.ts +1 -1
- package/src/funcs/filesGetSignedUrl.ts +1 -1
- package/src/funcs/filesList.ts +1 -1
- package/src/funcs/filesRetrieve.ts +1 -1
- package/src/funcs/filesUpload.ts +1 -1
- package/src/funcs/fimComplete.ts +1 -1
- package/src/funcs/fimStream.ts +1 -1
- package/src/funcs/fineTuningJobsCancel.ts +1 -1
- package/src/funcs/fineTuningJobsCreate.ts +1 -1
- package/src/funcs/fineTuningJobsGet.ts +1 -1
- package/src/funcs/fineTuningJobsList.ts +1 -1
- package/src/funcs/fineTuningJobsStart.ts +1 -1
- package/src/funcs/modelsArchive.ts +1 -1
- package/src/funcs/modelsDelete.ts +1 -1
- package/src/funcs/modelsList.ts +1 -1
- package/src/funcs/modelsRetrieve.ts +1 -1
- package/src/funcs/modelsUnarchive.ts +1 -1
- package/src/funcs/modelsUpdate.ts +1 -1
- package/src/funcs/ocrProcess.ts +1 -1
- package/src/funcs/workflowsArchiveWorkflow.ts +1 -1
- package/src/funcs/workflowsBulkArchiveWorkflows.ts +170 -0
- package/src/funcs/workflowsBulkUnarchiveWorkflows.ts +170 -0
- package/src/funcs/workflowsDeploymentsGetDeployment.ts +1 -1
- package/src/funcs/workflowsDeploymentsListDeployments.ts +6 -1
- package/src/funcs/workflowsExecuteWorkflow.ts +1 -1
- package/src/funcs/workflowsExecuteWorkflowRegistration.ts +1 -1
- package/src/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.ts +1 -1
- package/src/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.ts +1 -1
- package/src/funcs/workflowsExecutionsCancelWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsExecutionsGetWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsExecutionsGetWorkflowExecutionHistory.ts +1 -1
- package/src/funcs/workflowsExecutionsGetWorkflowExecutionLogs.ts +197 -0
- package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.ts +1 -1
- package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.ts +1 -1
- package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.ts +1 -1
- package/src/funcs/workflowsExecutionsQueryWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsExecutionsResetWorkflow.ts +1 -1
- package/src/funcs/workflowsExecutionsSignalWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsExecutionsStream.ts +1 -1
- package/src/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.ts +207 -0
- package/src/funcs/workflowsExecutionsTerminateWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsExecutionsUpdateWorkflowExecution.ts +1 -1
- package/src/funcs/workflowsGetWorkflow.ts +1 -1
- package/src/funcs/workflowsGetWorkflowRegistration.ts +1 -1
- package/src/funcs/workflowsGetWorkflowRegistrations.ts +1 -1
- package/src/funcs/workflowsGetWorkflows.ts +7 -1
- package/src/funcs/workflowsMetricsGetWorkflowMetrics.ts +1 -1
- package/src/funcs/workflowsRunsGetRun.ts +1 -1
- package/src/funcs/workflowsRunsGetRunHistory.ts +1 -1
- package/src/funcs/workflowsRunsListRuns.ts +8 -1
- package/src/funcs/workflowsSchedulesGetSchedule.ts +178 -0
- package/src/funcs/workflowsSchedulesGetSchedules.ts +141 -30
- package/src/funcs/workflowsSchedulesPauseSchedule.ts +186 -0
- package/src/funcs/workflowsSchedulesResumeSchedule.ts +186 -0
- package/src/funcs/workflowsSchedulesScheduleWorkflow.ts +1 -1
- package/src/funcs/workflowsSchedulesTriggerSchedule.ts +186 -0
- package/src/funcs/workflowsSchedulesUnscheduleWorkflow.ts +1 -1
- package/src/funcs/workflowsSchedulesUpdateSchedule.ts +181 -0
- package/src/funcs/workflowsUnarchiveWorkflow.ts +1 -1
- package/src/funcs/workflowsUpdateWorkflow.ts +1 -1
- package/src/hooks/deprecation_warning.ts +1 -2
- package/src/hooks/registration.ts +6 -0
- package/src/hooks/tracing.ts +173 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/activitytaskcompletedattributesresponse.ts +2 -0
- package/src/models/components/activitytaskstartedattributesresponse.ts +2 -0
- package/src/models/components/agentscompletionrequest.ts +4 -0
- package/src/models/components/agentscompletionstreamrequest.ts +4 -0
- package/src/models/components/authdata.ts +3 -3
- package/src/models/components/authenticationconfiguration.ts +14 -5
- package/src/models/components/authstatus.ts +19 -0
- package/src/models/components/basefielddefinition.ts +19 -13
- package/src/models/components/chatcompletionevent.ts +7 -9
- package/src/models/components/chatcompletioneventpreview.ts +7 -9
- package/src/models/components/chatcompletionrequest.ts +4 -0
- package/src/models/components/chatcompletionstreamrequest.ts +4 -0
- package/src/models/components/classifierfinetuningjob.ts +1 -1
- package/src/models/components/classifierfinetuningjobdetails.ts +42 -0
- package/src/models/components/classifiertrainingparameters.ts +12 -0
- package/src/models/components/clientcapabilities.ts +60 -0
- package/src/models/components/clienttaskscapability.ts +43 -0
- package/src/models/components/clienttasksrequestscapability.ts +45 -0
- package/src/models/components/completionfinetuningjob.ts +1 -1
- package/src/models/components/completionfinetuningjobdetails.ts +42 -0
- package/src/models/components/completiontokensdetails.ts +39 -0
- package/src/models/components/completiontrainingparameters.ts +12 -0
- package/src/models/components/connectionconfigtype.ts +21 -0
- package/src/models/components/connectioncredentials.ts +4 -0
- package/src/models/components/connectionpreference.ts +49 -0
- package/src/models/components/connector.ts +88 -3
- package/src/models/components/connectorlocale.ts +40 -0
- package/src/models/components/connectorprotocol.ts +21 -0
- package/src/models/components/connectorsqueryfilters.ts +0 -11
- package/src/models/components/consumertype.ts +20 -0
- package/src/models/components/createbatchjobrequest.ts +8 -1
- package/src/models/components/createconnectorrequest.ts +32 -0
- package/src/models/components/createingestionpipelineconfigurationrequest.ts +44 -0
- package/src/models/components/createlibraryrequest.ts +5 -0
- package/src/models/components/createsearchindexinforequest.ts +89 -0
- package/src/models/components/createvespaschemarequest.ts +39 -0
- package/src/models/components/createvespasearchindexinforequest.ts +57 -0
- package/src/models/components/credentialsresponse.ts +7 -5
- package/src/models/components/credentialsstatus.ts +49 -0
- package/src/models/components/customtaskcompletedattributesresponse.ts +2 -0
- package/src/models/components/customtaskstartedattributesresponse.ts +2 -0
- package/src/models/components/deletemodelresponse.ts +2 -2
- package/src/models/components/deploymentdetailresponse.ts +6 -0
- package/src/models/components/deploymentlistresponse.ts +16 -0
- package/src/models/components/deploymentresponse.ts +6 -0
- package/src/models/components/document.ts +20 -0
- package/src/models/components/elicitationcapability.ts +41 -0
- package/src/models/components/encodedpayloadoptions.ts +13 -5
- package/src/models/components/encryptedpatchvalue.ts +43 -0
- package/src/models/components/executionlogrecord.ts +49 -0
- package/src/models/components/executionlogsearchresponse.ts +42 -0
- package/src/models/components/extendedoauthservermetadata.ts +163 -0
- package/src/models/components/feedresultgetlog.ts +36 -0
- package/src/models/components/feedresultgetspan.ts +36 -0
- package/src/models/components/feedresultgetspanevaluation.ts +39 -0
- package/src/models/components/feedresultgettrace.ts +36 -0
- package/src/models/components/fimcompletionrequest.ts +4 -0
- package/src/models/components/fimcompletionstreamrequest.ts +4 -0
- package/src/models/components/getlog.ts +88 -0
- package/src/models/components/getlogfieldoptions.ts +31 -0
- package/src/models/components/getlogfields.ts +38 -0
- package/src/models/components/getlogs.ts +32 -0
- package/src/models/components/getspan.ts +222 -0
- package/src/models/components/getspanevaluation.ts +72 -0
- package/src/models/components/getspanevaluationfieldoptions.ts +31 -0
- package/src/models/components/getspanevaluationfields.ts +40 -0
- package/src/models/components/getspanevaluations.ts +40 -0
- package/src/models/components/getspanfieldoptions.ts +31 -0
- package/src/models/components/getspanfields.ts +38 -0
- package/src/models/components/getspans.ts +32 -0
- package/src/models/components/gettrace.ts +145 -0
- package/src/models/components/gettracefieldoptions.ts +31 -0
- package/src/models/components/gettracefields.ts +38 -0
- package/src/models/components/gettraces.ts +32 -0
- package/src/models/components/httpstatus.ts +120 -0
- package/src/models/components/index.ts +93 -1
- package/src/models/components/ingestionpipelineconfiguration.ts +17 -0
- package/src/models/components/jobmetadata.ts +18 -0
- package/src/models/components/jsonpatch.ts +50 -0
- package/src/models/components/jsonpatchappend.ts +29 -3
- package/src/models/components/jsonpatchpayloadresponse.ts +19 -57
- package/src/models/components/jsonpatchpayloadvalueresponse.ts +29 -0
- package/src/models/components/jsonpayloadresponse.ts +18 -1
- package/src/models/components/library.ts +17 -0
- package/src/models/components/logicalexpression.ts +132 -0
- package/src/models/components/logsrequest.ts +45 -0
- package/src/models/components/mcpprompt.ts +49 -0
- package/src/models/components/mcpresource.ts +53 -0
- package/src/models/components/mcpserverauthenticationrequirement.ts +43 -0
- package/src/models/components/mcpservercard.ts +162 -0
- package/src/models/components/mcpservercardmeta.ts +45 -0
- package/src/models/components/mcpservercardtool.ts +60 -0
- package/src/models/components/mcpserverremote.ts +77 -0
- package/src/models/components/mcpserverremoteheader.ts +50 -0
- package/src/models/components/mcpserverrepository.ts +44 -0
- package/src/models/components/observabilityerrorcode.ts +0 -1
- package/src/models/components/ocrrequest.ts +0 -3
- package/src/models/components/otelfielddefinition.ts +102 -0
- package/src/models/components/outboundauthenticationtype.ts +30 -0
- package/src/models/components/partialscheduledefinition.ts +128 -0
- package/src/models/components/processingstatus.ts +3 -0
- package/src/models/components/promptargument.ts +37 -0
- package/src/models/components/promptscapability.ts +35 -0
- package/src/models/components/prompttokensdetails.ts +3 -0
- package/src/models/components/publicauthenticationmethod.ts +9 -6
- package/src/models/components/publicconnectionconfig.ts +46 -0
- package/src/models/components/reasoningeffort.ts +4 -0
- package/src/models/components/referencechunk.ts +8 -8
- package/src/models/components/resourcescapability.ts +37 -0
- package/src/models/components/resourcetype.ts +20 -0
- package/src/models/components/rootscapability.ts +35 -0
- package/src/models/components/samplingcapability.ts +37 -0
- package/src/models/components/scheduledefinition.ts +7 -0
- package/src/models/components/scheduledefinitionoutput.ts +42 -0
- package/src/models/components/schedulefutureexecution.ts +39 -0
- package/src/models/components/schedulerecentexecution.ts +51 -0
- package/src/models/components/searchindexresponse.ts +91 -0
- package/src/models/components/servercapabilities.ts +64 -0
- package/src/models/components/serverlocale.ts +45 -0
- package/src/models/components/servertaskscapability.ts +43 -0
- package/src/models/components/servertasksrequestscapability.ts +39 -0
- package/src/models/components/sharing.ts +6 -0
- package/src/models/components/sharingdelete.ts +3 -0
- package/src/models/components/sharingrequest.ts +3 -0
- package/src/models/components/spanevaluationsrequest.ts +36 -0
- package/src/models/components/spansrequest.ts +32 -0
- package/src/models/components/streamerror.ts +29 -0
- package/src/models/components/taskselicitationcapability.ts +35 -0
- package/src/models/components/taskssamplingcapability.ts +35 -0
- package/src/models/components/taskstoolscapability.ts +35 -0
- package/src/models/components/toolexecutionconfiguration.ts +224 -0
- package/src/models/components/toolproperties.ts +53 -0
- package/src/models/components/toolscapability.ts +35 -0
- package/src/models/components/tracesrequest.ts +32 -0
- package/src/models/components/turbinemeta.ts +37 -0
- package/src/models/components/updateconnectorrequest.ts +9 -0
- package/src/models/components/updatedocumentrequest.ts +14 -3
- package/src/models/components/updatelibraryrequest.ts +3 -3
- package/src/models/components/updateruninfo.ts +36 -0
- package/src/models/components/usageinfodollardefs.ts +8 -0
- package/src/models/components/vespaschemaresponse.ts +38 -0
- package/src/models/components/vespasearchindexinforesponse.ts +50 -0
- package/src/models/components/voicecreaterequest.ts +3 -0
- package/src/models/components/voiceresponse.ts +5 -0
- package/src/models/components/voiceupdaterequest.ts +3 -0
- package/src/models/components/workflow.ts +5 -6
- package/src/models/components/workflowbasicdefinition.ts +5 -0
- package/src/models/components/workflowbulkarchiverequest.ts +39 -0
- package/src/models/components/workflowbulkarchiveresponse.ts +44 -0
- package/src/models/components/workflowbulkerror.ts +50 -0
- package/src/models/components/workflowbulkunarchiverequest.ts +41 -0
- package/src/models/components/workflowbulkunarchiveresponse.ts +44 -0
- package/src/models/components/workflowcodedefinition.ts +6 -0
- package/src/models/components/workflowexecutioncompletedattributesresponse.ts +2 -0
- package/src/models/components/workflowexecutioncontinuedasnewattributesresponse.ts +2 -0
- package/src/models/components/workflowexecutionrequest.ts +0 -12
- package/src/models/components/workflowexecutionstartedattributesresponse.ts +2 -0
- package/src/models/components/workflowschedulelistresponse.ts +10 -0
- package/src/models/components/workflowschedulepauserequest.ts +36 -0
- package/src/models/components/workflowscheduletriggerrequest.ts +40 -0
- package/src/models/components/workflowscheduleupdaterequest.ts +46 -0
- package/src/models/components/workflowupdaterequest.ts +6 -0
- package/src/models/components/workflowwithworkerstatus.ts +5 -6
- package/src/models/operations/connectoractivatefororganizationv1.ts +53 -0
- package/src/models/operations/connectoractivateforuserv1.ts +51 -0
- package/src/models/operations/connectoractivateforworkspacev1.ts +52 -0
- package/src/models/operations/connectordeactivatefororganizationv1.ts +40 -0
- package/src/models/operations/connectordeactivateforuserv1.ts +38 -0
- package/src/models/operations/connectordeactivateforworkspacev1.ts +39 -0
- package/src/models/operations/connectorgetauthurlv1.ts +15 -0
- package/src/models/operations/connectorgetv1.ts +7 -7
- package/src/models/operations/connectorlistorganizationcredentialsv1.ts +2 -2
- package/src/models/operations/connectorlistusercredentialsv1.ts +3 -2
- package/src/models/operations/connectorlistworkspacecredentialsv1.ts +2 -2
- package/src/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.ts +49 -0
- package/src/models/operations/getschedulesv1workflowsschedulesget.ts +126 -0
- package/src/models/operations/getschedulev1workflowsschedulesscheduleidget.ts +40 -0
- package/src/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.ts +50 -0
- package/src/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.ts +49 -0
- package/src/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.ts +49 -0
- package/src/models/operations/gettracebyidv1observabilitytracestraceidget.ts +40 -0
- package/src/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.ts +49 -0
- package/src/models/operations/gettracespansv1observabilitytracestraceidspansget.ts +53 -0
- package/src/models/operations/getworkflowexecutionlogs.ts +102 -0
- package/src/models/operations/getworkflowsv1workflowsget.ts +122 -5
- package/src/models/operations/index.ts +29 -0
- package/src/models/operations/librariesdocumentslistv1.ts +5 -0
- package/src/models/operations/librariesdocumentspatchv1.ts +47 -0
- package/src/models/operations/librarieslistv1.ts +3 -1
- package/src/models/operations/librariespatchv1.ts +41 -0
- package/src/models/operations/listdeploymentsv1workflowsdeploymentsget.ts +32 -0
- package/src/models/operations/listrunsv1workflowsrunsget.ts +87 -1
- package/src/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.ts +53 -0
- package/src/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.ts +53 -0
- package/src/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.ts +57 -0
- package/src/models/operations/searchlogsv1observabilitylogssearchpost.ts +54 -0
- package/src/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.ts +57 -0
- package/src/models/operations/searchspansv1observabilityspanssearchpost.ts +54 -0
- package/src/models/operations/searchtracesv1observabilitytracessearchpost.ts +54 -0
- package/src/models/operations/speechv1audiospeechpost.ts +12 -12
- package/src/models/operations/streamworkflowexecutionlogs.ts +157 -0
- package/src/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.ts +53 -0
- package/src/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.ts +47 -0
- package/src/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.ts +47 -0
- package/src/sdk/accesses.ts +1 -1
- package/src/sdk/connectors.ts +108 -0
- package/src/sdk/documents.ts +22 -2
- package/src/sdk/executions.ts +44 -0
- package/src/sdk/ingestionpipelineconfigurations.ts +35 -0
- package/src/sdk/libraries.ts +22 -2
- package/src/sdk/logs.ts +55 -0
- package/src/sdk/observability.ts +18 -0
- package/src/sdk/rag.ts +6 -0
- package/src/sdk/schedules.ts +89 -2
- package/src/sdk/searchindexes.ts +38 -0
- package/src/sdk/spans.ts +116 -0
- package/src/sdk/traces.ts +102 -0
- package/src/sdk/workflows.ts +30 -0
- package/src/types/async.ts +8 -7
- package/tests/extra/observability/customProvider.test.ts +98 -0
- package/tests/extra/observability/formatting.test.ts +111 -0
- package/tests/extra/observability/helpers.ts +62 -0
- package/tests/extra/observability/otel.test.ts +453 -0
- package/tests/extra/observability/streaming.test.ts +94 -0
- package/tests/extra/structChat.test.ts +131 -0
- package/esm/models/components/authenticationtype.d.ts +0 -13
- package/esm/models/components/authenticationtype.d.ts.map +0 -1
- package/esm/models/components/authenticationtype.js +0 -15
- package/esm/models/components/authenticationtype.js.map +0 -1
- package/packages/mistralai-azure/src/models/components/tooltypes.ts +0 -20
- package/packages/mistralai-gcp/src/models/components/tooltypes.ts +0 -20
- package/src/models/components/authenticationtype.ts +0 -26
- /package/packages/mistralai-gcp/src/models/errors/{mistralgoogleclouderror.ts → mistralgcperror.ts} +0 -0
|
@@ -10,16 +10,26 @@ import {
|
|
|
10
10
|
AuthData$Outbound,
|
|
11
11
|
AuthData$outboundSchema,
|
|
12
12
|
} from "./authdata.js";
|
|
13
|
+
import {
|
|
14
|
+
ExtendedOAuthServerMetadata,
|
|
15
|
+
ExtendedOAuthServerMetadata$Outbound,
|
|
16
|
+
ExtendedOAuthServerMetadata$outboundSchema,
|
|
17
|
+
} from "./extendedoauthservermetadata.js";
|
|
13
18
|
import {
|
|
14
19
|
ResourceVisibility,
|
|
15
20
|
ResourceVisibility$outboundSchema,
|
|
16
21
|
} from "./resourcevisibility.js";
|
|
17
22
|
|
|
18
23
|
export type CreateConnectorRequest = {
|
|
24
|
+
protocol?: "mcp" | undefined;
|
|
19
25
|
/**
|
|
20
26
|
* The name of the connector. Should be 64 char length maximum, alphanumeric, only underscores/dashes.
|
|
21
27
|
*/
|
|
22
28
|
name: string;
|
|
29
|
+
/**
|
|
30
|
+
* Optional human-readable title for the connector.
|
|
31
|
+
*/
|
|
32
|
+
title?: string | null | undefined;
|
|
23
33
|
/**
|
|
24
34
|
* The description of the connector.
|
|
25
35
|
*/
|
|
@@ -41,6 +51,14 @@ export type CreateConnectorRequest = {
|
|
|
41
51
|
* Optional additional authentication data for the connector.
|
|
42
52
|
*/
|
|
43
53
|
authData?: AuthData | null | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* Optional OAuth2 authorization server metadata (authorization_endpoint, token_endpoint, etc.). When provided, skips .well-known discovery and uses these endpoints directly.
|
|
56
|
+
*/
|
|
57
|
+
oauth2ServerMetadata?: ExtendedOAuthServerMetadata | null | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* Optional URL to fetch OAuth2 authorization server metadata from (RFC 8414). When provided, the metadata is fetched from this URL and used instead of .well-known discovery. Mutually exclusive with oauth2_server_metadata.
|
|
60
|
+
*/
|
|
61
|
+
oauth2ServerMetadataUrl?: string | null | undefined;
|
|
44
62
|
/**
|
|
45
63
|
* Optional system prompt for the connector.
|
|
46
64
|
*/
|
|
@@ -49,13 +67,20 @@ export type CreateConnectorRequest = {
|
|
|
49
67
|
|
|
50
68
|
/** @internal */
|
|
51
69
|
export type CreateConnectorRequest$Outbound = {
|
|
70
|
+
protocol: "mcp";
|
|
52
71
|
name: string;
|
|
72
|
+
title?: string | null | undefined;
|
|
53
73
|
description: string;
|
|
54
74
|
icon_url?: string | null | undefined;
|
|
55
75
|
visibility?: string | undefined;
|
|
56
76
|
server: string;
|
|
57
77
|
headers?: { [k: string]: any } | null | undefined;
|
|
58
78
|
auth_data?: AuthData$Outbound | null | undefined;
|
|
79
|
+
oauth2_server_metadata?:
|
|
80
|
+
| ExtendedOAuthServerMetadata$Outbound
|
|
81
|
+
| null
|
|
82
|
+
| undefined;
|
|
83
|
+
oauth2_server_metadata_url?: string | null | undefined;
|
|
59
84
|
system_prompt?: string | null | undefined;
|
|
60
85
|
};
|
|
61
86
|
|
|
@@ -64,18 +89,25 @@ export const CreateConnectorRequest$outboundSchema: z.ZodType<
|
|
|
64
89
|
CreateConnectorRequest$Outbound,
|
|
65
90
|
CreateConnectorRequest
|
|
66
91
|
> = z.object({
|
|
92
|
+
protocol: z.literal("mcp").default("mcp" as const),
|
|
67
93
|
name: z.string(),
|
|
94
|
+
title: z.nullable(z.string()).optional(),
|
|
68
95
|
description: z.string(),
|
|
69
96
|
iconUrl: z.nullable(z.string()).optional(),
|
|
70
97
|
visibility: ResourceVisibility$outboundSchema.optional(),
|
|
71
98
|
server: z.string(),
|
|
72
99
|
headers: z.nullable(z.record(z.string(), z.any())).optional(),
|
|
73
100
|
authData: z.nullable(AuthData$outboundSchema).optional(),
|
|
101
|
+
oauth2ServerMetadata: z.nullable(ExtendedOAuthServerMetadata$outboundSchema)
|
|
102
|
+
.optional(),
|
|
103
|
+
oauth2ServerMetadataUrl: z.nullable(z.string()).optional(),
|
|
74
104
|
systemPrompt: z.nullable(z.string()).optional(),
|
|
75
105
|
}).transform((v) => {
|
|
76
106
|
return remap$(v, {
|
|
77
107
|
iconUrl: "icon_url",
|
|
78
108
|
authData: "auth_data",
|
|
109
|
+
oauth2ServerMetadata: "oauth2_server_metadata",
|
|
110
|
+
oauth2ServerMetadataUrl: "oauth2_server_metadata_url",
|
|
79
111
|
systemPrompt: "system_prompt",
|
|
80
112
|
});
|
|
81
113
|
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: c81f98a8ce78
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
|
|
9
|
+
export type CreateIngestionPipelineConfigurationRequest = {
|
|
10
|
+
name: string;
|
|
11
|
+
pipelineComposition?: { [k: string]: string } | null | undefined;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type CreateIngestionPipelineConfigurationRequest$Outbound = {
|
|
16
|
+
name: string;
|
|
17
|
+
pipeline_composition?: { [k: string]: string } | null | undefined;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const CreateIngestionPipelineConfigurationRequest$outboundSchema:
|
|
22
|
+
z.ZodType<
|
|
23
|
+
CreateIngestionPipelineConfigurationRequest$Outbound,
|
|
24
|
+
CreateIngestionPipelineConfigurationRequest
|
|
25
|
+
> = z.object({
|
|
26
|
+
name: z.string(),
|
|
27
|
+
pipelineComposition: z.nullable(z.record(z.string(), z.string()))
|
|
28
|
+
.optional(),
|
|
29
|
+
}).transform((v) => {
|
|
30
|
+
return remap$(v, {
|
|
31
|
+
pipelineComposition: "pipeline_composition",
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
export function createIngestionPipelineConfigurationRequestToJSON(
|
|
36
|
+
createIngestionPipelineConfigurationRequest:
|
|
37
|
+
CreateIngestionPipelineConfigurationRequest,
|
|
38
|
+
): string {
|
|
39
|
+
return JSON.stringify(
|
|
40
|
+
CreateIngestionPipelineConfigurationRequest$outboundSchema.parse(
|
|
41
|
+
createIngestionPipelineConfigurationRequest,
|
|
42
|
+
),
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -16,6 +16,11 @@ export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
|
16
16
|
export type CreateLibraryRequest = {
|
|
17
17
|
name: string;
|
|
18
18
|
description?: string | null | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The size of the chunks (in characters) to split document text into. Must be between 256 and 32768.
|
|
21
|
+
*
|
|
22
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
23
|
+
*/
|
|
19
24
|
chunkSize?: number | null | undefined;
|
|
20
25
|
/**
|
|
21
26
|
* Determines who owns the created library. 'User' creates a private library accessible only to its owner. 'Workspace' creates a library shared with the workspace. Defaults to 'Workspace' for API key sessions. Only API keys with the 'Private and shared connectors' connector access scope can create private, user-owned libraries.
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 390f11ebd46a
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
9
|
+
import {
|
|
10
|
+
CreateVespaSearchIndexInfoRequest,
|
|
11
|
+
CreateVespaSearchIndexInfoRequest$Outbound,
|
|
12
|
+
CreateVespaSearchIndexInfoRequest$outboundSchema,
|
|
13
|
+
} from "./createvespasearchindexinforequest.js";
|
|
14
|
+
|
|
15
|
+
export const CreateSearchIndexInfoRequestStatus = {
|
|
16
|
+
Online: "online",
|
|
17
|
+
Offline: "offline",
|
|
18
|
+
} as const;
|
|
19
|
+
export type CreateSearchIndexInfoRequestStatus = ClosedEnum<
|
|
20
|
+
typeof CreateSearchIndexInfoRequestStatus
|
|
21
|
+
>;
|
|
22
|
+
|
|
23
|
+
export type CreateSearchIndexInfoRequestIndex =
|
|
24
|
+
CreateVespaSearchIndexInfoRequest;
|
|
25
|
+
|
|
26
|
+
export type CreateSearchIndexInfoRequest = {
|
|
27
|
+
name: string;
|
|
28
|
+
documentCount?: number | null | undefined;
|
|
29
|
+
status?: CreateSearchIndexInfoRequestStatus | undefined;
|
|
30
|
+
index: CreateVespaSearchIndexInfoRequest;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/** @internal */
|
|
34
|
+
export const CreateSearchIndexInfoRequestStatus$outboundSchema: z.ZodEnum<
|
|
35
|
+
typeof CreateSearchIndexInfoRequestStatus
|
|
36
|
+
> = z.enum(CreateSearchIndexInfoRequestStatus);
|
|
37
|
+
|
|
38
|
+
/** @internal */
|
|
39
|
+
export type CreateSearchIndexInfoRequestIndex$Outbound =
|
|
40
|
+
CreateVespaSearchIndexInfoRequest$Outbound;
|
|
41
|
+
|
|
42
|
+
/** @internal */
|
|
43
|
+
export const CreateSearchIndexInfoRequestIndex$outboundSchema: z.ZodType<
|
|
44
|
+
CreateSearchIndexInfoRequestIndex$Outbound,
|
|
45
|
+
CreateSearchIndexInfoRequestIndex
|
|
46
|
+
> = CreateVespaSearchIndexInfoRequest$outboundSchema;
|
|
47
|
+
|
|
48
|
+
export function createSearchIndexInfoRequestIndexToJSON(
|
|
49
|
+
createSearchIndexInfoRequestIndex: CreateSearchIndexInfoRequestIndex,
|
|
50
|
+
): string {
|
|
51
|
+
return JSON.stringify(
|
|
52
|
+
CreateSearchIndexInfoRequestIndex$outboundSchema.parse(
|
|
53
|
+
createSearchIndexInfoRequestIndex,
|
|
54
|
+
),
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/** @internal */
|
|
59
|
+
export type CreateSearchIndexInfoRequest$Outbound = {
|
|
60
|
+
name: string;
|
|
61
|
+
document_count?: number | null | undefined;
|
|
62
|
+
status: string;
|
|
63
|
+
index: CreateVespaSearchIndexInfoRequest$Outbound;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/** @internal */
|
|
67
|
+
export const CreateSearchIndexInfoRequest$outboundSchema: z.ZodType<
|
|
68
|
+
CreateSearchIndexInfoRequest$Outbound,
|
|
69
|
+
CreateSearchIndexInfoRequest
|
|
70
|
+
> = z.object({
|
|
71
|
+
name: z.string(),
|
|
72
|
+
documentCount: z.nullable(z.int()).optional(),
|
|
73
|
+
status: CreateSearchIndexInfoRequestStatus$outboundSchema.default("offline"),
|
|
74
|
+
index: CreateVespaSearchIndexInfoRequest$outboundSchema,
|
|
75
|
+
}).transform((v) => {
|
|
76
|
+
return remap$(v, {
|
|
77
|
+
documentCount: "document_count",
|
|
78
|
+
});
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
export function createSearchIndexInfoRequestToJSON(
|
|
82
|
+
createSearchIndexInfoRequest: CreateSearchIndexInfoRequest,
|
|
83
|
+
): string {
|
|
84
|
+
return JSON.stringify(
|
|
85
|
+
CreateSearchIndexInfoRequest$outboundSchema.parse(
|
|
86
|
+
createSearchIndexInfoRequest,
|
|
87
|
+
),
|
|
88
|
+
);
|
|
89
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 1f94791cc6e1
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
|
|
9
|
+
export type CreateVespaSchemaRequest = {
|
|
10
|
+
name: string;
|
|
11
|
+
documentCount?: number | null | undefined;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export type CreateVespaSchemaRequest$Outbound = {
|
|
16
|
+
name: string;
|
|
17
|
+
document_count?: number | null | undefined;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const CreateVespaSchemaRequest$outboundSchema: z.ZodType<
|
|
22
|
+
CreateVespaSchemaRequest$Outbound,
|
|
23
|
+
CreateVespaSchemaRequest
|
|
24
|
+
> = z.object({
|
|
25
|
+
name: z.string(),
|
|
26
|
+
documentCount: z.nullable(z.int()).optional(),
|
|
27
|
+
}).transform((v) => {
|
|
28
|
+
return remap$(v, {
|
|
29
|
+
documentCount: "document_count",
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export function createVespaSchemaRequestToJSON(
|
|
34
|
+
createVespaSchemaRequest: CreateVespaSchemaRequest,
|
|
35
|
+
): string {
|
|
36
|
+
return JSON.stringify(
|
|
37
|
+
CreateVespaSchemaRequest$outboundSchema.parse(createVespaSchemaRequest),
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 47967cc371ef
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
import {
|
|
9
|
+
CreateVespaSchemaRequest,
|
|
10
|
+
CreateVespaSchemaRequest$Outbound,
|
|
11
|
+
CreateVespaSchemaRequest$outboundSchema,
|
|
12
|
+
} from "./createvespaschemarequest.js";
|
|
13
|
+
|
|
14
|
+
export type CreateVespaSearchIndexInfoRequest = {
|
|
15
|
+
type: "vespa";
|
|
16
|
+
k8sCluster: string;
|
|
17
|
+
k8sNamespace: string;
|
|
18
|
+
vespaInstanceName: string;
|
|
19
|
+
schemas: Array<CreateVespaSchemaRequest>;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
/** @internal */
|
|
23
|
+
export type CreateVespaSearchIndexInfoRequest$Outbound = {
|
|
24
|
+
type: "vespa";
|
|
25
|
+
k8s_cluster: string;
|
|
26
|
+
k8s_namespace: string;
|
|
27
|
+
vespa_instance_name: string;
|
|
28
|
+
schemas: Array<CreateVespaSchemaRequest$Outbound>;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/** @internal */
|
|
32
|
+
export const CreateVespaSearchIndexInfoRequest$outboundSchema: z.ZodType<
|
|
33
|
+
CreateVespaSearchIndexInfoRequest$Outbound,
|
|
34
|
+
CreateVespaSearchIndexInfoRequest
|
|
35
|
+
> = z.object({
|
|
36
|
+
type: z.literal("vespa"),
|
|
37
|
+
k8sCluster: z.string(),
|
|
38
|
+
k8sNamespace: z.string(),
|
|
39
|
+
vespaInstanceName: z.string(),
|
|
40
|
+
schemas: z.array(CreateVespaSchemaRequest$outboundSchema),
|
|
41
|
+
}).transform((v) => {
|
|
42
|
+
return remap$(v, {
|
|
43
|
+
k8sCluster: "k8s_cluster",
|
|
44
|
+
k8sNamespace: "k8s_namespace",
|
|
45
|
+
vespaInstanceName: "vespa_instance_name",
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
export function createVespaSearchIndexInfoRequestToJSON(
|
|
50
|
+
createVespaSearchIndexInfoRequest: CreateVespaSearchIndexInfoRequest,
|
|
51
|
+
): string {
|
|
52
|
+
return JSON.stringify(
|
|
53
|
+
CreateVespaSearchIndexInfoRequest$outboundSchema.parse(
|
|
54
|
+
createVespaSearchIndexInfoRequest,
|
|
55
|
+
),
|
|
56
|
+
);
|
|
57
|
+
}
|
|
@@ -13,13 +13,15 @@ import {
|
|
|
13
13
|
AuthenticationConfiguration$inboundSchema,
|
|
14
14
|
} from "./authenticationconfiguration.js";
|
|
15
15
|
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} from "./
|
|
16
|
+
OutboundAuthenticationType,
|
|
17
|
+
OutboundAuthenticationType$inboundSchema,
|
|
18
|
+
} from "./outboundauthenticationtype.js";
|
|
19
19
|
|
|
20
20
|
export type CredentialsResponse = {
|
|
21
21
|
credentials: Array<AuthenticationConfiguration>;
|
|
22
|
-
connectorPresetCredentialsForAuth?:
|
|
22
|
+
connectorPresetCredentialsForAuth?:
|
|
23
|
+
| Array<OutboundAuthenticationType>
|
|
24
|
+
| undefined;
|
|
23
25
|
};
|
|
24
26
|
|
|
25
27
|
/** @internal */
|
|
@@ -29,7 +31,7 @@ export const CredentialsResponse$inboundSchema: z.ZodType<
|
|
|
29
31
|
> = z.object({
|
|
30
32
|
credentials: z.array(AuthenticationConfiguration$inboundSchema),
|
|
31
33
|
connector_preset_credentials_for_auth: z.array(
|
|
32
|
-
|
|
34
|
+
OutboundAuthenticationType$inboundSchema,
|
|
33
35
|
).optional(),
|
|
34
36
|
}).transform((v) => {
|
|
35
37
|
return remap$(v, {
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 42337611c4b4
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
import { AuthStatus, AuthStatus$inboundSchema } from "./authstatus.js";
|
|
12
|
+
import { HTTPStatus, HTTPStatus$inboundSchema } from "./httpstatus.js";
|
|
13
|
+
|
|
14
|
+
export type CredentialsStatus = {
|
|
15
|
+
statusType: AuthStatus;
|
|
16
|
+
lastCheckedAt?: Date | null | undefined;
|
|
17
|
+
errorHttpCode?: HTTPStatus | null | undefined;
|
|
18
|
+
errorMessage?: string | null | undefined;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const CredentialsStatus$inboundSchema: z.ZodType<
|
|
23
|
+
CredentialsStatus,
|
|
24
|
+
unknown
|
|
25
|
+
> = z.object({
|
|
26
|
+
status_type: AuthStatus$inboundSchema,
|
|
27
|
+
last_checked_at: z.nullable(
|
|
28
|
+
z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
29
|
+
).optional(),
|
|
30
|
+
error_http_code: z.nullable(HTTPStatus$inboundSchema).optional(),
|
|
31
|
+
error_message: z.nullable(z.string()).optional(),
|
|
32
|
+
}).transform((v) => {
|
|
33
|
+
return remap$(v, {
|
|
34
|
+
"status_type": "statusType",
|
|
35
|
+
"last_checked_at": "lastCheckedAt",
|
|
36
|
+
"error_http_code": "errorHttpCode",
|
|
37
|
+
"error_message": "errorMessage",
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
export function credentialsStatusFromJSON(
|
|
42
|
+
jsonString: string,
|
|
43
|
+
): SafeParseResult<CredentialsStatus, SDKValidationError> {
|
|
44
|
+
return safeParse(
|
|
45
|
+
jsonString,
|
|
46
|
+
(x) => CredentialsStatus$inboundSchema.parse(JSON.parse(x)),
|
|
47
|
+
`Failed to parse 'CredentialsStatus' from JSON`,
|
|
48
|
+
);
|
|
49
|
+
}
|
|
@@ -31,6 +31,8 @@ export type CustomTaskCompletedAttributesResponse = {
|
|
|
31
31
|
* @remarks
|
|
32
32
|
*
|
|
33
33
|
* Used for complete state snapshots or final results.
|
|
34
|
+
* When encrypted, the value field contains base64-encoded encrypted data
|
|
35
|
+
* and encoding_options indicates the type of encryption applied.
|
|
34
36
|
*/
|
|
35
37
|
payload: JSONPayloadResponse;
|
|
36
38
|
};
|
|
@@ -31,6 +31,8 @@ export type CustomTaskStartedAttributesResponse = {
|
|
|
31
31
|
* @remarks
|
|
32
32
|
*
|
|
33
33
|
* Used for complete state snapshots or final results.
|
|
34
|
+
* When encrypted, the value field contains base64-encoded encrypted data
|
|
35
|
+
* and encoding_options indicates the type of encryption applied.
|
|
34
36
|
*/
|
|
35
37
|
payload?: JSONPayloadResponse | undefined;
|
|
36
38
|
};
|
|
@@ -14,11 +14,11 @@ export type DeleteModelResponse = {
|
|
|
14
14
|
*/
|
|
15
15
|
id: string;
|
|
16
16
|
/**
|
|
17
|
-
* The object type that was deleted
|
|
17
|
+
* The object type that was deleted.
|
|
18
18
|
*/
|
|
19
19
|
object: string;
|
|
20
20
|
/**
|
|
21
|
-
* The deletion status
|
|
21
|
+
* The deletion status.
|
|
22
22
|
*/
|
|
23
23
|
deleted: boolean;
|
|
24
24
|
};
|
|
@@ -30,6 +30,10 @@ export type DeploymentDetailResponse = {
|
|
|
30
30
|
* Whether at least one worker is currently live
|
|
31
31
|
*/
|
|
32
32
|
isActive: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Whether the deployment has at least one authorized credential
|
|
35
|
+
*/
|
|
36
|
+
isHardened: boolean;
|
|
33
37
|
/**
|
|
34
38
|
* When the deployment was first registered
|
|
35
39
|
*/
|
|
@@ -56,6 +60,7 @@ export const DeploymentDetailResponse$inboundSchema: z.ZodType<
|
|
|
56
60
|
id: z.string(),
|
|
57
61
|
name: z.string(),
|
|
58
62
|
is_active: z.boolean(),
|
|
63
|
+
is_hardened: z.boolean().default(false),
|
|
59
64
|
created_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
60
65
|
updated_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
61
66
|
location: z.nullable(DeploymentLocation$inboundSchema).optional(),
|
|
@@ -63,6 +68,7 @@ export const DeploymentDetailResponse$inboundSchema: z.ZodType<
|
|
|
63
68
|
}).transform((v) => {
|
|
64
69
|
return remap$(v, {
|
|
65
70
|
"is_active": "isActive",
|
|
71
|
+
"is_hardened": "isHardened",
|
|
66
72
|
"created_at": "createdAt",
|
|
67
73
|
"updated_at": "updatedAt",
|
|
68
74
|
});
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
8
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
9
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
@@ -17,6 +18,14 @@ export type DeploymentListResponse = {
|
|
|
17
18
|
* List of deployments
|
|
18
19
|
*/
|
|
19
20
|
deployments: Array<DeploymentResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Cursor for the next page of results
|
|
23
|
+
*/
|
|
24
|
+
nextCursor: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Workspace ID the results are scoped to
|
|
27
|
+
*/
|
|
28
|
+
workspaceId: string;
|
|
20
29
|
};
|
|
21
30
|
|
|
22
31
|
/** @internal */
|
|
@@ -25,6 +34,13 @@ export const DeploymentListResponse$inboundSchema: z.ZodType<
|
|
|
25
34
|
unknown
|
|
26
35
|
> = z.object({
|
|
27
36
|
deployments: z.array(DeploymentResponse$inboundSchema),
|
|
37
|
+
next_cursor: z.nullable(z.string()),
|
|
38
|
+
workspace_id: z.string(),
|
|
39
|
+
}).transform((v) => {
|
|
40
|
+
return remap$(v, {
|
|
41
|
+
"next_cursor": "nextCursor",
|
|
42
|
+
"workspace_id": "workspaceId",
|
|
43
|
+
});
|
|
28
44
|
});
|
|
29
45
|
|
|
30
46
|
export function deploymentListResponseFromJSON(
|
|
@@ -26,6 +26,10 @@ export type DeploymentResponse = {
|
|
|
26
26
|
* Whether at least one worker is currently live
|
|
27
27
|
*/
|
|
28
28
|
isActive: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Whether the deployment has at least one authorized credential
|
|
31
|
+
*/
|
|
32
|
+
isHardened: boolean;
|
|
29
33
|
/**
|
|
30
34
|
* When the deployment was first registered
|
|
31
35
|
*/
|
|
@@ -48,12 +52,14 @@ export const DeploymentResponse$inboundSchema: z.ZodType<
|
|
|
48
52
|
id: z.string(),
|
|
49
53
|
name: z.string(),
|
|
50
54
|
is_active: z.boolean(),
|
|
55
|
+
is_hardened: z.boolean().default(false),
|
|
51
56
|
created_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
52
57
|
updated_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
53
58
|
location: z.nullable(DeploymentLocation$inboundSchema).optional(),
|
|
54
59
|
}).transform((v) => {
|
|
55
60
|
return remap$(v, {
|
|
56
61
|
"is_active": "isActive",
|
|
62
|
+
"is_hardened": "isHardened",
|
|
57
63
|
"created_at": "createdAt",
|
|
58
64
|
"updated_at": "updatedAt",
|
|
59
65
|
});
|
|
@@ -13,6 +13,9 @@ import { ProcessStatus, ProcessStatus$inboundSchema } from "./processstatus.js";
|
|
|
13
13
|
export type Document = {
|
|
14
14
|
id: string;
|
|
15
15
|
libraryId: string;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
18
|
+
*/
|
|
16
19
|
hash: string | null;
|
|
17
20
|
mimeType: string | null;
|
|
18
21
|
extension: string | null;
|
|
@@ -25,10 +28,23 @@ export type Document = {
|
|
|
25
28
|
processStatus: ProcessStatus;
|
|
26
29
|
uploadedById: string | null;
|
|
27
30
|
uploadedByType: string;
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
33
|
+
*/
|
|
28
34
|
tokensProcessingMainContent?: number | null | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
37
|
+
*/
|
|
29
38
|
tokensProcessingSummary?: number | null | undefined;
|
|
30
39
|
url?: string | null | undefined;
|
|
31
40
|
attributes?: { [k: string]: any } | null | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* If set, the document will be automatically deleted after this date.
|
|
43
|
+
*/
|
|
44
|
+
expiresAt?: Date | null | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
47
|
+
*/
|
|
32
48
|
processingStatus: string;
|
|
33
49
|
tokensProcessingTotal: number;
|
|
34
50
|
};
|
|
@@ -55,6 +71,9 @@ export const Document$inboundSchema: z.ZodType<Document, unknown> = z.object({
|
|
|
55
71
|
tokens_processing_summary: z.nullable(z.int()).optional(),
|
|
56
72
|
url: z.nullable(z.string()).optional(),
|
|
57
73
|
attributes: z.nullable(z.record(z.string(), z.any())).optional(),
|
|
74
|
+
expires_at: z.nullable(
|
|
75
|
+
z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
76
|
+
).optional(),
|
|
58
77
|
processing_status: z.string(),
|
|
59
78
|
tokens_processing_total: z.int(),
|
|
60
79
|
}).transform((v) => {
|
|
@@ -69,6 +88,7 @@ export const Document$inboundSchema: z.ZodType<Document, unknown> = z.object({
|
|
|
69
88
|
"uploaded_by_type": "uploadedByType",
|
|
70
89
|
"tokens_processing_main_content": "tokensProcessingMainContent",
|
|
71
90
|
"tokens_processing_summary": "tokensProcessingSummary",
|
|
91
|
+
"expires_at": "expiresAt",
|
|
72
92
|
"processing_status": "processingStatus",
|
|
73
93
|
"tokens_processing_total": "tokensProcessingTotal",
|
|
74
94
|
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 98d2df2da75c
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Capability for elicitation operations.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
*
|
|
16
|
+
* Clients must support at least one mode (form or url).
|
|
17
|
+
*/
|
|
18
|
+
export type ElicitationCapability = {
|
|
19
|
+
form?: { [k: string]: any } | null | undefined;
|
|
20
|
+
url?: { [k: string]: any } | null | undefined;
|
|
21
|
+
[additionalProperties: string]: unknown;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
/** @internal */
|
|
25
|
+
export const ElicitationCapability$inboundSchema: z.ZodType<
|
|
26
|
+
ElicitationCapability,
|
|
27
|
+
unknown
|
|
28
|
+
> = z.object({
|
|
29
|
+
form: z.nullable(z.record(z.string(), z.any())).optional(),
|
|
30
|
+
url: z.nullable(z.record(z.string(), z.any())).optional(),
|
|
31
|
+
}).catchall(z.any());
|
|
32
|
+
|
|
33
|
+
export function elicitationCapabilityFromJSON(
|
|
34
|
+
jsonString: string,
|
|
35
|
+
): SafeParseResult<ElicitationCapability, SDKValidationError> {
|
|
36
|
+
return safeParse(
|
|
37
|
+
jsonString,
|
|
38
|
+
(x) => ElicitationCapability$inboundSchema.parse(JSON.parse(x)),
|
|
39
|
+
`Failed to parse 'ElicitationCapability' from JSON`,
|
|
40
|
+
);
|
|
41
|
+
}
|
|
@@ -4,16 +4,24 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import * as z from "zod/v4";
|
|
7
|
-
import
|
|
7
|
+
import * as openEnums from "../../types/enums.js";
|
|
8
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
8
9
|
|
|
9
10
|
export const EncodedPayloadOptions = {
|
|
10
11
|
Offloaded: "offloaded",
|
|
11
12
|
Encrypted: "encrypted",
|
|
12
13
|
EncryptedPartial: "encrypted-partial",
|
|
14
|
+
Compressed: "compressed",
|
|
13
15
|
} as const;
|
|
14
|
-
export type EncodedPayloadOptions =
|
|
16
|
+
export type EncodedPayloadOptions = OpenEnum<typeof EncodedPayloadOptions>;
|
|
15
17
|
|
|
16
18
|
/** @internal */
|
|
17
|
-
export const EncodedPayloadOptions$
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
export const EncodedPayloadOptions$inboundSchema: z.ZodType<
|
|
20
|
+
EncodedPayloadOptions,
|
|
21
|
+
unknown
|
|
22
|
+
> = openEnums.inboundSchema(EncodedPayloadOptions);
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const EncodedPayloadOptions$outboundSchema: z.ZodType<
|
|
25
|
+
string,
|
|
26
|
+
EncodedPayloadOptions
|
|
27
|
+
> = openEnums.outboundSchema(EncodedPayloadOptions);
|