File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tensor-hq/tensor-common" ,
3
- "version" : " 8.2 .1" ,
3
+ "version" : " 8.3 .1" ,
4
4
"description" : " Common utility methods used by Tensor." ,
5
5
"sideEffects" : false ,
6
6
"module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -561,6 +561,7 @@ export enum TraitBidRequestType {
561
561
TakeT22 = 'TAKE_T22' ,
562
562
TakeWns = 'TAKE_WNS' ,
563
563
PlaceBid = 'PLACE_BID' ,
564
+ EditBid = 'EDIT_BID' ,
564
565
}
565
566
566
567
export type TraitBidsRequest =
@@ -576,6 +577,6 @@ export type TraitBidsRequest =
576
577
args : TakeNonCompressedArgsSerialized ;
577
578
}
578
579
| {
579
- type : TraitBidRequestType . PlaceBid ;
580
+ type : TraitBidRequestType . PlaceBid | TraitBidRequestType . EditBid ;
580
581
args : PlaceBidArgsSerialized ;
581
582
} ;
You can’t perform that action at this time.
0 commit comments