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