@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 557 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateMethods = void 0;
/** @description Update method to use for the tracking information */
var UpdateMethods;
(function (UpdateMethods) {
/** @description Append the new data to the existing data set */
UpdateMethods["Append"] = "append";
/** @description Replace the existing data set with the new data */
UpdateMethods["Replace"] = "replace";
})(UpdateMethods || (exports.UpdateMethods = UpdateMethods = {}));
//# sourceMappingURL=update-method.js.map