attlaz-client 1.9.57 → 1.9.58
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.
|
@@ -18,7 +18,7 @@ class Subscriber extends MetaDataAware_1.MetaDataAware {
|
|
|
18
18
|
this.logLevelThreshold = logLevelThreshold;
|
|
19
19
|
}
|
|
20
20
|
static parseRaw(rawSubscriber) {
|
|
21
|
-
let subscriber = new Subscriber(rawSubscriber.id, rawSubscriber.event_types, rawSubscriber.project_environment, rawSubscriber.flow, rawSubscriber.flow_run, rawSubscriber.
|
|
21
|
+
let subscriber = new Subscriber(rawSubscriber.id, rawSubscriber.event_types, rawSubscriber.project_environment, rawSubscriber.flow, rawSubscriber.flow_run, rawSubscriber.channelIds, rawSubscriber.log_level_threshold);
|
|
22
22
|
subscriber.state = State_1.State.fromString(rawSubscriber.state);
|
|
23
23
|
subscriber.metadata = DataValueCollection_1.DataValueCollection.fromObject(rawSubscriber.metadata);
|
|
24
24
|
return subscriber;
|