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