@pulsecharterconnect/types 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -122,6 +122,9 @@ export interface IAircraft {
|
|
|
122
122
|
year: number;
|
|
123
123
|
maxPassengers: number;
|
|
124
124
|
insurance: IInsurance[];
|
|
125
|
+
typeOfAircraft: AirService;
|
|
126
|
+
wifiAvailable: boolean;
|
|
127
|
+
powerAvailable: boolean;
|
|
125
128
|
}
|
|
126
129
|
export interface ISystemAdminOrganization {
|
|
127
130
|
}
|
|
@@ -147,6 +150,7 @@ export interface ITranportationOperatorOrganization {
|
|
|
147
150
|
unosRegions?: number[];
|
|
148
151
|
};
|
|
149
152
|
safetyCertifications: SafetyCertifications[];
|
|
153
|
+
markupPercentage?: number;
|
|
150
154
|
}
|
|
151
155
|
export interface IOrganization {
|
|
152
156
|
id: string;
|