@bytexbyte/ike-app-api 1.0.24 → 1.0.25

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/lib/User/index.js CHANGED
@@ -509,7 +509,7 @@ var IKEAppUserApi = /** @class */ (function (_super) {
509
509
  case 0:
510
510
  searchParams = new URLSearchParams();
511
511
  if (query.ignoerTagUid)
512
- searchParams.append('ignoerTagUids', query.ignoerTagUid);
512
+ searchParams.append('ignoerTagUid', query.ignoerTagUid);
513
513
  if (query.limit)
514
514
  searchParams.append('limit', query.limit.toString());
515
515
  return [4 /*yield*/, this.bxbFetch({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",