File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ # [ 3.13.17] - 08-08-2023
6
+
7
+ - Modified type of ` getAsset ` method to align with changes from 3.13.16
8
+
5
9
# [ 3.13.16] - 08-08-2023
6
10
7
11
- 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 {
520
520
521
521
checkAccessForAsset ( id : number ) : Promise < AxiosResponse < GetItemAccessV1 > > ;
522
522
isFreeTrialUsed ( id : number ) : Promise < AxiosResponse < boolean > > ;
523
- getAsset ( assetId : number , merchantUuid : string ) : Promise < AxiosResponse < ExternalItemDetails > > ;
523
+ getAsset ( assetId : number , merchantUuid ? : string ) : Promise < AxiosResponse < ExternalItemDetails > > ;
524
524
getExternalAsset (
525
525
assetType : string ,
526
526
externalId : string ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inplayer-org/inplayer.js" ,
3
- "version" : " 3.13.16 " ,
3
+ "version" : " 3.13.17 " ,
4
4
"author" : " InPlayer" ,
5
5
"license" : " MIT" ,
6
6
"description" : " A Javascript SDK for Inplayer's RESTful API" ,
You can’t perform that action at this time.
0 commit comments