-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Implement Regions & support for Provinces
Relates to #76 BREAKING CHANGE: A new `Region` entity has been introduced, which is a base class for `Country` and the new `Province` entity. The `Zone.members` property is now an array of `Region` rather than `Country`, since Zones may now be composed of both countries and provinces. If you have defined any custom fields on `Country`, you'll need to change it to `Region` in your custom fields config.
- Loading branch information
1 parent
7e01ecf
commit 7b8f5bf
Showing
41 changed files
with
1,858 additions
and
662 deletions.
There are no files selected for viewing
185 changes: 160 additions & 25 deletions
185
packages/admin-ui/src/lib/core/src/common/generated-types.ts
Large diffs are not rendered by default.
Oops, something went wrong.
547 changes: 235 additions & 312 deletions
547
packages/admin-ui/src/lib/core/src/common/introspection-result.ts
Large diffs are not rendered by default.
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
Oops, something went wrong.