Skip to content

Commit

Permalink
Add missing asset params types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Aug 22, 2021
1 parent 5242cd8 commit 5fda93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email" : "pinknetworkx@gmail.com"
},
"license": "MIT",
"version": "1.4.1",
"version": "1.4.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/API/Explorer/Params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface AssetFilterParams {
[key: string]: any;
}

export interface AssetsApiParams extends GreylistParams, HideOffersParams, PrimaryBoundaryParams, DateBoundaryParams {
export interface AssetsApiParams extends AssetFilterParams, GreylistParams, HideOffersParams, PrimaryBoundaryParams, DateBoundaryParams {
authorized_account?: string;
only_duplicate_templates?: boolean;

Expand Down

0 comments on commit 5fda93b

Please sign in to comment.