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