@harnessio/react-har-service-client 0.35.0 → 0.36.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/har-service/src/services/hooks/useAddOciArtifactTagsMutation.d.ts +28 -0
- package/dist/har-service/src/services/hooks/useAddOciArtifactTagsMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useCopyMutation.d.ts +31 -0
- package/dist/har-service/src/services/hooks/useCopyMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestMutation.d.ts +25 -0
- package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestV1Query.js +1 -1
- package/dist/har-service/src/services/hooks/useCreateRegistryMutation.d.ts +1 -1
- package/dist/har-service/src/services/hooks/useCreateRegistryMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useCreateReplicationRuleMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useCreateWebhookMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDefineSpaceLabelMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDefineSpaceLabelValueMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteArtifactMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteArtifactVersionMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.d.ts +25 -0
- package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.js +17 -0
- package/dist/har-service/src/services/hooks/useDeletePackageMutation.d.ts +31 -0
- package/dist/har-service/src/services/hooks/useDeletePackageMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useDeleteQuarantineFilePathMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteRegistryMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.d.ts +31 -0
- package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.js +14 -0
- package/dist/har-service/src/services/hooks/useDeleteReplicationRuleMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteSpaceLabelMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteSpaceLabelValueMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useDeleteVersionMutation.d.ts +31 -0
- package/dist/har-service/src/services/hooks/useDeleteVersionMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useDeleteWebhookMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useFindSpaceLabelQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetAllArtifactVersionsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetAllArtifactsByRegistryQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetAllHarnessArtifactsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetAllRegistriesQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactDeploymentsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactFileQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactFilesQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactStatsForRegistryQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactStatsForSpaceQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactStatsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactSummaryQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetArtifactVersionSummaryQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.d.ts +25 -0
- package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useGetClientSetupDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetDockerArtifactDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetDockerArtifactIntegrationDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetDockerArtifactLayersQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetFileQuery.d.ts +28 -0
- package/dist/har-service/src/services/hooks/useGetFileQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useGetHelmArtifactDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetHelmArtifactManifestQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.d.ts +35 -0
- package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useGetMetadataQuery.d.ts +28 -0
- package/dist/har-service/src/services/hooks/useGetMetadataQuery.js +16 -0
- package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.d.ts +36 -0
- package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useGetMigrationLogsForImageQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetOciArtifactTagsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetRegistryQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetReplicationRuleQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetStorageDetailsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.d.ts +2 -1
- package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useGetWebhookQuery.d.ts +2 -1
- package/dist/har-service/src/services/hooks/useGetWebhookQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListArtifactLabelsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListMigrationImagesQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListPackagesQuery.d.ts +48 -0
- package/dist/har-service/src/services/hooks/useListPackagesQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useListRegistriesQuery.d.ts +48 -0
- package/dist/har-service/src/services/hooks/useListRegistriesQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useListReplicationRulesQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListSpaceLabelValuesQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListSpaceLabelsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListVersionsQuery.d.ts +48 -0
- package/dist/har-service/src/services/hooks/useListVersionsQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.d.ts +2 -1
- package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useListWebhooksQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useModifyRegistryMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useQuarantineFilePathMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.d.ts +2 -1
- package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useRedirectHarnessArtifactQuery.js +1 -1
- package/dist/har-service/src/services/hooks/useRestorePackageMutation.d.ts +30 -0
- package/dist/har-service/src/services/hooks/useRestorePackageMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.d.ts +30 -0
- package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useRestoreVersionMutation.d.ts +30 -0
- package/dist/har-service/src/services/hooks/useRestoreVersionMutation.js +14 -0
- package/dist/har-service/src/services/hooks/useSaveMetadataMutation.d.ts +28 -0
- package/dist/har-service/src/services/hooks/useSaveMetadataMutation.js +17 -0
- package/dist/har-service/src/services/hooks/useSaveSpaceLabelMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useSearchFilesQuery.d.ts +36 -0
- package/dist/har-service/src/services/hooks/useSearchFilesQuery.js +14 -0
- package/dist/har-service/src/services/hooks/useStartMigrationMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useStopMigrationMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useUpdateArtifactLabelsMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.d.ts +29 -0
- package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.js +18 -0
- package/dist/har-service/src/services/hooks/useUpdateReplicationRuleMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useUpdateSpaceLabelMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useUpdateSpaceLabelValueMutation.js +1 -1
- package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.d.ts +2 -1
- package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.js +1 -1
- package/dist/har-service/src/services/index.d.ts +70 -0
- package/dist/har-service/src/services/index.js +21 -0
- package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.d.ts +2 -0
- package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.js +1 -0
- package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.d.ts +2 -0
- package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.js +1 -0
- package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.d.ts +2 -0
- package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.js +1 -0
- package/dist/har-service/src/services/responses/AddTagsResponseResponse.d.ts +4 -0
- package/dist/har-service/src/services/responses/AddTagsResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/CopyResponseResponse.d.ts +4 -0
- package/dist/har-service/src/services/responses/CopyResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/DownloadFileResponseResponse.d.ts +4 -0
- package/dist/har-service/src/services/responses/DownloadFileResponseResponse.js +4 -0
- package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.d.ts +6 -0
- package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/ListFilesResponseResponse.d.ts +30 -0
- package/dist/har-service/src/services/responses/ListFilesResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/ListPackageResponseResponse.d.ts +6 -0
- package/dist/har-service/src/services/responses/ListPackageResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/ListVersionResponseResponse.d.ts +6 -0
- package/dist/har-service/src/services/responses/ListVersionResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.d.ts +5 -0
- package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/MetadataResponseResponse.d.ts +6 -0
- package/dist/har-service/src/services/responses/MetadataResponseResponse.js +1 -0
- package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.d.ts +5 -0
- package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.js +1 -0
- package/dist/har-service/src/services/schemas/AddTags.d.ts +5 -0
- package/dist/har-service/src/services/schemas/AddTags.js +4 -0
- package/dist/har-service/src/services/schemas/ArtifactDetail.d.ts +8 -0
- package/dist/har-service/src/services/schemas/ArtifactMetadata.d.ts +5 -4
- package/dist/har-service/src/services/schemas/ArtifactSummary.d.ts +3 -4
- package/dist/har-service/src/services/schemas/ArtifactVersionMetadata.d.ts +8 -0
- package/dist/har-service/src/services/schemas/ArtifactVersionSummary.d.ts +3 -4
- package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.d.ts +22 -0
- package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.js +4 -0
- package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.d.ts +4 -0
- package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.js +4 -0
- package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.d.ts +8 -0
- package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.js +1 -0
- package/dist/har-service/src/services/schemas/Error.d.ts +10 -3
- package/dist/har-service/src/services/schemas/ExtraHeader.d.ts +1 -0
- package/dist/har-service/src/services/schemas/FileMetadata.d.ts +8 -0
- package/dist/har-service/src/services/schemas/FileMetadata.js +4 -0
- package/dist/har-service/src/services/schemas/ListPackage.d.ts +35 -0
- package/dist/har-service/src/services/schemas/ListPackage.js +1 -0
- package/dist/har-service/src/services/schemas/ListRegistry.d.ts +2 -0
- package/dist/har-service/src/services/schemas/ListVersion.d.ts +35 -0
- package/dist/har-service/src/services/schemas/ListVersion.js +1 -0
- package/dist/har-service/src/services/schemas/Meta.d.ts +17 -0
- package/dist/har-service/src/services/schemas/Meta.js +4 -0
- package/dist/har-service/src/services/schemas/MetadataInput.d.ts +45 -0
- package/dist/har-service/src/services/schemas/MetadataInput.js +1 -0
- package/dist/har-service/src/services/schemas/MetadataItemInput.d.ts +15 -0
- package/dist/har-service/src/services/schemas/MetadataItemInput.js +4 -0
- package/dist/har-service/src/services/schemas/MetadataItemOutput.d.ts +22 -0
- package/dist/har-service/src/services/schemas/MetadataItemOutput.js +1 -0
- package/dist/har-service/src/services/schemas/MetadataOutput.d.ts +11 -0
- package/dist/har-service/src/services/schemas/MetadataOutput.js +1 -0
- package/dist/har-service/src/services/schemas/MetadataType.d.ts +5 -0
- package/dist/har-service/src/services/schemas/MetadataType.js +4 -0
- package/dist/har-service/src/services/schemas/PackageMetadata.d.ts +30 -0
- package/dist/har-service/src/services/schemas/PackageMetadata.js +1 -0
- package/dist/har-service/src/services/schemas/Registry.d.ts +3 -4
- package/dist/har-service/src/services/schemas/RegistryArtifactMetadata.d.ts +3 -5
- package/dist/har-service/src/services/schemas/RegistryMetadata.d.ts +2 -4
- package/dist/har-service/src/services/schemas/RegistryRequest.d.ts +1 -1
- package/dist/har-service/src/services/schemas/Status.d.ts +1 -1
- package/dist/har-service/src/services/schemas/VersionMetadata.d.ts +40 -0
- package/dist/har-service/src/services/schemas/VersionMetadata.js +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export type { GetPathParamsType, ResponseWithPagination } from './helpers';
|
|
2
|
+
export type { AddOciArtifactTagsErrorResponse, AddOciArtifactTagsMutationQueryParams, AddOciArtifactTagsOkResponse, AddOciArtifactTagsProps, AddOciArtifactTagsRequestBody, } from './hooks/useAddOciArtifactTagsMutation';
|
|
3
|
+
export { addOciArtifactTags, useAddOciArtifactTagsMutation, } from './hooks/useAddOciArtifactTagsMutation';
|
|
4
|
+
export type { CopyErrorResponse, CopyMutationQueryParams, CopyOkResponse, CopyProps, } from './hooks/useCopyMutation';
|
|
5
|
+
export { copy, useCopyMutation } from './hooks/useCopyMutation';
|
|
6
|
+
export type { CreateBulkDownloadRequestErrorResponse, CreateBulkDownloadRequestMutationQueryParams, CreateBulkDownloadRequestOkResponse, CreateBulkDownloadRequestProps, CreateBulkDownloadRequestRequestBody, } from './hooks/useCreateBulkDownloadRequestMutation';
|
|
7
|
+
export { createBulkDownloadRequest, useCreateBulkDownloadRequestMutation, } from './hooks/useCreateBulkDownloadRequestMutation';
|
|
2
8
|
export type { CreateBulkDownloadRequestV1ErrorResponse, CreateBulkDownloadRequestV1OkResponse, CreateBulkDownloadRequestV1Props, CreateBulkDownloadRequestV1QueryPathParams, } from './hooks/useCreateBulkDownloadRequestV1Query';
|
|
3
9
|
export { createBulkDownloadRequestV1, useCreateBulkDownloadRequestV1Query, } from './hooks/useCreateBulkDownloadRequestV1Query';
|
|
4
10
|
export type { CreateRegistryErrorResponse, CreateRegistryMutationQueryParams, CreateRegistryOkResponse, CreateRegistryProps, CreateRegistryRequestBody, } from './hooks/useCreateRegistryMutation';
|
|
@@ -15,16 +21,24 @@ export type { DeleteArtifactErrorResponse, DeleteArtifactMutationPathParams, Del
|
|
|
15
21
|
export { deleteArtifact, useDeleteArtifactMutation } from './hooks/useDeleteArtifactMutation';
|
|
16
22
|
export type { DeleteArtifactVersionErrorResponse, DeleteArtifactVersionMutationPathParams, DeleteArtifactVersionMutationQueryParams, DeleteArtifactVersionOkResponse, DeleteArtifactVersionProps, } from './hooks/useDeleteArtifactVersionMutation';
|
|
17
23
|
export { deleteArtifactVersion, useDeleteArtifactVersionMutation, } from './hooks/useDeleteArtifactVersionMutation';
|
|
24
|
+
export type { DeleteMetadataErrorResponse, DeleteMetadataMutationQueryParams, DeleteMetadataOkResponse, DeleteMetadataProps, } from './hooks/useDeleteMetadataMutation';
|
|
25
|
+
export { deleteMetadata, useDeleteMetadataMutation } from './hooks/useDeleteMetadataMutation';
|
|
26
|
+
export type { DeletePackageErrorResponse, DeletePackageMutationPathParams, DeletePackageMutationQueryParams, DeletePackageOkResponse, DeletePackageProps, } from './hooks/useDeletePackageMutation';
|
|
27
|
+
export { deletePackage, useDeletePackageMutation } from './hooks/useDeletePackageMutation';
|
|
18
28
|
export type { DeleteQuarantineFilePathErrorResponse, DeleteQuarantineFilePathMutationPathParams, DeleteQuarantineFilePathMutationQueryParams, DeleteQuarantineFilePathOkResponse, DeleteQuarantineFilePathProps, } from './hooks/useDeleteQuarantineFilePathMutation';
|
|
19
29
|
export { deleteQuarantineFilePath, useDeleteQuarantineFilePathMutation, } from './hooks/useDeleteQuarantineFilePathMutation';
|
|
20
30
|
export type { DeleteRegistryErrorResponse, DeleteRegistryMutationPathParams, DeleteRegistryOkResponse, DeleteRegistryProps, } from './hooks/useDeleteRegistryMutation';
|
|
21
31
|
export { deleteRegistry, useDeleteRegistryMutation } from './hooks/useDeleteRegistryMutation';
|
|
32
|
+
export type { DeleteRegistryV2ErrorResponse, DeleteRegistryV2MutationPathParams, DeleteRegistryV2MutationQueryParams, DeleteRegistryV2OkResponse, DeleteRegistryV2Props, } from './hooks/useDeleteRegistryV2Mutation';
|
|
33
|
+
export { deleteRegistryV2, useDeleteRegistryV2Mutation } from './hooks/useDeleteRegistryV2Mutation';
|
|
22
34
|
export type { DeleteReplicationRuleErrorResponse, DeleteReplicationRuleMutationPathParams, DeleteReplicationRuleOkResponse, DeleteReplicationRuleProps, } from './hooks/useDeleteReplicationRuleMutation';
|
|
23
35
|
export { deleteReplicationRule, useDeleteReplicationRuleMutation, } from './hooks/useDeleteReplicationRuleMutation';
|
|
24
36
|
export type { DeleteSpaceLabelErrorResponse, DeleteSpaceLabelMutationPathParams, DeleteSpaceLabelOkResponse, DeleteSpaceLabelProps, } from './hooks/useDeleteSpaceLabelMutation';
|
|
25
37
|
export { deleteSpaceLabel, useDeleteSpaceLabelMutation } from './hooks/useDeleteSpaceLabelMutation';
|
|
26
38
|
export type { DeleteSpaceLabelValueErrorResponse, DeleteSpaceLabelValueMutationPathParams, DeleteSpaceLabelValueOkResponse, DeleteSpaceLabelValueProps, } from './hooks/useDeleteSpaceLabelValueMutation';
|
|
27
39
|
export { deleteSpaceLabelValue, useDeleteSpaceLabelValueMutation, } from './hooks/useDeleteSpaceLabelValueMutation';
|
|
40
|
+
export type { DeleteVersionErrorResponse, DeleteVersionMutationPathParams, DeleteVersionMutationQueryParams, DeleteVersionOkResponse, DeleteVersionProps, } from './hooks/useDeleteVersionMutation';
|
|
41
|
+
export { deleteVersion, useDeleteVersionMutation } from './hooks/useDeleteVersionMutation';
|
|
28
42
|
export type { DeleteWebhookErrorResponse, DeleteWebhookMutationPathParams, DeleteWebhookOkResponse, DeleteWebhookProps, } from './hooks/useDeleteWebhookMutation';
|
|
29
43
|
export { deleteWebhook, useDeleteWebhookMutation } from './hooks/useDeleteWebhookMutation';
|
|
30
44
|
export type { FindSpaceLabelErrorResponse, FindSpaceLabelOkResponse, FindSpaceLabelProps, FindSpaceLabelQueryPathParams, FindSpaceLabelQueryQueryParams, } from './hooks/useFindSpaceLabelQuery';
|
|
@@ -55,6 +69,8 @@ export type { GetArtifactSummaryErrorResponse, GetArtifactSummaryOkResponse, Get
|
|
|
55
69
|
export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
|
|
56
70
|
export type { GetArtifactVersionSummaryErrorResponse, GetArtifactVersionSummaryOkResponse, GetArtifactVersionSummaryProps, GetArtifactVersionSummaryQueryPathParams, GetArtifactVersionSummaryQueryQueryParams, } from './hooks/useGetArtifactVersionSummaryQuery';
|
|
57
71
|
export { getArtifactVersionSummary, useGetArtifactVersionSummaryQuery, } from './hooks/useGetArtifactVersionSummaryQuery';
|
|
72
|
+
export type { GetBulkDownloadRequestStatusErrorResponse, GetBulkDownloadRequestStatusOkResponse, GetBulkDownloadRequestStatusProps, GetBulkDownloadRequestStatusQueryPathParams, GetBulkDownloadRequestStatusQueryQueryParams, } from './hooks/useGetBulkDownloadRequestStatusQuery';
|
|
73
|
+
export { getBulkDownloadRequestStatus, useGetBulkDownloadRequestStatusQuery, } from './hooks/useGetBulkDownloadRequestStatusQuery';
|
|
58
74
|
export type { GetClientSetupDetailsErrorResponse, GetClientSetupDetailsOkResponse, GetClientSetupDetailsProps, GetClientSetupDetailsQueryPathParams, GetClientSetupDetailsQueryQueryParams, } from './hooks/useGetClientSetupDetailsQuery';
|
|
59
75
|
export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
|
|
60
76
|
export type { GetDockerArtifactDetailsErrorResponse, GetDockerArtifactDetailsOkResponse, GetDockerArtifactDetailsProps, GetDockerArtifactDetailsQueryPathParams, GetDockerArtifactDetailsQueryQueryParams, } from './hooks/useGetDockerArtifactDetailsQuery';
|
|
@@ -67,10 +83,18 @@ export type { GetDockerArtifactManifestErrorResponse, GetDockerArtifactManifestO
|
|
|
67
83
|
export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
|
|
68
84
|
export type { GetDockerArtifactManifestsErrorResponse, GetDockerArtifactManifestsOkResponse, GetDockerArtifactManifestsProps, GetDockerArtifactManifestsQueryPathParams, GetDockerArtifactManifestsQueryQueryParams, } from './hooks/useGetDockerArtifactManifestsQuery';
|
|
69
85
|
export { getDockerArtifactManifests, useGetDockerArtifactManifestsQuery, } from './hooks/useGetDockerArtifactManifestsQuery';
|
|
86
|
+
export type { GetFileErrorResponse, GetFileOkResponse, GetFileProps, GetFileQueryPathParams, GetFileQueryQueryParams, } from './hooks/useGetFileQuery';
|
|
87
|
+
export { getFile, useGetFileQuery } from './hooks/useGetFileQuery';
|
|
70
88
|
export type { GetHelmArtifactDetailsErrorResponse, GetHelmArtifactDetailsOkResponse, GetHelmArtifactDetailsProps, GetHelmArtifactDetailsQueryPathParams, GetHelmArtifactDetailsQueryQueryParams, } from './hooks/useGetHelmArtifactDetailsQuery';
|
|
71
89
|
export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
|
|
72
90
|
export type { GetHelmArtifactManifestErrorResponse, GetHelmArtifactManifestOkResponse, GetHelmArtifactManifestProps, GetHelmArtifactManifestQueryPathParams, } from './hooks/useGetHelmArtifactManifestQuery';
|
|
73
91
|
export { getHelmArtifactManifest, useGetHelmArtifactManifestQuery, } from './hooks/useGetHelmArtifactManifestQuery';
|
|
92
|
+
export type { GetMetadataKeysErrorResponse, GetMetadataKeysOkResponse, GetMetadataKeysProps, GetMetadataKeysQueryQueryParams, } from './hooks/useGetMetadataKeysQuery';
|
|
93
|
+
export { getMetadataKeys, useGetMetadataKeysQuery } from './hooks/useGetMetadataKeysQuery';
|
|
94
|
+
export type { GetMetadataErrorResponse, GetMetadataOkResponse, GetMetadataProps, GetMetadataQueryQueryParams, } from './hooks/useGetMetadataQuery';
|
|
95
|
+
export { getMetadata, useGetMetadataQuery } from './hooks/useGetMetadataQuery';
|
|
96
|
+
export type { GetMetadataValuesErrorResponse, GetMetadataValuesOkResponse, GetMetadataValuesProps, GetMetadataValuesQueryQueryParams, } from './hooks/useGetMetadataValuesQuery';
|
|
97
|
+
export { getMetadataValues, useGetMetadataValuesQuery } from './hooks/useGetMetadataValuesQuery';
|
|
74
98
|
export type { GetMigrationLogsForImageErrorResponse, GetMigrationLogsForImageOkResponse, GetMigrationLogsForImageProps, GetMigrationLogsForImageQueryPathParams, } from './hooks/useGetMigrationLogsForImageQuery';
|
|
75
99
|
export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
|
|
76
100
|
export type { GetOciArtifactTagsErrorResponse, GetOciArtifactTagsOkResponse, GetOciArtifactTagsProps, GetOciArtifactTagsQueryPathParams, GetOciArtifactTagsQueryQueryParams, } from './hooks/useGetOciArtifactTagsQuery';
|
|
@@ -89,12 +113,18 @@ export type { ListArtifactLabelsErrorResponse, ListArtifactLabelsOkResponse, Lis
|
|
|
89
113
|
export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
|
|
90
114
|
export type { ListMigrationImagesErrorResponse, ListMigrationImagesOkResponse, ListMigrationImagesProps, ListMigrationImagesQueryPathParams, ListMigrationImagesQueryQueryParams, } from './hooks/useListMigrationImagesQuery';
|
|
91
115
|
export { listMigrationImages, useListMigrationImagesQuery, } from './hooks/useListMigrationImagesQuery';
|
|
116
|
+
export type { ListPackagesErrorResponse, ListPackagesOkResponse, ListPackagesProps, ListPackagesQueryQueryParams, } from './hooks/useListPackagesQuery';
|
|
117
|
+
export { listPackages, useListPackagesQuery } from './hooks/useListPackagesQuery';
|
|
118
|
+
export type { ListRegistriesErrorResponse, ListRegistriesOkResponse, ListRegistriesProps, ListRegistriesQueryQueryParams, } from './hooks/useListRegistriesQuery';
|
|
119
|
+
export { listRegistries, useListRegistriesQuery } from './hooks/useListRegistriesQuery';
|
|
92
120
|
export type { ListReplicationRulesErrorResponse, ListReplicationRulesOkResponse, ListReplicationRulesProps, ListReplicationRulesQueryQueryParams, } from './hooks/useListReplicationRulesQuery';
|
|
93
121
|
export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
|
|
94
122
|
export type { ListSpaceLabelValuesErrorResponse, ListSpaceLabelValuesOkResponse, ListSpaceLabelValuesProps, ListSpaceLabelValuesQueryPathParams, } from './hooks/useListSpaceLabelValuesQuery';
|
|
95
123
|
export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
|
|
96
124
|
export type { ListSpaceLabelsErrorResponse, ListSpaceLabelsOkResponse, ListSpaceLabelsProps, ListSpaceLabelsQueryPathParams, ListSpaceLabelsQueryQueryParams, } from './hooks/useListSpaceLabelsQuery';
|
|
97
125
|
export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
|
|
126
|
+
export type { ListVersionsErrorResponse, ListVersionsOkResponse, ListVersionsProps, ListVersionsQueryQueryParams, } from './hooks/useListVersionsQuery';
|
|
127
|
+
export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
|
|
98
128
|
export type { ListWebhookExecutionsErrorResponse, ListWebhookExecutionsOkResponse, ListWebhookExecutionsProps, ListWebhookExecutionsQueryPathParams, ListWebhookExecutionsQueryQueryParams, } from './hooks/useListWebhookExecutionsQuery';
|
|
99
129
|
export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
|
|
100
130
|
export type { ListWebhooksErrorResponse, ListWebhooksOkResponse, ListWebhooksProps, ListWebhooksQueryPathParams, ListWebhooksQueryQueryParams, } from './hooks/useListWebhooksQuery';
|
|
@@ -107,14 +137,26 @@ export type { ReTriggerWebhookExecutionErrorResponse, ReTriggerWebhookExecutionO
|
|
|
107
137
|
export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
|
|
108
138
|
export type { RedirectHarnessArtifactErrorResponse, RedirectHarnessArtifactOkResponse, RedirectHarnessArtifactProps, RedirectHarnessArtifactQueryPathParams, RedirectHarnessArtifactQueryQueryParams, } from './hooks/useRedirectHarnessArtifactQuery';
|
|
109
139
|
export { redirectHarnessArtifact, useRedirectHarnessArtifactQuery, } from './hooks/useRedirectHarnessArtifactQuery';
|
|
140
|
+
export type { RestorePackageErrorResponse, RestorePackageMutationPathParams, RestorePackageMutationQueryParams, RestorePackageOkResponse, RestorePackageProps, } from './hooks/useRestorePackageMutation';
|
|
141
|
+
export { restorePackage, useRestorePackageMutation } from './hooks/useRestorePackageMutation';
|
|
142
|
+
export type { RestoreRegistryErrorResponse, RestoreRegistryMutationPathParams, RestoreRegistryMutationQueryParams, RestoreRegistryOkResponse, RestoreRegistryProps, } from './hooks/useRestoreRegistryMutation';
|
|
143
|
+
export { restoreRegistry, useRestoreRegistryMutation } from './hooks/useRestoreRegistryMutation';
|
|
144
|
+
export type { RestoreVersionErrorResponse, RestoreVersionMutationPathParams, RestoreVersionMutationQueryParams, RestoreVersionOkResponse, RestoreVersionProps, } from './hooks/useRestoreVersionMutation';
|
|
145
|
+
export { restoreVersion, useRestoreVersionMutation } from './hooks/useRestoreVersionMutation';
|
|
146
|
+
export type { SaveMetadataErrorResponse, SaveMetadataMutationQueryParams, SaveMetadataOkResponse, SaveMetadataProps, SaveMetadataRequestBody, } from './hooks/useSaveMetadataMutation';
|
|
147
|
+
export { saveMetadata, useSaveMetadataMutation } from './hooks/useSaveMetadataMutation';
|
|
110
148
|
export type { SaveSpaceLabelErrorResponse, SaveSpaceLabelMutationPathParams, SaveSpaceLabelOkResponse, SaveSpaceLabelProps, SaveSpaceLabelRequestBody, } from './hooks/useSaveSpaceLabelMutation';
|
|
111
149
|
export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
|
|
150
|
+
export type { SearchFilesErrorResponse, SearchFilesOkResponse, SearchFilesProps, SearchFilesQueryQueryParams, } from './hooks/useSearchFilesQuery';
|
|
151
|
+
export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
|
|
112
152
|
export type { StartMigrationErrorResponse, StartMigrationMutationPathParams, StartMigrationOkResponse, StartMigrationProps, } from './hooks/useStartMigrationMutation';
|
|
113
153
|
export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
|
|
114
154
|
export type { StopMigrationErrorResponse, StopMigrationMutationPathParams, StopMigrationOkResponse, StopMigrationProps, } from './hooks/useStopMigrationMutation';
|
|
115
155
|
export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
|
|
116
156
|
export type { UpdateArtifactLabelsErrorResponse, UpdateArtifactLabelsMutationPathParams, UpdateArtifactLabelsMutationQueryParams, UpdateArtifactLabelsOkResponse, UpdateArtifactLabelsProps, UpdateArtifactLabelsRequestBody, } from './hooks/useUpdateArtifactLabelsMutation';
|
|
117
157
|
export { updateArtifactLabels, useUpdateArtifactLabelsMutation, } from './hooks/useUpdateArtifactLabelsMutation';
|
|
158
|
+
export type { UpdateMetadataErrorResponse, UpdateMetadataMutationQueryParams, UpdateMetadataOkResponse, UpdateMetadataProps, UpdateMetadataRequestBody, } from './hooks/useUpdateMetadataMutation';
|
|
159
|
+
export { updateMetadata, useUpdateMetadataMutation } from './hooks/useUpdateMetadataMutation';
|
|
118
160
|
export type { UpdateReplicationRuleErrorResponse, UpdateReplicationRuleMutationPathParams, UpdateReplicationRuleOkResponse, UpdateReplicationRuleProps, UpdateReplicationRuleRequestBody, } from './hooks/useUpdateReplicationRuleMutation';
|
|
119
161
|
export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
|
|
120
162
|
export type { UpdateSpaceLabelErrorResponse, UpdateSpaceLabelMutationPathParams, UpdateSpaceLabelOkResponse, UpdateSpaceLabelProps, UpdateSpaceLabelRequestBody, } from './hooks/useUpdateSpaceLabelMutation';
|
|
@@ -123,11 +165,15 @@ export type { UpdateSpaceLabelValueErrorResponse, UpdateSpaceLabelValueMutationP
|
|
|
123
165
|
export { updateSpaceLabelValue, useUpdateSpaceLabelValueMutation, } from './hooks/useUpdateSpaceLabelValueMutation';
|
|
124
166
|
export type { UpdateWebhookErrorResponse, UpdateWebhookMutationPathParams, UpdateWebhookOkResponse, UpdateWebhookProps, UpdateWebhookRequestBody, } from './hooks/useUpdateWebhookMutation';
|
|
125
167
|
export { updateWebhook, useUpdateWebhookMutation } from './hooks/useUpdateWebhookMutation';
|
|
168
|
+
export type { AddTagsRequestRequestBody } from './requestBodies/AddTagsRequestRequestBody';
|
|
126
169
|
export type { ArtifactLabelRequestRequestBody } from './requestBodies/ArtifactLabelRequestRequestBody';
|
|
170
|
+
export type { BulkDownloadFilesRequestRequestBody } from './requestBodies/BulkDownloadFilesRequestRequestBody';
|
|
171
|
+
export type { MetadataRequestRequestBody } from './requestBodies/MetadataRequestRequestBody';
|
|
127
172
|
export type { QuarantineRequestRequestBody } from './requestBodies/QuarantineRequestRequestBody';
|
|
128
173
|
export type { RegistryRequestRequestBody } from './requestBodies/RegistryRequestRequestBody';
|
|
129
174
|
export type { ReplicationRuleRequestRequestBody } from './requestBodies/ReplicationRuleRequestRequestBody';
|
|
130
175
|
export type { WebhookRequestRequestBody } from './requestBodies/WebhookRequestRequestBody';
|
|
176
|
+
export type { AddTagsResponseResponse } from './responses/AddTagsResponseResponse';
|
|
131
177
|
export type { ArtifactDeploymentsResponseResponse } from './responses/ArtifactDeploymentsResponseResponse';
|
|
132
178
|
export type { ArtifactDetailResponseResponse } from './responses/ArtifactDetailResponseResponse';
|
|
133
179
|
export type { ArtifactFileResponseResponse } from './responses/ArtifactFileResponseResponse';
|
|
@@ -137,26 +183,35 @@ export type { ArtifactSummaryResponseResponse } from './responses/ArtifactSummar
|
|
|
137
183
|
export type { ArtifactVersionSummaryResponseResponse } from './responses/ArtifactVersionSummaryResponseResponse';
|
|
138
184
|
export type { BadRequestResponse } from './responses/BadRequestResponse';
|
|
139
185
|
export type { ClientSetupDetailsResponseResponse } from './responses/ClientSetupDetailsResponseResponse';
|
|
186
|
+
export type { CopyResponseResponse } from './responses/CopyResponseResponse';
|
|
140
187
|
export type { CreateBulkDownloadRequestResponseResponse } from './responses/CreateBulkDownloadRequestResponseResponse';
|
|
141
188
|
export type { DockerArtifactDetailIntegrationResponseResponse } from './responses/DockerArtifactDetailIntegrationResponseResponse';
|
|
142
189
|
export type { DockerArtifactDetailResponseResponse } from './responses/DockerArtifactDetailResponseResponse';
|
|
143
190
|
export type { DockerArtifactManifestResponseResponse } from './responses/DockerArtifactManifestResponseResponse';
|
|
144
191
|
export type { DockerLayersResponseResponse } from './responses/DockerLayersResponseResponse';
|
|
145
192
|
export type { DockerManifestsResponseResponse } from './responses/DockerManifestsResponseResponse';
|
|
193
|
+
export type { DownloadFileResponseResponse } from './responses/DownloadFileResponseResponse';
|
|
146
194
|
export type { FileDetailResponseResponse } from './responses/FileDetailResponseResponse';
|
|
195
|
+
export type { GetBulkDownloadRequestStatusResponseResponse } from './responses/GetBulkDownloadRequestStatusResponseResponse';
|
|
147
196
|
export type { HelmArtifactDetailResponseResponse } from './responses/HelmArtifactDetailResponseResponse';
|
|
148
197
|
export type { HelmArtifactManifestResponseResponse } from './responses/HelmArtifactManifestResponseResponse';
|
|
149
198
|
export type { InternalServerErrorResponse } from './responses/InternalServerErrorResponse';
|
|
150
199
|
export type { ListArtifactLabelResponseResponse } from './responses/ListArtifactLabelResponseResponse';
|
|
151
200
|
export type { ListArtifactResponseResponse } from './responses/ListArtifactResponseResponse';
|
|
152
201
|
export type { ListArtifactVersionResponseResponse } from './responses/ListArtifactVersionResponseResponse';
|
|
202
|
+
export type { ListFilesResponseResponse } from './responses/ListFilesResponseResponse';
|
|
153
203
|
export type { ListMigrationImageResponseResponse } from './responses/ListMigrationImageResponseResponse';
|
|
154
204
|
export type { ListOciArtifactTagsResponseResponse } from './responses/ListOciArtifactTagsResponseResponse';
|
|
205
|
+
export type { ListPackageResponseResponse } from './responses/ListPackageResponseResponse';
|
|
155
206
|
export type { ListRegistryArtifactResponseResponse } from './responses/ListRegistryArtifactResponseResponse';
|
|
156
207
|
export type { ListRegistryResponseResponse } from './responses/ListRegistryResponseResponse';
|
|
157
208
|
export type { ListReplicationRuleResponseResponse } from './responses/ListReplicationRuleResponseResponse';
|
|
209
|
+
export type { ListVersionResponseResponse } from './responses/ListVersionResponseResponse';
|
|
158
210
|
export type { ListWebhooksExecutionResponseResponse } from './responses/ListWebhooksExecutionResponseResponse';
|
|
159
211
|
export type { ListWebhooksResponseResponse } from './responses/ListWebhooksResponseResponse';
|
|
212
|
+
export type { MetadataKeysResponseResponse } from './responses/MetadataKeysResponseResponse';
|
|
213
|
+
export type { MetadataResponseResponse } from './responses/MetadataResponseResponse';
|
|
214
|
+
export type { MetadataValuesResponseResponse } from './responses/MetadataValuesResponseResponse';
|
|
160
215
|
export type { NotFoundResponse } from './responses/NotFoundResponse';
|
|
161
216
|
export type { PlainTextResponseResponse } from './responses/PlainTextResponseResponse';
|
|
162
217
|
export type { QuarantinePathResponseResponse } from './responses/QuarantinePathResponseResponse';
|
|
@@ -170,6 +225,7 @@ export type { UnauthorizedResponse } from './responses/UnauthorizedResponse';
|
|
|
170
225
|
export type { WebhookExecutionResponseResponse } from './responses/WebhookExecutionResponseResponse';
|
|
171
226
|
export type { WebhookResponseResponse } from './responses/WebhookResponseResponse';
|
|
172
227
|
export type { AccessKeySecretKey } from './schemas/AccessKeySecretKey';
|
|
228
|
+
export type { AddTags } from './schemas/AddTags';
|
|
173
229
|
export type { Anonymous } from './schemas/Anonymous';
|
|
174
230
|
export type { ArtifactDeploymentsDetail } from './schemas/ArtifactDeploymentsDetail';
|
|
175
231
|
export type { ArtifactDeploymentsDetails } from './schemas/ArtifactDeploymentsDetails';
|
|
@@ -185,6 +241,9 @@ export type { ArtifactVersionMetadata } from './schemas/ArtifactVersionMetadata'
|
|
|
185
241
|
export type { ArtifactVersionSummary } from './schemas/ArtifactVersionSummary';
|
|
186
242
|
export type { AuthType } from './schemas/AuthType';
|
|
187
243
|
export type { BuildDetails } from './schemas/BuildDetails';
|
|
244
|
+
export type { BulkDownloadFilesRequestInput } from './schemas/BulkDownloadFilesRequestInput';
|
|
245
|
+
export type { BulkDownloadRequestStatus } from './schemas/BulkDownloadRequestStatus';
|
|
246
|
+
export type { BulkDownloadRequestStatusOutput } from './schemas/BulkDownloadRequestStatusOutput';
|
|
188
247
|
export type { CargoArtifactDetailConfig } from './schemas/CargoArtifactDetailConfig';
|
|
189
248
|
export type { CleanupPolicy } from './schemas/CleanupPolicy';
|
|
190
249
|
export type { ClientSetupDetails } from './schemas/ClientSetupDetails';
|
|
@@ -214,6 +273,7 @@ export type { EnvironmentType } from './schemas/EnvironmentType';
|
|
|
214
273
|
export type { Error } from './schemas/Error';
|
|
215
274
|
export type { ExtraHeader } from './schemas/ExtraHeader';
|
|
216
275
|
export type { FileDetail } from './schemas/FileDetail';
|
|
276
|
+
export type { FileMetadata } from './schemas/FileMetadata';
|
|
217
277
|
export type { GenericArtifactDetailConfig } from './schemas/GenericArtifactDetailConfig';
|
|
218
278
|
export type { GoArtifactDetailConfig } from './schemas/GoArtifactDetailConfig';
|
|
219
279
|
export type { HelmArtifactDetail } from './schemas/HelmArtifactDetail';
|
|
@@ -227,17 +287,26 @@ export type { ListArtifactVersion } from './schemas/ListArtifactVersion';
|
|
|
227
287
|
export type { ListFileDetail } from './schemas/ListFileDetail';
|
|
228
288
|
export type { ListMigrationImage } from './schemas/ListMigrationImage';
|
|
229
289
|
export type { ListOciArtifactTags } from './schemas/ListOciArtifactTags';
|
|
290
|
+
export type { ListPackage } from './schemas/ListPackage';
|
|
230
291
|
export type { ListRegistry } from './schemas/ListRegistry';
|
|
231
292
|
export type { ListRegistryArtifact } from './schemas/ListRegistryArtifact';
|
|
232
293
|
export type { ListReplicationRule } from './schemas/ListReplicationRule';
|
|
294
|
+
export type { ListVersion } from './schemas/ListVersion';
|
|
233
295
|
export type { ListWebhooks } from './schemas/ListWebhooks';
|
|
234
296
|
export type { ListWebhooksExecutions } from './schemas/ListWebhooksExecutions';
|
|
235
297
|
export type { LocalReplicationRegistry } from './schemas/LocalReplicationRegistry';
|
|
236
298
|
export type { MavenArtifactDetailConfig } from './schemas/MavenArtifactDetailConfig';
|
|
299
|
+
export type { Meta } from './schemas/Meta';
|
|
300
|
+
export type { MetadataInput } from './schemas/MetadataInput';
|
|
301
|
+
export type { MetadataItemInput } from './schemas/MetadataItemInput';
|
|
302
|
+
export type { MetadataItemOutput } from './schemas/MetadataItemOutput';
|
|
303
|
+
export type { MetadataOutput } from './schemas/MetadataOutput';
|
|
304
|
+
export type { MetadataType } from './schemas/MetadataType';
|
|
237
305
|
export type { MigrationImage } from './schemas/MigrationImage';
|
|
238
306
|
export type { NpmArtifactDetailConfig } from './schemas/NpmArtifactDetailConfig';
|
|
239
307
|
export type { NugetArtifactDetailConfig } from './schemas/NugetArtifactDetailConfig';
|
|
240
308
|
export type { OciArtifactTag } from './schemas/OciArtifactTag';
|
|
309
|
+
export type { PackageMetadata } from './schemas/PackageMetadata';
|
|
241
310
|
export type { PackageType } from './schemas/PackageType';
|
|
242
311
|
export type { PythonArtifactDetailConfig } from './schemas/PythonArtifactDetailConfig';
|
|
243
312
|
export type { QuarantinePath } from './schemas/QuarantinePath';
|
|
@@ -270,6 +339,7 @@ export type { TypesSaveLabelValueInput } from './schemas/TypesSaveLabelValueInpu
|
|
|
270
339
|
export type { UpstreamConfig } from './schemas/UpstreamConfig';
|
|
271
340
|
export type { UserPassword } from './schemas/UserPassword';
|
|
272
341
|
export type { UsererrorError } from './schemas/UsererrorError';
|
|
342
|
+
export type { VersionMetadata } from './schemas/VersionMetadata';
|
|
273
343
|
export type { VirtualConfig } from './schemas/VirtualConfig';
|
|
274
344
|
export type { Webhook } from './schemas/Webhook';
|
|
275
345
|
export type { WebhookExecRequest } from './schemas/WebhookExecRequest';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export { addOciArtifactTags, useAddOciArtifactTagsMutation, } from './hooks/useAddOciArtifactTagsMutation';
|
|
2
|
+
export { copy, useCopyMutation } from './hooks/useCopyMutation';
|
|
3
|
+
export { createBulkDownloadRequest, useCreateBulkDownloadRequestMutation, } from './hooks/useCreateBulkDownloadRequestMutation';
|
|
1
4
|
export { createBulkDownloadRequestV1, useCreateBulkDownloadRequestV1Query, } from './hooks/useCreateBulkDownloadRequestV1Query';
|
|
2
5
|
export { createRegistry, useCreateRegistryMutation } from './hooks/useCreateRegistryMutation';
|
|
3
6
|
export { createReplicationRule, useCreateReplicationRuleMutation, } from './hooks/useCreateReplicationRuleMutation';
|
|
@@ -6,11 +9,15 @@ export { defineSpaceLabel, useDefineSpaceLabelMutation } from './hooks/useDefine
|
|
|
6
9
|
export { defineSpaceLabelValue, useDefineSpaceLabelValueMutation, } from './hooks/useDefineSpaceLabelValueMutation';
|
|
7
10
|
export { deleteArtifact, useDeleteArtifactMutation } from './hooks/useDeleteArtifactMutation';
|
|
8
11
|
export { deleteArtifactVersion, useDeleteArtifactVersionMutation, } from './hooks/useDeleteArtifactVersionMutation';
|
|
12
|
+
export { deleteMetadata, useDeleteMetadataMutation } from './hooks/useDeleteMetadataMutation';
|
|
13
|
+
export { deletePackage, useDeletePackageMutation } from './hooks/useDeletePackageMutation';
|
|
9
14
|
export { deleteQuarantineFilePath, useDeleteQuarantineFilePathMutation, } from './hooks/useDeleteQuarantineFilePathMutation';
|
|
10
15
|
export { deleteRegistry, useDeleteRegistryMutation } from './hooks/useDeleteRegistryMutation';
|
|
16
|
+
export { deleteRegistryV2, useDeleteRegistryV2Mutation } from './hooks/useDeleteRegistryV2Mutation';
|
|
11
17
|
export { deleteReplicationRule, useDeleteReplicationRuleMutation, } from './hooks/useDeleteReplicationRuleMutation';
|
|
12
18
|
export { deleteSpaceLabel, useDeleteSpaceLabelMutation } from './hooks/useDeleteSpaceLabelMutation';
|
|
13
19
|
export { deleteSpaceLabelValue, useDeleteSpaceLabelValueMutation, } from './hooks/useDeleteSpaceLabelValueMutation';
|
|
20
|
+
export { deleteVersion, useDeleteVersionMutation } from './hooks/useDeleteVersionMutation';
|
|
14
21
|
export { deleteWebhook, useDeleteWebhookMutation } from './hooks/useDeleteWebhookMutation';
|
|
15
22
|
export { findSpaceLabel, useFindSpaceLabelQuery } from './hooks/useFindSpaceLabelQuery';
|
|
16
23
|
export { getAllArtifactVersions, useGetAllArtifactVersionsQuery, } from './hooks/useGetAllArtifactVersionsQuery';
|
|
@@ -26,14 +33,19 @@ export { getArtifactStatsForSpace, useGetArtifactStatsForSpaceQuery, } from './h
|
|
|
26
33
|
export { getArtifactStats, useGetArtifactStatsQuery } from './hooks/useGetArtifactStatsQuery';
|
|
27
34
|
export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
|
|
28
35
|
export { getArtifactVersionSummary, useGetArtifactVersionSummaryQuery, } from './hooks/useGetArtifactVersionSummaryQuery';
|
|
36
|
+
export { getBulkDownloadRequestStatus, useGetBulkDownloadRequestStatusQuery, } from './hooks/useGetBulkDownloadRequestStatusQuery';
|
|
29
37
|
export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
|
|
30
38
|
export { getDockerArtifactDetails, useGetDockerArtifactDetailsQuery, } from './hooks/useGetDockerArtifactDetailsQuery';
|
|
31
39
|
export { getDockerArtifactIntegrationDetails, useGetDockerArtifactIntegrationDetailsQuery, } from './hooks/useGetDockerArtifactIntegrationDetailsQuery';
|
|
32
40
|
export { getDockerArtifactLayers, useGetDockerArtifactLayersQuery, } from './hooks/useGetDockerArtifactLayersQuery';
|
|
33
41
|
export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
|
|
34
42
|
export { getDockerArtifactManifests, useGetDockerArtifactManifestsQuery, } from './hooks/useGetDockerArtifactManifestsQuery';
|
|
43
|
+
export { getFile, useGetFileQuery } from './hooks/useGetFileQuery';
|
|
35
44
|
export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
|
|
36
45
|
export { getHelmArtifactManifest, useGetHelmArtifactManifestQuery, } from './hooks/useGetHelmArtifactManifestQuery';
|
|
46
|
+
export { getMetadataKeys, useGetMetadataKeysQuery } from './hooks/useGetMetadataKeysQuery';
|
|
47
|
+
export { getMetadata, useGetMetadataQuery } from './hooks/useGetMetadataQuery';
|
|
48
|
+
export { getMetadataValues, useGetMetadataValuesQuery } from './hooks/useGetMetadataValuesQuery';
|
|
37
49
|
export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
|
|
38
50
|
export { getOciArtifactTags, useGetOciArtifactTagsQuery } from './hooks/useGetOciArtifactTagsQuery';
|
|
39
51
|
export { getRegistry, useGetRegistryQuery } from './hooks/useGetRegistryQuery';
|
|
@@ -43,19 +55,28 @@ export { getWebhookExecution, useGetWebhookExecutionQuery, } from './hooks/useGe
|
|
|
43
55
|
export { getWebhook, useGetWebhookQuery } from './hooks/useGetWebhookQuery';
|
|
44
56
|
export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
|
|
45
57
|
export { listMigrationImages, useListMigrationImagesQuery, } from './hooks/useListMigrationImagesQuery';
|
|
58
|
+
export { listPackages, useListPackagesQuery } from './hooks/useListPackagesQuery';
|
|
59
|
+
export { listRegistries, useListRegistriesQuery } from './hooks/useListRegistriesQuery';
|
|
46
60
|
export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
|
|
47
61
|
export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
|
|
48
62
|
export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
|
|
63
|
+
export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
|
|
49
64
|
export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
|
|
50
65
|
export { listWebhooks, useListWebhooksQuery } from './hooks/useListWebhooksQuery';
|
|
51
66
|
export { modifyRegistry, useModifyRegistryMutation } from './hooks/useModifyRegistryMutation';
|
|
52
67
|
export { quarantineFilePath, useQuarantineFilePathMutation, } from './hooks/useQuarantineFilePathMutation';
|
|
53
68
|
export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
|
|
54
69
|
export { redirectHarnessArtifact, useRedirectHarnessArtifactQuery, } from './hooks/useRedirectHarnessArtifactQuery';
|
|
70
|
+
export { restorePackage, useRestorePackageMutation } from './hooks/useRestorePackageMutation';
|
|
71
|
+
export { restoreRegistry, useRestoreRegistryMutation } from './hooks/useRestoreRegistryMutation';
|
|
72
|
+
export { restoreVersion, useRestoreVersionMutation } from './hooks/useRestoreVersionMutation';
|
|
73
|
+
export { saveMetadata, useSaveMetadataMutation } from './hooks/useSaveMetadataMutation';
|
|
55
74
|
export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
|
|
75
|
+
export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
|
|
56
76
|
export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
|
|
57
77
|
export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
|
|
58
78
|
export { updateArtifactLabels, useUpdateArtifactLabelsMutation, } from './hooks/useUpdateArtifactLabelsMutation';
|
|
79
|
+
export { updateMetadata, useUpdateMetadataMutation } from './hooks/useUpdateMetadataMutation';
|
|
59
80
|
export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
|
|
60
81
|
export { updateSpaceLabel, useUpdateSpaceLabelMutation } from './hooks/useUpdateSpaceLabelMutation';
|
|
61
82
|
export { updateSpaceLabelValue, useUpdateSpaceLabelValueMutation, } from './hooks/useUpdateSpaceLabelValueMutation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BulkDownloadRequestStatusOutput } from '../schemas/BulkDownloadRequestStatusOutput';
|
|
2
|
+
import type { Status } from '../schemas/Status';
|
|
3
|
+
export interface GetBulkDownloadRequestStatusResponseResponse {
|
|
4
|
+
data: BulkDownloadRequestStatusOutput;
|
|
5
|
+
status: Status;
|
|
6
|
+
}
|
package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { FileMetadata } from '../schemas/FileMetadata';
|
|
2
|
+
export interface ListFilesResponseResponse {
|
|
3
|
+
/**
|
|
4
|
+
* A list of file
|
|
5
|
+
*/
|
|
6
|
+
data: FileMetadata[];
|
|
7
|
+
/**
|
|
8
|
+
* The total number of items
|
|
9
|
+
* @format int64
|
|
10
|
+
* @example 1
|
|
11
|
+
*/
|
|
12
|
+
itemCount: number;
|
|
13
|
+
/**
|
|
14
|
+
* The total number of pages
|
|
15
|
+
* @format int64
|
|
16
|
+
* @example 100
|
|
17
|
+
*/
|
|
18
|
+
pageCount: number;
|
|
19
|
+
/**
|
|
20
|
+
* The current page
|
|
21
|
+
* @format int64
|
|
22
|
+
* @example 0
|
|
23
|
+
*/
|
|
24
|
+
pageIndex: number;
|
|
25
|
+
/**
|
|
26
|
+
* The number of items per page
|
|
27
|
+
* @example 1
|
|
28
|
+
*/
|
|
29
|
+
pageSize: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -21,10 +21,18 @@ export type ArtifactDetail = (DockerArtifactDetailConfig | HelmArtifactDetailCon
|
|
|
21
21
|
artifactType?: ArtifactType;
|
|
22
22
|
createdAt?: string;
|
|
23
23
|
createdBy?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Timestamp in milliseconds when the registry was soft-deleted
|
|
26
|
+
*/
|
|
27
|
+
deletedAt?: string;
|
|
24
28
|
/**
|
|
25
29
|
* @format int64
|
|
26
30
|
*/
|
|
27
31
|
downloadCount?: number;
|
|
32
|
+
/**
|
|
33
|
+
* True if the registry is soft-deleted
|
|
34
|
+
*/
|
|
35
|
+
isDeleted: boolean;
|
|
28
36
|
isQuarantined?: boolean;
|
|
29
37
|
modifiedAt?: string;
|
|
30
38
|
name?: string;
|
|
@@ -8,19 +8,20 @@ import type { PackageType } from '../schemas/PackageType';
|
|
|
8
8
|
export interface ArtifactMetadata {
|
|
9
9
|
artifactType?: ArtifactType;
|
|
10
10
|
/**
|
|
11
|
-
* Timestamp when the artifact was soft
|
|
12
|
-
* @format date-time
|
|
11
|
+
* Timestamp in milliseconds when the artifact was soft deleted. Null if not deleted.
|
|
13
12
|
*/
|
|
14
13
|
deletedAt?: string;
|
|
15
14
|
deploymentMetadata?: DeploymentMetadata;
|
|
15
|
+
digestCount?: number;
|
|
16
16
|
/**
|
|
17
17
|
* @format int64
|
|
18
18
|
*/
|
|
19
19
|
downloadsCount?: number;
|
|
20
|
+
fileCount?: number;
|
|
20
21
|
/**
|
|
21
|
-
*
|
|
22
|
+
* Indicates if the artifact version is soft deleted
|
|
22
23
|
*/
|
|
23
|
-
isDeleted
|
|
24
|
+
isDeleted: boolean;
|
|
24
25
|
isQuarantined?: boolean;
|
|
25
26
|
labels?: string[];
|
|
26
27
|
lastModified?: string;
|
|
@@ -7,8 +7,7 @@ export interface ArtifactSummary {
|
|
|
7
7
|
artifactType?: ArtifactType;
|
|
8
8
|
createdAt?: string;
|
|
9
9
|
/**
|
|
10
|
-
* Timestamp when the
|
|
11
|
-
* @format date-time
|
|
10
|
+
* Timestamp in milliseconds when the registry was soft-deleted
|
|
12
11
|
*/
|
|
13
12
|
deletedAt?: string;
|
|
14
13
|
/**
|
|
@@ -17,9 +16,9 @@ export interface ArtifactSummary {
|
|
|
17
16
|
downloadsCount?: number;
|
|
18
17
|
imageName: string;
|
|
19
18
|
/**
|
|
20
|
-
* True if the
|
|
19
|
+
* True if the registry is soft-deleted
|
|
21
20
|
*/
|
|
22
|
-
isDeleted
|
|
21
|
+
isDeleted: boolean;
|
|
23
22
|
labels?: string[];
|
|
24
23
|
modifiedAt?: string;
|
|
25
24
|
packageType: PackageType;
|
|
@@ -7,6 +7,10 @@ import type { PackageType } from '../schemas/PackageType';
|
|
|
7
7
|
*/
|
|
8
8
|
export interface ArtifactVersionMetadata {
|
|
9
9
|
artifactType?: ArtifactType;
|
|
10
|
+
/**
|
|
11
|
+
* Timestamp in milliseconds when the artifact was soft deleted. Null if not deleted.
|
|
12
|
+
*/
|
|
13
|
+
deletedAt?: string;
|
|
10
14
|
deploymentMetadata?: DeploymentMetadata;
|
|
11
15
|
/**
|
|
12
16
|
* @format int64
|
|
@@ -20,6 +24,10 @@ export interface ArtifactVersionMetadata {
|
|
|
20
24
|
* @format int64
|
|
21
25
|
*/
|
|
22
26
|
fileCount?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Indicates if the artifact version is soft deleted
|
|
29
|
+
*/
|
|
30
|
+
isDeleted: boolean;
|
|
23
31
|
isQuarantined?: boolean;
|
|
24
32
|
lastModified?: string;
|
|
25
33
|
metadata?: ArtifactEntityMetadata;
|
|
@@ -6,15 +6,14 @@ import type { PackageType } from '../schemas/PackageType';
|
|
|
6
6
|
export interface ArtifactVersionSummary {
|
|
7
7
|
artifactType?: ArtifactType;
|
|
8
8
|
/**
|
|
9
|
-
* Timestamp when the artifact
|
|
10
|
-
* @format date-time
|
|
9
|
+
* Timestamp in milliseconds when the artifact was soft deleted. Null if not deleted.
|
|
11
10
|
*/
|
|
12
11
|
deletedAt?: string;
|
|
13
12
|
imageName: string;
|
|
14
13
|
/**
|
|
15
|
-
*
|
|
14
|
+
* Indicates if the artifact version is soft deleted
|
|
16
15
|
*/
|
|
17
|
-
isDeleted
|
|
16
|
+
isDeleted: boolean;
|
|
18
17
|
isQuarantined?: boolean;
|
|
19
18
|
packageType: PackageType;
|
|
20
19
|
quarantineReason?: string;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Input for bulk download files. Only one of packages or versions should be provided.
|
|
3
|
+
*
|
|
4
|
+
*/
|
|
5
|
+
export interface BulkDownloadFilesRequestInput {
|
|
6
|
+
/**
|
|
7
|
+
* Name of the output file to be downloaded
|
|
8
|
+
*/
|
|
9
|
+
outputFileName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* List of packages UUID to download
|
|
12
|
+
*/
|
|
13
|
+
packages?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* registry UUID
|
|
16
|
+
*/
|
|
17
|
+
registryId: string;
|
|
18
|
+
/**
|
|
19
|
+
* List of versions UUID to download
|
|
20
|
+
*/
|
|
21
|
+
versions?: string[];
|
|
22
|
+
}
|