mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: the issue in the sheets file
This commit is contained in:
@@ -60,6 +60,12 @@ export interface ETradeCompanyInfo {
|
||||
}
|
||||
|
||||
export interface CompanyRegistrationData {
|
||||
/**
|
||||
* The registered organization name — `ETradeCompanyInfo.BusinessName`, falling
|
||||
* back to the licence's `TradeName`. Never the manager/owner's personal name;
|
||||
* that is {@link managerName}.
|
||||
*/
|
||||
companyName: string;
|
||||
licenceNumber: string;
|
||||
statusDescription: string;
|
||||
dateRegistered: string;
|
||||
|
||||
@@ -30,6 +30,7 @@ export enum NotificationPriority {
|
||||
export enum NotificationType {
|
||||
GENERIC = "GENERIC",
|
||||
// Portal-facing (customer)
|
||||
ACCOUNT_STATUS = "ACCOUNT_STATUS",
|
||||
CLEARANCE_DECISION = "CLEARANCE_DECISION",
|
||||
DOCUMENT_ACTION = "DOCUMENT_ACTION",
|
||||
BOOKING_STATUS = "BOOKING_STATUS",
|
||||
|
||||
Reference in New Issue
Block a user