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