@aya-flights/ngx-goox-lib 2.19.8 → 2.19.9
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 +4332 -4331
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLog.d.ts +1 -1
- package/lib/Booking.d.ts +3 -2
- package/lib/BookingSlotsEndPoint.d.ts +1 -1
- package/lib/BookingSlotsSet.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +2 -2
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +8 -8
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightsEndPoint.d.ts +5 -5
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadAction.d.ts +1 -1
- package/lib/MyBookingsEndPoint.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightData.d.ts +1 -1
- package/lib/PreFlightData.d.ts +3 -3
- package/lib/RiskAssessment.d.ts +3 -3
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +105 -105
- 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 {
|
|
2
|
-
import { UsersEndPoint } from '.';
|
|
3
|
-
import { MyFlightsEndPoint } from '.';
|
|
4
|
-
import { ContactsEndPoint } from '.';
|
|
5
|
-
import { LeadsEndPoint } from '.';
|
|
6
|
-
import { LookupsEndPoint } from '.';
|
|
7
|
-
import { MaintenancesEndPoint } from '.';
|
|
8
|
-
import { SystemEndPoint } from '.';
|
|
1
|
+
import { SystemConfigsEndPoint } from '.';
|
|
9
2
|
import { BookingSlotsEndPoint } from '.';
|
|
10
3
|
import { CertificatesEndPoint } from '.';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { MyAuthEndPoint } from '.';
|
|
4
|
+
import { DocumentsEndPoint } from '.';
|
|
5
|
+
import { SystemEndPoint } from '.';
|
|
14
6
|
import { AirplanesEndPoint } from '.';
|
|
15
|
-
import {
|
|
7
|
+
import { FlightTicketsEndPoint } from '.';
|
|
8
|
+
import { MessageConfirmsEndPoint } from '.';
|
|
9
|
+
import { AccountsEndPoint } from '.';
|
|
10
|
+
import { AuditLogsEndPoint } from '.';
|
|
11
|
+
import { SystemMessagesEndPoint } from '.';
|
|
12
|
+
import { UserEndPoint } from '.';
|
|
16
13
|
import { MyCreditsEndPoint } from '.';
|
|
14
|
+
import { ContactsEndPoint } from '.';
|
|
15
|
+
import { LookupsEndPoint } from '.';
|
|
17
16
|
import { BookingsEndPoint } from '.';
|
|
17
|
+
import { PriceListEndPoint } from '.';
|
|
18
18
|
import { CampaignsEndPoint } from '.';
|
|
19
|
+
import { CreditsEndPoint } from '.';
|
|
19
20
|
import { MyBookingsEndPoint } from '.';
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
21
|
+
import { MyAuthEndPoint } from '.';
|
|
22
|
+
import { MyFlightsEndPoint } from '.';
|
|
23
|
+
import { FlightsEndPoint } from '.';
|
|
23
24
|
import { GroupsEndPoint } from '.';
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
export declare const Services: (typeof CampaignsEndPoint | typeof MyBookingsEndPoint | typeof BookingsEndPoint | typeof DocumentsEndPoint | typeof GroupsEndPoint | typeof SystemMessagesEndPoint | typeof AccountsEndPoint | typeof SystemConfigsEndPoint | typeof UserEndPoint | typeof CreditsEndPoint | typeof AuditLogsEndPoint | typeof LeadsEndPoint | typeof LookupsEndPoint | typeof MaintenancesEndPoint | typeof MessageConfirmsEndPoint | typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof ContactsEndPoint | typeof BookingSlotsEndPoint | typeof SystemEndPoint | typeof FlightTicketsEndPoint | typeof FlightsEndPoint | typeof MyAuthEndPoint | typeof CertificatesEndPoint | typeof PriceListEndPoint | typeof MyCreditsEndPoint | typeof AirplanesEndPoint)[];
|
|
25
|
+
import { LeadsEndPoint } from '.';
|
|
26
|
+
import { MaintenancesEndPoint } from '.';
|
|
27
|
+
import { UsersEndPoint } from '.';
|
|
28
|
+
export declare const Services: (typeof SystemMessagesEndPoint | typeof UserEndPoint | typeof AccountsEndPoint | typeof AuditLogsEndPoint | typeof ContactsEndPoint | typeof LookupsEndPoint | typeof MyCreditsEndPoint | typeof BookingsEndPoint | typeof PriceListEndPoint | typeof MyBookingsEndPoint | typeof CampaignsEndPoint | typeof CreditsEndPoint | typeof LeadsEndPoint | typeof MaintenancesEndPoint | typeof UsersEndPoint | typeof MyAuthEndPoint | typeof MyFlightsEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof DocumentsEndPoint | typeof SystemConfigsEndPoint | typeof BookingSlotsEndPoint | typeof CertificatesEndPoint | typeof SystemEndPoint | typeof MessageConfirmsEndPoint | typeof AirplanesEndPoint | typeof FlightTicketsEndPoint)[];
|