Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated the enum to in the enums section. #248

Open
wants to merge 3 commits into
base: draft-TRV12-airline
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2975,7 +2975,7 @@ x-enum:
quote: &ref_7
breakup:
title:
- code: BASE_PRICE
- code: BASE_FARE
description: >-
Describes the basic cost of something without adding anything
extra.
Expand Down
7 changes: 6 additions & 1 deletion api/components/docs/changeLog/TRV12_2.0.0_160724.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

| Version | TRV12_2.0.0_160724 |
| :------------------------------ | :----------------- |
| Updates in API Specs on dev doc | 16th July 2024 |




##### Airlines:

****16th July 2024****

- Added dob, as part of person to accommodate date of birth.
```
person:
Expand Down Expand Up @@ -46,4 +48,7 @@
value: '1000'
```


****17th December 2024****
- Updated the enum `BASE_PRICE` to `BASE_FARE` in the enums section.
#####
2 changes: 1 addition & 1 deletion api/components/enum/default/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ on_select: &on_select
breakup: &on_select_message_order_quote_breakup
title: &on_select_message_order_quote_breakup_title
- &on_select_message_order_quote_breakup_title_0
code: BASE_PRICE
code: BASE_FARE
description: Describes the basic cost of something without adding anything
extra.
reference: <PR/Issue/Discussion Links md format text
Expand Down
2 changes: 1 addition & 1 deletion ui/build.js

Large diffs are not rendered by default.