Skip to content

Commit fded180

Browse files
committed
v1.11.4
1 parent cf032cf commit fded180

9 files changed

+404
-2
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.13.0-SNAPSHOT
1+
7.14.0-SNAPSHOT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
77

88
- API version: 1.0
99
- Package version: 1.0.0
10-
- Generator version: 7.13.0-SNAPSHOT
10+
- Generator version: 7.14.0-SNAPSHOT
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://discord.gg/3k83Przqk8](https://discord.gg/3k83Przqk8)
1313

api/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5678,6 +5678,8 @@ components:
56785678
stack: op_stack
56795679
website: https://website.com
56805680
defi_lama: Manta
5681+
color: '#123456'
5682+
settled_on: Ethereum
56815683
description: Long rollup description
56825684
type: settled
56835685
tags:
@@ -5707,6 +5709,10 @@ components:
57075709
example: nft
57085710
format: string
57095711
type: string
5712+
color:
5713+
example: '#123456'
5714+
format: string
5715+
type: string
57105716
compression:
57115717
example: zip
57125718
format: string
@@ -5751,6 +5757,10 @@ components:
57515757
example: name
57525758
format: string
57535759
type: string
5760+
settled_on:
5761+
example: Ethereum
5762+
format: string
5763+
type: string
57545764
slug:
57555765
example: rollup_slug
57565766
format: string
@@ -5896,6 +5906,8 @@ components:
58965906
namespace_count: 100
58975907
stack: op_stack
58985908
defi_lama: Manta
5909+
color: '#123456'
5910+
settled_on: Ethereum
58995911
description: Long rollup description
59005912
type: settled
59015913
blobs_count: 100
@@ -5942,6 +5954,10 @@ components:
59425954
example: nft
59435955
format: string
59445956
type: string
5957+
color:
5958+
example: '#123456'
5959+
format: string
5960+
type: string
59455961
compression:
59465962
example: zip
59475963
format: string
@@ -5998,6 +6014,10 @@ components:
59986014
example: name
59996015
format: string
60006016
type: string
6017+
settled_on:
6018+
example: Ethereum
6019+
format: string
6020+
type: string
60016021
slug:
60026022
example: rollup_slug
60036023
format: string
@@ -6039,7 +6059,9 @@ components:
60396059
example:
60406060
stack: op_stack
60416061
defi_lama: Manta
6062+
color: '#123456'
60426063
fee: "123.456789"
6064+
settled_on: Ethereum
60436065
description: Long rollup description
60446066
type: settled
60456067
blobs_count: 2
@@ -6087,6 +6109,10 @@ components:
60876109
example: nft
60886110
format: string
60896111
type: string
6112+
color:
6113+
example: '#123456'
6114+
format: string
6115+
type: string
60906116
compression:
60916117
example: zip
60926118
format: string
@@ -6151,6 +6177,10 @@ components:
61516177
example: name
61526178
format: string
61536179
type: string
6180+
settled_on:
6181+
example: Ethereum
6182+
format: string
6183+
type: string
61546184
size:
61556185
example: 1000
61566186
format: integer

docs/ResponsesRollup.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Bridge** | Pointer to **string** | | [optional]
88
**Category** | Pointer to **string** | | [optional]
9+
**Color** | Pointer to **string** | | [optional]
910
**Compression** | Pointer to **string** | | [optional]
1011
**DefiLama** | Pointer to **string** | | [optional]
1112
**Description** | Pointer to **string** | | [optional]
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
1718
**Logo** | Pointer to **string** | | [optional]
1819
**Name** | Pointer to **string** | | [optional]
1920
**Provider** | Pointer to **string** | | [optional]
21+
**SettledOn** | Pointer to **string** | | [optional]
2022
**Slug** | Pointer to **string** | | [optional]
2123
**Stack** | Pointer to **string** | | [optional]
2224
**Tags** | Pointer to **[]string** | | [optional]
@@ -94,6 +96,31 @@ SetCategory sets Category field to given value.
9496

9597
HasCategory returns a boolean if a field has been set.
9698

99+
### GetColor
100+
101+
`func (o *ResponsesRollup) GetColor() string`
102+
103+
GetColor returns the Color field if non-nil, zero value otherwise.
104+
105+
### GetColorOk
106+
107+
`func (o *ResponsesRollup) GetColorOk() (*string, bool)`
108+
109+
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise
110+
and a boolean to check if the value has been set.
111+
112+
### SetColor
113+
114+
`func (o *ResponsesRollup) SetColor(v string)`
115+
116+
SetColor sets Color field to given value.
117+
118+
### HasColor
119+
120+
`func (o *ResponsesRollup) HasColor() bool`
121+
122+
HasColor returns a boolean if a field has been set.
123+
97124
### GetCompression
98125

99126
`func (o *ResponsesRollup) GetCompression() string`
@@ -369,6 +396,31 @@ SetProvider sets Provider field to given value.
369396

370397
HasProvider returns a boolean if a field has been set.
371398

399+
### GetSettledOn
400+
401+
`func (o *ResponsesRollup) GetSettledOn() string`
402+
403+
GetSettledOn returns the SettledOn field if non-nil, zero value otherwise.
404+
405+
### GetSettledOnOk
406+
407+
`func (o *ResponsesRollup) GetSettledOnOk() (*string, bool)`
408+
409+
GetSettledOnOk returns a tuple with the SettledOn field if it's non-nil, zero value otherwise
410+
and a boolean to check if the value has been set.
411+
412+
### SetSettledOn
413+
414+
`func (o *ResponsesRollup) SetSettledOn(v string)`
415+
416+
SetSettledOn sets SettledOn field to given value.
417+
418+
### HasSettledOn
419+
420+
`func (o *ResponsesRollup) HasSettledOn() bool`
421+
422+
HasSettledOn returns a boolean if a field has been set.
423+
372424
### GetSlug
373425

374426
`func (o *ResponsesRollup) GetSlug() string`

docs/ResponsesRollupWithDayStats.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**BlobsPerPfb** | Pointer to **float32** | | [optional]
1010
**Bridge** | Pointer to **string** | | [optional]
1111
**Category** | Pointer to **string** | | [optional]
12+
**Color** | Pointer to **string** | | [optional]
1213
**Compression** | Pointer to **string** | | [optional]
1314
**DefiLama** | Pointer to **string** | | [optional]
1415
**Description** | Pointer to **string** | | [optional]
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
2324
**NamespaceCount** | Pointer to **int32** | | [optional]
2425
**PfbCount** | Pointer to **int32** | | [optional]
2526
**Provider** | Pointer to **string** | | [optional]
27+
**SettledOn** | Pointer to **string** | | [optional]
2628
**Slug** | Pointer to **string** | | [optional]
2729
**Stack** | Pointer to **string** | | [optional]
2830
**Throughput** | Pointer to **int32** | | [optional]
@@ -177,6 +179,31 @@ SetCategory sets Category field to given value.
177179

178180
HasCategory returns a boolean if a field has been set.
179181

182+
### GetColor
183+
184+
`func (o *ResponsesRollupWithDayStats) GetColor() string`
185+
186+
GetColor returns the Color field if non-nil, zero value otherwise.
187+
188+
### GetColorOk
189+
190+
`func (o *ResponsesRollupWithDayStats) GetColorOk() (*string, bool)`
191+
192+
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise
193+
and a boolean to check if the value has been set.
194+
195+
### SetColor
196+
197+
`func (o *ResponsesRollupWithDayStats) SetColor(v string)`
198+
199+
SetColor sets Color field to given value.
200+
201+
### HasColor
202+
203+
`func (o *ResponsesRollupWithDayStats) HasColor() bool`
204+
205+
HasColor returns a boolean if a field has been set.
206+
180207
### GetCompression
181208

182209
`func (o *ResponsesRollupWithDayStats) GetCompression() string`
@@ -527,6 +554,31 @@ SetProvider sets Provider field to given value.
527554

528555
HasProvider returns a boolean if a field has been set.
529556

557+
### GetSettledOn
558+
559+
`func (o *ResponsesRollupWithDayStats) GetSettledOn() string`
560+
561+
GetSettledOn returns the SettledOn field if non-nil, zero value otherwise.
562+
563+
### GetSettledOnOk
564+
565+
`func (o *ResponsesRollupWithDayStats) GetSettledOnOk() (*string, bool)`
566+
567+
GetSettledOnOk returns a tuple with the SettledOn field if it's non-nil, zero value otherwise
568+
and a boolean to check if the value has been set.
569+
570+
### SetSettledOn
571+
572+
`func (o *ResponsesRollupWithDayStats) SetSettledOn(v string)`
573+
574+
SetSettledOn sets SettledOn field to given value.
575+
576+
### HasSettledOn
577+
578+
`func (o *ResponsesRollupWithDayStats) HasSettledOn() bool`
579+
580+
HasSettledOn returns a boolean if a field has been set.
581+
530582
### GetSlug
531583

532584
`func (o *ResponsesRollupWithDayStats) GetSlug() string`

docs/ResponsesRollupWithStats.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**BlobsCountPct** | Pointer to **float32** | | [optional]
99
**Bridge** | Pointer to **string** | | [optional]
1010
**Category** | Pointer to **string** | | [optional]
11+
**Color** | Pointer to **string** | | [optional]
1112
**Compression** | Pointer to **string** | | [optional]
1213
**DaPct** | Pointer to **float32** | | [optional]
1314
**DefiLama** | Pointer to **string** | | [optional]
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
2425
**Logo** | Pointer to **string** | | [optional]
2526
**Name** | Pointer to **string** | | [optional]
2627
**Provider** | Pointer to **string** | | [optional]
28+
**SettledOn** | Pointer to **string** | | [optional]
2729
**Size** | Pointer to **int32** | | [optional]
2830
**SizePct** | Pointer to **float32** | | [optional]
2931
**Slug** | Pointer to **string** | | [optional]
@@ -153,6 +155,31 @@ SetCategory sets Category field to given value.
153155

154156
HasCategory returns a boolean if a field has been set.
155157

158+
### GetColor
159+
160+
`func (o *ResponsesRollupWithStats) GetColor() string`
161+
162+
GetColor returns the Color field if non-nil, zero value otherwise.
163+
164+
### GetColorOk
165+
166+
`func (o *ResponsesRollupWithStats) GetColorOk() (*string, bool)`
167+
168+
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise
169+
and a boolean to check if the value has been set.
170+
171+
### SetColor
172+
173+
`func (o *ResponsesRollupWithStats) SetColor(v string)`
174+
175+
SetColor sets Color field to given value.
176+
177+
### HasColor
178+
179+
`func (o *ResponsesRollupWithStats) HasColor() bool`
180+
181+
HasColor returns a boolean if a field has been set.
182+
156183
### GetCompression
157184

158185
`func (o *ResponsesRollupWithStats) GetCompression() string`
@@ -553,6 +580,31 @@ SetProvider sets Provider field to given value.
553580

554581
HasProvider returns a boolean if a field has been set.
555582

583+
### GetSettledOn
584+
585+
`func (o *ResponsesRollupWithStats) GetSettledOn() string`
586+
587+
GetSettledOn returns the SettledOn field if non-nil, zero value otherwise.
588+
589+
### GetSettledOnOk
590+
591+
`func (o *ResponsesRollupWithStats) GetSettledOnOk() (*string, bool)`
592+
593+
GetSettledOnOk returns a tuple with the SettledOn field if it's non-nil, zero value otherwise
594+
and a boolean to check if the value has been set.
595+
596+
### SetSettledOn
597+
598+
`func (o *ResponsesRollupWithStats) SetSettledOn(v string)`
599+
600+
SetSettledOn sets SettledOn field to given value.
601+
602+
### HasSettledOn
603+
604+
`func (o *ResponsesRollupWithStats) HasSettledOn() bool`
605+
606+
HasSettledOn returns a boolean if a field has been set.
607+
556608
### GetSize
557609

558610
`func (o *ResponsesRollupWithStats) GetSize() int32`

0 commit comments

Comments
 (0)