ysyt-agent-sdk 2.0.1 → 2.0.3

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,7 +15,6 @@ export declare class SIPClient {
15
15
  private reconnectTimer;
16
16
  private isOffline;
17
17
  private isManuallyStopped;
18
- private registerIntervalTimer;
19
18
  private registerInterval;
20
19
  constructor(config: {
21
20
  webSocket: string;
@@ -1,6 +1,4 @@
1
- import { ActionConfigsType, StatusType, StyleType } from '@/types';
2
- export declare const phoneStyleConfig: StyleType;
3
- export declare const IdleNode: ({ state, statusName }: StatusType) => import("lit").TemplateResult<1>;
1
+ import { ActionConfigsType } from '@/types';
4
2
  export declare const unregisteredConfig: ActionConfigsType;
5
3
  export declare const initIdleConfig: ActionConfigsType;
6
4
  export declare const initBusyConfig: ActionConfigsType;