@aya-flights/ngx-goox-lib 1.19.61 → 1.19.63
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 +4091 -4090
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/Airplane.d.ts +3 -3
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/Booking.d.ts +3 -2
- package/lib/BookingSlot.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +2 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +2 -2
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +2 -2
- package/lib/Credit.d.ts +2 -2
- package/lib/Flight.d.ts +7 -7
- package/lib/FlightFilter.d.ts +1 -1
- package/lib/FlightPassenger.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightsEndPoint.d.ts +2 -2
- package/lib/Lead.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +2 -2
- package/lib/PreFlightData.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/TokenData.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +105 -105
- package/lib/services.export.d.ts +21 -21
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Account } from '.';
|
|
3
4
|
import { StringKeyValue } from '.';
|
|
4
5
|
import { Flight } from '.';
|
|
5
|
-
import { Document } from '.';
|
|
6
6
|
import { Credit } from '.';
|
|
7
|
-
import {
|
|
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 { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
|
-
import { AirplaneStatusCode } from '.';
|
|
4
1
|
import { AirplaneValidationFlag } from '.';
|
|
5
2
|
import { Engine } from '.';
|
|
6
3
|
import { Magneto } from '.';
|
|
7
4
|
import { Propeller } from '.';
|
|
8
5
|
import { Fuel } from '.';
|
|
6
|
+
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
|
+
import { Maintenance } from '.';
|
|
3
5
|
import { Airplane } from '.';
|
|
4
6
|
import { Flight } from '.';
|
|
5
7
|
import { Document } from '.';
|
|
6
|
-
import { Maintenance } from '.';
|
|
7
|
-
import { StringKeyValue } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { AuditLog } from '.';
|
|
4
3
|
import { TimeSeries } from '.';
|
|
4
|
+
import { AuditLog } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BookingStatusCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { BookingTypeFlag } from '.';
|
|
3
|
+
import { BookingStatusCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
title: string;
|
|
@@ -14,6 +14,7 @@ export declare class Booking extends BaseEntityEx {
|
|
|
14
14
|
placementTo: number;
|
|
15
15
|
status: BookingStatusCode;
|
|
16
16
|
flightId: string;
|
|
17
|
+
slotId: string;
|
|
17
18
|
get(field: string): any;
|
|
18
19
|
}
|
|
19
20
|
export declare function GetBookingColumnsDef(): ColumnDef[];
|
package/lib/BookingSlot.d.ts
CHANGED
package/lib/BookingSlots.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { BookingSlot } from '.';
|
|
4
|
+
import { BookingSlots } from '.';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class BookingSlotsEndPoint {
|
|
6
7
|
private config;
|
|
@@ -38,7 +39,7 @@ export declare class BookingSlotsEndPoint {
|
|
|
38
39
|
/**
|
|
39
40
|
* Get all available monthly slots for patterns
|
|
40
41
|
*/
|
|
41
|
-
monthlySlotOptions(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<
|
|
42
|
+
monthlySlotOptions(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<BookingSlots>>;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookingSlotsEndPoint, never>;
|
|
43
44
|
static ɵprov: i0.ɵɵInjectableDeclaration<BookingSlotsEndPoint>;
|
|
44
45
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Campaign } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Campaign } 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 { ColumnDef } from '.';
|
|
2
|
-
import { ValidationFlag } from '.';
|
|
3
1
|
import { StatusCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
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,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { AccountStatusCode } from '.';
|
|
4
2
|
import { Address } from '.';
|
|
5
3
|
import { ValidationFlag } from '.';
|
|
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,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
3
|
+
import { StringKeyValue } from '.';
|
|
4
4
|
import { MessageConfirm } from '.';
|
|
5
5
|
import { Document } from '.';
|
|
6
6
|
import { Contact } from '.';
|
|
7
|
-
import {
|
|
7
|
+
import { Certificate } from '.';
|
|
8
8
|
import { Flight } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CurrencyCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { TransactionTypeCode } from '.';
|
|
3
|
+
import { CurrencyCode } from '.';
|
|
4
|
+
import { BaseEntityEx } 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
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
1
|
import { FlightStatusCode } from '.';
|
|
4
2
|
import { FlightStateCode } from '.';
|
|
5
|
-
import { ReFuel } from '.';
|
|
6
|
-
import { Billing } from '.';
|
|
7
|
-
import { RiskAssessment } from '.';
|
|
8
|
-
import { BillingStatusCode } from '.';
|
|
9
3
|
import { FlightPurposeCode } from '.';
|
|
10
|
-
import { OnBoard } from '.';
|
|
11
4
|
import { TOLData } from '.';
|
|
12
5
|
import { Lesson } from '.';
|
|
6
|
+
import { Billing } from '.';
|
|
13
7
|
import { ColumnDef } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
9
|
+
import { BillingStatusCode } from '.';
|
|
10
|
+
import { OnBoard } from '.';
|
|
11
|
+
import { ReFuel } from '.';
|
|
12
|
+
import { RiskAssessment } from '.';
|
|
13
|
+
import { BaseEntityEx } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
1
|
import { FlightTypeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { BillingStatusCode } from '.';
|
|
5
4
|
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { TimeFrame } from '.';
|
|
6
6
|
export declare class FlightFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
accountId: string;
|
package/lib/FlightPassenger.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightStatusCode } from '.';
|
|
1
2
|
import { FlightStateCode } from '.';
|
|
2
3
|
import { FlightPurposeCode } from '.';
|
|
3
4
|
import { TOLData } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
6
|
import { ColumnDef } from '.';
|
|
6
7
|
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStatusCode } from '.';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
10
10
|
description: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { CrewDutyDayRisks } from '.';
|
|
2
|
-
import { TripRisks } from '.';
|
|
3
|
-
import { WeatherRisks } from '.';
|
|
4
|
-
import { SpecialRisks } from '.';
|
|
5
1
|
import { ColumnDef } from '.';
|
|
6
2
|
import { PilotQualificationsRisks } from '.';
|
|
3
|
+
import { CrewDutyDayRisks } from '.';
|
|
7
4
|
import { DepartureRisks } from '.';
|
|
8
5
|
import { DestinationRisks } from '.';
|
|
6
|
+
import { SpecialRisks } from '.';
|
|
7
|
+
import { TripRisks } from '.';
|
|
8
|
+
import { WeatherRisks } from '.';
|
|
9
9
|
import { Mitigation } from '.';
|
|
10
10
|
import { BaseEntityEx } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { TimeSeries } from '.';
|
|
4
|
+
import { FlightPlan } from '.';
|
|
3
5
|
import { PostFlightInfo } from '.';
|
|
4
6
|
import { Flight } from '.';
|
|
5
7
|
import { AnyKeyValue } from '.';
|
|
6
|
-
import { TimeSeries } from '.';
|
|
7
|
-
import { FlightPlan } from '.';
|
|
8
8
|
import { Contact } from '.';
|
|
9
9
|
import { FlightTicket } from '.';
|
|
10
10
|
import { PreFlightInfo } from '.';
|
package/lib/Lead.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;
|
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Booking } from '.';
|
|
3
4
|
import { BookingTypeFlag } from '.';
|
|
4
5
|
import { BookingSlots } from '.';
|
|
5
|
-
import { Booking } 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 { PostFlightInfo } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
4
|
import { FlightPlan } from '.';
|
|
6
5
|
import { PreFlightInfo } from '.';
|
|
6
|
+
import { PostFlightInfo } 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 { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightPurposeCode } from '.';
|
|
1
3
|
import { OnBoard } from '.';
|
|
2
4
|
import { TOLData } from '.';
|
|
3
5
|
import { ReFuel } from '.';
|
|
4
6
|
import { Lesson } from '.';
|
|
5
7
|
import { BaseEntityEx } from '.';
|
|
6
8
|
import { ColumnDef } from '.';
|
|
7
|
-
import { FlightTypeCode } from '.';
|
|
8
|
-
import { FlightPurposeCode } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TOLData } from '.';
|
|
2
1
|
import { ReFuel } from '.';
|
|
3
2
|
import { Lesson } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
@@ -6,6 +5,7 @@ import { ColumnDef } from '.';
|
|
|
6
5
|
import { FlightTypeCode } from '.';
|
|
7
6
|
import { FlightPurposeCode } from '.';
|
|
8
7
|
import { OnBoard } from '.';
|
|
8
|
+
import { TOLData } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { Mitigation } from '.';
|
|
2
|
+
import { PilotQualificationsRisks } from '.';
|
|
3
|
+
import { CrewDutyDayRisks } from '.';
|
|
1
4
|
import { DepartureRisks } from '.';
|
|
2
5
|
import { DestinationRisks } from '.';
|
|
3
6
|
import { TripRisks } from '.';
|
|
4
7
|
import { WeatherRisks } from '.';
|
|
5
8
|
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/SystemConfig.d.ts
CHANGED
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
3
2
|
import { MessageTypeCode } from '.';
|
|
4
3
|
import { PriorityCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
package/lib/TokenData.d.ts
CHANGED
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,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;
|