@regulaforensics/document-reader-webclient 9.1.665-nightly → 9.1.666-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/dist/index.d.ts CHANGED
@@ -9642,21 +9642,9 @@ export declare enum Result {
9642
9642
  */
9643
9643
  DTC_VC = 109,
9644
9644
  /**
9645
- * Contains mDL device raw response
9645
+ * Contains mDL parsed response
9646
9646
  */
9647
- MDL_DEVICE_RAW_RESPONSE = 120,
9648
- /**
9649
- * Contains mDL device parsed response
9650
- */
9651
- MDL_DEVICE_PARSED_RESPONSE = 121,
9652
- /**
9653
- * Contains mDL server raw response
9654
- */
9655
- MDL_SERVER_RAW_RESPONSE = 122,
9656
- /**
9657
- * Contains mDL server parsed response
9658
- */
9659
- MDL_SERVER_PARSED_RESPONSE = 123,
9647
+ MDL_PARSED_RESPONSE = 121,
9660
9648
  /**
9661
9649
  * Contains result of VDS NC
9662
9650
  */