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