@aya-flights/ngx-goox-lib 1.19.9 → 1.19.10

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.
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { StringKeyValue } from '.';
4
3
  import { Flight } from '.';
5
4
  import { Credit } from '.';
6
5
  import { Document } from '.';
6
+ import { StringKeyValue } from '.';
7
7
  import { Account } from '.';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AccountsEndPoint {
package/lib/Airplane.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { Magneto } from '.';
1
2
  import { Propeller } from '.';
2
3
  import { Fuel } from '.';
3
4
  import { BaseEntityEx } from '.';
@@ -5,7 +6,6 @@ import { ColumnDef } from '.';
5
6
  import { AirplaneStatusCode } from '.';
6
7
  import { AirplaneValidationFlag } from '.';
7
8
  import { Engine } from '.';
8
- import { Magneto } from '.';
9
9
  export declare class Airplane extends BaseEntityEx {
10
10
  name: string;
11
11
  description: string;
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { Flight } from '.';
4
3
  import { Maintenance } from '.';
5
4
  import { Airplane } from '.';
6
5
  import { StringKeyValue } from '.';
6
+ import { Flight } from '.';
7
7
  import { Document } from '.';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class AirplanesEndPoint {
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;
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
+ import { TimeSeries } from '.';
3
4
  import { Booking } from '.';
4
5
  import { BookingStatusCode } from '.';
5
- import { TimeSeries } 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;
@@ -1,7 +1,7 @@
1
+ import { ValidationFlag } from '.';
1
2
  import { StatusCode } from '.';
2
3
  import { BaseEntityEx } from '.';
3
4
  import { ColumnDef } from '.';
4
- import { ValidationFlag } from '.';
5
5
  export declare class Certificate extends BaseEntityEx {
6
6
  name: string;
7
7
  type: ValidationFlag;
package/lib/Contact.d.ts CHANGED
@@ -1,8 +1,8 @@
1
+ import { ValidationFlag } from '.';
2
+ import { BaseEntityEx } from '.';
1
3
  import { ColumnDef } from '.';
2
4
  import { AccountStatusCode } from '.';
3
5
  import { Address } from '.';
4
- import { ValidationFlag } from '.';
5
- import { BaseEntityEx } 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 { Certificate } from '.';
4
+ import { MessageConfirm } from '.';
3
5
  import { StringKeyValue } from '.';
6
+ import { Flight } from '.';
4
7
  import { Document } from '.';
5
8
  import { Contact } from '.';
6
- import { Certificate } from '.';
7
- import { Flight } from '.';
8
- import { MessageConfirm } 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,16 +1,16 @@
1
+ import { BillingStatusCode } from '.';
2
+ import { FlightPurposeCode } from '.';
3
+ import { OnBoard } from '.';
4
+ import { ReFuel } from '.';
1
5
  import { Lesson } from '.';
2
- import { Billing } from '.';
3
- import { RiskAssessment } from '.';
6
+ import { BaseEntityEx } from '.';
4
7
  import { ColumnDef } from '.';
5
8
  import { FlightTypeCode } from '.';
6
9
  import { FlightStateCode } from '.';
7
- import { BillingStatusCode } from '.';
8
10
  import { TOLData } from '.';
9
- import { ReFuel } from '.';
10
- import { BaseEntityEx } from '.';
11
+ import { Billing } from '.';
12
+ import { RiskAssessment } from '.';
11
13
  import { FlightStatusCode } from '.';
12
- import { FlightPurposeCode } from '.';
13
- import { OnBoard } from '.';
14
14
  export declare class Flight extends BaseEntityEx {
15
15
  name: string;
16
16
  description: string;
@@ -1,10 +1,10 @@
1
- import { ColumnDef } from '.';
2
1
  import { FlightTypeCode } from '.';
3
2
  import { FlightStatusCode } from '.';
4
3
  import { FlightStateCode } from '.';
5
4
  import { FlightPurposeCode } from '.';
6
5
  import { TOLData } from '.';
7
6
  import { BaseEntityEx } from '.';
7
+ import { ColumnDef } from '.';
8
8
  export declare class FlightPlan extends BaseEntityEx {
9
9
  name: string;
10
10
  description: string;
@@ -1,13 +1,13 @@
1
+ import { BaseEntityEx } from '.';
2
+ import { PilotQualificationsRisks } from '.';
1
3
  import { CrewDutyDayRisks } from '.';
2
4
  import { DepartureRisks } from '.';
3
- import { WeatherRisks } from '.';
4
- import { ColumnDef } from '.';
5
- import { PilotQualificationsRisks } from '.';
6
5
  import { DestinationRisks } from '.';
7
- import { TripRisks } from '.';
6
+ import { WeatherRisks } from '.';
8
7
  import { SpecialRisks } from '.';
8
+ import { TripRisks } from '.';
9
9
  import { Mitigation } from '.';
10
- import { BaseEntityEx } from '.';
10
+ import { ColumnDef } from '.';
11
11
  export declare class FlightRisk extends BaseEntityEx {
12
12
  timestamp: number;
13
13
  pilotQualifications: PilotQualificationsRisks;
@@ -1,13 +1,13 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { AnyKeyValue } from '.';
4
- import { TimeSeries } from '.';
5
3
  import { FlightPlan } from '.';
6
- import { Contact } from '.';
7
- import { PreFlightInfo } from '.';
8
- import { Flight } from '.';
9
4
  import { FlightTicket } from '.';
5
+ import { PreFlightInfo } from '.';
10
6
  import { PostFlightInfo } from '.';
7
+ import { Flight } from '.';
8
+ import { AnyKeyValue } from '.';
9
+ import { TimeSeries } from '.';
10
+ import { Contact } 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
@@ -1,7 +1,7 @@
1
+ import { Permission } from '.';
1
2
  import { StringKeyValue } from '.';
2
3
  import { BaseEntityEx } from '.';
3
4
  import { ColumnDef } from '.';
4
- import { Permission } from '.';
5
5
  export declare class Group extends BaseEntityEx {
6
6
  name: string;
7
7
  email: string;
@@ -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;
@@ -1,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
- import { TimeSeries } from '.';
4
3
  import { LeadAction } from '.';
5
4
  import { Lead } from '.';
5
+ import { TimeSeries } from '.';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LeadsEndPoint {
8
8
  private config;
@@ -1,6 +1,6 @@
1
+ import { Lookup } from '.';
1
2
  import { BaseEntity } from '.';
2
3
  import { ColumnDef } from '.';
3
- import { Lookup } from '.';
4
4
  export declare class LookupGroup extends BaseEntity {
5
5
  group: string;
6
6
  value: Lookup[];
@@ -1,7 +1,7 @@
1
- import { StatusCode } from '.';
2
- import { MaintenanceActionCode } from '.';
3
1
  import { BaseEntityEx } from '.';
4
2
  import { ColumnDef } from '.';
3
+ import { StatusCode } from '.';
4
+ import { MaintenanceActionCode } from '.';
5
5
  export declare class Maintenance extends BaseEntityEx {
6
6
  name: string;
7
7
  description: string;
@@ -1,8 +1,8 @@
1
- import { ConfirmStatusCode } from '.';
2
1
  import { MessageTypeCode } from '.';
3
2
  import { PriorityCode } from '.';
4
3
  import { BaseEntityEx } from '.';
5
4
  import { ColumnDef } from '.';
5
+ import { ConfirmStatusCode } from '.';
6
6
  export declare class MessageConfirm extends BaseEntityEx {
7
7
  messageId: string;
8
8
  contactId: string;
@@ -1,4 +1,4 @@
1
- import { RestUtil, EntityResponse, ActionResponse } from '../utils';
1
+ import { RestUtil, ActionResponse } from '../utils';
2
2
  import { GooxConfig } from '../config';
3
3
  import { LoginParams } from '.';
4
4
  import * as i0 from "@angular/core";
@@ -10,11 +10,11 @@ export declare class MyAuthEndPoint {
10
10
  /**
11
11
  * Send SMS code
12
12
  */
13
- sendCode(body?: LoginParams): import("rxjs").Observable<EntityResponse<ActionResponse>>;
13
+ sendCode(body?: LoginParams): import("rxjs").Observable<ActionResponse>;
14
14
  /**
15
15
  * Send SMS code
16
16
  */
17
- verifyCode(code?: string): import("rxjs").Observable<EntityResponse<ActionResponse>>;
17
+ verifyCode(code?: string): import("rxjs").Observable<ActionResponse>;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MyAuthEndPoint, never>;
19
19
  static ɵprov: i0.ɵɵInjectableDeclaration<MyAuthEndPoint>;
20
20
  }
@@ -29,7 +29,7 @@ export declare class MyFlightsEndPoint {
29
29
  /**
30
30
  * Update flight with pre-flight info
31
31
  */
32
- setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<EntityResponse<ActionResponse>>;
32
+ setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<ActionResponse>;
33
33
  /**
34
34
  * Get post-flight info by id
35
35
  */
@@ -37,7 +37,7 @@ export declare class MyFlightsEndPoint {
37
37
  /**
38
38
  * Update flight with post-flight info
39
39
  */
40
- setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<EntityResponse<ActionResponse>>;
40
+ setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<ActionResponse>;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<MyFlightsEndPoint, never>;
42
42
  static ɵprov: i0.ɵɵInjectableDeclaration<MyFlightsEndPoint>;
43
43
  }
@@ -1,11 +1,11 @@
1
+ import { FlightTypeCode } from '.';
2
+ import { FlightPurposeCode } from '.';
1
3
  import { OnBoard } from '.';
2
4
  import { TOLData } from '.';
3
5
  import { ReFuel } from '.';
4
6
  import { Lesson } from '.';
5
7
  import { BaseEntityEx } from '.';
6
8
  import { ColumnDef } from '.';
7
- import { FlightTypeCode } from '.';
8
- import { FlightPurposeCode } from '.';
9
9
  export declare class PostFlightData extends BaseEntityEx {
10
10
  name: string;
11
11
  description: string;
@@ -1,11 +1,11 @@
1
+ import { OnBoard } from '.';
2
+ import { TOLData } from '.';
3
+ import { ReFuel } from '.';
1
4
  import { Lesson } from '.';
2
5
  import { BaseEntityEx } from '.';
3
6
  import { ColumnDef } from '.';
4
7
  import { FlightTypeCode } from '.';
5
8
  import { FlightPurposeCode } from '.';
6
- import { OnBoard } from '.';
7
- import { TOLData } from '.';
8
- import { ReFuel } from '.';
9
9
  export declare class PreFlightData extends BaseEntityEx {
10
10
  name: string;
11
11
  description: string;
@@ -1,11 +1,11 @@
1
- import { Mitigation } from '.';
2
- import { PilotQualificationsRisks } from '.';
3
1
  import { CrewDutyDayRisks } from '.';
4
2
  import { DepartureRisks } from '.';
5
3
  import { DestinationRisks } from '.';
6
4
  import { TripRisks } from '.';
7
5
  import { WeatherRisks } from '.';
8
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;
@@ -1,7 +1,7 @@
1
+ import { PriorityCode } from '.';
1
2
  import { BaseEntityEx } from '.';
2
3
  import { ColumnDef } from '.';
3
4
  import { MessageTypeCode } from '.';
4
- import { PriorityCode } from '.';
5
5
  export declare class SystemMessage extends BaseEntityEx {
6
6
  subject: string;
7
7
  description: string;
@@ -1,5 +1,5 @@
1
- import { TimeFrame } from '.';
2
1
  import { TimeDataPoint } from '.';
2
+ import { TimeFrame } from '.';
3
3
  export declare class TimeSeries<T> {
4
4
  name: string;
5
5
  range: TimeFrame;
@@ -1,5 +1,5 @@
1
- import { UserStatusCode } from '.';
2
1
  import { UserTypeCode } from '.';
2
+ import { UserStatusCode } from '.';
3
3
  export declare class TokenData {
4
4
  subjectId: string;
5
5
  subjectType: UserTypeCode;
package/lib/index.d.ts CHANGED
@@ -1,127 +1,127 @@
1
- export * from './BaseEntityEx';
2
1
  export * from './Tuple';
3
2
  export * from './ColumnDef';
4
3
  export * from './TimeFrame';
5
4
  export * from './TimeDataPoint';
6
5
  export * from './TimeSeries';
7
6
  export * from './BaseEntity';
8
- export * from './OperatorCode';
9
- export * from './PaymentMethodCode';
10
- export * from './UserRoleFlag';
11
- export * from './BookingStatusCode';
12
- export * from './FlightStateCode';
13
- export * from './ValidationFlag';
14
- export * from './CurrencyCode';
15
- export * from './StatusCode';
16
- export * from './FlightStatusCode';
17
- export * from './ADSBCategoryCode';
18
- export * from './AirplaneStatusCode';
19
- export * from './CampaignStatusCode';
20
- export * from './FlightTypeCode';
21
- export * from './PermissionFlag';
22
- export * from './PriorityCode';
23
- export * from './AirplaneValidationFlag';
7
+ export * from './BaseEntityEx';
24
8
  export * from './BillingStatusCode';
9
+ export * from './BookingStatusCode';
25
10
  export * from './MessageTypeCode';
11
+ export * from './TransactionTypeCode';
12
+ export * from './BookingTypeFlag';
13
+ export * from './ConfirmStatusCode';
14
+ export * from './FlightTypeCode';
26
15
  export * from './UserTypeCode';
16
+ export * from './ADSBCategoryCode';
17
+ export * from './CampaignStatusCode';
18
+ export * from './UserRoleFlag';
19
+ export * from './UserStatusCode';
20
+ export * from './ValidationFlag';
21
+ export * from './AirplaneStatusCode';
22
+ export * from './AssessmentCode';
27
23
  export * from './LeadStatusCode';
28
- export * from './TicketStatusCode';
24
+ export * from './MaintenanceActionCode';
25
+ export * from './OperatorCode';
29
26
  export * from './CampaignTypeCode';
30
- export * from './ConfirmStatusCode';
31
- export * from './AssessmentCode';
32
- export * from './BookingTypeFlag';
27
+ export * from './CurrencyCode';
33
28
  export * from './ModuleCode';
34
- export * from './TransactionTypeCode';
29
+ export * from './PaymentMethodCode';
35
30
  export * from './ADSBSourceFlag';
36
- export * from './AccountStatusCode';
37
- export * from './UserStatusCode';
38
31
  export * from './FlightPurposeCode';
39
- export * from './MaintenanceActionCode';
40
- export * from './Airplane';
41
- export * from './Booking';
42
- export * from './LogBookRecord';
43
- export * from './AnyKeyValue';
44
- export * from './StringKeyValue';
45
- export * from './FlightTicket';
46
- export * from './FlightPassenger';
47
- export * from './TokenData';
32
+ export * from './FlightStateCode';
33
+ export * from './FlightStatusCode';
34
+ export * from './AccountStatusCode';
35
+ export * from './PriorityCode';
36
+ export * from './TicketStatusCode';
37
+ export * from './AirplaneValidationFlag';
38
+ export * from './PermissionFlag';
39
+ export * from './StatusCode';
40
+ export * from './TOLData';
41
+ export * from './PilotQualificationsRisks';
42
+ export * from './CrewDutyDayRisks';
48
43
  export * from './SpecialRisks';
49
- export * from './Document';
50
- export * from './WeatherRisks';
44
+ export * from './LookupGroup';
45
+ export * from './Maintenance';
46
+ export * from './FlightPassenger';
51
47
  export * from './LoginParams';
52
- export * from './Magneto';
53
- export * from './Lesson';
54
- export * from './BillingRecord';
55
- export * from './Address';
56
- export * from './Fuel';
57
- export * from './User';
58
- export * from './OnBoard';
59
- export * from './ReFuel';
60
- export * from './AuditLog';
61
- export * from './Credit';
62
- export * from './DepartureRisks';
63
48
  export * from './Engine';
64
- export * from './Propeller';
65
- export * from './PostFlightData';
66
- export * from './Location';
49
+ export * from './BookingSlot';
50
+ export * from './DocumentRevision';
67
51
  export * from './Flight';
68
- export * from './Billing';
69
- export * from './TripRisks';
70
- export * from './LeadAction';
52
+ export * from './Lookup';
71
53
  export * from './PreFlightData';
72
- export * from './IntKeyValue';
73
- export * from './BookingSlot';
54
+ export * from './PostFlightInfo';
55
+ export * from './Account';
56
+ export * from './Airplane';
57
+ export * from './Contact';
58
+ export * from './RiskAssessment';
74
59
  export * from './Lead';
60
+ export * from './LeadAction';
75
61
  export * from './SystemConfig';
76
- export * from './TOLData';
77
- export * from './CrewDutyDayRisks';
78
- export * from './Maintenance';
62
+ export * from './Propeller';
63
+ export * from './Lesson';
64
+ export * from './DepartureRisks';
65
+ export * from './FlightTicket';
66
+ export * from './PreFlightInfo';
67
+ export * from './FlightPlan';
79
68
  export * from './ADSBState';
80
- export * from './PilotQualificationsRisks';
81
- export * from './FlightBilling';
82
- export * from './Lookup';
83
- export * from './Account';
84
- export * from './Contact';
85
- export * from './SystemMessage';
69
+ export * from './Location';
70
+ export * from './Group';
71
+ export * from './LogBookRecord';
72
+ export * from './PostFlightData';
73
+ export * from './StringKeyValue';
86
74
  export * from './Certificate';
87
- export * from './RiskAssessment';
88
- export * from './Price';
75
+ export * from './OnBoard';
76
+ export * from './IntKeyValue';
77
+ export * from './Document';
78
+ export * from './Billing';
79
+ export * from './BillingRecord';
80
+ export * from './Mitigation';
81
+ export * from './MessageConfirm';
82
+ export * from './AnyKeyValue';
89
83
  export * from './FlightRisk';
90
- export * from './LookupGroup';
84
+ export * from './Permission';
85
+ export * from './FlightBilling';
86
+ export * from './TripRisks';
87
+ export * from './User';
88
+ export * from './SystemMessage';
89
+ export * from './Address';
90
+ export * from './TokenData';
91
+ export * from './Fuel';
92
+ export * from './Booking';
91
93
  export * from './Campaign';
92
- export * from './DocumentRevision';
94
+ export * from './Credit';
95
+ export * from './Magneto';
93
96
  export * from './DestinationRisks';
94
- export * from './Mitigation';
95
- export * from './FlightPlan';
96
- export * from './Group';
97
- export * from './Permission';
98
- export * from './PreFlightInfo';
99
- export * from './MessageConfirm';
100
- export * from './PostFlightInfo';
101
- export * from './MaintenancesEndPoint';
102
- export * from './PriceListEndPoint';
103
- export * from './SystemConfigsEndPoint';
104
- export * from './SystemMessagesEndPoint';
97
+ export * from './WeatherRisks';
98
+ export * from './AuditLog';
99
+ export * from './ReFuel';
100
+ export * from './Price';
105
101
  export * from './UsersEndPoint';
106
- export * from './ContactsEndPoint';
107
- export * from './FlightsEndPoint';
108
- export * from './LeadsEndPoint';
109
- export * from './GroupsEndPoint';
110
- export * from './UserEndPoint';
111
- export * from './MyBookingsEndPoint';
112
- export * from './BookingSlotsEndPoint';
113
- export * from './BookingsEndPoint';
114
- export * from './CampaignsEndPoint';
102
+ export * from './MyFlightsEndPoint';
115
103
  export * from './CreditsEndPoint';
116
- export * from './DocumentsEndPoint';
117
- export * from './AccountsEndPoint';
118
104
  export * from './AirplanesEndPoint';
119
105
  export * from './AuditLogsEndPoint';
120
- export * from './SystemEndPoint';
121
- export * from './MyAuthEndPoint';
106
+ export * from './BookingsEndPoint';
122
107
  export * from './FlightTicketsEndPoint';
108
+ export * from './LeadsEndPoint';
123
109
  export * from './LookupsEndPoint';
124
- export * from './MessageConfirmsEndPoint';
110
+ export * from './MyBookingsEndPoint';
111
+ export * from './AccountsEndPoint';
112
+ export * from './CampaignsEndPoint';
125
113
  export * from './CertificatesEndPoint';
126
- export * from './MyFlightsEndPoint';
114
+ export * from './FlightsEndPoint';
115
+ export * from './GroupsEndPoint';
116
+ export * from './MaintenancesEndPoint';
117
+ export * from './PriceListEndPoint';
118
+ export * from './SystemConfigsEndPoint';
119
+ export * from './BookingSlotsEndPoint';
120
+ export * from './UserEndPoint';
121
+ export * from './MyAuthEndPoint';
122
+ export * from './SystemMessagesEndPoint';
123
+ export * from './DocumentsEndPoint';
124
+ export * from './MessageConfirmsEndPoint';
125
+ export * from './SystemEndPoint';
126
+ export * from './ContactsEndPoint';
127
127
  export * from './Enums';
@@ -1,27 +1,27 @@
1
- import { GroupsEndPoint } from '.';
2
- import { UserEndPoint } from '.';
3
- import { MyBookingsEndPoint } from '.';
1
+ import { ContactsEndPoint } from '.';
4
2
  import { DocumentsEndPoint } from '.';
3
+ import { MessageConfirmsEndPoint } from '.';
4
+ import { SystemEndPoint } from '.';
5
+ import { CreditsEndPoint } from '.';
6
+ import { UsersEndPoint } from '.';
7
+ import { MyFlightsEndPoint } from '.';
8
+ import { MyBookingsEndPoint } from '.';
5
9
  import { AccountsEndPoint } from '.';
6
10
  import { AirplanesEndPoint } from '.';
7
11
  import { AuditLogsEndPoint } from '.';
8
- import { BookingSlotsEndPoint } from '.';
9
12
  import { BookingsEndPoint } from '.';
10
- import { CampaignsEndPoint } from '.';
11
- import { CreditsEndPoint } from '.';
12
13
  import { FlightTicketsEndPoint } from '.';
14
+ import { LeadsEndPoint } from '.';
13
15
  import { LookupsEndPoint } from '.';
14
- import { MessageConfirmsEndPoint } from '.';
15
- import { SystemEndPoint } from '.';
16
- import { MyAuthEndPoint } from '.';
16
+ import { SystemConfigsEndPoint } from '.';
17
+ import { BookingSlotsEndPoint } from '.';
18
+ import { CampaignsEndPoint } from '.';
17
19
  import { CertificatesEndPoint } from '.';
18
- import { MyFlightsEndPoint } from '.';
19
- import { UsersEndPoint } from '.';
20
- import { ContactsEndPoint } from '.';
21
20
  import { FlightsEndPoint } from '.';
22
- import { LeadsEndPoint } from '.';
21
+ import { GroupsEndPoint } from '.';
23
22
  import { MaintenancesEndPoint } from '.';
24
23
  import { PriceListEndPoint } from '.';
25
- import { SystemConfigsEndPoint } from '.';
26
24
  import { SystemMessagesEndPoint } from '.';
27
- export declare const Services: (typeof MaintenancesEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof SystemMessagesEndPoint | typeof UsersEndPoint | typeof ContactsEndPoint | typeof FlightsEndPoint | typeof LeadsEndPoint | typeof GroupsEndPoint | typeof UserEndPoint | typeof MyBookingsEndPoint | typeof BookingSlotsEndPoint | typeof BookingsEndPoint | typeof CampaignsEndPoint | typeof CreditsEndPoint | typeof DocumentsEndPoint | typeof AccountsEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof SystemEndPoint | typeof MyAuthEndPoint | typeof FlightTicketsEndPoint | typeof LookupsEndPoint | typeof MessageConfirmsEndPoint | typeof CertificatesEndPoint | typeof MyFlightsEndPoint)[];
25
+ import { UserEndPoint } from '.';
26
+ import { MyAuthEndPoint } from '.';
27
+ export declare const Services: (typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof CreditsEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof BookingsEndPoint | typeof FlightTicketsEndPoint | typeof LeadsEndPoint | typeof LookupsEndPoint | typeof MyBookingsEndPoint | typeof AccountsEndPoint | typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof BookingSlotsEndPoint | typeof UserEndPoint | typeof MyAuthEndPoint | typeof SystemMessagesEndPoint | typeof DocumentsEndPoint | typeof MessageConfirmsEndPoint | typeof SystemEndPoint | typeof ContactsEndPoint)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "1.19.9",
3
+ "version": "1.19.10",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"