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