@skedulo/mex-types 1.58.0 → 1.59.0

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.
@@ -164,6 +164,11 @@ export interface TextEditorFeaturesModel {
164
164
  * @label: Use Barcode and QR Scanner
165
165
  */
166
166
  useBarcodeAndQRScanner?: boolean;
167
+ /**
168
+ * @label: Use Voice to Text
169
+ * @version 2.4.5
170
+ */
171
+ useVoiceToText?: boolean;
167
172
  }
168
173
  /**
169
174
  * @area Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.58.0",
3
+ "version": "1.59.0",
4
4
  "description": "A central repository store for all the interfaces, type definitions of MEX engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",