Skip to content

Commit

Permalink
v1.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2025
1 parent 4b6dcc8 commit 8e57722
Show file tree
Hide file tree
Showing 9 changed files with 348 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ docs/ResponsesPrice.md
docs/ResponsesRedelegation.md
docs/ResponsesRollup.md
docs/ResponsesRollupAllSeriesItem.md
docs/ResponsesRollupAllSeriesResponse.md
docs/ResponsesRollupGroupedStats.md
docs/ResponsesRollupStats24h.md
docs/ResponsesRollupWithDayStats.md
Expand Down Expand Up @@ -124,6 +125,7 @@ model_responses_price.go
model_responses_redelegation.go
model_responses_rollup.go
model_responses_rollup_all_series_item.go
model_responses_rollup_all_series_response.go
model_responses_rollup_grouped_stats.go
model_responses_rollup_stats24h.go
model_responses_rollup_with_day_stats.go
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Class | Method | HTTP request | Description
- [ResponsesRedelegation](docs/ResponsesRedelegation.md)
- [ResponsesRollup](docs/ResponsesRollup.md)
- [ResponsesRollupAllSeriesItem](docs/ResponsesRollupAllSeriesItem.md)
- [ResponsesRollupAllSeriesResponse](docs/ResponsesRollupAllSeriesResponse.md)
- [ResponsesRollupGroupedStats](docs/ResponsesRollupGroupedStats.md)
- [ResponsesRollupStats24h](docs/ResponsesRollupStats24h.md)
- [ResponsesRollupWithDayStats](docs/ResponsesRollupWithDayStats.md)
Expand Down
35 changes: 30 additions & 5 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2502,11 +2502,7 @@ paths:
application/json:
schema:
items:
additionalProperties:
items:
$ref: '#/components/schemas/responses.RollupAllSeriesItem'
type: array
type: object
$ref: '#/components/schemas/responses.RollupAllSeriesResponse'
type: array
description: OK
"400":
Expand Down Expand Up @@ -5879,6 +5875,30 @@ components:
format: integer
type: integer
type: object
responses.RollupAllSeriesResponse:
example:
time: 2023-07-04T03:10:57Z
items:
- blobs_count: 123
size: 123
fee: "123"
name: Rollup name
logo: https://some_link.com/image.png
- blobs_count: 123
size: 123
fee: "123"
name: Rollup name
logo: https://some_link.com/image.png
properties:
items:
items:
$ref: '#/components/schemas/responses.RollupAllSeriesItem'
type: array
time:
example: 2023-07-04T03:10:57Z
format: date-time
type: string
type: object
responses.RollupGroupedStats:
example:
blobs_count: 2
Expand Down Expand Up @@ -6349,6 +6369,7 @@ components:
example:
synced: true
chain_id: mocha-4
total_namespaces: 312
total_supply: "312"
total_tx: 23456
total_stake: "312"
Expand Down Expand Up @@ -6403,6 +6424,10 @@ components:
example: "312"
format: string
type: string
total_namespaces:
example: 312
format: string
type: integer
total_stake:
example: "312"
format: string
Expand Down
8 changes: 4 additions & 4 deletions api_rollup.go

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

82 changes: 82 additions & 0 deletions docs/ResponsesRollupAllSeriesResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# ResponsesRollupAllSeriesResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Items** | Pointer to [**[]ResponsesRollupAllSeriesItem**](ResponsesRollupAllSeriesItem.md) | | [optional]
**Time** | Pointer to **time.Time** | | [optional]

## Methods

### NewResponsesRollupAllSeriesResponse

`func NewResponsesRollupAllSeriesResponse() *ResponsesRollupAllSeriesResponse`

NewResponsesRollupAllSeriesResponse instantiates a new ResponsesRollupAllSeriesResponse object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewResponsesRollupAllSeriesResponseWithDefaults

`func NewResponsesRollupAllSeriesResponseWithDefaults() *ResponsesRollupAllSeriesResponse`

NewResponsesRollupAllSeriesResponseWithDefaults instantiates a new ResponsesRollupAllSeriesResponse object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetItems

`func (o *ResponsesRollupAllSeriesResponse) GetItems() []ResponsesRollupAllSeriesItem`

GetItems returns the Items field if non-nil, zero value otherwise.

### GetItemsOk

`func (o *ResponsesRollupAllSeriesResponse) GetItemsOk() (*[]ResponsesRollupAllSeriesItem, bool)`

GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetItems

`func (o *ResponsesRollupAllSeriesResponse) SetItems(v []ResponsesRollupAllSeriesItem)`

SetItems sets Items field to given value.

### HasItems

`func (o *ResponsesRollupAllSeriesResponse) HasItems() bool`

HasItems returns a boolean if a field has been set.

### GetTime

`func (o *ResponsesRollupAllSeriesResponse) GetTime() time.Time`

GetTime returns the Time field if non-nil, zero value otherwise.

### GetTimeOk

`func (o *ResponsesRollupAllSeriesResponse) GetTimeOk() (*time.Time, bool)`

GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTime

`func (o *ResponsesRollupAllSeriesResponse) SetTime(v time.Time)`

SetTime sets Time field to given value.

### HasTime

`func (o *ResponsesRollupAllSeriesResponse) HasTime() bool`

HasTime returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


26 changes: 26 additions & 0 deletions docs/ResponsesState.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**TotalAccounts** | Pointer to **int64** | | [optional]
**TotalBlobsSize** | Pointer to **int64** | | [optional]
**TotalFee** | Pointer to **string** | | [optional]
**TotalNamespaces** | Pointer to **int32** | | [optional]
**TotalStake** | Pointer to **string** | | [optional]
**TotalSupply** | Pointer to **string** | | [optional]
**TotalTx** | Pointer to **int64** | | [optional]
Expand Down Expand Up @@ -289,6 +290,31 @@ SetTotalFee sets TotalFee field to given value.

HasTotalFee returns a boolean if a field has been set.

### GetTotalNamespaces

`func (o *ResponsesState) GetTotalNamespaces() int32`

GetTotalNamespaces returns the TotalNamespaces field if non-nil, zero value otherwise.

### GetTotalNamespacesOk

`func (o *ResponsesState) GetTotalNamespacesOk() (*int32, bool)`

GetTotalNamespacesOk returns a tuple with the TotalNamespaces field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTotalNamespaces

`func (o *ResponsesState) SetTotalNamespaces(v int32)`

SetTotalNamespaces sets TotalNamespaces field to given value.

### HasTotalNamespaces

`func (o *ResponsesState) HasTotalNamespaces() bool`

HasTotalNamespaces returns a boolean if a field has been set.

### GetTotalStake

`func (o *ResponsesState) GetTotalStake() string`
Expand Down
6 changes: 3 additions & 3 deletions docs/RollupAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ No authorization required

## GetRollupAllSeries

> []map[string][]ResponsesRollupAllSeriesItem GetRollupAllSeries(ctx, timeframe).Execute()
> []ResponsesRollupAllSeriesResponse GetRollupAllSeries(ctx, timeframe).Execute()
Get series for all rollups

Expand Down Expand Up @@ -119,7 +119,7 @@ func main() {
fmt.Fprintf(os.Stderr, "Error when calling `RollupAPI.GetRollupAllSeries``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
// response from `GetRollupAllSeries`: []map[string][]ResponsesRollupAllSeriesItem
// response from `GetRollupAllSeries`: []ResponsesRollupAllSeriesResponse
fmt.Fprintf(os.Stdout, "Response from `RollupAPI.GetRollupAllSeries`: %v\n", resp)
}
```
Expand All @@ -143,7 +143,7 @@ Name | Type | Description | Notes

### Return type

[**[]map[string][]ResponsesRollupAllSeriesItem**](map.md)
[**[]ResponsesRollupAllSeriesResponse**](ResponsesRollupAllSeriesResponse.md)

### Authorization

Expand Down
Loading

0 comments on commit 8e57722

Please sign in to comment.