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