@edifice.io/client 2.3.0-develop-pedago.20250915144529 → 2.3.0-develop-pedago.20250915153825
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.
|
@@ -13,8 +13,16 @@ export interface LinkerModel {
|
|
|
13
13
|
$date: number | string;
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
|
+
/**
|
|
17
|
+
* Share detail interface for fine-grained sharing information
|
|
18
|
+
*/
|
|
19
|
+
export interface ShareDetail {
|
|
20
|
+
[rightOrId: string]: boolean;
|
|
21
|
+
}
|
|
16
22
|
export interface ILinkedResource extends IResource {
|
|
17
23
|
path: string;
|
|
24
|
+
/** Optional detailed sharing information with users/groups and their specific rights */
|
|
25
|
+
shareDetails?: ShareDetail[];
|
|
18
26
|
}
|
|
19
27
|
/**
|
|
20
28
|
* TO BE DEPRECATED. DO NOT USE UNLESS YOU KNOW WHAT YOU ARE DOING.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/client",
|
|
3
|
-
"version": "2.3.0-develop-pedago.
|
|
3
|
+
"version": "2.3.0-develop-pedago.20250915153825",
|
|
4
4
|
"description": "Edifice TypeScript Client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"axios": "^1.7.7",
|
|
38
38
|
"core-js": "^3.35.1",
|
|
39
|
-
"@edifice.io/utilities": "2.3.0-develop-pedago.
|
|
39
|
+
"@edifice.io/utilities": "2.3.0-develop-pedago.20250915153825"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/jasmine": "5.1.4",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typedoc-plugin-markdown": "3.17.1",
|
|
49
49
|
"vite": "^5.4.11",
|
|
50
50
|
"vite-plugin-dts": "^4.1.0",
|
|
51
|
-
"@edifice.io/config": "2.3.0-develop-pedago.
|
|
51
|
+
"@edifice.io/config": "2.3.0-develop-pedago.20250915153825"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "vite build",
|