@aya-flights/ngx-goox-lib 2.19.1 → 2.19.2-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 (225) hide show
  1. package/config.d.ts +5 -4
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs +6287 -4579
  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/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  90. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +5 -5
  91. package/lib/model/TafReport.d.ts +8 -0
  92. package/lib/model/TimeDataPoint.d.ts +5 -0
  93. package/lib/model/TimePeriodCode.d.ts +11 -0
  94. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  95. package/lib/model/Timestamp.d.ts +3 -0
  96. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  97. package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +2 -1
  98. package/lib/model/Tuple.d.ts +5 -0
  99. package/lib/model/TypeRatingFlag.d.ts +10 -0
  100. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  101. package/lib/model/UsersFilter.d.ts +14 -0
  102. package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +1 -8
  103. package/lib/model/WBConfig.d.ts +20 -0
  104. package/lib/model/errorStruct.d.ts +5 -0
  105. package/lib/{index.d.ts → model/index.d.ts} +132 -124
  106. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +20 -11
  107. package/lib/services/AirplanesEndPoint.d.ts +75 -0
  108. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  109. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +21 -6
  110. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +25 -9
  111. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  112. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -5
  113. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +25 -14
  114. package/lib/services/ContactsGroupsEndPoint.d.ts +44 -0
  115. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +11 -4
  116. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +16 -4
  117. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +9 -5
  118. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +44 -13
  119. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +12 -5
  120. package/lib/services/LeadsEndPoint.d.ts +110 -0
  121. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  122. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -5
  123. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  124. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +19 -5
  125. package/lib/services/MyAuthEndPoint.d.ts +37 -0
  126. package/lib/services/MyBookingsEndPoint.d.ts +65 -0
  127. package/lib/services/MyCertificatesEndPoint.d.ts +52 -0
  128. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  129. package/lib/services/MyFlightsEndPoint.d.ts +70 -0
  130. package/lib/services/MyInfoEndPoint.d.ts +27 -0
  131. package/lib/services/MyMessagesEndPoint.d.ts +28 -0
  132. package/lib/services/MyStudentsEndPoint.d.ts +35 -0
  133. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +9 -5
  134. package/lib/services/SyllabusEndPoint.d.ts +45 -0
  135. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  136. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  137. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +14 -6
  138. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  139. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +12 -7
  140. package/lib/services/index.d.ts +34 -0
  141. package/ngx-goox-lib.module.d.ts +3 -4
  142. package/package.json +1 -1
  143. package/public-api.d.ts +3 -3
  144. package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
  145. package/lib/AccountFilter.d.ts +0 -6
  146. package/lib/AirplaneFilter.d.ts +0 -7
  147. package/lib/AirplanesEndPoint.d.ts +0 -61
  148. package/lib/AuditLogFilter.d.ts +0 -11
  149. package/lib/BaseFilter.d.ts +0 -4
  150. package/lib/BookingFilter.d.ts +0 -13
  151. package/lib/CertificateFilter.d.ts +0 -9
  152. package/lib/Contact.d.ts +0 -39
  153. package/lib/ContactFilter.d.ts +0 -7
  154. package/lib/CreditFilter.d.ts +0 -9
  155. package/lib/Enums.d.ts +0 -1
  156. package/lib/FlightFilter.d.ts +0 -18
  157. package/lib/FlightRisk.d.ts +0 -23
  158. package/lib/LeadFilter.d.ts +0 -10
  159. package/lib/LeadsEndPoint.d.ts +0 -66
  160. package/lib/Lesson.d.ts +0 -12
  161. package/lib/MaintenanceFilter.d.ts +0 -12
  162. package/lib/MyAuthEndPoint.d.ts +0 -24
  163. package/lib/MyBookingsEndPoint.d.ts +0 -38
  164. package/lib/MyFlightsEndPoint.d.ts +0 -43
  165. package/lib/OnBoard.d.ts +0 -7
  166. package/lib/PostFlightData.d.ts +0 -37
  167. package/lib/PostFlightInfo.d.ts +0 -42
  168. package/lib/PreFlightData.d.ts +0 -37
  169. package/lib/ReFuel.d.ts +0 -6
  170. package/lib/TimeDataPoint.d.ts +0 -5
  171. package/lib/Tuple.d.ts +0 -5
  172. package/lib/UserFilter.d.ts +0 -12
  173. package/lib/services.export.d.ts +0 -28
  174. package/utils/index.d.ts +0 -7
  175. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  176. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  177. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  178. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  179. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  180. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  181. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  182. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  183. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  184. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  185. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  186. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  187. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  188. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  189. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  190. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  191. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  192. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  193. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  194. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  195. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  196. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  197. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  198. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  199. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  200. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  201. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  202. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  203. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  204. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  205. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  206. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  207. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  208. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  209. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  210. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  211. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  212. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  213. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  214. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  215. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  216. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  217. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  218. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  219. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  220. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  221. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  222. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  223. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  224. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  225. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -1,144 +1,152 @@
1
- export * from './TimeFrame';
2
- export * from './TimeDataPoint';
3
- export * from './TimeSeries';
4
- export * from './BaseEntity';
5
- export * from './BaseEntityEx';
6
- export * from './Tuple';
7
- export * from './ColumnDef';
1
+ export * from './ValidationFlag';
2
+ export * from './ConfirmStatusCode';
3
+ export * from './AirplaneValidationFlag';
4
+ export * from './FlightClassCode';
5
+ export * from './FlightTypeCode';
8
6
  export * from './MessageTypeCode';
7
+ export * from './NotificationTypeCode';
8
+ export * from './StatusCode';
9
+ export * from './TimePeriodCode';
10
+ export * from './AccountStatusCode';
11
+ export * from './BillingStatusCode';
12
+ export * from './TransactionTypeCode';
13
+ export * from './UserStatusCode';
14
+ export * from './ADSBCategoryCode';
15
+ export * from './ADSBSourceFlag';
16
+ export * from './AccountTypeCode';
17
+ export * from './CampaignTypeCode';
18
+ export * from './FilterFlag';
19
+ export * from './FlightPurposeCode';
9
20
  export * from './OperatorCode';
10
- export * from './CurrencyCode';
11
- export * from './ErrorCode';
12
- export * from './MaintenanceActionCode';
21
+ export * from './BookingTypeFlag';
22
+ export * from './LessonSubjectCode';
23
+ export * from './LessonTypeCode';
13
24
  export * from './PaymentMethodCode';
14
- export * from './PermissionFlag';
15
- export * from './AssessmentCode';
16
- export * from './FlightStateCode';
17
- export * from './BillingStatusCode';
18
- export * from './FlightTypeCode';
19
25
  export * from './TicketStatusCode';
20
- export * from './FilterFlag';
26
+ export * from './UserRoleFlag';
27
+ export * from './AssessmentCode';
28
+ export * from './CampaignStatusCode';
29
+ export * from './ErrorCode';
30
+ export * from './FlightCategoryCode';
31
+ export * from './LeadStatusCode';
21
32
  export * from './ModuleCode';
22
33
  export * from './PriorityCode';
23
- export * from './ValidationFlag';
24
- export * from './AirplaneStatusCode';
34
+ export * from './CurrencyCode';
35
+ export * from './InstructionTypeCode';
36
+ export * from './MaintenanceActionCode';
37
+ export * from './MedicalCertClassCode';
38
+ export * from './LicenseKindFlag';
25
39
  export * from './BookingStatusCode';
26
- export * from './ADSBCategoryCode';
27
- export * from './FlightPurposeCode';
40
+ export * from './FlightStateCode';
41
+ export * from './TypeRatingFlag';
42
+ export * from './AirplaneStatusCode';
28
43
  export * from './FlightStatusCode';
29
- export * from './StatusCode';
30
- export * from './TransactionTypeCode';
31
- export * from './UserRoleFlag';
32
- export * from './ADSBSourceFlag';
33
- export * from './AccountStatusCode';
34
- export * from './CampaignStatusCode';
35
- export * from './CampaignTypeCode';
36
- export * from './ConfirmStatusCode';
37
- export * from './LeadStatusCode';
38
- export * from './UserStatusCode';
44
+ export * from './PermissionFlag';
39
45
  export * from './UserTypeCode';
40
- export * from './AirplaneValidationFlag';
41
- export * from './BookingTypeFlag';
42
- export * from './FlightFilter';
43
- export * from './Fuel';
44
- export * from './AuditLog';
45
- export * from './Permission';
46
- export * from './BookingSlot';
47
- export * from './DestinationRisks';
48
- export * from './MessageConfirm';
49
- export * from './Address';
50
- export * from './Contact';
51
- export * from './OnBoard';
52
- export * from './WeatherRisks';
53
- export * from './SpecialRisks';
54
- export * from './BookingFilter';
55
- export * from './CertificateFilter';
56
- export * from './LeadFilter';
57
- export * from './Location';
58
- export * from './FlightPlan';
59
46
  export * from './FlightRisk';
60
- export * from './BookingSlotsSet';
61
- export * from './RiskAssessment';
62
- export * from './CrewDutyDayRisks';
63
- export * from './SystemConfig';
64
- export * from './Certificate';
65
- export * from './AnyKeyValue';
66
- export * from './AccountFilter';
47
+ export * from './FollowUpAction';
48
+ export * from './Price';
49
+ export * from './JsonDoc';
50
+ export * from './AirplanesFilter';
67
51
  export * from './AuditLogFilter';
68
- export * from './ContactFilter';
69
- export * from './MaintenanceFilter';
52
+ export * from './MetarReport';
53
+ export * from './Account';
54
+ export * from './Lead';
55
+ export * from './ActionResponse';
56
+ export * from './EntitiesResponse';
57
+ export * from './Boundaries';
58
+ export * from './PreFlightInfo';
59
+ export * from './FlightTicket';
60
+ export * from './Metar';
61
+ export * from './errorStruct';
62
+ export * from './Tuple';
63
+ export * from './MaintenancesFilter';
64
+ export * from './Credit';
65
+ export * from './LogBookRecord';
66
+ export * from './User';
67
+ export * from './EntityResponse';
68
+ export * from './AnyKeyValue';
69
+ export * from './ColumnDef';
70
+ export * from './Location';
71
+ export * from './Point';
72
+ export * from './PostFlightInfo';
73
+ export * from './BookingSlots';
74
+ export * from './SpecialRisks';
75
+ export * from './Mitigation';
70
76
  export * from './TokenData';
77
+ export * from './Airplane';
78
+ export * from './Engine';
71
79
  export * from './Booking';
72
- export * from './LogBookRecord';
73
- export * from './PostFlightData';
74
- export * from './SystemMessage';
75
- export * from './ADSBState';
76
- export * from './StringKeyValue';
80
+ export * from './Contact';
81
+ export * from './RiskAssessment';
82
+ export * from './PilotQualificationsRisks';
83
+ export * from './Syllabus';
84
+ export * from './BaseEntity';
85
+ export * from './TimeSeries';
86
+ export * from './AccountsFilter';
87
+ export * from './StorageItem';
88
+ export * from './Magneto';
89
+ export * from './Campaign';
77
90
  export * from './Flight';
91
+ export * from './Billing';
92
+ export * from './TimeDataPoint';
93
+ export * from './ContactGroup';
94
+ export * from './CrewDutyDayRisks';
95
+ export * from './SystemConfig';
96
+ export * from './EntityRequest';
97
+ export * from './EntitiesRequest';
98
+ export * from './BaseFilter';
99
+ export * from './ContactsFilter';
100
+ export * from './IntEnumValue';
101
+ export * from './Propeller';
102
+ export * from './Distribution';
103
+ export * from './WeatherRisks';
104
+ export * from './Lookup';
105
+ export * from './SystemMessage';
106
+ export * from './Json';
107
+ export * from './EntityAction';
108
+ export * from './LeadsFilter';
109
+ export * from './FlightBilling';
110
+ export * from './BaseRestResponse';
111
+ export * from './Timestamp';
112
+ export * from './BookingSlot';
78
113
  export * from './Lesson';
114
+ export * from './DepartureRisks';
115
+ export * from './DestinationRisks';
79
116
  export * from './LookupGroup';
80
- export * from './BaseFilter';
81
- export * from './IntKeyValue';
117
+ export * from './FlightsFilter';
118
+ export * from './SimpleEntity';
119
+ export * from './CreditsFilter';
120
+ export * from './SyllabusFilter';
121
+ export * from './Fuel';
122
+ export * from './LeadAction';
123
+ export * from './StringKeyValue';
124
+ export * from './TripRisks';
125
+ export * from './FlightPlan';
126
+ export * from './Group';
127
+ export * from './Notification';
82
128
  export * from './LoginParams';
83
- export * from './PreFlightInfo';
84
- export * from './TOLData';
85
- export * from './FlightTicket';
86
- export * from './Lead';
87
- export * from './Engine';
88
- export * from './Campaign';
129
+ export * from './WBConfig';
89
130
  export * from './DocumentRevision';
90
- export * from './LeadAction';
91
131
  export * from './Maintenance';
92
- export * from './FlightPassenger';
93
- export * from './User';
94
- export * from './AirplaneFilter';
95
- export * from './UserFilter';
96
- export * from './Magneto';
97
- export * from './BillingRecord';
98
- export * from './PilotQualificationsRisks';
99
- export * from './FlightBilling';
100
- export * from './PreFlightData';
101
- export * from './BookingSlots';
132
+ export * from './BaseEntityEx';
133
+ export * from './Entities';
134
+ export * from './TimeFrame';
135
+ export * from './Address';
136
+ export * from './TafReport';
137
+ export * from './BookingSlotsSet';
138
+ export * from './Certificate';
102
139
  export * from './Document';
103
- export * from './Price';
104
- export * from './Credit';
105
- export * from './DepartureRisks';
106
- export * from './CreditFilter';
107
- export * from './PostFlightInfo';
108
- export * from './Account';
109
- export * from './TripRisks';
110
- export * from './ReFuel';
111
- export * from './Billing';
112
- export * from './Group';
113
- export * from './Airplane';
114
- export * from './Propeller';
115
- export * from './Mitigation';
116
- export * from './Lookup';
117
- export * from './MyBookingsEndPoint';
118
- export * from './AccountsEndPoint';
119
- export * from './LookupsEndPoint';
120
- export * from './SystemMessagesEndPoint';
121
- export * from './BookingsEndPoint';
122
- export * from './CreditsEndPoint';
123
- export * from './MaintenancesEndPoint';
124
- export * from './MyFlightsEndPoint';
125
- export * from './AirplanesEndPoint';
126
- export * from './FlightTicketsEndPoint';
127
- export * from './MessageConfirmsEndPoint';
128
- export * from './UsersEndPoint';
129
- export * from './FlightsEndPoint';
130
- export * from './GroupsEndPoint';
131
- export * from './SystemEndPoint';
132
- export * from './MyAuthEndPoint';
133
- export * from './ContactsEndPoint';
134
- export * from './DocumentsEndPoint';
135
- export * from './UserEndPoint';
136
- export * from './AuditLogsEndPoint';
137
- export * from './PriceListEndPoint';
138
- export * from './SystemConfigsEndPoint';
139
- export * from './MyCreditsEndPoint';
140
- export * from './BookingSlotsEndPoint';
141
- export * from './CampaignsEndPoint';
142
- export * from './CertificatesEndPoint';
143
- export * from './LeadsEndPoint';
144
- export * from './Enums';
140
+ export * from './ADSBState';
141
+ export * from './CertificatesFilter';
142
+ export * from './UsersFilter';
143
+ export * from './IntKeyValue';
144
+ export * from './BookingPlan';
145
+ export * from './BillingRecord';
146
+ export * from './MessageConfirm';
147
+ export * from './FlightPassenger';
148
+ export * from './LocalTime';
149
+ export * from './BookingsFilter';
150
+ export * from './Permission';
151
+ export * from './AuditLog';
152
+ export * from './TOLData';
@@ -1,16 +1,25 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { StringKeyValue } from '.';
4
- import { Document } from '.';
5
- import { Flight } from '.';
6
- import { Credit } from '.';
7
- import { Account } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { FlightPurposeCode } from '../model';
4
+ import { Flight } from '../model';
5
+ import { Credit } from '../model';
6
+ import { Document } from '../model';
7
+ import { EntityResponse } from '../model';
8
+ import { ActionResponse } from '../model';
9
+ import { AccountStatusCode } from '../model';
10
+ import { AccountTypeCode } from '../model';
11
+ import { EntitiesResponse } from '../model';
12
+ import { StringKeyValue } from '../model';
13
+ import { FlightStatusCode } from '../model';
14
+ import { FlightStateCode } from '../model';
15
+ import { Account } from '../model';
16
+ import { FlightTypeCode } from '../model';
8
17
  import * as i0 from "@angular/core";
9
18
  export declare class AccountsEndPoint {
10
19
  private config;
11
20
  private rest;
12
21
  private baseUrl;
13
- constructor(config: GooxConfig, rest: RestUtil);
22
+ constructor(config: AppConfig, rest: RestUtils);
14
23
  /**
15
24
  * Get new and empty account template
16
25
  */
@@ -34,15 +43,15 @@ export declare class AccountsEndPoint {
34
43
  /**
35
44
  * Find accounts by query
36
45
  */
37
- find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Account>>;
46
+ find(search?: string, status?: AccountStatusCode[], type?: AccountTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Account>>;
38
47
  /**
39
48
  * Lookup account ID->Name by filter
40
49
  */
41
- lookup(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
50
+ lookup(search?: string, status?: AccountStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
42
51
  /**
43
52
  * Find account flights
44
53
  */
45
- findFlights(id?: string, search?: string, airplaneId?: string, type?: [], status?: [], state?: [], purpose?: [], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
54
+ findFlights(id?: string, search?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], state?: FlightStateCode[], purpose?: FlightPurposeCode[], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
46
55
  /**
47
56
  * Find account credits
48
57
  */
@@ -0,0 +1,75 @@
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { FlightTypeCode } from '../model';
4
+ import { FlightStatusCode } from '../model';
5
+ import { EntityResponse } from '../model';
6
+ import { Airplane } from '../model';
7
+ import { Flight } from '../model';
8
+ import { ActionResponse } from '../model';
9
+ import { AirplaneStatusCode } from '../model';
10
+ import { StringKeyValue } from '../model';
11
+ import { Document } from '../model';
12
+ import { StatusCode } from '../model';
13
+ import { EntitiesResponse } from '../model';
14
+ import { FlightStateCode } from '../model';
15
+ import { FlightPurposeCode } from '../model';
16
+ import { MaintenanceActionCode } from '../model';
17
+ import { Maintenance } from '../model';
18
+ import * as i0 from "@angular/core";
19
+ export declare class AirplanesEndPoint {
20
+ private config;
21
+ private rest;
22
+ private baseUrl;
23
+ constructor(config: AppConfig, rest: RestUtils);
24
+ /**
25
+ * region Endpoint REST handlers ---------------------------------------------------------------------------------------
26
+ * Get new and empty account template
27
+ */
28
+ new(): import("rxjs").Observable<EntityResponse<Airplane>>;
29
+ /**
30
+ * Create new airplane
31
+ */
32
+ create(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
33
+ /**
34
+ * Update existing airplane
35
+ */
36
+ update(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
37
+ /**
38
+ * Update existing airplane's Weight and Balance configuration
39
+ */
40
+ updateWBConfig(body?: Airplane): import("rxjs").Observable<EntityResponse<Airplane>>;
41
+ /**
42
+ * Delete airplane and all its content
43
+ */
44
+ delete(id?: string): import("rxjs").Observable<ActionResponse>;
45
+ /**
46
+ * Get a single airplane by id
47
+ */
48
+ get(id?: string): import("rxjs").Observable<EntityResponse<Airplane>>;
49
+ /**
50
+ * Find airplanes by query
51
+ */
52
+ find(search?: string, status?: AirplaneStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Airplane>>;
53
+ /**
54
+ * Lookup airplanes ID->Name by filter
55
+ */
56
+ lookup(search?: string, status?: AirplaneStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
57
+ /**
58
+ * Get minimal active airplanes data for hours statistics only
59
+ */
60
+ hours(): import("rxjs").Observable<EntitiesResponse<Airplane>>;
61
+ /**
62
+ * Find airplane flights
63
+ */
64
+ findFlights(id?: string, search?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], state?: FlightStateCode[], purpose?: FlightPurposeCode[], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
65
+ /**
66
+ * Find airplane documents
67
+ */
68
+ findDocuments(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Document>>;
69
+ /**
70
+ * Find airplane maintenance log book
71
+ */
72
+ findMaintenance(id?: string, search?: string, status?: StatusCode[], action?: MaintenanceActionCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Maintenance>>;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<AirplanesEndPoint, never>;
74
+ static ɵprov: i0.ɵɵInjectableDeclaration<AirplanesEndPoint>;
75
+ }
@@ -1,13 +1,15 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { AuditLog } from '.';
4
- import { TimeSeries } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { AuditLog } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { EntitiesResponse } from '../model';
6
+ import { TimeSeries } from '../model';
5
7
  import * as i0 from "@angular/core";
6
8
  export declare class AuditLogsEndPoint {
7
9
  private config;
8
10
  private rest;
9
11
  private baseUrl;
10
- constructor(config: GooxConfig, rest: RestUtil);
12
+ constructor(config: AppConfig, rest: RestUtils);
11
13
  /**
12
14
  * Create new auditLog
13
15
  */
@@ -1,14 +1,17 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { BookingSlot } from '.';
4
- import { BookingSlots } from '.';
5
- import { BookingSlotsSet } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { BookingSlotsSet } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { BookingSlot } from '../model';
6
+ import { ActionResponse } from '../model';
7
+ import { EntitiesResponse } from '../model';
8
+ import { BookingSlots } from '../model';
6
9
  import * as i0 from "@angular/core";
7
10
  export declare class BookingSlotsEndPoint {
8
11
  private config;
9
12
  private rest;
10
13
  private baseUrl;
11
- constructor(config: GooxConfig, rest: RestUtil);
14
+ constructor(config: AppConfig, rest: RestUtils);
12
15
  /**
13
16
  * Get new and empty booking slot template
14
17
  */
@@ -45,6 +48,18 @@ export declare class BookingSlotsEndPoint {
45
48
  * Add or remove a bulk of monthly slots for patterns
46
49
  */
47
50
  setMonthlySlot(body?: BookingSlotsSet): import("rxjs").Observable<ActionResponse>;
51
+ /**
52
+ * Publish slots (make invisible slots to visible)
53
+ */
54
+ publish(id?: string[]): import("rxjs").Observable<ActionResponse>;
55
+ /**
56
+ * UnPublish slots (make visible slots to invisible)
57
+ */
58
+ unPublish(id?: string[]): import("rxjs").Observable<ActionResponse>;
59
+ /**
60
+ * Unbook slot will remove the booking item related to this slot, but if it is related to a flight, it will return an error
61
+ */
62
+ unBook(id?: string): import("rxjs").Observable<ActionResponse>;
48
63
  static ɵfac: i0.ɵɵFactoryDeclaration<BookingSlotsEndPoint, never>;
49
64
  static ɵprov: i0.ɵɵInjectableDeclaration<BookingSlotsEndPoint>;
50
65
  }
@@ -1,14 +1,18 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Booking } from '.';
4
- import { BookingStatusCode } from '.';
5
- import { TimeSeries } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { BookingPlan } from '../model';
4
+ import { EntityResponse } from '../model';
5
+ import { Booking } from '../model';
6
+ import { BookingStatusCode } from '../model';
7
+ import { ActionResponse } from '../model';
8
+ import { EntitiesResponse } from '../model';
9
+ import { TimeSeries } from '../model';
6
10
  import * as i0 from "@angular/core";
7
11
  export declare class BookingsEndPoint {
8
12
  private config;
9
13
  private rest;
10
14
  private baseUrl;
11
- constructor(config: GooxConfig, rest: RestUtil);
15
+ constructor(config: AppConfig, rest: RestUtils);
12
16
  /**
13
17
  * Get new and empty account template
14
18
  */
@@ -36,11 +40,11 @@ export declare class BookingsEndPoint {
36
40
  /**
37
41
  * Find bookings by query
38
42
  */
39
- find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
43
+ find(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
40
44
  /**
41
45
  * Find bookings count histogram over time (up to last 30 days)
42
46
  */
43
- histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: []): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
47
+ histogram(search?: string, accountId?: string, contactId?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[]): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
44
48
  /**
45
49
  * Get bookings schedule for specific month, the result size is limited to 1000 entries
46
50
  */
@@ -48,7 +52,19 @@ export declare class BookingsEndPoint {
48
52
  /**
49
53
  * Find my bookings by query
50
54
  */
51
- myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
55
+ myBookings(search?: string, airplaneId?: string, from?: number, to?: number, status?: BookingStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Booking>>;
56
+ /**
57
+ * Get bookings plan data for specific day
58
+ */
59
+ getBookingPlan(year?: number, month?: number, day?: number): import("rxjs").Observable<EntitiesResponse<BookingPlan>>;
60
+ /**
61
+ * Launch flight from booking ID and returns new bookings plan data for specific day
62
+ */
63
+ launchFromBooking(id?: string): import("rxjs").Observable<EntitiesResponse<BookingPlan>>;
64
+ /**
65
+ * Launch flight from booking
66
+ */
67
+ launch(body?: Booking): import("rxjs").Observable<ActionResponse>;
52
68
  static ɵfac: i0.ɵɵFactoryDeclaration<BookingsEndPoint, never>;
53
69
  static ɵprov: i0.ɵɵInjectableDeclaration<BookingsEndPoint>;
54
70
  }
@@ -1,13 +1,16 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Campaign } from '.';
4
- import { StringKeyValue } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { Campaign } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { EntitiesResponse } from '../model';
7
+ import { StringKeyValue } from '../model';
5
8
  import * as i0 from "@angular/core";
6
9
  export declare class CampaignsEndPoint {
7
10
  private config;
8
11
  private rest;
9
12
  private baseUrl;
10
- constructor(config: GooxConfig, rest: RestUtil);
13
+ constructor(config: AppConfig, rest: RestUtils);
11
14
  /**
12
15
  * Get new and empty Campaign template
13
16
  */
@@ -1,12 +1,16 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Certificate } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { Certificate } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { StatusCode } from '../model';
7
+ import { EntitiesResponse } from '../model';
4
8
  import * as i0 from "@angular/core";
5
9
  export declare class CertificatesEndPoint {
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 certificate template
12
16
  */
@@ -30,7 +34,7 @@ export declare class CertificatesEndPoint {
30
34
  /**
31
35
  * Find certificates by query
32
36
  */
33
- find(contactId?: string, search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
37
+ find(contactId?: string, search?: string, status?: StatusCode[], valid?: boolean, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
34
38
  /**
35
39
  * Upload certificate reference document
36
40
  */
@@ -1,17 +1,28 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Contact } from '.';
4
- import { StringKeyValue } from '.';
5
- import { Certificate } from '.';
6
- import { Flight } from '.';
7
- import { MessageConfirm } from '.';
8
- import { Document } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { LicenseKindFlag } from '../model';
5
+ import { StringKeyValue } from '../model';
6
+ import { FlightStateCode } from '../model';
7
+ import { FlightPurposeCode } from '../model';
8
+ import { Flight } from '../model';
9
+ import { MessageConfirm } from '../model';
10
+ import { TypeRatingFlag } from '../model';
11
+ import { FlightTypeCode } from '../model';
12
+ import { StatusCode } from '../model';
13
+ import { Certificate } from '../model';
14
+ import { Document } from '../model';
15
+ import { Contact } from '../model';
16
+ import { ActionResponse } from '../model';
17
+ import { FlightCategoryCode } from '../model';
18
+ import { EntitiesResponse } from '../model';
19
+ import { FlightStatusCode } from '../model';
9
20
  import * as i0 from "@angular/core";
10
21
  export declare class ContactsEndPoint {
11
22
  private config;
12
23
  private rest;
13
24
  private baseUrl;
14
- constructor(config: GooxConfig, rest: RestUtil);
25
+ constructor(config: AppConfig, rest: RestUtils);
15
26
  /**
16
27
  * Get new and empty contact template
17
28
  */
@@ -35,23 +46,23 @@ export declare class ContactsEndPoint {
35
46
  /**
36
47
  * Find contacts by query
37
48
  */
38
- find(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
49
+ find(search?: string, status?: StatusCode[], isPilot?: boolean, plan?: FlightCategoryCode[], typesRating?: TypeRatingFlag[], licenseKind?: LicenseKindFlag[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Contact>>;
39
50
  /**
40
51
  * Lookup contacts ID->Name by filter
41
52
  */
42
- lookup(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
53
+ lookup(search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
43
54
  /**
44
55
  * Lookup only contacts that are active pilots ID->Name by filter
45
56
  */
46
- lookupPilots(search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
57
+ lookupPilots(search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
47
58
  /**
48
59
  * Find contact certificates by query
49
60
  */
50
- findCertificates(id?: string, search?: string, status?: [], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
61
+ findCertificates(id?: string, search?: string, status?: StatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Certificate>>;
51
62
  /**
52
63
  * Find contact related flights by query
53
64
  */
54
- findFlights(id?: string, search?: string, type?: [], status?: [], state?: [], purpose?: [], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
65
+ findFlights(id?: string, search?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], state?: FlightStateCode[], purpose?: FlightPurposeCode[], from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Flight>>;
55
66
  /**
56
67
  * Find message confirmations for this contact
57
68
  */