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