@shipengine/connect-order-source-api
Version:
This is the typescript/javascript definitions for the order source api
9 lines • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetConnectionContextRequest = void 0;
const request_base_1 = require("./request-base");
/** @description This request is sent after a user authenticates with the third party, this allows you the chance to fetch additional properties and append them onto the connection_context. */
class GetConnectionContextRequest extends request_base_1.RequestBase {
}
exports.GetConnectionContextRequest = GetConnectionContextRequest;
//# sourceMappingURL=get-connection-context-request.js.map