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