dmencu 0.8.9 → 0.8.11
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.
|
@@ -110,126 +110,7 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
110
110
|
db: typeof pg;
|
|
111
111
|
config: any;
|
|
112
112
|
rootPath: string;
|
|
113
|
-
caches:
|
|
114
|
-
procedures: {
|
|
115
|
-
[k: string]: {
|
|
116
|
-
timestamp: number;
|
|
117
|
-
result: any;
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
} & {
|
|
121
|
-
procedures: {
|
|
122
|
-
[k: string]: {
|
|
123
|
-
timestamp: number;
|
|
124
|
-
result: any;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
} & {
|
|
128
|
-
procedures: {
|
|
129
|
-
[k: string]: {
|
|
130
|
-
timestamp: number;
|
|
131
|
-
result: any;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
} & {
|
|
135
|
-
procedures: {
|
|
136
|
-
[k: string]: {
|
|
137
|
-
timestamp: number;
|
|
138
|
-
result: any;
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
} & {
|
|
142
|
-
procedures: {
|
|
143
|
-
[k: string]: {
|
|
144
|
-
timestamp: number;
|
|
145
|
-
result: any;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
|
-
} & {
|
|
149
|
-
procedures: {
|
|
150
|
-
[k: string]: {
|
|
151
|
-
timestamp: number;
|
|
152
|
-
result: any;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
} & {
|
|
156
|
-
procedures: {
|
|
157
|
-
[k: string]: {
|
|
158
|
-
timestamp: number;
|
|
159
|
-
result: any;
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
} & {
|
|
163
|
-
procedures: {
|
|
164
|
-
[k: string]: {
|
|
165
|
-
timestamp: number;
|
|
166
|
-
result: any;
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
} & {
|
|
170
|
-
procedures: {
|
|
171
|
-
[k: string]: {
|
|
172
|
-
timestamp: number;
|
|
173
|
-
result: any;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
176
|
-
} & {
|
|
177
|
-
procedures: {
|
|
178
|
-
[k: string]: {
|
|
179
|
-
timestamp: number;
|
|
180
|
-
result: any;
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
} & {
|
|
184
|
-
procedures: {
|
|
185
|
-
[k: string]: {
|
|
186
|
-
timestamp: number;
|
|
187
|
-
result: any;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
} & {
|
|
191
|
-
procedures: {
|
|
192
|
-
[k: string]: {
|
|
193
|
-
timestamp: number;
|
|
194
|
-
result: any;
|
|
195
|
-
};
|
|
196
|
-
};
|
|
197
|
-
} & {
|
|
198
|
-
procedures: {
|
|
199
|
-
[k: string]: {
|
|
200
|
-
timestamp: number;
|
|
201
|
-
result: any;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
} & {
|
|
205
|
-
procedures: {
|
|
206
|
-
[k: string]: {
|
|
207
|
-
timestamp: number;
|
|
208
|
-
result: any;
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
} & {
|
|
212
|
-
procedures: {
|
|
213
|
-
[k: string]: {
|
|
214
|
-
timestamp: number;
|
|
215
|
-
result: any;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
} & {
|
|
219
|
-
procedures: {
|
|
220
|
-
[k: string]: {
|
|
221
|
-
timestamp: number;
|
|
222
|
-
result: any;
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
} & {
|
|
226
|
-
procedures: {
|
|
227
|
-
[k: string]: {
|
|
228
|
-
timestamp: number;
|
|
229
|
-
result: any;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
} & procesamiento.Caches;
|
|
113
|
+
caches: procesamiento.Caches;
|
|
233
114
|
fieldDomain: {
|
|
234
115
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
235
116
|
} & {
|
|
@@ -268,18 +149,23 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
268
149
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
269
150
|
};
|
|
270
151
|
exts: {
|
|
271
|
-
img
|
|
152
|
+
img: string[];
|
|
153
|
+
normal: string[];
|
|
272
154
|
} & {
|
|
273
|
-
img
|
|
155
|
+
img: string[];
|
|
156
|
+
normal: string[];
|
|
274
157
|
} & {
|
|
275
|
-
img
|
|
158
|
+
img: string[];
|
|
159
|
+
normal: string[];
|
|
276
160
|
} & {
|
|
277
161
|
img: string[];
|
|
278
162
|
normal: string[];
|
|
279
163
|
} & {
|
|
280
|
-
img
|
|
164
|
+
img: string[];
|
|
165
|
+
normal: string[];
|
|
281
166
|
} & {
|
|
282
|
-
img
|
|
167
|
+
img: string[];
|
|
168
|
+
normal: string[];
|
|
283
169
|
} & {
|
|
284
170
|
img: string[];
|
|
285
171
|
normal: string[];
|
|
@@ -287,22 +173,29 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
287
173
|
img: string[];
|
|
288
174
|
normal: string[];
|
|
289
175
|
} & {
|
|
290
|
-
img
|
|
176
|
+
img: string[];
|
|
177
|
+
normal: string[];
|
|
291
178
|
} & {
|
|
292
|
-
img
|
|
179
|
+
img: string[];
|
|
180
|
+
normal: string[];
|
|
293
181
|
} & {
|
|
294
|
-
img
|
|
182
|
+
img: string[];
|
|
183
|
+
normal: string[];
|
|
295
184
|
} & {
|
|
296
185
|
img: string[];
|
|
297
186
|
normal: string[];
|
|
298
187
|
} & {
|
|
299
|
-
img
|
|
188
|
+
img: string[];
|
|
189
|
+
normal: string[];
|
|
300
190
|
} & {
|
|
301
|
-
img
|
|
191
|
+
img: string[];
|
|
192
|
+
normal: string[];
|
|
302
193
|
} & {
|
|
303
|
-
img
|
|
194
|
+
img: string[];
|
|
195
|
+
normal: string[];
|
|
304
196
|
} & {
|
|
305
|
-
img
|
|
197
|
+
img: string[];
|
|
198
|
+
normal: string[];
|
|
306
199
|
} & {
|
|
307
200
|
img: string[];
|
|
308
201
|
normal: string[];
|
|
@@ -468,8 +361,35 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
468
361
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
469
362
|
} & {
|
|
470
363
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
364
|
+
} & {
|
|
365
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
366
|
+
} & {
|
|
367
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
368
|
+
} & {
|
|
369
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
370
|
+
} & {
|
|
371
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
372
|
+
} & {
|
|
373
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
374
|
+
} & {
|
|
375
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
376
|
+
} & {
|
|
377
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
378
|
+
} & {
|
|
379
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
380
|
+
} & {
|
|
381
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
382
|
+
} & {
|
|
383
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
384
|
+
} & {
|
|
385
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
386
|
+
} & {
|
|
387
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
388
|
+
} & {
|
|
389
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
390
|
+
} & {
|
|
391
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
471
392
|
};
|
|
472
|
-
dumpDbTableFields: ((tableDefinition: procesamiento.TableDefinition) => string[]) & ((tableDefinition: procesamiento.TableDefinition) => string[]);
|
|
473
393
|
generateAndLoadTableDefs: (() => procesamiento.TableDefinitions) & (() => procesamiento.TableDefinitions);
|
|
474
394
|
generateBaseTableDef: ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition) & ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition) & ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition);
|
|
475
395
|
cargarGenerados: ((client: procesamiento.Client) => Promise<string>) & ((client: procesamiento.Client) => Promise<string>) & ((client: procesamiento.Client) => Promise<string>);
|
|
@@ -486,11 +406,14 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
486
406
|
getTables: (() => procesamiento.TableItemDef[]) & (() => procesamiento.TableItemDef[]);
|
|
487
407
|
appendToTableDefinition: ((tableName: string, appenderFunction: (tableDef: procesamiento.TableDefinition, context?: procesamiento.TableContext | undefined) => void) => void) & ((tableName: string, appenderFunction: (tableDef: procesamiento.TableDefinition, context?: procesamiento.TableContext | undefined) => void) => void);
|
|
488
408
|
addUnloggedServices: ((mainApp: procesamiento.ExpressPlus, baseUrl: string) => void) & ((mainApp: procesamiento.ExpressPlus, baseUrl: string) => void);
|
|
489
|
-
|
|
490
|
-
|
|
409
|
+
isAdmin: (() => boolean) & (() => boolean);
|
|
410
|
+
inDbClient: (<T_6>(req: procesamiento.Request | null, doThisWithDbClient: (client: procesamiento.Client) => Promise<T_6>) => Promise<T_6>) & (<T>(req: procesamiento.Request | null, doThisWithDbClient: (client: procesamiento.Client) => Promise<T>) => Promise<T>);
|
|
411
|
+
inTransaction: (<T_1_1>(req: procesamiento.Request | null, doThisWithDbTransaction: (client: procesamiento.Client) => Promise<T_1_1>) => Promise<T_1_1>) & (<T_1>(req: procesamiento.Request | null, doThisWithDbTransaction: (client: procesamiento.Client) => Promise<T_1>) => Promise<T_1>);
|
|
412
|
+
inTransactionProcedureContext: (<T_2_1>(req: procesamiento.Request | null, coreFunction: (context: procesamiento.ProcedureContext) => Promise<T_2_1>) => Promise<T_2_1>) & (<T_2>(req: procesamiento.Request | null, coreFunction: (context: procesamiento.ProcedureContext) => Promise<T_2>) => Promise<T_2>);
|
|
491
413
|
procedureDefCompleter: ((procedureDef: procesamiento.ProcedureDef) => procesamiento.ProcedureDef) & ((procedureDef: procesamiento.ProcedureDef) => procesamiento.ProcedureDef);
|
|
492
414
|
tableDefAdapt: ((tableDef: procesamiento.TableDefinition, context: procesamiento.Context) => procesamiento.TableDefinition) & ((tableDef: procesamiento.TableDefinition, context: procesamiento.Context) => procesamiento.TableDefinition);
|
|
493
415
|
pushApp: ((dirname: string) => void) & ((dirname: string) => void);
|
|
416
|
+
dumpDbTableFields: ((tableDefinition: procesamiento.TableDefinition) => string[]) & ((tableDefinition: procesamiento.TableDefinition) => string[]);
|
|
494
417
|
dumpDbSchemaPartial: ((partialTableStructures: procesamiento.TableDefinitions, opts?: procesamiento.DumpOptions | undefined) => Promise<{
|
|
495
418
|
mainSql: string;
|
|
496
419
|
enancePart: string;
|
|
@@ -505,23 +428,28 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
|
|
|
505
428
|
}) & ((req: {} | procesamiento.Request, offlineMode?: boolean | undefined, opts?: procesamiento.OptsClientPage | undefined) => {
|
|
506
429
|
toHtmlDoc: () => string;
|
|
507
430
|
});
|
|
508
|
-
isThisProcedureAllowed: (<
|
|
431
|
+
isThisProcedureAllowed: (<T_3_1>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
432
|
+
[key: string]: T_3_1;
|
|
433
|
+
}) => Promise<boolean>) & (<T_3>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
509
434
|
[key: string]: T_3;
|
|
510
|
-
}) => Promise<boolean>) & (<T_2>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
511
|
-
[key: string]: T_2;
|
|
512
435
|
}) => Promise<boolean>);
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
shootDownBackend(): Promise<void>;
|
|
516
|
-
setLog(opts: {
|
|
436
|
+
shootDownBackend: (() => Promise<void>) & (() => Promise<void>);
|
|
437
|
+
setLog: ((opts: {
|
|
517
438
|
until: string;
|
|
518
439
|
results?: boolean | undefined;
|
|
519
|
-
}):
|
|
520
|
-
|
|
440
|
+
}) => void) & ((opts: {
|
|
441
|
+
until: string;
|
|
442
|
+
results?: boolean | undefined;
|
|
443
|
+
}) => void);
|
|
444
|
+
getDataDumpTransformations: ((rawData: string) => Promise<{
|
|
521
445
|
rawData: string;
|
|
522
446
|
prepareTransformationSql: string[];
|
|
523
447
|
endTransformationSql: string[];
|
|
524
|
-
}
|
|
448
|
+
}>) & ((rawData: string) => Promise<{
|
|
449
|
+
rawData: string;
|
|
450
|
+
prepareTransformationSql: string[];
|
|
451
|
+
endTransformationSql: string[];
|
|
452
|
+
}>);
|
|
525
453
|
};
|
|
526
454
|
} & T;
|
|
527
455
|
export declare var AppDmEncu: {
|
|
@@ -629,126 +557,7 @@ export declare var AppDmEncu: {
|
|
|
629
557
|
db: typeof pg;
|
|
630
558
|
config: any;
|
|
631
559
|
rootPath: string;
|
|
632
|
-
caches:
|
|
633
|
-
procedures: {
|
|
634
|
-
[k: string]: {
|
|
635
|
-
timestamp: number;
|
|
636
|
-
result: any;
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
} & {
|
|
640
|
-
procedures: {
|
|
641
|
-
[k: string]: {
|
|
642
|
-
timestamp: number;
|
|
643
|
-
result: any;
|
|
644
|
-
};
|
|
645
|
-
};
|
|
646
|
-
} & {
|
|
647
|
-
procedures: {
|
|
648
|
-
[k: string]: {
|
|
649
|
-
timestamp: number;
|
|
650
|
-
result: any;
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
} & {
|
|
654
|
-
procedures: {
|
|
655
|
-
[k: string]: {
|
|
656
|
-
timestamp: number;
|
|
657
|
-
result: any;
|
|
658
|
-
};
|
|
659
|
-
};
|
|
660
|
-
} & {
|
|
661
|
-
procedures: {
|
|
662
|
-
[k: string]: {
|
|
663
|
-
timestamp: number;
|
|
664
|
-
result: any;
|
|
665
|
-
};
|
|
666
|
-
};
|
|
667
|
-
} & {
|
|
668
|
-
procedures: {
|
|
669
|
-
[k: string]: {
|
|
670
|
-
timestamp: number;
|
|
671
|
-
result: any;
|
|
672
|
-
};
|
|
673
|
-
};
|
|
674
|
-
} & {
|
|
675
|
-
procedures: {
|
|
676
|
-
[k: string]: {
|
|
677
|
-
timestamp: number;
|
|
678
|
-
result: any;
|
|
679
|
-
};
|
|
680
|
-
};
|
|
681
|
-
} & {
|
|
682
|
-
procedures: {
|
|
683
|
-
[k: string]: {
|
|
684
|
-
timestamp: number;
|
|
685
|
-
result: any;
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
} & {
|
|
689
|
-
procedures: {
|
|
690
|
-
[k: string]: {
|
|
691
|
-
timestamp: number;
|
|
692
|
-
result: any;
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
} & {
|
|
696
|
-
procedures: {
|
|
697
|
-
[k: string]: {
|
|
698
|
-
timestamp: number;
|
|
699
|
-
result: any;
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
} & {
|
|
703
|
-
procedures: {
|
|
704
|
-
[k: string]: {
|
|
705
|
-
timestamp: number;
|
|
706
|
-
result: any;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
} & {
|
|
710
|
-
procedures: {
|
|
711
|
-
[k: string]: {
|
|
712
|
-
timestamp: number;
|
|
713
|
-
result: any;
|
|
714
|
-
};
|
|
715
|
-
};
|
|
716
|
-
} & {
|
|
717
|
-
procedures: {
|
|
718
|
-
[k: string]: {
|
|
719
|
-
timestamp: number;
|
|
720
|
-
result: any;
|
|
721
|
-
};
|
|
722
|
-
};
|
|
723
|
-
} & {
|
|
724
|
-
procedures: {
|
|
725
|
-
[k: string]: {
|
|
726
|
-
timestamp: number;
|
|
727
|
-
result: any;
|
|
728
|
-
};
|
|
729
|
-
};
|
|
730
|
-
} & {
|
|
731
|
-
procedures: {
|
|
732
|
-
[k: string]: {
|
|
733
|
-
timestamp: number;
|
|
734
|
-
result: any;
|
|
735
|
-
};
|
|
736
|
-
};
|
|
737
|
-
} & {
|
|
738
|
-
procedures: {
|
|
739
|
-
[k: string]: {
|
|
740
|
-
timestamp: number;
|
|
741
|
-
result: any;
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
|
-
} & {
|
|
745
|
-
procedures: {
|
|
746
|
-
[k: string]: {
|
|
747
|
-
timestamp: number;
|
|
748
|
-
result: any;
|
|
749
|
-
};
|
|
750
|
-
};
|
|
751
|
-
} & procesamiento.Caches;
|
|
560
|
+
caches: procesamiento.Caches;
|
|
752
561
|
fieldDomain: {
|
|
753
562
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
754
563
|
} & {
|
|
@@ -787,18 +596,23 @@ export declare var AppDmEncu: {
|
|
|
787
596
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
788
597
|
};
|
|
789
598
|
exts: {
|
|
790
|
-
img
|
|
599
|
+
img: string[];
|
|
600
|
+
normal: string[];
|
|
791
601
|
} & {
|
|
792
|
-
img
|
|
602
|
+
img: string[];
|
|
603
|
+
normal: string[];
|
|
793
604
|
} & {
|
|
794
|
-
img
|
|
605
|
+
img: string[];
|
|
606
|
+
normal: string[];
|
|
795
607
|
} & {
|
|
796
608
|
img: string[];
|
|
797
609
|
normal: string[];
|
|
798
610
|
} & {
|
|
799
|
-
img
|
|
611
|
+
img: string[];
|
|
612
|
+
normal: string[];
|
|
800
613
|
} & {
|
|
801
|
-
img
|
|
614
|
+
img: string[];
|
|
615
|
+
normal: string[];
|
|
802
616
|
} & {
|
|
803
617
|
img: string[];
|
|
804
618
|
normal: string[];
|
|
@@ -806,22 +620,29 @@ export declare var AppDmEncu: {
|
|
|
806
620
|
img: string[];
|
|
807
621
|
normal: string[];
|
|
808
622
|
} & {
|
|
809
|
-
img
|
|
623
|
+
img: string[];
|
|
624
|
+
normal: string[];
|
|
810
625
|
} & {
|
|
811
|
-
img
|
|
626
|
+
img: string[];
|
|
627
|
+
normal: string[];
|
|
812
628
|
} & {
|
|
813
|
-
img
|
|
629
|
+
img: string[];
|
|
630
|
+
normal: string[];
|
|
814
631
|
} & {
|
|
815
632
|
img: string[];
|
|
816
633
|
normal: string[];
|
|
817
634
|
} & {
|
|
818
|
-
img
|
|
635
|
+
img: string[];
|
|
636
|
+
normal: string[];
|
|
819
637
|
} & {
|
|
820
|
-
img
|
|
638
|
+
img: string[];
|
|
639
|
+
normal: string[];
|
|
821
640
|
} & {
|
|
822
|
-
img
|
|
641
|
+
img: string[];
|
|
642
|
+
normal: string[];
|
|
823
643
|
} & {
|
|
824
|
-
img
|
|
644
|
+
img: string[];
|
|
645
|
+
normal: string[];
|
|
825
646
|
} & {
|
|
826
647
|
img: string[];
|
|
827
648
|
normal: string[];
|
|
@@ -987,8 +808,35 @@ export declare var AppDmEncu: {
|
|
|
987
808
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
988
809
|
} & {
|
|
989
810
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
811
|
+
} & {
|
|
812
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
813
|
+
} & {
|
|
814
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
815
|
+
} & {
|
|
816
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
817
|
+
} & {
|
|
818
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
819
|
+
} & {
|
|
820
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
821
|
+
} & {
|
|
822
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
823
|
+
} & {
|
|
824
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
825
|
+
} & {
|
|
826
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
827
|
+
} & {
|
|
828
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
829
|
+
} & {
|
|
830
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
831
|
+
} & {
|
|
832
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
833
|
+
} & {
|
|
834
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
835
|
+
} & {
|
|
836
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
837
|
+
} & {
|
|
838
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
990
839
|
};
|
|
991
|
-
dumpDbTableFields: ((tableDefinition: procesamiento.TableDefinition) => string[]) & ((tableDefinition: procesamiento.TableDefinition) => string[]);
|
|
992
840
|
generateAndLoadTableDefs: (() => procesamiento.TableDefinitions) & (() => procesamiento.TableDefinitions);
|
|
993
841
|
generateBaseTableDef: ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition) & ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition) & ((tablaDatos: procesamiento.TablaDatos) => procesamiento.TableDefinition);
|
|
994
842
|
cargarGenerados: ((client: procesamiento.Client) => Promise<string>) & ((client: procesamiento.Client) => Promise<string>) & ((client: procesamiento.Client) => Promise<string>);
|
|
@@ -1005,11 +853,14 @@ export declare var AppDmEncu: {
|
|
|
1005
853
|
getTables: (() => procesamiento.TableItemDef[]) & (() => procesamiento.TableItemDef[]);
|
|
1006
854
|
appendToTableDefinition: ((tableName: string, appenderFunction: (tableDef: procesamiento.TableDefinition, context?: procesamiento.TableContext | undefined) => void) => void) & ((tableName: string, appenderFunction: (tableDef: procesamiento.TableDefinition, context?: procesamiento.TableContext | undefined) => void) => void);
|
|
1007
855
|
addUnloggedServices: ((mainApp: procesamiento.ExpressPlus, baseUrl: string) => void) & ((mainApp: procesamiento.ExpressPlus, baseUrl: string) => void);
|
|
1008
|
-
|
|
1009
|
-
|
|
856
|
+
isAdmin: (() => boolean) & (() => boolean);
|
|
857
|
+
inDbClient: (<T_6>(req: procesamiento.Request | null, doThisWithDbClient: (client: procesamiento.Client) => Promise<T_6>) => Promise<T_6>) & (<T>(req: procesamiento.Request | null, doThisWithDbClient: (client: procesamiento.Client) => Promise<T>) => Promise<T>);
|
|
858
|
+
inTransaction: (<T_1_1>(req: procesamiento.Request | null, doThisWithDbTransaction: (client: procesamiento.Client) => Promise<T_1_1>) => Promise<T_1_1>) & (<T_1>(req: procesamiento.Request | null, doThisWithDbTransaction: (client: procesamiento.Client) => Promise<T_1>) => Promise<T_1>);
|
|
859
|
+
inTransactionProcedureContext: (<T_2_1>(req: procesamiento.Request | null, coreFunction: (context: procesamiento.ProcedureContext) => Promise<T_2_1>) => Promise<T_2_1>) & (<T_2>(req: procesamiento.Request | null, coreFunction: (context: procesamiento.ProcedureContext) => Promise<T_2>) => Promise<T_2>);
|
|
1010
860
|
procedureDefCompleter: ((procedureDef: procesamiento.ProcedureDef) => procesamiento.ProcedureDef) & ((procedureDef: procesamiento.ProcedureDef) => procesamiento.ProcedureDef);
|
|
1011
861
|
tableDefAdapt: ((tableDef: procesamiento.TableDefinition, context: procesamiento.Context) => procesamiento.TableDefinition) & ((tableDef: procesamiento.TableDefinition, context: procesamiento.Context) => procesamiento.TableDefinition);
|
|
1012
862
|
pushApp: ((dirname: string) => void) & ((dirname: string) => void);
|
|
863
|
+
dumpDbTableFields: ((tableDefinition: procesamiento.TableDefinition) => string[]) & ((tableDefinition: procesamiento.TableDefinition) => string[]);
|
|
1013
864
|
dumpDbSchemaPartial: ((partialTableStructures: procesamiento.TableDefinitions, opts?: procesamiento.DumpOptions | undefined) => Promise<{
|
|
1014
865
|
mainSql: string;
|
|
1015
866
|
enancePart: string;
|
|
@@ -1024,23 +875,28 @@ export declare var AppDmEncu: {
|
|
|
1024
875
|
}) & ((req: {} | procesamiento.Request, offlineMode?: boolean | undefined, opts?: procesamiento.OptsClientPage | undefined) => {
|
|
1025
876
|
toHtmlDoc: () => string;
|
|
1026
877
|
});
|
|
1027
|
-
isThisProcedureAllowed: (<
|
|
878
|
+
isThisProcedureAllowed: (<T_3_1>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
879
|
+
[key: string]: T_3_1;
|
|
880
|
+
}) => Promise<boolean>) & (<T_3>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
1028
881
|
[key: string]: T_3;
|
|
1029
|
-
}) => Promise<boolean>) & (<T_2>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
1030
|
-
[key: string]: T_2;
|
|
1031
882
|
}) => Promise<boolean>);
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
shootDownBackend(): Promise<void>;
|
|
1035
|
-
setLog(opts: {
|
|
883
|
+
shootDownBackend: (() => Promise<void>) & (() => Promise<void>);
|
|
884
|
+
setLog: ((opts: {
|
|
1036
885
|
until: string;
|
|
1037
886
|
results?: boolean | undefined;
|
|
1038
|
-
}):
|
|
1039
|
-
|
|
887
|
+
}) => void) & ((opts: {
|
|
888
|
+
until: string;
|
|
889
|
+
results?: boolean | undefined;
|
|
890
|
+
}) => void);
|
|
891
|
+
getDataDumpTransformations: ((rawData: string) => Promise<{
|
|
1040
892
|
rawData: string;
|
|
1041
893
|
prepareTransformationSql: string[];
|
|
1042
894
|
endTransformationSql: string[];
|
|
1043
|
-
}
|
|
895
|
+
}>) & ((rawData: string) => Promise<{
|
|
896
|
+
rawData: string;
|
|
897
|
+
prepareTransformationSql: string[];
|
|
898
|
+
endTransformationSql: string[];
|
|
899
|
+
}>);
|
|
1044
900
|
};
|
|
1045
901
|
} & (new (...args: any[]) => {
|
|
1046
902
|
getProcedures(): Promise<procesamiento.ProcedureDef[]>;
|
|
@@ -1071,63 +927,7 @@ export declare var AppDmEncu: {
|
|
|
1071
927
|
db: typeof pg;
|
|
1072
928
|
config: any;
|
|
1073
929
|
rootPath: string;
|
|
1074
|
-
caches:
|
|
1075
|
-
procedures: {
|
|
1076
|
-
[k: string]: {
|
|
1077
|
-
timestamp: number;
|
|
1078
|
-
result: any;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
} & {
|
|
1082
|
-
procedures: {
|
|
1083
|
-
[k: string]: {
|
|
1084
|
-
timestamp: number;
|
|
1085
|
-
result: any;
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
} & {
|
|
1089
|
-
procedures: {
|
|
1090
|
-
[k: string]: {
|
|
1091
|
-
timestamp: number;
|
|
1092
|
-
result: any;
|
|
1093
|
-
};
|
|
1094
|
-
};
|
|
1095
|
-
} & {
|
|
1096
|
-
procedures: {
|
|
1097
|
-
[k: string]: {
|
|
1098
|
-
timestamp: number;
|
|
1099
|
-
result: any;
|
|
1100
|
-
};
|
|
1101
|
-
};
|
|
1102
|
-
} & {
|
|
1103
|
-
procedures: {
|
|
1104
|
-
[k: string]: {
|
|
1105
|
-
timestamp: number;
|
|
1106
|
-
result: any;
|
|
1107
|
-
};
|
|
1108
|
-
};
|
|
1109
|
-
} & {
|
|
1110
|
-
procedures: {
|
|
1111
|
-
[k: string]: {
|
|
1112
|
-
timestamp: number;
|
|
1113
|
-
result: any;
|
|
1114
|
-
};
|
|
1115
|
-
};
|
|
1116
|
-
} & {
|
|
1117
|
-
procedures: {
|
|
1118
|
-
[k: string]: {
|
|
1119
|
-
timestamp: number;
|
|
1120
|
-
result: any;
|
|
1121
|
-
};
|
|
1122
|
-
};
|
|
1123
|
-
} & {
|
|
1124
|
-
procedures: {
|
|
1125
|
-
[k: string]: {
|
|
1126
|
-
timestamp: number;
|
|
1127
|
-
result: any;
|
|
1128
|
-
};
|
|
1129
|
-
};
|
|
1130
|
-
};
|
|
930
|
+
caches: procesamiento.Caches;
|
|
1131
931
|
fieldDomain: {
|
|
1132
932
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1133
933
|
} & {
|
|
@@ -1146,18 +946,23 @@ export declare var AppDmEncu: {
|
|
|
1146
946
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1147
947
|
};
|
|
1148
948
|
exts: {
|
|
1149
|
-
img
|
|
949
|
+
img: string[];
|
|
950
|
+
normal: string[];
|
|
1150
951
|
} & {
|
|
1151
|
-
img
|
|
952
|
+
img: string[];
|
|
953
|
+
normal: string[];
|
|
1152
954
|
} & {
|
|
1153
|
-
img
|
|
955
|
+
img: string[];
|
|
956
|
+
normal: string[];
|
|
1154
957
|
} & {
|
|
1155
958
|
img: string[];
|
|
1156
959
|
normal: string[];
|
|
1157
960
|
} & {
|
|
1158
|
-
img
|
|
961
|
+
img: string[];
|
|
962
|
+
normal: string[];
|
|
1159
963
|
} & {
|
|
1160
|
-
img
|
|
964
|
+
img: string[];
|
|
965
|
+
normal: string[];
|
|
1161
966
|
} & {
|
|
1162
967
|
img: string[];
|
|
1163
968
|
normal: string[];
|
|
@@ -1239,8 +1044,19 @@ export declare var AppDmEncu: {
|
|
|
1239
1044
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1240
1045
|
} & {
|
|
1241
1046
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1047
|
+
} & {
|
|
1048
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1049
|
+
} & {
|
|
1050
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1051
|
+
} & {
|
|
1052
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1053
|
+
} & {
|
|
1054
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1055
|
+
} & {
|
|
1056
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1057
|
+
} & {
|
|
1058
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1242
1059
|
};
|
|
1243
|
-
dumpDbTableFields(tableDefinition: procesamiento.TableDefinition): string[];
|
|
1244
1060
|
}) & (new (...args: any[]) => {
|
|
1245
1061
|
getProcedures(): Promise<procesamiento.ProcedureDef[]>;
|
|
1246
1062
|
clientIncludes(req: procesamiento.Request, hideBEPlusInclusions: procesamiento.OptsClientPage): procesamiento.ClientModuleDefinition[];
|
|
@@ -1266,35 +1082,7 @@ export declare var AppDmEncu: {
|
|
|
1266
1082
|
db: typeof pg;
|
|
1267
1083
|
config: any;
|
|
1268
1084
|
rootPath: string;
|
|
1269
|
-
caches:
|
|
1270
|
-
procedures: {
|
|
1271
|
-
[k: string]: {
|
|
1272
|
-
timestamp: number;
|
|
1273
|
-
result: any;
|
|
1274
|
-
};
|
|
1275
|
-
};
|
|
1276
|
-
} & {
|
|
1277
|
-
procedures: {
|
|
1278
|
-
[k: string]: {
|
|
1279
|
-
timestamp: number;
|
|
1280
|
-
result: any;
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
|
-
} & {
|
|
1284
|
-
procedures: {
|
|
1285
|
-
[k: string]: {
|
|
1286
|
-
timestamp: number;
|
|
1287
|
-
result: any;
|
|
1288
|
-
};
|
|
1289
|
-
};
|
|
1290
|
-
} & {
|
|
1291
|
-
procedures: {
|
|
1292
|
-
[k: string]: {
|
|
1293
|
-
timestamp: number;
|
|
1294
|
-
result: any;
|
|
1295
|
-
};
|
|
1296
|
-
};
|
|
1297
|
-
};
|
|
1085
|
+
caches: procesamiento.Caches;
|
|
1298
1086
|
fieldDomain: {
|
|
1299
1087
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1300
1088
|
} & {
|
|
@@ -1305,11 +1093,14 @@ export declare var AppDmEncu: {
|
|
|
1305
1093
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1306
1094
|
};
|
|
1307
1095
|
exts: {
|
|
1308
|
-
img
|
|
1096
|
+
img: string[];
|
|
1097
|
+
normal: string[];
|
|
1309
1098
|
} & {
|
|
1310
|
-
img
|
|
1099
|
+
img: string[];
|
|
1100
|
+
normal: string[];
|
|
1311
1101
|
} & {
|
|
1312
|
-
img
|
|
1102
|
+
img: string[];
|
|
1103
|
+
normal: string[];
|
|
1313
1104
|
} & {
|
|
1314
1105
|
img: string[];
|
|
1315
1106
|
normal: string[];
|
|
@@ -1354,6 +1145,12 @@ export declare var AppDmEncu: {
|
|
|
1354
1145
|
};
|
|
1355
1146
|
i18n: {
|
|
1356
1147
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1148
|
+
} & {
|
|
1149
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1150
|
+
} & {
|
|
1151
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1152
|
+
} & {
|
|
1153
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1357
1154
|
};
|
|
1358
1155
|
}) & (new (...args: any[]) => {
|
|
1359
1156
|
configStaticConfig(): void;
|
|
@@ -1379,21 +1176,7 @@ export declare var AppDmEncu: {
|
|
|
1379
1176
|
db: typeof pg;
|
|
1380
1177
|
config: any;
|
|
1381
1178
|
rootPath: string;
|
|
1382
|
-
caches:
|
|
1383
|
-
procedures: {
|
|
1384
|
-
[k: string]: {
|
|
1385
|
-
timestamp: number;
|
|
1386
|
-
result: any;
|
|
1387
|
-
};
|
|
1388
|
-
};
|
|
1389
|
-
} & {
|
|
1390
|
-
procedures: {
|
|
1391
|
-
[k: string]: {
|
|
1392
|
-
timestamp: number;
|
|
1393
|
-
result: any;
|
|
1394
|
-
};
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1179
|
+
caches: procesamiento.Caches;
|
|
1397
1180
|
fieldDomain: {
|
|
1398
1181
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1399
1182
|
} & {
|
|
@@ -1430,6 +1213,8 @@ export declare var AppDmEncu: {
|
|
|
1430
1213
|
};
|
|
1431
1214
|
i18n: {
|
|
1432
1215
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1216
|
+
} & {
|
|
1217
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1433
1218
|
};
|
|
1434
1219
|
}) & (new (...args: any[]) => {
|
|
1435
1220
|
configStaticConfig(): void;
|
|
@@ -1454,21 +1239,7 @@ export declare var AppDmEncu: {
|
|
|
1454
1239
|
db: typeof pg;
|
|
1455
1240
|
config: any;
|
|
1456
1241
|
rootPath: string;
|
|
1457
|
-
caches:
|
|
1458
|
-
procedures: {
|
|
1459
|
-
[k: string]: {
|
|
1460
|
-
timestamp: number;
|
|
1461
|
-
result: any;
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
} & {
|
|
1465
|
-
procedures: {
|
|
1466
|
-
[k: string]: {
|
|
1467
|
-
timestamp: number;
|
|
1468
|
-
result: any;
|
|
1469
|
-
};
|
|
1470
|
-
};
|
|
1471
|
-
};
|
|
1242
|
+
caches: procesamiento.Caches;
|
|
1472
1243
|
fieldDomain: {
|
|
1473
1244
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1474
1245
|
} & {
|
|
@@ -1503,9 +1274,10 @@ export declare var AppDmEncu: {
|
|
|
1503
1274
|
} & {
|
|
1504
1275
|
[k: string]: (context: procesamiento.ProcedureContext, defField: procesamiento.FieldDefinition, parameters: object) => any;
|
|
1505
1276
|
};
|
|
1506
|
-
dumpDbTableFields(tableDefinition: procesamiento.TableDefinition): string[];
|
|
1507
1277
|
i18n: {
|
|
1508
1278
|
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1279
|
+
} & {
|
|
1280
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1509
1281
|
};
|
|
1510
1282
|
}) & {
|
|
1511
1283
|
new (...args: any[]): {
|
|
@@ -1534,14 +1306,7 @@ export declare var AppDmEncu: {
|
|
|
1534
1306
|
db: typeof pg;
|
|
1535
1307
|
config: any;
|
|
1536
1308
|
rootPath: string;
|
|
1537
|
-
caches:
|
|
1538
|
-
procedures: {
|
|
1539
|
-
[k: string]: {
|
|
1540
|
-
timestamp: number;
|
|
1541
|
-
result: any;
|
|
1542
|
-
};
|
|
1543
|
-
};
|
|
1544
|
-
};
|
|
1309
|
+
caches: procesamiento.Caches;
|
|
1545
1310
|
fieldDomain: {
|
|
1546
1311
|
[k: string]: Partial<procesamiento.FieldDefinition>;
|
|
1547
1312
|
};
|
|
@@ -1572,25 +1337,42 @@ export declare var AppDmEncu: {
|
|
|
1572
1337
|
addUnloggedServices(mainApp: procesamiento.ExpressPlus, baseUrl: string): void;
|
|
1573
1338
|
addLoggedServices(): void;
|
|
1574
1339
|
getProcedures(): Promise<procesamiento.ProcedureDef[]>;
|
|
1575
|
-
|
|
1576
|
-
|
|
1340
|
+
isAdmin(): boolean;
|
|
1341
|
+
canChangePass(): Promise<boolean>;
|
|
1342
|
+
inDbClient<T_4>(req: procesamiento.Request | null, doThisWithDbClient: (client: procesamiento.Client) => Promise<T_4>): Promise<T_4>;
|
|
1343
|
+
inTransaction<T_1>(req: procesamiento.Request | null, doThisWithDbTransaction: (client: procesamiento.Client) => Promise<T_1>): Promise<T_1>;
|
|
1344
|
+
inTransactionProcedureContext<T_2>(req: procesamiento.Request | null, coreFunction: (context: procesamiento.ProcedureContext) => Promise<T_2>): Promise<T_2>;
|
|
1577
1345
|
procedureDefCompleter(procedureDef: procesamiento.ProcedureDef): procesamiento.ProcedureDef;
|
|
1578
1346
|
tableDefAdapt(tableDef: procesamiento.TableDefinition, context: procesamiento.Context): procesamiento.TableDefinition;
|
|
1579
1347
|
pushApp(dirname: string): void;
|
|
1348
|
+
dumpDbTableFields(tableDefinition: procesamiento.TableDefinition): string[];
|
|
1580
1349
|
dumpDbSchemaPartial(partialTableStructures: procesamiento.TableDefinitions, opts?: procesamiento.DumpOptions | undefined): Promise<{
|
|
1581
1350
|
mainSql: string;
|
|
1582
1351
|
enancePart: string;
|
|
1583
1352
|
}>;
|
|
1584
1353
|
getContextForDump(): procesamiento.ContextForDump;
|
|
1585
|
-
getClientSetupForSendToFrontEnd(req: procesamiento.Request): procesamiento.ClientSetup
|
|
1354
|
+
getClientSetupForSendToFrontEnd(req: procesamiento.Request): Promise<procesamiento.ClientSetup>;
|
|
1586
1355
|
configList(): (string | object)[];
|
|
1587
1356
|
setStaticConfig(defConfigYamlString: string): void;
|
|
1588
1357
|
mainPage(req: {} | procesamiento.Request, offlineMode?: boolean | undefined, opts?: procesamiento.OptsClientPage | undefined): {
|
|
1589
1358
|
toHtmlDoc: () => string;
|
|
1590
1359
|
};
|
|
1591
|
-
isThisProcedureAllowed<
|
|
1592
|
-
[key: string]:
|
|
1360
|
+
isThisProcedureAllowed<T_3>(context: procesamiento.Context, procedureDef: procesamiento.ProcedureDef, params: {
|
|
1361
|
+
[key: string]: T_3;
|
|
1593
1362
|
}): Promise<boolean>;
|
|
1363
|
+
i18n: {
|
|
1364
|
+
messages: Record<procesamiento.LangId, Record<string, string>>;
|
|
1365
|
+
};
|
|
1366
|
+
shootDownBackend(): Promise<void>;
|
|
1367
|
+
setLog(opts: {
|
|
1368
|
+
until: string;
|
|
1369
|
+
results?: boolean | undefined;
|
|
1370
|
+
}): void;
|
|
1371
|
+
getDataDumpTransformations(rawData: string): Promise<{
|
|
1372
|
+
rawData: string;
|
|
1373
|
+
prepareTransformationSql: string[];
|
|
1374
|
+
endTransformationSql: string[];
|
|
1375
|
+
}>;
|
|
1594
1376
|
};
|
|
1595
1377
|
prefixTableName(tableName: string, prefix: string): string;
|
|
1596
1378
|
} & typeof procesamiento.AppBackend;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defConfig = "\nserver:\n port: 3068\n base-url: /dmencu\n session-store: memory\ndb:\n user: dmencu_admin\n motor: postgresql\n host: localhost\n database: dmencu_db\n schema: base\n search_path:
|
|
1
|
+
export declare const defConfig = "\nserver:\n port: 3068\n base-url: /dmencu\n session-store: memory\ndb:\n user: dmencu_admin\n motor: postgresql\n host: localhost\n database: dmencu_db\n schema: base\n search_path: [base, comun, his]\ninstall:\n dump:\n db:\n owner: dmencu_owner\n apply-generic-user-replaces: true\n admin-can-create-tables: true\n enances: inline\n skip-content: true\n scripts:\n prepare:\n - ../node_modules/operativos/install/rel_tabla_relacionada.sql\n - esquema_comun.sql\n - esquema_comun_sin_dato.sql\n - esquema_comun_nsnc.sql\n - ../node_modules/meta-enc/install/prepare.sql\n - ../node_modules/varcal/install/wrappers.sql\n - ../node_modules/operativos/install/sql2tabla_datos.sql\n post-adapt: \n - para-install.sql\n - ../node_modules/pg-triggers/lib/recreate-his.sql\n - ../node_modules/pg-triggers/lib/table-changes.sql\n - ../node_modules/pg-triggers/lib/function-changes-trg.sql\n - ../node_modules/pg-triggers/lib/enance.sql\n - ../node_modules/datos-ext/install/controlar_modificacion_estructura_cerrada.sql\n - ../node_modules/meta-enc/install/casilleros_orden_total_fun.sql\n - ../node_modules/meta-enc/install/casilleros_jerarquizados_fun.sql\n - ../node_modules/consistencias/install/try_sql.sql\n - esquema_dbo.sql \n - varcal_manual/estructura.sql\n - varcal_manual/funcion_update.sql\n - fun_validar_tipodato.sql\n - desintegrarpk.sql\n - agregar_adjunto_carto_trg\n - sincro_tareas_areas_tareas_tem_trg.sql\n - sincronizacion_tareas_tem.sql\n - sincronizacion_tem.sql\n - control_disform_cerrado_trg.sql\n - control_cargado_tareas_tem_trg.sql\n - accion_cumple_condicion.sql\n - tarea_cumple_condicion.sql\n - agregar_historial_tem_trg.sql\n - carga_inicial_tareas_tem.sql\n - validar_tareas_tem_trg.sql\n - asignar_desasignar_tareas_tem_trg.sql\n - desverificar_tarea_trg.sql\n - inicial_update_varcal_por_encuesta.sql\nlogin:\n infoFieldList: [usuario, rol, idper]\n table: usuarios\n userFieldName: usuario\n passFieldName: md5clave\n rolFieldName: rol\n activeClausule: activo\n lockedClausule: not activo\n plus:\n maxAge-5-sec: 5000 \n maxAge: 864000000\n maxAge-10-day: 864000000\n allowHttpLogin: true\n fileStore: false\n skipCheckAlreadyLoggedIn: true\n loginForm:\n formTitle: dmencu\n usernameLabel: usuario\n passwordLabel: clave\n buttonLabel: entrar\n formImg: img/login-lock-icon.png\n chPassForm:\n usernameLabel: usuario\n oldPasswordLabel: clave anterior\n newPasswordLabel: nueva clave\n repPasswordLabel: repetir nueva clave\n buttonLabel: Cambiar\n formTitle: Cambio de clave\n messages:\n userOrPassFail: el nombre de usuario no existe o la clave no corresponde\n lockedFail: el usuario se encuentra bloqueado\n inactiveFail: es usuario est\u00E1 marcado como inactivo\nclient-setup:\n title: SIEH 2.0\n cursors: true\n lang: es\n menu: true\n background-img: ../img/background-test.png\n grid-row-retain-moved-or-deleted: true\n deviceWidthForMobile: device-width\n user-scalable: no\n";
|
|
@@ -21,9 +21,7 @@ db:
|
|
|
21
21
|
host: localhost
|
|
22
22
|
database: dmencu_db
|
|
23
23
|
schema: base
|
|
24
|
-
search_path:
|
|
25
|
-
- base
|
|
26
|
-
- comun
|
|
24
|
+
search_path: [base, comun, his]
|
|
27
25
|
install:
|
|
28
26
|
dump:
|
|
29
27
|
db:
|
|
@@ -113,4 +111,4 @@ client-setup:
|
|
|
113
111
|
user-scalable: no
|
|
114
112
|
`;
|
|
115
113
|
});
|
|
116
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
114
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmLWNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9zZXJ2ZXIvZGVmLWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7SUFBYSxRQUFBLFNBQVMsR0FBQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBbUd0QixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IGRlZkNvbmZpZz1gXHJcbnNlcnZlcjpcclxuICBwb3J0OiAzMDY4XHJcbiAgYmFzZS11cmw6IC9kbWVuY3VcclxuICBzZXNzaW9uLXN0b3JlOiBtZW1vcnlcclxuZGI6XHJcbiAgdXNlcjogZG1lbmN1X2FkbWluXHJcbiAgbW90b3I6IHBvc3RncmVzcWxcclxuICBob3N0OiBsb2NhbGhvc3RcclxuICBkYXRhYmFzZTogZG1lbmN1X2RiXHJcbiAgc2NoZW1hOiBiYXNlXHJcbiAgc2VhcmNoX3BhdGg6IFtiYXNlLCBjb211biwgaGlzXVxyXG5pbnN0YWxsOlxyXG4gIGR1bXA6XHJcbiAgICBkYjpcclxuICAgICAgb3duZXI6IGRtZW5jdV9vd25lclxyXG4gICAgICBhcHBseS1nZW5lcmljLXVzZXItcmVwbGFjZXM6IHRydWVcclxuICAgIGFkbWluLWNhbi1jcmVhdGUtdGFibGVzOiB0cnVlXHJcbiAgICBlbmFuY2VzOiBpbmxpbmVcclxuICAgIHNraXAtY29udGVudDogdHJ1ZVxyXG4gICAgc2NyaXB0czpcclxuICAgICAgcHJlcGFyZTpcclxuICAgICAgLSAuLi9ub2RlX21vZHVsZXMvb3BlcmF0aXZvcy9pbnN0YWxsL3JlbF90YWJsYV9yZWxhY2lvbmFkYS5zcWxcclxuICAgICAgLSBlc3F1ZW1hX2NvbXVuLnNxbFxyXG4gICAgICAtIGVzcXVlbWFfY29tdW5fc2luX2RhdG8uc3FsXHJcbiAgICAgIC0gZXNxdWVtYV9jb211bl9uc25jLnNxbFxyXG4gICAgICAtIC4uL25vZGVfbW9kdWxlcy9tZXRhLWVuYy9pbnN0YWxsL3ByZXBhcmUuc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL3ZhcmNhbC9pbnN0YWxsL3dyYXBwZXJzLnNxbFxyXG4gICAgICAtIC4uL25vZGVfbW9kdWxlcy9vcGVyYXRpdm9zL2luc3RhbGwvc3FsMnRhYmxhX2RhdG9zLnNxbFxyXG4gICAgICBwb3N0LWFkYXB0OiBcclxuICAgICAgLSBwYXJhLWluc3RhbGwuc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL3BnLXRyaWdnZXJzL2xpYi9yZWNyZWF0ZS1oaXMuc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL3BnLXRyaWdnZXJzL2xpYi90YWJsZS1jaGFuZ2VzLnNxbFxyXG4gICAgICAtIC4uL25vZGVfbW9kdWxlcy9wZy10cmlnZ2Vycy9saWIvZnVuY3Rpb24tY2hhbmdlcy10cmcuc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL3BnLXRyaWdnZXJzL2xpYi9lbmFuY2Uuc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL2RhdG9zLWV4dC9pbnN0YWxsL2NvbnRyb2xhcl9tb2RpZmljYWNpb25fZXN0cnVjdHVyYV9jZXJyYWRhLnNxbFxyXG4gICAgICAtIC4uL25vZGVfbW9kdWxlcy9tZXRhLWVuYy9pbnN0YWxsL2Nhc2lsbGVyb3Nfb3JkZW5fdG90YWxfZnVuLnNxbFxyXG4gICAgICAtIC4uL25vZGVfbW9kdWxlcy9tZXRhLWVuYy9pbnN0YWxsL2Nhc2lsbGVyb3NfamVyYXJxdWl6YWRvc19mdW4uc3FsXHJcbiAgICAgIC0gLi4vbm9kZV9tb2R1bGVzL2NvbnNpc3RlbmNpYXMvaW5zdGFsbC90cnlfc3FsLnNxbFxyXG4gICAgICAtIGVzcXVlbWFfZGJvLnNxbCBcclxuICAgICAgLSB2YXJjYWxfbWFudWFsL2VzdHJ1Y3R1cmEuc3FsXHJcbiAgICAgIC0gdmFyY2FsX21hbnVhbC9mdW5jaW9uX3VwZGF0ZS5zcWxcclxuICAgICAgLSBmdW5fdmFsaWRhcl90aXBvZGF0by5zcWxcclxuICAgICAgLSBkZXNpbnRlZ3JhcnBrLnNxbFxyXG4gICAgICAtIGFncmVnYXJfYWRqdW50b19jYXJ0b190cmdcclxuICAgICAgLSBzaW5jcm9fdGFyZWFzX2FyZWFzX3RhcmVhc190ZW1fdHJnLnNxbFxyXG4gICAgICAtIHNpbmNyb25pemFjaW9uX3RhcmVhc190ZW0uc3FsXHJcbiAgICAgIC0gc2luY3Jvbml6YWNpb25fdGVtLnNxbFxyXG4gICAgICAtIGNvbnRyb2xfZGlzZm9ybV9jZXJyYWRvX3RyZy5zcWxcclxuICAgICAgLSBjb250cm9sX2NhcmdhZG9fdGFyZWFzX3RlbV90cmcuc3FsXHJcbiAgICAgIC0gYWNjaW9uX2N1bXBsZV9jb25kaWNpb24uc3FsXHJcbiAgICAgIC0gdGFyZWFfY3VtcGxlX2NvbmRpY2lvbi5zcWxcclxuICAgICAgLSBhZ3JlZ2FyX2hpc3RvcmlhbF90ZW1fdHJnLnNxbFxyXG4gICAgICAtIGNhcmdhX2luaWNpYWxfdGFyZWFzX3RlbS5zcWxcclxuICAgICAgLSB2YWxpZGFyX3RhcmVhc190ZW1fdHJnLnNxbFxyXG4gICAgICAtIGFzaWduYXJfZGVzYXNpZ25hcl90YXJlYXNfdGVtX3RyZy5zcWxcclxuICAgICAgLSBkZXN2ZXJpZmljYXJfdGFyZWFfdHJnLnNxbFxyXG4gICAgICAtIGluaWNpYWxfdXBkYXRlX3ZhcmNhbF9wb3JfZW5jdWVzdGEuc3FsXHJcbmxvZ2luOlxyXG4gIGluZm9GaWVsZExpc3Q6IFt1c3VhcmlvLCByb2wsIGlkcGVyXVxyXG4gIHRhYmxlOiB1c3Vhcmlvc1xyXG4gIHVzZXJGaWVsZE5hbWU6IHVzdWFyaW9cclxuICBwYXNzRmllbGROYW1lOiBtZDVjbGF2ZVxyXG4gIHJvbEZpZWxkTmFtZTogcm9sXHJcbiAgYWN0aXZlQ2xhdXN1bGU6IGFjdGl2b1xyXG4gIGxvY2tlZENsYXVzdWxlOiBub3QgYWN0aXZvXHJcbiAgcGx1czpcclxuICAgIG1heEFnZS01LXNlYzogNTAwMCAgICBcclxuICAgIG1heEFnZTogODY0MDAwMDAwXHJcbiAgICBtYXhBZ2UtMTAtZGF5OiA4NjQwMDAwMDBcclxuICAgIGFsbG93SHR0cExvZ2luOiB0cnVlXHJcbiAgICBmaWxlU3RvcmU6IGZhbHNlXHJcbiAgICBza2lwQ2hlY2tBbHJlYWR5TG9nZ2VkSW46IHRydWVcclxuICAgIGxvZ2luRm9ybTpcclxuICAgICAgZm9ybVRpdGxlOiBkbWVuY3VcclxuICAgICAgdXNlcm5hbWVMYWJlbDogdXN1YXJpb1xyXG4gICAgICBwYXNzd29yZExhYmVsOiBjbGF2ZVxyXG4gICAgICBidXR0b25MYWJlbDogZW50cmFyXHJcbiAgICAgIGZvcm1JbWc6IGltZy9sb2dpbi1sb2NrLWljb24ucG5nXHJcbiAgICBjaFBhc3NGb3JtOlxyXG4gICAgICB1c2VybmFtZUxhYmVsOiB1c3VhcmlvXHJcbiAgICAgIG9sZFBhc3N3b3JkTGFiZWw6IGNsYXZlIGFudGVyaW9yXHJcbiAgICAgIG5ld1Bhc3N3b3JkTGFiZWw6IG51ZXZhIGNsYXZlXHJcbiAgICAgIHJlcFBhc3N3b3JkTGFiZWw6IHJlcGV0aXIgbnVldmEgY2xhdmVcclxuICAgICAgYnV0dG9uTGFiZWw6IENhbWJpYXJcclxuICAgICAgZm9ybVRpdGxlOiBDYW1iaW8gZGUgY2xhdmVcclxuICBtZXNzYWdlczpcclxuICAgIHVzZXJPclBhc3NGYWlsOiBlbCBub21icmUgZGUgdXN1YXJpbyBubyBleGlzdGUgbyBsYSBjbGF2ZSBubyBjb3JyZXNwb25kZVxyXG4gICAgbG9ja2VkRmFpbDogZWwgdXN1YXJpbyBzZSBlbmN1ZW50cmEgYmxvcXVlYWRvXHJcbiAgICBpbmFjdGl2ZUZhaWw6IGVzIHVzdWFyaW8gZXN0w6EgbWFyY2FkbyBjb21vIGluYWN0aXZvXHJcbmNsaWVudC1zZXR1cDpcclxuICB0aXRsZTogU0lFSCAyLjBcclxuICBjdXJzb3JzOiB0cnVlXHJcbiAgbGFuZzogZXNcclxuICBtZW51OiB0cnVlXHJcbiAgYmFja2dyb3VuZC1pbWc6IC4uL2ltZy9iYWNrZ3JvdW5kLXRlc3QucG5nXHJcbiAgZ3JpZC1yb3ctcmV0YWluLW1vdmVkLW9yLWRlbGV0ZWQ6IHRydWVcclxuICBkZXZpY2VXaWR0aEZvck1vYmlsZTogZGV2aWNlLXdpZHRoXHJcbiAgdXNlci1zY2FsYWJsZTogbm9cclxuYCJdfQ==
|
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": "0.8.
|
|
4
|
+
"version": "0.8.11",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/server/server/app-dmencu.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@material-ui/core": "^4.12.4",
|
|
15
15
|
"memoize-one": "~6.0.0",
|
|
16
16
|
"meta-enc": "^1.4.9",
|
|
17
|
-
"procesamiento": "^1.0.
|
|
17
|
+
"procesamiento": "^1.0.16",
|
|
18
18
|
"backend-plus": "^2.0.0-rc.6",
|
|
19
19
|
"qrcode": "^1.5.3",
|
|
20
20
|
"react": "~17.0.2",
|