Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #276 from TrueBlocks/develop
Browse files Browse the repository at this point in the history
Bumps version to 0.37.0-beta - Centre release
  • Loading branch information
tjayrush authored Jun 16, 2022
2 parents 9633e23 + dd99c75 commit 2ea9d92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sdk/generated_ts/paths/monitors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import { address, Monitor } from "../types";

export function getMonitors(
parameters?: {
addrs: address[],
addrs?: address[],
clean?: boolean,
watch?: boolean,
sleep?: number,
delete?: boolean,
undelete?: boolean,
remove?: boolean,
Expand Down

0 comments on commit 2ea9d92

Please sign in to comment.