From 53e69935bbeb992fc4367a0302d89c558c090832 Mon Sep 17 00:00:00 2001 From: Olena Chubukina Date: Mon, 13 Nov 2023 08:49:56 +0100 Subject: [PATCH] CORS-1893 - add cards reference to JobProfileUser --- CHANGELOG.md | 4 ++++ api/stream-legal-entity/openapi.yaml | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7332c788a..1b9819b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.68.0](https://github.com/Backbase/stream-services/compare/3.67.0...3.68.0) +### Changed +- Add CardsReference to legal-entity openapi spec + ## [3.67.0](https://github.com/Backbase/stream-services/compare/3.66.0...3.67.0) ### Changed - Fix transaction-cursor k8 deployment failure issue: `org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.backbase.stream.compositions.transaction.cursor.core.mapper.TransactionCursorMapper' available` diff --git a/api/stream-legal-entity/openapi.yaml b/api/stream-legal-entity/openapi.yaml index 9cf60bd79..e53edb6ee 100644 --- a/api/stream-legal-entity/openapi.yaml +++ b/api/stream-legal-entity/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Ingest Legal Entity API description: Ingestion Saga for Legal Entities and their products - version: 2.3.1 + version: 2.3.2 x-logo: url: "http://www.backbase.com/wp-content/uploads/2017/04/backbase-logo-png.png" backgroundColor: "#FFFFFF" @@ -1047,6 +1047,19 @@ components: required: - internalId - externalId + CardsReference: + title: Cards (debit and credit) reference + type: object + properties: + debitCardNames: + type: array + items: + type: string + creditCardNames: + type: array + items: + type: string + LegalEntity: title: Legal Entity description: | @@ -1130,6 +1143,8 @@ components: type: array items: type: string + cards: + $ref: '#/components/schemas/CardsReference' businessFunctionGroups: type: array description: Business Function Groups