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