@trudb/tru-common-lib 0.0.860 → 0.0.862

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.
@@ -1,13 +1,16 @@
1
+ import { TruAppEnvironment } from "./tru-app-environment";
1
2
  import { TruUser } from "./tru-user";
2
3
  import { TruUtil } from "./tru-util";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class TruCloudFileManager {
6
+ private appEnvironment;
5
7
  private util;
6
8
  private user;
9
+ private baseUrl;
7
10
  private reader;
8
11
  private file;
9
12
  private sliceSize;
10
- constructor(util: TruUtil, user: TruUser);
13
+ constructor(appEnvironment: TruAppEnvironment, util: TruUtil, user: TruUser);
11
14
  private getFileLength;
12
15
  private uploadFile;
13
16
  upload: (tableName: string, propertyName: string, fileData: File, temp: any, updateProgress: (progress: number) => {}, done: (response: any | undefined) => {}) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.860",
3
+ "version": "0.0.862",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {