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

Commit

Permalink
Bumps version to 0.37.0-beta - Centre release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Jun 16, 2022
1 parent 9633e23 commit dd99c75
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 dd99c75

Please sign in to comment.