-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify care team confirmation context for alerting
Care team invitation/confirmation contexts are currently a clients.Permissions object. To support alerting, the context is extended to include a alerts.Config (defined in platform). The custom JSON unmarshaler allows flexibility in parsing the following received contexts: 1. The existing permissions only context 2. A hybrid context with old-style permissions plus an alertsConfig 3. A future context with a "Permissions" and an alertsConfig as sibling properties When the API is migrated to scenario #3 above, the custom marshaler can be removed. Bringing in platform as a dependency brought many vendor changes as well. Part of BACK-2500
- Loading branch information
Showing
362 changed files
with
75,708 additions
and
1,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.