Skip to content

Commit

Permalink
fix: export group api types
Browse files Browse the repository at this point in the history
  • Loading branch information
tdislay authored and sebtiz13 committed Jun 22, 2023
1 parent 0c57127 commit 5861164
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modules/asset/AssetsGroupsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
ApiGroupUpdateResult,
ApiGroupRemoveAssetsResult,
ApiGroupRemoveAssetsRequest,
} from "./types/AssetGroupsAPI";
} from "./types/AssetGroupsApi";
import {
AssetsGroupsBody,
AssetsGroupContent,
Expand Down
2 changes: 2 additions & 0 deletions lib/modules/asset/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export * from "./types/AssetContent";
export * from "./types/AssetHistoryContent";
export * from "./types/AssetEvents";
export * from "./types/AssetApi";
export * from "./types/AssetGroupContent";
export * from "./types/AssetGroupsApi";
export * from "./roles/RoleAssetsAdmin";
export * from "./roles/RoleAssetsReader";
export * from "./collections/assetsMappings";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/scenario/modules/assets/asset-group.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
ApiGroupUpdateRequest,
ApiGroupAddAssetsRequest,
ApiGroupRemoveAssetsRequest,
} from "../../../../lib/modules/asset/types/AssetGroupsAPI";
} from "../../../../lib/modules/asset/types/AssetGroupsApi";
import { setupHooks } from "../../../helpers";

jest.setTimeout(10000);
Expand Down

0 comments on commit 5861164

Please sign in to comment.