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