Skip to content

Commit 5e18c99

Browse files
committed
1 parent 1a5e45d commit 5e18c99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-57
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
dofusdude
44
- API version: 0.9.0
5-
- Build date: 2024-05-07T14:09:31.214283751Z[Etc/UTC]
5+
- Build date: 2024-05-10T15:08:03.492983554Z[Etc/UTC]
66
- Generator version: 7.6.0-SNAPSHOT
77

88
# A project for you - the developer.

src/main/java/com/dofusdude/client/ApiException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
24+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

src/main/java/com/dofusdude/client/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.dofusdude.client;
1515

16-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
16+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
1717
public class Configuration {
1818
public static final String VERSION = "0.9.0";
1919

src/main/java/com/dofusdude/client/Pair.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.dofusdude.client;
1515

16-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
16+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/dofusdude/client/ServerConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Representing a Server configuration.
77
*/
8-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
8+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
99
public class ServerConfiguration {
1010
public String URL;
1111
public String description;

src/main/java/com/dofusdude/client/ServerVariable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Representing a Server Variable for server URL template substitution.
77
*/
8-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
8+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
99
public class ServerVariable {
1010
public String description;
1111
public String defaultValue;

src/main/java/com/dofusdude/client/StringUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
19+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/dofusdude/client/auth/ApiKeyAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
23+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

src/main/java/com/dofusdude/client/auth/HttpBearerAuth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.util.Optional;
2323
import java.util.function.Supplier;
2424

25-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
25+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
2626
public class HttpBearerAuth implements Authentication {
2727
private final String scheme;
2828
private Supplier<String> tokenSupplier;

src/main/java/com/dofusdude/client/model/AbstractOpenApiSchema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2323
*/
24-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
24+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
2525
public abstract class AbstractOpenApiSchema {
2626

2727
// store the actual instance of the schema/object

src/main/java/com/dofusdude/client/model/AlmanaxEntry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* AlmanaxEntry
5454
*/
55-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
55+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5656
public class AlmanaxEntry {
5757
public static final String SERIALIZED_NAME_BONUS = "bonus";
5858
@SerializedName(SERIALIZED_NAME_BONUS)

src/main/java/com/dofusdude/client/model/AlmanaxEntryBonus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AlmanaxEntryBonus
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class AlmanaxEntryBonus {
5555
public static final String SERIALIZED_NAME_DESCRIPTION = "description";
5656
@SerializedName(SERIALIZED_NAME_DESCRIPTION)

src/main/java/com/dofusdude/client/model/AlmanaxEntryTribute.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AlmanaxEntryTribute
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class AlmanaxEntryTribute {
5555
public static final String SERIALIZED_NAME_ITEM = "item";
5656
@SerializedName(SERIALIZED_NAME_ITEM)

src/main/java/com/dofusdude/client/model/AlmanaxEntryTributeItem.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AlmanaxEntryTributeItem
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class AlmanaxEntryTributeItem {
5555
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
5656
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)

src/main/java/com/dofusdude/client/model/AlmanaxWebhook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
/**
6161
*
6262
*/
63-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
63+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6464
public class AlmanaxWebhook {
6565
public static final String SERIALIZED_NAME_ID = "id";
6666
@SerializedName(SERIALIZED_NAME_ID)

src/main/java/com/dofusdude/client/model/AlmanaxWebhookDailySettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* AlmanaxWebhookDailySettings
5151
*/
52-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
52+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5353
public class AlmanaxWebhookDailySettings {
5454
public static final String SERIALIZED_NAME_TIMEZONE = "timezone";
5555
@SerializedName(SERIALIZED_NAME_TIMEZONE)

src/main/java/com/dofusdude/client/model/ConditionEntry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
*
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class ConditionEntry {
5555
public static final String SERIALIZED_NAME_OPERATOR = "operator";
5656
@SerializedName(SERIALIZED_NAME_OPERATOR)

src/main/java/com/dofusdude/client/model/ConditionTreeLeaf.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* ConditionTreeLeaf
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class ConditionTreeLeaf {
5555
public static final String SERIALIZED_NAME_IS_OPERAND = "is_operand";
5656
@SerializedName(SERIALIZED_NAME_IS_OPERAND)

src/main/java/com/dofusdude/client/model/ConditionTreeNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
import com.dofusdude.client.JSON;
6464

65-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
65+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6666
public class ConditionTreeNode extends AbstractOpenApiSchema {
6767
private static final Logger log = Logger.getLogger(ConditionTreeNode.class.getName());
6868

src/main/java/com/dofusdude/client/model/ConditionTreeRelation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* ConditionTreeRelation
5454
*/
55-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
55+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5656
public class ConditionTreeRelation {
5757
public static final String SERIALIZED_NAME_IS_OPERAND = "is_operand";
5858
@SerializedName(SERIALIZED_NAME_IS_OPERAND)

src/main/java/com/dofusdude/client/model/Cosmetic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/**
5959
* Cosmetic
6060
*/
61-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
61+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6262
public class Cosmetic {
6363
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
6464
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)

src/main/java/com/dofusdude/client/model/CosmeticType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* CosmeticType
5151
*/
52-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
52+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5353
public class CosmeticType {
5454
public static final String SERIALIZED_NAME_NAME = "name";
5555
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/com/dofusdude/client/model/CreateAlmanaxWebhook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
* CreateAlmanaxWebhook
6161
*/
62-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
62+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6363
public class CreateAlmanaxWebhook {
6464
public static final String SERIALIZED_NAME_BONUS_WHITELIST = "bonus_whitelist";
6565
@SerializedName(SERIALIZED_NAME_BONUS_WHITELIST)

src/main/java/com/dofusdude/client/model/CreateAlmanaxWebhookDailySettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* CreateAlmanaxWebhookDailySettings
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class CreateAlmanaxWebhookDailySettings {
5555
public static final String SERIALIZED_NAME_TIMEZONE = "timezone";
5656
@SerializedName(SERIALIZED_NAME_TIMEZONE)

src/main/java/com/dofusdude/client/model/CreateAlmanaxWebhookMentionsValueInner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* Mention
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class CreateAlmanaxWebhookMentionsValueInner {
5555
public static final String SERIALIZED_NAME_DISCORD_ID = "discord_id";
5656
@SerializedName(SERIALIZED_NAME_DISCORD_ID)

src/main/java/com/dofusdude/client/model/CreateRSSWebhook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/**
5656
*
5757
*/
58-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
58+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5959
public class CreateRSSWebhook {
6060
public static final String SERIALIZED_NAME_WHITELIST = "whitelist";
6161
@SerializedName(SERIALIZED_NAME_WHITELIST)

src/main/java/com/dofusdude/client/model/CreateTwitterWebhook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/**
5656
*
5757
*/
58-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
58+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5959
public class CreateTwitterWebhook {
6060
public static final String SERIALIZED_NAME_WHITELIST = "whitelist";
6161
@SerializedName(SERIALIZED_NAME_WHITELIST)

src/main/java/com/dofusdude/client/model/EffectsEntry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* EffectsEntry
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class EffectsEntry {
5555
public static final String SERIALIZED_NAME_INT_MINIMUM = "int_minimum";
5656
@SerializedName(SERIALIZED_NAME_INT_MINIMUM)

src/main/java/com/dofusdude/client/model/Equipment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
* Equipment
6161
*/
62-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
62+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6363
public class Equipment {
6464
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
6565
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)

src/main/java/com/dofusdude/client/model/EquipmentSet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
/**
5454
* EquipmentSet
5555
*/
56-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
56+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5757
public class EquipmentSet {
5858
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
5959
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)

src/main/java/com/dofusdude/client/model/GetGameSearch200ResponseInner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* GetGameSearch200ResponseInner
5151
*/
52-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
52+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5353
public class GetGameSearch200ResponseInner {
5454
public static final String SERIALIZED_NAME_NAME = "name";
5555
@SerializedName(SERIALIZED_NAME_NAME)

src/main/java/com/dofusdude/client/model/GetMetaAlmanaxBonuses200ResponseInner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* GetMetaAlmanaxBonuses200ResponseInner
5151
*/
52-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
52+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5353
public class GetMetaAlmanaxBonuses200ResponseInner {
5454
public static final String SERIALIZED_NAME_ID = "id";
5555
@SerializedName(SERIALIZED_NAME_ID)

src/main/java/com/dofusdude/client/model/GetMetaWebhooksTwitter200Response.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/**
5252
* GetMetaWebhooksTwitter200Response
5353
*/
54-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
54+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5555
public class GetMetaWebhooksTwitter200Response {
5656
public static final String SERIALIZED_NAME_SUBSCRIPTIONS = "subscriptions";
5757
@SerializedName(SERIALIZED_NAME_SUBSCRIPTIONS)

src/main/java/com/dofusdude/client/model/ImageUrls.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* All images except icon are rendered in the background which can take some time (up to hours if all data is completely generated from scratch). Because of this, they can be null if they are not yet rendered.
5252
*/
53-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
53+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
5454
public class ImageUrls {
5555
public static final String SERIALIZED_NAME_ICON = "icon";
5656
@SerializedName(SERIALIZED_NAME_ICON)

src/main/java/com/dofusdude/client/model/ItemListEntry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
/**
6161
* ItemListEntry
6262
*/
63-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T14:09:31.214283751Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
63+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-10T15:08:03.492983554Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
6464
public class ItemListEntry {
6565
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
6666
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)

0 commit comments

Comments
 (0)