@aya-flights/ngx-goox-lib 2.19.14 → 2.19.16
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.
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +3621 -3618
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/Airplane.d.ts +1 -1
- package/lib/AirplanesEndPoint.d.ts +3 -3
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +2 -2
- package/lib/Credit.d.ts +1 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +5 -5
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightData.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/index.d.ts +106 -106
- package/lib/services.export.d.ts +21 -21
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AccountStatusCode } from '.';
|
|
2
1
|
import { Address } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
5
5
|
export declare class Account extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
enName: string;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AirplaneValidationFlag } from '.';
|
|
1
2
|
import { Engine } from '.';
|
|
2
3
|
import { Magneto } from '.';
|
|
3
4
|
import { Propeller } from '.';
|
|
@@ -5,7 +6,6 @@ import { Fuel } from '.';
|
|
|
5
6
|
import { BaseEntityEx } from '.';
|
|
6
7
|
import { ColumnDef } from '.';
|
|
7
8
|
import { AirplaneStatusCode } from '.';
|
|
8
|
-
import { AirplaneValidationFlag } from '.';
|
|
9
9
|
export declare class Airplane extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Airplane } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
|
-
import { Maintenance } from '.';
|
|
6
|
-
import { StringKeyValue } from '.';
|
|
7
4
|
import { Document } from '.';
|
|
5
|
+
import { Airplane } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
|
+
import { Maintenance } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { AuditLog } from '.';
|
|
4
3
|
import { TimeSeries } from '.';
|
|
4
|
+
import { AuditLog } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { TimeSeries } from '.';
|
|
4
3
|
import { Booking } from '.';
|
|
5
4
|
import { BookingStatusCode } from '.';
|
|
5
|
+
import { TimeSeries } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingsEndPoint {
|
|
8
8
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Campaign } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Campaign } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CampaignsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { ValidationFlag } from '.';
|
|
3
2
|
import { StatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
2
|
+
import { Address } from '.';
|
|
1
3
|
import { ValidationFlag } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
import { ColumnDef } from '.';
|
|
4
|
-
import { AccountStatusCode } from '.';
|
|
5
|
-
import { Address } from '.';
|
|
6
6
|
export declare class Contact extends BaseEntityEx {
|
|
7
7
|
accountId: string;
|
|
8
8
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Certificate } from '.';
|
|
4
5
|
import { Flight } from '.';
|
|
6
|
+
import { Document } from '.';
|
|
5
7
|
import { MessageConfirm } from '.';
|
|
6
8
|
import { Contact } from '.';
|
|
7
|
-
import { Certificate } from '.';
|
|
8
|
-
import { Document } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
3
2
|
import { TransactionTypeCode } from '.';
|
|
4
3
|
import { CurrencyCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnBoard } from '.';
|
|
2
|
-
import { TOLData } from '.';
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
4
|
-
import { BillingStatusCode } from '.';
|
|
5
1
|
import { FlightPurposeCode } from '.';
|
|
6
|
-
import { ReFuel } from '.';
|
|
7
2
|
import { Lesson } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ReFuel } from '.';
|
|
8
5
|
import { Billing } from '.';
|
|
9
6
|
import { FlightTypeCode } from '.';
|
|
10
7
|
import { FlightStatusCode } from '.';
|
|
11
8
|
import { FlightStateCode } from '.';
|
|
9
|
+
import { BillingStatusCode } from '.';
|
|
10
|
+
import { OnBoard } from '.';
|
|
11
|
+
import { TOLData } from '.';
|
|
12
12
|
import { RiskAssessment } from '.';
|
|
13
13
|
import { ColumnDef } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
1
2
|
import { FlightTypeCode } from '.';
|
|
2
3
|
import { FlightStatusCode } from '.';
|
|
3
4
|
import { BillingStatusCode } from '.';
|
|
4
5
|
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { TimeFrame } from '.';
|
|
6
6
|
export declare class FlightFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
accountId: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FlightTypeCode } from '.';
|
|
2
1
|
import { FlightStatusCode } from '.';
|
|
3
2
|
import { FlightStateCode } from '.';
|
|
4
3
|
import { FlightPurposeCode } from '.';
|
|
5
4
|
import { TOLData } from '.';
|
|
6
5
|
import { BaseEntityEx } from '.';
|
|
7
6
|
import { ColumnDef } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
10
10
|
description: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SpecialRisks } from '.';
|
|
2
|
-
import { Mitigation } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
import { CrewDutyDayRisks } from '.';
|
|
5
1
|
import { TripRisks } from '.';
|
|
6
|
-
import { DestinationRisks } from '.';
|
|
7
2
|
import { WeatherRisks } from '.';
|
|
3
|
+
import { Mitigation } from '.';
|
|
4
|
+
import { CrewDutyDayRisks } from '.';
|
|
5
|
+
import { DepartureRisks } from '.';
|
|
6
|
+
import { SpecialRisks } from '.';
|
|
8
7
|
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
9
9
|
import { PilotQualificationsRisks } from '.';
|
|
10
|
-
import {
|
|
10
|
+
import { DestinationRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { PostFlightInfo } from '.';
|
|
3
|
+
import { AnyKeyValue } from '.';
|
|
5
4
|
import { TimeSeries } from '.';
|
|
6
5
|
import { FlightPlan } from '.';
|
|
6
|
+
import { FlightTicket } from '.';
|
|
7
7
|
import { PreFlightInfo } from '.';
|
|
8
|
+
import { PostFlightInfo } from '.';
|
|
9
|
+
import { Contact } from '.';
|
|
8
10
|
import { Flight } from '.';
|
|
9
|
-
import { AnyKeyValue } from '.';
|
|
10
|
-
import { FlightTicket } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Group.d.ts
CHANGED
package/lib/GroupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Group } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Group } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class GroupsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Lead.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class MaintenancesEndPoint {
|
|
|
30
30
|
/**
|
|
31
31
|
* Find maintenances by query
|
|
32
32
|
*/
|
|
33
|
-
find(search?: string, action?: [], status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Maintenance>>;
|
|
33
|
+
find(search?: string, airplaneId?: string, action?: [], status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Maintenance>>;
|
|
34
34
|
/**
|
|
35
35
|
* Upload maintenance reference document
|
|
36
36
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Booking } from '.';
|
|
4
3
|
import { BookingTypeFlag } from '.';
|
|
5
4
|
import { BookingSlots } from '.';
|
|
5
|
+
import { Booking } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MyBookingsEndPoint {
|
|
8
8
|
private config;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { PreFlightInfo } from '.';
|
|
4
3
|
import { PostFlightInfo } from '.';
|
|
5
4
|
import { Flight } from '.';
|
|
6
5
|
import { FlightPlan } from '.';
|
|
6
|
+
import { PreFlightInfo } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyFlightsEndPoint {
|
|
9
9
|
private config;
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TOLData } from '.';
|
|
2
1
|
import { ReFuel } from '.';
|
|
3
2
|
import { Lesson } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
@@ -6,6 +5,7 @@ import { ColumnDef } from '.';
|
|
|
6
5
|
import { FlightTypeCode } from '.';
|
|
7
6
|
import { FlightPurposeCode } from '.';
|
|
8
7
|
import { OnBoard } from '.';
|
|
8
|
+
import { TOLData } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnBoard } from '.';
|
|
2
|
-
import { TOLData } from '.';
|
|
3
|
-
import { ReFuel } from '.';
|
|
4
|
-
import { Lesson } from '.';
|
|
5
1
|
import { BaseEntityEx } from '.';
|
|
6
2
|
import { ColumnDef } from '.';
|
|
7
3
|
import { FlightTypeCode } from '.';
|
|
8
4
|
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { OnBoard } from '.';
|
|
6
|
+
import { TOLData } from '.';
|
|
7
|
+
import { ReFuel } from '.';
|
|
8
|
+
import { Lesson } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Mitigation } from '.';
|
|
2
1
|
import { PilotQualificationsRisks } from '.';
|
|
3
2
|
import { CrewDutyDayRisks } from '.';
|
|
4
3
|
import { DepartureRisks } from '.';
|
|
@@ -6,6 +5,7 @@ import { DestinationRisks } from '.';
|
|
|
6
5
|
import { TripRisks } from '.';
|
|
7
6
|
import { WeatherRisks } from '.';
|
|
8
7
|
import { SpecialRisks } from '.';
|
|
8
|
+
import { Mitigation } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SystemConfig.d.ts
CHANGED
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MessageTypeCode } from '.';
|
|
2
|
-
import { PriorityCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { MessageTypeCode } from '.';
|
|
4
|
+
import { PriorityCode } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { SystemMessage } from '.';
|
|
4
3
|
import { MessageConfirm } from '.';
|
|
4
|
+
import { SystemMessage } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SystemMessagesEndPoint {
|
|
7
7
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UserStatusCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { UserTypeCode } from '.';
|
|
5
3
|
import { UserRoleFlag } from '.';
|
|
4
|
+
import { UserStatusCode } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,145 +1,145 @@
|
|
|
1
|
+
export * from './ColumnDef';
|
|
1
2
|
export * from './TimeFrame';
|
|
2
3
|
export * from './TimeDataPoint';
|
|
3
4
|
export * from './TimeSeries';
|
|
4
5
|
export * from './BaseEntity';
|
|
5
6
|
export * from './BaseEntityEx';
|
|
6
7
|
export * from './Tuple';
|
|
7
|
-
export * from './ColumnDef';
|
|
8
|
-
export * from './UserRoleFlag';
|
|
9
|
-
export * from './BillingStatusCode';
|
|
10
8
|
export * from './BookingTypeFlag';
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './TicketStatusCode';
|
|
15
|
-
export * from './TransactionTypeCode';
|
|
9
|
+
export * from './FlightStateCode';
|
|
10
|
+
export * from './FlightTypeCode';
|
|
11
|
+
export * from './LeadStatusCode';
|
|
16
12
|
export * from './UserStatusCode';
|
|
17
|
-
export * from './ADSBSourceFlag';
|
|
18
13
|
export * from './AirplaneStatusCode';
|
|
19
14
|
export * from './AirplaneValidationFlag';
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
15
|
+
export * from './MessageTypeCode';
|
|
16
|
+
export * from './StatusCode';
|
|
17
|
+
export * from './TransactionTypeCode';
|
|
18
|
+
export * from './ADSBSourceFlag';
|
|
19
|
+
export * from './ConfirmStatusCode';
|
|
20
|
+
export * from './FlightStatusCode';
|
|
21
|
+
export * from './TicketStatusCode';
|
|
23
22
|
export * from './ValidationFlag';
|
|
24
23
|
export * from './AccountStatusCode';
|
|
25
|
-
export * from './
|
|
24
|
+
export * from './CampaignTypeCode';
|
|
25
|
+
export * from './FilterFlag';
|
|
26
26
|
export * from './PaymentMethodCode';
|
|
27
|
-
export * from './ADSBCategoryCode';
|
|
28
|
-
export * from './ConfirmStatusCode';
|
|
29
|
-
export * from './FlightTypeCode';
|
|
30
|
-
export * from './ModuleCode';
|
|
31
27
|
export * from './PriorityCode';
|
|
28
|
+
export * from './UserTypeCode';
|
|
29
|
+
export * from './ADSBCategoryCode';
|
|
30
|
+
export * from './AssessmentCode';
|
|
32
31
|
export * from './BookingStatusCode';
|
|
32
|
+
export * from './ModuleCode';
|
|
33
|
+
export * from './UserRoleFlag';
|
|
34
|
+
export * from './BillingStatusCode';
|
|
33
35
|
export * from './LessonSubjectCode';
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
36
|
+
export * from './MaintenanceActionCode';
|
|
37
|
+
export * from './OperatorCode';
|
|
38
|
+
export * from './CampaignStatusCode';
|
|
39
|
+
export * from './CurrencyCode';
|
|
38
40
|
export * from './ErrorCode';
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './MaintenanceFilter';
|
|
44
|
-
export * from './TokenData';
|
|
45
|
-
export * from './Campaign';
|
|
46
|
-
export * from './Document';
|
|
47
|
-
export * from './LeadFilter';
|
|
48
|
-
export * from './Billing';
|
|
41
|
+
export * from './FlightPurposeCode';
|
|
42
|
+
export * from './PermissionFlag';
|
|
43
|
+
export * from './BookingFilter';
|
|
44
|
+
export * from './CreditFilter';
|
|
49
45
|
export * from './Mitigation';
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './PostFlightData';
|
|
46
|
+
export * from './LookupGroup';
|
|
47
|
+
export * from './ContactFilter';
|
|
53
48
|
export * from './Certificate';
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './FlightRisk';
|
|
61
|
-
export * from './Lookup';
|
|
49
|
+
export * from './Document';
|
|
50
|
+
export * from './BaseFilter';
|
|
51
|
+
export * from './Location';
|
|
52
|
+
export * from './Magneto';
|
|
53
|
+
export * from './AuditLog';
|
|
54
|
+
export * from './BookingSlotsSet';
|
|
62
55
|
export * from './ADSBState';
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
56
|
+
export * from './AuditLogFilter';
|
|
57
|
+
export * from './Lesson';
|
|
58
|
+
export * from './CrewDutyDayRisks';
|
|
59
|
+
export * from './TripRisks';
|
|
60
|
+
export * from './SpecialRisks';
|
|
61
|
+
export * from './SystemConfig';
|
|
62
|
+
export * from './PostFlightData';
|
|
63
|
+
export * from './CertificateFilter';
|
|
64
|
+
export * from './UserFilter';
|
|
65
|
+
export * from './DestinationRisks';
|
|
66
|
+
export * from './Group';
|
|
67
|
+
export * from './MessageConfirm';
|
|
68
68
|
export * from './WeatherRisks';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
69
|
+
export * from './Address';
|
|
70
|
+
export * from './TokenData';
|
|
71
71
|
export * from './Account';
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './RiskAssessment';
|
|
74
|
-
export * from './CrewDutyDayRisks';
|
|
75
|
-
export * from './BaseFilter';
|
|
72
|
+
export * from './Engine';
|
|
76
73
|
export * from './Propeller';
|
|
77
|
-
export * from './BookingSlotsSet';
|
|
78
|
-
export * from './FlightPlan';
|
|
79
|
-
export * from './FlightTicket';
|
|
80
74
|
export * from './Maintenance';
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
88
|
-
export * from './AuditLog';
|
|
75
|
+
export * from './User';
|
|
76
|
+
export * from './Permission';
|
|
77
|
+
export * from './BookingSlot';
|
|
78
|
+
export * from './Flight';
|
|
79
|
+
export * from './OnBoard';
|
|
80
|
+
export * from './FlightPlan';
|
|
81
|
+
export * from './Credit';
|
|
89
82
|
export * from './DocumentRevision';
|
|
83
|
+
export * from './LogBookRecord';
|
|
84
|
+
export * from './SystemMessage';
|
|
85
|
+
export * from './FlightFilter';
|
|
86
|
+
export * from './MaintenanceFilter';
|
|
87
|
+
export * from './Campaign';
|
|
88
|
+
export * from './Contact';
|
|
89
|
+
export * from './Billing';
|
|
90
|
+
export * from './StringKeyValue';
|
|
90
91
|
export * from './BillingRecord';
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './Address';
|
|
93
|
-
export * from './CreditFilter';
|
|
92
|
+
export * from './Lead';
|
|
94
93
|
export * from './PreFlightData';
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
94
|
+
export * from './Booking';
|
|
95
|
+
export * from './ReFuel';
|
|
96
|
+
export * from './PilotQualificationsRisks';
|
|
97
97
|
export * from './FlightBilling';
|
|
98
|
-
export * from './BookingSlots';
|
|
99
98
|
export * from './LeadAction';
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
102
|
-
export * from './
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './TripRisks';
|
|
108
|
-
export * from './User';
|
|
99
|
+
export * from './IntKeyValue';
|
|
100
|
+
export * from './PostFlightInfo';
|
|
101
|
+
export * from './DepartureRisks';
|
|
102
|
+
export * from './FlightRisk';
|
|
103
|
+
export * from './Price';
|
|
104
|
+
export * from './BookingSlots';
|
|
105
|
+
export * from './FlightPassenger';
|
|
109
106
|
export * from './AnyKeyValue';
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
107
|
+
export * from './AirplaneFilter';
|
|
108
|
+
export * from './LoginParams';
|
|
109
|
+
export * from './PreFlightInfo';
|
|
110
|
+
export * from './Fuel';
|
|
111
|
+
export * from './RiskAssessment';
|
|
112
|
+
export * from './Lookup';
|
|
114
113
|
export * from './AccountFilter';
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './AccountsEndPoint';
|
|
121
|
-
export * from './AuditLogsEndPoint';
|
|
122
|
-
export * from './ContactsEndPoint';
|
|
123
|
-
export * from './LookupsEndPoint';
|
|
114
|
+
export * from './LeadFilter';
|
|
115
|
+
export * from './Airplane';
|
|
116
|
+
export * from './TOLData';
|
|
117
|
+
export * from './FlightTicket';
|
|
118
|
+
export * from './MessageConfirmsEndPoint';
|
|
124
119
|
export * from './MyCreditsEndPoint';
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './MyBookingsEndPoint';
|
|
128
|
-
export * from './CampaignsEndPoint';
|
|
129
|
-
export * from './CreditsEndPoint';
|
|
130
|
-
export * from './LeadsEndPoint';
|
|
131
|
-
export * from './MaintenancesEndPoint';
|
|
120
|
+
export * from './AccountsEndPoint';
|
|
121
|
+
export * from './FlightsEndPoint';
|
|
132
122
|
export * from './UsersEndPoint';
|
|
133
|
-
export * from './MyAuthEndPoint';
|
|
134
123
|
export * from './MyFlightsEndPoint';
|
|
135
|
-
export * from './
|
|
124
|
+
export * from './AirplanesEndPoint';
|
|
125
|
+
export * from './BookingSlotsEndPoint';
|
|
136
126
|
export * from './GroupsEndPoint';
|
|
127
|
+
export * from './MyAuthEndPoint';
|
|
128
|
+
export * from './SystemMessagesEndPoint';
|
|
129
|
+
export * from './BookingsEndPoint';
|
|
137
130
|
export * from './DocumentsEndPoint';
|
|
131
|
+
export * from './FlightTicketsEndPoint';
|
|
132
|
+
export * from './LeadsEndPoint';
|
|
133
|
+
export * from './CampaignsEndPoint';
|
|
134
|
+
export * from './ContactsEndPoint';
|
|
135
|
+
export * from './LookupsEndPoint';
|
|
136
|
+
export * from './CreditsEndPoint';
|
|
137
|
+
export * from './AuditLogsEndPoint';
|
|
138
138
|
export * from './SystemConfigsEndPoint';
|
|
139
|
-
export * from './BookingSlotsEndPoint';
|
|
140
|
-
export * from './CertificatesEndPoint';
|
|
141
139
|
export * from './SystemEndPoint';
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
140
|
+
export * from './UserEndPoint';
|
|
141
|
+
export * from './MyBookingsEndPoint';
|
|
142
|
+
export * from './CertificatesEndPoint';
|
|
143
|
+
export * from './MaintenancesEndPoint';
|
|
144
|
+
export * from './PriceListEndPoint';
|
|
145
145
|
export * from './Enums';
|