@aya-flights/ngx-goox-lib 2.19.61 → 2.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 +4372 -4369
- 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 +1 -1
- package/lib/BookingPlan.d.ts +2 -2
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/BookingsFilter.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Credit.d.ts +2 -2
- package/lib/CreditsFilter.d.ts +1 -1
- package/lib/Flight.d.ts +9 -9
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Lead.d.ts +2 -2
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +4 -4
- package/lib/PreFlightData.d.ts +2 -2
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/Syllabus.d.ts +1 -1
- package/lib/SyllabusEndPoint.d.ts +1 -1
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +113 -113
- package/lib/services.export.d.ts +18 -18
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
|
-
import { Account } from '.';
|
|
5
3
|
import { Flight } from '.';
|
|
6
4
|
import { Credit } from '.';
|
|
5
|
+
import { Account } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
7
|
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { AirplaneValidationFlag } from '.';
|
|
2
|
+
import { Engine } from '.';
|
|
3
|
+
import { Magneto } from '.';
|
|
1
4
|
import { Propeller } from '.';
|
|
2
5
|
import { Fuel } from '.';
|
|
3
6
|
import { BaseEntityEx } from '.';
|
|
4
7
|
import { ColumnDef } from '.';
|
|
5
8
|
import { AirplaneStatusCode } from '.';
|
|
6
|
-
import { AirplaneValidationFlag } from '.';
|
|
7
|
-
import { Engine } from '.';
|
|
8
|
-
import { Magneto } 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 { Flight } from '.';
|
|
5
3
|
import { Document } from '.';
|
|
6
4
|
import { Maintenance } from '.';
|
|
7
5
|
import { Airplane } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
7
|
+
import { Flight } 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 { 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/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
3
2
|
import { BookingTypeFlag } from '.';
|
|
4
3
|
import { BookingStatusCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
accountId: string;
|
package/lib/BookingPlan.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
|
-
import { FlightStatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
5
3
|
import { BookingTypeFlag } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
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 { TimeSeries } from '.';
|
|
4
3
|
import { BookingPlan } from '.';
|
|
5
4
|
import { Booking } from '.';
|
|
6
5
|
import { BookingStatusCode } from '.';
|
|
6
|
+
import { TimeSeries } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class BookingsEndPoint {
|
|
9
9
|
private config;
|
package/lib/BookingsFilter.d.ts
CHANGED
|
@@ -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
1
|
import { ValidationFlag } from '.';
|
|
3
2
|
import { StatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { BaseEntityEx } from '.';
|
|
1
2
|
import { ColumnDef } from '.';
|
|
2
3
|
import { AccountStatusCode } from '.';
|
|
3
4
|
import { Address } from '.';
|
|
4
5
|
import { ValidationFlag } from '.';
|
|
5
6
|
import { FlightCategoryCode } from '.';
|
|
6
|
-
import { BaseEntityEx } from '.';
|
|
7
7
|
export declare class Contact extends BaseEntityEx {
|
|
8
8
|
accountId: string;
|
|
9
9
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
3
|
+
import { Flight } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
4
5
|
import { StringKeyValue } from '.';
|
|
5
6
|
import { Certificate } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
7
|
import { MessageConfirm } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { Contact } 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 { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { TransactionTypeCode } from '.';
|
|
4
2
|
import { CurrencyCode } from '.';
|
|
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/CreditsFilter.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { FlightTypeCode } from '.';
|
|
2
|
-
import { OnBoard } from '.';
|
|
3
|
-
import { Lesson } from '.';
|
|
4
1
|
import { Billing } from '.';
|
|
2
|
+
import { RiskAssessment } from '.';
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
4
|
+
import { FlightCategoryCode } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
|
+
import { ReFuel } from '.';
|
|
5
7
|
import { FlightClassCode } from '.';
|
|
6
8
|
import { BillingStatusCode } from '.';
|
|
7
|
-
import {
|
|
9
|
+
import { OnBoard } from '.';
|
|
8
10
|
import { FlightPurposeCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { ReFuel } from '.';
|
|
11
|
+
import { TOLData } from '.';
|
|
12
|
+
import { Lesson } from '.';
|
|
12
13
|
import { BaseEntityEx } from '.';
|
|
14
|
+
import { ColumnDef } from '.';
|
|
13
15
|
import { FlightStatusCode } from '.';
|
|
14
|
-
import { TOLData } from '.';
|
|
15
|
-
import { RiskAssessment } from '.';
|
|
16
16
|
export declare class Flight extends BaseEntityEx {
|
|
17
17
|
name: string;
|
|
18
18
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { SpecialRisks } from '.';
|
|
2
|
+
import { Mitigation } from '.';
|
|
3
|
+
import { PilotQualificationsRisks } from '.';
|
|
4
|
+
import { CrewDutyDayRisks } from '.';
|
|
1
5
|
import { TripRisks } from '.';
|
|
2
6
|
import { WeatherRisks } from '.';
|
|
3
|
-
import { Mitigation } from '.';
|
|
4
7
|
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
5
9
|
import { DepartureRisks } from '.';
|
|
6
10
|
import { DestinationRisks } from '.';
|
|
7
|
-
import { SpecialRisks } from '.';
|
|
8
|
-
import { ColumnDef } from '.';
|
|
9
|
-
import { PilotQualificationsRisks } from '.';
|
|
10
|
-
import { CrewDutyDayRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
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 { AnyKeyValue } from '.';
|
|
3
4
|
import { TimeSeries } from '.';
|
|
4
|
-
import { FlightTicket } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { FlightPlan } from '.';
|
|
7
5
|
import { Contact } from '.';
|
|
6
|
+
import { FlightTicket } from '.';
|
|
8
7
|
import { PreFlightInfo } from '.';
|
|
9
|
-
import { AnyKeyValue } from '.';
|
|
10
8
|
import { PostFlightInfo } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { FlightPlan } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
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/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Lead } from '.';
|
|
3
4
|
import { TimeSeries } from '.';
|
|
4
5
|
import { LeadAction } from '.';
|
|
5
|
-
import { Lead } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class LeadsEndPoint {
|
|
8
8
|
private config;
|
package/lib/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StatusCode } from '.';
|
|
2
1
|
import { MaintenanceActionCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
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 { BaseEntityEx } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
1
3
|
import { ConfirmStatusCode } from '.';
|
|
2
4
|
import { MessageTypeCode } from '.';
|
|
3
5
|
import { PriorityCode } from '.';
|
|
4
|
-
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;
|
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TOLData } from '.';
|
|
2
|
-
import { ReFuel } from '.';
|
|
3
|
-
import { Lesson } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
1
|
import { ColumnDef } from '.';
|
|
6
2
|
import { FlightTypeCode } from '.';
|
|
7
3
|
import { FlightPurposeCode } from '.';
|
|
8
4
|
import { OnBoard } from '.';
|
|
5
|
+
import { TOLData } from '.';
|
|
6
|
+
import { ReFuel } from '.';
|
|
7
|
+
import { Lesson } from '.';
|
|
8
|
+
import { BaseEntityEx } 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 { OnBoard } from '.';
|
|
2
|
+
import { TOLData } from '.';
|
|
1
3
|
import { ReFuel } from '.';
|
|
2
4
|
import { Lesson } from '.';
|
|
3
5
|
import { BaseEntityEx } from '.';
|
|
4
6
|
import { ColumnDef } from '.';
|
|
5
7
|
import { FlightTypeCode } from '.';
|
|
6
8
|
import { FlightPurposeCode } from '.';
|
|
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/RiskAssessment.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DestinationRisks } from '.';
|
|
1
2
|
import { TripRisks } from '.';
|
|
2
3
|
import { WeatherRisks } from '.';
|
|
3
4
|
import { SpecialRisks } from '.';
|
|
@@ -5,7 +6,6 @@ import { Mitigation } from '.';
|
|
|
5
6
|
import { PilotQualificationsRisks } from '.';
|
|
6
7
|
import { CrewDutyDayRisks } from '.';
|
|
7
8
|
import { DepartureRisks } from '.';
|
|
8
|
-
import { DestinationRisks } 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 { ColumnDef } from '.';
|
|
1
2
|
import { FlightCategoryCode } from '.';
|
|
2
3
|
import { InstructionTypeCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Syllabus extends BaseEntityEx {
|
|
6
6
|
plan: FlightCategoryCode;
|
|
7
7
|
type: InstructionTypeCode;
|
|
@@ -30,7 +30,7 @@ export declare class SyllabusEndPoint {
|
|
|
30
30
|
/**
|
|
31
31
|
* Find Syllabus topics by query
|
|
32
32
|
*/
|
|
33
|
-
find(plan?: [], type?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
|
|
33
|
+
find(search?: string, plan?: [], type?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyllabusEndPoint, never>;
|
|
35
35
|
static ɵprov: i0.ɵɵInjectableDeclaration<SyllabusEndPoint>;
|
|
36
36
|
}
|
package/lib/SystemConfig.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
3
|
import { SystemMessage } from '.';
|
|
4
|
+
import { MessageConfirm } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SystemMessagesEndPoint {
|
|
7
7
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
3
2
|
import { UserTypeCode } from '.';
|
|
4
3
|
import { UserRoleFlag } from '.';
|
|
5
4
|
import { UserStatusCode } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
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 { LoginParams } from '.';
|
|
4
3
|
import { User } from '.';
|
|
4
|
+
import { LoginParams } 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 { User } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { User } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UsersEndPoint {
|
|
7
7
|
private config;
|