@aya-flights/ngx-goox-lib 2.18.69 → 2.18.70
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/esm2022/lib/Account.mjs +1 -5
- package/esm2022/lib/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/Airplane.mjs +1 -1
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/Booking.mjs +1 -1
- package/esm2022/lib/BookingPlan.mjs +2 -2
- package/esm2022/lib/BookingSlots.mjs +2 -2
- package/esm2022/lib/BookingSlotsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingsFilter.mjs +1 -1
- package/esm2022/lib/Campaign.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +2 -2
- package/esm2022/lib/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Credit.mjs +1 -1
- package/esm2022/lib/Enums.mjs +288 -288
- package/esm2022/lib/Flight.mjs +2 -2
- package/esm2022/lib/FlightBilling.mjs +2 -2
- package/esm2022/lib/FlightPlan.mjs +1 -1
- package/esm2022/lib/FlightRisk.mjs +2 -2
- package/esm2022/lib/FlightTicket.mjs +2 -2
- package/esm2022/lib/FlightTicketsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +1 -1
- package/esm2022/lib/Lead.mjs +1 -1
- package/esm2022/lib/Lesson.mjs +1 -1
- package/esm2022/lib/MaintenancesFilter.mjs +1 -1
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +1 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/PreFlightData.mjs +1 -1
- package/esm2022/lib/Price.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/SystemConfig.mjs +2 -2
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/User.mjs +1 -1
- package/esm2022/lib/UserEndPoint.mjs +1 -1
- package/esm2022/lib/UsersEndPoint.mjs +1 -1
- package/esm2022/lib/index.mjs +112 -112
- package/esm2022/lib/services.export.mjs +39 -39
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4696 -4700
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -6
- package/lib/AccountsEndPoint.d.ts +6 -6
- package/lib/Airplane.d.ts +3 -3
- package/lib/AirplanesEndPoint.d.ts +5 -5
- package/lib/Booking.d.ts +2 -2
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingsFilter.d.ts +1 -1
- package/lib/Campaign.d.ts +2 -2
- package/lib/Certificate.d.ts +1 -1
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +8 -8
- package/lib/Credit.d.ts +1 -1
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +8 -8
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/Lead.d.ts +1 -1
- package/lib/Lesson.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +111 -111
- package/lib/services.export.d.ts +20 -20
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '.';
|
|
2
|
-
import { AccountStatusCode } from '.';
|
|
3
1
|
import { Address } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountTypeCode } from '.';
|
|
5
|
+
import { AccountStatusCode } from '.';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -13,13 +13,9 @@ export declare class Account extends BaseEntityEx {
|
|
|
13
13
|
mobile: string;
|
|
14
14
|
email: string;
|
|
15
15
|
address: Address;
|
|
16
|
-
billingAddress: Address;
|
|
17
|
-
shippingAddress: Address;
|
|
18
16
|
campaignId: string;
|
|
19
|
-
enableCredit: boolean;
|
|
20
17
|
currentCredit: number;
|
|
21
18
|
baseRate: number;
|
|
22
|
-
percentageDiscount: number;
|
|
23
19
|
discount: number;
|
|
24
20
|
invoiceId: string;
|
|
25
21
|
get(field: string): any;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
3
|
+
import { AccountStatusCode } from '.';
|
|
4
4
|
import { StringKeyValue } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
|
+
import { FlightStateCode } from '.';
|
|
5
7
|
import { Flight } from '.';
|
|
8
|
+
import { Account } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
10
|
+
import { Credit } from '.';
|
|
6
11
|
import { FlightPurposeCode } from '.';
|
|
7
12
|
import { Document } from '.';
|
|
8
|
-
import { AccountStatusCode } from '.';
|
|
9
|
-
import { FlightStatusCode } from '.';
|
|
10
|
-
import { FlightStateCode } from '.';
|
|
11
|
-
import { FlightTypeCode } from '.';
|
|
12
|
-
import { Account } from '.';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class AccountsEndPoint {
|
|
15
15
|
private config;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { TypeRatingFlag } from '.';
|
|
2
2
|
import { AirplaneStatusCode } from '.';
|
|
3
|
+
import { Engine } from '.';
|
|
3
4
|
import { AirplaneValidationFlag } from '.';
|
|
5
|
+
import { Magneto } from '.';
|
|
6
|
+
import { Propeller } from '.';
|
|
4
7
|
import { Fuel } from '.';
|
|
5
8
|
import { BaseEntityEx } from '.';
|
|
6
9
|
import { ColumnDef } from '.';
|
|
7
|
-
import { Engine } from '.';
|
|
8
|
-
import { Magneto } from '.';
|
|
9
|
-
import { Propeller } from '.';
|
|
10
10
|
export declare class Airplane extends BaseEntityEx {
|
|
11
11
|
name: string;
|
|
12
12
|
description: string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
4
5
|
import { FlightTypeCode } from '.';
|
|
5
6
|
import { Maintenance } from '.';
|
|
6
7
|
import { Airplane } from '.';
|
|
8
|
+
import { MaintenanceActionCode } from '.';
|
|
7
9
|
import { FlightStatusCode } from '.';
|
|
8
|
-
import { FlightStateCode } from '.';
|
|
9
|
-
import { StatusCode } from '.';
|
|
10
10
|
import { Document } from '.';
|
|
11
|
-
import {
|
|
12
|
-
import { AirplaneStatusCode } from '.';
|
|
13
|
-
import { StringKeyValue } from '.';
|
|
11
|
+
import { StatusCode } from '.';
|
|
14
12
|
import { Flight } from '.';
|
|
13
|
+
import { AirplaneStatusCode } from '.';
|
|
14
|
+
import { FlightStateCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { BookingTypeFlag } from '.';
|
|
4
2
|
import { BookingStatusCode } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
accountId: string;
|
package/lib/BookingPlan.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { BookingTypeFlag } from '.';
|
|
2
3
|
import { FlightPurposeCode } from '.';
|
|
3
4
|
import { FlightStatusCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/lib/BookingSlots.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlotsSet } from '.';
|
|
4
3
|
import { BookingSlot } from '.';
|
|
5
4
|
import { BookingSlots } from '.';
|
|
5
|
+
import { BookingSlotsSet } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingSlotsEndPoint {
|
|
8
8
|
private config;
|
package/lib/BookingsFilter.d.ts
CHANGED
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { CampaignTypeCode } from '.';
|
|
4
2
|
import { CampaignStatusCode } from '.';
|
|
5
3
|
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/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { ValidationFlag } from '.';
|
|
2
3
|
import { StatusCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Certificate } from '.';
|
|
4
3
|
import { StatusCode } from '.';
|
|
4
|
+
import { Certificate } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CertificatesEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightStatusCode } from '.';
|
|
4
|
-
import { FlightStateCode } from '.';
|
|
5
|
-
import { FlightPurposeCode } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
|
-
import { StringKeyValue } from '.';
|
|
8
|
-
import { Document } from '.';
|
|
9
|
-
import { Contact } from '.';
|
|
10
3
|
import { StatusCode } from '.';
|
|
4
|
+
import { MessageConfirm } from '.';
|
|
5
|
+
import { Document } from '.';
|
|
11
6
|
import { Certificate } from '.';
|
|
12
7
|
import { FlightTypeCode } from '.';
|
|
13
|
-
import {
|
|
8
|
+
import { FlightStatusCode } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { Contact } from '.';
|
|
11
|
+
import { StringKeyValue } from '.';
|
|
12
|
+
import { FlightStateCode } from '.';
|
|
13
|
+
import { FlightPurposeCode } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TransactionTypeCode } from '.';
|
|
2
1
|
import { CurrencyCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { TransactionTypeCode } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { FlightStatusCode } from '.';
|
|
2
2
|
import { BillingStatusCode } from '.';
|
|
3
|
+
import { OnBoard } from '.';
|
|
4
|
+
import { TOLData } from '.';
|
|
3
5
|
import { ReFuel } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
4
7
|
import { ColumnDef } from '.';
|
|
5
|
-
import { FlightCategoryCode } from '.';
|
|
6
8
|
import { FlightStateCode } from '.';
|
|
9
|
+
import { Billing } from '.';
|
|
10
|
+
import { FlightCategoryCode } from '.';
|
|
7
11
|
import { FlightTypeCode } from '.';
|
|
8
|
-
import { Lesson } from '.';
|
|
9
12
|
import { RiskAssessment } from '.';
|
|
10
|
-
import { BaseEntityEx } from '.';
|
|
11
13
|
import { FlightPurposeCode } from '.';
|
|
12
14
|
import { FlightClassCode } from '.';
|
|
13
|
-
import {
|
|
14
|
-
import { OnBoard } from '.';
|
|
15
|
-
import { TOLData } from '.';
|
|
15
|
+
import { Lesson } from '.';
|
|
16
16
|
export declare class Flight extends BaseEntityEx {
|
|
17
17
|
name: string;
|
|
18
18
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightStatusCode } from '.';
|
|
1
3
|
import { FlightStateCode } from '.';
|
|
2
4
|
import { FlightPurposeCode } from '.';
|
|
3
5
|
import { TOLData } from '.';
|
|
4
6
|
import { BaseEntityEx } from '.';
|
|
5
7
|
import { ColumnDef } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStatusCode } 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 { ColumnDef } from '.';
|
|
1
3
|
import { PilotQualificationsRisks } from '.';
|
|
2
4
|
import { CrewDutyDayRisks } from '.';
|
|
3
5
|
import { DepartureRisks } from '.';
|
|
4
|
-
import { DestinationRisks } from '.';
|
|
5
6
|
import { TripRisks } from '.';
|
|
6
|
-
import { Mitigation } from '.';
|
|
7
7
|
import { WeatherRisks } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { DestinationRisks } from '.';
|
|
9
|
+
import { Mitigation } from '.';
|
|
9
10
|
import { BaseEntityEx } 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightTicket } from '.';
|
|
4
3
|
import { TicketStatusCode } from '.';
|
|
4
|
+
import { FlightTicket } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FlightTicketsEndPoint {
|
|
7
7
|
private config;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightPlan } from '.';
|
|
4
|
-
import { Contact } from '.';
|
|
5
|
-
import { FlightTicket } from '.';
|
|
6
|
-
import { PreFlightInfo } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
3
|
import { AnyKeyValue } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { BillingStatusCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
11
5
|
import { TimeSeries } from '.';
|
|
6
|
+
import { Contact } from '.';
|
|
12
7
|
import { PostFlightInfo } from '.';
|
|
8
|
+
import { FlightPlan } from '.';
|
|
13
9
|
import { FlightTypeCode } from '.';
|
|
14
|
-
import {
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
11
|
+
import { BillingStatusCode } from '.';
|
|
12
|
+
import { Flight } from '.';
|
|
13
|
+
import { PreFlightInfo } from '.';
|
|
14
|
+
import { FlightTicket } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class FlightsEndPoint {
|
|
17
17
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
1
|
import { FlightStatusCode } from '.';
|
|
4
2
|
import { BillingStatusCode } from '.';
|
|
5
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { TimeFrame } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
package/lib/Lead.d.ts
CHANGED
package/lib/Lesson.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { AssessmentCode } from '.';
|
|
1
2
|
import { LessonTypeCode } from '.';
|
|
2
3
|
import { FlightCategoryCode } from '.';
|
|
3
4
|
import { LessonSubjectCode } from '.';
|
|
4
|
-
import { AssessmentCode } from '.';
|
|
5
5
|
export declare class Lesson {
|
|
6
6
|
number: number;
|
|
7
7
|
type: LessonTypeCode;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { PriorityCode } from '.';
|
|
4
3
|
import { MessageConfirm } from '.';
|
|
5
4
|
import { MessageTypeCode } from '.';
|
|
6
5
|
import { ConfirmStatusCode } from '.';
|
|
6
|
+
import { PriorityCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MessageConfirmsEndPoint {
|
|
9
9
|
private config;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Booking } from '.';
|
|
4
|
-
import { BookingStatusCode } from '.';
|
|
5
3
|
import { BookingTypeFlag } from '.';
|
|
6
4
|
import { BookingSlots } from '.';
|
|
5
|
+
import { Booking } from '.';
|
|
6
|
+
import { BookingStatusCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyBookingsEndPoint {
|
|
9
9
|
private config;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
3
|
import { FlightStatusCode } from '.';
|
|
5
|
-
import { PostFlightInfo } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
4
|
import { FlightPlan } from '.';
|
|
8
5
|
import { PreFlightInfo } from '.';
|
|
6
|
+
import { PostFlightInfo } from '.';
|
|
7
|
+
import { Flight } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyFlightsEndPoint {
|
|
11
11
|
private config;
|
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
1
|
import { OnBoard } from '.';
|
|
6
2
|
import { TOLData } from '.';
|
|
7
3
|
import { ReFuel } from '.';
|
|
8
4
|
import { Lesson } from '.';
|
|
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/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PilotQualificationsRisks } from '.';
|
|
2
|
-
import { CrewDutyDayRisks } from '.';
|
|
3
1
|
import { DepartureRisks } from '.';
|
|
4
2
|
import { DestinationRisks } from '.';
|
|
5
3
|
import { TripRisks } from '.';
|
|
6
4
|
import { WeatherRisks } from '.';
|
|
7
5
|
import { SpecialRisks } from '.';
|
|
8
6
|
import { Mitigation } from '.';
|
|
7
|
+
import { PilotQualificationsRisks } from '.';
|
|
8
|
+
import { CrewDutyDayRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SystemConfig.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { SystemMessage } from '.';
|
|
3
4
|
import { MessageTypeCode } from '.';
|
|
4
5
|
import { MessageConfirm } from '.';
|
|
5
|
-
import { SystemMessage } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { UserTypeCode } from '.';
|
|
1
2
|
import { UserRoleFlag } from '.';
|
|
2
3
|
import { UserStatusCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
5
|
import { ColumnDef } from '.';
|
|
5
|
-
import { UserTypeCode } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
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 { LoginParams } from '.';
|
|
4
3
|
import { User } from '.';
|
|
4
|
+
import { LoginParams } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UserEndPoint {
|
|
7
7
|
private config;
|
package/lib/UsersEndPoint.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { UserTypeCode } from '.';
|
|
3
4
|
import { UserStatusCode } from '.';
|
|
4
5
|
import { StringKeyValue } from '.';
|
|
5
6
|
import { User } from '.';
|
|
6
|
-
import { UserTypeCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UsersEndPoint {
|
|
9
9
|
private config;
|