@aya-flights/ngx-goox-lib 2.19.158 → 2.19.159
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 +5344 -5235
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +5 -5
- package/lib/AccountsFilter.d.ts +1 -1
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +6 -6
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/CertificatesFilter.d.ts +1 -1
- package/lib/Contact.d.ts +4 -4
- package/lib/ContactGroup.d.ts +9 -0
- package/lib/ContactsEndPoint.d.ts +5 -5
- package/lib/ContactsGroupsEndPoint.d.ts +41 -0
- package/lib/Credit.d.ts +1 -1
- package/lib/CreditsEndPoint.d.ts +1 -1
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightPlan.d.ts +3 -3
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/FlightsFilter.d.ts +1 -1
- package/lib/Group.d.ts +2 -2
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadAction.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +3 -3
- package/lib/Lesson.d.ts +1 -1
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/Lookup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +3 -3
- package/lib/MyFlightsEndPoint.d.ts +5 -5
- package/lib/PostFlightInfo.d.ts +2 -2
- package/lib/Price.d.ts +1 -1
- package/lib/PriceListEndPoint.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/SyllabusFilter.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TimeSeries.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/index.d.ts +119 -117
- package/lib/services.export.d.ts +22 -21
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '.';
|
|
2
1
|
import { AccountStatusCode } from '.';
|
|
3
2
|
import { Address } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { AccountTypeCode } 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 {
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
4
4
|
import { Flight } from '.';
|
|
5
|
-
import {
|
|
6
|
-
import { AccountStatusCode } from '.';
|
|
5
|
+
import { Credit } from '.';
|
|
7
6
|
import { Account } from '.';
|
|
7
|
+
import { AccountTypeCode } from '.';
|
|
8
8
|
import { FlightTypeCode } from '.';
|
|
9
|
+
import { StringKeyValue } from '.';
|
|
9
10
|
import { FlightStatusCode } from '.';
|
|
10
11
|
import { FlightPurposeCode } from '.';
|
|
12
|
+
import { AccountStatusCode } from '.';
|
|
11
13
|
import { Document } from '.';
|
|
12
|
-
import { Credit } 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
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { TypeRatingFlag } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import { AirplaneValidationFlag } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
4
3
|
import { Magneto } from '.';
|
|
5
4
|
import { Propeller } from '.';
|
|
6
5
|
import { Fuel } from '.';
|
|
7
|
-
import { Engine } from '.';
|
|
8
6
|
import { WBConfig } from '.';
|
|
9
7
|
import { BaseEntityEx } from '.';
|
|
10
|
-
import {
|
|
8
|
+
import { AirplaneStatusCode } from '.';
|
|
9
|
+
import { AirplaneValidationFlag } from '.';
|
|
10
|
+
import { Engine } from '.';
|
|
11
11
|
export declare class Airplane extends BaseEntityEx {
|
|
12
12
|
name: string;
|
|
13
13
|
description: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Maintenance } from '.';
|
|
3
4
|
import { Document } from '.';
|
|
4
|
-
import { Airplane } from '.';
|
|
5
|
-
import { FlightStatusCode } from '.';
|
|
6
|
-
import { FlightPurposeCode } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
5
|
import { MaintenanceActionCode } from '.';
|
|
9
|
-
import {
|
|
6
|
+
import { Airplane } from '.';
|
|
10
7
|
import { AirplaneStatusCode } from '.';
|
|
8
|
+
import { StringKeyValue } from '.';
|
|
11
9
|
import { FlightTypeCode } from '.';
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
12
11
|
import { FlightStateCode } from '.';
|
|
13
|
-
import {
|
|
12
|
+
import { FlightPurposeCode } from '.';
|
|
13
|
+
import { Flight } from '.';
|
|
14
14
|
import { StatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
@@ -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 { ColumnDef } from '.';
|
|
2
1
|
import { BookingTypeFlag } from '.';
|
|
3
2
|
import { BookingStatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } 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 { ColumnDef } from '.';
|
|
2
1
|
import { BookingTypeFlag } from '.';
|
|
3
2
|
import { FlightPurposeCode } from '.';
|
|
4
3
|
import { FlightStatusCode } from '.';
|
|
5
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { BookingSlot } from '.';
|
|
3
4
|
import { BookingSlots } from '.';
|
|
4
5
|
import { BookingSlotsSet } from '.';
|
|
5
|
-
import { BookingSlot } 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 { BookingStatusCode } from '.';
|
|
3
4
|
import { TimeSeries } from '.';
|
|
4
5
|
import { BookingPlan } from '.';
|
|
5
6
|
import { Booking } from '.';
|
|
6
|
-
import { BookingStatusCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class BookingsEndPoint {
|
|
9
9
|
private config;
|
|
@@ -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;
|
|
@@ -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;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
2
|
+
import { FlightCategoryCode } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
2
4
|
import { Address } from '.';
|
|
3
5
|
import { TypeRatingFlag } from '.';
|
|
4
6
|
import { LicenseKindFlag } from '.';
|
|
5
7
|
import { MedicalCertClassCode } from '.';
|
|
6
8
|
import { ValidationFlag } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { FlightCategoryCode } from '.';
|
|
9
|
-
import { ColumnDef } from '.';
|
|
9
|
+
import { BaseEntityEx } from '.';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
12
12
|
name: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { StringKeyValue } from '.';
|
|
2
|
+
import { BaseEntityEx } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
4
|
+
export declare class ContactGroup extends BaseEntityEx {
|
|
5
|
+
name: string;
|
|
6
|
+
contacts: StringKeyValue[];
|
|
7
|
+
get(field: string): any;
|
|
8
|
+
}
|
|
9
|
+
export declare function GetContactGroupColumnsDef(): ColumnDef[];
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Document } from '.';
|
|
4
|
-
import { StringKeyValue } from '.';
|
|
5
|
-
import { FlightStateCode } from '.';
|
|
6
3
|
import { Flight } from '.';
|
|
7
4
|
import { MessageConfirm } from '.';
|
|
5
|
+
import { FlightStateCode } from '.';
|
|
6
|
+
import { Document } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
8
8
|
import { Contact } from '.';
|
|
9
|
-
import { StatusCode } from '.';
|
|
10
9
|
import { Certificate } from '.';
|
|
11
10
|
import { FlightStatusCode } from '.';
|
|
12
11
|
import { FlightPurposeCode } from '.';
|
|
13
|
-
import {
|
|
12
|
+
import { StatusCode } from '.';
|
|
13
|
+
import { StringKeyValue } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
|
+
import { GooxConfig } from '../config';
|
|
3
|
+
import { StringKeyValue } from '.';
|
|
4
|
+
import { ContactGroup } from '.';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ContactsGroupsEndPoint {
|
|
7
|
+
private config;
|
|
8
|
+
private rest;
|
|
9
|
+
private baseUrl;
|
|
10
|
+
constructor(config: GooxConfig, rest: RestUtil);
|
|
11
|
+
/**
|
|
12
|
+
* Get new and empty flight template
|
|
13
|
+
*/
|
|
14
|
+
new(): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
15
|
+
/**
|
|
16
|
+
* Create new group
|
|
17
|
+
*/
|
|
18
|
+
create(body?: ContactGroup): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
19
|
+
/**
|
|
20
|
+
* Update existing group
|
|
21
|
+
*/
|
|
22
|
+
update(body?: ContactGroup): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
23
|
+
/**
|
|
24
|
+
* Delete group and all its content
|
|
25
|
+
*/
|
|
26
|
+
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Get a single group by id
|
|
29
|
+
*/
|
|
30
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<ContactGroup>>;
|
|
31
|
+
/**
|
|
32
|
+
* Find groups by query
|
|
33
|
+
*/
|
|
34
|
+
find(search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<ContactGroup>>;
|
|
35
|
+
/**
|
|
36
|
+
* Lookup contacts-groups ID->Name by filter
|
|
37
|
+
*/
|
|
38
|
+
lookup(search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsGroupsEndPoint, never>;
|
|
40
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContactsGroupsEndPoint>;
|
|
41
|
+
}
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { TransactionTypeCode } from '.';
|
|
2
3
|
import { CurrencyCode } from '.';
|
|
3
4
|
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/CreditsEndPoint.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare class CreditsEndPoint {
|
|
|
46
46
|
/**
|
|
47
47
|
* Recalculate account credits for all flights
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
recalculateCreditsForFlights(accountId?: string): import("rxjs").Observable<ActionResponse>;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreditsEndPoint, never>;
|
|
51
51
|
static ɵprov: i0.ɵɵInjectableDeclaration<CreditsEndPoint>;
|
|
52
52
|
}
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FlightCategoryCode } from '.';
|
|
2
|
+
import { BillingStatusCode } from '.';
|
|
3
|
+
import { TOLData } from '.';
|
|
2
4
|
import { RiskAssessment } from '.';
|
|
3
|
-
import {
|
|
5
|
+
import { ColumnDef } from '.';
|
|
4
6
|
import { FlightPurposeCode } from '.';
|
|
5
7
|
import { FlightClassCode } from '.';
|
|
6
|
-
import { FlightCategoryCode } from '.';
|
|
7
8
|
import { FlightTypeCode } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import { TOLData } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
10
10
|
import { Lesson } from '.';
|
|
11
|
-
import {
|
|
11
|
+
import { BaseEntityEx } 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 { FlightStatusCode } from '.';
|
|
2
|
-
import { FlightStateCode } from '.';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
1
|
import { TOLData } from '.';
|
|
5
2
|
import { BaseEntityEx } from '.';
|
|
6
3
|
import { ColumnDef } from '.';
|
|
7
4
|
import { FlightTypeCode } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
6
|
+
import { FlightStateCode } from '.';
|
|
7
|
+
import { FlightPurposeCode } 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 { BaseEntityEx } from '.';
|
|
2
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { PilotQualificationsRisks } from '.';
|
|
4
|
+
import { TripRisks } from '.';
|
|
5
|
+
import { WeatherRisks } from '.';
|
|
6
|
+
import { SpecialRisks } from '.';
|
|
3
7
|
import { CrewDutyDayRisks } from '.';
|
|
4
8
|
import { DepartureRisks } from '.';
|
|
5
9
|
import { DestinationRisks } from '.';
|
|
6
|
-
import { WeatherRisks } from '.';
|
|
7
10
|
import { Mitigation } from '.';
|
|
8
|
-
import { PilotQualificationsRisks } from '.';
|
|
9
|
-
import { TripRisks } from '.';
|
|
10
|
-
import { SpecialRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { PostFlightInfo } from '.';
|
|
3
|
+
import { FlightTypeCode } from '.';
|
|
5
4
|
import { BillingStatusCode } from '.';
|
|
5
|
+
import { PostFlightInfo } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
|
+
import { AnyKeyValue } from '.';
|
|
6
8
|
import { FlightPurposeCode } from '.';
|
|
7
9
|
import { FlightPlan } from '.';
|
|
8
10
|
import { Point } from '.';
|
|
9
11
|
import { Contact } from '.';
|
|
10
|
-
import { AnyKeyValue } from '.';
|
|
11
|
-
import { FlightTypeCode } from '.';
|
|
12
12
|
import { FlightTicket } from '.';
|
|
13
13
|
import { FlightStatusCode } from '.';
|
|
14
14
|
import { TimeSeries } from '.';
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
1
|
import { FlightTypeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { BillingStatusCode } from '.';
|
|
5
4
|
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { TimeFrame } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
package/lib/Group.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Permission } from '.';
|
|
2
|
-
import { StringKeyValue } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { Permission } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
export declare class Group extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
package/lib/GroupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { Group } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class GroupsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Lead.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { Address } from '.';
|
|
2
3
|
import { LeadStatusCode } from '.';
|
|
3
4
|
import { FollowUpAction } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Lead extends BaseEntityEx {
|
|
7
7
|
firstName: string;
|
|
8
8
|
lastName: string;
|
package/lib/LeadAction.d.ts
CHANGED
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 {
|
|
3
|
+
import { TimeSeries } from '.';
|
|
4
|
+
import { LeadAction } from '.';
|
|
4
5
|
import { IntEnumValue } from '.';
|
|
5
6
|
import { IntKeyValue } from '.';
|
|
6
7
|
import { LeadStatusCode } from '.';
|
|
7
|
-
import { TimeSeries } from '.';
|
|
8
8
|
import { Booking } from '.';
|
|
9
|
+
import { Point } from '.';
|
|
9
10
|
import { Lead } from '.';
|
|
10
|
-
import { LeadAction } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LeadsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Lesson.d.ts
CHANGED
package/lib/LogBookRecord.d.ts
CHANGED
package/lib/Lookup.d.ts
CHANGED
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 { Lookup } from '.';
|
|
4
3
|
import { LookupGroup } from '.';
|
|
4
|
+
import { Lookup } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LookupsEndPoint {
|
|
7
7
|
private config;
|
|
@@ -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;
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { ConfirmStatusCode } from '.';
|
|
2
3
|
import { MessageTypeCode } from '.';
|
|
3
4
|
import { PriorityCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class MessageConfirm extends BaseEntityEx {
|
|
7
7
|
messageId: string;
|
|
8
8
|
contactId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingTypeFlag } from '.';
|
|
4
|
-
import { Lookup } from '.';
|
|
5
|
-
import { Airplane } from '.';
|
|
6
3
|
import { Booking } from '.';
|
|
7
4
|
import { BookingStatusCode } from '.';
|
|
5
|
+
import { Airplane } from '.';
|
|
6
|
+
import { BookingTypeFlag } from '.';
|
|
7
|
+
import { Lookup } from '.';
|
|
8
8
|
import { BookingSlot } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyBookingsEndPoint {
|
|
@@ -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 { FlightPlan } from '.';
|
|
5
3
|
import { Syllabus } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { Flight } from '.';
|
|
8
|
-
import { FlightStatusCode } from '.';
|
|
4
|
+
import { FlightPlan } from '.';
|
|
9
5
|
import { InstructionTypeCode } from '.';
|
|
6
|
+
import { FlightTypeCode } from '.';
|
|
7
|
+
import { FlightStatusCode } from '.';
|
|
10
8
|
import { PreFlightInfo } from '.';
|
|
9
|
+
import { PostFlightInfo } from '.';
|
|
10
|
+
import { Flight } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
1
|
import { FlightCategoryCode } from '.';
|
|
4
2
|
import { AssessmentCode } from '.';
|
|
3
|
+
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { FlightTypeCode } from '.';
|
|
5
5
|
export declare class PostFlightInfo {
|
|
6
6
|
flightId: string;
|
|
7
7
|
flightNumber: number;
|
package/lib/Price.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Price } from '.';
|
|
4
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { Price } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class PriceListEndPoint {
|
|
7
7
|
private config;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PilotQualificationsRisks } from '.';
|
|
2
|
-
import { CrewDutyDayRisks } from '.';
|
|
3
|
-
import { DepartureRisks } from '.';
|
|
4
1
|
import { DestinationRisks } from '.';
|
|
5
2
|
import { TripRisks } from '.';
|
|
6
3
|
import { WeatherRisks } from '.';
|
|
7
4
|
import { SpecialRisks } from '.';
|
|
8
5
|
import { Mitigation } from '.';
|
|
6
|
+
import { PilotQualificationsRisks } from '.';
|
|
7
|
+
import { CrewDutyDayRisks } from '.';
|
|
8
|
+
import { DepartureRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SyllabusFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { MessageConfirm } from '.';
|
|
3
4
|
import { SystemMessage } from '.';
|
|
4
5
|
import { MessageTypeCode } from '.';
|
|
5
|
-
import { MessageConfirm } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/TimeSeries.d.ts
CHANGED
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;
|