@aya-flights/ngx-goox-lib 2.18.137 → 2.18.139
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/esm2022/lib/Account.mjs +1 -1
- package/esm2022/lib/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/AccountsFilter.mjs +11 -2
- package/esm2022/lib/Airplane.mjs +2 -2
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AirplanesFilter.mjs +11 -2
- package/esm2022/lib/AuditLogFilter.mjs +11 -2
- package/esm2022/lib/BookingPlan.mjs +2 -2
- package/esm2022/lib/BookingSlots.mjs +2 -2
- package/esm2022/lib/BookingsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingsFilter.mjs +11 -2
- package/esm2022/lib/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +2 -2
- package/esm2022/lib/CertificatesFilter.mjs +11 -2
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/ContactsFilter.mjs +11 -2
- package/esm2022/lib/Credit.mjs +1 -1
- package/esm2022/lib/CreditsFilter.mjs +11 -2
- package/esm2022/lib/Document.mjs +1 -1
- package/esm2022/lib/Enums.mjs +298 -298
- package/esm2022/lib/Flight.mjs +1 -1
- package/esm2022/lib/FlightPassenger.mjs +2 -2
- package/esm2022/lib/FlightRisk.mjs +1 -1
- package/esm2022/lib/FlightTicketsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +11 -2
- package/esm2022/lib/Group.mjs +1 -1
- package/esm2022/lib/LeadsEndPoint.mjs +1 -1
- package/esm2022/lib/LeadsFilter.mjs +11 -2
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/MaintenancesFilter.mjs +11 -2
- package/esm2022/lib/MessageConfirm.mjs +1 -1
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +1 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/Price.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/SyllabusFilter.mjs +11 -2
- package/esm2022/lib/SystemMessage.mjs +1 -1
- package/esm2022/lib/TokenData.mjs +1 -1
- package/esm2022/lib/UsersEndPoint.mjs +1 -1
- package/esm2022/lib/UsersFilter.mjs +11 -2
- package/esm2022/lib/index.mjs +114 -114
- package/esm2022/lib/services.export.mjs +45 -45
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4879 -4771
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/AccountsFilter.d.ts +4 -1
- package/lib/Airplane.d.ts +7 -7
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/AirplanesFilter.d.ts +4 -1
- package/lib/AuditLogFilter.d.ts +4 -1
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/BookingsFilter.d.ts +4 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/CertificatesFilter.d.ts +5 -2
- package/lib/Contact.d.ts +4 -4
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/ContactsFilter.d.ts +4 -1
- package/lib/Credit.d.ts +1 -1
- package/lib/CreditsFilter.d.ts +4 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +4 -4
- package/lib/FlightPassenger.d.ts +1 -1
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +7 -7
- package/lib/FlightsFilter.d.ts +5 -2
- package/lib/Group.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/LeadsFilter.d.ts +4 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +5 -2
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +3 -3
- package/lib/MyFlightsEndPoint.d.ts +4 -4
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/SyllabusFilter.d.ts +4 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/TokenData.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +5 -2
- package/lib/index.d.ts +113 -113
- package/lib/services.export.d.ts +23 -23
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { AccountTypeCode } from '.';
|
|
4
2
|
import { AccountStatusCode } from '.';
|
|
5
3
|
import { Address } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -3,14 +3,14 @@ import { GooxConfig } from '../config';
|
|
|
3
3
|
import { AccountTypeCode } from '.';
|
|
4
4
|
import { FlightTypeCode } from '.';
|
|
5
5
|
import { FlightStatusCode } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
6
|
import { Document } from '.';
|
|
8
|
-
import { FlightPurposeCode } from '.';
|
|
9
7
|
import { Credit } from '.';
|
|
10
8
|
import { Account } from '.';
|
|
9
|
+
import { FlightPurposeCode } from '.';
|
|
11
10
|
import { StringKeyValue } from '.';
|
|
12
11
|
import { AccountStatusCode } from '.';
|
|
13
12
|
import { FlightStateCode } from '.';
|
|
13
|
+
import { Flight } 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
|
@@ -4,5 +4,8 @@ export declare class AccountsFilter {
|
|
|
4
4
|
search: string;
|
|
5
5
|
status: AccountStatusCode[];
|
|
6
6
|
type: AccountTypeCode[];
|
|
7
|
-
|
|
7
|
+
sort: string;
|
|
8
|
+
page: number;
|
|
9
|
+
size: number;
|
|
10
|
+
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number);
|
|
8
11
|
}
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Propeller } from '.';
|
|
2
|
-
import { AirplaneValidationFlag } from '.';
|
|
3
|
-
import { Engine } from '.';
|
|
4
|
-
import { Magneto } from '.';
|
|
5
|
-
import { Fuel } from '.';
|
|
6
|
-
import { WBConfig } from '.';
|
|
7
|
-
import { BaseEntityEx } from '.';
|
|
8
1
|
import { TypeRatingFlag } from '.';
|
|
9
2
|
import { AirplaneStatusCode } from '.';
|
|
3
|
+
import { Fuel } from '.';
|
|
10
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { WBConfig } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { AirplaneValidationFlag } from '.';
|
|
8
|
+
import { Engine } from '.';
|
|
9
|
+
import { Magneto } from '.';
|
|
10
|
+
import { Propeller } from '.';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { FlightStateCode } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { MaintenanceActionCode } from '.';
|
|
3
|
+
import { Document } from '.';
|
|
7
4
|
import { Maintenance } from '.';
|
|
8
|
-
import { FlightStatusCode } from '.';
|
|
9
|
-
import { Airplane } from '.';
|
|
10
|
-
import { AirplaneStatusCode } from '.';
|
|
11
5
|
import { FlightTypeCode } from '.';
|
|
6
|
+
import { FlightStatusCode } from '.';
|
|
12
7
|
import { FlightPurposeCode } from '.';
|
|
13
|
-
import {
|
|
8
|
+
import { Flight } from '.';
|
|
9
|
+
import { AirplaneStatusCode } from '.';
|
|
14
10
|
import { StringKeyValue } from '.';
|
|
11
|
+
import { FlightStateCode } from '.';
|
|
12
|
+
import { Airplane } from '.';
|
|
13
|
+
import { MaintenanceActionCode } from '.';
|
|
14
|
+
import { StatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
package/lib/AirplanesFilter.d.ts
CHANGED
|
@@ -3,5 +3,8 @@ export declare class AirplanesFilter {
|
|
|
3
3
|
search: string;
|
|
4
4
|
status: AirplaneStatusCode[];
|
|
5
5
|
isActive: boolean;
|
|
6
|
-
|
|
6
|
+
sort: string;
|
|
7
|
+
page: number;
|
|
8
|
+
size: number;
|
|
9
|
+
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number);
|
|
7
10
|
}
|
package/lib/AuditLogFilter.d.ts
CHANGED
|
@@ -7,5 +7,8 @@ export declare class AuditLogFilter {
|
|
|
7
7
|
itemType: string;
|
|
8
8
|
itemId: string;
|
|
9
9
|
itemName: string;
|
|
10
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number);
|
|
11
14
|
}
|
package/lib/BookingPlan.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
1
|
import { ColumnDef } from '.';
|
|
3
2
|
import { BookingTypeFlag } from '.';
|
|
4
3
|
import { FlightPurposeCode } from '.';
|
|
5
4
|
import { FlightStatusCode } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/lib/BookingSlots.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
|
@@ -7,5 +7,8 @@ export declare class BookingsFilter {
|
|
|
7
7
|
contactId: string;
|
|
8
8
|
airplaneId: string;
|
|
9
9
|
status: BookingStatusCode[];
|
|
10
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number);
|
|
11
14
|
}
|
|
@@ -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 '.';
|
|
1
2
|
import { ValidationFlag } from '.';
|
|
2
3
|
import { StatusCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
1
2
|
import { StatusCode } from '.';
|
|
2
3
|
import { ValidationFlag } from '.';
|
|
3
|
-
import { TimeFrame } from '.';
|
|
4
4
|
export declare class CertificatesFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
contactId: string;
|
|
7
7
|
status: StatusCode[];
|
|
8
8
|
type: ValidationFlag[];
|
|
9
9
|
valid: TimeFrame;
|
|
10
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number);
|
|
11
14
|
}
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { LicenseKindFlag } from '.';
|
|
2
2
|
import { MedicalCertClassCode } from '.';
|
|
3
|
+
import { ValidationFlag } from '.';
|
|
4
|
+
import { FlightCategoryCode } from '.';
|
|
3
5
|
import { BaseEntityEx } from '.';
|
|
4
6
|
import { AccountStatusCode } from '.';
|
|
5
7
|
import { Address } from '.';
|
|
6
|
-
import {
|
|
8
|
+
import { TypeRatingFlag } from '.';
|
|
7
9
|
import { ColumnDef } from '.';
|
|
8
|
-
import { LicenseKindFlag } from '.';
|
|
9
|
-
import { ValidationFlag } 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 { StatusCode } from '.';
|
|
4
|
-
import { FlightTypeCode } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { Contact } from '.';
|
|
7
3
|
import { StringKeyValue } from '.';
|
|
8
4
|
import { MessageConfirm } from '.';
|
|
5
|
+
import { Document } from '.';
|
|
6
|
+
import { FlightStatusCode } from '.';
|
|
9
7
|
import { FlightStateCode } from '.';
|
|
10
8
|
import { FlightPurposeCode } from '.';
|
|
11
|
-
import {
|
|
9
|
+
import { StatusCode } from '.';
|
|
12
10
|
import { Certificate } from '.';
|
|
13
|
-
import {
|
|
11
|
+
import { FlightTypeCode } from '.';
|
|
12
|
+
import { Flight } from '.';
|
|
13
|
+
import { Contact } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/ContactsFilter.d.ts
CHANGED
|
@@ -3,5 +3,8 @@ export declare class ContactsFilter {
|
|
|
3
3
|
search: string;
|
|
4
4
|
status: StatusCode[];
|
|
5
5
|
isPilot: boolean;
|
|
6
|
-
|
|
6
|
+
sort: string;
|
|
7
|
+
page: number;
|
|
8
|
+
size: number;
|
|
9
|
+
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, sort?: string, page?: number, size?: number);
|
|
7
10
|
}
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CurrencyCode } from '.';
|
|
2
1
|
import { BaseEntityEx } from '.';
|
|
3
2
|
import { ColumnDef } from '.';
|
|
4
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/CreditsFilter.d.ts
CHANGED
|
@@ -7,5 +7,8 @@ export declare class CreditsFilter {
|
|
|
7
7
|
type: TransactionTypeCode[];
|
|
8
8
|
period: TimeFrame;
|
|
9
9
|
reference: string;
|
|
10
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number);
|
|
11
14
|
}
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { FlightClassCode } from '.';
|
|
2
1
|
import { FlightCategoryCode } from '.';
|
|
2
|
+
import { FlightTypeCode } from '.';
|
|
3
|
+
import { TOLData } from '.';
|
|
4
|
+
import { RiskAssessment } from '.';
|
|
3
5
|
import { FlightPurposeCode } from '.';
|
|
6
|
+
import { FlightClassCode } from '.';
|
|
4
7
|
import { FlightStatusCode } from '.';
|
|
5
8
|
import { BillingStatusCode } from '.';
|
|
6
|
-
import { TOLData } from '.';
|
|
7
9
|
import { Lesson } from '.';
|
|
8
|
-
import { RiskAssessment } from '.';
|
|
9
10
|
import { BaseEntityEx } from '.';
|
|
10
11
|
import { ColumnDef } from '.';
|
|
11
|
-
import { FlightTypeCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightPassenger.d.ts
CHANGED
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { Mitigation } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
2
4
|
import { PilotQualificationsRisks } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import { DepartureRisks } from '.';
|
|
5
|
+
import { SpecialRisks } from '.';
|
|
5
6
|
import { DestinationRisks } from '.';
|
|
6
7
|
import { TripRisks } from '.';
|
|
7
8
|
import { WeatherRisks } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { ColumnDef } from '.';
|
|
9
|
+
import { CrewDutyDayRisks } from '.';
|
|
10
|
+
import { DepartureRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
|
@@ -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,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
3
|
+
import { PreFlightInfo } from '.';
|
|
4
|
+
import { Flight } from '.';
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
|
+
import { Contact } from '.';
|
|
4
7
|
import { FlightStatusCode } from '.';
|
|
8
|
+
import { FlightPlan } from '.';
|
|
5
9
|
import { BillingStatusCode } from '.';
|
|
6
10
|
import { TimeSeries } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { Contact } from '.';
|
|
9
|
-
import { PreFlightInfo } from '.';
|
|
11
|
+
import { FlightTicket } from '.';
|
|
10
12
|
import { AnyKeyValue } from '.';
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
|
-
import { PostFlightInfo } from '.';
|
|
13
13
|
import { FlightTypeCode } from '.';
|
|
14
|
-
import {
|
|
14
|
+
import { PostFlightInfo } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class FlightsEndPoint {
|
|
17
17
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { FlightPurposeCode } from '.';
|
|
1
2
|
import { TimeFrame } from '.';
|
|
2
3
|
import { FlightTypeCode } from '.';
|
|
3
4
|
import { FlightStatusCode } from '.';
|
|
4
5
|
import { BillingStatusCode } from '.';
|
|
5
|
-
import { FlightPurposeCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
|
@@ -13,5 +13,8 @@ export declare class FlightsFilter {
|
|
|
13
13
|
status: FlightStatusCode[];
|
|
14
14
|
billing: BillingStatusCode[];
|
|
15
15
|
purpose: FlightPurposeCode[];
|
|
16
|
-
|
|
16
|
+
sort: string;
|
|
17
|
+
page: number;
|
|
18
|
+
size: number;
|
|
19
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number);
|
|
17
20
|
}
|
package/lib/Group.d.ts
CHANGED
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { LeadAction } from '.';
|
|
4
3
|
import { Lead } from '.';
|
|
5
4
|
import { LeadStatusCode } from '.';
|
|
6
5
|
import { TimeSeries } from '.';
|
|
6
|
+
import { LeadAction } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class LeadsEndPoint {
|
|
9
9
|
private config;
|
package/lib/LeadsFilter.d.ts
CHANGED
|
@@ -2,5 +2,8 @@ import { LeadStatusCode } from '.';
|
|
|
2
2
|
export declare class LeadsFilter {
|
|
3
3
|
search: string;
|
|
4
4
|
status: LeadStatusCode[];
|
|
5
|
-
|
|
5
|
+
sort: string;
|
|
6
|
+
page: number;
|
|
7
|
+
size: number;
|
|
8
|
+
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number);
|
|
6
9
|
}
|
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 { LookupGroup } from '.';
|
|
4
3
|
import { Lookup } from '.';
|
|
4
|
+
import { LookupGroup } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LookupsEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { MaintenanceActionCode } from '.';
|
|
2
1
|
import { StatusCode } from '.';
|
|
3
2
|
import { TimeFrame } from '.';
|
|
3
|
+
import { MaintenanceActionCode } from '.';
|
|
4
4
|
export declare class MaintenancesFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
airplaneId: string;
|
|
7
7
|
action: MaintenanceActionCode[];
|
|
8
8
|
status: StatusCode[];
|
|
9
9
|
valid: TimeFrame;
|
|
10
|
-
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number);
|
|
11
14
|
}
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { ConfirmStatusCode } from '.';
|
|
4
2
|
import { MessageTypeCode } from '.';
|
|
5
3
|
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,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
3
|
import { MessageTypeCode } from '.';
|
|
5
4
|
import { ConfirmStatusCode } from '.';
|
|
6
5
|
import { PriorityCode } from '.';
|
|
6
|
+
import { MessageConfirm } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MessageConfirmsEndPoint {
|
|
9
9
|
private config;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { BookingTypeFlag } from '.';
|
|
3
|
+
import { BookingSlot } from '.';
|
|
5
4
|
import { Airplane } from '.';
|
|
5
|
+
import { Booking } from '.';
|
|
6
6
|
import { BookingStatusCode } from '.';
|
|
7
|
+
import { BookingTypeFlag } from '.';
|
|
7
8
|
import { Lookup } from '.';
|
|
8
|
-
import { BookingSlot } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyBookingsEndPoint {
|
|
11
11
|
private config;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
|
-
import { FlightStatusCode } from '.';
|
|
5
3
|
import { InstructionTypeCode } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { Flight } from '.';
|
|
4
|
+
import { FlightStatusCode } from '.';
|
|
8
5
|
import { FlightPlan } from '.';
|
|
9
6
|
import { Syllabus } from '.';
|
|
10
7
|
import { PreFlightInfo } from '.';
|
|
8
|
+
import { PostFlightInfo } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { FlightTypeCode } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PilotQualificationsRisks } from '.';
|
|
2
1
|
import { CrewDutyDayRisks } from '.';
|
|
3
2
|
import { DepartureRisks } from '.';
|
|
4
3
|
import { DestinationRisks } from '.';
|
|
@@ -6,6 +5,7 @@ import { TripRisks } from '.';
|
|
|
6
5
|
import { WeatherRisks } from '.';
|
|
7
6
|
import { SpecialRisks } from '.';
|
|
8
7
|
import { Mitigation } from '.';
|
|
8
|
+
import { PilotQualificationsRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SyllabusFilter.d.ts
CHANGED
|
@@ -4,5 +4,8 @@ export declare class SyllabusFilter {
|
|
|
4
4
|
search: string;
|
|
5
5
|
plan: FlightCategoryCode[];
|
|
6
6
|
type: InstructionTypeCode[];
|
|
7
|
-
|
|
7
|
+
sort: string;
|
|
8
|
+
page: number;
|
|
9
|
+
size: number;
|
|
10
|
+
constructor(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number);
|
|
8
11
|
}
|
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MessageTypeCode } from '.';
|
|
2
1
|
import { PriorityCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
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/TokenData.d.ts
CHANGED
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 { StringKeyValue } from '.';
|
|
4
3
|
import { User } from '.';
|
|
5
4
|
import { UserTypeCode } from '.';
|
|
6
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;
|
package/lib/UsersFilter.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
1
|
import { UserTypeCode } from '.';
|
|
3
2
|
import { UserStatusCode } from '.';
|
|
3
|
+
import { TimeFrame } from '.';
|
|
4
4
|
export declare class UsersFilter {
|
|
5
5
|
search: string;
|
|
6
6
|
type: UserTypeCode[];
|
|
7
7
|
status: UserStatusCode[];
|
|
8
8
|
lastSignIn: TimeFrame;
|
|
9
|
-
|
|
9
|
+
sort: string;
|
|
10
|
+
page: number;
|
|
11
|
+
size: number;
|
|
12
|
+
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame, sort?: string, page?: number, size?: number);
|
|
10
13
|
}
|