Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Mar 23, 2024
1 parent 1ced265 commit 12d9a2e
Show file tree
Hide file tree
Showing 175 changed files with 1,374 additions and 650 deletions.
18 changes: 12 additions & 6 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ docs/CreateAlmanaxWebhookMentionsValueInner.md
docs/CreateRSSWebhook.md
docs/CreateTwitterWebhook.md
docs/EffectsEntry.md
docs/EffectsEntryType.md
docs/Equipment.md
docs/EquipmentApi.md
docs/EquipmentParentSet.md
docs/EquipmentSet.md
docs/GameApi.md
docs/GetGameSearch200ResponseInner.md
docs/GetMetaAlmanaxBonuses200ResponseInner.md
docs/GetMetaWebhooksTwitter200Response.md
docs/ImageUrls.md
docs/ItemListEntry.md
docs/ItemListEntryParentSet.md
docs/ItemListEntryRange.md
docs/ItemsListEntryTyped.md
docs/ItemsListEntryTypedType.md
docs/ItemsListPaged.md
Expand All @@ -53,6 +53,8 @@ docs/RecipeEntry.md
docs/Resource.md
docs/ResourcesApi.md
docs/RssWebhook.md
docs/SetEffectsEntry.md
docs/SetEffectsEntryType.md
docs/SetListEntry.md
docs/SetsApi.md
docs/SetsListPaged.md
Expand Down Expand Up @@ -96,15 +98,15 @@ dofusdude/models/create_almanax_webhook_mentions_value_inner.py
dofusdude/models/create_rss_webhook.py
dofusdude/models/create_twitter_webhook.py
dofusdude/models/effects_entry.py
dofusdude/models/effects_entry_type.py
dofusdude/models/equipment.py
dofusdude/models/equipment_parent_set.py
dofusdude/models/equipment_set.py
dofusdude/models/get_game_search200_response_inner.py
dofusdude/models/get_meta_almanax_bonuses200_response_inner.py
dofusdude/models/get_meta_webhooks_twitter200_response.py
dofusdude/models/image_urls.py
dofusdude/models/item_list_entry.py
dofusdude/models/item_list_entry_parent_set.py
dofusdude/models/item_list_entry_range.py
dofusdude/models/items_list_entry_typed.py
dofusdude/models/items_list_entry_typed_type.py
dofusdude/models/items_list_paged.py
Expand All @@ -118,6 +120,8 @@ dofusdude/models/put_twitter_webhook.py
dofusdude/models/recipe_entry.py
dofusdude/models/resource.py
dofusdude/models/rss_webhook.py
dofusdude/models/set_effects_entry.py
dofusdude/models/set_effects_entry_type.py
dofusdude/models/set_list_entry.py
dofusdude/models/sets_list_paged.py
dofusdude/models/twitter_webhook.py
Expand Down Expand Up @@ -153,17 +157,17 @@ test/test_create_almanax_webhook_mentions_value_inner.py
test/test_create_rss_webhook.py
test/test_create_twitter_webhook.py
test/test_effects_entry.py
test/test_effects_entry_type.py
test/test_equipment.py
test/test_equipment_api.py
test/test_equipment_parent_set.py
test/test_equipment_set.py
test/test_game_api.py
test/test_get_game_search200_response_inner.py
test/test_get_meta_almanax_bonuses200_response_inner.py
test/test_get_meta_webhooks_twitter200_response.py
test/test_image_urls.py
test/test_item_list_entry.py
test/test_item_list_entry_parent_set.py
test/test_item_list_entry_range.py
test/test_items_list_entry_typed.py
test/test_items_list_entry_typed_type.py
test/test_items_list_paged.py
Expand All @@ -181,6 +185,8 @@ test/test_recipe_entry.py
test/test_resource.py
test/test_resources_api.py
test/test_rss_webhook.py
test/test_set_effects_entry.py
test/test_set_effects_entry_type.py
test/test_set_list_entry.py
test/test_sets_api.py
test/test_sets_list_paged.py
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0-SNAPSHOT
7.5.0-SNAPSHOT
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ The servers have a fixed monthly cost to provide very fast responses. If you wan

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.8.2
- Package version: 0.8.2
- API version: 0.8.3
- Package version: 0.8.3
- Generator version: 7.5.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)

Expand Down Expand Up @@ -200,15 +201,15 @@ Class | Method | HTTP request | Description
- [CreateRSSWebhook](docs/CreateRSSWebhook.md)
- [CreateTwitterWebhook](docs/CreateTwitterWebhook.md)
- [EffectsEntry](docs/EffectsEntry.md)
- [EffectsEntryType](docs/EffectsEntryType.md)
- [Equipment](docs/Equipment.md)
- [EquipmentParentSet](docs/EquipmentParentSet.md)
- [EquipmentSet](docs/EquipmentSet.md)
- [GetGameSearch200ResponseInner](docs/GetGameSearch200ResponseInner.md)
- [GetMetaAlmanaxBonuses200ResponseInner](docs/GetMetaAlmanaxBonuses200ResponseInner.md)
- [GetMetaWebhooksTwitter200Response](docs/GetMetaWebhooksTwitter200Response.md)
- [ImageUrls](docs/ImageUrls.md)
- [ItemListEntry](docs/ItemListEntry.md)
- [ItemListEntryParentSet](docs/ItemListEntryParentSet.md)
- [ItemListEntryRange](docs/ItemListEntryRange.md)
- [ItemsListEntryTyped](docs/ItemsListEntryTyped.md)
- [ItemsListEntryTypedType](docs/ItemsListEntryTypedType.md)
- [ItemsListPaged](docs/ItemsListPaged.md)
Expand All @@ -222,6 +223,8 @@ Class | Method | HTTP request | Description
- [RecipeEntry](docs/RecipeEntry.md)
- [Resource](docs/Resource.md)
- [RssWebhook](docs/RssWebhook.md)
- [SetEffectsEntry](docs/SetEffectsEntry.md)
- [SetEffectsEntryType](docs/SetEffectsEntryType.md)
- [SetListEntry](docs/SetListEntry.md)
- [SetsListPaged](docs/SetsListPaged.md)
- [TwitterWebhook](docs/TwitterWebhook.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of AlmanaxEntry from a JSON string
almanax_entry_instance = AlmanaxEntry.from_json(json)
# print the JSON string representation of the object
print AlmanaxEntry.to_json()
print(AlmanaxEntry.to_json())

# convert the object into a dict
almanax_entry_dict = almanax_entry_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxEntryBonus.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of AlmanaxEntryBonus from a JSON string
almanax_entry_bonus_instance = AlmanaxEntryBonus.from_json(json)
# print the JSON string representation of the object
print AlmanaxEntryBonus.to_json()
print(AlmanaxEntryBonus.to_json())

# convert the object into a dict
almanax_entry_bonus_dict = almanax_entry_bonus_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxEntryTribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of AlmanaxEntryTribute from a JSON string
almanax_entry_tribute_instance = AlmanaxEntryTribute.from_json(json)
# print the JSON string representation of the object
print AlmanaxEntryTribute.to_json()
print(AlmanaxEntryTribute.to_json())

# convert the object into a dict
almanax_entry_tribute_dict = almanax_entry_tribute_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxEntryTributeItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of AlmanaxEntryTributeItem from a JSON string
almanax_entry_tribute_item_instance = AlmanaxEntryTributeItem.from_json(json)
# print the JSON string representation of the object
print AlmanaxEntryTributeItem.to_json()
print(AlmanaxEntryTributeItem.to_json())

# convert the object into a dict
almanax_entry_tribute_item_dict = almanax_entry_tribute_item_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ json = "{}"
# create an instance of AlmanaxWebhook from a JSON string
almanax_webhook_instance = AlmanaxWebhook.from_json(json)
# print the JSON string representation of the object
print AlmanaxWebhook.to_json()
print(AlmanaxWebhook.to_json())

# convert the object into a dict
almanax_webhook_dict = almanax_webhook_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/AlmanaxWebhookDailySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of AlmanaxWebhookDailySettings from a JSON string
almanax_webhook_daily_settings_instance = AlmanaxWebhookDailySettings.from_json(json)
# print the JSON string representation of the object
print AlmanaxWebhookDailySettings.to_json()
print(AlmanaxWebhookDailySettings.to_json())

# convert the object into a dict
almanax_webhook_daily_settings_dict = almanax_webhook_daily_settings_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ConditionEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ConditionEntry from a JSON string
condition_entry_instance = ConditionEntry.from_json(json)
# print the JSON string representation of the object
print ConditionEntry.to_json()
print(ConditionEntry.to_json())

# convert the object into a dict
condition_entry_dict = condition_entry_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ConditionTreeLeaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ConditionTreeLeaf from a JSON string
condition_tree_leaf_instance = ConditionTreeLeaf.from_json(json)
# print the JSON string representation of the object
print ConditionTreeLeaf.to_json()
print(ConditionTreeLeaf.to_json())

# convert the object into a dict
condition_tree_leaf_dict = condition_tree_leaf_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ConditionTreeNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ConditionTreeNode from a JSON string
condition_tree_node_instance = ConditionTreeNode.from_json(json)
# print the JSON string representation of the object
print ConditionTreeNode.to_json()
print(ConditionTreeNode.to_json())

# convert the object into a dict
condition_tree_node_dict = condition_tree_node_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ConditionTreeRelation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of ConditionTreeRelation from a JSON string
condition_tree_relation_instance = ConditionTreeRelation.from_json(json)
# print the JSON string representation of the object
print ConditionTreeRelation.to_json()
print(ConditionTreeRelation.to_json())

# convert the object into a dict
condition_tree_relation_dict = condition_tree_relation_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/Cosmetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ json = "{}"
# create an instance of Cosmetic from a JSON string
cosmetic_instance = Cosmetic.from_json(json)
# print the JSON string representation of the object
print Cosmetic.to_json()
print(Cosmetic.to_json())

# convert the object into a dict
cosmetic_dict = cosmetic_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CosmeticType.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of CosmeticType from a JSON string
cosmetic_type_instance = CosmeticType.from_json(json)
# print the JSON string representation of the object
print CosmeticType.to_json()
print(CosmeticType.to_json())

# convert the object into a dict
cosmetic_type_dict = cosmetic_type_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateAlmanaxWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ json = "{}"
# create an instance of CreateAlmanaxWebhook from a JSON string
create_almanax_webhook_instance = CreateAlmanaxWebhook.from_json(json)
# print the JSON string representation of the object
print CreateAlmanaxWebhook.to_json()
print(CreateAlmanaxWebhook.to_json())

# convert the object into a dict
create_almanax_webhook_dict = create_almanax_webhook_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateAlmanaxWebhookDailySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of CreateAlmanaxWebhookDailySettings from a JSON string
create_almanax_webhook_daily_settings_instance = CreateAlmanaxWebhookDailySettings.from_json(json)
# print the JSON string representation of the object
print CreateAlmanaxWebhookDailySettings.to_json()
print(CreateAlmanaxWebhookDailySettings.to_json())

# convert the object into a dict
create_almanax_webhook_daily_settings_dict = create_almanax_webhook_daily_settings_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateAlmanaxWebhookMentionsValueInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of CreateAlmanaxWebhookMentionsValueInner from a JSON string
create_almanax_webhook_mentions_value_inner_instance = CreateAlmanaxWebhookMentionsValueInner.from_json(json)
# print the JSON string representation of the object
print CreateAlmanaxWebhookMentionsValueInner.to_json()
print(CreateAlmanaxWebhookMentionsValueInner.to_json())

# convert the object into a dict
create_almanax_webhook_mentions_value_inner_dict = create_almanax_webhook_mentions_value_inner_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateRSSWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ json = "{}"
# create an instance of CreateRSSWebhook from a JSON string
create_rss_webhook_instance = CreateRSSWebhook.from_json(json)
# print the JSON string representation of the object
print CreateRSSWebhook.to_json()
print(CreateRSSWebhook.to_json())

# convert the object into a dict
create_rss_webhook_dict = create_rss_webhook_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateTwitterWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ json = "{}"
# create an instance of CreateTwitterWebhook from a JSON string
create_twitter_webhook_instance = CreateTwitterWebhook.from_json(json)
# print the JSON string representation of the object
print CreateTwitterWebhook.to_json()
print(CreateTwitterWebhook.to_json())

# convert the object into a dict
create_twitter_webhook_dict = create_twitter_webhook_instance.to_dict()
Expand Down
4 changes: 2 additions & 2 deletions docs/EffectsEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**int_minimum** | **int** | minimum int value, can be a single if ignore_int_max and no ignore_int_min | [optional]
**int_maximum** | **int** | maximum int value, if not ignore_int_max and not ignore_int_min, the effect has a range value | [optional]
**type** | [**EffectsEntryType**](EffectsEntryType.md) | | [optional]
**type** | [**SetEffectsEntryType**](SetEffectsEntryType.md) | | [optional]
**ignore_int_min** | **bool** | ignore the int min field because the actual value is a string. For readability the templated field is the only important field in this case. | [optional]
**ignore_int_max** | **bool** | ignore the int max field, if ignore_int_min is true, int min is a single value | [optional]
**formatted** | **str** | all fields from above encoded in a single string | [optional]
Expand All @@ -22,7 +22,7 @@ json = "{}"
# create an instance of EffectsEntry from a JSON string
effects_entry_instance = EffectsEntry.from_json(json)
# print the JSON string representation of the object
print EffectsEntry.to_json()
print(EffectsEntry.to_json())

# convert the object into a dict
effects_entry_dict = effects_entry_instance.to_dict()
Expand Down
4 changes: 2 additions & 2 deletions docs/Equipment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Name | Type | Description | Notes
**conditions** | [**List[ConditionEntry]**](ConditionEntry.md) | | [optional]
**condition_tree** | [**ConditionTreeNode**](ConditionTreeNode.md) | | [optional]
**recipe** | [**List[RecipeEntry]**](RecipeEntry.md) | | [optional]
**parent_set** | [**EquipmentParentSet**](EquipmentParentSet.md) | | [optional]
**parent_set** | [**ItemListEntryParentSet**](ItemListEntryParentSet.md) | | [optional]

## Example

Expand All @@ -29,7 +29,7 @@ json = "{}"
# create an instance of Equipment from a JSON string
equipment_instance = Equipment.from_json(json)
# print the JSON string representation of the object
print Equipment.to_json()
print(Equipment.to_json())

# convert the object into a dict
equipment_dict = equipment_instance.to_dict()
Expand Down
30 changes: 0 additions & 30 deletions docs/EquipmentParentSet.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/EquipmentSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**ankama_id** | **int** | | [optional]
**name** | **str** | | [optional]
**equipment_ids** | **List[int]** | | [optional]
**effects** | **List[List[EffectsEntry]]** | | [optional]
**effects** | **List[List[SetEffectsEntry]]** | | [optional]
**highest_equipment_level** | **int** | | [optional]

## Example
Expand All @@ -21,7 +21,7 @@ json = "{}"
# create an instance of EquipmentSet from a JSON string
equipment_set_instance = EquipmentSet.from_json(json)
# print the JSON string representation of the object
print EquipmentSet.to_json()
print(EquipmentSet.to_json())

# convert the object into a dict
equipment_set_dict = equipment_set_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/GetGameSearch200ResponseInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of GetGameSearch200ResponseInner from a JSON string
get_game_search200_response_inner_instance = GetGameSearch200ResponseInner.from_json(json)
# print the JSON string representation of the object
print GetGameSearch200ResponseInner.to_json()
print(GetGameSearch200ResponseInner.to_json())

# convert the object into a dict
get_game_search200_response_inner_dict = get_game_search200_response_inner_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/GetMetaAlmanaxBonuses200ResponseInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of GetMetaAlmanaxBonuses200ResponseInner from a JSON string
get_meta_almanax_bonuses200_response_inner_instance = GetMetaAlmanaxBonuses200ResponseInner.from_json(json)
# print the JSON string representation of the object
print GetMetaAlmanaxBonuses200ResponseInner.to_json()
print(GetMetaAlmanaxBonuses200ResponseInner.to_json())

# convert the object into a dict
get_meta_almanax_bonuses200_response_inner_dict = get_meta_almanax_bonuses200_response_inner_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/GetMetaWebhooksTwitter200Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ json = "{}"
# create an instance of GetMetaWebhooksTwitter200Response from a JSON string
get_meta_webhooks_twitter200_response_instance = GetMetaWebhooksTwitter200Response.from_json(json)
# print the JSON string representation of the object
print GetMetaWebhooksTwitter200Response.to_json()
print(GetMetaWebhooksTwitter200Response.to_json())

# convert the object into a dict
get_meta_webhooks_twitter200_response_dict = get_meta_webhooks_twitter200_response_instance.to_dict()
Expand Down
Loading

0 comments on commit 12d9a2e

Please sign in to comment.