@phonghq/go-chat 1.0.20 → 1.0.21

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.
@@ -4,3 +4,4 @@ export * from '../types/chat/global';
4
4
  export * from '../types/chat/auth';
5
5
  export * from '../types/chat/user';
6
6
  export * from '../types/chat/promise';
7
+ export * from '../types/chat/call';
@@ -1,4 +1,4 @@
1
- import { type PlivoCallStatusType } from '../types/call';
1
+ import { type PlivoCallStatusType } from '../types/chat/call';
2
2
  export declare function usePlivo(callback: (status: PlivoCallStatusType, data?: any) => void): {
3
3
  plivoLogin: (token: string) => Promise<void>;
4
4
  plivoCallAnswer: () => Promise<void>;
@@ -65772,5 +65772,6 @@ const b$ = {
65772
65772
  }
65773
65773
  });
65774
65774
  export {
65775
+ vt as PLIVO_CALL_STATUS,
65775
65776
  NK as default
65776
65777
  };