@aya-flights/ngx-goox-lib 2.19.196 → 2.19.198
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 +4983 -4740
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +8 -8
- package/lib/AccountsFilter.d.ts +6 -4
- package/lib/Airplane.d.ts +6 -6
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/AirplanesFilter.d.ts +6 -4
- package/lib/AuditLog.d.ts +1 -1
- package/lib/AuditLogFilter.d.ts +6 -4
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/BookingsFilter.d.ts +6 -4
- package/lib/Campaign.d.ts +2 -2
- package/lib/CertificatesFilter.d.ts +6 -4
- package/lib/Contact.d.ts +4 -4
- package/lib/ContactGroup.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +8 -8
- package/lib/ContactsFilter.d.ts +7 -5
- package/lib/Credit.d.ts +1 -1
- package/lib/CreditsFilter.d.ts +6 -4
- package/lib/Distribution.d.ts +6 -0
- package/lib/Document.d.ts +1 -1
- package/lib/DocumentsEndPoint.d.ts +1 -1
- package/lib/Flight.d.ts +8 -8
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +22 -8
- package/lib/FlightsFilter.d.ts +7 -5
- package/lib/LeadsEndPoint.d.ts +4 -4
- package/lib/LeadsFilter.d.ts +6 -4
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +2 -2
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +7 -5
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/Metar.d.ts +2 -2
- package/lib/MyAuthEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +2 -2
- package/lib/MyCertificatesEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +3 -3
- package/lib/MyStudentsEndPoint.d.ts +1 -1
- package/lib/SyllabusEndPoint.d.ts +1 -1
- package/lib/SyllabusFilter.d.ts +6 -4
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/TimeSeries.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +7 -5
- package/lib/index.d.ts +127 -126
- package/lib/services.export.d.ts +25 -25
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '.';
|
|
2
|
-
import { AccountStatusCode } from '.';
|
|
3
1
|
import { Address } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountTypeCode } from '.';
|
|
5
|
+
import { AccountStatusCode } from '.';
|
|
6
6
|
export declare class Account extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
enName: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Account } from '.';
|
|
4
|
-
import { StringKeyValue } from '.';
|
|
5
|
-
import { AccountStatusCode } from '.';
|
|
6
|
-
import { FlightStateCode } from '.';
|
|
7
|
-
import { FlightPurposeCode } from '.';
|
|
8
|
-
import { Credit } from '.';
|
|
9
|
-
import { FlightTypeCode } from '.';
|
|
10
|
-
import { Flight } from '.';
|
|
11
3
|
import { Document } from '.';
|
|
12
4
|
import { AccountTypeCode } from '.';
|
|
13
5
|
import { FlightStatusCode } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
|
+
import { Credit } from '.';
|
|
8
|
+
import { AccountStatusCode } from '.';
|
|
9
|
+
import { FlightPurposeCode } from '.';
|
|
10
|
+
import { Account } from '.';
|
|
11
|
+
import { StringKeyValue } from '.';
|
|
12
|
+
import { FlightTypeCode } from '.';
|
|
13
|
+
import { FlightStateCode } 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
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { AccountStatusCode } from '.';
|
|
2
2
|
import { AccountTypeCode } from '.';
|
|
3
|
-
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
|
-
export declare class AccountsFilter extends BaseFilter {
|
|
3
|
+
export declare class AccountsFilter {
|
|
6
4
|
search: string;
|
|
7
5
|
status: AccountStatusCode[];
|
|
8
6
|
type: AccountTypeCode[];
|
|
7
|
+
sort: string;
|
|
8
|
+
page: number;
|
|
9
|
+
size: number;
|
|
10
|
+
props: Map<string, object>;
|
|
11
|
+
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
9
12
|
}
|
|
10
|
-
export declare function GetAccountsFilterColumnsDef(): ColumnDef[];
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Magneto } from '.';
|
|
1
|
+
import { Engine } from '.';
|
|
3
2
|
import { Propeller } from '.';
|
|
4
3
|
import { Fuel } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
|
-
import { TypeRatingFlag } from '.';
|
|
7
|
-
import { AirplaneValidationFlag } from '.';
|
|
8
|
-
import { Engine } from '.';
|
|
9
4
|
import { WBConfig } from '.';
|
|
5
|
+
import { TypeRatingFlag } from '.';
|
|
6
|
+
import { Magneto } from '.';
|
|
10
7
|
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
9
|
+
import { AirplaneStatusCode } from '.';
|
|
10
|
+
import { AirplaneValidationFlag } 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 {
|
|
3
|
+
import { Document } from '.';
|
|
4
|
+
import { StatusCode } from '.';
|
|
5
5
|
import { MaintenanceActionCode } from '.';
|
|
6
|
+
import { Maintenance } from '.';
|
|
7
|
+
import { FlightStatusCode } from '.';
|
|
6
8
|
import { Airplane } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
+
import { FlightStateCode } from '.';
|
|
10
|
+
import { Flight } from '.';
|
|
9
11
|
import { AirplaneStatusCode } from '.';
|
|
12
|
+
import { FlightTypeCode } from '.';
|
|
13
|
+
import { FlightPurposeCode } from '.';
|
|
10
14
|
import { StringKeyValue } from '.';
|
|
11
|
-
import { Flight } from '.';
|
|
12
|
-
import { Maintenance } from '.';
|
|
13
|
-
import { FlightStateCode } 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
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { AirplaneStatusCode } from '.';
|
|
2
|
-
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
export declare class AirplanesFilter extends BaseFilter {
|
|
2
|
+
export declare class AirplanesFilter {
|
|
5
3
|
search: string;
|
|
6
4
|
status: AirplaneStatusCode[];
|
|
7
5
|
isActive: boolean;
|
|
6
|
+
sort: string;
|
|
7
|
+
page: number;
|
|
8
|
+
size: number;
|
|
9
|
+
props: Map<string, object>;
|
|
10
|
+
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
8
11
|
}
|
|
9
|
-
export declare function GetAirplanesFilterColumnsDef(): ColumnDef[];
|
package/lib/AuditLog.d.ts
CHANGED
package/lib/AuditLogFilter.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { TimeFrame } from '.';
|
|
2
|
-
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
export declare class AuditLogFilter extends BaseFilter {
|
|
2
|
+
export declare class AuditLogFilter {
|
|
5
3
|
search: string;
|
|
6
4
|
period: TimeFrame;
|
|
7
5
|
userId: string;
|
|
@@ -9,5 +7,9 @@ export declare class AuditLogFilter extends BaseFilter {
|
|
|
9
7
|
itemType: string;
|
|
10
8
|
itemId: string;
|
|
11
9
|
itemName: string;
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
props: Map<string, object>;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string, sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
12
15
|
}
|
|
13
|
-
export declare function GetAuditLogFilterColumnsDef(): ColumnDef[];
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BookingTypeFlag } from '.';
|
|
2
1
|
import { BookingStatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { BookingTypeFlag } 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 { BookingTypeFlag } from '.';
|
|
2
1
|
import { FlightPurposeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { BookingTypeFlag } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/lib/BookingSlot.d.ts
CHANGED
package/lib/BookingSlots.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlotsSet } from '.';
|
|
4
3
|
import { BookingSlot } from '.';
|
|
5
4
|
import { BookingSlots } from '.';
|
|
5
|
+
import { BookingSlotsSet } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingSlotsEndPoint {
|
|
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 { Booking } from '.';
|
|
4
3
|
import { BookingStatusCode } from '.';
|
|
5
4
|
import { TimeSeries } from '.';
|
|
6
5
|
import { BookingPlan } from '.';
|
|
6
|
+
import { Booking } 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,13 +1,15 @@
|
|
|
1
1
|
import { TimeFrame } from '.';
|
|
2
2
|
import { BookingStatusCode } from '.';
|
|
3
|
-
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
|
-
export declare class BookingsFilter extends BaseFilter {
|
|
3
|
+
export declare class BookingsFilter {
|
|
6
4
|
search: string;
|
|
7
5
|
period: TimeFrame;
|
|
8
6
|
accountId: string;
|
|
9
7
|
contactId: string;
|
|
10
8
|
airplaneId: string;
|
|
11
9
|
status: BookingStatusCode[];
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
props: Map<string, object>;
|
|
14
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
12
15
|
}
|
|
13
|
-
export declare function GetBookingsFilterColumnsDef(): ColumnDef[];
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CurrencyCode } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { CampaignTypeCode } from '.';
|
|
5
3
|
import { CampaignStatusCode } from '.';
|
|
4
|
+
import { CurrencyCode } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import { BaseFilter } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { StatusCode } from '.';
|
|
4
2
|
import { ValidationFlag } from '.';
|
|
5
3
|
import { TimeFrame } from '.';
|
|
6
|
-
export declare class CertificatesFilter
|
|
4
|
+
export declare class CertificatesFilter {
|
|
7
5
|
search: string;
|
|
8
6
|
contactId: string;
|
|
9
7
|
status: StatusCode[];
|
|
10
8
|
type: ValidationFlag[];
|
|
11
9
|
valid: TimeFrame;
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
props: Map<string, object>;
|
|
14
|
+
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
12
15
|
}
|
|
13
|
-
export declare function GetCertificatesFilterColumnsDef(): ColumnDef[];
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { AccountStatusCode } from '.';
|
|
3
1
|
import { Address } from '.';
|
|
4
2
|
import { TypeRatingFlag } from '.';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
5
5
|
import { LicenseKindFlag } from '.';
|
|
6
|
+
import { MedicalCertClassCode } from '.';
|
|
6
7
|
import { ValidationFlag } from '.';
|
|
8
|
+
import { BaseEntityEx } from '.';
|
|
7
9
|
import { ColumnDef } from '.';
|
|
8
|
-
import { MedicalCertClassCode } from '.';
|
|
9
|
-
import { FlightCategoryCode } from '.';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
12
12
|
name: string;
|
package/lib/ContactGroup.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { StatusCode } from '.';
|
|
3
4
|
import { Certificate } from '.';
|
|
4
5
|
import { FlightStatusCode } from '.';
|
|
5
|
-
import {
|
|
6
|
-
import { MessageConfirm } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
6
|
+
import { Document } from '.';
|
|
8
7
|
import { TypeRatingFlag } from '.';
|
|
9
|
-
import { FlightTypeCode } from '.';
|
|
10
|
-
import { FlightStateCode } from '.';
|
|
11
|
-
import { StatusCode } from '.';
|
|
12
8
|
import { LicenseKindFlag } from '.';
|
|
13
9
|
import { StringKeyValue } from '.';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
10
|
+
import { MessageConfirm } from '.';
|
|
11
|
+
import { Contact } from '.';
|
|
16
12
|
import { FlightCategoryCode } from '.';
|
|
13
|
+
import { FlightPurposeCode } from '.';
|
|
14
|
+
import { Flight } from '.';
|
|
15
|
+
import { FlightTypeCode } from '.';
|
|
16
|
+
import { FlightStateCode } from '.';
|
|
17
17
|
import * as i0 from "@angular/core";
|
|
18
18
|
export declare class ContactsEndPoint {
|
|
19
19
|
private config;
|
package/lib/ContactsFilter.d.ts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
|
+
import { StatusCode } from '.';
|
|
1
2
|
import { FlightCategoryCode } from '.';
|
|
2
3
|
import { TypeRatingFlag } from '.';
|
|
3
4
|
import { LicenseKindFlag } from '.';
|
|
4
|
-
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
|
-
import { StatusCode } from '.';
|
|
7
|
-
export declare class ContactsFilter extends BaseFilter {
|
|
5
|
+
export declare class ContactsFilter {
|
|
8
6
|
search: string;
|
|
9
7
|
status: StatusCode[];
|
|
10
8
|
isPilot: boolean;
|
|
11
9
|
plan: FlightCategoryCode[];
|
|
12
10
|
typesRating: TypeRatingFlag[];
|
|
13
11
|
licenseKinds: LicenseKindFlag[];
|
|
12
|
+
sort: string;
|
|
13
|
+
page: number;
|
|
14
|
+
size: number;
|
|
15
|
+
props: Map<string, object>;
|
|
16
|
+
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKinds?: LicenseKindFlag[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
14
17
|
}
|
|
15
|
-
export declare function GetContactsFilterColumnsDef(): ColumnDef[];
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { CurrencyCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
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
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { TransactionTypeCode } from '.';
|
|
3
2
|
import { TimeFrame } from '.';
|
|
4
|
-
|
|
5
|
-
export declare class CreditsFilter extends BaseFilter {
|
|
3
|
+
export declare class CreditsFilter {
|
|
6
4
|
search: string;
|
|
7
5
|
accountId: string;
|
|
8
6
|
flightId: string;
|
|
9
7
|
type: TransactionTypeCode[];
|
|
10
8
|
period: TimeFrame;
|
|
11
9
|
reference: string;
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
props: Map<string, object>;
|
|
14
|
+
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string, sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
12
15
|
}
|
|
13
|
-
export declare function GetCreditsFilterColumnsDef(): ColumnDef[];
|
package/lib/Document.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StorageItem } from '.';
|
|
4
3
|
import { Document } from '.';
|
|
4
|
+
import { StorageItem } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DocumentsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { FlightClassCode } from '.';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
|
-
import { BillingStatusCode } from '.';
|
|
5
|
-
import { TOLData } from '.';
|
|
6
|
-
import { ColumnDef } from '.';
|
|
7
|
-
import { FlightPurposeCode } from '.';
|
|
8
|
-
import { FlightCategoryCode } from '.';
|
|
9
1
|
import { FlightStatusCode } from '.';
|
|
2
|
+
import { TOLData } from '.';
|
|
10
3
|
import { Lesson } from '.';
|
|
11
4
|
import { RiskAssessment } from '.';
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
|
+
import { FlightCategoryCode } from '.';
|
|
7
|
+
import { BillingStatusCode } from '.';
|
|
8
|
+
import { BaseEntityEx } from '.';
|
|
9
|
+
import { ColumnDef } from '.';
|
|
10
|
+
import { FlightClassCode } from '.';
|
|
11
|
+
import { FlightTypeCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { FlightTypeCode } from '.';
|
|
2
|
-
import { FlightStatusCode } from '.';
|
|
3
1
|
import { FlightStateCode } from '.';
|
|
4
2
|
import { FlightPurposeCode } from '.';
|
|
5
3
|
import { TOLData } from '.';
|
|
6
4
|
import { BaseEntityEx } from '.';
|
|
7
5
|
import { ColumnDef } from '.';
|
|
6
|
+
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,13 +1,13 @@
|
|
|
1
1
|
import { PilotQualificationsRisks } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import { DepartureRisks } from '.';
|
|
2
|
+
import { TripRisks } from '.';
|
|
4
3
|
import { WeatherRisks } from '.';
|
|
5
4
|
import { Mitigation } from '.';
|
|
6
|
-
import {
|
|
5
|
+
import { CrewDutyDayRisks } from '.';
|
|
6
|
+
import { DepartureRisks } from '.';
|
|
7
7
|
import { DestinationRisks } from '.';
|
|
8
|
-
import { TripRisks } from '.';
|
|
9
8
|
import { SpecialRisks } from '.';
|
|
10
9
|
import { BaseEntityEx } from '.';
|
|
10
|
+
import { ColumnDef } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightTicket.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightTicket } from '.';
|
|
4
3
|
import { TicketStatusCode } from '.';
|
|
4
|
+
import { FlightTicket } 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,18 +1,20 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { FlightStatusCode } from '.';
|
|
4
|
+
import { FlightClassCode } from '.';
|
|
5
|
+
import { PreFlightInfo } from '.';
|
|
6
6
|
import { PostFlightInfo } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { Point } from '.';
|
|
7
|
+
import { FlightTicket } from '.';
|
|
9
8
|
import { AnyKeyValue } from '.';
|
|
10
|
-
import { FlightStatusCode } from '.';
|
|
11
9
|
import { BillingStatusCode } from '.';
|
|
10
|
+
import { TimeSeries } from '.';
|
|
11
|
+
import { Distribution } from '.';
|
|
12
|
+
import { Contact } from '.';
|
|
13
|
+
import { FlightTypeCode } from '.';
|
|
12
14
|
import { FlightPurposeCode } from '.';
|
|
13
|
-
import { PreFlightInfo } from '.';
|
|
14
|
-
import { Flight } from '.';
|
|
15
15
|
import { FlightPlan } from '.';
|
|
16
|
+
import { Point } from '.';
|
|
17
|
+
import { Flight } from '.';
|
|
16
18
|
import * as i0 from "@angular/core";
|
|
17
19
|
export declare class FlightsEndPoint {
|
|
18
20
|
private config;
|
|
@@ -75,6 +77,18 @@ export declare class FlightsEndPoint {
|
|
|
75
77
|
* Get monthly daily flight hours for specific month, for income forecast
|
|
76
78
|
*/
|
|
77
79
|
monthlyHours(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<TimeSeries<Point>>>;
|
|
80
|
+
/**
|
|
81
|
+
* Get monthly flight hours distribution by class for specific month
|
|
82
|
+
*/
|
|
83
|
+
monthlyHoursDistributionByClass(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<Distribution<FlightClassCode, number>>>;
|
|
84
|
+
/**
|
|
85
|
+
* Get monthly flight hours distribution by airplane for specific month
|
|
86
|
+
*/
|
|
87
|
+
monthlyHoursDistributionByAirplane(year?: number, month?: number): import("rxjs").Observable<EntityResponse<Distribution<string, number>>>;
|
|
88
|
+
/**
|
|
89
|
+
* Get monthly flight number distribution by flight status for specific month
|
|
90
|
+
*/
|
|
91
|
+
monthlyFlightsDistributionByStatus(year?: number, month?: number, airplaneId?: string): import("rxjs").Observable<EntityResponse<Distribution<FlightStatusCode, number>>>;
|
|
78
92
|
/**
|
|
79
93
|
* Find list of contacts (pilot / first officer) on this flight
|
|
80
94
|
*/
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
|
-
import { BaseFilter } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
1
|
import { TimeFrame } from '.';
|
|
5
2
|
import { FlightTypeCode } from '.';
|
|
6
3
|
import { FlightStatusCode } from '.';
|
|
7
4
|
import { BillingStatusCode } from '.';
|
|
8
|
-
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
|
+
export declare class FlightsFilter {
|
|
9
7
|
search: string;
|
|
10
8
|
period: TimeFrame;
|
|
11
9
|
accountId: string;
|
|
@@ -15,5 +13,9 @@ export declare class FlightsFilter extends BaseFilter {
|
|
|
15
13
|
status: FlightStatusCode[];
|
|
16
14
|
billing: BillingStatusCode[];
|
|
17
15
|
purpose: FlightPurposeCode[];
|
|
16
|
+
sort: string;
|
|
17
|
+
page: number;
|
|
18
|
+
size: number;
|
|
19
|
+
props: Map<string, object>;
|
|
20
|
+
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, props?: Map<string, object>);
|
|
18
21
|
}
|
|
19
|
-
export declare function GetFlightsFilterColumnsDef(): ColumnDef[];
|
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { TimeSeries } from '.';
|
|
4
|
-
import { LeadAction } from '.';
|
|
5
|
-
import { Booking } from '.';
|
|
6
|
-
import { IntEnumValue } from '.';
|
|
7
|
-
import { Lead } from '.';
|
|
8
4
|
import { Point } from '.';
|
|
5
|
+
import { IntEnumValue } from '.';
|
|
9
6
|
import { IntKeyValue } from '.';
|
|
7
|
+
import { Lead } from '.';
|
|
8
|
+
import { LeadAction } from '.';
|
|
9
|
+
import { Booking } from '.';
|
|
10
10
|
import { LeadStatusCode } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LeadsEndPoint {
|
package/lib/LeadsFilter.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { LeadStatusCode } from '.';
|
|
2
|
-
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
|
-
export declare class LeadsFilter extends BaseFilter {
|
|
2
|
+
export declare class LeadsFilter {
|
|
5
3
|
search: string;
|
|
6
4
|
status: LeadStatusCode[];
|
|
5
|
+
sort: string;
|
|
6
|
+
page: number;
|
|
7
|
+
size: number;
|
|
8
|
+
props: Map<string, object>;
|
|
9
|
+
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
7
10
|
}
|
|
8
|
-
export declare function GetLeadsFilterColumnsDef(): ColumnDef[];
|
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;
|
package/lib/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StatusCode } from '.';
|
|
2
|
-
import { MaintenanceActionCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { StatusCode } from '.';
|
|
4
|
+
import { MaintenanceActionCode } 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 { Maintenance } from '.';
|
|
4
3
|
import { MaintenanceActionCode } from '.';
|
|
5
4
|
import { StatusCode } from '.';
|
|
5
|
+
import { Maintenance } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MaintenancesEndPoint {
|
|
8
8
|
private config;
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
1
2
|
import { MaintenanceActionCode } from '.';
|
|
2
3
|
import { StatusCode } from '.';
|
|
3
|
-
|
|
4
|
-
import { BaseFilter } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
|
-
export declare class MaintenancesFilter extends BaseFilter {
|
|
4
|
+
export declare class MaintenancesFilter {
|
|
7
5
|
search: string;
|
|
8
6
|
airplaneId: string;
|
|
9
7
|
action: MaintenanceActionCode[];
|
|
10
8
|
status: StatusCode[];
|
|
11
9
|
valid: TimeFrame;
|
|
10
|
+
sort: string;
|
|
11
|
+
page: number;
|
|
12
|
+
size: number;
|
|
13
|
+
props: Map<string, object>;
|
|
14
|
+
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame, sort?: string, page?: number, size?: number, props?: Map<string, object>);
|
|
12
15
|
}
|
|
13
|
-
export declare function GetMaintenancesFilterColumnsDef(): ColumnDef[];
|