Bump anapi (#188)

This commit is contained in:
Ildar Galeev 2024-07-04 19:25:05 +07:00 committed by GitHub
parent 939004f372
commit 872dc7a008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 20 deletions

8
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@ngneat/transloco": "^6.0.4",
"@ngneat/until-destroy": "^9.0.0",
"@vality/ng-core": "18.0.1-pr-63-9e315a6.0",
"@vality/swag-anapi-v2": "2.0.1-2eda808.0",
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
"@vality/swag-organizations": "1.0.1-e863566.0",
@ -7164,9 +7164,9 @@
}
},
"node_modules/@vality/swag-anapi-v2": {
"version": "2.0.1-2eda808.0",
"resolved": "https://registry.npmjs.org/@vality/swag-anapi-v2/-/swag-anapi-v2-2.0.1-2eda808.0.tgz",
"integrity": "sha512-xiXjqxXkzzAUPvUmr5nOjIVVc5z53cwXyfiSRmHs8OZ+nuN8jaToRQtbvtDd7vNAJmo22+6v0+0swx8/WODebg==",
"version": "2.0.1-0f6d0dc.0",
"resolved": "https://registry.npmjs.org/@vality/swag-anapi-v2/-/swag-anapi-v2-2.0.1-0f6d0dc.0.tgz",
"integrity": "sha512-kTMuuGffU/Qu0thbskzqJQUm/Dg5DJhgKhVYFiD95FoqcnEWwHBMa+TRfdB3pz7KntiDm8sfe1FkyiU3kvH3Ew==",
"dependencies": {
"tslib": "^2.3.0"
},

View File

@ -39,7 +39,7 @@
"@ngneat/transloco": "^6.0.4",
"@ngneat/until-destroy": "^9.0.0",
"@vality/ng-core": "18.0.1-pr-63-9e315a6.0",
"@vality/swag-anapi-v2": "2.0.1-2eda808.0",
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
"@vality/swag-api-keys-v2": "0.1.2-321124b.0",
"@vality/swag-claim-management": "0.1.1-b5248eb.0",
"@vality/swag-organizations": "1.0.1-e863566.0",

View File

@ -128,11 +128,6 @@ export class AnapiDictionaryService {
'dictionary',
),
paymentRegistry: this.t.translate('anapi.reportType.paymentRegistry', null, 'dictionary'),
paymentRegistryByPayout: this.t.translate(
'anapi.reportType.paymentRegistryByPayout',
null,
'dictionary',
),
}));
reportStatus$ = this.dictionaryService.create<Report.StatusEnum>(() => ({

View File

@ -1,4 +1,4 @@
<div class="dsh-laptop-grid" fxLayout="column" fxLayoutGap="48px">
<div class="dsh-laptop-grid" fxLayout="column" fxLayoutGap="24px">
<dsh-toolbar></dsh-toolbar>
<ng-content></ng-content>
</div>

View File

@ -5,12 +5,7 @@
</div>
</div>
<div fxFlex="2 1 fill">
<div
class="dsh-route-container"
fxLayout="column"
fxLayoutGap="24px"
fxLayoutGap.gt-sm="48px"
>
<div class="dsh-route-container" fxLayout="column" fxLayoutGap="24px">
<dsh-section-header [label]="routeName"></dsh-section-header>
<div>
<router-outlet></router-outlet>

View File

@ -1,5 +1,5 @@
$dsh-route-container-max-width: 1128px;
$dsh-route-navbar-container-padding: 176px 0 0 0;
$dsh-route-navbar-container-padding: 128px 0 0 0;
.dsh-route-container {
max-width: $dsh-route-container-max-width;

View File

@ -79,7 +79,6 @@
},
"reportType": {
"paymentRegistry": "Operations register",
"paymentRegistryByPayout": "Register of reimbursement transactions",
"provisionOfService": "Certificate of rendered services"
}
},

View File

@ -79,7 +79,6 @@
},
"reportType": {
"paymentRegistry": "Реестр операций",
"paymentRegistryByPayout": "Реестр операций возмещения",
"provisionOfService": "Акт об оказании услуг"
}
},