tek-wallet 0.0.428 → 0.0.430

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.
@@ -158,7 +158,6 @@ function ActivitiesProvider(_a) {
158
158
  updateActivities({
159
159
  page: page,
160
160
  take: const_1.ACTIVITIES_PAGE_SIZE,
161
- transaction_type: const_1.ACTIVITIES_TYPE_ALL.slug,
162
161
  });
163
162
  }
164
163
  }, [isAuthenticated, activities]);
@@ -42,15 +42,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
42
42
  var userClientRequest_1 = __importDefault(require("../clients/userClientRequest"));
43
43
  var getActivitiesServices = function (query) { return __awaiter(void 0, void 0, void 0, function () {
44
44
  var response;
45
- var _a;
46
- return __generator(this, function (_b) {
47
- switch (_b.label) {
45
+ return __generator(this, function (_a) {
46
+ switch (_a.label) {
48
47
  case 0: return [4 /*yield*/, userClientRequest_1.default.get("/transaction/list", {
49
48
  params: query,
50
49
  })];
51
50
  case 1:
52
- response = _b.sent();
53
- return [2 /*return*/, (_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.data];
51
+ response = _a.sent();
52
+ return [2 /*return*/, response === null || response === void 0 ? void 0 : response.data];
54
53
  }
55
54
  });
56
55
  }); };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.428",
3
+ "version": "0.0.430",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",