@eo-sdk/client 8.16.0-rc.1 → 8.16.0-rc.2

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eo-sdk/client",
3
3
  "description": "yuuvis RAD client",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
- "version": "8.16.0-rc.1",
5
+ "version": "8.16.0-rc.2",
6
6
  "main": "bundles/eo-sdk-client.umd.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -29,7 +29,7 @@
29
29
  "@angular/platform-browser": "11.2.0",
30
30
  "@angular/platform-browser-dynamic": "11.2.0",
31
31
  "@angular/router": "11.2.0",
32
- "@eo-sdk/core": "8.16.0-rc.1",
32
+ "@eo-sdk/core": "8.16.0-rc.2",
33
33
  "@ngx-pwa/local-storage": "11.1.0",
34
34
  "@ngx-translate/core": "13.0.0",
35
35
  "@types/lodash": "4.14.88",
@@ -224,10 +224,10 @@ export declare class DmsService {
224
224
  *
225
225
  * @param DmsObject[] dmsObjects
226
226
  * @param string[] orgaNames
227
- * @param boolean withChildren
227
+ * @param boolean shareChildren
228
228
  * @returns Observable<any>
229
229
  */
230
- setOrganizationObjectsWithReadRights(dmsObjects: DmsObject[], orgaNames: string[], withChildren?: boolean): Observable<any>;
230
+ setOrganizationObjectsWithReadRights(dmsObjects: DmsObject[], orgaNames: string[], shareChildren?: boolean): Observable<any>;
231
231
  /**
232
232
  * Move a DMS Object
233
233
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eo-sdk/client/projects/eo-sdk/core",
3
- "version": "8.16.0-rc.1",
3
+ "version": "8.16.0-rc.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "peerDependencies": {