@aya-flights/ngx-goox-lib 2.19.181 → 2.19.183
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 +4610 -4638
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +7 -7
- package/lib/AccountsFilter.d.ts +1 -1
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +5 -5
- 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/Campaign.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Contact.d.ts +5 -5
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/Credit.d.ts +1 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +5 -5
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +8 -8
- package/lib/FlightsFilter.d.ts +1 -1
- package/lib/Group.d.ts +2 -2
- package/lib/LeadAction.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +5 -5
- package/lib/Lesson.d.ts +1 -1
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +2 -11
- package/lib/MyFlightsEndPoint.d.ts +4 -4
- package/lib/MyInfoEndPoint.d.ts +1 -1
- package/lib/MyStudentsEndPoint.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +1 -1
- 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/UsersEndPoint.d.ts +2 -2
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +124 -124
- package/lib/services.export.d.ts +25 -25
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Address } from '.';
|
|
2
1
|
import { BaseEntityEx } from '.';
|
|
3
2
|
import { ColumnDef } from '.';
|
|
4
3
|
import { AccountTypeCode } from '.';
|
|
5
4
|
import { AccountStatusCode } from '.';
|
|
5
|
+
import { Address } from '.';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { FlightTypeCode } from '.';
|
|
6
|
-
import { Credit } from '.';
|
|
3
|
+
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
7
5
|
import { Flight } from '.';
|
|
8
|
-
import {
|
|
6
|
+
import { Account } from '.';
|
|
9
7
|
import { StringKeyValue } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
10
9
|
import { FlightStatusCode } from '.';
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
|
-
import { Document } from '.';
|
|
13
10
|
import { FlightStateCode } from '.';
|
|
11
|
+
import { AccountStatusCode } from '.';
|
|
12
|
+
import { AccountTypeCode } from '.';
|
|
13
|
+
import { Credit } 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 { AirplaneStatusCode } from '.';
|
|
2
|
-
import {
|
|
2
|
+
import { AirplaneValidationFlag } from '.';
|
|
3
3
|
import { Magneto } from '.';
|
|
4
4
|
import { Propeller } from '.';
|
|
5
|
+
import { WBConfig } from '.';
|
|
6
|
+
import { ColumnDef } from '.';
|
|
5
7
|
import { TypeRatingFlag } from '.';
|
|
8
|
+
import { Engine } from '.';
|
|
6
9
|
import { Fuel } from '.';
|
|
7
|
-
import { WBConfig } from '.';
|
|
8
10
|
import { BaseEntityEx } from '.';
|
|
9
|
-
import { ColumnDef } from '.';
|
|
10
|
-
import { AirplaneValidationFlag } from '.';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Maintenance } from '.';
|
|
4
|
+
import { FlightStatusCode } from '.';
|
|
3
5
|
import { FlightStateCode } from '.';
|
|
4
6
|
import { FlightPurposeCode } from '.';
|
|
7
|
+
import { Flight } from '.';
|
|
5
8
|
import { MaintenanceActionCode } from '.';
|
|
6
|
-
import {
|
|
9
|
+
import { Airplane } from '.';
|
|
7
10
|
import { AirplaneStatusCode } from '.';
|
|
8
|
-
import { Document } from '.';
|
|
9
11
|
import { StringKeyValue } from '.';
|
|
10
|
-
import { FlightStatusCode } from '.';
|
|
11
|
-
import { Flight } from '.';
|
|
12
12
|
import { FlightTypeCode } from '.';
|
|
13
|
-
import {
|
|
13
|
+
import { Document } from '.';
|
|
14
14
|
import { StatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
package/lib/BookingPlan.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
|
+
import { BookingTypeFlag } from '.';
|
|
1
3
|
import { FlightPurposeCode } from '.';
|
|
2
4
|
import { FlightStatusCode } from '.';
|
|
3
5
|
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;
|
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
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CampaignStatusCode } from '.';
|
|
2
1
|
import { CurrencyCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
5
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/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ValidationFlag } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { FlightCategoryCode } from '.';
|
|
3
|
+
import { Address } from '.';
|
|
4
4
|
import { LicenseKindFlag } from '.';
|
|
5
5
|
import { MedicalCertClassCode } from '.';
|
|
6
|
-
import { FlightCategoryCode } from '.';
|
|
7
|
-
import { BaseEntityEx } from '.';
|
|
8
6
|
import { ColumnDef } from '.';
|
|
9
|
-
import {
|
|
7
|
+
import { AccountStatusCode } from '.';
|
|
8
|
+
import { TypeRatingFlag } 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 { StringKeyValue } from '.';
|
|
3
4
|
import { Certificate } from '.';
|
|
4
5
|
import { FlightTypeCode } from '.';
|
|
5
6
|
import { FlightPurposeCode } from '.';
|
|
6
|
-
import { Document } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
8
|
-
import { MessageConfirm } from '.';
|
|
9
|
-
import { FlightStateCode } from '.';
|
|
10
|
-
import { Flight } from '.';
|
|
11
7
|
import { StatusCode } from '.';
|
|
12
|
-
import { StringKeyValue } from '.';
|
|
13
8
|
import { FlightStatusCode } from '.';
|
|
9
|
+
import { FlightStateCode } from '.';
|
|
10
|
+
import { MessageConfirm } from '.';
|
|
11
|
+
import { Contact } from '.';
|
|
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/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TransactionTypeCode } from '.';
|
|
2
1
|
import { CurrencyCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { TransactionTypeCode } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { RiskAssessment } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
3
|
import { FlightClassCode } from '.';
|
|
4
4
|
import { FlightTypeCode } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
5
6
|
import { BillingStatusCode } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { RiskAssessment } from '.';
|
|
7
|
+
import { Lesson } from '.';
|
|
8
8
|
import { FlightPurposeCode } from '.';
|
|
9
9
|
import { FlightCategoryCode } from '.';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
10
|
+
import { TOLData } from '.';
|
|
11
|
+
import { ColumnDef } 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 { FlightTypeCode } from '.';
|
|
2
1
|
import { FlightStatusCode } from '.';
|
|
3
2
|
import { FlightStateCode } from '.';
|
|
4
3
|
import { FlightPurposeCode } from '.';
|
|
5
4
|
import { TOLData } from '.';
|
|
6
5
|
import { BaseEntityEx } from '.';
|
|
7
6
|
import { ColumnDef } from '.';
|
|
7
|
+
import { FlightTypeCode } 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 { DestinationRisks } from '.';
|
|
2
|
+
import { TripRisks } from '.';
|
|
1
3
|
import { Mitigation } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
import { ColumnDef } from '.';
|
|
4
|
-
import { DepartureRisks } from '.';
|
|
5
|
-
import { DestinationRisks } from '.';
|
|
6
|
-
import { TripRisks } from '.';
|
|
7
|
-
import { WeatherRisks } from '.';
|
|
8
6
|
import { PilotQualificationsRisks } from '.';
|
|
9
7
|
import { CrewDutyDayRisks } from '.';
|
|
8
|
+
import { DepartureRisks } from '.';
|
|
9
|
+
import { WeatherRisks } from '.';
|
|
10
10
|
import { SpecialRisks } 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,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
3
|
+
import { PostFlightInfo } from '.';
|
|
4
|
+
import { TimeSeries } from '.';
|
|
4
5
|
import { Contact } from '.';
|
|
6
|
+
import { FlightTicket } from '.';
|
|
5
7
|
import { Flight } from '.';
|
|
6
|
-
import { FlightPlan } from '.';
|
|
7
|
-
import { PreFlightInfo } from '.';
|
|
8
8
|
import { FlightTypeCode } from '.';
|
|
9
|
-
import { BillingStatusCode } from '.';
|
|
10
|
-
import { TimeSeries } from '.';
|
|
11
|
-
import { FlightTicket } from '.';
|
|
12
|
-
import { PostFlightInfo } from '.';
|
|
13
|
-
import { AnyKeyValue } from '.';
|
|
14
9
|
import { FlightStatusCode } from '.';
|
|
10
|
+
import { PreFlightInfo } from '.';
|
|
15
11
|
import { Point } from '.';
|
|
12
|
+
import { AnyKeyValue } from '.';
|
|
13
|
+
import { BillingStatusCode } from '.';
|
|
14
|
+
import { FlightPurposeCode } from '.';
|
|
15
|
+
import { FlightPlan } from '.';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare class FlightsEndPoint {
|
|
18
18
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
1
|
import { TimeFrame } from '.';
|
|
3
2
|
import { FlightTypeCode } from '.';
|
|
4
3
|
import { FlightStatusCode } from '.';
|
|
5
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/LeadAction.d.ts
CHANGED
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { LeadStatusCode } from '.';
|
|
4
|
-
import { TimeSeries } from '.';
|
|
5
|
-
import { IntEnumValue } from '.';
|
|
6
3
|
import { Lead } from '.';
|
|
7
|
-
import {
|
|
4
|
+
import { Booking } from '.';
|
|
5
|
+
import { IntEnumValue } from '.';
|
|
8
6
|
import { IntKeyValue } from '.';
|
|
7
|
+
import { Point } from '.';
|
|
8
|
+
import { LeadStatusCode } from '.';
|
|
9
|
+
import { TimeSeries } from '.';
|
|
9
10
|
import { LeadAction } from '.';
|
|
10
|
-
import { Booking } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LeadsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Lesson.d.ts
CHANGED
package/lib/LogBookRecord.d.ts
CHANGED
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StatusCode } from '.';
|
|
4
3
|
import { Maintenance } from '.';
|
|
5
4
|
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;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Airplane } from '.';
|
|
4
|
-
import { BookingTypeFlag } from '.';
|
|
5
|
-
import { BookingSlot } from '.';
|
|
6
4
|
import { Booking } from '.';
|
|
7
5
|
import { BookingStatusCode } from '.';
|
|
6
|
+
import { BookingTypeFlag } from '.';
|
|
8
7
|
import { Lookup } from '.';
|
|
9
|
-
import {
|
|
8
|
+
import { BookingSlot } from '.';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
10
|
export declare class MyBookingsEndPoint {
|
|
12
11
|
private config;
|
|
@@ -37,14 +36,6 @@ export declare class MyBookingsEndPoint {
|
|
|
37
36
|
* Get list of booking airplanes according to booking type and date
|
|
38
37
|
*/
|
|
39
38
|
getBookingAirplanes(type?: BookingTypeFlag): import("rxjs").Observable<EntitiesResponse<Lookup>>;
|
|
40
|
-
/**
|
|
41
|
-
* get airplane free time slots before and after the provided timestamp
|
|
42
|
-
*/
|
|
43
|
-
getAirplaneSlotsOptions(body?: Booking): import("rxjs").Observable<EntitiesResponse<Boundaries>>;
|
|
44
|
-
/**
|
|
45
|
-
* Find open bookings slots
|
|
46
|
-
*/
|
|
47
|
-
getBookingSlots(year?: number, month?: number, day?: number, type?: BookingTypeFlag, airplaneId?: string): import("rxjs").Observable<EntitiesResponse<BookingSlot>>;
|
|
48
39
|
/**
|
|
49
40
|
* Get all time slots (occupied and free) per airplane per day.
|
|
50
41
|
* In case of type == PATTERNS, get the patterns slots combined with airplane availability
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Flight } from '.';
|
|
3
4
|
import { FlightPlan } from '.';
|
|
4
|
-
import { InstructionTypeCode } from '.';
|
|
5
5
|
import { Syllabus } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStatusCode } from '.';
|
|
8
|
-
import { Flight } from '.';
|
|
9
6
|
import { PreFlightInfo } from '.';
|
|
10
7
|
import { PostFlightInfo } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
10
|
+
import { InstructionTypeCode } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/MyInfoEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Metar } from '.';
|
|
4
3
|
import { StorageItem } from '.';
|
|
4
|
+
import { Metar } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MyInfoEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
3
|
import { Contact } from '.';
|
|
4
|
+
import { Flight } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MyStudentsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Mitigation } from '.';
|
|
2
1
|
import { PilotQualificationsRisks } from '.';
|
|
3
2
|
import { CrewDutyDayRisks } from '.';
|
|
4
3
|
import { DepartureRisks } from '.';
|
|
@@ -6,6 +5,7 @@ import { DestinationRisks } from '.';
|
|
|
6
5
|
import { TripRisks } from '.';
|
|
7
6
|
import { WeatherRisks } from '.';
|
|
8
7
|
import { SpecialRisks } from '.';
|
|
8
|
+
import { Mitigation } 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 { FlightCategoryCode } from '.';
|
|
4
3
|
import { InstructionTypeCode } from '.';
|
|
5
4
|
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/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 { SystemMessage } from '.';
|
|
3
4
|
import { MessageTypeCode } from '.';
|
|
4
5
|
import { MessageConfirm } from '.';
|
|
5
|
-
import { SystemMessage } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/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/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 { UserStatusCode } from '.';
|
|
4
|
-
import { StringKeyValue } from '.';
|
|
5
3
|
import { User } from '.';
|
|
6
4
|
import { UserTypeCode } from '.';
|
|
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;
|