@shipengine/connect-inventory-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Inventory API
10 lines • 353 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.FetchType = void 0;
var FetchType;
(function (FetchType) {
FetchType["FULL"] = "full";
FetchType["DELTA"] = "delta";
FetchType["PARTIAL"] = "partial";
})(FetchType || (exports.FetchType = FetchType = {}));
//# sourceMappingURL=inventory-app-metadata.js.map
;