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