@aya-flights/ngx-goox-lib 2.19.19 → 2.19.21

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