@aya-flights/ngx-goox-lib 2.19.48 → 2.19.50
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 +4035 -4032
- 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 +2 -2
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/Booking.d.ts +2 -0
- package/lib/BookingPlan.d.ts +2 -2
- package/lib/BookingSlot.d.ts +1 -0
- package/lib/BookingsEndPoint.d.ts +2 -2
- package/lib/Campaign.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/FlightBilling.d.ts +1 -1
- package/lib/FlightRisk.d.ts +5 -5
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/FlightsFilter.d.ts +1 -1
- package/lib/Group.d.ts +1 -1
- package/lib/GroupsEndPoint.d.ts +1 -1
- package/lib/LeadsEndPoint.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +2 -2
- package/lib/MyFlightsEndPoint.d.ts +2 -2
- package/lib/PostFlightData.d.ts +2 -2
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +1 -1
- package/lib/SystemMessage.d.ts +2 -2
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TimeSeries.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 +18 -18
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5,141 +5,141 @@ export * from './BaseEntityEx';
|
|
|
5
5
|
export * from './Tuple';
|
|
6
6
|
export * from './ColumnDef';
|
|
7
7
|
export * from './TimeFrame';
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
8
|
+
export * from './CurrencyCode';
|
|
9
|
+
export * from './FlightStateCode';
|
|
10
|
+
export * from './MessageTypeCode';
|
|
11
|
+
export * from './ModuleCode';
|
|
12
|
+
export * from './TransactionTypeCode';
|
|
11
13
|
export * from './AccountStatusCode';
|
|
12
|
-
export * from './FlightStatusCode';
|
|
13
|
-
export * from './CampaignTypeCode';
|
|
14
|
-
export * from './FilterFlag';
|
|
15
|
-
export * from './UserStatusCode';
|
|
16
|
-
export * from './PaymentMethodCode';
|
|
17
|
-
export * from './PriorityCode';
|
|
18
|
-
export * from './BookingTypeFlag';
|
|
19
14
|
export * from './CampaignStatusCode';
|
|
20
|
-
export * from './CurrencyCode';
|
|
21
15
|
export * from './ErrorCode';
|
|
22
|
-
export * from './FlightStateCode';
|
|
23
|
-
export * from './OperatorCode';
|
|
24
16
|
export * from './TicketStatusCode';
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './BookingStatusCode';
|
|
17
|
+
export * from './ConfirmStatusCode';
|
|
27
18
|
export * from './LessonSubjectCode';
|
|
19
|
+
export * from './UserRoleFlag';
|
|
20
|
+
export * from './ADSBSourceFlag';
|
|
21
|
+
export * from './AssessmentCode';
|
|
22
|
+
export * from './CampaignTypeCode';
|
|
23
|
+
export * from './PermissionFlag';
|
|
28
24
|
export * from './StatusCode';
|
|
25
|
+
export * from './AirplaneStatusCode';
|
|
26
|
+
export * from './AirplaneValidationFlag';
|
|
29
27
|
export * from './FlightPurposeCode';
|
|
28
|
+
export * from './FlightTypeCode';
|
|
30
29
|
export * from './LeadStatusCode';
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './ModuleCode';
|
|
33
|
-
export * from './UserTypeCode';
|
|
30
|
+
export * from './PaymentMethodCode';
|
|
34
31
|
export * from './ValidationFlag';
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
32
|
+
export * from './ADSBCategoryCode';
|
|
33
|
+
export * from './UserTypeCode';
|
|
34
|
+
export * from './BookingTypeFlag';
|
|
35
|
+
export * from './FlightStatusCode';
|
|
36
|
+
export * from './PriorityCode';
|
|
40
37
|
export * from './BillingStatusCode';
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
45
|
-
export * from './
|
|
38
|
+
export * from './BookingStatusCode';
|
|
39
|
+
export * from './FilterFlag';
|
|
40
|
+
export * from './MaintenanceActionCode';
|
|
41
|
+
export * from './OperatorCode';
|
|
42
|
+
export * from './UserStatusCode';
|
|
43
|
+
export * from './PilotQualificationsRisks';
|
|
44
|
+
export * from './DestinationRisks';
|
|
45
|
+
export * from './Price';
|
|
46
46
|
export * from './AuditLogFilter';
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
47
|
+
export * from './Campaign';
|
|
48
|
+
export * from './Lesson';
|
|
49
|
+
export * from './MessageConfirm';
|
|
50
|
+
export * from './PostFlightInfo';
|
|
51
|
+
export * from './Engine';
|
|
52
|
+
export * from './DocumentRevision';
|
|
53
|
+
export * from './FlightRisk';
|
|
54
|
+
export * from './LeadAction';
|
|
55
|
+
export * from './LoginParams';
|
|
56
|
+
export * from './Contact';
|
|
57
|
+
export * from './WeatherRisks';
|
|
58
|
+
export * from './Group';
|
|
59
|
+
export * from './AnyKeyValue';
|
|
60
|
+
export * from './OnBoard';
|
|
49
61
|
export * from './ReFuel';
|
|
50
|
-
export * from './
|
|
62
|
+
export * from './Document';
|
|
63
|
+
export * from './RiskAssessment';
|
|
64
|
+
export * from './CrewDutyDayRisks';
|
|
65
|
+
export * from './CertificatesFilter';
|
|
66
|
+
export * from './ContactsFilter';
|
|
67
|
+
export * from './MaintenancesFilter';
|
|
51
68
|
export * from './IntKeyValue';
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './TripRisks';
|
|
54
|
-
export * from './FlightPlan';
|
|
69
|
+
export * from './Airplane';
|
|
55
70
|
export * from './Magneto';
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './DestinationRisks';
|
|
59
|
-
export * from './LogBookRecord';
|
|
71
|
+
export * from './Propeller';
|
|
72
|
+
export * from './FlightBilling';
|
|
60
73
|
export * from './PostFlightData';
|
|
61
|
-
export * from './
|
|
74
|
+
export * from './User';
|
|
62
75
|
export * from './BookingPlan';
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './Flight';
|
|
65
|
-
export * from './CrewDutyDayRisks';
|
|
66
|
-
export * from './PreFlightData';
|
|
67
|
-
export * from './AirplanesFilter';
|
|
68
|
-
export * from './ContactsFilter';
|
|
69
|
-
export * from './FlightsFilter';
|
|
70
|
-
export * from './FlightTicket';
|
|
71
|
-
export * from './Group';
|
|
72
|
-
export * from './PilotQualificationsRisks';
|
|
73
|
-
export * from './PostFlightInfo';
|
|
74
|
-
export * from './Campaign';
|
|
75
|
-
export * from './RiskAssessment';
|
|
76
|
+
export * from './Certificate';
|
|
76
77
|
export * from './Lookup';
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './BillingRecord';
|
|
81
|
-
export * from './Lead';
|
|
82
|
-
export * from './FlightRisk';
|
|
78
|
+
export * from './TokenData';
|
|
79
|
+
export * from './Booking';
|
|
80
|
+
export * from './LogBookRecord';
|
|
83
81
|
export * from './FlightPassenger';
|
|
84
|
-
export * from './
|
|
82
|
+
export * from './SystemConfig';
|
|
83
|
+
export * from './Address';
|
|
85
84
|
export * from './Location';
|
|
86
|
-
export * from './
|
|
87
|
-
export * from './
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './WeatherRisks';
|
|
93
|
-
export * from './FlightBilling';
|
|
94
|
-
export * from './LookupGroup';
|
|
95
|
-
export * from './Price';
|
|
85
|
+
export * from './TOLData';
|
|
86
|
+
export * from './Billing';
|
|
87
|
+
export * from './TripRisks';
|
|
88
|
+
export * from './FlightPlan';
|
|
89
|
+
export * from './BookingSlotsSet';
|
|
90
|
+
export * from './FlightTicket';
|
|
96
91
|
export * from './ADSBState';
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
92
|
+
export * from './AccountsFilter';
|
|
93
|
+
export * from './BookingsFilter';
|
|
94
|
+
export * from './StringKeyValue';
|
|
95
|
+
export * from './BookingSlot';
|
|
99
96
|
export * from './Credit';
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './SystemConfig';
|
|
97
|
+
export * from './Flight';
|
|
102
98
|
export * from './SystemMessage';
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './AnyKeyValue';
|
|
99
|
+
export * from './LeadsFilter';
|
|
100
|
+
export * from './Permission';
|
|
106
101
|
export * from './Account';
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
102
|
+
export * from './BookingSlots';
|
|
103
|
+
export * from './BillingRecord';
|
|
104
|
+
export * from './Lead';
|
|
105
|
+
export * from './PreFlightData';
|
|
106
|
+
export * from './UsersFilter';
|
|
107
|
+
export * from './Fuel';
|
|
108
|
+
export * from './SpecialRisks';
|
|
109
|
+
export * from './Mitigation';
|
|
110
|
+
export * from './LookupGroup';
|
|
111
|
+
export * from './FlightsFilter';
|
|
112
|
+
export * from './AirplanesFilter';
|
|
110
113
|
export * from './CreditsFilter';
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './Airplane';
|
|
117
|
-
export * from './LeadAction';
|
|
118
|
-
export * from './PriceListEndPoint';
|
|
119
|
-
export * from './SystemMessagesEndPoint';
|
|
114
|
+
export * from './PreFlightInfo';
|
|
115
|
+
export * from './AuditLog';
|
|
116
|
+
export * from './DepartureRisks';
|
|
117
|
+
export * from './Maintenance';
|
|
118
|
+
export * from './UsersEndPoint';
|
|
120
119
|
export * from './ContactsEndPoint';
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
120
|
+
export * from './FlightsEndPoint';
|
|
121
|
+
export * from './AccountsEndPoint';
|
|
122
|
+
export * from './AuditLogsEndPoint';
|
|
123
|
+
export * from './BookingsEndPoint';
|
|
124
|
+
export * from './SystemConfigsEndPoint';
|
|
125
125
|
export * from './MyCreditsEndPoint';
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './FlightTicketsEndPoint';
|
|
128
|
-
export * from './BookingSlotsEndPoint';
|
|
126
|
+
export * from './CreditsEndPoint';
|
|
129
127
|
export * from './GroupsEndPoint';
|
|
128
|
+
export * from './PriceListEndPoint';
|
|
129
|
+
export * from './MyBookingsEndPoint';
|
|
130
|
+
export * from './SystemMessagesEndPoint';
|
|
131
|
+
export * from './MyAuthEndPoint';
|
|
130
132
|
export * from './CampaignsEndPoint';
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './LeadsEndPoint';
|
|
133
|
+
export * from './CertificatesEndPoint';
|
|
133
134
|
export * from './MessageConfirmsEndPoint';
|
|
134
|
-
export * from './
|
|
135
|
+
export * from './BookingSlotsEndPoint';
|
|
136
|
+
export * from './LeadsEndPoint';
|
|
137
|
+
export * from './LookupsEndPoint';
|
|
135
138
|
export * from './UserEndPoint';
|
|
136
|
-
export * from './SystemConfigsEndPoint';
|
|
137
|
-
export * from './AuditLogsEndPoint';
|
|
138
139
|
export * from './DocumentsEndPoint';
|
|
140
|
+
export * from './SystemEndPoint';
|
|
141
|
+
export * from './AirplanesEndPoint';
|
|
142
|
+
export * from './FlightTicketsEndPoint';
|
|
139
143
|
export * from './MaintenancesEndPoint';
|
|
140
|
-
export * from './UsersEndPoint';
|
|
141
144
|
export * from './MyFlightsEndPoint';
|
|
142
|
-
export * from './AirplanesEndPoint';
|
|
143
|
-
export * from './SystemEndPoint';
|
|
144
|
-
export * from './AccountsEndPoint';
|
|
145
145
|
export * from './Enums';
|
package/lib/services.export.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FlightsEndPoint } from '.';
|
|
2
|
+
import { UsersEndPoint } from '.';
|
|
2
3
|
import { ContactsEndPoint } from '.';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { LookupsEndPoint } from '.';
|
|
7
|
-
import { MyAuthEndPoint } from '.';
|
|
4
|
+
import { AccountsEndPoint } from '.';
|
|
5
|
+
import { AuditLogsEndPoint } from '.';
|
|
6
|
+
import { BookingsEndPoint } from '.';
|
|
8
7
|
import { MyCreditsEndPoint } from '.';
|
|
9
|
-
import {
|
|
8
|
+
import { SystemConfigsEndPoint } from '.';
|
|
10
9
|
import { MyBookingsEndPoint } from '.';
|
|
11
|
-
import {
|
|
10
|
+
import { CreditsEndPoint } from '.';
|
|
12
11
|
import { GroupsEndPoint } from '.';
|
|
13
|
-
import {
|
|
14
|
-
import { LeadsEndPoint } from '.';
|
|
12
|
+
import { PriceListEndPoint } from '.';
|
|
15
13
|
import { MessageConfirmsEndPoint } from '.';
|
|
16
|
-
import {
|
|
14
|
+
import { SystemMessagesEndPoint } from '.';
|
|
15
|
+
import { MyAuthEndPoint } from '.';
|
|
17
16
|
import { CampaignsEndPoint } from '.';
|
|
18
|
-
import {
|
|
17
|
+
import { CertificatesEndPoint } from '.';
|
|
19
18
|
import { UserEndPoint } from '.';
|
|
19
|
+
import { BookingSlotsEndPoint } from '.';
|
|
20
|
+
import { LeadsEndPoint } from '.';
|
|
21
|
+
import { LookupsEndPoint } from '.';
|
|
20
22
|
import { DocumentsEndPoint } from '.';
|
|
21
|
-
import {
|
|
22
|
-
import { UsersEndPoint } from '.';
|
|
23
|
+
import { SystemEndPoint } from '.';
|
|
23
24
|
import { MyFlightsEndPoint } from '.';
|
|
24
25
|
import { AirplanesEndPoint } from '.';
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
export declare const Services: (typeof PriceListEndPoint | typeof SystemMessagesEndPoint | typeof ContactsEndPoint | typeof CertificatesEndPoint | typeof CreditsEndPoint | typeof LookupsEndPoint | typeof MyAuthEndPoint | typeof MyCreditsEndPoint | typeof MyBookingsEndPoint | typeof FlightTicketsEndPoint | typeof BookingSlotsEndPoint | typeof GroupsEndPoint | typeof CampaignsEndPoint | typeof FlightsEndPoint | typeof LeadsEndPoint | typeof MessageConfirmsEndPoint | typeof BookingsEndPoint | typeof UserEndPoint | typeof SystemConfigsEndPoint | typeof AuditLogsEndPoint | typeof DocumentsEndPoint | typeof MaintenancesEndPoint | typeof UsersEndPoint | typeof MyFlightsEndPoint | typeof AirplanesEndPoint | typeof SystemEndPoint | typeof AccountsEndPoint)[];
|
|
26
|
+
import { FlightTicketsEndPoint } from '.';
|
|
27
|
+
import { MaintenancesEndPoint } from '.';
|
|
28
|
+
export declare const Services: (typeof UsersEndPoint | typeof ContactsEndPoint | typeof FlightsEndPoint | typeof AccountsEndPoint | typeof AuditLogsEndPoint | typeof BookingsEndPoint | typeof SystemConfigsEndPoint | typeof MyCreditsEndPoint | typeof CreditsEndPoint | typeof GroupsEndPoint | typeof PriceListEndPoint | typeof MyBookingsEndPoint | typeof SystemMessagesEndPoint | typeof MyAuthEndPoint | typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof MessageConfirmsEndPoint | typeof BookingSlotsEndPoint | typeof LeadsEndPoint | typeof LookupsEndPoint | typeof UserEndPoint | typeof DocumentsEndPoint | typeof SystemEndPoint | typeof AirplanesEndPoint | typeof FlightTicketsEndPoint | typeof MaintenancesEndPoint | typeof MyFlightsEndPoint)[];
|