Skip to content

Commit

Permalink
Merge pull request #138 from mysteriumnetwork/improvements/service_re…
Browse files Browse the repository at this point in the history
…sponse

Update EarningsPerServiceResponse to include dvpn service
  • Loading branch information
Mykolas Maciekus authored Jul 14, 2023
2 parents 7396bbb + a9cb6c4 commit 97710e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:

build:
stage: build
tags: [docker]
tags: [high_performance]
script: yarn ci
artifacts:
paths:
Expand All @@ -22,7 +22,7 @@ publish-npm:
stage: publish
only:
- tags
tags: [docker]
tags: [high_performance]
script:
- npm config set '//registry.npmjs.org/:_authToken' "${NPM_PUBLISH_TOKEN}"
- npm publish --access public
2 changes: 2 additions & 0 deletions src/provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ export class ProviderAPI {
export interface EarningsPerServiceResponse {
publicTokens: Tokens
dataTransferTokens: Tokens
dvpnTokens: Tokens;
scrapingTokens: Tokens
totalTokens: Tokens
totalDvpnTokens: Tokens;
totalPublicTokens: Tokens
totalDataTransferTokens: Tokens
totalScrapingTokens: Tokens
Expand Down

0 comments on commit 97710e3

Please sign in to comment.