Skip to content

Commit fec90dd

Browse files
committed
fix: 🐛 Fixed OfferDbValue definition
Added provider property of string type
1 parent 0266eb1 commit fec90dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/shared-definitions.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,9 +1553,6 @@ components:
15531553
id:
15541554
description: uuid of the hotel (offer)
15551555
type: string
1556-
provider:
1557-
description: provider id
1558-
type: string
15591556

15601557
SetPassengersResponse:
15611558
description: error response;
@@ -1755,7 +1752,6 @@ components:
17551752
description: offer in db structure
17561753
type: object
17571754
required:
1758-
- _id
17591755
- id
17601756
- accommodation
17611757
- pricedItems
@@ -1790,6 +1786,9 @@ components:
17901786
departure:
17911787
type: string
17921788
format: date-time
1789+
provider:
1790+
description: provider id
1791+
type: string
17931792

17941793
WinPricedOfferContent:
17951794
type: object

0 commit comments

Comments
 (0)