@aya-flights/ngx-goox-lib 1.19.62 → 1.19.64

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