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