ysyt-agent-sdk 1.0.8 → 1.0.10

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,9 +1,6 @@
1
1
  import { AgentItemType, AgentStateDataType, InitInfoType, RequestBodyType } from '@/types';
2
2
  import { Events } from '@/store/event-center';
3
- /**
4
- * 语音SDK主类
5
- * 提供统一的接口封装底层SIP和WebSocket实现
6
- */
3
+ export type * from './types';
7
4
  declare class YSYTAgentSdk {
8
5
  #private;
9
6
  constructor();
@@ -1,4 +1,6 @@
1
1
  import { AgentStatus, DirectionEnum } from '@/types/Enum';
2
+ export type * from './Enum';
3
+ export type * from './event';
2
4
  export interface ResponseCodeType<T> {
3
5
  code: number;
4
6
  msg: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysyt-agent-sdk",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "main": "dist/ysyt-agent-sdk.cjs.js",
5
5
  "module": "dist/ysyt-agent-sdk.esm.js",
6
6
  "types": "dist/index.d.ts",