assistsx-js 0.0.2017 → 0.0.2018
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/dist/AssistsX.js +1 -1
- package/package.json +1 -1
- package/src/AssistsX.ts +1 -1
package/dist/AssistsX.js
CHANGED
|
@@ -568,7 +568,7 @@ export class AssistsX {
|
|
|
568
568
|
}
|
|
569
569
|
static async setAccessibilityEventFilters(value) {
|
|
570
570
|
const response = this.call(CallMethod.setAccessibilityEventFilters, {
|
|
571
|
-
args:
|
|
571
|
+
args: value,
|
|
572
572
|
});
|
|
573
573
|
return response.getDataOrDefault({});
|
|
574
574
|
}
|
package/package.json
CHANGED
package/src/AssistsX.ts
CHANGED