@chatu-ai/builder-sdk 0.7.6 → 0.7.7

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/client.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -142,6 +142,8 @@ export interface DeployInput {
142
142
  env?: 'production' | 'preview';
143
143
  includeAppEnv?: boolean;
144
144
  includeDataAccess?: boolean;
145
+ /** 线上数据驱动:platform(默认,平台托管 Data API)| edgeone(EdgeOne Pages Blob,写 CHATU_DATA_DRIVER=edgeone) */
146
+ dataDriver?: 'platform' | 'edgeone';
145
147
  }
146
148
  export interface DeployResult {
147
149
  ok: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatu-ai/builder-sdk",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "ChatU Builder client SDK core: REST + streaming client, zod event schemas, seq resume",
5
5
  "license": "MIT",
6
6
  "type": "module",