magicrealmsshared 0.3.27 → 0.3.28
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.
|
@@ -19,7 +19,8 @@ export declare const LOGIN_RESPONSE_CODE_PASSWORD_INVALID = 20;
|
|
|
19
19
|
export declare const LOGIN_RESPONSE_CODE_SERVER_ERROR = 1000;
|
|
20
20
|
export declare const DATA_UPDATE_COMMAND = "DATA_UPDATE";
|
|
21
21
|
export type DATA_UPDATE<T> = {
|
|
22
|
-
|
|
22
|
+
drop?: string[];
|
|
23
|
+
wells?: Well<T>[];
|
|
23
24
|
};
|
|
24
25
|
export declare const POSUPDATE_COMMAND = "POSUPDATE";
|
|
25
26
|
export type POSUPDATE = {
|