@aya-flights/ngx-goox-lib 2.20.7-ang-19 → 2.20.7-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 (208) 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 +27 -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 +50 -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/Syllabus.mjs +20 -0
  130. package/esm2022/lib/model/SyllabusFilter.mjs +27 -0
  131. package/esm2022/lib/model/SyllabusTrack.mjs +19 -0
  132. package/esm2022/lib/model/SystemConfig.mjs +15 -0
  133. package/esm2022/lib/model/SystemMessage.mjs +19 -0
  134. package/esm2022/lib/model/TOLData.mjs +24 -0
  135. package/esm2022/lib/model/TafReport.mjs +21 -0
  136. package/esm2022/lib/model/TicketStatusCode.mjs +27 -0
  137. package/esm2022/lib/model/TimeDataPoint.mjs +12 -0
  138. package/esm2022/lib/model/TimeFrame.mjs +12 -0
  139. package/esm2022/lib/model/TimePeriodCode.mjs +39 -0
  140. package/esm2022/lib/model/TimeSeries.mjs +15 -0
  141. package/esm2022/lib/model/Timestamp.mjs +7 -0
  142. package/esm2022/lib/model/TokenData.mjs +18 -0
  143. package/esm2022/lib/model/TransactionTypeCode.mjs +47 -0
  144. package/esm2022/lib/model/TripRisks.mjs +21 -0
  145. package/esm2022/lib/model/Tuple.mjs +16 -0
  146. package/esm2022/lib/model/TypeRatingFlag.mjs +35 -0
  147. package/esm2022/lib/model/User.mjs +22 -0
  148. package/esm2022/lib/model/UserRoleFlag.mjs +51 -0
  149. package/esm2022/lib/model/UserStatusCode.mjs +35 -0
  150. package/esm2022/lib/model/UserTypeCode.mjs +35 -0
  151. package/esm2022/lib/model/UsersFilter.mjs +30 -0
  152. package/esm2022/lib/model/ValidationFlag.mjs +67 -0
  153. package/esm2022/lib/model/WBConfig.mjs +54 -0
  154. package/esm2022/lib/model/WeatherRisks.mjs +36 -0
  155. package/esm2022/lib/model/errorStruct.mjs +12 -0
  156. package/esm2022/lib/model/index.mjs +154 -0
  157. package/esm2022/lib/services/AccountsEndPoint.mjs +189 -0
  158. package/esm2022/lib/services/AirplanesEndPoint.mjs +196 -0
  159. package/esm2022/lib/services/AuditLogsEndPoint.mjs +120 -0
  160. package/esm2022/lib/services/BookingSlotsEndPoint.mjs +139 -0
  161. package/esm2022/lib/services/BookingsEndPoint.mjs +223 -0
  162. package/esm2022/lib/services/CampaignsEndPoint.mjs +96 -0
  163. package/esm2022/lib/services/CertificatesEndPoint.mjs +104 -0
  164. package/esm2022/lib/services/ContactsEndPoint.mjs +271 -0
  165. package/esm2022/lib/services/ContactsGroupsEndPoint.mjs +96 -0
  166. package/esm2022/lib/services/CreditsEndPoint.mjs +101 -0
  167. package/esm2022/lib/services/DocumentsEndPoint.mjs +109 -0
  168. package/esm2022/lib/services/FlightTicketsEndPoint.mjs +80 -0
  169. package/esm2022/lib/services/FlightsEndPoint.mjs +335 -0
  170. package/esm2022/lib/services/GroupsEndPoint.mjs +96 -0
  171. package/esm2022/lib/services/LeadsEndPoint.mjs +203 -0
  172. package/esm2022/lib/services/LookupsEndPoint.mjs +87 -0
  173. package/esm2022/lib/services/MaintenancesEndPoint.mjs +104 -0
  174. package/esm2022/lib/services/McpToolsEndPoint.mjs +58 -0
  175. package/esm2022/lib/services/MessageConfirmsEndPoint.mjs +104 -0
  176. package/esm2022/lib/services/MyAuthEndPoint.mjs +58 -0
  177. package/esm2022/lib/services/MyBookingsEndPoint.mjs +148 -0
  178. package/esm2022/lib/services/MyCertificatesEndPoint.mjs +101 -0
  179. package/esm2022/lib/services/MyCreditsEndPoint.mjs +50 -0
  180. package/esm2022/lib/services/MyFlightsEndPoint.mjs +137 -0
  181. package/esm2022/lib/services/MyInfoEndPoint.mjs +50 -0
  182. package/esm2022/lib/services/MyMessagesEndPoint.mjs +46 -0
  183. package/esm2022/lib/services/MyStudentsEndPoint.mjs +62 -0
  184. package/esm2022/lib/services/PriceListEndPoint.mjs +80 -0
  185. package/esm2022/lib/services/SyllabusEndPoint.mjs +89 -0
  186. package/esm2022/lib/services/SystemConfigsEndPoint.mjs +71 -0
  187. package/esm2022/lib/services/SystemEndPoint.mjs +34 -0
  188. package/esm2022/lib/services/SystemMessagesEndPoint.mjs +105 -0
  189. package/esm2022/lib/services/UserEndPoint.mjs +35 -0
  190. package/esm2022/lib/services/UsersEndPoint.mjs +114 -0
  191. package/esm2022/lib/services/index.mjs +35 -0
  192. package/esm2022/ngx-goox-lib.module.mjs +26 -0
  193. package/esm2022/public-api.mjs +8 -0
  194. package/esm2022/rest-utils.mjs +137 -0
  195. package/fesm2022/aya-flights-ngx-goox-lib.mjs +109 -109
  196. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  197. package/lib/services/AccountsEndPoint.d.ts +1 -1
  198. package/lib/services/CertificatesEndPoint.d.ts +1 -1
  199. package/lib/services/ContactsEndPoint.d.ts +2 -2
  200. package/lib/services/CreditsEndPoint.d.ts +1 -1
  201. package/lib/services/FlightsEndPoint.d.ts +1 -1
  202. package/lib/services/MaintenancesEndPoint.d.ts +1 -1
  203. package/lib/services/MyCertificatesEndPoint.d.ts +1 -1
  204. package/lib/services/MyFlightsEndPoint.d.ts +1 -1
  205. package/lib/services/MyInfoEndPoint.d.ts +1 -1
  206. package/lib/services/MyStudentsEndPoint.d.ts +2 -2
  207. package/package.json +6 -4
  208. package/rest-utils.d.ts +2 -2
@@ -5108,10 +5108,10 @@ class RestUtils {
5108
5108
  }
5109
5109
  return contentType;
5110
5110
  }
5111
- 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 }); }
5112
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5111
+ 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 }); }
5112
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
5113
5113
  }
5114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: RestUtils, decorators: [{
5114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RestUtils, decorators: [{
5115
5115
  type: Injectable,
5116
5116
  args: [{
5117
5117
  providedIn: 'root'
@@ -5146,10 +5146,10 @@ class MyMessagesEndPoint {
5146
5146
  confirm(id) {
5147
5147
  return this.rest.post(`${this.baseUrl}/${id}`, '');
5148
5148
  }
5149
- 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 }); }
5150
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
5149
+ 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 }); }
5150
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, providedIn: 'root' }); }
5151
5151
  }
5152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
5152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyMessagesEndPoint, decorators: [{
5153
5153
  type: Injectable,
5154
5154
  args: [{
5155
5155
  providedIn: 'root'
@@ -5203,10 +5203,10 @@ class MyStudentsEndPoint {
5203
5203
  downloadStudentSheetCsv(id) {
5204
5204
  return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
5205
5205
  }
5206
- 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 }); }
5207
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
5206
+ 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 }); }
5207
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, providedIn: 'root' }); }
5208
5208
  }
5209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
5209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyStudentsEndPoint, decorators: [{
5210
5210
  type: Injectable,
5211
5211
  args: [{
5212
5212
  providedIn: 'root'
@@ -5256,10 +5256,10 @@ class McpToolsEndPoint {
5256
5256
  }
5257
5257
  return this.rest.get(`${this.baseUrl}/airplanes-lookup`, ...params);
5258
5258
  }
5259
- 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 }); }
5260
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
5259
+ 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 }); }
5260
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, providedIn: 'root' }); }
5261
5261
  }
5262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: McpToolsEndPoint, decorators: [{
5262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: McpToolsEndPoint, decorators: [{
5263
5263
  type: Injectable,
5264
5264
  args: [{
5265
5265
  providedIn: 'root'
@@ -5309,10 +5309,10 @@ class MyAuthEndPoint {
5309
5309
  getNotifications() {
5310
5310
  return this.rest.get(`${this.baseUrl}/notifications`);
5311
5311
  }
5312
- 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 }); }
5313
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
5312
+ 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 }); }
5313
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, providedIn: 'root' }); }
5314
5314
  }
5315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyAuthEndPoint, decorators: [{
5315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyAuthEndPoint, decorators: [{
5316
5316
  type: Injectable,
5317
5317
  args: [{
5318
5318
  providedIn: 'root'
@@ -5493,10 +5493,10 @@ class AccountsEndPoint {
5493
5493
  }
5494
5494
  return this.rest.get(`${this.baseUrl}/${id}/documents`, ...params);
5495
5495
  }
5496
- 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 }); }
5497
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
5496
+ 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 }); }
5497
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, providedIn: 'root' }); }
5498
5498
  }
5499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AccountsEndPoint, decorators: [{
5499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AccountsEndPoint, decorators: [{
5500
5500
  type: Injectable,
5501
5501
  args: [{
5502
5502
  providedIn: 'root'
@@ -5584,10 +5584,10 @@ class ContactsGroupsEndPoint {
5584
5584
  }
5585
5585
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
5586
5586
  }
5587
- 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 }); }
5588
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
5587
+ 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 }); }
5588
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, providedIn: 'root' }); }
5589
5589
  }
5590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
5590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsGroupsEndPoint, decorators: [{
5591
5591
  type: Injectable,
5592
5592
  args: [{
5593
5593
  providedIn: 'root'
@@ -5666,10 +5666,10 @@ class LookupsEndPoint {
5666
5666
  }
5667
5667
  return this.rest.get(`${this.baseUrl}/group`, ...params);
5668
5668
  }
5669
- 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 }); }
5670
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
5669
+ 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 }); }
5670
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, providedIn: 'root' }); }
5671
5671
  }
5672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LookupsEndPoint, decorators: [{
5672
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LookupsEndPoint, decorators: [{
5673
5673
  type: Injectable,
5674
5674
  args: [{
5675
5675
  providedIn: 'root'
@@ -5775,10 +5775,10 @@ class UsersEndPoint {
5775
5775
  groupsLookup() {
5776
5776
  return this.rest.get(`${this.baseUrl}/groups-lookup`);
5777
5777
  }
5778
- 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 }); }
5779
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
5778
+ 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 }); }
5779
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, providedIn: 'root' }); }
5780
5780
  }
5781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UsersEndPoint, decorators: [{
5781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersEndPoint, decorators: [{
5782
5782
  type: Injectable,
5783
5783
  args: [{
5784
5784
  providedIn: 'root'
@@ -5918,10 +5918,10 @@ class MyBookingsEndPoint {
5918
5918
  getAirplane(id) {
5919
5919
  return this.rest.get(`${this.baseUrl}/airplanes/${id}`);
5920
5920
  }
5921
- 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 }); }
5922
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
5921
+ 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 }); }
5922
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, providedIn: 'root' }); }
5923
5923
  }
5924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
5924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyBookingsEndPoint, decorators: [{
5925
5925
  type: Injectable,
5926
5926
  args: [{
5927
5927
  providedIn: 'root'
@@ -5963,10 +5963,10 @@ class MyInfoEndPoint {
5963
5963
  metar() {
5964
5964
  return this.rest.get(`${this.baseUrl}/metar`);
5965
5965
  }
5966
- 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 }); }
5967
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
5966
+ 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 }); }
5967
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, providedIn: 'root' }); }
5968
5968
  }
5969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyInfoEndPoint, decorators: [{
5969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyInfoEndPoint, decorators: [{
5970
5970
  type: Injectable,
5971
5971
  args: [{
5972
5972
  providedIn: 'root'
@@ -6161,10 +6161,10 @@ class LeadsEndPoint {
6161
6161
  countBySource(year, month) {
6162
6162
  return this.rest.get(`${this.baseUrl}/count-by-source/${year}/${month}`);
6163
6163
  }
6164
- 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 }); }
6165
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
6164
+ 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 }); }
6165
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, providedIn: 'root' }); }
6166
6166
  }
6167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LeadsEndPoint, decorators: [{
6167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LeadsEndPoint, decorators: [{
6168
6168
  type: Injectable,
6169
6169
  args: [{
6170
6170
  providedIn: 'root'
@@ -6260,10 +6260,10 @@ class MaintenancesEndPoint {
6260
6260
  deleteReference(id) {
6261
6261
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
6262
6262
  }
6263
- 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 }); }
6264
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
6263
+ 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 }); }
6264
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, providedIn: 'root' }); }
6265
6265
  }
6266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
6266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MaintenancesEndPoint, decorators: [{
6267
6267
  type: Injectable,
6268
6268
  args: [{
6269
6269
  providedIn: 'root'
@@ -6335,10 +6335,10 @@ class PriceListEndPoint {
6335
6335
  }
6336
6336
  return this.rest.get(`${this.baseUrl}`, ...params);
6337
6337
  }
6338
- 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 }); }
6339
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
6338
+ 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 }); }
6339
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, providedIn: 'root' }); }
6340
6340
  }
6341
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PriceListEndPoint, decorators: [{
6341
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PriceListEndPoint, decorators: [{
6342
6342
  type: Injectable,
6343
6343
  args: [{
6344
6344
  providedIn: 'root'
@@ -6401,10 +6401,10 @@ class SystemConfigsEndPoint {
6401
6401
  }
6402
6402
  return this.rest.get(`${this.baseUrl}`, ...params);
6403
6403
  }
6404
- 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 }); }
6405
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
6404
+ 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 }); }
6405
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, providedIn: 'root' }); }
6406
6406
  }
6407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
6407
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemConfigsEndPoint, decorators: [{
6408
6408
  type: Injectable,
6409
6409
  args: [{
6410
6410
  providedIn: 'root'
@@ -6533,10 +6533,10 @@ class MyFlightsEndPoint {
6533
6533
  downloadStudentSheetXlsx() {
6534
6534
  return this.rest.download(`export`, `${this.baseUrl}student-sheet/xlsx`);
6535
6535
  }
6536
- 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 }); }
6537
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
6536
+ 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 }); }
6537
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, providedIn: 'root' }); }
6538
6538
  }
6539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
6539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyFlightsEndPoint, decorators: [{
6540
6540
  type: Injectable,
6541
6541
  args: [{
6542
6542
  providedIn: 'root'
@@ -6724,10 +6724,10 @@ class AirplanesEndPoint {
6724
6724
  }
6725
6725
  return this.rest.get(`${this.baseUrl}/${id}/maintenance`, ...params);
6726
6726
  }
6727
- 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 }); }
6728
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
6727
+ 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 }); }
6728
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, providedIn: 'root' }); }
6729
6729
  }
6730
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AirplanesEndPoint, decorators: [{
6730
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AirplanesEndPoint, decorators: [{
6731
6731
  type: Injectable,
6732
6732
  args: [{
6733
6733
  providedIn: 'root'
@@ -6823,10 +6823,10 @@ class CertificatesEndPoint {
6823
6823
  deleteReference(id) {
6824
6824
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
6825
6825
  }
6826
- 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 }); }
6827
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
6826
+ 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 }); }
6827
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, providedIn: 'root' }); }
6828
6828
  }
6829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CertificatesEndPoint, decorators: [{
6829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CertificatesEndPoint, decorators: [{
6830
6830
  type: Injectable,
6831
6831
  args: [{
6832
6832
  providedIn: 'root'
@@ -6919,10 +6919,10 @@ class CreditsEndPoint {
6919
6919
  recalculateCreditsForFlights(accountId) {
6920
6920
  return this.rest.post(`${this.baseUrl}/fill-credits-for-flights/${accountId}`, '');
6921
6921
  }
6922
- 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 }); }
6923
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
6922
+ 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 }); }
6923
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, providedIn: 'root' }); }
6924
6924
  }
6925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CreditsEndPoint, decorators: [{
6925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CreditsEndPoint, decorators: [{
6926
6926
  type: Injectable,
6927
6927
  args: [{
6928
6928
  providedIn: 'root'
@@ -6994,10 +6994,10 @@ class FlightTicketsEndPoint {
6994
6994
  }
6995
6995
  return this.rest.get(`${this.baseUrl}`, ...params);
6996
6996
  }
6997
- 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 }); }
6998
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
6997
+ 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 }); }
6998
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, providedIn: 'root' }); }
6999
6999
  }
7000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
7000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightTicketsEndPoint, decorators: [{
7001
7001
  type: Injectable,
7002
7002
  args: [{
7003
7003
  providedIn: 'root'
@@ -7085,10 +7085,10 @@ class GroupsEndPoint {
7085
7085
  }
7086
7086
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
7087
7087
  }
7088
- 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 }); }
7089
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
7088
+ 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 }); }
7089
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, providedIn: 'root' }); }
7090
7090
  }
7091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GroupsEndPoint, decorators: [{
7091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GroupsEndPoint, decorators: [{
7092
7092
  type: Injectable,
7093
7093
  args: [{
7094
7094
  providedIn: 'root'
@@ -7114,10 +7114,10 @@ class SystemEndPoint {
7114
7114
  lookup(entity, id) {
7115
7115
  return this.rest.get(`${this.baseUrl}/lookup/${entity}/${id}`);
7116
7116
  }
7117
- 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 }); }
7118
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
7117
+ 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 }); }
7118
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, providedIn: 'root' }); }
7119
7119
  }
7120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemEndPoint, decorators: [{
7120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemEndPoint, decorators: [{
7121
7121
  type: Injectable,
7122
7122
  args: [{
7123
7123
  providedIn: 'root'
@@ -7159,10 +7159,10 @@ class MyCreditsEndPoint {
7159
7159
  }
7160
7160
  return this.rest.get(`${this.baseUrl}`, ...params);
7161
7161
  }
7162
- 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 }); }
7163
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
7162
+ 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 }); }
7163
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, providedIn: 'root' }); }
7164
7164
  }
7165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
7165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCreditsEndPoint, decorators: [{
7166
7166
  type: Injectable,
7167
7167
  args: [{
7168
7168
  providedIn: 'root'
@@ -7489,10 +7489,10 @@ class FlightsEndPoint {
7489
7489
  setPostFlight(body) {
7490
7490
  return this.rest.post(`${this.baseUrl}/post-flight`, typeof body === 'object' ? JSON.stringify(body) : body);
7491
7491
  }
7492
- 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 }); }
7493
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
7492
+ 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 }); }
7493
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, providedIn: 'root' }); }
7494
7494
  }
7495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: FlightsEndPoint, decorators: [{
7495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlightsEndPoint, decorators: [{
7496
7496
  type: Injectable,
7497
7497
  args: [{
7498
7498
  providedIn: 'root'
@@ -7588,10 +7588,10 @@ class MessageConfirmsEndPoint {
7588
7588
  confirmContactMessage(id, msgId) {
7589
7589
  return this.rest.post(`${this.baseUrl}/${id}/messages/${msgId}`, '');
7590
7590
  }
7591
- 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 }); }
7592
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
7591
+ 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 }); }
7592
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, providedIn: 'root' }); }
7593
7593
  }
7594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
7594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageConfirmsEndPoint, decorators: [{
7595
7595
  type: Injectable,
7596
7596
  args: [{
7597
7597
  providedIn: 'root'
@@ -7684,10 +7684,10 @@ class MyCertificatesEndPoint {
7684
7684
  deleteReference(id) {
7685
7685
  return this.rest.delete(`${this.baseUrl}/${id}/reference`);
7686
7686
  }
7687
- 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 }); }
7688
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
7687
+ 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 }); }
7688
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, providedIn: 'root' }); }
7689
7689
  }
7690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
7690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MyCertificatesEndPoint, decorators: [{
7691
7691
  type: Injectable,
7692
7692
  args: [{
7693
7693
  providedIn: 'root'
@@ -7799,10 +7799,10 @@ class AuditLogsEndPoint {
7799
7799
  }
7800
7800
  return this.rest.get(`${this.baseUrl}/histogram`, ...params);
7801
7801
  }
7802
- 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 }); }
7803
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
7802
+ 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 }); }
7803
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, providedIn: 'root' }); }
7804
7804
  }
7805
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
7805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AuditLogsEndPoint, decorators: [{
7806
7806
  type: Injectable,
7807
7807
  args: [{
7808
7808
  providedIn: 'root'
@@ -7890,10 +7890,10 @@ class CampaignsEndPoint {
7890
7890
  }
7891
7891
  return this.rest.get(`${this.baseUrl}/lookup`, ...params);
7892
7892
  }
7893
- 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 }); }
7894
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
7893
+ 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 }); }
7894
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, providedIn: 'root' }); }
7895
7895
  }
7896
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CampaignsEndPoint, decorators: [{
7896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CampaignsEndPoint, decorators: [{
7897
7897
  type: Injectable,
7898
7898
  args: [{
7899
7899
  providedIn: 'root'
@@ -7994,10 +7994,10 @@ class DocumentsEndPoint {
7994
7994
  }
7995
7995
  return this.rest.get(`${this.baseUrl}/library`, ...params);
7996
7996
  }
7997
- 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 }); }
7998
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
7997
+ 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 }); }
7998
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, providedIn: 'root' }); }
7999
7999
  }
8000
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DocumentsEndPoint, decorators: [{
8000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DocumentsEndPoint, decorators: [{
8001
8001
  type: Injectable,
8002
8002
  args: [{
8003
8003
  providedIn: 'root'
@@ -8078,10 +8078,10 @@ class SyllabusEndPoint {
8078
8078
  getStudentPlan(id) {
8079
8079
  return this.rest.get(`${this.baseUrl}/spl-plan/${id}`);
8080
8080
  }
8081
- 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 }); }
8082
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
8081
+ 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 }); }
8082
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, providedIn: 'root' }); }
8083
8083
  }
8084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SyllabusEndPoint, decorators: [{
8084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SyllabusEndPoint, decorators: [{
8085
8085
  type: Injectable,
8086
8086
  args: [{
8087
8087
  providedIn: 'root'
@@ -8212,10 +8212,10 @@ class BookingSlotsEndPoint {
8212
8212
  }
8213
8213
  return this.rest.post(`${this.baseUrl}/unbook`, '', ...params);
8214
8214
  }
8215
- 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 }); }
8216
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
8215
+ 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 }); }
8216
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, providedIn: 'root' }); }
8217
8217
  }
8218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
8218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingSlotsEndPoint, decorators: [{
8219
8219
  type: Injectable,
8220
8220
  args: [{
8221
8221
  providedIn: 'root'
@@ -8478,10 +8478,10 @@ class ContactsEndPoint {
8478
8478
  downloadStudentSheetCsv(id) {
8479
8479
  return this.rest.download(`export`, `${this.baseUrl}/${id}/student-sheet/csv`);
8480
8480
  }
8481
- 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 }); }
8482
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
8481
+ 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 }); }
8482
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, providedIn: 'root' }); }
8483
8483
  }
8484
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ContactsEndPoint, decorators: [{
8484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ContactsEndPoint, decorators: [{
8485
8485
  type: Injectable,
8486
8486
  args: [{
8487
8487
  providedIn: 'root'
@@ -8696,10 +8696,10 @@ class BookingsEndPoint {
8696
8696
  releaseSlot(id) {
8697
8697
  return this.rest.delete(`${this.baseUrl}/${id}/release-patterns-slot`);
8698
8698
  }
8699
- 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 }); }
8700
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
8699
+ 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 }); }
8700
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, providedIn: 'root' }); }
8701
8701
  }
8702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BookingsEndPoint, decorators: [{
8702
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BookingsEndPoint, decorators: [{
8703
8703
  type: Injectable,
8704
8704
  args: [{
8705
8705
  providedIn: 'root'
@@ -8796,10 +8796,10 @@ class SystemMessagesEndPoint {
8796
8796
  publish(id) {
8797
8797
  return this.rest.post(`${this.baseUrl}/${id}/publish`, '');
8798
8798
  }
8799
- 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 }); }
8800
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
8799
+ 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 }); }
8800
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, providedIn: 'root' }); }
8801
8801
  }
8802
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
8802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SystemMessagesEndPoint, decorators: [{
8803
8803
  type: Injectable,
8804
8804
  args: [{
8805
8805
  providedIn: 'root'
@@ -8826,10 +8826,10 @@ class UserEndPoint {
8826
8826
  authorize(body) {
8827
8827
  return this.rest.post(`${this.baseUrl}/authorize`, typeof body === 'object' ? JSON.stringify(body) : body);
8828
8828
  }
8829
- 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 }); }
8830
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
8829
+ 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 }); }
8830
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, providedIn: 'root' }); }
8831
8831
  }
8832
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserEndPoint, decorators: [{
8832
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UserEndPoint, decorators: [{
8833
8833
  type: Injectable,
8834
8834
  args: [{
8835
8835
  providedIn: 'root'
@@ -8849,11 +8849,11 @@ class NgxGooxLibModule {
8849
8849
  ]
8850
8850
  };
8851
8851
  }
8852
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8853
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8854
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8852
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8853
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8854
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, imports: [CommonModule] }); }
8855
8855
  }
8856
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NgxGooxLibModule, decorators: [{
8856
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NgxGooxLibModule, decorators: [{
8857
8857
  type: NgModule,
8858
8858
  args: [{
8859
8859
  imports: [CommonModule]