@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 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 extends ITokenResponse {
871
- status?: string;
872
- HasPassword?: boolean;
873
- Errors: string[];
870
+ export interface IWhatsAppLoginStatusResponse {
871
+ status: string;
872
+ exchange_code?: string;
873
+ errors: string[];
874
874
  }
875
875
  export {};
876
876
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @wyocrm/sdk v5.5.33
3
+ * @wyocrm/sdk v5.5.34
4
4
  * undefined
5
5
  *
6
6
  * Copyright (c) Steven Lee and project contributors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyocrm/sdk",
3
- "version": "5.5.33",
3
+ "version": "5.5.34",
4
4
  "description": "wyo sdk",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",