@wyocrm/sdk 5.5.33 → 5.5.34
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.
- package/build/index.d.ts +4 -4
- package/build/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -867,10 +867,10 @@ declare module '@wyocrm/sdk/types' {
|
|
|
867
867
|
session_uid: string;
|
|
868
868
|
merchant_phone_number: string;
|
|
869
869
|
}
|
|
870
|
-
export interface IWhatsAppLoginStatusResponse
|
|
871
|
-
status
|
|
872
|
-
|
|
873
|
-
|
|
870
|
+
export interface IWhatsAppLoginStatusResponse {
|
|
871
|
+
status: string;
|
|
872
|
+
exchange_code?: string;
|
|
873
|
+
errors: string[];
|
|
874
874
|
}
|
|
875
875
|
export {};
|
|
876
876
|
|