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