@harnessio/react-har-service-client 0.34.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.
Files changed (187) hide show
  1. package/dist/har-service/src/services/hooks/useAddOciArtifactTagsMutation.d.ts +28 -0
  2. package/dist/har-service/src/services/hooks/useAddOciArtifactTagsMutation.js +14 -0
  3. package/dist/har-service/src/services/hooks/useCopyMutation.d.ts +31 -0
  4. package/dist/har-service/src/services/hooks/useCopyMutation.js +14 -0
  5. package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestMutation.d.ts +25 -0
  6. package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestMutation.js +14 -0
  7. package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestV1Query.d.ts +23 -0
  8. package/dist/har-service/src/services/hooks/useCreateBulkDownloadRequestV1Query.js +14 -0
  9. package/dist/har-service/src/services/hooks/useCreateRegistryMutation.d.ts +1 -1
  10. package/dist/har-service/src/services/hooks/useCreateRegistryMutation.js +1 -1
  11. package/dist/har-service/src/services/hooks/useCreateReplicationRuleMutation.js +1 -1
  12. package/dist/har-service/src/services/hooks/useCreateWebhookMutation.js +1 -1
  13. package/dist/har-service/src/services/hooks/useDefineSpaceLabelMutation.js +1 -1
  14. package/dist/har-service/src/services/hooks/useDefineSpaceLabelValueMutation.js +1 -1
  15. package/dist/har-service/src/services/hooks/useDeleteArtifactMutation.js +1 -1
  16. package/dist/har-service/src/services/hooks/useDeleteArtifactVersionMutation.js +1 -1
  17. package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.d.ts +25 -0
  18. package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.js +17 -0
  19. package/dist/har-service/src/services/hooks/useDeletePackageMutation.d.ts +31 -0
  20. package/dist/har-service/src/services/hooks/useDeletePackageMutation.js +14 -0
  21. package/dist/har-service/src/services/hooks/useDeleteQuarantineFilePathMutation.js +1 -1
  22. package/dist/har-service/src/services/hooks/useDeleteRegistryMutation.js +1 -1
  23. package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.d.ts +31 -0
  24. package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.js +14 -0
  25. package/dist/har-service/src/services/hooks/useDeleteReplicationRuleMutation.js +1 -1
  26. package/dist/har-service/src/services/hooks/useDeleteSpaceLabelMutation.js +1 -1
  27. package/dist/har-service/src/services/hooks/useDeleteSpaceLabelValueMutation.js +1 -1
  28. package/dist/har-service/src/services/hooks/useDeleteVersionMutation.d.ts +31 -0
  29. package/dist/har-service/src/services/hooks/useDeleteVersionMutation.js +14 -0
  30. package/dist/har-service/src/services/hooks/useDeleteWebhookMutation.js +1 -1
  31. package/dist/har-service/src/services/hooks/useFindSpaceLabelQuery.js +1 -1
  32. package/dist/har-service/src/services/hooks/useGetAllArtifactVersionsQuery.js +1 -1
  33. package/dist/har-service/src/services/hooks/useGetAllArtifactsByRegistryQuery.js +1 -1
  34. package/dist/har-service/src/services/hooks/useGetAllHarnessArtifactsQuery.js +1 -1
  35. package/dist/har-service/src/services/hooks/useGetAllRegistriesQuery.js +1 -1
  36. package/dist/har-service/src/services/hooks/useGetArtifactDeploymentsQuery.js +1 -1
  37. package/dist/har-service/src/services/hooks/useGetArtifactDetailsQuery.js +1 -1
  38. package/dist/har-service/src/services/hooks/useGetArtifactFileQuery.js +1 -1
  39. package/dist/har-service/src/services/hooks/useGetArtifactFilesQuery.js +1 -1
  40. package/dist/har-service/src/services/hooks/useGetArtifactStatsForRegistryQuery.js +1 -1
  41. package/dist/har-service/src/services/hooks/useGetArtifactStatsForSpaceQuery.js +1 -1
  42. package/dist/har-service/src/services/hooks/useGetArtifactStatsQuery.js +1 -1
  43. package/dist/har-service/src/services/hooks/useGetArtifactSummaryQuery.js +1 -1
  44. package/dist/har-service/src/services/hooks/useGetArtifactVersionSummaryQuery.js +1 -1
  45. package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.d.ts +25 -0
  46. package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.js +14 -0
  47. package/dist/har-service/src/services/hooks/useGetClientSetupDetailsQuery.js +1 -1
  48. package/dist/har-service/src/services/hooks/useGetDockerArtifactDetailsQuery.js +1 -1
  49. package/dist/har-service/src/services/hooks/useGetDockerArtifactIntegrationDetailsQuery.js +1 -1
  50. package/dist/har-service/src/services/hooks/useGetDockerArtifactLayersQuery.js +1 -1
  51. package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestQuery.js +1 -1
  52. package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestsQuery.js +1 -1
  53. package/dist/har-service/src/services/hooks/useGetFileQuery.d.ts +28 -0
  54. package/dist/har-service/src/services/hooks/useGetFileQuery.js +14 -0
  55. package/dist/har-service/src/services/hooks/useGetHelmArtifactDetailsQuery.js +1 -1
  56. package/dist/har-service/src/services/hooks/useGetHelmArtifactManifestQuery.js +1 -1
  57. package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.d.ts +35 -0
  58. package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.js +14 -0
  59. package/dist/har-service/src/services/hooks/useGetMetadataQuery.d.ts +28 -0
  60. package/dist/har-service/src/services/hooks/useGetMetadataQuery.js +16 -0
  61. package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.d.ts +36 -0
  62. package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.js +14 -0
  63. package/dist/har-service/src/services/hooks/useGetMigrationLogsForImageQuery.js +1 -1
  64. package/dist/har-service/src/services/hooks/useGetOciArtifactTagsQuery.js +1 -1
  65. package/dist/har-service/src/services/hooks/useGetRegistryQuery.js +1 -1
  66. package/dist/har-service/src/services/hooks/useGetReplicationRuleQuery.js +1 -1
  67. package/dist/har-service/src/services/hooks/useGetStorageDetailsQuery.js +1 -1
  68. package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.d.ts +2 -1
  69. package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.js +1 -1
  70. package/dist/har-service/src/services/hooks/useGetWebhookQuery.d.ts +2 -1
  71. package/dist/har-service/src/services/hooks/useGetWebhookQuery.js +1 -1
  72. package/dist/har-service/src/services/hooks/useListArtifactLabelsQuery.js +1 -1
  73. package/dist/har-service/src/services/hooks/useListMigrationImagesQuery.js +1 -1
  74. package/dist/har-service/src/services/hooks/useListPackagesQuery.d.ts +48 -0
  75. package/dist/har-service/src/services/hooks/useListPackagesQuery.js +14 -0
  76. package/dist/har-service/src/services/hooks/useListRegistriesQuery.d.ts +48 -0
  77. package/dist/har-service/src/services/hooks/useListRegistriesQuery.js +14 -0
  78. package/dist/har-service/src/services/hooks/useListReplicationRulesQuery.js +1 -1
  79. package/dist/har-service/src/services/hooks/useListSpaceLabelValuesQuery.js +1 -1
  80. package/dist/har-service/src/services/hooks/useListSpaceLabelsQuery.js +1 -1
  81. package/dist/har-service/src/services/hooks/useListVersionsQuery.d.ts +48 -0
  82. package/dist/har-service/src/services/hooks/useListVersionsQuery.js +14 -0
  83. package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.d.ts +2 -1
  84. package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.js +1 -1
  85. package/dist/har-service/src/services/hooks/useListWebhooksQuery.js +1 -1
  86. package/dist/har-service/src/services/hooks/useModifyRegistryMutation.js +1 -1
  87. package/dist/har-service/src/services/hooks/useQuarantineFilePathMutation.js +1 -1
  88. package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.d.ts +2 -1
  89. package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.js +1 -1
  90. package/dist/har-service/src/services/hooks/useRedirectHarnessArtifactQuery.js +1 -1
  91. package/dist/har-service/src/services/hooks/useRestorePackageMutation.d.ts +30 -0
  92. package/dist/har-service/src/services/hooks/useRestorePackageMutation.js +14 -0
  93. package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.d.ts +30 -0
  94. package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.js +14 -0
  95. package/dist/har-service/src/services/hooks/useRestoreVersionMutation.d.ts +30 -0
  96. package/dist/har-service/src/services/hooks/useRestoreVersionMutation.js +14 -0
  97. package/dist/har-service/src/services/hooks/useSaveMetadataMutation.d.ts +28 -0
  98. package/dist/har-service/src/services/hooks/useSaveMetadataMutation.js +17 -0
  99. package/dist/har-service/src/services/hooks/useSaveSpaceLabelMutation.js +1 -1
  100. package/dist/har-service/src/services/hooks/useSearchFilesQuery.d.ts +36 -0
  101. package/dist/har-service/src/services/hooks/useSearchFilesQuery.js +14 -0
  102. package/dist/har-service/src/services/hooks/useStartMigrationMutation.js +1 -1
  103. package/dist/har-service/src/services/hooks/useStopMigrationMutation.js +1 -1
  104. package/dist/har-service/src/services/hooks/useUpdateArtifactLabelsMutation.js +1 -1
  105. package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.d.ts +29 -0
  106. package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.js +18 -0
  107. package/dist/har-service/src/services/hooks/useUpdateReplicationRuleMutation.js +1 -1
  108. package/dist/har-service/src/services/hooks/useUpdateSpaceLabelMutation.js +1 -1
  109. package/dist/har-service/src/services/hooks/useUpdateSpaceLabelValueMutation.js +1 -1
  110. package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.d.ts +2 -1
  111. package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.js +1 -1
  112. package/dist/har-service/src/services/index.d.ts +74 -0
  113. package/dist/har-service/src/services/index.js +22 -0
  114. package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.d.ts +2 -0
  115. package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.js +1 -0
  116. package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.d.ts +2 -0
  117. package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.js +1 -0
  118. package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.d.ts +2 -0
  119. package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.js +1 -0
  120. package/dist/har-service/src/services/responses/AddTagsResponseResponse.d.ts +4 -0
  121. package/dist/har-service/src/services/responses/AddTagsResponseResponse.js +1 -0
  122. package/dist/har-service/src/services/responses/CopyResponseResponse.d.ts +4 -0
  123. package/dist/har-service/src/services/responses/CopyResponseResponse.js +1 -0
  124. package/dist/har-service/src/services/responses/CreateBulkDownloadRequestResponseResponse.d.ts +6 -0
  125. package/dist/har-service/src/services/responses/CreateBulkDownloadRequestResponseResponse.js +1 -0
  126. package/dist/har-service/src/services/responses/DownloadFileResponseResponse.d.ts +4 -0
  127. package/dist/har-service/src/services/responses/DownloadFileResponseResponse.js +4 -0
  128. package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.d.ts +6 -0
  129. package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.js +1 -0
  130. package/dist/har-service/src/services/responses/ListFilesResponseResponse.d.ts +30 -0
  131. package/dist/har-service/src/services/responses/ListFilesResponseResponse.js +1 -0
  132. package/dist/har-service/src/services/responses/ListPackageResponseResponse.d.ts +6 -0
  133. package/dist/har-service/src/services/responses/ListPackageResponseResponse.js +1 -0
  134. package/dist/har-service/src/services/responses/ListVersionResponseResponse.d.ts +6 -0
  135. package/dist/har-service/src/services/responses/ListVersionResponseResponse.js +1 -0
  136. package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.d.ts +5 -0
  137. package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.js +1 -0
  138. package/dist/har-service/src/services/responses/MetadataResponseResponse.d.ts +6 -0
  139. package/dist/har-service/src/services/responses/MetadataResponseResponse.js +1 -0
  140. package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.d.ts +5 -0
  141. package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.js +1 -0
  142. package/dist/har-service/src/services/schemas/AddTags.d.ts +5 -0
  143. package/dist/har-service/src/services/schemas/AddTags.js +4 -0
  144. package/dist/har-service/src/services/schemas/ArtifactDetail.d.ts +8 -0
  145. package/dist/har-service/src/services/schemas/ArtifactMetadata.d.ts +5 -4
  146. package/dist/har-service/src/services/schemas/ArtifactSummary.d.ts +3 -4
  147. package/dist/har-service/src/services/schemas/ArtifactVersionMetadata.d.ts +8 -0
  148. package/dist/har-service/src/services/schemas/ArtifactVersionSummary.d.ts +3 -4
  149. package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.d.ts +22 -0
  150. package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.js +4 -0
  151. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.d.ts +4 -0
  152. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.js +4 -0
  153. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.d.ts +8 -0
  154. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.js +1 -0
  155. package/dist/har-service/src/services/schemas/CreateBulkDownloadRequestResponseOutput.d.ts +7 -0
  156. package/dist/har-service/src/services/schemas/CreateBulkDownloadRequestResponseOutput.js +4 -0
  157. package/dist/har-service/src/services/schemas/Error.d.ts +10 -3
  158. package/dist/har-service/src/services/schemas/ExtraHeader.d.ts +1 -0
  159. package/dist/har-service/src/services/schemas/FileMetadata.d.ts +8 -0
  160. package/dist/har-service/src/services/schemas/FileMetadata.js +4 -0
  161. package/dist/har-service/src/services/schemas/ListPackage.d.ts +35 -0
  162. package/dist/har-service/src/services/schemas/ListPackage.js +1 -0
  163. package/dist/har-service/src/services/schemas/ListRegistry.d.ts +2 -0
  164. package/dist/har-service/src/services/schemas/ListVersion.d.ts +35 -0
  165. package/dist/har-service/src/services/schemas/ListVersion.js +1 -0
  166. package/dist/har-service/src/services/schemas/Meta.d.ts +17 -0
  167. package/dist/har-service/src/services/schemas/Meta.js +4 -0
  168. package/dist/har-service/src/services/schemas/MetadataInput.d.ts +45 -0
  169. package/dist/har-service/src/services/schemas/MetadataInput.js +1 -0
  170. package/dist/har-service/src/services/schemas/MetadataItemInput.d.ts +15 -0
  171. package/dist/har-service/src/services/schemas/MetadataItemInput.js +4 -0
  172. package/dist/har-service/src/services/schemas/MetadataItemOutput.d.ts +22 -0
  173. package/dist/har-service/src/services/schemas/MetadataItemOutput.js +1 -0
  174. package/dist/har-service/src/services/schemas/MetadataOutput.d.ts +11 -0
  175. package/dist/har-service/src/services/schemas/MetadataOutput.js +1 -0
  176. package/dist/har-service/src/services/schemas/MetadataType.d.ts +5 -0
  177. package/dist/har-service/src/services/schemas/MetadataType.js +4 -0
  178. package/dist/har-service/src/services/schemas/PackageMetadata.d.ts +30 -0
  179. package/dist/har-service/src/services/schemas/PackageMetadata.js +1 -0
  180. package/dist/har-service/src/services/schemas/Registry.d.ts +3 -4
  181. package/dist/har-service/src/services/schemas/RegistryArtifactMetadata.d.ts +3 -5
  182. package/dist/har-service/src/services/schemas/RegistryMetadata.d.ts +2 -4
  183. package/dist/har-service/src/services/schemas/RegistryRequest.d.ts +1 -1
  184. package/dist/har-service/src/services/schemas/Status.d.ts +1 -1
  185. package/dist/har-service/src/services/schemas/VersionMetadata.d.ts +40 -0
  186. package/dist/har-service/src/services/schemas/VersionMetadata.js +1 -0
  187. package/package.json +1 -1
@@ -1,4 +1,12 @@
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';
8
+ export type { CreateBulkDownloadRequestV1ErrorResponse, CreateBulkDownloadRequestV1OkResponse, CreateBulkDownloadRequestV1Props, CreateBulkDownloadRequestV1QueryPathParams, } from './hooks/useCreateBulkDownloadRequestV1Query';
9
+ export { createBulkDownloadRequestV1, useCreateBulkDownloadRequestV1Query, } from './hooks/useCreateBulkDownloadRequestV1Query';
2
10
  export type { CreateRegistryErrorResponse, CreateRegistryMutationQueryParams, CreateRegistryOkResponse, CreateRegistryProps, CreateRegistryRequestBody, } from './hooks/useCreateRegistryMutation';
3
11
  export { createRegistry, useCreateRegistryMutation } from './hooks/useCreateRegistryMutation';
4
12
  export type { CreateReplicationRuleErrorResponse, CreateReplicationRuleMutationQueryParams, CreateReplicationRuleOkResponse, CreateReplicationRuleProps, CreateReplicationRuleRequestBody, } from './hooks/useCreateReplicationRuleMutation';
@@ -13,16 +21,24 @@ export type { DeleteArtifactErrorResponse, DeleteArtifactMutationPathParams, Del
13
21
  export { deleteArtifact, useDeleteArtifactMutation } from './hooks/useDeleteArtifactMutation';
14
22
  export type { DeleteArtifactVersionErrorResponse, DeleteArtifactVersionMutationPathParams, DeleteArtifactVersionMutationQueryParams, DeleteArtifactVersionOkResponse, DeleteArtifactVersionProps, } from './hooks/useDeleteArtifactVersionMutation';
15
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';
16
28
  export type { DeleteQuarantineFilePathErrorResponse, DeleteQuarantineFilePathMutationPathParams, DeleteQuarantineFilePathMutationQueryParams, DeleteQuarantineFilePathOkResponse, DeleteQuarantineFilePathProps, } from './hooks/useDeleteQuarantineFilePathMutation';
17
29
  export { deleteQuarantineFilePath, useDeleteQuarantineFilePathMutation, } from './hooks/useDeleteQuarantineFilePathMutation';
18
30
  export type { DeleteRegistryErrorResponse, DeleteRegistryMutationPathParams, DeleteRegistryOkResponse, DeleteRegistryProps, } from './hooks/useDeleteRegistryMutation';
19
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';
20
34
  export type { DeleteReplicationRuleErrorResponse, DeleteReplicationRuleMutationPathParams, DeleteReplicationRuleOkResponse, DeleteReplicationRuleProps, } from './hooks/useDeleteReplicationRuleMutation';
21
35
  export { deleteReplicationRule, useDeleteReplicationRuleMutation, } from './hooks/useDeleteReplicationRuleMutation';
22
36
  export type { DeleteSpaceLabelErrorResponse, DeleteSpaceLabelMutationPathParams, DeleteSpaceLabelOkResponse, DeleteSpaceLabelProps, } from './hooks/useDeleteSpaceLabelMutation';
23
37
  export { deleteSpaceLabel, useDeleteSpaceLabelMutation } from './hooks/useDeleteSpaceLabelMutation';
24
38
  export type { DeleteSpaceLabelValueErrorResponse, DeleteSpaceLabelValueMutationPathParams, DeleteSpaceLabelValueOkResponse, DeleteSpaceLabelValueProps, } from './hooks/useDeleteSpaceLabelValueMutation';
25
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';
26
42
  export type { DeleteWebhookErrorResponse, DeleteWebhookMutationPathParams, DeleteWebhookOkResponse, DeleteWebhookProps, } from './hooks/useDeleteWebhookMutation';
27
43
  export { deleteWebhook, useDeleteWebhookMutation } from './hooks/useDeleteWebhookMutation';
28
44
  export type { FindSpaceLabelErrorResponse, FindSpaceLabelOkResponse, FindSpaceLabelProps, FindSpaceLabelQueryPathParams, FindSpaceLabelQueryQueryParams, } from './hooks/useFindSpaceLabelQuery';
@@ -53,6 +69,8 @@ export type { GetArtifactSummaryErrorResponse, GetArtifactSummaryOkResponse, Get
53
69
  export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
54
70
  export type { GetArtifactVersionSummaryErrorResponse, GetArtifactVersionSummaryOkResponse, GetArtifactVersionSummaryProps, GetArtifactVersionSummaryQueryPathParams, GetArtifactVersionSummaryQueryQueryParams, } from './hooks/useGetArtifactVersionSummaryQuery';
55
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';
56
74
  export type { GetClientSetupDetailsErrorResponse, GetClientSetupDetailsOkResponse, GetClientSetupDetailsProps, GetClientSetupDetailsQueryPathParams, GetClientSetupDetailsQueryQueryParams, } from './hooks/useGetClientSetupDetailsQuery';
57
75
  export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
58
76
  export type { GetDockerArtifactDetailsErrorResponse, GetDockerArtifactDetailsOkResponse, GetDockerArtifactDetailsProps, GetDockerArtifactDetailsQueryPathParams, GetDockerArtifactDetailsQueryQueryParams, } from './hooks/useGetDockerArtifactDetailsQuery';
@@ -65,10 +83,18 @@ export type { GetDockerArtifactManifestErrorResponse, GetDockerArtifactManifestO
65
83
  export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
66
84
  export type { GetDockerArtifactManifestsErrorResponse, GetDockerArtifactManifestsOkResponse, GetDockerArtifactManifestsProps, GetDockerArtifactManifestsQueryPathParams, GetDockerArtifactManifestsQueryQueryParams, } from './hooks/useGetDockerArtifactManifestsQuery';
67
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';
68
88
  export type { GetHelmArtifactDetailsErrorResponse, GetHelmArtifactDetailsOkResponse, GetHelmArtifactDetailsProps, GetHelmArtifactDetailsQueryPathParams, GetHelmArtifactDetailsQueryQueryParams, } from './hooks/useGetHelmArtifactDetailsQuery';
69
89
  export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
70
90
  export type { GetHelmArtifactManifestErrorResponse, GetHelmArtifactManifestOkResponse, GetHelmArtifactManifestProps, GetHelmArtifactManifestQueryPathParams, } from './hooks/useGetHelmArtifactManifestQuery';
71
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';
72
98
  export type { GetMigrationLogsForImageErrorResponse, GetMigrationLogsForImageOkResponse, GetMigrationLogsForImageProps, GetMigrationLogsForImageQueryPathParams, } from './hooks/useGetMigrationLogsForImageQuery';
73
99
  export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
74
100
  export type { GetOciArtifactTagsErrorResponse, GetOciArtifactTagsOkResponse, GetOciArtifactTagsProps, GetOciArtifactTagsQueryPathParams, GetOciArtifactTagsQueryQueryParams, } from './hooks/useGetOciArtifactTagsQuery';
@@ -87,12 +113,18 @@ export type { ListArtifactLabelsErrorResponse, ListArtifactLabelsOkResponse, Lis
87
113
  export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
88
114
  export type { ListMigrationImagesErrorResponse, ListMigrationImagesOkResponse, ListMigrationImagesProps, ListMigrationImagesQueryPathParams, ListMigrationImagesQueryQueryParams, } from './hooks/useListMigrationImagesQuery';
89
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';
90
120
  export type { ListReplicationRulesErrorResponse, ListReplicationRulesOkResponse, ListReplicationRulesProps, ListReplicationRulesQueryQueryParams, } from './hooks/useListReplicationRulesQuery';
91
121
  export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
92
122
  export type { ListSpaceLabelValuesErrorResponse, ListSpaceLabelValuesOkResponse, ListSpaceLabelValuesProps, ListSpaceLabelValuesQueryPathParams, } from './hooks/useListSpaceLabelValuesQuery';
93
123
  export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
94
124
  export type { ListSpaceLabelsErrorResponse, ListSpaceLabelsOkResponse, ListSpaceLabelsProps, ListSpaceLabelsQueryPathParams, ListSpaceLabelsQueryQueryParams, } from './hooks/useListSpaceLabelsQuery';
95
125
  export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
126
+ export type { ListVersionsErrorResponse, ListVersionsOkResponse, ListVersionsProps, ListVersionsQueryQueryParams, } from './hooks/useListVersionsQuery';
127
+ export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
96
128
  export type { ListWebhookExecutionsErrorResponse, ListWebhookExecutionsOkResponse, ListWebhookExecutionsProps, ListWebhookExecutionsQueryPathParams, ListWebhookExecutionsQueryQueryParams, } from './hooks/useListWebhookExecutionsQuery';
97
129
  export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
98
130
  export type { ListWebhooksErrorResponse, ListWebhooksOkResponse, ListWebhooksProps, ListWebhooksQueryPathParams, ListWebhooksQueryQueryParams, } from './hooks/useListWebhooksQuery';
@@ -105,14 +137,26 @@ export type { ReTriggerWebhookExecutionErrorResponse, ReTriggerWebhookExecutionO
105
137
  export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
106
138
  export type { RedirectHarnessArtifactErrorResponse, RedirectHarnessArtifactOkResponse, RedirectHarnessArtifactProps, RedirectHarnessArtifactQueryPathParams, RedirectHarnessArtifactQueryQueryParams, } from './hooks/useRedirectHarnessArtifactQuery';
107
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';
108
148
  export type { SaveSpaceLabelErrorResponse, SaveSpaceLabelMutationPathParams, SaveSpaceLabelOkResponse, SaveSpaceLabelProps, SaveSpaceLabelRequestBody, } from './hooks/useSaveSpaceLabelMutation';
109
149
  export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
150
+ export type { SearchFilesErrorResponse, SearchFilesOkResponse, SearchFilesProps, SearchFilesQueryQueryParams, } from './hooks/useSearchFilesQuery';
151
+ export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
110
152
  export type { StartMigrationErrorResponse, StartMigrationMutationPathParams, StartMigrationOkResponse, StartMigrationProps, } from './hooks/useStartMigrationMutation';
111
153
  export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
112
154
  export type { StopMigrationErrorResponse, StopMigrationMutationPathParams, StopMigrationOkResponse, StopMigrationProps, } from './hooks/useStopMigrationMutation';
113
155
  export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
114
156
  export type { UpdateArtifactLabelsErrorResponse, UpdateArtifactLabelsMutationPathParams, UpdateArtifactLabelsMutationQueryParams, UpdateArtifactLabelsOkResponse, UpdateArtifactLabelsProps, UpdateArtifactLabelsRequestBody, } from './hooks/useUpdateArtifactLabelsMutation';
115
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';
116
160
  export type { UpdateReplicationRuleErrorResponse, UpdateReplicationRuleMutationPathParams, UpdateReplicationRuleOkResponse, UpdateReplicationRuleProps, UpdateReplicationRuleRequestBody, } from './hooks/useUpdateReplicationRuleMutation';
117
161
  export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
118
162
  export type { UpdateSpaceLabelErrorResponse, UpdateSpaceLabelMutationPathParams, UpdateSpaceLabelOkResponse, UpdateSpaceLabelProps, UpdateSpaceLabelRequestBody, } from './hooks/useUpdateSpaceLabelMutation';
@@ -121,11 +165,15 @@ export type { UpdateSpaceLabelValueErrorResponse, UpdateSpaceLabelValueMutationP
121
165
  export { updateSpaceLabelValue, useUpdateSpaceLabelValueMutation, } from './hooks/useUpdateSpaceLabelValueMutation';
122
166
  export type { UpdateWebhookErrorResponse, UpdateWebhookMutationPathParams, UpdateWebhookOkResponse, UpdateWebhookProps, UpdateWebhookRequestBody, } from './hooks/useUpdateWebhookMutation';
123
167
  export { updateWebhook, useUpdateWebhookMutation } from './hooks/useUpdateWebhookMutation';
168
+ export type { AddTagsRequestRequestBody } from './requestBodies/AddTagsRequestRequestBody';
124
169
  export type { ArtifactLabelRequestRequestBody } from './requestBodies/ArtifactLabelRequestRequestBody';
170
+ export type { BulkDownloadFilesRequestRequestBody } from './requestBodies/BulkDownloadFilesRequestRequestBody';
171
+ export type { MetadataRequestRequestBody } from './requestBodies/MetadataRequestRequestBody';
125
172
  export type { QuarantineRequestRequestBody } from './requestBodies/QuarantineRequestRequestBody';
126
173
  export type { RegistryRequestRequestBody } from './requestBodies/RegistryRequestRequestBody';
127
174
  export type { ReplicationRuleRequestRequestBody } from './requestBodies/ReplicationRuleRequestRequestBody';
128
175
  export type { WebhookRequestRequestBody } from './requestBodies/WebhookRequestRequestBody';
176
+ export type { AddTagsResponseResponse } from './responses/AddTagsResponseResponse';
129
177
  export type { ArtifactDeploymentsResponseResponse } from './responses/ArtifactDeploymentsResponseResponse';
130
178
  export type { ArtifactDetailResponseResponse } from './responses/ArtifactDetailResponseResponse';
131
179
  export type { ArtifactFileResponseResponse } from './responses/ArtifactFileResponseResponse';
@@ -135,25 +183,35 @@ export type { ArtifactSummaryResponseResponse } from './responses/ArtifactSummar
135
183
  export type { ArtifactVersionSummaryResponseResponse } from './responses/ArtifactVersionSummaryResponseResponse';
136
184
  export type { BadRequestResponse } from './responses/BadRequestResponse';
137
185
  export type { ClientSetupDetailsResponseResponse } from './responses/ClientSetupDetailsResponseResponse';
186
+ export type { CopyResponseResponse } from './responses/CopyResponseResponse';
187
+ export type { CreateBulkDownloadRequestResponseResponse } from './responses/CreateBulkDownloadRequestResponseResponse';
138
188
  export type { DockerArtifactDetailIntegrationResponseResponse } from './responses/DockerArtifactDetailIntegrationResponseResponse';
139
189
  export type { DockerArtifactDetailResponseResponse } from './responses/DockerArtifactDetailResponseResponse';
140
190
  export type { DockerArtifactManifestResponseResponse } from './responses/DockerArtifactManifestResponseResponse';
141
191
  export type { DockerLayersResponseResponse } from './responses/DockerLayersResponseResponse';
142
192
  export type { DockerManifestsResponseResponse } from './responses/DockerManifestsResponseResponse';
193
+ export type { DownloadFileResponseResponse } from './responses/DownloadFileResponseResponse';
143
194
  export type { FileDetailResponseResponse } from './responses/FileDetailResponseResponse';
195
+ export type { GetBulkDownloadRequestStatusResponseResponse } from './responses/GetBulkDownloadRequestStatusResponseResponse';
144
196
  export type { HelmArtifactDetailResponseResponse } from './responses/HelmArtifactDetailResponseResponse';
145
197
  export type { HelmArtifactManifestResponseResponse } from './responses/HelmArtifactManifestResponseResponse';
146
198
  export type { InternalServerErrorResponse } from './responses/InternalServerErrorResponse';
147
199
  export type { ListArtifactLabelResponseResponse } from './responses/ListArtifactLabelResponseResponse';
148
200
  export type { ListArtifactResponseResponse } from './responses/ListArtifactResponseResponse';
149
201
  export type { ListArtifactVersionResponseResponse } from './responses/ListArtifactVersionResponseResponse';
202
+ export type { ListFilesResponseResponse } from './responses/ListFilesResponseResponse';
150
203
  export type { ListMigrationImageResponseResponse } from './responses/ListMigrationImageResponseResponse';
151
204
  export type { ListOciArtifactTagsResponseResponse } from './responses/ListOciArtifactTagsResponseResponse';
205
+ export type { ListPackageResponseResponse } from './responses/ListPackageResponseResponse';
152
206
  export type { ListRegistryArtifactResponseResponse } from './responses/ListRegistryArtifactResponseResponse';
153
207
  export type { ListRegistryResponseResponse } from './responses/ListRegistryResponseResponse';
154
208
  export type { ListReplicationRuleResponseResponse } from './responses/ListReplicationRuleResponseResponse';
209
+ export type { ListVersionResponseResponse } from './responses/ListVersionResponseResponse';
155
210
  export type { ListWebhooksExecutionResponseResponse } from './responses/ListWebhooksExecutionResponseResponse';
156
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';
157
215
  export type { NotFoundResponse } from './responses/NotFoundResponse';
158
216
  export type { PlainTextResponseResponse } from './responses/PlainTextResponseResponse';
159
217
  export type { QuarantinePathResponseResponse } from './responses/QuarantinePathResponseResponse';
@@ -167,6 +225,7 @@ export type { UnauthorizedResponse } from './responses/UnauthorizedResponse';
167
225
  export type { WebhookExecutionResponseResponse } from './responses/WebhookExecutionResponseResponse';
168
226
  export type { WebhookResponseResponse } from './responses/WebhookResponseResponse';
169
227
  export type { AccessKeySecretKey } from './schemas/AccessKeySecretKey';
228
+ export type { AddTags } from './schemas/AddTags';
170
229
  export type { Anonymous } from './schemas/Anonymous';
171
230
  export type { ArtifactDeploymentsDetail } from './schemas/ArtifactDeploymentsDetail';
172
231
  export type { ArtifactDeploymentsDetails } from './schemas/ArtifactDeploymentsDetails';
@@ -182,6 +241,9 @@ export type { ArtifactVersionMetadata } from './schemas/ArtifactVersionMetadata'
182
241
  export type { ArtifactVersionSummary } from './schemas/ArtifactVersionSummary';
183
242
  export type { AuthType } from './schemas/AuthType';
184
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';
185
247
  export type { CargoArtifactDetailConfig } from './schemas/CargoArtifactDetailConfig';
186
248
  export type { CleanupPolicy } from './schemas/CleanupPolicy';
187
249
  export type { ClientSetupDetails } from './schemas/ClientSetupDetails';
@@ -192,6 +254,7 @@ export type { ClientSetupStepConfig } from './schemas/ClientSetupStepConfig';
192
254
  export type { ClientSetupStepType } from './schemas/ClientSetupStepType';
193
255
  export type { ComposerArtifactDetailConfig } from './schemas/ComposerArtifactDetailConfig';
194
256
  export type { CondaArtifactDetailConfig } from './schemas/CondaArtifactDetailConfig';
257
+ export type { CreateBulkDownloadRequestResponseOutput } from './schemas/CreateBulkDownloadRequestResponseOutput';
195
258
  export type { DartArtifactDetailConfig } from './schemas/DartArtifactDetailConfig';
196
259
  export type { DeploymentDetails } from './schemas/DeploymentDetails';
197
260
  export type { DeploymentMetadata } from './schemas/DeploymentMetadata';
@@ -210,6 +273,7 @@ export type { EnvironmentType } from './schemas/EnvironmentType';
210
273
  export type { Error } from './schemas/Error';
211
274
  export type { ExtraHeader } from './schemas/ExtraHeader';
212
275
  export type { FileDetail } from './schemas/FileDetail';
276
+ export type { FileMetadata } from './schemas/FileMetadata';
213
277
  export type { GenericArtifactDetailConfig } from './schemas/GenericArtifactDetailConfig';
214
278
  export type { GoArtifactDetailConfig } from './schemas/GoArtifactDetailConfig';
215
279
  export type { HelmArtifactDetail } from './schemas/HelmArtifactDetail';
@@ -223,17 +287,26 @@ export type { ListArtifactVersion } from './schemas/ListArtifactVersion';
223
287
  export type { ListFileDetail } from './schemas/ListFileDetail';
224
288
  export type { ListMigrationImage } from './schemas/ListMigrationImage';
225
289
  export type { ListOciArtifactTags } from './schemas/ListOciArtifactTags';
290
+ export type { ListPackage } from './schemas/ListPackage';
226
291
  export type { ListRegistry } from './schemas/ListRegistry';
227
292
  export type { ListRegistryArtifact } from './schemas/ListRegistryArtifact';
228
293
  export type { ListReplicationRule } from './schemas/ListReplicationRule';
294
+ export type { ListVersion } from './schemas/ListVersion';
229
295
  export type { ListWebhooks } from './schemas/ListWebhooks';
230
296
  export type { ListWebhooksExecutions } from './schemas/ListWebhooksExecutions';
231
297
  export type { LocalReplicationRegistry } from './schemas/LocalReplicationRegistry';
232
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';
233
305
  export type { MigrationImage } from './schemas/MigrationImage';
234
306
  export type { NpmArtifactDetailConfig } from './schemas/NpmArtifactDetailConfig';
235
307
  export type { NugetArtifactDetailConfig } from './schemas/NugetArtifactDetailConfig';
236
308
  export type { OciArtifactTag } from './schemas/OciArtifactTag';
309
+ export type { PackageMetadata } from './schemas/PackageMetadata';
237
310
  export type { PackageType } from './schemas/PackageType';
238
311
  export type { PythonArtifactDetailConfig } from './schemas/PythonArtifactDetailConfig';
239
312
  export type { QuarantinePath } from './schemas/QuarantinePath';
@@ -266,6 +339,7 @@ export type { TypesSaveLabelValueInput } from './schemas/TypesSaveLabelValueInpu
266
339
  export type { UpstreamConfig } from './schemas/UpstreamConfig';
267
340
  export type { UserPassword } from './schemas/UserPassword';
268
341
  export type { UsererrorError } from './schemas/UsererrorError';
342
+ export type { VersionMetadata } from './schemas/VersionMetadata';
269
343
  export type { VirtualConfig } from './schemas/VirtualConfig';
270
344
  export type { Webhook } from './schemas/Webhook';
271
345
  export type { WebhookExecRequest } from './schemas/WebhookExecRequest';
@@ -1,3 +1,7 @@
1
+ export { addOciArtifactTags, useAddOciArtifactTagsMutation, } from './hooks/useAddOciArtifactTagsMutation';
2
+ export { copy, useCopyMutation } from './hooks/useCopyMutation';
3
+ export { createBulkDownloadRequest, useCreateBulkDownloadRequestMutation, } from './hooks/useCreateBulkDownloadRequestMutation';
4
+ export { createBulkDownloadRequestV1, useCreateBulkDownloadRequestV1Query, } from './hooks/useCreateBulkDownloadRequestV1Query';
1
5
  export { createRegistry, useCreateRegistryMutation } from './hooks/useCreateRegistryMutation';
2
6
  export { createReplicationRule, useCreateReplicationRuleMutation, } from './hooks/useCreateReplicationRuleMutation';
3
7
  export { createWebhook, useCreateWebhookMutation } from './hooks/useCreateWebhookMutation';
@@ -5,11 +9,15 @@ export { defineSpaceLabel, useDefineSpaceLabelMutation } from './hooks/useDefine
5
9
  export { defineSpaceLabelValue, useDefineSpaceLabelValueMutation, } from './hooks/useDefineSpaceLabelValueMutation';
6
10
  export { deleteArtifact, useDeleteArtifactMutation } from './hooks/useDeleteArtifactMutation';
7
11
  export { deleteArtifactVersion, useDeleteArtifactVersionMutation, } from './hooks/useDeleteArtifactVersionMutation';
12
+ export { deleteMetadata, useDeleteMetadataMutation } from './hooks/useDeleteMetadataMutation';
13
+ export { deletePackage, useDeletePackageMutation } from './hooks/useDeletePackageMutation';
8
14
  export { deleteQuarantineFilePath, useDeleteQuarantineFilePathMutation, } from './hooks/useDeleteQuarantineFilePathMutation';
9
15
  export { deleteRegistry, useDeleteRegistryMutation } from './hooks/useDeleteRegistryMutation';
16
+ export { deleteRegistryV2, useDeleteRegistryV2Mutation } from './hooks/useDeleteRegistryV2Mutation';
10
17
  export { deleteReplicationRule, useDeleteReplicationRuleMutation, } from './hooks/useDeleteReplicationRuleMutation';
11
18
  export { deleteSpaceLabel, useDeleteSpaceLabelMutation } from './hooks/useDeleteSpaceLabelMutation';
12
19
  export { deleteSpaceLabelValue, useDeleteSpaceLabelValueMutation, } from './hooks/useDeleteSpaceLabelValueMutation';
20
+ export { deleteVersion, useDeleteVersionMutation } from './hooks/useDeleteVersionMutation';
13
21
  export { deleteWebhook, useDeleteWebhookMutation } from './hooks/useDeleteWebhookMutation';
14
22
  export { findSpaceLabel, useFindSpaceLabelQuery } from './hooks/useFindSpaceLabelQuery';
15
23
  export { getAllArtifactVersions, useGetAllArtifactVersionsQuery, } from './hooks/useGetAllArtifactVersionsQuery';
@@ -25,14 +33,19 @@ export { getArtifactStatsForSpace, useGetArtifactStatsForSpaceQuery, } from './h
25
33
  export { getArtifactStats, useGetArtifactStatsQuery } from './hooks/useGetArtifactStatsQuery';
26
34
  export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
27
35
  export { getArtifactVersionSummary, useGetArtifactVersionSummaryQuery, } from './hooks/useGetArtifactVersionSummaryQuery';
36
+ export { getBulkDownloadRequestStatus, useGetBulkDownloadRequestStatusQuery, } from './hooks/useGetBulkDownloadRequestStatusQuery';
28
37
  export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
29
38
  export { getDockerArtifactDetails, useGetDockerArtifactDetailsQuery, } from './hooks/useGetDockerArtifactDetailsQuery';
30
39
  export { getDockerArtifactIntegrationDetails, useGetDockerArtifactIntegrationDetailsQuery, } from './hooks/useGetDockerArtifactIntegrationDetailsQuery';
31
40
  export { getDockerArtifactLayers, useGetDockerArtifactLayersQuery, } from './hooks/useGetDockerArtifactLayersQuery';
32
41
  export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
33
42
  export { getDockerArtifactManifests, useGetDockerArtifactManifestsQuery, } from './hooks/useGetDockerArtifactManifestsQuery';
43
+ export { getFile, useGetFileQuery } from './hooks/useGetFileQuery';
34
44
  export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
35
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';
36
49
  export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
37
50
  export { getOciArtifactTags, useGetOciArtifactTagsQuery } from './hooks/useGetOciArtifactTagsQuery';
38
51
  export { getRegistry, useGetRegistryQuery } from './hooks/useGetRegistryQuery';
@@ -42,19 +55,28 @@ export { getWebhookExecution, useGetWebhookExecutionQuery, } from './hooks/useGe
42
55
  export { getWebhook, useGetWebhookQuery } from './hooks/useGetWebhookQuery';
43
56
  export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
44
57
  export { listMigrationImages, useListMigrationImagesQuery, } from './hooks/useListMigrationImagesQuery';
58
+ export { listPackages, useListPackagesQuery } from './hooks/useListPackagesQuery';
59
+ export { listRegistries, useListRegistriesQuery } from './hooks/useListRegistriesQuery';
45
60
  export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
46
61
  export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
47
62
  export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
63
+ export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
48
64
  export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
49
65
  export { listWebhooks, useListWebhooksQuery } from './hooks/useListWebhooksQuery';
50
66
  export { modifyRegistry, useModifyRegistryMutation } from './hooks/useModifyRegistryMutation';
51
67
  export { quarantineFilePath, useQuarantineFilePathMutation, } from './hooks/useQuarantineFilePathMutation';
52
68
  export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
53
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';
54
74
  export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
75
+ export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
55
76
  export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
56
77
  export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
57
78
  export { updateArtifactLabels, useUpdateArtifactLabelsMutation, } from './hooks/useUpdateArtifactLabelsMutation';
79
+ export { updateMetadata, useUpdateMetadataMutation } from './hooks/useUpdateMetadataMutation';
58
80
  export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
59
81
  export { updateSpaceLabel, useUpdateSpaceLabelMutation } from './hooks/useUpdateSpaceLabelMutation';
60
82
  export { updateSpaceLabelValue, useUpdateSpaceLabelValueMutation, } from './hooks/useUpdateSpaceLabelValueMutation';
@@ -0,0 +1,2 @@
1
+ import type { AddTags } from '../schemas/AddTags';
2
+ export type AddTagsRequestRequestBody = AddTags;
@@ -0,0 +1,2 @@
1
+ import type { BulkDownloadFilesRequestInput } from '../schemas/BulkDownloadFilesRequestInput';
2
+ export type BulkDownloadFilesRequestRequestBody = BulkDownloadFilesRequestInput;
@@ -0,0 +1,2 @@
1
+ import type { MetadataInput } from '../schemas/MetadataInput';
2
+ export type MetadataRequestRequestBody = MetadataInput;
@@ -0,0 +1,4 @@
1
+ import type { Status } from '../schemas/Status';
2
+ export interface AddTagsResponseResponse {
3
+ status: Status;
4
+ }
@@ -0,0 +1,4 @@
1
+ import type { Status } from '../schemas/Status';
2
+ export interface CopyResponseResponse {
3
+ status: Status;
4
+ }
@@ -0,0 +1,6 @@
1
+ import type { CreateBulkDownloadRequestResponseOutput } from '../schemas/CreateBulkDownloadRequestResponseOutput';
2
+ import type { Status } from '../schemas/Status';
3
+ export interface CreateBulkDownloadRequestResponseResponse {
4
+ data: CreateBulkDownloadRequestResponseOutput;
5
+ status: Status;
6
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @format binary
3
+ */
4
+ export type DownloadFileResponseResponse = string;
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -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
+ }
@@ -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,6 @@
1
+ import type { ListPackage } from '../schemas/ListPackage';
2
+ import type { Status } from '../schemas/Status';
3
+ export interface ListPackageResponseResponse {
4
+ data: ListPackage;
5
+ status: Status;
6
+ }
@@ -0,0 +1,6 @@
1
+ import type { ListVersion } from '../schemas/ListVersion';
2
+ import type { Status } from '../schemas/Status';
3
+ export interface ListVersionResponseResponse {
4
+ data: ListVersion;
5
+ status: Status;
6
+ }
@@ -0,0 +1,5 @@
1
+ import type { Status } from '../schemas/Status';
2
+ export interface MetadataKeysResponseResponse {
3
+ data: string[];
4
+ status: Status;
5
+ }
@@ -0,0 +1,6 @@
1
+ import type { MetadataOutput } from '../schemas/MetadataOutput';
2
+ import type { Status } from '../schemas/Status';
3
+ export interface MetadataResponseResponse {
4
+ data: MetadataOutput;
5
+ status: Status;
6
+ }
@@ -0,0 +1,5 @@
1
+ import type { Status } from '../schemas/Status';
2
+ export interface MetadataValuesResponseResponse {
3
+ data: string[];
4
+ status: Status;
5
+ }
@@ -0,0 +1,5 @@
1
+ export interface AddTags {
2
+ package: string;
3
+ tags: string[];
4
+ version: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ 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-deleted
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
- * True if the artifact, its parent image, or registry is soft-deleted (cascade)
22
+ * Indicates if the artifact version is soft deleted
22
23
  */
23
- isDeleted?: boolean;
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 package (image) was soft-deleted
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 package or its parent registry is soft-deleted (cascade)
19
+ * True if the registry is soft-deleted
21
20
  */
22
- isDeleted?: boolean;
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 (version) was soft-deleted
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
- * True if the artifact (version) is soft-deleted
14
+ * Indicates if the artifact version is soft deleted
16
15
  */
17
- isDeleted?: boolean;
16
+ isDeleted: boolean;
18
17
  isQuarantined?: boolean;
19
18
  packageType: PackageType;
20
19
  quarantineReason?: string;