@tap-payments/auth-jsconnect 2.3.12-test → 2.3.13-test

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.
@@ -10,8 +10,8 @@ export declare const verifyLeadToken: import("@reduxjs/toolkit").AsyncThunk<{
10
10
  } | {
11
11
  data: any;
12
12
  isRequireOTP: boolean;
13
+ token: string;
13
14
  leadData?: undefined;
14
- token?: undefined;
15
15
  brandData?: undefined;
16
16
  boardId?: undefined;
17
17
  }, string, {}>;
@@ -163,7 +163,7 @@ export var verifyLeadToken = createAsyncThunk('businessVerifyLeadToken', functio
163
163
  brandData: brandData,
164
164
  boardId: leadData === null || leadData === void 0 ? void 0 : leadData.board_id
165
165
  }];
166
- case 19: return [2, { data: data, isRequireOTP: true }];
166
+ case 19: return [2, { data: data, isRequireOTP: true, token: token }];
167
167
  }
168
168
  });
169
169
  }); });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.3.12-test",
3
+ "version": "2.3.13-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",