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