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