File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @wharfkit/atomicassets" ,
33 "description" : " AtomicAsset library for Wharf" ,
4- "version" : " 1.2.1 " ,
4+ "version" : " 1.2.2 " ,
55 "homepage" : " https://github.com/wharfkit/atomicassets" ,
66 "main" : " lib/atomicassets.js" ,
77 "module" : " lib/atomicassets.m.js" ,
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export class MarketAssetObject extends AssetObject {
280280 @Struct . field ( SaleBrief , { array : true } ) declare sales : SaleBrief [ ]
281281 @Struct . field ( AuctionBrief , { array : true } ) declare auctions : AuctionBrief [ ]
282282 @Struct . field ( AssetPriceV2 , { array : true , optional : true } ) declare prices : AssetPriceV2 [ ]
283- @Struct . field ( TemplateBuyofferBrief , { array : true } )
283+ @Struct . field ( TemplateBuyofferBrief , { array : true , optional : true } )
284284 declare template_buyoffers : TemplateBuyofferBrief [ ]
285285}
286286
You can’t perform that action at this time.
0 commit comments