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