@topconsultnpm/sdk-ts 6.19.0-dev1.9 → 6.19.0-test.1
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.
package/dist/lib/Engine.js
CHANGED
|
@@ -3912,6 +3912,9 @@ export class SearchEngine extends BaseEngine {
|
|
|
3912
3912
|
GetMetadataAsync(TID_1, DID_1, getTag_1) {
|
|
3913
3913
|
return __awaiter(this, arguments, void 0, function* (TID, DID, getTag, outputType = 6) { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.getMetadata(TID, DID, getTag ? 1 : 0, outputType)); });
|
|
3914
3914
|
}
|
|
3915
|
+
GetSharedDcmtsAsync(TID_1, DID_1) {
|
|
3916
|
+
return __awaiter(this, arguments, void 0, function* (TID, DID, outputType = 6) { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.getSharedDcmts(TID, DID, outputType)); });
|
|
3917
|
+
}
|
|
3915
3918
|
ManyToManyRelateAsync(masterTID, masterDID, detailTID, detailDID) {
|
|
3916
3919
|
return __awaiter(this, void 0, void 0, function* () { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.manyToManyRelate(masterTID, masterDID, detailTID, detailDID)); });
|
|
3917
3920
|
}
|