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