@aya-flights/ngx-goox-lib 2.18.168 → 2.18.170
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 +2 -2
- package/esm2022/lib/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/Airplane.mjs +1 -1
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AuditLog.mjs +1 -1
- package/esm2022/lib/BookingPlan.mjs +2 -2
- package/esm2022/lib/BookingSlotsSet.mjs +1 -1
- package/esm2022/lib/Campaign.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +1 -1
- package/esm2022/lib/CertificatesEndPoint.mjs +1 -1
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactGroup.mjs +2 -2
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Credit.mjs +1 -1
- package/esm2022/lib/CreditsFilter.mjs +1 -1
- package/esm2022/lib/DocumentsEndPoint.mjs +1 -1
- package/esm2022/lib/Enums.mjs +261 -255
- package/esm2022/lib/Flight.mjs +2 -2
- package/esm2022/lib/FlightBilling.mjs +2 -2
- package/esm2022/lib/FlightPlan.mjs +1 -1
- package/esm2022/lib/FlightRisk.mjs +2 -2
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +1 -1
- package/esm2022/lib/GroupsEndPoint.mjs +1 -1
- package/esm2022/lib/LeadsEndPoint.mjs +1 -1
- package/esm2022/lib/Lesson.mjs +1 -1
- package/esm2022/lib/Lookup.mjs +2 -2
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/Maintenance.mjs +1 -1
- package/esm2022/lib/MaintenancesFilter.mjs +1 -1
- package/esm2022/lib/MyAuthEndPoint.mjs +7 -1
- package/esm2022/lib/MyBookingsEndPoint.mjs +1 -1
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/MyMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/Notification.mjs +25 -0
- package/esm2022/lib/NotificationTypeCode.mjs +39 -0
- package/esm2022/lib/Permission.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/PriceListEndPoint.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/Syllabus.mjs +2 -2
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/User.mjs +1 -1
- package/esm2022/lib/UsersEndPoint.mjs +1 -1
- package/esm2022/lib/UsersFilter.mjs +1 -1
- package/esm2022/lib/index.mjs +124 -122
- package/esm2022/lib/services.export.mjs +45 -45
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5125 -5052
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +2 -2
- package/lib/AccountsEndPoint.d.ts +4 -4
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/AuditLog.d.ts +1 -1
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/Campaign.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/ContactGroup.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +7 -7
- package/lib/Credit.d.ts +1 -1
- package/lib/CreditsFilter.d.ts +1 -1
- package/lib/DocumentsEndPoint.d.ts +1 -1
- package/lib/Flight.d.ts +4 -4
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightPlan.d.ts +3 -3
- package/lib/FlightRisk.d.ts +7 -7
- package/lib/FlightsEndPoint.d.ts +6 -6
- package/lib/FlightsFilter.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +4 -4
- package/lib/Lesson.d.ts +1 -1
- package/lib/Lookup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +2 -2
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +7 -2
- package/lib/MyBookingsEndPoint.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +4 -4
- package/lib/MyMessagesEndPoint.d.ts +1 -1
- package/lib/Notification.d.ts +14 -0
- package/lib/NotificationTypeCode.d.ts +11 -0
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PriceListEndPoint.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/Syllabus.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +123 -121
- 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 { ColumnDef } from '.';
|
|
2
|
+
import { AccountTypeCode } from '.';
|
|
1
3
|
import { AccountStatusCode } from '.';
|
|
2
4
|
import { Address } from '.';
|
|
3
5
|
import { BaseEntityEx } from '.';
|
|
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 { Credit } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
3
5
|
import { AccountStatusCode } from '.';
|
|
6
|
+
import { FlightStatusCode } from '.';
|
|
4
7
|
import { FlightPurposeCode } from '.';
|
|
5
8
|
import { Flight } from '.';
|
|
6
9
|
import { Account } from '.';
|
|
10
|
+
import { FlightStateCode } from '.';
|
|
7
11
|
import { AccountTypeCode } from '.';
|
|
8
12
|
import { StringKeyValue } from '.';
|
|
9
13
|
import { FlightTypeCode } from '.';
|
|
10
|
-
import { FlightStatusCode } from '.';
|
|
11
|
-
import { Credit } from '.';
|
|
12
|
-
import { Document } 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/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Magneto } from '.';
|
|
2
1
|
import { Propeller } from '.';
|
|
3
2
|
import { Fuel } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import {
|
|
6
|
-
import { AirplaneStatusCode } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
7
5
|
import { AirplaneValidationFlag } from '.';
|
|
6
|
+
import { Magneto } from '.';
|
|
8
7
|
import { Engine } from '.';
|
|
9
8
|
import { WBConfig } from '.';
|
|
10
|
-
import {
|
|
9
|
+
import { TypeRatingFlag } from '.';
|
|
10
|
+
import { AirplaneStatusCode } 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 { AirplaneStatusCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
3
|
import { Airplane } from '.';
|
|
6
|
-
import { FlightStateCode } from '.';
|
|
7
|
-
import { Document } from '.';
|
|
8
|
-
import { StatusCode } from '.';
|
|
9
|
-
import { MaintenanceActionCode } from '.';
|
|
10
|
-
import { FlightTypeCode } from '.';
|
|
11
|
-
import { FlightStatusCode } from '.';
|
|
12
4
|
import { StringKeyValue } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
13
6
|
import { Flight } from '.';
|
|
7
|
+
import { StatusCode } from '.';
|
|
8
|
+
import { MaintenanceActionCode } from '.';
|
|
9
|
+
import { FlightStateCode } from '.';
|
|
10
|
+
import { FlightPurposeCode } from '.';
|
|
14
11
|
import { Maintenance } from '.';
|
|
12
|
+
import { AirplaneStatusCode } from '.';
|
|
13
|
+
import { FlightStatusCode } from '.';
|
|
14
|
+
import { Document } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class AirplanesEndPoint {
|
|
17
17
|
private config;
|
package/lib/AuditLog.d.ts
CHANGED
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;
|
package/lib/BookingSlotsSet.d.ts
CHANGED
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { CampaignTypeCode } from '.';
|
|
1
2
|
import { CampaignStatusCode } from '.';
|
|
2
3
|
import { CurrencyCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
5
|
import { ColumnDef } from '.';
|
|
5
|
-
import { CampaignTypeCode } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ValidationFlag } from '.';
|
|
2
1
|
import { StatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { ValidationFlag } 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 { Address } from '.';
|
|
2
|
-
import { TypeRatingFlag } from '.';
|
|
3
|
-
import { ValidationFlag } from '.';
|
|
4
1
|
import { ColumnDef } from '.';
|
|
5
2
|
import { AccountStatusCode } from '.';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
6
4
|
import { LicenseKindFlag } from '.';
|
|
7
5
|
import { MedicalCertClassCode } from '.';
|
|
8
|
-
import {
|
|
6
|
+
import { ValidationFlag } from '.';
|
|
9
7
|
import { BaseEntityEx } from '.';
|
|
8
|
+
import { Address } from '.';
|
|
9
|
+
import { TypeRatingFlag } 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,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
|
-
import { StatusCode } from '.';
|
|
3
|
+
import { FlightTypeCode } from '.';
|
|
6
4
|
import { Flight } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import { Document } from '.';
|
|
5
|
+
import { StatusCode } from '.';
|
|
9
6
|
import { Contact } from '.';
|
|
10
|
-
import { FlightStatusCode } from '.';
|
|
11
7
|
import { FlightStateCode } from '.';
|
|
8
|
+
import { Document } from '.';
|
|
12
9
|
import { StringKeyValue } from '.';
|
|
13
|
-
import {
|
|
10
|
+
import { FlightPurposeCode } from '.';
|
|
11
|
+
import { MessageConfirm } from '.';
|
|
12
|
+
import { Certificate } from '.';
|
|
13
|
+
import { FlightStatusCode } from '.';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export declare class ContactsEndPoint {
|
|
16
16
|
private config;
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TransactionTypeCode } from '.';
|
|
2
1
|
import { CurrencyCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { TransactionTypeCode } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/CreditsFilter.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Document } from '.';
|
|
4
3
|
import { StorageItem } from '.';
|
|
4
|
+
import { Document } 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,12 +1,12 @@
|
|
|
1
|
-
import { BillingStatusCode } from '.';
|
|
2
|
-
import { Lesson } from '.';
|
|
3
|
-
import { BaseEntityEx } from '.';
|
|
4
1
|
import { ColumnDef } from '.';
|
|
5
2
|
import { FlightPurposeCode } from '.';
|
|
6
3
|
import { FlightCategoryCode } from '.';
|
|
7
4
|
import { FlightTypeCode } from '.';
|
|
8
|
-
import {
|
|
5
|
+
import { BillingStatusCode } from '.';
|
|
6
|
+
import { Lesson } from '.';
|
|
7
|
+
import { BaseEntityEx } from '.';
|
|
9
8
|
import { FlightClassCode } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
10
10
|
import { TOLData } from '.';
|
|
11
11
|
import { RiskAssessment } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightStatusCode } from '.';
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
1
4
|
import { FlightPurposeCode } from '.';
|
|
2
5
|
import { TOLData } from '.';
|
|
3
6
|
import { BaseEntityEx } from '.';
|
|
4
7
|
import { ColumnDef } from '.';
|
|
5
|
-
import { FlightTypeCode } from '.';
|
|
6
|
-
import { FlightStatusCode } from '.';
|
|
7
|
-
import { FlightStateCode } 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 { DestinationRisks } from '.';
|
|
2
|
-
import { TripRisks } from '.';
|
|
3
|
-
import { WeatherRisks } from '.';
|
|
4
|
-
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
|
-
import { PilotQualificationsRisks } from '.';
|
|
7
|
-
import { DepartureRisks } from '.';
|
|
8
1
|
import { Mitigation } from '.';
|
|
9
2
|
import { CrewDutyDayRisks } from '.';
|
|
3
|
+
import { DepartureRisks } from '.';
|
|
4
|
+
import { WeatherRisks } from '.';
|
|
10
5
|
import { SpecialRisks } from '.';
|
|
6
|
+
import { ColumnDef } from '.';
|
|
7
|
+
import { PilotQualificationsRisks } from '.';
|
|
8
|
+
import { DestinationRisks } from '.';
|
|
9
|
+
import { TripRisks } from '.';
|
|
10
|
+
import { BaseEntityEx } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
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
3
|
import { AnyKeyValue } from '.';
|
|
4
|
+
import { Point } from '.';
|
|
4
5
|
import { Contact } from '.';
|
|
5
|
-
import {
|
|
6
|
+
import { PostFlightInfo } from '.';
|
|
6
7
|
import { FlightTicket } from '.';
|
|
8
|
+
import { FlightPlan } from '.';
|
|
7
9
|
import { Flight } from '.';
|
|
8
|
-
import { FlightTypeCode } from '.';
|
|
9
10
|
import { FlightStatusCode } from '.';
|
|
10
|
-
import {
|
|
11
|
+
import { TimeSeries } from '.';
|
|
11
12
|
import { PreFlightInfo } from '.';
|
|
13
|
+
import { FlightTypeCode } from '.';
|
|
12
14
|
import { BillingStatusCode } from '.';
|
|
13
|
-
import {
|
|
14
|
-
import { FlightPlan } from '.';
|
|
15
|
-
import { PostFlightInfo } from '.';
|
|
15
|
+
import { FlightPurposeCode } 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
1
|
import { FlightPurposeCode } from '.';
|
|
3
2
|
import { TimeFrame } from '.';
|
|
4
3
|
import { FlightTypeCode } from '.';
|
|
5
4
|
import { FlightStatusCode } from '.';
|
|
5
|
+
import { BillingStatusCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
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 { Lead } from '.';
|
|
4
|
-
import { TimeSeries } from '.';
|
|
5
|
-
import { LeadAction } from '.';
|
|
6
3
|
import { IntKeyValue } from '.';
|
|
7
|
-
import {
|
|
4
|
+
import { Lead } from '.';
|
|
8
5
|
import { LeadStatusCode } from '.';
|
|
6
|
+
import { LeadAction } from '.';
|
|
9
7
|
import { Booking } from '.';
|
|
8
|
+
import { TimeSeries } from '.';
|
|
10
9
|
import { Point } from '.';
|
|
10
|
+
import { IntEnumValue } 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/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 { 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 { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { StatusCode } from '.';
|
|
4
2
|
import { MaintenanceActionCode } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { RestUtil, EntityResponse, ActionResponse } from '../utils';
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
3
|
import { LoginParams } from '.';
|
|
4
|
+
import { Contact } from '.';
|
|
5
|
+
import { Notification } from '.';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class MyAuthEndPoint {
|
|
7
8
|
private config;
|
|
@@ -24,6 +25,10 @@ export declare class MyAuthEndPoint {
|
|
|
24
25
|
* Send SMS code
|
|
25
26
|
*/
|
|
26
27
|
verifyCode(code?: string): import("rxjs").Observable<ActionResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Get notifications for user - to show in the dashboard
|
|
30
|
+
*/
|
|
31
|
+
getNotifications(): import("rxjs").Observable<EntitiesResponse<Notification>>;
|
|
27
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MyAuthEndPoint, never>;
|
|
28
33
|
static ɵprov: i0.ɵɵInjectableDeclaration<MyAuthEndPoint>;
|
|
29
34
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { BookingStatusCode } from '.';
|
|
3
4
|
import { Lookup } from '.';
|
|
4
5
|
import { BookingSlot } from '.';
|
|
5
|
-
import { BookingStatusCode } from '.';
|
|
6
|
-
import { BookingTypeFlag } from '.';
|
|
7
6
|
import { Airplane } from '.';
|
|
8
7
|
import { Booking } from '.';
|
|
8
|
+
import { BookingTypeFlag } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class MyBookingsEndPoint {
|
|
11
11
|
private config;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
3
|
import { FlightStatusCode } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
|
-
import { FlightPlan } from '.';
|
|
7
|
-
import { InstructionTypeCode } from '.';
|
|
8
4
|
import { Syllabus } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
|
+
import { InstructionTypeCode } from '.';
|
|
9
7
|
import { PreFlightInfo } from '.';
|
|
10
8
|
import { PostFlightInfo } from '.';
|
|
9
|
+
import { Flight } from '.';
|
|
10
|
+
import { FlightPlan } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { SystemMessage } from '.';
|
|
4
3
|
import { MessageConfirm } from '.';
|
|
4
|
+
import { SystemMessage } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MyMessagesEndPoint {
|
|
7
7
|
private config;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
|
+
import { NotificationTypeCode } from '.';
|
|
3
|
+
import { PriorityCode } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
|
+
export declare class Notification extends BaseEntityEx {
|
|
7
|
+
type: NotificationTypeCode;
|
|
8
|
+
description: string;
|
|
9
|
+
severity: PriorityCode;
|
|
10
|
+
items: StringKeyValue[];
|
|
11
|
+
count: number;
|
|
12
|
+
get(field: string): any;
|
|
13
|
+
}
|
|
14
|
+
export declare function GetNotificationColumnsDef(): ColumnDef[];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Tuple } from '.';
|
|
2
|
+
export declare enum NotificationTypeCode {
|
|
3
|
+
UNDEFINED = 0,
|
|
4
|
+
GENERAL = 1,
|
|
5
|
+
FLIGHTS = 2,
|
|
6
|
+
CERTIFICATE = 4,
|
|
7
|
+
UNREAD = 8,
|
|
8
|
+
BALANCE = 16
|
|
9
|
+
}
|
|
10
|
+
export declare function GetNotificationTypeCodes(): Tuple<NotificationTypeCode, string>[];
|
|
11
|
+
export declare function MapNotificationTypeCodes(): Map<NotificationTypeCode, string>;
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FlightPurposeCode } from '.';
|
|
2
1
|
import { FlightTypeCode } from '.';
|
|
3
2
|
import { FlightCategoryCode } from '.';
|
|
4
3
|
import { AssessmentCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
5
|
export declare class PostFlightInfo {
|
|
6
6
|
flightId: string;
|
|
7
7
|
flightNumber: number;
|
|
@@ -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 { CrewDutyDayRisks } from '.';
|
|
2
|
+
import { DepartureRisks } from '.';
|
|
3
|
+
import { DestinationRisks } from '.';
|
|
1
4
|
import { TripRisks } from '.';
|
|
2
5
|
import { WeatherRisks } from '.';
|
|
3
6
|
import { SpecialRisks } from '.';
|
|
4
7
|
import { Mitigation } from '.';
|
|
5
8
|
import { PilotQualificationsRisks } from '.';
|
|
6
|
-
import { CrewDutyDayRisks } from '.';
|
|
7
|
-
import { DepartureRisks } from '.';
|
|
8
|
-
import { DestinationRisks } 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 '.';
|
|
2
1
|
import { FlightCategoryCode } from '.';
|
|
3
2
|
import { InstructionTypeCode } from '.';
|
|
4
3
|
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 { SystemMessage } from '.';
|
|
4
3
|
import { MessageTypeCode } from '.';
|
|
5
4
|
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 { UserRoleFlag } from '.';
|
|
2
1
|
import { UserStatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
5
4
|
import { UserTypeCode } from '.';
|
|
5
|
+
import { UserRoleFlag } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
package/lib/UsersEndPoint.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { UserTypeCode } from '.';
|
|
3
4
|
import { UserStatusCode } from '.';
|
|
4
5
|
import { StringKeyValue } from '.';
|
|
5
6
|
import { User } from '.';
|
|
6
|
-
import { UserTypeCode } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UsersEndPoint {
|
|
9
9
|
private config;
|