@aya-flights/ngx-goox-lib 1.19.8 → 1.19.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.
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +3365 -3365
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +1 -1
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/Booking.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- 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 +6 -6
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +5 -5
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +3 -3
- package/lib/MyFlightsEndPoint.d.ts +2 -2
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightData.d.ts +2 -2
- package/lib/PreFlightData.d.ts +3 -3
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/TimeSeries.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/index.d.ts +87 -87
- package/lib/services.export.d.ts +18 -18
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { AccountStatusCode } from '.';
|
|
4
2
|
import { Address } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Account extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
enName: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Flight } from '.';
|
|
4
|
-
import { Account } from '.';
|
|
5
4
|
import { Credit } from '.';
|
|
6
5
|
import { Document } from '.';
|
|
7
6
|
import { StringKeyValue } from '.';
|
|
7
|
+
import { Account } 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 { ColumnDef } from '.';
|
|
2
|
-
import { AirplaneStatusCode } from '.';
|
|
3
|
-
import { AirplaneValidationFlag } from '.';
|
|
4
|
-
import { Engine } from '.';
|
|
5
1
|
import { Magneto } from '.';
|
|
6
2
|
import { Propeller } from '.';
|
|
7
3
|
import { Fuel } from '.';
|
|
8
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
|
+
import { AirplaneStatusCode } from '.';
|
|
7
|
+
import { AirplaneValidationFlag } from '.';
|
|
8
|
+
import { Engine } 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 { Flight } from '.';
|
|
4
|
-
import { Document } from '.';
|
|
5
3
|
import { Maintenance } from '.';
|
|
6
4
|
import { Airplane } from '.';
|
|
7
5
|
import { StringKeyValue } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
|
+
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BookingTypeFlag } from '.';
|
|
2
1
|
import { BookingStatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { BookingTypeFlag } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
title: string;
|
|
@@ -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;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Certificate } from '.';
|
|
4
|
-
import { Flight } from '.';
|
|
5
4
|
import { MessageConfirm } from '.';
|
|
6
|
-
import { Contact } from '.';
|
|
7
5
|
import { StringKeyValue } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
8
7
|
import { Document } from '.';
|
|
8
|
+
import { Contact } 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 { ColumnDef } from '.';
|
|
2
1
|
import { TransactionTypeCode } from '.';
|
|
3
2
|
import { CurrencyCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } 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,16 +1,16 @@
|
|
|
1
|
+
import { BillingStatusCode } from '.';
|
|
2
|
+
import { FlightPurposeCode } from '.';
|
|
3
|
+
import { OnBoard } from '.';
|
|
1
4
|
import { ReFuel } from '.';
|
|
2
5
|
import { Lesson } from '.';
|
|
3
|
-
import {
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { ColumnDef } from '.';
|
|
4
8
|
import { FlightTypeCode } from '.';
|
|
5
9
|
import { FlightStateCode } from '.';
|
|
6
|
-
import { OnBoard } from '.';
|
|
7
10
|
import { TOLData } from '.';
|
|
8
11
|
import { Billing } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { ColumnDef } from '.';
|
|
12
|
+
import { RiskAssessment } from '.';
|
|
11
13
|
import { FlightStatusCode } from '.';
|
|
12
|
-
import { BillingStatusCode } from '.';
|
|
13
|
-
import { FlightPurposeCode } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { FlightTypeCode } from '.';
|
|
4
2
|
import { FlightStatusCode } from '.';
|
|
5
3
|
import { FlightStateCode } from '.';
|
|
6
4
|
import { FlightPurposeCode } from '.';
|
|
7
5
|
import { TOLData } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { ColumnDef } 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 { CrewDutyDayRisks } from '.';
|
|
2
|
-
import { WeatherRisks } from '.';
|
|
3
|
-
import { Mitigation } from '.';
|
|
4
1
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
2
|
import { PilotQualificationsRisks } from '.';
|
|
3
|
+
import { CrewDutyDayRisks } from '.';
|
|
4
|
+
import { DepartureRisks } from '.';
|
|
7
5
|
import { DestinationRisks } from '.';
|
|
8
|
-
import {
|
|
6
|
+
import { WeatherRisks } from '.';
|
|
9
7
|
import { SpecialRisks } from '.';
|
|
10
|
-
import {
|
|
8
|
+
import { TripRisks } from '.';
|
|
9
|
+
import { Mitigation } from '.';
|
|
10
|
+
import { ColumnDef } 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 } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { FlightPlan } from '.';
|
|
4
|
+
import { FlightTicket } from '.';
|
|
5
5
|
import { PreFlightInfo } from '.';
|
|
6
|
+
import { PostFlightInfo } from '.';
|
|
6
7
|
import { Flight } from '.';
|
|
7
8
|
import { AnyKeyValue } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { FlightPlan } from '.';
|
|
9
|
+
import { TimeSeries } from '.';
|
|
10
|
+
import { Contact } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
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 { 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;
|
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { LeadAction } from '.';
|
|
3
4
|
import { Lead } from '.';
|
|
4
5
|
import { TimeSeries } from '.';
|
|
5
|
-
import { LeadAction } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class LeadsEndPoint {
|
|
8
8
|
private config;
|
package/lib/LookupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Lookup } from '.';
|
|
4
3
|
import { LookupGroup } from '.';
|
|
4
|
+
import { Lookup } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LookupsEndPoint {
|
|
7
7
|
private config;
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ConfirmStatusCode } from '.';
|
|
2
1
|
import { MessageTypeCode } from '.';
|
|
3
2
|
import { PriorityCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { ConfirmStatusCode } from '.';
|
|
6
6
|
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
7
|
messageId: string;
|
|
8
8
|
contactId: string;
|
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RestUtil,
|
|
1
|
+
import { RestUtil, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { LoginParams } from '.';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -10,11 +10,11 @@ export declare class MyAuthEndPoint {
|
|
|
10
10
|
/**
|
|
11
11
|
* Send SMS code
|
|
12
12
|
*/
|
|
13
|
-
sendCode(body?: LoginParams): import("rxjs").Observable<
|
|
13
|
+
sendCode(body?: LoginParams): import("rxjs").Observable<ActionResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* Send SMS code
|
|
16
16
|
*/
|
|
17
|
-
verifyCode(code?: string): import("rxjs").Observable<
|
|
17
|
+
verifyCode(code?: string): import("rxjs").Observable<ActionResponse>;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<MyAuthEndPoint, never>;
|
|
19
19
|
static ɵprov: i0.ɵɵInjectableDeclaration<MyAuthEndPoint>;
|
|
20
20
|
}
|
|
@@ -29,7 +29,7 @@ export declare class MyFlightsEndPoint {
|
|
|
29
29
|
/**
|
|
30
30
|
* Update flight with pre-flight info
|
|
31
31
|
*/
|
|
32
|
-
setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<
|
|
32
|
+
setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<ActionResponse>;
|
|
33
33
|
/**
|
|
34
34
|
* Get post-flight info by id
|
|
35
35
|
*/
|
|
@@ -37,7 +37,7 @@ export declare class MyFlightsEndPoint {
|
|
|
37
37
|
/**
|
|
38
38
|
* Update flight with post-flight info
|
|
39
39
|
*/
|
|
40
|
-
setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<
|
|
40
|
+
setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<ActionResponse>;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<MyFlightsEndPoint, never>;
|
|
42
42
|
static ɵprov: i0.ɵɵInjectableDeclaration<MyFlightsEndPoint>;
|
|
43
43
|
}
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { FlightTypeCode } from '.';
|
|
4
2
|
import { FlightPurposeCode } from '.';
|
|
5
3
|
import { OnBoard } from '.';
|
|
6
4
|
import { TOLData } from '.';
|
|
7
5
|
import { ReFuel } from '.';
|
|
8
6
|
import { Lesson } from '.';
|
|
7
|
+
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
1
|
import { OnBoard } from '.';
|
|
5
2
|
import { TOLData } from '.';
|
|
6
3
|
import { ReFuel } from '.';
|
|
7
4
|
import { Lesson } from '.';
|
|
8
5
|
import { BaseEntityEx } from '.';
|
|
6
|
+
import { ColumnDef } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { CrewDutyDayRisks } from '.';
|
|
2
|
+
import { DepartureRisks } from '.';
|
|
1
3
|
import { DestinationRisks } from '.';
|
|
2
4
|
import { TripRisks } from '.';
|
|
3
5
|
import { WeatherRisks } from '.';
|
|
4
6
|
import { SpecialRisks } from '.';
|
|
5
7
|
import { Mitigation } from '.';
|
|
6
8
|
import { PilotQualificationsRisks } from '.';
|
|
7
|
-
import { CrewDutyDayRisks } from '.';
|
|
8
|
-
import { DepartureRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MessageTypeCode } from '.';
|
|
2
1
|
import { PriorityCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { MessageTypeCode } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
package/lib/TimeSeries.d.ts
CHANGED
package/lib/UserEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { User } from '.';
|
|
4
3
|
import { LoginParams } from '.';
|
|
4
|
+
import { User } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UserEndPoint {
|
|
7
7
|
private config;
|
package/lib/index.d.ts
CHANGED
|
@@ -5,123 +5,123 @@ export * from './TimeDataPoint';
|
|
|
5
5
|
export * from './TimeSeries';
|
|
6
6
|
export * from './BaseEntity';
|
|
7
7
|
export * from './BaseEntityEx';
|
|
8
|
-
export * from './FlightStateCode';
|
|
9
|
-
export * from './ModuleCode';
|
|
10
|
-
export * from './ValidationFlag';
|
|
11
|
-
export * from './StatusCode';
|
|
12
|
-
export * from './ADSBSourceFlag';
|
|
13
|
-
export * from './AirplaneStatusCode';
|
|
14
8
|
export * from './BillingStatusCode';
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './PaymentMethodCode';
|
|
18
|
-
export * from './AccountStatusCode';
|
|
19
|
-
export * from './ConfirmStatusCode';
|
|
20
|
-
export * from './PriorityCode';
|
|
9
|
+
export * from './BookingStatusCode';
|
|
10
|
+
export * from './MessageTypeCode';
|
|
21
11
|
export * from './TransactionTypeCode';
|
|
12
|
+
export * from './BookingTypeFlag';
|
|
13
|
+
export * from './ConfirmStatusCode';
|
|
14
|
+
export * from './FlightTypeCode';
|
|
15
|
+
export * from './UserTypeCode';
|
|
16
|
+
export * from './ADSBCategoryCode';
|
|
17
|
+
export * from './CampaignStatusCode';
|
|
18
|
+
export * from './UserRoleFlag';
|
|
19
|
+
export * from './UserStatusCode';
|
|
20
|
+
export * from './ValidationFlag';
|
|
21
|
+
export * from './AirplaneStatusCode';
|
|
22
22
|
export * from './AssessmentCode';
|
|
23
|
-
export * from './CampaignTypeCode';
|
|
24
23
|
export * from './LeadStatusCode';
|
|
25
|
-
export * from './
|
|
24
|
+
export * from './MaintenanceActionCode';
|
|
26
25
|
export * from './OperatorCode';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './AirplaneValidationFlag';
|
|
29
|
-
export * from './CampaignStatusCode';
|
|
30
|
-
export * from './ADSBCategoryCode';
|
|
31
|
-
export * from './BookingStatusCode';
|
|
26
|
+
export * from './CampaignTypeCode';
|
|
32
27
|
export * from './CurrencyCode';
|
|
28
|
+
export * from './ModuleCode';
|
|
29
|
+
export * from './PaymentMethodCode';
|
|
30
|
+
export * from './ADSBSourceFlag';
|
|
31
|
+
export * from './FlightPurposeCode';
|
|
32
|
+
export * from './FlightStateCode';
|
|
33
33
|
export * from './FlightStatusCode';
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './UserRoleFlag';
|
|
34
|
+
export * from './AccountStatusCode';
|
|
35
|
+
export * from './PriorityCode';
|
|
37
36
|
export * from './TicketStatusCode';
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
37
|
+
export * from './AirplaneValidationFlag';
|
|
38
|
+
export * from './PermissionFlag';
|
|
39
|
+
export * from './StatusCode';
|
|
41
40
|
export * from './TOLData';
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './Credit';
|
|
45
|
-
export * from './FlightRisk';
|
|
46
|
-
export * from './Mitigation';
|
|
47
|
-
export * from './Lookup';
|
|
48
|
-
export * from './Engine';
|
|
49
|
-
export * from './Propeller';
|
|
50
|
-
export * from './Booking';
|
|
41
|
+
export * from './PilotQualificationsRisks';
|
|
42
|
+
export * from './CrewDutyDayRisks';
|
|
51
43
|
export * from './SpecialRisks';
|
|
52
|
-
export * from './Airplane';
|
|
53
|
-
export * from './Lesson';
|
|
54
|
-
export * from './FlightTicket';
|
|
55
44
|
export * from './LookupGroup';
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
45
|
+
export * from './Maintenance';
|
|
46
|
+
export * from './FlightPassenger';
|
|
47
|
+
export * from './LoginParams';
|
|
48
|
+
export * from './Engine';
|
|
49
|
+
export * from './BookingSlot';
|
|
50
|
+
export * from './DocumentRevision';
|
|
51
|
+
export * from './Flight';
|
|
52
|
+
export * from './Lookup';
|
|
53
|
+
export * from './PreFlightData';
|
|
61
54
|
export * from './PostFlightInfo';
|
|
55
|
+
export * from './Account';
|
|
56
|
+
export * from './Airplane';
|
|
62
57
|
export * from './Contact';
|
|
63
58
|
export * from './RiskAssessment';
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
59
|
+
export * from './Lead';
|
|
60
|
+
export * from './LeadAction';
|
|
61
|
+
export * from './SystemConfig';
|
|
62
|
+
export * from './Propeller';
|
|
63
|
+
export * from './Lesson';
|
|
64
|
+
export * from './DepartureRisks';
|
|
65
|
+
export * from './FlightTicket';
|
|
66
|
+
export * from './PreFlightInfo';
|
|
67
|
+
export * from './FlightPlan';
|
|
68
|
+
export * from './ADSBState';
|
|
69
|
+
export * from './Location';
|
|
68
70
|
export * from './Group';
|
|
71
|
+
export * from './LogBookRecord';
|
|
72
|
+
export * from './PostFlightData';
|
|
73
|
+
export * from './StringKeyValue';
|
|
74
|
+
export * from './Certificate';
|
|
75
|
+
export * from './OnBoard';
|
|
69
76
|
export * from './IntKeyValue';
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
77
|
+
export * from './Document';
|
|
78
|
+
export * from './Billing';
|
|
79
|
+
export * from './BillingRecord';
|
|
80
|
+
export * from './Mitigation';
|
|
81
|
+
export * from './MessageConfirm';
|
|
82
|
+
export * from './AnyKeyValue';
|
|
83
|
+
export * from './FlightRisk';
|
|
84
|
+
export * from './Permission';
|
|
72
85
|
export * from './FlightBilling';
|
|
86
|
+
export * from './TripRisks';
|
|
73
87
|
export * from './User';
|
|
74
|
-
export * from './
|
|
75
|
-
export * from './PilotQualificationsRisks';
|
|
76
|
-
export * from './LogBookRecord';
|
|
77
|
-
export * from './Maintenance';
|
|
78
|
-
export * from './ReFuel';
|
|
79
|
-
export * from './SystemConfig';
|
|
80
|
-
export * from './BookingSlot';
|
|
81
|
-
export * from './Document';
|
|
88
|
+
export * from './SystemMessage';
|
|
82
89
|
export * from './Address';
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './Permission';
|
|
85
|
-
export * from './PreFlightInfo';
|
|
90
|
+
export * from './TokenData';
|
|
86
91
|
export * from './Fuel';
|
|
92
|
+
export * from './Booking';
|
|
87
93
|
export * from './Campaign';
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
94
|
+
export * from './Credit';
|
|
95
|
+
export * from './Magneto';
|
|
96
|
+
export * from './DestinationRisks';
|
|
97
|
+
export * from './WeatherRisks';
|
|
98
|
+
export * from './AuditLog';
|
|
99
|
+
export * from './ReFuel';
|
|
93
100
|
export * from './Price';
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './BillingRecord';
|
|
96
|
-
export * from './DepartureRisks';
|
|
97
|
-
export * from './TripRisks';
|
|
98
|
-
export * from './Certificate';
|
|
99
|
-
export * from './FlightPassenger';
|
|
100
|
-
export * from './PreFlightData';
|
|
101
|
-
export * from './CertificatesEndPoint';
|
|
102
|
-
export * from './SystemConfigsEndPoint';
|
|
103
|
-
export * from './MyAuthEndPoint';
|
|
101
|
+
export * from './UsersEndPoint';
|
|
104
102
|
export * from './MyFlightsEndPoint';
|
|
103
|
+
export * from './CreditsEndPoint';
|
|
105
104
|
export * from './AirplanesEndPoint';
|
|
105
|
+
export * from './AuditLogsEndPoint';
|
|
106
106
|
export * from './BookingsEndPoint';
|
|
107
|
-
export * from './
|
|
107
|
+
export * from './FlightTicketsEndPoint';
|
|
108
108
|
export * from './LeadsEndPoint';
|
|
109
|
-
export * from './MyBookingsEndPoint';
|
|
110
|
-
export * from './CreditsEndPoint';
|
|
111
109
|
export * from './LookupsEndPoint';
|
|
112
|
-
export * from './
|
|
110
|
+
export * from './MyBookingsEndPoint';
|
|
113
111
|
export * from './AccountsEndPoint';
|
|
114
|
-
export * from './AuditLogsEndPoint';
|
|
115
|
-
export * from './BookingSlotsEndPoint';
|
|
116
112
|
export * from './CampaignsEndPoint';
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './
|
|
113
|
+
export * from './CertificatesEndPoint';
|
|
114
|
+
export * from './FlightsEndPoint';
|
|
115
|
+
export * from './GroupsEndPoint';
|
|
116
|
+
export * from './MaintenancesEndPoint';
|
|
117
|
+
export * from './PriceListEndPoint';
|
|
118
|
+
export * from './SystemConfigsEndPoint';
|
|
119
|
+
export * from './BookingSlotsEndPoint';
|
|
121
120
|
export * from './UserEndPoint';
|
|
121
|
+
export * from './MyAuthEndPoint';
|
|
122
|
+
export * from './SystemMessagesEndPoint';
|
|
122
123
|
export * from './DocumentsEndPoint';
|
|
123
|
-
export * from './FlightTicketsEndPoint';
|
|
124
|
-
export * from './GroupsEndPoint';
|
|
125
124
|
export * from './MessageConfirmsEndPoint';
|
|
126
|
-
export * from './
|
|
125
|
+
export * from './SystemEndPoint';
|
|
126
|
+
export * from './ContactsEndPoint';
|
|
127
127
|
export * from './Enums';
|
package/lib/services.export.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { LeadsEndPoint } from '.';
|
|
8
|
-
import { MyBookingsEndPoint } from '.';
|
|
1
|
+
import { ContactsEndPoint } from '.';
|
|
2
|
+
import { DocumentsEndPoint } from '.';
|
|
3
|
+
import { MessageConfirmsEndPoint } from '.';
|
|
4
|
+
import { SystemEndPoint } from '.';
|
|
5
|
+
import { CreditsEndPoint } from '.';
|
|
6
|
+
import { UsersEndPoint } from '.';
|
|
9
7
|
import { MyFlightsEndPoint } from '.';
|
|
8
|
+
import { MyBookingsEndPoint } from '.';
|
|
10
9
|
import { AccountsEndPoint } from '.';
|
|
10
|
+
import { AirplanesEndPoint } from '.';
|
|
11
11
|
import { AuditLogsEndPoint } from '.';
|
|
12
|
+
import { BookingsEndPoint } from '.';
|
|
13
|
+
import { FlightTicketsEndPoint } from '.';
|
|
14
|
+
import { LeadsEndPoint } from '.';
|
|
15
|
+
import { LookupsEndPoint } from '.';
|
|
16
|
+
import { SystemConfigsEndPoint } from '.';
|
|
12
17
|
import { BookingSlotsEndPoint } from '.';
|
|
13
18
|
import { CampaignsEndPoint } from '.';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { LookupsEndPoint } from '.';
|
|
17
|
-
import { MaintenancesEndPoint } from '.';
|
|
18
|
-
import { SystemEndPoint } from '.';
|
|
19
|
-
import { UsersEndPoint } from '.';
|
|
20
|
-
import { DocumentsEndPoint } from '.';
|
|
21
|
-
import { FlightTicketsEndPoint } from '.';
|
|
19
|
+
import { CertificatesEndPoint } from '.';
|
|
20
|
+
import { FlightsEndPoint } from '.';
|
|
22
21
|
import { GroupsEndPoint } from '.';
|
|
23
|
-
import {
|
|
22
|
+
import { MaintenancesEndPoint } from '.';
|
|
24
23
|
import { PriceListEndPoint } from '.';
|
|
25
24
|
import { SystemMessagesEndPoint } from '.';
|
|
26
25
|
import { UserEndPoint } from '.';
|
|
27
|
-
|
|
26
|
+
import { MyAuthEndPoint } from '.';
|
|
27
|
+
export declare const Services: (typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof CreditsEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof BookingsEndPoint | typeof FlightTicketsEndPoint | typeof LeadsEndPoint | typeof LookupsEndPoint | typeof MyBookingsEndPoint | typeof AccountsEndPoint | typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof BookingSlotsEndPoint | typeof UserEndPoint | typeof MyAuthEndPoint | typeof SystemMessagesEndPoint | typeof DocumentsEndPoint | typeof MessageConfirmsEndPoint | typeof SystemEndPoint | typeof ContactsEndPoint)[];
|