@xemahq/project-registry-api-client 0.1.6 → 0.2.0
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/dist/endpoints/manifest/manifest.d.ts +25 -25
- package/dist/endpoints/manifest/manifest.js +66 -66
- package/dist/endpoints/onboarding/onboarding.d.ts +2 -2
- package/dist/endpoints/onboarding/onboarding.js +3 -3
- package/dist/endpoints/project-bindings/project-bindings.d.ts +4 -4
- package/dist/endpoints/project-bindings/project-bindings.js +9 -9
- package/dist/endpoints/project-registry/project-registry.d.ts +19 -14
- package/dist/endpoints/project-registry/project-registry.js +51 -35
- package/dist/endpoints/project-roles/project-roles.d.ts +4 -4
- package/dist/endpoints/project-roles/project-roles.js +9 -9
- package/dist/endpoints/variables/variables.d.ts +5 -5
- package/dist/endpoints/variables/variables.js +12 -12
- package/dist/endpoints/wallets/wallets.d.ts +9 -9
- package/dist/endpoints/wallets/wallets.js +24 -24
- package/dist/models/bootstrapAnalyzeDto.d.ts +2 -2
- package/dist/models/bootstrapAnalyzeDtoOptions.d.ts +1 -1
- package/dist/models/bootstrapAnalyzeDtoOptions.js +1 -1
- package/dist/models/bootstrapDecisionDto.d.ts +6 -6
- package/dist/models/bootstrapDecisionDtoDataEnvelope.d.ts +2 -2
- package/dist/models/bootstrapDecisionDtoMode.d.ts +1 -1
- package/dist/models/bootstrapDecisionDtoMode.js +1 -1
- package/dist/models/bootstrapOptionDto.d.ts +1 -1
- package/dist/models/bootstrapOptionDto.js +1 -1
- package/dist/models/bootstrapProjectDto.d.ts +2 -2
- package/dist/models/bootstrapProjectDtoOptions.d.ts +1 -1
- package/dist/models/bootstrapProjectDtoOptions.js +1 -1
- package/dist/models/createProjectBindingDto.d.ts +2 -2
- package/dist/models/createProjectDto.d.ts +2 -2
- package/dist/models/createProjectRepoDto.d.ts +1 -1
- package/dist/models/createProjectRepoDto.js +1 -1
- package/dist/models/createVariableDto.d.ts +1 -1
- package/dist/models/createVariableDto.js +1 -1
- package/dist/models/createWalletDto.d.ts +1 -1
- package/dist/models/createWalletDto.js +1 -1
- package/dist/models/{updateProjectIntegrationDtoConfig.d.ts → ensureManagedProjectDto.d.ts} +4 -3
- package/dist/models/errorDetailsDto.d.ts +2 -2
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.js +1 -1
- package/dist/models/errorPayloadDto.d.ts +2 -2
- package/dist/models/errorResponseDto.d.ts +2 -2
- package/dist/models/existingAssetsDto.d.ts +1 -1
- package/dist/models/existingAssetsDto.js +1 -1
- package/dist/models/grantProjectRoleDto.d.ts +1 -1
- package/dist/models/grantProjectRoleDto.js +1 -1
- package/dist/models/index.d.ts +3 -1
- package/dist/models/index.js +3 -1
- package/dist/models/manifestControllerGetHistoryParams.d.ts +1 -1
- package/dist/models/manifestControllerGetHistoryParams.js +1 -1
- package/dist/models/manifestDiffResponseDto.d.ts +1 -1
- package/dist/models/manifestDiffResponseDto.js +1 -1
- package/dist/models/manifestDiffResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/manifestHistoryEntryDto.d.ts +3 -3
- package/dist/models/manifestHistoryEntryDtoDataEnvelope.d.ts +2 -2
- package/dist/models/manifestHistoryEntryDtoDiff.d.ts +1 -1
- package/dist/models/manifestHistoryEntryDtoDiff.js +1 -1
- package/dist/models/{manifestHistoryEntryDtoDataArrayEnvelope.d.ts → manifestHistoryEntryDtoPaginatedEnvelope.d.ts} +5 -3
- package/dist/models/manifestHistoryEntryDtoSnapshotJson.d.ts +1 -1
- package/dist/models/manifestHistoryEntryDtoSnapshotJson.js +1 -1
- package/dist/models/manifestResponseDto.d.ts +2 -2
- package/dist/models/manifestResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/manifestResponseDtoManifest.d.ts +1 -1
- package/dist/models/manifestResponseDtoManifest.js +1 -1
- package/dist/models/manifestSectionListResponseDto.d.ts +2 -2
- package/dist/models/manifestSectionListResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/manifestSectionListResponseDtoEntries.d.ts +1 -1
- package/dist/models/manifestSectionListResponseDtoEntries.js +1 -1
- package/dist/models/manifestValidationResponseDto.d.ts +1 -1
- package/dist/models/manifestValidationResponseDto.js +1 -1
- package/dist/models/manifestValidationResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/paginationMeta.d.ts +18 -0
- package/dist/models/patchManifestDto.d.ts +2 -2
- package/dist/models/patchManifestDtoPatch.d.ts +1 -1
- package/dist/models/patchManifestDtoPatch.js +1 -1
- package/dist/models/patchSectionEntryDto.d.ts +2 -2
- package/dist/models/patchSectionEntryDtoPatch.d.ts +1 -1
- package/dist/models/patchSectionEntryDtoPatch.js +1 -1
- package/dist/models/preferredImageVariantResponseDto.d.ts +1 -1
- package/dist/models/preferredImageVariantResponseDto.js +1 -1
- package/dist/models/preferredImageVariantResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/priorRunSummaryDto.d.ts +1 -1
- package/dist/models/priorRunSummaryDto.js +1 -1
- package/dist/models/projectBindingKind.d.ts +1 -1
- package/dist/models/projectBindingKind.js +1 -1
- package/dist/models/projectBindingResponseDto.d.ts +2 -2
- package/dist/models/projectBindingResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/projectBindingResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/projectConnectionResponseDto.d.ts +2 -2
- package/dist/models/projectConnectionResponseDtoConfig.d.ts +1 -1
- package/dist/models/projectConnectionResponseDtoConfig.js +1 -1
- package/dist/models/projectEnvResponseDto.d.ts +1 -1
- package/dist/models/projectEnvResponseDto.js +1 -1
- package/dist/models/projectMembershipResponseDto.d.ts +1 -1
- package/dist/models/projectMembershipResponseDto.js +1 -1
- package/dist/models/projectMembershipResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/projectMembershipResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/projectRegistryControllerListProjectsParams.d.ts +1 -1
- package/dist/models/projectRegistryControllerListProjectsParams.js +1 -1
- package/dist/models/projectRepoResponseDto.d.ts +1 -1
- package/dist/models/projectRepoResponseDto.js +1 -1
- package/dist/models/projectResponseDto.d.ts +5 -5
- package/dist/models/projectResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/projectSettingsResponseDto.d.ts +3 -3
- package/dist/models/projectSettingsResponseDtoCloudDetails.d.ts +1 -1
- package/dist/models/projectSettingsResponseDtoCloudDetails.js +1 -1
- package/dist/models/projectSettingsResponseDtoCloudProvider.d.ts +1 -1
- package/dist/models/projectSettingsResponseDtoCloudProvider.js +1 -1
- package/dist/models/projectSummaryResponseDto.d.ts +1 -1
- package/dist/models/projectSummaryResponseDto.js +1 -1
- package/dist/models/projectSummaryResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/promptClassificationDto.d.ts +2 -2
- package/dist/models/promptClassificationDtoClassification.d.ts +1 -1
- package/dist/models/promptClassificationDtoClassification.js +1 -1
- package/dist/models/provisionOnboardingRequestDto.d.ts +1 -1
- package/dist/models/provisionOnboardingRequestDto.js +1 -1
- package/dist/models/provisionOnboardingResponseDto.d.ts +1 -1
- package/dist/models/provisionOnboardingResponseDto.js +1 -1
- package/dist/models/provisionOnboardingResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/putManifestDto.d.ts +2 -2
- package/dist/models/putManifestDtoManifest.d.ts +1 -1
- package/dist/models/putManifestDtoManifest.js +1 -1
- package/dist/models/resolveWalletsRequestDto.d.ts +1 -1
- package/dist/models/resolveWalletsRequestDto.js +1 -1
- package/dist/models/resolvedWalletsResponseDto.d.ts +4 -4
- package/dist/models/resolvedWalletsResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedWalletsResponseDtoSecrets.d.ts +1 -1
- package/dist/models/resolvedWalletsResponseDtoSecrets.js +1 -1
- package/dist/models/resolvedWalletsResponseDtoVars.d.ts +1 -1
- package/dist/models/resolvedWalletsResponseDtoVars.js +1 -1
- package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.d.ts +1 -1
- package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.js +1 -1
- package/dist/models/revokeProjectRoleDto.d.ts +1 -1
- package/dist/models/revokeProjectRoleDto.js +1 -1
- package/dist/models/setPreferredImageVariantDto.d.ts +1 -1
- package/dist/models/setPreferredImageVariantDto.js +1 -1
- package/dist/models/updateProjectConnectionDto.d.ts +2 -2
- package/dist/models/updateProjectConnectionDtoConfig.d.ts +1 -1
- package/dist/models/updateProjectConnectionDtoConfig.js +1 -1
- package/dist/models/updateProjectDto.d.ts +1 -1
- package/dist/models/updateProjectDto.js +1 -1
- package/dist/models/updateProjectSettingsDto.d.ts +4 -4
- package/dist/models/updateProjectSettingsDtoCloudDetails.d.ts +1 -1
- package/dist/models/updateProjectSettingsDtoCloudDetails.js +1 -1
- package/dist/models/updateProjectSettingsDtoCloudProvider.d.ts +1 -1
- package/dist/models/updateProjectSettingsDtoCloudProvider.js +1 -1
- package/dist/models/updateProjectSettingsDtoSettings.d.ts +1 -1
- package/dist/models/updateProjectSettingsDtoSettings.js +1 -1
- package/dist/models/updateVariableDto.d.ts +1 -1
- package/dist/models/updateVariableDto.js +1 -1
- package/dist/models/updateWalletDto.d.ts +1 -1
- package/dist/models/updateWalletDto.js +1 -1
- package/dist/models/upsertSectionEntryDto.d.ts +2 -2
- package/dist/models/upsertSectionEntryDtoEntry.d.ts +1 -1
- package/dist/models/upsertSectionEntryDtoEntry.js +1 -1
- package/dist/models/validateManifestDto.d.ts +2 -2
- package/dist/models/validateManifestDtoManifest.d.ts +1 -1
- package/dist/models/validateManifestDtoManifest.js +1 -1
- package/dist/models/variableResponseDto.d.ts +1 -1
- package/dist/models/variableResponseDto.js +1 -1
- package/dist/models/variableResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/variableResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/walletEntryDto.d.ts +1 -1
- package/dist/models/walletEntryDto.js +1 -1
- package/dist/models/walletResponseDto.d.ts +1 -1
- package/dist/models/walletResponseDto.js +1 -1
- package/dist/models/walletResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/walletResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/walletWithEntriesResponseDto.d.ts +2 -2
- package/dist/models/walletWithEntriesResponseDtoDataEnvelope.d.ts +2 -2
- package/package.json +2 -2
- package/dist/models/projectIntegrationResponseDto.d.ts +0 -14
- package/dist/models/projectIntegrationResponseDto.js +0 -2
- package/dist/models/projectIntegrationResponseDtoConfig.d.ts +0 -10
- package/dist/models/updateProjectIntegrationDto.d.ts +0 -13
- package/dist/models/updateProjectIntegrationDto.js +0 -2
- /package/dist/models/{projectIntegrationResponseDtoConfig.js → ensureManagedProjectDto.js} +0 -0
- /package/dist/models/{manifestHistoryEntryDtoDataArrayEnvelope.js → manifestHistoryEntryDtoPaginatedEnvelope.js} +0 -0
- /package/dist/models/{updateProjectIntegrationDtoConfig.js → paginationMeta.js} +0 -0
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.walletsControllerResolveWallets = exports.getWalletsControllerResolveWalletsUrl = exports.walletsControllerDeleteWallet = exports.getWalletsControllerDeleteWalletUrl = exports.walletsControllerUpdateWallet = exports.getWalletsControllerUpdateWalletUrl = exports.walletsControllerGetWallet = exports.getWalletsControllerGetWalletUrl = exports.walletsControllerListOrgWallets = exports.getWalletsControllerListOrgWalletsUrl = exports.walletsControllerCreateOrgWallet = exports.getWalletsControllerCreateOrgWalletUrl = exports.walletsControllerListProjectWallets = exports.getWalletsControllerListProjectWalletsUrl = exports.walletsControllerCreateProjectWallet = exports.getWalletsControllerCreateProjectWalletUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary Create a project-scoped wallet
|
|
7
|
-
*/
|
|
8
5
|
const getWalletsControllerCreateProjectWalletUrl = (projectId) => {
|
|
9
6
|
return `/projects/${projectId}/wallets`;
|
|
10
7
|
};
|
|
11
8
|
exports.getWalletsControllerCreateProjectWalletUrl = getWalletsControllerCreateProjectWalletUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary Create a project-scoped wallet
|
|
11
|
+
*/
|
|
12
12
|
const walletsControllerCreateProjectWallet = async (projectId, createWalletDto, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerCreateProjectWalletUrl)(projectId), {
|
|
14
14
|
...options,
|
|
@@ -18,13 +18,13 @@ const walletsControllerCreateProjectWallet = async (projectId, createWalletDto,
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.walletsControllerCreateProjectWallet = walletsControllerCreateProjectWallet;
|
|
21
|
-
/**
|
|
22
|
-
* @summary List wallets visible to a project (project-scoped + inherited org-scoped)
|
|
23
|
-
*/
|
|
24
21
|
const getWalletsControllerListProjectWalletsUrl = (projectId) => {
|
|
25
22
|
return `/projects/${projectId}/wallets`;
|
|
26
23
|
};
|
|
27
24
|
exports.getWalletsControllerListProjectWalletsUrl = getWalletsControllerListProjectWalletsUrl;
|
|
25
|
+
/**
|
|
26
|
+
* @summary List wallets visible to a project (project-scoped + inherited org-scoped)
|
|
27
|
+
*/
|
|
28
28
|
const walletsControllerListProjectWallets = async (projectId, options) => {
|
|
29
29
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerListProjectWalletsUrl)(projectId), {
|
|
30
30
|
...options,
|
|
@@ -32,13 +32,13 @@ const walletsControllerListProjectWallets = async (projectId, options) => {
|
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
34
|
exports.walletsControllerListProjectWallets = walletsControllerListProjectWallets;
|
|
35
|
-
/**
|
|
36
|
-
* @summary Create an org-scoped wallet (inherited by every project)
|
|
37
|
-
*/
|
|
38
35
|
const getWalletsControllerCreateOrgWalletUrl = () => {
|
|
39
36
|
return `/wallets`;
|
|
40
37
|
};
|
|
41
38
|
exports.getWalletsControllerCreateOrgWalletUrl = getWalletsControllerCreateOrgWalletUrl;
|
|
39
|
+
/**
|
|
40
|
+
* @summary Create an org-scoped wallet (inherited by every project)
|
|
41
|
+
*/
|
|
42
42
|
const walletsControllerCreateOrgWallet = async (createWalletDto, options) => {
|
|
43
43
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerCreateOrgWalletUrl)(), {
|
|
44
44
|
...options,
|
|
@@ -48,13 +48,13 @@ const walletsControllerCreateOrgWallet = async (createWalletDto, options) => {
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
exports.walletsControllerCreateOrgWallet = walletsControllerCreateOrgWallet;
|
|
51
|
-
/**
|
|
52
|
-
* @summary List org-scoped wallets
|
|
53
|
-
*/
|
|
54
51
|
const getWalletsControllerListOrgWalletsUrl = () => {
|
|
55
52
|
return `/wallets`;
|
|
56
53
|
};
|
|
57
54
|
exports.getWalletsControllerListOrgWalletsUrl = getWalletsControllerListOrgWalletsUrl;
|
|
55
|
+
/**
|
|
56
|
+
* @summary List org-scoped wallets
|
|
57
|
+
*/
|
|
58
58
|
const walletsControllerListOrgWallets = async (options) => {
|
|
59
59
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerListOrgWalletsUrl)(), {
|
|
60
60
|
...options,
|
|
@@ -62,13 +62,13 @@ const walletsControllerListOrgWallets = async (options) => {
|
|
|
62
62
|
});
|
|
63
63
|
};
|
|
64
64
|
exports.walletsControllerListOrgWallets = walletsControllerListOrgWallets;
|
|
65
|
-
/**
|
|
66
|
-
* @summary Get a wallet with its entries (variable keys + isSecret flags, no values)
|
|
67
|
-
*/
|
|
68
65
|
const getWalletsControllerGetWalletUrl = (walletId) => {
|
|
69
66
|
return `/wallets/${walletId}`;
|
|
70
67
|
};
|
|
71
68
|
exports.getWalletsControllerGetWalletUrl = getWalletsControllerGetWalletUrl;
|
|
69
|
+
/**
|
|
70
|
+
* @summary Get a wallet with its entries (variable keys + isSecret flags, no values)
|
|
71
|
+
*/
|
|
72
72
|
const walletsControllerGetWallet = async (walletId, options) => {
|
|
73
73
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerGetWalletUrl)(walletId), {
|
|
74
74
|
...options,
|
|
@@ -76,13 +76,13 @@ const walletsControllerGetWallet = async (walletId, options) => {
|
|
|
76
76
|
});
|
|
77
77
|
};
|
|
78
78
|
exports.walletsControllerGetWallet = walletsControllerGetWallet;
|
|
79
|
-
/**
|
|
80
|
-
* @summary Update a wallet (description only — name is immutable)
|
|
81
|
-
*/
|
|
82
79
|
const getWalletsControllerUpdateWalletUrl = (walletId) => {
|
|
83
80
|
return `/wallets/${walletId}`;
|
|
84
81
|
};
|
|
85
82
|
exports.getWalletsControllerUpdateWalletUrl = getWalletsControllerUpdateWalletUrl;
|
|
83
|
+
/**
|
|
84
|
+
* @summary Update a wallet (description only — name is immutable)
|
|
85
|
+
*/
|
|
86
86
|
const walletsControllerUpdateWallet = async (walletId, updateWalletDto, options) => {
|
|
87
87
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerUpdateWalletUrl)(walletId), {
|
|
88
88
|
...options,
|
|
@@ -92,13 +92,13 @@ const walletsControllerUpdateWallet = async (walletId, updateWalletDto, options)
|
|
|
92
92
|
});
|
|
93
93
|
};
|
|
94
94
|
exports.walletsControllerUpdateWallet = walletsControllerUpdateWallet;
|
|
95
|
-
/**
|
|
96
|
-
* @summary Delete a wallet (cascades to its variables)
|
|
97
|
-
*/
|
|
98
95
|
const getWalletsControllerDeleteWalletUrl = (walletId) => {
|
|
99
96
|
return `/wallets/${walletId}`;
|
|
100
97
|
};
|
|
101
98
|
exports.getWalletsControllerDeleteWalletUrl = getWalletsControllerDeleteWalletUrl;
|
|
99
|
+
/**
|
|
100
|
+
* @summary Delete a wallet (cascades to its variables)
|
|
101
|
+
*/
|
|
102
102
|
const walletsControllerDeleteWallet = async (walletId, options) => {
|
|
103
103
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerDeleteWalletUrl)(walletId), {
|
|
104
104
|
...options,
|
|
@@ -106,13 +106,13 @@ const walletsControllerDeleteWallet = async (walletId, options) => {
|
|
|
106
106
|
});
|
|
107
107
|
};
|
|
108
108
|
exports.walletsControllerDeleteWallet = walletsControllerDeleteWallet;
|
|
109
|
-
/**
|
|
110
|
-
* @summary Resolve a set of wallet names for a project (decrypts secrets). Service-only — restricted to Keycloak service-account callers. Used by workflow-engine-api at dispatch and agent-session-api at session create. orgId comes from the standard `X-Xema-Org-Id` request header.
|
|
111
|
-
*/
|
|
112
109
|
const getWalletsControllerResolveWalletsUrl = (projectId) => {
|
|
113
110
|
return `/projects/${projectId}/wallets/resolve`;
|
|
114
111
|
};
|
|
115
112
|
exports.getWalletsControllerResolveWalletsUrl = getWalletsControllerResolveWalletsUrl;
|
|
113
|
+
/**
|
|
114
|
+
* @summary Resolve a set of wallet names for a project (decrypts secrets). Service-only — restricted to Keycloak service-account callers. Used by workflow-engine-api at dispatch and agent-session-api at session create. orgId comes from the standard `X-Xema-Org-Id` request header.
|
|
115
|
+
*/
|
|
116
116
|
const walletsControllerResolveWallets = async (projectId, resolveWalletsRequestDto, options) => {
|
|
117
117
|
return (0, custom_fetch_1.customFetch)((0, exports.getWalletsControllerResolveWalletsUrl)(projectId), {
|
|
118
118
|
...options,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { BootstrapAnalyzeDtoOptions } from './bootstrapAnalyzeDtoOptions';
|
|
8
|
+
import type { BootstrapAnalyzeDtoOptions } from './bootstrapAnalyzeDtoOptions.js';
|
|
9
9
|
export interface BootstrapAnalyzeDto {
|
|
10
10
|
/** The user prompt describing the project or change */
|
|
11
11
|
prompt: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { BootstrapDecisionDtoMode } from './bootstrapDecisionDtoMode';
|
|
9
|
-
import type { BootstrapOptionDto } from './bootstrapOptionDto';
|
|
10
|
-
import type { ExistingAssetsDto } from './existingAssetsDto';
|
|
11
|
-
import type { PriorRunSummaryDto } from './priorRunSummaryDto';
|
|
12
|
-
import type { PromptClassificationDto } from './promptClassificationDto';
|
|
8
|
+
import type { BootstrapDecisionDtoMode } from './bootstrapDecisionDtoMode.js';
|
|
9
|
+
import type { BootstrapOptionDto } from './bootstrapOptionDto.js';
|
|
10
|
+
import type { ExistingAssetsDto } from './existingAssetsDto.js';
|
|
11
|
+
import type { PriorRunSummaryDto } from './priorRunSummaryDto.js';
|
|
12
|
+
import type { PromptClassificationDto } from './promptClassificationDto.js';
|
|
13
13
|
export interface BootstrapDecisionDto {
|
|
14
14
|
mode: BootstrapDecisionDtoMode;
|
|
15
15
|
priorRun?: PriorRunSummaryDto;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { BootstrapDecisionDto } from './bootstrapDecisionDto';
|
|
8
|
+
import type { BootstrapDecisionDto } from './bootstrapDecisionDto.js';
|
|
9
9
|
export interface BootstrapDecisionDtoDataEnvelope {
|
|
10
10
|
data: BootstrapDecisionDto;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { BootstrapProjectDtoOptions } from './bootstrapProjectDtoOptions';
|
|
8
|
+
import type { BootstrapProjectDtoOptions } from './bootstrapProjectDtoOptions.js';
|
|
9
9
|
export interface BootstrapProjectDto {
|
|
10
10
|
options?: BootstrapProjectDtoOptions;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ProjectBindingKind } from './projectBindingKind';
|
|
8
|
+
import type { ProjectBindingKind } from './projectBindingKind.js';
|
|
9
9
|
export interface CreateProjectBindingDto {
|
|
10
10
|
kind: ProjectBindingKind;
|
|
11
11
|
targetId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { CreateProjectRepoDto } from './createProjectRepoDto';
|
|
8
|
+
import type { CreateProjectRepoDto } from './createProjectRepoDto.js';
|
|
9
9
|
export interface CreateProjectDto {
|
|
10
10
|
name: string;
|
|
11
11
|
description?: string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
export interface EnsureManagedProjectDto {
|
|
9
|
+
name: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails';
|
|
8
|
+
import type { ErrorDetailsDtoDetails } from './errorDetailsDtoDetails.js';
|
|
9
9
|
export interface ErrorDetailsDto {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
details: ErrorDetailsDtoDetails;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ErrorDetailsDto } from './errorDetailsDto';
|
|
8
|
+
import type { ErrorDetailsDto } from './errorDetailsDto.js';
|
|
9
9
|
export interface ErrorPayloadDto {
|
|
10
10
|
code: string;
|
|
11
11
|
message: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ErrorPayloadDto } from './errorPayloadDto';
|
|
8
|
+
import type { ErrorPayloadDto } from './errorPayloadDto.js';
|
|
9
9
|
export interface ErrorResponseDto {
|
|
10
10
|
error: ErrorPayloadDto;
|
|
11
11
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './createProjectDto';
|
|
|
11
11
|
export * from './createProjectRepoDto';
|
|
12
12
|
export * from './createVariableDto';
|
|
13
13
|
export * from './createWalletDto';
|
|
14
|
+
export * from './ensureManagedProjectDto';
|
|
14
15
|
export * from './errorDetailsDto';
|
|
15
16
|
export * from './errorDetailsDtoDetails';
|
|
16
17
|
export * from './errorPayloadDto';
|
|
@@ -21,9 +22,9 @@ export * from './manifestControllerGetHistoryParams';
|
|
|
21
22
|
export * from './manifestDiffResponseDto';
|
|
22
23
|
export * from './manifestDiffResponseDtoDataEnvelope';
|
|
23
24
|
export * from './manifestHistoryEntryDto';
|
|
24
|
-
export * from './manifestHistoryEntryDtoDataArrayEnvelope';
|
|
25
25
|
export * from './manifestHistoryEntryDtoDataEnvelope';
|
|
26
26
|
export * from './manifestHistoryEntryDtoDiff';
|
|
27
|
+
export * from './manifestHistoryEntryDtoPaginatedEnvelope';
|
|
27
28
|
export * from './manifestHistoryEntryDtoSnapshotJson';
|
|
28
29
|
export * from './manifestResponseDto';
|
|
29
30
|
export * from './manifestResponseDtoDataEnvelope';
|
|
@@ -33,6 +34,7 @@ export * from './manifestSectionListResponseDtoDataArrayEnvelope';
|
|
|
33
34
|
export * from './manifestSectionListResponseDtoEntries';
|
|
34
35
|
export * from './manifestValidationResponseDto';
|
|
35
36
|
export * from './manifestValidationResponseDtoDataEnvelope';
|
|
37
|
+
export * from './paginationMeta';
|
|
36
38
|
export * from './patchManifestDto';
|
|
37
39
|
export * from './patchManifestDtoPatch';
|
|
38
40
|
export * from './patchSectionEntryDto';
|
package/dist/models/index.js
CHANGED
|
@@ -28,6 +28,7 @@ __exportStar(require("./createProjectDto"), exports);
|
|
|
28
28
|
__exportStar(require("./createProjectRepoDto"), exports);
|
|
29
29
|
__exportStar(require("./createVariableDto"), exports);
|
|
30
30
|
__exportStar(require("./createWalletDto"), exports);
|
|
31
|
+
__exportStar(require("./ensureManagedProjectDto"), exports);
|
|
31
32
|
__exportStar(require("./errorDetailsDto"), exports);
|
|
32
33
|
__exportStar(require("./errorDetailsDtoDetails"), exports);
|
|
33
34
|
__exportStar(require("./errorPayloadDto"), exports);
|
|
@@ -38,9 +39,9 @@ __exportStar(require("./manifestControllerGetHistoryParams"), exports);
|
|
|
38
39
|
__exportStar(require("./manifestDiffResponseDto"), exports);
|
|
39
40
|
__exportStar(require("./manifestDiffResponseDtoDataEnvelope"), exports);
|
|
40
41
|
__exportStar(require("./manifestHistoryEntryDto"), exports);
|
|
41
|
-
__exportStar(require("./manifestHistoryEntryDtoDataArrayEnvelope"), exports);
|
|
42
42
|
__exportStar(require("./manifestHistoryEntryDtoDataEnvelope"), exports);
|
|
43
43
|
__exportStar(require("./manifestHistoryEntryDtoDiff"), exports);
|
|
44
|
+
__exportStar(require("./manifestHistoryEntryDtoPaginatedEnvelope"), exports);
|
|
44
45
|
__exportStar(require("./manifestHistoryEntryDtoSnapshotJson"), exports);
|
|
45
46
|
__exportStar(require("./manifestResponseDto"), exports);
|
|
46
47
|
__exportStar(require("./manifestResponseDtoDataEnvelope"), exports);
|
|
@@ -50,6 +51,7 @@ __exportStar(require("./manifestSectionListResponseDtoDataArrayEnvelope"), expor
|
|
|
50
51
|
__exportStar(require("./manifestSectionListResponseDtoEntries"), exports);
|
|
51
52
|
__exportStar(require("./manifestValidationResponseDto"), exports);
|
|
52
53
|
__exportStar(require("./manifestValidationResponseDtoDataEnvelope"), exports);
|
|
54
|
+
__exportStar(require("./paginationMeta"), exports);
|
|
53
55
|
__exportStar(require("./patchManifestDto"), exports);
|
|
54
56
|
__exportStar(require("./patchManifestDtoPatch"), exports);
|
|
55
57
|
__exportStar(require("./patchSectionEntryDto"), exports);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ManifestDiffResponseDto } from './manifestDiffResponseDto';
|
|
8
|
+
import type { ManifestDiffResponseDto } from './manifestDiffResponseDto.js';
|
|
9
9
|
export interface ManifestDiffResponseDtoDataEnvelope {
|
|
10
10
|
data: ManifestDiffResponseDto;
|
|
11
11
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ManifestHistoryEntryDtoDiff } from './manifestHistoryEntryDtoDiff';
|
|
9
|
-
import type { ManifestHistoryEntryDtoSnapshotJson } from './manifestHistoryEntryDtoSnapshotJson';
|
|
8
|
+
import type { ManifestHistoryEntryDtoDiff } from './manifestHistoryEntryDtoDiff.js';
|
|
9
|
+
import type { ManifestHistoryEntryDtoSnapshotJson } from './manifestHistoryEntryDtoSnapshotJson.js';
|
|
10
10
|
export interface ManifestHistoryEntryDto {
|
|
11
11
|
id: string;
|
|
12
12
|
version: number;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto';
|
|
8
|
+
import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto.js';
|
|
9
9
|
export interface ManifestHistoryEntryDtoDataEnvelope {
|
|
10
10
|
data: ManifestHistoryEntryDto;
|
|
11
11
|
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto';
|
|
9
|
-
|
|
8
|
+
import type { ManifestHistoryEntryDto } from './manifestHistoryEntryDto.js';
|
|
9
|
+
import type { PaginationMeta } from './paginationMeta.js';
|
|
10
|
+
export interface ManifestHistoryEntryDtoPaginatedEnvelope {
|
|
10
11
|
data: ManifestHistoryEntryDto[];
|
|
12
|
+
pagination: PaginationMeta;
|
|
11
13
|
}
|