Skip to content

Commit

Permalink
CORS-1893 - add cards reference to JobProfileUser
Browse files Browse the repository at this point in the history
  • Loading branch information
olenac87 committed Nov 13, 2023
1 parent 65117a9 commit 53e6993
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
17 changes: 16 additions & 1 deletion api/stream-legal-entity/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -1130,6 +1143,8 @@ components:
type: array
items:
type: string
cards:
$ref: '#/components/schemas/CardsReference'
businessFunctionGroups:
type: array
description: Business Function Groups
Expand Down

0 comments on commit 53e6993

Please sign in to comment.