@aya-flights/ngx-goox-lib 1.19.34 → 1.19.36
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 +3755 -3752
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/Airplane.d.ts +3 -3
- package/lib/AirplanesEndPoint.d.ts +1 -1
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingFilter.d.ts +1 -1
- package/lib/BookingSlot.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Flight.d.ts +7 -7
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +1 -1
- package/lib/FlightRisk.d.ts +2 -2
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadFilter.d.ts +1 -1
- package/lib/LoginParams.d.ts +2 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/MyAuthEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +3 -3
- package/lib/PreFlightData.d.ts +3 -3
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/index.d.ts +100 -100
- package/lib/services.export.d.ts +20 -20
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { Account } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
|
+
import { Flight } from '.';
|
|
5
6
|
import { Credit } from '.';
|
|
6
7
|
import { Document } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { Engine } from '.';
|
|
2
|
+
import { Magneto } from '.';
|
|
3
|
+
import { Propeller } from '.';
|
|
1
4
|
import { Fuel } from '.';
|
|
2
5
|
import { BaseEntityEx } from '.';
|
|
3
6
|
import { ColumnDef } from '.';
|
|
4
7
|
import { AirplaneStatusCode } from '.';
|
|
5
8
|
import { AirplaneValidationFlag } from '.';
|
|
6
|
-
import { Engine } from '.';
|
|
7
|
-
import { Magneto } from '.';
|
|
8
|
-
import { Propeller } from '.';
|
|
9
9
|
export declare class Airplane extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
|
@@ -3,8 +3,8 @@ import { GooxConfig } from '../config';
|
|
|
3
3
|
import { Airplane } from '.';
|
|
4
4
|
import { Flight } from '.';
|
|
5
5
|
import { Document } from '.';
|
|
6
|
-
import { Maintenance } from '.';
|
|
7
6
|
import { StringKeyValue } from '.';
|
|
7
|
+
import { Maintenance } 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 { AuditLog } from '.';
|
|
4
3
|
import { TimeSeries } from '.';
|
|
4
|
+
import { AuditLog } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
package/lib/BookingFilter.d.ts
CHANGED
package/lib/BookingSlot.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { BookingStatusCode } from '.';
|
|
4
3
|
import { TimeSeries } from '.';
|
|
5
4
|
import { Booking } from '.';
|
|
5
|
+
import { BookingStatusCode } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingsEndPoint {
|
|
8
8
|
private config;
|
|
@@ -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 { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { ValidationFlag } from '.';
|
|
4
2
|
import { StatusCode } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { StringKeyValue } from '.';
|
|
4
|
-
import {
|
|
5
|
-
import { Contact } from '.';
|
|
4
|
+
import { Document } from '.';
|
|
6
5
|
import { Certificate } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
7
|
import { MessageConfirm } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { Contact } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
1
|
+
import { TOLData } from '.';
|
|
3
2
|
import { Lesson } from '.';
|
|
4
3
|
import { Billing } from '.';
|
|
5
4
|
import { RiskAssessment } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { FlightTypeCode } from '.';
|
|
5
|
+
import { FlightStatusCode } from '.';
|
|
8
6
|
import { FlightStateCode } from '.';
|
|
9
|
-
import {
|
|
10
|
-
import { TOLData } from '.';
|
|
7
|
+
import { BillingStatusCode } from '.';
|
|
11
8
|
import { ReFuel } from '.';
|
|
12
|
-
import {
|
|
9
|
+
import { BaseEntityEx } from '.';
|
|
10
|
+
import { ColumnDef } from '.';
|
|
11
|
+
import { FlightTypeCode } from '.';
|
|
12
|
+
import { FlightPurposeCode } from '.';
|
|
13
13
|
import { OnBoard } 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 { TimeFrame } from '.';
|
|
2
1
|
import { FlightTypeCode } from '.';
|
|
3
2
|
import { FlightStatusCode } from '.';
|
|
4
3
|
import { BillingStatusCode } from '.';
|
|
5
4
|
import { FlightPurposeCode } from '.';
|
|
5
|
+
import { TimeFrame } from '.';
|
|
6
6
|
export declare class FlightFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
accountId: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CrewDutyDayRisks } from '.';
|
|
2
|
-
import {
|
|
2
|
+
import { DestinationRisks } from '.';
|
|
3
3
|
import { SpecialRisks } from '.';
|
|
4
4
|
import { Mitigation } from '.';
|
|
5
5
|
import { BaseEntityEx } from '.';
|
|
6
6
|
import { ColumnDef } from '.';
|
|
7
7
|
import { PilotQualificationsRisks } from '.';
|
|
8
|
-
import {
|
|
8
|
+
import { DepartureRisks } from '.';
|
|
9
9
|
import { TripRisks } from '.';
|
|
10
10
|
import { WeatherRisks } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
package/lib/FlightTicket.d.ts
CHANGED
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 { FlightTicket } from '.';
|
|
4
|
-
import { PreFlightInfo } from '.';
|
|
5
|
-
import { AnyKeyValue } from '.';
|
|
6
|
-
import { TimeSeries } from '.';
|
|
7
3
|
import { PostFlightInfo } from '.';
|
|
8
4
|
import { Flight } from '.';
|
|
5
|
+
import { AnyKeyValue } from '.';
|
|
6
|
+
import { TimeSeries } from '.';
|
|
9
7
|
import { FlightPlan } from '.';
|
|
10
8
|
import { Contact } from '.';
|
|
9
|
+
import { FlightTicket } from '.';
|
|
10
|
+
import { PreFlightInfo } 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 { 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/Lead.d.ts
CHANGED
package/lib/LeadFilter.d.ts
CHANGED
package/lib/LoginParams.d.ts
CHANGED
package/lib/LookupGroup.d.ts
CHANGED
package/lib/MyAuthEndPoint.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare class MyAuthEndPoint {
|
|
|
10
10
|
/**
|
|
11
11
|
* Authenticate contact
|
|
12
12
|
*/
|
|
13
|
-
authenticate(
|
|
13
|
+
authenticate(body?: LoginParams): import("rxjs").Observable<ActionResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* Send SMS code
|
|
16
16
|
*/
|
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { FlightTypeCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
|
-
import { OnBoard } from '.';
|
|
4
1
|
import { TOLData } from '.';
|
|
5
2
|
import { ReFuel } from '.';
|
|
6
3
|
import { Lesson } from '.';
|
|
7
4
|
import { BaseEntityEx } from '.';
|
|
8
5
|
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/PreFlightData.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 PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { SpecialRisks } from '.';
|
|
2
|
+
import { Mitigation } from '.';
|
|
3
|
+
import { PilotQualificationsRisks } from '.';
|
|
1
4
|
import { CrewDutyDayRisks } from '.';
|
|
2
5
|
import { DepartureRisks } from '.';
|
|
3
6
|
import { DestinationRisks } from '.';
|
|
4
7
|
import { TripRisks } from '.';
|
|
5
8
|
import { WeatherRisks } from '.';
|
|
6
|
-
import { SpecialRisks } from '.';
|
|
7
|
-
import { Mitigation } from '.';
|
|
8
|
-
import { PilotQualificationsRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/SystemMessage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { MessageTypeCode } from '.';
|
|
4
2
|
import { PriorityCode } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class SystemMessage extends BaseEntityEx {
|
|
6
6
|
subject: string;
|
|
7
7
|
description: string;
|
|
@@ -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 SystemMessagesEndPoint {
|
|
7
7
|
private config;
|
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { UserTypeCode } from '.';
|
|
2
|
+
import { UserRoleFlag } from '.';
|
|
1
3
|
import { UserStatusCode } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
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/index.d.ts
CHANGED
|
@@ -5,138 +5,138 @@ export * from './ColumnDef';
|
|
|
5
5
|
export * from './TimeFrame';
|
|
6
6
|
export * from './TimeDataPoint';
|
|
7
7
|
export * from './TimeSeries';
|
|
8
|
+
export * from './CurrencyCode';
|
|
8
9
|
export * from './FilterFlag';
|
|
9
|
-
export * from './
|
|
10
|
+
export * from './MaintenanceActionCode';
|
|
11
|
+
export * from './StatusCode';
|
|
12
|
+
export * from './UserStatusCode';
|
|
10
13
|
export * from './UserTypeCode';
|
|
14
|
+
export * from './BillingStatusCode';
|
|
11
15
|
export * from './ADSBSourceFlag';
|
|
16
|
+
export * from './AccountStatusCode';
|
|
12
17
|
export * from './BookingStatusCode';
|
|
13
|
-
export * from './CampaignTypeCode';
|
|
14
|
-
export * from './ConfirmStatusCode';
|
|
15
|
-
export * from './AssessmentCode';
|
|
16
|
-
export * from './FlightTypeCode';
|
|
17
|
-
export * from './StatusCode';
|
|
18
|
-
export * from './PriorityCode';
|
|
19
18
|
export * from './BookingTypeFlag';
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
19
|
+
export * from './CampaignStatusCode';
|
|
20
|
+
export * from './LeadStatusCode';
|
|
22
21
|
export * from './ModuleCode';
|
|
23
|
-
export * from './OperatorCode';
|
|
24
|
-
export * from './PaymentMethodCode';
|
|
25
22
|
export * from './ADSBCategoryCode';
|
|
26
|
-
export * from './AccountStatusCode';
|
|
27
|
-
export * from './CampaignStatusCode';
|
|
28
|
-
export * from './FlightStatusCode';
|
|
29
|
-
export * from './AirplaneStatusCode';
|
|
30
|
-
export * from './AirplaneValidationFlag';
|
|
31
|
-
export * from './TransactionTypeCode';
|
|
32
|
-
export * from './ValidationFlag';
|
|
33
23
|
export * from './FlightPurposeCode';
|
|
34
|
-
export * from './
|
|
24
|
+
export * from './FlightTypeCode';
|
|
25
|
+
export * from './OperatorCode';
|
|
35
26
|
export * from './TicketStatusCode';
|
|
27
|
+
export * from './CampaignTypeCode';
|
|
28
|
+
export * from './TransactionTypeCode';
|
|
36
29
|
export * from './FlightStateCode';
|
|
37
|
-
export * from './
|
|
30
|
+
export * from './PaymentMethodCode';
|
|
31
|
+
export * from './UserRoleFlag';
|
|
32
|
+
export * from './ConfirmStatusCode';
|
|
33
|
+
export * from './MessageTypeCode';
|
|
34
|
+
export * from './PriorityCode';
|
|
35
|
+
export * from './ValidationFlag';
|
|
36
|
+
export * from './ErrorCode';
|
|
37
|
+
export * from './AssessmentCode';
|
|
38
|
+
export * from './FlightStatusCode';
|
|
38
39
|
export * from './PermissionFlag';
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './Credit';
|
|
44
|
-
export * from './FlightPlan';
|
|
45
|
-
export * from './LoginParams';
|
|
46
|
-
export * from './Flight';
|
|
47
|
-
export * from './CrewDutyDayRisks';
|
|
48
|
-
export * from './IntKeyValue';
|
|
49
|
-
export * from './LogBookRecord';
|
|
50
|
-
export * from './Lookup';
|
|
51
|
-
export * from './AuditLogFilter';
|
|
52
|
-
export * from './ContactFilter';
|
|
53
|
-
export * from './Campaign';
|
|
54
|
-
export * from './DocumentRevision';
|
|
55
|
-
export * from './SpecialRisks';
|
|
56
|
-
export * from './FlightTicket';
|
|
57
|
-
export * from './Price';
|
|
58
|
-
export * from './BaseFilter';
|
|
59
|
-
export * from './CertificateFilter';
|
|
60
|
-
export * from './FlightFilter';
|
|
40
|
+
export * from './AirplaneValidationFlag';
|
|
41
|
+
export * from './AirplaneStatusCode';
|
|
42
|
+
export * from './AirplaneFilter';
|
|
43
|
+
export * from './PostFlightInfo';
|
|
61
44
|
export * from './AuditLog';
|
|
62
|
-
export * from './Lesson';
|
|
63
|
-
export * from './LeadFilter';
|
|
64
45
|
export * from './Booking';
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './PreFlightData';
|
|
69
|
-
export * from './StringKeyValue';
|
|
46
|
+
export * from './Billing';
|
|
47
|
+
export * from './Mitigation';
|
|
48
|
+
export * from './LeadFilter';
|
|
70
49
|
export * from './Propeller';
|
|
71
|
-
export * from './
|
|
50
|
+
export * from './FlightPassenger';
|
|
51
|
+
export * from './Address';
|
|
52
|
+
export * from './BookingFilter';
|
|
53
|
+
export * from './CertificateFilter';
|
|
54
|
+
export * from './RiskAssessment';
|
|
55
|
+
export * from './CrewDutyDayRisks';
|
|
56
|
+
export * from './WeatherRisks';
|
|
72
57
|
export * from './FlightBilling';
|
|
73
|
-
export * from './
|
|
58
|
+
export * from './AuditLogFilter';
|
|
59
|
+
export * from './MaintenanceFilter';
|
|
60
|
+
export * from './IntKeyValue';
|
|
61
|
+
export * from './LookupGroup';
|
|
62
|
+
export * from './LoginParams';
|
|
63
|
+
export * from './DocumentRevision';
|
|
64
|
+
export * from './Flight';
|
|
74
65
|
export * from './DepartureRisks';
|
|
66
|
+
export * from './SpecialRisks';
|
|
67
|
+
export * from './SystemConfig';
|
|
68
|
+
export * from './AnyKeyValue';
|
|
69
|
+
export * from './Lookup';
|
|
75
70
|
export * from './CreditFilter';
|
|
71
|
+
export * from './Credit';
|
|
72
|
+
export * from './ReFuel';
|
|
73
|
+
export * from './Lesson';
|
|
74
|
+
export * from './BillingRecord';
|
|
75
|
+
export * from './Group';
|
|
76
|
+
export * from './Permission';
|
|
76
77
|
export * from './Airplane';
|
|
78
|
+
export * from './Campaign';
|
|
79
|
+
export * from './PilotQualificationsRisks';
|
|
80
|
+
export * from './FlightRisk';
|
|
81
|
+
export * from './Maintenance';
|
|
82
|
+
export * from './MessageConfirm';
|
|
77
83
|
export * from './Certificate';
|
|
78
|
-
export * from './Billing';
|
|
79
84
|
export * from './LeadAction';
|
|
80
|
-
export * from './
|
|
85
|
+
export * from './SystemMessage';
|
|
86
|
+
export * from './BaseFilter';
|
|
87
|
+
export * from './UserFilter';
|
|
88
|
+
export * from './Lead';
|
|
89
|
+
export * from './User';
|
|
90
|
+
export * from './Location';
|
|
81
91
|
export * from './BookingSlot';
|
|
92
|
+
export * from './AccountFilter';
|
|
93
|
+
export * from './TokenData';
|
|
94
|
+
export * from './Fuel';
|
|
95
|
+
export * from './Contact';
|
|
82
96
|
export * from './OnBoard';
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './
|
|
97
|
+
export * from './DestinationRisks';
|
|
98
|
+
export * from './FlightTicket';
|
|
99
|
+
export * from './PostFlightData';
|
|
86
100
|
export * from './Document';
|
|
87
|
-
export * from './
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
101
|
+
export * from './FlightPlan';
|
|
102
|
+
export * from './PreFlightData';
|
|
103
|
+
export * from './Price';
|
|
104
|
+
export * from './ADSBState';
|
|
105
|
+
export * from './ContactFilter';
|
|
106
|
+
export * from './PreFlightInfo';
|
|
91
107
|
export * from './Account';
|
|
108
|
+
export * from './Engine';
|
|
92
109
|
export * from './Magneto';
|
|
93
|
-
export * from './
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './MaintenanceFilter';
|
|
97
|
-
export * from './PostFlightInfo';
|
|
98
|
-
export * from './TokenData';
|
|
99
|
-
export * from './WeatherRisks';
|
|
100
|
-
export * from './User';
|
|
101
|
-
export * from './Permission';
|
|
102
|
-
export * from './RiskAssessment';
|
|
103
|
-
export * from './PreFlightInfo';
|
|
104
|
-
export * from './DestinationRisks';
|
|
105
|
-
export * from './Group';
|
|
106
|
-
export * from './MessageConfirm';
|
|
110
|
+
export * from './FlightFilter';
|
|
111
|
+
export * from './StringKeyValue';
|
|
112
|
+
export * from './TOLData';
|
|
107
113
|
export * from './TripRisks';
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
114
|
+
export * from './LogBookRecord';
|
|
115
|
+
export * from './LookupsEndPoint';
|
|
116
|
+
export * from './MaintenancesEndPoint';
|
|
117
|
+
export * from './PriceListEndPoint';
|
|
118
|
+
export * from './SystemConfigsEndPoint';
|
|
119
|
+
export * from './AccountsEndPoint';
|
|
120
|
+
export * from './BookingSlotsEndPoint';
|
|
121
|
+
export * from './CertificatesEndPoint';
|
|
122
|
+
export * from './ContactsEndPoint';
|
|
123
|
+
export * from './CreditsEndPoint';
|
|
124
|
+
export * from './FlightsEndPoint';
|
|
115
125
|
export * from './SystemMessagesEndPoint';
|
|
126
|
+
export * from './UsersEndPoint';
|
|
127
|
+
export * from './BookingsEndPoint';
|
|
128
|
+
export * from './FlightTicketsEndPoint';
|
|
116
129
|
export * from './MyAuthEndPoint';
|
|
130
|
+
export * from './AirplanesEndPoint';
|
|
117
131
|
export * from './MyBookingsEndPoint';
|
|
118
|
-
export * from './BookingSlotsEndPoint';
|
|
119
|
-
export * from './ContactsEndPoint';
|
|
120
132
|
export * from './DocumentsEndPoint';
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './CertificatesEndPoint';
|
|
123
|
-
export * from './SystemConfigsEndPoint';
|
|
133
|
+
export * from './SystemEndPoint';
|
|
124
134
|
export * from './UserEndPoint';
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './CreditsEndPoint';
|
|
127
|
-
export * from './AirplanesEndPoint';
|
|
135
|
+
export * from './MyCreditsEndPoint';
|
|
128
136
|
export * from './AuditLogsEndPoint';
|
|
129
|
-
export * from './BookingsEndPoint';
|
|
130
|
-
export * from './MyFlightsEndPoint';
|
|
131
|
-
export * from './AccountsEndPoint';
|
|
132
|
-
export * from './FlightsEndPoint';
|
|
133
|
-
export * from './UsersEndPoint';
|
|
134
137
|
export * from './LeadsEndPoint';
|
|
135
|
-
export * from './PriceListEndPoint';
|
|
136
|
-
export * from './MyCreditsEndPoint';
|
|
137
|
-
export * from './LookupsEndPoint';
|
|
138
|
-
export * from './MaintenancesEndPoint';
|
|
139
|
-
export * from './FlightTicketsEndPoint';
|
|
140
138
|
export * from './MessageConfirmsEndPoint';
|
|
141
|
-
export * from './
|
|
139
|
+
export * from './MyFlightsEndPoint';
|
|
140
|
+
export * from './CampaignsEndPoint';
|
|
141
|
+
export * from './GroupsEndPoint';
|
|
142
142
|
export * from './Enums';
|
package/lib/services.export.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { AccountsEndPoint } from '.';
|
|
2
1
|
import { FlightsEndPoint } from '.';
|
|
3
|
-
import {
|
|
2
|
+
import { SystemMessagesEndPoint } from '.';
|
|
4
3
|
import { UsersEndPoint } from '.';
|
|
5
|
-
import {
|
|
6
|
-
import { LookupsEndPoint } from '.';
|
|
7
|
-
import { MaintenancesEndPoint } from '.';
|
|
8
|
-
import { MyCreditsEndPoint } from '.';
|
|
9
|
-
import { SystemEndPoint } from '.';
|
|
4
|
+
import { BookingsEndPoint } from '.';
|
|
10
5
|
import { FlightTicketsEndPoint } from '.';
|
|
11
|
-
import { MessageConfirmsEndPoint } from '.';
|
|
12
|
-
import { DocumentsEndPoint } from '.';
|
|
13
|
-
import { GroupsEndPoint } from '.';
|
|
14
|
-
import { SystemMessagesEndPoint } from '.';
|
|
15
6
|
import { MyAuthEndPoint } from '.';
|
|
7
|
+
import { AirplanesEndPoint } from '.';
|
|
16
8
|
import { MyBookingsEndPoint } from '.';
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import { SystemConfigsEndPoint } from '.';
|
|
20
|
-
import { CertificatesEndPoint } from '.';
|
|
9
|
+
import { DocumentsEndPoint } from '.';
|
|
10
|
+
import { SystemEndPoint } from '.';
|
|
21
11
|
import { UserEndPoint } from '.';
|
|
12
|
+
import { MyCreditsEndPoint } from '.';
|
|
13
|
+
import { AuditLogsEndPoint } from '.';
|
|
14
|
+
import { LeadsEndPoint } from '.';
|
|
15
|
+
import { MessageConfirmsEndPoint } from '.';
|
|
16
|
+
import { MyFlightsEndPoint } from '.';
|
|
22
17
|
import { CampaignsEndPoint } from '.';
|
|
18
|
+
import { GroupsEndPoint } from '.';
|
|
19
|
+
import { LookupsEndPoint } from '.';
|
|
20
|
+
import { MaintenancesEndPoint } from '.';
|
|
21
|
+
import { PriceListEndPoint } from '.';
|
|
22
|
+
import { SystemConfigsEndPoint } from '.';
|
|
23
|
+
import { AccountsEndPoint } from '.';
|
|
24
|
+
import { BookingSlotsEndPoint } from '.';
|
|
25
|
+
import { CertificatesEndPoint } from '.';
|
|
26
|
+
import { ContactsEndPoint } from '.';
|
|
23
27
|
import { CreditsEndPoint } from '.';
|
|
24
|
-
|
|
25
|
-
import { MyFlightsEndPoint } from '.';
|
|
26
|
-
import { AirplanesEndPoint } from '.';
|
|
27
|
-
import { AuditLogsEndPoint } from '.';
|
|
28
|
-
export declare const Services: (typeof SystemMessagesEndPoint | typeof MyAuthEndPoint | typeof MyBookingsEndPoint | typeof BookingSlotsEndPoint | typeof ContactsEndPoint | typeof DocumentsEndPoint | typeof GroupsEndPoint | typeof CertificatesEndPoint | typeof SystemConfigsEndPoint | typeof UserEndPoint | typeof CampaignsEndPoint | typeof CreditsEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof BookingsEndPoint | typeof MyFlightsEndPoint | typeof AccountsEndPoint | typeof FlightsEndPoint | typeof UsersEndPoint | typeof LeadsEndPoint | typeof PriceListEndPoint | typeof MyCreditsEndPoint | typeof LookupsEndPoint | typeof MaintenancesEndPoint | typeof FlightTicketsEndPoint | typeof MessageConfirmsEndPoint | typeof SystemEndPoint)[];
|
|
28
|
+
export declare const Services: (typeof LookupsEndPoint | typeof MaintenancesEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof AccountsEndPoint | typeof BookingSlotsEndPoint | typeof CertificatesEndPoint | typeof ContactsEndPoint | typeof CreditsEndPoint | typeof FlightsEndPoint | typeof SystemMessagesEndPoint | typeof UsersEndPoint | typeof BookingsEndPoint | typeof FlightTicketsEndPoint | typeof MyAuthEndPoint | typeof AirplanesEndPoint | typeof MyBookingsEndPoint | typeof DocumentsEndPoint | typeof SystemEndPoint | typeof UserEndPoint | typeof MyCreditsEndPoint | typeof AuditLogsEndPoint | typeof LeadsEndPoint | typeof MessageConfirmsEndPoint | typeof MyFlightsEndPoint | typeof CampaignsEndPoint | typeof GroupsEndPoint)[];
|