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