@aya-flights/ngx-goox-lib 1.19.64 → 1.19.65

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