@aya-flights/ngx-goox-lib 2.19.104 → 2.19.106
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 +4986 -4990
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +7 -7
- package/lib/Airplane.d.ts +5 -5
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/AuditLog.d.ts +1 -1
- package/lib/Booking.d.ts +2 -2
- package/lib/BookingPlan.d.ts +2 -2
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Campaign.d.ts +1 -1
- package/lib/Certificate.d.ts +2 -2
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/Contact.d.ts +5 -5
- package/lib/ContactsEndPoint.d.ts +7 -7
- package/lib/Credit.d.ts +2 -2
- package/lib/Flight.d.ts +12 -10
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightPlan.d.ts +3 -3
- package/lib/FlightRisk.d.ts +5 -5
- 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 +1 -1
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +2 -2
- package/lib/LeadAction.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/PostFlightInfo.d.ts +3 -5
- package/lib/PreFlightInfo.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/SyllabusEndPoint.d.ts +1 -1
- package/lib/SyllabusFilter.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TokenData.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/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +114 -114
- package/lib/services.export.d.ts +21 -21
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { AccountTypeCode } from '.';
|
|
4
2
|
import { AccountStatusCode } from '.';
|
|
5
3
|
import { Address } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
|
-
import { Credit } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStateCode } from '.';
|
|
8
|
-
import { Document } from '.';
|
|
9
3
|
import { Account } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
10
5
|
import { StringKeyValue } from '.';
|
|
6
|
+
import { FlightTypeCode } from '.';
|
|
11
7
|
import { FlightStatusCode } from '.';
|
|
12
|
-
import {
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { Credit } from '.';
|
|
11
|
+
import { Document } from '.';
|
|
12
|
+
import { FlightStateCode } 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
|
-
import { TypeRatingFlag } from '.';
|
|
2
|
-
import { AirplaneStatusCode } from '.';
|
|
3
|
-
import { AirplaneValidationFlag } from '.';
|
|
4
1
|
import { Engine } from '.';
|
|
5
|
-
import { Magneto } from '.';
|
|
6
|
-
import { Fuel } from '.';
|
|
7
2
|
import { Propeller } from '.';
|
|
3
|
+
import { Fuel } from '.';
|
|
8
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { TypeRatingFlag } from '.';
|
|
6
|
+
import { AirplaneValidationFlag } from '.';
|
|
7
|
+
import { Magneto } from '.';
|
|
9
8
|
import { ColumnDef } from '.';
|
|
9
|
+
import { AirplaneStatusCode } 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
|
-
import {
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { MaintenanceActionCode } from '.';
|
|
3
|
+
import { Flight } from '.';
|
|
6
4
|
import { Maintenance } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { StringKeyValue } from '.';
|
|
5
|
+
import { FlightStateCode } from '.';
|
|
9
6
|
import { Document } from '.';
|
|
10
|
-
import { FlightTypeCode } from '.';
|
|
11
|
-
import { Flight } from '.';
|
|
12
7
|
import { StatusCode } from '.';
|
|
8
|
+
import { Airplane } from '.';
|
|
13
9
|
import { AirplaneStatusCode } from '.';
|
|
14
|
-
import {
|
|
10
|
+
import { FlightTypeCode } from '.';
|
|
11
|
+
import { FlightPurposeCode } from '.';
|
|
12
|
+
import { MaintenanceActionCode } from '.';
|
|
13
|
+
import { FlightStatusCode } from '.';
|
|
14
|
+
import { StringKeyValue } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
package/lib/AuditLog.d.ts
CHANGED
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BookingTypeFlag } from '.';
|
|
2
|
-
import { BookingStatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { BookingTypeFlag } from '.';
|
|
4
|
+
import { BookingStatusCode } 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 { BookingTypeFlag } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
1
|
import { FlightStatusCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { BookingTypeFlag } from '.';
|
|
5
|
+
import { FlightPurposeCode } 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/BookingSlotsSet.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { TimeSeries } from '.';
|
|
3
4
|
import { BookingPlan } from '.';
|
|
4
5
|
import { Booking } from '.';
|
|
5
6
|
import { BookingStatusCode } from '.';
|
|
6
|
-
import { TimeSeries } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class BookingsEndPoint {
|
|
9
9
|
private config;
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { CampaignTypeCode } from '.';
|
|
3
2
|
import { CampaignStatusCode } from '.';
|
|
4
3
|
import { CurrencyCode } from '.';
|
|
5
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 { ValidationFlag } from '.';
|
|
2
|
-
import { StatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { ValidationFlag } from '.';
|
|
4
|
+
import { StatusCode } 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;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { MedicalCertClassCode } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
2
|
+
import { FlightCategoryCode } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
5
5
|
import { Address } from '.';
|
|
6
|
-
import { TypeRatingFlag } from '.';
|
|
7
6
|
import { LicenseKindFlag } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { TypeRatingFlag } from '.';
|
|
8
|
+
import { ValidationFlag } from '.';
|
|
9
|
+
import { BaseEntityEx } from '.';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
12
12
|
name: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
|
-
import { FlightStatusCode } from '.';
|
|
5
3
|
import { FlightStateCode } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { StringKeyValue } from '.';
|
|
8
|
-
import { Certificate } from '.';
|
|
9
|
-
import { FlightTypeCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
10
5
|
import { Flight } from '.';
|
|
6
|
+
import { Contact } from '.';
|
|
7
|
+
import { StringKeyValue } from '.';
|
|
11
8
|
import { MessageConfirm } from '.';
|
|
12
9
|
import { Document } from '.';
|
|
13
|
-
import {
|
|
10
|
+
import { Certificate } from '.';
|
|
11
|
+
import { FlightStatusCode } from '.';
|
|
12
|
+
import { StatusCode } from '.';
|
|
13
|
+
import { FlightTypeCode } 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 { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { TransactionTypeCode } from '.';
|
|
4
2
|
import { CurrencyCode } from '.';
|
|
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/Flight.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { FlightClassCode } from '.';
|
|
2
|
-
import { FlightCategoryCode } from '.';
|
|
3
1
|
import { OnBoard } from '.';
|
|
4
|
-
import {
|
|
2
|
+
import { FlightPurposeCode } from '.';
|
|
3
|
+
import { FlightStatusCode } from '.';
|
|
5
4
|
import { ReFuel } from '.';
|
|
5
|
+
import { FlightClassCode } from '.';
|
|
6
|
+
import { FlightTypeCode } from '.';
|
|
7
|
+
import { TOLData } from '.';
|
|
6
8
|
import { Lesson } from '.';
|
|
9
|
+
import { RiskAssessment } from '.';
|
|
7
10
|
import { BaseEntityEx } from '.';
|
|
8
|
-
import {
|
|
11
|
+
import { ColumnDef } from '.';
|
|
12
|
+
import { FlightCategoryCode } from '.';
|
|
9
13
|
import { FlightStateCode } from '.';
|
|
10
|
-
import { Billing } from '.';
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
|
-
import { FlightTypeCode } from '.';
|
|
13
14
|
import { BillingStatusCode } from '.';
|
|
14
|
-
import {
|
|
15
|
-
import { ColumnDef } from '.';
|
|
15
|
+
import { Billing } from '.';
|
|
16
16
|
export declare class Flight extends BaseEntityEx {
|
|
17
17
|
name: string;
|
|
18
18
|
description: string;
|
|
@@ -24,6 +24,9 @@ export declare class Flight extends BaseEntityEx {
|
|
|
24
24
|
airplaneId: string;
|
|
25
25
|
captain: string;
|
|
26
26
|
firstOfficer: string;
|
|
27
|
+
passengers: string[];
|
|
28
|
+
crew: string[];
|
|
29
|
+
onBoard: OnBoard;
|
|
27
30
|
purpose: FlightPurposeCode;
|
|
28
31
|
purposeOt: string;
|
|
29
32
|
flightClass: FlightClassCode;
|
|
@@ -32,7 +35,6 @@ export declare class Flight extends BaseEntityEx {
|
|
|
32
35
|
status: FlightStatusCode;
|
|
33
36
|
state: FlightStateCode;
|
|
34
37
|
billingStatus: BillingStatusCode;
|
|
35
|
-
onBoard: OnBoard;
|
|
36
38
|
attendingTime: string;
|
|
37
39
|
boardingTime: string;
|
|
38
40
|
takeoff: TOLData;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightStatusCode } from '.';
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
1
4
|
import { FlightPurposeCode } from '.';
|
|
2
5
|
import { TOLData } from '.';
|
|
3
6
|
import { BaseEntityEx } from '.';
|
|
4
7
|
import { ColumnDef } from '.';
|
|
5
|
-
import { FlightTypeCode } from '.';
|
|
6
|
-
import { FlightStatusCode } from '.';
|
|
7
|
-
import { FlightStateCode } from '.';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
10
10
|
description: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Mitigation } from '.';
|
|
2
2
|
import { CrewDutyDayRisks } from '.';
|
|
3
|
-
import {
|
|
3
|
+
import { DestinationRisks } from '.';
|
|
4
4
|
import { WeatherRisks } from '.';
|
|
5
|
+
import { SpecialRisks } from '.';
|
|
5
6
|
import { ColumnDef } from '.';
|
|
6
|
-
import {
|
|
7
|
+
import { PilotQualificationsRisks } from '.';
|
|
8
|
+
import { DepartureRisks } from '.';
|
|
7
9
|
import { TripRisks } from '.';
|
|
8
|
-
import { SpecialRisks } from '.';
|
|
9
|
-
import { Mitigation } from '.';
|
|
10
10
|
import { BaseEntityEx } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
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 { TicketStatusCode } from '.';
|
|
4
3
|
import { FlightTicket } from '.';
|
|
4
|
+
import { TicketStatusCode } 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 { AnyKeyValue } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
|
-
import { FlightPurposeCode } from '.';
|
|
6
|
-
import { FlightTicket } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
3
|
import { FlightStatusCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { PostFlightInfo } from '.';
|
|
9
6
|
import { BillingStatusCode } from '.';
|
|
7
|
+
import { FlightTicket } from '.';
|
|
10
8
|
import { TimeSeries } from '.';
|
|
11
|
-
import { Contact } from '.';
|
|
12
|
-
import { PreFlightInfo } from '.';
|
|
13
|
-
import { PostFlightInfo } from '.';
|
|
14
9
|
import { FlightPlan } from '.';
|
|
10
|
+
import { PreFlightInfo } from '.';
|
|
11
|
+
import { Contact } from '.';
|
|
12
|
+
import { Flight } from '.';
|
|
13
|
+
import { AnyKeyValue } from '.';
|
|
14
|
+
import { FlightTypeCode } 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 { BillingStatusCode } from '.';
|
|
1
2
|
import { FlightPurposeCode } from '.';
|
|
2
3
|
import { TimeFrame } from '.';
|
|
3
4
|
import { FlightTypeCode } from '.';
|
|
4
5
|
import { FlightStatusCode } from '.';
|
|
5
|
-
import { BillingStatusCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { Address } from '.';
|
|
4
2
|
import { LeadStatusCode } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Lead extends BaseEntityEx {
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
package/lib/LeadAction.d.ts
CHANGED
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Lead } from '.';
|
|
3
4
|
import { LeadStatusCode } from '.';
|
|
4
5
|
import { TimeSeries } from '.';
|
|
5
6
|
import { LeadAction } from '.';
|
|
6
|
-
import { Lead } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class LeadsEndPoint {
|
|
9
9
|
private config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Maintenance } from '.';
|
|
3
4
|
import { MaintenanceActionCode } from '.';
|
|
4
5
|
import { StatusCode } from '.';
|
|
5
|
-
import { Maintenance } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MaintenancesEndPoint {
|
|
8
8
|
private config;
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { PriorityCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
import { ConfirmStatusCode } from '.';
|
|
4
5
|
import { MessageTypeCode } from '.';
|
|
5
|
-
import { PriorityCode } from '.';
|
|
6
6
|
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
7
|
messageId: string;
|
|
8
8
|
contactId: string;
|
|
@@ -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;
|
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { LoginParams } from '.';
|
|
4
3
|
import { Contact } from '.';
|
|
4
|
+
import { LoginParams } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MyAuthEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingStatusCode } from '.';
|
|
4
3
|
import { BookingTypeFlag } from '.';
|
|
5
4
|
import { Lookup } from '.';
|
|
6
5
|
import { BookingSlot } from '.';
|
|
7
6
|
import { Booking } from '.';
|
|
7
|
+
import { BookingStatusCode } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class MyBookingsEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
3
|
import { FlightStatusCode } from '.';
|
|
6
4
|
import { FlightPlan } from '.';
|
|
5
|
+
import { Syllabus } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
7
8
|
import { InstructionTypeCode } from '.';
|
|
8
9
|
import { PreFlightInfo } from '.';
|
|
9
10
|
import { PostFlightInfo } from '.';
|
|
10
|
-
import { Syllabus } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -21,13 +21,11 @@ export declare class PostFlightInfo {
|
|
|
21
21
|
captain: string;
|
|
22
22
|
firstOfficer: string;
|
|
23
23
|
destination: string;
|
|
24
|
+
actualFuelOnBoard: number;
|
|
25
|
+
actualOilOnBoard: number;
|
|
24
26
|
singleEngineHours: number;
|
|
25
27
|
multiEngineHours: number;
|
|
26
28
|
flightHoursLastMonth: number;
|
|
27
|
-
refuelBeforeFlight: number;
|
|
28
|
-
refuelAfterFlight: number;
|
|
29
|
-
refilledOilBeforeFlight: number;
|
|
30
|
-
refillOilAfterFlight: number;
|
|
31
29
|
lessonNumber: number;
|
|
32
30
|
lessonSubject: string;
|
|
33
31
|
lessonFlightCounter: number;
|
|
@@ -38,5 +36,5 @@ export declare class PostFlightInfo {
|
|
|
38
36
|
lessonComments: string;
|
|
39
37
|
description: string;
|
|
40
38
|
reportedBy: string;
|
|
41
|
-
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string,
|
|
39
|
+
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string, actualFuelOnBoard?: number, actualOilOnBoard?: number, singleEngineHours?: number, multiEngineHours?: number, flightHoursLastMonth?: number, lessonNumber?: number, lessonSubject?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, lessonComments?: string, description?: string, reportedBy?: string);
|
|
42
40
|
}
|
package/lib/PreFlightInfo.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { Mitigation } from '.';
|
|
2
|
+
import { PilotQualificationsRisks } from '.';
|
|
3
|
+
import { CrewDutyDayRisks } from '.';
|
|
1
4
|
import { DepartureRisks } from '.';
|
|
2
5
|
import { DestinationRisks } from '.';
|
|
3
6
|
import { TripRisks } from '.';
|
|
4
7
|
import { WeatherRisks } from '.';
|
|
5
8
|
import { SpecialRisks } from '.';
|
|
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Syllabus } from '.';
|
|
3
4
|
import { FlightCategoryCode } from '.';
|
|
4
5
|
import { InstructionTypeCode } from '.';
|
|
5
|
-
import { Syllabus } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SyllabusEndPoint {
|
|
8
8
|
private config;
|
package/lib/SyllabusFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageTypeCode } from '.';
|
|
4
3
|
import { MessageConfirm } from '.';
|
|
5
4
|
import { SystemMessage } from '.';
|
|
5
|
+
import { MessageTypeCode } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/TokenData.d.ts
CHANGED
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { UserRoleFlag } from '.';
|
|
1
2
|
import { UserStatusCode } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
5
|
import { UserTypeCode } from '.';
|
|
5
|
-
import { UserRoleFlag } 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 { StringKeyValue } from '.';
|
|
4
3
|
import { User } from '.';
|
|
5
4
|
import { UserTypeCode } from '.';
|
|
6
5
|
import { UserStatusCode } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UsersEndPoint {
|
|
9
9
|
private config;
|