@aya-flights/ngx-goox-lib 2.19.15 → 2.19.16
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 +3621 -3618
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/Airplane.d.ts +1 -1
- package/lib/AirplanesEndPoint.d.ts +3 -3
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingsEndPoint.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/Credit.d.ts +1 -1
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +5 -5
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +1 -1
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +6 -6
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/Lead.d.ts +1 -1
- package/lib/MaintenancesEndPoint.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/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +4 -4
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/SystemConfig.d.ts +1 -1
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/index.d.ts +106 -106
- package/lib/services.export.d.ts +21 -21
- package/package.json +1 -1
package/lib/services.export.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
+
import { CreditsEndPoint } from '.';
|
|
2
|
+
import { AuditLogsEndPoint } from '.';
|
|
1
3
|
import { SystemConfigsEndPoint } from '.';
|
|
2
|
-
import { BookingSlotsEndPoint } from '.';
|
|
3
|
-
import { CertificatesEndPoint } from '.';
|
|
4
|
-
import { DocumentsEndPoint } from '.';
|
|
5
4
|
import { SystemEndPoint } from '.';
|
|
6
|
-
import { AirplanesEndPoint } from '.';
|
|
7
|
-
import { FlightTicketsEndPoint } from '.';
|
|
8
|
-
import { MessageConfirmsEndPoint } from '.';
|
|
9
|
-
import { AccountsEndPoint } from '.';
|
|
10
|
-
import { AuditLogsEndPoint } from '.';
|
|
11
|
-
import { SystemMessagesEndPoint } from '.';
|
|
12
5
|
import { UserEndPoint } from '.';
|
|
13
|
-
import { MyCreditsEndPoint } from '.';
|
|
14
|
-
import { ContactsEndPoint } from '.';
|
|
15
|
-
import { LookupsEndPoint } from '.';
|
|
16
|
-
import { BookingsEndPoint } from '.';
|
|
17
|
-
import { PriceListEndPoint } from '.';
|
|
18
|
-
import { CampaignsEndPoint } from '.';
|
|
19
|
-
import { CreditsEndPoint } from '.';
|
|
20
6
|
import { MyBookingsEndPoint } from '.';
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
7
|
+
import { CertificatesEndPoint } from '.';
|
|
8
|
+
import { MaintenancesEndPoint } from '.';
|
|
9
|
+
import { PriceListEndPoint } from '.';
|
|
10
|
+
import { MessageConfirmsEndPoint } from '.';
|
|
11
|
+
import { MyCreditsEndPoint } from '.';
|
|
12
|
+
import { AccountsEndPoint } from '.';
|
|
23
13
|
import { FlightsEndPoint } from '.';
|
|
14
|
+
import { UsersEndPoint } from '.';
|
|
15
|
+
import { MyFlightsEndPoint } from '.';
|
|
16
|
+
import { AirplanesEndPoint } from '.';
|
|
17
|
+
import { BookingSlotsEndPoint } from '.';
|
|
24
18
|
import { GroupsEndPoint } from '.';
|
|
19
|
+
import { MyAuthEndPoint } from '.';
|
|
20
|
+
import { SystemMessagesEndPoint } from '.';
|
|
21
|
+
import { BookingsEndPoint } from '.';
|
|
22
|
+
import { DocumentsEndPoint } from '.';
|
|
23
|
+
import { FlightTicketsEndPoint } from '.';
|
|
25
24
|
import { LeadsEndPoint } from '.';
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
|
|
25
|
+
import { CampaignsEndPoint } from '.';
|
|
26
|
+
import { ContactsEndPoint } from '.';
|
|
27
|
+
import { LookupsEndPoint } from '.';
|
|
28
|
+
export declare const Services: (typeof MessageConfirmsEndPoint | typeof MyCreditsEndPoint | typeof AccountsEndPoint | typeof FlightsEndPoint | typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof AirplanesEndPoint | typeof BookingSlotsEndPoint | typeof GroupsEndPoint | typeof MyAuthEndPoint | typeof SystemMessagesEndPoint | typeof BookingsEndPoint | typeof DocumentsEndPoint | typeof FlightTicketsEndPoint | typeof LeadsEndPoint | typeof CampaignsEndPoint | typeof ContactsEndPoint | typeof LookupsEndPoint | typeof CreditsEndPoint | typeof AuditLogsEndPoint | typeof SystemConfigsEndPoint | typeof SystemEndPoint | typeof UserEndPoint | typeof MyBookingsEndPoint | typeof CertificatesEndPoint | typeof MaintenancesEndPoint | typeof PriceListEndPoint)[];
|