@petercatai/whisker-client 0.1.202506250650-dev → 0.1.202506250857-dev

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2529,9 +2529,9 @@ export interface IYuqueSplitConfig {
2529
2529
  chunk_overlap?: number;
2530
2530
  /**
2531
2531
  * Type
2532
- * @default "yuque"
2532
+ * @default "yuquedoc"
2533
2533
  */
2534
- type?: "yuque";
2534
+ type?: "yuquedoc";
2535
2535
  /**
2536
2536
  * Separators
2537
2537
  * List of separators to split the text. If None, uses default separators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercatai/whisker-client",
3
- "version": "0.1.202506250650-dev",
3
+ "version": "0.1.202506250857-dev",
4
4
  "description": "Generated API client (preview)",
5
5
  "main": "dist/api.js",
6
6
  "types": "dist/api.d.ts",