Skip to content

Commit

Permalink
Merge pull request #25 from equinor/fix/exposeTypes
Browse files Browse the repository at this point in the history
Fix/expose types
  • Loading branch information
aslakihle authored Aug 9, 2024
2 parents 633ad62 + 80f2c0d commit ee92bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/subsurface-app-management",
"version": "1.1.2",
"version": "1.1.3",
"description": "React Typescript components/hooks to communicate with equinor/sam",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export { request } from './core/request';
export type { OpenAPIConfig } from './core/OpenAPI';

export type { AmplifyApplication } from './models/AmplifyApplication';
export { ApplicationCategory} from './models/ApplicationCategory';
export type { ContentTab} from './models/ContentTab';
export type { AccessRoles} from './models/AccessRoles';
export type { FeatureAPIType } from 'src/api/models/FeatureAPIType';
export type { FeatureToggleDto } from './models/FeatureToggleDto';
export type { GraphUser } from './models/GraphUser';
Expand Down

0 comments on commit ee92bca

Please sign in to comment.