@topconsultnpm/sdk-ts 6.20.0-dev2.5 → 6.20.0-dev2.7

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.
@@ -356,6 +356,9 @@ export class BasketEngine extends BaseEngine {
356
356
  RemoveFilesAsync(BTID, BID, BFIDs) {
357
357
  return __awaiter(this, void 0, void 0, function* () { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.basketRemoveFiles(BTID, BID, BFIDs)); });
358
358
  }
359
+ SetIgnoreFilesFlagAsync(BTID, BID, BFIDs, ignore) {
360
+ return __awaiter(this, void 0, void 0, function* () { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.basketSetIgnoreFiles(BTID, BID, ignore ? 1 : 0, BFIDs)); });
361
+ }
359
362
  SetFileBarcodeAsync(BTID, BID, BFID, barcode) {
360
363
  return __awaiter(this, void 0, void 0, function* () { var _a; return yield ((_a = this.TMSClient) === null || _a === void 0 ? void 0 : _a.basketSetFileBarcode(BTID, BID, BFID, barcode)); });
361
364
  }