@triveria/wallet 0.0.118 → 0.0.120
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 +3 -0
- package/package.json +1 -1
package/api.js
CHANGED
|
@@ -1091,6 +1091,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1091
1091
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1092
1092
|
const localVarHeaderParameter = {};
|
|
1093
1093
|
const localVarQueryParameter = {};
|
|
1094
|
+
// authentication accessToken required
|
|
1095
|
+
// http bearer authentication required
|
|
1096
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1094
1097
|
if (walletId != null) {
|
|
1095
1098
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1096
1099
|
}
|