@master-chief/alpaca-ts
Advanced tools
Comparing version 7.0.5-alpha to 7.0.6-alpha
@@ -35,2 +35,3 @@ import type { OpenAPIConfig } from "./core/OpenAPI.js"; | ||
export declare class Client { | ||
private readonly request; | ||
readonly calendar: CalendarService; | ||
@@ -45,3 +46,2 @@ readonly clock: ClockService; | ||
readonly watchlists: WatchlistsService; | ||
readonly request: BaseHttpRequest; | ||
readonly account: AccountServices; | ||
@@ -48,0 +48,0 @@ constructor(options?: ClientOptions, HttpRequest?: HttpRequestConstructor); |
{ | ||
"name": "@master-chief/alpaca-ts", | ||
"version": "7.0.5-alpha", | ||
"version": "7.0.6-alpha", | ||
"description": "A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.", | ||
@@ -5,0 +5,0 @@ "author": "117", |
@@ -51,2 +51,4 @@ import type { OpenAPIConfig } from "./core/OpenAPI.js"; | ||
export class Client { | ||
private readonly request: BaseHttpRequest; | ||
public readonly calendar: CalendarService; | ||
@@ -61,3 +63,2 @@ public readonly clock: ClockService; | ||
public readonly watchlists: WatchlistsService; | ||
public readonly request: BaseHttpRequest; | ||
public readonly account: AccountServices; | ||
@@ -64,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
466018