fgo-api-types 2025.9.12.13.27.59__tar.gz → 2025.9.12.20.3.14__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.9.12.13.27.59
3
+ Version: 2025.9.12.20.3.14
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.09.12.13.27.59"
3
+ version = "2025.09.12.20.03.14"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"