@bizdoc/core 3.9.2 → 3.9.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/fesm2022/bizdoc-core.mjs +166 -146
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/index.d.ts +7 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -287,7 +287,7 @@ interface Recipient {
|
|
287
287
|
userId: string;
|
288
288
|
pending: boolean;
|
289
289
|
folderId: string;
|
290
|
-
|
290
|
+
roleId?: string;
|
291
291
|
received: Date;
|
292
292
|
replied?: Date;
|
293
293
|
repliedBy?: string;
|
@@ -7648,6 +7648,12 @@ declare class FlowViewComponent extends TraceBase implements AfterViewInit, OnDe
|
|
7648
7648
|
* @param recipient
|
7649
7649
|
*/
|
7650
7650
|
private _note;
|
7651
|
+
/**
|
7652
|
+
*
|
7653
|
+
* @param name
|
7654
|
+
* @param gender
|
7655
|
+
* @returns
|
7656
|
+
*/
|
7651
7657
|
private _action;
|
7652
7658
|
ngOnDestroy(): void;
|
7653
7659
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlowViewComponent, never>;
|