@xemahq/artifact-store-api-client 0.1.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/LICENSE +201 -0
- package/README.md +62 -0
- package/dist/custom-fetch.d.ts +52 -0
- package/dist/custom-fetch.js +152 -0
- package/dist/endpoints/artifact-store/artifact-store.d.ts +78 -0
- package/dist/endpoints/artifact-store/artifact-store.js +269 -0
- package/dist/endpoints/artifact-types/artifact-types.d.ts +23 -0
- package/dist/endpoints/artifact-types/artifact-types.js +48 -0
- package/dist/endpoints/blob-storage/blob-storage.d.ts +23 -0
- package/dist/endpoints/blob-storage/blob-storage.js +46 -0
- package/dist/endpoints/describe-objects/describe-objects.d.ts +14 -0
- package/dist/endpoints/describe-objects/describe-objects.js +19 -0
- package/dist/endpoints/health/health.d.ts +15 -0
- package/dist/endpoints/health/health.js +53 -0
- package/dist/endpoints/mcp/mcp.d.ts +6 -0
- package/dist/endpoints/mcp/mcp.js +44 -0
- package/dist/endpoints/template-bundles/template-bundles.d.ts +28 -0
- package/dist/endpoints/template-bundles/template-bundles.js +119 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +27 -0
- package/dist/models/addArtifactVersionDto.d.ts +13 -0
- package/dist/models/addArtifactVersionDto.js +9 -0
- package/dist/models/appendArtifactEntryDto.d.ts +20 -0
- package/dist/models/appendArtifactEntryDto.js +2 -0
- package/dist/models/appendArtifactEntryDtoMetadata.d.ts +13 -0
- package/dist/models/appendArtifactEntryDtoMetadata.js +9 -0
- package/dist/models/artifactEntryResponseDto.d.ts +14 -0
- package/dist/models/artifactEntryResponseDto.js +9 -0
- package/dist/models/artifactEntryResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/artifactEntryResponseDtoDataEnvelope.js +2 -0
- package/dist/models/artifactLinkResponseDto.d.ts +14 -0
- package/dist/models/artifactLinkResponseDto.js +9 -0
- package/dist/models/artifactLinkResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/artifactLinkResponseDtoDataEnvelope.js +2 -0
- package/dist/models/artifactResponseDto.d.ts +23 -0
- package/dist/models/artifactResponseDto.js +2 -0
- package/dist/models/artifactResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/artifactResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/artifactResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/artifactResponseDtoDataEnvelope.js +2 -0
- package/dist/models/artifactStoreControllerCleanupByPipelineRunParams.d.ts +13 -0
- package/dist/models/artifactStoreControllerCleanupByPipelineRunParams.js +9 -0
- package/dist/models/artifactStoreControllerDetachByPipelineRunParams.d.ts +13 -0
- package/dist/models/artifactStoreControllerDetachByPipelineRunParams.js +9 -0
- package/dist/models/artifactStoreControllerListArtifactsParams.d.ts +27 -0
- package/dist/models/artifactStoreControllerListArtifactsParams.js +2 -0
- package/dist/models/artifactStoreControllerListArtifactsType.d.ts +48 -0
- package/dist/models/artifactStoreControllerListArtifactsType.js +50 -0
- package/dist/models/artifactTypeBiomeSourceDto.d.ts +12 -0
- package/dist/models/artifactTypeBiomeSourceDto.js +2 -0
- package/dist/models/artifactTypeBiomeSourceDtoKind.d.ts +11 -0
- package/dist/models/artifactTypeBiomeSourceDtoKind.js +13 -0
- package/dist/models/artifactTypeOrgSourceDto.d.ts +12 -0
- package/dist/models/artifactTypeOrgSourceDto.js +2 -0
- package/dist/models/artifactTypeOrgSourceDtoKind.d.ts +11 -0
- package/dist/models/artifactTypeOrgSourceDtoKind.js +13 -0
- package/dist/models/artifactTypePlatformSourceDto.d.ts +11 -0
- package/dist/models/artifactTypePlatformSourceDto.js +2 -0
- package/dist/models/artifactTypePlatformSourceDtoKind.d.ts +11 -0
- package/dist/models/artifactTypePlatformSourceDtoKind.js +13 -0
- package/dist/models/artifactTypeResponseDto.d.ts +28 -0
- package/dist/models/artifactTypeResponseDto.js +2 -0
- package/dist/models/artifactTypeResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/artifactTypeResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/artifactTypeResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/artifactTypeResponseDtoDataEnvelope.js +2 -0
- package/dist/models/artifactVersionResponseDto.d.ts +37 -0
- package/dist/models/artifactVersionResponseDto.js +9 -0
- package/dist/models/artifactVersionResponseDtoDataArrayEnvelope.d.ts +11 -0
- package/dist/models/artifactVersionResponseDtoDataArrayEnvelope.js +2 -0
- package/dist/models/artifactVersionResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/artifactVersionResponseDtoDataEnvelope.js +2 -0
- package/dist/models/artifactVersioningMode.d.ts +16 -0
- package/dist/models/artifactVersioningMode.js +15 -0
- package/dist/models/blobResponseDto.d.ts +17 -0
- package/dist/models/blobResponseDto.js +9 -0
- package/dist/models/blobResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/blobResponseDtoDataEnvelope.js +2 -0
- package/dist/models/createArtifactDto.d.ts +14 -0
- package/dist/models/createArtifactDto.js +2 -0
- package/dist/models/createArtifactDtoType.d.ts +48 -0
- package/dist/models/createArtifactDtoType.js +50 -0
- package/dist/models/createArtifactTypeDto.d.ts +18 -0
- package/dist/models/createArtifactTypeDto.js +9 -0
- package/dist/models/createEphemeralArchiveDto.d.ts +21 -0
- package/dist/models/createEphemeralArchiveDto.js +2 -0
- package/dist/models/createEphemeralArchiveDtoMetadata.d.ts +13 -0
- package/dist/models/createEphemeralArchiveDtoMetadata.js +9 -0
- package/dist/models/describeObjectsResponseDto.d.ts +14 -0
- package/dist/models/describeObjectsResponseDto.js +2 -0
- package/dist/models/emitArtifactDto.d.ts +34 -0
- package/dist/models/emitArtifactDto.js +2 -0
- package/dist/models/emitArtifactDtoLabels.d.ts +13 -0
- package/dist/models/emitArtifactDtoLabels.js +9 -0
- package/dist/models/emitArtifactDtoPayload.d.ts +13 -0
- package/dist/models/emitArtifactDtoPayload.js +9 -0
- package/dist/models/ephemeralArchiveResponseDto.d.ts +13 -0
- package/dist/models/ephemeralArchiveResponseDto.js +9 -0
- package/dist/models/ephemeralArchiveResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/ephemeralArchiveResponseDtoDataEnvelope.js +2 -0
- package/dist/models/errorDetailsDto.d.ts +12 -0
- package/dist/models/errorDetailsDto.js +2 -0
- package/dist/models/errorDetailsDtoDetails.d.ts +13 -0
- package/dist/models/errorDetailsDtoDetails.js +9 -0
- package/dist/models/errorPayloadDto.d.ts +13 -0
- package/dist/models/errorPayloadDto.js +2 -0
- package/dist/models/errorResponseDto.d.ts +11 -0
- package/dist/models/errorResponseDto.js +2 -0
- package/dist/models/index.d.ts +45 -0
- package/dist/models/index.js +62 -0
- package/dist/models/linkArtifactDto.d.ts +12 -0
- package/dist/models/linkArtifactDto.js +2 -0
- package/dist/models/linkArtifactDtoRefType.d.ts +14 -0
- package/dist/models/linkArtifactDtoRefType.js +16 -0
- package/dist/models/objectLifecycle.d.ts +16 -0
- package/dist/models/objectLifecycle.js +15 -0
- package/dist/models/promoteTemplateBundleDto.d.ts +15 -0
- package/dist/models/promoteTemplateBundleDto.js +2 -0
- package/dist/models/promoteTemplateBundleDtoKind.d.ts +13 -0
- package/dist/models/promoteTemplateBundleDtoKind.js +15 -0
- package/dist/models/spaceKind.d.ts +20 -0
- package/dist/models/spaceKind.js +19 -0
- package/dist/models/templateBundleDescriptorDto.d.ts +13 -0
- package/dist/models/templateBundleDescriptorDto.js +9 -0
- package/dist/models/templateBundleVersionResponseDto.d.ts +23 -0
- package/dist/models/templateBundleVersionResponseDto.js +2 -0
- package/dist/models/templateBundleVersionResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/templateBundleVersionResponseDtoDataEnvelope.js +2 -0
- package/dist/models/templateBundleVersionResponseDtoKind.d.ts +13 -0
- package/dist/models/templateBundleVersionResponseDtoKind.js +15 -0
- package/dist/models/templateBundlesControllerDeleteByRefKind.d.ts +13 -0
- package/dist/models/templateBundlesControllerDeleteByRefKind.js +15 -0
- package/dist/models/templateBundlesControllerDeleteByRefParams.d.ts +17 -0
- package/dist/models/templateBundlesControllerDeleteByRefParams.js +2 -0
- package/dist/models/templateBundlesControllerFindByRefKind.d.ts +13 -0
- package/dist/models/templateBundlesControllerFindByRefKind.js +15 -0
- package/dist/models/templateBundlesControllerFindByRefParams.d.ts +17 -0
- package/dist/models/templateBundlesControllerFindByRefParams.js +2 -0
- package/dist/models/templateBundlesControllerPublishKind.d.ts +13 -0
- package/dist/models/templateBundlesControllerPublishKind.js +15 -0
- package/dist/models/templateBundlesControllerPublishParams.d.ts +34 -0
- package/dist/models/templateBundlesControllerPublishParams.js +2 -0
- package/dist/models/xemaObjectKind.d.ts +51 -0
- package/dist/models/xemaObjectKind.js +50 -0
- package/dist/models/xemaObjectResponseDto.d.ts +26 -0
- package/dist/models/xemaObjectResponseDto.js +2 -0
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +13 -0
- package/dist/models/xemaObjectResponseDtoPayload.js +9 -0
- package/dist/models/xemaSpaceRefDto.d.ts +16 -0
- package/dist/models/xemaSpaceRefDto.js +2 -0
- package/dist/models/xemaSubjectRefDto.d.ts +11 -0
- package/dist/models/xemaSubjectRefDto.js +9 -0
- package/package.json +27 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails';
|
|
9
|
+
export interface ErrorDetailsDto {
|
|
10
|
+
/** @nullable */
|
|
11
|
+
details: ErrorDetailsDtoDetails;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type ErrorDetailsDtoDetails = {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { ErrorDetailsDto } from './errorDetailsDto';
|
|
9
|
+
export interface ErrorPayloadDto {
|
|
10
|
+
code: string;
|
|
11
|
+
message: string;
|
|
12
|
+
details: ErrorDetailsDto | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { ErrorPayloadDto } from './errorPayloadDto';
|
|
9
|
+
export interface ErrorResponseDto {
|
|
10
|
+
error: ErrorPayloadDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export * from './addArtifactVersionDto';
|
|
2
|
+
export * from './appendArtifactEntryDto';
|
|
3
|
+
export * from './appendArtifactEntryDtoMetadata';
|
|
4
|
+
export * from './artifactEntryResponseDto';
|
|
5
|
+
export * from './artifactEntryResponseDtoDataEnvelope';
|
|
6
|
+
export * from './artifactLinkResponseDto';
|
|
7
|
+
export * from './artifactLinkResponseDtoDataEnvelope';
|
|
8
|
+
export * from './artifactResponseDto';
|
|
9
|
+
export * from './artifactResponseDtoDataArrayEnvelope';
|
|
10
|
+
export * from './artifactResponseDtoDataEnvelope';
|
|
11
|
+
export * from './artifactStoreControllerCleanupByPipelineRunParams';
|
|
12
|
+
export * from './artifactStoreControllerDetachByPipelineRunParams';
|
|
13
|
+
export * from './artifactStoreControllerListArtifactsParams';
|
|
14
|
+
export * from './artifactStoreControllerListArtifactsType';
|
|
15
|
+
export * from './artifactTypeBiomeSourceDto';
|
|
16
|
+
export * from './artifactTypeBiomeSourceDtoKind';
|
|
17
|
+
export * from './artifactTypeOrgSourceDto';
|
|
18
|
+
export * from './artifactTypeOrgSourceDtoKind';
|
|
19
|
+
export * from './artifactTypePlatformSourceDto';
|
|
20
|
+
export * from './artifactTypePlatformSourceDtoKind';
|
|
21
|
+
export * from './artifactTypeResponseDto';
|
|
22
|
+
export * from './artifactTypeResponseDtoDataArrayEnvelope';
|
|
23
|
+
export * from './artifactTypeResponseDtoDataEnvelope';
|
|
24
|
+
export * from './artifactVersionResponseDto';
|
|
25
|
+
export * from './artifactVersionResponseDtoDataArrayEnvelope';
|
|
26
|
+
export * from './artifactVersionResponseDtoDataEnvelope';
|
|
27
|
+
export * from './artifactVersioningMode';
|
|
28
|
+
export * from './blobResponseDto';
|
|
29
|
+
export * from './blobResponseDtoDataEnvelope';
|
|
30
|
+
export * from './createArtifactDto';
|
|
31
|
+
export * from './createArtifactDtoType';
|
|
32
|
+
export * from './createArtifactTypeDto';
|
|
33
|
+
export * from './createEphemeralArchiveDto';
|
|
34
|
+
export * from './createEphemeralArchiveDtoMetadata';
|
|
35
|
+
export * from './emitArtifactDto';
|
|
36
|
+
export * from './emitArtifactDtoLabels';
|
|
37
|
+
export * from './emitArtifactDtoPayload';
|
|
38
|
+
export * from './ephemeralArchiveResponseDto';
|
|
39
|
+
export * from './ephemeralArchiveResponseDtoDataEnvelope';
|
|
40
|
+
export * from './errorDetailsDto';
|
|
41
|
+
export * from './errorDetailsDtoDetails';
|
|
42
|
+
export * from './errorPayloadDto';
|
|
43
|
+
export * from './errorResponseDto';
|
|
44
|
+
export * from './linkArtifactDto';
|
|
45
|
+
export * from './linkArtifactDtoRefType';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Auto-generated by tooling/codegen/regenerate-models-barrel.js — do not edit manually.
|
|
18
|
+
__exportStar(require("./addArtifactVersionDto"), exports);
|
|
19
|
+
__exportStar(require("./appendArtifactEntryDto"), exports);
|
|
20
|
+
__exportStar(require("./appendArtifactEntryDtoMetadata"), exports);
|
|
21
|
+
__exportStar(require("./artifactEntryResponseDto"), exports);
|
|
22
|
+
__exportStar(require("./artifactEntryResponseDtoDataEnvelope"), exports);
|
|
23
|
+
__exportStar(require("./artifactLinkResponseDto"), exports);
|
|
24
|
+
__exportStar(require("./artifactLinkResponseDtoDataEnvelope"), exports);
|
|
25
|
+
__exportStar(require("./artifactResponseDto"), exports);
|
|
26
|
+
__exportStar(require("./artifactResponseDtoDataArrayEnvelope"), exports);
|
|
27
|
+
__exportStar(require("./artifactResponseDtoDataEnvelope"), exports);
|
|
28
|
+
__exportStar(require("./artifactStoreControllerCleanupByPipelineRunParams"), exports);
|
|
29
|
+
__exportStar(require("./artifactStoreControllerDetachByPipelineRunParams"), exports);
|
|
30
|
+
__exportStar(require("./artifactStoreControllerListArtifactsParams"), exports);
|
|
31
|
+
__exportStar(require("./artifactStoreControllerListArtifactsType"), exports);
|
|
32
|
+
__exportStar(require("./artifactTypeBiomeSourceDto"), exports);
|
|
33
|
+
__exportStar(require("./artifactTypeBiomeSourceDtoKind"), exports);
|
|
34
|
+
__exportStar(require("./artifactTypeOrgSourceDto"), exports);
|
|
35
|
+
__exportStar(require("./artifactTypeOrgSourceDtoKind"), exports);
|
|
36
|
+
__exportStar(require("./artifactTypePlatformSourceDto"), exports);
|
|
37
|
+
__exportStar(require("./artifactTypePlatformSourceDtoKind"), exports);
|
|
38
|
+
__exportStar(require("./artifactTypeResponseDto"), exports);
|
|
39
|
+
__exportStar(require("./artifactTypeResponseDtoDataArrayEnvelope"), exports);
|
|
40
|
+
__exportStar(require("./artifactTypeResponseDtoDataEnvelope"), exports);
|
|
41
|
+
__exportStar(require("./artifactVersionResponseDto"), exports);
|
|
42
|
+
__exportStar(require("./artifactVersionResponseDtoDataArrayEnvelope"), exports);
|
|
43
|
+
__exportStar(require("./artifactVersionResponseDtoDataEnvelope"), exports);
|
|
44
|
+
__exportStar(require("./artifactVersioningMode"), exports);
|
|
45
|
+
__exportStar(require("./blobResponseDto"), exports);
|
|
46
|
+
__exportStar(require("./blobResponseDtoDataEnvelope"), exports);
|
|
47
|
+
__exportStar(require("./createArtifactDto"), exports);
|
|
48
|
+
__exportStar(require("./createArtifactDtoType"), exports);
|
|
49
|
+
__exportStar(require("./createArtifactTypeDto"), exports);
|
|
50
|
+
__exportStar(require("./createEphemeralArchiveDto"), exports);
|
|
51
|
+
__exportStar(require("./createEphemeralArchiveDtoMetadata"), exports);
|
|
52
|
+
__exportStar(require("./emitArtifactDto"), exports);
|
|
53
|
+
__exportStar(require("./emitArtifactDtoLabels"), exports);
|
|
54
|
+
__exportStar(require("./emitArtifactDtoPayload"), exports);
|
|
55
|
+
__exportStar(require("./ephemeralArchiveResponseDto"), exports);
|
|
56
|
+
__exportStar(require("./ephemeralArchiveResponseDtoDataEnvelope"), exports);
|
|
57
|
+
__exportStar(require("./errorDetailsDto"), exports);
|
|
58
|
+
__exportStar(require("./errorDetailsDtoDetails"), exports);
|
|
59
|
+
__exportStar(require("./errorPayloadDto"), exports);
|
|
60
|
+
__exportStar(require("./errorResponseDto"), exports);
|
|
61
|
+
__exportStar(require("./linkArtifactDto"), exports);
|
|
62
|
+
__exportStar(require("./linkArtifactDtoRefType"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { LinkArtifactDtoRefType } from './linkArtifactDtoRefType';
|
|
9
|
+
export interface LinkArtifactDto {
|
|
10
|
+
refType: LinkArtifactDtoRefType;
|
|
11
|
+
refId: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type LinkArtifactDtoRefType = typeof LinkArtifactDtoRefType[keyof typeof LinkArtifactDtoRefType];
|
|
9
|
+
export declare const LinkArtifactDtoRefType: {
|
|
10
|
+
readonly phase_gate: "phase_gate";
|
|
11
|
+
readonly pull_request: "pull_request";
|
|
12
|
+
readonly thread: "thread";
|
|
13
|
+
readonly backlog_item: "backlog_item";
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.LinkArtifactDtoRefType = void 0;
|
|
11
|
+
exports.LinkArtifactDtoRefType = {
|
|
12
|
+
phase_gate: 'phase_gate',
|
|
13
|
+
pull_request: 'pull_request',
|
|
14
|
+
thread: 'thread',
|
|
15
|
+
backlog_item: 'backlog_item',
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* All projected rows are `published`; the artifact-store schema has no Draft / Archived lifecycle column. Ephemeral artifacts are excluded from the projection.
|
|
10
|
+
*/
|
|
11
|
+
export type ObjectLifecycle = typeof ObjectLifecycle[keyof typeof ObjectLifecycle];
|
|
12
|
+
export declare const ObjectLifecycle: {
|
|
13
|
+
readonly draft: "draft";
|
|
14
|
+
readonly published: "published";
|
|
15
|
+
readonly archived: "archived";
|
|
16
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.ObjectLifecycle = void 0;
|
|
11
|
+
exports.ObjectLifecycle = {
|
|
12
|
+
draft: 'draft',
|
|
13
|
+
published: 'published',
|
|
14
|
+
archived: 'archived',
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { PromoteTemplateBundleDtoKind } from './promoteTemplateBundleDtoKind';
|
|
9
|
+
export interface PromoteTemplateBundleDto {
|
|
10
|
+
orgId: string;
|
|
11
|
+
kind: PromoteTemplateBundleDtoKind;
|
|
12
|
+
slug: string;
|
|
13
|
+
/** Version that should become the current pointer. */
|
|
14
|
+
version: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type PromoteTemplateBundleDtoKind = typeof PromoteTemplateBundleDtoKind[keyof typeof PromoteTemplateBundleDtoKind];
|
|
9
|
+
export declare const PromoteTemplateBundleDtoKind: {
|
|
10
|
+
readonly scaffold: "scaffold";
|
|
11
|
+
readonly document_template: "document_template";
|
|
12
|
+
readonly document_theme: "document_theme";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.PromoteTemplateBundleDtoKind = void 0;
|
|
11
|
+
exports.PromoteTemplateBundleDtoKind = {
|
|
12
|
+
scaffold: 'scaffold',
|
|
13
|
+
document_template: 'document_template',
|
|
14
|
+
document_theme: 'document_theme',
|
|
15
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Ownership tier (system | biome | org | project | user)
|
|
10
|
+
*/
|
|
11
|
+
export type SpaceKind = typeof SpaceKind[keyof typeof SpaceKind];
|
|
12
|
+
export declare const SpaceKind: {
|
|
13
|
+
readonly system: "system";
|
|
14
|
+
readonly org: "org";
|
|
15
|
+
readonly project: "project";
|
|
16
|
+
readonly app: "app";
|
|
17
|
+
readonly session: "session";
|
|
18
|
+
readonly biome: "biome";
|
|
19
|
+
readonly user: "user";
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.SpaceKind = void 0;
|
|
11
|
+
exports.SpaceKind = {
|
|
12
|
+
system: 'system',
|
|
13
|
+
org: 'org',
|
|
14
|
+
project: 'project',
|
|
15
|
+
app: 'app',
|
|
16
|
+
session: 'session',
|
|
17
|
+
biome: 'biome',
|
|
18
|
+
user: 'user',
|
|
19
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface TemplateBundleDescriptorDto {
|
|
9
|
+
digest: string;
|
|
10
|
+
downloadUrl: string;
|
|
11
|
+
sizeBytes: number;
|
|
12
|
+
mediaType: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { TemplateBundleVersionResponseDtoKind } from './templateBundleVersionResponseDtoKind';
|
|
9
|
+
export interface TemplateBundleVersionResponseDto {
|
|
10
|
+
id: string;
|
|
11
|
+
orgId: string;
|
|
12
|
+
kind: TemplateBundleVersionResponseDtoKind;
|
|
13
|
+
slug: string;
|
|
14
|
+
version: string;
|
|
15
|
+
/** Server-computed sha256 digest, prefixed with "sha256:". */
|
|
16
|
+
digest: string;
|
|
17
|
+
sizeBytes: number;
|
|
18
|
+
mediaType: string;
|
|
19
|
+
publishedAt: string;
|
|
20
|
+
publishedBy: string;
|
|
21
|
+
/** Whether this version is the current pointer for (orgId, kind, slug). */
|
|
22
|
+
isCurrent: boolean;
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { TemplateBundleVersionResponseDto } from './templateBundleVersionResponseDto';
|
|
9
|
+
export interface TemplateBundleVersionResponseDtoDataEnvelope {
|
|
10
|
+
data: TemplateBundleVersionResponseDto;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type TemplateBundleVersionResponseDtoKind = typeof TemplateBundleVersionResponseDtoKind[keyof typeof TemplateBundleVersionResponseDtoKind];
|
|
9
|
+
export declare const TemplateBundleVersionResponseDtoKind: {
|
|
10
|
+
readonly scaffold: "scaffold";
|
|
11
|
+
readonly document_template: "document_template";
|
|
12
|
+
readonly document_theme: "document_theme";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.TemplateBundleVersionResponseDtoKind = void 0;
|
|
11
|
+
exports.TemplateBundleVersionResponseDtoKind = {
|
|
12
|
+
scaffold: 'scaffold',
|
|
13
|
+
document_template: 'document_template',
|
|
14
|
+
document_theme: 'document_theme',
|
|
15
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type TemplateBundlesControllerDeleteByRefKind = typeof TemplateBundlesControllerDeleteByRefKind[keyof typeof TemplateBundlesControllerDeleteByRefKind];
|
|
9
|
+
export declare const TemplateBundlesControllerDeleteByRefKind: {
|
|
10
|
+
readonly scaffold: "scaffold";
|
|
11
|
+
readonly document_template: "document_template";
|
|
12
|
+
readonly document_theme: "document_theme";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.TemplateBundlesControllerDeleteByRefKind = void 0;
|
|
11
|
+
exports.TemplateBundlesControllerDeleteByRefKind = {
|
|
12
|
+
scaffold: 'scaffold',
|
|
13
|
+
document_template: 'document_template',
|
|
14
|
+
document_theme: 'document_theme',
|
|
15
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { TemplateBundlesControllerDeleteByRefKind } from './templateBundlesControllerDeleteByRefKind';
|
|
9
|
+
export type TemplateBundlesControllerDeleteByRefParams = {
|
|
10
|
+
orgId: string;
|
|
11
|
+
kind: TemplateBundlesControllerDeleteByRefKind;
|
|
12
|
+
slug: string;
|
|
13
|
+
/**
|
|
14
|
+
* When provided, the named version is hard-deleted. When omitted, the "current" pointer is removed but versions are retained for audit/replay.
|
|
15
|
+
*/
|
|
16
|
+
version?: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type TemplateBundlesControllerFindByRefKind = typeof TemplateBundlesControllerFindByRefKind[keyof typeof TemplateBundlesControllerFindByRefKind];
|
|
9
|
+
export declare const TemplateBundlesControllerFindByRefKind: {
|
|
10
|
+
readonly scaffold: "scaffold";
|
|
11
|
+
readonly document_template: "document_template";
|
|
12
|
+
readonly document_theme: "document_theme";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.TemplateBundlesControllerFindByRefKind = void 0;
|
|
11
|
+
exports.TemplateBundlesControllerFindByRefKind = {
|
|
12
|
+
scaffold: 'scaffold',
|
|
13
|
+
document_template: 'document_template',
|
|
14
|
+
document_theme: 'document_theme',
|
|
15
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { TemplateBundlesControllerFindByRefKind } from './templateBundlesControllerFindByRefKind';
|
|
9
|
+
export type TemplateBundlesControllerFindByRefParams = {
|
|
10
|
+
orgId: string;
|
|
11
|
+
kind: TemplateBundlesControllerFindByRefKind;
|
|
12
|
+
slug: string;
|
|
13
|
+
/**
|
|
14
|
+
* When omitted, the current pointer is followed.
|
|
15
|
+
*/
|
|
16
|
+
version?: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export type TemplateBundlesControllerPublishKind = typeof TemplateBundlesControllerPublishKind[keyof typeof TemplateBundlesControllerPublishKind];
|
|
9
|
+
export declare const TemplateBundlesControllerPublishKind: {
|
|
10
|
+
readonly scaffold: "scaffold";
|
|
11
|
+
readonly document_template: "document_template";
|
|
12
|
+
readonly document_theme: "document_theme";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v8.6.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* Artifact Store API
|
|
6
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
7
|
+
* OpenAPI spec version: 0.1.0
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.TemplateBundlesControllerPublishKind = void 0;
|
|
11
|
+
exports.TemplateBundlesControllerPublishKind = {
|
|
12
|
+
scaffold: 'scaffold',
|
|
13
|
+
document_template: 'document_template',
|
|
14
|
+
document_theme: 'document_theme',
|
|
15
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.6.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Artifact Store API
|
|
5
|
+
* Versioned artifacts with storage pointers and cross-system links
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
import type { TemplateBundlesControllerPublishKind } from './templateBundlesControllerPublishKind';
|
|
9
|
+
export type TemplateBundlesControllerPublishParams = {
|
|
10
|
+
/**
|
|
11
|
+
* Organization that owns the bundle. Forms the storage key prefix.
|
|
12
|
+
*/
|
|
13
|
+
orgId: string;
|
|
14
|
+
/**
|
|
15
|
+
* Closed set of supported bundle kinds.
|
|
16
|
+
*/
|
|
17
|
+
kind: TemplateBundlesControllerPublishKind;
|
|
18
|
+
/**
|
|
19
|
+
* Stable slug within the org+kind tuple (e.g. "default", "marketing-2026").
|
|
20
|
+
*/
|
|
21
|
+
slug: string;
|
|
22
|
+
/**
|
|
23
|
+
* Producer-supplied version identifier. Stable per (orgId, kind, slug).
|
|
24
|
+
*/
|
|
25
|
+
version: string;
|
|
26
|
+
/**
|
|
27
|
+
* IANA media type for the bundle bytes. Defaults to `application/vnd.xemahq.template-bundle.tar.zst` when omitted.
|
|
28
|
+
*/
|
|
29
|
+
mediaType?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Promote this version to "current" for (orgId, kind, slug) as part of the publish. Defaults to true so first-publish flows are one-call. Pass "false" to publish a staging version without flipping the canonical pointer.
|
|
32
|
+
*/
|
|
33
|
+
makeCurrent?: boolean;
|
|
34
|
+
};
|