dmencu 0.2.1 → 0.2.3
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.
- package/dist/client/unlogged/bypass-formulario.d.ts +1 -1
- package/dist/client/unlogged/bypass-formulario.js +3 -2
- package/dist/client/unlogged/render-formulario.tsx +0 -1
- package/dist/server/server/table-tareas_tem_asignables.js +2 -2
- package/dist/unlogged/unlogged/bypass-formulario.d.ts +1 -1
- package/dist/unlogged/unlogged/bypass-formulario.js +3 -2
- package/dist/unlogged/unlogged/render-formulario.js +1 -2
- package/dist/unlogged/unlogged/render-formulario.tsx +0 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ declare type DatosByPass = DatosByPassPersistibles & {
|
|
|
10
10
|
};
|
|
11
11
|
declare var datosByPass: DatosByPass;
|
|
12
12
|
export declare function setPersistirDatosByPass(persistirDatosByPassFun: typeof persistirDatosByPass): void;
|
|
13
|
-
declare function persistirDatosByPass(dbpp: DatosByPassPersistibles): Promise<void>;
|
|
13
|
+
export declare function persistirDatosByPass(dbpp: DatosByPassPersistibles): Promise<void>;
|
|
14
14
|
export declare function setEncolarBackup(encolarBackupFun: (token: string | undefined, forPkRaiz: ForPkRaiz, respuestasRaiz: Respuestas) => void): void;
|
|
15
15
|
export declare var intentarBackup: (forPk: ForPk) => void;
|
|
16
16
|
export declare function setEstructura(estructuraACargar: Estructura): Estructura;
|