@aya-flights/ngx-goox-lib 2.18.133 → 2.18.134
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/Airplane.mjs +1 -1
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AuditLog.mjs +1 -1
- package/esm2022/lib/AuditLogsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingPlan.mjs +1 -1
- 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/Campaign.mjs +2 -2
- package/esm2022/lib/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +2 -2
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Enums.mjs +286 -286
- package/esm2022/lib/Flight.mjs +2 -2
- package/esm2022/lib/FlightPlan.mjs +1 -1
- package/esm2022/lib/FlightRisk.mjs +1 -1
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/LogBookRecord.mjs +2 -2
- package/esm2022/lib/MaintenancesEndPoint.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/MyStudentsEndPoint.mjs +36 -0
- package/esm2022/lib/Permission.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/Price.mjs +2 -2
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/SystemConfig.mjs +2 -2
- package/esm2022/lib/SystemMessage.mjs +2 -2
- package/esm2022/lib/TokenData.mjs +1 -1
- package/esm2022/lib/User.mjs +1 -1
- package/esm2022/lib/UserEndPoint.mjs +1 -1
- package/esm2022/lib/index.mjs +121 -120
- package/esm2022/lib/services.export.mjs +35 -33
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4828 -4795
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +6 -6
- package/lib/Airplane.d.ts +5 -5
- package/lib/AirplanesEndPoint.d.ts +8 -8
- package/lib/AuditLog.d.ts +1 -1
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingPlan.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Campaign.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +6 -6
- package/lib/Flight.d.ts +5 -5
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightsEndPoint.d.ts +8 -8
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/MaintenancesEndPoint.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 +2 -2
- package/lib/MyFlightsEndPoint.d.ts +4 -4
- package/lib/MyStudentsEndPoint.d.ts +20 -0
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +2 -2
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/TokenData.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/index.d.ts +120 -119
- package/lib/services.export.d.ts +18 -17
- 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,15 +1,15 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { Flight } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
5
5
|
import { FlightTypeCode } from '.';
|
|
6
|
+
import { FlightStatusCode } from '.';
|
|
6
7
|
import { FlightStateCode } from '.';
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
7
9
|
import { AccountStatusCode } from '.';
|
|
8
10
|
import { StringKeyValue } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { FlightPurposeCode } from '.';
|
|
12
|
-
import { Flight } from '.';
|
|
11
|
+
import { Credit } from '.';
|
|
12
|
+
import { Account } from '.';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class AccountsEndPoint {
|
|
15
15
|
private config;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Engine } from '.';
|
|
2
2
|
import { Magneto } from '.';
|
|
3
|
-
import {
|
|
3
|
+
import { Propeller } from '.';
|
|
4
|
+
import { WBConfig } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
6
|
+
import { TypeRatingFlag } from '.';
|
|
5
7
|
import { AirplaneStatusCode } from '.';
|
|
6
|
-
import { AirplaneValidationFlag } from '.';
|
|
7
|
-
import { WBConfig } from '.';
|
|
8
8
|
import { ColumnDef } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { AirplaneValidationFlag } from '.';
|
|
10
|
+
import { Fuel } 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 { Flight } from '.';
|
|
4
|
-
import { FlightStatusCode } from '.';
|
|
5
|
-
import { FlightStateCode } from '.';
|
|
6
3
|
import { Airplane } from '.';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { Document } from '.';
|
|
4
|
+
import { FlightStateCode } from '.';
|
|
5
|
+
import { Maintenance } from '.';
|
|
10
6
|
import { StatusCode } from '.';
|
|
7
|
+
import { MaintenanceActionCode } from '.';
|
|
11
8
|
import { StringKeyValue } from '.';
|
|
9
|
+
import { FlightStatusCode } from '.';
|
|
10
|
+
import { Document } from '.';
|
|
11
|
+
import { AirplaneStatusCode } from '.';
|
|
12
|
+
import { FlightTypeCode } from '.';
|
|
12
13
|
import { FlightPurposeCode } from '.';
|
|
13
|
-
import {
|
|
14
|
-
import { Maintenance } from '.';
|
|
14
|
+
import { Flight } 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
|
@@ -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/BookingPlan.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BookingTypeFlag } from '.';
|
|
2
1
|
import { FlightPurposeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { BookingTypeFlag } from '.';
|
|
6
6
|
export declare class BookingPlan extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/lib/BookingSlot.d.ts
CHANGED
package/lib/BookingSlots.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { BookingSlotsSet } from '.';
|
|
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 { 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;
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { CampaignTypeCode } from '.';
|
|
2
3
|
import { CampaignStatusCode } from '.';
|
|
3
4
|
import { CurrencyCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } 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 { 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;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { ValidationFlag } from '.';
|
|
2
3
|
import { StatusCode } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
|
-
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { BaseEntityEx } from '.';
|
|
2
|
+
import { ColumnDef } from '.';
|
|
1
3
|
import { AccountStatusCode } from '.';
|
|
2
4
|
import { MedicalCertClassCode } from '.';
|
|
3
5
|
import { ValidationFlag } from '.';
|
|
4
6
|
import { FlightCategoryCode } from '.';
|
|
5
|
-
import { BaseEntityEx } from '.';
|
|
6
|
-
import { ColumnDef } from '.';
|
|
7
7
|
import { Address } from '.';
|
|
8
8
|
import { TypeRatingFlag } from '.';
|
|
9
9
|
import { LicenseKindFlag } from '.';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
3
|
import { StatusCode } from '.';
|
|
5
|
-
import { MessageConfirm } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightStateCode } from '.';
|
|
8
4
|
import { StringKeyValue } from '.';
|
|
9
5
|
import { Certificate } from '.';
|
|
10
|
-
import { FlightStatusCode } from '.';
|
|
11
6
|
import { FlightPurposeCode } from '.';
|
|
12
|
-
import {
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
8
|
+
import { MessageConfirm } from '.';
|
|
9
|
+
import { Contact } from '.';
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
13
11
|
import { Document } from '.';
|
|
12
|
+
import { FlightStateCode } 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
|
+
import { Lesson } from '.';
|
|
2
|
+
import { RiskAssessment } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
1
4
|
import { FlightPurposeCode } from '.';
|
|
2
5
|
import { FlightCategoryCode } from '.';
|
|
3
|
-
import {
|
|
6
|
+
import { BillingStatusCode } from '.';
|
|
4
7
|
import { TOLData } from '.';
|
|
5
|
-
import { Lesson } from '.';
|
|
6
8
|
import { BaseEntityEx } from '.';
|
|
7
9
|
import { FlightClassCode } from '.';
|
|
8
10
|
import { FlightTypeCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { RiskAssessment } from '.';
|
|
11
|
-
import { ColumnDef } from '.';
|
|
11
|
+
import { FlightStatusCode } from '.';
|
|
12
12
|
export declare class Flight extends BaseEntityEx {
|
|
13
13
|
name: string;
|
|
14
14
|
description: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
1
2
|
import { FlightStatusCode } from '.';
|
|
2
3
|
import { FlightStateCode } from '.';
|
|
3
4
|
import { FlightPurposeCode } from '.';
|
|
4
5
|
import { TOLData } from '.';
|
|
5
6
|
import { BaseEntityEx } from '.';
|
|
6
7
|
import { ColumnDef } from '.';
|
|
7
|
-
import { FlightTypeCode } 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 { DepartureRisks } from '.';
|
|
2
|
+
import { DestinationRisks } from '.';
|
|
2
3
|
import { TripRisks } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import { Mitigation } from '.';
|
|
4
|
+
import { WeatherRisks } from '.';
|
|
5
5
|
import { BaseEntityEx } from '.';
|
|
6
6
|
import { ColumnDef } from '.';
|
|
7
7
|
import { PilotQualificationsRisks } from '.';
|
|
8
8
|
import { CrewDutyDayRisks } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { SpecialRisks } from '.';
|
|
10
|
+
import { Mitigation } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { FlightPlan } from '.';
|
|
5
|
+
import { PostFlightInfo } from '.';
|
|
5
6
|
import { AnyKeyValue } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
7
|
import { TimeSeries } from '.';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { Flight } from '.';
|
|
11
|
-
import { FlightPlan } from '.';
|
|
8
|
+
import { Contact } from '.';
|
|
9
|
+
import { FlightTicket } from '.';
|
|
12
10
|
import { FlightStatusCode } from '.';
|
|
11
|
+
import { Flight } from '.';
|
|
12
|
+
import { FlightTypeCode } from '.';
|
|
13
13
|
import { BillingStatusCode } from '.';
|
|
14
|
-
import {
|
|
14
|
+
import { PreFlightInfo } from '.';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export declare class FlightsEndPoint {
|
|
17
17
|
private config;
|
package/lib/LogBookRecord.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StatusCode } from '.';
|
|
4
3
|
import { Maintenance } from '.';
|
|
5
4
|
import { MaintenanceActionCode } from '.';
|
|
5
|
+
import { StatusCode } 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,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { ConfirmStatusCode } from '.';
|
|
3
4
|
import { PriorityCode } from '.';
|
|
4
5
|
import { MessageConfirm } from '.';
|
|
5
6
|
import { MessageTypeCode } from '.';
|
|
6
|
-
import { ConfirmStatusCode } 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;
|
|
@@ -2,10 +2,10 @@ import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../u
|
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Lookup } from '.';
|
|
4
4
|
import { BookingSlot } from '.';
|
|
5
|
-
import {
|
|
5
|
+
import { BookingTypeFlag } from '.';
|
|
6
6
|
import { BookingStatusCode } from '.';
|
|
7
|
+
import { Airplane } from '.';
|
|
7
8
|
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 { PostFlightInfo } from '.';
|
|
4
|
+
import { Flight } from '.';
|
|
3
5
|
import { FlightPlan } from '.';
|
|
4
|
-
import {
|
|
6
|
+
import { Syllabus } from '.';
|
|
5
7
|
import { PreFlightInfo } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
8
|
import { FlightTypeCode } from '.';
|
|
8
9
|
import { FlightStatusCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { PostFlightInfo } from '.';
|
|
10
|
+
import { InstructionTypeCode } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class MyFlightsEndPoint {
|
|
13
13
|
private config;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
|
+
import { GooxConfig } from '../config';
|
|
3
|
+
import { Contact } from '.';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MyStudentsEndPoint {
|
|
6
|
+
private config;
|
|
7
|
+
private rest;
|
|
8
|
+
private baseUrl;
|
|
9
|
+
constructor(config: GooxConfig, rest: RestUtil);
|
|
10
|
+
/**
|
|
11
|
+
* Get a single student by id
|
|
12
|
+
*/
|
|
13
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<Contact>>;
|
|
14
|
+
/**
|
|
15
|
+
* List my students by query
|
|
16
|
+
*/
|
|
17
|
+
list(): import("rxjs").Observable<EntitiesResponse<Contact>>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MyStudentsEndPoint, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MyStudentsEndPoint>;
|
|
20
|
+
}
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FlightCategoryCode } from '.';
|
|
2
|
-
import { AssessmentCode } from '.';
|
|
3
1
|
import { FlightPurposeCode } from '.';
|
|
4
2
|
import { FlightTypeCode } from '.';
|
|
3
|
+
import { FlightCategoryCode } from '.';
|
|
4
|
+
import { AssessmentCode } from '.';
|
|
5
5
|
export declare class PostFlightInfo {
|
|
6
6
|
flightId: string;
|
|
7
7
|
flightNumber: number;
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { PilotQualificationsRisks } from '.';
|
|
2
|
+
import { CrewDutyDayRisks } from '.';
|
|
1
3
|
import { DepartureRisks } from '.';
|
|
2
4
|
import { DestinationRisks } from '.';
|
|
3
5
|
import { TripRisks } from '.';
|
|
4
6
|
import { WeatherRisks } from '.';
|
|
5
7
|
import { SpecialRisks } from '.';
|
|
6
8
|
import { Mitigation } from '.';
|
|
7
|
-
import { PilotQualificationsRisks } from '.';
|
|
8
|
-
import { CrewDutyDayRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SystemConfig.d.ts
CHANGED
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
|
-
import { MessageTypeCode } from '.';
|
|
3
1
|
import { PriorityCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
3
|
+
import { ColumnDef } from '.';
|
|
4
|
+
import { MessageTypeCode } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
package/lib/TokenData.d.ts
CHANGED
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { UserTypeCode } from '.';
|
|
4
2
|
import { UserRoleFlag } from '.';
|
|
5
3
|
import { UserStatusCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
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 { User } from '.';
|
|
4
3
|
import { LoginParams } from '.';
|
|
4
|
+
import { User } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UserEndPoint {
|
|
7
7
|
private config;
|