forked from bcgov/business-edit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20489 Cleanup of Name Request enums, interfaces, etc (bcgov#568)
* - app version = 4.8.0 - imported latest shared interfaces - imported latest shared mixins - used "get NR xxx" getters consistently - misc sorting of references, etc - updated code to use latest interfaces (property names, etc) - misc rename methods/properties/events for consistency/clarity - save "name request legal name" separately from NR object - cast some variables "as any" to hide (incorrect) IDE warnings - added some computed properties (local getters) - replaced local NameRequestStates enum with shared one - updated misc filing interfaces - deleted misc unused interfaces - replaced local NameRequestIF interface with shared one - changed filingData declaration to fix misc type warnings - now save original NR + properties needed by Legal API - now restore original NR data and legal name - updated name request mixin to be closer to shared one (for eventual replacement) - updated some typing - updated some imports to reduce type clashes - deleted misc unneeded imports - updated/fixed unit tests * - sorted some imports * - deleted external import from index file - imported it directly from shared repo in component --------- Co-authored-by: Severin Beauvais <[email protected]>
- Loading branch information
1 parent
848e34a
commit d9e21d8
Showing
102 changed files
with
798 additions
and
845 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.