@magic-xpa/gui 4.1300.0-dev4130.216 → 4.1300.0-dev4130.219

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.
@@ -20144,6 +20144,8 @@ class ExpressionInterface {
20144
20144
  static EXP_OP_UNSUBSCRIBE = 720;
20145
20145
  static EXP_OP_LOCALTOUTC = 723;
20146
20146
  static EXP_OP_UTCTOLOCAL = 724;
20147
+ static EXP_OP_ROUTEPARAMGET = 725;
20148
+ static EXP_OP_ROUTEPARAMCOUNTGET = 726;
20147
20149
  constructor() {
20148
20150
  }
20149
20151
  }