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