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