@xemahq/project-registry-api-client 0.1.6 → 0.2.1
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 +2 -1
- package/dist/endpoints/manifest/manifest.d.ts +26 -26
- package/dist/endpoints/manifest/manifest.js +66 -66
- package/dist/endpoints/onboarding/onboarding.d.ts +3 -3
- package/dist/endpoints/onboarding/onboarding.js +3 -3
- package/dist/endpoints/project-bindings/project-bindings.d.ts +5 -5
- package/dist/endpoints/project-bindings/project-bindings.js +9 -9
- package/dist/endpoints/project-registry/project-registry.d.ts +20 -15
- package/dist/endpoints/project-registry/project-registry.js +51 -35
- package/dist/endpoints/project-roles/project-roles.d.ts +5 -5
- package/dist/endpoints/project-roles/project-roles.js +9 -9
- package/dist/endpoints/variables/variables.d.ts +6 -6
- package/dist/endpoints/variables/variables.js +12 -12
- package/dist/endpoints/wallets/wallets.d.ts +10 -10
- package/dist/endpoints/wallets/wallets.js +24 -24
- package/dist/models/bootstrapAnalyzeDto.d.ts +3 -3
- package/dist/models/bootstrapAnalyzeDtoOptions.d.ts +2 -2
- package/dist/models/bootstrapAnalyzeDtoOptions.js +2 -2
- package/dist/models/bootstrapDecisionDto.d.ts +7 -7
- package/dist/models/bootstrapDecisionDtoDataEnvelope.d.ts +3 -3
- package/dist/models/bootstrapDecisionDtoMode.d.ts +2 -2
- package/dist/models/bootstrapDecisionDtoMode.js +2 -2
- package/dist/models/bootstrapOptionDto.d.ts +2 -2
- package/dist/models/bootstrapOptionDto.js +2 -2
- package/dist/models/bootstrapProjectDto.d.ts +3 -3
- package/dist/models/bootstrapProjectDtoOptions.d.ts +2 -2
- package/dist/models/bootstrapProjectDtoOptions.js +2 -2
- package/dist/models/createProjectBindingDto.d.ts +3 -3
- package/dist/models/createProjectDto.d.ts +3 -3
- package/dist/models/createProjectRepoDto.d.ts +2 -2
- package/dist/models/createProjectRepoDto.js +2 -2
- package/dist/models/createVariableDto.d.ts +2 -2
- package/dist/models/createVariableDto.js +2 -2
- package/dist/models/createWalletDto.d.ts +2 -2
- package/dist/models/createWalletDto.js +2 -2
- package/dist/models/{updateProjectIntegrationDtoConfig.d.ts → ensureManagedProjectDto.d.ts} +5 -4
- package/dist/models/{updateProjectIntegrationDtoConfig.js → ensureManagedProjectDto.js} +1 -1
- package/dist/models/errorDetailsDto.d.ts +3 -3
- package/dist/models/errorDetailsDtoDetails.d.ts +2 -2
- package/dist/models/errorDetailsDtoDetails.js +2 -2
- package/dist/models/errorPayloadDto.d.ts +3 -3
- package/dist/models/errorResponseDto.d.ts +3 -3
- package/dist/models/existingAssetsDto.d.ts +2 -2
- package/dist/models/existingAssetsDto.js +2 -2
- package/dist/models/grantProjectRoleDto.d.ts +4 -3
- package/dist/models/grantProjectRoleDto.js +0 -7
- package/dist/models/index.d.ts +4 -1
- package/dist/models/index.js +4 -1
- package/dist/models/manifestControllerGetHistoryParams.d.ts +2 -2
- package/dist/models/manifestControllerGetHistoryParams.js +2 -2
- package/dist/models/manifestDiffResponseDto.d.ts +2 -2
- package/dist/models/manifestDiffResponseDto.js +2 -2
- package/dist/models/manifestDiffResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/manifestHistoryEntryDto.d.ts +4 -4
- package/dist/models/manifestHistoryEntryDtoDataEnvelope.d.ts +3 -3
- package/dist/models/manifestHistoryEntryDtoDiff.d.ts +2 -2
- package/dist/models/manifestHistoryEntryDtoDiff.js +2 -2
- package/dist/models/manifestHistoryEntryDtoPaginatedEnvelope.d.ts +13 -0
- package/dist/models/manifestHistoryEntryDtoSnapshotJson.d.ts +2 -2
- package/dist/models/manifestHistoryEntryDtoSnapshotJson.js +2 -2
- package/dist/models/manifestResponseDto.d.ts +3 -3
- package/dist/models/manifestResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/manifestResponseDtoManifest.d.ts +2 -2
- package/dist/models/manifestResponseDtoManifest.js +2 -2
- package/dist/models/manifestSectionListResponseDto.d.ts +3 -3
- package/dist/models/manifestSectionListResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/manifestSectionListResponseDtoEntries.d.ts +2 -2
- package/dist/models/manifestSectionListResponseDtoEntries.js +2 -2
- package/dist/models/manifestValidationResponseDto.d.ts +2 -2
- package/dist/models/manifestValidationResponseDto.js +2 -2
- package/dist/models/manifestValidationResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/paginationMeta.d.ts +18 -0
- package/dist/models/{projectIntegrationResponseDtoConfig.js → paginationMeta.js} +1 -1
- package/dist/models/patchManifestDto.d.ts +3 -3
- package/dist/models/patchManifestDtoPatch.d.ts +2 -2
- package/dist/models/patchManifestDtoPatch.js +2 -2
- package/dist/models/patchSectionEntryDto.d.ts +3 -3
- package/dist/models/patchSectionEntryDtoPatch.d.ts +2 -2
- package/dist/models/patchSectionEntryDtoPatch.js +2 -2
- package/dist/models/preferredImageVariantResponseDto.d.ts +2 -2
- package/dist/models/preferredImageVariantResponseDto.js +2 -2
- package/dist/models/preferredImageVariantResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/priorRunSummaryDto.d.ts +2 -2
- package/dist/models/priorRunSummaryDto.js +2 -2
- package/dist/models/projectBindingKind.d.ts +2 -2
- package/dist/models/projectBindingKind.js +2 -2
- package/dist/models/projectBindingResponseDto.d.ts +3 -3
- package/dist/models/projectBindingResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/projectBindingResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/projectConnectionResponseDto.d.ts +3 -3
- package/dist/models/projectConnectionResponseDtoConfig.d.ts +2 -2
- package/dist/models/projectConnectionResponseDtoConfig.js +2 -2
- package/dist/models/projectEnvResponseDto.d.ts +2 -2
- package/dist/models/projectEnvResponseDto.js +2 -2
- package/dist/models/projectMembershipResponseDto.d.ts +9 -2
- package/dist/models/projectMembershipResponseDto.js +2 -2
- package/dist/models/projectMembershipResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/projectMembershipResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/projectRegistryControllerListProjectsParams.d.ts +2 -2
- package/dist/models/projectRegistryControllerListProjectsParams.js +2 -2
- package/dist/models/projectRepoResponseDto.d.ts +2 -2
- package/dist/models/projectRepoResponseDto.js +2 -2
- package/dist/models/projectResponseDto.d.ts +6 -6
- package/dist/models/projectResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/projectRole.d.ts +12 -0
- package/dist/models/projectRole.js +14 -0
- package/dist/models/projectSettingsResponseDto.d.ts +4 -4
- package/dist/models/projectSettingsResponseDtoCloudDetails.d.ts +2 -2
- package/dist/models/projectSettingsResponseDtoCloudDetails.js +2 -2
- package/dist/models/projectSettingsResponseDtoCloudProvider.d.ts +2 -2
- package/dist/models/projectSettingsResponseDtoCloudProvider.js +2 -2
- package/dist/models/projectSummaryResponseDto.d.ts +2 -2
- package/dist/models/projectSummaryResponseDto.js +2 -2
- package/dist/models/projectSummaryResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/promptClassificationDto.d.ts +3 -3
- package/dist/models/promptClassificationDtoClassification.d.ts +2 -2
- package/dist/models/promptClassificationDtoClassification.js +2 -2
- package/dist/models/provisionOnboardingRequestDto.d.ts +2 -2
- package/dist/models/provisionOnboardingRequestDto.js +2 -2
- package/dist/models/provisionOnboardingResponseDto.d.ts +2 -2
- package/dist/models/provisionOnboardingResponseDto.js +2 -2
- package/dist/models/provisionOnboardingResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/putManifestDto.d.ts +3 -3
- package/dist/models/putManifestDtoManifest.d.ts +2 -2
- package/dist/models/putManifestDtoManifest.js +2 -2
- package/dist/models/resolveWalletsRequestDto.d.ts +2 -2
- package/dist/models/resolveWalletsRequestDto.js +2 -2
- package/dist/models/resolvedWalletsResponseDto.d.ts +5 -5
- package/dist/models/resolvedWalletsResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/resolvedWalletsResponseDtoSecrets.d.ts +2 -2
- package/dist/models/resolvedWalletsResponseDtoSecrets.js +2 -2
- package/dist/models/resolvedWalletsResponseDtoVars.d.ts +2 -2
- package/dist/models/resolvedWalletsResponseDtoVars.js +2 -2
- package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.d.ts +2 -2
- package/dist/models/resolvedWalletsResponseDtoWalletKeyMap.js +2 -2
- package/dist/models/revokeProjectRoleDto.d.ts +6 -2
- package/dist/models/revokeProjectRoleDto.js +2 -2
- package/dist/models/setPreferredImageVariantDto.d.ts +2 -2
- package/dist/models/setPreferredImageVariantDto.js +2 -2
- package/dist/models/updateProjectConnectionDto.d.ts +3 -3
- package/dist/models/updateProjectConnectionDtoConfig.d.ts +2 -2
- package/dist/models/updateProjectConnectionDtoConfig.js +2 -2
- package/dist/models/updateProjectDto.d.ts +2 -2
- package/dist/models/updateProjectDto.js +2 -2
- package/dist/models/updateProjectSettingsDto.d.ts +5 -5
- package/dist/models/updateProjectSettingsDtoCloudDetails.d.ts +2 -2
- package/dist/models/updateProjectSettingsDtoCloudDetails.js +2 -2
- package/dist/models/updateProjectSettingsDtoCloudProvider.d.ts +2 -2
- package/dist/models/updateProjectSettingsDtoCloudProvider.js +2 -2
- package/dist/models/updateProjectSettingsDtoSettings.d.ts +2 -2
- package/dist/models/updateProjectSettingsDtoSettings.js +2 -2
- package/dist/models/updateVariableDto.d.ts +2 -2
- package/dist/models/updateVariableDto.js +2 -2
- package/dist/models/updateWalletDto.d.ts +2 -2
- package/dist/models/updateWalletDto.js +2 -2
- package/dist/models/upsertSectionEntryDto.d.ts +3 -3
- package/dist/models/upsertSectionEntryDtoEntry.d.ts +2 -2
- package/dist/models/upsertSectionEntryDtoEntry.js +2 -2
- package/dist/models/validateManifestDto.d.ts +3 -3
- package/dist/models/validateManifestDtoManifest.d.ts +2 -2
- package/dist/models/validateManifestDtoManifest.js +2 -2
- package/dist/models/variableResponseDto.d.ts +2 -2
- package/dist/models/variableResponseDto.js +2 -2
- package/dist/models/variableResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/variableResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/walletEntryDto.d.ts +2 -2
- package/dist/models/walletEntryDto.js +2 -2
- package/dist/models/walletResponseDto.d.ts +2 -2
- package/dist/models/walletResponseDto.js +2 -2
- package/dist/models/walletResponseDtoDataArrayEnvelope.d.ts +3 -3
- package/dist/models/walletResponseDtoDataEnvelope.d.ts +3 -3
- package/dist/models/walletWithEntriesResponseDto.d.ts +3 -3
- package/dist/models/walletWithEntriesResponseDtoDataEnvelope.d.ts +3 -3
- package/package.json +3 -3
- package/dist/models/manifestHistoryEntryDtoDataArrayEnvelope.d.ts +0 -11
- 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/{manifestHistoryEntryDtoDataArrayEnvelope.js → manifestHistoryEntryDtoPaginatedEnvelope.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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* Run configuration options
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export type BootstrapDecisionDtoMode = typeof BootstrapDecisionDtoMode[keyof typeof BootstrapDecisionDtoMode];
|
|
9
9
|
export declare const BootstrapDecisionDtoMode: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.BootstrapDecisionDtoMode = void 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export interface BootstrapOptionDto {
|
|
9
9
|
key: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export type BootstrapProjectDtoOptions = {
|
|
9
9
|
[key: string]: unknown;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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;
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export interface CreateProjectRepoDto {
|
|
9
9
|
provider: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export interface CreateVariableDto {
|
|
9
9
|
/** Variable name (uppercase + underscores). Unique within the wallet. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export interface CreateWalletDto {
|
|
9
9
|
/** Wallet name unique within the wallet's (org, project) scope. Lowercase kebab-case. */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* Project Registry API
|
|
5
5
|
* Project workspace, repository links, integrations and settings
|
|
6
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
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
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
8
|
export interface ExistingAssetsDto {
|
|
9
9
|
artifacts: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by orval v8.
|
|
3
|
+
* Generated by orval v8.16.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
* Project Registry API
|
|
6
6
|
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.
|
|
7
|
+
* OpenAPI spec version: 0.1.2
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,11 +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
|
-
* OpenAPI spec version: 0.1.
|
|
6
|
+
* OpenAPI spec version: 0.1.2
|
|
7
7
|
*/
|
|
8
|
+
import type { ProjectRole } from './projectRole.js';
|
|
8
9
|
export interface GrantProjectRoleDto {
|
|
9
10
|
userId: string;
|
|
10
|
-
role:
|
|
11
|
+
role: ProjectRole;
|
|
11
12
|
}
|
|
@@ -1,9 +1,2 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.6.2 🍺
|
|
4
|
-
* Do not edit manually.
|
|
5
|
-
* Project Registry API
|
|
6
|
-
* Project workspace, repository links, integrations and settings
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
8
|
-
*/
|
|
9
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
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';
|
|
@@ -54,6 +56,7 @@ export * from './projectRegistryControllerListProjectsParams';
|
|
|
54
56
|
export * from './projectRepoResponseDto';
|
|
55
57
|
export * from './projectResponseDto';
|
|
56
58
|
export * from './projectResponseDtoDataEnvelope';
|
|
59
|
+
export * from './projectRole';
|
|
57
60
|
export * from './projectSettingsResponseDto';
|
|
58
61
|
export * from './projectSettingsResponseDtoCloudDetails';
|
|
59
62
|
export * from './projectSettingsResponseDtoCloudProvider';
|
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);
|
|
@@ -71,6 +73,7 @@ __exportStar(require("./projectRegistryControllerListProjectsParams"), exports);
|
|
|
71
73
|
__exportStar(require("./projectRepoResponseDto"), exports);
|
|
72
74
|
__exportStar(require("./projectResponseDto"), exports);
|
|
73
75
|
__exportStar(require("./projectResponseDtoDataEnvelope"), exports);
|
|
76
|
+
__exportStar(require("./projectRole"), exports);
|
|
74
77
|
__exportStar(require("./projectSettingsResponseDto"), exports);
|
|
75
78
|
__exportStar(require("./projectSettingsResponseDtoCloudDetails"), exports);
|
|
76
79
|
__exportStar(require("./projectSettingsResponseDtoCloudProvider"), exports);
|