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