@aya-flights/ngx-goox-lib 1.19.59 → 1.19.61
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.
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4072 -4064
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +6 -3
- package/lib/AirplanesEndPoint.d.ts +1 -1
- package/lib/Booking.d.ts +1 -1
- package/lib/BookingSlots.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +2 -2
- package/lib/Credit.d.ts +3 -0
- package/lib/CreditFilter.d.ts +1 -1
- package/lib/Flight.d.ts +4 -4
- package/lib/FlightFilter.d.ts +2 -2
- package/lib/FlightPassenger.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +2 -2
- package/lib/Group.d.ts +2 -2
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MessageConfirm.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightData.d.ts +4 -4
- package/lib/PreFlightData.d.ts +2 -2
- package/lib/RiskAssessment.d.ts +4 -4
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UserFilter.d.ts +2 -2
- package/lib/index.d.ts +106 -106
- package/lib/services.export.d.ts +20 -20
- package/package.json +1 -1
package/lib/services.export.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MaintenancesEndPoint } from '.';
|
|
2
|
+
import { AirplanesEndPoint } from '.';
|
|
3
|
+
import { BookingsEndPoint } from '.';
|
|
4
|
+
import { DocumentsEndPoint } from '.';
|
|
5
|
+
import { GroupsEndPoint } from '.';
|
|
2
6
|
import { MessageConfirmsEndPoint } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
7
|
+
import { MyAuthEndPoint } from '.';
|
|
8
|
+
import { MyBookingsEndPoint } from '.';
|
|
5
9
|
import { UserEndPoint } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { BookingSlotsEndPoint } from '.';
|
|
8
|
-
import { DocumentsEndPoint } from '.';
|
|
9
|
-
import { FlightTicketsEndPoint } from '.';
|
|
10
|
-
import { MyCreditsEndPoint } from '.';
|
|
11
|
-
import { BookingsEndPoint } from '.';
|
|
12
|
-
import { CertificatesEndPoint } from '.';
|
|
13
|
-
import { PriceListEndPoint } from '.';
|
|
10
|
+
import { UsersEndPoint } from '.';
|
|
14
11
|
import { CampaignsEndPoint } from '.';
|
|
12
|
+
import { CertificatesEndPoint } from '.';
|
|
15
13
|
import { CreditsEndPoint } from '.';
|
|
14
|
+
import { FlightTicketsEndPoint } from '.';
|
|
15
|
+
import { ContactsEndPoint } from '.';
|
|
16
|
+
import { PriceListEndPoint } from '.';
|
|
17
|
+
import { BookingSlotsEndPoint } from '.';
|
|
18
|
+
import { FlightsEndPoint } from '.';
|
|
19
|
+
import { LeadsEndPoint } from '.';
|
|
16
20
|
import { SystemEndPoint } from '.';
|
|
17
|
-
import { MaintenancesEndPoint } from '.';
|
|
18
|
-
import { MyAuthEndPoint } from '.';
|
|
19
21
|
import { AccountsEndPoint } from '.';
|
|
20
|
-
import {
|
|
21
|
-
import { MyBookingsEndPoint } from '.';
|
|
22
|
+
import { MyCreditsEndPoint } from '.';
|
|
22
23
|
import { MyFlightsEndPoint } from '.';
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
24
|
+
import { AuditLogsEndPoint } from '.';
|
|
25
|
+
import { LookupsEndPoint } from '.';
|
|
26
|
+
import { SystemConfigsEndPoint } from '.';
|
|
26
27
|
import { SystemMessagesEndPoint } from '.';
|
|
27
|
-
|
|
28
|
-
export declare const Services: (typeof FlightsEndPoint | typeof UserEndPoint | typeof AuditLogsEndPoint | typeof BookingSlotsEndPoint | typeof DocumentsEndPoint | typeof FlightTicketsEndPoint | typeof SystemConfigsEndPoint | typeof MyCreditsEndPoint | typeof CertificatesEndPoint | typeof BookingsEndPoint | typeof PriceListEndPoint | typeof CreditsEndPoint | typeof SystemEndPoint | typeof CampaignsEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof MyAuthEndPoint | typeof AccountsEndPoint | typeof MyBookingsEndPoint | typeof ContactsEndPoint | typeof LeadsEndPoint | typeof SystemMessagesEndPoint | typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof AirplanesEndPoint | typeof MessageConfirmsEndPoint | typeof LookupsEndPoint)[];
|
|
28
|
+
export declare const Services: (typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof CreditsEndPoint | typeof FlightTicketsEndPoint | typeof ContactsEndPoint | typeof PriceListEndPoint | typeof LeadsEndPoint | typeof BookingSlotsEndPoint | typeof FlightsEndPoint | typeof SystemEndPoint | typeof AccountsEndPoint | typeof MyCreditsEndPoint | typeof MyFlightsEndPoint | typeof AuditLogsEndPoint | typeof LookupsEndPoint | typeof SystemConfigsEndPoint | typeof SystemMessagesEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof AirplanesEndPoint | typeof BookingsEndPoint | typeof DocumentsEndPoint | typeof MessageConfirmsEndPoint | typeof MyAuthEndPoint | typeof MyBookingsEndPoint | typeof UserEndPoint | typeof UsersEndPoint)[];
|