dmencu 2.0.25 → 2.0.26

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.
@@ -605,7 +605,10 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
605
605
  message: string;
606
606
  fun: () => Promise<void>;
607
607
  }) => void);
608
- shutdownBackend: (() => Promise<void>) & (() => Promise<void>);
608
+ shutdownBackend: (() => Promise<void>) & ((opts?: {
609
+ skipTurnOff?: boolean;
610
+ onlyTurnOff?: boolean;
611
+ }) => Promise<void>);
609
612
  setLog: ((opts: {
610
613
  until: string;
611
614
  results?: boolean;
@@ -622,6 +625,7 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
622
625
  prepareTransformationSql: string[];
623
626
  endTransformationSql: string[];
624
627
  }>);
628
+ specialSqlDefaultExpressions: Record<string, string>;
625
629
  };
626
630
  } & T;
627
631
  export declare var AppDmEncu: {
@@ -1225,7 +1229,10 @@ export declare var AppDmEncu: {
1225
1229
  message: string;
1226
1230
  fun: () => Promise<void>;
1227
1231
  }) => void);
1228
- shutdownBackend: (() => Promise<void>) & (() => Promise<void>);
1232
+ shutdownBackend: (() => Promise<void>) & ((opts?: {
1233
+ skipTurnOff?: boolean;
1234
+ onlyTurnOff?: boolean;
1235
+ }) => Promise<void>);
1229
1236
  setLog: ((opts: {
1230
1237
  until: string;
1231
1238
  results?: boolean;
@@ -1242,6 +1249,7 @@ export declare var AppDmEncu: {
1242
1249
  prepareTransformationSql: string[];
1243
1250
  endTransformationSql: string[];
1244
1251
  }>);
1252
+ specialSqlDefaultExpressions: Record<string, string>;
1245
1253
  };
1246
1254
  } & procesamiento.Constructor<{
1247
1255
  getProcedures(): Promise<import("backend-plus").ProcedureDef<any>[]>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "2.0.25",
4
+ "version": "2.0.26",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",
@@ -15,7 +15,7 @@
15
15
  "memoize-one": "~6.0.0",
16
16
  "meta-enc": "^1.4.16",
17
17
  "procesamiento": "^2.0.10",
18
- "backend-plus": "^2.5.2-betha.4",
18
+ "backend-plus": "^2.5.2-betha.17",
19
19
  "qrcode": "^1.5.3",
20
20
  "react": "~17.0.2",
21
21
  "react-dom": "~17.0.2",