Skip to content

Commit

Permalink
API-24495-add-email-recip (#11910)
Browse files Browse the repository at this point in the history
* Adds tracked items status to oas

* Adds email recip
  • Loading branch information
stiehlrod authored Feb 28, 2023
1 parent b208852 commit 9e88e51
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class UnsuccessfulReportMailer < ApplicationMailer
jennica.stiehl@oddball.io
kayla.watanabe@adhocteam.us
matt.king@adhocteam.us
matthew.christianson@adhocteam.us
premal.shah@va.gov
robert.perea-martinez@adhocteam.us
stone_christopher@bah.com
Expand Down
13 changes: 10 additions & 3 deletions modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,14 @@
"type": "string",
"nullable": true,
"description": "Enum with the status of the tracked item",
"example": "NO_LONGER_REQUIRED"
"example": "NO_LONGER_REQUIRED",
"enum": [
"ACCEPTED",
"INITIAL_REVIEW_COMPLETE",
"NEEDED",
"NO_LONGER_REQUIRED",
"SUBMITTED_AWAITING_REVIEW"
]
},
"uploaded": {
"type": "boolean",
Expand Down Expand Up @@ -1851,8 +1858,8 @@
"id": "1",
"type": "intent_to_file",
"attributes": {
"creationDate": "2023-02-24",
"expirationDate": "2024-02-24",
"creationDate": "2023-02-27",
"expirationDate": "2024-02-27",
"type": "compensation",
"status": "active"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,14 @@
"type": "string",
"nullable": true,
"description": "Enum with the status of the tracked item",
"example": "NO_LONGER_REQUIRED"
"example": "NO_LONGER_REQUIRED",
"enum": [
"ACCEPTED",
"INITIAL_REVIEW_COMPLETE",
"NEEDED",
"NO_LONGER_REQUIRED",
"SUBMITTED_AWAITING_REVIEW"
]
},
"uploaded": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
jennica.stiehl@oddball.io
kayla.watanabe@adhocteam.us
matt.king@adhocteam.us
matthew.christianson@adhocteam.us
premal.shah@va.gov
robert.perea-martinez@adhocteam.us
stone_christopher@bah.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,14 @@
"type": "string",
"nullable": true,
"description": "Enum with the status of the tracked item",
"example": "NO_LONGER_REQUIRED"
"example": "NO_LONGER_REQUIRED",
"enum": [
"ACCEPTED",
"INITIAL_REVIEW_COMPLETE",
"NEEDED",
"NO_LONGER_REQUIRED",
"SUBMITTED_AWAITING_REVIEW"
]
},
"uploaded": {
"type": "boolean",
Expand Down

0 comments on commit 9e88e51

Please sign in to comment.