@mtgame/core 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3448,6 +3448,7 @@
3448
3448
  type: 'type',
3449
3449
  is_multiple: 'isMultiple',
3450
3450
  variants: 'variants',
3451
+ sort: 'sort',
3451
3452
  },
3452
3453
  relation: {
3453
3454
  type: enumField(exports.LeagueFieldTypes)
@@ -3707,6 +3708,7 @@
3707
3708
  type: 'type',
3708
3709
  is_multiple: 'isMultiple',
3709
3710
  variants: 'variants',
3711
+ sort: 'sort',
3710
3712
  },
3711
3713
  relation: {
3712
3714
  type: enumField(exports.LeagueFieldTypes)