Skip to content

Commit

Permalink
chore: add abi support to client predicate (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr authored Jul 22, 2024
1 parent 138b3ea commit c967589
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/client/typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion components/client/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/chainhook-client",
"version": "1.10.0",
"version": "1.11.0",
"description": "Chainhook TypeScript client",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions components/client/typescript/src/schemas/stacks/if_this.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const StacksIfThisOptionsSchema = Type.Object({
end_block: Type.Optional(Type.Integer()),
expire_after_occurrence: Type.Optional(Type.Integer()),
decode_clarity_values: Type.Optional(Type.Boolean()),
include_contract_abi: Type.Optional(Type.Boolean()),
});
export type StacksIfThisOptions = Static<typeof StacksIfThisOptionsSchema>;

Expand Down

0 comments on commit c967589

Please sign in to comment.