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