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