This repository was archived by the owner on Oct 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ # [ 3.13.17] - 08-08-2023
6+
7+ - Modified type of ` getAsset ` method to align with changes from 3.13.16
8+
59# [ 3.13.16] - 08-08-2023
610
711- Modified ` merchantUuid ` parameter in ` getAsset ` method to be optional
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ export declare class Asset {
520520
521521 checkAccessForAsset ( id : number ) : Promise < AxiosResponse < GetItemAccessV1 > > ;
522522 isFreeTrialUsed ( id : number ) : Promise < AxiosResponse < boolean > > ;
523- getAsset ( assetId : number , merchantUuid : string ) : Promise < AxiosResponse < ExternalItemDetails > > ;
523+ getAsset ( assetId : number , merchantUuid ? : string ) : Promise < AxiosResponse < ExternalItemDetails > > ;
524524 getExternalAsset (
525525 assetType : string ,
526526 externalId : string ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @inplayer-org/inplayer.js" ,
3- "version" : " 3.13.16 " ,
3+ "version" : " 3.13.17 " ,
44 "author" : " InPlayer" ,
55 "license" : " MIT" ,
66 "description" : " A Javascript SDK for Inplayer's RESTful API" ,
You can’t perform that action at this time.
0 commit comments