@regulaforensics/ionic-native-document-reader 8.1.129-nightly → 8.1.144-rc

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/ngx/index.d.ts CHANGED
@@ -6115,6 +6115,24 @@ export declare class DocumentReader extends AwesomeCordovaNativePlugin {
6115
6115
  * @return {Promise<any>} Returns a promise
6116
6116
  */
6117
6117
  connectBluetoothDevice(btDeviceName: string): Promise<any>;
6118
+ /**
6119
+ *
6120
+ *
6121
+ * @return {Promise<any>} Returns a promise
6122
+ */
6123
+ btDeviceRequestFlashing(): Promise<any>;
6124
+ /**
6125
+ *
6126
+ *
6127
+ * @return {Promise<any>} Returns a promise
6128
+ */
6129
+ btDeviceRequestFlashingFullIR(): Promise<any>;
6130
+ /**
6131
+ *
6132
+ *
6133
+ * @return {Promise<any>} Returns a promise
6134
+ */
6135
+ btDeviceRequestTurnOffAll(): Promise<any>;
6118
6136
  /**
6119
6137
  *
6120
6138
  *