@aya-flights/ngx-goox-lib 2.19.115 → 2.19.117
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 +5129 -5123
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +6 -6
- package/lib/Airplane.d.ts +5 -5
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingPlan.d.ts +2 -2
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.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/Contact.d.ts +3 -3
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightPlan.d.ts +3 -3
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +7 -7
- package/lib/Group.d.ts +2 -2
- 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 +2 -2
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/PostFlightInfo.d.ts +10 -8
- package/lib/PreFlightInfo.d.ts +3 -3
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TokenData.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +117 -117
- 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 { 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;
|
|
@@ -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 { FlightTypeCode } from '.';
|
|
5
3
|
import { Account } from '.';
|
|
6
|
-
import {
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
7
5
|
import { FlightStatusCode } from '.';
|
|
8
|
-
import {
|
|
6
|
+
import { AccountStatusCode } from '.';
|
|
9
7
|
import { Document } from '.';
|
|
10
|
-
import { StringKeyValue } from '.';
|
|
11
|
-
import { FlightStateCode } from '.';
|
|
12
8
|
import { Flight } from '.';
|
|
9
|
+
import { FlightTypeCode } from '.';
|
|
10
|
+
import { FlightStateCode } from '.';
|
|
11
|
+
import { FlightPurposeCode } from '.';
|
|
12
|
+
import { Credit } 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 {
|
|
2
|
-
import { Propeller } from '.';
|
|
3
|
-
import { Fuel } from '.';
|
|
1
|
+
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
5
3
|
import { TypeRatingFlag } from '.';
|
|
6
4
|
import { AirplaneValidationFlag } from '.';
|
|
7
|
-
import { BaseEntityEx } from '.';
|
|
8
|
-
import { AirplaneStatusCode } from '.';
|
|
9
5
|
import { Magneto } from '.';
|
|
6
|
+
import { Propeller } from '.';
|
|
7
|
+
import { AirplaneStatusCode } from '.';
|
|
8
|
+
import { Engine } from '.';
|
|
9
|
+
import { Fuel } 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 { FlightPurposeCode } from '.';
|
|
4
|
-
import { Maintenance } from '.';
|
|
5
|
-
import { Airplane } from '.';
|
|
6
|
-
import { AirplaneStatusCode } from '.';
|
|
7
|
-
import { FlightStatusCode } from '.';
|
|
8
3
|
import { StatusCode } from '.';
|
|
9
|
-
import { MaintenanceActionCode } from '.';
|
|
10
|
-
import { Flight } from '.';
|
|
11
|
-
import { Document } from '.';
|
|
12
4
|
import { StringKeyValue } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
6
|
+
import { FlightPurposeCode } from '.';
|
|
13
7
|
import { FlightTypeCode } from '.';
|
|
8
|
+
import { Flight } from '.';
|
|
9
|
+
import { MaintenanceActionCode } from '.';
|
|
10
|
+
import { AirplaneStatusCode } from '.';
|
|
14
11
|
import { FlightStateCode } from '.';
|
|
12
|
+
import { Document } from '.';
|
|
13
|
+
import { Airplane } from '.';
|
|
14
|
+
import { Maintenance } 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 { ColumnDef } from '.';
|
|
2
1
|
import { BookingTypeFlag } from '.';
|
|
3
2
|
import { BookingStatusCode } from '.';
|
|
4
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 '.';
|
|
2
|
-
import { BookingTypeFlag } from '.';
|
|
3
1
|
import { FlightPurposeCode } from '.';
|
|
4
2
|
import { FlightStatusCode } from '.';
|
|
5
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
|
+
import { BookingTypeFlag } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlot } from '.';
|
|
4
3
|
import { BookingSlots } from '.';
|
|
5
4
|
import { BookingSlotsSet } from '.';
|
|
5
|
+
import { BookingSlot } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingSlotsEndPoint {
|
|
8
8
|
private config;
|
package/lib/BookingSlotsSet.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingPlan } from '.';
|
|
4
3
|
import { Booking } from '.';
|
|
5
4
|
import { BookingStatusCode } from '.';
|
|
6
5
|
import { TimeSeries } from '.';
|
|
6
|
+
import { BookingPlan } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class BookingsEndPoint {
|
|
9
9
|
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 '.';
|
|
1
3
|
import { CampaignTypeCode } from '.';
|
|
2
4
|
import { CampaignStatusCode } from '.';
|
|
3
5
|
import { CurrencyCode } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ValidationFlag } from '.';
|
|
2
1
|
import { StatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { ValidationFlag } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { LicenseKindFlag } from '.';
|
|
2
|
+
import { ValidationFlag } from '.';
|
|
2
3
|
import { FlightCategoryCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
|
+
import { AccountStatusCode } from '.';
|
|
4
7
|
import { Address } from '.';
|
|
5
8
|
import { TypeRatingFlag } from '.';
|
|
6
9
|
import { MedicalCertClassCode } from '.';
|
|
7
|
-
import { ValidationFlag } from '.';
|
|
8
|
-
import { ColumnDef } from '.';
|
|
9
|
-
import { AccountStatusCode } 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 { FlightStateCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { Document } from '.';
|
|
6
|
-
import { MessageConfirm } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
8
3
|
import { StringKeyValue } from '.';
|
|
9
4
|
import { Certificate } from '.';
|
|
10
|
-
import {
|
|
5
|
+
import { MessageConfirm } from '.';
|
|
6
|
+
import { FlightPurposeCode } from '.';
|
|
7
|
+
import { Contact } from '.';
|
|
11
8
|
import { FlightTypeCode } from '.';
|
|
9
|
+
import { StatusCode } from '.';
|
|
12
10
|
import { FlightStatusCode } from '.';
|
|
11
|
+
import { FlightStateCode } from '.';
|
|
13
12
|
import { Flight } from '.';
|
|
13
|
+
import { Document } 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,14 +1,14 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
1
|
import { FlightClassCode } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { BillingStatusCode } from '.';
|
|
3
|
+
import { TOLData } from '.';
|
|
5
4
|
import { RiskAssessment } from '.';
|
|
6
5
|
import { BaseEntityEx } from '.';
|
|
7
|
-
import {
|
|
6
|
+
import { ColumnDef } from '.';
|
|
7
|
+
import { FlightPurposeCode } from '.';
|
|
8
8
|
import { FlightTypeCode } from '.';
|
|
9
9
|
import { FlightStatusCode } from '.';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
10
|
+
import { Lesson } from '.';
|
|
11
|
+
import { FlightCategoryCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FlightStatusCode } from '.';
|
|
2
|
-
import { FlightStateCode } from '.';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
1
|
import { TOLData } from '.';
|
|
5
2
|
import { BaseEntityEx } from '.';
|
|
6
3
|
import { ColumnDef } from '.';
|
|
7
4
|
import { FlightTypeCode } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
6
|
+
import { FlightStateCode } from '.';
|
|
7
|
+
import { FlightPurposeCode } 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 { Mitigation } from '.';
|
|
1
3
|
import { CrewDutyDayRisks } from '.';
|
|
2
|
-
import {
|
|
4
|
+
import { DepartureRisks } from '.';
|
|
3
5
|
import { TripRisks } from '.';
|
|
4
|
-
import {
|
|
6
|
+
import { WeatherRisks } from '.';
|
|
5
7
|
import { BaseEntityEx } from '.';
|
|
6
8
|
import { ColumnDef } from '.';
|
|
7
9
|
import { PilotQualificationsRisks } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import { WeatherRisks } from '.';
|
|
10
|
-
import { SpecialRisks } from '.';
|
|
10
|
+
import { DestinationRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
|
@@ -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 { PreFlightInfo } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
|
-
import { FlightTypeCode } from '.';
|
|
6
|
-
import { FlightStatusCode } from '.';
|
|
7
|
-
import { FlightPurposeCode } from '.';
|
|
8
|
-
import { FlightPlan } from '.';
|
|
9
4
|
import { Contact } from '.';
|
|
10
|
-
import { BillingStatusCode } from '.';
|
|
11
|
-
import { TimeSeries } from '.';
|
|
12
5
|
import { FlightTicket } from '.';
|
|
6
|
+
import { TimeSeries } from '.';
|
|
7
|
+
import { FlightPlan } from '.';
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
9
|
+
import { PreFlightInfo } from '.';
|
|
13
10
|
import { PostFlightInfo } from '.';
|
|
11
|
+
import { BillingStatusCode } from '.';
|
|
14
12
|
import { AnyKeyValue } from '.';
|
|
13
|
+
import { FlightTypeCode } from '.';
|
|
14
|
+
import { FlightStatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class FlightsEndPoint {
|
|
17
17
|
private config;
|
package/lib/Group.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { Permission } from '.';
|
|
4
2
|
import { StringKeyValue } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Group extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Address } from '.';
|
|
2
|
-
import { LeadStatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { Address } from '.';
|
|
4
|
+
import { LeadStatusCode } 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 { LeadAction } from '.';
|
|
4
|
-
import { Lead } from '.';
|
|
5
3
|
import { LeadStatusCode } from '.';
|
|
6
4
|
import { TimeSeries } from '.';
|
|
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/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 { MaintenanceActionCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
import { StatusCode } from '.';
|
|
4
|
-
import { MaintenanceActionCode } 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 { StatusCode } from '.';
|
|
3
4
|
import { Maintenance } from '.';
|
|
4
5
|
import { MaintenanceActionCode } from '.';
|
|
5
|
-
import { StatusCode } 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 { 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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { PriorityCode } from '.';
|
|
3
4
|
import { MessageConfirm } from '.';
|
|
4
5
|
import { MessageTypeCode } from '.';
|
|
5
6
|
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,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { FlightPlan } from '.';
|
|
4
|
+
import { PostFlightInfo } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
|
+
import { FlightStatusCode } from '.';
|
|
4
7
|
import { Syllabus } from '.';
|
|
5
8
|
import { PreFlightInfo } from '.';
|
|
6
9
|
import { Flight } from '.';
|
|
7
|
-
import { FlightTypeCode } from '.';
|
|
8
|
-
import { FlightStatusCode } from '.';
|
|
9
10
|
import { InstructionTypeCode } from '.';
|
|
10
|
-
import { PostFlightInfo } 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
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AssessmentCode } from '.';
|
|
1
2
|
import { FlightPurposeCode } from '.';
|
|
2
3
|
import { FlightTypeCode } from '.';
|
|
3
|
-
import { AssessmentCode } from '.';
|
|
4
4
|
export declare class PostFlightInfo {
|
|
5
5
|
flightId: string;
|
|
6
6
|
flightNumber: number;
|
|
@@ -12,20 +12,19 @@ export declare class PostFlightInfo {
|
|
|
12
12
|
takeoffActualTime: number;
|
|
13
13
|
takeoffField: string;
|
|
14
14
|
takeoffHobbs: number;
|
|
15
|
-
takeoffTach: number;
|
|
16
15
|
landingPlannedTime: number;
|
|
17
16
|
landingActualTime: number;
|
|
18
17
|
landingField: string;
|
|
19
18
|
landingHobbs: number;
|
|
20
19
|
landingTach: number;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
previousTach: number;
|
|
21
|
+
captainId: string;
|
|
22
|
+
firstOfficerId: string;
|
|
23
|
+
captainName: string;
|
|
24
|
+
firstOfficerName: string;
|
|
23
25
|
destination: string;
|
|
24
26
|
actualFuelOnBoard: number;
|
|
25
27
|
actualOilOnBoard: number;
|
|
26
|
-
singleEngineHours: number;
|
|
27
|
-
multiEngineHours: number;
|
|
28
|
-
flightHoursLastMonth: number;
|
|
29
28
|
lessonNumber: number;
|
|
30
29
|
lessonTopicId: string;
|
|
31
30
|
lessonFlightCounter: number;
|
|
@@ -33,8 +32,11 @@ export declare class PostFlightInfo {
|
|
|
33
32
|
instructedFlightTime: number;
|
|
34
33
|
instrumentsFlightTime: number;
|
|
35
34
|
soloFlightTime: number;
|
|
35
|
+
instructedNavTime: number;
|
|
36
|
+
soloNavTime: number;
|
|
37
|
+
nightTime: number;
|
|
36
38
|
lessonComments: string;
|
|
37
39
|
description: string;
|
|
38
40
|
reportedBy: string;
|
|
39
|
-
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number,
|
|
41
|
+
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, previousTach?: number, captainId?: string, firstOfficerId?: string, captainName?: string, firstOfficerName?: string, destination?: string, actualFuelOnBoard?: number, actualOilOnBoard?: number, lessonNumber?: number, lessonTopicId?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, instructedNavTime?: number, soloNavTime?: number, nightTime?: number, lessonComments?: string, description?: string, reportedBy?: string);
|
|
40
42
|
}
|
package/lib/PreFlightInfo.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ export declare class PreFlightInfo {
|
|
|
14
14
|
type: FlightTypeCode;
|
|
15
15
|
destination: string;
|
|
16
16
|
secondaryCallSign: string;
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
captainId: string;
|
|
18
|
+
firstOfficerId: string;
|
|
19
19
|
captainName: string;
|
|
20
20
|
firstOfficerName: string;
|
|
21
21
|
estimatedFuelOnBoard: number;
|
|
@@ -31,5 +31,5 @@ export declare class PreFlightInfo {
|
|
|
31
31
|
preFlightNotes: string;
|
|
32
32
|
operationNotes: string;
|
|
33
33
|
reportedBy: 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,
|
|
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, captainId?: string, firstOfficerId?: string, captainName?: string, firstOfficerName?: string, estimatedFuelOnBoard?: number, estimatedEndurance?: number, actualFuelOnBoard?: number, actualOilOnBoard?: number, passengers?: string[], crew?: string[], wBConfig?: string, wBManual?: string, lessonTopicId?: string, lessonFlightCounter?: number, preFlightNotes?: string, operationNotes?: string, reportedBy?: string);
|
|
35
35
|
}
|
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/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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { MessageConfirm } from '.';
|
|
3
4
|
import { SystemMessage } from '.';
|
|
4
5
|
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/TokenData.d.ts
CHANGED
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 { User } from '.';
|
|
4
3
|
import { UserTypeCode } from '.';
|
|
5
4
|
import { UserStatusCode } from '.';
|
|
6
5
|
import { StringKeyValue } from '.';
|
|
6
|
+
import { User } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UsersEndPoint {
|
|
9
9
|
private config;
|