@fusebase/fusebase-gate-sdk 2.2.2-sdk.4 → 2.2.2-sdk.6

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.
@@ -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 rendered html content for the requested workspace note.
38
+ * Returns the note title, parent metadata, and md content for the requested workspace note.
39
39
  */
40
40
  getWorkspaceNote(params: {
41
41
  path: {
@@ -43,7 +43,7 @@ class NotesApi {
43
43
  }
44
44
  /**
45
45
  * Read workspace note
46
- * Returns the note title, parent metadata, and rendered html content for the requested workspace note.
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
- html: string;
9
+ md: string;
10
10
  }
11
11
  export interface WorkspaceNoteFolderListResponseContract {
12
12
  folders: WorkspaceNoteSummaryContract[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fusebase/fusebase-gate-sdk",
3
- "version": "2.2.2-sdk.4",
3
+ "version": "2.2.2-sdk.6",
4
4
  "description": "TypeScript SDK for Fusebase Gate APIs - Generated from contract introspection",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,9 @@
1
+ # Release Notes 2.2.2-sdk.6
2
+
3
+ - Current ref: `HEAD`
4
+ - Previous tag: `v2.2.2-sdk.6`
5
+ - Generated at: 2026-03-31T12:04:02.391Z
6
+
7
+ ## Included Drafts
8
+
9
+ - None
@@ -1,8 +1,8 @@
1
- # Release Notes 2.2.2-sdk.4
1
+ # Release Notes 2.2.2-sdk.6
2
2
 
3
3
  - Current ref: `HEAD`
4
- - Previous tag: `v2.2.2-sdk.4`
5
- - Generated at: 2026-03-30T12:29:53.183Z
4
+ - Previous tag: `v2.2.2-sdk.6`
5
+ - Generated at: 2026-03-31T12:04:02.391Z
6
6
 
7
7
  ## Included Drafts
8
8
 
@@ -1,9 +0,0 @@
1
- # Release Notes 2.2.2-sdk.4
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.2.2-sdk.4`
5
- - Generated at: 2026-03-30T12:29:53.183Z
6
-
7
- ## Included Drafts
8
-
9
- - None