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