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