@aya-flights/ngx-goox-lib 2.19.15 → 2.19.16

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