@aya-flights/ngx-goox-lib 2.18.194 → 2.18.196
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 +14 -22
- package/esm2022/lib/Airplane.mjs +2 -2
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AirplanesFilter.mjs +14 -22
- package/esm2022/lib/AuditLogFilter.mjs +18 -34
- package/esm2022/lib/AuditLogsEndPoint.mjs +1 -1
- package/esm2022/lib/BaseFilter.mjs +18 -0
- package/esm2022/lib/BookingSlot.mjs +2 -2
- package/esm2022/lib/BookingSlots.mjs +2 -2
- package/esm2022/lib/BookingSlotsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingsFilter.mjs +17 -31
- package/esm2022/lib/Campaign.mjs +1 -1
- package/esm2022/lib/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/CertificatesFilter.mjs +16 -28
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactGroup.mjs +2 -2
- package/esm2022/lib/ContactsEndPoint.mjs +14 -2
- package/esm2022/lib/ContactsFilter.mjs +17 -22
- package/esm2022/lib/Credit.mjs +1 -1
- package/esm2022/lib/CreditsFilter.mjs +17 -31
- package/esm2022/lib/Enums.mjs +277 -277
- package/esm2022/lib/Flight.mjs +1 -1
- package/esm2022/lib/FlightPlan.mjs +2 -2
- package/esm2022/lib/FlightRisk.mjs +2 -2
- package/esm2022/lib/FlightTicket.mjs +1 -1
- package/esm2022/lib/FlightTicketsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +20 -40
- package/esm2022/lib/Group.mjs +2 -2
- package/esm2022/lib/GroupsEndPoint.mjs +1 -1
- package/esm2022/lib/LeadsEndPoint.mjs +1 -1
- package/esm2022/lib/LeadsFilter.mjs +13 -19
- package/esm2022/lib/Lookup.mjs +2 -2
- package/esm2022/lib/LookupGroup.mjs +2 -2
- package/esm2022/lib/MaintenancesEndPoint.mjs +1 -1
- package/esm2022/lib/MaintenancesFilter.mjs +16 -28
- package/esm2022/lib/Metar.mjs +1 -1
- package/esm2022/lib/MyAuthEndPoint.mjs +1 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyCertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/MyStudentsEndPoint.mjs +1 -1
- package/esm2022/lib/Notification.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/Price.mjs +2 -2
- package/esm2022/lib/PriceListEndPoint.mjs +1 -1
- package/esm2022/lib/SyllabusFilter.mjs +14 -22
- package/esm2022/lib/TimeSeries.mjs +1 -1
- package/esm2022/lib/UserEndPoint.mjs +1 -1
- package/esm2022/lib/UsersEndPoint.mjs +1 -1
- package/esm2022/lib/UsersFilter.mjs +15 -25
- package/esm2022/lib/index.mjs +126 -125
- package/esm2022/lib/services.export.mjs +45 -45
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5321 -5448
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +5 -5
- package/lib/AccountsFilter.d.ts +4 -5
- package/lib/Airplane.d.ts +3 -3
- package/lib/AirplanesEndPoint.d.ts +7 -7
- package/lib/AirplanesFilter.d.ts +4 -5
- package/lib/AuditLogFilter.d.ts +4 -5
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BaseFilter.d.ts +7 -0
- 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 +4 -5
- package/lib/Campaign.d.ts +2 -2
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/CertificatesFilter.d.ts +4 -5
- package/lib/Contact.d.ts +4 -4
- package/lib/ContactGroup.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +8 -5
- package/lib/ContactsFilter.d.ts +10 -5
- package/lib/Credit.d.ts +2 -2
- package/lib/CreditsFilter.d.ts +5 -6
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightPlan.d.ts +1 -1
- 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 +7 -7
- package/lib/FlightsFilter.d.ts +5 -6
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +6 -6
- package/lib/LeadsFilter.d.ts +4 -5
- package/lib/Lookup.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +4 -5
- 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 +4 -4
- package/lib/MyStudentsEndPoint.d.ts +1 -1
- package/lib/Notification.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/PriceListEndPoint.d.ts +1 -1
- package/lib/SyllabusFilter.d.ts +4 -5
- package/lib/TimeSeries.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +5 -6
- package/lib/index.d.ts +125 -124
- 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 { AccountTypeCode } from '.';
|
|
2
|
+
import { AccountStatusCode } from '.';
|
|
1
3
|
import { Address } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
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 '.';
|
|
3
5
|
import { AccountStatusCode } from '.';
|
|
6
|
+
import { FlightStateCode } from '.';
|
|
4
7
|
import { FlightPurposeCode } from '.';
|
|
5
8
|
import { Credit } from '.';
|
|
9
|
+
import { FlightTypeCode } from '.';
|
|
10
|
+
import { Flight } from '.';
|
|
6
11
|
import { Document } from '.';
|
|
7
|
-
import { Account } from '.';
|
|
8
12
|
import { AccountTypeCode } from '.';
|
|
9
13
|
import { FlightStatusCode } from '.';
|
|
10
|
-
import { FlightStateCode } from '.';
|
|
11
|
-
import { FlightTypeCode } from '.';
|
|
12
|
-
import { Flight } from '.';
|
|
13
|
-
import { StringKeyValue } 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,11 +1,10 @@
|
|
|
1
1
|
import { AccountStatusCode } from '.';
|
|
2
2
|
import { AccountTypeCode } from '.';
|
|
3
|
-
|
|
3
|
+
import { BaseFilter } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
|
+
export declare class AccountsFilter extends BaseFilter {
|
|
4
6
|
search: string;
|
|
5
7
|
status: AccountStatusCode[];
|
|
6
8
|
type: AccountTypeCode[];
|
|
7
|
-
sort: string;
|
|
8
|
-
page: number;
|
|
9
|
-
size: number;
|
|
10
|
-
constructor(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number);
|
|
11
9
|
}
|
|
10
|
+
export declare function GetAccountsFilterColumnsDef(): ColumnDef[];
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AirplaneStatusCode } from '.';
|
|
2
|
-
import {
|
|
2
|
+
import { Magneto } from '.';
|
|
3
3
|
import { Propeller } from '.';
|
|
4
4
|
import { Fuel } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
5
6
|
import { TypeRatingFlag } from '.';
|
|
6
7
|
import { AirplaneValidationFlag } from '.';
|
|
7
|
-
import {
|
|
8
|
+
import { Engine } from '.';
|
|
8
9
|
import { WBConfig } from '.';
|
|
9
10
|
import { BaseEntityEx } from '.';
|
|
10
|
-
import { ColumnDef } 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 '.';
|
|
3
|
+
import { FlightTypeCode } from '.';
|
|
5
4
|
import { FlightStatusCode } from '.';
|
|
6
|
-
import { FlightPurposeCode } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
|
-
import { Airplane } from '.';
|
|
9
|
-
import { StatusCode } from '.';
|
|
10
5
|
import { MaintenanceActionCode } from '.';
|
|
6
|
+
import { Airplane } from '.';
|
|
7
|
+
import { FlightPurposeCode } from '.';
|
|
11
8
|
import { Document } from '.';
|
|
12
|
-
import { FlightTypeCode } from '.';
|
|
13
9
|
import { AirplaneStatusCode } from '.';
|
|
14
10
|
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,10 +1,9 @@
|
|
|
1
1
|
import { AirplaneStatusCode } from '.';
|
|
2
|
-
|
|
2
|
+
import { BaseFilter } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
4
|
+
export declare class AirplanesFilter extends BaseFilter {
|
|
3
5
|
search: string;
|
|
4
6
|
status: AirplaneStatusCode[];
|
|
5
7
|
isActive: boolean;
|
|
6
|
-
sort: string;
|
|
7
|
-
page: number;
|
|
8
|
-
size: number;
|
|
9
|
-
constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean, sort?: string, page?: number, size?: number);
|
|
10
8
|
}
|
|
9
|
+
export declare function GetAirplanesFilterColumnsDef(): ColumnDef[];
|
package/lib/AuditLogFilter.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { TimeFrame } from '.';
|
|
2
|
-
|
|
2
|
+
import { BaseFilter } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
4
|
+
export declare class AuditLogFilter extends BaseFilter {
|
|
3
5
|
search: string;
|
|
4
6
|
period: TimeFrame;
|
|
5
7
|
userId: string;
|
|
@@ -7,8 +9,5 @@ export declare class AuditLogFilter {
|
|
|
7
9
|
itemType: string;
|
|
8
10
|
itemId: string;
|
|
9
11
|
itemName: string;
|
|
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);
|
|
14
12
|
}
|
|
13
|
+
export declare function GetAuditLogFilterColumnsDef(): ColumnDef[];
|
|
@@ -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
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 '.';
|
|
3
4
|
import { BookingSlot } from '.';
|
|
4
5
|
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 { BookingPlan } from '.';
|
|
4
3
|
import { Booking } from '.';
|
|
5
4
|
import { BookingStatusCode } from '.';
|
|
6
5
|
import { TimeSeries } from '.';
|
|
6
|
+
import { BookingPlan } 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,14 +1,13 @@
|
|
|
1
1
|
import { TimeFrame } from '.';
|
|
2
2
|
import { BookingStatusCode } from '.';
|
|
3
|
-
|
|
3
|
+
import { BaseFilter } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
|
+
export declare class BookingsFilter extends BaseFilter {
|
|
4
6
|
search: string;
|
|
5
7
|
period: TimeFrame;
|
|
6
8
|
accountId: string;
|
|
7
9
|
contactId: string;
|
|
8
10
|
airplaneId: string;
|
|
9
11
|
status: BookingStatusCode[];
|
|
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);
|
|
14
12
|
}
|
|
13
|
+
export declare function GetBookingsFilterColumnsDef(): ColumnDef[];
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CampaignTypeCode } from '.';
|
|
2
|
-
import { CampaignStatusCode } from '.';
|
|
3
1
|
import { CurrencyCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { CampaignTypeCode } from '.';
|
|
5
|
+
import { CampaignStatusCode } 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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Certificate } from '.';
|
|
4
3
|
import { StatusCode } from '.';
|
|
4
|
+
import { Certificate } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CertificatesEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
+
import { BaseFilter } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
1
3
|
import { StatusCode } from '.';
|
|
2
4
|
import { ValidationFlag } from '.';
|
|
3
5
|
import { TimeFrame } from '.';
|
|
4
|
-
export declare class CertificatesFilter {
|
|
6
|
+
export declare class CertificatesFilter extends BaseFilter {
|
|
5
7
|
search: string;
|
|
6
8
|
contactId: string;
|
|
7
9
|
status: StatusCode[];
|
|
8
10
|
type: ValidationFlag[];
|
|
9
11
|
valid: TimeFrame;
|
|
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);
|
|
14
12
|
}
|
|
13
|
+
export declare function GetCertificatesFilterColumnsDef(): ColumnDef[];
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TypeRatingFlag } from '.';
|
|
2
|
-
import { ValidationFlag } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
2
|
import { AccountStatusCode } from '.';
|
|
6
3
|
import { Address } from '.';
|
|
7
|
-
import {
|
|
4
|
+
import { TypeRatingFlag } from '.';
|
|
8
5
|
import { LicenseKindFlag } from '.';
|
|
6
|
+
import { ValidationFlag } from '.';
|
|
7
|
+
import { ColumnDef } from '.';
|
|
9
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,16 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Certificate } from '.';
|
|
4
|
-
import {
|
|
4
|
+
import { FlightStatusCode } from '.';
|
|
5
5
|
import { Flight } from '.';
|
|
6
|
+
import { MessageConfirm } from '.';
|
|
6
7
|
import { Contact } from '.';
|
|
8
|
+
import { TypeRatingFlag } from '.';
|
|
7
9
|
import { FlightTypeCode } from '.';
|
|
8
|
-
import { FlightStatusCode } from '.';
|
|
9
10
|
import { FlightStateCode } from '.';
|
|
10
|
-
import { StringKeyValue } from '.';
|
|
11
|
-
import { MessageConfirm } from '.';
|
|
12
11
|
import { StatusCode } from '.';
|
|
12
|
+
import { LicenseKindFlag } from '.';
|
|
13
|
+
import { StringKeyValue } from '.';
|
|
14
|
+
import { FlightPurposeCode } from '.';
|
|
13
15
|
import { Document } from '.';
|
|
16
|
+
import { FlightCategoryCode } from '.';
|
|
14
17
|
import * as i0 from "@angular/core";
|
|
15
18
|
export declare class ContactsEndPoint {
|
|
16
19
|
private config;
|
|
@@ -40,7 +43,7 @@ export declare class ContactsEndPoint {
|
|
|
40
43
|
/**
|
|
41
44
|
* Find contacts by query
|
|
42
45
|
*/
|
|
43
|
-
find(search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
46
|
+
find(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKind?: LicenseKindFlag[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
44
47
|
/**
|
|
45
48
|
* Lookup contacts ID->Name by filter
|
|
46
49
|
*/
|
package/lib/ContactsFilter.d.ts
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
+
import { FlightCategoryCode } from '.';
|
|
2
|
+
import { TypeRatingFlag } from '.';
|
|
3
|
+
import { LicenseKindFlag } from '.';
|
|
4
|
+
import { BaseFilter } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
1
6
|
import { StatusCode } from '.';
|
|
2
|
-
export declare class ContactsFilter {
|
|
7
|
+
export declare class ContactsFilter extends BaseFilter {
|
|
3
8
|
search: string;
|
|
4
9
|
status: StatusCode[];
|
|
5
10
|
isPilot: boolean;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
constructor(search?: string, status?: StatusCode[], isPilot?: boolean, sort?: string, page?: number, size?: number);
|
|
11
|
+
plan: FlightCategoryCode[];
|
|
12
|
+
typesRating: TypeRatingFlag[];
|
|
13
|
+
licenseKinds: LicenseKindFlag[];
|
|
10
14
|
}
|
|
15
|
+
export declare function GetContactsFilterColumnsDef(): ColumnDef[];
|
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/CreditsFilter.d.ts
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
2
|
import { TransactionTypeCode } from '.';
|
|
3
|
-
|
|
3
|
+
import { TimeFrame } from '.';
|
|
4
|
+
import { BaseFilter } from '.';
|
|
5
|
+
export declare class CreditsFilter extends BaseFilter {
|
|
4
6
|
search: string;
|
|
5
7
|
accountId: string;
|
|
6
8
|
flightId: string;
|
|
7
9
|
type: TransactionTypeCode[];
|
|
8
10
|
period: TimeFrame;
|
|
9
11
|
reference: string;
|
|
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);
|
|
14
12
|
}
|
|
13
|
+
export declare function GetCreditsFilterColumnsDef(): ColumnDef[];
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { TOLData } from '.';
|
|
2
|
-
import { RiskAssessment } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
2
|
+
import { FlightClassCode } from '.';
|
|
3
|
+
import { FlightTypeCode } from '.';
|
|
4
|
+
import { BillingStatusCode } from '.';
|
|
5
|
+
import { TOLData } from '.';
|
|
6
|
+
import { ColumnDef } from '.';
|
|
4
7
|
import { FlightPurposeCode } from '.';
|
|
5
8
|
import { FlightCategoryCode } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
9
|
import { FlightStatusCode } from '.';
|
|
8
|
-
import { FlightClassCode } from '.';
|
|
9
|
-
import { BillingStatusCode } from '.';
|
|
10
10
|
import { Lesson } from '.';
|
|
11
|
-
import {
|
|
11
|
+
import { RiskAssessment } 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 { ColumnDef } from '.';
|
|
2
1
|
import { FlightTypeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { FlightStateCode } from '.';
|
|
5
4
|
import { FlightPurposeCode } from '.';
|
|
6
5
|
import { TOLData } from '.';
|
|
7
6
|
import { BaseEntityEx } from '.';
|
|
7
|
+
import { ColumnDef } 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
2
|
import { CrewDutyDayRisks } from '.';
|
|
3
3
|
import { DepartureRisks } from '.';
|
|
4
|
-
import { DestinationRisks } from '.';
|
|
5
|
-
import { SpecialRisks } from '.';
|
|
6
|
-
import { TripRisks } from '.';
|
|
7
4
|
import { WeatherRisks } from '.';
|
|
8
5
|
import { Mitigation } from '.';
|
|
9
|
-
import { BaseEntityEx } from '.';
|
|
10
6
|
import { ColumnDef } from '.';
|
|
7
|
+
import { DestinationRisks } from '.';
|
|
8
|
+
import { TripRisks } from '.';
|
|
9
|
+
import { SpecialRisks } from '.';
|
|
10
|
+
import { BaseEntityEx } 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 { 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,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { Point } from '.';
|
|
3
|
+
import { Contact } from '.';
|
|
5
4
|
import { FlightTicket } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { FlightPlan } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
8
6
|
import { PostFlightInfo } from '.';
|
|
7
|
+
import { TimeSeries } from '.';
|
|
8
|
+
import { Point } from '.';
|
|
9
9
|
import { AnyKeyValue } from '.';
|
|
10
|
-
import { FlightTypeCode } from '.';
|
|
11
10
|
import { FlightStatusCode } from '.';
|
|
12
|
-
import { Contact } from '.';
|
|
13
|
-
import { PreFlightInfo } from '.';
|
|
14
11
|
import { BillingStatusCode } from '.';
|
|
15
12
|
import { FlightPurposeCode } from '.';
|
|
13
|
+
import { PreFlightInfo } from '.';
|
|
14
|
+
import { Flight } from '.';
|
|
15
|
+
import { FlightPlan } from '.';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare class FlightsEndPoint {
|
|
18
18
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { FlightPurposeCode } from '.';
|
|
2
|
+
import { BaseFilter } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
1
4
|
import { TimeFrame } from '.';
|
|
2
5
|
import { FlightTypeCode } from '.';
|
|
3
6
|
import { FlightStatusCode } from '.';
|
|
4
7
|
import { BillingStatusCode } from '.';
|
|
5
|
-
|
|
6
|
-
export declare class FlightsFilter {
|
|
8
|
+
export declare class FlightsFilter extends BaseFilter {
|
|
7
9
|
search: string;
|
|
8
10
|
period: TimeFrame;
|
|
9
11
|
accountId: string;
|
|
@@ -13,8 +15,5 @@ export declare class FlightsFilter {
|
|
|
13
15
|
status: FlightStatusCode[];
|
|
14
16
|
billing: BillingStatusCode[];
|
|
15
17
|
purpose: FlightPurposeCode[];
|
|
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);
|
|
20
18
|
}
|
|
19
|
+
export declare function GetFlightsFilterColumnsDef(): ColumnDef[];
|
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/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { IntKeyValue } from '.';
|
|
4
|
-
import { Lead } from '.';
|
|
5
|
-
import { LeadStatusCode } from '.';
|
|
6
|
-
import { Booking } from '.';
|
|
7
|
-
import { Point } from '.';
|
|
8
|
-
import { IntEnumValue } from '.';
|
|
9
3
|
import { TimeSeries } from '.';
|
|
10
4
|
import { LeadAction } from '.';
|
|
5
|
+
import { Booking } from '.';
|
|
6
|
+
import { IntEnumValue } from '.';
|
|
7
|
+
import { Lead } from '.';
|
|
8
|
+
import { Point } from '.';
|
|
9
|
+
import { IntKeyValue } from '.';
|
|
10
|
+
import { LeadStatusCode } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LeadsEndPoint {
|
|
13
13
|
private config;
|
package/lib/LeadsFilter.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { LeadStatusCode } from '.';
|
|
2
|
-
|
|
2
|
+
import { BaseFilter } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
4
|
+
export declare class LeadsFilter extends BaseFilter {
|
|
3
5
|
search: string;
|
|
4
6
|
status: LeadStatusCode[];
|
|
5
|
-
sort: string;
|
|
6
|
-
page: number;
|
|
7
|
-
size: number;
|
|
8
|
-
constructor(search?: string, status?: LeadStatusCode[], sort?: string, page?: number, size?: number);
|
|
9
7
|
}
|
|
8
|
+
export declare function GetLeadsFilterColumnsDef(): ColumnDef[];
|
package/lib/Lookup.d.ts
CHANGED
package/lib/LookupGroup.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Maintenance } from '.';
|
|
3
4
|
import { MaintenanceActionCode } from '.';
|
|
4
5
|
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,14 +1,13 @@
|
|
|
1
1
|
import { MaintenanceActionCode } from '.';
|
|
2
2
|
import { StatusCode } from '.';
|
|
3
3
|
import { TimeFrame } from '.';
|
|
4
|
-
|
|
4
|
+
import { BaseFilter } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
|
+
export declare class MaintenancesFilter extends BaseFilter {
|
|
5
7
|
search: string;
|
|
6
8
|
airplaneId: string;
|
|
7
9
|
action: MaintenanceActionCode[];
|
|
8
10
|
status: StatusCode[];
|
|
9
11
|
valid: TimeFrame;
|
|
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);
|
|
14
12
|
}
|
|
13
|
+
export declare function GetMaintenancesFilterColumnsDef(): ColumnDef[];
|
package/lib/Metar.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MetarReport } from '.';
|
|
2
|
-
import { TafReport } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { MetarReport } from '.';
|
|
4
|
+
import { TafReport } from '.';
|
|
5
5
|
export declare class Metar extends BaseEntityEx {
|
|
6
6
|
metarReports: MetarReport[];
|
|
7
7
|
tafReports: TafReport[];
|
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { LoginParams } from '.';
|
|
4
3
|
import { Contact } from '.';
|
|
5
4
|
import { Notification } from '.';
|
|
5
|
+
import { LoginParams } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class MyAuthEndPoint {
|
|
8
8
|
private config;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlot } from '.';
|
|
4
3
|
import { BookingStatusCode } from '.';
|
|
5
4
|
import { BookingTypeFlag } from '.';
|
|
6
|
-
import { Booking } from '.';
|
|
7
5
|
import { Lookup } from '.';
|
|
6
|
+
import { BookingSlot } from '.';
|
|
8
7
|
import { Airplane } from '.';
|
|
8
|
+
import { Booking } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyBookingsEndPoint {
|
|
11
11
|
private config;
|