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