File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -390,6 +390,7 @@ export type availableCustomRulesets = 'belgian_ballot_rules';
390
390
export interface ContestContent {
391
391
reference : string
392
392
title : LocalString
393
+ id ?: number
393
394
subtitle ?: LocalString
394
395
question ?: LocalString
395
396
description ?: LocalString
@@ -420,6 +421,7 @@ export interface ResultType {
420
421
export interface OptionContent {
421
422
reference : string
422
423
code : number
424
+ id ?: number
423
425
title : LocalString
424
426
subtitle ?: LocalString
425
427
description ?: LocalString
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.4.0 " ,
2
+ "version" : " 4.4.1 " ,
3
3
"name" : " @aion-dk/js-client" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Assembly Voting JS client" ,
You can’t perform that action at this time.
0 commit comments