@aya-flights/ngx-goox-lib 1.19.25 → 1.19.27

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