@trudb/tru-common-lib 0.1.321 → 0.1.323

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.
@@ -10,7 +10,7 @@ import { TruNameValue } from "../classes/tru-name-value";
10
10
  import { TruUser } from "./tru-user";
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class TruEntityAccessor {
13
- private http;
13
+ private httpClient;
14
14
  private appEnvironment;
15
15
  private uiNotification;
16
16
  private user;
@@ -18,7 +18,7 @@ export declare class TruEntityAccessor {
18
18
  private _entityManager;
19
19
  private _maxRecordCount;
20
20
  private _baseUrl;
21
- constructor(http: HttpClient, appEnvironment: TruAppEnvironment, uiNotification: TruUiNotification, user: TruUser);
21
+ constructor(httpClient: HttpClient, appEnvironment: TruAppEnvironment, uiNotification: TruUiNotification, user: TruUser);
22
22
  set context(dataContext: TruDataContext);
23
23
  private getQueryServiceName;
24
24
  private warnIfMaxRecords;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.1.321",
3
+ "version": "0.1.323",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",