@aya-flights/ngx-goox-lib 2.19.5 → 2.19.6

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