fgo-api-types 2025.10.3.16.32.16__tar.gz → 2025.10.5.3.57.8__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.4
2
2
  Name: fgo-api-types
3
- Version: 2025.10.3.16.32.16
3
+ Version: 2025.10.5.3.57.8
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  License-File: LICENSE
6
6
  Author: squaresmile
@@ -2921,6 +2921,11 @@ class NiceQuestPhaseOverwriteEquipSkills(BaseModelORJson):
2921
2921
  skills: list[NiceQuestPhaseOverwriteEquipSkill]
2922
2922
 
2923
2923
 
2924
+ class NiceQuestPhaseFixedMasterEquip(BaseModelORJson):
2925
+ equipId: int
2926
+ defaultLv: int | None = None
2927
+
2928
+
2924
2929
  class NiceQuestPhaseExtraDetail(BaseModelORJson):
2925
2930
  questSelect: list[int] | None = None
2926
2931
  singleForceSvtId: int | None = None
@@ -2940,6 +2945,7 @@ class NiceQuestPhaseExtraDetail(BaseModelORJson):
2940
2945
  isUseGrandBoard: int | None = None
2941
2946
  turn: int | None = None
2942
2947
  LimitAct: StageLimitActType | None = None
2948
+ fixedMasterEquip: NiceQuestPhaseFixedMasterEquip | None = None
2943
2949
 
2944
2950
 
2945
2951
  class NiceRestriction(BaseModelORJson):
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.10.03.16.32.16"
3
+ version = "2025.10.05.03.57.08"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"