mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,25 +6,25 @@
|
||||
|
||||
# Interface: DataRangeFormat
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:235](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L235)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:267](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L267)
|
||||
|
||||
## Properties
|
||||
|
||||
### end?
|
||||
|
||||
> `optional` **end**: `number` \| `null`
|
||||
> `optional` **end?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:237](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L237)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:269](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L269)
|
||||
|
||||
Exclusive ending index, if negative counts from end
|
||||
Exclusive end: integer index, date (YYYY-MM-DD), or timestamp (ISO 8601). Negative integers count from end. Aliases: `to`, `t`, `e`
|
||||
|
||||
***
|
||||
|
||||
### format?
|
||||
|
||||
> `optional` **format**: [`Format`](../type-aliases/Format.md)
|
||||
> `optional` **format?**: [`Format`](../type-aliases/Format.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:239](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L239)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:271](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L271)
|
||||
|
||||
Format of the output
|
||||
|
||||
@@ -32,18 +32,18 @@ Format of the output
|
||||
|
||||
### limit?
|
||||
|
||||
> `optional` **limit**: `number` \| `null`
|
||||
> `optional` **limit?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:238](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L238)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:270](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L270)
|
||||
|
||||
Maximum number of values to return (ignored if `end` is set)
|
||||
Maximum number of values to return (ignored if `end` is set). Aliases: `count`, `c`, `l`
|
||||
|
||||
***
|
||||
|
||||
### start?
|
||||
|
||||
> `optional` **start**: `number` \| `null`
|
||||
> `optional` **start?**: `number` \| `null`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:236](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L236)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:268](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L268)
|
||||
|
||||
Inclusive starting index, if negative counts from end
|
||||
Inclusive start: integer index, date (YYYY-MM-DD), or timestamp (ISO 8601). Negative integers count from end. Aliases: `from`, `f`, `s`
|
||||
|
||||
Reference in New Issue
Block a user