@carlosdiazz/lottodiz-shared 3.0.4 → 3.0.6
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.
|
@@ -159,6 +159,7 @@ export declare class MethodValid {
|
|
|
159
159
|
static POS_REMOVE: string;
|
|
160
160
|
static POS_FIND_BY_POS_CODE: string;
|
|
161
161
|
static POS_FIND_BY_POS_MONITOR: string;
|
|
162
|
+
static POS_SEND_WS: string;
|
|
162
163
|
static POS_USER_CREATE: string;
|
|
163
164
|
static POS_USER_FIND_ONE: string;
|
|
164
165
|
static POS_USER_FIND_ALL: string;
|
|
@@ -191,6 +191,7 @@ MethodValid.POS_UPDATE = "POS_UPDATE";
|
|
|
191
191
|
MethodValid.POS_REMOVE = "POS_REMOVE";
|
|
192
192
|
MethodValid.POS_FIND_BY_POS_CODE = "POS_FIND_BY_POS_CODE";
|
|
193
193
|
MethodValid.POS_FIND_BY_POS_MONITOR = "POS_FIND_BY_POS_MONITOR";
|
|
194
|
+
MethodValid.POS_SEND_WS = "POS_SEND_WS";
|
|
194
195
|
//POS USER
|
|
195
196
|
MethodValid.POS_USER_CREATE = "POS_USER_CREATE";
|
|
196
197
|
MethodValid.POS_USER_FIND_ONE = "POS_USER_FIND_ONE";
|