@aya-flights/ngx-goox-lib 1.19.64 → 2.18.1
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/aya-flights-ngx-goox-lib.mjs +5 -0
- package/esm2022/config.mjs +13 -0
- package/esm2022/lib/ADSBCategoryCode.mjs +43 -0
- package/esm2022/lib/ADSBSourceFlag.mjs +32 -0
- package/esm2022/lib/ADSBState.mjs +48 -0
- package/esm2022/lib/Account.mjs +36 -0
- package/esm2022/lib/AccountFilter.mjs +12 -0
- package/esm2022/lib/AccountStatusCode.mjs +35 -0
- package/esm2022/lib/AccountsEndPoint.mjs +182 -0
- package/esm2022/lib/Address.mjs +21 -0
- package/esm2022/lib/Airplane.mjs +41 -0
- package/esm2022/lib/AirplaneFilter.mjs +15 -0
- package/esm2022/lib/AirplaneStatusCode.mjs +31 -0
- package/esm2022/lib/AirplaneValidationFlag.mjs +119 -0
- package/esm2022/lib/AirplanesEndPoint.mjs +186 -0
- package/esm2022/lib/AnyKeyValue.mjs +12 -0
- package/esm2022/lib/AssessmentCode.mjs +47 -0
- package/esm2022/lib/AuditLog.mjs +28 -0
- package/esm2022/lib/AuditLogFilter.mjs +27 -0
- package/esm2022/lib/AuditLogsEndPoint.mjs +116 -0
- package/esm2022/lib/BaseEntity.mjs +15 -0
- package/esm2022/lib/BaseEntityEx.mjs +21 -0
- package/esm2022/lib/BaseFilter.mjs +9 -0
- package/esm2022/lib/Billing.mjs +36 -0
- package/esm2022/lib/BillingRecord.mjs +24 -0
- package/esm2022/lib/BillingStatusCode.mjs +59 -0
- package/esm2022/lib/Booking.mjs +32 -0
- package/esm2022/lib/BookingFilter.mjs +27 -0
- package/esm2022/lib/BookingSlot.mjs +26 -0
- package/esm2022/lib/BookingSlots.mjs +22 -0
- package/esm2022/lib/BookingSlotsEndPoint.mjs +105 -0
- package/esm2022/lib/BookingSlotsSet.mjs +24 -0
- package/esm2022/lib/BookingStatusCode.mjs +47 -0
- package/esm2022/lib/BookingTypeFlag.mjs +51 -0
- package/esm2022/lib/BookingsEndPoint.mjs +169 -0
- package/esm2022/lib/Campaign.mjs +32 -0
- package/esm2022/lib/CampaignStatusCode.mjs +35 -0
- package/esm2022/lib/CampaignTypeCode.mjs +31 -0
- package/esm2022/lib/CampaignsEndPoint.mjs +92 -0
- package/esm2022/lib/Certificate.mjs +30 -0
- package/esm2022/lib/CertificateFilter.mjs +18 -0
- package/esm2022/lib/CertificatesEndPoint.mjs +97 -0
- package/esm2022/lib/ColumnDef.mjs +26 -0
- package/esm2022/lib/ConfirmStatusCode.mjs +31 -0
- package/esm2022/lib/Contact.mjs +50 -0
- package/esm2022/lib/ContactFilter.mjs +15 -0
- package/esm2022/lib/ContactsEndPoint.mjs +239 -0
- package/esm2022/lib/Credit.mjs +35 -0
- package/esm2022/lib/CreditFilter.mjs +18 -0
- package/esm2022/lib/CreditsEndPoint.mjs +91 -0
- package/esm2022/lib/CrewDutyDayRisks.mjs +15 -0
- package/esm2022/lib/CurrencyCode.mjs +31 -0
- package/esm2022/lib/DepartureRisks.mjs +21 -0
- package/esm2022/lib/DestinationRisks.mjs +42 -0
- package/esm2022/lib/Document.mjs +31 -0
- package/esm2022/lib/DocumentRevision.mjs +27 -0
- package/esm2022/lib/DocumentsEndPoint.mjs +85 -0
- package/esm2022/lib/Engine.mjs +21 -0
- package/esm2022/lib/Enums.mjs +288 -0
- package/esm2022/lib/ErrorCode.mjs +51 -0
- package/esm2022/lib/FilterFlag.mjs +119 -0
- package/esm2022/lib/Flight.mjs +56 -0
- package/esm2022/lib/FlightBilling.mjs +31 -0
- package/esm2022/lib/FlightFilter.mjs +36 -0
- package/esm2022/lib/FlightPassenger.mjs +25 -0
- package/esm2022/lib/FlightPlan.mjs +43 -0
- package/esm2022/lib/FlightPurposeCode.mjs +67 -0
- package/esm2022/lib/FlightRisk.mjs +30 -0
- package/esm2022/lib/FlightStateCode.mjs +35 -0
- package/esm2022/lib/FlightStatusCode.mjs +43 -0
- package/esm2022/lib/FlightTicket.mjs +29 -0
- package/esm2022/lib/FlightTicketsEndPoint.mjs +76 -0
- package/esm2022/lib/FlightTypeCode.mjs +63 -0
- package/esm2022/lib/FlightsEndPoint.mjs +255 -0
- package/esm2022/lib/Fuel.mjs +27 -0
- package/esm2022/lib/Group.mjs +24 -0
- package/esm2022/lib/GroupsEndPoint.mjs +86 -0
- package/esm2022/lib/IntKeyValue.mjs +12 -0
- package/esm2022/lib/Lead.mjs +39 -0
- package/esm2022/lib/LeadAction.mjs +24 -0
- package/esm2022/lib/LeadFilter.mjs +21 -0
- package/esm2022/lib/LeadStatusCode.mjs +47 -0
- package/esm2022/lib/LeadsEndPoint.mjs +141 -0
- package/esm2022/lib/Lesson.mjs +30 -0
- package/esm2022/lib/Location.mjs +15 -0
- package/esm2022/lib/LogBookRecord.mjs +39 -0
- package/esm2022/lib/LoginParams.mjs +15 -0
- package/esm2022/lib/Lookup.mjs +26 -0
- package/esm2022/lib/LookupGroup.mjs +15 -0
- package/esm2022/lib/LookupsEndPoint.mjs +83 -0
- package/esm2022/lib/Magneto.mjs +18 -0
- package/esm2022/lib/Maintenance.mjs +35 -0
- package/esm2022/lib/MaintenanceActionCode.mjs +43 -0
- package/esm2022/lib/MaintenanceFilter.mjs +24 -0
- package/esm2022/lib/MaintenancesEndPoint.mjs +97 -0
- package/esm2022/lib/MessageConfirm.mjs +29 -0
- package/esm2022/lib/MessageConfirmsEndPoint.mjs +79 -0
- package/esm2022/lib/MessageTypeCode.mjs +47 -0
- package/esm2022/lib/Mitigation.mjs +27 -0
- package/esm2022/lib/ModuleCode.mjs +71 -0
- package/esm2022/lib/MyAuthEndPoint.mjs +42 -0
- package/esm2022/lib/MyBookingsEndPoint.mjs +95 -0
- package/esm2022/lib/MyCreditsEndPoint.mjs +46 -0
- package/esm2022/lib/MyFlightsEndPoint.mjs +92 -0
- package/esm2022/lib/OnBoard.mjs +18 -0
- package/esm2022/lib/OperatorCode.mjs +15 -0
- package/esm2022/lib/PaymentMethodCode.mjs +43 -0
- package/esm2022/lib/Permission.mjs +12 -0
- package/esm2022/lib/PermissionFlag.mjs +43 -0
- package/esm2022/lib/PilotQualificationsRisks.mjs +18 -0
- package/esm2022/lib/PostFlightData.mjs +45 -0
- package/esm2022/lib/PostFlightInfo.mjs +114 -0
- package/esm2022/lib/PreFlightData.mjs +45 -0
- package/esm2022/lib/PreFlightInfo.mjs +102 -0
- package/esm2022/lib/Price.mjs +25 -0
- package/esm2022/lib/PriceListEndPoint.mjs +76 -0
- package/esm2022/lib/PriorityCode.mjs +35 -0
- package/esm2022/lib/Propeller.mjs +21 -0
- package/esm2022/lib/ReFuel.mjs +15 -0
- package/esm2022/lib/RiskAssessment.mjs +33 -0
- package/esm2022/lib/SpecialRisks.mjs +15 -0
- package/esm2022/lib/StatusCode.mjs +39 -0
- package/esm2022/lib/StringKeyValue.mjs +12 -0
- package/esm2022/lib/SystemConfig.mjs +22 -0
- package/esm2022/lib/SystemConfigsEndPoint.mjs +67 -0
- package/esm2022/lib/SystemEndPoint.mjs +30 -0
- package/esm2022/lib/SystemMessage.mjs +25 -0
- package/esm2022/lib/SystemMessagesEndPoint.mjs +95 -0
- package/esm2022/lib/TOLData.mjs +24 -0
- package/esm2022/lib/TicketStatusCode.mjs +27 -0
- package/esm2022/lib/TimeDataPoint.mjs +12 -0
- package/esm2022/lib/TimeFrame.mjs +11 -0
- package/esm2022/lib/TimeSeries.mjs +15 -0
- package/esm2022/lib/TokenData.mjs +18 -0
- package/esm2022/lib/TransactionTypeCode.mjs +43 -0
- package/esm2022/lib/TripRisks.mjs +21 -0
- package/esm2022/lib/Tuple.mjs +12 -0
- package/esm2022/lib/User.mjs +29 -0
- package/esm2022/lib/UserEndPoint.mjs +31 -0
- package/esm2022/lib/UserFilter.mjs +21 -0
- package/esm2022/lib/UserRoleFlag.mjs +51 -0
- package/esm2022/lib/UserStatusCode.mjs +35 -0
- package/esm2022/lib/UserTypeCode.mjs +35 -0
- package/esm2022/lib/UsersEndPoint.mjs +110 -0
- package/esm2022/lib/ValidationFlag.mjs +95 -0
- package/esm2022/lib/WeatherRisks.mjs +36 -0
- package/esm2022/lib/index.mjs +145 -0
- package/esm2022/lib/services.export.mjs +57 -0
- package/esm2022/ngx-goox-lib.module.mjs +28 -0
- package/esm2022/public-api.mjs +8 -0
- package/esm2022/utils/ActionResponse.mjs +12 -0
- package/esm2022/utils/BaseRestResponse.mjs +10 -0
- package/esm2022/utils/Entities.mjs +8 -0
- package/esm2022/utils/EntitiesResponse.mjs +18 -0
- package/esm2022/utils/EntityResponse.mjs +16 -0
- package/esm2022/utils/SimpleEntity.mjs +4 -0
- package/esm2022/utils/index.mjs +8 -0
- package/esm2022/utils/rest-util.mjs +136 -0
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4127 -4126
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +3 -3
- package/lib/Airplane.d.ts +2 -2
- package/lib/AirplanesEndPoint.d.ts +1 -1
- package/lib/AuditLog.d.ts +1 -1
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -0
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/BookingSlotsSet.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/CertificatesEndPoint.d.ts +1 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/CreditsEndPoint.d.ts +1 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +6 -6
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +2 -2
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/UserFilter.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +106 -106
- package/lib/services.export.d.ts +19 -19
- package/package.json +5 -3
- package/utils/rest-util.d.ts +2 -2
package/lib/Account.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Document } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
5
|
+
import { Flight } from '.';
|
|
5
6
|
import { Credit } from '.';
|
|
6
7
|
import { Account } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
|
@@ -50,7 +50,7 @@ export declare class AccountsEndPoint {
|
|
|
50
50
|
/**
|
|
51
51
|
* Download account credit history as XLSX document
|
|
52
52
|
*/
|
|
53
|
-
downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
53
|
+
downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
54
54
|
/**
|
|
55
55
|
* Find related documents
|
|
56
56
|
*/
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { AirplaneStatusCode } from '.';
|
|
4
2
|
import { AirplaneValidationFlag } from '.';
|
|
5
3
|
import { Engine } from '.';
|
|
6
4
|
import { Magneto } from '.';
|
|
7
5
|
import { Propeller } from '.';
|
|
8
6
|
import { Fuel } from '.';
|
|
7
|
+
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
9
9
|
export declare class Airplane extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { Airplane } from '.';
|
|
4
|
-
import { StringKeyValue } from '.';
|
|
5
4
|
import { Flight } from '.';
|
|
6
5
|
import { Document } from '.';
|
|
7
6
|
import { Maintenance } from '.';
|
|
7
|
+
import { StringKeyValue } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
package/lib/AuditLog.d.ts
CHANGED
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BookingTypeFlag } from '.';
|
|
2
1
|
import { BookingStatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { BookingTypeFlag } from '.';
|
|
5
5
|
export declare class Booking extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
title: string;
|
package/lib/BookingSlot.d.ts
CHANGED
package/lib/BookingSlots.d.ts
CHANGED
package/lib/BookingSlotsSet.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
5
|
import { TimeSeries } from '.';
|
|
5
|
-
import { Booking } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingsEndPoint {
|
|
8
8
|
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 { StringKeyValue } from '.';
|
|
4
3
|
import { Campaign } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CampaignsEndPoint {
|
|
7
7
|
private config;
|
|
@@ -38,7 +38,7 @@ export declare class CertificatesEndPoint {
|
|
|
38
38
|
/**
|
|
39
39
|
* Download certificate reference document
|
|
40
40
|
*/
|
|
41
|
-
download(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
41
|
+
download(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
42
42
|
/**
|
|
43
43
|
* Delete certificate reference document
|
|
44
44
|
*/
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { AccountStatusCode } from '.';
|
|
2
3
|
import { Address } from '.';
|
|
3
4
|
import { ValidationFlag } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Contact extends BaseEntityEx {
|
|
7
7
|
accountId: string;
|
|
8
8
|
name: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Contact } from '.';
|
|
3
4
|
import { StringKeyValue } from '.';
|
|
4
5
|
import { Certificate } from '.';
|
|
5
6
|
import { Flight } from '.';
|
|
6
7
|
import { MessageConfirm } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
8
8
|
import { Document } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
@@ -67,11 +67,11 @@ export declare class ContactsEndPoint {
|
|
|
67
67
|
/**
|
|
68
68
|
* Download student sheet as XLSX document
|
|
69
69
|
*/
|
|
70
|
-
downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
70
|
+
downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
71
71
|
/**
|
|
72
72
|
* Download student sheet as CSV document
|
|
73
73
|
*/
|
|
74
|
-
downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
74
|
+
downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
75
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsEndPoint, never>;
|
|
76
76
|
static ɵprov: i0.ɵɵInjectableDeclaration<ContactsEndPoint>;
|
|
77
77
|
}
|
package/lib/CreditsEndPoint.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare class CreditsEndPoint {
|
|
|
38
38
|
/**
|
|
39
39
|
* Download credit reference document
|
|
40
40
|
*/
|
|
41
|
-
download(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
41
|
+
download(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
42
42
|
/**
|
|
43
43
|
* Delete reference document
|
|
44
44
|
*/
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { BillingStatusCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
|
-
import { OnBoard } from '.';
|
|
4
|
-
import { TOLData } from '.';
|
|
5
|
-
import { Billing } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
1
|
import { FlightStateCode } from '.';
|
|
2
|
+
import { BillingStatusCode } from '.';
|
|
8
3
|
import { Lesson } from '.';
|
|
4
|
+
import { Billing } from '.';
|
|
9
5
|
import { RiskAssessment } from '.';
|
|
10
6
|
import { BaseEntityEx } from '.';
|
|
11
7
|
import { ColumnDef } from '.';
|
|
8
|
+
import { FlightTypeCode } from '.';
|
|
12
9
|
import { FlightStatusCode } from '.';
|
|
10
|
+
import { FlightPurposeCode } from '.';
|
|
11
|
+
import { OnBoard } from '.';
|
|
12
|
+
import { TOLData } from '.';
|
|
13
13
|
import { ReFuel } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightFilter.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 FlightFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
accountId: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
2
|
+
import { FlightTypeCode } from '.';
|
|
1
3
|
import { FlightStatusCode } from '.';
|
|
2
4
|
import { FlightStateCode } from '.';
|
|
3
5
|
import { FlightPurposeCode } from '.';
|
|
4
6
|
import { TOLData } from '.';
|
|
5
7
|
import { BaseEntityEx } from '.';
|
|
6
|
-
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
|
+
import { CrewDutyDayRisks } from '.';
|
|
1
2
|
import { DestinationRisks } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import { Mitigation } from '.';
|
|
3
|
+
import { SpecialRisks } from '.';
|
|
4
4
|
import { ColumnDef } from '.';
|
|
5
5
|
import { PilotQualificationsRisks } from '.';
|
|
6
6
|
import { DepartureRisks } from '.';
|
|
7
7
|
import { TripRisks } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { WeatherRisks } from '.';
|
|
9
|
+
import { Mitigation } from '.';
|
|
9
10
|
import { BaseEntityEx } from '.';
|
|
10
|
-
import { CrewDutyDayRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import {
|
|
4
|
-
import { TimeSeries } from '.';
|
|
3
|
+
import { PreFlightInfo } from '.';
|
|
5
4
|
import { PostFlightInfo } from '.';
|
|
6
5
|
import { Flight } from '.';
|
|
6
|
+
import { TimeSeries } from '.';
|
|
7
7
|
import { FlightPlan } from '.';
|
|
8
|
-
import { Contact } from '.';
|
|
9
8
|
import { FlightTicket } from '.';
|
|
10
|
-
import {
|
|
9
|
+
import { Contact } from '.';
|
|
10
|
+
import { AnyKeyValue } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Group.d.ts
CHANGED
package/lib/GroupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { 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/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StatusCode } from '.';
|
|
2
1
|
import { MaintenanceActionCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { StatusCode } from '.';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -38,7 +38,7 @@ export declare class MaintenancesEndPoint {
|
|
|
38
38
|
/**
|
|
39
39
|
* Download maintenances reference document
|
|
40
40
|
*/
|
|
41
|
-
download(id?: string): import("rxjs").Observable<import("@angular/common/
|
|
41
|
+
download(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
42
42
|
/**
|
|
43
43
|
* Delete maintenances reference document
|
|
44
44
|
*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { FlightPlan } from '.';
|
|
4
3
|
import { PreFlightInfo } from '.';
|
|
5
4
|
import { PostFlightInfo } from '.';
|
|
6
5
|
import { Flight } from '.';
|
|
6
|
+
import { FlightPlan } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyFlightsEndPoint {
|
|
9
9
|
private config;
|
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
|
-
import { FlightTypeCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
1
|
import { OnBoard } from '.';
|
|
6
2
|
import { TOLData } from '.';
|
|
7
3
|
import { ReFuel } from '.';
|
|
8
4
|
import { Lesson } from '.';
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
|
+
import { ColumnDef } from '.';
|
|
7
|
+
import { FlightTypeCode } from '.';
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TripRisks } from '.';
|
|
1
2
|
import { WeatherRisks } from '.';
|
|
2
3
|
import { SpecialRisks } from '.';
|
|
3
4
|
import { Mitigation } from '.';
|
|
@@ -5,7 +6,6 @@ import { PilotQualificationsRisks } from '.';
|
|
|
5
6
|
import { CrewDutyDayRisks } from '.';
|
|
6
7
|
import { DepartureRisks } from '.';
|
|
7
8
|
import { DestinationRisks } from '.';
|
|
8
|
-
import { TripRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/UserFilter.d.ts
CHANGED
package/lib/UsersEndPoint.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 { User } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UsersEndPoint {
|
|
7
7
|
private config;
|