@aya-flights/ngx-goox-lib 2.19.199 → 2.20.1-ang-18

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 (398) hide show
  1. package/config.d.ts +5 -4
  2. package/esm2022/aya-flights-ngx-goox-lib.mjs +5 -0
  3. package/esm2022/config.mjs +15 -0
  4. package/esm2022/lib/model/ADSBCategoryCode.mjs +43 -0
  5. package/esm2022/lib/model/ADSBSourceFlag.mjs +32 -0
  6. package/esm2022/lib/model/ADSBState.mjs +48 -0
  7. package/esm2022/lib/model/Account.mjs +28 -0
  8. package/esm2022/lib/model/AccountStatusCode.mjs +35 -0
  9. package/esm2022/lib/model/AccountTypeCode.mjs +39 -0
  10. package/esm2022/lib/model/AccountsFilter.mjs +27 -0
  11. package/esm2022/lib/model/ActionResponse.mjs +15 -0
  12. package/esm2022/lib/model/Address.mjs +21 -0
  13. package/esm2022/lib/model/Airplane.mjs +36 -0
  14. package/esm2022/lib/model/AirplaneStatusCode.mjs +31 -0
  15. package/esm2022/lib/model/AirplaneValidationFlag.mjs +119 -0
  16. package/esm2022/lib/model/AirplanesFilter.mjs +27 -0
  17. package/esm2022/lib/model/AnyKeyValue.mjs +12 -0
  18. package/esm2022/lib/model/AssessmentCode.mjs +31 -0
  19. package/esm2022/lib/model/AuditLog.mjs +21 -0
  20. package/esm2022/lib/model/AuditLogFilter.mjs +39 -0
  21. package/esm2022/lib/model/BaseEntity.mjs +17 -0
  22. package/esm2022/lib/model/BaseEntityEx.mjs +23 -0
  23. package/esm2022/lib/model/BaseFilter.mjs +18 -0
  24. package/esm2022/lib/model/BaseRestResponse.mjs +12 -0
  25. package/esm2022/lib/model/Billing.mjs +36 -0
  26. package/esm2022/lib/model/BillingRecord.mjs +24 -0
  27. package/esm2022/lib/model/BillingStatusCode.mjs +59 -0
  28. package/esm2022/lib/model/Booking.mjs +31 -0
  29. package/esm2022/lib/model/BookingPlan.mjs +27 -0
  30. package/esm2022/lib/model/BookingSlot.mjs +20 -0
  31. package/esm2022/lib/model/BookingSlots.mjs +15 -0
  32. package/esm2022/lib/model/BookingSlotsSet.mjs +17 -0
  33. package/esm2022/lib/model/BookingStatusCode.mjs +55 -0
  34. package/esm2022/lib/model/BookingTypeFlag.mjs +51 -0
  35. package/esm2022/lib/model/BookingsFilter.mjs +36 -0
  36. package/esm2022/lib/model/Boundaries.mjs +12 -0
  37. package/esm2022/lib/model/Campaign.mjs +25 -0
  38. package/esm2022/lib/model/CampaignStatusCode.mjs +35 -0
  39. package/esm2022/lib/model/CampaignTypeCode.mjs +31 -0
  40. package/esm2022/lib/model/Certificate.mjs +23 -0
  41. package/esm2022/lib/model/CertificatesFilter.mjs +33 -0
  42. package/esm2022/lib/model/ColumnDef.mjs +27 -0
  43. package/esm2022/lib/model/ConfirmStatusCode.mjs +31 -0
  44. package/esm2022/lib/model/Contact.mjs +40 -0
  45. package/esm2022/lib/model/ContactGroup.mjs +15 -0
  46. package/esm2022/lib/model/ContactsFilter.mjs +36 -0
  47. package/esm2022/lib/model/Credit.mjs +29 -0
  48. package/esm2022/lib/model/CreditsFilter.mjs +36 -0
  49. package/esm2022/lib/model/CrewDutyDayRisks.mjs +15 -0
  50. package/esm2022/lib/model/CurrencyCode.mjs +31 -0
  51. package/esm2022/lib/model/DepartureRisks.mjs +21 -0
  52. package/esm2022/lib/model/DestinationRisks.mjs +42 -0
  53. package/esm2022/lib/model/Distribution.mjs +15 -0
  54. package/esm2022/lib/model/Document.mjs +24 -0
  55. package/esm2022/lib/model/DocumentRevision.mjs +27 -0
  56. package/esm2022/lib/model/Engine.mjs +21 -0
  57. package/esm2022/lib/model/Entities.mjs +10 -0
  58. package/esm2022/lib/model/EntitiesRequest.mjs +9 -0
  59. package/esm2022/lib/model/EntitiesResponse.mjs +18 -0
  60. package/esm2022/lib/model/EntityAction.mjs +6 -0
  61. package/esm2022/lib/model/EntityRequest.mjs +9 -0
  62. package/esm2022/lib/model/EntityResponse.mjs +14 -0
  63. package/esm2022/lib/model/ErrorCode.mjs +67 -0
  64. package/esm2022/lib/model/FilterFlag.mjs +119 -0
  65. package/esm2022/lib/model/Flight.mjs +50 -0
  66. package/esm2022/lib/model/FlightBilling.mjs +24 -0
  67. package/esm2022/lib/model/FlightCategoryCode.mjs +163 -0
  68. package/esm2022/lib/model/FlightClassCode.mjs +47 -0
  69. package/esm2022/lib/model/FlightPassenger.mjs +18 -0
  70. package/esm2022/lib/model/FlightPlan.mjs +36 -0
  71. package/esm2022/lib/model/FlightPurposeCode.mjs +67 -0
  72. package/esm2022/lib/model/FlightRisk.mjs +23 -0
  73. package/esm2022/lib/model/FlightStateCode.mjs +35 -0
  74. package/esm2022/lib/model/FlightStatusCode.mjs +43 -0
  75. package/esm2022/lib/model/FlightTicket.mjs +22 -0
  76. package/esm2022/lib/model/FlightTypeCode.mjs +39 -0
  77. package/esm2022/lib/model/FlightsFilter.mjs +45 -0
  78. package/esm2022/lib/model/FollowUpAction.mjs +15 -0
  79. package/esm2022/lib/model/Fuel.mjs +27 -0
  80. package/esm2022/lib/model/Group.mjs +17 -0
  81. package/esm2022/lib/model/InstructionTypeCode.mjs +31 -0
  82. package/esm2022/lib/model/IntEnumValue.mjs +12 -0
  83. package/esm2022/lib/model/IntKeyValue.mjs +12 -0
  84. package/esm2022/lib/model/Json.mjs +7 -0
  85. package/esm2022/lib/model/JsonDoc.mjs +13 -0
  86. package/esm2022/lib/model/Lead.mjs +30 -0
  87. package/esm2022/lib/model/LeadAction.mjs +17 -0
  88. package/esm2022/lib/model/LeadStatusCode.mjs +47 -0
  89. package/esm2022/lib/model/LeadsFilter.mjs +24 -0
  90. package/esm2022/lib/model/Lesson.mjs +45 -0
  91. package/esm2022/lib/model/LessonSubjectCode.mjs +383 -0
  92. package/esm2022/lib/model/LessonTypeCode.mjs +59 -0
  93. package/esm2022/lib/model/LicenseKindFlag.mjs +63 -0
  94. package/esm2022/lib/model/LocalTime.mjs +7 -0
  95. package/esm2022/lib/model/Location.mjs +15 -0
  96. package/esm2022/lib/model/LogBookRecord.mjs +32 -0
  97. package/esm2022/lib/model/LoginParams.mjs +15 -0
  98. package/esm2022/lib/model/Lookup.mjs +19 -0
  99. package/esm2022/lib/model/LookupGroup.mjs +15 -0
  100. package/esm2022/lib/model/Magneto.mjs +18 -0
  101. package/esm2022/lib/model/Maintenance.mjs +28 -0
  102. package/esm2022/lib/model/MaintenanceActionCode.mjs +43 -0
  103. package/esm2022/lib/model/MaintenancesFilter.mjs +33 -0
  104. package/esm2022/lib/model/MedicalCertClassCode.mjs +31 -0
  105. package/esm2022/lib/model/MessageConfirm.mjs +20 -0
  106. package/esm2022/lib/model/MessageTypeCode.mjs +47 -0
  107. package/esm2022/lib/model/Metar.mjs +15 -0
  108. package/esm2022/lib/model/MetarReport.mjs +21 -0
  109. package/esm2022/lib/model/Mitigation.mjs +27 -0
  110. package/esm2022/lib/model/ModuleCode.mjs +71 -0
  111. package/esm2022/lib/model/Notification.mjs +18 -0
  112. package/esm2022/lib/model/NotificationTypeCode.mjs +39 -0
  113. package/esm2022/lib/model/OperatorCode.mjs +15 -0
  114. package/esm2022/lib/model/PaymentMethodCode.mjs +43 -0
  115. package/esm2022/lib/model/Permission.mjs +12 -0
  116. package/esm2022/lib/model/PermissionFlag.mjs +43 -0
  117. package/esm2022/lib/model/PilotQualificationsRisks.mjs +18 -0
  118. package/esm2022/lib/model/Point.mjs +12 -0
  119. package/esm2022/lib/model/PostFlightInfo.mjs +117 -0
  120. package/esm2022/lib/model/PreFlightInfo.mjs +99 -0
  121. package/esm2022/lib/model/Price.mjs +18 -0
  122. package/esm2022/lib/model/PriorityCode.mjs +35 -0
  123. package/esm2022/lib/model/Propeller.mjs +21 -0
  124. package/esm2022/lib/model/RiskAssessment.mjs +33 -0
  125. package/esm2022/lib/model/SimpleEntity.mjs +11 -0
  126. package/esm2022/lib/model/SpecialRisks.mjs +15 -0
  127. package/esm2022/lib/model/StatusCode.mjs +39 -0
  128. package/esm2022/lib/model/StorageItem.mjs +19 -0
  129. package/esm2022/lib/model/StringKeyValue.mjs +12 -0
  130. package/esm2022/lib/model/Syllabus.mjs +20 -0
  131. package/esm2022/lib/model/SyllabusFilter.mjs +27 -0
  132. package/esm2022/lib/model/SyllabusTrack.mjs +19 -0
  133. package/esm2022/lib/model/SystemConfig.mjs +15 -0
  134. package/esm2022/lib/model/SystemMessage.mjs +19 -0
  135. package/esm2022/lib/model/TOLData.mjs +24 -0
  136. package/esm2022/lib/model/TafReport.mjs +21 -0
  137. package/esm2022/lib/model/TicketStatusCode.mjs +27 -0
  138. package/esm2022/lib/model/TimeDataPoint.mjs +12 -0
  139. package/esm2022/lib/model/TimeFrame.mjs +12 -0
  140. package/esm2022/lib/model/TimePeriodCode.mjs +39 -0
  141. package/esm2022/lib/model/TimeSeries.mjs +15 -0
  142. package/esm2022/lib/model/Timestamp.mjs +7 -0
  143. package/esm2022/lib/model/TokenData.mjs +18 -0
  144. package/esm2022/lib/model/TransactionTypeCode.mjs +47 -0
  145. package/esm2022/lib/model/TripRisks.mjs +21 -0
  146. package/esm2022/lib/model/Tuple.mjs +16 -0
  147. package/esm2022/lib/model/TypeRatingFlag.mjs +35 -0
  148. package/esm2022/lib/model/User.mjs +22 -0
  149. package/esm2022/lib/model/UserRoleFlag.mjs +51 -0
  150. package/esm2022/lib/model/UserStatusCode.mjs +35 -0
  151. package/esm2022/lib/model/UserTypeCode.mjs +35 -0
  152. package/esm2022/lib/model/UsersFilter.mjs +30 -0
  153. package/esm2022/lib/model/ValidationFlag.mjs +67 -0
  154. package/esm2022/lib/model/WBConfig.mjs +54 -0
  155. package/esm2022/lib/model/WeatherRisks.mjs +36 -0
  156. package/esm2022/lib/model/errorStruct.mjs +12 -0
  157. package/esm2022/lib/model/index.mjs +154 -0
  158. package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
  159. package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
  160. package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
  161. package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
  162. package/esm2022/lib/services/BookingsEndPoint.mjs +201 -0
  163. package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
  164. package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
  165. package/esm2022/lib/services/ContactsEndPoint.mjs +271 -0
  166. package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
  167. package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
  168. package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
  169. package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
  170. package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
  171. package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
  172. package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
  173. package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
  174. package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
  175. package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
  176. package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
  177. package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
  178. package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
  179. package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
  180. package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
  181. package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
  182. package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
  183. package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
  184. package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
  185. package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
  186. package/esm2022/lib/services/SyllabusEndPoint.mjs +89 -0
  187. package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
  188. package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
  189. package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
  190. package/esm2022/lib/services/UserEndPoint.mjs +35 -0
  191. package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
  192. package/esm2022/lib/services/index.mjs +35 -0
  193. package/esm2022/ngx-goox-lib.module.mjs +26 -0
  194. package/esm2022/public-api.mjs +8 -0
  195. package/esm2022/rest-utils.mjs +137 -0
  196. package/fesm2022/aya-flights-ngx-goox-lib.mjs +5576 -6004
  197. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  198. package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
  199. package/lib/{Account.d.ts → model/Account.d.ts} +6 -6
  200. package/lib/{AccountsFilter.d.ts → model/AccountsFilter.d.ts} +2 -2
  201. package/{utils → lib/model}/ActionResponse.d.ts +2 -0
  202. package/lib/{Airplane.d.ts → model/Airplane.d.ts} +10 -11
  203. package/lib/{AirplanesFilter.d.ts → model/AirplanesFilter.d.ts} +1 -1
  204. package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
  205. package/lib/{AuditLogFilter.d.ts → model/AuditLogFilter.d.ts} +1 -1
  206. package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
  207. package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
  208. package/lib/{Booking.d.ts → model/Booking.d.ts} +4 -5
  209. package/lib/{BookingPlan.d.ts → model/BookingPlan.d.ts} +5 -6
  210. package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +2 -3
  211. package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
  212. package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
  213. package/lib/{BookingsFilter.d.ts → model/BookingsFilter.d.ts} +2 -2
  214. package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
  215. package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
  216. package/lib/{CertificatesFilter.d.ts → model/CertificatesFilter.d.ts} +3 -3
  217. package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
  218. package/lib/{Contact.d.ts → model/Contact.d.ts} +9 -10
  219. package/lib/{ContactGroup.d.ts → model/ContactGroup.d.ts} +3 -4
  220. package/lib/{ContactsFilter.d.ts → model/ContactsFilter.d.ts} +4 -4
  221. package/lib/{Credit.d.ts → model/Credit.d.ts} +4 -5
  222. package/lib/{CreditsFilter.d.ts → model/CreditsFilter.d.ts} +2 -2
  223. package/lib/model/Distribution.d.ts +7 -0
  224. package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
  225. package/{utils → lib/model}/Entities.d.ts +1 -0
  226. package/lib/model/EntitiesRequest.d.ts +4 -0
  227. package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
  228. package/lib/model/EntityAction.d.ts +3 -0
  229. package/lib/model/EntityRequest.d.ts +4 -0
  230. package/{utils → lib/model}/EntityResponse.d.ts +2 -4
  231. package/lib/{Flight.d.ts → model/Flight.d.ts} +11 -12
  232. package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
  233. package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
  234. package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
  235. package/lib/model/FlightRisk.d.ts +22 -0
  236. package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
  237. package/lib/{FlightsFilter.d.ts → model/FlightsFilter.d.ts} +5 -5
  238. package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
  239. package/lib/model/Json.d.ts +3 -0
  240. package/lib/model/JsonDoc.d.ts +5 -0
  241. package/lib/{Lead.d.ts → model/Lead.d.ts} +5 -6
  242. package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
  243. package/lib/{LeadsFilter.d.ts → model/LeadsFilter.d.ts} +1 -1
  244. package/lib/{Lesson.d.ts → model/Lesson.d.ts} +3 -3
  245. package/lib/model/LocalTime.d.ts +3 -0
  246. package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
  247. package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
  248. package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
  249. package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
  250. package/lib/{MaintenancesFilter.d.ts → model/MaintenancesFilter.d.ts} +3 -3
  251. package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -6
  252. package/lib/model/Metar.d.ts +9 -0
  253. package/lib/{Notification.d.ts → model/Notification.d.ts} +5 -6
  254. package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
  255. package/lib/{PostFlightInfo.d.ts → model/PostFlightInfo.d.ts} +4 -4
  256. package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +3 -3
  257. package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
  258. package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
  259. package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
  260. package/lib/{StorageItem.d.ts → model/StorageItem.d.ts} +2 -3
  261. package/lib/{Syllabus.d.ts → model/Syllabus.d.ts} +5 -5
  262. package/lib/{SyllabusFilter.d.ts → model/SyllabusFilter.d.ts} +2 -2
  263. package/lib/model/SyllabusTrack.d.ts +12 -0
  264. package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
  265. package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +4 -5
  266. package/lib/model/TimeDataPoint.d.ts +5 -0
  267. package/lib/model/TimePeriodCode.d.ts +11 -0
  268. package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
  269. package/lib/model/Timestamp.d.ts +3 -0
  270. package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
  271. package/lib/model/Tuple.d.ts +5 -0
  272. package/lib/{User.d.ts → model/User.d.ts} +5 -6
  273. package/lib/{UsersFilter.d.ts → model/UsersFilter.d.ts} +3 -3
  274. package/lib/{WBConfig.d.ts → model/WBConfig.d.ts} +1 -1
  275. package/lib/model/errorStruct.d.ts +5 -0
  276. package/lib/{index.d.ts → model/index.d.ts} +124 -142
  277. package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +18 -15
  278. package/lib/{AirplanesEndPoint.d.ts → services/AirplanesEndPoint.d.ts} +18 -15
  279. package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
  280. package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +9 -6
  281. package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +10 -7
  282. package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
  283. package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +9 -6
  284. package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +27 -19
  285. package/lib/{ContactsGroupsEndPoint.d.ts → services/ContactsGroupsEndPoint.d.ts} +8 -5
  286. package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +8 -5
  287. package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +8 -5
  288. package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +8 -5
  289. package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +23 -19
  290. package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +8 -5
  291. package/lib/{LeadsEndPoint.d.ts → services/LeadsEndPoint.d.ts} +14 -11
  292. package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
  293. package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +10 -7
  294. package/lib/services/McpToolsEndPoint.d.ts +25 -0
  295. package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +10 -7
  296. package/lib/{MyAuthEndPoint.d.ts → services/MyAuthEndPoint.d.ts} +9 -6
  297. package/lib/{MyBookingsEndPoint.d.ts → services/MyBookingsEndPoint.d.ts} +12 -9
  298. package/lib/{MyCertificatesEndPoint.d.ts → services/MyCertificatesEndPoint.d.ts} +9 -6
  299. package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
  300. package/lib/{MyFlightsEndPoint.d.ts → services/MyFlightsEndPoint.d.ts} +15 -12
  301. package/lib/{MyInfoEndPoint.d.ts → services/MyInfoEndPoint.d.ts} +8 -6
  302. package/lib/{MyMessagesEndPoint.d.ts → services/MyMessagesEndPoint.d.ts} +8 -5
  303. package/lib/{MyStudentsEndPoint.d.ts → services/MyStudentsEndPoint.d.ts} +9 -7
  304. package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +8 -5
  305. package/lib/{SyllabusEndPoint.d.ts → services/SyllabusEndPoint.d.ts} +9 -6
  306. package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
  307. package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
  308. package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +9 -6
  309. package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
  310. package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +10 -7
  311. package/lib/services/index.d.ts +34 -0
  312. package/ngx-goox-lib.module.d.ts +3 -4
  313. package/package.json +6 -4
  314. package/public-api.d.ts +3 -3
  315. package/{utils/rest-util.d.ts → rest-utils.d.ts} +5 -5
  316. package/lib/Distribution.d.ts +0 -6
  317. package/lib/Enums.d.ts +0 -1
  318. package/lib/FlightRisk.d.ts +0 -23
  319. package/lib/Metar.d.ts +0 -10
  320. package/lib/TimeDataPoint.d.ts +0 -5
  321. package/lib/Tuple.d.ts +0 -5
  322. package/lib/services.export.d.ts +0 -34
  323. package/utils/index.d.ts +0 -7
  324. /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
  325. /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
  326. /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
  327. /package/lib/{AccountTypeCode.d.ts → model/AccountTypeCode.d.ts} +0 -0
  328. /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
  329. /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
  330. /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
  331. /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
  332. /package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +0 -0
  333. /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
  334. /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
  335. /package/lib/{BaseFilter.d.ts → model/BaseFilter.d.ts} +0 -0
  336. /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
  337. /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
  338. /package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +0 -0
  339. /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
  340. /package/lib/{Boundaries.d.ts → model/Boundaries.d.ts} +0 -0
  341. /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
  342. /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
  343. /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
  344. /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
  345. /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
  346. /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
  347. /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
  348. /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
  349. /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
  350. /package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +0 -0
  351. /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
  352. /package/lib/{FlightCategoryCode.d.ts → model/FlightCategoryCode.d.ts} +0 -0
  353. /package/lib/{FlightClassCode.d.ts → model/FlightClassCode.d.ts} +0 -0
  354. /package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +0 -0
  355. /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
  356. /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
  357. /package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +0 -0
  358. /package/lib/{FollowUpAction.d.ts → model/FollowUpAction.d.ts} +0 -0
  359. /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
  360. /package/lib/{InstructionTypeCode.d.ts → model/InstructionTypeCode.d.ts} +0 -0
  361. /package/lib/{IntEnumValue.d.ts → model/IntEnumValue.d.ts} +0 -0
  362. /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
  363. /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
  364. /package/lib/{LessonSubjectCode.d.ts → model/LessonSubjectCode.d.ts} +0 -0
  365. /package/lib/{LessonTypeCode.d.ts → model/LessonTypeCode.d.ts} +0 -0
  366. /package/lib/{LicenseKindFlag.d.ts → model/LicenseKindFlag.d.ts} +0 -0
  367. /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
  368. /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
  369. /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
  370. /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
  371. /package/lib/{MedicalCertClassCode.d.ts → model/MedicalCertClassCode.d.ts} +0 -0
  372. /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
  373. /package/lib/{MetarReport.d.ts → model/MetarReport.d.ts} +0 -0
  374. /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
  375. /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
  376. /package/lib/{NotificationTypeCode.d.ts → model/NotificationTypeCode.d.ts} +0 -0
  377. /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
  378. /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
  379. /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
  380. /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
  381. /package/lib/{Point.d.ts → model/Point.d.ts} +0 -0
  382. /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
  383. /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
  384. /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
  385. /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
  386. /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
  387. /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
  388. /package/lib/{TafReport.d.ts → model/TafReport.d.ts} +0 -0
  389. /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
  390. /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
  391. /package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +0 -0
  392. /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
  393. /package/lib/{TypeRatingFlag.d.ts → model/TypeRatingFlag.d.ts} +0 -0
  394. /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
  395. /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
  396. /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
  397. /package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +0 -0
  398. /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
@@ -1,171 +1,153 @@
1
- export * from './TimeSeries';
2
- export * from './BaseEntity';
3
- export * from './BaseEntityEx';
4
- export * from './Tuple';
5
- export * from './ColumnDef';
6
- export * from './TimeFrame';
7
- export * from './TimeDataPoint';
8
- export * from './ErrorCode';
9
- export * from './FlightCategoryCode';
10
- export * from './LeadStatusCode';
1
+ export * from './StatusCode';
2
+ export * from './CampaignStatusCode';
3
+ export * from './TimePeriodCode';
4
+ export * from './BookingStatusCode';
5
+ export * from './FlightClassCode';
6
+ export * from './LessonSubjectCode';
11
7
  export * from './NotificationTypeCode';
12
- export * from './TypeRatingFlag';
8
+ export * from './UserRoleFlag';
9
+ export * from './UserTypeCode';
13
10
  export * from './ADSBSourceFlag';
14
- export * from './BillingStatusCode';
15
- export * from './LessonSubjectCode';
11
+ export * from './ErrorCode';
12
+ export * from './FlightCategoryCode';
13
+ export * from './FlightPurposeCode';
14
+ export * from './LessonTypeCode';
15
+ export * from './MaintenanceActionCode';
16
16
  export * from './MedicalCertClassCode';
17
- export * from './BookingStatusCode';
18
- export * from './FlightStatusCode';
19
- export * from './FlightTypeCode';
20
- export * from './TransactionTypeCode';
21
- export * from './ADSBCategoryCode';
22
- export * from './FlightStateCode';
23
- export * from './TicketStatusCode';
24
- export * from './UserRoleFlag';
17
+ export * from './ModuleCode';
25
18
  export * from './AccountTypeCode';
26
- export * from './BookingTypeFlag';
27
- export * from './ConfirmStatusCode';
19
+ export * from './AirplaneStatusCode';
20
+ export * from './AirplaneValidationFlag';
21
+ export * from './TicketStatusCode';
22
+ export * from './TransactionTypeCode';
23
+ export * from './UserStatusCode';
24
+ export * from './CampaignTypeCode';
28
25
  export * from './CurrencyCode';
29
- export * from './LessonTypeCode';
26
+ export * from './FlightStatusCode';
27
+ export * from './LicenseKindFlag';
28
+ export * from './PaymentMethodCode';
30
29
  export * from './PriorityCode';
31
- export * from './UserTypeCode';
32
30
  export * from './ValidationFlag';
33
- export * from './FlightPurposeCode';
31
+ export * from './AssessmentCode';
32
+ export * from './FilterFlag';
34
33
  export * from './InstructionTypeCode';
35
- export * from './LicenseKindFlag';
36
- export * from './MaintenanceActionCode';
37
34
  export * from './PermissionFlag';
38
35
  export * from './AccountStatusCode';
39
- export * from './AssessmentCode';
40
- export * from './ModuleCode';
41
- export * from './PaymentMethodCode';
42
- export * from './StatusCode';
43
- export * from './UserStatusCode';
44
- export * from './AirplaneValidationFlag';
45
- export * from './CampaignStatusCode';
46
- export * from './FilterFlag';
47
- export * from './FlightClassCode';
48
- export * from './MessageTypeCode';
49
36
  export * from './OperatorCode';
50
- export * from './AirplaneStatusCode';
51
- export * from './CampaignTypeCode';
52
- export * from './LeadAction';
53
- export * from './FlightPassenger';
54
- export * from './ADSBState';
55
- export * from './AirplanesFilter';
37
+ export * from './TypeRatingFlag';
38
+ export * from './LeadStatusCode';
39
+ export * from './BookingTypeFlag';
40
+ export * from './ADSBCategoryCode';
41
+ export * from './BillingStatusCode';
42
+ export * from './FlightStateCode';
43
+ export * from './FlightTypeCode';
44
+ export * from './ConfirmStatusCode';
45
+ export * from './MessageTypeCode';
46
+ export * from './TimeDataPoint';
47
+ export * from './Boundaries';
48
+ export * from './PreFlightInfo';
49
+ export * from './Airplane';
56
50
  export * from './Magneto';
57
51
  export * from './Fuel';
58
- export * from './WBConfig';
59
- export * from './FollowUpAction';
60
- export * from './MetarReport';
61
- export * from './BookingSlots';
62
- export * from './Campaign';
63
- export * from './Contact';
64
- export * from './LookupGroup';
65
- export * from './Metar';
66
- export * from './BaseFilter';
52
+ export * from './Flight';
53
+ export * from './PilotQualificationsRisks';
67
54
  export * from './TafReport';
68
55
  export * from './AuditLog';
69
- export * from './RiskAssessment';
70
- export * from './User';
71
- export * from './Address';
72
- export * from './TokenData';
56
+ export * from './Booking';
73
57
  export * from './Credit';
74
- export * from './Lesson';
75
- export * from './PilotQualificationsRisks';
76
- export * from './DepartureRisks';
58
+ export * from './TripRisks';
59
+ export * from './SpecialRisks';
60
+ export * from './Mitigation';
61
+ export * from './FlightRisk';
62
+ export * from './TokenData';
63
+ export * from './SimpleEntity';
77
64
  export * from './BookingsFilter';
78
- export * from './ContactsFilter';
79
- export * from './StorageItem';
80
- export * from './Booking';
81
- export * from './ContactGroup';
65
+ export * from './IntEnumValue';
82
66
  export * from './Billing';
83
- export * from './Lead';
84
- export * from './LeadsFilter';
85
- export * from './MaintenancesFilter';
86
- export * from './Permission';
87
- export * from './TOLData';
88
- export * from './DestinationRisks';
89
- export * from './FlightPlan';
90
- export * from './Lookup';
67
+ export * from './FollowUpAction';
91
68
  export * from './Maintenance';
92
- export * from './IntKeyValue';
93
- export * from './TripRisks';
94
- export * from './Mitigation';
95
69
  export * from './SystemConfig';
96
- export * from './AccountsFilter';
97
- export * from './SyllabusFilter';
98
- export * from './StringKeyValue';
99
- export * from './LoginParams';
70
+ export * from './PostFlightInfo';
71
+ export * from './Tuple';
72
+ export * from './Json';
73
+ export * from './LocalTime';
74
+ export * from './TimeSeries';
75
+ export * from './BillingRecord';
76
+ export * from './Lead';
77
+ export * from './Lookup';
100
78
  export * from './AnyKeyValue';
101
- export * from './Certificate';
102
- export * from './Distribution';
79
+ export * from './Lesson';
80
+ export * from './CrewDutyDayRisks';
103
81
  export * from './WeatherRisks';
104
- export * from './Price';
105
- export * from './Boundaries';
106
- export * from './Propeller';
82
+ export * from './FlightPlan';
83
+ export * from './FlightTicket';
84
+ export * from './TimeFrame';
85
+ export * from './Address';
86
+ export * from './AirplanesFilter';
87
+ export * from './StringKeyValue';
88
+ export * from './TOLData';
89
+ export * from './SystemMessage';
90
+ export * from './BookingSlots';
107
91
  export * from './BookingSlotsSet';
108
- export * from './DocumentRevision';
109
- export * from './FlightBilling';
110
92
  export * from './Group';
111
- export * from './CreditsFilter';
112
- export * from './Location';
113
- export * from './Engine';
114
- export * from './MessageConfirm';
115
- export * from './Airplane';
116
- export * from './SystemMessage';
117
- export * from './IntEnumValue';
93
+ export * from './Syllabus';
94
+ export * from './BaseRestResponse';
95
+ export * from './AuditLogFilter';
96
+ export * from './MaintenancesFilter';
97
+ export * from './UsersFilter';
98
+ export * from './StorageItem';
99
+ export * from './Certificate';
100
+ export * from './Notification';
101
+ export * from './EntityRequest';
102
+ export * from './BookingSlot';
103
+ export * from './errorStruct';
104
+ export * from './Entities';
105
+ export * from './LeadsFilter';
106
+ export * from './MetarReport';
118
107
  export * from './BookingPlan';
119
- export * from './SpecialRisks';
120
- export * from './FlightTicket';
108
+ export * from './Contact';
109
+ export * from './Distribution';
110
+ export * from './Timestamp';
111
+ export * from './AccountsFilter';
112
+ export * from './Document';
113
+ export * from './DocumentRevision';
114
+ export * from './DestinationRisks';
115
+ export * from './MessageConfirm';
116
+ export * from './Metar';
117
+ export * from './Engine';
121
118
  export * from './CertificatesFilter';
119
+ export * from './CreditsFilter';
120
+ export * from './IntKeyValue';
121
+ export * from './Location';
122
122
  export * from './Point';
123
- export * from './PostFlightInfo';
124
- export * from './PreFlightInfo';
125
- export * from './BookingSlot';
126
- export * from './CrewDutyDayRisks';
127
- export * from './FlightRisk';
128
- export * from './LogBookRecord';
129
- export * from './UsersFilter';
130
- export * from './BillingRecord';
131
- export * from './Notification';
132
- export * from './Syllabus';
133
- export * from './AuditLogFilter';
123
+ export * from './Campaign';
124
+ export * from './ContactGroup';
125
+ export * from './BaseEntity';
126
+ export * from './EntityAction';
127
+ export * from './SyllabusFilter';
128
+ export * from './Permission';
129
+ export * from './FlightBilling';
130
+ export * from './LeadAction';
131
+ export * from './Price';
132
+ export * from './User';
133
+ export * from './JsonDoc';
134
+ export * from './ColumnDef';
135
+ export * from './ContactsFilter';
134
136
  export * from './FlightsFilter';
137
+ export * from './LookupGroup';
138
+ export * from './FlightPassenger';
139
+ export * from './EntitiesResponse';
140
+ export * from './LoginParams';
141
+ export * from './Propeller';
142
+ export * from './LogBookRecord';
143
+ export * from './SyllabusTrack';
144
+ export * from './EntityResponse';
145
+ export * from './EntitiesRequest';
146
+ export * from './BaseEntityEx';
147
+ export * from './BaseFilter';
148
+ export * from './WBConfig';
149
+ export * from './DepartureRisks';
150
+ export * from './ActionResponse';
151
+ export * from './ADSBState';
135
152
  export * from './Account';
136
- export * from './Document';
137
- export * from './Flight';
138
- export * from './CertificatesEndPoint';
139
- export * from './MyCertificatesEndPoint';
140
- export * from './MyFlightsEndPoint';
141
- export * from './BookingSlotsEndPoint';
142
- export * from './FlightsEndPoint';
143
- export * from './MaintenancesEndPoint';
144
- export * from './SystemConfigsEndPoint';
145
- export * from './UsersEndPoint';
146
- export * from './AirplanesEndPoint';
147
- export * from './BookingsEndPoint';
148
- export * from './DocumentsEndPoint';
149
- export * from './FlightTicketsEndPoint';
150
- export * from './MessageConfirmsEndPoint';
151
- export * from './PriceListEndPoint';
152
- export * from './MyStudentsEndPoint';
153
- export * from './AuditLogsEndPoint';
154
- export * from './CampaignsEndPoint';
155
- export * from './LookupsEndPoint';
156
- export * from './MyAuthEndPoint';
157
- export * from './GroupsEndPoint';
158
- export * from './AccountsEndPoint';
159
- export * from './ContactsEndPoint';
160
- export * from './CreditsEndPoint';
161
- export * from './SyllabusEndPoint';
162
- export * from './MyMessagesEndPoint';
163
- export * from './SystemMessagesEndPoint';
164
- export * from './MyBookingsEndPoint';
165
- export * from './MyCreditsEndPoint';
166
- export * from './MyInfoEndPoint';
167
- export * from './LeadsEndPoint';
168
- export * from './UserEndPoint';
169
- export * from './ContactsGroupsEndPoint';
170
- export * from './SystemEndPoint';
171
- export * from './Enums';
153
+ export * from './RiskAssessment';
@@ -1,22 +1,25 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Document } from '.';
4
- import { AccountTypeCode } from '.';
5
- import { FlightStatusCode } from '.';
6
- import { Flight } from '.';
7
- import { Credit } from '.';
8
- import { AccountStatusCode } from '.';
9
- import { FlightPurposeCode } from '.';
10
- import { Account } from '.';
11
- import { StringKeyValue } from '.';
12
- import { FlightTypeCode } from '.';
13
- import { FlightStateCode } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { Document } from '../model';
4
+ import { Account } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { AccountStatusCode } from '../model';
7
+ import { AccountTypeCode } from '../model';
8
+ import { EntitiesResponse } from '../model';
9
+ import { StringKeyValue } from '../model';
10
+ import { FlightTypeCode } from '../model';
11
+ import { FlightStatusCode } from '../model';
12
+ import { EntityResponse } from '../model';
13
+ import { FlightStateCode } from '../model';
14
+ import { FlightPurposeCode } from '../model';
15
+ import { Flight } from '../model';
16
+ import { Credit } from '../model';
14
17
  import * as i0 from "@angular/core";
15
18
  export declare class AccountsEndPoint {
16
19
  private config;
17
20
  private rest;
18
21
  private baseUrl;
19
- constructor(config: GooxConfig, rest: RestUtil);
22
+ constructor(config: AppConfig, rest: RestUtils);
20
23
  /**
21
24
  * Get new and empty account template
22
25
  */
@@ -56,7 +59,7 @@ export declare class AccountsEndPoint {
56
59
  /**
57
60
  * Download account credit history as XLSX document
58
61
  */
59
- downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
62
+ downloadCreditsXlsx(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
60
63
  /**
61
64
  * Find related documents
62
65
  */
@@ -1,23 +1,26 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Document } from '.';
4
- import { StatusCode } from '.';
5
- import { MaintenanceActionCode } from '.';
6
- import { Maintenance } from '.';
7
- import { FlightStatusCode } from '.';
8
- import { Airplane } from '.';
9
- import { FlightStateCode } from '.';
10
- import { Flight } from '.';
11
- import { AirplaneStatusCode } from '.';
12
- import { FlightTypeCode } from '.';
13
- import { FlightPurposeCode } from '.';
14
- import { StringKeyValue } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { AirplaneStatusCode } from '../model';
4
+ import { FlightTypeCode } from '../model';
5
+ import { FlightPurposeCode } from '../model';
6
+ import { Document } from '../model';
7
+ import { StatusCode } from '../model';
8
+ import { StringKeyValue } from '../model';
9
+ import { FlightStatusCode } from '../model';
10
+ import { EntityResponse } from '../model';
11
+ import { Airplane } from '../model';
12
+ import { MaintenanceActionCode } from '../model';
13
+ import { Maintenance } from '../model';
14
+ import { ActionResponse } from '../model';
15
+ import { EntitiesResponse } from '../model';
16
+ import { FlightStateCode } from '../model';
17
+ import { Flight } from '../model';
15
18
  import * as i0 from "@angular/core";
16
19
  export declare class AirplanesEndPoint {
17
20
  private config;
18
21
  private rest;
19
22
  private baseUrl;
20
- constructor(config: GooxConfig, rest: RestUtil);
23
+ constructor(config: AppConfig, rest: RestUtils);
21
24
  /**
22
25
  * region Endpoint REST handlers ---------------------------------------------------------------------------------------
23
26
  * Get new and empty account template
@@ -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
  */
@@ -1,15 +1,18 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { BookingStatusCode } from '.';
4
- import { TimeSeries } from '.';
5
- import { BookingPlan } from '.';
6
- import { Booking } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { Booking } from '../model';
5
+ import { BookingStatusCode } from '../model';
6
+ import { ActionResponse } from '../model';
7
+ import { EntitiesResponse } from '../model';
8
+ import { TimeSeries } from '../model';
9
+ import { BookingPlan } from '../model';
7
10
  import * as i0 from "@angular/core";
8
11
  export declare class BookingsEndPoint {
9
12
  private config;
10
13
  private rest;
11
14
  private baseUrl;
12
- constructor(config: GooxConfig, rest: RestUtil);
15
+ constructor(config: AppConfig, rest: RestUtils);
13
16
  /**
14
17
  * Get new and empty account template
15
18
  */
@@ -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,13 +1,16 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { StatusCode } from '.';
4
- 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';
5
8
  import * as i0 from "@angular/core";
6
9
  export declare class CertificatesEndPoint {
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 certificate template
13
16
  */
@@ -39,7 +42,7 @@ export declare class CertificatesEndPoint {
39
42
  /**
40
43
  * Download certificate reference document
41
44
  */
42
- download(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
45
+ download(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
43
46
  /**
44
47
  * Delete certificate reference document
45
48
  */
@@ -1,25 +1,29 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { StatusCode } from '.';
4
- import { Certificate } from '.';
5
- import { FlightStatusCode } from '.';
6
- import { Document } from '.';
7
- import { TypeRatingFlag } from '.';
8
- import { LicenseKindFlag } from '.';
9
- import { StringKeyValue } from '.';
10
- import { MessageConfirm } from '.';
11
- import { Contact } from '.';
12
- import { FlightCategoryCode } from '.';
13
- import { FlightPurposeCode } from '.';
14
- import { Flight } from '.';
15
- import { FlightTypeCode } from '.';
16
- import { FlightStateCode } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { Contact } from '../model';
5
+ import { ActionResponse } from '../model';
6
+ import { FlightCategoryCode } from '../model';
7
+ import { Certificate } from '../model';
8
+ import { Flight } from '../model';
9
+ import { MessageConfirm } from '../model';
10
+ import { TypeRatingFlag } from '../model';
11
+ import { FlightStatusCode } from '../model';
12
+ import { FlightStateCode } from '../model';
13
+ import { StatusCode } from '../model';
14
+ import { LicenseKindFlag } from '../model';
15
+ import { EntitiesResponse } from '../model';
16
+ import { StringKeyValue } from '../model';
17
+ import { FlightTypeCode } from '../model';
18
+ import { FlightPurposeCode } from '../model';
19
+ import { Document } from '../model';
20
+ import { Syllabus } from '../model';
17
21
  import * as i0 from "@angular/core";
18
22
  export declare class ContactsEndPoint {
19
23
  private config;
20
24
  private rest;
21
25
  private baseUrl;
22
- constructor(config: GooxConfig, rest: RestUtil);
26
+ constructor(config: AppConfig, rest: RestUtils);
23
27
  /**
24
28
  * Get new and empty contact template
25
29
  */
@@ -68,6 +72,10 @@ export declare class ContactsEndPoint {
68
72
  * Find related documents for this contact
69
73
  */
70
74
  findDocuments(id?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Document>>;
75
+ /**
76
+ * Find contact related syllabus items
77
+ */
78
+ getSyllabus(id?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Syllabus>>;
71
79
  /**
72
80
  * Find contact related flights for student sheet (all flights of type LESSON that the student is captain of first officer)
73
81
  */
@@ -75,11 +83,11 @@ export declare class ContactsEndPoint {
75
83
  /**
76
84
  * Download student sheet as XLSX document
77
85
  */
78
- downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
86
+ downloadStudentSheetXlsx(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
79
87
  /**
80
88
  * Download student sheet as CSV document
81
89
  */
82
- downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
90
+ downloadStudentSheetCsv(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
83
91
  static ɵfac: i0.ɵɵFactoryDeclaration<ContactsEndPoint, never>;
84
92
  static ɵprov: i0.ɵɵInjectableDeclaration<ContactsEndPoint>;
85
93
  }
@@ -1,13 +1,16 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { ContactGroup } from '.';
4
- import { StringKeyValue } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { EntityResponse } from '../model';
4
+ import { ContactGroup } 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 ContactsGroupsEndPoint {
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 flight template
13
16
  */
@@ -1,12 +1,15 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
2
- import { GooxConfig } from '../config';
3
- import { Credit } from '.';
1
+ import { RestUtils } from '../../rest-utils';
2
+ import { AppConfig } from '../../config';
3
+ import { ActionResponse } from '../model';
4
+ import { EntitiesResponse } from '../model';
5
+ import { EntityResponse } from '../model';
6
+ import { Credit } from '../model';
4
7
  import * as i0 from "@angular/core";
5
8
  export declare class CreditsEndPoint {
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
  * Get new and empty credit template
12
15
  */
@@ -38,7 +41,7 @@ export declare class CreditsEndPoint {
38
41
  /**
39
42
  * Download credit reference document
40
43
  */
41
- download(id?: string): import("rxjs").Observable<import("@angular/common/module.d-CnjH8Dlt").HttpEvent<Blob>>;
44
+ download(id?: string): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
42
45
  /**
43
46
  * Delete reference document
44
47
  */