@shipengine/connect-inventory-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Inventory API
15 lines • 534 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InventoryApp = void 0;
const connect_runtime_1 = require("@shipengine/connect-runtime");
/**
* @deprecated Connect apps should no longer instantiate themselves.
* See https://connect.shipengine.com/getting-started/v2-v4-upgrade/ for more information on upgrading.
*/
class InventoryApp {
constructor(_) {
(0, connect_runtime_1.obsoleteAppError)();
}
}
exports.InventoryApp = InventoryApp;
//# sourceMappingURL=inventory-app.js.map
;