@aya-flights/ngx-goox-lib 2.19.145 → 2.19.147
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 +5038 -5028
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +6 -6
- package/lib/AccountsFilter.d.ts +1 -1
- package/lib/Airplane.d.ts +5 -5
- package/lib/AirplanesEndPoint.d.ts +6 -6
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +2 -2
- package/lib/Campaign.d.ts +2 -2
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +2 -2
- package/lib/Contact.d.ts +5 -5
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/Document.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 +6 -6
- package/lib/FlightsEndPoint.d.ts +11 -6
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/Group.d.ts +2 -2
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadAction.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +2 -2
- package/lib/Lesson.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +3 -3
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/PostFlightInfo.d.ts +2 -2
- package/lib/PreFlightInfo.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/Syllabus.d.ts +1 -1
- package/lib/SyllabusEndPoint.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +2 -2
- package/lib/index.d.ts +113 -113
- package/lib/services.export.d.ts +22 -22
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { FlightStatusCode } from '.';
|
|
5
|
-
import {
|
|
4
|
+
import { Account } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
|
+
import { Credit } from '.';
|
|
8
|
+
import { AccountStatusCode } from '.';
|
|
6
9
|
import { AccountTypeCode } from '.';
|
|
7
10
|
import { FlightStateCode } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import { Credit } from '.';
|
|
10
|
-
import { FlightTypeCode } from '.';
|
|
11
|
+
import { Flight } from '.';
|
|
11
12
|
import { FlightPurposeCode } from '.';
|
|
12
13
|
import { Document } from '.';
|
|
13
|
-
import { Account } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class AccountsEndPoint {
|
|
16
16
|
private config;
|
package/lib/AccountsFilter.d.ts
CHANGED
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Engine } from '.';
|
|
2
|
+
import { Propeller } from '.';
|
|
3
|
+
import { Fuel } from '.';
|
|
4
|
+
import { WBConfig } from '.';
|
|
5
|
+
import { AirplaneStatusCode } from '.';
|
|
6
|
+
import { AirplaneValidationFlag } from '.';
|
|
2
7
|
import { Magneto } from '.';
|
|
3
8
|
import { BaseEntityEx } from '.';
|
|
4
9
|
import { ColumnDef } from '.';
|
|
5
10
|
import { TypeRatingFlag } from '.';
|
|
6
|
-
import { AirplaneStatusCode } from '.';
|
|
7
|
-
import { AirplaneValidationFlag } from '.';
|
|
8
|
-
import { Propeller } from '.';
|
|
9
|
-
import { Fuel } from '.';
|
|
10
|
-
import { WBConfig } from '.';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { FlightTypeCode } from '.';
|
|
4
|
+
import { StatusCode } from '.';
|
|
5
|
+
import { Maintenance } from '.';
|
|
4
6
|
import { Document } from '.';
|
|
5
7
|
import { Airplane } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
+
import { AirplaneStatusCode } from '.';
|
|
9
|
+
import { FlightStateCode } from '.';
|
|
8
10
|
import { Flight } from '.';
|
|
11
|
+
import { FlightPurposeCode } from '.';
|
|
9
12
|
import { MaintenanceActionCode } from '.';
|
|
10
|
-
import {
|
|
11
|
-
import { FlightStateCode } from '.';
|
|
12
|
-
import { AirplaneStatusCode } from '.';
|
|
13
|
+
import { StringKeyValue } from '.';
|
|
13
14
|
import { FlightStatusCode } from '.';
|
|
14
|
-
import { StatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { BookingSlot } from '.';
|
|
3
4
|
import { BookingSlots } from '.';
|
|
4
5
|
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 { Booking } from '.';
|
|
4
|
-
import { BookingStatusCode } from '.';
|
|
5
3
|
import { TimeSeries } from '.';
|
|
6
4
|
import { BookingPlan } from '.';
|
|
5
|
+
import { Booking } from '.';
|
|
6
|
+
import { BookingStatusCode } 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 { CampaignTypeCode } from '.';
|
|
2
|
+
import { CampaignStatusCode } from '.';
|
|
1
3
|
import { CurrencyCode } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
import { ColumnDef } from '.';
|
|
4
|
-
import { CampaignTypeCode } from '.';
|
|
5
|
-
import { CampaignStatusCode } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
|
@@ -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 { 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;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
2
|
+
import { LicenseKindFlag } from '.';
|
|
3
|
+
import { ValidationFlag } from '.';
|
|
1
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
2
6
|
import { Address } from '.';
|
|
3
|
-
import {
|
|
7
|
+
import { TypeRatingFlag } from '.';
|
|
4
8
|
import { MedicalCertClassCode } from '.';
|
|
5
|
-
import { ValidationFlag } from '.';
|
|
6
9
|
import { FlightCategoryCode } from '.';
|
|
7
|
-
import { AccountStatusCode } from '.';
|
|
8
|
-
import { TypeRatingFlag } from '.';
|
|
9
|
-
import { ColumnDef } 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
3
|
import { StringKeyValue } from '.';
|
|
5
|
-
import { FlightStateCode } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
|
-
import { StatusCode } from '.';
|
|
8
4
|
import { Certificate } from '.';
|
|
9
|
-
import { FlightTypeCode } from '.';
|
|
10
5
|
import { MessageConfirm } from '.';
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
6
|
import { Document } from '.';
|
|
7
|
+
import { StatusCode } from '.';
|
|
13
8
|
import { FlightStatusCode } from '.';
|
|
9
|
+
import { FlightTypeCode } from '.';
|
|
10
|
+
import { FlightPurposeCode } from '.';
|
|
11
|
+
import { Flight } from '.';
|
|
12
|
+
import { Contact } from '.';
|
|
13
|
+
import { FlightStateCode } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
1
|
import { FlightCategoryCode } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { ColumnDef } from '.';
|
|
2
|
+
import { FlightTypeCode } from '.';
|
|
3
|
+
import { BillingStatusCode } from '.';
|
|
6
4
|
import { Lesson } from '.';
|
|
5
|
+
import { RiskAssessment } from '.';
|
|
7
6
|
import { FlightClassCode } from '.';
|
|
8
|
-
import { FlightTypeCode } from '.';
|
|
9
7
|
import { FlightStatusCode } from '.';
|
|
10
|
-
import { BillingStatusCode } from '.';
|
|
11
8
|
import { TOLData } from '.';
|
|
9
|
+
import { BaseEntityEx } from '.';
|
|
10
|
+
import { ColumnDef } from '.';
|
|
11
|
+
import { FlightPurposeCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FlightStateCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
1
|
import { TOLData } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
6
4
|
import { FlightTypeCode } from '.';
|
|
7
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 { DepartureRisks } from '.';
|
|
2
|
+
import { WeatherRisks } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { PilotQualificationsRisks } from '.';
|
|
5
|
+
import { DestinationRisks } from '.';
|
|
6
|
+
import { TripRisks } from '.';
|
|
1
7
|
import { SpecialRisks } from '.';
|
|
2
8
|
import { Mitigation } from '.';
|
|
3
9
|
import { ColumnDef } from '.';
|
|
4
|
-
import { PilotQualificationsRisks } from '.';
|
|
5
|
-
import { DepartureRisks } from '.';
|
|
6
|
-
import { DestinationRisks } from '.';
|
|
7
|
-
import { BaseEntityEx } from '.';
|
|
8
10
|
import { CrewDutyDayRisks } from '.';
|
|
9
|
-
import { TripRisks } from '.';
|
|
10
|
-
import { WeatherRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Point } from '.';
|
|
4
|
+
import { Contact } from '.';
|
|
5
|
+
import { PreFlightInfo } from '.';
|
|
3
6
|
import { PostFlightInfo } from '.';
|
|
4
|
-
import { FlightPlan } from '.';
|
|
5
7
|
import { AnyKeyValue } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStatusCode } from '.';
|
|
8
8
|
import { FlightPurposeCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { FlightPlan } from '.';
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
11
11
|
import { BillingStatusCode } from '.';
|
|
12
12
|
import { TimeSeries } from '.';
|
|
13
|
-
import { Contact } from '.';
|
|
14
13
|
import { FlightTicket } from '.';
|
|
14
|
+
import { Flight } from '.';
|
|
15
|
+
import { FlightTypeCode } from '.';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
17
|
export declare class FlightsEndPoint {
|
|
17
18
|
private config;
|
|
@@ -70,6 +71,10 @@ export declare class FlightsEndPoint {
|
|
|
70
71
|
* Get flight plans schedule for specific month, the result size is limited to 1000 entries
|
|
71
72
|
*/
|
|
72
73
|
schedule(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<FlightPlan>>;
|
|
74
|
+
/**
|
|
75
|
+
* Get monthly daily flight hours for specific month, for income forecast
|
|
76
|
+
*/
|
|
77
|
+
monthlyHours(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<TimeSeries<Point>>>;
|
|
73
78
|
/**
|
|
74
79
|
* Find list of contacts (pilot / first officer) on this flight
|
|
75
80
|
*/
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BillingStatusCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
1
|
import { TimeFrame } from '.';
|
|
4
2
|
import { FlightTypeCode } from '.';
|
|
5
3
|
import { FlightStatusCode } from '.';
|
|
4
|
+
import { BillingStatusCode } from '.';
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
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/Lead.d.ts
CHANGED
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 { LeadStatusCode } from '.';
|
|
4
|
-
import { TimeSeries } from '.';
|
|
5
3
|
import { LeadAction } from '.';
|
|
6
4
|
import { Lead } from '.';
|
|
5
|
+
import { LeadStatusCode } from '.';
|
|
6
|
+
import { TimeSeries } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class LeadsEndPoint {
|
|
9
9
|
private config;
|
package/lib/Lesson.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/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { ConfirmStatusCode } from '.';
|
|
2
3
|
import { MessageTypeCode } from '.';
|
|
3
4
|
import { PriorityCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
7
|
messageId: string;
|
|
8
8
|
contactId: string;
|
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,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Lookup } from '.';
|
|
4
|
-
import { Booking } from '.';
|
|
5
3
|
import { BookingStatusCode } from '.';
|
|
4
|
+
import { Lookup } from '.';
|
|
5
|
+
import { Airplane } from '.';
|
|
6
6
|
import { BookingTypeFlag } from '.';
|
|
7
7
|
import { BookingSlot } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { Booking } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyBookingsEndPoint {
|
|
11
11
|
private config;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { PreFlightInfo } from '.';
|
|
4
|
-
import { InstructionTypeCode } from '.';
|
|
5
3
|
import { Syllabus } from '.';
|
|
6
|
-
import {
|
|
4
|
+
import { PreFlightInfo } from '.';
|
|
7
5
|
import { Flight } from '.';
|
|
6
|
+
import { InstructionTypeCode } from '.';
|
|
8
7
|
import { FlightTypeCode } from '.';
|
|
9
8
|
import { FlightStatusCode } from '.';
|
|
10
9
|
import { FlightPlan } 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,7 +1,7 @@
|
|
|
1
|
-
import { FlightCategoryCode } from '.';
|
|
2
|
-
import { AssessmentCode } from '.';
|
|
3
1
|
import { FlightPurposeCode } from '.';
|
|
4
2
|
import { FlightTypeCode } from '.';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
4
|
+
import { AssessmentCode } from '.';
|
|
5
5
|
export declare class PostFlightInfo {
|
|
6
6
|
flightId: string;
|
|
7
7
|
flightNumber: number;
|
package/lib/PreFlightInfo.d.ts
CHANGED
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { SpecialRisks } from '.';
|
|
2
|
+
import { Mitigation } from '.';
|
|
1
3
|
import { PilotQualificationsRisks } from '.';
|
|
2
4
|
import { CrewDutyDayRisks } from '.';
|
|
3
5
|
import { DepartureRisks } from '.';
|
|
4
6
|
import { DestinationRisks } from '.';
|
|
5
7
|
import { TripRisks } from '.';
|
|
6
8
|
import { WeatherRisks } from '.';
|
|
7
|
-
import { SpecialRisks } from '.';
|
|
8
|
-
import { Mitigation } 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 { FlightCategoryCode } from '.';
|
|
1
2
|
import { InstructionTypeCode } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
|
-
import { FlightCategoryCode } from '.';
|
|
5
5
|
export declare class Syllabus extends BaseEntityEx {
|
|
6
6
|
plan: FlightCategoryCode;
|
|
7
7
|
type: InstructionTypeCode;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
3
4
|
import { InstructionTypeCode } from '.';
|
|
4
5
|
import { Syllabus } from '.';
|
|
5
|
-
import { FlightCategoryCode } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SyllabusEndPoint {
|
|
8
8
|
private config;
|
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { MessageTypeCode } from '.';
|
|
3
2
|
import { PriorityCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } 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 { MessageTypeCode } from '.';
|
|
3
4
|
import { MessageConfirm } from '.';
|
|
4
5
|
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/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { UserTypeCode } from '.';
|
|
2
3
|
import { UserRoleFlag } from '.';
|
|
3
4
|
import { UserStatusCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
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 '.';
|
|
4
|
-
import { UserStatusCode } from '.';
|
|
5
3
|
import { StringKeyValue } from '.';
|
|
6
4
|
import { User } from '.';
|
|
5
|
+
import { UserTypeCode } from '.';
|
|
6
|
+
import { UserStatusCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UsersEndPoint {
|
|
9
9
|
private config;
|