@triveria/wallet 0.0.229 → 0.0.230

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 +21 -0
  2. package/package.json +1 -1
package/api.js CHANGED
@@ -731,6 +731,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
731
731
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
732
732
  const localVarHeaderParameter = {};
733
733
  const localVarQueryParameter = {};
734
+ // authentication accessToken required
735
+ // http bearer authentication required
736
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
734
737
  localVarHeaderParameter['Content-Type'] = 'application/json';
735
738
  if (walletId != null) {
736
739
  localVarHeaderParameter['wallet-id'] = String(walletId);
@@ -800,6 +803,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
800
803
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
801
804
  const localVarHeaderParameter = {};
802
805
  const localVarQueryParameter = {};
806
+ // authentication accessToken required
807
+ // http bearer authentication required
808
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
803
809
  localVarHeaderParameter['Content-Type'] = 'application/json';
804
810
  if (walletId != null) {
805
811
  localVarHeaderParameter['wallet-id'] = String(walletId);
@@ -836,6 +842,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
836
842
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
837
843
  const localVarHeaderParameter = {};
838
844
  const localVarQueryParameter = {};
845
+ // authentication accessToken required
846
+ // http bearer authentication required
847
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
839
848
  if (walletId != null) {
840
849
  localVarHeaderParameter['wallet-id'] = String(walletId);
841
850
  }
@@ -870,6 +879,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
870
879
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
871
880
  const localVarHeaderParameter = {};
872
881
  const localVarQueryParameter = {};
882
+ // authentication accessToken required
883
+ // http bearer authentication required
884
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
873
885
  if (walletId != null) {
874
886
  localVarHeaderParameter['wallet-id'] = String(walletId);
875
887
  }
@@ -900,6 +912,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
900
912
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
901
913
  const localVarHeaderParameter = {};
902
914
  const localVarQueryParameter = {};
915
+ // authentication accessToken required
916
+ // http bearer authentication required
917
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
903
918
  if (walletId != null) {
904
919
  localVarHeaderParameter['wallet-id'] = String(walletId);
905
920
  }
@@ -971,6 +986,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
971
986
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
972
987
  const localVarHeaderParameter = {};
973
988
  const localVarQueryParameter = {};
989
+ // authentication accessToken required
990
+ // http bearer authentication required
991
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
974
992
  localVarHeaderParameter['Content-Type'] = 'application/json';
975
993
  if (walletId != null) {
976
994
  localVarHeaderParameter['wallet-id'] = String(walletId);
@@ -1072,6 +1090,9 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1072
1090
  const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1073
1091
  const localVarHeaderParameter = {};
1074
1092
  const localVarQueryParameter = {};
1093
+ // authentication accessToken required
1094
+ // http bearer authentication required
1095
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
1075
1096
  if (url !== undefined) {
1076
1097
  localVarQueryParameter['url'] = url;
1077
1098
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.229",
4
+ "version": "0.0.230",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {