@aya-flights/ngx-goox-lib 2.19.51 → 2.19.53

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