@aya-flights/ngx-goox-lib 1.19.18 → 1.19.20
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 +3707 -3707
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +1 -1
- package/lib/Airplane.d.ts +1 -1
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLog.d.ts +1 -1
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Campaign.d.ts +2 -2
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Credit.d.ts +2 -2
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +1 -1
- package/lib/FlightPassenger.d.ts +1 -1
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +5 -5
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/Lookup.d.ts +2 -2
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +2 -2
- package/lib/PostFlightInfo.d.ts +4 -5
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +4 -4
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/TokenData.d.ts +1 -1
- package/lib/index.d.ts +103 -103
- package/lib/services.export.d.ts +17 -17
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Credit } from '.';
|
|
3
4
|
import { Account } from '.';
|
|
4
5
|
import { StringKeyValue } from '.';
|
|
5
|
-
import { Credit } from '.';
|
|
6
6
|
import { Flight } from '.';
|
|
7
7
|
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AirplaneValidationFlag } from '.';
|
|
1
2
|
import { Engine } from '.';
|
|
2
3
|
import { Magneto } from '.';
|
|
3
4
|
import { Propeller } from '.';
|
|
@@ -5,7 +6,6 @@ import { Fuel } from '.';
|
|
|
5
6
|
import { BaseEntityEx } from '.';
|
|
6
7
|
import { ColumnDef } from '.';
|
|
7
8
|
import { AirplaneStatusCode } from '.';
|
|
8
|
-
import { AirplaneValidationFlag } 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
3
|
import { StringKeyValue } from '.';
|
|
4
|
-
import { Document } from '.';
|
|
5
|
-
import { Airplane } from '.';
|
|
6
4
|
import { Flight } from '.';
|
|
5
|
+
import { Document } from '.';
|
|
7
6
|
import { Maintenance } from '.';
|
|
7
|
+
import { Airplane } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
package/lib/AuditLog.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { TimeSeries } from '.';
|
|
4
3
|
import { AuditLog } from '.';
|
|
4
|
+
import { TimeSeries } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
package/lib/BookingSlot.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { TimeSeries } from '.';
|
|
3
4
|
import { Booking } from '.';
|
|
4
5
|
import { BookingStatusCode } from '.';
|
|
5
|
-
import { TimeSeries } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingsEndPoint {
|
|
8
8
|
private config;
|
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;
|
|
@@ -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
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,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntityEx } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
1
3
|
import { AccountStatusCode } from '.';
|
|
2
4
|
import { Address } from '.';
|
|
3
5
|
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,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
|
-
import { Flight } from '.';
|
|
5
|
-
import { Document } from '.';
|
|
6
3
|
import { Contact } from '.';
|
|
7
4
|
import { Certificate } from '.';
|
|
5
|
+
import { Flight } from '.';
|
|
8
6
|
import { MessageConfirm } from '.';
|
|
7
|
+
import { Document } from '.';
|
|
8
|
+
import { StringKeyValue } 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 { TransactionTypeCode } from '.';
|
|
2
|
-
import { CurrencyCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { TransactionTypeCode } from '.';
|
|
4
|
+
import { CurrencyCode } 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,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { BillingStatusCode } from '.';
|
|
3
|
-
import { TOLData } from '.';
|
|
1
|
+
import { OnBoard } from '.';
|
|
4
2
|
import { ReFuel } from '.';
|
|
5
3
|
import { RiskAssessment } from '.';
|
|
6
4
|
import { BaseEntityEx } from '.';
|
|
7
|
-
import { ColumnDef } from '.';
|
|
8
5
|
import { FlightTypeCode } from '.';
|
|
9
|
-
import {
|
|
6
|
+
import { BillingStatusCode } from '.';
|
|
10
7
|
import { FlightPurposeCode } from '.';
|
|
11
|
-
import {
|
|
8
|
+
import { TOLData } from '.';
|
|
12
9
|
import { Lesson } from '.';
|
|
13
10
|
import { Billing } from '.';
|
|
11
|
+
import { ColumnDef } from '.';
|
|
12
|
+
import { FlightStatusCode } from '.';
|
|
13
|
+
import { FlightStateCode } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
1
2
|
import { FlightTypeCode } from '.';
|
|
2
3
|
import { FlightStatusCode } from '.';
|
|
3
4
|
import { BillingStatusCode } from '.';
|
|
4
5
|
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 '.';
|
|
2
|
+
import { FlightStateCode } from '.';
|
|
1
3
|
import { FlightPurposeCode } from '.';
|
|
2
4
|
import { TOLData } from '.';
|
|
3
5
|
import { BaseEntityEx } from '.';
|
|
4
6
|
import { ColumnDef } from '.';
|
|
5
7
|
import { FlightTypeCode } from '.';
|
|
6
|
-
import { FlightStatusCode } from '.';
|
|
7
|
-
import { FlightStateCode } 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 { CrewDutyDayRisks } from '.';
|
|
2
|
+
import { TripRisks } from '.';
|
|
3
|
+
import { WeatherRisks } from '.';
|
|
4
|
+
import { SpecialRisks } from '.';
|
|
1
5
|
import { ColumnDef } from '.';
|
|
2
6
|
import { PilotQualificationsRisks } from '.';
|
|
3
7
|
import { DestinationRisks } from '.';
|
|
4
|
-
import { TripRisks } from '.';
|
|
5
|
-
import { WeatherRisks } from '.';
|
|
6
8
|
import { Mitigation } from '.';
|
|
7
9
|
import { BaseEntityEx } from '.';
|
|
8
|
-
import { CrewDutyDayRisks } from '.';
|
|
9
10
|
import { DepartureRisks } from '.';
|
|
10
|
-
import { SpecialRisks } 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 { PostFlightInfo } from '.';
|
|
3
4
|
import { Flight } from '.';
|
|
4
|
-
import { AnyKeyValue } from '.';
|
|
5
|
-
import { Contact } from '.';
|
|
6
|
-
import { PreFlightInfo } from '.';
|
|
7
5
|
import { TimeSeries } from '.';
|
|
8
|
-
import {
|
|
6
|
+
import { Contact } from '.';
|
|
9
7
|
import { FlightTicket } from '.';
|
|
10
|
-
import {
|
|
8
|
+
import { FlightPlan } from '.';
|
|
9
|
+
import { PreFlightInfo } 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/Group.d.ts
CHANGED
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
package/lib/Lookup.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
2
|
+
import { BaseEntityEx } from '.';
|
|
3
3
|
export declare class Lookup extends BaseEntityEx {
|
|
4
4
|
domain: string;
|
|
5
|
-
key: string;
|
|
6
5
|
group: string;
|
|
6
|
+
key: string;
|
|
7
7
|
value: string;
|
|
8
8
|
counter: number;
|
|
9
9
|
get(field: string): any;
|
package/lib/LookupsEndPoint.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare class LookupsEndPoint {
|
|
|
27
27
|
/**
|
|
28
28
|
* Find lookups by query
|
|
29
29
|
*/
|
|
30
|
-
find(search?: string, domain?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Lookup>>;
|
|
30
|
+
find(search?: string, domain?: string, group?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Lookup>>;
|
|
31
31
|
/**
|
|
32
32
|
* Group lookups by group
|
|
33
33
|
*/
|
package/lib/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { StatusCode } from '.';
|
|
1
2
|
import { MaintenanceActionCode } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
|
-
import { StatusCode } from '.';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { PriorityCode } from '.';
|
|
2
|
+
import { BaseEntityEx } from '.';
|
|
1
3
|
import { ColumnDef } from '.';
|
|
2
4
|
import { ConfirmStatusCode } from '.';
|
|
3
5
|
import { MessageTypeCode } from '.';
|
|
4
|
-
import { PriorityCode } from '.';
|
|
5
|
-
import { BaseEntityEx } 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 { Flight } from '.';
|
|
3
4
|
import { FlightPlan } from '.';
|
|
4
5
|
import { PreFlightInfo } from '.';
|
|
5
6
|
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 { ReFuel } from '.';
|
|
2
|
+
import { Lesson } from '.';
|
|
1
3
|
import { BaseEntityEx } from '.';
|
|
2
4
|
import { ColumnDef } from '.';
|
|
3
5
|
import { FlightTypeCode } from '.';
|
|
4
6
|
import { FlightPurposeCode } from '.';
|
|
5
7
|
import { OnBoard } from '.';
|
|
6
8
|
import { TOLData } from '.';
|
|
7
|
-
import { ReFuel } from '.';
|
|
8
|
-
import { Lesson } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -14,17 +14,16 @@ export declare class PostFlightInfo {
|
|
|
14
14
|
landingField: string;
|
|
15
15
|
landingHobbs: number;
|
|
16
16
|
landingTach: number;
|
|
17
|
+
captain: string;
|
|
18
|
+
firstOfficer: string;
|
|
19
|
+
destination: string;
|
|
17
20
|
singleEngineHours: number;
|
|
18
21
|
multiEngineHours: number;
|
|
19
22
|
flightHoursLastMonth: number;
|
|
20
|
-
destination: string;
|
|
21
|
-
captain: string;
|
|
22
|
-
firstOfficer: string;
|
|
23
23
|
refuelBeforeFlight: number;
|
|
24
24
|
refuelAfterFlight: number;
|
|
25
25
|
refilledOilBeforeFlight: number;
|
|
26
26
|
refillOilAfterFlight: number;
|
|
27
|
-
lessonNumber: number;
|
|
28
27
|
lessonSubject: string;
|
|
29
28
|
lessonFlightCounter: number;
|
|
30
29
|
assessment: AssessmentCode;
|
|
@@ -32,5 +31,5 @@ export declare class PostFlightInfo {
|
|
|
32
31
|
instrumentsFlightTime: number;
|
|
33
32
|
soloFlightTime: number;
|
|
34
33
|
lessonComments: string;
|
|
35
|
-
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number,
|
|
34
|
+
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string, singleEngineHours?: number, multiEngineHours?: number, flightHoursLastMonth?: number, refuelBeforeFlight?: number, refuelAfterFlight?: number, refillOilBeforeFlight?: number, refillOilAfterFlight?: number, lessonSubject?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, lessonComments?: string);
|
|
36
35
|
}
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DestinationRisks } from '.';
|
|
2
|
-
import { TripRisks } from '.';
|
|
3
|
-
import { WeatherRisks } from '.';
|
|
4
|
-
import { SpecialRisks } from '.';
|
|
5
1
|
import { Mitigation } from '.';
|
|
6
2
|
import { PilotQualificationsRisks } from '.';
|
|
7
3
|
import { CrewDutyDayRisks } from '.';
|
|
8
4
|
import { DepartureRisks } from '.';
|
|
5
|
+
import { DestinationRisks } from '.';
|
|
6
|
+
import { TripRisks } from '.';
|
|
7
|
+
import { WeatherRisks } from '.';
|
|
8
|
+
import { SpecialRisks } 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 { ColumnDef } from '.';
|
|
1
2
|
import { MessageTypeCode } from '.';
|
|
2
3
|
import { PriorityCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|