coze-coding-dev-sdk 0.7.19-beta.3 → 0.7.19-beta.4

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.
@@ -1 +1 @@
1
- var e="0.3.0";export{APIError,ASRClient,BaseClient,ConfigurationError,ContentPart,DEFAULT_EMBEDDING_CONFIG,DataSourceType,DatabaseConfig,EmbedOptions,EmbeddingClient,EmbeddingConfig,EmbeddingData,EmbeddingInputImageURL,EmbeddingInputItem,EmbeddingInputVideoURL,EmbeddingRequest,EmbeddingResponse,EmbeddingUsage,FILE_NAME_ALLOWED_RE,FORWARD_HEADER_KEYS,FetchClient,ForwardHeaderKey,FrameExtractorClient,HeaderUtils,ImageConfig,ImageGenerationClient,ImageGenerationResponseHelper,KnowledgeClient,LLMClient,LLMConfig,LLMDefaults,LLMResponse,Message,MultiEmbeddingConfig,NetworkError,PromptTokensDetails,S3Config,S3Storage,SearchClient,SparseEmbeddingConfig,SparseEmbeddingItem,SupabaseClient,TTSClient,TTSConfig,ValidationError,VideoConfig,VideoEditClient,VideoEditConfig,VideoGenerationClient,buildASRApiRequest,buildImageGenerationApiRequest,buildTTSApiRequest,closePool,convertContentItem,convertDisplayInfo,convertFromApiFormat,convertToApiFormat,generateModels,getClient,getDb,getDbUrl,getPool,loadEnv,upgrade,validateImageSize,validateImageSizeOrDefault}from"./131.mjs";export{CozeConfig,ReportBuffer,ReportClient,T_0 as Config,createS3ReportMiddleware_0 as createS3ReportMiddleware,createWrappedFetch,getReportBuffer_0 as getReportBuffer,redactUrl,e as VERSION,truncate};
1
+ var e="0.3.0";export{APIError,ASRClient,BaseClient,Config,ConfigurationError,ContentPart,CozeConfig,DEFAULT_EMBEDDING_CONFIG,DataSourceType,DatabaseConfig,EmbedOptions,EmbeddingClient,EmbeddingConfig,EmbeddingData,EmbeddingInputImageURL,EmbeddingInputItem,EmbeddingInputVideoURL,EmbeddingRequest,EmbeddingResponse,EmbeddingUsage,FILE_NAME_ALLOWED_RE,FORWARD_HEADER_KEYS,FetchClient,ForwardHeaderKey,FrameExtractorClient,HeaderUtils,ImageConfig,ImageGenerationClient,ImageGenerationResponseHelper,KnowledgeClient,LLMClient,LLMConfig,LLMDefaults,LLMResponse,Message,MultiEmbeddingConfig,NetworkError,PromptTokensDetails,S3Config,S3Storage,SearchClient,SparseEmbeddingConfig,SparseEmbeddingItem,SupabaseClient,TTSClient,TTSConfig,ValidationError,VideoConfig,VideoEditClient,VideoEditConfig,VideoGenerationClient,buildASRApiRequest,buildImageGenerationApiRequest,buildTTSApiRequest,closePool,convertContentItem,convertDisplayInfo,convertFromApiFormat,convertToApiFormat,generateModels,getClient,getDb,getDbUrl,getPool,loadEnv,upgrade,validateImageSize,validateImageSizeOrDefault}from"./131.mjs";export{ReportBuffer,ReportClient,createS3ReportMiddleware_0 as createS3ReportMiddleware,createWrappedFetch,getReportBuffer_0 as getReportBuffer,redactUrl,e as VERSION,truncate};
@@ -1,10 +1,9 @@
1
- import { Config } from '../core/config';
2
1
  import { LogEntry } from './models';
3
2
  export declare class ReportClient {
4
3
  private baseUrl;
5
4
  private apiKey;
6
5
  private configured;
7
- constructor(config?: Config);
6
+ constructor();
8
7
  batchReport(entries: LogEntry[]): Promise<void>;
9
8
  }
10
9
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/report/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAIpC,qBAAa,YAAY;IACvB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,UAAU,CAAU;gBAEhB,MAAM,CAAC,EAAE,MAAM;IAerB,WAAW,CAAC,OAAO,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CA2BtD"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/report/client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AA4EpC,qBAAa,YAAY;IACvB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,UAAU,CAAU;;IAsBtB,WAAW,CAAC,OAAO,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CA4BtD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coze-coding-dev-sdk",
3
- "version": "0.7.19-beta.3",
3
+ "version": "0.7.19-beta.4",
4
4
  "description": "Coze Coding Dev SDK - 优雅的多功能 AI SDK,支持图片生成、视频生成、语音合成、语音识别、大语言模型和联网搜索",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",