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