Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix: correct both with all adjustment param
Browse files Browse the repository at this point in the history
  • Loading branch information
hkang1 committed Oct 15, 2021
1 parent bed6c48 commit a156354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @types/params.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface GetBars {
limit?: number;
page_token?: string;
timeframe: '1Sec' | '1Min' | '1Hour' | '1Day';
adjustment?: 'both' | 'dividend' | 'raw' | 'split';
adjustment?: 'all' | 'dividend' | 'raw' | 'split';
}
export interface GetBars_v1 {
timeframe: string;
Expand Down
2 changes: 1 addition & 1 deletion src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export interface GetBars {
limit?: number
page_token?: string
timeframe: '1Sec' | '1Min' | '1Hour' | '1Day'
adjustment?: 'both' | 'dividend' | 'raw' | 'split'
adjustment?: 'all' | 'dividend' | 'raw' | 'split'
}

export interface GetBars_v1 {
Expand Down

0 comments on commit a156354

Please # to comment.