-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(schema): remove logic for determining next business day for `subm…
…issionDate` (#980) * fix: remove logic for determining next business day for `submissionDate` * fix: update `submissionDate` value
- Loading branch information
1 parent
a6cd254
commit 7d9f9d5
Showing
11 changed files
with
61 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ describe("insertOneMacRecordsFromKafkaIntoMako", () => { | |
statusDate: offsetToUtc(new Date(1732645041526)).toISOString(), | ||
proposedDate: 1732597200000, | ||
subject: null, | ||
submissionDate: "2024-11-26T00:00:00.000Z", | ||
submissionDate: "2024-11-26T18:17:21.526Z", | ||
submitterEmail: "[email protected]", | ||
submitterName: "George Harrison", | ||
initialIntakeNeeded: true, | ||
|
16 changes: 6 additions & 10 deletions
16
lib/packages/shared-types/opensearch/main/transforms/app-k.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/capitated-amendment.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/capitated-initial.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/capitated-renewal.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/contracting-amendment.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/contracting-initial.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/contracting-renewal.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/new-chip-submission.ts
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
17 changes: 6 additions & 11 deletions
17
lib/packages/shared-types/opensearch/main/transforms/new-medicaid-submission.ts
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.