@tilde-nlp/ngx-common 8.1.77 → 8.1.78
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
|
@@ -202,6 +202,7 @@ interface System {
|
|
|
202
202
|
* Interface for configurating collection support from MT api and Tilde Term.
|
|
203
203
|
*/
|
|
204
204
|
interface TerminologyConfig {
|
|
205
|
+
apiUrl?: string;
|
|
205
206
|
appName?: string;
|
|
206
207
|
isAuth?: boolean;
|
|
207
208
|
xApiKey?: string;
|
|
@@ -2018,7 +2019,7 @@ declare const SCREEN_SIZE: {
|
|
|
2018
2019
|
* Local storage key which stores last used configuration of language direction in Machine Translation.
|
|
2019
2020
|
* By overwriting this value with langugeId (sourceLanguage-targetLanguage-domain-vendor-engineId), this system is going to be preselected.
|
|
2020
2021
|
*/
|
|
2021
|
-
declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "
|
|
2022
|
+
declare const LAST_USED_SYSTEM_LOCAL_STORAGE_KEY = "lastSystemUsed";
|
|
2022
2023
|
|
|
2023
2024
|
declare enum ERROR_CODES {
|
|
2024
2025
|
TIMEOUT = 504
|