fgo-api-types 2025.9.12.13.27.59__py3-none-any.whl → 2025.9.18.13.21.51__py3-none-any.whl

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.
@@ -2584,7 +2584,7 @@ class CardType(IntEnum):
2584
2584
  WEAKALT1 = 21
2585
2585
  WEAKALT2 = 22
2586
2586
  BUSTERALT1 = 60
2587
- ADDATTACK2 = 104
2587
+ EXTRA2 = 104
2588
2588
 
2589
2589
 
2590
2590
  class NiceCardType(StrEnum):
@@ -2601,7 +2601,7 @@ class NiceCardType(StrEnum):
2601
2601
  weakalt1 = "weakalt1"
2602
2602
  weakalt2 = "weakalt2"
2603
2603
  busteralt1 = "busteralt1"
2604
- addattack2 = "addattack2"
2604
+ extra2 = "extra2"
2605
2605
 
2606
2606
 
2607
2607
  CARD_TYPE_NAME: dict[int, NiceCardType] = {
@@ -2616,7 +2616,7 @@ CARD_TYPE_NAME: dict[int, NiceCardType] = {
2616
2616
  21: NiceCardType.weakalt1,
2617
2617
  22: NiceCardType.weakalt2,
2618
2618
  60: NiceCardType.busteralt1,
2619
- 104: NiceCardType.addattack2,
2619
+ 104: NiceCardType.extra2,
2620
2620
  }
2621
2621
 
2622
2622
 
fgo_api_types/raw.py CHANGED
@@ -1983,6 +1983,13 @@ class MstQuestConsumeItem(BaseModelORJson):
1983
1983
  questId: int # 94032410
1984
1984
 
1985
1985
 
1986
+ class MstQuestDateRange(BaseModelORJson):
1987
+ id: int
1988
+ idx: int
1989
+ openedAt: int
1990
+ closedAt: int
1991
+
1992
+
1986
1993
  class MstQuestExtension(BaseModelORJson):
1987
1994
  questId: int
1988
1995
  subType: int
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: fgo-api-types
3
- Version: 2025.9.12.13.27.59
3
+ Version: 2025.9.18.13.21.51
4
4
  Summary: Provide Pydantic types from FGO API
5
+ License-File: LICENSE
5
6
  Author: squaresmile
6
7
  Author-email: squaresmile@protonmail.com
7
8
  Requires-Python: >=3.6,<4.0
@@ -14,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
14
15
  Classifier: Programming Language :: Python :: 3.11
15
16
  Classifier: Programming Language :: Python :: 3.12
16
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
17
19
  Requires-Dist: pydantic (>=2,<3)
18
20
  Project-URL: Homepage, https://api.atlasacademy.io
19
21
  Project-URL: Repository, https://github.com/atlasacademy/fgo-game-data-api
@@ -3,12 +3,12 @@ fgo_api_types/base.py,sha256=lNLs5_mzc3x1Cl8Mxvdxw4jOcGld9Bwv28okCsM1B3M,353
3
3
  fgo_api_types/basic.py,sha256=EwQoPT_c_LJe22JZek_L-q_ax3Yocy4hceSlEDdzPdo,4589
4
4
  fgo_api_types/common.py,sha256=NZCkvmf6wSvSqh3IUd-l_ta1O3Uv-oofd0zoxxCF4U0,4565
5
5
  fgo_api_types/enums.py,sha256=UQy0wLtwrIM-Mb5AoXEGMePkzFZ-m04KjH1j6rgfYfs,47856
6
- fgo_api_types/gameenums.py,sha256=8MqbeYgC0baK3sgjkGXUlsQw43hYPFf4vp-l8v5qVtg,227522
6
+ fgo_api_types/gameenums.py,sha256=FZA0AnU23kbjKgeQNeHRBW4Bb7U4WJ9N9WffGEYMtgk,227506
7
7
  fgo_api_types/nice.py,sha256=s4Pho3_BAwU9r2ug1yr8BDypMfiWGV1WOKKn7erqeF8,99081
8
- fgo_api_types/raw.py,sha256=ZDjm3SPrK2r8N5gDQ5GRcjTrtsryp-APG8tSC_izHsQ,64410
8
+ fgo_api_types/raw.py,sha256=KJPKvKnwERBWcEd6MuuQGXN1l-324_o6qTCszaoyT7E,64515
9
9
  fgo_api_types/rayshift.py,sha256=GctwvpMBMVEd18_KuTAIMC4aY5_2WuC77-81skk55xM,4854
10
10
  fgo_api_types/search.py,sha256=N1vZh1oGLhyrYRd_Ctcm-iUUynrzRPCiZUFxly3qjP0,19996
11
- fgo_api_types-2025.9.12.13.27.59.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
- fgo_api_types-2025.9.12.13.27.59.dist-info/METADATA,sha256=P8-GBight7aV3nXVwlU6ZdaPR_oE_PcPCT-bsLehzKY,1306
13
- fgo_api_types-2025.9.12.13.27.59.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
- fgo_api_types-2025.9.12.13.27.59.dist-info/RECORD,,
11
+ fgo_api_types-2025.9.18.13.21.51.dist-info/METADATA,sha256=1uZCtW4m_G2MgL5ltk6sjbXEckEESYph9OCHEeWSEzA,1379
12
+ fgo_api_types-2025.9.18.13.21.51.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
13
+ fgo_api_types-2025.9.18.13.21.51.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
+ fgo_api_types-2025.9.18.13.21.51.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any