Skip to content

Commit 05e2885

Browse files
committed
feat: 🎸 Updated WinPricedOffer definition
To the WinPricedOffer definition was added optional `quote` parameter that refers to `Quote` type
1 parent e4cd91e commit 05e2885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared-definitions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,8 @@ components:
18281828
type: string
18291829
serviceId:
18301830
type: string
1831+
quote:
1832+
$ref: '#/components/schemas/Quote'
18311833

18321834
Guest:
18331835
description: A representation of a Guest

0 commit comments

Comments
 (0)