@aya-flights/ngx-goox-lib 2.19.29 → 2.19.31
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 +4668 -4621
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +3 -3
- package/lib/Airplane.d.ts +2 -2
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingPlan.d.ts +21 -0
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +6 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Credit.d.ts +1 -1
- package/lib/Flight.d.ts +8 -8
- package/lib/FlightPassenger.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/Group.d.ts +2 -2
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +2 -2
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/Lookup.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/Maintenance.d.ts +2 -2
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +3 -3
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +106 -105
- package/lib/services.export.d.ts +20 -20
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
|
-
import { Document } from '.';
|
|
6
|
-
import { Account } from '.';
|
|
7
4
|
import { Credit } from '.';
|
|
5
|
+
import { Account } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
|
+
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
|
+
import { AirplaneStatusCode } from '.';
|
|
1
3
|
import { AirplaneValidationFlag } from '.';
|
|
2
4
|
import { Engine } from '.';
|
|
3
5
|
import { Magneto } from '.';
|
|
4
6
|
import { Propeller } from '.';
|
|
5
7
|
import { Fuel } from '.';
|
|
6
8
|
import { BaseEntityEx } from '.';
|
|
7
|
-
import { ColumnDef } from '.';
|
|
8
|
-
import { AirplaneStatusCode } from '.';
|
|
9
9
|
export declare class Airplane extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
|
-
import { Maintenance } from '.';
|
|
6
4
|
import { Document } from '.';
|
|
5
|
+
import { Maintenance } from '.';
|
|
7
6
|
import { Airplane } from '.';
|
|
7
|
+
import { StringKeyValue } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BookingTypeFlag } from '.';
|
|
1
2
|
import { BookingStatusCode } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
|
-
import { BookingTypeFlag } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
accountId: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
|
+
import { BookingTypeFlag } from '.';
|
|
3
|
+
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
export declare class BookingPlan extends BaseEntityEx {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
isFlight: boolean;
|
|
9
|
+
accountId: string;
|
|
10
|
+
accountName: string;
|
|
11
|
+
airplaneId: string;
|
|
12
|
+
airplaneName: string;
|
|
13
|
+
type: BookingTypeFlag;
|
|
14
|
+
placementOn: number;
|
|
15
|
+
placementTo: number;
|
|
16
|
+
flightNumber: number;
|
|
17
|
+
flightId: string;
|
|
18
|
+
purpose: FlightPurposeCode;
|
|
19
|
+
get(field: string): any;
|
|
20
|
+
}
|
|
21
|
+
export declare function GetBookingPlanColumnsDef(): ColumnDef[];
|
package/lib/BookingSlots.d.ts
CHANGED
package/lib/BookingSlotsSet.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { BookingStatusCode } from '.';
|
|
3
4
|
import { TimeSeries } from '.';
|
|
5
|
+
import { BookingPlan } from '.';
|
|
4
6
|
import { Booking } from '.';
|
|
5
|
-
import { BookingStatusCode } from '.';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class BookingsEndPoint {
|
|
8
9
|
private config;
|
|
@@ -49,6 +50,10 @@ export declare class BookingsEndPoint {
|
|
|
49
50
|
* Find my bookings by query
|
|
50
51
|
*/
|
|
51
52
|
myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
53
|
+
/**
|
|
54
|
+
* Get bookings plan data for specific day
|
|
55
|
+
*/
|
|
56
|
+
getBookingPlan(year?: number, month?: number, day?: number): import("rxjs").Observable<EntitiesResponse<BookingPlan>>;
|
|
52
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookingsEndPoint, never>;
|
|
53
58
|
static ɵprov: i0.ɵɵInjectableDeclaration<BookingsEndPoint>;
|
|
54
59
|
}
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { AccountStatusCode } from '.';
|
|
3
2
|
import { Address } from '.';
|
|
4
3
|
import { ValidationFlag } from '.';
|
|
5
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Contact extends BaseEntityEx {
|
|
7
7
|
accountId: string;
|
|
8
8
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
5
4
|
import { Certificate } from '.';
|
|
6
|
-
import { Document } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
8
5
|
import { MessageConfirm } from '.';
|
|
6
|
+
import { Contact } from '.';
|
|
7
|
+
import { Flight } from '.';
|
|
8
|
+
import { Document } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { TransactionTypeCode } from '.';
|
|
3
2
|
import { CurrencyCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RiskAssessment } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { FlightTypeCode } from '.';
|
|
3
|
+
import { TOLData } from '.';
|
|
4
|
+
import { Billing } from '.';
|
|
5
5
|
import { FlightPurposeCode } from '.';
|
|
6
6
|
import { OnBoard } from '.';
|
|
7
|
-
import { TOLData } from '.';
|
|
8
|
-
import { Lesson } from '.';
|
|
9
|
-
import { FlightTypeCode } from '.';
|
|
10
|
-
import { FlightStateCode } from '.';
|
|
11
7
|
import { ReFuel } from '.';
|
|
12
|
-
import {
|
|
8
|
+
import { Lesson } from '.';
|
|
13
9
|
import { BaseEntityEx } from '.';
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
11
|
+
import { FlightStateCode } from '.';
|
|
12
|
+
import { BillingStatusCode } from '.';
|
|
13
|
+
import { ColumnDef } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightPassenger.d.ts
CHANGED
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,13 +1,13 @@
|
|
|
1
1
|
import { WeatherRisks } from '.';
|
|
2
|
+
import { SpecialRisks } from '.';
|
|
2
3
|
import { Mitigation } from '.';
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
4
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
|
+
import { PilotQualificationsRisks } from '.';
|
|
5
7
|
import { CrewDutyDayRisks } from '.';
|
|
8
|
+
import { DepartureRisks } from '.';
|
|
6
9
|
import { DestinationRisks } from '.';
|
|
7
10
|
import { TripRisks } from '.';
|
|
8
|
-
import { SpecialRisks } from '.';
|
|
9
|
-
import { PilotQualificationsRisks } from '.';
|
|
10
|
-
import { DepartureRisks } 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/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { TimeSeries } from '.';
|
|
4
3
|
import { Contact } from '.';
|
|
4
|
+
import { PreFlightInfo } from '.';
|
|
5
|
+
import { Flight } from '.';
|
|
5
6
|
import { FlightTicket } from '.';
|
|
6
7
|
import { PostFlightInfo } from '.';
|
|
7
|
-
import {
|
|
8
|
+
import { TimeSeries } from '.';
|
|
8
9
|
import { FlightPlan } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { Flight } from '.';
|
|
10
|
+
import { AnyKeyValue } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
|
-
import { TimeFrame } from '.';
|
|
3
1
|
import { FlightTypeCode } from '.';
|
|
4
2
|
import { FlightStatusCode } from '.';
|
|
5
3
|
import { BillingStatusCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { TimeFrame } 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/GroupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Group } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Group } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class GroupsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Lead.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { 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/LogBookRecord.d.ts
CHANGED
package/lib/Lookup.d.ts
CHANGED
package/lib/LookupGroup.d.ts
CHANGED
package/lib/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MaintenanceActionCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { StatusCode } from '.';
|
|
3
|
+
import { MaintenanceActionCode } from '.';
|
|
4
|
+
import { BaseEntityEx } 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 { BookingTypeFlag } from '.';
|
|
4
3
|
import { BookingSlots } from '.';
|
|
5
4
|
import { Booking } from '.';
|
|
5
|
+
import { BookingTypeFlag } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MyBookingsEndPoint {
|
|
8
8
|
private config;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
3
|
import { FlightPlan } from '.';
|
|
5
4
|
import { PreFlightInfo } from '.';
|
|
6
5
|
import { PostFlightInfo } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyFlightsEndPoint {
|
|
9
9
|
private config;
|
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnBoard } from '.';
|
|
2
|
-
import { TOLData } from '.';
|
|
3
|
-
import { ReFuel } from '.';
|
|
4
1
|
import { Lesson } from '.';
|
|
5
2
|
import { BaseEntityEx } from '.';
|
|
6
3
|
import { ColumnDef } from '.';
|
|
7
4
|
import { FlightTypeCode } from '.';
|
|
8
5
|
import { FlightPurposeCode } from '.';
|
|
6
|
+
import { OnBoard } from '.';
|
|
7
|
+
import { TOLData } from '.';
|
|
8
|
+
import { ReFuel } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Lesson } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
1
|
import { FlightPurposeCode } from '.';
|
|
6
2
|
import { OnBoard } from '.';
|
|
7
3
|
import { TOLData } from '.';
|
|
8
4
|
import { ReFuel } from '.';
|
|
5
|
+
import { Lesson } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { ColumnDef } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WeatherRisks } from '.';
|
|
2
1
|
import { SpecialRisks } from '.';
|
|
3
2
|
import { Mitigation } from '.';
|
|
4
3
|
import { PilotQualificationsRisks } from '.';
|
|
@@ -6,6 +5,7 @@ import { CrewDutyDayRisks } from '.';
|
|
|
6
5
|
import { DepartureRisks } from '.';
|
|
7
6
|
import { DestinationRisks } from '.';
|
|
8
7
|
import { TripRisks } from '.';
|
|
8
|
+
import { WeatherRisks } 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 '.';
|
|
1
2
|
import { PriorityCode } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
|
-
import { MessageTypeCode } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
package/lib/UsersEndPoint.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 { User } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UsersEndPoint {
|
|
7
7
|
private config;
|