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