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

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