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