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

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