Skip to content

Commit 950c40a

Browse files
committed
1 parent a500e93 commit 950c40a

File tree

6 files changed

+28
-10
lines changed

6 files changed

+28
-10
lines changed

.openapi-generator/VERSION

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

README.md

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

4343
- API version: 1.0.0
4444
- Package version: 1.0.0
45-
- Generator version: 7.12.0-SNAPSHOT
45+
- Generator version: 7.14.0-SNAPSHOT
4646
- Build package: org.openapitools.codegen.languages.GoClientCodegen
4747
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)
4848

api/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ paths:
11151115
required: false
11161116
schema:
11171117
example:
1118-
- wings
1118+
- ceremonial-wings
11191119
items:
11201120
type: string
11211121
type: array
@@ -1310,7 +1310,7 @@ paths:
13101310
name: ankama_id
13111311
required: true
13121312
schema:
1313-
example: 26009
1313+
example: 13971
13141314
type: integer
13151315
style: simple
13161316
- description: game main 'dofus3' or beta channel 'dofus3beta'
@@ -2154,7 +2154,7 @@ paths:
21542154
required: false
21552155
schema:
21562156
example:
2157-
- wood
2157+
- key
21582158
items:
21592159
type: string
21602160
type: array
@@ -2958,7 +2958,7 @@ paths:
29582958
required: false
29592959
schema:
29602960
example:
2961-
- boots
2961+
- ceremonial-wings
29622962
items:
29632963
type: string
29642964
type: array
@@ -3087,7 +3087,7 @@ paths:
30873087
required: false
30883088
schema:
30893089
example:
3090-
- boots
3090+
- kwismas-island
30913091
items:
30923092
type: string
30933093
type: array
@@ -3209,7 +3209,7 @@ paths:
32093209
required: false
32103210
schema:
32113211
example:
3212-
- boots
3212+
- chest
32133213
items:
32143214
type: string
32153215
type: array
@@ -3337,7 +3337,7 @@ paths:
33373337
required: false
33383338
schema:
33393339
example:
3340-
- boots
3340+
- garment
33413341
items:
33423342
type: string
33433343
type: array

client.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/EquipmentAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ import (
286286

287287
func main() {
288288
language := "language_example" // string | a valid language code
289-
ankamaId := int32(26009) // int32 | identifier
289+
ankamaId := int32(13971) // int32 | identifier
290290
game := "dofus3" // string | game main 'dofus3' or beta channel 'dofus3beta'
291291

292292
configuration := openapiclient.NewConfiguration()

model_condition_node.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)