mftsccs-browser 1.1.36-beta → 1.1.37-beta
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.
|
@@ -5,7 +5,7 @@ export declare class BaseUrl {
|
|
|
5
5
|
static NODE_URL: string;
|
|
6
6
|
static MQTT_CONNECTION: any;
|
|
7
7
|
static BASE_APPLICATION: string;
|
|
8
|
-
|
|
8
|
+
static BASE_RANDOMIZER: number;
|
|
9
9
|
static setRandomizer(id: number): void;
|
|
10
10
|
static getRandomizer(): number;
|
|
11
11
|
static GetConceptUrl(): string;
|