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

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