@aya-flights/ngx-goox-lib 1.19.17 → 1.19.18

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,27 +1,27 @@
1
- import { BookingsEndPoint } from '.';
2
- import { FlightTicketsEndPoint } from '.';
3
1
  import { SystemConfigsEndPoint } from '.';
4
- import { SystemEndPoint } from '.';
5
- import { UserEndPoint } from '.';
2
+ import { SystemMessagesEndPoint } from '.';
6
3
  import { MyAuthEndPoint } from '.';
7
- import { CampaignsEndPoint } from '.';
4
+ import { BookingsEndPoint } from '.';
5
+ import { GroupsEndPoint } from '.';
6
+ import { LeadsEndPoint } from '.';
7
+ import { LookupsEndPoint } from '.';
8
+ import { MessageConfirmsEndPoint } from '.';
9
+ import { MyBookingsEndPoint } from '.';
10
+ import { AirplanesEndPoint } from '.';
11
+ import { CertificatesEndPoint } from '.';
12
+ import { DocumentsEndPoint } from '.';
13
+ import { UserEndPoint } from '.';
14
+ import { AuditLogsEndPoint } from '.';
8
15
  import { ContactsEndPoint } from '.';
16
+ import { FlightTicketsEndPoint } from '.';
9
17
  import { CreditsEndPoint } from '.';
10
18
  import { FlightsEndPoint } from '.';
11
- import { LookupsEndPoint } from '.';
19
+ import { MaintenancesEndPoint } from '.';
12
20
  import { PriceListEndPoint } from '.';
13
- import { UsersEndPoint } from '.';
21
+ import { SystemEndPoint } from '.';
14
22
  import { AccountsEndPoint } from '.';
15
- import { AirplanesEndPoint } from '.';
16
23
  import { BookingSlotsEndPoint } from '.';
17
- import { GroupsEndPoint } from '.';
18
- import { MaintenancesEndPoint } from '.';
19
- import { SystemMessagesEndPoint } from '.';
24
+ import { CampaignsEndPoint } from '.';
25
+ import { UsersEndPoint } from '.';
20
26
  import { MyFlightsEndPoint } from '.';
21
- import { AuditLogsEndPoint } from '.';
22
- import { CertificatesEndPoint } from '.';
23
- import { DocumentsEndPoint } from '.';
24
- import { LeadsEndPoint } from '.';
25
- import { MessageConfirmsEndPoint } from '.';
26
- import { MyBookingsEndPoint } from '.';
27
- export declare const Services: (typeof LeadsEndPoint | typeof MessageConfirmsEndPoint | typeof MyBookingsEndPoint | typeof MyFlightsEndPoint | typeof AuditLogsEndPoint | typeof CertificatesEndPoint | typeof DocumentsEndPoint | typeof SystemEndPoint | typeof UserEndPoint | typeof BookingsEndPoint | typeof FlightTicketsEndPoint | typeof SystemConfigsEndPoint | typeof FlightsEndPoint | typeof LookupsEndPoint | typeof PriceListEndPoint | typeof MyAuthEndPoint | typeof CampaignsEndPoint | typeof ContactsEndPoint | typeof CreditsEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof SystemMessagesEndPoint | typeof UsersEndPoint | typeof AccountsEndPoint | typeof AirplanesEndPoint | typeof BookingSlotsEndPoint)[];
27
+ export declare const Services: (typeof FlightTicketsEndPoint | typeof UserEndPoint | typeof AuditLogsEndPoint | typeof ContactsEndPoint | typeof CampaignsEndPoint | typeof CreditsEndPoint | typeof FlightsEndPoint | typeof MaintenancesEndPoint | typeof PriceListEndPoint | typeof SystemEndPoint | typeof AccountsEndPoint | typeof BookingSlotsEndPoint | typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof LeadsEndPoint | typeof SystemConfigsEndPoint | typeof SystemMessagesEndPoint | typeof MyAuthEndPoint | typeof BookingsEndPoint | typeof GroupsEndPoint | typeof DocumentsEndPoint | typeof LookupsEndPoint | typeof MessageConfirmsEndPoint | typeof MyBookingsEndPoint | typeof AirplanesEndPoint | typeof CertificatesEndPoint)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "1.19.17",
3
+ "version": "1.19.18",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"