@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
|
@@ -16,6 +16,7 @@ import { type RegistryWorkspaceView } from '../models/RegistryWorkspaceView';
|
|
|
16
16
|
import { type WorkspaceArchiveAck } from '../models/WorkspaceArchiveAck';
|
|
17
17
|
import { type WorkspaceBulkCreateRequest } from '../models/WorkspaceBulkCreateRequest';
|
|
18
18
|
import { type WorkspaceExport } from '../models/WorkspaceExport';
|
|
19
|
+
import { type WorkspaceRecommendationsPage } from '../models/WorkspaceRecommendationsPage';
|
|
19
20
|
import { type WorkspacesBulkResponse } from '../models/WorkspacesBulkResponse';
|
|
20
21
|
import { type WorkspacesPage } from '../models/WorkspacesPage';
|
|
21
22
|
export interface RegistryArchiveWorkspaceRequest {
|
|
@@ -23,9 +24,11 @@ export interface RegistryArchiveWorkspaceRequest {
|
|
|
23
24
|
}
|
|
24
25
|
export interface RegistryBulkCreateWorkspacesRequest {
|
|
25
26
|
workspaceBulkCreateRequest: WorkspaceBulkCreateRequest;
|
|
27
|
+
contentEncoding?: RegistryBulkCreateWorkspacesContentEncodingEnum;
|
|
26
28
|
}
|
|
27
29
|
export interface RegistryCreateWorkspaceRequest {
|
|
28
30
|
createWorkspaceBody: CreateWorkspaceBody;
|
|
31
|
+
contentEncoding?: RegistryCreateWorkspaceContentEncodingEnum;
|
|
29
32
|
}
|
|
30
33
|
export interface RegistryDeleteWorkspaceRequest {
|
|
31
34
|
workspaceId: string;
|
|
@@ -36,13 +39,20 @@ export interface RegistryExportWorkspaceRequest {
|
|
|
36
39
|
export interface RegistryGetWorkspaceRequest {
|
|
37
40
|
workspaceId: string;
|
|
38
41
|
include?: string;
|
|
42
|
+
xAtlanConsistencyToken?: string | null;
|
|
43
|
+
}
|
|
44
|
+
export interface RegistryListWorkspaceRecommendationsRequest {
|
|
45
|
+
q?: string;
|
|
46
|
+
xAtlanConsistencyToken?: string | null;
|
|
39
47
|
}
|
|
40
48
|
export interface RegistryListWorkspacesRequest {
|
|
41
49
|
include?: string;
|
|
50
|
+
xAtlanConsistencyToken?: string | null;
|
|
42
51
|
}
|
|
43
52
|
export interface RegistryUpdateWorkspaceRequest {
|
|
44
53
|
workspaceId: string;
|
|
45
54
|
patchWorkspaceBody: PatchWorkspaceBody;
|
|
55
|
+
contentEncoding?: RegistryUpdateWorkspaceContentEncodingEnum;
|
|
46
56
|
}
|
|
47
57
|
/**
|
|
48
58
|
*
|
|
@@ -123,26 +133,40 @@ export declare class WorkspacesApi extends runtime.BaseAPI {
|
|
|
123
133
|
*/
|
|
124
134
|
registryGetWorkspaceRequestOpts(requestParameters: RegistryGetWorkspaceRequest): Promise<runtime.RequestOpts>;
|
|
125
135
|
/**
|
|
126
|
-
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
136
|
+
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=artifact_counts` attaches this workspace\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, taken under the same `discover` the row itself was read at, so it is served even to a caller who has not joined. It counts what `POST /aggregate` counts, so the number does not change on joining. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches this workspace\'s marketplace plugin — catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. Absent rather than defaulted when the caller can discover but not read the workspace, when its handle slugs to nothing, or when the assembly behind it degraded.
|
|
127
137
|
* Get a workspace
|
|
128
138
|
*/
|
|
129
139
|
registryGetWorkspaceRaw(requestParameters: RegistryGetWorkspaceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RegistryWorkspaceView>>;
|
|
130
140
|
/**
|
|
131
|
-
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
141
|
+
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=artifact_counts` attaches this workspace\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, taken under the same `discover` the row itself was read at, so it is served even to a caller who has not joined. It counts what `POST /aggregate` counts, so the number does not change on joining. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches this workspace\'s marketplace plugin — catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. Absent rather than defaulted when the caller can discover but not read the workspace, when its handle slugs to nothing, or when the assembly behind it degraded.
|
|
132
142
|
* Get a workspace
|
|
133
143
|
*/
|
|
134
144
|
registryGetWorkspace(requestParameters: RegistryGetWorkspaceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RegistryWorkspaceView>;
|
|
145
|
+
/**
|
|
146
|
+
* Creates request options for registryListWorkspaceRecommendations without sending the request
|
|
147
|
+
*/
|
|
148
|
+
registryListWorkspaceRecommendationsRequestOpts(requestParameters: RegistryListWorkspaceRecommendationsRequest): Promise<runtime.RequestOpts>;
|
|
149
|
+
/**
|
|
150
|
+
* The workspaces the caller should consider joining, best first. **Suggest-only**: this reads, and joining remains the separate explicit act `PUT /workspaces/{workspace_id}/members/me`. Three signals are fused by reciprocal rank. **`detected_contributor`** — the caller\'s verified address appears in an onboarded repo\'s contributor history there. **`nearby`** — it is the parent, a child, or a sibling of a workspace the caller is already seated in and recently active in. **`text_match`** — with `q`, its `name`, `display_name` or `description` matched, using the same substring grammar as `GET /workspaces?q=`. Only workspaces the caller can **actually join right now** are listed: active, in the account\'s shared tree, not the org root, not already joined, and with every ancestor already joined — so no suggestion answers `409 join X first`. The list is capped and has no window. `page.total` is absent because a fused ranking is not a count, and `limit`/`offset`/`sort`/`filter[…]` are refused rather than ignored. `score` is comparable **within one response and meaningless across two**: it is a sum of reciprocal ranks over this request\'s candidate set, never a probability or a similarity.
|
|
151
|
+
* Recommend workspaces to join
|
|
152
|
+
*/
|
|
153
|
+
registryListWorkspaceRecommendationsRaw(requestParameters: RegistryListWorkspaceRecommendationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkspaceRecommendationsPage>>;
|
|
154
|
+
/**
|
|
155
|
+
* The workspaces the caller should consider joining, best first. **Suggest-only**: this reads, and joining remains the separate explicit act `PUT /workspaces/{workspace_id}/members/me`. Three signals are fused by reciprocal rank. **`detected_contributor`** — the caller\'s verified address appears in an onboarded repo\'s contributor history there. **`nearby`** — it is the parent, a child, or a sibling of a workspace the caller is already seated in and recently active in. **`text_match`** — with `q`, its `name`, `display_name` or `description` matched, using the same substring grammar as `GET /workspaces?q=`. Only workspaces the caller can **actually join right now** are listed: active, in the account\'s shared tree, not the org root, not already joined, and with every ancestor already joined — so no suggestion answers `409 join X first`. The list is capped and has no window. `page.total` is absent because a fused ranking is not a count, and `limit`/`offset`/`sort`/`filter[…]` are refused rather than ignored. `score` is comparable **within one response and meaningless across two**: it is a sum of reciprocal ranks over this request\'s candidate set, never a probability or a similarity.
|
|
156
|
+
* Recommend workspaces to join
|
|
157
|
+
*/
|
|
158
|
+
registryListWorkspaceRecommendations(requestParameters?: RegistryListWorkspaceRecommendationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkspaceRecommendationsPage>;
|
|
135
159
|
/**
|
|
136
160
|
* Creates request options for registryListWorkspaces without sending the request
|
|
137
161
|
*/
|
|
138
162
|
registryListWorkspacesRequestOpts(requestParameters: RegistryListWorkspacesRequest): Promise<runtime.RequestOpts>;
|
|
139
163
|
/**
|
|
140
|
-
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
164
|
+
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=artifact_counts` attaches each row\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, from one grouped read — the pair the pre-Postgres stack served here and the cutover dropped. Unlike `member_count` it is present on **every** row of the page, including a workspace the caller can discover but has not joined, and a `0` therefore means zero: it is taken under the page\'s own `discover` receipt, because a count of artifacts identifies nobody. It counts what `POST /aggregate` counts — live heads, no system artifacts, no archived ones, discoverable kinds only — so the number does not change when the caller joins. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches each row\'s marketplace plugin — its catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. It is **absent** rather than defaulted where the answer is not knowable: a workspace the caller can discover but not read is not packaged at all, a handle that slugs to nothing gets no plugin, and an assembly that degraded would yield a version no clone will serve. The embed re-runs the marketplace\'s own per-container assembly, so it costs materially more than the other two; ask for it on the interval a client checks for updates, not on every page.
|
|
141
165
|
* List workspaces
|
|
142
166
|
*/
|
|
143
167
|
registryListWorkspacesRaw(requestParameters: RegistryListWorkspacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WorkspacesPage>>;
|
|
144
168
|
/**
|
|
145
|
-
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
169
|
+
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=artifact_counts` attaches each row\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, from one grouped read — the pair the pre-Postgres stack served here and the cutover dropped. Unlike `member_count` it is present on **every** row of the page, including a workspace the caller can discover but has not joined, and a `0` therefore means zero: it is taken under the page\'s own `discover` receipt, because a count of artifacts identifies nobody. It counts what `POST /aggregate` counts — live heads, no system artifacts, no archived ones, discoverable kinds only — so the number does not change when the caller joins. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches each row\'s marketplace plugin — its catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. It is **absent** rather than defaulted where the answer is not knowable: a workspace the caller can discover but not read is not packaged at all, a handle that slugs to nothing gets no plugin, and an assembly that degraded would yield a version no clone will serve. The embed re-runs the marketplace\'s own per-container assembly, so it costs materially more than the other two; ask for it on the interval a client checks for updates, not on every page.
|
|
146
170
|
* List workspaces
|
|
147
171
|
*/
|
|
148
172
|
registryListWorkspaces(requestParameters?: RegistryListWorkspacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WorkspacesPage>;
|
|
@@ -161,3 +185,27 @@ export declare class WorkspacesApi extends runtime.BaseAPI {
|
|
|
161
185
|
*/
|
|
162
186
|
registryUpdateWorkspace(requestParameters: RegistryUpdateWorkspaceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RegistryWorkspaceView>;
|
|
163
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* @export
|
|
190
|
+
* @enum {string}
|
|
191
|
+
*/
|
|
192
|
+
export declare enum RegistryBulkCreateWorkspacesContentEncodingEnum {
|
|
193
|
+
Base64 = "base64",
|
|
194
|
+
GzipBase64 = "gzip, base64"
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* @export
|
|
198
|
+
* @enum {string}
|
|
199
|
+
*/
|
|
200
|
+
export declare enum RegistryCreateWorkspaceContentEncodingEnum {
|
|
201
|
+
Base64 = "base64",
|
|
202
|
+
GzipBase64 = "gzip, base64"
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* @export
|
|
206
|
+
* @enum {string}
|
|
207
|
+
*/
|
|
208
|
+
export declare enum RegistryUpdateWorkspaceContentEncodingEnum {
|
|
209
|
+
Base64 = "base64",
|
|
210
|
+
GzipBase64 = "gzip, base64"
|
|
211
|
+
}
|
|
@@ -46,7 +46,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
46
46
|
};
|
|
47
47
|
})();
|
|
48
48
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49
|
-
exports.WorkspacesApi = void 0;
|
|
49
|
+
exports.RegistryUpdateWorkspaceContentEncodingEnum = exports.RegistryCreateWorkspaceContentEncodingEnum = exports.RegistryBulkCreateWorkspacesContentEncodingEnum = exports.WorkspacesApi = void 0;
|
|
50
50
|
const runtime = __importStar(require("../runtime"));
|
|
51
51
|
const CreateWorkspaceBody_1 = require("../models/CreateWorkspaceBody");
|
|
52
52
|
const PatchWorkspaceBody_1 = require("../models/PatchWorkspaceBody");
|
|
@@ -54,6 +54,7 @@ const RegistryWorkspaceView_1 = require("../models/RegistryWorkspaceView");
|
|
|
54
54
|
const WorkspaceArchiveAck_1 = require("../models/WorkspaceArchiveAck");
|
|
55
55
|
const WorkspaceBulkCreateRequest_1 = require("../models/WorkspaceBulkCreateRequest");
|
|
56
56
|
const WorkspaceExport_1 = require("../models/WorkspaceExport");
|
|
57
|
+
const WorkspaceRecommendationsPage_1 = require("../models/WorkspaceRecommendationsPage");
|
|
57
58
|
const WorkspacesBulkResponse_1 = require("../models/WorkspacesBulkResponse");
|
|
58
59
|
const WorkspacesPage_1 = require("../models/WorkspacesPage");
|
|
59
60
|
/**
|
|
@@ -112,6 +113,9 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
112
113
|
const queryParameters = {};
|
|
113
114
|
const headerParameters = {};
|
|
114
115
|
headerParameters['Content-Type'] = 'application/json';
|
|
116
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
117
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
118
|
+
}
|
|
115
119
|
if (this.configuration && this.configuration.accessToken) {
|
|
116
120
|
const token = this.configuration.accessToken;
|
|
117
121
|
const tokenString = await token("bearer", []);
|
|
@@ -155,6 +159,9 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
155
159
|
const queryParameters = {};
|
|
156
160
|
const headerParameters = {};
|
|
157
161
|
headerParameters['Content-Type'] = 'application/json';
|
|
162
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
163
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
164
|
+
}
|
|
158
165
|
if (this.configuration && this.configuration.accessToken) {
|
|
159
166
|
const token = this.configuration.accessToken;
|
|
160
167
|
const tokenString = await token("bearer", []);
|
|
@@ -283,6 +290,9 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
283
290
|
queryParameters['include'] = requestParameters['include'];
|
|
284
291
|
}
|
|
285
292
|
const headerParameters = {};
|
|
293
|
+
if (requestParameters['xAtlanConsistencyToken'] != null) {
|
|
294
|
+
headerParameters['X-Atlan-Consistency-Token'] = String(requestParameters['xAtlanConsistencyToken']);
|
|
295
|
+
}
|
|
286
296
|
if (this.configuration && this.configuration.accessToken) {
|
|
287
297
|
const token = this.configuration.accessToken;
|
|
288
298
|
const tokenString = await token("bearer", []);
|
|
@@ -300,7 +310,7 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
300
310
|
};
|
|
301
311
|
}
|
|
302
312
|
/**
|
|
303
|
-
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
313
|
+
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=artifact_counts` attaches this workspace\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, taken under the same `discover` the row itself was read at, so it is served even to a caller who has not joined. It counts what `POST /aggregate` counts, so the number does not change on joining. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches this workspace\'s marketplace plugin — catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. Absent rather than defaulted when the caller can discover but not read the workspace, when its handle slugs to nothing, or when the assembly behind it degraded.
|
|
304
314
|
* Get a workspace
|
|
305
315
|
*/
|
|
306
316
|
async registryGetWorkspaceRaw(requestParameters, initOverrides) {
|
|
@@ -309,13 +319,57 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
309
319
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, RegistryWorkspaceView_1.RegistryWorkspaceViewFromJSON)(jsonValue));
|
|
310
320
|
}
|
|
311
321
|
/**
|
|
312
|
-
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
322
|
+
* One workspace by handle. Workspace metadata uses `discover`, the same permission as the list. Reading artifacts, exports, or roster identities inside the workspace still requires `read`. **404 and 403 are distinguishable here**: an absent or deleted workspace is 404, while an existing but undiscoverable workspace is 403. `include=artifact_counts` attaches this workspace\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, taken under the same `discover` the row itself was read at, so it is served even to a caller who has not joined. It counts what `POST /aggregate` counts, so the number does not change on joining. `include=permissions` attaches the caller\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches this workspace\'s marketplace plugin — catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. Absent rather than defaulted when the caller can discover but not read the workspace, when its handle slugs to nothing, or when the assembly behind it degraded.
|
|
313
323
|
* Get a workspace
|
|
314
324
|
*/
|
|
315
325
|
async registryGetWorkspace(requestParameters, initOverrides) {
|
|
316
326
|
const response = await this.registryGetWorkspaceRaw(requestParameters, initOverrides);
|
|
317
327
|
return await response.value();
|
|
318
328
|
}
|
|
329
|
+
/**
|
|
330
|
+
* Creates request options for registryListWorkspaceRecommendations without sending the request
|
|
331
|
+
*/
|
|
332
|
+
async registryListWorkspaceRecommendationsRequestOpts(requestParameters) {
|
|
333
|
+
const queryParameters = {};
|
|
334
|
+
if (requestParameters['q'] != null) {
|
|
335
|
+
queryParameters['q'] = requestParameters['q'];
|
|
336
|
+
}
|
|
337
|
+
const headerParameters = {};
|
|
338
|
+
if (requestParameters['xAtlanConsistencyToken'] != null) {
|
|
339
|
+
headerParameters['X-Atlan-Consistency-Token'] = String(requestParameters['xAtlanConsistencyToken']);
|
|
340
|
+
}
|
|
341
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
342
|
+
const token = this.configuration.accessToken;
|
|
343
|
+
const tokenString = await token("bearer", []);
|
|
344
|
+
if (tokenString) {
|
|
345
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
let urlPath = `/workspaces/recommendations`;
|
|
349
|
+
return {
|
|
350
|
+
path: urlPath,
|
|
351
|
+
method: 'GET',
|
|
352
|
+
headers: headerParameters,
|
|
353
|
+
query: queryParameters,
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* The workspaces the caller should consider joining, best first. **Suggest-only**: this reads, and joining remains the separate explicit act `PUT /workspaces/{workspace_id}/members/me`. Three signals are fused by reciprocal rank. **`detected_contributor`** — the caller\'s verified address appears in an onboarded repo\'s contributor history there. **`nearby`** — it is the parent, a child, or a sibling of a workspace the caller is already seated in and recently active in. **`text_match`** — with `q`, its `name`, `display_name` or `description` matched, using the same substring grammar as `GET /workspaces?q=`. Only workspaces the caller can **actually join right now** are listed: active, in the account\'s shared tree, not the org root, not already joined, and with every ancestor already joined — so no suggestion answers `409 join X first`. The list is capped and has no window. `page.total` is absent because a fused ranking is not a count, and `limit`/`offset`/`sort`/`filter[…]` are refused rather than ignored. `score` is comparable **within one response and meaningless across two**: it is a sum of reciprocal ranks over this request\'s candidate set, never a probability or a similarity.
|
|
358
|
+
* Recommend workspaces to join
|
|
359
|
+
*/
|
|
360
|
+
async registryListWorkspaceRecommendationsRaw(requestParameters, initOverrides) {
|
|
361
|
+
const requestOptions = await this.registryListWorkspaceRecommendationsRequestOpts(requestParameters);
|
|
362
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
363
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, WorkspaceRecommendationsPage_1.WorkspaceRecommendationsPageFromJSON)(jsonValue));
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* The workspaces the caller should consider joining, best first. **Suggest-only**: this reads, and joining remains the separate explicit act `PUT /workspaces/{workspace_id}/members/me`. Three signals are fused by reciprocal rank. **`detected_contributor`** — the caller\'s verified address appears in an onboarded repo\'s contributor history there. **`nearby`** — it is the parent, a child, or a sibling of a workspace the caller is already seated in and recently active in. **`text_match`** — with `q`, its `name`, `display_name` or `description` matched, using the same substring grammar as `GET /workspaces?q=`. Only workspaces the caller can **actually join right now** are listed: active, in the account\'s shared tree, not the org root, not already joined, and with every ancestor already joined — so no suggestion answers `409 join X first`. The list is capped and has no window. `page.total` is absent because a fused ranking is not a count, and `limit`/`offset`/`sort`/`filter[…]` are refused rather than ignored. `score` is comparable **within one response and meaningless across two**: it is a sum of reciprocal ranks over this request\'s candidate set, never a probability or a similarity.
|
|
367
|
+
* Recommend workspaces to join
|
|
368
|
+
*/
|
|
369
|
+
async registryListWorkspaceRecommendations(requestParameters = {}, initOverrides) {
|
|
370
|
+
const response = await this.registryListWorkspaceRecommendationsRaw(requestParameters, initOverrides);
|
|
371
|
+
return await response.value();
|
|
372
|
+
}
|
|
319
373
|
/**
|
|
320
374
|
* Creates request options for registryListWorkspaces without sending the request
|
|
321
375
|
*/
|
|
@@ -325,6 +379,9 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
325
379
|
queryParameters['include'] = requestParameters['include'];
|
|
326
380
|
}
|
|
327
381
|
const headerParameters = {};
|
|
382
|
+
if (requestParameters['xAtlanConsistencyToken'] != null) {
|
|
383
|
+
headerParameters['X-Atlan-Consistency-Token'] = String(requestParameters['xAtlanConsistencyToken']);
|
|
384
|
+
}
|
|
328
385
|
if (this.configuration && this.configuration.accessToken) {
|
|
329
386
|
const token = this.configuration.accessToken;
|
|
330
387
|
const tokenString = await token("bearer", []);
|
|
@@ -341,7 +398,7 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
341
398
|
};
|
|
342
399
|
}
|
|
343
400
|
/**
|
|
344
|
-
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
401
|
+
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=artifact_counts` attaches each row\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, from one grouped read — the pair the pre-Postgres stack served here and the cutover dropped. Unlike `member_count` it is present on **every** row of the page, including a workspace the caller can discover but has not joined, and a `0` therefore means zero: it is taken under the page\'s own `discover` receipt, because a count of artifacts identifies nobody. It counts what `POST /aggregate` counts — live heads, no system artifacts, no archived ones, discoverable kinds only — so the number does not change when the caller joins. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches each row\'s marketplace plugin — its catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. It is **absent** rather than defaulted where the answer is not knowable: a workspace the caller can discover but not read is not packaged at all, a handle that slugs to nothing gets no plugin, and an assembly that degraded would yield a version no clone will serve. The embed re-runs the marketplace\'s own per-container assembly, so it costs materially more than the other two; ask for it on the interval a client checks for updates, not on every page.
|
|
345
402
|
* List workspaces
|
|
346
403
|
*/
|
|
347
404
|
async registryListWorkspacesRaw(requestParameters, initOverrides) {
|
|
@@ -350,7 +407,7 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
350
407
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, WorkspacesPage_1.WorkspacesPageFromJSON)(jsonValue));
|
|
351
408
|
}
|
|
352
409
|
/**
|
|
353
|
-
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request.
|
|
410
|
+
* A page of the non-deleted workspaces the caller can discover. Supports the shared grammar: `filter[field][op]=`, `sort=`, `q=`, `limit`/`offset`, `count=false`. Fields: `name`, `display_name`, `description`, `kind`, `workspace_status`, `parent_id`, `created_at`, `updated_at`. `include=member_count` attaches each row\'s roster size from one grouped read. It is **absent rather than zero** on a workspace the caller can discover but not read into: this list runs under `discover`, which reaches through `discoverable_by`, while the count is taken under `read` on the membership rows — so a headcount is not something discovery alone reveals. `include=artifact_counts` attaches each row\'s `artifact_count` and its per-kind `artifact_count_by_kind` breakdown, from one grouped read — the pair the pre-Postgres stack served here and the cutover dropped. Unlike `member_count` it is present on **every** row of the page, including a workspace the caller can discover but has not joined, and a `0` therefore means zero: it is taken under the page\'s own `discover` receipt, because a count of artifacts identifies nobody. It counts what `POST /aggregate` counts — live heads, no system artifacts, no archived ones, discoverable kinds only — so the number does not change when the caller joins. `include=permissions` attaches each row\'s advisory `can_*` capability matrix. Advisory only — a UI gates controls on it; it never authorizes a request. `include=plugin` attaches each row\'s marketplace plugin — its catalogue name, plugin name, rendered `<name>@<marketplace>` install handle, and content `version` — so a client holding an installed plugin can tell whether it is current. It is **absent** rather than defaulted where the answer is not knowable: a workspace the caller can discover but not read is not packaged at all, a handle that slugs to nothing gets no plugin, and an assembly that degraded would yield a version no clone will serve. The embed re-runs the marketplace\'s own per-container assembly, so it costs materially more than the other two; ask for it on the interval a client checks for updates, not on every page.
|
|
354
411
|
* List workspaces
|
|
355
412
|
*/
|
|
356
413
|
async registryListWorkspaces(requestParameters = {}, initOverrides) {
|
|
@@ -370,6 +427,9 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
370
427
|
const queryParameters = {};
|
|
371
428
|
const headerParameters = {};
|
|
372
429
|
headerParameters['Content-Type'] = 'application/json';
|
|
430
|
+
if (requestParameters['contentEncoding'] != null) {
|
|
431
|
+
headerParameters['Content-Encoding'] = String(requestParameters['contentEncoding']);
|
|
432
|
+
}
|
|
373
433
|
if (this.configuration && this.configuration.accessToken) {
|
|
374
434
|
const token = this.configuration.accessToken;
|
|
375
435
|
const tokenString = await token("bearer", []);
|
|
@@ -406,3 +466,30 @@ class WorkspacesApi extends runtime.BaseAPI {
|
|
|
406
466
|
}
|
|
407
467
|
}
|
|
408
468
|
exports.WorkspacesApi = WorkspacesApi;
|
|
469
|
+
/**
|
|
470
|
+
* @export
|
|
471
|
+
* @enum {string}
|
|
472
|
+
*/
|
|
473
|
+
var RegistryBulkCreateWorkspacesContentEncodingEnum;
|
|
474
|
+
(function (RegistryBulkCreateWorkspacesContentEncodingEnum) {
|
|
475
|
+
RegistryBulkCreateWorkspacesContentEncodingEnum["Base64"] = "base64";
|
|
476
|
+
RegistryBulkCreateWorkspacesContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
477
|
+
})(RegistryBulkCreateWorkspacesContentEncodingEnum || (exports.RegistryBulkCreateWorkspacesContentEncodingEnum = RegistryBulkCreateWorkspacesContentEncodingEnum = {}));
|
|
478
|
+
/**
|
|
479
|
+
* @export
|
|
480
|
+
* @enum {string}
|
|
481
|
+
*/
|
|
482
|
+
var RegistryCreateWorkspaceContentEncodingEnum;
|
|
483
|
+
(function (RegistryCreateWorkspaceContentEncodingEnum) {
|
|
484
|
+
RegistryCreateWorkspaceContentEncodingEnum["Base64"] = "base64";
|
|
485
|
+
RegistryCreateWorkspaceContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
486
|
+
})(RegistryCreateWorkspaceContentEncodingEnum || (exports.RegistryCreateWorkspaceContentEncodingEnum = RegistryCreateWorkspaceContentEncodingEnum = {}));
|
|
487
|
+
/**
|
|
488
|
+
* @export
|
|
489
|
+
* @enum {string}
|
|
490
|
+
*/
|
|
491
|
+
var RegistryUpdateWorkspaceContentEncodingEnum;
|
|
492
|
+
(function (RegistryUpdateWorkspaceContentEncodingEnum) {
|
|
493
|
+
RegistryUpdateWorkspaceContentEncodingEnum["Base64"] = "base64";
|
|
494
|
+
RegistryUpdateWorkspaceContentEncodingEnum["GzipBase64"] = "gzip, base64";
|
|
495
|
+
})(RegistryUpdateWorkspaceContentEncodingEnum || (exports.RegistryUpdateWorkspaceContentEncodingEnum = RegistryUpdateWorkspaceContentEncodingEnum = {}));
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './AppsApi';
|
|
2
2
|
export * from './AuthApi';
|
|
3
|
-
export * from './CatalogApi';
|
|
4
|
-
export * from './DetectedUsersApi';
|
|
5
3
|
export * from './DiscoveryApi';
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './GroupsApi';
|
|
4
|
+
export * from './InvitationsApi';
|
|
8
5
|
export * from './OrganisationsApi';
|
|
9
|
-
export * from './
|
|
6
|
+
export * from './ReleasesApi';
|
|
10
7
|
export * from './ReposApi';
|
|
8
|
+
export * from './RolesApi';
|
|
11
9
|
export * from './ServiceAccountsApi';
|
|
12
|
-
export * from './
|
|
10
|
+
export * from './SessionsApi';
|
|
13
11
|
export * from './UsersApi';
|
|
14
12
|
export * from './WorkspacesApi';
|
|
@@ -16,17 +16,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./AppsApi"), exports);
|
|
20
20
|
__exportStar(require("./AuthApi"), exports);
|
|
21
|
-
__exportStar(require("./CatalogApi"), exports);
|
|
22
|
-
__exportStar(require("./DetectedUsersApi"), exports);
|
|
23
21
|
__exportStar(require("./DiscoveryApi"), exports);
|
|
24
|
-
__exportStar(require("./
|
|
25
|
-
__exportStar(require("./GroupsApi"), exports);
|
|
22
|
+
__exportStar(require("./InvitationsApi"), exports);
|
|
26
23
|
__exportStar(require("./OrganisationsApi"), exports);
|
|
27
|
-
__exportStar(require("./
|
|
24
|
+
__exportStar(require("./ReleasesApi"), exports);
|
|
28
25
|
__exportStar(require("./ReposApi"), exports);
|
|
26
|
+
__exportStar(require("./RolesApi"), exports);
|
|
29
27
|
__exportStar(require("./ServiceAccountsApi"), exports);
|
|
30
|
-
__exportStar(require("./
|
|
28
|
+
__exportStar(require("./SessionsApi"), exports);
|
|
31
29
|
__exportStar(require("./UsersApi"), exports);
|
|
32
30
|
__exportStar(require("./WorkspacesApi"), exports);
|
|
@@ -10,71 +10,77 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* One job an app declares it can run.
|
|
14
14
|
* @export
|
|
15
|
-
* @interface
|
|
15
|
+
* @interface AppActionDto
|
|
16
16
|
*/
|
|
17
|
-
export interface
|
|
17
|
+
export interface AppActionDto {
|
|
18
|
+
/**
|
|
19
|
+
* Value of the `app` field.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AppActionDto
|
|
22
|
+
*/
|
|
23
|
+
app: string;
|
|
18
24
|
/**
|
|
19
25
|
* Value of the `config_schema` field.
|
|
20
26
|
* @type {object}
|
|
21
|
-
* @memberof
|
|
27
|
+
* @memberof AppActionDto
|
|
22
28
|
*/
|
|
23
29
|
configSchema?: object | null;
|
|
30
|
+
/**
|
|
31
|
+
* Human-readable description.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof AppActionDto
|
|
34
|
+
*/
|
|
35
|
+
description?: string | null;
|
|
24
36
|
/**
|
|
25
37
|
* `activity` | `workflow`.
|
|
26
38
|
* @type {string}
|
|
27
|
-
* @memberof
|
|
39
|
+
* @memberof AppActionDto
|
|
28
40
|
*/
|
|
29
41
|
executionKind: string;
|
|
30
42
|
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {
|
|
33
|
-
* @memberof
|
|
43
|
+
* Whether a user-authored action may name this job.
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof AppActionDto
|
|
34
46
|
*/
|
|
35
|
-
|
|
47
|
+
isUserAuthorable: boolean;
|
|
36
48
|
/**
|
|
37
|
-
*
|
|
49
|
+
* `<app>/<job>` — what an action's DAG node references.
|
|
38
50
|
* @type {string}
|
|
39
|
-
* @memberof
|
|
51
|
+
* @memberof AppActionDto
|
|
40
52
|
*/
|
|
41
53
|
jobId: string;
|
|
42
54
|
/**
|
|
43
55
|
* Stable machine-readable name.
|
|
44
56
|
* @type {string}
|
|
45
|
-
* @memberof
|
|
57
|
+
* @memberof AppActionDto
|
|
46
58
|
*/
|
|
47
59
|
name: string;
|
|
48
60
|
/**
|
|
49
61
|
* Value of the `output_schema` field.
|
|
50
62
|
* @type {object}
|
|
51
|
-
* @memberof
|
|
63
|
+
* @memberof AppActionDto
|
|
52
64
|
*/
|
|
53
65
|
outputSchema?: object | null;
|
|
54
66
|
/**
|
|
55
67
|
* Value of the `release` field.
|
|
56
68
|
* @type {string}
|
|
57
|
-
* @memberof
|
|
69
|
+
* @memberof AppActionDto
|
|
58
70
|
*/
|
|
59
71
|
release?: string | null;
|
|
60
72
|
/**
|
|
61
73
|
* Value of the `updated_at` field.
|
|
62
74
|
* @type {string}
|
|
63
|
-
* @memberof
|
|
75
|
+
* @memberof AppActionDto
|
|
64
76
|
*/
|
|
65
77
|
updatedAt: string;
|
|
66
|
-
/**
|
|
67
|
-
* Whether a user-authored action may name this job.
|
|
68
|
-
* @type {boolean}
|
|
69
|
-
* @memberof ExtensionJobDto
|
|
70
|
-
*/
|
|
71
|
-
userAuthorable: boolean;
|
|
72
78
|
}
|
|
73
79
|
/**
|
|
74
|
-
* Check if a given object implements the
|
|
80
|
+
* Check if a given object implements the AppActionDto interface.
|
|
75
81
|
*/
|
|
76
|
-
export declare function
|
|
77
|
-
export declare function
|
|
78
|
-
export declare function
|
|
79
|
-
export declare function
|
|
80
|
-
export declare function
|
|
82
|
+
export declare function instanceOfAppActionDto(value: object): value is AppActionDto;
|
|
83
|
+
export declare function AppActionDtoFromJSON(json: any): AppActionDto;
|
|
84
|
+
export declare function AppActionDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppActionDto;
|
|
85
|
+
export declare function AppActionDtoToJSON(json: any): AppActionDto;
|
|
86
|
+
export declare function AppActionDtoToJSONTyped(value?: AppActionDto | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -13,18 +13,20 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
16
|
+
exports.instanceOfAppActionDto = instanceOfAppActionDto;
|
|
17
|
+
exports.AppActionDtoFromJSON = AppActionDtoFromJSON;
|
|
18
|
+
exports.AppActionDtoFromJSONTyped = AppActionDtoFromJSONTyped;
|
|
19
|
+
exports.AppActionDtoToJSON = AppActionDtoToJSON;
|
|
20
|
+
exports.AppActionDtoToJSONTyped = AppActionDtoToJSONTyped;
|
|
21
21
|
/**
|
|
22
|
-
* Check if a given object implements the
|
|
22
|
+
* Check if a given object implements the AppActionDto interface.
|
|
23
23
|
*/
|
|
24
|
-
function
|
|
24
|
+
function instanceOfAppActionDto(value) {
|
|
25
|
+
if (!('app' in value) || value['app'] === undefined)
|
|
26
|
+
return false;
|
|
25
27
|
if ((!('executionKind' in value) && !('execution_kind' in value)) || (value['executionKind'] === undefined && value['execution_kind'] === undefined))
|
|
26
28
|
return false;
|
|
27
|
-
if (!('
|
|
29
|
+
if ((!('isUserAuthorable' in value) && !('is_user_authorable' in value)) || (value['isUserAuthorable'] === undefined && value['is_user_authorable'] === undefined))
|
|
28
30
|
return false;
|
|
29
31
|
if ((!('jobId' in value) && !('job_id' in value)) || (value['jobId'] === undefined && value['job_id'] === undefined))
|
|
30
32
|
return false;
|
|
@@ -32,45 +34,45 @@ function instanceOfExtensionJobDto(value) {
|
|
|
32
34
|
return false;
|
|
33
35
|
if ((!('updatedAt' in value) && !('updated_at' in value)) || (value['updatedAt'] === undefined && value['updated_at'] === undefined))
|
|
34
36
|
return false;
|
|
35
|
-
if ((!('userAuthorable' in value) && !('user_authorable' in value)) || (value['userAuthorable'] === undefined && value['user_authorable'] === undefined))
|
|
36
|
-
return false;
|
|
37
37
|
return true;
|
|
38
38
|
}
|
|
39
|
-
function
|
|
40
|
-
return
|
|
39
|
+
function AppActionDtoFromJSON(json) {
|
|
40
|
+
return AppActionDtoFromJSONTyped(json, false);
|
|
41
41
|
}
|
|
42
|
-
function
|
|
42
|
+
function AppActionDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
43
|
if (json == null) {
|
|
44
44
|
return json;
|
|
45
45
|
}
|
|
46
46
|
return {
|
|
47
|
+
'app': json['app'],
|
|
47
48
|
'configSchema': json['config_schema'] === undefined ? undefined : json['config_schema'] === null ? null : json['config_schema'],
|
|
49
|
+
'description': json['description'] === undefined ? undefined : json['description'] === null ? null : json['description'],
|
|
48
50
|
'executionKind': json['execution_kind'],
|
|
49
|
-
'
|
|
51
|
+
'isUserAuthorable': json['is_user_authorable'],
|
|
50
52
|
'jobId': json['job_id'],
|
|
51
53
|
'name': json['name'],
|
|
52
54
|
'outputSchema': json['output_schema'] === undefined ? undefined : json['output_schema'] === null ? null : json['output_schema'],
|
|
53
55
|
'release': json['release'] === undefined ? undefined : json['release'] === null ? null : json['release'],
|
|
54
56
|
'updatedAt': json['updated_at'],
|
|
55
|
-
'userAuthorable': json['user_authorable'],
|
|
56
57
|
};
|
|
57
58
|
}
|
|
58
|
-
function
|
|
59
|
-
return
|
|
59
|
+
function AppActionDtoToJSON(json) {
|
|
60
|
+
return AppActionDtoToJSONTyped(json, false);
|
|
60
61
|
}
|
|
61
|
-
function
|
|
62
|
+
function AppActionDtoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
63
|
if (value == null) {
|
|
63
64
|
return value;
|
|
64
65
|
}
|
|
65
66
|
return {
|
|
67
|
+
'app': value['app'],
|
|
66
68
|
'config_schema': value['configSchema'],
|
|
69
|
+
'description': value['description'],
|
|
67
70
|
'execution_kind': value['executionKind'],
|
|
68
|
-
'
|
|
71
|
+
'is_user_authorable': value['isUserAuthorable'],
|
|
69
72
|
'job_id': value['jobId'],
|
|
70
73
|
'name': value['name'],
|
|
71
74
|
'output_schema': value['outputSchema'],
|
|
72
75
|
'release': value['release'],
|
|
73
76
|
'updated_at': value['updatedAt'],
|
|
74
|
-
'user_authorable': value['userAuthorable'],
|
|
75
77
|
};
|
|
76
78
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Atlan Agent Gateway — registry
|
|
3
|
+
* The platform core: identity, tenancy, the artifact plane, discovery and the policy plane.
|
|
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
|
+
import type { RegistryPageMeta } from './RegistryPageMeta';
|
|
13
|
+
import type { AppActionDto } from './AppActionDto';
|
|
14
|
+
/**
|
|
15
|
+
* Paginated collection of AppActions resources.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface AppActionsPage
|
|
18
|
+
*/
|
|
19
|
+
export interface AppActionsPage {
|
|
20
|
+
/**
|
|
21
|
+
* Items in this result.
|
|
22
|
+
* @type {Array<AppActionDto>}
|
|
23
|
+
* @memberof AppActionsPage
|
|
24
|
+
*/
|
|
25
|
+
items: Array<AppActionDto>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {RegistryPageMeta}
|
|
29
|
+
* @memberof AppActionsPage
|
|
30
|
+
*/
|
|
31
|
+
page: RegistryPageMeta;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the AppActionsPage interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfAppActionsPage(value: object): value is AppActionsPage;
|
|
37
|
+
export declare function AppActionsPageFromJSON(json: any): AppActionsPage;
|
|
38
|
+
export declare function AppActionsPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppActionsPage;
|
|
39
|
+
export declare function AppActionsPageToJSON(json: any): AppActionsPage;
|
|
40
|
+
export declare function AppActionsPageToJSONTyped(value?: AppActionsPage | null, ignoreDiscriminator?: boolean): any;
|