UNPKG

feathers-shippo

Version:

A Feathers JS adapter for the Shippo API

38 lines (37 loc) 2.18 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.shippo = exports.ShippoService = void 0; var service_1 = require("./service"); Object.defineProperty(exports, "ShippoService", { enumerable: true, get: function () { return service_1.ShippoService; } }); Object.defineProperty(exports, "shippo", { enumerable: true, get: function () { return service_1.shippo; } }); __exportStar(require("./resources/ShippoAddresses"), exports); __exportStar(require("./resources/ShippoBatches"), exports); __exportStar(require("./resources/ShippoCarrierAccounts"), exports); __exportStar(require("./resources/ShippoCarrierParcelTemplates"), exports); __exportStar(require("./resources/ShippoCustomsDeclarations"), exports); __exportStar(require("./resources/ShippoCustomsItems"), exports); __exportStar(require("./resources/ShippoManifests"), exports); __exportStar(require("./resources/ShippoOrders"), exports); __exportStar(require("./resources/ShippoParcels"), exports); __exportStar(require("./resources/ShippoPickups"), exports); __exportStar(require("./resources/ShippoRates"), exports); __exportStar(require("./resources/ShippoRefunds"), exports); __exportStar(require("./resources/ShippoServiceGroups"), exports); __exportStar(require("./resources/ShippoShipments"), exports); __exportStar(require("./resources/ShippoTracks"), exports); __exportStar(require("./resources/ShippoTransactions"), exports); __exportStar(require("./resources/ShippoUserParcelTemplates"), exports);