File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nevermined-io/payments" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"description" : " Typescript SDK to interact with the Nevermined Payments Protocol" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -490,7 +490,12 @@ export class Payments {
490
490
public async getSubscriptionBalance (
491
491
subscriptionDid : string ,
492
492
accountAddress ?: string ,
493
- ) : Promise < { subscriptionType : string ; isOwner : boolean ; balance : bigint } > {
493
+ ) : Promise < {
494
+ subscriptionType : string
495
+ isOwner : boolean
496
+ balance : bigint
497
+ isSubscriptor : boolean
498
+ } > {
494
499
const body = {
495
500
subscriptionDid,
496
501
accountAddress,
You can’t perform that action at this time.
0 commit comments