ISO
ISO Types Update Notice
Before the release of version 2.1.0, ISO types possessed different names.
Due to some compatibility issues with TypeScript, ISO types have been updated to not use hyphens (-
) in identifiers.
Users must update their code references accordingly.
Below is the updated list of supported ISO types:
ISO Type | Description |
---|---|
Module.IsoType.ISO19794_7_2007_BINARY | Exports the signature as binary in ISO19794_7:2007 format. |
Module.IsoType.ISO19785_3_2015_XML | Exports the signature as XML in ISO19785_3:2015 format. |
Module.IsoType.ISO19794_7_2007_ENCRYPTED_BINARY | Exports the signature as ISO19794_7:2007 format encrypted as binary. |
Module.IsoType.ISO19794_7_2007_ENCRYPTED_TEXT | Exports the signature as ISO19794_7:2007 format encrypted as text. |
Module.IsoType.ISO19794_7_2014_BINARY | Exports the signature as binary in ISO19794_7:2014 format. |
Module.IsoType.ISO19794_7_2014_ENCRYPTED_BINARY | Exports the signature as ISO19794_7:2014 format encrypted as binary. |
Module.IsoType.ISO19794_7_2014_ENCRYPTED_TEXT | Exports the signature as ISO19794_7:2014 format encrypted as text. |
Module.IsoType.ISO19794_7_2021_BINARY | Exports the signature as binary in ISO19794_7:2021 format. |
Module.IsoType.ISO19794_7_2021_ENCRYPTED_BINARY | Exports the signature as ISO19794_7:2021 format encrypted as binary. |
Module.IsoType.ISO19794_7_2021_ENCRYPTED_TEXT | Exports the signature as ISO19794_7:2021 format encrypted as text. |
If any of the previous ISO type identifiers are being used, users should update their code to reflect the new Module.IsoType
names.