fgo-api-types 2025.9.21.13.4.20__py3-none-any.whl → 2025.9.24.9.15.8__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.
@@ -289,6 +289,7 @@ class FuncType(IntEnum):
289
289
  SET_BATTLE_MISSION_VALUE = 156
290
290
  CHANGE_ENEMY_STATUS_UI_TYPE = 157
291
291
  SWAP_FIELD_POSITION = 158
292
+ SET_DISPLAY_DIRECT_BATTLE_MESSAGE_IN_FSM = 159
292
293
 
293
294
 
294
295
  class NiceFuncType(StrEnum):
@@ -416,6 +417,7 @@ class NiceFuncType(StrEnum):
416
417
  setBattleMissionValue = "setBattleMissionValue"
417
418
  changeEnemyStatusUiType = "changeEnemyStatusUiType"
418
419
  swapFieldPosition = "swapFieldPosition"
420
+ setDisplayDirectBattleMessageInFsm = "setDisplayDirectBattleMessageInFsm"
419
421
 
420
422
 
421
423
  FUNC_TYPE_NAME: dict[int, NiceFuncType] = {
@@ -541,6 +543,7 @@ FUNC_TYPE_NAME: dict[int, NiceFuncType] = {
541
543
  156: NiceFuncType.setBattleMissionValue,
542
544
  157: NiceFuncType.changeEnemyStatusUiType,
543
545
  158: NiceFuncType.swapFieldPosition,
546
+ 159: NiceFuncType.setDisplayDirectBattleMessageInFsm,
544
547
  }
545
548
 
546
549
 
@@ -2201,7 +2204,7 @@ class ItemType(IntEnum):
2201
2204
  EXCHANGE_SVT_COIN = 38
2202
2205
  REDUCE_TRADE_TIME = 39
2203
2206
  EVENT_PASSIVE_SKILL_GIVEN = 40
2204
- SHOP18_ITEM = 41
2207
+ CLASS_BOARD_RESET_ITEM = 41
2205
2208
 
2206
2209
 
2207
2210
  class NiceItemType(StrEnum):
@@ -2247,7 +2250,7 @@ class NiceItemType(StrEnum):
2247
2250
  exchangeSvtCoin = "exchangeSvtCoin"
2248
2251
  reduceTradeTime = "reduceTradeTime"
2249
2252
  eventPassiveSkillGiven = "eventPassiveSkillGiven"
2250
- shop18Item = "shop18Item"
2253
+ classBoardResetItem = "classBoardResetItem"
2251
2254
  netmarbleChargeStone = "netmarbleChargeStone"
2252
2255
 
2253
2256
 
@@ -2292,7 +2295,7 @@ ITEM_TYPE_NAME: dict[int, NiceItemType] = {
2292
2295
  38: NiceItemType.exchangeSvtCoin,
2293
2296
  39: NiceItemType.reduceTradeTime,
2294
2297
  40: NiceItemType.eventPassiveSkillGiven,
2295
- 41: NiceItemType.shop18Item,
2298
+ 41: NiceItemType.classBoardResetItem,
2296
2299
  9999: NiceItemType.netmarbleChargeStone,
2297
2300
  }
2298
2301
 
@@ -2382,7 +2385,7 @@ class ShopType(IntEnum):
2382
2385
  REVIVAL_ITEM = 15
2383
2386
  EVENT_SVT_EQUIP = 16
2384
2387
  EXCHANGE_SVT_COIN = 17
2385
- SHOP18 = 18
2388
+ CLASS_BOARD_RESET = 18
2386
2389
 
2387
2390
 
2388
2391
  class NiceShopType(StrEnum):
@@ -2406,7 +2409,7 @@ class NiceShopType(StrEnum):
2406
2409
  revivalItem = "revivalItem"
2407
2410
  eventSvtEquip = "eventSvtEquip"
2408
2411
  exchangeSvtCoin = "exchangeSvtCoin"
2409
- shop18 = "shop18"
2412
+ classBoardReset = "classBoardReset"
2410
2413
 
2411
2414
 
2412
2415
  SHOP_TYPE_NAME: dict[int, NiceShopType] = {
@@ -2428,7 +2431,7 @@ SHOP_TYPE_NAME: dict[int, NiceShopType] = {
2428
2431
  15: NiceShopType.revivalItem,
2429
2432
  16: NiceShopType.eventSvtEquip,
2430
2433
  17: NiceShopType.exchangeSvtCoin,
2431
- 18: NiceShopType.shop18,
2434
+ 18: NiceShopType.classBoardReset,
2432
2435
  }
2433
2436
 
2434
2437
 
@@ -2509,7 +2512,7 @@ class PurchaseType(IntEnum):
2509
2512
  GIFT = 20
2510
2513
  EVENT_SVT_JOIN = 21
2511
2514
  ASSIST = 22
2512
- SHOP18_ITEM = 23
2515
+ CLASS_BOARD_RESET_ITEM = 23
2513
2516
  PARTS_SKILL = 24
2514
2517
 
2515
2518
 
@@ -2538,7 +2541,7 @@ class NicePurchaseType(StrEnum):
2538
2541
  gift = "gift"
2539
2542
  eventSvtJoin = "eventSvtJoin"
2540
2543
  assist = "assist"
2541
- shop18Item = "shop18Item"
2544
+ classBoardResetItem = "classBoardResetItem"
2542
2545
  partsSkill = "partsSkill"
2543
2546
  kiaraPunisherReset = "kiaraPunisherReset"
2544
2547
 
@@ -2566,7 +2569,7 @@ PURCHASE_TYPE_NAME: dict[int, NicePurchaseType] = {
2566
2569
  20: NicePurchaseType.gift,
2567
2570
  21: NicePurchaseType.eventSvtJoin,
2568
2571
  22: NicePurchaseType.assist,
2569
- 23: NicePurchaseType.shop18Item,
2572
+ 23: NicePurchaseType.classBoardResetItem,
2570
2573
  24: NicePurchaseType.partsSkill,
2571
2574
  13: NicePurchaseType.kiaraPunisherReset,
2572
2575
  }
@@ -4964,6 +4967,7 @@ class AiActType(IntEnum):
4964
4967
  SKILL_ID = 40
4965
4968
  SKILL_ID_CHECKBUFF = 41
4966
4969
  RESURRECTION = 42
4970
+ BATTLE_SCRIPT = 50
4967
4971
  PLAY_MOTION = 71
4968
4972
  MESSAGE = 72
4969
4973
  MESSAGE_GROUP = 73
@@ -4996,6 +5000,7 @@ class NiceAiActType(StrEnum):
4996
5000
  skillId = "skillId"
4997
5001
  skillIdCheckbuff = "skillIdCheckbuff"
4998
5002
  resurrection = "resurrection"
5003
+ battleScript = "battleScript"
4999
5004
  playMotion = "playMotion"
5000
5005
  message = "message"
5001
5006
  messageGroup = "messageGroup"
@@ -5028,6 +5033,7 @@ AI_ACT_TYPE_NAME: dict[int, NiceAiActType] = {
5028
5033
  40: NiceAiActType.skillId,
5029
5034
  41: NiceAiActType.skillIdCheckbuff,
5030
5035
  42: NiceAiActType.resurrection,
5036
+ 50: NiceAiActType.battleScript,
5031
5037
  71: NiceAiActType.playMotion,
5032
5038
  72: NiceAiActType.message,
5033
5039
  73: NiceAiActType.messageGroup,
@@ -5092,6 +5098,7 @@ AI_ACT_TARGET_NAME: dict[int, NiceAiActTarget] = {
5092
5098
  class AiActNum(IntEnum):
5093
5099
  NOMAL = 0
5094
5100
  ANYTIME = -1
5101
+ REACTION_PLAYER_COMBO_END = -2
5095
5102
  REACTION_PLYAER_SKILL = -3
5096
5103
  REACTION_ENEMYTURN_START = -4
5097
5104
  REACTION_ENEMYTURN_END = -5
@@ -5103,14 +5110,16 @@ class AiActNum(IntEnum):
5103
5110
  USENP_TARGET = -11
5104
5111
  REACTION_TURNSTART = -12
5105
5112
  REACTION_PLAYERACTIONSTART = -13
5106
- REACTION_ENTRY_UNIT = -14
5113
+ REACTION_ENTRY_ANY_UNIT = -14
5107
5114
  REACTION_BEFORE_RESURRECTION = -15
5108
5115
  REACTION_BEFORE_DEAD = -16
5109
5116
  SHIFT_SERVANT_AFTER = -17
5110
5117
  REACTION_BEFORE_MOVE_WAVE = -18
5111
5118
  SHIFT_SERVANT_BEFORE = -19
5119
+ REACTION_PLAYER_COMBO_END_PRIORITY = -201
5112
5120
  REACTION_ENEMY_TURN_START_PRIORITY = -401
5113
5121
  REACTION_ENEMY_TURN_END_PRIORITY = -501
5122
+ REACTION_ENTRY_ANY_UNIT_PRIORITY = -1401
5114
5123
  SHIFT_SERVANT_BEFORE_PRIORITY = -1901
5115
5124
 
5116
5125
 
@@ -5119,6 +5128,7 @@ class NiceAiActNum(StrEnum):
5119
5128
 
5120
5129
  nomal = "nomal"
5121
5130
  anytime = "anytime"
5131
+ reactionPlayerComboEnd = "reactionPlayerComboEnd"
5122
5132
  reactionPlyaerSkill = "reactionPlyaerSkill"
5123
5133
  reactionEnemyturnStart = "reactionEnemyturnStart"
5124
5134
  reactionEnemyturnEnd = "reactionEnemyturnEnd"
@@ -5130,14 +5140,16 @@ class NiceAiActNum(StrEnum):
5130
5140
  usenpTarget = "usenpTarget"
5131
5141
  reactionTurnstart = "reactionTurnstart"
5132
5142
  reactionPlayeractionstart = "reactionPlayeractionstart"
5133
- reactionEntryUnit = "reactionEntryUnit"
5143
+ reactionEntryAnyUnit = "reactionEntryAnyUnit"
5134
5144
  reactionBeforeResurrection = "reactionBeforeResurrection"
5135
5145
  reactionBeforeDead = "reactionBeforeDead"
5136
5146
  shiftServantAfter = "shiftServantAfter"
5137
5147
  reactionBeforeMoveWave = "reactionBeforeMoveWave"
5138
5148
  shiftServantBefore = "shiftServantBefore"
5149
+ reactionPlayerComboEndPriority = "reactionPlayerComboEndPriority"
5139
5150
  reactionEnemyTurnStartPriority = "reactionEnemyTurnStartPriority"
5140
5151
  reactionEnemyTurnEndPriority = "reactionEnemyTurnEndPriority"
5152
+ reactionEntryAnyUnitPriority = "reactionEntryAnyUnitPriority"
5141
5153
  shiftServantBeforePriority = "shiftServantBeforePriority"
5142
5154
  unknown = "unknown"
5143
5155
 
@@ -5145,6 +5157,7 @@ class NiceAiActNum(StrEnum):
5145
5157
  AI_ACT_NUM_NAME: dict[int, NiceAiActNum] = {
5146
5158
  0: NiceAiActNum.nomal,
5147
5159
  -1: NiceAiActNum.anytime,
5160
+ -2: NiceAiActNum.reactionPlayerComboEnd,
5148
5161
  -3: NiceAiActNum.reactionPlyaerSkill,
5149
5162
  -4: NiceAiActNum.reactionEnemyturnStart,
5150
5163
  -5: NiceAiActNum.reactionEnemyturnEnd,
@@ -5156,14 +5169,16 @@ AI_ACT_NUM_NAME: dict[int, NiceAiActNum] = {
5156
5169
  -11: NiceAiActNum.usenpTarget,
5157
5170
  -12: NiceAiActNum.reactionTurnstart,
5158
5171
  -13: NiceAiActNum.reactionPlayeractionstart,
5159
- -14: NiceAiActNum.reactionEntryUnit,
5172
+ -14: NiceAiActNum.reactionEntryAnyUnit,
5160
5173
  -15: NiceAiActNum.reactionBeforeResurrection,
5161
5174
  -16: NiceAiActNum.reactionBeforeDead,
5162
5175
  -17: NiceAiActNum.shiftServantAfter,
5163
5176
  -18: NiceAiActNum.reactionBeforeMoveWave,
5164
5177
  -19: NiceAiActNum.shiftServantBefore,
5178
+ -201: NiceAiActNum.reactionPlayerComboEndPriority,
5165
5179
  -401: NiceAiActNum.reactionEnemyTurnStartPriority,
5166
5180
  -501: NiceAiActNum.reactionEnemyTurnEndPriority,
5181
+ -1401: NiceAiActNum.reactionEntryAnyUnitPriority,
5167
5182
  -1901: NiceAiActNum.shiftServantBeforePriority,
5168
5183
  -9999: NiceAiActNum.unknown,
5169
5184
  }
fgo_api_types/search.py CHANGED
@@ -524,6 +524,7 @@ class ShopSearchQueryParams:
524
524
  type: list[NiceShopType] = Query([])
525
525
  payType: list[NicePayType] = Query([])
526
526
  purchaseType: list[NicePurchaseType] = Query([])
527
+ limit: int = Query(10000, le=10000)
527
528
 
528
529
  def hasSearchParams(self) -> bool:
529
530
  return any(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fgo-api-types
3
- Version: 2025.9.21.13.4.20
3
+ Version: 2025.9.24.9.15.8
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  License-File: LICENSE
6
6
  Author: squaresmile
@@ -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=WxiUBCyQEKkDKXM4c0xEWFEpPhMkK0_RIb1fHYPuz7w,47989
6
- fgo_api_types/gameenums.py,sha256=FZA0AnU23kbjKgeQNeHRBW4Bb7U4WJ9N9WffGEYMtgk,227506
6
+ fgo_api_types/gameenums.py,sha256=Uv8UTmgZUQbO_pN2D0BJTWb6P1FWmyb8sFKQJbuBgb4,228383
7
7
  fgo_api_types/nice.py,sha256=s4Pho3_BAwU9r2ug1yr8BDypMfiWGV1WOKKn7erqeF8,99081
8
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
- fgo_api_types/search.py,sha256=LUXXczhE9GzJd7rgngkikBITkf8M5CBKgJm_RUO_ztU,20106
11
- fgo_api_types-2025.9.21.13.4.20.dist-info/METADATA,sha256=4MfglUyMtYhjOwkPvtY2QRFz3KeMOJIF30UcnlqwUug,1378
12
- fgo_api_types-2025.9.21.13.4.20.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
13
- fgo_api_types-2025.9.21.13.4.20.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
- fgo_api_types-2025.9.21.13.4.20.dist-info/RECORD,,
10
+ fgo_api_types/search.py,sha256=hdmiY6gG-AB0hyZqW96nxpLi6YAS15eAK3fY0LRuMQM,20146
11
+ fgo_api_types-2025.9.24.9.15.8.dist-info/METADATA,sha256=bfqEik-97xxxxosFTYfI0OpRgbEsmUGdAKLFX87DmtQ,1377
12
+ fgo_api_types-2025.9.24.9.15.8.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
13
+ fgo_api_types-2025.9.24.9.15.8.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
14
+ fgo_api_types-2025.9.24.9.15.8.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.0
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any