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