@itutoring/itutoring_application_js_api 1.6.11 → 1.6.12

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.
@@ -165,11 +165,10 @@ class TableExplorer
165
165
  return data;
166
166
  }
167
167
 
168
- static async getFilteredResults(token, filters)
168
+ static async getFilteredResults(token)
169
169
  {
170
170
  var data = await APIController.Get(this.#MODULE, this.#GET_FILTERED_RESULTS, {
171
171
  'token': token,
172
- 'filters': JSON.stringify(filters),
173
172
  });
174
173
 
175
174
  return data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",