@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.
Files changed (2) hide show
  1. package/api.js +3 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.118",
4
+ "version": "0.0.120",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {