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