@aya-flights/ngx-goox-lib 2.18.106 → 2.18.108
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 -1
- 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/BookingSlotsSet.mjs +2 -2
- package/esm2022/lib/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +1 -1
- package/esm2022/lib/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/CertificatesFilter.mjs +1 -1
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Enums.mjs +254 -261
- package/esm2022/lib/Flight.mjs +2 -8
- package/esm2022/lib/FlightCategoryCode.mjs +18 -6
- package/esm2022/lib/FlightRisk.mjs +2 -2
- package/esm2022/lib/FlightTicket.mjs +2 -2
- package/esm2022/lib/FlightTypeCode.mjs +1 -41
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +1 -1
- package/esm2022/lib/GroupsEndPoint.mjs +1 -1
- package/esm2022/lib/Lead.mjs +1 -1
- package/esm2022/lib/LeadsEndPoint.mjs +1 -1
- package/esm2022/lib/LookupGroup.mjs +2 -2
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/Maintenance.mjs +2 -2
- package/esm2022/lib/MaintenancesEndPoint.mjs +1 -1
- package/esm2022/lib/MessageConfirm.mjs +2 -2
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +1 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/Permission.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/PreFlightInfo.mjs +2 -8
- package/esm2022/lib/PriceListEndPoint.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/Syllabus.mjs +2 -2
- package/esm2022/lib/SystemMessage.mjs +1 -1
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/TimeSeries.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 +117 -117
- package/esm2022/lib/services.export.mjs +41 -41
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5078 -5125
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +5 -5
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingPlan.d.ts +2 -2
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +2 -2
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/CertificatesFilter.d.ts +1 -1
- package/lib/Contact.d.ts +3 -3
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/Flight.d.ts +5 -15
- package/lib/FlightCategoryCode.d.ts +5 -2
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightTypeCode.d.ts +0 -10
- package/lib/FlightsEndPoint.d.ts +7 -7
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MessageConfirmsEndPoint.d.ts +2 -2
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightInfo.d.ts +1 -3
- package/lib/PriceListEndPoint.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/Syllabus.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TimeSeries.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 +116 -116
- 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 '.';
|
|
1
3
|
import { AccountTypeCode } from '.';
|
|
2
4
|
import { AccountStatusCode } from '.';
|
|
3
5
|
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 { Account } from '.';
|
|
4
|
-
import { AccountStatusCode } from '.';
|
|
5
|
-
import { StringKeyValue } from '.';
|
|
6
3
|
import { FlightTypeCode } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
5
|
+
import { Account } from '.';
|
|
7
6
|
import { FlightStatusCode } from '.';
|
|
8
7
|
import { FlightPurposeCode } from '.';
|
|
8
|
+
import { FlightStateCode } from '.';
|
|
9
9
|
import { Flight } from '.';
|
|
10
|
+
import { AccountStatusCode } from '.';
|
|
11
|
+
import { StringKeyValue } from '.';
|
|
10
12
|
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 { Engine } from '.';
|
|
2
1
|
import { Propeller } from '.';
|
|
3
2
|
import { Fuel } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
3
|
import { TypeRatingFlag } from '.';
|
|
6
|
-
import {
|
|
4
|
+
import { AirplaneStatusCode } from '.';
|
|
7
5
|
import { Magneto } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
8
7
|
import { ColumnDef } from '.';
|
|
9
|
-
import {
|
|
8
|
+
import { AirplaneValidationFlag } from '.';
|
|
9
|
+
import { Engine } 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 { Flight } from '.';
|
|
4
|
-
import { Maintenance } from '.';
|
|
5
|
-
import { FlightStateCode } from '.';
|
|
6
|
-
import { Document } from '.';
|
|
7
3
|
import { StatusCode } from '.';
|
|
8
|
-
import {
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
9
6
|
import { AirplaneStatusCode } from '.';
|
|
10
|
-
import {
|
|
7
|
+
import { Maintenance } from '.';
|
|
11
8
|
import { FlightPurposeCode } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { Document } from '.';
|
|
12
11
|
import { MaintenanceActionCode } from '.';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
12
|
+
import { Airplane } from '.';
|
|
13
|
+
import { FlightTypeCode } 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 { BookingStatusCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
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 { FlightStatusCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { BookingTypeFlag } from '.';
|
|
5
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { FlightStatusCode } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/lib/BookingSlots.d.ts
CHANGED
package/lib/BookingSlotsSet.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 { Campaign } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CampaignsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { ValidationFlag } from '.';
|
|
4
2
|
import { StatusCode } from '.';
|
|
3
|
+
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 { StatusCode } from '.';
|
|
4
3
|
import { Certificate } from '.';
|
|
4
|
+
import { StatusCode } 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,10 +1,10 @@
|
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
2
|
+
import { Address } from '.';
|
|
1
3
|
import { MedicalCertClassCode } from '.';
|
|
2
4
|
import { FlightCategoryCode } from '.';
|
|
3
5
|
import { ColumnDef } from '.';
|
|
4
|
-
import { AccountStatusCode } from '.';
|
|
5
|
-
import { Address } from '.';
|
|
6
|
-
import { LicenseKindFlag } from '.';
|
|
7
6
|
import { TypeRatingFlag } from '.';
|
|
7
|
+
import { LicenseKindFlag } from '.';
|
|
8
8
|
import { ValidationFlag } from '.';
|
|
9
9
|
import { BaseEntityEx } from '.';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Document } from '.';
|
|
4
|
+
import { FlightStatusCode } from '.';
|
|
3
5
|
import { FlightStateCode } from '.';
|
|
4
6
|
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { Contact } from '.';
|
|
7
|
-
import { StringKeyValue } from '.';
|
|
8
7
|
import { MessageConfirm } from '.';
|
|
9
|
-
import { Document } from '.';
|
|
10
|
-
import { Certificate } from '.';
|
|
11
|
-
import { FlightStatusCode } from '.';
|
|
12
8
|
import { StatusCode } from '.';
|
|
9
|
+
import { Certificate } from '.';
|
|
13
10
|
import { FlightTypeCode } from '.';
|
|
11
|
+
import { Flight } from '.';
|
|
12
|
+
import { Contact } from '.';
|
|
13
|
+
import { StringKeyValue } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { OnBoard } from '.';
|
|
2
1
|
import { FlightPurposeCode } from '.';
|
|
3
|
-
import { FlightStatusCode } from '.';
|
|
4
|
-
import { ReFuel } from '.';
|
|
5
2
|
import { FlightClassCode } from '.';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
6
4
|
import { FlightTypeCode } from '.';
|
|
7
|
-
import { TOLData } from '.';
|
|
8
|
-
import { Lesson } from '.';
|
|
9
5
|
import { RiskAssessment } from '.';
|
|
10
6
|
import { BaseEntityEx } from '.';
|
|
11
7
|
import { ColumnDef } from '.';
|
|
12
|
-
import {
|
|
13
|
-
import { FlightStateCode } from '.';
|
|
8
|
+
import { FlightStatusCode } from '.';
|
|
14
9
|
import { BillingStatusCode } from '.';
|
|
15
|
-
import {
|
|
10
|
+
import { TOLData } from '.';
|
|
11
|
+
import { Lesson } from '.';
|
|
16
12
|
export declare class Flight extends BaseEntityEx {
|
|
17
13
|
name: string;
|
|
18
14
|
description: string;
|
|
@@ -26,14 +22,12 @@ export declare class Flight extends BaseEntityEx {
|
|
|
26
22
|
firstOfficer: string;
|
|
27
23
|
passengers: string[];
|
|
28
24
|
crew: string[];
|
|
29
|
-
onBoard: OnBoard;
|
|
30
25
|
purpose: FlightPurposeCode;
|
|
31
26
|
purposeOt: string;
|
|
32
27
|
flightClass: FlightClassCode;
|
|
33
28
|
flightCategory: FlightCategoryCode;
|
|
34
29
|
type: FlightTypeCode;
|
|
35
30
|
status: FlightStatusCode;
|
|
36
|
-
state: FlightStateCode;
|
|
37
31
|
billingStatus: BillingStatusCode;
|
|
38
32
|
attendingTime: string;
|
|
39
33
|
boardingTime: string;
|
|
@@ -41,20 +35,16 @@ export declare class Flight extends BaseEntityEx {
|
|
|
41
35
|
landing: TOLData;
|
|
42
36
|
wbConfig: string;
|
|
43
37
|
wbManual: string;
|
|
44
|
-
hasCompetency: boolean;
|
|
45
|
-
hasFlightPlan: boolean;
|
|
46
38
|
preFlightNotes: string;
|
|
47
39
|
operationNotes: string;
|
|
48
|
-
fuelStatus: ReFuel;
|
|
49
|
-
oilStatus: ReFuel;
|
|
50
40
|
fuelLevel: number;
|
|
51
41
|
oilLevel: number;
|
|
52
42
|
lesson: Lesson;
|
|
53
|
-
billing: Billing;
|
|
54
43
|
pilotCertCheck: number;
|
|
55
44
|
riskAssessment: RiskAssessment;
|
|
56
45
|
preFlightReporter: string;
|
|
57
46
|
postFlightReporter: string;
|
|
47
|
+
instructorReporter: string;
|
|
58
48
|
bookingReference: string;
|
|
59
49
|
get(field: string): any;
|
|
60
50
|
}
|
|
@@ -4,6 +4,7 @@ export declare enum FlightCategoryCode {
|
|
|
4
4
|
COMMERCIAL_PHOTO = 65,
|
|
5
5
|
COMMERCIAL_TAXI = 66,
|
|
6
6
|
COMMERCIAL_OTHER = 67,
|
|
7
|
+
COMMERCIAL_TRANSFER = 68,
|
|
7
8
|
EXAM_ANN_PROFICIENCY = 257,
|
|
8
9
|
EXAM_ANN_IFR = 258,
|
|
9
10
|
EXAM_CAA_PPL = 259,
|
|
@@ -26,8 +27,10 @@ export declare enum FlightCategoryCode {
|
|
|
26
27
|
INSTRUCTION_CPL_20 = 525,
|
|
27
28
|
INSTRUCTION_IFR_20 = 526,
|
|
28
29
|
INSTRUCTION_PPL_25 = 527,
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
INSTRUCTION_ADD_RATING = 540,
|
|
31
|
+
MAINTENANCE_ENGINE_RUNNING = 1025,
|
|
32
|
+
MAINTENANCE_TRANSFER = 1026,
|
|
33
|
+
OTHER = 2048
|
|
31
34
|
}
|
|
32
35
|
export declare function GetFlightCategoryCodes(): Tuple<FlightCategoryCode, string>[];
|
|
33
36
|
export declare function MapFlightCategoryCodes(): Map<FlightCategoryCode, string>;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Mitigation } from '.';
|
|
2
|
-
import { CrewDutyDayRisks } from '.';
|
|
3
1
|
import { DestinationRisks } from '.';
|
|
4
|
-
import {
|
|
2
|
+
import { TripRisks } from '.';
|
|
5
3
|
import { SpecialRisks } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
import { DepartureRisks } from '.';
|
|
6
|
+
import { CrewDutyDayRisks } from '.';
|
|
7
|
+
import { WeatherRisks } from '.';
|
|
8
|
+
import { Mitigation } from '.';
|
|
6
9
|
import { ColumnDef } from '.';
|
|
7
10
|
import { PilotQualificationsRisks } from '.';
|
|
8
|
-
import { DepartureRisks } from '.';
|
|
9
|
-
import { TripRisks } from '.';
|
|
10
|
-
import { BaseEntityEx } 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/FlightTypeCode.d.ts
CHANGED
|
@@ -2,16 +2,6 @@ import { Tuple } from '.';
|
|
|
2
2
|
export declare enum FlightTypeCode {
|
|
3
3
|
UNDEFINED = 0,
|
|
4
4
|
GENERAL = 1,
|
|
5
|
-
OTHER = 2,
|
|
6
|
-
PRIVATE = 3,
|
|
7
|
-
PRIVATE_IFR = 4,
|
|
8
|
-
COMMERCIAL = 5,
|
|
9
|
-
COMMERCIAL_IFR = 6,
|
|
10
|
-
INSTRUCTION = 7,
|
|
11
|
-
INSTRUCTION_CVFR = 8,
|
|
12
|
-
INSTRUCTION_IFR = 9,
|
|
13
|
-
INSTRUCTION_NAV = 10,
|
|
14
|
-
INSTRUCTION_NIGHT = 11,
|
|
15
5
|
CVFR = 100,
|
|
16
6
|
IFR = 101,
|
|
17
7
|
NAV = 102,
|
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 { FlightStatusCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { PostFlightInfo } from '.';
|
|
6
|
-
import { BillingStatusCode } from '.';
|
|
7
|
-
import { FlightTicket } from '.';
|
|
8
|
-
import { TimeSeries } from '.';
|
|
9
3
|
import { FlightPlan } from '.';
|
|
10
|
-
import {
|
|
4
|
+
import { FlightTicket } from '.';
|
|
5
|
+
import { PostFlightInfo } from '.';
|
|
6
|
+
import { FlightPurposeCode } from '.';
|
|
11
7
|
import { Contact } from '.';
|
|
12
8
|
import { Flight } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
13
10
|
import { AnyKeyValue } from '.';
|
|
14
11
|
import { FlightTypeCode } from '.';
|
|
12
|
+
import { BillingStatusCode } from '.';
|
|
13
|
+
import { TimeSeries } from '.';
|
|
14
|
+
import { PreFlightInfo } 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 { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightStatusCode } from '.';
|
|
1
3
|
import { BillingStatusCode } from '.';
|
|
2
4
|
import { FlightPurposeCode } from '.';
|
|
3
5
|
import { TimeFrame } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
|
-
import { FlightStatusCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
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/Lead.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 '.';
|
|
4
3
|
import { LeadStatusCode } from '.';
|
|
5
4
|
import { TimeSeries } from '.';
|
|
6
5
|
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;
|
package/lib/LookupGroup.d.ts
CHANGED
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/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { StatusCode } from '.';
|
|
2
3
|
import { MaintenanceActionCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Maintenance } from '.';
|
|
4
3
|
import { MaintenanceActionCode } from '.';
|
|
5
4
|
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 '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { ConfirmStatusCode } from '.';
|
|
5
3
|
import { MessageTypeCode } from '.';
|
|
4
|
+
import { PriorityCode } from '.';
|
|
5
|
+
import { BaseEntityEx } 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 { MessageConfirm } from '.';
|
|
4
|
-
import { MessageTypeCode } from '.';
|
|
5
3
|
import { ConfirmStatusCode } from '.';
|
|
6
4
|
import { PriorityCode } from '.';
|
|
5
|
+
import { MessageConfirm } from '.';
|
|
6
|
+
import { MessageTypeCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MessageConfirmsEndPoint {
|
|
9
9
|
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 '.';
|
|
3
4
|
import { BookingTypeFlag } from '.';
|
|
4
5
|
import { Lookup } from '.';
|
|
5
6
|
import { BookingSlot } from '.';
|
|
6
7
|
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,12 +1,12 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { FlightTypeCode } from '.';
|
|
3
4
|
import { FlightStatusCode } from '.';
|
|
4
5
|
import { FlightPlan } from '.';
|
|
5
|
-
import {
|
|
6
|
+
import { PreFlightInfo } from '.';
|
|
6
7
|
import { Flight } from '.';
|
|
7
|
-
import { FlightTypeCode } from '.';
|
|
8
8
|
import { InstructionTypeCode } from '.';
|
|
9
|
-
import {
|
|
9
|
+
import { Syllabus } from '.';
|
|
10
10
|
import { PostFlightInfo } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightInfo.d.ts
CHANGED
|
@@ -30,8 +30,6 @@ export declare class PreFlightInfo {
|
|
|
30
30
|
lessonFlightCounter: number;
|
|
31
31
|
preFlightNotes: string;
|
|
32
32
|
operationNotes: string;
|
|
33
|
-
hasCompetency: boolean;
|
|
34
|
-
hasFlightPlan: boolean;
|
|
35
33
|
reportedBy: string;
|
|
36
|
-
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, landingField?: string, purpose?: FlightPurposeCode, purposeOt?: string, type?: FlightTypeCode, destination?: string, secondaryCallSign?: string, captain?: string, firstOfficer?: string, captainName?: string, firstOfficerName?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, actualOilOnBoard?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonSubject?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string,
|
|
34
|
+
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, landingField?: string, purpose?: FlightPurposeCode, purposeOt?: string, type?: FlightTypeCode, destination?: string, secondaryCallSign?: string, captain?: string, firstOfficer?: string, captainName?: string, firstOfficerName?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, actualOilOnBoard?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonSubject?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string, reportedBy?: string);
|
|
37
35
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Price } from '.';
|
|
4
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { Price } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class PriceListEndPoint {
|
|
7
7
|
private config;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Mitigation } from '.';
|
|
2
|
-
import { PilotQualificationsRisks } from '.';
|
|
3
|
-
import { CrewDutyDayRisks } from '.';
|
|
4
1
|
import { DepartureRisks } from '.';
|
|
5
2
|
import { DestinationRisks } from '.';
|
|
6
3
|
import { TripRisks } from '.';
|
|
7
4
|
import { WeatherRisks } from '.';
|
|
8
5
|
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;
|
package/lib/Syllabus.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { FlightCategoryCode } from '.';
|
|
2
3
|
import { InstructionTypeCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Syllabus extends BaseEntityEx {
|
|
6
6
|
plan: FlightCategoryCode;
|
|
7
7
|
type: InstructionTypeCode;
|
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { PriorityCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
import { MessageTypeCode } from '.';
|
|
4
|
-
import { PriorityCode } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
3
|
import { SystemMessage } from '.';
|
|
5
4
|
import { MessageTypeCode } from '.';
|
|
5
|
+
import { MessageConfirm } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/TimeSeries.d.ts
CHANGED
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 { 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/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 '.';
|
|
3
4
|
import { User } from '.';
|
|
4
5
|
import { UserTypeCode } from '.';
|
|
5
6
|
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;
|