@aya-flights/ngx-goox-lib 1.19.32 → 1.19.33

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