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