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