Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
feat(extensions): Adds plannedDurationBreakdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Mar 14, 2019
1 parent d7059db commit 80de693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/statementConstants/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const cityExtension = `${baseUrl}/city`;
export const stateExtension = `${baseUrl}/state`;
export const assignmentDateExtension = `${baseUrl}/assignment-date`;
export const registrationDateExtension = `${baseUrl}/registration-date`;
export const plannedDurationBreakdown = `${baseUrl}/planned-duration`;

export const plannedStartTime = 'http://id.tincanapi.com/extension/planned-start-time';
export const plannedEndTime = 'http://id.tincanapi.com/extension/planned-end-time';
Expand Down

0 comments on commit 80de693

Please sign in to comment.