Skip to content

Commit

Permalink
[Entity Analytics] Remove internal asset criticality APIs (elastic#18…
Browse files Browse the repository at this point in the history
…8108)

## Summary

Closes elastic#186959

Remove internal asset criticality APIs as we have public versions which
were added in elastic#186169

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
hop-dev and elasticmachine authored Aug 2, 2024
1 parent 5f34e54 commit 920a40c
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 662 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ export * from './list_asset_criticality.gen';
export * from './create_asset_criticality.gen';
export * from './get_asset_criticality.gen';
export * from './delete_asset_criticality.gen';
export * from './internal_create_asset_criticality.gen';
export * from './internal_get_asset_criticality.gen';
export * from './internal_delete_asset_criticality.gen';

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
* 2.0.
*/

export const ASSET_CRITICALITY_INTERNAL_URL = `/internal/asset_criticality` as const;
const ASSET_CRITICALITY_INTERNAL_URL = `/internal/asset_criticality` as const;
export const ASSET_CRITICALITY_INTERNAL_PRIVILEGES_URL =
`${ASSET_CRITICALITY_INTERNAL_URL}/privileges` as const;
export const ASSET_CRITICALITY_INTERNAL_STATUS_URL =
`${ASSET_CRITICALITY_INTERNAL_URL}/status` as const;
export const ASSET_CRITICALITY_INTERNAL_CSV_UPLOAD_URL =
`${ASSET_CRITICALITY_INTERNAL_URL}/upload_csv` as const;

export const ASSET_CRITICALITY_PUBLIC_URL = `/api/asset_criticality` as const;
export const ASSET_CRITICALITY_PUBLIC_CSV_UPLOAD_URL =
Expand Down
Loading

0 comments on commit 920a40c

Please sign in to comment.