@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
15 lines • 585 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FulfillmentProviderApp = 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 FulfillmentProviderApp {
constructor(_) {
(0, connect_runtime_1.obsoleteAppError)();
}
}
exports.FulfillmentProviderApp = FulfillmentProviderApp;
//# sourceMappingURL=fulfillment-provider-app.js.map