octopian-apis 1.0.38 → 1.0.39
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/package.json
CHANGED
|
@@ -103,7 +103,7 @@ export async function LinkedLogin(LoginDTO, Timeout = 30000) {
|
|
|
103
103
|
return {
|
|
104
104
|
Message: "Success",
|
|
105
105
|
StatusCode: 200,
|
|
106
|
-
Result:{ Token: linkedSubInteractorTokenList.Result.GatewayToken,
|
|
106
|
+
Result:{ Token: linkedSubInteractorTokenList.Result.GatewayToken, MainAccountToken: APIResponse.Result.Token}
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -104,7 +104,7 @@ export async function DABLinkedLogin(LoginDTO, Timeout = 30000) {
|
|
|
104
104
|
return {
|
|
105
105
|
Message: "Success",
|
|
106
106
|
StatusCode: 200,
|
|
107
|
-
Result:{ Token: linkedSubInteractorTokenList.Result.GatewayToken,
|
|
107
|
+
Result:{ Token: linkedSubInteractorTokenList.Result.GatewayToken, MainAccountToken: APIResponse.Result.Token}
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
}
|