@aya-flights/ngx-goox-lib 2.20.25-ang-19 → 2.20.25-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 (210) hide show
  1. package/esm2022/aya-flights-ngx-goox-lib.mjs +5 -0
  2. package/esm2022/config.mjs +15 -0
  3. package/esm2022/lib/model/ADSBCategoryCode.mjs +43 -0
  4. package/esm2022/lib/model/ADSBSourceFlag.mjs +32 -0
  5. package/esm2022/lib/model/ADSBState.mjs +48 -0
  6. package/esm2022/lib/model/Account.mjs +28 -0
  7. package/esm2022/lib/model/AccountStatusCode.mjs +35 -0
  8. package/esm2022/lib/model/AccountTypeCode.mjs +39 -0
  9. package/esm2022/lib/model/AccountsFilter.mjs +27 -0
  10. package/esm2022/lib/model/ActionResponse.mjs +15 -0
  11. package/esm2022/lib/model/Address.mjs +21 -0
  12. package/esm2022/lib/model/Airplane.mjs +36 -0
  13. package/esm2022/lib/model/AirplaneStatusCode.mjs +31 -0
  14. package/esm2022/lib/model/AirplaneValidationFlag.mjs +119 -0
  15. package/esm2022/lib/model/AirplanesFilter.mjs +27 -0
  16. package/esm2022/lib/model/AnyKeyValue.mjs +12 -0
  17. package/esm2022/lib/model/AssessmentCode.mjs +31 -0
  18. package/esm2022/lib/model/AuditLog.mjs +21 -0
  19. package/esm2022/lib/model/AuditLogFilter.mjs +39 -0
  20. package/esm2022/lib/model/BaseEntity.mjs +17 -0
  21. package/esm2022/lib/model/BaseEntityEx.mjs +23 -0
  22. package/esm2022/lib/model/BaseFilter.mjs +18 -0
  23. package/esm2022/lib/model/BaseRestResponse.mjs +12 -0
  24. package/esm2022/lib/model/Billing.mjs +36 -0
  25. package/esm2022/lib/model/BillingRecord.mjs +24 -0
  26. package/esm2022/lib/model/BillingStatusCode.mjs +59 -0
  27. package/esm2022/lib/model/Booking.mjs +31 -0
  28. package/esm2022/lib/model/BookingPlan.mjs +28 -0
  29. package/esm2022/lib/model/BookingSlot.mjs +20 -0
  30. package/esm2022/lib/model/BookingSlots.mjs +15 -0
  31. package/esm2022/lib/model/BookingSlotsSet.mjs +17 -0
  32. package/esm2022/lib/model/BookingStatusCode.mjs +55 -0
  33. package/esm2022/lib/model/BookingTypeFlag.mjs +51 -0
  34. package/esm2022/lib/model/BookingsFilter.mjs +36 -0
  35. package/esm2022/lib/model/Boundaries.mjs +12 -0
  36. package/esm2022/lib/model/Campaign.mjs +25 -0
  37. package/esm2022/lib/model/CampaignStatusCode.mjs +35 -0
  38. package/esm2022/lib/model/CampaignTypeCode.mjs +31 -0
  39. package/esm2022/lib/model/Certificate.mjs +23 -0
  40. package/esm2022/lib/model/CertificatesFilter.mjs +33 -0
  41. package/esm2022/lib/model/ColumnDef.mjs +27 -0
  42. package/esm2022/lib/model/ConfirmStatusCode.mjs +31 -0
  43. package/esm2022/lib/model/Contact.mjs +40 -0
  44. package/esm2022/lib/model/ContactGroup.mjs +15 -0
  45. package/esm2022/lib/model/ContactsFilter.mjs +36 -0
  46. package/esm2022/lib/model/Credit.mjs +30 -0
  47. package/esm2022/lib/model/CreditsFilter.mjs +36 -0
  48. package/esm2022/lib/model/CrewDutyDayRisks.mjs +15 -0
  49. package/esm2022/lib/model/CurrencyCode.mjs +31 -0
  50. package/esm2022/lib/model/DepartureRisks.mjs +21 -0
  51. package/esm2022/lib/model/DestinationRisks.mjs +42 -0
  52. package/esm2022/lib/model/Distribution.mjs +15 -0
  53. package/esm2022/lib/model/Document.mjs +24 -0
  54. package/esm2022/lib/model/DocumentRevision.mjs +27 -0
  55. package/esm2022/lib/model/Engine.mjs +21 -0
  56. package/esm2022/lib/model/Entities.mjs +10 -0
  57. package/esm2022/lib/model/EntitiesRequest.mjs +9 -0
  58. package/esm2022/lib/model/EntitiesResponse.mjs +18 -0
  59. package/esm2022/lib/model/EntityAction.mjs +6 -0
  60. package/esm2022/lib/model/EntityRequest.mjs +9 -0
  61. package/esm2022/lib/model/EntityResponse.mjs +14 -0
  62. package/esm2022/lib/model/ErrorCode.mjs +67 -0
  63. package/esm2022/lib/model/FilterFlag.mjs +119 -0
  64. package/esm2022/lib/model/Flight.mjs +49 -0
  65. package/esm2022/lib/model/FlightBilling.mjs +24 -0
  66. package/esm2022/lib/model/FlightCategoryCode.mjs +163 -0
  67. package/esm2022/lib/model/FlightClassCode.mjs +47 -0
  68. package/esm2022/lib/model/FlightPassenger.mjs +18 -0
  69. package/esm2022/lib/model/FlightPlan.mjs +36 -0
  70. package/esm2022/lib/model/FlightPurposeCode.mjs +67 -0
  71. package/esm2022/lib/model/FlightRisk.mjs +23 -0
  72. package/esm2022/lib/model/FlightStateCode.mjs +35 -0
  73. package/esm2022/lib/model/FlightStatusCode.mjs +43 -0
  74. package/esm2022/lib/model/FlightTicket.mjs +22 -0
  75. package/esm2022/lib/model/FlightTypeCode.mjs +39 -0
  76. package/esm2022/lib/model/FlightsFilter.mjs +45 -0
  77. package/esm2022/lib/model/FollowUpAction.mjs +15 -0
  78. package/esm2022/lib/model/Fuel.mjs +27 -0
  79. package/esm2022/lib/model/Group.mjs +17 -0
  80. package/esm2022/lib/model/InstructionTypeCode.mjs +31 -0
  81. package/esm2022/lib/model/IntEnumValue.mjs +12 -0
  82. package/esm2022/lib/model/IntKeyValue.mjs +12 -0
  83. package/esm2022/lib/model/Json.mjs +7 -0
  84. package/esm2022/lib/model/JsonDoc.mjs +13 -0
  85. package/esm2022/lib/model/Lead.mjs +30 -0
  86. package/esm2022/lib/model/LeadAction.mjs +17 -0
  87. package/esm2022/lib/model/LeadStatusCode.mjs +47 -0
  88. package/esm2022/lib/model/LeadsFilter.mjs +24 -0
  89. package/esm2022/lib/model/Lesson.mjs +42 -0
  90. package/esm2022/lib/model/LessonSubjectCode.mjs +383 -0
  91. package/esm2022/lib/model/LessonTypeCode.mjs +59 -0
  92. package/esm2022/lib/model/LicenseKindFlag.mjs +63 -0
  93. package/esm2022/lib/model/LocalTime.mjs +7 -0
  94. package/esm2022/lib/model/Location.mjs +15 -0
  95. package/esm2022/lib/model/LogBookRecord.mjs +32 -0
  96. package/esm2022/lib/model/LoginParams.mjs +15 -0
  97. package/esm2022/lib/model/Lookup.mjs +19 -0
  98. package/esm2022/lib/model/LookupGroup.mjs +15 -0
  99. package/esm2022/lib/model/Magneto.mjs +18 -0
  100. package/esm2022/lib/model/Maintenance.mjs +28 -0
  101. package/esm2022/lib/model/MaintenanceActionCode.mjs +43 -0
  102. package/esm2022/lib/model/MaintenancesFilter.mjs +33 -0
  103. package/esm2022/lib/model/MedicalCertClassCode.mjs +31 -0
  104. package/esm2022/lib/model/MessageConfirm.mjs +20 -0
  105. package/esm2022/lib/model/MessageTypeCode.mjs +47 -0
  106. package/esm2022/lib/model/Metar.mjs +15 -0
  107. package/esm2022/lib/model/MetarReport.mjs +21 -0
  108. package/esm2022/lib/model/Mitigation.mjs +27 -0
  109. package/esm2022/lib/model/ModuleCode.mjs +71 -0
  110. package/esm2022/lib/model/Notification.mjs +18 -0
  111. package/esm2022/lib/model/NotificationTypeCode.mjs +39 -0
  112. package/esm2022/lib/model/OperatorCode.mjs +15 -0
  113. package/esm2022/lib/model/PaymentMethodCode.mjs +43 -0
  114. package/esm2022/lib/model/Permission.mjs +12 -0
  115. package/esm2022/lib/model/PermissionFlag.mjs +43 -0
  116. package/esm2022/lib/model/PilotQualificationsRisks.mjs +18 -0
  117. package/esm2022/lib/model/Point.mjs +12 -0
  118. package/esm2022/lib/model/PostFlightInfo.mjs +117 -0
  119. package/esm2022/lib/model/PreFlightInfo.mjs +99 -0
  120. package/esm2022/lib/model/Price.mjs +18 -0
  121. package/esm2022/lib/model/PriorityCode.mjs +35 -0
  122. package/esm2022/lib/model/Propeller.mjs +21 -0
  123. package/esm2022/lib/model/RiskAssessment.mjs +33 -0
  124. package/esm2022/lib/model/SimpleEntity.mjs +11 -0
  125. package/esm2022/lib/model/SpecialRisks.mjs +15 -0
  126. package/esm2022/lib/model/StatusCode.mjs +39 -0
  127. package/esm2022/lib/model/StorageItem.mjs +19 -0
  128. package/esm2022/lib/model/StringKeyValue.mjs +12 -0
  129. package/esm2022/lib/model/StudentSheet.mjs +32 -0
  130. package/esm2022/lib/model/Syllabus.mjs +20 -0
  131. package/esm2022/lib/model/SyllabusFilter.mjs +27 -0
  132. package/esm2022/lib/model/SyllabusStageCode.mjs +79 -0
  133. package/esm2022/lib/model/SyllabusTrack.mjs +36 -0
  134. package/esm2022/lib/model/SystemConfig.mjs +15 -0
  135. package/esm2022/lib/model/SystemMessage.mjs +19 -0
  136. package/esm2022/lib/model/TOLData.mjs +24 -0
  137. package/esm2022/lib/model/TafReport.mjs +21 -0
  138. package/esm2022/lib/model/TicketStatusCode.mjs +27 -0
  139. package/esm2022/lib/model/TimeDataPoint.mjs +12 -0
  140. package/esm2022/lib/model/TimeFrame.mjs +12 -0
  141. package/esm2022/lib/model/TimePeriodCode.mjs +39 -0
  142. package/esm2022/lib/model/TimeSeries.mjs +15 -0
  143. package/esm2022/lib/model/Timestamp.mjs +7 -0
  144. package/esm2022/lib/model/TokenData.mjs +18 -0
  145. package/esm2022/lib/model/TransactionTypeCode.mjs +47 -0
  146. package/esm2022/lib/model/TripRisks.mjs +21 -0
  147. package/esm2022/lib/model/Tuple.mjs +16 -0
  148. package/esm2022/lib/model/TypeRatingFlag.mjs +35 -0
  149. package/esm2022/lib/model/User.mjs +22 -0
  150. package/esm2022/lib/model/UserRoleFlag.mjs +51 -0
  151. package/esm2022/lib/model/UserStatusCode.mjs +35 -0
  152. package/esm2022/lib/model/UserTypeCode.mjs +35 -0
  153. package/esm2022/lib/model/UsersFilter.mjs +30 -0
  154. package/esm2022/lib/model/ValidationFlag.mjs +67 -0
  155. package/esm2022/lib/model/WBConfig.mjs +54 -0
  156. package/esm2022/lib/model/WeatherRisks.mjs +36 -0
  157. package/esm2022/lib/model/errorStruct.mjs +12 -0
  158. package/esm2022/lib/model/index.mjs +156 -0
  159. package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
  160. package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
  161. package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
  162. package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
  163. package/esm2022/lib/services/BookingsEndPoint.mjs +223 -0
  164. package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
  165. package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
  166. package/esm2022/lib/services/ContactsEndPoint.mjs +293 -0
  167. package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
  168. package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
  169. package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
  170. package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
  171. package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
  172. package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
  173. package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
  174. package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
  175. package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
  176. package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
  177. package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
  178. package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
  179. package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
  180. package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
  181. package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
  182. package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
  183. package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
  184. package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
  185. package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
  186. package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
  187. package/esm2022/lib/services/SyllabusEndPoint.mjs +95 -0
  188. package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
  189. package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
  190. package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
  191. package/esm2022/lib/services/UserEndPoint.mjs +35 -0
  192. package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
  193. package/esm2022/lib/services/index.mjs +35 -0
  194. package/esm2022/ngx-goox-lib.module.mjs +26 -0
  195. package/esm2022/public-api.mjs +8 -0
  196. package/esm2022/rest-utils.mjs +137 -0
  197. package/fesm2022/aya-flights-ngx-goox-lib.mjs +109 -109
  198. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  199. package/lib/services/AccountsEndPoint.d.ts +1 -1
  200. package/lib/services/CertificatesEndPoint.d.ts +1 -1
  201. package/lib/services/ContactsEndPoint.d.ts +2 -2
  202. package/lib/services/CreditsEndPoint.d.ts +1 -1
  203. package/lib/services/FlightsEndPoint.d.ts +1 -1
  204. package/lib/services/MaintenancesEndPoint.d.ts +1 -1
  205. package/lib/services/MyCertificatesEndPoint.d.ts +1 -1
  206. package/lib/services/MyFlightsEndPoint.d.ts +1 -1
  207. package/lib/services/MyInfoEndPoint.d.ts +1 -1
  208. package/lib/services/MyStudentsEndPoint.d.ts +2 -2
  209. package/package.json +6 -4
  210. package/rest-utils.d.ts +2 -2
@@ -5231,10 +5231,10 @@ class RestUtils {
5231
5231
  }
5232
5232
  return contentType;
5233
5233
  }
5234
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
5235
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
5235
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5236
5236
  }
5237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, decorators: [{
5237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, decorators: [{
5238
5238
  type: Injectable,
5239
5239
  args: [{
5240
5240
  providedIn: 'root'
@@ -5426,10 +5426,10 @@ class LeadsEndPoint {
5426
5426
  countBySource(year, month) {
5427
5427
  return this.rest.get(`${this.baseUrl}/count-by-source/${year}/${month}`);
5428
5428
  }
5429
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5430
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
5429
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5430
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
5431
5431
  }
5432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, decorators: [{
5432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, decorators: [{
5433
5433
  type: Injectable,
5434
5434
  args: [{
5435
5435
  providedIn: 'root'
@@ -5492,10 +5492,10 @@ class SystemConfigsEndPoint {
5492
5492
  }
5493
5493
  return this.rest.get(`${this.baseUrl}`, ...params);
5494
5494
  }
5495
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5496
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
5495
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5496
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
5497
5497
  }
5498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
5498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
5499
5499
  type: Injectable,
5500
5500
  args: [{
5501
5501
  providedIn: 'root'
@@ -5537,10 +5537,10 @@ class MyCreditsEndPoint {
5537
5537
  }
5538
5538
  return this.rest.get(`${this.baseUrl}`, ...params);
5539
5539
  }
5540
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5541
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
5540
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5541
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
5542
5542
  }
5543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
5543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
5544
5544
  type: Injectable,
5545
5545
  args: [{
5546
5546
  providedIn: 'root'
@@ -5825,10 +5825,10 @@ class ContactsEndPoint {
5825
5825
  syncStudentSyllabus(id) {
5826
5826
  return this.rest.post(`${this.baseUrl}/${id}/sync-syllabus`, '');
5827
5827
  }
5828
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5829
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
5828
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5829
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
5830
5830
  }
5831
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, decorators: [{
5831
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, decorators: [{
5832
5832
  type: Injectable,
5833
5833
  args: [{
5834
5834
  providedIn: 'root'
@@ -5924,10 +5924,10 @@ class MaintenancesEndPoint {
5924
5924
  deleteReference(id) {
5925
5925
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
5926
5926
  }
5927
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5928
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
5927
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5928
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
5929
5929
  }
5930
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
5930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
5931
5931
  type: Injectable,
5932
5932
  args: [{
5933
5933
  providedIn: 'root'
@@ -6015,10 +6015,10 @@ class GroupsEndPoint {
6015
6015
  }
6016
6016
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
6017
6017
  }
6018
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6019
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
6018
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6019
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
6020
6020
  }
6021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, decorators: [{
6021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, decorators: [{
6022
6022
  type: Injectable,
6023
6023
  args: [{
6024
6024
  providedIn: 'root'
@@ -6105,10 +6105,10 @@ class SyllabusEndPoint {
6105
6105
  syncStudentSyllabus(id) {
6106
6106
  return this.rest.post(`${this.baseUrl}/spl-plan/${id}/sync`, '');
6107
6107
  }
6108
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6109
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
6108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6109
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
6110
6110
  }
6111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, decorators: [{
6111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, decorators: [{
6112
6112
  type: Injectable,
6113
6113
  args: [{
6114
6114
  providedIn: 'root'
@@ -6134,10 +6134,10 @@ class SystemEndPoint {
6134
6134
  lookup(entity, id) {
6135
6135
  return this.rest.get(`${this.baseUrl}/lookup/${entity}/${id}`);
6136
6136
  }
6137
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6138
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
6137
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6138
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
6139
6139
  }
6140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, decorators: [{
6140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, decorators: [{
6141
6141
  type: Injectable,
6142
6142
  args: [{
6143
6143
  providedIn: 'root'
@@ -6234,10 +6234,10 @@ class SystemMessagesEndPoint {
6234
6234
  publish(id) {
6235
6235
  return this.rest.post(`${this.baseUrl}/${id}/publish`, '');
6236
6236
  }
6237
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6238
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
6237
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6238
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
6239
6239
  }
6240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
6240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
6241
6241
  type: Injectable,
6242
6242
  args: [{
6243
6243
  providedIn: 'root'
@@ -6279,10 +6279,10 @@ class MyInfoEndPoint {
6279
6279
  metar() {
6280
6280
  return this.rest.get(`${this.baseUrl}/metar`);
6281
6281
  }
6282
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6283
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
6282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6283
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
6284
6284
  }
6285
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, decorators: [{
6285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, decorators: [{
6286
6286
  type: Injectable,
6287
6287
  args: [{
6288
6288
  providedIn: 'root'
@@ -6336,10 +6336,10 @@ class MyStudentsEndPoint {
6336
6336
  downloadStudentSheetCsv(id) {
6337
6337
  return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
6338
6338
  }
6339
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6340
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
6339
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6340
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
6341
6341
  }
6342
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
6342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
6343
6343
  type: Injectable,
6344
6344
  args: [{
6345
6345
  providedIn: 'root'
@@ -6427,10 +6427,10 @@ class ContactsGroupsEndPoint {
6427
6427
  }
6428
6428
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
6429
6429
  }
6430
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6431
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
6430
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6431
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
6432
6432
  }
6433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
6433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
6434
6434
  type: Injectable,
6435
6435
  args: [{
6436
6436
  providedIn: 'root'
@@ -6526,10 +6526,10 @@ class MessageConfirmsEndPoint {
6526
6526
  confirmContactMessage(id, msgId) {
6527
6527
  return this.rest.post(`${this.baseUrl}/${id}/messages/${msgId}`, '');
6528
6528
  }
6529
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6530
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
6529
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6530
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
6531
6531
  }
6532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
6532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
6533
6533
  type: Injectable,
6534
6534
  args: [{
6535
6535
  providedIn: 'root'
@@ -6556,10 +6556,10 @@ class UserEndPoint {
6556
6556
  authorize(body) {
6557
6557
  return this.rest.post(`${this.baseUrl}/authorize`, typeof body === 'object' ? JSON.stringify(body) : body);
6558
6558
  }
6559
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6560
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
6559
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6560
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
6561
6561
  }
6562
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, decorators: [{
6562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, decorators: [{
6563
6563
  type: Injectable,
6564
6564
  args: [{
6565
6565
  providedIn: 'root'
@@ -6699,10 +6699,10 @@ class MyBookingsEndPoint {
6699
6699
  getAirplane(id) {
6700
6700
  return this.rest.get(`${this.baseUrl}/airplanes/${id}`);
6701
6701
  }
6702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6703
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
6702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6703
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
6704
6704
  }
6705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
6705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
6706
6706
  type: Injectable,
6707
6707
  args: [{
6708
6708
  providedIn: 'root'
@@ -6795,10 +6795,10 @@ class MyCertificatesEndPoint {
6795
6795
  deleteReference(id) {
6796
6796
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
6797
6797
  }
6798
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6799
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
6798
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6799
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
6800
6800
  }
6801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
6801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
6802
6802
  type: Injectable,
6803
6803
  args: [{
6804
6804
  providedIn: 'root'
@@ -6836,10 +6836,10 @@ class MyMessagesEndPoint {
6836
6836
  confirm(id) {
6837
6837
  return this.rest.post(`${this.baseUrl}/${id}`, '');
6838
6838
  }
6839
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6840
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
6839
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6840
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
6841
6841
  }
6842
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
6842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
6843
6843
  type: Injectable,
6844
6844
  args: [{
6845
6845
  providedIn: 'root'
@@ -6951,10 +6951,10 @@ class AuditLogsEndPoint {
6951
6951
  }
6952
6952
  return this.rest.get(`${this.baseUrl}/histogram`, ...params);
6953
6953
  }
6954
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6955
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
6954
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6955
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
6956
6956
  }
6957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
6957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
6958
6958
  type: Injectable,
6959
6959
  args: [{
6960
6960
  providedIn: 'root'
@@ -7050,10 +7050,10 @@ class CertificatesEndPoint {
7050
7050
  deleteReference(id) {
7051
7051
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
7052
7052
  }
7053
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7054
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
7053
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7054
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
7055
7055
  }
7056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, decorators: [{
7056
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, decorators: [{
7057
7057
  type: Injectable,
7058
7058
  args: [{
7059
7059
  providedIn: 'root'
@@ -7146,10 +7146,10 @@ class CreditsEndPoint {
7146
7146
  recalculateCreditsForFlights(accountId) {
7147
7147
  return this.rest.post(`${this.baseUrl}/fill-credits-for-flights/${accountId}`, '');
7148
7148
  }
7149
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7150
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
7149
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7150
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
7151
7151
  }
7152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, decorators: [{
7152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, decorators: [{
7153
7153
  type: Injectable,
7154
7154
  args: [{
7155
7155
  providedIn: 'root'
@@ -7221,10 +7221,10 @@ class FlightTicketsEndPoint {
7221
7221
  }
7222
7222
  return this.rest.get(`${this.baseUrl}`, ...params);
7223
7223
  }
7224
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7225
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
7224
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7225
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
7226
7226
  }
7227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
7227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
7228
7228
  type: Injectable,
7229
7229
  args: [{
7230
7230
  providedIn: 'root'
@@ -7303,10 +7303,10 @@ class LookupsEndPoint {
7303
7303
  }
7304
7304
  return this.rest.get(`${this.baseUrl}/group`, ...params);
7305
7305
  }
7306
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7307
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
7306
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7307
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
7308
7308
  }
7309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, decorators: [{
7309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, decorators: [{
7310
7310
  type: Injectable,
7311
7311
  args: [{
7312
7312
  providedIn: 'root'
@@ -7437,10 +7437,10 @@ class BookingSlotsEndPoint {
7437
7437
  }
7438
7438
  return this.rest.post(`${this.baseUrl}/unbook`, '', ...params);
7439
7439
  }
7440
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7441
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
7440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7441
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
7442
7442
  }
7443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
7443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
7444
7444
  type: Injectable,
7445
7445
  args: [{
7446
7446
  providedIn: 'root'
@@ -7621,10 +7621,10 @@ class AccountsEndPoint {
7621
7621
  }
7622
7622
  return this.rest.get(`${this.baseUrl}/${id}/documents`, ...params);
7623
7623
  }
7624
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7625
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
7624
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7625
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
7626
7626
  }
7627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, decorators: [{
7627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, decorators: [{
7628
7628
  type: Injectable,
7629
7629
  args: [{
7630
7630
  providedIn: 'root'
@@ -7812,10 +7812,10 @@ class AirplanesEndPoint {
7812
7812
  }
7813
7813
  return this.rest.get(`${this.baseUrl}/${id}/maintenance`, ...params);
7814
7814
  }
7815
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7816
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
7815
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7816
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
7817
7817
  }
7818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, decorators: [{
7818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, decorators: [{
7819
7819
  type: Injectable,
7820
7820
  args: [{
7821
7821
  providedIn: 'root'
@@ -7903,10 +7903,10 @@ class CampaignsEndPoint {
7903
7903
  }
7904
7904
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
7905
7905
  }
7906
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7907
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
7906
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7907
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
7908
7908
  }
7909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, decorators: [{
7909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, decorators: [{
7910
7910
  type: Injectable,
7911
7911
  args: [{
7912
7912
  providedIn: 'root'
@@ -8007,10 +8007,10 @@ class DocumentsEndPoint {
8007
8007
  }
8008
8008
  return this.rest.get(`${this.baseUrl}/library`, ...params);
8009
8009
  }
8010
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8011
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
8010
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8011
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
8012
8012
  }
8013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, decorators: [{
8013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, decorators: [{
8014
8014
  type: Injectable,
8015
8015
  args: [{
8016
8016
  providedIn: 'root'
@@ -8116,10 +8116,10 @@ class UsersEndPoint {
8116
8116
  groupsLookup() {
8117
8117
  return this.rest.get(`${this.baseUrl}/groups-lookup`);
8118
8118
  }
8119
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8120
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
8119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8120
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
8121
8121
  }
8122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, decorators: [{
8122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, decorators: [{
8123
8123
  type: Injectable,
8124
8124
  args: [{
8125
8125
  providedIn: 'root'
@@ -8169,10 +8169,10 @@ class MyAuthEndPoint {
8169
8169
  getNotifications() {
8170
8170
  return this.rest.get(`${this.baseUrl}/notifications`);
8171
8171
  }
8172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8173
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
8172
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8173
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
8174
8174
  }
8175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, decorators: [{
8175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, decorators: [{
8176
8176
  type: Injectable,
8177
8177
  args: [{
8178
8178
  providedIn: 'root'
@@ -8244,10 +8244,10 @@ class PriceListEndPoint {
8244
8244
  }
8245
8245
  return this.rest.get(`${this.baseUrl}`, ...params);
8246
8246
  }
8247
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8248
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
8247
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8248
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
8249
8249
  }
8250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, decorators: [{
8250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, decorators: [{
8251
8251
  type: Injectable,
8252
8252
  args: [{
8253
8253
  providedIn: 'root'
@@ -8462,10 +8462,10 @@ class BookingsEndPoint {
8462
8462
  releaseSlot(id) {
8463
8463
  return this.rest.delete(`${this.baseUrl}/${id}/release-patterns-slot`);
8464
8464
  }
8465
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8466
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
8465
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8466
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
8467
8467
  }
8468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, decorators: [{
8468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, decorators: [{
8469
8469
  type: Injectable,
8470
8470
  args: [{
8471
8471
  providedIn: 'root'
@@ -8515,10 +8515,10 @@ class McpToolsEndPoint {
8515
8515
  }
8516
8516
  return this.rest.get(`${this.baseUrl}/airplanes-lookup`, ...params);
8517
8517
  }
8518
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8519
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
8518
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8519
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
8520
8520
  }
8521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, decorators: [{
8521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, decorators: [{
8522
8522
  type: Injectable,
8523
8523
  args: [{
8524
8524
  providedIn: 'root'
@@ -8647,10 +8647,10 @@ class MyFlightsEndPoint {
8647
8647
  downloadStudentSheetXlsx() {
8648
8648
  return this.rest.download(`export`, `${this.baseUrl}student-sheet/xlsx`);
8649
8649
  }
8650
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8651
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
8650
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8651
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
8652
8652
  }
8653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
8653
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
8654
8654
  type: Injectable,
8655
8655
  args: [{
8656
8656
  providedIn: 'root'
@@ -8977,10 +8977,10 @@ class FlightsEndPoint {
8977
8977
  setPostFlight(body) {
8978
8978
  return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
8979
8979
  }
8980
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8981
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
8980
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8981
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
8982
8982
  }
8983
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, decorators: [{
8983
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, decorators: [{
8984
8984
  type: Injectable,
8985
8985
  args: [{
8986
8986
  providedIn: 'root'
@@ -9000,11 +9000,11 @@ class NgxGooxLibModule {
9000
9000
  ]
9001
9001
  };
9002
9002
  }
9003
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9004
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
9005
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
9003
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9004
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
9005
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
9006
9006
  }
9007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, decorators: [{
9007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, decorators: [{
9008
9008
  type: NgModule,
9009
9009
  args: [{
9010
9010
  imports: [CommonModule]