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