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