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

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