@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
|
@@ -17,6 +17,7 @@ export type VoiceCreateRequest = {
|
|
|
17
17
|
age?: number | null | undefined;
|
|
18
18
|
tags?: Array<string> | null | undefined;
|
|
19
19
|
color?: string | null | undefined;
|
|
20
|
+
description?: string | null | undefined;
|
|
20
21
|
retentionNotice?: number | undefined;
|
|
21
22
|
/**
|
|
22
23
|
* Base64-encoded audio file
|
|
@@ -37,6 +38,7 @@ export type VoiceCreateRequest$Outbound = {
|
|
|
37
38
|
age?: number | null | undefined;
|
|
38
39
|
tags?: Array<string> | null | undefined;
|
|
39
40
|
color?: string | null | undefined;
|
|
41
|
+
description?: string | null | undefined;
|
|
40
42
|
retention_notice: number;
|
|
41
43
|
sample_audio: string;
|
|
42
44
|
sample_filename?: string | null | undefined;
|
|
@@ -54,6 +56,7 @@ export const VoiceCreateRequest$outboundSchema: z.ZodType<
|
|
|
54
56
|
age: z.nullable(z.int()).optional(),
|
|
55
57
|
tags: z.nullable(z.array(z.string())).optional(),
|
|
56
58
|
color: z.nullable(z.string()).optional(),
|
|
59
|
+
description: z.nullable(z.string()).optional(),
|
|
57
60
|
retentionNotice: z.int().default(30),
|
|
58
61
|
sampleAudio: z.string(),
|
|
59
62
|
sampleFilename: z.nullable(z.string()).optional(),
|
|
@@ -20,10 +20,12 @@ export type VoiceResponse = {
|
|
|
20
20
|
age?: number | null | undefined;
|
|
21
21
|
tags?: Array<string> | null | undefined;
|
|
22
22
|
color?: string | null | undefined;
|
|
23
|
+
description?: string | null | undefined;
|
|
23
24
|
retentionNotice: number;
|
|
24
25
|
id: string;
|
|
25
26
|
createdAt: Date;
|
|
26
27
|
userId: string | null;
|
|
28
|
+
trimmedSeconds?: number | null | undefined;
|
|
27
29
|
};
|
|
28
30
|
|
|
29
31
|
/** @internal */
|
|
@@ -36,15 +38,18 @@ export const VoiceResponse$inboundSchema: z.ZodType<VoiceResponse, unknown> = z
|
|
|
36
38
|
age: z.nullable(z.int()).optional(),
|
|
37
39
|
tags: z.nullable(z.array(z.string())).optional(),
|
|
38
40
|
color: z.nullable(z.string()).optional(),
|
|
41
|
+
description: z.nullable(z.string()).optional(),
|
|
39
42
|
retention_notice: z.int().default(30),
|
|
40
43
|
id: z.string(),
|
|
41
44
|
created_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
|
|
42
45
|
user_id: z.nullable(z.string()),
|
|
46
|
+
trimmed_seconds: z.nullable(z.number()).optional(),
|
|
43
47
|
}).transform((v) => {
|
|
44
48
|
return remap$(v, {
|
|
45
49
|
"retention_notice": "retentionNotice",
|
|
46
50
|
"created_at": "createdAt",
|
|
47
51
|
"user_id": "userId",
|
|
52
|
+
"trimmed_seconds": "trimmedSeconds",
|
|
48
53
|
});
|
|
49
54
|
});
|
|
50
55
|
|
|
@@ -14,6 +14,7 @@ export type VoiceUpdateRequest = {
|
|
|
14
14
|
gender?: string | null | undefined;
|
|
15
15
|
age?: number | null | undefined;
|
|
16
16
|
tags?: Array<string> | null | undefined;
|
|
17
|
+
description?: string | null | undefined;
|
|
17
18
|
};
|
|
18
19
|
|
|
19
20
|
/** @internal */
|
|
@@ -23,6 +24,7 @@ export type VoiceUpdateRequest$Outbound = {
|
|
|
23
24
|
gender?: string | null | undefined;
|
|
24
25
|
age?: number | null | undefined;
|
|
25
26
|
tags?: Array<string> | null | undefined;
|
|
27
|
+
description?: string | null | undefined;
|
|
26
28
|
};
|
|
27
29
|
|
|
28
30
|
/** @internal */
|
|
@@ -35,6 +37,7 @@ export const VoiceUpdateRequest$outboundSchema: z.ZodType<
|
|
|
35
37
|
gender: z.nullable(z.string()).optional(),
|
|
36
38
|
age: z.nullable(z.int()).optional(),
|
|
37
39
|
tags: z.nullable(z.array(z.string())).optional(),
|
|
40
|
+
description: z.nullable(z.string()).optional(),
|
|
38
41
|
});
|
|
39
42
|
|
|
40
43
|
export function voiceUpdateRequestToJSON(
|
|
@@ -48,14 +48,14 @@ export type Workflow = {
|
|
|
48
48
|
* Whether the workflow is technical (e.g. SDK-managed)
|
|
49
49
|
*/
|
|
50
50
|
isTechnical: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Whether the workflow must run associated to a user's identity
|
|
53
|
-
*/
|
|
54
|
-
onBehalfOf: boolean;
|
|
55
51
|
/**
|
|
56
52
|
* Whether the workflow is archived
|
|
57
53
|
*/
|
|
58
54
|
archived: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Tags for filtering and discovery
|
|
57
|
+
*/
|
|
58
|
+
tags?: Array<string> | undefined;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
/** @internal */
|
|
@@ -70,8 +70,8 @@ export const Workflow$inboundSchema: z.ZodType<Workflow, unknown> = z.object({
|
|
|
70
70
|
shared_namespace: z.nullable(z.string()).optional(),
|
|
71
71
|
available_in_chat_assistant: z.boolean().default(false),
|
|
72
72
|
is_technical: z.boolean().default(false),
|
|
73
|
-
on_behalf_of: z.boolean().default(false),
|
|
74
73
|
archived: z.boolean().default(false),
|
|
74
|
+
tags: z.array(z.string()).optional(),
|
|
75
75
|
}).transform((v) => {
|
|
76
76
|
return remap$(v, {
|
|
77
77
|
"display_name": "displayName",
|
|
@@ -80,7 +80,6 @@ export const Workflow$inboundSchema: z.ZodType<Workflow, unknown> = z.object({
|
|
|
80
80
|
"shared_namespace": "sharedNamespace",
|
|
81
81
|
"available_in_chat_assistant": "availableInChatAssistant",
|
|
82
82
|
"is_technical": "isTechnical",
|
|
83
|
-
"on_behalf_of": "onBehalfOf",
|
|
84
83
|
});
|
|
85
84
|
});
|
|
86
85
|
|
|
@@ -32,6 +32,10 @@ export type WorkflowBasicDefinition = {
|
|
|
32
32
|
* Whether the workflow is archived
|
|
33
33
|
*/
|
|
34
34
|
archived: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Workflow tags
|
|
37
|
+
*/
|
|
38
|
+
tags?: Array<string> | undefined;
|
|
35
39
|
};
|
|
36
40
|
|
|
37
41
|
/** @internal */
|
|
@@ -45,6 +49,7 @@ export const WorkflowBasicDefinition$inboundSchema: z.ZodType<
|
|
|
45
49
|
description: z.nullable(z.string()).optional(),
|
|
46
50
|
metadata: WorkflowMetadata$inboundSchema.optional(),
|
|
47
51
|
archived: z.boolean(),
|
|
52
|
+
tags: z.array(z.string()).optional(),
|
|
48
53
|
}).transform((v) => {
|
|
49
54
|
return remap$(v, {
|
|
50
55
|
"display_name": "displayName",
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 09ab99e3779f
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
|
|
9
|
+
export type WorkflowBulkArchiveRequest = {
|
|
10
|
+
/**
|
|
11
|
+
* List of workflow IDs to archive
|
|
12
|
+
*/
|
|
13
|
+
workflowIds: Array<string>;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
/** @internal */
|
|
17
|
+
export type WorkflowBulkArchiveRequest$Outbound = {
|
|
18
|
+
workflow_ids: Array<string>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const WorkflowBulkArchiveRequest$outboundSchema: z.ZodType<
|
|
23
|
+
WorkflowBulkArchiveRequest$Outbound,
|
|
24
|
+
WorkflowBulkArchiveRequest
|
|
25
|
+
> = z.object({
|
|
26
|
+
workflowIds: z.array(z.string()),
|
|
27
|
+
}).transform((v) => {
|
|
28
|
+
return remap$(v, {
|
|
29
|
+
workflowIds: "workflow_ids",
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export function workflowBulkArchiveRequestToJSON(
|
|
34
|
+
workflowBulkArchiveRequest: WorkflowBulkArchiveRequest,
|
|
35
|
+
): string {
|
|
36
|
+
return JSON.stringify(
|
|
37
|
+
WorkflowBulkArchiveRequest$outboundSchema.parse(workflowBulkArchiveRequest),
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 20666aa5dd34
|
|
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
|
+
import { Workflow, Workflow$inboundSchema } from "./workflow.js";
|
|
11
|
+
import {
|
|
12
|
+
WorkflowBulkError,
|
|
13
|
+
WorkflowBulkError$inboundSchema,
|
|
14
|
+
} from "./workflowbulkerror.js";
|
|
15
|
+
|
|
16
|
+
export type WorkflowBulkArchiveResponse = {
|
|
17
|
+
/**
|
|
18
|
+
* Workflows that were successfully archived or were already archived
|
|
19
|
+
*/
|
|
20
|
+
archived: Array<Workflow>;
|
|
21
|
+
/**
|
|
22
|
+
* Workflows that could not be archived and the corresponding error messages
|
|
23
|
+
*/
|
|
24
|
+
errored?: Array<WorkflowBulkError> | undefined;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const WorkflowBulkArchiveResponse$inboundSchema: z.ZodType<
|
|
29
|
+
WorkflowBulkArchiveResponse,
|
|
30
|
+
unknown
|
|
31
|
+
> = z.object({
|
|
32
|
+
archived: z.array(Workflow$inboundSchema),
|
|
33
|
+
errored: z.array(WorkflowBulkError$inboundSchema).optional(),
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export function workflowBulkArchiveResponseFromJSON(
|
|
37
|
+
jsonString: string,
|
|
38
|
+
): SafeParseResult<WorkflowBulkArchiveResponse, SDKValidationError> {
|
|
39
|
+
return safeParse(
|
|
40
|
+
jsonString,
|
|
41
|
+
(x) => WorkflowBulkArchiveResponse$inboundSchema.parse(JSON.parse(x)),
|
|
42
|
+
`Failed to parse 'WorkflowBulkArchiveResponse' from JSON`,
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: d726d7bf55c6
|
|
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 { Workflow, Workflow$inboundSchema } from "./workflow.js";
|
|
12
|
+
|
|
13
|
+
export type WorkflowBulkError = {
|
|
14
|
+
/**
|
|
15
|
+
* The requested workflow ID
|
|
16
|
+
*/
|
|
17
|
+
workflowId: string;
|
|
18
|
+
/**
|
|
19
|
+
* The workflow, if found
|
|
20
|
+
*/
|
|
21
|
+
workflow?: Workflow | null | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* Error message describing why the operation failed
|
|
24
|
+
*/
|
|
25
|
+
message: string;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const WorkflowBulkError$inboundSchema: z.ZodType<
|
|
30
|
+
WorkflowBulkError,
|
|
31
|
+
unknown
|
|
32
|
+
> = z.object({
|
|
33
|
+
workflow_id: z.string(),
|
|
34
|
+
workflow: z.nullable(Workflow$inboundSchema).optional(),
|
|
35
|
+
message: z.string(),
|
|
36
|
+
}).transform((v) => {
|
|
37
|
+
return remap$(v, {
|
|
38
|
+
"workflow_id": "workflowId",
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
export function workflowBulkErrorFromJSON(
|
|
43
|
+
jsonString: string,
|
|
44
|
+
): SafeParseResult<WorkflowBulkError, SDKValidationError> {
|
|
45
|
+
return safeParse(
|
|
46
|
+
jsonString,
|
|
47
|
+
(x) => WorkflowBulkError$inboundSchema.parse(JSON.parse(x)),
|
|
48
|
+
`Failed to parse 'WorkflowBulkError' from JSON`,
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 39f0dda63293
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
+
|
|
9
|
+
export type WorkflowBulkUnarchiveRequest = {
|
|
10
|
+
/**
|
|
11
|
+
* List of workflow IDs to unarchive
|
|
12
|
+
*/
|
|
13
|
+
workflowIds: Array<string>;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
/** @internal */
|
|
17
|
+
export type WorkflowBulkUnarchiveRequest$Outbound = {
|
|
18
|
+
workflow_ids: Array<string>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const WorkflowBulkUnarchiveRequest$outboundSchema: z.ZodType<
|
|
23
|
+
WorkflowBulkUnarchiveRequest$Outbound,
|
|
24
|
+
WorkflowBulkUnarchiveRequest
|
|
25
|
+
> = z.object({
|
|
26
|
+
workflowIds: z.array(z.string()),
|
|
27
|
+
}).transform((v) => {
|
|
28
|
+
return remap$(v, {
|
|
29
|
+
workflowIds: "workflow_ids",
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export function workflowBulkUnarchiveRequestToJSON(
|
|
34
|
+
workflowBulkUnarchiveRequest: WorkflowBulkUnarchiveRequest,
|
|
35
|
+
): string {
|
|
36
|
+
return JSON.stringify(
|
|
37
|
+
WorkflowBulkUnarchiveRequest$outboundSchema.parse(
|
|
38
|
+
workflowBulkUnarchiveRequest,
|
|
39
|
+
),
|
|
40
|
+
);
|
|
41
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: c1887466583f
|
|
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
|
+
import { Workflow, Workflow$inboundSchema } from "./workflow.js";
|
|
11
|
+
import {
|
|
12
|
+
WorkflowBulkError,
|
|
13
|
+
WorkflowBulkError$inboundSchema,
|
|
14
|
+
} from "./workflowbulkerror.js";
|
|
15
|
+
|
|
16
|
+
export type WorkflowBulkUnarchiveResponse = {
|
|
17
|
+
/**
|
|
18
|
+
* Workflows that were successfully unarchived or were already unarchived
|
|
19
|
+
*/
|
|
20
|
+
unarchived: Array<Workflow>;
|
|
21
|
+
/**
|
|
22
|
+
* Workflows that could not be unarchived and the corresponding error messages
|
|
23
|
+
*/
|
|
24
|
+
errored?: Array<WorkflowBulkError> | undefined;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const WorkflowBulkUnarchiveResponse$inboundSchema: z.ZodType<
|
|
29
|
+
WorkflowBulkUnarchiveResponse,
|
|
30
|
+
unknown
|
|
31
|
+
> = z.object({
|
|
32
|
+
unarchived: z.array(Workflow$inboundSchema),
|
|
33
|
+
errored: z.array(WorkflowBulkError$inboundSchema).optional(),
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
export function workflowBulkUnarchiveResponseFromJSON(
|
|
37
|
+
jsonString: string,
|
|
38
|
+
): SafeParseResult<WorkflowBulkUnarchiveResponse, SDKValidationError> {
|
|
39
|
+
return safeParse(
|
|
40
|
+
jsonString,
|
|
41
|
+
(x) => WorkflowBulkUnarchiveResponse$inboundSchema.parse(JSON.parse(x)),
|
|
42
|
+
`Failed to parse 'WorkflowBulkUnarchiveResponse' from JSON`,
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -46,6 +46,10 @@ export type WorkflowCodeDefinition = {
|
|
|
46
46
|
* Whether the workflow enforces deterministic execution
|
|
47
47
|
*/
|
|
48
48
|
enforceDeterminism: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Whether the workflow must run associated to a user's identity
|
|
51
|
+
*/
|
|
52
|
+
onBehalfOf: boolean;
|
|
49
53
|
/**
|
|
50
54
|
* Maximum total execution time including retries and continue-as-new
|
|
51
55
|
*/
|
|
@@ -67,6 +71,7 @@ export const WorkflowCodeDefinition$inboundSchema: z.ZodType<
|
|
|
67
71
|
queries: z.array(QueryDefinition$inboundSchema).optional(),
|
|
68
72
|
updates: z.array(UpdateDefinition$inboundSchema).optional(),
|
|
69
73
|
enforce_determinism: z.boolean().default(false),
|
|
74
|
+
on_behalf_of: z.boolean().default(false),
|
|
70
75
|
execution_timeout: z.number().optional(),
|
|
71
76
|
plugin_metadata: z.nullable(z.record(z.string(), z.any())).optional(),
|
|
72
77
|
}).transform((v) => {
|
|
@@ -74,6 +79,7 @@ export const WorkflowCodeDefinition$inboundSchema: z.ZodType<
|
|
|
74
79
|
"input_schema": "inputSchema",
|
|
75
80
|
"output_schema": "outputSchema",
|
|
76
81
|
"enforce_determinism": "enforceDeterminism",
|
|
82
|
+
"on_behalf_of": "onBehalfOf",
|
|
77
83
|
"execution_timeout": "executionTimeout",
|
|
78
84
|
"plugin_metadata": "pluginMetadata",
|
|
79
85
|
});
|
|
@@ -27,6 +27,8 @@ export type WorkflowExecutionCompletedAttributesResponse = {
|
|
|
27
27
|
* @remarks
|
|
28
28
|
*
|
|
29
29
|
* Used for complete state snapshots or final results.
|
|
30
|
+
* When encrypted, the value field contains base64-encoded encrypted data
|
|
31
|
+
* and encoding_options indicates the type of encryption applied.
|
|
30
32
|
*/
|
|
31
33
|
result: JSONPayloadResponse;
|
|
32
34
|
};
|
|
@@ -35,6 +35,8 @@ export type WorkflowExecutionContinuedAsNewAttributesResponse = {
|
|
|
35
35
|
* @remarks
|
|
36
36
|
*
|
|
37
37
|
* Used for complete state snapshots or final results.
|
|
38
|
+
* When encrypted, the value field contains base64-encoded encrypted data
|
|
39
|
+
* and encoding_options indicates the type of encryption applied.
|
|
38
40
|
*/
|
|
39
41
|
input: JSONPayloadResponse;
|
|
40
42
|
};
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
import * as z from "zod/v4";
|
|
7
7
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
8
|
-
import {
|
|
9
|
-
NetworkEncodedInput,
|
|
10
|
-
NetworkEncodedInput$Outbound,
|
|
11
|
-
NetworkEncodedInput$outboundSchema,
|
|
12
|
-
} from "./networkencodedinput.js";
|
|
13
8
|
|
|
14
9
|
export type WorkflowExecutionRequest = {
|
|
15
10
|
/**
|
|
@@ -20,10 +15,6 @@ export type WorkflowExecutionRequest = {
|
|
|
20
15
|
* The input to the workflow. This should be a dictionary or a BaseModel that matches the workflow's input schema.
|
|
21
16
|
*/
|
|
22
17
|
input?: any | null | undefined;
|
|
23
|
-
/**
|
|
24
|
-
* Encoded input to the workflow, used when payload encoding is enabled.
|
|
25
|
-
*/
|
|
26
|
-
encodedInput?: NetworkEncodedInput | null | undefined;
|
|
27
18
|
/**
|
|
28
19
|
* If true, wait for the workflow to complete and return the result directly.
|
|
29
20
|
*/
|
|
@@ -53,7 +44,6 @@ export type WorkflowExecutionRequest = {
|
|
|
53
44
|
export type WorkflowExecutionRequest$Outbound = {
|
|
54
45
|
execution_id?: string | null | undefined;
|
|
55
46
|
input?: any | null | undefined;
|
|
56
|
-
encoded_input?: NetworkEncodedInput$Outbound | null | undefined;
|
|
57
47
|
wait_for_result: boolean;
|
|
58
48
|
timeout_seconds?: number | null | undefined;
|
|
59
49
|
custom_tracing_attributes?: { [k: string]: string } | null | undefined;
|
|
@@ -69,7 +59,6 @@ export const WorkflowExecutionRequest$outboundSchema: z.ZodType<
|
|
|
69
59
|
> = z.object({
|
|
70
60
|
executionId: z.nullable(z.string()).optional(),
|
|
71
61
|
input: z.nullable(z.any()).optional(),
|
|
72
|
-
encodedInput: z.nullable(NetworkEncodedInput$outboundSchema).optional(),
|
|
73
62
|
waitForResult: z.boolean().default(false),
|
|
74
63
|
timeoutSeconds: z.nullable(z.number()).optional(),
|
|
75
64
|
customTracingAttributes: z.nullable(z.record(z.string(), z.string()))
|
|
@@ -80,7 +69,6 @@ export const WorkflowExecutionRequest$outboundSchema: z.ZodType<
|
|
|
80
69
|
}).transform((v) => {
|
|
81
70
|
return remap$(v, {
|
|
82
71
|
executionId: "execution_id",
|
|
83
|
-
encodedInput: "encoded_input",
|
|
84
72
|
waitForResult: "wait_for_result",
|
|
85
73
|
timeoutSeconds: "timeout_seconds",
|
|
86
74
|
customTracingAttributes: "custom_tracing_attributes",
|
|
@@ -35,6 +35,8 @@ export type WorkflowExecutionStartedAttributesResponse = {
|
|
|
35
35
|
* @remarks
|
|
36
36
|
*
|
|
37
37
|
* Used for complete state snapshots or final results.
|
|
38
|
+
* When encrypted, the value field contains base64-encoded encrypted data
|
|
39
|
+
* and encoding_options indicates the type of encryption applied.
|
|
38
40
|
*/
|
|
39
41
|
input: JSONPayloadResponse;
|
|
40
42
|
};
|
|
@@ -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,10 @@ export type WorkflowScheduleListResponse = {
|
|
|
17
18
|
* A list of workflow schedules
|
|
18
19
|
*/
|
|
19
20
|
schedules: Array<ScheduleDefinitionOutput>;
|
|
21
|
+
/**
|
|
22
|
+
* Token for the next page of results
|
|
23
|
+
*/
|
|
24
|
+
nextPageToken?: string | null | undefined;
|
|
20
25
|
};
|
|
21
26
|
|
|
22
27
|
/** @internal */
|
|
@@ -25,6 +30,11 @@ export const WorkflowScheduleListResponse$inboundSchema: z.ZodType<
|
|
|
25
30
|
unknown
|
|
26
31
|
> = z.object({
|
|
27
32
|
schedules: z.array(ScheduleDefinitionOutput$inboundSchema),
|
|
33
|
+
next_page_token: z.nullable(z.string()).optional(),
|
|
34
|
+
}).transform((v) => {
|
|
35
|
+
return remap$(v, {
|
|
36
|
+
"next_page_token": "nextPageToken",
|
|
37
|
+
});
|
|
28
38
|
});
|
|
29
39
|
|
|
30
40
|
export function workflowScheduleListResponseFromJSON(
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 1431e99b6281
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
|
|
8
|
+
export type WorkflowSchedulePauseRequest = {
|
|
9
|
+
/**
|
|
10
|
+
* Optional note recorded in Temporal when pausing or resuming a schedule
|
|
11
|
+
*/
|
|
12
|
+
note?: string | null | undefined;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
/** @internal */
|
|
16
|
+
export type WorkflowSchedulePauseRequest$Outbound = {
|
|
17
|
+
note?: string | null | undefined;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const WorkflowSchedulePauseRequest$outboundSchema: z.ZodType<
|
|
22
|
+
WorkflowSchedulePauseRequest$Outbound,
|
|
23
|
+
WorkflowSchedulePauseRequest
|
|
24
|
+
> = z.object({
|
|
25
|
+
note: z.nullable(z.string()).optional(),
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
export function workflowSchedulePauseRequestToJSON(
|
|
29
|
+
workflowSchedulePauseRequest: WorkflowSchedulePauseRequest,
|
|
30
|
+
): string {
|
|
31
|
+
return JSON.stringify(
|
|
32
|
+
WorkflowSchedulePauseRequest$outboundSchema.parse(
|
|
33
|
+
workflowSchedulePauseRequest,
|
|
34
|
+
),
|
|
35
|
+
);
|
|
36
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: d5788fe8e7b0
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import {
|
|
8
|
+
ScheduleOverlapPolicy,
|
|
9
|
+
ScheduleOverlapPolicy$outboundSchema,
|
|
10
|
+
} from "./scheduleoverlappolicy.js";
|
|
11
|
+
|
|
12
|
+
export type WorkflowScheduleTriggerRequest = {
|
|
13
|
+
/**
|
|
14
|
+
* Optional overlap policy override to use for the immediate trigger.
|
|
15
|
+
*/
|
|
16
|
+
overlap?: ScheduleOverlapPolicy | null | undefined;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/** @internal */
|
|
20
|
+
export type WorkflowScheduleTriggerRequest$Outbound = {
|
|
21
|
+
overlap?: number | null | undefined;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
/** @internal */
|
|
25
|
+
export const WorkflowScheduleTriggerRequest$outboundSchema: z.ZodType<
|
|
26
|
+
WorkflowScheduleTriggerRequest$Outbound,
|
|
27
|
+
WorkflowScheduleTriggerRequest
|
|
28
|
+
> = z.object({
|
|
29
|
+
overlap: z.nullable(ScheduleOverlapPolicy$outboundSchema).optional(),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export function workflowScheduleTriggerRequestToJSON(
|
|
33
|
+
workflowScheduleTriggerRequest: WorkflowScheduleTriggerRequest,
|
|
34
|
+
): string {
|
|
35
|
+
return JSON.stringify(
|
|
36
|
+
WorkflowScheduleTriggerRequest$outboundSchema.parse(
|
|
37
|
+
workflowScheduleTriggerRequest,
|
|
38
|
+
),
|
|
39
|
+
);
|
|
40
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: e67b5b11d135
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import * as z from "zod/v4";
|
|
7
|
+
import {
|
|
8
|
+
PartialScheduleDefinition,
|
|
9
|
+
PartialScheduleDefinition$Outbound,
|
|
10
|
+
PartialScheduleDefinition$outboundSchema,
|
|
11
|
+
} from "./partialscheduledefinition.js";
|
|
12
|
+
|
|
13
|
+
export type WorkflowScheduleUpdateRequest = {
|
|
14
|
+
/**
|
|
15
|
+
* Schedule definition for partial updates.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
*
|
|
19
|
+
* All fields are optional (inherited from _ScheduleRequestBase). Only explicitly-set
|
|
20
|
+
* fields are applied during an update; unset fields preserve the existing schedule values.
|
|
21
|
+
*/
|
|
22
|
+
schedule: PartialScheduleDefinition;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
export type WorkflowScheduleUpdateRequest$Outbound = {
|
|
27
|
+
schedule: PartialScheduleDefinition$Outbound;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const WorkflowScheduleUpdateRequest$outboundSchema: z.ZodType<
|
|
32
|
+
WorkflowScheduleUpdateRequest$Outbound,
|
|
33
|
+
WorkflowScheduleUpdateRequest
|
|
34
|
+
> = z.object({
|
|
35
|
+
schedule: PartialScheduleDefinition$outboundSchema,
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export function workflowScheduleUpdateRequestToJSON(
|
|
39
|
+
workflowScheduleUpdateRequest: WorkflowScheduleUpdateRequest,
|
|
40
|
+
): string {
|
|
41
|
+
return JSON.stringify(
|
|
42
|
+
WorkflowScheduleUpdateRequest$outboundSchema.parse(
|
|
43
|
+
workflowScheduleUpdateRequest,
|
|
44
|
+
),
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -19,6 +19,10 @@ export type WorkflowUpdateRequest = {
|
|
|
19
19
|
* Whether to make the workflow available in the chat assistant
|
|
20
20
|
*/
|
|
21
21
|
availableInChatAssistant?: boolean | null | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* New tags. Replaces the existing tag list.
|
|
24
|
+
*/
|
|
25
|
+
tags?: Array<string> | null | undefined;
|
|
22
26
|
};
|
|
23
27
|
|
|
24
28
|
/** @internal */
|
|
@@ -26,6 +30,7 @@ export type WorkflowUpdateRequest$Outbound = {
|
|
|
26
30
|
display_name?: string | null | undefined;
|
|
27
31
|
description?: string | null | undefined;
|
|
28
32
|
available_in_chat_assistant?: boolean | null | undefined;
|
|
33
|
+
tags?: Array<string> | null | undefined;
|
|
29
34
|
};
|
|
30
35
|
|
|
31
36
|
/** @internal */
|
|
@@ -36,6 +41,7 @@ export const WorkflowUpdateRequest$outboundSchema: z.ZodType<
|
|
|
36
41
|
displayName: z.nullable(z.string()).optional(),
|
|
37
42
|
description: z.nullable(z.string()).optional(),
|
|
38
43
|
availableInChatAssistant: z.nullable(z.boolean()).optional(),
|
|
44
|
+
tags: z.nullable(z.array(z.string())).optional(),
|
|
39
45
|
}).transform((v) => {
|
|
40
46
|
return remap$(v, {
|
|
41
47
|
displayName: "display_name",
|
|
@@ -48,14 +48,14 @@ export type WorkflowWithWorkerStatus = {
|
|
|
48
48
|
* Whether the workflow is technical (e.g. SDK-managed)
|
|
49
49
|
*/
|
|
50
50
|
isTechnical: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Whether the workflow must run associated to a user's identity
|
|
53
|
-
*/
|
|
54
|
-
onBehalfOf: boolean;
|
|
55
51
|
/**
|
|
56
52
|
* Whether the workflow is archived
|
|
57
53
|
*/
|
|
58
54
|
archived: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Tags for filtering and discovery
|
|
57
|
+
*/
|
|
58
|
+
tags?: Array<string> | undefined;
|
|
59
59
|
/**
|
|
60
60
|
* Whether the workflow is active
|
|
61
61
|
*/
|
|
@@ -77,8 +77,8 @@ export const WorkflowWithWorkerStatus$inboundSchema: z.ZodType<
|
|
|
77
77
|
shared_namespace: z.nullable(z.string()).optional(),
|
|
78
78
|
available_in_chat_assistant: z.boolean().default(false),
|
|
79
79
|
is_technical: z.boolean().default(false),
|
|
80
|
-
on_behalf_of: z.boolean().default(false),
|
|
81
80
|
archived: z.boolean().default(false),
|
|
81
|
+
tags: z.array(z.string()).optional(),
|
|
82
82
|
active: z.boolean(),
|
|
83
83
|
}).transform((v) => {
|
|
84
84
|
return remap$(v, {
|
|
@@ -88,7 +88,6 @@ export const WorkflowWithWorkerStatus$inboundSchema: z.ZodType<
|
|
|
88
88
|
"shared_namespace": "sharedNamespace",
|
|
89
89
|
"available_in_chat_assistant": "availableInChatAssistant",
|
|
90
90
|
"is_technical": "isTechnical",
|
|
91
|
-
"on_behalf_of": "onBehalfOf",
|
|
92
91
|
});
|
|
93
92
|
});
|
|
94
93
|
|