@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
16 lines • 811 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NormalizeTrackingDataResponse = void 0;
const base_response_1 = require("./base-response");
/** @description Basic structure for a response to normalize inbound tracking data */
class NormalizeTrackingDataResponse extends base_response_1.BaseResponse {
/** @description Collection of normalized tracking updates with one entry per package */
tracking_info;
/**
* @description Method for updating the tracking information state, i.e. is the returned information
* the complete state of the package or should it be appended to the existing state
*/
update_method;
}
exports.NormalizeTrackingDataResponse = NormalizeTrackingDataResponse;
//# sourceMappingURL=normalize-tracking-data-response.js.map