@shipengine/js-api
Advanced tools
| import { AxiosInstance } from "axios"; | ||
| import { Money } from "../payments"; | ||
| import { Carrier, CarrierAutoFundingSettings, CarrierAutoFundingSettingsResponse, CarrierConnection } from "./types"; | ||
| import { Carrier, CarrierAutoFundingSettings, CarrierAutoFundingSettingsResponse, CarrierConnection, WalletTransactionHistory } from "./types"; | ||
| export declare class CarriersAPI { | ||
@@ -17,2 +17,3 @@ private client; | ||
| getAutoFunding: (carrierId: string) => Promise<import("axios").AxiosResponse<CarrierAutoFundingSettingsResponse, any>>; | ||
| getWalletHistory: (startDate: Date, endDate: Date, page: number) => Promise<import("axios").AxiosResponse<WalletTransactionHistory, any>>; | ||
| } |
+1
-1
| { | ||
| "name": "@shipengine/js-api", | ||
| "version": "0.3.0", | ||
| "version": "0.4.0", | ||
| "main": "./index.js", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
213910
0.05%4326
0.05%