@aya-flights/ngx-goox-lib 1.19.36 → 1.19.37

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