@tiba-spark/client-shared-lib 25.4.1-159 → 25.4.1-164

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 (209) hide show
  1. package/esm2022/libraries/components/account-frame-message-bar/account-frame-message-bar.component.mjs +3 -3
  2. package/esm2022/libraries/components/base/base.component.mjs +3 -3
  3. package/esm2022/libraries/components/cloud-confirm-dialog/cloud-confirm-dialog.component.mjs +3 -3
  4. package/esm2022/libraries/components/com-status-icon/com-status-icon.component.mjs +3 -3
  5. package/esm2022/libraries/components/common-pages/common-pages.module.mjs +4 -4
  6. package/esm2022/libraries/components/common-pages/error-page/error-page.component.mjs +3 -3
  7. package/esm2022/libraries/components/common-pages/not-supported-browser/not-supported-browser-page.component.mjs +3 -3
  8. package/esm2022/libraries/components/device/device-icon/device-icon.component.mjs +3 -3
  9. package/esm2022/libraries/components/device/device-item/device-item.component.mjs +3 -3
  10. package/esm2022/libraries/components/device/device-status/device-status-base.component.mjs +3 -3
  11. package/esm2022/libraries/components/device/device.module.mjs +4 -4
  12. package/esm2022/libraries/components/dynamic-container/dynamic-container.component.mjs +3 -3
  13. package/esm2022/libraries/components/field-label/field-label.component.mjs +3 -3
  14. package/esm2022/libraries/components/field-validations/field-validations.component.mjs +3 -3
  15. package/esm2022/libraries/components/form-validations/form-validations.component.mjs +3 -3
  16. package/esm2022/libraries/components/global-message-container/global-message-container.component.mjs +3 -3
  17. package/esm2022/libraries/components/icon/icon-column/icon-column.component.mjs +3 -3
  18. package/esm2022/libraries/components/icon/icon.component.mjs +3 -3
  19. package/esm2022/libraries/components/icon/icon.module.mjs +4 -4
  20. package/esm2022/libraries/components/intercom/intercom.component.mjs +3 -3
  21. package/esm2022/libraries/components/logo/logo.component.mjs +3 -3
  22. package/esm2022/libraries/components/message-bar/float-message-bar.service.mjs +3 -3
  23. package/esm2022/libraries/components/message-bar/message-bar-container/message-bar-container.component.mjs +3 -3
  24. package/esm2022/libraries/components/message-bar/message-bar.component.mjs +3 -3
  25. package/esm2022/libraries/components/message-bar/message-bar.module.mjs +4 -4
  26. package/esm2022/libraries/components/message-bar/message-bar.service.mjs +3 -3
  27. package/esm2022/libraries/components/message-bar/static-message-bar.service.mjs +3 -3
  28. package/esm2022/libraries/components/modal-buttons-wrapper/modal-buttons-wrapper.component.mjs +3 -3
  29. package/esm2022/libraries/components/module-menu/module-menu-base.component.mjs +3 -3
  30. package/esm2022/libraries/components/notification/alert-notification/alert-notification.component.mjs +3 -3
  31. package/esm2022/libraries/components/notification/alert-notification/alert-notification.service.mjs +3 -3
  32. package/esm2022/libraries/components/notification/command-notification/command-notification.component.mjs +3 -3
  33. package/esm2022/libraries/components/notification/command-notification/command-notification.service.mjs +3 -3
  34. package/esm2022/libraries/components/notification/notification-close-all-button.component.mjs +3 -3
  35. package/esm2022/libraries/components/notification/notification-event.service.mjs +3 -3
  36. package/esm2022/libraries/components/notification/notification-type-label/notification-type-label.component.mjs +3 -3
  37. package/esm2022/libraries/components/notification/notification.module.mjs +4 -4
  38. package/esm2022/libraries/components/notification/notification.service.mjs +3 -3
  39. package/esm2022/libraries/components/overlay-loading-container/empty-results/empty-results.component.mjs +3 -3
  40. package/esm2022/libraries/components/overlay-loading-container/error-results/error-results.component.mjs +3 -3
  41. package/esm2022/libraries/components/overlay-loading-container/loading-overlay.component.mjs +3 -3
  42. package/esm2022/libraries/components/restart-link/restart-link.component.mjs +3 -3
  43. package/esm2022/libraries/components/restart-link/restart-link.module.mjs +4 -4
  44. package/esm2022/libraries/components/search-value-highlight/search-value-highlight.component.mjs +3 -3
  45. package/esm2022/libraries/components/shared-components.module.mjs +4 -4
  46. package/esm2022/libraries/components/status-icon/status-icon.component.mjs +3 -3
  47. package/esm2022/libraries/components/time-elapsed-counter/time-elapsed-counter.component.mjs +3 -3
  48. package/esm2022/libraries/directives/autofocus.directive.mjs +3 -3
  49. package/esm2022/libraries/directives/container-ref.directive.mjs +3 -3
  50. package/esm2022/libraries/directives/dynamic-ellipsis-tooltip.directive.mjs +3 -3
  51. package/esm2022/libraries/directives/ellipsis-multiline.directive.mjs +3 -3
  52. package/esm2022/libraries/directives/formatted-input.directive.mjs +3 -3
  53. package/esm2022/libraries/directives/is-ellipsis.directive.mjs +3 -3
  54. package/esm2022/libraries/directives/mat-hint-error.directive.mjs +3 -3
  55. package/esm2022/libraries/directives/native-element-injector.directive.mjs +3 -3
  56. package/esm2022/libraries/directives/offscreen.directive.mjs +3 -3
  57. package/esm2022/libraries/directives/shared-directives.module.mjs +4 -4
  58. package/esm2022/libraries/directives/stop-propagation.directive.mjs +3 -3
  59. package/esm2022/libraries/directives/tb-type-number.directive.mjs +3 -3
  60. package/esm2022/libraries/directives/var.directive.mjs +3 -3
  61. package/esm2022/libraries/enums/localization.enum.mjs +2 -1
  62. package/esm2022/libraries/guards/module-guard.mjs +3 -3
  63. package/esm2022/libraries/guards/not-supported-browser-guard.mjs +3 -3
  64. package/esm2022/libraries/guards/sub-module-guard.mjs +3 -3
  65. package/esm2022/libraries/interceptors/http-cancel.interceptor.mjs +3 -3
  66. package/esm2022/libraries/localization/localization.module.mjs +4 -4
  67. package/esm2022/libraries/localization/localization.state.mjs +3 -3
  68. package/esm2022/libraries/modules/administrative-notifications/administrative-notifications.module.mjs +4 -4
  69. package/esm2022/libraries/modules/administrative-notifications/administrative-notifications.state.mjs +3 -3
  70. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.module.mjs +4 -4
  71. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.service.mjs +3 -3
  72. package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.state.mjs +3 -3
  73. package/esm2022/libraries/modules/auth/auth-route-guard.mjs +3 -3
  74. package/esm2022/libraries/modules/auth/auth.module.mjs +4 -4
  75. package/esm2022/libraries/modules/auth/refresh-token.state.mjs +3 -3
  76. package/esm2022/libraries/modules/auth/session.state.mjs +5 -5
  77. package/esm2022/libraries/modules/calculator/calculator.module.mjs +4 -4
  78. package/esm2022/libraries/modules/calculator/calculator.state.mjs +3 -3
  79. package/esm2022/libraries/modules/car/car.module.mjs +4 -4
  80. package/esm2022/libraries/modules/car/car.state.mjs +3 -3
  81. package/esm2022/libraries/modules/email-server/email-server.module.mjs +4 -4
  82. package/esm2022/libraries/modules/email-server/email-server.state.mjs +3 -3
  83. package/esm2022/libraries/modules/facility/facility-menu.service.mjs +3 -3
  84. package/esm2022/libraries/modules/facility/facility.module.mjs +4 -4
  85. package/esm2022/libraries/modules/facility/facility.service.mjs +3 -3
  86. package/esm2022/libraries/modules/facility/facility.state.mjs +3 -3
  87. package/esm2022/libraries/modules/guest/guest.module.mjs +4 -4
  88. package/esm2022/libraries/modules/guest/guest.state.mjs +3 -3
  89. package/esm2022/libraries/modules/layout/layout.module.mjs +4 -4
  90. package/esm2022/libraries/modules/layout/layout.state.mjs +3 -3
  91. package/esm2022/libraries/modules/login/login.module.mjs +4 -4
  92. package/esm2022/libraries/modules/login/login.service.mjs +3 -3
  93. package/esm2022/libraries/modules/login/login.state.mjs +3 -3
  94. package/esm2022/libraries/modules/park-activities/park-activities.module.mjs +4 -4
  95. package/esm2022/libraries/modules/park-activities/park-activities.state.mjs +3 -3
  96. package/esm2022/libraries/modules/park-manager/park-manager.module.mjs +4 -4
  97. package/esm2022/libraries/modules/park-manager/park-manager.state.mjs +3 -3
  98. package/esm2022/libraries/modules/parker/parker.service.mjs +3 -3
  99. package/esm2022/libraries/modules/parker/parker.state.mjs +3 -3
  100. package/esm2022/libraries/modules/rate/rate.module.mjs +4 -4
  101. package/esm2022/libraries/modules/rate/rate.state.mjs +3 -3
  102. package/esm2022/libraries/modules/remote-validation/remote-validation.module.mjs +4 -4
  103. package/esm2022/libraries/modules/remote-validation/remote-validation.state.mjs +3 -3
  104. package/esm2022/libraries/modules/security/security.module.mjs +4 -4
  105. package/esm2022/libraries/modules/security/security.state.mjs +3 -3
  106. package/esm2022/libraries/modules/sidenav/sidenav.module.mjs +4 -4
  107. package/esm2022/libraries/modules/sidenav/sidenav.state.mjs +3 -3
  108. package/esm2022/libraries/modules/smartparks/smartpark-dialog.state.mjs +3 -3
  109. package/esm2022/libraries/modules/smartparks/smartpark.module.mjs +4 -4
  110. package/esm2022/libraries/modules/smartparks/smartpark.state.mjs +3 -3
  111. package/esm2022/libraries/modules/tenant-logo/tenant-logo.module.mjs +4 -4
  112. package/esm2022/libraries/modules/tenant-logo/tenant-logo.state.mjs +3 -3
  113. package/esm2022/libraries/modules/user/user.module.mjs +4 -4
  114. package/esm2022/libraries/modules/user/user.state.mjs +3 -3
  115. package/esm2022/libraries/modules/user-settings/user-settings.module.mjs +4 -4
  116. package/esm2022/libraries/modules/user-settings/user-settings.state.mjs +3 -3
  117. package/esm2022/libraries/modules/validation-type/validation-type.module.mjs +4 -4
  118. package/esm2022/libraries/modules/validation-type/validation-type.state.mjs +3 -3
  119. package/esm2022/libraries/modules/zone/zone.module.mjs +4 -4
  120. package/esm2022/libraries/modules/zone/zone.state.mjs +3 -3
  121. package/esm2022/libraries/pipes/c-log-it.pipe.mjs +3 -3
  122. package/esm2022/libraries/pipes/cent-to-coin.pipe.mjs +3 -3
  123. package/esm2022/libraries/pipes/curly-to-bold.pipe.mjs +3 -3
  124. package/esm2022/libraries/pipes/decimal-to-amount.pipe.mjs +3 -3
  125. package/esm2022/libraries/pipes/decimal-to-currency.pipe.mjs +3 -3
  126. package/esm2022/libraries/pipes/device-pipes/device-filter-by-zone.pipe.mjs +3 -3
  127. package/esm2022/libraries/pipes/device-pipes/device-filter.pipe.mjs +3 -3
  128. package/esm2022/libraries/pipes/device-pipes/device-pipe.module.mjs +4 -4
  129. package/esm2022/libraries/pipes/device-pipes/device-sort.pipe.mjs +3 -3
  130. package/esm2022/libraries/pipes/enums-to-array.pipe.mjs +3 -3
  131. package/esm2022/libraries/pipes/filter-keys.pipe.mjs +3 -3
  132. package/esm2022/libraries/pipes/filter-numbers.pipe.mjs +3 -3
  133. package/esm2022/libraries/pipes/filter.pipe.mjs +3 -3
  134. package/esm2022/libraries/pipes/format.pipe.mjs +3 -3
  135. package/esm2022/libraries/pipes/group-permission.pipe.mjs +3 -3
  136. package/esm2022/libraries/pipes/humanize.pipe.mjs +3 -3
  137. package/esm2022/libraries/pipes/order-by.pipe.mjs +3 -3
  138. package/esm2022/libraries/pipes/orphan-facilities.pipe.mjs +3 -3
  139. package/esm2022/libraries/pipes/shared-pipes.module.mjs +4 -4
  140. package/esm2022/libraries/pipes/smartpark-time.pipe.mjs +3 -3
  141. package/esm2022/libraries/pipes/sort.pipe.mjs +3 -3
  142. package/esm2022/libraries/pipes/special-day.pipe.mjs +3 -3
  143. package/esm2022/libraries/pipes/string-it.pipe.mjs +3 -3
  144. package/esm2022/libraries/pipes/substr-highlight.pipe.mjs +9 -9
  145. package/esm2022/libraries/pipes/time-ago.pipe.mjs +3 -3
  146. package/esm2022/libraries/pipes/time-elapsed.pipe.mjs +3 -3
  147. package/esm2022/libraries/pipes/time-range.pipe.mjs +3 -3
  148. package/esm2022/libraries/pipes/translate-local.pipe.mjs +3 -3
  149. package/esm2022/libraries/pipes/tree-filter-keys.pipe.mjs +3 -3
  150. package/esm2022/libraries/pipes/wrap-fn.pipe.mjs +3 -3
  151. package/esm2022/libraries/pipes/zerofy-negative.pipe.mjs +3 -3
  152. package/esm2022/libraries/resolvers/command-center-module.resolver.mjs +3 -3
  153. package/esm2022/libraries/resolvers/config.resolver.mjs +3 -3
  154. package/esm2022/libraries/resolvers/error-page.resolver.mjs +3 -3
  155. package/esm2022/libraries/resolvers/localization.resolver.mjs +3 -3
  156. package/esm2022/libraries/resolvers/realtime.resolver.mjs +3 -3
  157. package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +78 -78
  158. package/esm2022/libraries/service-proxy/edge-service-proxies.mjs +6 -6
  159. package/esm2022/libraries/service-proxy/identity-service-proxies.mjs +30 -30
  160. package/esm2022/libraries/service-proxy/rpc-service-proxies.mjs +111 -111
  161. package/esm2022/libraries/service-proxy/service-proxy.module.mjs +4 -4
  162. package/esm2022/libraries/services/analytics.service.mjs +3 -3
  163. package/esm2022/libraries/services/app-module.service.mjs +3 -3
  164. package/esm2022/libraries/services/app-settings.service.mjs +3 -3
  165. package/esm2022/libraries/services/auth-token.service.mjs +3 -3
  166. package/esm2022/libraries/services/base-device.service.mjs +3 -3
  167. package/esm2022/libraries/services/can-deactivate.service.mjs +3 -3
  168. package/esm2022/libraries/services/company.service.mjs +3 -3
  169. package/esm2022/libraries/services/date.service.mjs +3 -3
  170. package/esm2022/libraries/services/detect-browser.service.mjs +3 -3
  171. package/esm2022/libraries/services/device-remote-commands.service.mjs +3 -3
  172. package/esm2022/libraries/services/export-file.service.mjs +3 -3
  173. package/esm2022/libraries/services/facility-commands-config.service.mjs +3 -3
  174. package/esm2022/libraries/services/facility-commands.service.mjs +3 -3
  175. package/esm2022/libraries/services/factories/msl-auth-service.mjs +3 -3
  176. package/esm2022/libraries/services/factories/openid-auth-init-service.mjs +3 -3
  177. package/esm2022/libraries/services/file-sanitizer.service.mjs +3 -3
  178. package/esm2022/libraries/services/file.service.mjs +3 -3
  179. package/esm2022/libraries/services/general-action.service.mjs +3 -3
  180. package/esm2022/libraries/services/global-error.service.mjs +3 -3
  181. package/esm2022/libraries/services/http-cancel.service.mjs +3 -3
  182. package/esm2022/libraries/services/internet-connection.service.mjs +3 -3
  183. package/esm2022/libraries/services/local-storage.service.mjs +3 -3
  184. package/esm2022/libraries/services/menu.service.mjs +3 -3
  185. package/esm2022/libraries/services/modal.service.mjs +3 -3
  186. package/esm2022/libraries/services/openid-auth.service.mjs +3 -3
  187. package/esm2022/libraries/services/park-time.service.mjs +3 -3
  188. package/esm2022/libraries/services/park.service.mjs +3 -3
  189. package/esm2022/libraries/services/password-strength.service.mjs +3 -3
  190. package/esm2022/libraries/services/permission-cache.service.mjs +3 -3
  191. package/esm2022/libraries/services/permission-config.service.mjs +3 -3
  192. package/esm2022/libraries/services/permissions.service.mjs +3 -3
  193. package/esm2022/libraries/services/realtime-event.service.mjs +3 -3
  194. package/esm2022/libraries/services/refresh-token.service.mjs +3 -3
  195. package/esm2022/libraries/services/remote-command.service.mjs +3 -3
  196. package/esm2022/libraries/services/revenue.service.mjs +3 -3
  197. package/esm2022/libraries/services/route.service.mjs +3 -3
  198. package/esm2022/libraries/services/session-storage.service.mjs +3 -3
  199. package/esm2022/libraries/services/smartpark.service.mjs +3 -3
  200. package/esm2022/libraries/services/tenant.service.mjs +3 -3
  201. package/esm2022/libraries/services/ticket.service.mjs +3 -3
  202. package/esm2022/libraries/services/validation.service.mjs +3 -3
  203. package/esm2022/libraries/shared.module.mjs +4 -4
  204. package/esm2022/libraries/utils/ngxs/action-status.service.mjs +3 -3
  205. package/fesm2022/tiba-spark-client-shared-lib.mjs +865 -864
  206. package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
  207. package/libraries/enums/localization.enum.d.ts +1 -0
  208. package/libraries/enums/localization.enum.d.ts.map +1 -1
  209. package/package.json +1 -1
@@ -86,10 +86,10 @@ export class AssetIdentityServiceProxy {
86
86
  }
87
87
  return _observableOf(null);
88
88
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AssetIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
90
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AssetIdentityServiceProxy }); }
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AssetIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
90
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AssetIdentityServiceProxy }); }
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AssetIdentityServiceProxy, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AssetIdentityServiceProxy, decorators: [{
93
93
  type: Injectable
94
94
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
95
95
  type: Inject,
@@ -179,10 +179,10 @@ export class BackofficeUserIdentityServiceProxy {
179
179
  }
180
180
  return _observableOf(null);
181
181
  }
182
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BackofficeUserIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
183
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BackofficeUserIdentityServiceProxy }); }
182
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BackofficeUserIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
183
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BackofficeUserIdentityServiceProxy }); }
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BackofficeUserIdentityServiceProxy, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BackofficeUserIdentityServiceProxy, decorators: [{
186
186
  type: Injectable
187
187
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
188
188
  type: Inject,
@@ -385,10 +385,10 @@ export class ConfigurationIdentityServiceProxy {
385
385
  }
386
386
  return _observableOf(null);
387
387
  }
388
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
389
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationIdentityServiceProxy }); }
388
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
389
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationIdentityServiceProxy }); }
390
390
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ConfigurationIdentityServiceProxy, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfigurationIdentityServiceProxy, decorators: [{
392
392
  type: Injectable
393
393
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
394
394
  type: Inject,
@@ -537,10 +537,10 @@ export class FacilityIdentityServiceProxy {
537
537
  }
538
538
  return _observableOf(null);
539
539
  }
540
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacilityIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
541
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacilityIdentityServiceProxy }); }
540
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FacilityIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
541
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FacilityIdentityServiceProxy }); }
542
542
  }
543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacilityIdentityServiceProxy, decorators: [{
543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FacilityIdentityServiceProxy, decorators: [{
544
544
  type: Injectable
545
545
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
546
546
  type: Inject,
@@ -628,10 +628,10 @@ export class LocalizationIdentityServiceProxy {
628
628
  }
629
629
  return _observableOf(null);
630
630
  }
631
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
632
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizationIdentityServiceProxy }); }
631
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
632
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizationIdentityServiceProxy }); }
633
633
  }
634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocalizationIdentityServiceProxy, decorators: [{
634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizationIdentityServiceProxy, decorators: [{
635
635
  type: Injectable
636
636
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
637
637
  type: Inject,
@@ -709,10 +709,10 @@ export class SmartparkIdentityServiceProxy {
709
709
  }
710
710
  return _observableOf(null);
711
711
  }
712
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SmartparkIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
713
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SmartparkIdentityServiceProxy }); }
712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SmartparkIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
713
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SmartparkIdentityServiceProxy }); }
714
714
  }
715
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SmartparkIdentityServiceProxy, decorators: [{
715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SmartparkIdentityServiceProxy, decorators: [{
716
716
  type: Injectable
717
717
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
718
718
  type: Inject,
@@ -795,10 +795,10 @@ export class TenantIdentityServiceProxy {
795
795
  }
796
796
  return _observableOf(null);
797
797
  }
798
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TenantIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
799
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TenantIdentityServiceProxy }); }
798
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TenantIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
799
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TenantIdentityServiceProxy }); }
800
800
  }
801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TenantIdentityServiceProxy, decorators: [{
801
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TenantIdentityServiceProxy, decorators: [{
802
802
  type: Injectable
803
803
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
804
804
  type: Inject,
@@ -876,10 +876,10 @@ export class ThirdPartyIdentityServiceProxy {
876
876
  }
877
877
  return _observableOf(null);
878
878
  }
879
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThirdPartyIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
880
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThirdPartyIdentityServiceProxy }); }
879
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThirdPartyIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
880
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThirdPartyIdentityServiceProxy }); }
881
881
  }
882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThirdPartyIdentityServiceProxy, decorators: [{
882
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThirdPartyIdentityServiceProxy, decorators: [{
883
883
  type: Injectable
884
884
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
885
885
  type: Inject,
@@ -1593,10 +1593,10 @@ export class UsersIdentityServiceProxy {
1593
1593
  }
1594
1594
  return _observableOf(null);
1595
1595
  }
1596
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UsersIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1597
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UsersIdentityServiceProxy }); }
1596
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1597
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersIdentityServiceProxy }); }
1598
1598
  }
1599
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UsersIdentityServiceProxy, decorators: [{
1599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: UsersIdentityServiceProxy, decorators: [{
1600
1600
  type: Injectable
1601
1601
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
1602
1602
  type: Inject,
@@ -1674,10 +1674,10 @@ export class ValidationIdentityServiceProxy {
1674
1674
  }
1675
1675
  return _observableOf(null);
1676
1676
  }
1677
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1678
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationIdentityServiceProxy }); }
1677
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationIdentityServiceProxy, deps: [{ token: HttpClient }, { token: API_BASE_URL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
1678
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationIdentityServiceProxy }); }
1679
1679
  }
1680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ValidationIdentityServiceProxy, decorators: [{
1680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValidationIdentityServiceProxy, decorators: [{
1681
1681
  type: Injectable
1682
1682
  }], ctorParameters: () => [{ type: i1.HttpClient, decorators: [{
1683
1683
  type: Inject,