@atlanai/sdk 0.1.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +86 -7
- package/dist/client.js +4 -2
- package/dist/evals.d.ts +177 -0
- package/dist/evals.js +916 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +9 -1
- package/dist/manifest.json +473 -204
- package/dist/raw/agent/apis/AgentEnvironmentsApi.d.ts +36 -0
- package/dist/raw/agent/apis/AgentEnvironmentsApi.js +49 -1
- package/dist/raw/agent/apis/AgentFrameworksApi.d.ts +36 -0
- package/dist/raw/agent/apis/AgentFrameworksApi.js +49 -1
- package/dist/raw/agent/apis/AgentProvidersApi.d.ts +36 -0
- package/dist/raw/agent/apis/AgentProvidersApi.js +49 -1
- package/dist/raw/agent/apis/AgentsApi.d.ts +49 -4
- package/dist/raw/agent/apis/AgentsApi.js +65 -5
- package/dist/raw/agent/apis/HarnessVendorsApi.d.ts +36 -0
- package/dist/raw/agent/apis/HarnessVendorsApi.js +49 -1
- package/dist/raw/agent/apis/HarnessesApi.d.ts +36 -0
- package/dist/raw/agent/apis/HarnessesApi.js +49 -1
- package/dist/raw/agent/apis/OutputsApi.d.ts +45 -0
- package/dist/raw/agent/apis/OutputsApi.js +61 -1
- package/dist/raw/agent/apis/SessionsApi.d.ts +36 -0
- package/dist/raw/agent/apis/SessionsApi.js +49 -1
- package/dist/raw/agent/apis/TracesApi.d.ts +18 -0
- package/dist/raw/agent/apis/TracesApi.js +25 -1
- package/dist/raw/agent/apis/VisitorsApi.d.ts +9 -0
- package/dist/raw/agent/apis/VisitorsApi.js +13 -1
- package/dist/raw/agent/models/AgentAgentArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentAgentArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentAgentEnvironmentArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentAgentEnvironmentArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentAgentFrameworkArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentAgentFrameworkArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentAgentProviderArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentAgentProviderArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentCreateAgentFramework400Response.d.ts +2 -0
- package/dist/raw/agent/models/AgentCreateAgentFramework400Response.js +2 -2
- package/dist/raw/agent/models/AgentCreateAgentFramework413Response.d.ts +64 -0
- package/dist/raw/agent/models/AgentCreateAgentFramework413Response.js +74 -0
- package/dist/raw/agent/models/AgentCreateAgentFramework415Response.d.ts +1 -0
- package/dist/raw/agent/models/AgentCreateAgentFramework415Response.js +1 -2
- package/dist/raw/agent/models/AgentGetAgentTrace400Response.d.ts +63 -0
- package/dist/raw/agent/models/AgentGetAgentTrace400Response.js +75 -0
- package/dist/raw/agent/models/AgentHarnessArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentHarnessArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentHarnessVendorArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentHarnessVendorArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentOutputArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentOutputArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentQueryAgentTraceStats400Response.d.ts +2 -0
- package/dist/raw/agent/models/AgentQueryAgentTraceStats400Response.js +2 -0
- package/dist/raw/agent/models/AgentSessionArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentSessionArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentSessionMessageArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentSessionMessageArtifactView.js +2 -2
- package/dist/raw/agent/models/AgentUploadAgentProfileImage400Response.d.ts +2 -1
- package/dist/raw/agent/models/AgentUploadAgentProfileImage400Response.js +2 -3
- package/dist/raw/agent/models/AgentUploadAgentProfileImage413Response.d.ts +2 -0
- package/dist/raw/agent/models/AgentUploadAgentProfileImage413Response.js +2 -2
- package/dist/raw/agent/models/AgentVisitorArtifactView.d.ts +27 -15
- package/dist/raw/agent/models/AgentVisitorArtifactView.js +2 -2
- package/dist/raw/agent/models/Box.d.ts +27 -15
- package/dist/raw/agent/models/Box.js +2 -2
- package/dist/raw/agent/models/GatewayArtifactBase.d.ts +27 -15
- package/dist/raw/agent/models/GatewayArtifactBase.js +2 -2
- package/dist/raw/agent/models/GatewayTraceStatsGroupBy.d.ts +5 -1
- package/dist/raw/agent/models/GatewayTraceStatsGroupBy.js +4 -0
- package/dist/raw/agent/models/GatewayTraceStatsMeasure.d.ts +3 -1
- package/dist/raw/agent/models/GatewayTraceStatsMeasure.js +2 -0
- package/dist/raw/agent/models/SpanViewDto.d.ts +25 -0
- package/dist/raw/agent/models/SpanViewDto.js +8 -0
- package/dist/raw/agent/models/TraceDetailView.d.ts +9 -0
- package/dist/raw/agent/models/TraceDetailView.js +2 -0
- package/dist/raw/agent/models/index.d.ts +2 -0
- package/dist/raw/agent/models/index.js +2 -0
- package/dist/raw/eval/apis/DatasetsApi.d.ts +344 -0
- package/dist/raw/eval/apis/DatasetsApi.js +811 -0
- package/dist/raw/eval/apis/ExperimentsApi.d.ts +355 -0
- package/dist/raw/eval/apis/ExperimentsApi.js +830 -0
- package/dist/raw/eval/apis/ScorersApi.d.ts +129 -0
- package/dist/raw/eval/apis/ScorersApi.js +308 -0
- package/dist/raw/eval/apis/index.d.ts +3 -0
- package/dist/raw/eval/apis/index.js +21 -0
- package/dist/raw/eval/index.d.ts +3 -0
- package/dist/raw/eval/index.js +21 -0
- package/dist/raw/eval/models/AccessView.d.ts +57 -0
- package/dist/raw/eval/models/AccessView.js +64 -0
- package/dist/raw/eval/models/ArtifactConflictProblem.d.ts +69 -0
- package/dist/raw/eval/models/ArtifactConflictProblem.js +66 -0
- package/dist/raw/eval/models/CostView.d.ts +50 -0
- package/dist/raw/eval/models/CostView.js +60 -0
- package/dist/raw/eval/models/CursorPage.d.ts +38 -0
- package/dist/raw/eval/models/CursorPage.js +52 -0
- package/dist/raw/eval/models/EvalArtifactEnvelope.d.ts +144 -0
- package/dist/raw/eval/models/EvalArtifactEnvelope.js +84 -0
- package/dist/raw/eval/models/EvalArtifactSearchRequest.d.ts +71 -0
- package/dist/raw/eval/models/EvalArtifactSearchRequest.js +60 -0
- package/dist/raw/eval/models/EvalBulkDatasetRecordResponse.d.ts +33 -0
- package/dist/raw/eval/models/EvalBulkDatasetRecordResponse.js +51 -0
- package/dist/raw/eval/models/EvalBulkDatasetRecordResult.d.ts +52 -0
- package/dist/raw/eval/models/EvalBulkDatasetRecordResult.js +60 -0
- package/dist/raw/eval/models/EvalBulkExperimentResultResponse.d.ts +33 -0
- package/dist/raw/eval/models/EvalBulkExperimentResultResponse.js +51 -0
- package/dist/raw/eval/models/EvalBulkExperimentResultSlot.d.ts +53 -0
- package/dist/raw/eval/models/EvalBulkExperimentResultSlot.js +60 -0
- package/dist/raw/eval/models/EvalCreateDataset400Response.d.ts +65 -0
- package/dist/raw/eval/models/EvalCreateDataset400Response.js +75 -0
- package/dist/raw/eval/models/EvalCreateDataset409Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalCreateDataset409Response.js +75 -0
- package/dist/raw/eval/models/EvalCreateDataset413Response.d.ts +64 -0
- package/dist/raw/eval/models/EvalCreateDataset413Response.js +74 -0
- package/dist/raw/eval/models/EvalCreateDataset415Response.d.ts +64 -0
- package/dist/raw/eval/models/EvalCreateDataset415Response.js +74 -0
- package/dist/raw/eval/models/EvalCreateDataset422Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalCreateDataset422Response.js +75 -0
- package/dist/raw/eval/models/EvalDatasetArtifactView.d.ts +296 -0
- package/dist/raw/eval/models/EvalDatasetArtifactView.js +148 -0
- package/dist/raw/eval/models/EvalDatasetCreate.d.ts +156 -0
- package/dist/raw/eval/models/EvalDatasetCreate.js +88 -0
- package/dist/raw/eval/models/EvalDatasetMeta.d.ts +53 -0
- package/dist/raw/eval/models/EvalDatasetMeta.js +50 -0
- package/dist/raw/eval/models/EvalDatasetPatch.d.ts +58 -0
- package/dist/raw/eval/models/EvalDatasetPatch.js +56 -0
- package/dist/raw/eval/models/EvalDatasetRecordArtifactView.d.ts +348 -0
- package/dist/raw/eval/models/EvalDatasetRecordArtifactView.js +163 -0
- package/dist/raw/eval/models/EvalDatasetRecordBulkCreate.d.ts +33 -0
- package/dist/raw/eval/models/EvalDatasetRecordBulkCreate.js +51 -0
- package/dist/raw/eval/models/EvalDatasetRecordCreate.d.ts +195 -0
- package/dist/raw/eval/models/EvalDatasetRecordCreate.js +101 -0
- package/dist/raw/eval/models/EvalDatasetRecordMeta.d.ts +102 -0
- package/dist/raw/eval/models/EvalDatasetRecordMeta.js +69 -0
- package/dist/raw/eval/models/EvalDatasetRecordPatch.d.ts +81 -0
- package/dist/raw/eval/models/EvalDatasetRecordPatch.js +62 -0
- package/dist/raw/eval/models/EvalDatasetSnapshot.d.ts +57 -0
- package/dist/raw/eval/models/EvalDatasetSnapshot.js +65 -0
- package/dist/raw/eval/models/EvalDatasetSnapshotRecord.d.ts +99 -0
- package/dist/raw/eval/models/EvalDatasetSnapshotRecord.js +77 -0
- package/dist/raw/eval/models/EvalExperimentArtifactView.d.ts +339 -0
- package/dist/raw/eval/models/EvalExperimentArtifactView.js +163 -0
- package/dist/raw/eval/models/EvalExperimentCreate.d.ts +193 -0
- package/dist/raw/eval/models/EvalExperimentCreate.js +100 -0
- package/dist/raw/eval/models/EvalExperimentMeta.d.ts +97 -0
- package/dist/raw/eval/models/EvalExperimentMeta.js +65 -0
- package/dist/raw/eval/models/EvalExperimentPatch.d.ts +64 -0
- package/dist/raw/eval/models/EvalExperimentPatch.js +57 -0
- package/dist/raw/eval/models/EvalExperimentResultArtifactView.d.ts +359 -0
- package/dist/raw/eval/models/EvalExperimentResultArtifactView.js +166 -0
- package/dist/raw/eval/models/EvalExperimentResultBulkCreate.d.ts +33 -0
- package/dist/raw/eval/models/EvalExperimentResultBulkCreate.js +51 -0
- package/dist/raw/eval/models/EvalExperimentResultCreate.d.ts +212 -0
- package/dist/raw/eval/models/EvalExperimentResultCreate.js +104 -0
- package/dist/raw/eval/models/EvalExperimentResultMeta.d.ts +119 -0
- package/dist/raw/eval/models/EvalExperimentResultMeta.js +70 -0
- package/dist/raw/eval/models/EvalExperimentStatus.d.ts +31 -0
- package/dist/raw/eval/models/EvalExperimentStatus.js +59 -0
- package/dist/raw/eval/models/EvalGetDataset404Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalGetDataset404Response.js +75 -0
- package/dist/raw/eval/models/EvalGetExperimentTrace400Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalGetExperimentTrace400Response.js +75 -0
- package/dist/raw/eval/models/EvalListDatasets400Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalListDatasets400Response.js +75 -0
- package/dist/raw/eval/models/EvalListDatasets401Response.d.ts +79 -0
- package/dist/raw/eval/models/EvalListDatasets401Response.js +89 -0
- package/dist/raw/eval/models/EvalListDatasets403Response.d.ts +64 -0
- package/dist/raw/eval/models/EvalListDatasets403Response.js +74 -0
- package/dist/raw/eval/models/EvalListDatasets500Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalListDatasets500Response.js +75 -0
- package/dist/raw/eval/models/EvalListDatasets503Response.d.ts +64 -0
- package/dist/raw/eval/models/EvalListDatasets503Response.js +74 -0
- package/dist/raw/eval/models/EvalListDatasets504Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalListDatasets504Response.js +75 -0
- package/dist/raw/eval/models/EvalPageDatasetArtifactView.d.ts +44 -0
- package/dist/raw/eval/models/EvalPageDatasetArtifactView.js +56 -0
- package/dist/raw/eval/models/EvalPageDatasetRecordArtifactView.d.ts +44 -0
- package/dist/raw/eval/models/EvalPageDatasetRecordArtifactView.js +56 -0
- package/dist/raw/eval/models/EvalPageExperimentArtifactView.d.ts +44 -0
- package/dist/raw/eval/models/EvalPageExperimentArtifactView.js +56 -0
- package/dist/raw/eval/models/EvalPageExperimentResultArtifactView.d.ts +44 -0
- package/dist/raw/eval/models/EvalPageExperimentResultArtifactView.js +56 -0
- package/dist/raw/eval/models/EvalPageScorerArtifactView.d.ts +44 -0
- package/dist/raw/eval/models/EvalPageScorerArtifactView.js +56 -0
- package/dist/raw/eval/models/EvalPatchDataset412Response.d.ts +63 -0
- package/dist/raw/eval/models/EvalPatchDataset412Response.js +75 -0
- package/dist/raw/eval/models/EvalRecordSource.d.ts +27 -0
- package/dist/raw/eval/models/EvalRecordSource.js +55 -0
- package/dist/raw/eval/models/EvalScorerArtifactView.d.ts +313 -0
- package/dist/raw/eval/models/EvalScorerArtifactView.js +154 -0
- package/dist/raw/eval/models/EvalScorerCreate.d.ts +172 -0
- package/dist/raw/eval/models/EvalScorerCreate.js +98 -0
- package/dist/raw/eval/models/EvalScorerKind.d.ts +32 -0
- package/dist/raw/eval/models/EvalScorerKind.js +60 -0
- package/dist/raw/eval/models/EvalScorerMeta.d.ts +67 -0
- package/dist/raw/eval/models/EvalScorerMeta.js +60 -0
- package/dist/raw/eval/models/EvalScorerPatch.d.ts +75 -0
- package/dist/raw/eval/models/EvalScorerPatch.js +56 -0
- package/dist/raw/eval/models/EvalScorerScope.d.ts +32 -0
- package/dist/raw/eval/models/EvalScorerScope.js +60 -0
- package/dist/raw/eval/models/EvalSubjectKind.d.ts +33 -0
- package/dist/raw/eval/models/EvalSubjectKind.js +61 -0
- package/dist/raw/eval/models/GatewayArtifactBase.d.ts +262 -0
- package/dist/raw/eval/models/GatewayArtifactBase.js +139 -0
- package/dist/raw/eval/models/GatewayArtifactIdentityRevealView.d.ts +60 -0
- package/dist/raw/eval/models/GatewayArtifactIdentityRevealView.js +58 -0
- package/dist/raw/eval/models/GatewayPageMeta.d.ts +46 -0
- package/dist/raw/eval/models/GatewayPageMeta.js +58 -0
- package/dist/raw/eval/models/GatewaySourceEnvelope.d.ts +106 -0
- package/dist/raw/eval/models/GatewaySourceEnvelope.js +66 -0
- package/dist/raw/eval/models/GatewayTraceStatsBucket.d.ts +25 -0
- package/dist/raw/eval/models/GatewayTraceStatsBucket.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsCompareMode.d.ts +25 -0
- package/dist/raw/eval/models/GatewayTraceStatsCompareMode.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsComparison.d.ts +45 -0
- package/dist/raw/eval/models/GatewayTraceStatsComparison.js +59 -0
- package/dist/raw/eval/models/GatewayTraceStatsData.d.ts +24 -0
- package/dist/raw/eval/models/GatewayTraceStatsData.js +64 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf.d.ts +46 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf.js +66 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf1.d.ts +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf1.js +71 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf2.d.ts +46 -0
- package/dist/raw/eval/models/GatewayTraceStatsDataOneOf2.js +66 -0
- package/dist/raw/eval/models/GatewayTraceStatsEnvelope.d.ts +50 -0
- package/dist/raw/eval/models/GatewayTraceStatsEnvelope.js +59 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilter.d.ts +47 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilter.js +59 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilterOperator.d.ts +28 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilterOperator.js +56 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilterValue.d.ts +21 -0
- package/dist/raw/eval/models/GatewayTraceStatsFilterValue.js +85 -0
- package/dist/raw/eval/models/GatewayTraceStatsGroupBy.d.ts +35 -0
- package/dist/raw/eval/models/GatewayTraceStatsGroupBy.js +63 -0
- package/dist/raw/eval/models/GatewayTraceStatsMeasure.d.ts +39 -0
- package/dist/raw/eval/models/GatewayTraceStatsMeasure.js +67 -0
- package/dist/raw/eval/models/GatewayTraceStatsMeta.d.ts +49 -0
- package/dist/raw/eval/models/GatewayTraceStatsMeta.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrder.d.ts +40 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrder.js +56 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrderBy.d.ts +25 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrderBy.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrderDirection.d.ts +25 -0
- package/dist/raw/eval/models/GatewayTraceStatsOrderDirection.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsPanelQuery.d.ts +69 -0
- package/dist/raw/eval/models/GatewayTraceStatsPanelQuery.js +66 -0
- package/dist/raw/eval/models/GatewayTraceStatsRequest.d.ts +80 -0
- package/dist/raw/eval/models/GatewayTraceStatsRequest.js +72 -0
- package/dist/raw/eval/models/GatewayTraceStatsRequestType.d.ts +26 -0
- package/dist/raw/eval/models/GatewayTraceStatsRequestType.js +54 -0
- package/dist/raw/eval/models/GatewayTraceStatsScalarResult.d.ts +52 -0
- package/dist/raw/eval/models/GatewayTraceStatsScalarResult.js +59 -0
- package/dist/raw/eval/models/GatewayTraceStatsSeries.d.ts +52 -0
- package/dist/raw/eval/models/GatewayTraceStatsSeries.js +62 -0
- package/dist/raw/eval/models/GatewayTraceStatsSeriesPoint.d.ts +38 -0
- package/dist/raw/eval/models/GatewayTraceStatsSeriesPoint.js +52 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableColumn.d.ts +45 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableColumn.js +57 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableColumnType.d.ts +25 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableColumnType.js +53 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableRow.d.ts +38 -0
- package/dist/raw/eval/models/GatewayTraceStatsTableRow.js +54 -0
- package/dist/raw/eval/models/GatewayTraceStatsWindow.d.ts +38 -0
- package/dist/raw/eval/models/GatewayTraceStatsWindow.js +54 -0
- package/dist/raw/eval/models/ProblemDetails.d.ts +76 -0
- package/dist/raw/eval/models/ProblemDetails.js +64 -0
- package/dist/raw/eval/models/RegistryEdgeTarget.d.ts +38 -0
- package/dist/raw/eval/models/RegistryEdgeTarget.js +54 -0
- package/dist/raw/eval/models/RegistryRelationshipEdge.d.ts +96 -0
- package/dist/raw/eval/models/RegistryRelationshipEdge.js +77 -0
- package/dist/raw/eval/models/RegistryRelationshipsView.d.ts +45 -0
- package/dist/raw/eval/models/RegistryRelationshipsView.js +59 -0
- package/dist/raw/eval/models/SpanListEnvelope.d.ts +40 -0
- package/dist/raw/eval/models/SpanListEnvelope.js +56 -0
- package/dist/raw/eval/models/SpanViewDto.d.ts +217 -0
- package/dist/raw/eval/models/SpanViewDto.js +125 -0
- package/dist/raw/eval/models/TraceDetailView.d.ts +186 -0
- package/dist/raw/eval/models/TraceDetailView.js +110 -0
- package/dist/raw/eval/models/TraceLinks.d.ts +45 -0
- package/dist/raw/eval/models/TraceLinks.js +58 -0
- package/dist/raw/eval/models/TraceListEnvelope.d.ts +47 -0
- package/dist/raw/eval/models/TraceListEnvelope.js +61 -0
- package/dist/raw/eval/models/TraceParentView.d.ts +68 -0
- package/dist/raw/eval/models/TraceParentView.js +64 -0
- package/dist/raw/eval/models/TraceStatus.d.ts +26 -0
- package/dist/raw/eval/models/TraceStatus.js +54 -0
- package/dist/raw/eval/models/TraceSummaryStats.d.ts +62 -0
- package/dist/raw/eval/models/TraceSummaryStats.js +62 -0
- package/dist/raw/eval/models/TraceSummaryView.d.ts +150 -0
- package/dist/raw/eval/models/TraceSummaryView.js +96 -0
- package/dist/raw/eval/models/UsageView.d.ts +56 -0
- package/dist/raw/eval/models/UsageView.js +66 -0
- package/dist/raw/eval/models/index.d.ts +102 -0
- package/dist/raw/eval/models/index.js +120 -0
- package/dist/raw/eval/runtime.d.ts +185 -0
- package/dist/raw/eval/runtime.js +369 -0
- package/dist/raw/file/apis/FileApi.d.ts +18 -0
- package/dist/raw/file/apis/FileApi.js +25 -1
- package/dist/raw/file/models/FileCreateUpload400Response.d.ts +2 -0
- package/dist/raw/file/models/FileCreateUpload400Response.js +2 -2
- package/dist/raw/file/models/FileCreateUpload413Response.d.ts +2 -1
- package/dist/raw/file/models/FileCreateUpload413Response.js +2 -3
- package/dist/raw/file/models/FileCreateUpload415Response.d.ts +1 -0
- package/dist/raw/file/models/FileCreateUpload415Response.js +1 -2
- package/dist/raw/file/models/FileFile.d.ts +4 -0
- package/dist/raw/file/models/FileFileArtifact.d.ts +31 -15
- package/dist/raw/file/models/FileFileArtifact.js +2 -2
- package/dist/raw/file/models/FileIngestUpload400Response.d.ts +2 -1
- package/dist/raw/file/models/FileIngestUpload400Response.js +2 -3
- package/dist/raw/file/models/FileIngestUpload415Response.d.ts +63 -0
- package/dist/raw/file/models/FileIngestUpload415Response.js +75 -0
- package/dist/raw/file/models/GatewayArtifactBase.d.ts +27 -15
- package/dist/raw/file/models/GatewayArtifactBase.js +2 -2
- package/dist/raw/file/models/index.d.ts +1 -0
- package/dist/raw/file/models/index.js +1 -0
- package/dist/raw/mcp/apis/ServersApi.d.ts +18 -0
- package/dist/raw/mcp/apis/ServersApi.js +25 -1
- package/dist/raw/mcp/apis/ToolsApi.d.ts +18 -0
- package/dist/raw/mcp/apis/ToolsApi.js +25 -1
- package/dist/raw/mcp/models/GatewayArtifactBase.d.ts +27 -15
- package/dist/raw/mcp/models/GatewayArtifactBase.js +2 -2
- package/dist/raw/mcp/models/McpAggregateServers400Response.d.ts +2 -0
- package/dist/raw/mcp/models/McpAggregateServers400Response.js +2 -0
- package/dist/raw/mcp/models/McpAggregateServers413Response.d.ts +64 -0
- package/dist/raw/mcp/models/McpAggregateServers413Response.js +74 -0
- package/dist/raw/mcp/models/McpAggregateServers415Response.d.ts +1 -0
- package/dist/raw/mcp/models/McpAggregateServers415Response.js +1 -2
- package/dist/raw/mcp/models/McpMcpServer.d.ts +27 -0
- package/dist/raw/mcp/models/McpMcpServer.js +4 -0
- package/dist/raw/mcp/models/McpMcpServerArtifactView.d.ts +54 -15
- package/dist/raw/mcp/models/McpMcpServerArtifactView.js +6 -2
- package/dist/raw/mcp/models/McpMcpSessionMessage.d.ts +1 -1
- package/dist/raw/mcp/models/McpMcpToolArtifactView.d.ts +27 -15
- package/dist/raw/mcp/models/McpMcpToolArtifactView.js +2 -2
- package/dist/raw/mcp/models/index.d.ts +1 -0
- package/dist/raw/mcp/models/index.js +1 -0
- package/dist/raw/model/apis/OpenaiApi.d.ts +4 -4
- package/dist/raw/model/apis/OpenaiApi.js +4 -4
- package/dist/raw/registry/apis/AppsApi.d.ts +159 -0
- package/dist/raw/registry/apis/AppsApi.js +385 -0
- package/dist/raw/registry/apis/AuthApi.d.ts +2 -2
- package/dist/raw/registry/apis/AuthApi.js +2 -2
- package/dist/raw/registry/apis/DiscoveryApi.d.ts +27 -0
- package/dist/raw/registry/apis/DiscoveryApi.js +37 -1
- package/dist/raw/registry/apis/InvitationsApi.d.ts +159 -0
- package/dist/raw/registry/apis/InvitationsApi.js +383 -0
- package/dist/raw/registry/apis/OrganisationsApi.d.ts +51 -0
- package/dist/raw/registry/apis/OrganisationsApi.js +108 -1
- package/dist/raw/registry/apis/ReleasesApi.d.ts +199 -0
- package/dist/raw/registry/apis/ReleasesApi.js +484 -0
- package/dist/raw/registry/apis/ReposApi.d.ts +27 -0
- package/dist/raw/registry/apis/ReposApi.js +37 -1
- package/dist/raw/registry/apis/RolesApi.d.ts +32 -0
- package/dist/raw/registry/apis/RolesApi.js +95 -0
- package/dist/raw/registry/apis/ServiceAccountsApi.d.ts +13 -4
- package/dist/raw/registry/apis/ServiceAccountsApi.js +17 -5
- package/dist/raw/registry/apis/SessionsApi.d.ts +60 -0
- package/dist/raw/registry/apis/SessionsApi.js +150 -0
- package/dist/raw/registry/apis/UsersApi.d.ts +75 -43
- package/dist/raw/registry/apis/UsersApi.js +139 -74
- package/dist/raw/registry/apis/WorkspacesApi.d.ts +52 -4
- package/dist/raw/registry/apis/WorkspacesApi.js +92 -5
- package/dist/raw/registry/apis/index.d.ts +5 -7
- package/dist/raw/registry/apis/index.js +5 -7
- package/dist/raw/registry/models/{ExtensionJobDto.d.ts → AppActionDto.d.ts} +33 -27
- package/dist/raw/registry/models/{ExtensionJobDto.js → AppActionDto.js} +22 -20
- package/dist/raw/registry/models/AppActionsPage.d.ts +40 -0
- package/dist/raw/registry/models/{PublishersPage.js → AppActionsPage.js} +16 -16
- package/dist/raw/registry/models/AppDto.d.ts +174 -0
- package/dist/raw/registry/models/AppDto.js +116 -0
- package/dist/raw/registry/models/AppsPage.d.ts +40 -0
- package/dist/raw/registry/models/{GroupsPage.js → AppsPage.js} +16 -16
- package/dist/raw/registry/models/ArtifactView.d.ts +76 -15
- package/dist/raw/registry/models/ArtifactView.js +10 -2
- package/dist/raw/registry/models/CreateInvitationsRequest.d.ts +33 -0
- package/dist/raw/registry/models/CreateInvitationsRequest.js +51 -0
- package/dist/raw/registry/models/CutReleaseBody.d.ts +56 -0
- package/dist/raw/registry/models/CutReleaseBody.js +56 -0
- package/dist/raw/registry/models/EdgeTarget.d.ts +4 -0
- package/dist/raw/registry/models/InstallAppBody.d.ts +34 -0
- package/dist/raw/registry/models/InstallAppBody.js +48 -0
- package/dist/raw/registry/models/IntrospectedIdentity.d.ts +12 -3
- package/dist/raw/registry/models/IntrospectedIdentity.js +5 -3
- package/dist/raw/registry/models/InvitationDto.d.ts +98 -0
- package/dist/raw/registry/models/InvitationDto.js +88 -0
- package/dist/raw/registry/models/InvitationSendResult.d.ts +38 -0
- package/dist/raw/registry/models/InvitationSendResult.js +54 -0
- package/dist/raw/registry/models/InvitationSummaryDto.d.ts +86 -0
- package/dist/raw/registry/models/InvitationSummaryDto.js +84 -0
- package/dist/raw/registry/models/InvitationsPage.d.ts +40 -0
- package/dist/raw/registry/models/{MembershipsPage.js → InvitationsPage.js} +16 -16
- package/dist/raw/registry/models/InvitationsResponse.d.ts +33 -0
- package/dist/raw/registry/models/InvitationsResponse.js +51 -0
- package/dist/raw/registry/models/InviteeRequest.d.ts +44 -0
- package/dist/raw/registry/models/InviteeRequest.js +56 -0
- package/dist/raw/registry/models/InviteeResult.d.ts +69 -0
- package/dist/raw/registry/models/InviteeResult.js +66 -0
- package/dist/raw/registry/models/ReconcileAcceptedDto.d.ts +40 -0
- package/dist/raw/registry/models/ReconcileAcceptedDto.js +54 -0
- package/dist/raw/registry/models/RegistryAggregate400Response.d.ts +2 -0
- package/dist/raw/registry/models/RegistryAggregate400Response.js +2 -2
- package/dist/raw/registry/models/{RegistryListActionRuns401Response.d.ts → RegistryAggregate401Response.d.ts} +16 -16
- package/dist/raw/registry/models/RegistryAggregate401Response.js +89 -0
- package/dist/raw/registry/models/RegistryAggregate403Response.d.ts +64 -0
- package/dist/raw/registry/models/RegistryAggregate403Response.js +74 -0
- package/dist/raw/registry/models/RegistryAggregate413Response.d.ts +64 -0
- package/dist/raw/registry/models/RegistryAggregate413Response.js +74 -0
- package/dist/raw/registry/models/RegistryAggregate415Response.d.ts +1 -0
- package/dist/raw/registry/models/RegistryAggregate415Response.js +1 -2
- package/dist/raw/registry/models/RegistryAggregate500Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryAggregate500Response.js +75 -0
- package/dist/raw/registry/models/RegistryAggregate503Response.d.ts +64 -0
- package/dist/raw/registry/models/RegistryAggregate503Response.js +74 -0
- package/dist/raw/registry/models/RegistryAggregate504Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryAggregate504Response.js +75 -0
- package/dist/raw/registry/models/RegistryAggregateKind404Response.d.ts +63 -0
- package/dist/raw/registry/models/{RegistryGetActionRun404Response.js → RegistryAggregateKind404Response.js} +18 -18
- package/dist/raw/registry/models/RegistryCreateServiceAccount400Response.d.ts +66 -0
- package/dist/raw/registry/models/RegistryCreateServiceAccount400Response.js +76 -0
- package/dist/raw/registry/models/RegistryInstallApp409Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryInstallApp409Response.js +75 -0
- package/dist/raw/registry/models/RegistryListApps400Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryListApps400Response.js +75 -0
- package/dist/raw/registry/models/RegistryListApps503Response.d.ts +65 -0
- package/dist/raw/registry/models/RegistryListApps503Response.js +75 -0
- package/dist/raw/registry/models/RegistryListArtifactReleases400Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryListArtifactReleases400Response.js +75 -0
- package/dist/raw/registry/models/RegistryListUserTraces503Response.d.ts +66 -0
- package/dist/raw/registry/models/RegistryListUserTraces503Response.js +76 -0
- package/dist/raw/registry/models/RegistryRevokeOwnSessions400Response.d.ts +64 -0
- package/dist/raw/registry/models/RegistryRevokeOwnSessions400Response.js +74 -0
- package/dist/raw/registry/models/RegistryRevokeOwnSessions415Response.d.ts +63 -0
- package/dist/raw/registry/models/RegistryRevokeOwnSessions415Response.js +75 -0
- package/dist/raw/registry/models/RegistryWhoami503Response.d.ts +66 -0
- package/dist/raw/registry/models/RegistryWhoami503Response.js +76 -0
- package/dist/raw/registry/models/RegistryWorkspacePluginRef.d.ts +61 -0
- package/dist/raw/registry/models/RegistryWorkspacePluginRef.js +62 -0
- package/dist/raw/registry/models/RegistryWorkspaceRecommendation.d.ts +66 -0
- package/dist/raw/registry/models/RegistryWorkspaceRecommendation.js +64 -0
- package/dist/raw/registry/models/RegistryWorkspaceRecommendationReason.d.ts +29 -0
- package/dist/raw/registry/models/RegistryWorkspaceRecommendationReason.js +57 -0
- package/dist/raw/registry/models/RegistryWorkspaceView.d.ts +33 -0
- package/dist/raw/registry/models/RegistryWorkspaceView.js +7 -0
- package/dist/raw/registry/models/RelationshipsView.d.ts +5 -1
- package/dist/raw/registry/models/ReleaseDto.d.ts +123 -0
- package/dist/raw/registry/models/ReleaseDto.js +100 -0
- package/dist/raw/registry/models/ReleasePage.d.ts +40 -0
- package/dist/raw/registry/models/{BudgetsPage.js → ReleasePage.js} +16 -16
- package/dist/raw/registry/models/ReleasePolicyDto.d.ts +76 -0
- package/dist/raw/registry/models/ReleasePolicyDto.js +78 -0
- package/dist/raw/registry/models/RoleDto.d.ts +38 -0
- package/dist/raw/registry/models/RoleDto.js +54 -0
- package/dist/raw/registry/models/RoleListDto.d.ts +33 -0
- package/dist/raw/registry/models/RoleListDto.js +51 -0
- package/dist/raw/registry/models/ServiceAccountDto.d.ts +5 -1
- package/dist/raw/registry/models/SetReleasePolicyBody.d.ts +55 -0
- package/dist/raw/registry/models/SetReleasePolicyBody.js +54 -0
- package/dist/raw/registry/models/SetTraceContentPolicyDto.d.ts +34 -0
- package/dist/raw/registry/models/SetTraceContentPolicyDto.js +48 -0
- package/dist/raw/registry/models/SpanViewDto.d.ts +25 -0
- package/dist/raw/registry/models/SpanViewDto.js +8 -0
- package/dist/raw/registry/models/TraceContentDeletionDto.d.ts +32 -0
- package/dist/raw/registry/models/TraceContentDeletionDto.js +50 -0
- package/dist/raw/registry/models/TraceContentPolicyDto.d.ts +48 -0
- package/dist/raw/registry/models/TraceContentPolicyDto.js +52 -0
- package/dist/raw/registry/models/TraceDetailView.d.ts +9 -0
- package/dist/raw/registry/models/TraceDetailView.js +2 -0
- package/dist/raw/registry/models/UpdateInvitationRequest.d.ts +38 -0
- package/dist/raw/registry/models/UpdateInvitationRequest.js +50 -0
- package/dist/raw/registry/models/UpgradeAppBody.d.ts +37 -0
- package/dist/raw/registry/models/UpgradeAppBody.js +48 -0
- package/dist/raw/registry/models/UserDirectoryDto.d.ts +55 -0
- package/dist/raw/registry/models/UserDirectoryDto.js +58 -0
- package/dist/raw/registry/models/UsersPage.d.ts +3 -3
- package/dist/raw/registry/models/UsersPage.js +3 -3
- package/dist/raw/registry/models/WhoamiResponse.d.ts +12 -3
- package/dist/raw/registry/models/WhoamiResponse.js +5 -3
- package/dist/raw/registry/models/WithdrawBody.d.ts +33 -0
- package/dist/raw/registry/models/WithdrawBody.js +48 -0
- package/dist/raw/registry/models/WorkspaceInvitationListDto.d.ts +33 -0
- package/dist/raw/registry/models/WorkspaceInvitationListDto.js +51 -0
- package/dist/raw/registry/models/WorkspaceInvitationRow.d.ts +44 -0
- package/dist/raw/registry/models/WorkspaceInvitationRow.js +58 -0
- package/dist/raw/registry/models/WorkspaceRecommendationsPage.d.ts +40 -0
- package/dist/raw/registry/models/WorkspaceRecommendationsPage.js +56 -0
- package/dist/raw/registry/models/index.d.ts +50 -50
- package/dist/raw/registry/models/index.js +50 -50
- package/dist/raw/skill/apis/SkillApi.d.ts +65 -10
- package/dist/raw/skill/apis/SkillApi.js +86 -11
- package/dist/raw/skill/models/GatewayArtifactBase.d.ts +27 -15
- package/dist/raw/skill/models/GatewayArtifactBase.js +2 -2
- package/dist/raw/skill/models/GatewayTraceStatsGroupBy.d.ts +5 -1
- package/dist/raw/skill/models/GatewayTraceStatsGroupBy.js +4 -0
- package/dist/raw/skill/models/GatewayTraceStatsMeasure.d.ts +3 -1
- package/dist/raw/skill/models/GatewayTraceStatsMeasure.js +2 -0
- package/dist/raw/skill/models/SkillAggregate400Response.d.ts +2 -0
- package/dist/raw/skill/models/SkillAggregate400Response.js +2 -2
- package/dist/raw/skill/models/SkillAggregate415Response.d.ts +1 -0
- package/dist/raw/skill/models/SkillAggregate415Response.js +1 -2
- package/dist/raw/skill/models/SkillCreate400Response.d.ts +2 -1
- package/dist/raw/skill/models/SkillCreate400Response.js +2 -3
- package/dist/raw/skill/models/SkillCreate413Response.d.ts +64 -0
- package/dist/raw/skill/models/SkillCreate413Response.js +74 -0
- package/dist/raw/skill/models/SkillCreate415Response.d.ts +63 -0
- package/dist/raw/skill/models/SkillCreate415Response.js +75 -0
- package/dist/raw/skill/models/SkillQuerySkillTraceStats400Response.d.ts +2 -0
- package/dist/raw/skill/models/SkillQuerySkillTraceStats400Response.js +2 -0
- package/dist/raw/skill/models/SkillSkill.d.ts +6 -7
- package/dist/raw/skill/models/SkillSkillArtifactView.d.ts +33 -22
- package/dist/raw/skill/models/SkillSkillArtifactView.js +2 -2
- package/dist/raw/skill/models/SpanViewDto.d.ts +25 -0
- package/dist/raw/skill/models/SpanViewDto.js +8 -0
- package/dist/raw/skill/models/TraceDetailView.d.ts +9 -0
- package/dist/raw/skill/models/TraceDetailView.js +2 -0
- package/dist/raw/skill/models/index.d.ts +2 -0
- package/dist/raw/skill/models/index.js +2 -0
- package/dist/resources.d.ts +6 -1
- package/dist/resources.js +9 -6
- package/dist/resources.json +586 -296
- package/dist/tracing/client.d.ts +2 -0
- package/dist/tracing/client.js +13 -4
- package/dist/tracing/compat.d.ts +82 -0
- package/dist/tracing/compat.js +128 -0
- package/dist/tracing/index.d.ts +2 -0
- package/dist/tracing/index.js +13 -1
- package/dist/tracing/integrations.d.ts +35 -0
- package/dist/tracing/integrations.js +95 -0
- package/dist/tracing/propagation.d.ts +1 -0
- package/dist/tracing/propagation.js +7 -0
- package/dist/tracing/semconv.d.ts +8 -1
- package/dist/tracing/semconv.js +27 -13
- package/dist/tracing/spans.d.ts +12 -4
- package/dist/tracing/spans.js +36 -13
- package/dist/tracing/version.d.ts +1 -1
- package/dist/tracing/version.js +1 -1
- package/package.json +1 -1
- package/dist/raw/registry/apis/ActionsApi.d.ts +0 -68
- package/dist/raw/registry/apis/ActionsApi.js +0 -181
- package/dist/raw/registry/apis/CatalogApi.d.ts +0 -98
- package/dist/raw/registry/apis/CatalogApi.js +0 -259
- package/dist/raw/registry/apis/DetectedUsersApi.d.ts +0 -89
- package/dist/raw/registry/apis/DetectedUsersApi.js +0 -239
- package/dist/raw/registry/apis/ExtensionsApi.d.ts +0 -68
- package/dist/raw/registry/apis/ExtensionsApi.js +0 -181
- package/dist/raw/registry/apis/GroupsApi.d.ts +0 -68
- package/dist/raw/registry/apis/GroupsApi.js +0 -181
- package/dist/raw/registry/apis/ProjectsApi.d.ts +0 -159
- package/dist/raw/registry/apis/ProjectsApi.js +0 -402
- package/dist/raw/registry/apis/UsageApi.d.ts +0 -134
- package/dist/raw/registry/apis/UsageApi.js +0 -349
- package/dist/raw/registry/models/ActionRunDto.d.ts +0 -99
- package/dist/raw/registry/models/ActionRunDto.js +0 -86
- package/dist/raw/registry/models/ActionRunJobDto.d.ts +0 -92
- package/dist/raw/registry/models/ActionRunJobDto.js +0 -78
- package/dist/raw/registry/models/ActionRunJobsPage.d.ts +0 -40
- package/dist/raw/registry/models/ActionRunJobsPage.js +0 -56
- package/dist/raw/registry/models/ActionRunsPage.d.ts +0 -40
- package/dist/raw/registry/models/ActionRunsPage.js +0 -56
- package/dist/raw/registry/models/AvailableExtensionDto.d.ts +0 -123
- package/dist/raw/registry/models/AvailableExtensionDto.js +0 -96
- package/dist/raw/registry/models/AvailableExtensionsPage.d.ts +0 -40
- package/dist/raw/registry/models/AvailableExtensionsPage.js +0 -56
- package/dist/raw/registry/models/BudgetDto.d.ts +0 -111
- package/dist/raw/registry/models/BudgetDto.js +0 -96
- package/dist/raw/registry/models/BudgetsPage.d.ts +0 -40
- package/dist/raw/registry/models/CreateBudgetBody.d.ts +0 -86
- package/dist/raw/registry/models/CreateBudgetBody.js +0 -78
- package/dist/raw/registry/models/CreateProjectBody.d.ts +0 -56
- package/dist/raw/registry/models/CreateProjectBody.js +0 -60
- package/dist/raw/registry/models/DetectedUserDto.d.ts +0 -84
- package/dist/raw/registry/models/DetectedUserDto.js +0 -74
- package/dist/raw/registry/models/DetectedUsersPage.d.ts +0 -40
- package/dist/raw/registry/models/DetectedUsersPage.js +0 -56
- package/dist/raw/registry/models/ExtensionJobsPage.d.ts +0 -40
- package/dist/raw/registry/models/ExtensionJobsPage.js +0 -56
- package/dist/raw/registry/models/ExtensionVersionDto.d.ts +0 -50
- package/dist/raw/registry/models/ExtensionVersionDto.js +0 -58
- package/dist/raw/registry/models/ExtensionVersionsPage.d.ts +0 -40
- package/dist/raw/registry/models/ExtensionVersionsPage.js +0 -56
- package/dist/raw/registry/models/GroupMemberDto.d.ts +0 -44
- package/dist/raw/registry/models/GroupMemberDto.js +0 -58
- package/dist/raw/registry/models/GroupMembersPage.d.ts +0 -40
- package/dist/raw/registry/models/GroupMembersPage.js +0 -56
- package/dist/raw/registry/models/GroupsPage.d.ts +0 -40
- package/dist/raw/registry/models/InstalledExtensionDto.d.ts +0 -80
- package/dist/raw/registry/models/InstalledExtensionDto.js +0 -82
- package/dist/raw/registry/models/InstalledExtensionsPage.d.ts +0 -40
- package/dist/raw/registry/models/InstalledExtensionsPage.js +0 -56
- package/dist/raw/registry/models/MembershipDto.d.ts +0 -60
- package/dist/raw/registry/models/MembershipDto.js +0 -66
- package/dist/raw/registry/models/MembershipsPage.d.ts +0 -40
- package/dist/raw/registry/models/PatchBudgetBody.d.ts +0 -62
- package/dist/raw/registry/models/PatchBudgetBody.js +0 -58
- package/dist/raw/registry/models/PatchProjectBody.d.ts +0 -50
- package/dist/raw/registry/models/PatchProjectBody.js +0 -54
- package/dist/raw/registry/models/PatchUserBody.d.ts +0 -35
- package/dist/raw/registry/models/PatchUserBody.js +0 -48
- package/dist/raw/registry/models/ProjectBulkCreateRequest.d.ts +0 -33
- package/dist/raw/registry/models/ProjectBulkCreateRequest.js +0 -51
- package/dist/raw/registry/models/ProjectDto.d.ts +0 -102
- package/dist/raw/registry/models/ProjectDto.js +0 -92
- package/dist/raw/registry/models/ProjectExport.d.ts +0 -49
- package/dist/raw/registry/models/ProjectExport.js +0 -59
- package/dist/raw/registry/models/ProjectSlot.d.ts +0 -54
- package/dist/raw/registry/models/ProjectSlot.js +0 -60
- package/dist/raw/registry/models/ProjectsBulkResponse.d.ts +0 -40
- package/dist/raw/registry/models/ProjectsBulkResponse.js +0 -51
- package/dist/raw/registry/models/ProjectsPage.d.ts +0 -40
- package/dist/raw/registry/models/ProjectsPage.js +0 -56
- package/dist/raw/registry/models/PublisherDto.d.ts +0 -80
- package/dist/raw/registry/models/PublisherDto.js +0 -76
- package/dist/raw/registry/models/PublishersPage.d.ts +0 -40
- package/dist/raw/registry/models/RegistryCreateServiceAccount409Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryCreateServiceAccount409Response.js +0 -75
- package/dist/raw/registry/models/RegistryGetActionRun404Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryListActionRuns400Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryListActionRuns400Response.js +0 -75
- package/dist/raw/registry/models/RegistryListActionRuns401Response.js +0 -89
- package/dist/raw/registry/models/RegistryListActionRuns403Response.d.ts +0 -64
- package/dist/raw/registry/models/RegistryListActionRuns403Response.js +0 -74
- package/dist/raw/registry/models/RegistryListActionRuns500Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryListActionRuns500Response.js +0 -75
- package/dist/raw/registry/models/RegistryListActionRuns503Response.d.ts +0 -64
- package/dist/raw/registry/models/RegistryListActionRuns503Response.js +0 -74
- package/dist/raw/registry/models/RegistryListActionRuns504Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryListActionRuns504Response.js +0 -75
- package/dist/raw/registry/models/RegistryListUserTraces400Response.d.ts +0 -63
- package/dist/raw/registry/models/RegistryListUserTraces400Response.js +0 -75
- package/dist/raw/registry/models/RegistryListWorkspaces503Response.d.ts +0 -65
- package/dist/raw/registry/models/RegistryListWorkspaces503Response.js +0 -75
- package/dist/raw/registry/models/UpdateDetectedUserRequest.d.ts +0 -48
- package/dist/raw/registry/models/UpdateDetectedUserRequest.js +0 -52
- package/dist/raw/registry/models/UsageCounters.d.ts +0 -78
- package/dist/raw/registry/models/UsageCounters.js +0 -78
- package/dist/raw/registry/models/UsageDayDto.d.ts +0 -129
- package/dist/raw/registry/models/UsageDayDto.js +0 -114
- package/dist/raw/registry/models/UsageDaysPage.d.ts +0 -40
- package/dist/raw/registry/models/UsageDaysPage.js +0 -56
- package/dist/raw/registry/models/UsageMinuteDto.d.ts +0 -136
- package/dist/raw/registry/models/UsageMinuteDto.js +0 -118
- package/dist/raw/registry/models/UsageMinutesPage.d.ts +0 -40
- package/dist/raw/registry/models/UsageMinutesPage.js +0 -56
|
@@ -51,7 +51,8 @@ export interface FileIngestUpload400Response {
|
|
|
51
51
|
* @enum {string}
|
|
52
52
|
*/
|
|
53
53
|
export declare enum FileIngestUpload400ResponseCodeEnum {
|
|
54
|
-
|
|
54
|
+
InvalidBase64 = "invalid_base64",
|
|
55
|
+
InvalidGzip = "invalid_gzip"
|
|
55
56
|
}
|
|
56
57
|
/**
|
|
57
58
|
* Check if a given object implements the FileIngestUpload400Response interface.
|
|
@@ -25,7 +25,8 @@ exports.FileIngestUpload400ResponseToJSONTyped = FileIngestUpload400ResponseToJS
|
|
|
25
25
|
*/
|
|
26
26
|
var FileIngestUpload400ResponseCodeEnum;
|
|
27
27
|
(function (FileIngestUpload400ResponseCodeEnum) {
|
|
28
|
-
FileIngestUpload400ResponseCodeEnum["
|
|
28
|
+
FileIngestUpload400ResponseCodeEnum["InvalidBase64"] = "invalid_base64";
|
|
29
|
+
FileIngestUpload400ResponseCodeEnum["InvalidGzip"] = "invalid_gzip";
|
|
29
30
|
})(FileIngestUpload400ResponseCodeEnum || (exports.FileIngestUpload400ResponseCodeEnum = FileIngestUpload400ResponseCodeEnum = {}));
|
|
30
31
|
/**
|
|
31
32
|
* Check if a given object implements the FileIngestUpload400Response interface.
|
|
@@ -33,8 +34,6 @@ var FileIngestUpload400ResponseCodeEnum;
|
|
|
33
34
|
function instanceOfFileIngestUpload400Response(value) {
|
|
34
35
|
if (!('code' in value) || value['code'] === undefined)
|
|
35
36
|
return false;
|
|
36
|
-
if (value['code'] !== 'invalid_request')
|
|
37
|
-
return false;
|
|
38
37
|
if (!('detail' in value) || value['detail'] === undefined)
|
|
39
38
|
return false;
|
|
40
39
|
if (!('status' in value) || value['status'] === undefined)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* file extension
|
|
3
|
+
* Owns file bytes as first-class, content-addressed `file` artifacts. The native endpoints stream raw object-store bytes for a file\'s latest or a pinned version; the file\'s content text (for text/markdown) is full-text searchable via the registry. Files are created and versioned through the registry\'s artifact API under the `file` kind, typically by an owning extension (e.g. `skill`). **Auth:** the read endpoints require a bearer token, forwarded to the registry to resolve the file.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* RFC 7807 problem document for 415 (Unsupported Media Type).
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FileIngestUpload415Response
|
|
16
|
+
*/
|
|
17
|
+
export interface FileIngestUpload415Response {
|
|
18
|
+
/**
|
|
19
|
+
* Stable machine-readable reason for this failure.
|
|
20
|
+
* @type {FileIngestUpload415ResponseCodeEnum}
|
|
21
|
+
* @memberof FileIngestUpload415Response
|
|
22
|
+
*/
|
|
23
|
+
code: FileIngestUpload415ResponseCodeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Value of the `detail` field.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FileIngestUpload415Response
|
|
28
|
+
*/
|
|
29
|
+
detail: string;
|
|
30
|
+
/**
|
|
31
|
+
* Current lifecycle state.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof FileIngestUpload415Response
|
|
34
|
+
*/
|
|
35
|
+
status: number;
|
|
36
|
+
/**
|
|
37
|
+
* Value of the `title` field.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof FileIngestUpload415Response
|
|
40
|
+
*/
|
|
41
|
+
title: string;
|
|
42
|
+
/**
|
|
43
|
+
* Stable identifier of the related trace resource.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof FileIngestUpload415Response
|
|
46
|
+
*/
|
|
47
|
+
traceId?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
* @enum {string}
|
|
52
|
+
*/
|
|
53
|
+
export declare enum FileIngestUpload415ResponseCodeEnum {
|
|
54
|
+
UnsupportedContentEncoding = "unsupported_content_encoding"
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the FileIngestUpload415Response interface.
|
|
58
|
+
*/
|
|
59
|
+
export declare function instanceOfFileIngestUpload415Response(value: object): value is FileIngestUpload415Response;
|
|
60
|
+
export declare function FileIngestUpload415ResponseFromJSON(json: any): FileIngestUpload415Response;
|
|
61
|
+
export declare function FileIngestUpload415ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileIngestUpload415Response;
|
|
62
|
+
export declare function FileIngestUpload415ResponseToJSON(json: any): FileIngestUpload415Response;
|
|
63
|
+
export declare function FileIngestUpload415ResponseToJSONTyped(value?: FileIngestUpload415Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* file extension
|
|
6
|
+
* Owns file bytes as first-class, content-addressed `file` artifacts. The native endpoints stream raw object-store bytes for a file\'s latest or a pinned version; the file\'s content text (for text/markdown) is full-text searchable via the registry. Files are created and versioned through the registry\'s artifact API under the `file` kind, typically by an owning extension (e.g. `skill`). **Auth:** the read endpoints require a bearer token, forwarded to the registry to resolve the file.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.FileIngestUpload415ResponseCodeEnum = void 0;
|
|
17
|
+
exports.instanceOfFileIngestUpload415Response = instanceOfFileIngestUpload415Response;
|
|
18
|
+
exports.FileIngestUpload415ResponseFromJSON = FileIngestUpload415ResponseFromJSON;
|
|
19
|
+
exports.FileIngestUpload415ResponseFromJSONTyped = FileIngestUpload415ResponseFromJSONTyped;
|
|
20
|
+
exports.FileIngestUpload415ResponseToJSON = FileIngestUpload415ResponseToJSON;
|
|
21
|
+
exports.FileIngestUpload415ResponseToJSONTyped = FileIngestUpload415ResponseToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
* @enum {string}
|
|
25
|
+
*/
|
|
26
|
+
var FileIngestUpload415ResponseCodeEnum;
|
|
27
|
+
(function (FileIngestUpload415ResponseCodeEnum) {
|
|
28
|
+
FileIngestUpload415ResponseCodeEnum["UnsupportedContentEncoding"] = "unsupported_content_encoding";
|
|
29
|
+
})(FileIngestUpload415ResponseCodeEnum || (exports.FileIngestUpload415ResponseCodeEnum = FileIngestUpload415ResponseCodeEnum = {}));
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the FileIngestUpload415Response interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfFileIngestUpload415Response(value) {
|
|
34
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (value['code'] !== 'unsupported_content_encoding')
|
|
37
|
+
return false;
|
|
38
|
+
if (!('detail' in value) || value['detail'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
if (!('title' in value) || value['title'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
function FileIngestUpload415ResponseFromJSON(json) {
|
|
47
|
+
return FileIngestUpload415ResponseFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function FileIngestUpload415ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'code': json['code'],
|
|
55
|
+
'detail': json['detail'],
|
|
56
|
+
'status': json['status'],
|
|
57
|
+
'title': json['title'],
|
|
58
|
+
'traceId': json['trace_id'] == null ? undefined : json['trace_id'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
function FileIngestUpload415ResponseToJSON(json) {
|
|
62
|
+
return FileIngestUpload415ResponseToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
function FileIngestUpload415ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
'code': value['code'],
|
|
70
|
+
'detail': value['detail'],
|
|
71
|
+
'status': value['status'],
|
|
72
|
+
'title': value['title'],
|
|
73
|
+
'trace_id': value['traceId'],
|
|
74
|
+
};
|
|
75
|
+
}
|
|
@@ -16,6 +16,12 @@ import type { GatewayArtifactIdentityRevealView } from './GatewayArtifactIdentit
|
|
|
16
16
|
* @interface GatewayArtifactBase
|
|
17
17
|
*/
|
|
18
18
|
export interface GatewayArtifactBase {
|
|
19
|
+
/**
|
|
20
|
+
* Value of the `app` field.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GatewayArtifactBase
|
|
23
|
+
*/
|
|
24
|
+
app?: string;
|
|
19
25
|
/**
|
|
20
26
|
* Value of the `artifact_status` field.
|
|
21
27
|
* @type {string}
|
|
@@ -58,12 +64,6 @@ export interface GatewayArtifactBase {
|
|
|
58
64
|
* @memberof GatewayArtifactBase
|
|
59
65
|
*/
|
|
60
66
|
displayName?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Value of the `extension` field.
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof GatewayArtifactBase
|
|
65
|
-
*/
|
|
66
|
-
extension?: string;
|
|
67
67
|
/**
|
|
68
68
|
* Kind-prefixed Crockford-base32 handle (`<kind>_<base32>`).
|
|
69
69
|
* @type {string}
|
|
@@ -102,19 +102,28 @@ export interface GatewayArtifactBase {
|
|
|
102
102
|
* The Control-Plane OIDC client id this artifact authenticates as
|
|
103
103
|
* (`x-gateway-identity` kinds); absent for every other kind.
|
|
104
104
|
*
|
|
105
|
-
* **Derived, not stored
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
105
|
+
* **Derived, not stored, and present on the create response only.** The
|
|
106
|
+
* registry would resolve it from the artifact's `service_principals` row
|
|
107
|
+
* rather than keep a second copy on the artifact — but only the create path
|
|
108
|
+
* does that lookup, because it has just provisioned the identity. Every read
|
|
109
|
+
* shape (single read, list, search, `PATCH`) is built by one constructor that
|
|
110
|
+
* sets this `None`, so it is absent from all four.
|
|
111
|
+
*
|
|
112
|
+
* This block used to name the single-artifact read as a second populated path.
|
|
113
|
+
* It was never one. Adding it means deciding whether list and search pay a
|
|
114
|
+
* per-row identity read too; the lookup a future implementation would call is
|
|
115
|
+
* `registry_server::identity::artifact_principal`. It is the public half of the
|
|
116
|
+
* credential pair and is not secret.
|
|
111
117
|
* @type {string}
|
|
112
118
|
* @memberof GatewayArtifactBase
|
|
113
119
|
*/
|
|
114
120
|
oidcClientId?: string | null;
|
|
115
121
|
/**
|
|
116
122
|
* Canonical owner: the `users.user_id` this artifact belongs to, FK-backed.
|
|
117
|
-
*
|
|
123
|
+
*
|
|
124
|
+
* Defaulted to the creating principal, so this is normally set. Absent for a row created
|
|
125
|
+
* before that default landed, for a system-plane write, and for a principal with no directory
|
|
126
|
+
* row — a service account or a seed has nothing to own anything with.
|
|
118
127
|
* @type {string}
|
|
119
128
|
* @memberof GatewayArtifactBase
|
|
120
129
|
*/
|
|
@@ -222,13 +231,16 @@ export interface GatewayArtifactBase {
|
|
|
222
231
|
*/
|
|
223
232
|
updatedBy: string;
|
|
224
233
|
/**
|
|
225
|
-
*
|
|
234
|
+
* The free-form label the write set, verbatim. Absent when none was sent, and *not* the name
|
|
235
|
+
* the version shipped under — that is the release's own `version_label`.
|
|
226
236
|
* @type {string}
|
|
227
237
|
* @memberof GatewayArtifactBase
|
|
228
238
|
*/
|
|
229
239
|
versionLabel?: string | null;
|
|
230
240
|
/**
|
|
231
|
-
*
|
|
241
|
+
* This version's position in its line — the write index, 1-based and dense over versions
|
|
242
|
+
* *written*. Distinct from a release's `version_ordinal`, which counts versions **shipped**;
|
|
243
|
+
* the two agree under the default `auto` release policy and diverge under `manual`.
|
|
232
244
|
* @type {number}
|
|
233
245
|
* @memberof GatewayArtifactBase
|
|
234
246
|
*/
|
|
@@ -59,6 +59,7 @@ function GatewayArtifactBaseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
59
|
return json;
|
|
60
60
|
}
|
|
61
61
|
return {
|
|
62
|
+
'app': json['app'] == null ? undefined : json['app'],
|
|
62
63
|
'artifactStatus': json['artifact_status'],
|
|
63
64
|
'commitTs': json['commit_ts'],
|
|
64
65
|
'contentHashHex': json['content_hash_hex'] === undefined ? undefined : json['content_hash_hex'] === null ? null : json['content_hash_hex'],
|
|
@@ -66,7 +67,6 @@ function GatewayArtifactBaseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
66
67
|
'createdBy': json['created_by'],
|
|
67
68
|
'description': json['description'] === undefined ? undefined : json['description'] === null ? null : json['description'],
|
|
68
69
|
'displayName': json['display_name'] == null ? undefined : json['display_name'],
|
|
69
|
-
'extension': json['extension'] == null ? undefined : json['extension'],
|
|
70
70
|
'id': json['id'],
|
|
71
71
|
'identity': json['identity'] === undefined ? undefined : json['identity'] === null ? null : (0, GatewayArtifactIdentityRevealView_1.GatewayArtifactIdentityRevealViewFromJSON)(json['identity']),
|
|
72
72
|
'isLatest': json['is_latest'],
|
|
@@ -102,6 +102,7 @@ function GatewayArtifactBaseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
102
102
|
return value;
|
|
103
103
|
}
|
|
104
104
|
return {
|
|
105
|
+
'app': value['app'],
|
|
105
106
|
'artifact_status': value['artifactStatus'],
|
|
106
107
|
'commit_ts': value['commitTs'],
|
|
107
108
|
'content_hash_hex': value['contentHashHex'],
|
|
@@ -109,7 +110,6 @@ function GatewayArtifactBaseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
109
110
|
'created_by': value['createdBy'],
|
|
110
111
|
'description': value['description'],
|
|
111
112
|
'display_name': value['displayName'],
|
|
112
|
-
'extension': value['extension'],
|
|
113
113
|
'id': value['id'],
|
|
114
114
|
'identity': (0, GatewayArtifactIdentityRevealView_1.GatewayArtifactIdentityRevealViewToJSON)(value['identity']),
|
|
115
115
|
'is_latest': value['isLatest'],
|
|
@@ -8,6 +8,7 @@ export * from './FileFileArtifact';
|
|
|
8
8
|
export * from './FileFilePage';
|
|
9
9
|
export * from './FileGetContent404Response';
|
|
10
10
|
export * from './FileIngestUpload400Response';
|
|
11
|
+
export * from './FileIngestUpload415Response';
|
|
11
12
|
export * from './FileList400Response';
|
|
12
13
|
export * from './FileList401Response';
|
|
13
14
|
export * from './FileList403Response';
|
|
@@ -26,6 +26,7 @@ __exportStar(require("./FileFileArtifact"), exports);
|
|
|
26
26
|
__exportStar(require("./FileFilePage"), exports);
|
|
27
27
|
__exportStar(require("./FileGetContent404Response"), exports);
|
|
28
28
|
__exportStar(require("./FileIngestUpload400Response"), exports);
|
|
29
|
+
__exportStar(require("./FileIngestUpload415Response"), exports);
|
|
29
30
|
__exportStar(require("./FileList400Response"), exports);
|
|
30
31
|
__exportStar(require("./FileList401Response"), exports);
|
|
31
32
|
__exportStar(require("./FileList403Response"), exports);
|
|
@@ -21,6 +21,7 @@ import { type McpServerTestResponse } from '../models/McpServerTestResponse';
|
|
|
21
21
|
import { type McpTransport } from '../models/McpTransport';
|
|
22
22
|
export interface McpAggregateServersRequest {
|
|
23
23
|
mcpMcpAggregateRequest: McpMcpAggregateRequest;
|
|
24
|
+
contentEncoding?: McpAggregateServersContentEncodingEnum;
|
|
24
25
|
}
|
|
25
26
|
export interface McpGetServerRequest {
|
|
26
27
|
serverId: string;
|
|
@@ -45,6 +46,7 @@ export interface McpListServersRequest {
|
|
|
45
46
|
}
|
|
46
47
|
export interface McpSearchServersRequest {
|
|
47
48
|
mcpMcpServerSearchRequest: McpMcpServerSearchRequest;
|
|
49
|
+
contentEncoding?: McpSearchServersContentEncodingEnum;
|
|
48
50
|
}
|
|
49
51
|
export interface McpTestServerRequest {
|
|
50
52
|
serverId: string;
|
|
@@ -138,3 +140,19 @@ export declare class ServersApi extends runtime.BaseAPI {
|
|
|
138
140
|
*/
|
|
139
141
|
mcpTestServer(requestParameters: McpTestServerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<McpServerTestResponse>;
|
|
140
142
|
}
|
|
143
|
+
/**
|
|
144
|
+
* @export
|
|
145
|
+
* @enum {string}
|
|
146
|
+
*/
|
|
147
|
+
export declare enum McpAggregateServersContentEncodingEnum {
|
|
148
|
+
Base64 = "base64",
|
|
149
|
+
GzipBase64 = "gzip, base64"
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* @export
|
|
153
|
+
* @enum {string}
|
|
154
|
+
*/
|
|
155
|
+
export declare enum McpSearchServersContentEncodingEnum {
|
|
156
|
+
Base64 = "base64",
|
|
157
|
+
GzipBase64 = "gzip, base64"
|
|
158
|
+
}
|
|
@@ -46,7 +46,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
46
46
|
};
|
|
47
47
|
})();
|
|
48
48
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49
|
-
exports.ServersApi = void 0;
|
|
49
|
+
exports.McpSearchServersContentEncodingEnum = exports.McpAggregateServersContentEncodingEnum = exports.ServersApi = void 0;
|
|
50
50
|
const runtime = __importStar(require("../runtime"));
|
|
51
51
|
const McpMcpAggregateRequest_1 = require("../models/McpMcpAggregateRequest");
|
|
52
52
|
const McpMcpAggregateResponse_1 = require("../models/McpMcpAggregateResponse");
|
|
@@ -69,6 +69,9 @@ class ServersApi extends runtime.BaseAPI {
|
|
|
69
69
|
const queryParameters = {};
|
|
70
70
|
const headerParameters = {};
|
|
71
71
|
headerParameters['Content-Type'] = 'application/json';
|
|
72
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
73
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
74
|
+
}
|
|
72
75
|
if (this.configuration && this.configuration.accessToken) {
|
|
73
76
|
const token = this.configuration.accessToken;
|
|
74
77
|
const tokenString = await token("bearer", []);
|
|
@@ -273,6 +276,9 @@ class ServersApi extends runtime.BaseAPI {
|
|
|
273
276
|
const queryParameters = {};
|
|
274
277
|
const headerParameters = {};
|
|
275
278
|
headerParameters['Content-Type'] = 'application/json';
|
|
279
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
280
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
281
|
+
}
|
|
276
282
|
if (this.configuration && this.configuration.accessToken) {
|
|
277
283
|
const token = this.configuration.accessToken;
|
|
278
284
|
const tokenString = await token("bearer", []);
|
|
@@ -350,3 +356,21 @@ class ServersApi extends runtime.BaseAPI {
|
|
|
350
356
|
}
|
|
351
357
|
}
|
|
352
358
|
exports.ServersApi = ServersApi;
|
|
359
|
+
/**
|
|
360
|
+
* @export
|
|
361
|
+
* @enum {string}
|
|
362
|
+
*/
|
|
363
|
+
var McpAggregateServersContentEncodingEnum;
|
|
364
|
+
(function (McpAggregateServersContentEncodingEnum) {
|
|
365
|
+
McpAggregateServersContentEncodingEnum["Base64"] = "base64";
|
|
366
|
+
McpAggregateServersContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
367
|
+
})(McpAggregateServersContentEncodingEnum || (exports.McpAggregateServersContentEncodingEnum = McpAggregateServersContentEncodingEnum = {}));
|
|
368
|
+
/**
|
|
369
|
+
* @export
|
|
370
|
+
* @enum {string}
|
|
371
|
+
*/
|
|
372
|
+
var McpSearchServersContentEncodingEnum;
|
|
373
|
+
(function (McpSearchServersContentEncodingEnum) {
|
|
374
|
+
McpSearchServersContentEncodingEnum["Base64"] = "base64";
|
|
375
|
+
McpSearchServersContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
376
|
+
})(McpSearchServersContentEncodingEnum || (exports.McpSearchServersContentEncodingEnum = McpSearchServersContentEncodingEnum = {}));
|
|
@@ -17,6 +17,7 @@ import { type McpMcpToolSearchRequest } from '../models/McpMcpToolSearchRequest'
|
|
|
17
17
|
import { type McpPageMcpToolArtifactView } from '../models/McpPageMcpToolArtifactView';
|
|
18
18
|
export interface McpAggregateToolsRequest {
|
|
19
19
|
mcpMcpAggregateRequest: McpMcpAggregateRequest;
|
|
20
|
+
contentEncoding?: McpAggregateToolsContentEncodingEnum;
|
|
20
21
|
}
|
|
21
22
|
export interface McpGetToolRequest {
|
|
22
23
|
toolId: string;
|
|
@@ -33,6 +34,7 @@ export interface McpListToolsRequest {
|
|
|
33
34
|
}
|
|
34
35
|
export interface McpSearchToolsRequest {
|
|
35
36
|
mcpMcpToolSearchRequest: McpMcpToolSearchRequest;
|
|
37
|
+
contentEncoding?: McpSearchToolsContentEncodingEnum;
|
|
36
38
|
}
|
|
37
39
|
/**
|
|
38
40
|
*
|
|
@@ -95,3 +97,19 @@ export declare class ToolsApi extends runtime.BaseAPI {
|
|
|
95
97
|
*/
|
|
96
98
|
mcpSearchTools(requestParameters: McpSearchToolsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<McpPageMcpToolArtifactView>;
|
|
97
99
|
}
|
|
100
|
+
/**
|
|
101
|
+
* @export
|
|
102
|
+
* @enum {string}
|
|
103
|
+
*/
|
|
104
|
+
export declare enum McpAggregateToolsContentEncodingEnum {
|
|
105
|
+
Base64 = "base64",
|
|
106
|
+
GzipBase64 = "gzip, base64"
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @export
|
|
110
|
+
* @enum {string}
|
|
111
|
+
*/
|
|
112
|
+
export declare enum McpSearchToolsContentEncodingEnum {
|
|
113
|
+
Base64 = "base64",
|
|
114
|
+
GzipBase64 = "gzip, base64"
|
|
115
|
+
}
|
|
@@ -46,7 +46,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
46
46
|
};
|
|
47
47
|
})();
|
|
48
48
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49
|
-
exports.ToolsApi = void 0;
|
|
49
|
+
exports.McpSearchToolsContentEncodingEnum = exports.McpAggregateToolsContentEncodingEnum = exports.ToolsApi = void 0;
|
|
50
50
|
const runtime = __importStar(require("../runtime"));
|
|
51
51
|
const McpMcpAggregateRequest_1 = require("../models/McpMcpAggregateRequest");
|
|
52
52
|
const McpMcpAggregateResponse_1 = require("../models/McpMcpAggregateResponse");
|
|
@@ -67,6 +67,9 @@ class ToolsApi extends runtime.BaseAPI {
|
|
|
67
67
|
const queryParameters = {};
|
|
68
68
|
const headerParameters = {};
|
|
69
69
|
headerParameters['Content-Type'] = 'application/json';
|
|
70
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
71
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
72
|
+
}
|
|
70
73
|
if (this.configuration && this.configuration.accessToken) {
|
|
71
74
|
const token = this.configuration.accessToken;
|
|
72
75
|
const tokenString = await token("bearer", []);
|
|
@@ -214,6 +217,9 @@ class ToolsApi extends runtime.BaseAPI {
|
|
|
214
217
|
const queryParameters = {};
|
|
215
218
|
const headerParameters = {};
|
|
216
219
|
headerParameters['Content-Type'] = 'application/json';
|
|
220
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
221
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
222
|
+
}
|
|
217
223
|
if (this.configuration && this.configuration.accessToken) {
|
|
218
224
|
const token = this.configuration.accessToken;
|
|
219
225
|
const tokenString = await token("bearer", []);
|
|
@@ -249,3 +255,21 @@ class ToolsApi extends runtime.BaseAPI {
|
|
|
249
255
|
}
|
|
250
256
|
}
|
|
251
257
|
exports.ToolsApi = ToolsApi;
|
|
258
|
+
/**
|
|
259
|
+
* @export
|
|
260
|
+
* @enum {string}
|
|
261
|
+
*/
|
|
262
|
+
var McpAggregateToolsContentEncodingEnum;
|
|
263
|
+
(function (McpAggregateToolsContentEncodingEnum) {
|
|
264
|
+
McpAggregateToolsContentEncodingEnum["Base64"] = "base64";
|
|
265
|
+
McpAggregateToolsContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
266
|
+
})(McpAggregateToolsContentEncodingEnum || (exports.McpAggregateToolsContentEncodingEnum = McpAggregateToolsContentEncodingEnum = {}));
|
|
267
|
+
/**
|
|
268
|
+
* @export
|
|
269
|
+
* @enum {string}
|
|
270
|
+
*/
|
|
271
|
+
var McpSearchToolsContentEncodingEnum;
|
|
272
|
+
(function (McpSearchToolsContentEncodingEnum) {
|
|
273
|
+
McpSearchToolsContentEncodingEnum["Base64"] = "base64";
|
|
274
|
+
McpSearchToolsContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
275
|
+
})(McpSearchToolsContentEncodingEnum || (exports.McpSearchToolsContentEncodingEnum = McpSearchToolsContentEncodingEnum = {}));
|
|
@@ -16,6 +16,12 @@ import type { GatewayArtifactIdentityRevealView } from './GatewayArtifactIdentit
|
|
|
16
16
|
* @interface GatewayArtifactBase
|
|
17
17
|
*/
|
|
18
18
|
export interface GatewayArtifactBase {
|
|
19
|
+
/**
|
|
20
|
+
* Value of the `app` field.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GatewayArtifactBase
|
|
23
|
+
*/
|
|
24
|
+
app?: string;
|
|
19
25
|
/**
|
|
20
26
|
* Value of the `artifact_status` field.
|
|
21
27
|
* @type {string}
|
|
@@ -58,12 +64,6 @@ export interface GatewayArtifactBase {
|
|
|
58
64
|
* @memberof GatewayArtifactBase
|
|
59
65
|
*/
|
|
60
66
|
displayName?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Value of the `extension` field.
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof GatewayArtifactBase
|
|
65
|
-
*/
|
|
66
|
-
extension?: string;
|
|
67
67
|
/**
|
|
68
68
|
* Kind-prefixed Crockford-base32 handle (`<kind>_<base32>`).
|
|
69
69
|
* @type {string}
|
|
@@ -102,19 +102,28 @@ export interface GatewayArtifactBase {
|
|
|
102
102
|
* The Control-Plane OIDC client id this artifact authenticates as
|
|
103
103
|
* (`x-gateway-identity` kinds); absent for every other kind.
|
|
104
104
|
*
|
|
105
|
-
* **Derived, not stored
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
105
|
+
* **Derived, not stored, and present on the create response only.** The
|
|
106
|
+
* registry would resolve it from the artifact's `service_principals` row
|
|
107
|
+
* rather than keep a second copy on the artifact — but only the create path
|
|
108
|
+
* does that lookup, because it has just provisioned the identity. Every read
|
|
109
|
+
* shape (single read, list, search, `PATCH`) is built by one constructor that
|
|
110
|
+
* sets this `None`, so it is absent from all four.
|
|
111
|
+
*
|
|
112
|
+
* This block used to name the single-artifact read as a second populated path.
|
|
113
|
+
* It was never one. Adding it means deciding whether list and search pay a
|
|
114
|
+
* per-row identity read too; the lookup a future implementation would call is
|
|
115
|
+
* `registry_server::identity::artifact_principal`. It is the public half of the
|
|
116
|
+
* credential pair and is not secret.
|
|
111
117
|
* @type {string}
|
|
112
118
|
* @memberof GatewayArtifactBase
|
|
113
119
|
*/
|
|
114
120
|
oidcClientId?: string | null;
|
|
115
121
|
/**
|
|
116
122
|
* Canonical owner: the `users.user_id` this artifact belongs to, FK-backed.
|
|
117
|
-
*
|
|
123
|
+
*
|
|
124
|
+
* Defaulted to the creating principal, so this is normally set. Absent for a row created
|
|
125
|
+
* before that default landed, for a system-plane write, and for a principal with no directory
|
|
126
|
+
* row — a service account or a seed has nothing to own anything with.
|
|
118
127
|
* @type {string}
|
|
119
128
|
* @memberof GatewayArtifactBase
|
|
120
129
|
*/
|
|
@@ -222,13 +231,16 @@ export interface GatewayArtifactBase {
|
|
|
222
231
|
*/
|
|
223
232
|
updatedBy: string;
|
|
224
233
|
/**
|
|
225
|
-
*
|
|
234
|
+
* The free-form label the write set, verbatim. Absent when none was sent, and *not* the name
|
|
235
|
+
* the version shipped under — that is the release's own `version_label`.
|
|
226
236
|
* @type {string}
|
|
227
237
|
* @memberof GatewayArtifactBase
|
|
228
238
|
*/
|
|
229
239
|
versionLabel?: string | null;
|
|
230
240
|
/**
|
|
231
|
-
*
|
|
241
|
+
* This version's position in its line — the write index, 1-based and dense over versions
|
|
242
|
+
* *written*. Distinct from a release's `version_ordinal`, which counts versions **shipped**;
|
|
243
|
+
* the two agree under the default `auto` release policy and diverge under `manual`.
|
|
232
244
|
* @type {number}
|
|
233
245
|
* @memberof GatewayArtifactBase
|
|
234
246
|
*/
|
|
@@ -59,6 +59,7 @@ function GatewayArtifactBaseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
59
|
return json;
|
|
60
60
|
}
|
|
61
61
|
return {
|
|
62
|
+
'app': json['app'] == null ? undefined : json['app'],
|
|
62
63
|
'artifactStatus': json['artifact_status'],
|
|
63
64
|
'commitTs': json['commit_ts'],
|
|
64
65
|
'contentHashHex': json['content_hash_hex'] === undefined ? undefined : json['content_hash_hex'] === null ? null : json['content_hash_hex'],
|
|
@@ -66,7 +67,6 @@ function GatewayArtifactBaseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
66
67
|
'createdBy': json['created_by'],
|
|
67
68
|
'description': json['description'] === undefined ? undefined : json['description'] === null ? null : json['description'],
|
|
68
69
|
'displayName': json['display_name'] == null ? undefined : json['display_name'],
|
|
69
|
-
'extension': json['extension'] == null ? undefined : json['extension'],
|
|
70
70
|
'id': json['id'],
|
|
71
71
|
'identity': json['identity'] === undefined ? undefined : json['identity'] === null ? null : (0, GatewayArtifactIdentityRevealView_1.GatewayArtifactIdentityRevealViewFromJSON)(json['identity']),
|
|
72
72
|
'isLatest': json['is_latest'],
|
|
@@ -102,6 +102,7 @@ function GatewayArtifactBaseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
102
102
|
return value;
|
|
103
103
|
}
|
|
104
104
|
return {
|
|
105
|
+
'app': value['app'],
|
|
105
106
|
'artifact_status': value['artifactStatus'],
|
|
106
107
|
'commit_ts': value['commitTs'],
|
|
107
108
|
'content_hash_hex': value['contentHashHex'],
|
|
@@ -109,7 +110,6 @@ function GatewayArtifactBaseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
109
110
|
'created_by': value['createdBy'],
|
|
110
111
|
'description': value['description'],
|
|
111
112
|
'display_name': value['displayName'],
|
|
112
|
-
'extension': value['extension'],
|
|
113
113
|
'id': value['id'],
|
|
114
114
|
'identity': (0, GatewayArtifactIdentityRevealView_1.GatewayArtifactIdentityRevealViewToJSON)(value['identity']),
|
|
115
115
|
'is_latest': value['isLatest'],
|
|
@@ -51,6 +51,8 @@ export interface McpAggregateServers400Response {
|
|
|
51
51
|
* @enum {string}
|
|
52
52
|
*/
|
|
53
53
|
export declare enum McpAggregateServers400ResponseCodeEnum {
|
|
54
|
+
InvalidBase64 = "invalid_base64",
|
|
55
|
+
InvalidGzip = "invalid_gzip",
|
|
54
56
|
InvalidJson = "invalid_json",
|
|
55
57
|
InvalidRequest = "invalid_request"
|
|
56
58
|
}
|
|
@@ -25,6 +25,8 @@ exports.McpAggregateServers400ResponseToJSONTyped = McpAggregateServers400Respon
|
|
|
25
25
|
*/
|
|
26
26
|
var McpAggregateServers400ResponseCodeEnum;
|
|
27
27
|
(function (McpAggregateServers400ResponseCodeEnum) {
|
|
28
|
+
McpAggregateServers400ResponseCodeEnum["InvalidBase64"] = "invalid_base64";
|
|
29
|
+
McpAggregateServers400ResponseCodeEnum["InvalidGzip"] = "invalid_gzip";
|
|
28
30
|
McpAggregateServers400ResponseCodeEnum["InvalidJson"] = "invalid_json";
|
|
29
31
|
McpAggregateServers400ResponseCodeEnum["InvalidRequest"] = "invalid_request";
|
|
30
32
|
})(McpAggregateServers400ResponseCodeEnum || (exports.McpAggregateServers400ResponseCodeEnum = McpAggregateServers400ResponseCodeEnum = {}));
|