@aya-flights/ngx-goox-lib 2.19.32 → 2.19.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +3815 -3815
- 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/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/Booking.d.ts +1 -1
- package/lib/Campaign.d.ts +2 -2
- package/lib/CertificatesFilter.d.ts +1 -1
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +9 -9
- package/lib/FlightPlan.d.ts +2 -2
- package/lib/FlightPurposeCode.d.ts +1 -1
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightsEndPoint.d.ts +6 -6
- package/lib/FlightsFilter.d.ts +2 -2
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/Lesson.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +3 -3
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +3 -3
- package/lib/PreFlightInfo.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +4 -4
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/UsersFilter.d.ts +1 -1
- package/lib/index.d.ts +104 -104
- package/lib/services.export.d.ts +20 -20
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
1
2
|
import { Address } from '.';
|
|
2
3
|
import { BaseEntityEx } from '.';
|
|
3
4
|
import { ColumnDef } from '.';
|
|
4
|
-
import { AccountStatusCode } from '.';
|
|
5
5
|
export declare class Account extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
enName: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Account } from '.';
|
|
4
|
+
import { Flight } from '.';
|
|
3
5
|
import { Credit } from '.';
|
|
4
|
-
import { Document } from '.';
|
|
5
6
|
import { StringKeyValue } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { Account } from '.';
|
|
7
|
+
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Maintenance } from '.';
|
|
4
3
|
import { Flight } from '.';
|
|
5
|
-
import {
|
|
4
|
+
import { Maintenance } from '.';
|
|
6
5
|
import { Airplane } from '.';
|
|
7
6
|
import { StringKeyValue } from '.';
|
|
7
|
+
import { Document } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { TimeSeries } from '.';
|
|
4
3
|
import { AuditLog } from '.';
|
|
4
|
+
import { TimeSeries } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Booking.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { 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
|
accountId: string;
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { CampaignTypeCode } from '.';
|
|
2
|
-
import { CampaignStatusCode } from '.';
|
|
3
1
|
import { CurrencyCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { CampaignTypeCode } from '.';
|
|
5
|
+
import { CampaignStatusCode } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { Address } from '.';
|
|
2
|
+
import { ValidationFlag } from '.';
|
|
1
3
|
import { BaseEntityEx } from '.';
|
|
2
4
|
import { ColumnDef } from '.';
|
|
3
5
|
import { AccountStatusCode } from '.';
|
|
4
|
-
import { Address } from '.';
|
|
5
|
-
import { ValidationFlag } from '.';
|
|
6
6
|
export declare class Contact extends BaseEntityEx {
|
|
7
7
|
accountId: string;
|
|
8
8
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
|
-
import { Certificate } from '.';
|
|
5
|
-
import { Flight } from '.';
|
|
6
3
|
import { StringKeyValue } from '.';
|
|
7
4
|
import { MessageConfirm } from '.';
|
|
8
5
|
import { Document } from '.';
|
|
6
|
+
import { Contact } from '.';
|
|
7
|
+
import { Certificate } from '.';
|
|
8
|
+
import { Flight } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { BillingStatusCode } from '.';
|
|
2
|
-
import {
|
|
2
|
+
import { Billing } from '.';
|
|
3
|
+
import { RiskAssessment } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
3
5
|
import { TOLData } from '.';
|
|
4
6
|
import { ReFuel } from '.';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
+
import { Lesson } from '.';
|
|
8
|
+
import { FlightPurposeCode } from '.';
|
|
7
9
|
import { FlightTypeCode } from '.';
|
|
10
|
+
import { FlightStatusCode } from '.';
|
|
8
11
|
import { FlightStateCode } from '.';
|
|
9
12
|
import { OnBoard } from '.';
|
|
10
|
-
import {
|
|
11
|
-
import { RiskAssessment } from '.';
|
|
12
|
-
import { BaseEntityEx } from '.';
|
|
13
|
-
import { FlightStatusCode } from '.';
|
|
13
|
+
import { ColumnDef } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
|
@@ -22,12 +22,12 @@ export declare class Flight extends BaseEntityEx {
|
|
|
22
22
|
airplaneId: string;
|
|
23
23
|
captain: string;
|
|
24
24
|
firstOfficer: string;
|
|
25
|
+
purpose: FlightPurposeCode;
|
|
26
|
+
purposeOt: string;
|
|
25
27
|
type: FlightTypeCode;
|
|
26
28
|
status: FlightStatusCode;
|
|
27
29
|
state: FlightStateCode;
|
|
28
30
|
billingStatus: BillingStatusCode;
|
|
29
|
-
purpose: FlightPurposeCode;
|
|
30
|
-
purposeOt: string;
|
|
31
31
|
onBoard: OnBoard;
|
|
32
32
|
attendingTime: string;
|
|
33
33
|
boardingTime: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { FlightStatusCode } from '.';
|
|
2
|
+
import { FlightStateCode } from '.';
|
|
1
3
|
import { FlightPurposeCode } from '.';
|
|
2
4
|
import { TOLData } from '.';
|
|
3
5
|
import { BaseEntityEx } from '.';
|
|
4
6
|
import { ColumnDef } from '.';
|
|
5
7
|
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 { SpecialRisks } from '.';
|
|
2
|
-
import { Mitigation } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
1
|
import { PilotQualificationsRisks } from '.';
|
|
5
|
-
import { TripRisks } from '.';
|
|
6
2
|
import { DestinationRisks } from '.';
|
|
7
|
-
import {
|
|
3
|
+
import { Mitigation } from '.';
|
|
8
4
|
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
9
6
|
import { CrewDutyDayRisks } from '.';
|
|
10
7
|
import { DepartureRisks } from '.';
|
|
8
|
+
import { TripRisks } from '.';
|
|
9
|
+
import { WeatherRisks } from '.';
|
|
10
|
+
import { SpecialRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
|
-
import { PostFlightInfo } from '.';
|
|
5
|
-
import { TimeSeries } from '.';
|
|
6
|
-
import { Contact } from '.';
|
|
7
|
-
import { AnyKeyValue } from '.';
|
|
8
|
-
import { FlightTicket } from '.';
|
|
9
3
|
import { FlightPlan } from '.';
|
|
4
|
+
import { FlightTicket } from '.';
|
|
10
5
|
import { PreFlightInfo } from '.';
|
|
6
|
+
import { AnyKeyValue } from '.';
|
|
7
|
+
import { Contact } from '.';
|
|
8
|
+
import { Flight } from '.';
|
|
9
|
+
import { TimeSeries } from '.';
|
|
10
|
+
import { PostFlightInfo } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/FlightsFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { FlightTypeCode } from '.';
|
|
3
1
|
import { FlightStatusCode } from '.';
|
|
4
2
|
import { BillingStatusCode } from '.';
|
|
5
3
|
import { FlightPurposeCode } from '.';
|
|
4
|
+
import { TimeFrame } from '.';
|
|
5
|
+
import { FlightTypeCode } from '.';
|
|
6
6
|
export declare class FlightsFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
period: TimeFrame;
|
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 { 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,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { LeadAction } from '.';
|
|
4
3
|
import { Lead } from '.';
|
|
5
4
|
import { TimeSeries } from '.';
|
|
5
|
+
import { LeadAction } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class LeadsEndPoint {
|
|
8
8
|
private config;
|
package/lib/Lesson.d.ts
CHANGED
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;
|
package/lib/MessageConfirm.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ConfirmStatusCode } from '.';
|
|
2
|
-
import { MessageTypeCode } from '.';
|
|
3
1
|
import { PriorityCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { ConfirmStatusCode } from '.';
|
|
5
|
+
import { MessageTypeCode } 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 { Flight } from '.';
|
|
3
4
|
import { FlightPlan } from '.';
|
|
4
5
|
import { PreFlightInfo } from '.';
|
|
5
6
|
import { PostFlightInfo } from '.';
|
|
6
|
-
import { Flight } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyFlightsEndPoint {
|
|
9
9
|
private config;
|
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
2
|
+
import { FlightPurposeCode } from '.';
|
|
3
|
+
import { OnBoard } from '.';
|
|
1
4
|
import { TOLData } from '.';
|
|
2
5
|
import { ReFuel } from '.';
|
|
3
6
|
import { Lesson } from '.';
|
|
4
7
|
import { BaseEntityEx } from '.';
|
|
5
8
|
import { ColumnDef } from '.';
|
|
6
|
-
import { FlightTypeCode } from '.';
|
|
7
|
-
import { FlightPurposeCode } from '.';
|
|
8
|
-
import { OnBoard } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { ReFuel } from '.';
|
|
2
|
+
import { Lesson } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
1
4
|
import { ColumnDef } from '.';
|
|
2
5
|
import { FlightTypeCode } from '.';
|
|
3
6
|
import { FlightPurposeCode } from '.';
|
|
4
7
|
import { OnBoard } from '.';
|
|
5
8
|
import { TOLData } from '.';
|
|
6
|
-
import { ReFuel } from '.';
|
|
7
|
-
import { Lesson } from '.';
|
|
8
|
-
import { BaseEntityEx } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PreFlightInfo.d.ts
CHANGED
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DestinationRisks } from '.';
|
|
2
|
-
import { TripRisks } from '.';
|
|
3
|
-
import { WeatherRisks } from '.';
|
|
4
|
-
import { SpecialRisks } from '.';
|
|
5
1
|
import { Mitigation } from '.';
|
|
6
2
|
import { PilotQualificationsRisks } from '.';
|
|
7
3
|
import { CrewDutyDayRisks } from '.';
|
|
8
4
|
import { DepartureRisks } from '.';
|
|
5
|
+
import { DestinationRisks } from '.';
|
|
6
|
+
import { TripRisks } from '.';
|
|
7
|
+
import { WeatherRisks } from '.';
|
|
8
|
+
import { SpecialRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
3
|
import { SystemMessage } from '.';
|
|
4
|
+
import { MessageConfirm } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SystemMessagesEndPoint {
|
|
7
7
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UserTypeCode } from '.';
|
|
2
|
-
import { UserRoleFlag } from '.';
|
|
3
1
|
import { UserStatusCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
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/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;
|
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 { User } from '.';
|
|
4
3
|
import { StringKeyValue } from '.';
|
|
4
|
+
import { User } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UsersEndPoint {
|
|
7
7
|
private config;
|