@inweb/client 25.9.8 → 25.10.1

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.
@@ -240,7 +240,7 @@ export declare class Project {
240
240
  */
241
241
  getFilesInformation(): Promise<any[]>;
242
242
  /**
243
- * Returns a list of project models.
243
+ * Returns a list of project files.
244
244
  */
245
245
  getModels(): Promise<File[]>;
246
246
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/client",
3
- "version": "25.9.8",
3
+ "version": "25.10.1",
4
4
  "description": "JavaScript REST API client for the Open Cloud Server",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,6 +26,6 @@
26
26
  "docs": "typedoc"
27
27
  },
28
28
  "dependencies": {
29
- "@inweb/eventemitter2": "~25.9.8"
29
+ "@inweb/eventemitter2": "~25.10.1"
30
30
  }
31
31
  }
@@ -21,8 +21,6 @@
21
21
  // acknowledge and accept the above terms.
22
22
  ///////////////////////////////////////////////////////////////////////////////
23
23
 
24
- import { IShortUserDesc } from "./IUser";
25
-
26
24
  /**
27
25
  * Defines the information about file from which the assembly was created.
28
26
  */
@@ -490,7 +490,7 @@ export class Project {
490
490
  }
491
491
 
492
492
  /**
493
- * Returns a list of project models.
493
+ * Returns a list of project files.
494
494
  */
495
495
  getModels(): Promise<File[]> {
496
496
  return this.getFilesInformation()