Skip to content
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
54 changes: 42 additions & 12 deletions api/build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21561,14 +21561,17 @@ x-flows:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -21664,6 +21667,13 @@ x-flows:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BPP
id: PA1
Expand Down Expand Up @@ -22257,14 +22267,17 @@ x-flows:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
type: START
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -22293,7 +22306,7 @@ x-flows:
items:
- descriptor:
code: RIDE
name: CAB Ride
name: Auto Ride
category_ids:
- C1
fulfillment_ids:
Expand Down Expand Up @@ -22360,8 +22373,15 @@ x-flows:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BAP
- collected_by: BPP
id: PA1
status: NOT-PAID
type: ON-FULFILLMENT
Expand Down Expand Up @@ -22605,14 +22625,17 @@ x-flows:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
type: START
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -22641,7 +22664,7 @@ x-flows:
items:
- descriptor:
code: RIDE
name: CAB Ride
name: Auto Ride
category_ids:
- C1
fulfillment_ids:
Expand Down Expand Up @@ -22708,8 +22731,15 @@ x-flows:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BAP
- collected_by: BPP
id: PA1
status: NOT-PAID
type: ON-FULFILLMENT
Expand Down
4 changes: 4 additions & 0 deletions api/components/docs/changeLog/TRV10_2.1.0_030924.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
- Removed ROUTE_INFO tag group from `Schedule - Rental` flow
- Added optional tag `DEAD_KM_FARE` in FARE_POLICY tag group.

****28th July 2026****
- Added the missing fields under `fulfillments.stops` for the **Ride Cancellation by Rider** and **Ride Cancellation by Driver** flows.





Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@ message:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -107,7 +110,7 @@ message:
code: RIDE
name: Auto Ride
category_ids:
- 'C1'
- 'C1'
fulfillment_ids:
- F1
id: I1
Expand Down Expand Up @@ -169,6 +172,13 @@ message:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BPP
id: PA1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@ message:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
type: START
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -105,7 +108,7 @@ message:
items:
- descriptor:
code: RIDE
name: CAB Ride
name: Auto Ride
category_ids:
- 'C1'
fulfillment_ids:
Expand Down Expand Up @@ -169,8 +172,15 @@ message:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BAP
- collected_by: BPP
id: PA1
status: NOT-PAID
type: ON-FULFILLMENT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@ message:
- authorization:
token: '234234'
type: OTP
valid_to: '2023-12-10T08:05:34.294Z'
status: UNCLAIMED
location:
gps: 13.008935, 77.644408
time:
duration: PT2H
type: START
instructions:
short_desc: short description of the location
long_desc: long description of the location
type: START
- location:
gps: 12.971186, 77.586812
type: END
tags:
- descriptor:
code: ROUTE_INFO
Expand Down Expand Up @@ -105,7 +108,7 @@ message:
items:
- descriptor:
code: RIDE
name: CAB Ride
name: Auto Ride
category_ids:
- 'C1'
fulfillment_ids:
Expand Down Expand Up @@ -169,8 +172,15 @@ message:
- descriptor:
code: ETA_TO_NEAREST_DRIVER_MIN
value: '3'
- descriptor:
code: FEATURE_LIST
name: Feature list
list:
- value: NON_AC
- value: LOW_PRICE
- value: DOORSTEP_PICK_UP
payments:
- collected_by: BAP
- collected_by: BPP
id: PA1
status: NOT-PAID
type: ON-FULFILLMENT
Expand Down
2 changes: 1 addition & 1 deletion ui/build.js

Large diffs are not rendered by default.