Skip to content

Commit

Permalink
Updating typescript definitions to include options in the Client cons…
Browse files Browse the repository at this point in the history
…tructor
  • Loading branch information
douglasmiller committed Mar 11, 2022
1 parent 35341da commit 41d9f64
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 41d9f64

Please sign in to comment.