From 24a911f6fe31a10ab0a83af83c032cd811c42bae Mon Sep 17 00:00:00 2001 From: AKurakin Date: Mon, 3 Jun 2024 13:58:22 +0300 Subject: [PATCH] =?UTF-8?q?backend-api=20meta=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backend-api/src/main/resources/meta/meta.json | 14 +++++++------- .../backend-api/src/main/resources/meta/meta.xml | 12 ++++++------ .../backend-api/src/test/resources/meta.json | 14 +++++++------- 3 files changed, 20 insertions(+), 20 deletions(-) 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": [] }