@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
|
@@ -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 { ManifestResponseDtoManifest } from './manifestResponseDtoManifest';
|
|
8
|
+
import type { ManifestResponseDtoManifest } from './manifestResponseDtoManifest.js';
|
|
9
9
|
export interface ManifestResponseDto {
|
|
10
10
|
id: string;
|
|
11
11
|
projectId: 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 { ManifestResponseDto } from './manifestResponseDto';
|
|
8
|
+
import type { ManifestResponseDto } from './manifestResponseDto.js';
|
|
9
9
|
export interface ManifestResponseDtoDataEnvelope {
|
|
10
10
|
data: ManifestResponseDto;
|
|
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 { ManifestSectionListResponseDtoEntries } from './manifestSectionListResponseDtoEntries';
|
|
8
|
+
import type { ManifestSectionListResponseDtoEntries } from './manifestSectionListResponseDtoEntries.js';
|
|
9
9
|
export interface ManifestSectionListResponseDto {
|
|
10
10
|
/** Map of section entry names to their objects */
|
|
11
11
|
entries: ManifestSectionListResponseDtoEntries;
|
|
@@ -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 { ManifestSectionListResponseDto } from './manifestSectionListResponseDto';
|
|
8
|
+
import type { ManifestSectionListResponseDto } from './manifestSectionListResponseDto.js';
|
|
9
9
|
export interface ManifestSectionListResponseDtoDataArrayEnvelope {
|
|
10
10
|
data: ManifestSectionListResponseDto[];
|
|
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 { ManifestValidationResponseDto } from './manifestValidationResponseDto';
|
|
8
|
+
import type { ManifestValidationResponseDto } from './manifestValidationResponseDto.js';
|
|
9
9
|
export interface ManifestValidationResponseDtoDataEnvelope {
|
|
10
10
|
data: ManifestValidationResponseDto;
|
|
11
11
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Project Registry API
|
|
5
|
+
* Project workspace, repository links, integrations and settings
|
|
6
|
+
* OpenAPI spec version: 0.1.0
|
|
7
|
+
*/
|
|
8
|
+
export interface PaginationMeta {
|
|
9
|
+
total?: number;
|
|
10
|
+
page?: number;
|
|
11
|
+
totalPages?: number;
|
|
12
|
+
/** @nullable */
|
|
13
|
+
nextCursor?: string | null;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
previousCursor?: string | null;
|
|
16
|
+
limit?: number;
|
|
17
|
+
hasMore?: boolean;
|
|
18
|
+
}
|
|
@@ -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 { PatchManifestDtoPatch } from './patchManifestDtoPatch';
|
|
8
|
+
import type { PatchManifestDtoPatch } from './patchManifestDtoPatch.js';
|
|
9
9
|
export interface PatchManifestDto {
|
|
10
10
|
/** JSON merge-patch object to apply to current manifest */
|
|
11
11
|
patch: PatchManifestDtoPatch;
|
|
@@ -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 { PatchSectionEntryDtoPatch } from './patchSectionEntryDtoPatch';
|
|
8
|
+
import type { PatchSectionEntryDtoPatch } from './patchSectionEntryDtoPatch.js';
|
|
9
9
|
export interface PatchSectionEntryDto {
|
|
10
10
|
/** JSON merge-patch to apply to section entry */
|
|
11
11
|
patch: PatchSectionEntryDtoPatch;
|
|
@@ -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 { PreferredImageVariantResponseDto } from './preferredImageVariantResponseDto';
|
|
8
|
+
import type { PreferredImageVariantResponseDto } from './preferredImageVariantResponseDto.js';
|
|
9
9
|
export interface PreferredImageVariantResponseDtoDataEnvelope {
|
|
10
10
|
data: PreferredImageVariantResponseDto;
|
|
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 ProjectBindingResponseDto {
|
|
10
10
|
id: string;
|
|
11
11
|
projectId: 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 { ProjectBindingResponseDto } from './projectBindingResponseDto';
|
|
8
|
+
import type { ProjectBindingResponseDto } from './projectBindingResponseDto.js';
|
|
9
9
|
export interface ProjectBindingResponseDtoDataArrayEnvelope {
|
|
10
10
|
data: ProjectBindingResponseDto[];
|
|
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 { ProjectBindingResponseDto } from './projectBindingResponseDto';
|
|
8
|
+
import type { ProjectBindingResponseDto } from './projectBindingResponseDto.js';
|
|
9
9
|
export interface ProjectBindingResponseDtoDataEnvelope {
|
|
10
10
|
data: ProjectBindingResponseDto;
|
|
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 { ProjectConnectionResponseDtoConfig } from './projectConnectionResponseDtoConfig';
|
|
8
|
+
import type { ProjectConnectionResponseDtoConfig } from './projectConnectionResponseDtoConfig.js';
|
|
9
9
|
export interface ProjectConnectionResponseDto {
|
|
10
10
|
type: string;
|
|
11
11
|
enabled: boolean;
|
|
@@ -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 { ProjectMembershipResponseDto } from './projectMembershipResponseDto';
|
|
8
|
+
import type { ProjectMembershipResponseDto } from './projectMembershipResponseDto.js';
|
|
9
9
|
export interface ProjectMembershipResponseDtoDataArrayEnvelope {
|
|
10
10
|
data: ProjectMembershipResponseDto[];
|
|
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 { ProjectMembershipResponseDto } from './projectMembershipResponseDto';
|
|
8
|
+
import type { ProjectMembershipResponseDto } from './projectMembershipResponseDto.js';
|
|
9
9
|
export interface ProjectMembershipResponseDtoDataEnvelope {
|
|
10
10
|
data: ProjectMembershipResponseDto;
|
|
11
11
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
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 { ProjectConnectionResponseDto } from './projectConnectionResponseDto';
|
|
9
|
-
import type { ProjectEnvResponseDto } from './projectEnvResponseDto';
|
|
10
|
-
import type { ProjectRepoResponseDto } from './projectRepoResponseDto';
|
|
11
|
-
import type { ProjectSettingsResponseDto } from './projectSettingsResponseDto';
|
|
8
|
+
import type { ProjectConnectionResponseDto } from './projectConnectionResponseDto.js';
|
|
9
|
+
import type { ProjectEnvResponseDto } from './projectEnvResponseDto.js';
|
|
10
|
+
import type { ProjectRepoResponseDto } from './projectRepoResponseDto.js';
|
|
11
|
+
import type { ProjectSettingsResponseDto } from './projectSettingsResponseDto.js';
|
|
12
12
|
export interface ProjectResponseDto {
|
|
13
13
|
id: string;
|
|
14
14
|
orgId: 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 { ProjectResponseDto } from './projectResponseDto';
|
|
8
|
+
import type { ProjectResponseDto } from './projectResponseDto.js';
|
|
9
9
|
export interface ProjectResponseDtoDataEnvelope {
|
|
10
10
|
data: ProjectResponseDto;
|
|
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 { ProjectSettingsResponseDtoCloudDetails } from './projectSettingsResponseDtoCloudDetails';
|
|
9
|
-
import type { ProjectSettingsResponseDtoCloudProvider } from './projectSettingsResponseDtoCloudProvider';
|
|
8
|
+
import type { ProjectSettingsResponseDtoCloudDetails } from './projectSettingsResponseDtoCloudDetails.js';
|
|
9
|
+
import type { ProjectSettingsResponseDtoCloudProvider } from './projectSettingsResponseDtoCloudProvider.js';
|
|
10
10
|
export interface ProjectSettingsResponseDto {
|
|
11
11
|
/** ISO 639-1 language code or "auto" */
|
|
12
12
|
outputLanguage?: 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 { ProjectSummaryResponseDto } from './projectSummaryResponseDto';
|
|
8
|
+
import type { ProjectSummaryResponseDto } from './projectSummaryResponseDto.js';
|
|
9
9
|
export interface ProjectSummaryResponseDtoDataArrayEnvelope {
|
|
10
10
|
data: ProjectSummaryResponseDto[];
|
|
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 { PromptClassificationDtoClassification } from './promptClassificationDtoClassification';
|
|
8
|
+
import type { PromptClassificationDtoClassification } from './promptClassificationDtoClassification.js';
|
|
9
9
|
export interface PromptClassificationDto {
|
|
10
10
|
classification: PromptClassificationDtoClassification;
|
|
11
11
|
/** Jaccard similarity score 0-1 */
|