@harnessio/react-har-service-client 0.35.0 → 0.37.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 (208) 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.js +1 -1
  8. package/dist/har-service/src/services/hooks/useCreateRegistryMutation.d.ts +1 -1
  9. package/dist/har-service/src/services/hooks/useCreateRegistryMutation.js +1 -1
  10. package/dist/har-service/src/services/hooks/useCreateReplicationRuleMutation.js +1 -1
  11. package/dist/har-service/src/services/hooks/useCreateWebhookMutation.js +1 -1
  12. package/dist/har-service/src/services/hooks/useDefineSpaceLabelMutation.js +1 -1
  13. package/dist/har-service/src/services/hooks/useDefineSpaceLabelValueMutation.js +1 -1
  14. package/dist/har-service/src/services/hooks/useDeleteArtifactMutation.js +1 -1
  15. package/dist/har-service/src/services/hooks/useDeleteArtifactVersionMutation.js +1 -1
  16. package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.d.ts +25 -0
  17. package/dist/har-service/src/services/hooks/useDeleteMetadataMutation.js +17 -0
  18. package/dist/har-service/src/services/hooks/useDeletePackageMutation.d.ts +31 -0
  19. package/dist/har-service/src/services/hooks/useDeletePackageMutation.js +14 -0
  20. package/dist/har-service/src/services/hooks/useDeleteQuarantineFilePathMutation.js +1 -1
  21. package/dist/har-service/src/services/hooks/useDeleteRegistryMutation.js +1 -1
  22. package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.d.ts +31 -0
  23. package/dist/har-service/src/services/hooks/useDeleteRegistryV2Mutation.js +14 -0
  24. package/dist/har-service/src/services/hooks/useDeleteReplicationRuleMutation.js +1 -1
  25. package/dist/har-service/src/services/hooks/useDeleteSpaceLabelMutation.js +1 -1
  26. package/dist/har-service/src/services/hooks/useDeleteSpaceLabelValueMutation.js +1 -1
  27. package/dist/har-service/src/services/hooks/useDeleteVersionMutation.d.ts +31 -0
  28. package/dist/har-service/src/services/hooks/useDeleteVersionMutation.js +14 -0
  29. package/dist/har-service/src/services/hooks/useDeleteWebhookMutation.js +1 -1
  30. package/dist/har-service/src/services/hooks/useEvaluateArtifactScanMutation.d.ts +21 -0
  31. package/dist/har-service/src/services/hooks/useEvaluateArtifactScanMutation.js +14 -0
  32. package/dist/har-service/src/services/hooks/useFindSpaceLabelQuery.js +1 -1
  33. package/dist/har-service/src/services/hooks/useGetAllArtifactVersionsQuery.js +1 -1
  34. package/dist/har-service/src/services/hooks/useGetAllArtifactsByRegistryQuery.js +1 -1
  35. package/dist/har-service/src/services/hooks/useGetAllHarnessArtifactsQuery.js +1 -1
  36. package/dist/har-service/src/services/hooks/useGetAllRegistriesQuery.js +1 -1
  37. package/dist/har-service/src/services/hooks/useGetArtifactDeploymentsQuery.js +1 -1
  38. package/dist/har-service/src/services/hooks/useGetArtifactDetailsQuery.js +1 -1
  39. package/dist/har-service/src/services/hooks/useGetArtifactFileQuery.js +1 -1
  40. package/dist/har-service/src/services/hooks/useGetArtifactFilesQuery.js +1 -1
  41. package/dist/har-service/src/services/hooks/useGetArtifactScanDetailsQuery.d.ts +21 -0
  42. package/dist/har-service/src/services/hooks/useGetArtifactScanDetailsQuery.js +14 -0
  43. package/dist/har-service/src/services/hooks/useGetArtifactScansQuery.d.ts +40 -0
  44. package/dist/har-service/src/services/hooks/useGetArtifactScansQuery.js +14 -0
  45. package/dist/har-service/src/services/hooks/useGetArtifactStatsForRegistryQuery.js +1 -1
  46. package/dist/har-service/src/services/hooks/useGetArtifactStatsForSpaceQuery.js +1 -1
  47. package/dist/har-service/src/services/hooks/useGetArtifactStatsQuery.js +1 -1
  48. package/dist/har-service/src/services/hooks/useGetArtifactSummaryQuery.js +1 -1
  49. package/dist/har-service/src/services/hooks/useGetArtifactVersionSummaryQuery.js +1 -1
  50. package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.d.ts +25 -0
  51. package/dist/har-service/src/services/hooks/useGetBulkDownloadRequestStatusQuery.js +14 -0
  52. package/dist/har-service/src/services/hooks/useGetClientSetupDetailsQuery.js +1 -1
  53. package/dist/har-service/src/services/hooks/useGetDockerArtifactDetailsQuery.js +1 -1
  54. package/dist/har-service/src/services/hooks/useGetDockerArtifactIntegrationDetailsQuery.js +1 -1
  55. package/dist/har-service/src/services/hooks/useGetDockerArtifactLayersQuery.js +1 -1
  56. package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestQuery.js +1 -1
  57. package/dist/har-service/src/services/hooks/useGetDockerArtifactManifestsQuery.js +1 -1
  58. package/dist/har-service/src/services/hooks/useGetFileQuery.d.ts +28 -0
  59. package/dist/har-service/src/services/hooks/useGetFileQuery.js +14 -0
  60. package/dist/har-service/src/services/hooks/useGetHelmArtifactDetailsQuery.js +1 -1
  61. package/dist/har-service/src/services/hooks/useGetHelmArtifactManifestQuery.js +1 -1
  62. package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.d.ts +35 -0
  63. package/dist/har-service/src/services/hooks/useGetMetadataKeysQuery.js +14 -0
  64. package/dist/har-service/src/services/hooks/useGetMetadataQuery.d.ts +28 -0
  65. package/dist/har-service/src/services/hooks/useGetMetadataQuery.js +16 -0
  66. package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.d.ts +36 -0
  67. package/dist/har-service/src/services/hooks/useGetMetadataValuesQuery.js +14 -0
  68. package/dist/har-service/src/services/hooks/useGetMigrationLogsForImageQuery.js +1 -1
  69. package/dist/har-service/src/services/hooks/useGetOciArtifactTagsQuery.js +1 -1
  70. package/dist/har-service/src/services/hooks/useGetRegistryQuery.js +1 -1
  71. package/dist/har-service/src/services/hooks/useGetReplicationRuleQuery.js +1 -1
  72. package/dist/har-service/src/services/hooks/useGetStorageDetailsQuery.js +1 -1
  73. package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.d.ts +2 -1
  74. package/dist/har-service/src/services/hooks/useGetWebhookExecutionQuery.js +1 -1
  75. package/dist/har-service/src/services/hooks/useGetWebhookQuery.d.ts +2 -1
  76. package/dist/har-service/src/services/hooks/useGetWebhookQuery.js +1 -1
  77. package/dist/har-service/src/services/hooks/useListArtifactLabelsQuery.js +1 -1
  78. package/dist/har-service/src/services/hooks/useListMigrationImagesQuery.js +1 -1
  79. package/dist/har-service/src/services/hooks/useListPackagesQuery.d.ts +48 -0
  80. package/dist/har-service/src/services/hooks/useListPackagesQuery.js +14 -0
  81. package/dist/har-service/src/services/hooks/useListRegistriesQuery.d.ts +48 -0
  82. package/dist/har-service/src/services/hooks/useListRegistriesQuery.js +14 -0
  83. package/dist/har-service/src/services/hooks/useListReplicationRulesQuery.js +1 -1
  84. package/dist/har-service/src/services/hooks/useListSpaceLabelValuesQuery.js +1 -1
  85. package/dist/har-service/src/services/hooks/useListSpaceLabelsQuery.js +1 -1
  86. package/dist/har-service/src/services/hooks/useListVersionsQuery.d.ts +48 -0
  87. package/dist/har-service/src/services/hooks/useListVersionsQuery.js +14 -0
  88. package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.d.ts +2 -1
  89. package/dist/har-service/src/services/hooks/useListWebhookExecutionsQuery.js +1 -1
  90. package/dist/har-service/src/services/hooks/useListWebhooksQuery.js +1 -1
  91. package/dist/har-service/src/services/hooks/useModifyRegistryMutation.js +1 -1
  92. package/dist/har-service/src/services/hooks/useQuarantineFilePathMutation.js +1 -1
  93. package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.d.ts +2 -1
  94. package/dist/har-service/src/services/hooks/useReTriggerWebhookExecutionQuery.js +1 -1
  95. package/dist/har-service/src/services/hooks/useRedirectHarnessArtifactQuery.js +1 -1
  96. package/dist/har-service/src/services/hooks/useRestorePackageMutation.d.ts +30 -0
  97. package/dist/har-service/src/services/hooks/useRestorePackageMutation.js +14 -0
  98. package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.d.ts +30 -0
  99. package/dist/har-service/src/services/hooks/useRestoreRegistryMutation.js +14 -0
  100. package/dist/har-service/src/services/hooks/useRestoreVersionMutation.d.ts +30 -0
  101. package/dist/har-service/src/services/hooks/useRestoreVersionMutation.js +14 -0
  102. package/dist/har-service/src/services/hooks/useSaveMetadataMutation.d.ts +28 -0
  103. package/dist/har-service/src/services/hooks/useSaveMetadataMutation.js +17 -0
  104. package/dist/har-service/src/services/hooks/useSaveSpaceLabelMutation.js +1 -1
  105. package/dist/har-service/src/services/hooks/useSearchFilesQuery.d.ts +34 -0
  106. package/dist/har-service/src/services/hooks/useSearchFilesQuery.js +14 -0
  107. package/dist/har-service/src/services/hooks/useStartMigrationMutation.js +1 -1
  108. package/dist/har-service/src/services/hooks/useStopMigrationMutation.js +1 -1
  109. package/dist/har-service/src/services/hooks/useUpdateArtifactLabelsMutation.js +1 -1
  110. package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.d.ts +29 -0
  111. package/dist/har-service/src/services/hooks/useUpdateMetadataMutation.js +18 -0
  112. package/dist/har-service/src/services/hooks/useUpdateReplicationRuleMutation.js +1 -1
  113. package/dist/har-service/src/services/hooks/useUpdateSpaceLabelMutation.js +1 -1
  114. package/dist/har-service/src/services/hooks/useUpdateSpaceLabelValueMutation.js +1 -1
  115. package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.d.ts +2 -1
  116. package/dist/har-service/src/services/hooks/useUpdateWebhookMutation.js +1 -1
  117. package/dist/har-service/src/services/index.d.ts +85 -0
  118. package/dist/har-service/src/services/index.js +24 -0
  119. package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.d.ts +2 -0
  120. package/dist/har-service/src/services/requestBodies/AddTagsRequestRequestBody.js +1 -0
  121. package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.d.ts +2 -0
  122. package/dist/har-service/src/services/requestBodies/BulkDownloadFilesRequestRequestBody.js +1 -0
  123. package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.d.ts +2 -0
  124. package/dist/har-service/src/services/requestBodies/MetadataRequestRequestBody.js +1 -0
  125. package/dist/har-service/src/services/responses/AddTagsResponseResponse.d.ts +4 -0
  126. package/dist/har-service/src/services/responses/AddTagsResponseResponse.js +1 -0
  127. package/dist/har-service/src/services/responses/ArtifactScanDetailsResponseResponse.d.ts +8 -0
  128. package/dist/har-service/src/services/responses/ArtifactScanDetailsResponseResponse.js +4 -0
  129. package/dist/har-service/src/services/responses/ArtifactScanEvaluateRequestAcceptedResponse.d.ts +6 -0
  130. package/dist/har-service/src/services/responses/ArtifactScanEvaluateRequestAcceptedResponse.js +1 -0
  131. package/dist/har-service/src/services/responses/CopyResponseResponse.d.ts +4 -0
  132. package/dist/har-service/src/services/responses/CopyResponseResponse.js +1 -0
  133. package/dist/har-service/src/services/responses/DownloadFileResponseResponse.d.ts +4 -0
  134. package/dist/har-service/src/services/responses/DownloadFileResponseResponse.js +4 -0
  135. package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.d.ts +6 -0
  136. package/dist/har-service/src/services/responses/GetBulkDownloadRequestStatusResponseResponse.js +1 -0
  137. package/dist/har-service/src/services/responses/ListArtifactScanResponseResponse.d.ts +32 -0
  138. package/dist/har-service/src/services/responses/ListArtifactScanResponseResponse.js +1 -0
  139. package/dist/har-service/src/services/responses/ListFilesResponseResponse.d.ts +30 -0
  140. package/dist/har-service/src/services/responses/ListFilesResponseResponse.js +1 -0
  141. package/dist/har-service/src/services/responses/ListPackageResponseResponse.d.ts +6 -0
  142. package/dist/har-service/src/services/responses/ListPackageResponseResponse.js +1 -0
  143. package/dist/har-service/src/services/responses/ListVersionResponseResponse.d.ts +6 -0
  144. package/dist/har-service/src/services/responses/ListVersionResponseResponse.js +1 -0
  145. package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.d.ts +5 -0
  146. package/dist/har-service/src/services/responses/MetadataKeysResponseResponse.js +1 -0
  147. package/dist/har-service/src/services/responses/MetadataResponseResponse.d.ts +6 -0
  148. package/dist/har-service/src/services/responses/MetadataResponseResponse.js +1 -0
  149. package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.d.ts +5 -0
  150. package/dist/har-service/src/services/responses/MetadataValuesResponseResponse.js +1 -0
  151. package/dist/har-service/src/services/schemas/AddTags.d.ts +5 -0
  152. package/dist/har-service/src/services/schemas/AddTags.js +4 -0
  153. package/dist/har-service/src/services/schemas/ApiErrors.d.ts +18 -0
  154. package/dist/har-service/src/services/schemas/ApiErrors.js +4 -0
  155. package/dist/har-service/src/services/schemas/ArtifactDetail.d.ts +8 -0
  156. package/dist/har-service/src/services/schemas/ArtifactMetadata.d.ts +5 -4
  157. package/dist/har-service/src/services/schemas/ArtifactScan.d.ts +39 -0
  158. package/dist/har-service/src/services/schemas/ArtifactScan.js +1 -0
  159. package/dist/har-service/src/services/schemas/ArtifactScanEvaluateRequestStatus.d.ts +4 -0
  160. package/dist/har-service/src/services/schemas/ArtifactScanEvaluateRequestStatus.js +4 -0
  161. package/dist/har-service/src/services/schemas/ArtifactSummary.d.ts +3 -4
  162. package/dist/har-service/src/services/schemas/ArtifactVersionMetadata.d.ts +8 -0
  163. package/dist/har-service/src/services/schemas/ArtifactVersionSummary.d.ts +3 -4
  164. package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.d.ts +22 -0
  165. package/dist/har-service/src/services/schemas/BulkDownloadFilesRequestInput.js +4 -0
  166. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.d.ts +4 -0
  167. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatus.js +4 -0
  168. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.d.ts +8 -0
  169. package/dist/har-service/src/services/schemas/BulkDownloadRequestStatusOutput.js +1 -0
  170. package/dist/har-service/src/services/schemas/Error.d.ts +10 -3
  171. package/dist/har-service/src/services/schemas/ExtraHeader.d.ts +1 -0
  172. package/dist/har-service/src/services/schemas/FileMetadata.d.ts +9 -0
  173. package/dist/har-service/src/services/schemas/FileMetadata.js +4 -0
  174. package/dist/har-service/src/services/schemas/ListPackage.d.ts +35 -0
  175. package/dist/har-service/src/services/schemas/ListPackage.js +1 -0
  176. package/dist/har-service/src/services/schemas/ListRegistry.d.ts +2 -0
  177. package/dist/har-service/src/services/schemas/ListVersion.d.ts +35 -0
  178. package/dist/har-service/src/services/schemas/ListVersion.js +1 -0
  179. package/dist/har-service/src/services/schemas/Meta.d.ts +17 -0
  180. package/dist/har-service/src/services/schemas/Meta.js +4 -0
  181. package/dist/har-service/src/services/schemas/MetadataInput.d.ts +45 -0
  182. package/dist/har-service/src/services/schemas/MetadataInput.js +1 -0
  183. package/dist/har-service/src/services/schemas/MetadataItemInput.d.ts +15 -0
  184. package/dist/har-service/src/services/schemas/MetadataItemInput.js +4 -0
  185. package/dist/har-service/src/services/schemas/MetadataItemOutput.d.ts +22 -0
  186. package/dist/har-service/src/services/schemas/MetadataItemOutput.js +1 -0
  187. package/dist/har-service/src/services/schemas/MetadataOutput.d.ts +11 -0
  188. package/dist/har-service/src/services/schemas/MetadataOutput.js +1 -0
  189. package/dist/har-service/src/services/schemas/MetadataType.d.ts +5 -0
  190. package/dist/har-service/src/services/schemas/MetadataType.js +4 -0
  191. package/dist/har-service/src/services/schemas/PackageMetadata.d.ts +30 -0
  192. package/dist/har-service/src/services/schemas/PackageMetadata.js +1 -0
  193. package/dist/har-service/src/services/schemas/PackageType.d.ts +4 -2
  194. package/dist/har-service/src/services/schemas/Registry.d.ts +3 -4
  195. package/dist/har-service/src/services/schemas/RegistryArtifactMetadata.d.ts +3 -5
  196. package/dist/har-service/src/services/schemas/RegistryMetadata.d.ts +2 -4
  197. package/dist/har-service/src/services/schemas/RegistryRequest.d.ts +1 -1
  198. package/dist/har-service/src/services/schemas/ScanMeta.d.ts +23 -0
  199. package/dist/har-service/src/services/schemas/ScanMeta.js +4 -0
  200. package/dist/har-service/src/services/schemas/Status.d.ts +1 -1
  201. package/dist/har-service/src/services/schemas/UpstreamConfig.d.ts +2 -0
  202. package/dist/har-service/src/services/schemas/UpstreamProxyConfigFirewallMode.d.ts +4 -0
  203. package/dist/har-service/src/services/schemas/UpstreamProxyConfigFirewallMode.js +4 -0
  204. package/dist/har-service/src/services/schemas/V3Error.d.ts +7 -0
  205. package/dist/har-service/src/services/schemas/V3Error.js +1 -0
  206. package/dist/har-service/src/services/schemas/VersionMetadata.d.ts +40 -0
  207. package/dist/har-service/src/services/schemas/VersionMetadata.js +1 -0
  208. package/package.json +1 -1
@@ -0,0 +1,29 @@
1
+ import { UseMutationOptions } from '@tanstack/react-query';
2
+ import type { MetadataResponseResponse } from '../responses/MetadataResponseResponse';
3
+ import type { BadRequestResponse } from '../responses/BadRequestResponse';
4
+ import type { UnauthenticatedResponse } from '../responses/UnauthenticatedResponse';
5
+ import type { UnauthorizedResponse } from '../responses/UnauthorizedResponse';
6
+ import type { NotFoundResponse } from '../responses/NotFoundResponse';
7
+ import type { InternalServerErrorResponse } from '../responses/InternalServerErrorResponse';
8
+ import type { MetadataRequestRequestBody } from '../requestBodies/MetadataRequestRequestBody';
9
+ import type { ResponseWithPagination } from '../helpers';
10
+ import { FetcherOptions } from '../../../../fetcher/index.js';
11
+ export interface UpdateMetadataMutationQueryParams {
12
+ account_identifier: string;
13
+ }
14
+ export type UpdateMetadataRequestBody = MetadataRequestRequestBody;
15
+ export type UpdateMetadataOkResponse = ResponseWithPagination<MetadataResponseResponse>;
16
+ export type UpdateMetadataErrorResponse = BadRequestResponse | UnauthenticatedResponse | UnauthorizedResponse | NotFoundResponse | InternalServerErrorResponse;
17
+ export interface UpdateMetadataProps extends Omit<FetcherOptions<UpdateMetadataMutationQueryParams, UpdateMetadataRequestBody>, 'url'> {
18
+ queryParams: UpdateMetadataMutationQueryParams;
19
+ body: UpdateMetadataRequestBody;
20
+ }
21
+ export declare function updateMetadata(props: UpdateMetadataProps): Promise<UpdateMetadataOkResponse>;
22
+ /**
23
+ * Creates new metadata or overwrites existing metadata key-value pairs for a specific entity.
24
+ * This endpoint allows you to add new metadata or overwrites existing metadata for packages, versions,
25
+ * or registry-level entities.
26
+ * The operation supports both creating new metadata entries and updating existing ones in a single request.
27
+ *
28
+ */
29
+ export declare function useUpdateMetadataMutation(options?: Omit<UseMutationOptions<UpdateMetadataOkResponse, UpdateMetadataErrorResponse, UpdateMetadataProps>, 'mutationKey' | 'mutationFn'>): import("@tanstack/react-query").UseMutationResult<UpdateMetadataOkResponse, import("..").Error, UpdateMetadataProps, unknown>;
@@ -0,0 +1,18 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ import { useMutation } from '@tanstack/react-query';
5
+ import { fetcher } from '../../../../fetcher/index.js';
6
+ export function updateMetadata(props) {
7
+ return fetcher(Object.assign({ url: `/v2/metadata`, method: 'POST' }, props));
8
+ }
9
+ /**
10
+ * Creates new metadata or overwrites existing metadata key-value pairs for a specific entity.
11
+ * This endpoint allows you to add new metadata or overwrites existing metadata for packages, versions,
12
+ * or registry-level entities.
13
+ * The operation supports both creating new metadata entries and updating existing ones in a single request.
14
+ *
15
+ */
16
+ export function useUpdateMetadataMutation(options) {
17
+ return useMutation((mutateProps) => updateMetadata(mutateProps), options);
18
+ }
@@ -4,7 +4,7 @@
4
4
  import { useMutation } from '@tanstack/react-query';
5
5
  import { fetcher } from '../../../../fetcher/index.js';
6
6
  export function updateReplicationRule(props) {
7
- return fetcher(Object.assign({ url: `/replication/rules/${props.id}`, method: 'PUT' }, props));
7
+ return fetcher(Object.assign({ url: `/v1/replication/rules/${props.id}`, method: 'PUT' }, props));
8
8
  }
9
9
  /**
10
10
  * Update a replication rule
@@ -4,7 +4,7 @@
4
4
  import { useMutation } from '@tanstack/react-query';
5
5
  import { fetcher } from '../../../../fetcher/index.js';
6
6
  export function updateSpaceLabel(props) {
7
- return fetcher(Object.assign({ url: `/spaces/${props.space_ref}/labels/${props.key}`, method: 'PATCH' }, props));
7
+ return fetcher(Object.assign({ url: `/v1/spaces/${props.space_ref}/labels/${props.key}`, method: 'PATCH' }, props));
8
8
  }
9
9
  export function useUpdateSpaceLabelMutation(options) {
10
10
  return useMutation((mutateProps) => updateSpaceLabel(mutateProps), options);
@@ -4,7 +4,7 @@
4
4
  import { useMutation } from '@tanstack/react-query';
5
5
  import { fetcher } from '../../../../fetcher/index.js';
6
6
  export function updateSpaceLabelValue(props) {
7
- return fetcher(Object.assign({ url: `/spaces/${props.space_ref}/labels/${props.key}/values/${props.value}`, method: 'PATCH' }, props));
7
+ return fetcher(Object.assign({ url: `/v1/spaces/${props.space_ref}/labels/${props.key}/values/${props.value}`, method: 'PATCH' }, props));
8
8
  }
9
9
  export function useUpdateSpaceLabelValueMutation(options) {
10
10
  return useMutation((mutateProps) => updateSpaceLabelValue(mutateProps), options);
@@ -3,6 +3,7 @@ import type { WebhookResponseResponse } from '../responses/WebhookResponseRespon
3
3
  import type { BadRequestResponse } from '../responses/BadRequestResponse';
4
4
  import type { UnauthenticatedResponse } from '../responses/UnauthenticatedResponse';
5
5
  import type { UnauthorizedResponse } from '../responses/UnauthorizedResponse';
6
+ import type { NotFoundResponse } from '../responses/NotFoundResponse';
6
7
  import type { InternalServerErrorResponse } from '../responses/InternalServerErrorResponse';
7
8
  import type { WebhookRequestRequestBody } from '../requestBodies/WebhookRequestRequestBody';
8
9
  import type { ResponseWithPagination } from '../helpers';
@@ -13,7 +14,7 @@ export interface UpdateWebhookMutationPathParams {
13
14
  }
14
15
  export type UpdateWebhookRequestBody = WebhookRequestRequestBody;
15
16
  export type UpdateWebhookOkResponse = ResponseWithPagination<WebhookResponseResponse>;
16
- export type UpdateWebhookErrorResponse = BadRequestResponse | UnauthenticatedResponse | UnauthorizedResponse | InternalServerErrorResponse;
17
+ export type UpdateWebhookErrorResponse = BadRequestResponse | UnauthenticatedResponse | UnauthorizedResponse | NotFoundResponse | InternalServerErrorResponse;
17
18
  export interface UpdateWebhookProps extends UpdateWebhookMutationPathParams, Omit<FetcherOptions<unknown, UpdateWebhookRequestBody>, 'url'> {
18
19
  body: UpdateWebhookRequestBody;
19
20
  }
@@ -4,7 +4,7 @@
4
4
  import { useMutation } from '@tanstack/react-query';
5
5
  import { fetcher } from '../../../../fetcher/index.js';
6
6
  export function updateWebhook(props) {
7
- return fetcher(Object.assign({ url: `/registry/${props.registry_ref}/webhooks/${props.webhook_identifier}`, method: 'PUT' }, props));
7
+ return fetcher(Object.assign({ url: `/v1/registry/${props.registry_ref}/webhooks/${props.webhook_identifier}`, method: 'PUT' }, props));
8
8
  }
9
9
  /**
10
10
  * Returns Webhook Details
@@ -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,18 +21,28 @@ 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';
44
+ export type { EvaluateArtifactScanErrorResponse, EvaluateArtifactScanMutationPathParams, EvaluateArtifactScanMutationQueryParams, EvaluateArtifactScanOkResponse, EvaluateArtifactScanProps, } from './hooks/useEvaluateArtifactScanMutation';
45
+ export { evaluateArtifactScan, useEvaluateArtifactScanMutation, } from './hooks/useEvaluateArtifactScanMutation';
30
46
  export type { FindSpaceLabelErrorResponse, FindSpaceLabelOkResponse, FindSpaceLabelProps, FindSpaceLabelQueryPathParams, FindSpaceLabelQueryQueryParams, } from './hooks/useFindSpaceLabelQuery';
31
47
  export { findSpaceLabel, useFindSpaceLabelQuery } from './hooks/useFindSpaceLabelQuery';
32
48
  export type { GetAllArtifactVersionsErrorResponse, GetAllArtifactVersionsOkResponse, GetAllArtifactVersionsProps, GetAllArtifactVersionsQueryPathParams, GetAllArtifactVersionsQueryQueryParams, } from './hooks/useGetAllArtifactVersionsQuery';
@@ -45,6 +61,10 @@ export type { GetArtifactFileErrorResponse, GetArtifactFileOkResponse, GetArtifa
45
61
  export { getArtifactFile, useGetArtifactFileQuery } from './hooks/useGetArtifactFileQuery';
46
62
  export type { GetArtifactFilesErrorResponse, GetArtifactFilesOkResponse, GetArtifactFilesProps, GetArtifactFilesQueryPathParams, GetArtifactFilesQueryQueryParams, } from './hooks/useGetArtifactFilesQuery';
47
63
  export { getArtifactFiles, useGetArtifactFilesQuery } from './hooks/useGetArtifactFilesQuery';
64
+ export type { GetArtifactScanDetailsErrorResponse, GetArtifactScanDetailsOkResponse, GetArtifactScanDetailsProps, GetArtifactScanDetailsQueryPathParams, GetArtifactScanDetailsQueryQueryParams, } from './hooks/useGetArtifactScanDetailsQuery';
65
+ export { getArtifactScanDetails, useGetArtifactScanDetailsQuery, } from './hooks/useGetArtifactScanDetailsQuery';
66
+ export type { GetArtifactScansErrorResponse, GetArtifactScansOkResponse, GetArtifactScansProps, GetArtifactScansQueryQueryParams, } from './hooks/useGetArtifactScansQuery';
67
+ export { getArtifactScans, useGetArtifactScansQuery } from './hooks/useGetArtifactScansQuery';
48
68
  export type { GetArtifactStatsForRegistryErrorResponse, GetArtifactStatsForRegistryOkResponse, GetArtifactStatsForRegistryProps, GetArtifactStatsForRegistryQueryPathParams, GetArtifactStatsForRegistryQueryQueryParams, } from './hooks/useGetArtifactStatsForRegistryQuery';
49
69
  export { getArtifactStatsForRegistry, useGetArtifactStatsForRegistryQuery, } from './hooks/useGetArtifactStatsForRegistryQuery';
50
70
  export type { GetArtifactStatsForSpaceErrorResponse, GetArtifactStatsForSpaceOkResponse, GetArtifactStatsForSpaceProps, GetArtifactStatsForSpaceQueryPathParams, GetArtifactStatsForSpaceQueryQueryParams, } from './hooks/useGetArtifactStatsForSpaceQuery';
@@ -55,6 +75,8 @@ export type { GetArtifactSummaryErrorResponse, GetArtifactSummaryOkResponse, Get
55
75
  export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
56
76
  export type { GetArtifactVersionSummaryErrorResponse, GetArtifactVersionSummaryOkResponse, GetArtifactVersionSummaryProps, GetArtifactVersionSummaryQueryPathParams, GetArtifactVersionSummaryQueryQueryParams, } from './hooks/useGetArtifactVersionSummaryQuery';
57
77
  export { getArtifactVersionSummary, useGetArtifactVersionSummaryQuery, } from './hooks/useGetArtifactVersionSummaryQuery';
78
+ export type { GetBulkDownloadRequestStatusErrorResponse, GetBulkDownloadRequestStatusOkResponse, GetBulkDownloadRequestStatusProps, GetBulkDownloadRequestStatusQueryPathParams, GetBulkDownloadRequestStatusQueryQueryParams, } from './hooks/useGetBulkDownloadRequestStatusQuery';
79
+ export { getBulkDownloadRequestStatus, useGetBulkDownloadRequestStatusQuery, } from './hooks/useGetBulkDownloadRequestStatusQuery';
58
80
  export type { GetClientSetupDetailsErrorResponse, GetClientSetupDetailsOkResponse, GetClientSetupDetailsProps, GetClientSetupDetailsQueryPathParams, GetClientSetupDetailsQueryQueryParams, } from './hooks/useGetClientSetupDetailsQuery';
59
81
  export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
60
82
  export type { GetDockerArtifactDetailsErrorResponse, GetDockerArtifactDetailsOkResponse, GetDockerArtifactDetailsProps, GetDockerArtifactDetailsQueryPathParams, GetDockerArtifactDetailsQueryQueryParams, } from './hooks/useGetDockerArtifactDetailsQuery';
@@ -67,10 +89,18 @@ export type { GetDockerArtifactManifestErrorResponse, GetDockerArtifactManifestO
67
89
  export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
68
90
  export type { GetDockerArtifactManifestsErrorResponse, GetDockerArtifactManifestsOkResponse, GetDockerArtifactManifestsProps, GetDockerArtifactManifestsQueryPathParams, GetDockerArtifactManifestsQueryQueryParams, } from './hooks/useGetDockerArtifactManifestsQuery';
69
91
  export { getDockerArtifactManifests, useGetDockerArtifactManifestsQuery, } from './hooks/useGetDockerArtifactManifestsQuery';
92
+ export type { GetFileErrorResponse, GetFileOkResponse, GetFileProps, GetFileQueryPathParams, GetFileQueryQueryParams, } from './hooks/useGetFileQuery';
93
+ export { getFile, useGetFileQuery } from './hooks/useGetFileQuery';
70
94
  export type { GetHelmArtifactDetailsErrorResponse, GetHelmArtifactDetailsOkResponse, GetHelmArtifactDetailsProps, GetHelmArtifactDetailsQueryPathParams, GetHelmArtifactDetailsQueryQueryParams, } from './hooks/useGetHelmArtifactDetailsQuery';
71
95
  export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
72
96
  export type { GetHelmArtifactManifestErrorResponse, GetHelmArtifactManifestOkResponse, GetHelmArtifactManifestProps, GetHelmArtifactManifestQueryPathParams, } from './hooks/useGetHelmArtifactManifestQuery';
73
97
  export { getHelmArtifactManifest, useGetHelmArtifactManifestQuery, } from './hooks/useGetHelmArtifactManifestQuery';
98
+ export type { GetMetadataKeysErrorResponse, GetMetadataKeysOkResponse, GetMetadataKeysProps, GetMetadataKeysQueryQueryParams, } from './hooks/useGetMetadataKeysQuery';
99
+ export { getMetadataKeys, useGetMetadataKeysQuery } from './hooks/useGetMetadataKeysQuery';
100
+ export type { GetMetadataErrorResponse, GetMetadataOkResponse, GetMetadataProps, GetMetadataQueryQueryParams, } from './hooks/useGetMetadataQuery';
101
+ export { getMetadata, useGetMetadataQuery } from './hooks/useGetMetadataQuery';
102
+ export type { GetMetadataValuesErrorResponse, GetMetadataValuesOkResponse, GetMetadataValuesProps, GetMetadataValuesQueryQueryParams, } from './hooks/useGetMetadataValuesQuery';
103
+ export { getMetadataValues, useGetMetadataValuesQuery } from './hooks/useGetMetadataValuesQuery';
74
104
  export type { GetMigrationLogsForImageErrorResponse, GetMigrationLogsForImageOkResponse, GetMigrationLogsForImageProps, GetMigrationLogsForImageQueryPathParams, } from './hooks/useGetMigrationLogsForImageQuery';
75
105
  export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
76
106
  export type { GetOciArtifactTagsErrorResponse, GetOciArtifactTagsOkResponse, GetOciArtifactTagsProps, GetOciArtifactTagsQueryPathParams, GetOciArtifactTagsQueryQueryParams, } from './hooks/useGetOciArtifactTagsQuery';
@@ -89,12 +119,18 @@ export type { ListArtifactLabelsErrorResponse, ListArtifactLabelsOkResponse, Lis
89
119
  export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
90
120
  export type { ListMigrationImagesErrorResponse, ListMigrationImagesOkResponse, ListMigrationImagesProps, ListMigrationImagesQueryPathParams, ListMigrationImagesQueryQueryParams, } from './hooks/useListMigrationImagesQuery';
91
121
  export { listMigrationImages, useListMigrationImagesQuery, } from './hooks/useListMigrationImagesQuery';
122
+ export type { ListPackagesErrorResponse, ListPackagesOkResponse, ListPackagesProps, ListPackagesQueryQueryParams, } from './hooks/useListPackagesQuery';
123
+ export { listPackages, useListPackagesQuery } from './hooks/useListPackagesQuery';
124
+ export type { ListRegistriesErrorResponse, ListRegistriesOkResponse, ListRegistriesProps, ListRegistriesQueryQueryParams, } from './hooks/useListRegistriesQuery';
125
+ export { listRegistries, useListRegistriesQuery } from './hooks/useListRegistriesQuery';
92
126
  export type { ListReplicationRulesErrorResponse, ListReplicationRulesOkResponse, ListReplicationRulesProps, ListReplicationRulesQueryQueryParams, } from './hooks/useListReplicationRulesQuery';
93
127
  export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
94
128
  export type { ListSpaceLabelValuesErrorResponse, ListSpaceLabelValuesOkResponse, ListSpaceLabelValuesProps, ListSpaceLabelValuesQueryPathParams, } from './hooks/useListSpaceLabelValuesQuery';
95
129
  export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
96
130
  export type { ListSpaceLabelsErrorResponse, ListSpaceLabelsOkResponse, ListSpaceLabelsProps, ListSpaceLabelsQueryPathParams, ListSpaceLabelsQueryQueryParams, } from './hooks/useListSpaceLabelsQuery';
97
131
  export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
132
+ export type { ListVersionsErrorResponse, ListVersionsOkResponse, ListVersionsProps, ListVersionsQueryQueryParams, } from './hooks/useListVersionsQuery';
133
+ export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
98
134
  export type { ListWebhookExecutionsErrorResponse, ListWebhookExecutionsOkResponse, ListWebhookExecutionsProps, ListWebhookExecutionsQueryPathParams, ListWebhookExecutionsQueryQueryParams, } from './hooks/useListWebhookExecutionsQuery';
99
135
  export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
100
136
  export type { ListWebhooksErrorResponse, ListWebhooksOkResponse, ListWebhooksProps, ListWebhooksQueryPathParams, ListWebhooksQueryQueryParams, } from './hooks/useListWebhooksQuery';
@@ -107,14 +143,26 @@ export type { ReTriggerWebhookExecutionErrorResponse, ReTriggerWebhookExecutionO
107
143
  export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
108
144
  export type { RedirectHarnessArtifactErrorResponse, RedirectHarnessArtifactOkResponse, RedirectHarnessArtifactProps, RedirectHarnessArtifactQueryPathParams, RedirectHarnessArtifactQueryQueryParams, } from './hooks/useRedirectHarnessArtifactQuery';
109
145
  export { redirectHarnessArtifact, useRedirectHarnessArtifactQuery, } from './hooks/useRedirectHarnessArtifactQuery';
146
+ export type { RestorePackageErrorResponse, RestorePackageMutationPathParams, RestorePackageMutationQueryParams, RestorePackageOkResponse, RestorePackageProps, } from './hooks/useRestorePackageMutation';
147
+ export { restorePackage, useRestorePackageMutation } from './hooks/useRestorePackageMutation';
148
+ export type { RestoreRegistryErrorResponse, RestoreRegistryMutationPathParams, RestoreRegistryMutationQueryParams, RestoreRegistryOkResponse, RestoreRegistryProps, } from './hooks/useRestoreRegistryMutation';
149
+ export { restoreRegistry, useRestoreRegistryMutation } from './hooks/useRestoreRegistryMutation';
150
+ export type { RestoreVersionErrorResponse, RestoreVersionMutationPathParams, RestoreVersionMutationQueryParams, RestoreVersionOkResponse, RestoreVersionProps, } from './hooks/useRestoreVersionMutation';
151
+ export { restoreVersion, useRestoreVersionMutation } from './hooks/useRestoreVersionMutation';
152
+ export type { SaveMetadataErrorResponse, SaveMetadataMutationQueryParams, SaveMetadataOkResponse, SaveMetadataProps, SaveMetadataRequestBody, } from './hooks/useSaveMetadataMutation';
153
+ export { saveMetadata, useSaveMetadataMutation } from './hooks/useSaveMetadataMutation';
110
154
  export type { SaveSpaceLabelErrorResponse, SaveSpaceLabelMutationPathParams, SaveSpaceLabelOkResponse, SaveSpaceLabelProps, SaveSpaceLabelRequestBody, } from './hooks/useSaveSpaceLabelMutation';
111
155
  export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
156
+ export type { SearchFilesErrorResponse, SearchFilesOkResponse, SearchFilesProps, SearchFilesQueryQueryParams, } from './hooks/useSearchFilesQuery';
157
+ export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
112
158
  export type { StartMigrationErrorResponse, StartMigrationMutationPathParams, StartMigrationOkResponse, StartMigrationProps, } from './hooks/useStartMigrationMutation';
113
159
  export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
114
160
  export type { StopMigrationErrorResponse, StopMigrationMutationPathParams, StopMigrationOkResponse, StopMigrationProps, } from './hooks/useStopMigrationMutation';
115
161
  export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
116
162
  export type { UpdateArtifactLabelsErrorResponse, UpdateArtifactLabelsMutationPathParams, UpdateArtifactLabelsMutationQueryParams, UpdateArtifactLabelsOkResponse, UpdateArtifactLabelsProps, UpdateArtifactLabelsRequestBody, } from './hooks/useUpdateArtifactLabelsMutation';
117
163
  export { updateArtifactLabels, useUpdateArtifactLabelsMutation, } from './hooks/useUpdateArtifactLabelsMutation';
164
+ export type { UpdateMetadataErrorResponse, UpdateMetadataMutationQueryParams, UpdateMetadataOkResponse, UpdateMetadataProps, UpdateMetadataRequestBody, } from './hooks/useUpdateMetadataMutation';
165
+ export { updateMetadata, useUpdateMetadataMutation } from './hooks/useUpdateMetadataMutation';
118
166
  export type { UpdateReplicationRuleErrorResponse, UpdateReplicationRuleMutationPathParams, UpdateReplicationRuleOkResponse, UpdateReplicationRuleProps, UpdateReplicationRuleRequestBody, } from './hooks/useUpdateReplicationRuleMutation';
119
167
  export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
120
168
  export type { UpdateSpaceLabelErrorResponse, UpdateSpaceLabelMutationPathParams, UpdateSpaceLabelOkResponse, UpdateSpaceLabelProps, UpdateSpaceLabelRequestBody, } from './hooks/useUpdateSpaceLabelMutation';
@@ -123,40 +171,56 @@ export type { UpdateSpaceLabelValueErrorResponse, UpdateSpaceLabelValueMutationP
123
171
  export { updateSpaceLabelValue, useUpdateSpaceLabelValueMutation, } from './hooks/useUpdateSpaceLabelValueMutation';
124
172
  export type { UpdateWebhookErrorResponse, UpdateWebhookMutationPathParams, UpdateWebhookOkResponse, UpdateWebhookProps, UpdateWebhookRequestBody, } from './hooks/useUpdateWebhookMutation';
125
173
  export { updateWebhook, useUpdateWebhookMutation } from './hooks/useUpdateWebhookMutation';
174
+ export type { AddTagsRequestRequestBody } from './requestBodies/AddTagsRequestRequestBody';
126
175
  export type { ArtifactLabelRequestRequestBody } from './requestBodies/ArtifactLabelRequestRequestBody';
176
+ export type { BulkDownloadFilesRequestRequestBody } from './requestBodies/BulkDownloadFilesRequestRequestBody';
177
+ export type { MetadataRequestRequestBody } from './requestBodies/MetadataRequestRequestBody';
127
178
  export type { QuarantineRequestRequestBody } from './requestBodies/QuarantineRequestRequestBody';
128
179
  export type { RegistryRequestRequestBody } from './requestBodies/RegistryRequestRequestBody';
129
180
  export type { ReplicationRuleRequestRequestBody } from './requestBodies/ReplicationRuleRequestRequestBody';
130
181
  export type { WebhookRequestRequestBody } from './requestBodies/WebhookRequestRequestBody';
182
+ export type { AddTagsResponseResponse } from './responses/AddTagsResponseResponse';
131
183
  export type { ArtifactDeploymentsResponseResponse } from './responses/ArtifactDeploymentsResponseResponse';
132
184
  export type { ArtifactDetailResponseResponse } from './responses/ArtifactDetailResponseResponse';
133
185
  export type { ArtifactFileResponseResponse } from './responses/ArtifactFileResponseResponse';
134
186
  export type { ArtifactLabelResponseResponse } from './responses/ArtifactLabelResponseResponse';
187
+ export type { ArtifactScanDetailsResponseResponse } from './responses/ArtifactScanDetailsResponseResponse';
188
+ export type { ArtifactScanEvaluateRequestAcceptedResponse } from './responses/ArtifactScanEvaluateRequestAcceptedResponse';
135
189
  export type { ArtifactStatsResponseResponse } from './responses/ArtifactStatsResponseResponse';
136
190
  export type { ArtifactSummaryResponseResponse } from './responses/ArtifactSummaryResponseResponse';
137
191
  export type { ArtifactVersionSummaryResponseResponse } from './responses/ArtifactVersionSummaryResponseResponse';
138
192
  export type { BadRequestResponse } from './responses/BadRequestResponse';
139
193
  export type { ClientSetupDetailsResponseResponse } from './responses/ClientSetupDetailsResponseResponse';
194
+ export type { CopyResponseResponse } from './responses/CopyResponseResponse';
140
195
  export type { CreateBulkDownloadRequestResponseResponse } from './responses/CreateBulkDownloadRequestResponseResponse';
141
196
  export type { DockerArtifactDetailIntegrationResponseResponse } from './responses/DockerArtifactDetailIntegrationResponseResponse';
142
197
  export type { DockerArtifactDetailResponseResponse } from './responses/DockerArtifactDetailResponseResponse';
143
198
  export type { DockerArtifactManifestResponseResponse } from './responses/DockerArtifactManifestResponseResponse';
144
199
  export type { DockerLayersResponseResponse } from './responses/DockerLayersResponseResponse';
145
200
  export type { DockerManifestsResponseResponse } from './responses/DockerManifestsResponseResponse';
201
+ export type { DownloadFileResponseResponse } from './responses/DownloadFileResponseResponse';
146
202
  export type { FileDetailResponseResponse } from './responses/FileDetailResponseResponse';
203
+ export type { GetBulkDownloadRequestStatusResponseResponse } from './responses/GetBulkDownloadRequestStatusResponseResponse';
147
204
  export type { HelmArtifactDetailResponseResponse } from './responses/HelmArtifactDetailResponseResponse';
148
205
  export type { HelmArtifactManifestResponseResponse } from './responses/HelmArtifactManifestResponseResponse';
149
206
  export type { InternalServerErrorResponse } from './responses/InternalServerErrorResponse';
150
207
  export type { ListArtifactLabelResponseResponse } from './responses/ListArtifactLabelResponseResponse';
151
208
  export type { ListArtifactResponseResponse } from './responses/ListArtifactResponseResponse';
209
+ export type { ListArtifactScanResponseResponse } from './responses/ListArtifactScanResponseResponse';
152
210
  export type { ListArtifactVersionResponseResponse } from './responses/ListArtifactVersionResponseResponse';
211
+ export type { ListFilesResponseResponse } from './responses/ListFilesResponseResponse';
153
212
  export type { ListMigrationImageResponseResponse } from './responses/ListMigrationImageResponseResponse';
154
213
  export type { ListOciArtifactTagsResponseResponse } from './responses/ListOciArtifactTagsResponseResponse';
214
+ export type { ListPackageResponseResponse } from './responses/ListPackageResponseResponse';
155
215
  export type { ListRegistryArtifactResponseResponse } from './responses/ListRegistryArtifactResponseResponse';
156
216
  export type { ListRegistryResponseResponse } from './responses/ListRegistryResponseResponse';
157
217
  export type { ListReplicationRuleResponseResponse } from './responses/ListReplicationRuleResponseResponse';
218
+ export type { ListVersionResponseResponse } from './responses/ListVersionResponseResponse';
158
219
  export type { ListWebhooksExecutionResponseResponse } from './responses/ListWebhooksExecutionResponseResponse';
159
220
  export type { ListWebhooksResponseResponse } from './responses/ListWebhooksResponseResponse';
221
+ export type { MetadataKeysResponseResponse } from './responses/MetadataKeysResponseResponse';
222
+ export type { MetadataResponseResponse } from './responses/MetadataResponseResponse';
223
+ export type { MetadataValuesResponseResponse } from './responses/MetadataValuesResponseResponse';
160
224
  export type { NotFoundResponse } from './responses/NotFoundResponse';
161
225
  export type { PlainTextResponseResponse } from './responses/PlainTextResponseResponse';
162
226
  export type { QuarantinePathResponseResponse } from './responses/QuarantinePathResponseResponse';
@@ -170,7 +234,9 @@ export type { UnauthorizedResponse } from './responses/UnauthorizedResponse';
170
234
  export type { WebhookExecutionResponseResponse } from './responses/WebhookExecutionResponseResponse';
171
235
  export type { WebhookResponseResponse } from './responses/WebhookResponseResponse';
172
236
  export type { AccessKeySecretKey } from './schemas/AccessKeySecretKey';
237
+ export type { AddTags } from './schemas/AddTags';
173
238
  export type { Anonymous } from './schemas/Anonymous';
239
+ export type { ApiErrors } from './schemas/ApiErrors';
174
240
  export type { ArtifactDeploymentsDetail } from './schemas/ArtifactDeploymentsDetail';
175
241
  export type { ArtifactDeploymentsDetails } from './schemas/ArtifactDeploymentsDetails';
176
242
  export type { ArtifactDeploymentsList } from './schemas/ArtifactDeploymentsList';
@@ -178,6 +244,8 @@ export type { ArtifactDetail } from './schemas/ArtifactDetail';
178
244
  export type { ArtifactEntityMetadata } from './schemas/ArtifactEntityMetadata';
179
245
  export type { ArtifactLabelRequest } from './schemas/ArtifactLabelRequest';
180
246
  export type { ArtifactMetadata } from './schemas/ArtifactMetadata';
247
+ export type { ArtifactScan } from './schemas/ArtifactScan';
248
+ export type { ArtifactScanEvaluateRequestStatus } from './schemas/ArtifactScanEvaluateRequestStatus';
181
249
  export type { ArtifactStats } from './schemas/ArtifactStats';
182
250
  export type { ArtifactSummary } from './schemas/ArtifactSummary';
183
251
  export type { ArtifactType } from './schemas/ArtifactType';
@@ -185,6 +253,9 @@ export type { ArtifactVersionMetadata } from './schemas/ArtifactVersionMetadata'
185
253
  export type { ArtifactVersionSummary } from './schemas/ArtifactVersionSummary';
186
254
  export type { AuthType } from './schemas/AuthType';
187
255
  export type { BuildDetails } from './schemas/BuildDetails';
256
+ export type { BulkDownloadFilesRequestInput } from './schemas/BulkDownloadFilesRequestInput';
257
+ export type { BulkDownloadRequestStatus } from './schemas/BulkDownloadRequestStatus';
258
+ export type { BulkDownloadRequestStatusOutput } from './schemas/BulkDownloadRequestStatusOutput';
188
259
  export type { CargoArtifactDetailConfig } from './schemas/CargoArtifactDetailConfig';
189
260
  export type { CleanupPolicy } from './schemas/CleanupPolicy';
190
261
  export type { ClientSetupDetails } from './schemas/ClientSetupDetails';
@@ -214,6 +285,7 @@ export type { EnvironmentType } from './schemas/EnvironmentType';
214
285
  export type { Error } from './schemas/Error';
215
286
  export type { ExtraHeader } from './schemas/ExtraHeader';
216
287
  export type { FileDetail } from './schemas/FileDetail';
288
+ export type { FileMetadata } from './schemas/FileMetadata';
217
289
  export type { GenericArtifactDetailConfig } from './schemas/GenericArtifactDetailConfig';
218
290
  export type { GoArtifactDetailConfig } from './schemas/GoArtifactDetailConfig';
219
291
  export type { HelmArtifactDetail } from './schemas/HelmArtifactDetail';
@@ -227,17 +299,26 @@ export type { ListArtifactVersion } from './schemas/ListArtifactVersion';
227
299
  export type { ListFileDetail } from './schemas/ListFileDetail';
228
300
  export type { ListMigrationImage } from './schemas/ListMigrationImage';
229
301
  export type { ListOciArtifactTags } from './schemas/ListOciArtifactTags';
302
+ export type { ListPackage } from './schemas/ListPackage';
230
303
  export type { ListRegistry } from './schemas/ListRegistry';
231
304
  export type { ListRegistryArtifact } from './schemas/ListRegistryArtifact';
232
305
  export type { ListReplicationRule } from './schemas/ListReplicationRule';
306
+ export type { ListVersion } from './schemas/ListVersion';
233
307
  export type { ListWebhooks } from './schemas/ListWebhooks';
234
308
  export type { ListWebhooksExecutions } from './schemas/ListWebhooksExecutions';
235
309
  export type { LocalReplicationRegistry } from './schemas/LocalReplicationRegistry';
236
310
  export type { MavenArtifactDetailConfig } from './schemas/MavenArtifactDetailConfig';
311
+ export type { Meta } from './schemas/Meta';
312
+ export type { MetadataInput } from './schemas/MetadataInput';
313
+ export type { MetadataItemInput } from './schemas/MetadataItemInput';
314
+ export type { MetadataItemOutput } from './schemas/MetadataItemOutput';
315
+ export type { MetadataOutput } from './schemas/MetadataOutput';
316
+ export type { MetadataType } from './schemas/MetadataType';
237
317
  export type { MigrationImage } from './schemas/MigrationImage';
238
318
  export type { NpmArtifactDetailConfig } from './schemas/NpmArtifactDetailConfig';
239
319
  export type { NugetArtifactDetailConfig } from './schemas/NugetArtifactDetailConfig';
240
320
  export type { OciArtifactTag } from './schemas/OciArtifactTag';
321
+ export type { PackageMetadata } from './schemas/PackageMetadata';
241
322
  export type { PackageType } from './schemas/PackageType';
242
323
  export type { PythonArtifactDetailConfig } from './schemas/PythonArtifactDetailConfig';
243
324
  export type { QuarantinePath } from './schemas/QuarantinePath';
@@ -253,6 +334,7 @@ export type { ReplicationRule } from './schemas/ReplicationRule';
253
334
  export type { ReplicationRuleRequest } from './schemas/ReplicationRuleRequest';
254
335
  export type { RpmArtifactDetailConfig } from './schemas/RpmArtifactDetailConfig';
255
336
  export type { SbomDetails } from './schemas/SbomDetails';
337
+ export type { ScanMeta } from './schemas/ScanMeta';
256
338
  export type { Scanner } from './schemas/Scanner';
257
339
  export type { SectionType } from './schemas/SectionType';
258
340
  export type { SlsaDetails } from './schemas/SlsaDetails';
@@ -268,8 +350,11 @@ export type { TypesLabelWithValues } from './schemas/TypesLabelWithValues';
268
350
  export type { TypesSaveLabelInput } from './schemas/TypesSaveLabelInput';
269
351
  export type { TypesSaveLabelValueInput } from './schemas/TypesSaveLabelValueInput';
270
352
  export type { UpstreamConfig } from './schemas/UpstreamConfig';
353
+ export type { UpstreamProxyConfigFirewallMode } from './schemas/UpstreamProxyConfigFirewallMode';
271
354
  export type { UserPassword } from './schemas/UserPassword';
272
355
  export type { UsererrorError } from './schemas/UsererrorError';
356
+ export type { V3Error } from './schemas/V3Error';
357
+ export type { VersionMetadata } from './schemas/VersionMetadata';
273
358
  export type { VirtualConfig } from './schemas/VirtualConfig';
274
359
  export type { Webhook } from './schemas/Webhook';
275
360
  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,12 +9,17 @@ 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';
22
+ export { evaluateArtifactScan, useEvaluateArtifactScanMutation, } from './hooks/useEvaluateArtifactScanMutation';
15
23
  export { findSpaceLabel, useFindSpaceLabelQuery } from './hooks/useFindSpaceLabelQuery';
16
24
  export { getAllArtifactVersions, useGetAllArtifactVersionsQuery, } from './hooks/useGetAllArtifactVersionsQuery';
17
25
  export { getAllArtifactsByRegistry, useGetAllArtifactsByRegistryQuery, } from './hooks/useGetAllArtifactsByRegistryQuery';
@@ -21,19 +29,26 @@ export { getArtifactDeployments, useGetArtifactDeploymentsQuery, } from './hooks
21
29
  export { getArtifactDetails, useGetArtifactDetailsQuery } from './hooks/useGetArtifactDetailsQuery';
22
30
  export { getArtifactFile, useGetArtifactFileQuery } from './hooks/useGetArtifactFileQuery';
23
31
  export { getArtifactFiles, useGetArtifactFilesQuery } from './hooks/useGetArtifactFilesQuery';
32
+ export { getArtifactScanDetails, useGetArtifactScanDetailsQuery, } from './hooks/useGetArtifactScanDetailsQuery';
33
+ export { getArtifactScans, useGetArtifactScansQuery } from './hooks/useGetArtifactScansQuery';
24
34
  export { getArtifactStatsForRegistry, useGetArtifactStatsForRegistryQuery, } from './hooks/useGetArtifactStatsForRegistryQuery';
25
35
  export { getArtifactStatsForSpace, useGetArtifactStatsForSpaceQuery, } from './hooks/useGetArtifactStatsForSpaceQuery';
26
36
  export { getArtifactStats, useGetArtifactStatsQuery } from './hooks/useGetArtifactStatsQuery';
27
37
  export { getArtifactSummary, useGetArtifactSummaryQuery } from './hooks/useGetArtifactSummaryQuery';
28
38
  export { getArtifactVersionSummary, useGetArtifactVersionSummaryQuery, } from './hooks/useGetArtifactVersionSummaryQuery';
39
+ export { getBulkDownloadRequestStatus, useGetBulkDownloadRequestStatusQuery, } from './hooks/useGetBulkDownloadRequestStatusQuery';
29
40
  export { getClientSetupDetails, useGetClientSetupDetailsQuery, } from './hooks/useGetClientSetupDetailsQuery';
30
41
  export { getDockerArtifactDetails, useGetDockerArtifactDetailsQuery, } from './hooks/useGetDockerArtifactDetailsQuery';
31
42
  export { getDockerArtifactIntegrationDetails, useGetDockerArtifactIntegrationDetailsQuery, } from './hooks/useGetDockerArtifactIntegrationDetailsQuery';
32
43
  export { getDockerArtifactLayers, useGetDockerArtifactLayersQuery, } from './hooks/useGetDockerArtifactLayersQuery';
33
44
  export { getDockerArtifactManifest, useGetDockerArtifactManifestQuery, } from './hooks/useGetDockerArtifactManifestQuery';
34
45
  export { getDockerArtifactManifests, useGetDockerArtifactManifestsQuery, } from './hooks/useGetDockerArtifactManifestsQuery';
46
+ export { getFile, useGetFileQuery } from './hooks/useGetFileQuery';
35
47
  export { getHelmArtifactDetails, useGetHelmArtifactDetailsQuery, } from './hooks/useGetHelmArtifactDetailsQuery';
36
48
  export { getHelmArtifactManifest, useGetHelmArtifactManifestQuery, } from './hooks/useGetHelmArtifactManifestQuery';
49
+ export { getMetadataKeys, useGetMetadataKeysQuery } from './hooks/useGetMetadataKeysQuery';
50
+ export { getMetadata, useGetMetadataQuery } from './hooks/useGetMetadataQuery';
51
+ export { getMetadataValues, useGetMetadataValuesQuery } from './hooks/useGetMetadataValuesQuery';
37
52
  export { getMigrationLogsForImage, useGetMigrationLogsForImageQuery, } from './hooks/useGetMigrationLogsForImageQuery';
38
53
  export { getOciArtifactTags, useGetOciArtifactTagsQuery } from './hooks/useGetOciArtifactTagsQuery';
39
54
  export { getRegistry, useGetRegistryQuery } from './hooks/useGetRegistryQuery';
@@ -43,19 +58,28 @@ export { getWebhookExecution, useGetWebhookExecutionQuery, } from './hooks/useGe
43
58
  export { getWebhook, useGetWebhookQuery } from './hooks/useGetWebhookQuery';
44
59
  export { listArtifactLabels, useListArtifactLabelsQuery } from './hooks/useListArtifactLabelsQuery';
45
60
  export { listMigrationImages, useListMigrationImagesQuery, } from './hooks/useListMigrationImagesQuery';
61
+ export { listPackages, useListPackagesQuery } from './hooks/useListPackagesQuery';
62
+ export { listRegistries, useListRegistriesQuery } from './hooks/useListRegistriesQuery';
46
63
  export { listReplicationRules, useListReplicationRulesQuery, } from './hooks/useListReplicationRulesQuery';
47
64
  export { listSpaceLabelValues, useListSpaceLabelValuesQuery, } from './hooks/useListSpaceLabelValuesQuery';
48
65
  export { listSpaceLabels, useListSpaceLabelsQuery } from './hooks/useListSpaceLabelsQuery';
66
+ export { listVersions, useListVersionsQuery } from './hooks/useListVersionsQuery';
49
67
  export { listWebhookExecutions, useListWebhookExecutionsQuery, } from './hooks/useListWebhookExecutionsQuery';
50
68
  export { listWebhooks, useListWebhooksQuery } from './hooks/useListWebhooksQuery';
51
69
  export { modifyRegistry, useModifyRegistryMutation } from './hooks/useModifyRegistryMutation';
52
70
  export { quarantineFilePath, useQuarantineFilePathMutation, } from './hooks/useQuarantineFilePathMutation';
53
71
  export { reTriggerWebhookExecution, useReTriggerWebhookExecutionQuery, } from './hooks/useReTriggerWebhookExecutionQuery';
54
72
  export { redirectHarnessArtifact, useRedirectHarnessArtifactQuery, } from './hooks/useRedirectHarnessArtifactQuery';
73
+ export { restorePackage, useRestorePackageMutation } from './hooks/useRestorePackageMutation';
74
+ export { restoreRegistry, useRestoreRegistryMutation } from './hooks/useRestoreRegistryMutation';
75
+ export { restoreVersion, useRestoreVersionMutation } from './hooks/useRestoreVersionMutation';
76
+ export { saveMetadata, useSaveMetadataMutation } from './hooks/useSaveMetadataMutation';
55
77
  export { saveSpaceLabel, useSaveSpaceLabelMutation } from './hooks/useSaveSpaceLabelMutation';
78
+ export { searchFiles, useSearchFilesQuery } from './hooks/useSearchFilesQuery';
56
79
  export { startMigration, useStartMigrationMutation } from './hooks/useStartMigrationMutation';
57
80
  export { stopMigration, useStopMigrationMutation } from './hooks/useStopMigrationMutation';
58
81
  export { updateArtifactLabels, useUpdateArtifactLabelsMutation, } from './hooks/useUpdateArtifactLabelsMutation';
82
+ export { updateMetadata, useUpdateMetadataMutation } from './hooks/useUpdateMetadataMutation';
59
83
  export { updateReplicationRule, useUpdateReplicationRuleMutation, } from './hooks/useUpdateReplicationRuleMutation';
60
84
  export { updateSpaceLabel, useUpdateSpaceLabelMutation } from './hooks/useUpdateSpaceLabelMutation';
61
85
  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,8 @@
1
+ export interface ArtifactScanDetailsResponseResponse {
2
+ /**
3
+ * Details of artifact scan
4
+ */
5
+ data: {
6
+ [key: string]: any;
7
+ };
8
+ }
@@ -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 { ArtifactScanEvaluateRequestStatus } from '../schemas/ArtifactScanEvaluateRequestStatus';
2
+ export interface ArtifactScanEvaluateRequestAcceptedResponse {
3
+ data: {
4
+ status: ArtifactScanEvaluateRequestStatus;
5
+ };
6
+ }
@@ -0,0 +1,4 @@
1
+ import type { Status } from '../schemas/Status';
2
+ export interface CopyResponseResponse {
3
+ status: Status;
4
+ }
@@ -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,32 @@
1
+ import type { ArtifactScan } from '../schemas/ArtifactScan';
2
+ import type { ScanMeta } from '../schemas/ScanMeta';
3
+ export interface ListArtifactScanResponseResponse {
4
+ /**
5
+ * A list of artifact scans
6
+ */
7
+ data: ArtifactScan[];
8
+ /**
9
+ * The total number of items
10
+ * @format int64
11
+ * @example 1
12
+ */
13
+ itemCount: number;
14
+ meta: ScanMeta;
15
+ /**
16
+ * The total number of pages
17
+ * @format int64
18
+ * @example 100
19
+ */
20
+ pageCount: number;
21
+ /**
22
+ * The current page
23
+ * @format int64
24
+ * @example 0
25
+ */
26
+ pageIndex: number;
27
+ /**
28
+ * The number of items per page
29
+ * @example 1
30
+ */
31
+ pageSize: number;
32
+ }