@edifice.io/client 2.1.1-develop-b2school.20250328142432 → 2.1.1-develop-b2school.20250402113004
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/dist/index.cjs +1 -1
- package/dist/index.js +278 -268
- package/dist/workspace/Service.d.ts +1 -0
- package/package.json +3 -3
|
@@ -71,5 +71,6 @@ export declare class WorkspaceService {
|
|
|
71
71
|
* or `null` if none exists or can be created.
|
|
72
72
|
*/
|
|
73
73
|
getThumbnailUrl(doc: WorkspaceElement | string, width?: number, height?: number): string | null;
|
|
74
|
+
listFolder(filter?: WorkspaceSearchFilter, withChildren?: boolean, parentId?: ID): Promise<WorkspaceElement[]>;
|
|
74
75
|
}
|
|
75
76
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/client",
|
|
3
|
-
"version": "2.1.1-develop-b2school.
|
|
3
|
+
"version": "2.1.1-develop-b2school.20250402113004",
|
|
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.1.1-develop-b2school.
|
|
39
|
+
"@edifice.io/utilities": "2.1.1-develop-b2school.20250402113004"
|
|
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.1.1-develop-b2school.
|
|
51
|
+
"@edifice.io/config": "2.1.1-develop-b2school.20250402113004"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "vite build",
|