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