@aya-flights/ngx-goox-lib 1.19.19 → 1.19.20
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 +3626 -3629
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +1 -1
- package/lib/Airplane.d.ts +1 -1
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLog.d.ts +1 -1
- package/lib/Campaign.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 +3 -3
- package/lib/Credit.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/FlightPassenger.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/Lookup.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +1 -1
- package/lib/PostFlightData.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +4 -5
- package/lib/PreFlightData.d.ts +2 -2
- package/lib/Price.d.ts +1 -1
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +1 -1
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/UsersEndPoint.d.ts +1 -1
- package/lib/index.d.ts +99 -99
- package/lib/services.export.d.ts +17 -17
- package/package.json +1 -1
package/lib/services.export.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { CreditsEndPoint } from '.';
|
|
2
1
|
import { LeadsEndPoint } from '.';
|
|
3
2
|
import { MessageConfirmsEndPoint } from '.';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { AccountsEndPoint } from '.';
|
|
7
|
-
import { CampaignsEndPoint } from '.';
|
|
3
|
+
import { BookingSlotsEndPoint } from '.';
|
|
4
|
+
import { CertificatesEndPoint } from '.';
|
|
8
5
|
import { ContactsEndPoint } from '.';
|
|
9
|
-
import {
|
|
6
|
+
import { CreditsEndPoint } from '.';
|
|
10
7
|
import { FlightsEndPoint } from '.';
|
|
8
|
+
import { GroupsEndPoint } from '.';
|
|
9
|
+
import { SystemConfigsEndPoint } from '.';
|
|
10
|
+
import { DocumentsEndPoint } from '.';
|
|
11
|
+
import { PriceListEndPoint } from '.';
|
|
12
|
+
import { UsersEndPoint } from '.';
|
|
13
|
+
import { MyAuthEndPoint } from '.';
|
|
14
|
+
import { MyBookingsEndPoint } from '.';
|
|
11
15
|
import { LookupsEndPoint } from '.';
|
|
16
|
+
import { SystemEndPoint } from '.';
|
|
17
|
+
import { SystemMessagesEndPoint } from '.';
|
|
18
|
+
import { UserEndPoint } from '.';
|
|
12
19
|
import { MaintenancesEndPoint } from '.';
|
|
13
20
|
import { MyFlightsEndPoint } from '.';
|
|
21
|
+
import { AccountsEndPoint } from '.';
|
|
14
22
|
import { AirplanesEndPoint } from '.';
|
|
15
23
|
import { AuditLogsEndPoint } from '.';
|
|
16
|
-
import { FlightTicketsEndPoint } from '.';
|
|
17
|
-
import { GroupsEndPoint } from '.';
|
|
18
|
-
import { UserEndPoint } from '.';
|
|
19
|
-
import { MyAuthEndPoint } from '.';
|
|
20
|
-
import { BookingSlotsEndPoint } from '.';
|
|
21
24
|
import { BookingsEndPoint } from '.';
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
import { SystemMessagesEndPoint } from '.';
|
|
26
|
-
import { UsersEndPoint } from '.';
|
|
27
|
-
export declare const Services: (typeof CertificatesEndPoint | typeof PriceListEndPoint | typeof SystemConfigsEndPoint | typeof SystemMessagesEndPoint | typeof UsersEndPoint | typeof MyAuthEndPoint | typeof BookingSlotsEndPoint | typeof BookingsEndPoint | typeof MessageConfirmsEndPoint | typeof MyBookingsEndPoint | typeof CreditsEndPoint | typeof LeadsEndPoint | typeof ContactsEndPoint | typeof DocumentsEndPoint | typeof FlightsEndPoint | typeof LookupsEndPoint | typeof MaintenancesEndPoint | typeof SystemEndPoint | typeof AccountsEndPoint | typeof CampaignsEndPoint | typeof MyFlightsEndPoint | typeof FlightTicketsEndPoint | typeof GroupsEndPoint | typeof UserEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint)[];
|
|
25
|
+
import { CampaignsEndPoint } from '.';
|
|
26
|
+
import { FlightTicketsEndPoint } from '.';
|
|
27
|
+
export declare const Services: (typeof MessageConfirmsEndPoint | typeof BookingSlotsEndPoint | typeof CertificatesEndPoint | typeof ContactsEndPoint | typeof CreditsEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof LeadsEndPoint | typeof SystemConfigsEndPoint | typeof DocumentsEndPoint | typeof PriceListEndPoint | typeof UsersEndPoint | typeof MyAuthEndPoint | typeof MyBookingsEndPoint | typeof LookupsEndPoint | typeof SystemEndPoint | typeof SystemMessagesEndPoint | typeof UserEndPoint | typeof MyFlightsEndPoint | typeof AccountsEndPoint | typeof AirplanesEndPoint | typeof AuditLogsEndPoint | typeof BookingsEndPoint | typeof CampaignsEndPoint | typeof FlightTicketsEndPoint | typeof MaintenancesEndPoint)[];
|