Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed May 7, 2024
1 parent 638a9f8 commit f6bad26
Show file tree
Hide file tree
Showing 57 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dofusdude
- API version: 0.9.0
- Build date: 2024-05-07T13:27:52.033477054Z[Etc/UTC]
- Build date: 2024-05-07T13:37:07.665803339Z[Etc/UTC]
- Generator version: 7.6.0-SNAPSHOT

# A project for you - the developer.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* <p>ApiException class.</p>
*/
@SuppressWarnings("serial")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.dofusdude.client;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class Configuration {
public static final String VERSION = "0.9.0";

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.dofusdude.client;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class Pair {
private String name = "";
private String value = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Representing a Server configuration.
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ServerConfiguration {
public String URL;
public String description;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/ServerVariable.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Representing a Server Variable for server URL template substitution.
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ServerVariable {
public String description;
public String defaultValue;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/auth/ApiKeyAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.Map;
import java.util.List;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Optional;
import java.util.function.Supplier;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class HttpBearerAuth implements Authentication {
private final String scheme;
private Supplier<String> tokenSupplier;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public abstract class AbstractOpenApiSchema {

// store the actual instance of the schema/object
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/AlmanaxEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/**
* AlmanaxEntry
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxEntry {
public static final String SERIALIZED_NAME_BONUS = "bonus";
@SerializedName(SERIALIZED_NAME_BONUS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* AlmanaxEntryBonus
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxEntryBonus {
public static final String SERIALIZED_NAME_DESCRIPTION = "description";
@SerializedName(SERIALIZED_NAME_DESCRIPTION)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* AlmanaxEntryTribute
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxEntryTribute {
public static final String SERIALIZED_NAME_ITEM = "item";
@SerializedName(SERIALIZED_NAME_ITEM)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* AlmanaxEntryTributeItem
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxEntryTributeItem {
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
/**
*
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxWebhook {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* AlmanaxWebhookDailySettings
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class AlmanaxWebhookDailySettings {
public static final String SERIALIZED_NAME_TIMEZONE = "timezone";
@SerializedName(SERIALIZED_NAME_TIMEZONE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
*
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ConditionEntry {
public static final String SERIALIZED_NAME_OPERATOR = "operator";
@SerializedName(SERIALIZED_NAME_OPERATOR)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* ConditionTreeLeaf
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ConditionTreeLeaf {
public static final String SERIALIZED_NAME_IS_OPERAND = "is_operand";
@SerializedName(SERIALIZED_NAME_IS_OPERAND)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

import com.dofusdude.client.JSON;

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ConditionTreeNode extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(ConditionTreeNode.class.getName());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/**
* ConditionTreeRelation
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ConditionTreeRelation {
public static final String SERIALIZED_NAME_IS_OPERAND = "is_operand";
@SerializedName(SERIALIZED_NAME_IS_OPERAND)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/Cosmetic.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
/**
* Cosmetic
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class Cosmetic {
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/CosmeticType.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* CosmeticType
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CosmeticType {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/**
* CreateAlmanaxWebhook
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CreateAlmanaxWebhook {
public static final String SERIALIZED_NAME_BONUS_WHITELIST = "bonus_whitelist";
@SerializedName(SERIALIZED_NAME_BONUS_WHITELIST)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* CreateAlmanaxWebhookDailySettings
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CreateAlmanaxWebhookDailySettings {
public static final String SERIALIZED_NAME_TIMEZONE = "timezone";
@SerializedName(SERIALIZED_NAME_TIMEZONE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* Mention
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CreateAlmanaxWebhookMentionsValueInner {
public static final String SERIALIZED_NAME_DISCORD_ID = "discord_id";
@SerializedName(SERIALIZED_NAME_DISCORD_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
/**
*
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CreateRSSWebhook {
public static final String SERIALIZED_NAME_WHITELIST = "whitelist";
@SerializedName(SERIALIZED_NAME_WHITELIST)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
/**
*
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class CreateTwitterWebhook {
public static final String SERIALIZED_NAME_WHITELIST = "whitelist";
@SerializedName(SERIALIZED_NAME_WHITELIST)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/EffectsEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* EffectsEntry
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class EffectsEntry {
public static final String SERIALIZED_NAME_INT_MINIMUM = "int_minimum";
@SerializedName(SERIALIZED_NAME_INT_MINIMUM)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/Equipment.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/**
* Equipment
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class Equipment {
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/EquipmentSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
/**
* EquipmentSet
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class EquipmentSet {
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* GetGameSearch200ResponseInner
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GetGameSearch200ResponseInner {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/**
* GetMetaAlmanaxBonuses200ResponseInner
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GetMetaAlmanaxBonuses200ResponseInner {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/**
* GetMetaWebhooksTwitter200Response
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GetMetaWebhooksTwitter200Response {
public static final String SERIALIZED_NAME_SUBSCRIPTIONS = "subscriptions";
@SerializedName(SERIALIZED_NAME_SUBSCRIPTIONS)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dofusdude/client/model/ImageUrls.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* 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.
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ImageUrls {
public static final String SERIALIZED_NAME_ICON = "icon";
@SerializedName(SERIALIZED_NAME_ICON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
/**
* ItemListEntry
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:27:52.033477054Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-05-07T13:37:07.665803339Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class ItemListEntry {
public static final String SERIALIZED_NAME_ANKAMA_ID = "ankama_id";
@SerializedName(SERIALIZED_NAME_ANKAMA_ID)
Expand Down
Loading

0 comments on commit f6bad26

Please sign in to comment.