ysyt-agent-sdk 1.0.101 → 1.0.103

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.
@@ -15,6 +15,7 @@ type InternalState = {
15
15
  state: AgentStatus;
16
16
  state_name: string;
17
17
  };
18
+ latency: number;
18
19
  };
19
20
  declare const _internalStore: InternalState;
20
21
  export default _internalStore;
@@ -126,6 +126,7 @@ export interface CallCrmObject {
126
126
  * 联系次数
127
127
  */
128
128
  contact_count: number;
129
+ in_contact_count: number;
129
130
  /**
130
131
  * 客户名称
131
132
  */
@@ -11,6 +11,7 @@ export declare class ReconnectingWebSocket {
11
11
  private manualClose;
12
12
  private apiClient;
13
13
  private outNumber;
14
+ private pendingMessages;
14
15
  private constructor();
15
16
  static getInstance(url?: string): ReconnectingWebSocket;
16
17
  private stateIdleChange;