diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.json b/clearing-parent/backend-api/src/main/resources/meta/meta.json
index c421ce0b2..6c3f9e363 100644
--- a/clearing-parent/backend-api/src/main/resources/meta/meta.json
+++ b/clearing-parent/backend-api/src/main/resources/meta/meta.json
@@ -1,6 +1,6 @@
{
- "version": "3.11.0.89",
+ "version": "3.11.0.90",
"enums": {
@@ -4894,7 +4894,7 @@
,
"bankAccount": {
- "name": "Счета вывода средств из ПРЦ",
+ "name": "Счета вывода средств",
"destination": "accounting/bank-accounts",
@@ -4972,7 +4972,7 @@
,"actions":[
{"method":"post",
- "name": "Добавление счета вывода средств из ПРЦ",
+ "name": "Добавление счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -5027,7 +5027,7 @@
,
{"method":"put",
- "name": "Изменение счета вывода средств из ПРЦ",
+ "name": "Изменение счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -5082,7 +5082,7 @@
,
{"method":"delete",
- "name": "Блокировка счета вывода средств из ПРЦ",
+ "name": "Блокировка счета вывода средств",
"confirmation": "currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -6134,9 +6134,9 @@
"destination": "MTCR",
- "group": "Формирование отчетности",
+ "group": "Обмен с интеграционными модулями",
- "name": "Формирование файлов с МТКР",
+ "name": "Выгрузка ТКР",
"fields": []
}
diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.xml b/clearing-parent/backend-api/src/main/resources/meta/meta.xml
index 5e7c221ac..194f00631 100644
--- a/clearing-parent/backend-api/src/main/resources/meta/meta.xml
+++ b/clearing-parent/backend-api/src/main/resources/meta/meta.xml
@@ -1,6 +1,6 @@
-
+
@@ -1137,7 +1137,7 @@
-
+
@@ -1155,7 +1155,7 @@
-
+
@@ -1168,7 +1168,7 @@
-
+
@@ -1181,7 +1181,7 @@
-
+
@@ -1413,7 +1413,7 @@
-
+
diff --git a/clearing-parent/backend-api/src/test/resources/meta.json b/clearing-parent/backend-api/src/test/resources/meta.json
index c421ce0b2..6c3f9e363 100644
--- a/clearing-parent/backend-api/src/test/resources/meta.json
+++ b/clearing-parent/backend-api/src/test/resources/meta.json
@@ -1,6 +1,6 @@
{
- "version": "3.11.0.89",
+ "version": "3.11.0.90",
"enums": {
@@ -4894,7 +4894,7 @@
,
"bankAccount": {
- "name": "Счета вывода средств из ПРЦ",
+ "name": "Счета вывода средств",
"destination": "accounting/bank-accounts",
@@ -4972,7 +4972,7 @@
,"actions":[
{"method":"post",
- "name": "Добавление счета вывода средств из ПРЦ",
+ "name": "Добавление счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -5027,7 +5027,7 @@
,
{"method":"put",
- "name": "Изменение счета вывода средств из ПРЦ",
+ "name": "Изменение счета вывода средств",
"confirmation": "currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -5082,7 +5082,7 @@
,
{"method":"delete",
- "name": "Блокировка счета вывода средств из ПРЦ",
+ "name": "Блокировка счета вывода средств",
"confirmation": "currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account",
@@ -6134,9 +6134,9 @@
"destination": "MTCR",
- "group": "Формирование отчетности",
+ "group": "Обмен с интеграционными модулями",
- "name": "Формирование файлов с МТКР",
+ "name": "Выгрузка ТКР",
"fields": []
}