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