@@ -201,10 +201,13 @@ export enum ClassicContribution_OrderBy {
201201 ContributorTotalStake = "contributor__totalStake" ,
202202 CoreDispute = "coreDispute" ,
203203 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
204+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
204205 CoreDisputeId = "coreDispute__id" ,
205206 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
207+ CoreDisputeOverridden = "coreDispute__overridden" ,
206208 CoreDisputePeriod = "coreDispute__period" ,
207209 CoreDisputeRuled = "coreDispute__ruled" ,
210+ CoreDisputeTied = "coreDispute__tied" ,
208211 Id = "id" ,
209212 LocalRound = "localRound" ,
210213 LocalRoundFeeRewards = "localRound__feeRewards" ,
@@ -305,10 +308,13 @@ export type ClassicDispute_Filter = {
305308export enum ClassicDispute_OrderBy {
306309 CoreDispute = "coreDispute" ,
307310 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
311+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
308312 CoreDisputeId = "coreDispute__id" ,
309313 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
314+ CoreDisputeOverridden = "coreDispute__overridden" ,
310315 CoreDisputePeriod = "coreDispute__period" ,
311316 CoreDisputeRuled = "coreDispute__ruled" ,
317+ CoreDisputeTied = "coreDispute__tied" ,
312318 CurrentLocalRoundIndex = "currentLocalRoundIndex" ,
313319 ExtraData = "extraData" ,
314320 Id = "id" ,
@@ -724,10 +730,13 @@ export enum ClassicVote_OrderBy {
724730 Choice = "choice" ,
725731 CoreDispute = "coreDispute" ,
726732 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
733+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
727734 CoreDisputeId = "coreDispute__id" ,
728735 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
736+ CoreDisputeOverridden = "coreDispute__overridden" ,
729737 CoreDisputePeriod = "coreDispute__period" ,
730738 CoreDisputeRuled = "coreDispute__ruled" ,
739+ CoreDisputeTied = "coreDispute__tied" ,
731740 Id = "id" ,
732741 Juror = "juror" ,
733742 JurorActiveDisputes = "juror__activeDisputes" ,
@@ -816,10 +825,13 @@ export enum Contribution_OrderBy {
816825 ContributorTotalStake = "contributor__totalStake" ,
817826 CoreDispute = "coreDispute" ,
818827 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
828+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
819829 CoreDisputeId = "coreDispute__id" ,
820830 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
831+ CoreDisputeOverridden = "coreDispute__overridden" ,
821832 CoreDisputePeriod = "coreDispute__period" ,
822833 CoreDisputeRuled = "coreDispute__ruled" ,
834+ CoreDisputeTied = "coreDispute__tied" ,
823835 Id = "id" ,
824836}
825837
@@ -1192,13 +1204,16 @@ export type Dispute = {
11921204 court : Court ;
11931205 currentRound : Round ;
11941206 currentRoundIndex : Scalars [ "BigInt" ] [ "output" ] ;
1207+ currentRuling : Scalars [ "BigInt" ] [ "output" ] ;
11951208 disputeKitDispute ?: Maybe < DisputeKitDispute > ;
11961209 id : Scalars [ "ID" ] [ "output" ] ;
11971210 lastPeriodChange : Scalars [ "BigInt" ] [ "output" ] ;
1211+ overridden : Scalars [ "Boolean" ] [ "output" ] ;
11981212 period : Period ;
11991213 rounds : Array < Round > ;
12001214 ruled : Scalars [ "Boolean" ] [ "output" ] ;
12011215 shifts : Array < TokenAndEthShift > ;
1216+ tied : Scalars [ "Boolean" ] [ "output" ] ;
12021217} ;
12031218
12041219export type DisputeRoundsArgs = {
@@ -1316,10 +1331,13 @@ export type DisputeKitDispute_Filter = {
13161331export enum DisputeKitDispute_OrderBy {
13171332 CoreDispute = "coreDispute" ,
13181333 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
1334+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
13191335 CoreDisputeId = "coreDispute__id" ,
13201336 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
1337+ CoreDisputeOverridden = "coreDispute__overridden" ,
13211338 CoreDisputePeriod = "coreDispute__period" ,
13221339 CoreDisputeRuled = "coreDispute__ruled" ,
1340+ CoreDisputeTied = "coreDispute__tied" ,
13231341 CurrentLocalRoundIndex = "currentLocalRoundIndex" ,
13241342 Id = "id" ,
13251343 LocalRounds = "localRounds" ,
@@ -1535,6 +1553,14 @@ export type Dispute_Filter = {
15351553 currentRound_not_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
15361554 currentRound_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
15371555 currentRound_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
1556+ currentRuling ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1557+ currentRuling_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1558+ currentRuling_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1559+ currentRuling_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1560+ currentRuling_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1561+ currentRuling_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1562+ currentRuling_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1563+ currentRuling_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
15381564 disputeKitDispute_ ?: InputMaybe < DisputeKitDispute_Filter > ;
15391565 id ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
15401566 id_gt ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
@@ -1553,6 +1579,10 @@ export type Dispute_Filter = {
15531579 lastPeriodChange_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
15541580 lastPeriodChange_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
15551581 or ?: InputMaybe < Array < InputMaybe < Dispute_Filter > > > ;
1582+ overridden ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1583+ overridden_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
1584+ overridden_not ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1585+ overridden_not_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
15561586 period ?: InputMaybe < Period > ;
15571587 period_in ?: InputMaybe < Array < Period > > ;
15581588 period_not ?: InputMaybe < Period > ;
@@ -1563,6 +1593,10 @@ export type Dispute_Filter = {
15631593 ruled_not ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
15641594 ruled_not_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
15651595 shifts_ ?: InputMaybe < TokenAndEthShift_Filter > ;
1596+ tied ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1597+ tied_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
1598+ tied_not ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1599+ tied_not_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
15661600} ;
15671601
15681602export enum Dispute_OrderBy {
@@ -1592,15 +1626,18 @@ export enum Dispute_OrderBy {
15921626 CurrentRoundRepartitions = "currentRound__repartitions" ,
15931627 CurrentRoundTokensAtStakePerJuror = "currentRound__tokensAtStakePerJuror" ,
15941628 CurrentRoundTotalFeesForJurors = "currentRound__totalFeesForJurors" ,
1629+ CurrentRuling = "currentRuling" ,
15951630 DisputeKitDispute = "disputeKitDispute" ,
15961631 DisputeKitDisputeCurrentLocalRoundIndex = "disputeKitDispute__currentLocalRoundIndex" ,
15971632 DisputeKitDisputeId = "disputeKitDispute__id" ,
15981633 Id = "id" ,
15991634 LastPeriodChange = "lastPeriodChange" ,
1635+ Overridden = "overridden" ,
16001636 Period = "period" ,
16011637 Rounds = "rounds" ,
16021638 Ruled = "ruled" ,
16031639 Shifts = "shifts" ,
1640+ Tied = "tied" ,
16041641}
16051642
16061643export type Draw = {
@@ -1701,10 +1738,13 @@ export type Draw_Filter = {
17011738export enum Draw_OrderBy {
17021739 Dispute = "dispute" ,
17031740 DisputeCurrentRoundIndex = "dispute__currentRoundIndex" ,
1741+ DisputeCurrentRuling = "dispute__currentRuling" ,
17041742 DisputeId = "dispute__id" ,
17051743 DisputeLastPeriodChange = "dispute__lastPeriodChange" ,
1744+ DisputeOverridden = "dispute__overridden" ,
17061745 DisputePeriod = "dispute__period" ,
17071746 DisputeRuled = "dispute__ruled" ,
1747+ DisputeTied = "dispute__tied" ,
17081748 Id = "id" ,
17091749 Juror = "juror" ,
17101750 JurorActiveDisputes = "juror__activeDisputes" ,
@@ -2113,10 +2153,13 @@ export enum Penalty_OrderBy {
21132153 DegreeOfCoherency = "degreeOfCoherency" ,
21142154 Dispute = "dispute" ,
21152155 DisputeCurrentRoundIndex = "dispute__currentRoundIndex" ,
2156+ DisputeCurrentRuling = "dispute__currentRuling" ,
21162157 DisputeId = "dispute__id" ,
21172158 DisputeLastPeriodChange = "dispute__lastPeriodChange" ,
2159+ DisputeOverridden = "dispute__overridden" ,
21182160 DisputePeriod = "dispute__period" ,
21192161 DisputeRuled = "dispute__ruled" ,
2162+ DisputeTied = "dispute__tied" ,
21202163 Id = "id" ,
21212164 Juror = "juror" ,
21222165 JurorActiveDisputes = "juror__activeDisputes" ,
@@ -2695,10 +2738,13 @@ export enum Round_OrderBy {
26952738 DisputeKitId = "disputeKit__id" ,
26962739 DisputeKitNeedsFreezing = "disputeKit__needsFreezing" ,
26972740 DisputeCurrentRoundIndex = "dispute__currentRoundIndex" ,
2741+ DisputeCurrentRuling = "dispute__currentRuling" ,
26982742 DisputeId = "dispute__id" ,
26992743 DisputeLastPeriodChange = "dispute__lastPeriodChange" ,
2744+ DisputeOverridden = "dispute__overridden" ,
27002745 DisputePeriod = "dispute__period" ,
27012746 DisputeRuled = "dispute__ruled" ,
2747+ DisputeTied = "dispute__tied" ,
27022748 DrawnJurors = "drawnJurors" ,
27032749 Id = "id" ,
27042750 NbVotes = "nbVotes" ,
@@ -3217,10 +3263,13 @@ export type TokenAndEthShift_Filter = {
32173263export enum TokenAndEthShift_OrderBy {
32183264 Dispute = "dispute" ,
32193265 DisputeCurrentRoundIndex = "dispute__currentRoundIndex" ,
3266+ DisputeCurrentRuling = "dispute__currentRuling" ,
32203267 DisputeId = "dispute__id" ,
32213268 DisputeLastPeriodChange = "dispute__lastPeriodChange" ,
3269+ DisputeOverridden = "dispute__overridden" ,
32223270 DisputePeriod = "dispute__period" ,
32233271 DisputeRuled = "dispute__ruled" ,
3272+ DisputeTied = "dispute__tied" ,
32243273 EthAmount = "ethAmount" ,
32253274 Id = "id" ,
32263275 Juror = "juror" ,
@@ -3517,10 +3566,13 @@ export type Vote_Filter = {
35173566export enum Vote_OrderBy {
35183567 CoreDispute = "coreDispute" ,
35193568 CoreDisputeCurrentRoundIndex = "coreDispute__currentRoundIndex" ,
3569+ CoreDisputeCurrentRuling = "coreDispute__currentRuling" ,
35203570 CoreDisputeId = "coreDispute__id" ,
35213571 CoreDisputeLastPeriodChange = "coreDispute__lastPeriodChange" ,
3572+ CoreDisputeOverridden = "coreDispute__overridden" ,
35223573 CoreDisputePeriod = "coreDispute__period" ,
35233574 CoreDisputeRuled = "coreDispute__ruled" ,
3575+ CoreDisputeTied = "coreDispute__tied" ,
35243576 Id = "id" ,
35253577 Juror = "juror" ,
35263578 JurorActiveDisputes = "juror__activeDisputes" ,
@@ -3681,6 +3733,9 @@ export type DisputeDetailsQuery = {
36813733 period : Period ;
36823734 ruled : boolean ;
36833735 lastPeriodChange : any ;
3736+ currentRuling : any ;
3737+ overridden : boolean ;
3738+ tied : boolean ;
36843739 currentRoundIndex : any ;
36853740 court : { __typename ?: "Court" ; id : string ; timesPerPeriod : Array < any > ; hiddenVotes : boolean ; feeForJuror : any } ;
36863741 arbitrated : { __typename ?: "Arbitrable" ; id : string } ;
@@ -4185,6 +4240,9 @@ export const DisputeDetailsDocument = {
41854240 { kind : "Field" , name : { kind : "Name" , value : "period" } } ,
41864241 { kind : "Field" , name : { kind : "Name" , value : "ruled" } } ,
41874242 { kind : "Field" , name : { kind : "Name" , value : "lastPeriodChange" } } ,
4243+ { kind : "Field" , name : { kind : "Name" , value : "currentRuling" } } ,
4244+ { kind : "Field" , name : { kind : "Name" , value : "overridden" } } ,
4245+ { kind : "Field" , name : { kind : "Name" , value : "tied" } } ,
41884246 {
41894247 kind : "Field" ,
41904248 name : { kind : "Name" , value : "currentRound" } ,
0 commit comments