namirasoft-alarm 1.4.26 → 1.4.27
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.
|
@@ -11,7 +11,7 @@ const NamirasoftAlarmServerProduct_1 = require("./NamirasoftAlarmServerProduct")
|
|
|
11
11
|
const NamirasoftAlarmServerValue_1 = require("./NamirasoftAlarmServerValue");
|
|
12
12
|
class NamirasoftAlarmServer extends namirasoft_account_1.NSABaseServer {
|
|
13
13
|
constructor(base_url, manager, onError) {
|
|
14
|
-
super(base_url, `1.4.
|
|
14
|
+
super(base_url, `1.4.27`, manager, onError);
|
|
15
15
|
this.healthz = new NamirasoftAlarmServerHealthz_1.NamirasoftAlarmServerHealthz(this);
|
|
16
16
|
this.value = new NamirasoftAlarmServerValue_1.NamirasoftAlarmServerValue(this);
|
|
17
17
|
this.alarm_category = new NamirasoftAlarmServerAlarmCategory_1.NamirasoftAlarmServerAlarmCategory(this);
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@ export class NamirasoftAlarmServer extends NSABaseServer
|
|
|
39
39
|
product: NamirasoftAlarmServerProduct;
|
|
40
40
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
41
41
|
{
|
|
42
|
-
super(base_url, `1.4.
|
|
42
|
+
super(base_url, `1.4.27`, manager, onError);
|
|
43
43
|
this.healthz = new NamirasoftAlarmServerHealthz(this);
|
|
44
44
|
this.value = new NamirasoftAlarmServerValue(this);
|
|
45
45
|
this.alarm_category = new NamirasoftAlarmServerAlarmCategory(this);
|