mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
- Remove SeamanBookApplicationPage from router and redirect to Seaman Book page. - Add new API endpoints for managing seafarer documents, including listing, reviewing, and issuing documents. - Introduce new SeafarerDocumentQueuePage and SeafarerDocumentReviewPage components for document management. - Update licensing types to accommodate optional applicationId and documentId in ApplicationPayment. - Remove unused claimSeafarerRegistration mutation and related constants. - Update seafarer registration status labels and types to remove 'UNDER_REVIEW'. - Create new constants and types for seafarer documents, including status labels and colors. - Implement document payment initiation and confirmation functionalities. - Enhance UI components for better user experience in document management.
12 lines
554 B
TypeScript
12 lines
554 B
TypeScript
export * from './lib/base-api';
|
|
export * from './lib/query-and-mutation';
|
|
export * from './lib/session';
|
|
export * from './lib/features/licensing';
|
|
export * from './lib/features/location';
|
|
export * from './lib/features/seafarer';
|
|
export * from './lib/features/seafarer-registration';
|
|
export * from './lib/features/seafarer-document';
|
|
export * from './lib/features/vessel';
|
|
export { baseQueryWithReauth, configureTokenRefresh } from './lib/base-api/base-query-with-reauth';
|
|
export { openAuthedDocument, downloadAuthedFile } from './lib/base-api/download';
|