@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.
Files changed (1769) hide show
  1. package/FUNCTIONS.md +2 -2
  2. package/README.md +88 -2
  3. package/esm/extra/observability/formatting.d.ts +40 -0
  4. package/esm/extra/observability/formatting.d.ts.map +1 -0
  5. package/esm/extra/observability/formatting.js +187 -0
  6. package/esm/extra/observability/formatting.js.map +1 -0
  7. package/esm/extra/observability/index.d.ts +3 -0
  8. package/esm/extra/observability/index.d.ts.map +1 -0
  9. package/esm/extra/observability/index.js +3 -0
  10. package/esm/extra/observability/index.js.map +1 -0
  11. package/esm/extra/observability/otel.d.ts +59 -0
  12. package/esm/extra/observability/otel.d.ts.map +1 -0
  13. package/esm/extra/observability/otel.js +578 -0
  14. package/esm/extra/observability/otel.js.map +1 -0
  15. package/esm/extra/observability/streaming.d.ts +25 -0
  16. package/esm/extra/observability/streaming.d.ts.map +1 -0
  17. package/esm/extra/observability/streaming.js +142 -0
  18. package/esm/extra/observability/streaming.js.map +1 -0
  19. package/esm/extra/structChat.d.ts.map +1 -1
  20. package/esm/extra/structChat.js +30 -9
  21. package/esm/extra/structChat.js.map +1 -1
  22. package/esm/funcs/agentsComplete.js +1 -1
  23. package/esm/funcs/agentsStream.js +1 -1
  24. package/esm/funcs/audioSpeechComplete.js +1 -1
  25. package/esm/funcs/audioTranscriptionsComplete.js +1 -1
  26. package/esm/funcs/audioTranscriptionsStream.js +1 -1
  27. package/esm/funcs/audioVoicesCreate.js +1 -1
  28. package/esm/funcs/audioVoicesDelete.js +1 -1
  29. package/esm/funcs/audioVoicesGet.js +1 -1
  30. package/esm/funcs/audioVoicesGetSampleAudio.js +1 -1
  31. package/esm/funcs/audioVoicesList.js +1 -1
  32. package/esm/funcs/audioVoicesUpdate.js +1 -1
  33. package/esm/funcs/batchJobsCancel.js +1 -1
  34. package/esm/funcs/batchJobsCreate.js +1 -1
  35. package/esm/funcs/batchJobsDelete.js +1 -1
  36. package/esm/funcs/batchJobsGet.js +1 -1
  37. package/esm/funcs/batchJobsList.js +1 -1
  38. package/esm/funcs/betaAgentsCreate.js +1 -1
  39. package/esm/funcs/betaAgentsCreateVersionAlias.js +1 -1
  40. package/esm/funcs/betaAgentsDelete.js +1 -1
  41. package/esm/funcs/betaAgentsDeleteVersionAlias.js +1 -1
  42. package/esm/funcs/betaAgentsGet.js +1 -1
  43. package/esm/funcs/betaAgentsGetVersion.js +1 -1
  44. package/esm/funcs/betaAgentsList.js +1 -1
  45. package/esm/funcs/betaAgentsListVersionAliases.js +1 -1
  46. package/esm/funcs/betaAgentsListVersions.js +1 -1
  47. package/esm/funcs/betaAgentsUpdate.js +1 -1
  48. package/esm/funcs/betaAgentsUpdateVersion.js +1 -1
  49. package/esm/funcs/betaConnectorsActivateForOrganization.d.ts +19 -0
  50. package/esm/funcs/betaConnectorsActivateForOrganization.d.ts.map +1 -0
  51. package/esm/funcs/betaConnectorsActivateForOrganization.js +93 -0
  52. package/esm/funcs/betaConnectorsActivateForOrganization.js.map +1 -0
  53. package/esm/funcs/betaConnectorsActivateForUser.d.ts +19 -0
  54. package/esm/funcs/betaConnectorsActivateForUser.d.ts.map +1 -0
  55. package/esm/funcs/betaConnectorsActivateForUser.js +93 -0
  56. package/esm/funcs/betaConnectorsActivateForUser.js.map +1 -0
  57. package/esm/funcs/betaConnectorsActivateForWorkspace.d.ts +19 -0
  58. package/esm/funcs/betaConnectorsActivateForWorkspace.d.ts.map +1 -0
  59. package/esm/funcs/betaConnectorsActivateForWorkspace.js +93 -0
  60. package/esm/funcs/betaConnectorsActivateForWorkspace.js.map +1 -0
  61. package/esm/funcs/betaConnectorsCallTool.js +1 -1
  62. package/esm/funcs/betaConnectorsCreate.js +1 -1
  63. package/esm/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.js +1 -1
  64. package/esm/funcs/betaConnectorsCreateOrUpdateUserCredentials.js +1 -1
  65. package/esm/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.js +1 -1
  66. package/esm/funcs/betaConnectorsDeactivateForOrganization.d.ts +19 -0
  67. package/esm/funcs/betaConnectorsDeactivateForOrganization.d.ts.map +1 -0
  68. package/esm/funcs/betaConnectorsDeactivateForOrganization.js +91 -0
  69. package/esm/funcs/betaConnectorsDeactivateForOrganization.js.map +1 -0
  70. package/esm/funcs/betaConnectorsDeactivateForUser.d.ts +19 -0
  71. package/esm/funcs/betaConnectorsDeactivateForUser.d.ts.map +1 -0
  72. package/esm/funcs/betaConnectorsDeactivateForUser.js +90 -0
  73. package/esm/funcs/betaConnectorsDeactivateForUser.js.map +1 -0
  74. package/esm/funcs/betaConnectorsDeactivateForWorkspace.d.ts +19 -0
  75. package/esm/funcs/betaConnectorsDeactivateForWorkspace.d.ts.map +1 -0
  76. package/esm/funcs/betaConnectorsDeactivateForWorkspace.js +90 -0
  77. package/esm/funcs/betaConnectorsDeactivateForWorkspace.js.map +1 -0
  78. package/esm/funcs/betaConnectorsDelete.js +1 -1
  79. package/esm/funcs/betaConnectorsDeleteOrganizationCredentials.js +1 -1
  80. package/esm/funcs/betaConnectorsDeleteUserCredentials.js +1 -1
  81. package/esm/funcs/betaConnectorsDeleteWorkspaceCredentials.js +1 -1
  82. package/esm/funcs/betaConnectorsGet.js +2 -2
  83. package/esm/funcs/betaConnectorsGet.js.map +1 -1
  84. package/esm/funcs/betaConnectorsGetAuthUrl.js +3 -1
  85. package/esm/funcs/betaConnectorsGetAuthUrl.js.map +1 -1
  86. package/esm/funcs/betaConnectorsGetAuthenticationMethods.js +1 -1
  87. package/esm/funcs/betaConnectorsList.js +1 -1
  88. package/esm/funcs/betaConnectorsListOrganizationCredentials.js +1 -1
  89. package/esm/funcs/betaConnectorsListTools.js +1 -1
  90. package/esm/funcs/betaConnectorsListUserCredentials.js +1 -1
  91. package/esm/funcs/betaConnectorsListWorkspaceCredentials.js +1 -1
  92. package/esm/funcs/betaConnectorsUpdate.js +1 -1
  93. package/esm/funcs/betaConversationsAppend.js +1 -1
  94. package/esm/funcs/betaConversationsAppendStream.js +1 -1
  95. package/esm/funcs/betaConversationsDelete.js +1 -1
  96. package/esm/funcs/betaConversationsGet.js +1 -1
  97. package/esm/funcs/betaConversationsGetHistory.js +1 -1
  98. package/esm/funcs/betaConversationsGetMessages.js +1 -1
  99. package/esm/funcs/betaConversationsList.js +1 -1
  100. package/esm/funcs/betaConversationsRestart.js +1 -1
  101. package/esm/funcs/betaConversationsRestartStream.js +1 -1
  102. package/esm/funcs/betaConversationsStart.js +1 -1
  103. package/esm/funcs/betaConversationsStartStream.js +1 -1
  104. package/esm/funcs/betaLibrariesAccessesDelete.d.ts +1 -1
  105. package/esm/funcs/betaLibrariesAccessesDelete.js +2 -2
  106. package/esm/funcs/betaLibrariesAccessesList.js +1 -1
  107. package/esm/funcs/betaLibrariesAccessesUpdateOrCreate.js +1 -1
  108. package/esm/funcs/betaLibrariesCreate.js +1 -1
  109. package/esm/funcs/betaLibrariesDelete.d.ts +1 -1
  110. package/esm/funcs/betaLibrariesDelete.js +2 -2
  111. package/esm/funcs/betaLibrariesDocumentsDelete.js +1 -1
  112. package/esm/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.js +1 -1
  113. package/esm/funcs/betaLibrariesDocumentsGet.js +1 -1
  114. package/esm/funcs/betaLibrariesDocumentsGetSignedUrl.js +1 -1
  115. package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.d.ts +21 -0
  116. package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.d.ts.map +1 -0
  117. package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.js +99 -0
  118. package/esm/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.js.map +1 -0
  119. package/esm/funcs/betaLibrariesDocumentsList.js +1 -1
  120. package/esm/funcs/betaLibrariesDocumentsReprocess.js +1 -1
  121. package/esm/funcs/betaLibrariesDocumentsStatus.js +1 -1
  122. package/esm/funcs/betaLibrariesDocumentsTextContent.js +1 -1
  123. package/esm/funcs/betaLibrariesDocumentsUpdate.d.ts +2 -2
  124. package/esm/funcs/betaLibrariesDocumentsUpdate.d.ts.map +1 -1
  125. package/esm/funcs/betaLibrariesDocumentsUpdate.js +5 -5
  126. package/esm/funcs/betaLibrariesDocumentsUpdate.js.map +1 -1
  127. package/esm/funcs/betaLibrariesDocumentsUpload.js +1 -1
  128. package/esm/funcs/betaLibrariesGet.js +1 -1
  129. package/esm/funcs/betaLibrariesLibrariesUpdateV1.d.ts +21 -0
  130. package/esm/funcs/betaLibrariesLibrariesUpdateV1.d.ts.map +1 -0
  131. package/esm/funcs/betaLibrariesLibrariesUpdateV1.js +95 -0
  132. package/esm/funcs/betaLibrariesLibrariesUpdateV1.js.map +1 -0
  133. package/esm/funcs/betaLibrariesList.js +1 -1
  134. package/esm/funcs/betaLibrariesUpdate.d.ts +1 -1
  135. package/esm/funcs/betaLibrariesUpdate.d.ts.map +1 -1
  136. package/esm/funcs/betaLibrariesUpdate.js +4 -4
  137. package/esm/funcs/betaLibrariesUpdate.js.map +1 -1
  138. package/esm/funcs/betaObservabilityCampaignsCreate.js +1 -1
  139. package/esm/funcs/betaObservabilityCampaignsDelete.js +1 -1
  140. package/esm/funcs/betaObservabilityCampaignsFetch.js +1 -1
  141. package/esm/funcs/betaObservabilityCampaignsFetchStatus.js +1 -1
  142. package/esm/funcs/betaObservabilityCampaignsList.js +1 -1
  143. package/esm/funcs/betaObservabilityCampaignsListEvents.js +1 -1
  144. package/esm/funcs/betaObservabilityChatCompletionEventsFetch.js +1 -1
  145. package/esm/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.js +1 -1
  146. package/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.js +1 -1
  147. package/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.js +1 -1
  148. package/esm/funcs/betaObservabilityChatCompletionEventsFieldsList.js +1 -1
  149. package/esm/funcs/betaObservabilityChatCompletionEventsJudge.js +1 -1
  150. package/esm/funcs/betaObservabilityChatCompletionEventsSearch.js +1 -1
  151. package/esm/funcs/betaObservabilityChatCompletionEventsSearchIds.js +1 -1
  152. package/esm/funcs/betaObservabilityDatasetsCreate.js +1 -1
  153. package/esm/funcs/betaObservabilityDatasetsCreateRecord.js +1 -1
  154. package/esm/funcs/betaObservabilityDatasetsDelete.js +1 -1
  155. package/esm/funcs/betaObservabilityDatasetsExportToJsonl.js +1 -1
  156. package/esm/funcs/betaObservabilityDatasetsFetch.js +1 -1
  157. package/esm/funcs/betaObservabilityDatasetsFetchTask.js +1 -1
  158. package/esm/funcs/betaObservabilityDatasetsImportFromCampaign.js +1 -1
  159. package/esm/funcs/betaObservabilityDatasetsImportFromDatasetRecords.js +1 -1
  160. package/esm/funcs/betaObservabilityDatasetsImportFromExplorer.js +1 -1
  161. package/esm/funcs/betaObservabilityDatasetsImportFromFile.js +1 -1
  162. package/esm/funcs/betaObservabilityDatasetsImportFromPlayground.js +1 -1
  163. package/esm/funcs/betaObservabilityDatasetsList.js +1 -1
  164. package/esm/funcs/betaObservabilityDatasetsListRecords.js +1 -1
  165. package/esm/funcs/betaObservabilityDatasetsListTasks.js +1 -1
  166. package/esm/funcs/betaObservabilityDatasetsRecordsBulkDelete.js +1 -1
  167. package/esm/funcs/betaObservabilityDatasetsRecordsDelete.js +1 -1
  168. package/esm/funcs/betaObservabilityDatasetsRecordsFetch.js +1 -1
  169. package/esm/funcs/betaObservabilityDatasetsRecordsJudge.js +1 -1
  170. package/esm/funcs/betaObservabilityDatasetsRecordsUpdatePayload.js +1 -1
  171. package/esm/funcs/betaObservabilityDatasetsRecordsUpdateProperties.js +1 -1
  172. package/esm/funcs/betaObservabilityDatasetsUpdate.js +1 -1
  173. package/esm/funcs/betaObservabilityJudgesCreate.js +1 -1
  174. package/esm/funcs/betaObservabilityJudgesDelete.js +1 -1
  175. package/esm/funcs/betaObservabilityJudgesFetch.js +1 -1
  176. package/esm/funcs/betaObservabilityJudgesJudgeConversation.js +1 -1
  177. package/esm/funcs/betaObservabilityJudgesList.js +1 -1
  178. package/esm/funcs/betaObservabilityJudgesUpdate.js +1 -1
  179. package/esm/funcs/betaObservabilityLogsFetchOptions.d.ts +16 -0
  180. package/esm/funcs/betaObservabilityLogsFetchOptions.d.ts.map +1 -0
  181. package/esm/funcs/betaObservabilityLogsFetchOptions.js +94 -0
  182. package/esm/funcs/betaObservabilityLogsFetchOptions.js.map +1 -0
  183. package/esm/funcs/betaObservabilityLogsList.d.ts +15 -0
  184. package/esm/funcs/betaObservabilityLogsList.d.ts.map +1 -0
  185. package/esm/funcs/betaObservabilityLogsList.js +71 -0
  186. package/esm/funcs/betaObservabilityLogsList.js.map +1 -0
  187. package/esm/funcs/betaObservabilityLogsSearch.d.ts +16 -0
  188. package/esm/funcs/betaObservabilityLogsSearch.d.ts.map +1 -0
  189. package/esm/funcs/betaObservabilityLogsSearch.js +90 -0
  190. package/esm/funcs/betaObservabilityLogsSearch.js.map +1 -0
  191. package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.d.ts +16 -0
  192. package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.d.ts.map +1 -0
  193. package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.js +94 -0
  194. package/esm/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.js.map +1 -0
  195. package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.d.ts +16 -0
  196. package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.d.ts.map +1 -0
  197. package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.js +94 -0
  198. package/esm/funcs/betaObservabilitySpansFetchSpanFieldOptions.js.map +1 -0
  199. package/esm/funcs/betaObservabilitySpansListSpanEvalFields.d.ts +15 -0
  200. package/esm/funcs/betaObservabilitySpansListSpanEvalFields.d.ts.map +1 -0
  201. package/esm/funcs/betaObservabilitySpansListSpanEvalFields.js +71 -0
  202. package/esm/funcs/betaObservabilitySpansListSpanEvalFields.js.map +1 -0
  203. package/esm/funcs/betaObservabilitySpansListSpanFields.d.ts +15 -0
  204. package/esm/funcs/betaObservabilitySpansListSpanFields.d.ts.map +1 -0
  205. package/esm/funcs/betaObservabilitySpansListSpanFields.js +71 -0
  206. package/esm/funcs/betaObservabilitySpansListSpanFields.js.map +1 -0
  207. package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.d.ts +16 -0
  208. package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.d.ts.map +1 -0
  209. package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.js +93 -0
  210. package/esm/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.js.map +1 -0
  211. package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.d.ts +16 -0
  212. package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.d.ts.map +1 -0
  213. package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.js +93 -0
  214. package/esm/funcs/betaObservabilitySpansSearchSpanEvaluations.js.map +1 -0
  215. package/esm/funcs/betaObservabilitySpansSearchSpans.d.ts +16 -0
  216. package/esm/funcs/betaObservabilitySpansSearchSpans.d.ts.map +1 -0
  217. package/esm/funcs/betaObservabilitySpansSearchSpans.js +90 -0
  218. package/esm/funcs/betaObservabilitySpansSearchSpans.js.map +1 -0
  219. package/esm/funcs/betaObservabilityTracesFetchOptions.d.ts +16 -0
  220. package/esm/funcs/betaObservabilityTracesFetchOptions.d.ts.map +1 -0
  221. package/esm/funcs/betaObservabilityTracesFetchOptions.js +94 -0
  222. package/esm/funcs/betaObservabilityTracesFetchOptions.js.map +1 -0
  223. package/esm/funcs/betaObservabilityTracesGetSpanById.d.ts +16 -0
  224. package/esm/funcs/betaObservabilityTracesGetSpanById.d.ts.map +1 -0
  225. package/esm/funcs/betaObservabilityTracesGetSpanById.js +98 -0
  226. package/esm/funcs/betaObservabilityTracesGetSpanById.js.map +1 -0
  227. package/esm/funcs/betaObservabilityTracesGetTraceById.d.ts +16 -0
  228. package/esm/funcs/betaObservabilityTracesGetTraceById.d.ts.map +1 -0
  229. package/esm/funcs/betaObservabilityTracesGetTraceById.js +89 -0
  230. package/esm/funcs/betaObservabilityTracesGetTraceById.js.map +1 -0
  231. package/esm/funcs/betaObservabilityTracesGetTraceFields.d.ts +15 -0
  232. package/esm/funcs/betaObservabilityTracesGetTraceFields.d.ts.map +1 -0
  233. package/esm/funcs/betaObservabilityTracesGetTraceFields.js +71 -0
  234. package/esm/funcs/betaObservabilityTracesGetTraceFields.js.map +1 -0
  235. package/esm/funcs/betaObservabilityTracesGetTraceSpans.d.ts +16 -0
  236. package/esm/funcs/betaObservabilityTracesGetTraceSpans.d.ts.map +1 -0
  237. package/esm/funcs/betaObservabilityTracesGetTraceSpans.js +96 -0
  238. package/esm/funcs/betaObservabilityTracesGetTraceSpans.js.map +1 -0
  239. package/esm/funcs/betaObservabilityTracesSearch.d.ts +16 -0
  240. package/esm/funcs/betaObservabilityTracesSearch.d.ts.map +1 -0
  241. package/esm/funcs/betaObservabilityTracesSearch.js +91 -0
  242. package/esm/funcs/betaObservabilityTracesSearch.js.map +1 -0
  243. package/esm/funcs/betaRagIngestionPipelineConfigurationsList.js +1 -1
  244. package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.d.ts +18 -0
  245. package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.d.ts.map +1 -0
  246. package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.js +85 -0
  247. package/esm/funcs/betaRagIngestionPipelineConfigurationsRegister.js.map +1 -0
  248. package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.d.ts +16 -0
  249. package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.d.ts.map +1 -0
  250. package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.js +90 -0
  251. package/esm/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.js.map +1 -0
  252. package/esm/funcs/betaRagSearchIndexesList.d.ts +14 -0
  253. package/esm/funcs/betaRagSearchIndexesList.d.ts.map +1 -0
  254. package/esm/funcs/betaRagSearchIndexesList.js +68 -0
  255. package/esm/funcs/betaRagSearchIndexesList.js.map +1 -0
  256. package/esm/funcs/betaRagSearchIndexesRegister.d.ts +15 -0
  257. package/esm/funcs/betaRagSearchIndexesRegister.d.ts.map +1 -0
  258. package/esm/funcs/betaRagSearchIndexesRegister.js +81 -0
  259. package/esm/funcs/betaRagSearchIndexesRegister.js.map +1 -0
  260. package/esm/funcs/chatComplete.js +1 -1
  261. package/esm/funcs/chatStream.js +1 -1
  262. package/esm/funcs/classifiersClassify.js +1 -1
  263. package/esm/funcs/classifiersClassifyChat.js +1 -1
  264. package/esm/funcs/classifiersModerate.js +1 -1
  265. package/esm/funcs/classifiersModerateChat.js +1 -1
  266. package/esm/funcs/embeddingsCreate.js +1 -1
  267. package/esm/funcs/eventsGetStreamEvents.js +1 -1
  268. package/esm/funcs/eventsGetWorkflowEvents.js +1 -1
  269. package/esm/funcs/filesDelete.js +1 -1
  270. package/esm/funcs/filesDownload.js +1 -1
  271. package/esm/funcs/filesGetSignedUrl.js +1 -1
  272. package/esm/funcs/filesList.js +1 -1
  273. package/esm/funcs/filesRetrieve.js +1 -1
  274. package/esm/funcs/filesUpload.js +1 -1
  275. package/esm/funcs/fimComplete.js +1 -1
  276. package/esm/funcs/fimStream.js +1 -1
  277. package/esm/funcs/fineTuningJobsCancel.js +1 -1
  278. package/esm/funcs/fineTuningJobsCreate.js +1 -1
  279. package/esm/funcs/fineTuningJobsGet.js +1 -1
  280. package/esm/funcs/fineTuningJobsList.js +1 -1
  281. package/esm/funcs/fineTuningJobsStart.js +1 -1
  282. package/esm/funcs/modelsArchive.js +1 -1
  283. package/esm/funcs/modelsDelete.js +1 -1
  284. package/esm/funcs/modelsList.js +1 -1
  285. package/esm/funcs/modelsRetrieve.js +1 -1
  286. package/esm/funcs/modelsUnarchive.js +1 -1
  287. package/esm/funcs/modelsUpdate.js +1 -1
  288. package/esm/funcs/ocrProcess.js +1 -1
  289. package/esm/funcs/workflowsArchiveWorkflow.js +1 -1
  290. package/esm/funcs/workflowsBulkArchiveWorkflows.d.ts +15 -0
  291. package/esm/funcs/workflowsBulkArchiveWorkflows.d.ts.map +1 -0
  292. package/esm/funcs/workflowsBulkArchiveWorkflows.js +81 -0
  293. package/esm/funcs/workflowsBulkArchiveWorkflows.js.map +1 -0
  294. package/esm/funcs/workflowsBulkUnarchiveWorkflows.d.ts +15 -0
  295. package/esm/funcs/workflowsBulkUnarchiveWorkflows.d.ts.map +1 -0
  296. package/esm/funcs/workflowsBulkUnarchiveWorkflows.js +81 -0
  297. package/esm/funcs/workflowsBulkUnarchiveWorkflows.js.map +1 -0
  298. package/esm/funcs/workflowsDeploymentsGetDeployment.js +1 -1
  299. package/esm/funcs/workflowsDeploymentsListDeployments.js +6 -1
  300. package/esm/funcs/workflowsDeploymentsListDeployments.js.map +1 -1
  301. package/esm/funcs/workflowsExecuteWorkflow.js +1 -1
  302. package/esm/funcs/workflowsExecuteWorkflowRegistration.js +1 -1
  303. package/esm/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.js +1 -1
  304. package/esm/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.js +1 -1
  305. package/esm/funcs/workflowsExecutionsCancelWorkflowExecution.js +1 -1
  306. package/esm/funcs/workflowsExecutionsGetWorkflowExecution.js +1 -1
  307. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionHistory.js +1 -1
  308. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.d.ts +24 -0
  309. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.d.ts.map +1 -0
  310. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.js +105 -0
  311. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionLogs.js.map +1 -0
  312. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.js +1 -1
  313. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.js +1 -1
  314. package/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.js +1 -1
  315. package/esm/funcs/workflowsExecutionsQueryWorkflowExecution.js +1 -1
  316. package/esm/funcs/workflowsExecutionsResetWorkflow.js +1 -1
  317. package/esm/funcs/workflowsExecutionsSignalWorkflowExecution.js +1 -1
  318. package/esm/funcs/workflowsExecutionsStream.js +1 -1
  319. package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.d.ts +22 -0
  320. package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.d.ts.map +1 -0
  321. package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.js +110 -0
  322. package/esm/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.js.map +1 -0
  323. package/esm/funcs/workflowsExecutionsTerminateWorkflowExecution.js +1 -1
  324. package/esm/funcs/workflowsExecutionsUpdateWorkflowExecution.js +1 -1
  325. package/esm/funcs/workflowsGetWorkflow.js +1 -1
  326. package/esm/funcs/workflowsGetWorkflowRegistration.js +1 -1
  327. package/esm/funcs/workflowsGetWorkflowRegistrations.js +1 -1
  328. package/esm/funcs/workflowsGetWorkflows.js +7 -1
  329. package/esm/funcs/workflowsGetWorkflows.js.map +1 -1
  330. package/esm/funcs/workflowsMetricsGetWorkflowMetrics.js +1 -1
  331. package/esm/funcs/workflowsRunsGetRun.js +1 -1
  332. package/esm/funcs/workflowsRunsGetRunHistory.js +1 -1
  333. package/esm/funcs/workflowsRunsListRuns.js +8 -1
  334. package/esm/funcs/workflowsRunsListRuns.js.map +1 -1
  335. package/esm/funcs/workflowsSchedulesGetSchedule.d.ts +16 -0
  336. package/esm/funcs/workflowsSchedulesGetSchedule.d.ts.map +1 -0
  337. package/esm/funcs/workflowsSchedulesGetSchedule.js +89 -0
  338. package/esm/funcs/workflowsSchedulesGetSchedule.js.map +1 -0
  339. package/esm/funcs/workflowsSchedulesGetSchedules.d.ts +6 -2
  340. package/esm/funcs/workflowsSchedulesGetSchedules.d.ts.map +1 -1
  341. package/esm/funcs/workflowsSchedulesGetSchedules.js +65 -10
  342. package/esm/funcs/workflowsSchedulesGetSchedules.js.map +1 -1
  343. package/esm/funcs/workflowsSchedulesPauseSchedule.d.ts +15 -0
  344. package/esm/funcs/workflowsSchedulesPauseSchedule.d.ts.map +1 -0
  345. package/esm/funcs/workflowsSchedulesPauseSchedule.js +92 -0
  346. package/esm/funcs/workflowsSchedulesPauseSchedule.js.map +1 -0
  347. package/esm/funcs/workflowsSchedulesResumeSchedule.d.ts +15 -0
  348. package/esm/funcs/workflowsSchedulesResumeSchedule.d.ts.map +1 -0
  349. package/esm/funcs/workflowsSchedulesResumeSchedule.js +92 -0
  350. package/esm/funcs/workflowsSchedulesResumeSchedule.js.map +1 -0
  351. package/esm/funcs/workflowsSchedulesScheduleWorkflow.js +1 -1
  352. package/esm/funcs/workflowsSchedulesTriggerSchedule.d.ts +15 -0
  353. package/esm/funcs/workflowsSchedulesTriggerSchedule.d.ts.map +1 -0
  354. package/esm/funcs/workflowsSchedulesTriggerSchedule.js +92 -0
  355. package/esm/funcs/workflowsSchedulesTriggerSchedule.js.map +1 -0
  356. package/esm/funcs/workflowsSchedulesUnscheduleWorkflow.js +1 -1
  357. package/esm/funcs/workflowsSchedulesUpdateSchedule.d.ts +16 -0
  358. package/esm/funcs/workflowsSchedulesUpdateSchedule.d.ts.map +1 -0
  359. package/esm/funcs/workflowsSchedulesUpdateSchedule.js +92 -0
  360. package/esm/funcs/workflowsSchedulesUpdateSchedule.js.map +1 -0
  361. package/esm/funcs/workflowsUnarchiveWorkflow.js +1 -1
  362. package/esm/funcs/workflowsUpdateWorkflow.js +1 -1
  363. package/esm/hooks/deprecation_warning.d.ts.map +1 -1
  364. package/esm/hooks/deprecation_warning.js +1 -1
  365. package/esm/hooks/deprecation_warning.js.map +1 -1
  366. package/esm/hooks/registration.d.ts.map +1 -1
  367. package/esm/hooks/registration.js +6 -0
  368. package/esm/hooks/registration.js.map +1 -1
  369. package/esm/hooks/tracing.d.ts +21 -0
  370. package/esm/hooks/tracing.d.ts.map +1 -0
  371. package/esm/hooks/tracing.js +104 -0
  372. package/esm/hooks/tracing.js.map +1 -0
  373. package/esm/lib/config.d.ts +3 -3
  374. package/esm/lib/config.js +3 -3
  375. package/esm/lib/config.js.map +1 -1
  376. package/esm/models/components/activitytaskcompletedattributesresponse.d.ts +2 -0
  377. package/esm/models/components/activitytaskcompletedattributesresponse.d.ts.map +1 -1
  378. package/esm/models/components/activitytaskcompletedattributesresponse.js.map +1 -1
  379. package/esm/models/components/activitytaskstartedattributesresponse.d.ts +2 -0
  380. package/esm/models/components/activitytaskstartedattributesresponse.d.ts.map +1 -1
  381. package/esm/models/components/activitytaskstartedattributesresponse.js.map +1 -1
  382. package/esm/models/components/agentscompletionrequest.d.ts +2 -0
  383. package/esm/models/components/agentscompletionrequest.d.ts.map +1 -1
  384. package/esm/models/components/agentscompletionrequest.js +2 -0
  385. package/esm/models/components/agentscompletionrequest.js.map +1 -1
  386. package/esm/models/components/agentscompletionstreamrequest.d.ts +2 -0
  387. package/esm/models/components/agentscompletionstreamrequest.d.ts.map +1 -1
  388. package/esm/models/components/agentscompletionstreamrequest.js +2 -0
  389. package/esm/models/components/agentscompletionstreamrequest.js.map +1 -1
  390. package/esm/models/components/authdata.d.ts +2 -2
  391. package/esm/models/components/authdata.d.ts.map +1 -1
  392. package/esm/models/components/authdata.js +1 -1
  393. package/esm/models/components/authdata.js.map +1 -1
  394. package/esm/models/components/authenticationconfiguration.d.ts +6 -2
  395. package/esm/models/components/authenticationconfiguration.d.ts.map +1 -1
  396. package/esm/models/components/authenticationconfiguration.js +6 -2
  397. package/esm/models/components/authenticationconfiguration.js.map +1 -1
  398. package/esm/models/components/authstatus.d.ts +11 -0
  399. package/esm/models/components/authstatus.d.ts.map +1 -0
  400. package/esm/models/components/authstatus.js +13 -0
  401. package/esm/models/components/authstatus.js.map +1 -0
  402. package/esm/models/components/basefielddefinition.d.ts +8 -8
  403. package/esm/models/components/basefielddefinition.d.ts.map +1 -1
  404. package/esm/models/components/basefielddefinition.js +6 -7
  405. package/esm/models/components/basefielddefinition.js.map +1 -1
  406. package/esm/models/components/chatcompletionevent.d.ts +6 -2
  407. package/esm/models/components/chatcompletionevent.d.ts.map +1 -1
  408. package/esm/models/components/chatcompletionevent.js +2 -0
  409. package/esm/models/components/chatcompletionevent.js.map +1 -1
  410. package/esm/models/components/chatcompletioneventpreview.d.ts +6 -2
  411. package/esm/models/components/chatcompletioneventpreview.d.ts.map +1 -1
  412. package/esm/models/components/chatcompletioneventpreview.js +2 -0
  413. package/esm/models/components/chatcompletioneventpreview.js.map +1 -1
  414. package/esm/models/components/chatcompletionrequest.d.ts +2 -0
  415. package/esm/models/components/chatcompletionrequest.d.ts.map +1 -1
  416. package/esm/models/components/chatcompletionrequest.js +2 -0
  417. package/esm/models/components/chatcompletionrequest.js.map +1 -1
  418. package/esm/models/components/chatcompletionstreamrequest.d.ts +2 -0
  419. package/esm/models/components/chatcompletionstreamrequest.d.ts.map +1 -1
  420. package/esm/models/components/chatcompletionstreamrequest.js +2 -0
  421. package/esm/models/components/chatcompletionstreamrequest.js.map +1 -1
  422. package/esm/models/components/classifierfinetuningjob.d.ts +1 -1
  423. package/esm/models/components/classifierfinetuningjobdetails.d.ts +42 -0
  424. package/esm/models/components/classifierfinetuningjobdetails.d.ts.map +1 -1
  425. package/esm/models/components/classifierfinetuningjobdetails.js +3 -0
  426. package/esm/models/components/classifierfinetuningjobdetails.js.map +1 -1
  427. package/esm/models/components/classifiertrainingparameters.d.ts +12 -0
  428. package/esm/models/components/classifiertrainingparameters.d.ts.map +1 -1
  429. package/esm/models/components/classifiertrainingparameters.js.map +1 -1
  430. package/esm/models/components/clientcapabilities.d.ts +26 -0
  431. package/esm/models/components/clientcapabilities.d.ts.map +1 -0
  432. package/esm/models/components/clientcapabilities.js +23 -0
  433. package/esm/models/components/clientcapabilities.js.map +1 -0
  434. package/esm/models/components/clienttaskscapability.d.ts +21 -0
  435. package/esm/models/components/clienttaskscapability.d.ts.map +1 -0
  436. package/esm/models/components/clienttaskscapability.js +17 -0
  437. package/esm/models/components/clienttaskscapability.js.map +1 -0
  438. package/esm/models/components/clienttasksrequestscapability.d.ts +17 -0
  439. package/esm/models/components/clienttasksrequestscapability.d.ts.map +1 -0
  440. package/esm/models/components/clienttasksrequestscapability.js +17 -0
  441. package/esm/models/components/clienttasksrequestscapability.js.map +1 -0
  442. package/esm/models/components/completionfinetuningjob.d.ts +1 -1
  443. package/esm/models/components/completionfinetuningjobdetails.d.ts +42 -0
  444. package/esm/models/components/completionfinetuningjobdetails.d.ts.map +1 -1
  445. package/esm/models/components/completionfinetuningjobdetails.js +3 -0
  446. package/esm/models/components/completionfinetuningjobdetails.js.map +1 -1
  447. package/esm/models/components/completiontokensdetails.d.ts +13 -0
  448. package/esm/models/components/completiontokensdetails.d.ts.map +1 -0
  449. package/esm/models/components/completiontokensdetails.js +19 -0
  450. package/esm/models/components/completiontokensdetails.js.map +1 -0
  451. package/esm/models/components/completiontrainingparameters.d.ts +12 -0
  452. package/esm/models/components/completiontrainingparameters.d.ts.map +1 -1
  453. package/esm/models/components/completiontrainingparameters.js.map +1 -1
  454. package/esm/models/components/connectionconfigtype.d.ts +11 -0
  455. package/esm/models/components/connectionconfigtype.d.ts.map +1 -0
  456. package/esm/models/components/connectionconfigtype.js +13 -0
  457. package/esm/models/components/connectionconfigtype.js.map +1 -0
  458. package/esm/models/components/connectioncredentials.d.ts +2 -0
  459. package/esm/models/components/connectioncredentials.d.ts.map +1 -1
  460. package/esm/models/components/connectioncredentials.js +2 -0
  461. package/esm/models/components/connectioncredentials.js.map +1 -1
  462. package/esm/models/components/connectionpreference.d.ts +15 -0
  463. package/esm/models/components/connectionpreference.d.ts.map +1 -0
  464. package/esm/models/components/connectionpreference.js +26 -0
  465. package/esm/models/components/connectionpreference.js.map +1 -0
  466. package/esm/models/components/connector.d.ts +29 -1
  467. package/esm/models/components/connector.d.ts.map +1 -1
  468. package/esm/models/components/connector.js +42 -2
  469. package/esm/models/components/connector.js.map +1 -1
  470. package/esm/models/components/connectorlocale.d.ts +18 -0
  471. package/esm/models/components/connectorlocale.d.ts.map +1 -0
  472. package/esm/models/components/connectorlocale.js +21 -0
  473. package/esm/models/components/connectorlocale.js.map +1 -0
  474. package/esm/models/components/connectorprotocol.d.ts +11 -0
  475. package/esm/models/components/connectorprotocol.d.ts.map +1 -0
  476. package/esm/models/components/connectorprotocol.js +13 -0
  477. package/esm/models/components/connectorprotocol.js.map +1 -0
  478. package/esm/models/components/connectorsqueryfilters.d.ts +0 -5
  479. package/esm/models/components/connectorsqueryfilters.d.ts.map +1 -1
  480. package/esm/models/components/connectorsqueryfilters.js +0 -6
  481. package/esm/models/components/connectorsqueryfilters.js.map +1 -1
  482. package/esm/models/components/consumertype.d.ts +12 -0
  483. package/esm/models/components/consumertype.d.ts.map +1 -0
  484. package/esm/models/components/consumertype.js +14 -0
  485. package/esm/models/components/consumertype.js.map +1 -0
  486. package/esm/models/components/createbatchjobrequest.d.ts +8 -1
  487. package/esm/models/components/createbatchjobrequest.d.ts.map +1 -1
  488. package/esm/models/components/createbatchjobrequest.js.map +1 -1
  489. package/esm/models/components/createconnectorrequest.d.ts +18 -0
  490. package/esm/models/components/createconnectorrequest.d.ts.map +1 -1
  491. package/esm/models/components/createconnectorrequest.js +8 -0
  492. package/esm/models/components/createconnectorrequest.js.map +1 -1
  493. package/esm/models/components/createingestionpipelineconfigurationrequest.d.ts +18 -0
  494. package/esm/models/components/createingestionpipelineconfigurationrequest.d.ts.map +1 -0
  495. package/esm/models/components/createingestionpipelineconfigurationrequest.js +20 -0
  496. package/esm/models/components/createingestionpipelineconfigurationrequest.js.map +1 -0
  497. package/esm/models/components/createlibraryrequest.d.ts +5 -0
  498. package/esm/models/components/createlibraryrequest.d.ts.map +1 -1
  499. package/esm/models/components/createlibraryrequest.js.map +1 -1
  500. package/esm/models/components/createsearchindexinforequest.d.ts +33 -0
  501. package/esm/models/components/createsearchindexinforequest.d.ts.map +1 -0
  502. package/esm/models/components/createsearchindexinforequest.js +33 -0
  503. package/esm/models/components/createsearchindexinforequest.js.map +1 -0
  504. package/esm/models/components/createvespaschemarequest.d.ts +14 -0
  505. package/esm/models/components/createvespaschemarequest.d.ts.map +1 -0
  506. package/esm/models/components/createvespaschemarequest.js +19 -0
  507. package/esm/models/components/createvespaschemarequest.js.map +1 -0
  508. package/esm/models/components/createvespasearchindexinforequest.d.ts +21 -0
  509. package/esm/models/components/createvespasearchindexinforequest.d.ts.map +1 -0
  510. package/esm/models/components/createvespasearchindexinforequest.js +25 -0
  511. package/esm/models/components/createvespasearchindexinforequest.js.map +1 -0
  512. package/esm/models/components/credentialsresponse.d.ts +2 -2
  513. package/esm/models/components/credentialsresponse.d.ts.map +1 -1
  514. package/esm/models/components/credentialsresponse.js +2 -2
  515. package/esm/models/components/credentialsresponse.js.map +1 -1
  516. package/esm/models/components/credentialsstatus.d.ts +15 -0
  517. package/esm/models/components/credentialsstatus.d.ts.map +1 -0
  518. package/esm/models/components/credentialsstatus.js +27 -0
  519. package/esm/models/components/credentialsstatus.js.map +1 -0
  520. package/esm/models/components/customtaskcompletedattributesresponse.d.ts +2 -0
  521. package/esm/models/components/customtaskcompletedattributesresponse.d.ts.map +1 -1
  522. package/esm/models/components/customtaskcompletedattributesresponse.js.map +1 -1
  523. package/esm/models/components/customtaskstartedattributesresponse.d.ts +2 -0
  524. package/esm/models/components/customtaskstartedattributesresponse.d.ts.map +1 -1
  525. package/esm/models/components/customtaskstartedattributesresponse.js.map +1 -1
  526. package/esm/models/components/deletemodelresponse.d.ts +2 -2
  527. package/esm/models/components/deploymentdetailresponse.d.ts +4 -0
  528. package/esm/models/components/deploymentdetailresponse.d.ts.map +1 -1
  529. package/esm/models/components/deploymentdetailresponse.js +2 -0
  530. package/esm/models/components/deploymentdetailresponse.js.map +1 -1
  531. package/esm/models/components/deploymentlistresponse.d.ts +8 -0
  532. package/esm/models/components/deploymentlistresponse.d.ts.map +1 -1
  533. package/esm/models/components/deploymentlistresponse.js +8 -0
  534. package/esm/models/components/deploymentlistresponse.js.map +1 -1
  535. package/esm/models/components/deploymentresponse.d.ts +4 -0
  536. package/esm/models/components/deploymentresponse.d.ts.map +1 -1
  537. package/esm/models/components/deploymentresponse.js +2 -0
  538. package/esm/models/components/deploymentresponse.js.map +1 -1
  539. package/esm/models/components/document.d.ts +16 -0
  540. package/esm/models/components/document.d.ts.map +1 -1
  541. package/esm/models/components/document.js +2 -0
  542. package/esm/models/components/document.js.map +1 -1
  543. package/esm/models/components/elicitationcapability.d.ts +23 -0
  544. package/esm/models/components/elicitationcapability.d.ts.map +1 -0
  545. package/esm/models/components/elicitationcapability.js +15 -0
  546. package/esm/models/components/elicitationcapability.js.map +1 -0
  547. package/esm/models/components/encodedpayloadoptions.d.ts +6 -3
  548. package/esm/models/components/encodedpayloadoptions.d.ts.map +1 -1
  549. package/esm/models/components/encodedpayloadoptions.js +5 -2
  550. package/esm/models/components/encodedpayloadoptions.js.map +1 -1
  551. package/esm/models/components/encryptedpatchvalue.d.ts +21 -0
  552. package/esm/models/components/encryptedpatchvalue.d.ts.map +1 -0
  553. package/esm/models/components/encryptedpatchvalue.js +15 -0
  554. package/esm/models/components/encryptedpatchvalue.js.map +1 -0
  555. package/esm/models/components/executionlogrecord.d.ts +17 -0
  556. package/esm/models/components/executionlogrecord.d.ts.map +1 -0
  557. package/esm/models/components/executionlogrecord.js +27 -0
  558. package/esm/models/components/executionlogrecord.js.map +1 -0
  559. package/esm/models/components/executionlogsearchresponse.d.ts +12 -0
  560. package/esm/models/components/executionlogsearchresponse.d.ts.map +1 -0
  561. package/esm/models/components/executionlogsearchresponse.js +21 -0
  562. package/esm/models/components/executionlogsearchresponse.js.map +1 -0
  563. package/esm/models/components/extendedoauthservermetadata.d.ts +64 -0
  564. package/esm/models/components/extendedoauthservermetadata.d.ts.map +1 -0
  565. package/esm/models/components/extendedoauthservermetadata.js +64 -0
  566. package/esm/models/components/extendedoauthservermetadata.js.map +1 -0
  567. package/esm/models/components/feedresultgetlog.d.ts +13 -0
  568. package/esm/models/components/feedresultgetlog.d.ts.map +1 -0
  569. package/esm/models/components/feedresultgetlog.js +17 -0
  570. package/esm/models/components/feedresultgetlog.js.map +1 -0
  571. package/esm/models/components/feedresultgetspan.d.ts +13 -0
  572. package/esm/models/components/feedresultgetspan.d.ts.map +1 -0
  573. package/esm/models/components/feedresultgetspan.js +17 -0
  574. package/esm/models/components/feedresultgetspan.js.map +1 -0
  575. package/esm/models/components/feedresultgetspanevaluation.d.ts +13 -0
  576. package/esm/models/components/feedresultgetspanevaluation.d.ts.map +1 -0
  577. package/esm/models/components/feedresultgetspanevaluation.js +17 -0
  578. package/esm/models/components/feedresultgetspanevaluation.js.map +1 -0
  579. package/esm/models/components/feedresultgettrace.d.ts +13 -0
  580. package/esm/models/components/feedresultgettrace.d.ts.map +1 -0
  581. package/esm/models/components/feedresultgettrace.js +17 -0
  582. package/esm/models/components/feedresultgettrace.js.map +1 -0
  583. package/esm/models/components/fimcompletionrequest.d.ts +2 -0
  584. package/esm/models/components/fimcompletionrequest.d.ts.map +1 -1
  585. package/esm/models/components/fimcompletionrequest.js +2 -0
  586. package/esm/models/components/fimcompletionrequest.js.map +1 -1
  587. package/esm/models/components/fimcompletionstreamrequest.d.ts +2 -0
  588. package/esm/models/components/fimcompletionstreamrequest.d.ts.map +1 -1
  589. package/esm/models/components/fimcompletionstreamrequest.js +2 -0
  590. package/esm/models/components/fimcompletionstreamrequest.js.map +1 -1
  591. package/esm/models/components/getlog.d.ts +35 -0
  592. package/esm/models/components/getlog.d.ts.map +1 -0
  593. package/esm/models/components/getlog.js +55 -0
  594. package/esm/models/components/getlog.js.map +1 -0
  595. package/esm/models/components/getlogfieldoptions.d.ts +10 -0
  596. package/esm/models/components/getlogfieldoptions.d.ts.map +1 -0
  597. package/esm/models/components/getlogfieldoptions.js +14 -0
  598. package/esm/models/components/getlogfieldoptions.js.map +1 -0
  599. package/esm/models/components/getlogfields.d.ts +11 -0
  600. package/esm/models/components/getlogfields.d.ts.map +1 -0
  601. package/esm/models/components/getlogfields.js +21 -0
  602. package/esm/models/components/getlogfields.js.map +1 -0
  603. package/esm/models/components/getlogs.d.ts +11 -0
  604. package/esm/models/components/getlogs.d.ts.map +1 -0
  605. package/esm/models/components/getlogs.js +15 -0
  606. package/esm/models/components/getlogs.js.map +1 -0
  607. package/esm/models/components/getspan.d.ts +81 -0
  608. package/esm/models/components/getspan.d.ts.map +1 -0
  609. package/esm/models/components/getspan.js +143 -0
  610. package/esm/models/components/getspan.js.map +1 -0
  611. package/esm/models/components/getspanevaluation.d.ts +25 -0
  612. package/esm/models/components/getspanevaluation.d.ts.map +1 -0
  613. package/esm/models/components/getspanevaluation.js +42 -0
  614. package/esm/models/components/getspanevaluation.js.map +1 -0
  615. package/esm/models/components/getspanevaluationfieldoptions.d.ts +10 -0
  616. package/esm/models/components/getspanevaluationfieldoptions.d.ts.map +1 -0
  617. package/esm/models/components/getspanevaluationfieldoptions.js +14 -0
  618. package/esm/models/components/getspanevaluationfieldoptions.js.map +1 -0
  619. package/esm/models/components/getspanevaluationfields.d.ts +11 -0
  620. package/esm/models/components/getspanevaluationfields.d.ts.map +1 -0
  621. package/esm/models/components/getspanevaluationfields.js +20 -0
  622. package/esm/models/components/getspanevaluationfields.js.map +1 -0
  623. package/esm/models/components/getspanevaluations.d.ts +11 -0
  624. package/esm/models/components/getspanevaluations.d.ts.map +1 -0
  625. package/esm/models/components/getspanevaluations.js +20 -0
  626. package/esm/models/components/getspanevaluations.js.map +1 -0
  627. package/esm/models/components/getspanfieldoptions.d.ts +10 -0
  628. package/esm/models/components/getspanfieldoptions.d.ts.map +1 -0
  629. package/esm/models/components/getspanfieldoptions.js +14 -0
  630. package/esm/models/components/getspanfieldoptions.js.map +1 -0
  631. package/esm/models/components/getspanfields.d.ts +11 -0
  632. package/esm/models/components/getspanfields.d.ts.map +1 -0
  633. package/esm/models/components/getspanfields.js +21 -0
  634. package/esm/models/components/getspanfields.js.map +1 -0
  635. package/esm/models/components/getspans.d.ts +11 -0
  636. package/esm/models/components/getspans.d.ts.map +1 -0
  637. package/esm/models/components/getspans.js +15 -0
  638. package/esm/models/components/getspans.js.map +1 -0
  639. package/esm/models/components/gettrace.d.ts +51 -0
  640. package/esm/models/components/gettrace.d.ts.map +1 -0
  641. package/esm/models/components/gettrace.js +91 -0
  642. package/esm/models/components/gettrace.js.map +1 -0
  643. package/esm/models/components/gettracefieldoptions.d.ts +10 -0
  644. package/esm/models/components/gettracefieldoptions.d.ts.map +1 -0
  645. package/esm/models/components/gettracefieldoptions.js +14 -0
  646. package/esm/models/components/gettracefieldoptions.js.map +1 -0
  647. package/esm/models/components/gettracefields.d.ts +11 -0
  648. package/esm/models/components/gettracefields.d.ts.map +1 -0
  649. package/esm/models/components/gettracefields.js +20 -0
  650. package/esm/models/components/gettracefields.js.map +1 -0
  651. package/esm/models/components/gettraces.d.ts +11 -0
  652. package/esm/models/components/gettraces.d.ts.map +1 -0
  653. package/esm/models/components/gettraces.js +15 -0
  654. package/esm/models/components/gettraces.js.map +1 -0
  655. package/esm/models/components/httpstatus.d.ts +112 -0
  656. package/esm/models/components/httpstatus.d.ts.map +1 -0
  657. package/esm/models/components/httpstatus.js +93 -0
  658. package/esm/models/components/httpstatus.js.map +1 -0
  659. package/esm/models/components/index.d.ts +93 -1
  660. package/esm/models/components/index.d.ts.map +1 -1
  661. package/esm/models/components/index.js +93 -1
  662. package/esm/models/components/index.js.map +1 -1
  663. package/esm/models/components/ingestionpipelineconfiguration.d.ts +7 -0
  664. package/esm/models/components/ingestionpipelineconfiguration.d.ts.map +1 -1
  665. package/esm/models/components/ingestionpipelineconfiguration.js +10 -0
  666. package/esm/models/components/ingestionpipelineconfiguration.js.map +1 -1
  667. package/esm/models/components/jobmetadata.d.ts +18 -0
  668. package/esm/models/components/jobmetadata.d.ts.map +1 -1
  669. package/esm/models/components/jobmetadata.js.map +1 -1
  670. package/esm/models/components/jsonpatch.d.ts +13 -0
  671. package/esm/models/components/jsonpatch.d.ts.map +1 -0
  672. package/esm/models/components/jsonpatch.js +21 -0
  673. package/esm/models/components/jsonpatch.js.map +1 -0
  674. package/esm/models/components/jsonpatchappend.d.ts +10 -2
  675. package/esm/models/components/jsonpatchappend.d.ts.map +1 -1
  676. package/esm/models/components/jsonpatchappend.js +8 -1
  677. package/esm/models/components/jsonpatchappend.js.map +1 -1
  678. package/esm/models/components/jsonpatchpayloadresponse.d.ts +7 -11
  679. package/esm/models/components/jsonpatchpayloadresponse.d.ts.map +1 -1
  680. package/esm/models/components/jsonpatchpayloadresponse.js +10 -21
  681. package/esm/models/components/jsonpatchpayloadresponse.js.map +1 -1
  682. package/esm/models/components/jsonpatchpayloadvalueresponse.d.ts +9 -0
  683. package/esm/models/components/jsonpatchpayloadvalueresponse.d.ts.map +1 -0
  684. package/esm/models/components/jsonpatchpayloadvalueresponse.js +14 -0
  685. package/esm/models/components/jsonpatchpayloadvalueresponse.js.map +1 -0
  686. package/esm/models/components/jsonpayloadresponse.d.ts +8 -1
  687. package/esm/models/components/jsonpayloadresponse.d.ts.map +1 -1
  688. package/esm/models/components/jsonpayloadresponse.js +8 -0
  689. package/esm/models/components/jsonpayloadresponse.js.map +1 -1
  690. package/esm/models/components/library.d.ts +17 -0
  691. package/esm/models/components/library.d.ts.map +1 -1
  692. package/esm/models/components/library.js.map +1 -1
  693. package/esm/models/components/logicalexpression.d.ts +39 -0
  694. package/esm/models/components/logicalexpression.d.ts.map +1 -0
  695. package/esm/models/components/logicalexpression.js +60 -0
  696. package/esm/models/components/logicalexpression.js.map +1 -0
  697. package/esm/models/components/logsrequest.d.ts +22 -0
  698. package/esm/models/components/logsrequest.d.ts.map +1 -0
  699. package/esm/models/components/logsrequest.js +25 -0
  700. package/esm/models/components/logsrequest.js.map +1 -0
  701. package/esm/models/components/mcpprompt.d.ts +20 -0
  702. package/esm/models/components/mcpprompt.d.ts.map +1 -0
  703. package/esm/models/components/mcpprompt.js +26 -0
  704. package/esm/models/components/mcpprompt.js.map +1 -0
  705. package/esm/models/components/mcpresource.d.ts +23 -0
  706. package/esm/models/components/mcpresource.d.ts.map +1 -0
  707. package/esm/models/components/mcpresource.js +30 -0
  708. package/esm/models/components/mcpresource.js.map +1 -0
  709. package/esm/models/components/mcpserverauthenticationrequirement.d.ts +20 -0
  710. package/esm/models/components/mcpserverauthenticationrequirement.d.ts.map +1 -0
  711. package/esm/models/components/mcpserverauthenticationrequirement.js +15 -0
  712. package/esm/models/components/mcpserverauthenticationrequirement.js.map +1 -0
  713. package/esm/models/components/mcpservercard.d.ts +58 -0
  714. package/esm/models/components/mcpservercard.d.ts.map +1 -0
  715. package/esm/models/components/mcpservercard.js +66 -0
  716. package/esm/models/components/mcpservercard.js.map +1 -0
  717. package/esm/models/components/mcpservercardmeta.d.ts +19 -0
  718. package/esm/models/components/mcpservercardmeta.d.ts.map +1 -0
  719. package/esm/models/components/mcpservercardmeta.js +20 -0
  720. package/esm/models/components/mcpservercardmeta.js.map +1 -0
  721. package/esm/models/components/mcpservercardtool.d.ts +27 -0
  722. package/esm/models/components/mcpservercardtool.d.ts.map +1 -0
  723. package/esm/models/components/mcpservercardtool.js +31 -0
  724. package/esm/models/components/mcpservercardtool.js.map +1 -0
  725. package/esm/models/components/mcpserverremote.d.ts +39 -0
  726. package/esm/models/components/mcpserverremote.d.ts.map +1 -0
  727. package/esm/models/components/mcpserverremote.js +31 -0
  728. package/esm/models/components/mcpserverremote.js.map +1 -0
  729. package/esm/models/components/mcpserverremoteheader.d.ts +24 -0
  730. package/esm/models/components/mcpserverremoteheader.d.ts.map +1 -0
  731. package/esm/models/components/mcpserverremoteheader.js +19 -0
  732. package/esm/models/components/mcpserverremoteheader.js.map +1 -0
  733. package/esm/models/components/mcpserverrepository.d.ts +21 -0
  734. package/esm/models/components/mcpserverrepository.d.ts.map +1 -0
  735. package/esm/models/components/mcpserverrepository.js +16 -0
  736. package/esm/models/components/mcpserverrepository.js.map +1 -0
  737. package/esm/models/components/observabilityerrorcode.d.ts +0 -1
  738. package/esm/models/components/observabilityerrorcode.d.ts.map +1 -1
  739. package/esm/models/components/observabilityerrorcode.js +0 -1
  740. package/esm/models/components/observabilityerrorcode.js.map +1 -1
  741. package/esm/models/components/ocrrequest.d.ts +0 -2
  742. package/esm/models/components/ocrrequest.d.ts.map +1 -1
  743. package/esm/models/components/ocrrequest.js +0 -1
  744. package/esm/models/components/ocrrequest.js.map +1 -1
  745. package/esm/models/components/otelfielddefinition.d.ts +57 -0
  746. package/esm/models/components/otelfielddefinition.d.ts.map +1 -0
  747. package/esm/models/components/otelfielddefinition.js +64 -0
  748. package/esm/models/components/otelfielddefinition.js.map +1 -0
  749. package/esm/models/components/outboundauthenticationtype.d.ts +15 -0
  750. package/esm/models/components/outboundauthenticationtype.d.ts.map +1 -0
  751. package/esm/models/components/outboundauthenticationtype.js +17 -0
  752. package/esm/models/components/outboundauthenticationtype.js.map +1 -0
  753. package/esm/models/components/partialscheduledefinition.d.ts +78 -0
  754. package/esm/models/components/partialscheduledefinition.d.ts.map +1 -0
  755. package/esm/models/components/partialscheduledefinition.js +35 -0
  756. package/esm/models/components/partialscheduledefinition.js.map +1 -0
  757. package/esm/models/components/processingstatus.d.ts +3 -0
  758. package/esm/models/components/processingstatus.d.ts.map +1 -1
  759. package/esm/models/components/processingstatus.js.map +1 -1
  760. package/esm/models/components/promptargument.d.ts +16 -0
  761. package/esm/models/components/promptargument.d.ts.map +1 -0
  762. package/esm/models/components/promptargument.js +16 -0
  763. package/esm/models/components/promptargument.js.map +1 -0
  764. package/esm/models/components/promptscapability.d.ts +14 -0
  765. package/esm/models/components/promptscapability.d.ts.map +1 -0
  766. package/esm/models/components/promptscapability.js +14 -0
  767. package/esm/models/components/promptscapability.js.map +1 -0
  768. package/esm/models/components/prompttokensdetails.d.ts +1 -0
  769. package/esm/models/components/prompttokensdetails.d.ts.map +1 -1
  770. package/esm/models/components/prompttokensdetails.js +2 -0
  771. package/esm/models/components/prompttokensdetails.js.map +1 -1
  772. package/esm/models/components/publicauthenticationmethod.d.ts +3 -2
  773. package/esm/models/components/publicauthenticationmethod.d.ts.map +1 -1
  774. package/esm/models/components/publicauthenticationmethod.js +4 -2
  775. package/esm/models/components/publicauthenticationmethod.js.map +1 -1
  776. package/esm/models/components/publicconnectionconfig.d.ts +16 -0
  777. package/esm/models/components/publicconnectionconfig.d.ts.map +1 -0
  778. package/esm/models/components/publicconnectionconfig.js +23 -0
  779. package/esm/models/components/publicconnectionconfig.js.map +1 -0
  780. package/esm/models/components/reasoningeffort.d.ts +4 -0
  781. package/esm/models/components/reasoningeffort.d.ts.map +1 -1
  782. package/esm/models/components/reasoningeffort.js +4 -0
  783. package/esm/models/components/reasoningeffort.js.map +1 -1
  784. package/esm/models/components/referencechunk.d.ts +4 -4
  785. package/esm/models/components/referencechunk.js +4 -4
  786. package/esm/models/components/referencechunk.js.map +1 -1
  787. package/esm/models/components/resourcescapability.d.ts +15 -0
  788. package/esm/models/components/resourcescapability.d.ts.map +1 -0
  789. package/esm/models/components/resourcescapability.js +15 -0
  790. package/esm/models/components/resourcescapability.js.map +1 -0
  791. package/esm/models/components/resourcetype.d.ts +12 -0
  792. package/esm/models/components/resourcetype.d.ts.map +1 -0
  793. package/esm/models/components/resourcetype.js +14 -0
  794. package/esm/models/components/resourcetype.js.map +1 -0
  795. package/esm/models/components/rootscapability.d.ts +14 -0
  796. package/esm/models/components/rootscapability.d.ts.map +1 -0
  797. package/esm/models/components/rootscapability.js +14 -0
  798. package/esm/models/components/rootscapability.js.map +1 -0
  799. package/esm/models/components/samplingcapability.d.ts +19 -0
  800. package/esm/models/components/samplingcapability.d.ts.map +1 -0
  801. package/esm/models/components/samplingcapability.js +15 -0
  802. package/esm/models/components/samplingcapability.js.map +1 -0
  803. package/esm/models/components/scheduledefinition.d.ts +5 -0
  804. package/esm/models/components/scheduledefinition.d.ts.map +1 -1
  805. package/esm/models/components/scheduledefinition.js +2 -0
  806. package/esm/models/components/scheduledefinition.js.map +1 -1
  807. package/esm/models/components/scheduledefinitionoutput.d.ts +26 -0
  808. package/esm/models/components/scheduledefinitionoutput.d.ts.map +1 -1
  809. package/esm/models/components/scheduledefinitionoutput.js +12 -0
  810. package/esm/models/components/scheduledefinitionoutput.js.map +1 -1
  811. package/esm/models/components/schedulefutureexecution.d.ts +13 -0
  812. package/esm/models/components/schedulefutureexecution.d.ts.map +1 -0
  813. package/esm/models/components/schedulefutureexecution.js +19 -0
  814. package/esm/models/components/schedulefutureexecution.js.map +1 -0
  815. package/esm/models/components/schedulerecentexecution.d.ts +21 -0
  816. package/esm/models/components/schedulerecentexecution.d.ts.map +1 -0
  817. package/esm/models/components/schedulerecentexecution.js +23 -0
  818. package/esm/models/components/schedulerecentexecution.js.map +1 -0
  819. package/esm/models/components/searchindexresponse.d.ts +30 -0
  820. package/esm/models/components/searchindexresponse.d.ts.map +1 -0
  821. package/esm/models/components/searchindexresponse.js +42 -0
  822. package/esm/models/components/searchindexresponse.js.map +1 -0
  823. package/esm/models/components/servercapabilities.d.ts +32 -0
  824. package/esm/models/components/servercapabilities.d.ts.map +1 -0
  825. package/esm/models/components/servercapabilities.js +25 -0
  826. package/esm/models/components/servercapabilities.js.map +1 -0
  827. package/esm/models/components/serverlocale.d.ts +24 -0
  828. package/esm/models/components/serverlocale.d.ts.map +1 -0
  829. package/esm/models/components/serverlocale.js +27 -0
  830. package/esm/models/components/serverlocale.js.map +1 -0
  831. package/esm/models/components/servertaskscapability.d.ts +21 -0
  832. package/esm/models/components/servertaskscapability.d.ts.map +1 -0
  833. package/esm/models/components/servertaskscapability.js +17 -0
  834. package/esm/models/components/servertaskscapability.js.map +1 -0
  835. package/esm/models/components/servertasksrequestscapability.d.ts +15 -0
  836. package/esm/models/components/servertasksrequestscapability.d.ts.map +1 -0
  837. package/esm/models/components/servertasksrequestscapability.js +15 -0
  838. package/esm/models/components/servertasksrequestscapability.js.map +1 -0
  839. package/esm/models/components/sharing.d.ts +6 -0
  840. package/esm/models/components/sharing.d.ts.map +1 -1
  841. package/esm/models/components/sharing.js.map +1 -1
  842. package/esm/models/components/sharingdelete.d.ts +3 -0
  843. package/esm/models/components/sharingdelete.d.ts.map +1 -1
  844. package/esm/models/components/sharingdelete.js.map +1 -1
  845. package/esm/models/components/sharingrequest.d.ts +3 -0
  846. package/esm/models/components/sharingrequest.d.ts.map +1 -1
  847. package/esm/models/components/sharingrequest.js.map +1 -1
  848. package/esm/models/components/spanevaluationsrequest.d.ts +12 -0
  849. package/esm/models/components/spanevaluationsrequest.d.ts.map +1 -0
  850. package/esm/models/components/spanevaluationsrequest.js +18 -0
  851. package/esm/models/components/spanevaluationsrequest.js.map +1 -0
  852. package/esm/models/components/spansrequest.d.ts +12 -0
  853. package/esm/models/components/spansrequest.d.ts.map +1 -0
  854. package/esm/models/components/spansrequest.js +18 -0
  855. package/esm/models/components/spansrequest.js.map +1 -0
  856. package/esm/models/components/streamerror.d.ts +10 -0
  857. package/esm/models/components/streamerror.d.ts.map +1 -0
  858. package/esm/models/components/streamerror.js +15 -0
  859. package/esm/models/components/streamerror.js.map +1 -0
  860. package/esm/models/components/taskselicitationcapability.d.ts +16 -0
  861. package/esm/models/components/taskselicitationcapability.d.ts.map +1 -0
  862. package/esm/models/components/taskselicitationcapability.js +14 -0
  863. package/esm/models/components/taskselicitationcapability.js.map +1 -0
  864. package/esm/models/components/taskssamplingcapability.d.ts +16 -0
  865. package/esm/models/components/taskssamplingcapability.d.ts.map +1 -0
  866. package/esm/models/components/taskssamplingcapability.js +14 -0
  867. package/esm/models/components/taskssamplingcapability.js.map +1 -0
  868. package/esm/models/components/taskstoolscapability.d.ts +16 -0
  869. package/esm/models/components/taskstoolscapability.d.ts.map +1 -0
  870. package/esm/models/components/taskstoolscapability.js +14 -0
  871. package/esm/models/components/taskstoolscapability.js.map +1 -0
  872. package/esm/models/components/toolexecutionconfiguration.d.ts +43 -0
  873. package/esm/models/components/toolexecutionconfiguration.d.ts.map +1 -0
  874. package/esm/models/components/toolexecutionconfiguration.js +93 -0
  875. package/esm/models/components/toolexecutionconfiguration.js.map +1 -0
  876. package/esm/models/components/toolproperties.d.ts +17 -0
  877. package/esm/models/components/toolproperties.d.ts.map +1 -0
  878. package/esm/models/components/toolproperties.js +30 -0
  879. package/esm/models/components/toolproperties.js.map +1 -0
  880. package/esm/models/components/toolscapability.d.ts +14 -0
  881. package/esm/models/components/toolscapability.d.ts.map +1 -0
  882. package/esm/models/components/toolscapability.js +14 -0
  883. package/esm/models/components/toolscapability.js.map +1 -0
  884. package/esm/models/components/tracesrequest.d.ts +12 -0
  885. package/esm/models/components/tracesrequest.d.ts.map +1 -0
  886. package/esm/models/components/tracesrequest.js +18 -0
  887. package/esm/models/components/tracesrequest.js.map +1 -0
  888. package/esm/models/components/turbinemeta.d.ts +12 -0
  889. package/esm/models/components/turbinemeta.d.ts.map +1 -0
  890. package/esm/models/components/turbinemeta.js +22 -0
  891. package/esm/models/components/turbinemeta.js.map +1 -0
  892. package/esm/models/components/updateconnectorrequest.d.ts +7 -0
  893. package/esm/models/components/updateconnectorrequest.d.ts.map +1 -1
  894. package/esm/models/components/updateconnectorrequest.js +2 -0
  895. package/esm/models/components/updateconnectorrequest.js.map +1 -1
  896. package/esm/models/components/updatedocumentrequest.d.ts +7 -2
  897. package/esm/models/components/updatedocumentrequest.d.ts.map +1 -1
  898. package/esm/models/components/updatedocumentrequest.js +7 -1
  899. package/esm/models/components/updatedocumentrequest.js.map +1 -1
  900. package/esm/models/components/updatelibraryrequest.d.ts +2 -2
  901. package/esm/models/components/updatelibraryrequest.d.ts.map +1 -1
  902. package/esm/models/components/updatelibraryrequest.js +1 -1
  903. package/esm/models/components/updatelibraryrequest.js.map +1 -1
  904. package/esm/models/components/updateruninfo.d.ts +14 -0
  905. package/esm/models/components/updateruninfo.d.ts.map +1 -0
  906. package/esm/models/components/updateruninfo.js +20 -0
  907. package/esm/models/components/updateruninfo.js.map +1 -0
  908. package/esm/models/components/usageinfodollardefs.d.ts +2 -0
  909. package/esm/models/components/usageinfodollardefs.d.ts.map +1 -1
  910. package/esm/models/components/usageinfodollardefs.js +4 -0
  911. package/esm/models/components/usageinfodollardefs.js.map +1 -1
  912. package/esm/models/components/vespaschemaresponse.d.ts +11 -0
  913. package/esm/models/components/vespaschemaresponse.d.ts.map +1 -0
  914. package/esm/models/components/vespaschemaresponse.js +20 -0
  915. package/esm/models/components/vespaschemaresponse.js.map +1 -0
  916. package/esm/models/components/vespasearchindexinforesponse.d.ts +15 -0
  917. package/esm/models/components/vespasearchindexinforesponse.d.ts.map +1 -0
  918. package/esm/models/components/vespasearchindexinforesponse.js +26 -0
  919. package/esm/models/components/vespasearchindexinforesponse.js.map +1 -0
  920. package/esm/models/components/voicecreaterequest.d.ts +2 -0
  921. package/esm/models/components/voicecreaterequest.d.ts.map +1 -1
  922. package/esm/models/components/voicecreaterequest.js +1 -0
  923. package/esm/models/components/voicecreaterequest.js.map +1 -1
  924. package/esm/models/components/voiceresponse.d.ts +2 -0
  925. package/esm/models/components/voiceresponse.d.ts.map +1 -1
  926. package/esm/models/components/voiceresponse.js +3 -0
  927. package/esm/models/components/voiceresponse.js.map +1 -1
  928. package/esm/models/components/voiceupdaterequest.d.ts +2 -0
  929. package/esm/models/components/voiceupdaterequest.d.ts.map +1 -1
  930. package/esm/models/components/voiceupdaterequest.js +1 -0
  931. package/esm/models/components/voiceupdaterequest.js.map +1 -1
  932. package/esm/models/components/workflow.d.ts +4 -4
  933. package/esm/models/components/workflow.d.ts.map +1 -1
  934. package/esm/models/components/workflow.js +1 -2
  935. package/esm/models/components/workflow.js.map +1 -1
  936. package/esm/models/components/workflowbasicdefinition.d.ts +4 -0
  937. package/esm/models/components/workflowbasicdefinition.d.ts.map +1 -1
  938. package/esm/models/components/workflowbasicdefinition.js +1 -0
  939. package/esm/models/components/workflowbasicdefinition.js.map +1 -1
  940. package/esm/models/components/workflowbulkarchiverequest.d.ts +15 -0
  941. package/esm/models/components/workflowbulkarchiverequest.d.ts.map +1 -0
  942. package/esm/models/components/workflowbulkarchiverequest.js +18 -0
  943. package/esm/models/components/workflowbulkarchiverequest.js.map +1 -0
  944. package/esm/models/components/workflowbulkarchiveresponse.d.ts +19 -0
  945. package/esm/models/components/workflowbulkarchiveresponse.d.ts.map +1 -0
  946. package/esm/models/components/workflowbulkarchiveresponse.js +17 -0
  947. package/esm/models/components/workflowbulkarchiveresponse.js.map +1 -0
  948. package/esm/models/components/workflowbulkerror.d.ts +22 -0
  949. package/esm/models/components/workflowbulkerror.d.ts.map +1 -0
  950. package/esm/models/components/workflowbulkerror.js +22 -0
  951. package/esm/models/components/workflowbulkerror.js.map +1 -0
  952. package/esm/models/components/workflowbulkunarchiverequest.d.ts +15 -0
  953. package/esm/models/components/workflowbulkunarchiverequest.d.ts.map +1 -0
  954. package/esm/models/components/workflowbulkunarchiverequest.js +18 -0
  955. package/esm/models/components/workflowbulkunarchiverequest.js.map +1 -0
  956. package/esm/models/components/workflowbulkunarchiveresponse.d.ts +19 -0
  957. package/esm/models/components/workflowbulkunarchiveresponse.d.ts.map +1 -0
  958. package/esm/models/components/workflowbulkunarchiveresponse.js +17 -0
  959. package/esm/models/components/workflowbulkunarchiveresponse.js.map +1 -0
  960. package/esm/models/components/workflowcodedefinition.d.ts +4 -0
  961. package/esm/models/components/workflowcodedefinition.d.ts.map +1 -1
  962. package/esm/models/components/workflowcodedefinition.js +2 -0
  963. package/esm/models/components/workflowcodedefinition.js.map +1 -1
  964. package/esm/models/components/workflowexecutioncompletedattributesresponse.d.ts +2 -0
  965. package/esm/models/components/workflowexecutioncompletedattributesresponse.d.ts.map +1 -1
  966. package/esm/models/components/workflowexecutioncompletedattributesresponse.js.map +1 -1
  967. package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.d.ts +2 -0
  968. package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.d.ts.map +1 -1
  969. package/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.js.map +1 -1
  970. package/esm/models/components/workflowexecutionrequest.d.ts +0 -6
  971. package/esm/models/components/workflowexecutionrequest.d.ts.map +1 -1
  972. package/esm/models/components/workflowexecutionrequest.js +0 -3
  973. package/esm/models/components/workflowexecutionrequest.js.map +1 -1
  974. package/esm/models/components/workflowexecutionstartedattributesresponse.d.ts +2 -0
  975. package/esm/models/components/workflowexecutionstartedattributesresponse.d.ts.map +1 -1
  976. package/esm/models/components/workflowexecutionstartedattributesresponse.js.map +1 -1
  977. package/esm/models/components/workflowschedulelistresponse.d.ts +4 -0
  978. package/esm/models/components/workflowschedulelistresponse.d.ts.map +1 -1
  979. package/esm/models/components/workflowschedulelistresponse.js +6 -0
  980. package/esm/models/components/workflowschedulelistresponse.js.map +1 -1
  981. package/esm/models/components/workflowschedulepauserequest.d.ts +15 -0
  982. package/esm/models/components/workflowschedulepauserequest.d.ts.map +1 -0
  983. package/esm/models/components/workflowschedulepauserequest.js +13 -0
  984. package/esm/models/components/workflowschedulepauserequest.js.map +1 -0
  985. package/esm/models/components/workflowscheduletriggerrequest.d.ts +16 -0
  986. package/esm/models/components/workflowscheduletriggerrequest.d.ts.map +1 -0
  987. package/esm/models/components/workflowscheduletriggerrequest.js +14 -0
  988. package/esm/models/components/workflowscheduletriggerrequest.js.map +1 -0
  989. package/esm/models/components/workflowscheduleupdaterequest.d.ts +21 -0
  990. package/esm/models/components/workflowscheduleupdaterequest.d.ts.map +1 -0
  991. package/esm/models/components/workflowscheduleupdaterequest.js +14 -0
  992. package/esm/models/components/workflowscheduleupdaterequest.js.map +1 -0
  993. package/esm/models/components/workflowupdaterequest.d.ts +5 -0
  994. package/esm/models/components/workflowupdaterequest.d.ts.map +1 -1
  995. package/esm/models/components/workflowupdaterequest.js +1 -0
  996. package/esm/models/components/workflowupdaterequest.js.map +1 -1
  997. package/esm/models/components/workflowwithworkerstatus.d.ts +4 -4
  998. package/esm/models/components/workflowwithworkerstatus.d.ts.map +1 -1
  999. package/esm/models/components/workflowwithworkerstatus.js +1 -2
  1000. package/esm/models/components/workflowwithworkerstatus.js.map +1 -1
  1001. package/esm/models/operations/connectoractivatefororganizationv1.d.ts +15 -0
  1002. package/esm/models/operations/connectoractivatefororganizationv1.d.ts.map +1 -0
  1003. package/esm/models/operations/connectoractivatefororganizationv1.js +21 -0
  1004. package/esm/models/operations/connectoractivatefororganizationv1.js.map +1 -0
  1005. package/esm/models/operations/connectoractivateforuserv1.d.ts +15 -0
  1006. package/esm/models/operations/connectoractivateforuserv1.d.ts.map +1 -0
  1007. package/esm/models/operations/connectoractivateforuserv1.js +21 -0
  1008. package/esm/models/operations/connectoractivateforuserv1.js.map +1 -0
  1009. package/esm/models/operations/connectoractivateforworkspacev1.d.ts +15 -0
  1010. package/esm/models/operations/connectoractivateforworkspacev1.d.ts.map +1 -0
  1011. package/esm/models/operations/connectoractivateforworkspacev1.js +21 -0
  1012. package/esm/models/operations/connectoractivateforworkspacev1.js.map +1 -0
  1013. package/esm/models/operations/connectordeactivatefororganizationv1.d.ts +12 -0
  1014. package/esm/models/operations/connectordeactivatefororganizationv1.d.ts.map +1 -0
  1015. package/esm/models/operations/connectordeactivatefororganizationv1.js +18 -0
  1016. package/esm/models/operations/connectordeactivatefororganizationv1.js.map +1 -0
  1017. package/esm/models/operations/connectordeactivateforuserv1.d.ts +12 -0
  1018. package/esm/models/operations/connectordeactivateforuserv1.d.ts.map +1 -0
  1019. package/esm/models/operations/connectordeactivateforuserv1.js +18 -0
  1020. package/esm/models/operations/connectordeactivateforuserv1.js.map +1 -0
  1021. package/esm/models/operations/connectordeactivateforworkspacev1.d.ts +12 -0
  1022. package/esm/models/operations/connectordeactivateforworkspacev1.d.ts.map +1 -0
  1023. package/esm/models/operations/connectordeactivateforworkspacev1.js +18 -0
  1024. package/esm/models/operations/connectordeactivateforworkspacev1.js.map +1 -0
  1025. package/esm/models/operations/connectorgetauthurlv1.d.ts +11 -0
  1026. package/esm/models/operations/connectorgetauthurlv1.d.ts.map +1 -1
  1027. package/esm/models/operations/connectorgetauthurlv1.js +5 -0
  1028. package/esm/models/operations/connectorgetauthurlv1.js.map +1 -1
  1029. package/esm/models/operations/connectorgetv1.d.ts +5 -5
  1030. package/esm/models/operations/connectorgetv1.d.ts.map +1 -1
  1031. package/esm/models/operations/connectorgetv1.js +2 -2
  1032. package/esm/models/operations/connectorgetv1.js.map +1 -1
  1033. package/esm/models/operations/connectorlistorganizationcredentialsv1.d.ts +1 -1
  1034. package/esm/models/operations/connectorlistorganizationcredentialsv1.d.ts.map +1 -1
  1035. package/esm/models/operations/connectorlistorganizationcredentialsv1.js +1 -1
  1036. package/esm/models/operations/connectorlistorganizationcredentialsv1.js.map +1 -1
  1037. package/esm/models/operations/connectorlistusercredentialsv1.d.ts +1 -1
  1038. package/esm/models/operations/connectorlistusercredentialsv1.d.ts.map +1 -1
  1039. package/esm/models/operations/connectorlistusercredentialsv1.js +2 -1
  1040. package/esm/models/operations/connectorlistusercredentialsv1.js.map +1 -1
  1041. package/esm/models/operations/connectorlistworkspacecredentialsv1.d.ts +1 -1
  1042. package/esm/models/operations/connectorlistworkspacecredentialsv1.d.ts.map +1 -1
  1043. package/esm/models/operations/connectorlistworkspacecredentialsv1.js +1 -1
  1044. package/esm/models/operations/connectorlistworkspacecredentialsv1.js.map +1 -1
  1045. package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.d.ts +16 -0
  1046. package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.d.ts.map +1 -0
  1047. package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.js +21 -0
  1048. package/esm/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.js.map +1 -0
  1049. package/esm/models/operations/getschedulesv1workflowsschedulesget.d.ts +58 -0
  1050. package/esm/models/operations/getschedulesv1workflowsschedulesget.d.ts.map +1 -0
  1051. package/esm/models/operations/getschedulesv1workflowsschedulesget.js +48 -0
  1052. package/esm/models/operations/getschedulesv1workflowsschedulesget.js.map +1 -0
  1053. package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.d.ts +12 -0
  1054. package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.d.ts.map +1 -0
  1055. package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.js +18 -0
  1056. package/esm/models/operations/getschedulev1workflowsschedulesscheduleidget.js.map +1 -0
  1057. package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.d.ts +18 -0
  1058. package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.d.ts.map +1 -0
  1059. package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.js +23 -0
  1060. package/esm/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.js.map +1 -0
  1061. package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.d.ts +16 -0
  1062. package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.d.ts.map +1 -0
  1063. package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.js +21 -0
  1064. package/esm/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.js.map +1 -0
  1065. package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.d.ts +16 -0
  1066. package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.d.ts.map +1 -0
  1067. package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.js +21 -0
  1068. package/esm/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.js.map +1 -0
  1069. package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.d.ts +12 -0
  1070. package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.d.ts.map +1 -0
  1071. package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.js +18 -0
  1072. package/esm/models/operations/gettracebyidv1observabilitytracestraceidget.js.map +1 -0
  1073. package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.d.ts +16 -0
  1074. package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.d.ts.map +1 -0
  1075. package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.js +21 -0
  1076. package/esm/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.js.map +1 -0
  1077. package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.d.ts +20 -0
  1078. package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.d.ts.map +1 -0
  1079. package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.js +24 -0
  1080. package/esm/models/operations/gettracespansv1observabilitytracestraceidspansget.js.map +1 -0
  1081. package/esm/models/operations/getworkflowexecutionlogs.d.ts +61 -0
  1082. package/esm/models/operations/getworkflowexecutionlogs.d.ts.map +1 -0
  1083. package/esm/models/operations/getworkflowexecutionlogs.js +36 -0
  1084. package/esm/models/operations/getworkflowexecutionlogs.js.map +1 -0
  1085. package/esm/models/operations/getworkflowsv1workflowsget.d.ts +71 -3
  1086. package/esm/models/operations/getworkflowsv1workflowsget.d.ts.map +1 -1
  1087. package/esm/models/operations/getworkflowsv1workflowsget.js +41 -2
  1088. package/esm/models/operations/getworkflowsv1workflowsget.js.map +1 -1
  1089. package/esm/models/operations/index.d.ts +29 -0
  1090. package/esm/models/operations/index.d.ts.map +1 -1
  1091. package/esm/models/operations/index.js +29 -0
  1092. package/esm/models/operations/index.js.map +1 -1
  1093. package/esm/models/operations/librariesdocumentslistv1.d.ts +5 -0
  1094. package/esm/models/operations/librariesdocumentslistv1.d.ts.map +1 -1
  1095. package/esm/models/operations/librariesdocumentslistv1.js.map +1 -1
  1096. package/esm/models/operations/librariesdocumentspatchv1.d.ts +17 -0
  1097. package/esm/models/operations/librariesdocumentspatchv1.d.ts.map +1 -0
  1098. package/esm/models/operations/librariesdocumentspatchv1.js +23 -0
  1099. package/esm/models/operations/librariesdocumentspatchv1.js.map +1 -0
  1100. package/esm/models/operations/librarieslistv1.d.ts +3 -1
  1101. package/esm/models/operations/librarieslistv1.d.ts.map +1 -1
  1102. package/esm/models/operations/librarieslistv1.js.map +1 -1
  1103. package/esm/models/operations/librariespatchv1.d.ts +15 -0
  1104. package/esm/models/operations/librariespatchv1.d.ts.map +1 -0
  1105. package/esm/models/operations/librariespatchv1.js +21 -0
  1106. package/esm/models/operations/librariespatchv1.js.map +1 -0
  1107. package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.d.ts +25 -0
  1108. package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.d.ts.map +1 -1
  1109. package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js +7 -0
  1110. package/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js.map +1 -1
  1111. package/esm/models/operations/listrunsv1workflowsrunsget.d.ts +63 -1
  1112. package/esm/models/operations/listrunsv1workflowsrunsget.d.ts.map +1 -1
  1113. package/esm/models/operations/listrunsv1workflowsrunsget.js +34 -0
  1114. package/esm/models/operations/listrunsv1workflowsrunsget.js.map +1 -1
  1115. package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.d.ts +15 -0
  1116. package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.d.ts.map +1 -0
  1117. package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.js +22 -0
  1118. package/esm/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.js.map +1 -0
  1119. package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.d.ts +15 -0
  1120. package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.d.ts.map +1 -0
  1121. package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.js +22 -0
  1122. package/esm/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.js.map +1 -0
  1123. package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.d.ts +21 -0
  1124. package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.d.ts.map +1 -0
  1125. package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.js +25 -0
  1126. package/esm/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.js.map +1 -0
  1127. package/esm/models/operations/searchlogsv1observabilitylogssearchpost.d.ts +21 -0
  1128. package/esm/models/operations/searchlogsv1observabilitylogssearchpost.d.ts.map +1 -0
  1129. package/esm/models/operations/searchlogsv1observabilitylogssearchpost.js +24 -0
  1130. package/esm/models/operations/searchlogsv1observabilitylogssearchpost.js.map +1 -0
  1131. package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.d.ts +21 -0
  1132. package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.d.ts.map +1 -0
  1133. package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.js +25 -0
  1134. package/esm/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.js.map +1 -0
  1135. package/esm/models/operations/searchspansv1observabilityspanssearchpost.d.ts +21 -0
  1136. package/esm/models/operations/searchspansv1observabilityspanssearchpost.d.ts.map +1 -0
  1137. package/esm/models/operations/searchspansv1observabilityspanssearchpost.js +24 -0
  1138. package/esm/models/operations/searchspansv1observabilityspanssearchpost.js.map +1 -0
  1139. package/esm/models/operations/searchtracesv1observabilitytracessearchpost.d.ts +21 -0
  1140. package/esm/models/operations/searchtracesv1observabilitytracessearchpost.d.ts.map +1 -0
  1141. package/esm/models/operations/searchtracesv1observabilitytracessearchpost.js +24 -0
  1142. package/esm/models/operations/searchtracesv1observabilitytracessearchpost.js.map +1 -0
  1143. package/esm/models/operations/speechv1audiospeechpost.d.ts +3 -3
  1144. package/esm/models/operations/speechv1audiospeechpost.d.ts.map +1 -1
  1145. package/esm/models/operations/speechv1audiospeechpost.js +3 -3
  1146. package/esm/models/operations/speechv1audiospeechpost.js.map +1 -1
  1147. package/esm/models/operations/streamworkflowexecutionlogs.d.ts +58 -0
  1148. package/esm/models/operations/streamworkflowexecutionlogs.d.ts.map +1 -0
  1149. package/esm/models/operations/streamworkflowexecutionlogs.js +70 -0
  1150. package/esm/models/operations/streamworkflowexecutionlogs.js.map +1 -0
  1151. package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.d.ts +15 -0
  1152. package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.d.ts.map +1 -0
  1153. package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.js +22 -0
  1154. package/esm/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.js.map +1 -0
  1155. package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.d.ts +15 -0
  1156. package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.d.ts.map +1 -0
  1157. package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.js +21 -0
  1158. package/esm/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.js.map +1 -0
  1159. package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.d.ts +15 -0
  1160. package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.d.ts.map +1 -0
  1161. package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.js +22 -0
  1162. package/esm/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.js.map +1 -0
  1163. package/esm/sdk/accesses.d.ts +1 -1
  1164. package/esm/sdk/accesses.js +1 -1
  1165. package/esm/sdk/connectors.d.ts +42 -0
  1166. package/esm/sdk/connectors.d.ts.map +1 -1
  1167. package/esm/sdk/connectors.js +60 -0
  1168. package/esm/sdk/connectors.js.map +1 -1
  1169. package/esm/sdk/documents.d.ts +10 -1
  1170. package/esm/sdk/documents.d.ts.map +1 -1
  1171. package/esm/sdk/documents.js +13 -1
  1172. package/esm/sdk/documents.js.map +1 -1
  1173. package/esm/sdk/executions.d.ts +22 -0
  1174. package/esm/sdk/executions.d.ts.map +1 -1
  1175. package/esm/sdk/executions.js +28 -0
  1176. package/esm/sdk/executions.js.map +1 -1
  1177. package/esm/sdk/ingestionpipelineconfigurations.d.ts +12 -0
  1178. package/esm/sdk/ingestionpipelineconfigurations.d.ts.map +1 -1
  1179. package/esm/sdk/ingestionpipelineconfigurations.js +17 -0
  1180. package/esm/sdk/ingestionpipelineconfigurations.js.map +1 -1
  1181. package/esm/sdk/libraries.d.ts +11 -2
  1182. package/esm/sdk/libraries.d.ts.map +1 -1
  1183. package/esm/sdk/libraries.js +13 -1
  1184. package/esm/sdk/libraries.js.map +1 -1
  1185. package/esm/sdk/logs.d.ts +18 -0
  1186. package/esm/sdk/logs.d.ts.map +1 -0
  1187. package/esm/sdk/logs.js +30 -0
  1188. package/esm/sdk/logs.js.map +1 -0
  1189. package/esm/sdk/observability.d.ts +9 -0
  1190. package/esm/sdk/observability.d.ts.map +1 -1
  1191. package/esm/sdk/observability.js +15 -0
  1192. package/esm/sdk/observability.js.map +1 -1
  1193. package/esm/sdk/rag.d.ts +3 -0
  1194. package/esm/sdk/rag.d.ts.map +1 -1
  1195. package/esm/sdk/rag.js +5 -0
  1196. package/esm/sdk/rag.js.map +1 -1
  1197. package/esm/sdk/schedules.d.ts +24 -1
  1198. package/esm/sdk/schedules.d.ts.map +1 -1
  1199. package/esm/sdk/schedules.js +38 -2
  1200. package/esm/sdk/schedules.js.map +1 -1
  1201. package/esm/sdk/searchindexes.d.ts +13 -0
  1202. package/esm/sdk/searchindexes.d.ts.map +1 -0
  1203. package/esm/sdk/searchindexes.js +23 -0
  1204. package/esm/sdk/searchindexes.js.map +1 -0
  1205. package/esm/sdk/spans.d.ts +34 -0
  1206. package/esm/sdk/spans.d.ts.map +1 -0
  1207. package/esm/sdk/spans.js +58 -0
  1208. package/esm/sdk/spans.js.map +1 -0
  1209. package/esm/sdk/traces.d.ts +30 -0
  1210. package/esm/sdk/traces.d.ts.map +1 -0
  1211. package/esm/sdk/traces.js +51 -0
  1212. package/esm/sdk/traces.js.map +1 -0
  1213. package/esm/sdk/workflows.d.ts +8 -0
  1214. package/esm/sdk/workflows.d.ts.map +1 -1
  1215. package/esm/sdk/workflows.js +14 -0
  1216. package/esm/sdk/workflows.js.map +1 -1
  1217. package/esm/types/async.d.ts.map +1 -1
  1218. package/esm/types/async.js +6 -6
  1219. package/esm/types/async.js.map +1 -1
  1220. package/examples/src/reasoning.ts +50 -0
  1221. package/examples/src/reasoning_multi_turn.ts +77 -0
  1222. package/examples/src/reasoning_response_shape.ts +33 -0
  1223. package/examples/src/reasoning_with_streaming.ts +68 -0
  1224. package/jsr.json +1 -1
  1225. package/package.json +21 -1
  1226. package/packages/mistralai-azure/src/funcs/chatComplete.ts +5 -3
  1227. package/packages/mistralai-azure/src/funcs/chatStream.ts +5 -3
  1228. package/packages/mistralai-azure/src/funcs/ocrProcess.ts +5 -3
  1229. package/packages/mistralai-azure/src/lib/config.ts +3 -3
  1230. package/packages/mistralai-azure/src/lib/encodings.ts +32 -4
  1231. package/packages/mistralai-azure/src/lib/files.ts +22 -0
  1232. package/packages/mistralai-azure/src/lib/sdks.ts +10 -11
  1233. package/packages/mistralai-azure/src/lib/security.ts +14 -2
  1234. package/packages/mistralai-azure/src/lib/url.ts +16 -14
  1235. package/packages/mistralai-azure/src/models/components/apikeyauth.ts +30 -0
  1236. package/packages/mistralai-azure/src/models/components/chatcompletionchoice.ts +5 -2
  1237. package/packages/mistralai-azure/src/models/components/chatcompletionrequest.ts +136 -15
  1238. package/packages/mistralai-azure/src/models/components/chatcompletionstreamrequest.ts +138 -15
  1239. package/packages/mistralai-azure/src/models/components/codeinterpretertool.ts +44 -0
  1240. package/packages/mistralai-azure/src/models/components/customconnector.ts +82 -0
  1241. package/packages/mistralai-azure/src/models/components/deltamessage.ts +10 -0
  1242. package/packages/mistralai-azure/src/models/components/documentlibrarytool.ts +51 -0
  1243. package/packages/mistralai-azure/src/models/components/guardrailconfig.ts +55 -0
  1244. package/packages/mistralai-azure/src/models/components/imagegenerationtool.ts +44 -0
  1245. package/packages/mistralai-azure/src/models/components/imageurlchunk.ts +1 -1
  1246. package/packages/mistralai-azure/src/models/components/index.ts +18 -1
  1247. package/packages/mistralai-azure/src/models/components/moderationllmaction.ts +18 -0
  1248. package/packages/mistralai-azure/src/models/components/moderationllmv1categorythresholds.ts +64 -0
  1249. package/packages/mistralai-azure/src/models/components/moderationllmv1config.ts +70 -0
  1250. package/packages/mistralai-azure/src/models/components/moderationllmv2categorythresholds.ts +69 -0
  1251. package/packages/mistralai-azure/src/models/components/moderationllmv2config.ts +70 -0
  1252. package/packages/mistralai-azure/src/models/components/oauth2tokenauth.ts +32 -0
  1253. package/packages/mistralai-azure/src/models/components/ocrconfidencescore.ts +52 -0
  1254. package/packages/mistralai-azure/src/models/components/ocrpageconfidencescores.ts +66 -0
  1255. package/packages/mistralai-azure/src/models/components/ocrpageobject.ts +15 -0
  1256. package/packages/mistralai-azure/src/models/components/ocrrequest.ts +42 -7
  1257. package/packages/mistralai-azure/src/models/components/ocrtableobject.ts +16 -0
  1258. package/packages/mistralai-azure/src/models/components/reasoningeffort.ts +17 -0
  1259. package/packages/mistralai-azure/src/models/components/referencechunk.ts +32 -4
  1260. package/packages/mistralai-azure/src/models/components/thinkchunk.ts +6 -0
  1261. package/packages/mistralai-azure/src/models/components/tool.ts +3 -4
  1262. package/packages/mistralai-azure/src/models/components/toolcall.ts +3 -8
  1263. package/packages/mistralai-azure/src/models/components/toolchoice.ts +2 -3
  1264. package/packages/mistralai-azure/src/models/components/toolconfiguration.ts +42 -0
  1265. package/packages/mistralai-azure/src/models/components/toolreferencechunk.ts +11 -7
  1266. package/packages/mistralai-azure/src/models/components/websearchpremiumtool.ts +44 -0
  1267. package/packages/mistralai-azure/src/models/components/websearchtool.ts +40 -0
  1268. package/packages/mistralai-azure/src/types/async.ts +8 -7
  1269. package/packages/mistralai-gcp/src/funcs/chatComplete.ts +5 -3
  1270. package/packages/mistralai-gcp/src/funcs/chatStream.ts +5 -3
  1271. package/packages/mistralai-gcp/src/funcs/fimComplete.ts +5 -3
  1272. package/packages/mistralai-gcp/src/funcs/fimStream.ts +5 -3
  1273. package/packages/mistralai-gcp/src/lib/config.ts +3 -3
  1274. package/packages/mistralai-gcp/src/lib/encodings.ts +32 -4
  1275. package/packages/mistralai-gcp/src/lib/files.ts +22 -0
  1276. package/packages/mistralai-gcp/src/lib/sdks.ts +10 -11
  1277. package/packages/mistralai-gcp/src/lib/security.ts +14 -2
  1278. package/packages/mistralai-gcp/src/lib/url.ts +16 -14
  1279. package/packages/mistralai-gcp/src/models/components/apikeyauth.ts +30 -0
  1280. package/packages/mistralai-gcp/src/models/components/chatcompletionchoice.ts +5 -2
  1281. package/packages/mistralai-gcp/src/models/components/chatcompletionrequest.ts +136 -15
  1282. package/packages/mistralai-gcp/src/models/components/chatcompletionstreamrequest.ts +138 -15
  1283. package/packages/mistralai-gcp/src/models/components/codeinterpretertool.ts +44 -0
  1284. package/packages/mistralai-gcp/src/models/components/customconnector.ts +82 -0
  1285. package/packages/mistralai-gcp/src/models/components/deltamessage.ts +10 -0
  1286. package/packages/mistralai-gcp/src/models/components/documentlibrarytool.ts +51 -0
  1287. package/packages/mistralai-gcp/src/models/components/fimcompletionrequest.ts +6 -6
  1288. package/packages/mistralai-gcp/src/models/components/fimcompletionstreamrequest.ts +6 -6
  1289. package/packages/mistralai-gcp/src/models/components/guardrailconfig.ts +55 -0
  1290. package/packages/mistralai-gcp/src/models/components/imagegenerationtool.ts +44 -0
  1291. package/packages/mistralai-gcp/src/models/components/imageurlchunk.ts +1 -1
  1292. package/packages/mistralai-gcp/src/models/components/index.ts +16 -1
  1293. package/packages/mistralai-gcp/src/models/components/moderationllmaction.ts +18 -0
  1294. package/packages/mistralai-gcp/src/models/components/moderationllmv1categorythresholds.ts +64 -0
  1295. package/packages/mistralai-gcp/src/models/components/moderationllmv1config.ts +70 -0
  1296. package/packages/mistralai-gcp/src/models/components/moderationllmv2categorythresholds.ts +69 -0
  1297. package/packages/mistralai-gcp/src/models/components/moderationllmv2config.ts +70 -0
  1298. package/packages/mistralai-gcp/src/models/components/oauth2tokenauth.ts +32 -0
  1299. package/packages/mistralai-gcp/src/models/components/reasoningeffort.ts +17 -0
  1300. package/packages/mistralai-gcp/src/models/components/referencechunk.ts +32 -4
  1301. package/packages/mistralai-gcp/src/models/components/thinkchunk.ts +6 -0
  1302. package/packages/mistralai-gcp/src/models/components/tool.ts +3 -4
  1303. package/packages/mistralai-gcp/src/models/components/toolcall.ts +3 -8
  1304. package/packages/mistralai-gcp/src/models/components/toolchoice.ts +2 -3
  1305. package/packages/mistralai-gcp/src/models/components/toolconfiguration.ts +42 -0
  1306. package/packages/mistralai-gcp/src/models/components/toolreferencechunk.ts +11 -7
  1307. package/packages/mistralai-gcp/src/models/components/websearchpremiumtool.ts +44 -0
  1308. package/packages/mistralai-gcp/src/models/components/websearchtool.ts +40 -0
  1309. package/packages/mistralai-gcp/src/models/errors/httpvalidationerror.ts +1 -1
  1310. package/packages/mistralai-gcp/src/models/errors/index.ts +1 -1
  1311. package/packages/mistralai-gcp/src/models/errors/responsevalidationerror.ts +1 -1
  1312. package/packages/mistralai-gcp/src/models/errors/sdkerror.ts +1 -1
  1313. package/packages/mistralai-gcp/src/types/async.ts +8 -7
  1314. package/src/extra/observability/formatting.ts +194 -0
  1315. package/src/extra/observability/index.ts +2 -0
  1316. package/src/extra/observability/otel.ts +750 -0
  1317. package/src/extra/observability/streaming.ts +174 -0
  1318. package/src/extra/structChat.ts +25 -5
  1319. package/src/funcs/agentsComplete.ts +1 -1
  1320. package/src/funcs/agentsStream.ts +1 -1
  1321. package/src/funcs/audioSpeechComplete.ts +1 -1
  1322. package/src/funcs/audioTranscriptionsComplete.ts +1 -1
  1323. package/src/funcs/audioTranscriptionsStream.ts +1 -1
  1324. package/src/funcs/audioVoicesCreate.ts +1 -1
  1325. package/src/funcs/audioVoicesDelete.ts +1 -1
  1326. package/src/funcs/audioVoicesGet.ts +1 -1
  1327. package/src/funcs/audioVoicesGetSampleAudio.ts +1 -1
  1328. package/src/funcs/audioVoicesList.ts +1 -1
  1329. package/src/funcs/audioVoicesUpdate.ts +1 -1
  1330. package/src/funcs/batchJobsCancel.ts +1 -1
  1331. package/src/funcs/batchJobsCreate.ts +1 -1
  1332. package/src/funcs/batchJobsDelete.ts +1 -1
  1333. package/src/funcs/batchJobsGet.ts +1 -1
  1334. package/src/funcs/batchJobsList.ts +1 -1
  1335. package/src/funcs/betaAgentsCreate.ts +1 -1
  1336. package/src/funcs/betaAgentsCreateVersionAlias.ts +1 -1
  1337. package/src/funcs/betaAgentsDelete.ts +1 -1
  1338. package/src/funcs/betaAgentsDeleteVersionAlias.ts +1 -1
  1339. package/src/funcs/betaAgentsGet.ts +1 -1
  1340. package/src/funcs/betaAgentsGetVersion.ts +1 -1
  1341. package/src/funcs/betaAgentsList.ts +1 -1
  1342. package/src/funcs/betaAgentsListVersionAliases.ts +1 -1
  1343. package/src/funcs/betaAgentsListVersions.ts +1 -1
  1344. package/src/funcs/betaAgentsUpdate.ts +1 -1
  1345. package/src/funcs/betaAgentsUpdateVersion.ts +1 -1
  1346. package/src/funcs/betaConnectorsActivateForOrganization.ts +186 -0
  1347. package/src/funcs/betaConnectorsActivateForUser.ts +184 -0
  1348. package/src/funcs/betaConnectorsActivateForWorkspace.ts +186 -0
  1349. package/src/funcs/betaConnectorsCallTool.ts +1 -1
  1350. package/src/funcs/betaConnectorsCreate.ts +1 -1
  1351. package/src/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.ts +1 -1
  1352. package/src/funcs/betaConnectorsCreateOrUpdateUserCredentials.ts +1 -1
  1353. package/src/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.ts +1 -1
  1354. package/src/funcs/betaConnectorsDeactivateForOrganization.ts +182 -0
  1355. package/src/funcs/betaConnectorsDeactivateForUser.ts +183 -0
  1356. package/src/funcs/betaConnectorsDeactivateForWorkspace.ts +183 -0
  1357. package/src/funcs/betaConnectorsDelete.ts +1 -1
  1358. package/src/funcs/betaConnectorsDeleteOrganizationCredentials.ts +1 -1
  1359. package/src/funcs/betaConnectorsDeleteUserCredentials.ts +1 -1
  1360. package/src/funcs/betaConnectorsDeleteWorkspaceCredentials.ts +1 -1
  1361. package/src/funcs/betaConnectorsGet.ts +2 -2
  1362. package/src/funcs/betaConnectorsGetAuthUrl.ts +3 -1
  1363. package/src/funcs/betaConnectorsGetAuthenticationMethods.ts +1 -1
  1364. package/src/funcs/betaConnectorsList.ts +1 -1
  1365. package/src/funcs/betaConnectorsListOrganizationCredentials.ts +1 -1
  1366. package/src/funcs/betaConnectorsListTools.ts +1 -1
  1367. package/src/funcs/betaConnectorsListUserCredentials.ts +1 -1
  1368. package/src/funcs/betaConnectorsListWorkspaceCredentials.ts +1 -1
  1369. package/src/funcs/betaConnectorsUpdate.ts +1 -1
  1370. package/src/funcs/betaConversationsAppend.ts +1 -1
  1371. package/src/funcs/betaConversationsAppendStream.ts +1 -1
  1372. package/src/funcs/betaConversationsDelete.ts +1 -1
  1373. package/src/funcs/betaConversationsGet.ts +1 -1
  1374. package/src/funcs/betaConversationsGetHistory.ts +1 -1
  1375. package/src/funcs/betaConversationsGetMessages.ts +1 -1
  1376. package/src/funcs/betaConversationsList.ts +1 -1
  1377. package/src/funcs/betaConversationsRestart.ts +1 -1
  1378. package/src/funcs/betaConversationsRestartStream.ts +1 -1
  1379. package/src/funcs/betaConversationsStart.ts +1 -1
  1380. package/src/funcs/betaConversationsStartStream.ts +1 -1
  1381. package/src/funcs/betaLibrariesAccessesDelete.ts +2 -2
  1382. package/src/funcs/betaLibrariesAccessesList.ts +1 -1
  1383. package/src/funcs/betaLibrariesAccessesUpdateOrCreate.ts +1 -1
  1384. package/src/funcs/betaLibrariesCreate.ts +1 -1
  1385. package/src/funcs/betaLibrariesDelete.ts +2 -2
  1386. package/src/funcs/betaLibrariesDocumentsDelete.ts +1 -1
  1387. package/src/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.ts +1 -1
  1388. package/src/funcs/betaLibrariesDocumentsGet.ts +1 -1
  1389. package/src/funcs/betaLibrariesDocumentsGetSignedUrl.ts +1 -1
  1390. package/src/funcs/betaLibrariesDocumentsLibrariesDocumentsUpdateV1.ts +190 -0
  1391. package/src/funcs/betaLibrariesDocumentsList.ts +1 -1
  1392. package/src/funcs/betaLibrariesDocumentsReprocess.ts +1 -1
  1393. package/src/funcs/betaLibrariesDocumentsStatus.ts +1 -1
  1394. package/src/funcs/betaLibrariesDocumentsTextContent.ts +1 -1
  1395. package/src/funcs/betaLibrariesDocumentsUpdate.ts +7 -7
  1396. package/src/funcs/betaLibrariesDocumentsUpload.ts +1 -1
  1397. package/src/funcs/betaLibrariesGet.ts +1 -1
  1398. package/src/funcs/betaLibrariesLibrariesUpdateV1.ts +183 -0
  1399. package/src/funcs/betaLibrariesList.ts +1 -1
  1400. package/src/funcs/betaLibrariesUpdate.ts +6 -6
  1401. package/src/funcs/betaObservabilityCampaignsCreate.ts +1 -1
  1402. package/src/funcs/betaObservabilityCampaignsDelete.ts +1 -1
  1403. package/src/funcs/betaObservabilityCampaignsFetch.ts +1 -1
  1404. package/src/funcs/betaObservabilityCampaignsFetchStatus.ts +1 -1
  1405. package/src/funcs/betaObservabilityCampaignsList.ts +1 -1
  1406. package/src/funcs/betaObservabilityCampaignsListEvents.ts +1 -1
  1407. package/src/funcs/betaObservabilityChatCompletionEventsFetch.ts +1 -1
  1408. package/src/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.ts +1 -1
  1409. package/src/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.ts +1 -1
  1410. package/src/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.ts +1 -1
  1411. package/src/funcs/betaObservabilityChatCompletionEventsFieldsList.ts +1 -1
  1412. package/src/funcs/betaObservabilityChatCompletionEventsJudge.ts +1 -1
  1413. package/src/funcs/betaObservabilityChatCompletionEventsSearch.ts +1 -1
  1414. package/src/funcs/betaObservabilityChatCompletionEventsSearchIds.ts +1 -1
  1415. package/src/funcs/betaObservabilityDatasetsCreate.ts +1 -1
  1416. package/src/funcs/betaObservabilityDatasetsCreateRecord.ts +1 -1
  1417. package/src/funcs/betaObservabilityDatasetsDelete.ts +1 -1
  1418. package/src/funcs/betaObservabilityDatasetsExportToJsonl.ts +1 -1
  1419. package/src/funcs/betaObservabilityDatasetsFetch.ts +1 -1
  1420. package/src/funcs/betaObservabilityDatasetsFetchTask.ts +1 -1
  1421. package/src/funcs/betaObservabilityDatasetsImportFromCampaign.ts +1 -1
  1422. package/src/funcs/betaObservabilityDatasetsImportFromDatasetRecords.ts +1 -1
  1423. package/src/funcs/betaObservabilityDatasetsImportFromExplorer.ts +1 -1
  1424. package/src/funcs/betaObservabilityDatasetsImportFromFile.ts +1 -1
  1425. package/src/funcs/betaObservabilityDatasetsImportFromPlayground.ts +1 -1
  1426. package/src/funcs/betaObservabilityDatasetsList.ts +1 -1
  1427. package/src/funcs/betaObservabilityDatasetsListRecords.ts +1 -1
  1428. package/src/funcs/betaObservabilityDatasetsListTasks.ts +1 -1
  1429. package/src/funcs/betaObservabilityDatasetsRecordsBulkDelete.ts +1 -1
  1430. package/src/funcs/betaObservabilityDatasetsRecordsDelete.ts +1 -1
  1431. package/src/funcs/betaObservabilityDatasetsRecordsFetch.ts +1 -1
  1432. package/src/funcs/betaObservabilityDatasetsRecordsJudge.ts +1 -1
  1433. package/src/funcs/betaObservabilityDatasetsRecordsUpdatePayload.ts +1 -1
  1434. package/src/funcs/betaObservabilityDatasetsRecordsUpdateProperties.ts +1 -1
  1435. package/src/funcs/betaObservabilityDatasetsUpdate.ts +1 -1
  1436. package/src/funcs/betaObservabilityJudgesCreate.ts +1 -1
  1437. package/src/funcs/betaObservabilityJudgesDelete.ts +1 -1
  1438. package/src/funcs/betaObservabilityJudgesFetch.ts +1 -1
  1439. package/src/funcs/betaObservabilityJudgesJudgeConversation.ts +1 -1
  1440. package/src/funcs/betaObservabilityJudgesList.ts +1 -1
  1441. package/src/funcs/betaObservabilityJudgesUpdate.ts +1 -1
  1442. package/src/funcs/betaObservabilityLogsFetchOptions.ts +192 -0
  1443. package/src/funcs/betaObservabilityLogsList.ts +154 -0
  1444. package/src/funcs/betaObservabilityLogsSearch.ts +183 -0
  1445. package/src/funcs/betaObservabilitySpansFetchSpanEvalFieldOptions.ts +192 -0
  1446. package/src/funcs/betaObservabilitySpansFetchSpanFieldOptions.ts +192 -0
  1447. package/src/funcs/betaObservabilitySpansListSpanEvalFields.ts +155 -0
  1448. package/src/funcs/betaObservabilitySpansListSpanFields.ts +154 -0
  1449. package/src/funcs/betaObservabilitySpansSearchLatestSpanEvaluations.ts +191 -0
  1450. package/src/funcs/betaObservabilitySpansSearchSpanEvaluations.ts +189 -0
  1451. package/src/funcs/betaObservabilitySpansSearchSpans.ts +183 -0
  1452. package/src/funcs/betaObservabilityTracesFetchOptions.ts +192 -0
  1453. package/src/funcs/betaObservabilityTracesGetSpanById.ts +196 -0
  1454. package/src/funcs/betaObservabilityTracesGetTraceById.ts +181 -0
  1455. package/src/funcs/betaObservabilityTracesGetTraceFields.ts +154 -0
  1456. package/src/funcs/betaObservabilityTracesGetTraceSpans.ts +191 -0
  1457. package/src/funcs/betaObservabilityTracesSearch.ts +184 -0
  1458. package/src/funcs/betaRagIngestionPipelineConfigurationsList.ts +1 -1
  1459. package/src/funcs/betaRagIngestionPipelineConfigurationsRegister.ts +174 -0
  1460. package/src/funcs/betaRagIngestionPipelineConfigurationsUpdateRunInfo.ts +184 -0
  1461. package/src/funcs/betaRagSearchIndexesList.ts +143 -0
  1462. package/src/funcs/betaRagSearchIndexesRegister.ts +170 -0
  1463. package/src/funcs/chatComplete.ts +1 -1
  1464. package/src/funcs/chatStream.ts +1 -1
  1465. package/src/funcs/classifiersClassify.ts +1 -1
  1466. package/src/funcs/classifiersClassifyChat.ts +1 -1
  1467. package/src/funcs/classifiersModerate.ts +1 -1
  1468. package/src/funcs/classifiersModerateChat.ts +1 -1
  1469. package/src/funcs/embeddingsCreate.ts +1 -1
  1470. package/src/funcs/eventsGetStreamEvents.ts +1 -1
  1471. package/src/funcs/eventsGetWorkflowEvents.ts +1 -1
  1472. package/src/funcs/filesDelete.ts +1 -1
  1473. package/src/funcs/filesDownload.ts +1 -1
  1474. package/src/funcs/filesGetSignedUrl.ts +1 -1
  1475. package/src/funcs/filesList.ts +1 -1
  1476. package/src/funcs/filesRetrieve.ts +1 -1
  1477. package/src/funcs/filesUpload.ts +1 -1
  1478. package/src/funcs/fimComplete.ts +1 -1
  1479. package/src/funcs/fimStream.ts +1 -1
  1480. package/src/funcs/fineTuningJobsCancel.ts +1 -1
  1481. package/src/funcs/fineTuningJobsCreate.ts +1 -1
  1482. package/src/funcs/fineTuningJobsGet.ts +1 -1
  1483. package/src/funcs/fineTuningJobsList.ts +1 -1
  1484. package/src/funcs/fineTuningJobsStart.ts +1 -1
  1485. package/src/funcs/modelsArchive.ts +1 -1
  1486. package/src/funcs/modelsDelete.ts +1 -1
  1487. package/src/funcs/modelsList.ts +1 -1
  1488. package/src/funcs/modelsRetrieve.ts +1 -1
  1489. package/src/funcs/modelsUnarchive.ts +1 -1
  1490. package/src/funcs/modelsUpdate.ts +1 -1
  1491. package/src/funcs/ocrProcess.ts +1 -1
  1492. package/src/funcs/workflowsArchiveWorkflow.ts +1 -1
  1493. package/src/funcs/workflowsBulkArchiveWorkflows.ts +170 -0
  1494. package/src/funcs/workflowsBulkUnarchiveWorkflows.ts +170 -0
  1495. package/src/funcs/workflowsDeploymentsGetDeployment.ts +1 -1
  1496. package/src/funcs/workflowsDeploymentsListDeployments.ts +6 -1
  1497. package/src/funcs/workflowsExecuteWorkflow.ts +1 -1
  1498. package/src/funcs/workflowsExecuteWorkflowRegistration.ts +1 -1
  1499. package/src/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.ts +1 -1
  1500. package/src/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.ts +1 -1
  1501. package/src/funcs/workflowsExecutionsCancelWorkflowExecution.ts +1 -1
  1502. package/src/funcs/workflowsExecutionsGetWorkflowExecution.ts +1 -1
  1503. package/src/funcs/workflowsExecutionsGetWorkflowExecutionHistory.ts +1 -1
  1504. package/src/funcs/workflowsExecutionsGetWorkflowExecutionLogs.ts +197 -0
  1505. package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.ts +1 -1
  1506. package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.ts +1 -1
  1507. package/src/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.ts +1 -1
  1508. package/src/funcs/workflowsExecutionsQueryWorkflowExecution.ts +1 -1
  1509. package/src/funcs/workflowsExecutionsResetWorkflow.ts +1 -1
  1510. package/src/funcs/workflowsExecutionsSignalWorkflowExecution.ts +1 -1
  1511. package/src/funcs/workflowsExecutionsStream.ts +1 -1
  1512. package/src/funcs/workflowsExecutionsStreamWorkflowExecutionLogs.ts +207 -0
  1513. package/src/funcs/workflowsExecutionsTerminateWorkflowExecution.ts +1 -1
  1514. package/src/funcs/workflowsExecutionsUpdateWorkflowExecution.ts +1 -1
  1515. package/src/funcs/workflowsGetWorkflow.ts +1 -1
  1516. package/src/funcs/workflowsGetWorkflowRegistration.ts +1 -1
  1517. package/src/funcs/workflowsGetWorkflowRegistrations.ts +1 -1
  1518. package/src/funcs/workflowsGetWorkflows.ts +7 -1
  1519. package/src/funcs/workflowsMetricsGetWorkflowMetrics.ts +1 -1
  1520. package/src/funcs/workflowsRunsGetRun.ts +1 -1
  1521. package/src/funcs/workflowsRunsGetRunHistory.ts +1 -1
  1522. package/src/funcs/workflowsRunsListRuns.ts +8 -1
  1523. package/src/funcs/workflowsSchedulesGetSchedule.ts +178 -0
  1524. package/src/funcs/workflowsSchedulesGetSchedules.ts +141 -30
  1525. package/src/funcs/workflowsSchedulesPauseSchedule.ts +186 -0
  1526. package/src/funcs/workflowsSchedulesResumeSchedule.ts +186 -0
  1527. package/src/funcs/workflowsSchedulesScheduleWorkflow.ts +1 -1
  1528. package/src/funcs/workflowsSchedulesTriggerSchedule.ts +186 -0
  1529. package/src/funcs/workflowsSchedulesUnscheduleWorkflow.ts +1 -1
  1530. package/src/funcs/workflowsSchedulesUpdateSchedule.ts +181 -0
  1531. package/src/funcs/workflowsUnarchiveWorkflow.ts +1 -1
  1532. package/src/funcs/workflowsUpdateWorkflow.ts +1 -1
  1533. package/src/hooks/deprecation_warning.ts +1 -2
  1534. package/src/hooks/registration.ts +6 -0
  1535. package/src/hooks/tracing.ts +173 -0
  1536. package/src/lib/config.ts +3 -3
  1537. package/src/models/components/activitytaskcompletedattributesresponse.ts +2 -0
  1538. package/src/models/components/activitytaskstartedattributesresponse.ts +2 -0
  1539. package/src/models/components/agentscompletionrequest.ts +4 -0
  1540. package/src/models/components/agentscompletionstreamrequest.ts +4 -0
  1541. package/src/models/components/authdata.ts +3 -3
  1542. package/src/models/components/authenticationconfiguration.ts +14 -5
  1543. package/src/models/components/authstatus.ts +19 -0
  1544. package/src/models/components/basefielddefinition.ts +19 -13
  1545. package/src/models/components/chatcompletionevent.ts +7 -9
  1546. package/src/models/components/chatcompletioneventpreview.ts +7 -9
  1547. package/src/models/components/chatcompletionrequest.ts +4 -0
  1548. package/src/models/components/chatcompletionstreamrequest.ts +4 -0
  1549. package/src/models/components/classifierfinetuningjob.ts +1 -1
  1550. package/src/models/components/classifierfinetuningjobdetails.ts +42 -0
  1551. package/src/models/components/classifiertrainingparameters.ts +12 -0
  1552. package/src/models/components/clientcapabilities.ts +60 -0
  1553. package/src/models/components/clienttaskscapability.ts +43 -0
  1554. package/src/models/components/clienttasksrequestscapability.ts +45 -0
  1555. package/src/models/components/completionfinetuningjob.ts +1 -1
  1556. package/src/models/components/completionfinetuningjobdetails.ts +42 -0
  1557. package/src/models/components/completiontokensdetails.ts +39 -0
  1558. package/src/models/components/completiontrainingparameters.ts +12 -0
  1559. package/src/models/components/connectionconfigtype.ts +21 -0
  1560. package/src/models/components/connectioncredentials.ts +4 -0
  1561. package/src/models/components/connectionpreference.ts +49 -0
  1562. package/src/models/components/connector.ts +88 -3
  1563. package/src/models/components/connectorlocale.ts +40 -0
  1564. package/src/models/components/connectorprotocol.ts +21 -0
  1565. package/src/models/components/connectorsqueryfilters.ts +0 -11
  1566. package/src/models/components/consumertype.ts +20 -0
  1567. package/src/models/components/createbatchjobrequest.ts +8 -1
  1568. package/src/models/components/createconnectorrequest.ts +32 -0
  1569. package/src/models/components/createingestionpipelineconfigurationrequest.ts +44 -0
  1570. package/src/models/components/createlibraryrequest.ts +5 -0
  1571. package/src/models/components/createsearchindexinforequest.ts +89 -0
  1572. package/src/models/components/createvespaschemarequest.ts +39 -0
  1573. package/src/models/components/createvespasearchindexinforequest.ts +57 -0
  1574. package/src/models/components/credentialsresponse.ts +7 -5
  1575. package/src/models/components/credentialsstatus.ts +49 -0
  1576. package/src/models/components/customtaskcompletedattributesresponse.ts +2 -0
  1577. package/src/models/components/customtaskstartedattributesresponse.ts +2 -0
  1578. package/src/models/components/deletemodelresponse.ts +2 -2
  1579. package/src/models/components/deploymentdetailresponse.ts +6 -0
  1580. package/src/models/components/deploymentlistresponse.ts +16 -0
  1581. package/src/models/components/deploymentresponse.ts +6 -0
  1582. package/src/models/components/document.ts +20 -0
  1583. package/src/models/components/elicitationcapability.ts +41 -0
  1584. package/src/models/components/encodedpayloadoptions.ts +13 -5
  1585. package/src/models/components/encryptedpatchvalue.ts +43 -0
  1586. package/src/models/components/executionlogrecord.ts +49 -0
  1587. package/src/models/components/executionlogsearchresponse.ts +42 -0
  1588. package/src/models/components/extendedoauthservermetadata.ts +163 -0
  1589. package/src/models/components/feedresultgetlog.ts +36 -0
  1590. package/src/models/components/feedresultgetspan.ts +36 -0
  1591. package/src/models/components/feedresultgetspanevaluation.ts +39 -0
  1592. package/src/models/components/feedresultgettrace.ts +36 -0
  1593. package/src/models/components/fimcompletionrequest.ts +4 -0
  1594. package/src/models/components/fimcompletionstreamrequest.ts +4 -0
  1595. package/src/models/components/getlog.ts +88 -0
  1596. package/src/models/components/getlogfieldoptions.ts +31 -0
  1597. package/src/models/components/getlogfields.ts +38 -0
  1598. package/src/models/components/getlogs.ts +32 -0
  1599. package/src/models/components/getspan.ts +222 -0
  1600. package/src/models/components/getspanevaluation.ts +72 -0
  1601. package/src/models/components/getspanevaluationfieldoptions.ts +31 -0
  1602. package/src/models/components/getspanevaluationfields.ts +40 -0
  1603. package/src/models/components/getspanevaluations.ts +40 -0
  1604. package/src/models/components/getspanfieldoptions.ts +31 -0
  1605. package/src/models/components/getspanfields.ts +38 -0
  1606. package/src/models/components/getspans.ts +32 -0
  1607. package/src/models/components/gettrace.ts +145 -0
  1608. package/src/models/components/gettracefieldoptions.ts +31 -0
  1609. package/src/models/components/gettracefields.ts +38 -0
  1610. package/src/models/components/gettraces.ts +32 -0
  1611. package/src/models/components/httpstatus.ts +120 -0
  1612. package/src/models/components/index.ts +93 -1
  1613. package/src/models/components/ingestionpipelineconfiguration.ts +17 -0
  1614. package/src/models/components/jobmetadata.ts +18 -0
  1615. package/src/models/components/jsonpatch.ts +50 -0
  1616. package/src/models/components/jsonpatchappend.ts +29 -3
  1617. package/src/models/components/jsonpatchpayloadresponse.ts +19 -57
  1618. package/src/models/components/jsonpatchpayloadvalueresponse.ts +29 -0
  1619. package/src/models/components/jsonpayloadresponse.ts +18 -1
  1620. package/src/models/components/library.ts +17 -0
  1621. package/src/models/components/logicalexpression.ts +132 -0
  1622. package/src/models/components/logsrequest.ts +45 -0
  1623. package/src/models/components/mcpprompt.ts +49 -0
  1624. package/src/models/components/mcpresource.ts +53 -0
  1625. package/src/models/components/mcpserverauthenticationrequirement.ts +43 -0
  1626. package/src/models/components/mcpservercard.ts +162 -0
  1627. package/src/models/components/mcpservercardmeta.ts +45 -0
  1628. package/src/models/components/mcpservercardtool.ts +60 -0
  1629. package/src/models/components/mcpserverremote.ts +77 -0
  1630. package/src/models/components/mcpserverremoteheader.ts +50 -0
  1631. package/src/models/components/mcpserverrepository.ts +44 -0
  1632. package/src/models/components/observabilityerrorcode.ts +0 -1
  1633. package/src/models/components/ocrrequest.ts +0 -3
  1634. package/src/models/components/otelfielddefinition.ts +102 -0
  1635. package/src/models/components/outboundauthenticationtype.ts +30 -0
  1636. package/src/models/components/partialscheduledefinition.ts +128 -0
  1637. package/src/models/components/processingstatus.ts +3 -0
  1638. package/src/models/components/promptargument.ts +37 -0
  1639. package/src/models/components/promptscapability.ts +35 -0
  1640. package/src/models/components/prompttokensdetails.ts +3 -0
  1641. package/src/models/components/publicauthenticationmethod.ts +9 -6
  1642. package/src/models/components/publicconnectionconfig.ts +46 -0
  1643. package/src/models/components/reasoningeffort.ts +4 -0
  1644. package/src/models/components/referencechunk.ts +8 -8
  1645. package/src/models/components/resourcescapability.ts +37 -0
  1646. package/src/models/components/resourcetype.ts +20 -0
  1647. package/src/models/components/rootscapability.ts +35 -0
  1648. package/src/models/components/samplingcapability.ts +37 -0
  1649. package/src/models/components/scheduledefinition.ts +7 -0
  1650. package/src/models/components/scheduledefinitionoutput.ts +42 -0
  1651. package/src/models/components/schedulefutureexecution.ts +39 -0
  1652. package/src/models/components/schedulerecentexecution.ts +51 -0
  1653. package/src/models/components/searchindexresponse.ts +91 -0
  1654. package/src/models/components/servercapabilities.ts +64 -0
  1655. package/src/models/components/serverlocale.ts +45 -0
  1656. package/src/models/components/servertaskscapability.ts +43 -0
  1657. package/src/models/components/servertasksrequestscapability.ts +39 -0
  1658. package/src/models/components/sharing.ts +6 -0
  1659. package/src/models/components/sharingdelete.ts +3 -0
  1660. package/src/models/components/sharingrequest.ts +3 -0
  1661. package/src/models/components/spanevaluationsrequest.ts +36 -0
  1662. package/src/models/components/spansrequest.ts +32 -0
  1663. package/src/models/components/streamerror.ts +29 -0
  1664. package/src/models/components/taskselicitationcapability.ts +35 -0
  1665. package/src/models/components/taskssamplingcapability.ts +35 -0
  1666. package/src/models/components/taskstoolscapability.ts +35 -0
  1667. package/src/models/components/toolexecutionconfiguration.ts +224 -0
  1668. package/src/models/components/toolproperties.ts +53 -0
  1669. package/src/models/components/toolscapability.ts +35 -0
  1670. package/src/models/components/tracesrequest.ts +32 -0
  1671. package/src/models/components/turbinemeta.ts +37 -0
  1672. package/src/models/components/updateconnectorrequest.ts +9 -0
  1673. package/src/models/components/updatedocumentrequest.ts +14 -3
  1674. package/src/models/components/updatelibraryrequest.ts +3 -3
  1675. package/src/models/components/updateruninfo.ts +36 -0
  1676. package/src/models/components/usageinfodollardefs.ts +8 -0
  1677. package/src/models/components/vespaschemaresponse.ts +38 -0
  1678. package/src/models/components/vespasearchindexinforesponse.ts +50 -0
  1679. package/src/models/components/voicecreaterequest.ts +3 -0
  1680. package/src/models/components/voiceresponse.ts +5 -0
  1681. package/src/models/components/voiceupdaterequest.ts +3 -0
  1682. package/src/models/components/workflow.ts +5 -6
  1683. package/src/models/components/workflowbasicdefinition.ts +5 -0
  1684. package/src/models/components/workflowbulkarchiverequest.ts +39 -0
  1685. package/src/models/components/workflowbulkarchiveresponse.ts +44 -0
  1686. package/src/models/components/workflowbulkerror.ts +50 -0
  1687. package/src/models/components/workflowbulkunarchiverequest.ts +41 -0
  1688. package/src/models/components/workflowbulkunarchiveresponse.ts +44 -0
  1689. package/src/models/components/workflowcodedefinition.ts +6 -0
  1690. package/src/models/components/workflowexecutioncompletedattributesresponse.ts +2 -0
  1691. package/src/models/components/workflowexecutioncontinuedasnewattributesresponse.ts +2 -0
  1692. package/src/models/components/workflowexecutionrequest.ts +0 -12
  1693. package/src/models/components/workflowexecutionstartedattributesresponse.ts +2 -0
  1694. package/src/models/components/workflowschedulelistresponse.ts +10 -0
  1695. package/src/models/components/workflowschedulepauserequest.ts +36 -0
  1696. package/src/models/components/workflowscheduletriggerrequest.ts +40 -0
  1697. package/src/models/components/workflowscheduleupdaterequest.ts +46 -0
  1698. package/src/models/components/workflowupdaterequest.ts +6 -0
  1699. package/src/models/components/workflowwithworkerstatus.ts +5 -6
  1700. package/src/models/operations/connectoractivatefororganizationv1.ts +53 -0
  1701. package/src/models/operations/connectoractivateforuserv1.ts +51 -0
  1702. package/src/models/operations/connectoractivateforworkspacev1.ts +52 -0
  1703. package/src/models/operations/connectordeactivatefororganizationv1.ts +40 -0
  1704. package/src/models/operations/connectordeactivateforuserv1.ts +38 -0
  1705. package/src/models/operations/connectordeactivateforworkspacev1.ts +39 -0
  1706. package/src/models/operations/connectorgetauthurlv1.ts +15 -0
  1707. package/src/models/operations/connectorgetv1.ts +7 -7
  1708. package/src/models/operations/connectorlistorganizationcredentialsv1.ts +2 -2
  1709. package/src/models/operations/connectorlistusercredentialsv1.ts +3 -2
  1710. package/src/models/operations/connectorlistworkspacecredentialsv1.ts +2 -2
  1711. package/src/models/operations/getlogfieldoptionsv1observabilitylogsfieldsfieldnameoptionsget.ts +49 -0
  1712. package/src/models/operations/getschedulesv1workflowsschedulesget.ts +126 -0
  1713. package/src/models/operations/getschedulev1workflowsschedulesscheduleidget.ts +40 -0
  1714. package/src/models/operations/getspanbyidv1observabilitytracestraceidspansspanidget.ts +50 -0
  1715. package/src/models/operations/getspanevaluationfieldoptionsv1observabilityspansevaluationsfieldsfieldnameoptionsget.ts +49 -0
  1716. package/src/models/operations/getspanfieldoptionsv1observabilityspansfieldsfieldnameoptionsget.ts +49 -0
  1717. package/src/models/operations/gettracebyidv1observabilitytracestraceidget.ts +40 -0
  1718. package/src/models/operations/gettracefieldoptionsv1observabilitytracesfieldsfieldnameoptionsget.ts +49 -0
  1719. package/src/models/operations/gettracespansv1observabilitytracestraceidspansget.ts +53 -0
  1720. package/src/models/operations/getworkflowexecutionlogs.ts +102 -0
  1721. package/src/models/operations/getworkflowsv1workflowsget.ts +122 -5
  1722. package/src/models/operations/index.ts +29 -0
  1723. package/src/models/operations/librariesdocumentslistv1.ts +5 -0
  1724. package/src/models/operations/librariesdocumentspatchv1.ts +47 -0
  1725. package/src/models/operations/librarieslistv1.ts +3 -1
  1726. package/src/models/operations/librariespatchv1.ts +41 -0
  1727. package/src/models/operations/listdeploymentsv1workflowsdeploymentsget.ts +32 -0
  1728. package/src/models/operations/listrunsv1workflowsrunsget.ts +87 -1
  1729. package/src/models/operations/pauseschedulev1workflowsschedulesscheduleidpausepost.ts +53 -0
  1730. package/src/models/operations/resumeschedulev1workflowsschedulesscheduleidresumepost.ts +53 -0
  1731. package/src/models/operations/searchlatestspanevaluationsv1observabilityspansevaluationssearchlatestpost.ts +57 -0
  1732. package/src/models/operations/searchlogsv1observabilitylogssearchpost.ts +54 -0
  1733. package/src/models/operations/searchspanevaluationsv1observabilityspansevaluationssearchpost.ts +57 -0
  1734. package/src/models/operations/searchspansv1observabilityspanssearchpost.ts +54 -0
  1735. package/src/models/operations/searchtracesv1observabilitytracessearchpost.ts +54 -0
  1736. package/src/models/operations/speechv1audiospeechpost.ts +12 -12
  1737. package/src/models/operations/streamworkflowexecutionlogs.ts +157 -0
  1738. package/src/models/operations/triggerschedulev1workflowsschedulesscheduleidtriggerpost.ts +53 -0
  1739. package/src/models/operations/updateruninfov1ragingestionpipelineconfigurationsidruninfoput.ts +47 -0
  1740. package/src/models/operations/updateschedulev1workflowsschedulesscheduleidpatch.ts +47 -0
  1741. package/src/sdk/accesses.ts +1 -1
  1742. package/src/sdk/connectors.ts +108 -0
  1743. package/src/sdk/documents.ts +22 -2
  1744. package/src/sdk/executions.ts +44 -0
  1745. package/src/sdk/ingestionpipelineconfigurations.ts +35 -0
  1746. package/src/sdk/libraries.ts +22 -2
  1747. package/src/sdk/logs.ts +55 -0
  1748. package/src/sdk/observability.ts +18 -0
  1749. package/src/sdk/rag.ts +6 -0
  1750. package/src/sdk/schedules.ts +89 -2
  1751. package/src/sdk/searchindexes.ts +38 -0
  1752. package/src/sdk/spans.ts +116 -0
  1753. package/src/sdk/traces.ts +102 -0
  1754. package/src/sdk/workflows.ts +30 -0
  1755. package/src/types/async.ts +8 -7
  1756. package/tests/extra/observability/customProvider.test.ts +98 -0
  1757. package/tests/extra/observability/formatting.test.ts +111 -0
  1758. package/tests/extra/observability/helpers.ts +62 -0
  1759. package/tests/extra/observability/otel.test.ts +453 -0
  1760. package/tests/extra/observability/streaming.test.ts +94 -0
  1761. package/tests/extra/structChat.test.ts +131 -0
  1762. package/esm/models/components/authenticationtype.d.ts +0 -13
  1763. package/esm/models/components/authenticationtype.d.ts.map +0 -1
  1764. package/esm/models/components/authenticationtype.js +0 -15
  1765. package/esm/models/components/authenticationtype.js.map +0 -1
  1766. package/packages/mistralai-azure/src/models/components/tooltypes.ts +0 -20
  1767. package/packages/mistralai-gcp/src/models/components/tooltypes.ts +0 -20
  1768. package/src/models/components/authenticationtype.ts +0 -26
  1769. /package/packages/mistralai-gcp/src/models/errors/{mistralgoogleclouderror.ts → mistralgcperror.ts} +0 -0
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: ba6a494155a5
4
+ */
5
+
6
+ import * as z from "zod/v4";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import { Result as SafeParseResult } from "../../types/fp.js";
9
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
+
11
+ export type GetTraceFieldOptions = {
12
+ options: Array<string> | null;
13
+ };
14
+
15
+ /** @internal */
16
+ export const GetTraceFieldOptions$inboundSchema: z.ZodType<
17
+ GetTraceFieldOptions,
18
+ unknown
19
+ > = z.object({
20
+ options: z.nullable(z.array(z.string())),
21
+ });
22
+
23
+ export function getTraceFieldOptionsFromJSON(
24
+ jsonString: string,
25
+ ): SafeParseResult<GetTraceFieldOptions, SDKValidationError> {
26
+ return safeParse(
27
+ jsonString,
28
+ (x) => GetTraceFieldOptions$inboundSchema.parse(JSON.parse(x)),
29
+ `Failed to parse 'GetTraceFieldOptions' from JSON`,
30
+ );
31
+ }
@@ -0,0 +1,38 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: a0cc7809cd98
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 {
12
+ OtelFieldDefinition,
13
+ OtelFieldDefinition$inboundSchema,
14
+ } from "./otelfielddefinition.js";
15
+
16
+ export type GetTraceFields = {
17
+ fieldDefinitions: Array<OtelFieldDefinition>;
18
+ };
19
+
20
+ /** @internal */
21
+ export const GetTraceFields$inboundSchema: z.ZodType<GetTraceFields, unknown> =
22
+ z.object({
23
+ field_definitions: z.array(OtelFieldDefinition$inboundSchema),
24
+ }).transform((v) => {
25
+ return remap$(v, {
26
+ "field_definitions": "fieldDefinitions",
27
+ });
28
+ });
29
+
30
+ export function getTraceFieldsFromJSON(
31
+ jsonString: string,
32
+ ): SafeParseResult<GetTraceFields, SDKValidationError> {
33
+ return safeParse(
34
+ jsonString,
35
+ (x) => GetTraceFields$inboundSchema.parse(JSON.parse(x)),
36
+ `Failed to parse 'GetTraceFields' from JSON`,
37
+ );
38
+ }
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: d9675987d4ed
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 {
11
+ FeedResultGetTrace,
12
+ FeedResultGetTrace$inboundSchema,
13
+ } from "./feedresultgettrace.js";
14
+
15
+ export type GetTraces = {
16
+ traces: FeedResultGetTrace;
17
+ };
18
+
19
+ /** @internal */
20
+ export const GetTraces$inboundSchema: z.ZodType<GetTraces, unknown> = z.object({
21
+ traces: FeedResultGetTrace$inboundSchema,
22
+ });
23
+
24
+ export function getTracesFromJSON(
25
+ jsonString: string,
26
+ ): SafeParseResult<GetTraces, SDKValidationError> {
27
+ return safeParse(
28
+ jsonString,
29
+ (x) => GetTraces$inboundSchema.parse(JSON.parse(x)),
30
+ `Failed to parse 'GetTraces' from JSON`,
31
+ );
32
+ }
@@ -0,0 +1,120 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 229830b77834
4
+ */
5
+
6
+ import * as z from "zod/v4";
7
+ import * as openEnums from "../../types/enums.js";
8
+ import { OpenEnum } from "../../types/enums.js";
9
+
10
+ /**
11
+ * HTTP status codes and reason phrases
12
+ *
13
+ * @remarks
14
+ *
15
+ * Status codes from the following RFCs are all observed:
16
+ *
17
+ * * RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616
18
+ * * RFC 6585: Additional HTTP Status Codes
19
+ * * RFC 3229: Delta encoding in HTTP
20
+ * * RFC 4918: HTTP Extensions for WebDAV, obsoletes 2518
21
+ * * RFC 5842: Binding Extensions to WebDAV
22
+ * * RFC 7238: Permanent Redirect
23
+ * * RFC 2295: Transparent Content Negotiation in HTTP
24
+ * * RFC 2774: An HTTP Extension Framework
25
+ * * RFC 7725: An HTTP Status Code to Report Legal Obstacles
26
+ * * RFC 7540: Hypertext Transfer Protocol Version 2 (HTTP/2)
27
+ * * RFC 2324: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
28
+ * * RFC 8297: An HTTP Status Code for Indicating Hints
29
+ * * RFC 8470: Using Early Data in HTTP
30
+ */
31
+ export const HTTPStatus = {
32
+ OneHundred: 100,
33
+ OneHundredAndOne: 101,
34
+ OneHundredAndTwo: 102,
35
+ OneHundredAndThree: 103,
36
+ TwoHundred: 200,
37
+ TwoHundredAndOne: 201,
38
+ TwoHundredAndTwo: 202,
39
+ TwoHundredAndThree: 203,
40
+ TwoHundredAndFour: 204,
41
+ TwoHundredAndFive: 205,
42
+ TwoHundredAndSix: 206,
43
+ TwoHundredAndSeven: 207,
44
+ TwoHundredAndEight: 208,
45
+ TwoHundredAndTwentySix: 226,
46
+ ThreeHundred: 300,
47
+ ThreeHundredAndOne: 301,
48
+ ThreeHundredAndTwo: 302,
49
+ ThreeHundredAndThree: 303,
50
+ ThreeHundredAndFour: 304,
51
+ ThreeHundredAndFive: 305,
52
+ ThreeHundredAndSeven: 307,
53
+ ThreeHundredAndEight: 308,
54
+ FourHundred: 400,
55
+ FourHundredAndOne: 401,
56
+ FourHundredAndTwo: 402,
57
+ FourHundredAndThree: 403,
58
+ FourHundredAndFour: 404,
59
+ FourHundredAndFive: 405,
60
+ FourHundredAndSix: 406,
61
+ FourHundredAndSeven: 407,
62
+ FourHundredAndEight: 408,
63
+ FourHundredAndNine: 409,
64
+ FourHundredAndTen: 410,
65
+ FourHundredAndEleven: 411,
66
+ FourHundredAndTwelve: 412,
67
+ FourHundredAndThirteen: 413,
68
+ FourHundredAndFourteen: 414,
69
+ FourHundredAndFifteen: 415,
70
+ FourHundredAndSixteen: 416,
71
+ FourHundredAndSeventeen: 417,
72
+ FourHundredAndEighteen: 418,
73
+ FourHundredAndTwentyOne: 421,
74
+ FourHundredAndTwentyTwo: 422,
75
+ FourHundredAndTwentyThree: 423,
76
+ FourHundredAndTwentyFour: 424,
77
+ FourHundredAndTwentyFive: 425,
78
+ FourHundredAndTwentySix: 426,
79
+ FourHundredAndTwentyEight: 428,
80
+ FourHundredAndTwentyNine: 429,
81
+ FourHundredAndThirtyOne: 431,
82
+ FourHundredAndFiftyOne: 451,
83
+ FiveHundred: 500,
84
+ FiveHundredAndOne: 501,
85
+ FiveHundredAndTwo: 502,
86
+ FiveHundredAndThree: 503,
87
+ FiveHundredAndFour: 504,
88
+ FiveHundredAndFive: 505,
89
+ FiveHundredAndSix: 506,
90
+ FiveHundredAndSeven: 507,
91
+ FiveHundredAndEight: 508,
92
+ FiveHundredAndTen: 510,
93
+ FiveHundredAndEleven: 511,
94
+ } as const;
95
+ /**
96
+ * HTTP status codes and reason phrases
97
+ *
98
+ * @remarks
99
+ *
100
+ * Status codes from the following RFCs are all observed:
101
+ *
102
+ * * RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616
103
+ * * RFC 6585: Additional HTTP Status Codes
104
+ * * RFC 3229: Delta encoding in HTTP
105
+ * * RFC 4918: HTTP Extensions for WebDAV, obsoletes 2518
106
+ * * RFC 5842: Binding Extensions to WebDAV
107
+ * * RFC 7238: Permanent Redirect
108
+ * * RFC 2295: Transparent Content Negotiation in HTTP
109
+ * * RFC 2774: An HTTP Extension Framework
110
+ * * RFC 7725: An HTTP Status Code to Report Legal Obstacles
111
+ * * RFC 7540: Hypertext Transfer Protocol Version 2 (HTTP/2)
112
+ * * RFC 2324: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
113
+ * * RFC 8297: An HTTP Status Code for Indicating Hints
114
+ * * RFC 8470: Using Early Data in HTTP
115
+ */
116
+ export type HTTPStatus = OpenEnum<typeof HTTPStatus>;
117
+
118
+ /** @internal */
119
+ export const HTTPStatus$inboundSchema: z.ZodType<HTTPStatus, unknown> =
120
+ openEnums.inboundSchemaInt(HTTPStatus);
@@ -32,7 +32,7 @@ export * from "./audiotranscriptionrequest.js";
32
32
  export * from "./audiotranscriptionrequeststream.js";
33
33
  export * from "./authdata.js";
34
34
  export * from "./authenticationconfiguration.js";
35
- export * from "./authenticationtype.js";
35
+ export * from "./authstatus.js";
36
36
  export * from "./authurlresponse.js";
37
37
  export * from "./basefielddefinition.js";
38
38
  export * from "./basemodelcard.js";
@@ -66,6 +66,9 @@ export * from "./classifierfinetuningjobdetails.js";
66
66
  export * from "./classifiertarget.js";
67
67
  export * from "./classifiertargetresult.js";
68
68
  export * from "./classifiertrainingparameters.js";
69
+ export * from "./clientcapabilities.js";
70
+ export * from "./clienttaskscapability.js";
71
+ export * from "./clienttasksrequestscapability.js";
69
72
  export * from "./codeinterpretertool.js";
70
73
  export * from "./completionargs.js";
71
74
  export * from "./completionargsstop.js";
@@ -75,17 +78,23 @@ export * from "./completionfinetunedmodel.js";
75
78
  export * from "./completionfinetuningjob.js";
76
79
  export * from "./completionfinetuningjobdetails.js";
77
80
  export * from "./completionresponsestreamchoice.js";
81
+ export * from "./completiontokensdetails.js";
78
82
  export * from "./completiontrainingparameters.js";
83
+ export * from "./connectionconfigtype.js";
79
84
  export * from "./connectioncredentials.js";
85
+ export * from "./connectionpreference.js";
80
86
  export * from "./connector.js";
81
87
  export * from "./connectorauthenticationheader.js";
82
88
  export * from "./connectorcalltoolrequest.js";
89
+ export * from "./connectorlocale.js";
90
+ export * from "./connectorprotocol.js";
83
91
  export * from "./connectorsqueryfilters.js";
84
92
  export * from "./connectortool.js";
85
93
  export * from "./connectortoolcallmetadata.js";
86
94
  export * from "./connectortoolcallresponse.js";
87
95
  export * from "./connectortoollocale.js";
88
96
  export * from "./connectortoolresultmetadata.js";
97
+ export * from "./consumertype.js";
89
98
  export * from "./contentchunk.js";
90
99
  export * from "./conversationappendrequest.js";
91
100
  export * from "./conversationappendstreamrequest.js";
@@ -110,10 +119,15 @@ export * from "./createdatasetrequest.js";
110
119
  export * from "./createfileresponse.js";
111
120
  export * from "./createfinetuningjobrequest.js";
112
121
  export * from "./creategithubrepositoryrequest.js";
122
+ export * from "./createingestionpipelineconfigurationrequest.js";
113
123
  export * from "./createjudgerequest.js";
114
124
  export * from "./createlibraryrequest.js";
125
+ export * from "./createsearchindexinforequest.js";
126
+ export * from "./createvespaschemarequest.js";
127
+ export * from "./createvespasearchindexinforequest.js";
115
128
  export * from "./credentialscreateorupdate.js";
116
129
  export * from "./credentialsresponse.js";
130
+ export * from "./credentialsstatus.js";
117
131
  export * from "./customconnector.js";
118
132
  export * from "./customtaskcanceledattributes.js";
119
133
  export * from "./customtaskcanceledresponse.js";
@@ -145,6 +159,7 @@ export * from "./document.js";
145
159
  export * from "./documentlibrarytool.js";
146
160
  export * from "./documenttextcontent.js";
147
161
  export * from "./documenturlchunk.js";
162
+ export * from "./elicitationcapability.js";
148
163
  export * from "./embeddedresource.js";
149
164
  export * from "./embeddingdtype.js";
150
165
  export * from "./embeddingrequest.js";
@@ -152,15 +167,23 @@ export * from "./embeddingresponse.js";
152
167
  export * from "./embeddingresponsedata.js";
153
168
  export * from "./encodedpayloadoptions.js";
154
169
  export * from "./encodingformat.js";
170
+ export * from "./encryptedpatchvalue.js";
155
171
  export * from "./entitytype.js";
156
172
  export * from "./event.js";
157
173
  export * from "./eventprogressstatus.js";
158
174
  export * from "./eventsource.js";
159
175
  export * from "./eventtype.js";
160
176
  export * from "./executionconfig.js";
177
+ export * from "./executionlogrecord.js";
178
+ export * from "./executionlogsearchresponse.js";
161
179
  export * from "./exportdatasetresponse.js";
180
+ export * from "./extendedoauthservermetadata.js";
162
181
  export * from "./failure.js";
163
182
  export * from "./feedresultchatcompletioneventpreview.js";
183
+ export * from "./feedresultgetlog.js";
184
+ export * from "./feedresultgetspan.js";
185
+ export * from "./feedresultgetspanevaluation.js";
186
+ export * from "./feedresultgettrace.js";
164
187
  export * from "./fetchcampaignstatusresponse.js";
165
188
  export * from "./fetchchatcompletionfieldoptionsresponse.js";
166
189
  export * from "./fetchfieldoptioncountsrequest.js";
@@ -191,9 +214,26 @@ export * from "./functionname.js";
191
214
  export * from "./functionresultentry.js";
192
215
  export * from "./functiontool.js";
193
216
  export * from "./getfileresponse.js";
217
+ export * from "./getlog.js";
218
+ export * from "./getlogfieldoptions.js";
219
+ export * from "./getlogfields.js";
220
+ export * from "./getlogs.js";
194
221
  export * from "./getsignedurlresponse.js";
222
+ export * from "./getspan.js";
223
+ export * from "./getspanevaluation.js";
224
+ export * from "./getspanevaluationfieldoptions.js";
225
+ export * from "./getspanevaluationfields.js";
226
+ export * from "./getspanevaluations.js";
227
+ export * from "./getspanfieldoptions.js";
228
+ export * from "./getspanfields.js";
229
+ export * from "./getspans.js";
230
+ export * from "./gettrace.js";
231
+ export * from "./gettracefieldoptions.js";
232
+ export * from "./gettracefields.js";
233
+ export * from "./gettraces.js";
195
234
  export * from "./githubrepository.js";
196
235
  export * from "./guardrailconfig.js";
236
+ export * from "./httpstatus.js";
197
237
  export * from "./imagecontent.js";
198
238
  export * from "./imagedetail.js";
199
239
  export * from "./imagegenerationtool.js";
@@ -209,9 +249,11 @@ export * from "./inputentries.js";
209
249
  export * from "./inputs.js";
210
250
  export * from "./instructrequest.js";
211
251
  export * from "./jobmetadata.js";
252
+ export * from "./jsonpatch.js";
212
253
  export * from "./jsonpatchadd.js";
213
254
  export * from "./jsonpatchappend.js";
214
255
  export * from "./jsonpatchpayloadresponse.js";
256
+ export * from "./jsonpatchpayloadvalueresponse.js";
215
257
  export * from "./jsonpatchremove.js";
216
258
  export * from "./jsonpatchreplace.js";
217
259
  export * from "./jsonpayloadresponse.js";
@@ -242,7 +284,18 @@ export * from "./listlibrariesresponse.js";
242
284
  export * from "./listsharingresponse.js";
243
285
  export * from "./listworkfloweventresponse.js";
244
286
  export * from "./locationtype.js";
287
+ export * from "./logicalexpression.js";
288
+ export * from "./logsrequest.js";
289
+ export * from "./mcpprompt.js";
290
+ export * from "./mcpresource.js";
291
+ export * from "./mcpserverauthenticationrequirement.js";
292
+ export * from "./mcpservercard.js";
293
+ export * from "./mcpservercardmeta.js";
294
+ export * from "./mcpservercardtool.js";
245
295
  export * from "./mcpservericon.js";
296
+ export * from "./mcpserverremote.js";
297
+ export * from "./mcpserverremoteheader.js";
298
+ export * from "./mcpserverrepository.js";
246
299
  export * from "./mcptool.js";
247
300
  export * from "./mcptoolmeta.js";
248
301
  export * from "./mcpuitoolmeta.js";
@@ -280,6 +333,8 @@ export * from "./ocrrequest.js";
280
333
  export * from "./ocrresponse.js";
281
334
  export * from "./ocrtableobject.js";
282
335
  export * from "./ocrusageinfo.js";
336
+ export * from "./otelfielddefinition.js";
337
+ export * from "./outboundauthenticationtype.js";
283
338
  export * from "./outputcontentchunks.js";
284
339
  export * from "./paginatedconnectors.js";
285
340
  export * from "./paginatedresultcampaignpreview.js";
@@ -290,11 +345,15 @@ export * from "./paginatedresultdatasetrecord.js";
290
345
  export * from "./paginatedresultjudgepreview.js";
291
346
  export * from "./paginationinfo.js";
292
347
  export * from "./paginationresponse.js";
348
+ export * from "./partialscheduledefinition.js";
293
349
  export * from "./prediction.js";
294
350
  export * from "./processingstatus.js";
295
351
  export * from "./processstatus.js";
352
+ export * from "./promptargument.js";
353
+ export * from "./promptscapability.js";
296
354
  export * from "./prompttokensdetails.js";
297
355
  export * from "./publicauthenticationmethod.js";
356
+ export * from "./publicconnectionconfig.js";
298
357
  export * from "./querydefinition.js";
299
358
  export * from "./queryinvocationbody.js";
300
359
  export * from "./queryworkflowresponse.js";
@@ -313,6 +372,8 @@ export * from "./referencechunk.js";
313
372
  export * from "./requestsource.js";
314
373
  export * from "./resetinvocationbody.js";
315
374
  export * from "./resourcelink.js";
375
+ export * from "./resourcescapability.js";
376
+ export * from "./resourcetype.js";
316
377
  export * from "./resourcevisibility.js";
317
378
  export * from "./responsedoneevent.js";
318
379
  export * from "./responseerrorevent.js";
@@ -320,20 +381,29 @@ export * from "./responseformat.js";
320
381
  export * from "./responseformats.js";
321
382
  export * from "./responsestartedevent.js";
322
383
  export * from "./roles.js";
384
+ export * from "./rootscapability.js";
323
385
  export * from "./sampletype.js";
386
+ export * from "./samplingcapability.js";
324
387
  export * from "./scalarmetric.js";
325
388
  export * from "./schedulecalendar.js";
326
389
  export * from "./scheduledefinition.js";
327
390
  export * from "./scheduledefinitionoutput.js";
391
+ export * from "./schedulefutureexecution.js";
328
392
  export * from "./scheduleinterval.js";
329
393
  export * from "./scheduleoverlappolicy.js";
330
394
  export * from "./schedulepolicy.js";
331
395
  export * from "./schedulerange.js";
396
+ export * from "./schedulerecentexecution.js";
332
397
  export * from "./searchchatcompletioneventidsrequest.js";
333
398
  export * from "./searchchatcompletioneventidsresponse.js";
334
399
  export * from "./searchchatcompletioneventsrequest.js";
335
400
  export * from "./searchchatcompletioneventsresponse.js";
401
+ export * from "./searchindexresponse.js";
336
402
  export * from "./security.js";
403
+ export * from "./servercapabilities.js";
404
+ export * from "./serverlocale.js";
405
+ export * from "./servertaskscapability.js";
406
+ export * from "./servertasksrequestscapability.js";
337
407
  export * from "./shareenum.js";
338
408
  export * from "./sharing.js";
339
409
  export * from "./sharingdelete.js";
@@ -342,16 +412,22 @@ export * from "./signaldefinition.js";
342
412
  export * from "./signalinvocationbody.js";
343
413
  export * from "./signalworkflowresponse.js";
344
414
  export * from "./source.js";
415
+ export * from "./spanevaluationsrequest.js";
416
+ export * from "./spansrequest.js";
345
417
  export * from "./speechoutputformat.js";
346
418
  export * from "./speechrequest.js";
347
419
  export * from "./speechstreamaudiodelta.js";
348
420
  export * from "./speechstreamdone.js";
349
421
  export * from "./speechstreameventtypes.js";
350
422
  export * from "./ssetypes.js";
423
+ export * from "./streamerror.js";
351
424
  export * from "./streameventssepayload.js";
352
425
  export * from "./streameventworkflowcontext.js";
353
426
  export * from "./systemmessage.js";
354
427
  export * from "./systemmessagecontentchunks.js";
428
+ export * from "./taskselicitationcapability.js";
429
+ export * from "./taskssamplingcapability.js";
430
+ export * from "./taskstoolscapability.js";
355
431
  export * from "./tempogettraceresponse.js";
356
432
  export * from "./tempotraceattribute.js";
357
433
  export * from "./tempotraceattributearraycontainer.js";
@@ -381,14 +457,18 @@ export * from "./toolchoice.js";
381
457
  export * from "./toolchoiceenum.js";
382
458
  export * from "./toolconfiguration.js";
383
459
  export * from "./toolexecution.js";
460
+ export * from "./toolexecutionconfiguration.js";
384
461
  export * from "./toolexecutiondeltaevent.js";
385
462
  export * from "./toolexecutiondoneevent.js";
386
463
  export * from "./toolexecutionentry.js";
387
464
  export * from "./toolexecutionstartedevent.js";
388
465
  export * from "./toolfilechunk.js";
389
466
  export * from "./toolmessage.js";
467
+ export * from "./toolproperties.js";
390
468
  export * from "./toolreferencechunk.js";
469
+ export * from "./toolscapability.js";
391
470
  export * from "./tooltype.js";
471
+ export * from "./tracesrequest.js";
392
472
  export * from "./trainingfile.js";
393
473
  export * from "./transcriptionresponse.js";
394
474
  export * from "./transcriptionsegmentchunk.js";
@@ -398,6 +478,7 @@ export * from "./transcriptionstreameventtypes.js";
398
478
  export * from "./transcriptionstreamlanguage.js";
399
479
  export * from "./transcriptionstreamsegmentdelta.js";
400
480
  export * from "./transcriptionstreamtextdelta.js";
481
+ export * from "./turbinemeta.js";
401
482
  export * from "./turbinetoollocale.js";
402
483
  export * from "./turbinetoolmeta.js";
403
484
  export * from "./unarchivemodelresponse.js";
@@ -412,11 +493,14 @@ export * from "./updateinvocationbody.js";
412
493
  export * from "./updatejudgerequest.js";
413
494
  export * from "./updatelibraryrequest.js";
414
495
  export * from "./updatemodelrequest.js";
496
+ export * from "./updateruninfo.js";
415
497
  export * from "./updateworkflowresponse.js";
416
498
  export * from "./usageinfo.js";
417
499
  export * from "./usageinfodollardefs.js";
418
500
  export * from "./usermessage.js";
419
501
  export * from "./validationerror.js";
502
+ export * from "./vespaschemaresponse.js";
503
+ export * from "./vespasearchindexinforesponse.js";
420
504
  export * from "./voicecreaterequest.js";
421
505
  export * from "./voicelistresponse.js";
422
506
  export * from "./voiceresponse.js";
@@ -428,6 +512,11 @@ export * from "./websearchtool.js";
428
512
  export * from "./workflow.js";
429
513
  export * from "./workflowarchiveresponse.js";
430
514
  export * from "./workflowbasicdefinition.js";
515
+ export * from "./workflowbulkarchiverequest.js";
516
+ export * from "./workflowbulkarchiveresponse.js";
517
+ export * from "./workflowbulkerror.js";
518
+ export * from "./workflowbulkunarchiverequest.js";
519
+ export * from "./workflowbulkunarchiveresponse.js";
431
520
  export * from "./workflowcodedefinition.js";
432
521
  export * from "./workfloweventtype.js";
433
522
  export * from "./workflowexecutioncanceledattributes.js";
@@ -462,8 +551,11 @@ export * from "./workflowregistrationgetresponse.js";
462
551
  export * from "./workflowregistrationlistresponse.js";
463
552
  export * from "./workflowregistrationwithworkerstatus.js";
464
553
  export * from "./workflowschedulelistresponse.js";
554
+ export * from "./workflowschedulepauserequest.js";
465
555
  export * from "./workflowschedulerequest.js";
466
556
  export * from "./workflowscheduleresponse.js";
557
+ export * from "./workflowscheduletriggerrequest.js";
558
+ export * from "./workflowscheduleupdaterequest.js";
467
559
  export * from "./workflowtaskfailedattributes.js";
468
560
  export * from "./workflowtaskfailedresponse.js";
469
561
  export * from "./workflowtasktimedoutattributes.js";
@@ -11,9 +11,14 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
12
  export type IngestionPipelineConfiguration = {
13
13
  id: string;
14
+ authorId: string;
14
15
  name: string;
15
16
  createdAt: Date;
16
17
  modifiedAt: Date;
18
+ lastRunTime: Date | null;
19
+ lastRunChunksCount: number;
20
+ totalChunksCount: number;
21
+ pipelineComposition: { [k: string]: string } | null;
17
22
  };
18
23
 
19
24
  /** @internal */
@@ -22,13 +27,25 @@ export const IngestionPipelineConfiguration$inboundSchema: z.ZodType<
22
27
  unknown
23
28
  > = z.object({
24
29
  id: z.string(),
30
+ author_id: z.string(),
25
31
  name: z.string(),
26
32
  created_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
27
33
  modified_at: z.iso.datetime({ offset: true }).transform(v => new Date(v)),
34
+ last_run_time: z.nullable(
35
+ z.iso.datetime({ offset: true }).transform(v => new Date(v)),
36
+ ),
37
+ last_run_chunks_count: z.int(),
38
+ total_chunks_count: z.int(),
39
+ pipeline_composition: z.nullable(z.record(z.string(), z.string())),
28
40
  }).transform((v) => {
29
41
  return remap$(v, {
42
+ "author_id": "authorId",
30
43
  "created_at": "createdAt",
31
44
  "modified_at": "modifiedAt",
45
+ "last_run_time": "lastRunTime",
46
+ "last_run_chunks_count": "lastRunChunksCount",
47
+ "total_chunks_count": "totalChunksCount",
48
+ "pipeline_composition": "pipelineComposition",
32
49
  });
33
50
  });
34
51
 
@@ -10,11 +10,29 @@ import { Result as SafeParseResult } from "../../types/fp.js";
10
10
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
11
11
 
12
12
  export type JobMetadata = {
13
+ /**
14
+ * The approximated time (in seconds) for the fine-tuning process to complete.
15
+ */
13
16
  expectedDurationSeconds?: number | null | undefined;
17
+ /**
18
+ * The cost of the fine-tuning job.
19
+ */
14
20
  cost?: number | null | undefined;
21
+ /**
22
+ * The currency used for the fine-tuning job cost.
23
+ */
15
24
  costCurrency?: string | null | undefined;
25
+ /**
26
+ * The number of tokens consumed by one training step.
27
+ */
16
28
  trainTokensPerStep?: number | null | undefined;
29
+ /**
30
+ * The total number of tokens used during the fine-tuning process.
31
+ */
17
32
  trainTokens?: number | null | undefined;
33
+ /**
34
+ * The total number of tokens in the training dataset.
35
+ */
18
36
  dataTokens?: number | null | undefined;
19
37
  estimatedStartTime?: number | null | undefined;
20
38
  };
@@ -0,0 +1,50 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: a18ca7fa2648
4
+ */
5
+
6
+ import * as z from "zod/v4";
7
+ import { safeParse } from "../../lib/schemas.js";
8
+ import * as discriminatedUnionTypes from "../../types/discriminatedUnion.js";
9
+ import { discriminatedUnion } from "../../types/discriminatedUnion.js";
10
+ import { Result as SafeParseResult } from "../../types/fp.js";
11
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
12
+ import { JSONPatchAdd, JSONPatchAdd$inboundSchema } from "./jsonpatchadd.js";
13
+ import {
14
+ JSONPatchAppend,
15
+ JSONPatchAppend$inboundSchema,
16
+ } from "./jsonpatchappend.js";
17
+ import {
18
+ JSONPatchRemove,
19
+ JSONPatchRemove$inboundSchema,
20
+ } from "./jsonpatchremove.js";
21
+ import {
22
+ JSONPatchReplace,
23
+ JSONPatchReplace$inboundSchema,
24
+ } from "./jsonpatchreplace.js";
25
+
26
+ export type JSONPatch =
27
+ | JSONPatchAdd
28
+ | JSONPatchAppend
29
+ | JSONPatchRemove
30
+ | JSONPatchReplace
31
+ | discriminatedUnionTypes.Unknown<"op">;
32
+
33
+ /** @internal */
34
+ export const JSONPatch$inboundSchema: z.ZodType<JSONPatch, unknown> =
35
+ discriminatedUnion("op", {
36
+ add: JSONPatchAdd$inboundSchema,
37
+ append: JSONPatchAppend$inboundSchema,
38
+ remove: JSONPatchRemove$inboundSchema,
39
+ replace: JSONPatchReplace$inboundSchema,
40
+ });
41
+
42
+ export function jsonPatchFromJSON(
43
+ jsonString: string,
44
+ ): SafeParseResult<JSONPatch, SDKValidationError> {
45
+ return safeParse(
46
+ jsonString,
47
+ (x) => JSONPatch$inboundSchema.parse(JSON.parse(x)),
48
+ `Failed to parse 'JSONPatch' from JSON`,
49
+ );
50
+ }