@fusebase/fusebase-gate-sdk 2.2.2-sdk.4 → 2.2.2-sdk.5
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/apis/NotesApi.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare class NotesApi {
|
|
|
35
35
|
}): Promise<CreateWorkspaceNoteFolderResponseContract>;
|
|
36
36
|
/**
|
|
37
37
|
* Read workspace note
|
|
38
|
-
* Returns the note title, parent metadata, and
|
|
38
|
+
* Returns the note title, parent metadata, and md content for the requested workspace note.
|
|
39
39
|
*/
|
|
40
40
|
getWorkspaceNote(params: {
|
|
41
41
|
path: {
|
package/dist/apis/NotesApi.js
CHANGED
|
@@ -43,7 +43,7 @@ class NotesApi {
|
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Read workspace note
|
|
46
|
-
* Returns the note title, parent metadata, and
|
|
46
|
+
* Returns the note title, parent metadata, and md content for the requested workspace note.
|
|
47
47
|
*/
|
|
48
48
|
async getWorkspaceNote(params) {
|
|
49
49
|
return this.client.request({
|
|
@@ -6,7 +6,7 @@ export interface WorkspaceNoteSummaryContract {
|
|
|
6
6
|
parentId?: string | null;
|
|
7
7
|
}
|
|
8
8
|
export interface WorkspaceNoteContentContract extends WorkspaceNoteSummaryContract {
|
|
9
|
-
|
|
9
|
+
md: string;
|
|
10
10
|
}
|
|
11
11
|
export interface WorkspaceNoteFolderListResponseContract {
|
|
12
12
|
folders: WorkspaceNoteSummaryContract[];
|
package/package.json
CHANGED
package/release-notes/latest.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Release Notes 2.2.2-sdk.
|
|
1
|
+
# Release Notes 2.2.2-sdk.5
|
|
2
2
|
|
|
3
3
|
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.2.2-sdk.
|
|
5
|
-
- Generated at: 2026-03-
|
|
4
|
+
- Previous tag: `v2.2.2-sdk.5`
|
|
5
|
+
- Generated at: 2026-03-31T10:58:22.911Z
|
|
6
6
|
|
|
7
7
|
## Included Drafts
|
|
8
8
|
|