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