@tilde-nlp/ngx-common 8.1.74 → 8.1.76
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/index.d.ts
CHANGED
|
@@ -2018,7 +2018,7 @@ declare const SCREEN_SIZE: {
|
|
|
2018
2018
|
* Local storage key which stores last used configuration of language direction in Machine Translation.
|
|
2019
2019
|
* By overwriting this value with langugeId (sourceLanguage-targetLanguage-domain-vendor-engineId), this system is going to be preselected.
|
|
2020
2020
|
*/
|
|
2021
|
-
declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "
|
|
2021
|
+
declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "lastSystemUsed";
|
|
2022
2022
|
|
|
2023
2023
|
declare enum ERROR_CODES {
|
|
2024
2024
|
TIMEOUT = 504
|