@gbraver-burst-network/browser-sdk 1.16.22 → 1.16.24

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.
@@ -120,6 +120,16 @@ export declare const BattleEndSchema: z.ZodObject<{
120
120
  }, {
121
121
  type: "Ineffective";
122
122
  recoverBattery: number;
123
+ }>, z.ZodObject<{
124
+ recoverBattery: z.ZodNumber;
125
+ } & {
126
+ type: z.ZodLiteral<"EffectClear">;
127
+ }, "strip", z.ZodTypeAny, {
128
+ type: "EffectClear";
129
+ recoverBattery: number;
130
+ }, {
131
+ type: "EffectClear";
132
+ recoverBattery: number;
123
133
  }>]>;
124
134
  } & {
125
135
  hp: z.ZodNumber;
@@ -505,6 +515,9 @@ export declare const BattleEndSchema: z.ZodObject<{
505
515
  } | {
506
516
  type: "ContinuousAttack";
507
517
  recoverBattery: number;
518
+ } | {
519
+ type: "EffectClear";
520
+ recoverBattery: number;
508
521
  } | {
509
522
  type: "ForceTurnEnd";
510
523
  recoverBattery: number;
@@ -633,6 +646,9 @@ export declare const BattleEndSchema: z.ZodObject<{
633
646
  } | {
634
647
  type: "ContinuousAttack";
635
648
  recoverBattery: number;
649
+ } | {
650
+ type: "EffectClear";
651
+ recoverBattery: number;
636
652
  } | {
637
653
  type: "ForceTurnEnd";
638
654
  recoverBattery: number;
@@ -866,6 +882,9 @@ export declare const BattleEndSchema: z.ZodObject<{
866
882
  } | {
867
883
  type: "ContinuousAttack";
868
884
  recoverBattery: number;
885
+ } | {
886
+ type: "EffectClear";
887
+ recoverBattery: number;
869
888
  } | {
870
889
  type: "ForceTurnEnd";
871
890
  recoverBattery: number;
@@ -1020,6 +1039,9 @@ export declare const BattleEndSchema: z.ZodObject<{
1020
1039
  } | {
1021
1040
  type: "ContinuousAttack";
1022
1041
  recoverBattery: number;
1042
+ } | {
1043
+ type: "EffectClear";
1044
+ recoverBattery: number;
1023
1045
  } | {
1024
1046
  type: "ForceTurnEnd";
1025
1047
  recoverBattery: number;
@@ -1572,6 +1594,16 @@ export declare const BattleEndSchema: z.ZodObject<{
1572
1594
  }, {
1573
1595
  type: "Ineffective";
1574
1596
  recoverBattery: number;
1597
+ }>, z.ZodObject<{
1598
+ recoverBattery: z.ZodNumber;
1599
+ } & {
1600
+ type: z.ZodLiteral<"EffectClear">;
1601
+ }, "strip", z.ZodTypeAny, {
1602
+ type: "EffectClear";
1603
+ recoverBattery: number;
1604
+ }, {
1605
+ type: "EffectClear";
1606
+ recoverBattery: number;
1575
1607
  }>]>;
1576
1608
  }, "strip", z.ZodTypeAny, {
1577
1609
  name: "BurstEffect";
@@ -1591,6 +1623,9 @@ export declare const BattleEndSchema: z.ZodObject<{
1591
1623
  } | {
1592
1624
  type: "ContinuousAttack";
1593
1625
  recoverBattery: number;
1626
+ } | {
1627
+ type: "EffectClear";
1628
+ recoverBattery: number;
1594
1629
  } | {
1595
1630
  type: "ForceTurnEnd";
1596
1631
  recoverBattery: number;
@@ -1626,6 +1661,9 @@ export declare const BattleEndSchema: z.ZodObject<{
1626
1661
  } | {
1627
1662
  type: "ContinuousAttack";
1628
1663
  recoverBattery: number;
1664
+ } | {
1665
+ type: "EffectClear";
1666
+ recoverBattery: number;
1629
1667
  } | {
1630
1668
  type: "ForceTurnEnd";
1631
1669
  recoverBattery: number;
@@ -2587,6 +2625,9 @@ export declare const BattleEndSchema: z.ZodObject<{
2587
2625
  } | {
2588
2626
  type: "ContinuousAttack";
2589
2627
  recoverBattery: number;
2628
+ } | {
2629
+ type: "EffectClear";
2630
+ recoverBattery: number;
2590
2631
  } | {
2591
2632
  type: "ForceTurnEnd";
2592
2633
  recoverBattery: number;
@@ -2805,6 +2846,9 @@ export declare const BattleEndSchema: z.ZodObject<{
2805
2846
  } | {
2806
2847
  type: "ContinuousAttack";
2807
2848
  recoverBattery: number;
2849
+ } | {
2850
+ type: "EffectClear";
2851
+ recoverBattery: number;
2808
2852
  } | {
2809
2853
  type: "ForceTurnEnd";
2810
2854
  recoverBattery: number;
@@ -2980,6 +3024,9 @@ export declare const BattleEndSchema: z.ZodObject<{
2980
3024
  } | {
2981
3025
  type: "ContinuousAttack";
2982
3026
  recoverBattery: number;
3027
+ } | {
3028
+ type: "EffectClear";
3029
+ recoverBattery: number;
2983
3030
  } | {
2984
3031
  type: "ForceTurnEnd";
2985
3032
  recoverBattery: number;
@@ -3198,6 +3245,9 @@ export declare const BattleEndSchema: z.ZodObject<{
3198
3245
  } | {
3199
3246
  type: "ContinuousAttack";
3200
3247
  recoverBattery: number;
3248
+ } | {
3249
+ type: "EffectClear";
3250
+ recoverBattery: number;
3201
3251
  } | {
3202
3252
  type: "ForceTurnEnd";
3203
3253
  recoverBattery: number;
@@ -3376,6 +3426,9 @@ export declare const BattleEndSchema: z.ZodObject<{
3376
3426
  } | {
3377
3427
  type: "ContinuousAttack";
3378
3428
  recoverBattery: number;
3429
+ } | {
3430
+ type: "EffectClear";
3431
+ recoverBattery: number;
3379
3432
  } | {
3380
3433
  type: "ForceTurnEnd";
3381
3434
  recoverBattery: number;
@@ -3594,6 +3647,9 @@ export declare const BattleEndSchema: z.ZodObject<{
3594
3647
  } | {
3595
3648
  type: "ContinuousAttack";
3596
3649
  recoverBattery: number;
3650
+ } | {
3651
+ type: "EffectClear";
3652
+ recoverBattery: number;
3597
3653
  } | {
3598
3654
  type: "ForceTurnEnd";
3599
3655
  recoverBattery: number;
@@ -3772,6 +3828,9 @@ export declare const BattleEndSchema: z.ZodObject<{
3772
3828
  } | {
3773
3829
  type: "ContinuousAttack";
3774
3830
  recoverBattery: number;
3831
+ } | {
3832
+ type: "EffectClear";
3833
+ recoverBattery: number;
3775
3834
  } | {
3776
3835
  type: "ForceTurnEnd";
3777
3836
  recoverBattery: number;
@@ -3990,6 +4049,9 @@ export declare const BattleEndSchema: z.ZodObject<{
3990
4049
  } | {
3991
4050
  type: "ContinuousAttack";
3992
4051
  recoverBattery: number;
4052
+ } | {
4053
+ type: "EffectClear";
4054
+ recoverBattery: number;
3993
4055
  } | {
3994
4056
  type: "ForceTurnEnd";
3995
4057
  recoverBattery: number;
@@ -123,6 +123,16 @@ export declare const BattleProgressedSchema: z.ZodObject<{
123
123
  }, {
124
124
  type: "Ineffective";
125
125
  recoverBattery: number;
126
+ }>, z.ZodObject<{
127
+ recoverBattery: z.ZodNumber;
128
+ } & {
129
+ type: z.ZodLiteral<"EffectClear">;
130
+ }, "strip", z.ZodTypeAny, {
131
+ type: "EffectClear";
132
+ recoverBattery: number;
133
+ }, {
134
+ type: "EffectClear";
135
+ recoverBattery: number;
126
136
  }>]>;
127
137
  } & {
128
138
  hp: z.ZodNumber;
@@ -508,6 +518,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
508
518
  } | {
509
519
  type: "ContinuousAttack";
510
520
  recoverBattery: number;
521
+ } | {
522
+ type: "EffectClear";
523
+ recoverBattery: number;
511
524
  } | {
512
525
  type: "ForceTurnEnd";
513
526
  recoverBattery: number;
@@ -636,6 +649,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
636
649
  } | {
637
650
  type: "ContinuousAttack";
638
651
  recoverBattery: number;
652
+ } | {
653
+ type: "EffectClear";
654
+ recoverBattery: number;
639
655
  } | {
640
656
  type: "ForceTurnEnd";
641
657
  recoverBattery: number;
@@ -869,6 +885,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
869
885
  } | {
870
886
  type: "ContinuousAttack";
871
887
  recoverBattery: number;
888
+ } | {
889
+ type: "EffectClear";
890
+ recoverBattery: number;
872
891
  } | {
873
892
  type: "ForceTurnEnd";
874
893
  recoverBattery: number;
@@ -1023,6 +1042,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
1023
1042
  } | {
1024
1043
  type: "ContinuousAttack";
1025
1044
  recoverBattery: number;
1045
+ } | {
1046
+ type: "EffectClear";
1047
+ recoverBattery: number;
1026
1048
  } | {
1027
1049
  type: "ForceTurnEnd";
1028
1050
  recoverBattery: number;
@@ -1575,6 +1597,16 @@ export declare const BattleProgressedSchema: z.ZodObject<{
1575
1597
  }, {
1576
1598
  type: "Ineffective";
1577
1599
  recoverBattery: number;
1600
+ }>, z.ZodObject<{
1601
+ recoverBattery: z.ZodNumber;
1602
+ } & {
1603
+ type: z.ZodLiteral<"EffectClear">;
1604
+ }, "strip", z.ZodTypeAny, {
1605
+ type: "EffectClear";
1606
+ recoverBattery: number;
1607
+ }, {
1608
+ type: "EffectClear";
1609
+ recoverBattery: number;
1578
1610
  }>]>;
1579
1611
  }, "strip", z.ZodTypeAny, {
1580
1612
  name: "BurstEffect";
@@ -1594,6 +1626,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
1594
1626
  } | {
1595
1627
  type: "ContinuousAttack";
1596
1628
  recoverBattery: number;
1629
+ } | {
1630
+ type: "EffectClear";
1631
+ recoverBattery: number;
1597
1632
  } | {
1598
1633
  type: "ForceTurnEnd";
1599
1634
  recoverBattery: number;
@@ -1629,6 +1664,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
1629
1664
  } | {
1630
1665
  type: "ContinuousAttack";
1631
1666
  recoverBattery: number;
1667
+ } | {
1668
+ type: "EffectClear";
1669
+ recoverBattery: number;
1632
1670
  } | {
1633
1671
  type: "ForceTurnEnd";
1634
1672
  recoverBattery: number;
@@ -2590,6 +2628,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
2590
2628
  } | {
2591
2629
  type: "ContinuousAttack";
2592
2630
  recoverBattery: number;
2631
+ } | {
2632
+ type: "EffectClear";
2633
+ recoverBattery: number;
2593
2634
  } | {
2594
2635
  type: "ForceTurnEnd";
2595
2636
  recoverBattery: number;
@@ -2808,6 +2849,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
2808
2849
  } | {
2809
2850
  type: "ContinuousAttack";
2810
2851
  recoverBattery: number;
2852
+ } | {
2853
+ type: "EffectClear";
2854
+ recoverBattery: number;
2811
2855
  } | {
2812
2856
  type: "ForceTurnEnd";
2813
2857
  recoverBattery: number;
@@ -2983,6 +3027,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
2983
3027
  } | {
2984
3028
  type: "ContinuousAttack";
2985
3029
  recoverBattery: number;
3030
+ } | {
3031
+ type: "EffectClear";
3032
+ recoverBattery: number;
2986
3033
  } | {
2987
3034
  type: "ForceTurnEnd";
2988
3035
  recoverBattery: number;
@@ -3201,6 +3248,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3201
3248
  } | {
3202
3249
  type: "ContinuousAttack";
3203
3250
  recoverBattery: number;
3251
+ } | {
3252
+ type: "EffectClear";
3253
+ recoverBattery: number;
3204
3254
  } | {
3205
3255
  type: "ForceTurnEnd";
3206
3256
  recoverBattery: number;
@@ -3380,6 +3430,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3380
3430
  } | {
3381
3431
  type: "ContinuousAttack";
3382
3432
  recoverBattery: number;
3433
+ } | {
3434
+ type: "EffectClear";
3435
+ recoverBattery: number;
3383
3436
  } | {
3384
3437
  type: "ForceTurnEnd";
3385
3438
  recoverBattery: number;
@@ -3598,6 +3651,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3598
3651
  } | {
3599
3652
  type: "ContinuousAttack";
3600
3653
  recoverBattery: number;
3654
+ } | {
3655
+ type: "EffectClear";
3656
+ recoverBattery: number;
3601
3657
  } | {
3602
3658
  type: "ForceTurnEnd";
3603
3659
  recoverBattery: number;
@@ -3777,6 +3833,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3777
3833
  } | {
3778
3834
  type: "ContinuousAttack";
3779
3835
  recoverBattery: number;
3836
+ } | {
3837
+ type: "EffectClear";
3838
+ recoverBattery: number;
3780
3839
  } | {
3781
3840
  type: "ForceTurnEnd";
3782
3841
  recoverBattery: number;
@@ -3995,6 +4054,9 @@ export declare const BattleProgressedSchema: z.ZodObject<{
3995
4054
  } | {
3996
4055
  type: "ContinuousAttack";
3997
4056
  recoverBattery: number;
4057
+ } | {
4058
+ type: "EffectClear";
4059
+ recoverBattery: number;
3998
4060
  } | {
3999
4061
  type: "ForceTurnEnd";
4000
4062
  recoverBattery: number;
@@ -129,6 +129,16 @@ export declare const BattleStartSchema: z.ZodObject<{
129
129
  }, {
130
130
  type: "Ineffective";
131
131
  recoverBattery: number;
132
+ }>, z.ZodObject<{
133
+ recoverBattery: z.ZodNumber;
134
+ } & {
135
+ type: z.ZodLiteral<"EffectClear">;
136
+ }, "strip", z.ZodTypeAny, {
137
+ type: "EffectClear";
138
+ recoverBattery: number;
139
+ }, {
140
+ type: "EffectClear";
141
+ recoverBattery: number;
132
142
  }>]>;
133
143
  }, "strip", z.ZodTypeAny, {
134
144
  power: number;
@@ -153,6 +163,9 @@ export declare const BattleStartSchema: z.ZodObject<{
153
163
  } | {
154
164
  type: "ContinuousAttack";
155
165
  recoverBattery: number;
166
+ } | {
167
+ type: "EffectClear";
168
+ recoverBattery: number;
156
169
  } | {
157
170
  type: "ForceTurnEnd";
158
171
  recoverBattery: number;
@@ -192,6 +205,9 @@ export declare const BattleStartSchema: z.ZodObject<{
192
205
  } | {
193
206
  type: "ContinuousAttack";
194
207
  recoverBattery: number;
208
+ } | {
209
+ type: "EffectClear";
210
+ recoverBattery: number;
195
211
  } | {
196
212
  type: "ForceTurnEnd";
197
213
  recoverBattery: number;
@@ -332,6 +348,9 @@ export declare const BattleStartSchema: z.ZodObject<{
332
348
  } | {
333
349
  type: "ContinuousAttack";
334
350
  recoverBattery: number;
351
+ } | {
352
+ type: "EffectClear";
353
+ recoverBattery: number;
335
354
  } | {
336
355
  type: "ForceTurnEnd";
337
356
  recoverBattery: number;
@@ -396,6 +415,9 @@ export declare const BattleStartSchema: z.ZodObject<{
396
415
  } | {
397
416
  type: "ContinuousAttack";
398
417
  recoverBattery: number;
418
+ } | {
419
+ type: "EffectClear";
420
+ recoverBattery: number;
399
421
  } | {
400
422
  type: "ForceTurnEnd";
401
423
  recoverBattery: number;
@@ -546,6 +568,16 @@ export declare const BattleStartSchema: z.ZodObject<{
546
568
  }, {
547
569
  type: "Ineffective";
548
570
  recoverBattery: number;
571
+ }>, z.ZodObject<{
572
+ recoverBattery: z.ZodNumber;
573
+ } & {
574
+ type: z.ZodLiteral<"EffectClear">;
575
+ }, "strip", z.ZodTypeAny, {
576
+ type: "EffectClear";
577
+ recoverBattery: number;
578
+ }, {
579
+ type: "EffectClear";
580
+ recoverBattery: number;
549
581
  }>]>;
550
582
  }, "strip", z.ZodTypeAny, {
551
583
  power: number;
@@ -570,6 +602,9 @@ export declare const BattleStartSchema: z.ZodObject<{
570
602
  } | {
571
603
  type: "ContinuousAttack";
572
604
  recoverBattery: number;
605
+ } | {
606
+ type: "EffectClear";
607
+ recoverBattery: number;
573
608
  } | {
574
609
  type: "ForceTurnEnd";
575
610
  recoverBattery: number;
@@ -609,6 +644,9 @@ export declare const BattleStartSchema: z.ZodObject<{
609
644
  } | {
610
645
  type: "ContinuousAttack";
611
646
  recoverBattery: number;
647
+ } | {
648
+ type: "EffectClear";
649
+ recoverBattery: number;
612
650
  } | {
613
651
  type: "ForceTurnEnd";
614
652
  recoverBattery: number;
@@ -749,6 +787,9 @@ export declare const BattleStartSchema: z.ZodObject<{
749
787
  } | {
750
788
  type: "ContinuousAttack";
751
789
  recoverBattery: number;
790
+ } | {
791
+ type: "EffectClear";
792
+ recoverBattery: number;
752
793
  } | {
753
794
  type: "ForceTurnEnd";
754
795
  recoverBattery: number;
@@ -813,6 +854,9 @@ export declare const BattleStartSchema: z.ZodObject<{
813
854
  } | {
814
855
  type: "ContinuousAttack";
815
856
  recoverBattery: number;
857
+ } | {
858
+ type: "EffectClear";
859
+ recoverBattery: number;
816
860
  } | {
817
861
  type: "ForceTurnEnd";
818
862
  recoverBattery: number;
@@ -964,6 +1008,16 @@ export declare const BattleStartSchema: z.ZodObject<{
964
1008
  }, {
965
1009
  type: "Ineffective";
966
1010
  recoverBattery: number;
1011
+ }>, z.ZodObject<{
1012
+ recoverBattery: z.ZodNumber;
1013
+ } & {
1014
+ type: z.ZodLiteral<"EffectClear">;
1015
+ }, "strip", z.ZodTypeAny, {
1016
+ type: "EffectClear";
1017
+ recoverBattery: number;
1018
+ }, {
1019
+ type: "EffectClear";
1020
+ recoverBattery: number;
967
1021
  }>]>;
968
1022
  } & {
969
1023
  hp: z.ZodNumber;
@@ -1349,6 +1403,9 @@ export declare const BattleStartSchema: z.ZodObject<{
1349
1403
  } | {
1350
1404
  type: "ContinuousAttack";
1351
1405
  recoverBattery: number;
1406
+ } | {
1407
+ type: "EffectClear";
1408
+ recoverBattery: number;
1352
1409
  } | {
1353
1410
  type: "ForceTurnEnd";
1354
1411
  recoverBattery: number;
@@ -1477,6 +1534,9 @@ export declare const BattleStartSchema: z.ZodObject<{
1477
1534
  } | {
1478
1535
  type: "ContinuousAttack";
1479
1536
  recoverBattery: number;
1537
+ } | {
1538
+ type: "EffectClear";
1539
+ recoverBattery: number;
1480
1540
  } | {
1481
1541
  type: "ForceTurnEnd";
1482
1542
  recoverBattery: number;
@@ -1710,6 +1770,9 @@ export declare const BattleStartSchema: z.ZodObject<{
1710
1770
  } | {
1711
1771
  type: "ContinuousAttack";
1712
1772
  recoverBattery: number;
1773
+ } | {
1774
+ type: "EffectClear";
1775
+ recoverBattery: number;
1713
1776
  } | {
1714
1777
  type: "ForceTurnEnd";
1715
1778
  recoverBattery: number;
@@ -1864,6 +1927,9 @@ export declare const BattleStartSchema: z.ZodObject<{
1864
1927
  } | {
1865
1928
  type: "ContinuousAttack";
1866
1929
  recoverBattery: number;
1930
+ } | {
1931
+ type: "EffectClear";
1932
+ recoverBattery: number;
1867
1933
  } | {
1868
1934
  type: "ForceTurnEnd";
1869
1935
  recoverBattery: number;
@@ -2416,6 +2482,16 @@ export declare const BattleStartSchema: z.ZodObject<{
2416
2482
  }, {
2417
2483
  type: "Ineffective";
2418
2484
  recoverBattery: number;
2485
+ }>, z.ZodObject<{
2486
+ recoverBattery: z.ZodNumber;
2487
+ } & {
2488
+ type: z.ZodLiteral<"EffectClear">;
2489
+ }, "strip", z.ZodTypeAny, {
2490
+ type: "EffectClear";
2491
+ recoverBattery: number;
2492
+ }, {
2493
+ type: "EffectClear";
2494
+ recoverBattery: number;
2419
2495
  }>]>;
2420
2496
  }, "strip", z.ZodTypeAny, {
2421
2497
  name: "BurstEffect";
@@ -2435,6 +2511,9 @@ export declare const BattleStartSchema: z.ZodObject<{
2435
2511
  } | {
2436
2512
  type: "ContinuousAttack";
2437
2513
  recoverBattery: number;
2514
+ } | {
2515
+ type: "EffectClear";
2516
+ recoverBattery: number;
2438
2517
  } | {
2439
2518
  type: "ForceTurnEnd";
2440
2519
  recoverBattery: number;
@@ -2470,6 +2549,9 @@ export declare const BattleStartSchema: z.ZodObject<{
2470
2549
  } | {
2471
2550
  type: "ContinuousAttack";
2472
2551
  recoverBattery: number;
2552
+ } | {
2553
+ type: "EffectClear";
2554
+ recoverBattery: number;
2473
2555
  } | {
2474
2556
  type: "ForceTurnEnd";
2475
2557
  recoverBattery: number;
@@ -3431,6 +3513,9 @@ export declare const BattleStartSchema: z.ZodObject<{
3431
3513
  } | {
3432
3514
  type: "ContinuousAttack";
3433
3515
  recoverBattery: number;
3516
+ } | {
3517
+ type: "EffectClear";
3518
+ recoverBattery: number;
3434
3519
  } | {
3435
3520
  type: "ForceTurnEnd";
3436
3521
  recoverBattery: number;
@@ -3649,6 +3734,9 @@ export declare const BattleStartSchema: z.ZodObject<{
3649
3734
  } | {
3650
3735
  type: "ContinuousAttack";
3651
3736
  recoverBattery: number;
3737
+ } | {
3738
+ type: "EffectClear";
3739
+ recoverBattery: number;
3652
3740
  } | {
3653
3741
  type: "ForceTurnEnd";
3654
3742
  recoverBattery: number;
@@ -3824,6 +3912,9 @@ export declare const BattleStartSchema: z.ZodObject<{
3824
3912
  } | {
3825
3913
  type: "ContinuousAttack";
3826
3914
  recoverBattery: number;
3915
+ } | {
3916
+ type: "EffectClear";
3917
+ recoverBattery: number;
3827
3918
  } | {
3828
3919
  type: "ForceTurnEnd";
3829
3920
  recoverBattery: number;
@@ -4042,6 +4133,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4042
4133
  } | {
4043
4134
  type: "ContinuousAttack";
4044
4135
  recoverBattery: number;
4136
+ } | {
4137
+ type: "EffectClear";
4138
+ recoverBattery: number;
4045
4139
  } | {
4046
4140
  type: "ForceTurnEnd";
4047
4141
  recoverBattery: number;
@@ -4205,6 +4299,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4205
4299
  } | {
4206
4300
  type: "ContinuousAttack";
4207
4301
  recoverBattery: number;
4302
+ } | {
4303
+ type: "EffectClear";
4304
+ recoverBattery: number;
4208
4305
  } | {
4209
4306
  type: "ForceTurnEnd";
4210
4307
  recoverBattery: number;
@@ -4270,6 +4367,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4270
4367
  } | {
4271
4368
  type: "ContinuousAttack";
4272
4369
  recoverBattery: number;
4370
+ } | {
4371
+ type: "EffectClear";
4372
+ recoverBattery: number;
4273
4373
  } | {
4274
4374
  type: "ForceTurnEnd";
4275
4375
  recoverBattery: number;
@@ -4355,6 +4455,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4355
4455
  } | {
4356
4456
  type: "ContinuousAttack";
4357
4457
  recoverBattery: number;
4458
+ } | {
4459
+ type: "EffectClear";
4460
+ recoverBattery: number;
4358
4461
  } | {
4359
4462
  type: "ForceTurnEnd";
4360
4463
  recoverBattery: number;
@@ -4573,6 +4676,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4573
4676
  } | {
4574
4677
  type: "ContinuousAttack";
4575
4678
  recoverBattery: number;
4679
+ } | {
4680
+ type: "EffectClear";
4681
+ recoverBattery: number;
4576
4682
  } | {
4577
4683
  type: "ForceTurnEnd";
4578
4684
  recoverBattery: number;
@@ -4734,6 +4840,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4734
4840
  } | {
4735
4841
  type: "ContinuousAttack";
4736
4842
  recoverBattery: number;
4843
+ } | {
4844
+ type: "EffectClear";
4845
+ recoverBattery: number;
4737
4846
  } | {
4738
4847
  type: "ForceTurnEnd";
4739
4848
  recoverBattery: number;
@@ -4799,6 +4908,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4799
4908
  } | {
4800
4909
  type: "ContinuousAttack";
4801
4910
  recoverBattery: number;
4911
+ } | {
4912
+ type: "EffectClear";
4913
+ recoverBattery: number;
4802
4914
  } | {
4803
4915
  type: "ForceTurnEnd";
4804
4916
  recoverBattery: number;
@@ -4884,6 +4996,9 @@ export declare const BattleStartSchema: z.ZodObject<{
4884
4996
  } | {
4885
4997
  type: "ContinuousAttack";
4886
4998
  recoverBattery: number;
4999
+ } | {
5000
+ type: "EffectClear";
5001
+ recoverBattery: number;
4887
5002
  } | {
4888
5003
  type: "ForceTurnEnd";
4889
5004
  recoverBattery: number;
@@ -5102,6 +5217,9 @@ export declare const BattleStartSchema: z.ZodObject<{
5102
5217
  } | {
5103
5218
  type: "ContinuousAttack";
5104
5219
  recoverBattery: number;
5220
+ } | {
5221
+ type: "EffectClear";
5222
+ recoverBattery: number;
5105
5223
  } | {
5106
5224
  type: "ForceTurnEnd";
5107
5225
  recoverBattery: number;
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@gbraver-burst-network/browser-sdk",
3
3
  "description": "gbraver burst browser sdk",
4
- "version": "1.16.22",
4
+ "version": "1.16.24",
5
5
  "author": "Y.Takeuchi",
6
6
  "bugs": {
7
7
  "url": "https://github.com/kaidouji85/gbraver-burst-network/issues",
8
8
  "email": "kaidouji85@gmail.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-amplify": "^6.14.3",
12
- "gbraver-burst-core": "^1.36.1",
11
+ "aws-amplify": "^6.14.4",
12
+ "gbraver-burst-core": "^1.37.0",
13
13
  "rxjs": "^7.8.2",
14
- "zod": "^3.24.3"
14
+ "zod": "^3.24.4"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/jest": "^29.5.14",
18
- "dependency-cruiser": "^16.10.1",
19
- "eslint": "^9.25.1",
18
+ "dependency-cruiser": "^16.10.2",
19
+ "eslint": "^9.26.0",
20
20
  "eslint-plugin-jest": "^28.11.0",
21
21
  "eslint-plugin-simple-import-sort": "^12.1.1",
22
22
  "jest": "^29.7.0",
@@ -24,8 +24,8 @@
24
24
  "prettier": "3.5.3",
25
25
  "rimraf": "^6.0.1",
26
26
  "ts-jest": "^29.3.2",
27
- "typescript-eslint": "^8.31.0",
28
- "webpack": "^5.99.7",
27
+ "typescript-eslint": "^8.32.0",
28
+ "webpack": "^5.99.8",
29
29
  "webpack-cli": "^6.0.1"
30
30
  },
31
31
  "files": [