Skip to content

Commit

Permalink
Merge pull request #249 from recurly/client-options-typescript
Browse files Browse the repository at this point in the history
Updating typescript definitions to include options in the Client constructor
  • Loading branch information
jguidry-recurly authored Mar 11, 2022
2 parents 35341da + 41d9f64 commit 89041a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/recurly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5131,7 +5131,7 @@ export interface DunningCampaignsBulkUpdate {


export declare class Client {
constructor(apiKey: string);
constructor(apiKey: string, options?: object);
apiVersion(): string;
/**
* List sites
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89041a7

Please sign in to comment.