@aya-flights/ngx-goox-lib 2.20.13-ang-19 → 2.20.13-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 (211) 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 +29 -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 +45 -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 +22 -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/SyllabusTopic.mjs +21 -0
  134. package/esm2022/lib/model/SyllabusTrack.mjs +27 -0
  135. package/esm2022/lib/model/SystemConfig.mjs +15 -0
  136. package/esm2022/lib/model/SystemMessage.mjs +19 -0
  137. package/esm2022/lib/model/TOLData.mjs +24 -0
  138. package/esm2022/lib/model/TafReport.mjs +21 -0
  139. package/esm2022/lib/model/TicketStatusCode.mjs +27 -0
  140. package/esm2022/lib/model/TimeDataPoint.mjs +12 -0
  141. package/esm2022/lib/model/TimeFrame.mjs +12 -0
  142. package/esm2022/lib/model/TimePeriodCode.mjs +39 -0
  143. package/esm2022/lib/model/TimeSeries.mjs +15 -0
  144. package/esm2022/lib/model/Timestamp.mjs +7 -0
  145. package/esm2022/lib/model/TokenData.mjs +18 -0
  146. package/esm2022/lib/model/TransactionTypeCode.mjs +47 -0
  147. package/esm2022/lib/model/TripRisks.mjs +21 -0
  148. package/esm2022/lib/model/Tuple.mjs +16 -0
  149. package/esm2022/lib/model/TypeRatingFlag.mjs +35 -0
  150. package/esm2022/lib/model/User.mjs +22 -0
  151. package/esm2022/lib/model/UserRoleFlag.mjs +51 -0
  152. package/esm2022/lib/model/UserStatusCode.mjs +35 -0
  153. package/esm2022/lib/model/UserTypeCode.mjs +35 -0
  154. package/esm2022/lib/model/UsersFilter.mjs +30 -0
  155. package/esm2022/lib/model/ValidationFlag.mjs +67 -0
  156. package/esm2022/lib/model/WBConfig.mjs +54 -0
  157. package/esm2022/lib/model/WeatherRisks.mjs +36 -0
  158. package/esm2022/lib/model/errorStruct.mjs +12 -0
  159. package/esm2022/lib/model/index.mjs +157 -0
  160. package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
  161. package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
  162. package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
  163. package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
  164. package/esm2022/lib/services/BookingsEndPoint.mjs +223 -0
  165. package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
  166. package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
  167. package/esm2022/lib/services/ContactsEndPoint.mjs +281 -0
  168. package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
  169. package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
  170. package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
  171. package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
  172. package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
  173. package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
  174. package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
  175. package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
  176. package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
  177. package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
  178. package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
  179. package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
  180. package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
  181. package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
  182. package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
  183. package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
  184. package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
  185. package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
  186. package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
  187. package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
  188. package/esm2022/lib/services/SyllabusEndPoint.mjs +95 -0
  189. package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
  190. package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
  191. package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
  192. package/esm2022/lib/services/UserEndPoint.mjs +35 -0
  193. package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
  194. package/esm2022/lib/services/index.mjs +35 -0
  195. package/esm2022/ngx-goox-lib.module.mjs +26 -0
  196. package/esm2022/public-api.mjs +8 -0
  197. package/esm2022/rest-utils.mjs +137 -0
  198. package/fesm2022/aya-flights-ngx-goox-lib.mjs +109 -109
  199. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  200. package/lib/services/AccountsEndPoint.d.ts +1 -1
  201. package/lib/services/CertificatesEndPoint.d.ts +1 -1
  202. package/lib/services/ContactsEndPoint.d.ts +2 -2
  203. package/lib/services/CreditsEndPoint.d.ts +1 -1
  204. package/lib/services/FlightsEndPoint.d.ts +1 -1
  205. package/lib/services/MaintenancesEndPoint.d.ts +1 -1
  206. package/lib/services/MyCertificatesEndPoint.d.ts +1 -1
  207. package/lib/services/MyFlightsEndPoint.d.ts +1 -1
  208. package/lib/services/MyInfoEndPoint.d.ts +1 -1
  209. package/lib/services/MyStudentsEndPoint.d.ts +2 -2
  210. package/package.json +6 -4
  211. package/rest-utils.d.ts +2 -2
@@ -5235,10 +5235,10 @@ class RestUtils {
5235
5235
  }
5236
5236
  return contentType;
5237
5237
  }
5238
- 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 }); }
5239
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5238
+ 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 }); }
5239
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5240
5240
  }
5241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, decorators: [{
5241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, decorators: [{
5242
5242
  type: Injectable,
5243
5243
  args: [{
5244
5244
  providedIn: 'root'
@@ -5375,10 +5375,10 @@ class MyBookingsEndPoint {
5375
5375
  getAirplane(id) {
5376
5376
  return this.rest.get(`${this.baseUrl}/airplanes/${id}`);
5377
5377
  }
5378
- 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 }); }
5379
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
5378
+ 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 }); }
5379
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
5380
5380
  }
5381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
5381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
5382
5382
  type: Injectable,
5383
5383
  args: [{
5384
5384
  providedIn: 'root'
@@ -5466,10 +5466,10 @@ class CampaignsEndPoint {
5466
5466
  }
5467
5467
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
5468
5468
  }
5469
- 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 }); }
5470
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
5469
+ 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 }); }
5470
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
5471
5471
  }
5472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, decorators: [{
5472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, decorators: [{
5473
5473
  type: Injectable,
5474
5474
  args: [{
5475
5475
  providedIn: 'root'
@@ -5570,10 +5570,10 @@ class DocumentsEndPoint {
5570
5570
  }
5571
5571
  return this.rest.get(`${this.baseUrl}/library`, ...params);
5572
5572
  }
5573
- 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 }); }
5574
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
5573
+ 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 }); }
5574
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
5575
5575
  }
5576
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, decorators: [{
5576
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, decorators: [{
5577
5577
  type: Injectable,
5578
5578
  args: [{
5579
5579
  providedIn: 'root'
@@ -5660,10 +5660,10 @@ class SyllabusEndPoint {
5660
5660
  syncStudentSyllabus(id) {
5661
5661
  return this.rest.post(`${this.baseUrl}/spl-plan/${id}/sync`, '');
5662
5662
  }
5663
- 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 }); }
5664
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
5663
+ 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 }); }
5664
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
5665
5665
  }
5666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, decorators: [{
5666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, decorators: [{
5667
5667
  type: Injectable,
5668
5668
  args: [{
5669
5669
  providedIn: 'root'
@@ -5690,10 +5690,10 @@ class UserEndPoint {
5690
5690
  authorize(body) {
5691
5691
  return this.rest.post(`${this.baseUrl}/authorize`, typeof body === 'object' ? JSON.stringify(body) : body);
5692
5692
  }
5693
- 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 }); }
5694
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
5693
+ 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 }); }
5694
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
5695
5695
  }
5696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, decorators: [{
5696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, decorators: [{
5697
5697
  type: Injectable,
5698
5698
  args: [{
5699
5699
  providedIn: 'root'
@@ -5743,10 +5743,10 @@ class MyAuthEndPoint {
5743
5743
  getNotifications() {
5744
5744
  return this.rest.get(`${this.baseUrl}/notifications`);
5745
5745
  }
5746
- 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 }); }
5747
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
5746
+ 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 }); }
5747
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
5748
5748
  }
5749
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, decorators: [{
5749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, decorators: [{
5750
5750
  type: Injectable,
5751
5751
  args: [{
5752
5752
  providedIn: 'root'
@@ -5875,10 +5875,10 @@ class MyFlightsEndPoint {
5875
5875
  downloadStudentSheetXlsx() {
5876
5876
  return this.rest.download(`export`, `${this.baseUrl}student-sheet/xlsx`);
5877
5877
  }
5878
- 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 }); }
5879
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
5878
+ 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 }); }
5879
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
5880
5880
  }
5881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
5881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
5882
5882
  type: Injectable,
5883
5883
  args: [{
5884
5884
  providedIn: 'root'
@@ -5916,10 +5916,10 @@ class MyMessagesEndPoint {
5916
5916
  confirm(id) {
5917
5917
  return this.rest.post(`${this.baseUrl}/${id}`, '');
5918
5918
  }
5919
- 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 }); }
5920
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
5919
+ 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 }); }
5920
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
5921
5921
  }
5922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
5922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
5923
5923
  type: Injectable,
5924
5924
  args: [{
5925
5925
  providedIn: 'root'
@@ -5973,10 +5973,10 @@ class MyStudentsEndPoint {
5973
5973
  downloadStudentSheetCsv(id) {
5974
5974
  return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
5975
5975
  }
5976
- 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 }); }
5977
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
5976
+ 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 }); }
5977
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
5978
5978
  }
5979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
5979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
5980
5980
  type: Injectable,
5981
5981
  args: [{
5982
5982
  providedIn: 'root'
@@ -6164,10 +6164,10 @@ class AirplanesEndPoint {
6164
6164
  }
6165
6165
  return this.rest.get(`${this.baseUrl}/${id}/maintenance`, ...params);
6166
6166
  }
6167
- 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 }); }
6168
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
6167
+ 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 }); }
6168
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
6169
6169
  }
6170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, decorators: [{
6170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, decorators: [{
6171
6171
  type: Injectable,
6172
6172
  args: [{
6173
6173
  providedIn: 'root'
@@ -6255,10 +6255,10 @@ class GroupsEndPoint {
6255
6255
  }
6256
6256
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
6257
6257
  }
6258
- 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 }); }
6259
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
6258
+ 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 }); }
6259
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
6260
6260
  }
6261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, decorators: [{
6261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, decorators: [{
6262
6262
  type: Injectable,
6263
6263
  args: [{
6264
6264
  providedIn: 'root'
@@ -6337,10 +6337,10 @@ class LookupsEndPoint {
6337
6337
  }
6338
6338
  return this.rest.get(`${this.baseUrl}/group`, ...params);
6339
6339
  }
6340
- 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 }); }
6341
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
6340
+ 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 }); }
6341
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
6342
6342
  }
6343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, decorators: [{
6343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, decorators: [{
6344
6344
  type: Injectable,
6345
6345
  args: [{
6346
6346
  providedIn: 'root'
@@ -6366,10 +6366,10 @@ class SystemEndPoint {
6366
6366
  lookup(entity, id) {
6367
6367
  return this.rest.get(`${this.baseUrl}/lookup/${entity}/${id}`);
6368
6368
  }
6369
- 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 }); }
6370
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
6369
+ 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 }); }
6370
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
6371
6371
  }
6372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, decorators: [{
6372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, decorators: [{
6373
6373
  type: Injectable,
6374
6374
  args: [{
6375
6375
  providedIn: 'root'
@@ -6411,10 +6411,10 @@ class MyCreditsEndPoint {
6411
6411
  }
6412
6412
  return this.rest.get(`${this.baseUrl}`, ...params);
6413
6413
  }
6414
- 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 }); }
6415
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
6414
+ 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 }); }
6415
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
6416
6416
  }
6417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
6417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
6418
6418
  type: Injectable,
6419
6419
  args: [{
6420
6420
  providedIn: 'root'
@@ -6595,10 +6595,10 @@ class AccountsEndPoint {
6595
6595
  }
6596
6596
  return this.rest.get(`${this.baseUrl}/${id}/documents`, ...params);
6597
6597
  }
6598
- 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 }); }
6599
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
6598
+ 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 }); }
6599
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
6600
6600
  }
6601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, decorators: [{
6601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, decorators: [{
6602
6602
  type: Injectable,
6603
6603
  args: [{
6604
6604
  providedIn: 'root'
@@ -6670,10 +6670,10 @@ class FlightTicketsEndPoint {
6670
6670
  }
6671
6671
  return this.rest.get(`${this.baseUrl}`, ...params);
6672
6672
  }
6673
- 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 }); }
6674
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
6673
+ 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 }); }
6674
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
6675
6675
  }
6676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
6676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
6677
6677
  type: Injectable,
6678
6678
  args: [{
6679
6679
  providedIn: 'root'
@@ -6779,10 +6779,10 @@ class UsersEndPoint {
6779
6779
  groupsLookup() {
6780
6780
  return this.rest.get(`${this.baseUrl}/groups-lookup`);
6781
6781
  }
6782
- 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 }); }
6783
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
6782
+ 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 }); }
6783
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
6784
6784
  }
6785
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, decorators: [{
6785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, decorators: [{
6786
6786
  type: Injectable,
6787
6787
  args: [{
6788
6788
  providedIn: 'root'
@@ -6875,10 +6875,10 @@ class MyCertificatesEndPoint {
6875
6875
  deleteReference(id) {
6876
6876
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
6877
6877
  }
6878
- 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 }); }
6879
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
6878
+ 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 }); }
6879
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
6880
6880
  }
6881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
6881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
6882
6882
  type: Injectable,
6883
6883
  args: [{
6884
6884
  providedIn: 'root'
@@ -6928,10 +6928,10 @@ class McpToolsEndPoint {
6928
6928
  }
6929
6929
  return this.rest.get(`${this.baseUrl}/airplanes-lookup`, ...params);
6930
6930
  }
6931
- 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 }); }
6932
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
6931
+ 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 }); }
6932
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
6933
6933
  }
6934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, decorators: [{
6934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, decorators: [{
6935
6935
  type: Injectable,
6936
6936
  args: [{
6937
6937
  providedIn: 'root'
@@ -7062,10 +7062,10 @@ class BookingSlotsEndPoint {
7062
7062
  }
7063
7063
  return this.rest.post(`${this.baseUrl}/unbook`, '', ...params);
7064
7064
  }
7065
- 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 }); }
7066
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
7065
+ 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 }); }
7066
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
7067
7067
  }
7068
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
7068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
7069
7069
  type: Injectable,
7070
7070
  args: [{
7071
7071
  providedIn: 'root'
@@ -7161,10 +7161,10 @@ class CertificatesEndPoint {
7161
7161
  deleteReference(id) {
7162
7162
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
7163
7163
  }
7164
- 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 }); }
7165
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
7164
+ 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 }); }
7165
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
7166
7166
  }
7167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, decorators: [{
7167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, decorators: [{
7168
7168
  type: Injectable,
7169
7169
  args: [{
7170
7170
  providedIn: 'root'
@@ -7257,10 +7257,10 @@ class CreditsEndPoint {
7257
7257
  recalculateCreditsForFlights(accountId) {
7258
7258
  return this.rest.post(`${this.baseUrl}/fill-credits-for-flights/${accountId}`, '');
7259
7259
  }
7260
- 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 }); }
7261
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
7260
+ 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 }); }
7261
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
7262
7262
  }
7263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, decorators: [{
7263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, decorators: [{
7264
7264
  type: Injectable,
7265
7265
  args: [{
7266
7266
  providedIn: 'root'
@@ -7475,10 +7475,10 @@ class BookingsEndPoint {
7475
7475
  releaseSlot(id) {
7476
7476
  return this.rest.delete(`${this.baseUrl}/${id}/release-patterns-slot`);
7477
7477
  }
7478
- 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 }); }
7479
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
7478
+ 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 }); }
7479
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
7480
7480
  }
7481
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, decorators: [{
7481
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, decorators: [{
7482
7482
  type: Injectable,
7483
7483
  args: [{
7484
7484
  providedIn: 'root'
@@ -7751,10 +7751,10 @@ class ContactsEndPoint {
7751
7751
  }
7752
7752
  return this.rest.get(`${this.baseUrl}/${id}/sheet`, ...params);
7753
7753
  }
7754
- 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 }); }
7755
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
7754
+ 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 }); }
7755
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
7756
7756
  }
7757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, decorators: [{
7757
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, decorators: [{
7758
7758
  type: Injectable,
7759
7759
  args: [{
7760
7760
  providedIn: 'root'
@@ -8081,10 +8081,10 @@ class FlightsEndPoint {
8081
8081
  setPostFlight(body) {
8082
8082
  return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
8083
8083
  }
8084
- 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 }); }
8085
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
8084
+ 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 }); }
8085
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
8086
8086
  }
8087
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, decorators: [{
8087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, decorators: [{
8088
8088
  type: Injectable,
8089
8089
  args: [{
8090
8090
  providedIn: 'root'
@@ -8180,10 +8180,10 @@ class MaintenancesEndPoint {
8180
8180
  deleteReference(id) {
8181
8181
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
8182
8182
  }
8183
- 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 }); }
8184
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
8183
+ 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 }); }
8184
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
8185
8185
  }
8186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
8186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
8187
8187
  type: Injectable,
8188
8188
  args: [{
8189
8189
  providedIn: 'root'
@@ -8246,10 +8246,10 @@ class SystemConfigsEndPoint {
8246
8246
  }
8247
8247
  return this.rest.get(`${this.baseUrl}`, ...params);
8248
8248
  }
8249
- 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 }); }
8250
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
8249
+ 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 }); }
8250
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
8251
8251
  }
8252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
8252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
8253
8253
  type: Injectable,
8254
8254
  args: [{
8255
8255
  providedIn: 'root'
@@ -8361,10 +8361,10 @@ class AuditLogsEndPoint {
8361
8361
  }
8362
8362
  return this.rest.get(`${this.baseUrl}/histogram`, ...params);
8363
8363
  }
8364
- 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 }); }
8365
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
8364
+ 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 }); }
8365
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
8366
8366
  }
8367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
8367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
8368
8368
  type: Injectable,
8369
8369
  args: [{
8370
8370
  providedIn: 'root'
@@ -8436,10 +8436,10 @@ class PriceListEndPoint {
8436
8436
  }
8437
8437
  return this.rest.get(`${this.baseUrl}`, ...params);
8438
8438
  }
8439
- 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 }); }
8440
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
8439
+ 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 }); }
8440
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
8441
8441
  }
8442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, decorators: [{
8442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, decorators: [{
8443
8443
  type: Injectable,
8444
8444
  args: [{
8445
8445
  providedIn: 'root'
@@ -8536,10 +8536,10 @@ class SystemMessagesEndPoint {
8536
8536
  publish(id) {
8537
8537
  return this.rest.post(`${this.baseUrl}/${id}/publish`, '');
8538
8538
  }
8539
- 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 }); }
8540
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
8539
+ 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 }); }
8540
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
8541
8541
  }
8542
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
8542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
8543
8543
  type: Injectable,
8544
8544
  args: [{
8545
8545
  providedIn: 'root'
@@ -8581,10 +8581,10 @@ class MyInfoEndPoint {
8581
8581
  metar() {
8582
8582
  return this.rest.get(`${this.baseUrl}/metar`);
8583
8583
  }
8584
- 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 }); }
8585
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
8584
+ 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 }); }
8585
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
8586
8586
  }
8587
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, decorators: [{
8587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, decorators: [{
8588
8588
  type: Injectable,
8589
8589
  args: [{
8590
8590
  providedIn: 'root'
@@ -8672,10 +8672,10 @@ class ContactsGroupsEndPoint {
8672
8672
  }
8673
8673
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
8674
8674
  }
8675
- 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 }); }
8676
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
8675
+ 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 }); }
8676
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
8677
8677
  }
8678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
8678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
8679
8679
  type: Injectable,
8680
8680
  args: [{
8681
8681
  providedIn: 'root'
@@ -8870,10 +8870,10 @@ class LeadsEndPoint {
8870
8870
  countBySource(year, month) {
8871
8871
  return this.rest.get(`${this.baseUrl}/count-by-source/${year}/${month}`);
8872
8872
  }
8873
- 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 }); }
8874
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
8873
+ 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 }); }
8874
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
8875
8875
  }
8876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, decorators: [{
8876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, decorators: [{
8877
8877
  type: Injectable,
8878
8878
  args: [{
8879
8879
  providedIn: 'root'
@@ -8969,10 +8969,10 @@ class MessageConfirmsEndPoint {
8969
8969
  confirmContactMessage(id, msgId) {
8970
8970
  return this.rest.post(`${this.baseUrl}/${id}/messages/${msgId}`, '');
8971
8971
  }
8972
- 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 }); }
8973
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
8972
+ 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 }); }
8973
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
8974
8974
  }
8975
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
8975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
8976
8976
  type: Injectable,
8977
8977
  args: [{
8978
8978
  providedIn: 'root'
@@ -8992,11 +8992,11 @@ class NgxGooxLibModule {
8992
8992
  ]
8993
8993
  };
8994
8994
  }
8995
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8996
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8997
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8995
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8996
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8997
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8998
8998
  }
8999
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, decorators: [{
8999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, decorators: [{
9000
9000
  type: NgModule,
9001
9001
  args: [{
9002
9002
  imports: [CommonModule]