@nsshunt/stsobservability 0.0.8 → 0.0.9
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.
|
@@ -5616,6 +5616,21 @@ var __privateMethod = (obj, member, method) => {
|
|
|
5616
5616
|
}
|
|
5617
5617
|
return unsafeStringify(rnds);
|
|
5618
5618
|
}
|
|
5619
|
+
var messageStatus = /* @__PURE__ */ ((messageStatus2) => {
|
|
5620
|
+
messageStatus2["INPROGRESS"] = "INPROGRESS";
|
|
5621
|
+
messageStatus2["SUCCESS"] = "SUCCESS";
|
|
5622
|
+
messageStatus2["FAIL"] = "FAIL";
|
|
5623
|
+
messageStatus2["INRETRY"] = "INRETRY";
|
|
5624
|
+
messageStatus2["KILLED"] = "KILLED";
|
|
5625
|
+
return messageStatus2;
|
|
5626
|
+
})(messageStatus || {});
|
|
5627
|
+
var messageStatusResponse = /* @__PURE__ */ ((messageStatusResponse2) => {
|
|
5628
|
+
messageStatusResponse2["SUBSCRIPTION_SUCCESSFULLY_ADDED"] = "SUBSCRIPTION_SUCCESSFULLY_ADDED";
|
|
5629
|
+
messageStatusResponse2["SUBSCRIPTION_SUCCESSFULLY_REMOVED"] = "SUBSCRIPTION_SUCCESSFULLY_REMOVED";
|
|
5630
|
+
messageStatusResponse2["SUBSCRIPTION_TIMEOUT_RENEWED"] = "SUBSCRIPTION_TIMEOUT_RENEWED";
|
|
5631
|
+
messageStatusResponse2["NO_MATCHED_SUBSCRIPTION"] = "NO_MATCHED_SUBSCRIPTION";
|
|
5632
|
+
return messageStatusResponse2;
|
|
5633
|
+
})(messageStatusResponse || {});
|
|
5619
5634
|
class SocketIoMessageSender {
|
|
5620
5635
|
constructor(options) {
|
|
5621
5636
|
__privateAdd(this, _LogDebugMessage2);
|
|
@@ -6994,12 +7009,15 @@ var __privateMethod = (obj, member, method) => {
|
|
|
6994
7009
|
exports2.STSInstrumentControllerPlugin = STSInstrumentControllerPlugin;
|
|
6995
7010
|
exports2.STSInstrumentControllerPluginKey = STSInstrumentControllerPluginKey;
|
|
6996
7011
|
exports2.SocketIoClientHelper = SocketIoClientHelper;
|
|
7012
|
+
exports2.SocketIoMessageSender = SocketIoMessageSender;
|
|
6997
7013
|
exports2.StopInstruments = StopInstruments;
|
|
6998
7014
|
exports2.SubscriptionTopic = SubscriptionTopic;
|
|
6999
7015
|
exports2.TransportType = TransportType;
|
|
7000
7016
|
exports2.ePublishState = ePublishState;
|
|
7001
7017
|
exports2.globalServiceDefinitions = globalServiceDefinitions;
|
|
7002
7018
|
exports2.influxDBDataType = influxDBDataType;
|
|
7019
|
+
exports2.messageStatus = messageStatus;
|
|
7020
|
+
exports2.messageStatusResponse = messageStatusResponse;
|
|
7003
7021
|
exports2.useSTSInstrumentControllerPlugin = useSTSInstrumentControllerPlugin;
|
|
7004
7022
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
7005
7023
|
});
|