fgo-api-types 2025.7.2.11.7.57__tar.gz → 2025.7.2.12.12.43__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fgo-api-types
3
- Version: 2025.7.2.11.7.57
3
+ Version: 2025.7.2.12.12.43
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -551,12 +551,14 @@ class EventPointActivityObjectType(StrEnum):
551
551
  QUEST_ID = "questId"
552
552
  SKILL_ID = "skillId"
553
553
  SHOP_ID = "shopId"
554
+ BOX_GACHA_ID = "boxGachaId"
554
555
 
555
556
 
556
557
  EVENT_POINT_ACTIVITY_OBJECT_NAME: dict[int, EventPointActivityObjectType] = {
557
558
  1: EventPointActivityObjectType.QUEST_ID,
558
559
  2: EventPointActivityObjectType.SKILL_ID,
559
560
  3: EventPointActivityObjectType.SHOP_ID,
561
+ 5: EventPointActivityObjectType.BOX_GACHA_ID,
560
562
  }
561
563
 
562
564
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.07.02.11.07.57"
3
+ version = "2025.07.02.12.12.43"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"