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