@aya-flights/ngx-goox-lib 2.19.2 → 2.19.3-exp

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.
Files changed (226) hide show
  1. package/config.d.ts +5 -4
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs +5922 -4181
  3. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  4. package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
  5. package/lib/{Account.d.ts → model/Account.d.ts} +9 -10
  6. package/lib/model/AccountTypeCode.d.ts +11 -0
  7. package/lib/model/AccountsFilter.d.ts +12 -0
  8. package/{utils → lib/model}/ActionResponse.d.ts +2 -0
  9. package/lib/{Airplane.d.ts → model/Airplane.d.ts} +12 -9
  10. package/lib/model/AirplanesFilter.d.ts +11 -0
  11. package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +3 -7
  12. package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
  13. package/lib/model/AuditLogFilter.d.ts +15 -0
  14. package/lib/model/BaseFilter.d.ts +7 -0
  15. package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
  16. package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
  17. package/lib/{Booking.d.ts → model/Booking.d.ts} +11 -6
  18. package/lib/model/BookingPlan.d.ts +22 -0
  19. package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +3 -3
  20. package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
  21. package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
  22. package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +4 -2
  23. package/lib/model/BookingsFilter.d.ts +15 -0
  24. package/lib/model/Boundaries.d.ts +5 -0
  25. package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
  26. package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
  27. package/lib/model/CertificatesFilter.d.ts +15 -0
  28. package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
  29. package/lib/model/Contact.d.ts +39 -0
  30. package/lib/model/ContactGroup.d.ts +8 -0
  31. package/lib/model/ContactsFilter.d.ts +17 -0
  32. package/lib/{Credit.d.ts → model/Credit.d.ts} +5 -5
  33. package/lib/model/CreditsFilter.d.ts +15 -0
  34. package/lib/model/Distribution.d.ts +7 -0
  35. package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
  36. package/{utils → lib/model}/Entities.d.ts +1 -0
  37. package/lib/model/EntitiesRequest.d.ts +4 -0
  38. package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
  39. package/lib/model/EntityAction.d.ts +3 -0
  40. package/lib/model/EntityRequest.d.ts +4 -0
  41. package/{utils → lib/model}/EntityResponse.d.ts +2 -4
  42. package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +5 -1
  43. package/lib/{Flight.d.ts → model/Flight.d.ts} +21 -23
  44. package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
  45. package/lib/model/FlightCategoryCode.d.ts +42 -0
  46. package/lib/model/FlightClassCode.d.ts +13 -0
  47. package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
  48. package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
  49. package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +1 -1
  50. package/lib/model/FlightRisk.d.ts +22 -0
  51. package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
  52. package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +4 -10
  53. package/lib/model/FlightsFilter.d.ts +21 -0
  54. package/lib/model/FollowUpAction.d.ts +6 -0
  55. package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
  56. package/lib/model/InstructionTypeCode.d.ts +9 -0
  57. package/lib/model/IntEnumValue.d.ts +5 -0
  58. package/lib/model/Json.d.ts +3 -0
  59. package/lib/model/JsonDoc.d.ts +5 -0
  60. package/lib/{Lead.d.ts → model/Lead.d.ts} +7 -9
  61. package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
  62. package/lib/model/LeadsFilter.d.ts +10 -0
  63. package/lib/model/Lesson.d.ts +19 -0
  64. package/lib/model/LessonSubjectCode.d.ts +97 -0
  65. package/lib/model/LessonTypeCode.d.ts +16 -0
  66. package/lib/model/LicenseKindFlag.d.ts +17 -0
  67. package/lib/model/LocalTime.d.ts +3 -0
  68. package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
  69. package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
  70. package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
  71. package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
  72. package/lib/model/MaintenancesFilter.d.ts +15 -0
  73. package/lib/model/MedicalCertClassCode.d.ts +9 -0
  74. package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -8
  75. package/lib/model/Metar.d.ts +9 -0
  76. package/lib/model/MetarReport.d.ts +8 -0
  77. package/lib/model/Notification.d.ts +13 -0
  78. package/lib/model/NotificationTypeCode.d.ts +11 -0
  79. package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
  80. package/lib/model/Point.d.ts +5 -0
  81. package/lib/model/PostFlightInfo.d.ts +44 -0
  82. package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +10 -10
  83. package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
  84. package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
  85. package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
  86. package/lib/model/StorageItem.d.ts +11 -0
  87. package/lib/model/Syllabus.d.ts +14 -0
  88. package/lib/model/SyllabusFilter.d.ts +12 -0
  89. package/lib/model/SyllabusTrack.d.ts +12 -0
  90. package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  91. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +5 -5
  92. package/lib/model/TafReport.d.ts +8 -0
  93. package/lib/model/TimeDataPoint.d.ts +5 -0
  94. package/lib/model/TimePeriodCode.d.ts +11 -0
  95. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  96. package/lib/model/Timestamp.d.ts +3 -0
  97. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  98. package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +2 -1
  99. package/lib/model/Tuple.d.ts +5 -0
  100. package/lib/model/TypeRatingFlag.d.ts +10 -0
  101. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  102. package/lib/model/UsersFilter.d.ts +14 -0
  103. package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +1 -8
  104. package/lib/model/WBConfig.d.ts +20 -0
  105. package/lib/model/errorStruct.d.ts +5 -0
  106. package/lib/{index.d.ts → model/index.d.ts} +131 -122
  107. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +20 -11
  108. package/lib/services/AirplanesEndPoint.d.ts +75 -0
  109. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  110. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +21 -6
  111. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +25 -9
  112. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  113. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -5
  114. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +30 -14
  115. package/lib/services/ContactsGroupsEndPoint.d.ts +44 -0
  116. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +11 -4
  117. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +16 -4
  118. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +9 -5
  119. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +44 -13
  120. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +12 -5
  121. package/lib/services/LeadsEndPoint.d.ts +110 -0
  122. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  123. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -5
  124. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  125. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +19 -5
  126. package/lib/services/MyAuthEndPoint.d.ts +37 -0
  127. package/lib/services/MyBookingsEndPoint.d.ts +65 -0
  128. package/lib/services/MyCertificatesEndPoint.d.ts +52 -0
  129. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  130. package/lib/services/MyFlightsEndPoint.d.ts +70 -0
  131. package/lib/services/MyInfoEndPoint.d.ts +27 -0
  132. package/lib/services/MyMessagesEndPoint.d.ts +28 -0
  133. package/lib/services/MyStudentsEndPoint.d.ts +35 -0
  134. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +9 -5
  135. package/lib/services/SyllabusEndPoint.d.ts +45 -0
  136. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  137. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  138. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +14 -6
  139. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  140. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +12 -7
  141. package/lib/services/index.d.ts +34 -0
  142. package/ngx-goox-lib.module.d.ts +3 -4
  143. package/package.json +1 -1
  144. package/public-api.d.ts +3 -3
  145. package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
  146. package/lib/AccountFilter.d.ts +0 -6
  147. package/lib/AirplaneFilter.d.ts +0 -7
  148. package/lib/AirplanesEndPoint.d.ts +0 -61
  149. package/lib/AuditLogFilter.d.ts +0 -11
  150. package/lib/BaseFilter.d.ts +0 -4
  151. package/lib/BookingFilter.d.ts +0 -13
  152. package/lib/CertificateFilter.d.ts +0 -9
  153. package/lib/Contact.d.ts +0 -39
  154. package/lib/ContactFilter.d.ts +0 -7
  155. package/lib/CreditFilter.d.ts +0 -9
  156. package/lib/Enums.d.ts +0 -1
  157. package/lib/FlightFilter.d.ts +0 -18
  158. package/lib/FlightRisk.d.ts +0 -23
  159. package/lib/LeadFilter.d.ts +0 -10
  160. package/lib/LeadsEndPoint.d.ts +0 -66
  161. package/lib/Lesson.d.ts +0 -12
  162. package/lib/MaintenanceFilter.d.ts +0 -12
  163. package/lib/MyAuthEndPoint.d.ts +0 -24
  164. package/lib/MyBookingsEndPoint.d.ts +0 -38
  165. package/lib/MyFlightsEndPoint.d.ts +0 -43
  166. package/lib/OnBoard.d.ts +0 -7
  167. package/lib/PostFlightData.d.ts +0 -37
  168. package/lib/PostFlightInfo.d.ts +0 -42
  169. package/lib/PreFlightData.d.ts +0 -37
  170. package/lib/ReFuel.d.ts +0 -6
  171. package/lib/TimeDataPoint.d.ts +0 -5
  172. package/lib/Tuple.d.ts +0 -5
  173. package/lib/UserFilter.d.ts +0 -12
  174. package/lib/services.export.d.ts +0 -28
  175. package/utils/index.d.ts +0 -7
  176. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  177. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  178. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  179. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  180. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  181. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  182. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  183. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  184. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  185. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  186. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  187. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  188. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  189. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  190. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  191. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  192. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  193. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  194. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  195. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  196. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  197. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  198. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  199. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  200. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  201. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  202. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  203. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  204. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  205. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  206. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  207. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  208. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  209. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  210. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  211. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  212. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  213. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  214. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  215. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  216. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  217. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  218. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  219. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  220. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  221. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  222. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  223. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  224. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  225. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  226. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -0,0 +1,65 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntitiesResponse } from '../model';
4
+ import { Airplane } from '../model';
5
+ import { Booking } from '../model';
6
+ import { EntityResponse } from '../model';
7
+ import { ActionResponse } from '../model';
8
+ import { BookingStatusCode } from '../model';
9
+ import { BookingTypeFlag } from '../model';
10
+ import { Lookup } from '../model';
11
+ import { BookingSlot } from '../model';
12
+ import * as i0 from "@angular/core";
13
+ export declare class MyBookingsEndPoint {
14
+ private config;
15
+ private rest;
16
+ private baseUrl;
17
+ constructor(config: AppConfig, rest: RestUtils);
18
+ /**
19
+ * Create new booking
20
+ */
21
+ create(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
22
+ /**
23
+ * Update existing booking
24
+ */
25
+ update(body?: Booking): import("rxjs").Observable<EntityResponse<Booking>>;
26
+ /**
27
+ * Delete booking and all its content
28
+ */
29
+ delete(id?: string): import("rxjs").Observable<ActionResponse>;
30
+ /**
31
+ * Get a single booking by id
32
+ */
33
+ get(id?: string): import("rxjs").Observable<EntityResponse<Booking>>;
34
+ /**
35
+ * Find my bookings by query
36
+ */
37
+ find(search?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
38
+ /**
39
+ * Get list of booking airplanes according to booking type and date
40
+ */
41
+ getBookingAirplanes(type?: BookingTypeFlag): import("rxjs").Observable<EntitiesResponse<Lookup>>;
42
+ /**
43
+ * Get all time slots (occupied and free) per airplane per day.
44
+ * In case of type == PATTERNS, get the patterns slots combined with airplane availability
45
+ */
46
+ getDailySlots(year?: number, month?: number, day?: number, type?: BookingTypeFlag, airplaneId?: string): import("rxjs").Observable<EntitiesResponse<BookingSlot>>;
47
+ /**
48
+ * Find all instructors and mark the student's default instructor
49
+ */
50
+ findInstructors(search?: string): import("rxjs").Observable<EntitiesResponse<Lookup>>;
51
+ /**
52
+ * Find all active pilots
53
+ */
54
+ findPilots(search?: string): import("rxjs").Observable<EntitiesResponse<Lookup>>;
55
+ /**
56
+ * Find all airplanes
57
+ */
58
+ findAirplanes(): import("rxjs").Observable<EntitiesResponse<Airplane>>;
59
+ /**
60
+ * Get a single airplane by id
61
+ */
62
+ getAirplane(id?: string): import("rxjs").Observable<EntityResponse<Airplane>>;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyBookingsEndPoint, never>;
64
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyBookingsEndPoint>;
65
+ }
@@ -0,0 +1,52 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntitiesResponse } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { Certificate } from '../model';
6
+ import { ActionResponse } from '../model';
7
+ import { StatusCode } from '../model';
8
+ import * as i0 from "@angular/core";
9
+ export declare class MyCertificatesEndPoint {
10
+ private config;
11
+ private rest;
12
+ private baseUrl;
13
+ constructor(config: AppConfig, rest: RestUtils);
14
+ /**
15
+ * Get new and empty certificate template
16
+ */
17
+ new(): import("rxjs").Observable<EntityResponse<Certificate>>;
18
+ /**
19
+ * Create new certificate
20
+ */
21
+ create(body?: Certificate): import("rxjs").Observable<EntityResponse<Certificate>>;
22
+ /**
23
+ * Update existing certificate
24
+ */
25
+ update(body?: Certificate): import("rxjs").Observable<EntityResponse<Certificate>>;
26
+ /**
27
+ * Delete certificate and all its content
28
+ */
29
+ delete(id?: string): import("rxjs").Observable<ActionResponse>;
30
+ /**
31
+ * Get a single certificate by id
32
+ */
33
+ get(id?: string): import("rxjs").Observable<EntityResponse<Certificate>>;
34
+ /**
35
+ * Find certificates by query
36
+ */
37
+ find(search?: string, status?: StatusCode[], valid?: boolean, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
38
+ /**
39
+ * Upload certificate reference document
40
+ */
41
+ getUploadUrl(id?: string): string;
42
+ /**
43
+ * Download certificate reference document
44
+ */
45
+ download(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
46
+ /**
47
+ * Delete certificate reference document
48
+ */
49
+ deleteReference(id?: string): import("rxjs").Observable<ActionResponse>;
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyCertificatesEndPoint, never>;
51
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyCertificatesEndPoint>;
52
+ }
@@ -1,12 +1,14 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Credit } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { Credit } from '../model';
4
+ import { EntitiesResponse } from '../model';
5
+ import { EntityResponse } from '../model';
4
6
  import * as i0 from "@angular/core";
5
7
  export declare class MyCreditsEndPoint {
6
8
  private config;
7
9
  private rest;
8
10
  private baseUrl;
9
- constructor(config: GooxConfig, rest: RestUtil);
11
+ constructor(config: AppConfig, rest: RestUtils);
10
12
  /**
11
13
  * Get a single credit by id
12
14
  */
@@ -0,0 +1,70 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { Syllabus } from '../model';
4
+ import { PreFlightInfo } from '../model';
5
+ import { FlightTypeCode } from '../model';
6
+ import { EntitiesResponse } from '../model';
7
+ import { ActionResponse } from '../model';
8
+ import { PostFlightInfo } from '../model';
9
+ import { EntityResponse } from '../model';
10
+ import { Flight } from '../model';
11
+ import { FlightStatusCode } from '../model';
12
+ import { FlightPlan } from '../model';
13
+ import { InstructionTypeCode } from '../model';
14
+ import * as i0 from "@angular/core";
15
+ export declare class MyFlightsEndPoint {
16
+ private config;
17
+ private rest;
18
+ private baseUrl;
19
+ constructor(config: AppConfig, rest: RestUtils);
20
+ /**
21
+ * Get a single flight by id
22
+ */
23
+ get(id?: string): import("rxjs").Observable<EntityResponse<Flight>>;
24
+ /**
25
+ * Find my flights by query
26
+ */
27
+ find(search?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
28
+ /**
29
+ * Get flight plans data for gantt, the result size is limited to 1000 entries
30
+ */
31
+ gantt(from?: number, to?: number): import("rxjs").Observable<EntitiesResponse<FlightPlan>>;
32
+ /**
33
+ * Get lesson topics based on the contact flight syllabus
34
+ */
35
+ topics(contact?: string, type?: InstructionTypeCode): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
36
+ /**
37
+ * Get pre-flight info by id
38
+ */
39
+ getPreFlight(id?: string): import("rxjs").Observable<EntityResponse<PreFlightInfo>>;
40
+ /**
41
+ * Update flight with pre-flight info
42
+ */
43
+ setPreFlight(body?: PreFlightInfo): import("rxjs").Observable<ActionResponse>;
44
+ /**
45
+ * Get post-flight info by id
46
+ */
47
+ getPostFlight(id?: string): import("rxjs").Observable<EntityResponse<PostFlightInfo>>;
48
+ /**
49
+ * Update flight with post-flight info
50
+ */
51
+ setPostFlight(body?: PostFlightInfo): import("rxjs").Observable<ActionResponse>;
52
+ /**
53
+ * Get post-flight assessment info by flight id
54
+ */
55
+ getPostFlightAssessment(id?: string): import("rxjs").Observable<EntityResponse<PostFlightInfo>>;
56
+ /**
57
+ * Update flight with post-flight assessment info
58
+ */
59
+ setPostFlightAssessment(body?: PostFlightInfo): import("rxjs").Observable<ActionResponse>;
60
+ /**
61
+ * Find contact related flights for student sheet (all flights of type LESSON that the student is captain of first officer)
62
+ */
63
+ getStudentSheet(sort?: string): import("rxjs").Observable<EntitiesResponse<Flight>>;
64
+ /**
65
+ * Download student sheet as XLSX document
66
+ */
67
+ downloadStudentSheetXlsx(): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyFlightsEndPoint, never>;
69
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyFlightsEndPoint>;
70
+ }
@@ -0,0 +1,27 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntitiesResponse } from '../model';
4
+ import { StorageItem } from '../model';
5
+ import { EntityResponse } from '../model';
6
+ import { Metar } from '../model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class MyInfoEndPoint {
9
+ private config;
10
+ private rest;
11
+ private baseUrl;
12
+ constructor(config: AppConfig, rest: RestUtils);
13
+ /**
14
+ * Get a list of files and folders from the folder in Google Drive defined as Library
15
+ */
16
+ broseLibrary(folder?: string): import("rxjs").Observable<EntitiesResponse<StorageItem>>;
17
+ /**
18
+ * Get a list of files and folders from the folder in Google Drive defined as Library
19
+ */
20
+ downloadLibraryFile(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
21
+ /**
22
+ * Get a list of METAR reports
23
+ */
24
+ metar(): import("rxjs").Observable<EntityResponse<Metar>>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyInfoEndPoint, never>;
26
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyInfoEndPoint>;
27
+ }
@@ -0,0 +1,28 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { ActionResponse } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { SystemMessage } from '../model';
6
+ import { EntitiesResponse } from '../model';
7
+ import { MessageConfirm } from '../model';
8
+ import * as i0 from "@angular/core";
9
+ export declare class MyMessagesEndPoint {
10
+ private config;
11
+ private rest;
12
+ private baseUrl;
13
+ constructor(config: AppConfig, rest: RestUtils);
14
+ /**
15
+ * Get a single message by id
16
+ */
17
+ get(id?: string): import("rxjs").Observable<EntityResponse<SystemMessage>>;
18
+ /**
19
+ * Find my Messages
20
+ */
21
+ find(): import("rxjs").Observable<EntitiesResponse<MessageConfirm>>;
22
+ /**
23
+ * Confirm messages by contact
24
+ */
25
+ confirm(id?: string): import("rxjs").Observable<ActionResponse>;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyMessagesEndPoint, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyMessagesEndPoint>;
28
+ }
@@ -0,0 +1,35 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { Contact } from '../model';
5
+ import { EntitiesResponse } from '../model';
6
+ import { Flight } from '../model';
7
+ import * as i0 from "@angular/core";
8
+ export declare class MyStudentsEndPoint {
9
+ private config;
10
+ private rest;
11
+ private baseUrl;
12
+ constructor(config: AppConfig, rest: RestUtils);
13
+ /**
14
+ * Get a single student by id
15
+ */
16
+ get(id?: string): import("rxjs").Observable<EntityResponse<Contact>>;
17
+ /**
18
+ * List my students by query
19
+ */
20
+ list(): import("rxjs").Observable<EntitiesResponse<Contact>>;
21
+ /**
22
+ * Find contact related flights for student sheet (all flights of type LESSON that the student is captain of first officer)
23
+ */
24
+ getStudentSheet(id?: string, sort?: string): import("rxjs").Observable<EntitiesResponse<Flight>>;
25
+ /**
26
+ * Download student sheet as XLSX document
27
+ */
28
+ downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
29
+ /**
30
+ * Download student sheet as CSV document
31
+ */
32
+ downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<MyStudentsEndPoint, never>;
34
+ static ɵprov: i0.ɵɵInjectableDeclaration<MyStudentsEndPoint>;
35
+ }
@@ -1,12 +1,16 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Price } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { Price } from '../model';
4
+ import { ActionResponse } from '../model';
5
+ import { FlightPurposeCode } from '../model';
6
+ import { EntitiesResponse } from '../model';
7
+ import { EntityResponse } from '../model';
4
8
  import * as i0 from "@angular/core";
5
9
  export declare class PriceListEndPoint {
6
10
  private config;
7
11
  private rest;
8
12
  private baseUrl;
9
- constructor(config: GooxConfig, rest: RestUtil);
13
+ constructor(config: AppConfig, rest: RestUtils);
10
14
  /**
11
15
  * Get new and empty price template
12
16
  */
@@ -30,7 +34,7 @@ export declare class PriceListEndPoint {
30
34
  /**
31
35
  * Find Prices by query
32
36
  */
33
- find(airplaneId?: string, purpose?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Price>>;
37
+ find(airplaneId?: string, purpose?: FlightPurposeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Price>>;
34
38
  static ɵfac: i0.ɵɵFactoryDeclaration<PriceListEndPoint, never>;
35
39
  static ɵprov: i0.ɵɵInjectableDeclaration<PriceListEndPoint>;
36
40
  }
@@ -0,0 +1,45 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { ActionResponse } from '../model';
4
+ import { FlightCategoryCode } from '../model';
5
+ import { InstructionTypeCode } from '../model';
6
+ import { EntitiesResponse } from '../model';
7
+ import { EntityResponse } from '../model';
8
+ import { Syllabus } from '../model';
9
+ import * as i0 from "@angular/core";
10
+ export declare class SyllabusEndPoint {
11
+ private config;
12
+ private rest;
13
+ private baseUrl;
14
+ constructor(config: AppConfig, rest: RestUtils);
15
+ /**
16
+ * Get new and empty syllabus template
17
+ */
18
+ new(): import("rxjs").Observable<EntityResponse<Syllabus>>;
19
+ /**
20
+ * Create new syllabus
21
+ */
22
+ create(body?: Syllabus): import("rxjs").Observable<EntityResponse<Syllabus>>;
23
+ /**
24
+ * Update existing Syllabus
25
+ */
26
+ update(body?: Syllabus): import("rxjs").Observable<EntityResponse<Syllabus>>;
27
+ /**
28
+ * Delete Syllabus and all its content
29
+ */
30
+ delete(id?: string): import("rxjs").Observable<ActionResponse>;
31
+ /**
32
+ * Get a single Syllabus by id
33
+ */
34
+ get(id?: string): import("rxjs").Observable<EntityResponse<Syllabus>>;
35
+ /**
36
+ * Find Syllabus topics by query
37
+ */
38
+ find(search?: string, plan?: FlightCategoryCode[], type?: InstructionTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
39
+ /**
40
+ * Find Syllabus topics by query
41
+ */
42
+ getStudentPlan(id?: string): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<SyllabusEndPoint, never>;
44
+ static ɵprov: i0.ɵɵInjectableDeclaration<SyllabusEndPoint>;
45
+ }
@@ -1,12 +1,15 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { SystemConfig } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { SystemConfig } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { EntitiesResponse } from '../model';
4
7
  import * as i0 from "@angular/core";
5
8
  export declare class SystemConfigsEndPoint {
6
9
  private config;
7
10
  private rest;
8
11
  private baseUrl;
9
- constructor(config: GooxConfig, rest: RestUtil);
12
+ constructor(config: AppConfig, rest: RestUtils);
10
13
  /**
11
14
  * Create new systemConfig
12
15
  */
@@ -1,11 +1,12 @@
1
- import { RestUtil, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { ActionResponse } from '../model';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class SystemEndPoint {
5
6
  private config;
6
7
  private rest;
7
8
  private baseUrl;
8
- constructor(config: GooxConfig, rest: RestUtil);
9
+ constructor(config: AppConfig, rest: RestUtils);
9
10
  /**
10
11
  * Lookup returns entity name for entity id
11
12
  */
@@ -1,13 +1,17 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { MessageConfirm } from '.';
4
- import { SystemMessage } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { SystemMessage } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { MessageTypeCode } from '../model';
7
+ import { EntitiesResponse } from '../model';
8
+ import { MessageConfirm } from '../model';
5
9
  import * as i0 from "@angular/core";
6
10
  export declare class SystemMessagesEndPoint {
7
11
  private config;
8
12
  private rest;
9
13
  private baseUrl;
10
- constructor(config: GooxConfig, rest: RestUtil);
14
+ constructor(config: AppConfig, rest: RestUtils);
11
15
  /**
12
16
  * Get new and empty systemMessage template
13
17
  */
@@ -31,11 +35,15 @@ export declare class SystemMessagesEndPoint {
31
35
  /**
32
36
  * Find systemMessages by query
33
37
  */
34
- find(search?: string, type?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<SystemMessage>>;
38
+ find(search?: string, type?: MessageTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<SystemMessage>>;
35
39
  /**
36
40
  * Find message confirmations
37
41
  */
38
42
  findConfirms(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<MessageConfirm>>;
43
+ /**
44
+ * Publish message to all relevant contacts
45
+ */
46
+ publish(id?: string): import("rxjs").Observable<ActionResponse>;
39
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SystemMessagesEndPoint, never>;
40
48
  static ɵprov: i0.ɵɵInjectableDeclaration<SystemMessagesEndPoint>;
41
49
  }
@@ -1,13 +1,14 @@
1
- import { RestUtil, EntityResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { LoginParams } from '.';
4
- import { User } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { LoginParams } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { User } from '../model';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class UserEndPoint {
7
8
  private config;
8
9
  private rest;
9
10
  private baseUrl;
10
- constructor(config: GooxConfig, rest: RestUtil);
11
+ constructor(config: AppConfig, rest: RestUtils);
11
12
  /**
12
13
  * Authorize user, verify user exists in the system
13
14
  * The response includes access token valid for 20 minutes. The client side should renew the token before expiration using refresh-token method
@@ -1,13 +1,18 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { User } from '.';
4
- import { StringKeyValue } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { UserStatusCode } from '../model';
4
+ import { EntitiesResponse } from '../model';
5
+ import { StringKeyValue } from '../model';
6
+ import { EntityResponse } from '../model';
7
+ import { User } from '../model';
8
+ import { ActionResponse } from '../model';
9
+ import { UserTypeCode } from '../model';
5
10
  import * as i0 from "@angular/core";
6
11
  export declare class UsersEndPoint {
7
12
  private config;
8
13
  private rest;
9
14
  private baseUrl;
10
- constructor(config: GooxConfig, rest: RestUtil);
15
+ constructor(config: AppConfig, rest: RestUtils);
11
16
  /**
12
17
  * Get new and empty user template
13
18
  */
@@ -31,11 +36,11 @@ export declare class UsersEndPoint {
31
36
  /**
32
37
  * Find users by query
33
38
  */
34
- find(search?: string, type?: [], status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<User>>;
39
+ find(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<User>>;
35
40
  /**
36
41
  * Lookup users ID->Name by filter
37
42
  */
38
- lookup(search?: string, type?: [], status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
43
+ lookup(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
39
44
  /**
40
45
  * Lookup groups ID->Name
41
46
  */
@@ -0,0 +1,34 @@
1
+ export * from './LookupsEndPoint';
2
+ export * from './MyAuthEndPoint';
3
+ export * from './SystemConfigsEndPoint';
4
+ export * from './UsersEndPoint';
5
+ export * from './MyMessagesEndPoint';
6
+ export * from './MaintenancesEndPoint';
7
+ export * from './SystemMessagesEndPoint';
8
+ export * from './AirplanesEndPoint';
9
+ export * from './PriceListEndPoint';
10
+ export * from './SyllabusEndPoint';
11
+ export * from './UserEndPoint';
12
+ export * from './MyBookingsEndPoint';
13
+ export * from './MyCreditsEndPoint';
14
+ export * from './MyFlightsEndPoint';
15
+ export * from './AccountsEndPoint';
16
+ export * from './BookingSlotsEndPoint';
17
+ export * from './CampaignsEndPoint';
18
+ export * from './ContactsGroupsEndPoint';
19
+ export * from './SystemEndPoint';
20
+ export * from './McpToolsEndPoint';
21
+ export * from './BookingsEndPoint';
22
+ export * from './ContactsEndPoint';
23
+ export * from './DocumentsEndPoint';
24
+ export * from './FlightTicketsEndPoint';
25
+ export * from './MyCertificatesEndPoint';
26
+ export * from './MyInfoEndPoint';
27
+ export * from './AuditLogsEndPoint';
28
+ export * from './MessageConfirmsEndPoint';
29
+ export * from './FlightsEndPoint';
30
+ export * from './GroupsEndPoint';
31
+ export * from './LeadsEndPoint';
32
+ export * from './MyStudentsEndPoint';
33
+ export * from './CertificatesEndPoint';
34
+ export * from './CreditsEndPoint';
@@ -1,11 +1,10 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
- import { GooxConfig } from './config';
2
+ import { AppConfig } from './config';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/common/http";
6
5
  export declare class NgxGooxLibModule {
7
- static forRoot(config: GooxConfig): ModuleWithProviders<NgxGooxLibModule>;
6
+ static forRoot(config: AppConfig): ModuleWithProviders<NgxGooxLibModule>;
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooxLibModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule], never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule], never>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<NgxGooxLibModule>;
11
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "2.19.2",
3
+ "version": "2.19.3-exp",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/public-api.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from './ngx-goox-lib.module';
2
- export * from './lib';
3
- export * from './utils';
1
+ export * from './lib/model';
2
+ export * from './lib/services';
4
3
  export * from './config';
4
+ export * from './ngx-goox-lib.module';
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
- export declare class RestUtil {
4
+ export declare class RestUtils {
5
5
  private http;
6
6
  constructor(http: HttpClient);
7
7
  upload<T>(file: File, url: string, ...params: string[]): Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<T>>;
@@ -14,6 +14,6 @@ export declare class RestUtil {
14
14
  delete<T>(url: string, ...params: string[]): Observable<T>;
15
15
  private buildUrl;
16
16
  private getMimeType;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<RestUtil, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<RestUtil>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<RestUtils, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<RestUtils>;
19
19
  }
@@ -1,6 +0,0 @@
1
- import { AccountStatusCode } from '.';
2
- export declare class AccountFilter {
3
- search: string;
4
- status: AccountStatusCode[];
5
- constructor(search?: string, status?: AccountStatusCode[]);
6
- }
@@ -1,7 +0,0 @@
1
- import { AirplaneStatusCode } from '.';
2
- export declare class AirplaneFilter {
3
- search: string;
4
- status: AirplaneStatusCode[];
5
- isActive: boolean;
6
- constructor(search?: string, status?: AirplaneStatusCode[], isActive?: boolean);
7
- }