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