@triveria/wallet 0.0.132 → 0.0.133
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/api.js +0 -3
- package/package.json +1 -1
package/api.js
CHANGED
|
@@ -695,9 +695,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
695
695
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
696
696
|
const localVarHeaderParameter = {};
|
|
697
697
|
const localVarQueryParameter = {};
|
|
698
|
-
// authentication accessToken required
|
|
699
|
-
// http bearer authentication required
|
|
700
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
701
698
|
if (clientId !== undefined) {
|
|
702
699
|
localVarQueryParameter['client_id'] = clientId;
|
|
703
700
|
}
|