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