mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
move PamAccountFilter to table file
This commit is contained in:
@@ -80,10 +80,6 @@ export type TDeletePamResourceDTO = {
|
||||
};
|
||||
|
||||
// Account DTOs
|
||||
export type PamAccountFilter = {
|
||||
resourceIds: string[];
|
||||
};
|
||||
|
||||
export type TListPamAccountsDTO = {
|
||||
projectId: string;
|
||||
accountPath?: string | null;
|
||||
|
||||
@@ -50,7 +50,6 @@ import { usePagination, usePopUp } from "@app/hooks";
|
||||
import { OrderByDirection } from "@app/hooks/api/generic/types";
|
||||
import {
|
||||
PAM_RESOURCE_TYPE_MAP,
|
||||
PamAccountFilter,
|
||||
PamAccountOrderBy,
|
||||
PamAccountView,
|
||||
TPamFolder
|
||||
@@ -69,6 +68,10 @@ import { PamFolderRow } from "./PamFolderRow";
|
||||
import { PamUpdateAccountModal } from "./PamUpdateAccountModal";
|
||||
import { PamUpdateFolderModal } from "./PamUpdateFolderModal";
|
||||
|
||||
type PamAccountFilter = {
|
||||
resourceIds: string[];
|
||||
};
|
||||
|
||||
type Props = {
|
||||
projectId: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user