@aya-flights/ngx-goox-lib 2.18.149 → 2.18.150
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/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/AccountsFilter.mjs +1 -1
- package/esm2022/lib/Airplane.mjs +1 -1
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/Booking.mjs +2 -1
- package/esm2022/lib/BookingPlan.mjs +2 -2
- package/esm2022/lib/BookingSlotsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingsEndPoint.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +1 -1
- package/esm2022/lib/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/Contact.mjs +2 -2
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Enums.mjs +255 -255
- package/esm2022/lib/Flight.mjs +2 -2
- package/esm2022/lib/FlightBilling.mjs +2 -2
- package/esm2022/lib/FlightPlan.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 +1 -1
- package/esm2022/lib/Group.mjs +1 -1
- package/esm2022/lib/GroupsEndPoint.mjs +1 -1
- package/esm2022/lib/IntEnumValue.mjs +12 -0
- package/esm2022/lib/Lead.mjs +3 -2
- package/esm2022/lib/LeadAction.mjs +2 -2
- package/esm2022/lib/LeadsEndPoint.mjs +37 -1
- package/esm2022/lib/LogBookRecord.mjs +2 -2
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/MaintenancesFilter.mjs +1 -1
- package/esm2022/lib/MessageConfirm.mjs +2 -2
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +1 -1
- package/esm2022/lib/MyAuthEndPoint.mjs +1 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/PreFlightInfo.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/Syllabus.mjs +2 -2
- package/esm2022/lib/SyllabusEndPoint.mjs +1 -1
- package/esm2022/lib/SystemMessage.mjs +1 -1
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/User.mjs +2 -2
- package/esm2022/lib/UsersFilter.mjs +1 -1
- package/esm2022/lib/index.mjs +117 -116
- package/esm2022/lib/services.export.mjs +43 -43
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5144 -5094
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +5 -5
- package/lib/AccountsFilter.d.ts +1 -1
- package/lib/Airplane.d.ts +6 -6
- package/lib/AirplanesEndPoint.d.ts +6 -6
- package/lib/Booking.d.ts +1 -0
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/CertificatesEndPoint.d.ts +1 -1
- package/lib/Contact.d.ts +4 -4
- package/lib/ContactsEndPoint.d.ts +5 -5
- package/lib/Flight.d.ts +5 -5
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightTicketsEndPoint.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +8 -8
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/Group.d.ts +2 -2
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/IntEnumValue.d.ts +5 -0
- package/lib/Lead.d.ts +2 -1
- package/lib/LeadAction.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +30 -2
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +1 -1
- package/lib/MessageConfirmsEndPoint.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +3 -3
- package/lib/MyFlightsEndPoint.d.ts +4 -4
- package/lib/PreFlightInfo.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/Syllabus.d.ts +1 -1
- package/lib/SyllabusEndPoint.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +116 -115
- package/lib/services.export.d.ts +22 -22
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightStatusCode } from '.';
|
|
4
3
|
import { Account } from '.';
|
|
5
|
-
import {
|
|
4
|
+
import { FlightStateCode } from '.';
|
|
6
5
|
import { StringKeyValue } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
7
|
import { Credit } from '.';
|
|
8
8
|
import { AccountStatusCode } from '.';
|
|
9
|
-
import { AccountTypeCode } from '.';
|
|
10
|
-
import { FlightStateCode } from '.';
|
|
11
|
-
import { Flight } from '.';
|
|
12
9
|
import { FlightPurposeCode } from '.';
|
|
10
|
+
import { FlightTypeCode } from '.';
|
|
11
|
+
import { FlightStatusCode } from '.';
|
|
13
12
|
import { Document } from '.';
|
|
13
|
+
import { AccountTypeCode } 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
|
-
import {
|
|
1
|
+
import { BaseEntityEx } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
3
|
+
import { AirplaneStatusCode } from '.';
|
|
2
4
|
import { Propeller } from '.';
|
|
3
5
|
import { Fuel } from '.';
|
|
4
|
-
import { WBConfig } from '.';
|
|
5
|
-
import { AirplaneStatusCode } from '.';
|
|
6
|
-
import { AirplaneValidationFlag } from '.';
|
|
7
6
|
import { Magneto } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import { ColumnDef } from '.';
|
|
7
|
+
import { WBConfig } from '.';
|
|
10
8
|
import { TypeRatingFlag } 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,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
5
|
import { Maintenance } from '.';
|
|
6
|
+
import { AirplaneStatusCode } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
6
8
|
import { Document } from '.';
|
|
9
|
+
import { StatusCode } from '.';
|
|
7
10
|
import { Airplane } from '.';
|
|
8
|
-
import { AirplaneStatusCode } from '.';
|
|
9
|
-
import { FlightStateCode } from '.';
|
|
10
11
|
import { Flight } from '.';
|
|
11
|
-
import {
|
|
12
|
+
import { FlightStatusCode } from '.';
|
|
12
13
|
import { MaintenanceActionCode } from '.';
|
|
13
14
|
import { StringKeyValue } from '.';
|
|
14
|
-
import { FlightStatusCode } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
package/lib/Booking.d.ts
CHANGED
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingSlot } from '.';
|
|
4
3
|
import { BookingSlots } from '.';
|
|
5
4
|
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 { 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/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { StatusCode } from '.';
|
|
1
2
|
import { BaseEntityEx } from '.';
|
|
2
3
|
import { ColumnDef } from '.';
|
|
3
4
|
import { ValidationFlag } from '.';
|
|
4
|
-
import { StatusCode } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -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 { TypeRatingFlag } from '.';
|
|
2
2
|
import { LicenseKindFlag } from '.';
|
|
3
|
-
import { ValidationFlag } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
6
5
|
import { Address } from '.';
|
|
7
|
-
import { TypeRatingFlag } from '.';
|
|
8
6
|
import { MedicalCertClassCode } from '.';
|
|
7
|
+
import { ValidationFlag } from '.';
|
|
9
8
|
import { FlightCategoryCode } from '.';
|
|
9
|
+
import { BaseEntityEx } from '.';
|
|
10
10
|
export declare class Contact extends BaseEntityEx {
|
|
11
11
|
accountId: string;
|
|
12
12
|
name: string;
|
|
@@ -2,15 +2,15 @@ import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../u
|
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { StringKeyValue } from '.';
|
|
4
4
|
import { Certificate } from '.';
|
|
5
|
-
import {
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
6
|
import { Document } from '.';
|
|
7
|
+
import { Contact } from '.';
|
|
7
8
|
import { StatusCode } from '.';
|
|
8
|
-
import { FlightStatusCode } from '.';
|
|
9
9
|
import { FlightTypeCode } from '.';
|
|
10
|
-
import { FlightPurposeCode } from '.';
|
|
11
|
-
import { Flight } from '.';
|
|
12
|
-
import { Contact } from '.';
|
|
13
10
|
import { FlightStateCode } from '.';
|
|
11
|
+
import { MessageConfirm } from '.';
|
|
12
|
+
import { FlightStatusCode } from '.';
|
|
13
|
+
import { Flight } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { FlightCategoryCode } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
2
|
import { BillingStatusCode } from '.';
|
|
4
|
-
import {
|
|
3
|
+
import { TOLData } from '.';
|
|
5
4
|
import { RiskAssessment } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
|
+
import { FlightPurposeCode } from '.';
|
|
6
7
|
import { FlightClassCode } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
7
9
|
import { FlightStatusCode } from '.';
|
|
8
|
-
import {
|
|
10
|
+
import { Lesson } from '.';
|
|
9
11
|
import { BaseEntityEx } from '.';
|
|
10
|
-
import { ColumnDef } from '.';
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TOLData } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
1
|
import { ColumnDef } from '.';
|
|
4
2
|
import { FlightTypeCode } from '.';
|
|
5
3
|
import { FlightStatusCode } from '.';
|
|
6
4
|
import { FlightStateCode } from '.';
|
|
7
5
|
import { FlightPurposeCode } from '.';
|
|
6
|
+
import { TOLData } from '.';
|
|
7
|
+
import { BaseEntityEx } 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
|
-
import { DepartureRisks } from '.';
|
|
2
|
-
import { WeatherRisks } from '.';
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
4
|
-
import { PilotQualificationsRisks } from '.';
|
|
5
|
-
import { DestinationRisks } from '.';
|
|
6
1
|
import { TripRisks } from '.';
|
|
2
|
+
import { WeatherRisks } from '.';
|
|
7
3
|
import { SpecialRisks } from '.';
|
|
8
4
|
import { Mitigation } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
9
6
|
import { ColumnDef } from '.';
|
|
7
|
+
import { DepartureRisks } from '.';
|
|
10
8
|
import { CrewDutyDayRisks } from '.';
|
|
9
|
+
import { DestinationRisks } from '.';
|
|
10
|
+
import { PilotQualificationsRisks } 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 { 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,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Point } from '.';
|
|
4
|
-
import { Contact } from '.';
|
|
5
|
-
import { PreFlightInfo } from '.';
|
|
6
|
-
import { PostFlightInfo } from '.';
|
|
7
3
|
import { AnyKeyValue } from '.';
|
|
8
|
-
import { FlightPurposeCode } from '.';
|
|
9
4
|
import { FlightPlan } from '.';
|
|
10
|
-
import {
|
|
5
|
+
import { Contact } from '.';
|
|
6
|
+
import { PostFlightInfo } from '.';
|
|
11
7
|
import { BillingStatusCode } from '.';
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
8
|
+
import { Point } from '.';
|
|
9
|
+
import { PreFlightInfo } from '.';
|
|
14
10
|
import { Flight } from '.';
|
|
15
11
|
import { FlightTypeCode } from '.';
|
|
12
|
+
import { FlightStatusCode } from '.';
|
|
13
|
+
import { FlightTicket } from '.';
|
|
14
|
+
import { FlightPurposeCode } from '.';
|
|
15
|
+
import { TimeSeries } 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,8 +1,8 @@
|
|
|
1
|
+
import { BillingStatusCode } from '.';
|
|
2
|
+
import { FlightPurposeCode } from '.';
|
|
1
3
|
import { TimeFrame } from '.';
|
|
2
4
|
import { FlightTypeCode } from '.';
|
|
3
5
|
import { FlightStatusCode } from '.';
|
|
4
|
-
import { BillingStatusCode } from '.';
|
|
5
|
-
import { FlightPurposeCode } 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 { Group } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Group } 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,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { Address } from '.';
|
|
3
2
|
import { LeadStatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Lead extends BaseEntityEx {
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
|
@@ -22,6 +22,7 @@ export declare class Lead extends BaseEntityEx {
|
|
|
22
22
|
commission: number;
|
|
23
23
|
totalCost: number;
|
|
24
24
|
commissionPaid: boolean;
|
|
25
|
+
bookingReference: string;
|
|
25
26
|
get(field: string): any;
|
|
26
27
|
}
|
|
27
28
|
export declare function GetLeadColumnsDef(): ColumnDef[];
|
package/lib/LeadAction.d.ts
CHANGED
package/lib/LeadsEndPoint.d.ts
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { Booking } from '.';
|
|
4
|
+
import { IntEnumValue } from '.';
|
|
5
|
+
import { IntKeyValue } from '.';
|
|
5
6
|
import { LeadStatusCode } from '.';
|
|
6
7
|
import { TimeSeries } from '.';
|
|
8
|
+
import { Lead } from '.';
|
|
9
|
+
import { LeadAction } from '.';
|
|
10
|
+
import { Point } from '.';
|
|
7
11
|
import * as i0 from "@angular/core";
|
|
8
12
|
export declare class LeadsEndPoint {
|
|
9
13
|
private config;
|
|
@@ -62,6 +66,30 @@ export declare class LeadsEndPoint {
|
|
|
62
66
|
* Delete lead action and return list of all actions
|
|
63
67
|
*/
|
|
64
68
|
deleteAndGetActions(id?: string): import("rxjs").Observable<EntitiesResponse<LeadAction>>;
|
|
69
|
+
/**
|
|
70
|
+
* Get bookings schedule for specific month, the result size is limited to 1000 entries
|
|
71
|
+
*/
|
|
72
|
+
bookingsSchedule(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
|
|
73
|
+
/**
|
|
74
|
+
* Insert or update flight booking for this lead in the provided timestamp
|
|
75
|
+
*/
|
|
76
|
+
setBooking(id?: string, ts?: number): import("rxjs").Observable<ActionResponse>;
|
|
77
|
+
/**
|
|
78
|
+
* Delete lead booking
|
|
79
|
+
*/
|
|
80
|
+
deleteBooking(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* Get monthly daily leads for specific month, for sales insights
|
|
83
|
+
*/
|
|
84
|
+
monthlyLeads(year?: number, month?: number): import("rxjs").Observable<EntityResponse<TimeSeries<Point>>>;
|
|
85
|
+
/**
|
|
86
|
+
* Get monthly leads distribution by status for specific month, for sales insights
|
|
87
|
+
*/
|
|
88
|
+
countByStatus(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<IntEnumValue>>;
|
|
89
|
+
/**
|
|
90
|
+
* Get monthly leads distribution by source for specific month, for sales insights
|
|
91
|
+
*/
|
|
92
|
+
countBySource(year?: number, month?: number): import("rxjs").Observable<EntitiesResponse<IntKeyValue>>;
|
|
65
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<LeadsEndPoint, never>;
|
|
66
94
|
static ɵprov: i0.ɵɵInjectableDeclaration<LeadsEndPoint>;
|
|
67
95
|
}
|
package/lib/LogBookRecord.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 { 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/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { ConfirmStatusCode } from '.';
|
|
3
2
|
import { MessageTypeCode } from '.';
|
|
4
3
|
import { PriorityCode } from '.';
|
|
5
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;
|
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
3
|
import { LoginParams } from '.';
|
|
4
|
+
import { Contact } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MyAuthEndPoint {
|
|
7
7
|
private config;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Booking } from '.';
|
|
3
4
|
import { BookingStatusCode } from '.';
|
|
4
|
-
import {
|
|
5
|
+
import { BookingSlot } from '.';
|
|
5
6
|
import { Airplane } from '.';
|
|
6
7
|
import { BookingTypeFlag } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { Booking } from '.';
|
|
8
|
+
import { Lookup } 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 { Syllabus } from '.';
|
|
4
|
-
import { PreFlightInfo } from '.';
|
|
5
3
|
import { Flight } from '.';
|
|
4
|
+
import { FlightPlan } from '.';
|
|
6
5
|
import { InstructionTypeCode } from '.';
|
|
6
|
+
import { Syllabus } from '.';
|
|
7
|
+
import { PostFlightInfo } from '.';
|
|
7
8
|
import { FlightTypeCode } from '.';
|
|
8
9
|
import { FlightStatusCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { PostFlightInfo } from '.';
|
|
10
|
+
import { PreFlightInfo } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/PreFlightInfo.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SpecialRisks } from '.';
|
|
2
1
|
import { Mitigation } from '.';
|
|
3
2
|
import { PilotQualificationsRisks } from '.';
|
|
4
3
|
import { CrewDutyDayRisks } from '.';
|
|
@@ -6,6 +5,7 @@ import { DepartureRisks } from '.';
|
|
|
6
5
|
import { DestinationRisks } from '.';
|
|
7
6
|
import { TripRisks } from '.';
|
|
8
7
|
import { WeatherRisks } from '.';
|
|
8
|
+
import { SpecialRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/Syllabus.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { FlightCategoryCode } from '.';
|
|
2
3
|
import { InstructionTypeCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Syllabus extends BaseEntityEx {
|
|
6
6
|
plan: FlightCategoryCode;
|
|
7
7
|
type: InstructionTypeCode;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Syllabus } from '.';
|
|
3
4
|
import { FlightCategoryCode } from '.';
|
|
4
5
|
import { InstructionTypeCode } from '.';
|
|
5
|
-
import { Syllabus } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SyllabusEndPoint {
|
|
8
8
|
private config;
|
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { SystemMessage } from '.';
|
|
3
4
|
import { MessageTypeCode } from '.';
|
|
4
5
|
import { MessageConfirm } from '.';
|
|
5
|
-
import { SystemMessage } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SystemMessagesEndPoint {
|
|
8
8
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { UserTypeCode } from '.';
|
|
3
2
|
import { UserRoleFlag } from '.';
|
|
4
3
|
import { UserStatusCode } from '.';
|
|
5
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|