@magic-xpa/gui 4.1300.0-dev4130.117 → 4.1300.0-dev4130.121
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.
|
@@ -20140,6 +20140,8 @@ class ExpressionInterface {
|
|
|
20140
20140
|
static EXP_OP_DELETE_COOKIE = 703;
|
|
20141
20141
|
static EXP_OP_ROUTEGET = 705;
|
|
20142
20142
|
static EXP_OP_HASH = 716;
|
|
20143
|
+
static EXP_OP_SUBSCRIBE = 719;
|
|
20144
|
+
static EXP_OP_UNSUBSCRIBE = 720;
|
|
20143
20145
|
constructor() {
|
|
20144
20146
|
}
|
|
20145
20147
|
}
|