UNPKG

ebay-api

Version:

eBay API for Node and Browser

11 lines (10 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var calls; (function (calls) { calls[calls["getMostWatchedItems"] = 0] = "getMostWatchedItems"; calls[calls["getRelatedCategoryItems"] = 1] = "getRelatedCategoryItems"; calls[calls["getSimilarItems"] = 2] = "getSimilarItems"; calls[calls["getVersion"] = 3] = "getVersion"; })(calls || (calls = {})); exports.default = calls;