@topconsultnpm/sdk-ts 6.22.0-dev1.7 → 6.22.0-dev1.8
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.
|
@@ -187,6 +187,9 @@ export class TopMediaSession {
|
|
|
187
187
|
return __awaiter(this, void 0, void 0, function* () { var _a; if (!this.IsLogged())
|
|
188
188
|
return []; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.sessionRetrieveAllAdmin()); });
|
|
189
189
|
}
|
|
190
|
+
HelpOnLineAskAsync(sd, d) {
|
|
191
|
+
return __awaiter(this, void 0, void 0, function* () { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.helpOnLineAsk(d)); });
|
|
192
|
+
}
|
|
190
193
|
NewADMEngine() { this.CheckIsLogged(); return new ADMEngine(this); }
|
|
191
194
|
NewArchiveEngine() { return new ArchiveEngine(this); }
|
|
192
195
|
NewArchiveEngineByID() { this.CheckIsLogged(); return new ArchiveEngineByID(this); }
|