feat: autogenerate steel path honors vendor #2187

Merged
Sainan merged 2 commits from teshin-auto into main 2025-06-18 05:49:59 -07:00
Showing only changes of commit 1244f89761 - Show all commits

View File

@ -3,7 +3,6 @@ import { isDev } from "@/src/helpers/pathHelper";
import { catBreadHash } from "@/src/helpers/stringHelpers";
import { TInventoryDatabaseDocument } from "@/src/models/inventoryModels/inventoryModel";
import { mixSeeds, SRng } from "@/src/services/rngService";
import { IMongoDate } from "@/src/types/commonTypes";
import { IItemManifest, IVendorInfo, IVendorManifest } from "@/src/types/vendorTypes";
import { logger } from "@/src/utils/logger";
import { ExportVendors, IRange, IVendor, IVendorOffer } from "warframe-public-export-plus";