Get wallets reports with partyId (#167)

This commit is contained in:
Rinat Arsaev 2024-01-23 17:30:34 +07:00 committed by GitHub
parent 29ee0c9afa
commit 1cd2ab6a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -4,5 +4,5 @@ runs:
using: composite
steps:
- uses: valitydev/action-frontend/setup@v0.1
- run: npm ci
- run: npm ci --force # TODO remove after bump ng 17.1
shell: bash

12
package-lock.json generated
View File

@ -31,7 +31,7 @@
"@vality/swag-organizations": "1.0.0",
"@vality/swag-payments": "0.1.3-77c86a5.0",
"@vality/swag-url-shortener": "0.1.0",
"@vality/swag-wallet": "0.1.3-099fc69.0",
"@vality/swag-wallet": "0.1.3-e6d0c88.0",
"angular-file": "^3.0.1",
"apexcharts": "^3.19.2",
"css-element-queries": "1.2.3",
@ -7734,15 +7734,15 @@
}
},
"node_modules/@vality/swag-wallet": {
"version": "0.1.3-099fc69.0",
"resolved": "https://registry.npmjs.org/@vality/swag-wallet/-/swag-wallet-0.1.3-099fc69.0.tgz",
"integrity": "sha512-LXG4J+tLjdG2+QbXEOrfffJLSUqdvOhDxSzH4mSn1buFzJoKhMBGkgxgy1znMwzJQfvKMP+8lrpV56Att1acgw==",
"version": "0.1.3-e6d0c88.0",
"resolved": "https://registry.npmjs.org/@vality/swag-wallet/-/swag-wallet-0.1.3-e6d0c88.0.tgz",
"integrity": "sha512-Oh+w9pNwktWOdnO4evS+2vmLElxKvNexXNaezzsNmus6u+Osz6xc6ZV8hGc4hCLJ6cPw1MVtKpgcWCbPUDkAHw==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0"
}
},
"node_modules/@vitejs/plugin-basic-ssl": {

View File

@ -48,7 +48,7 @@
"@vality/swag-organizations": "1.0.0",
"@vality/swag-payments": "0.1.3-77c86a5.0",
"@vality/swag-url-shortener": "0.1.0",
"@vality/swag-wallet": "0.1.3-099fc69.0",
"@vality/swag-wallet": "0.1.3-e6d0c88.0",
"angular-file": "^3.0.1",
"apexcharts": "^3.19.2",
"css-element-queries": "1.2.3",