@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/index.d.ts CHANGED
@@ -287,7 +287,7 @@ interface Recipient {
287
287
  userId: string;
288
288
  pending: boolean;
289
289
  folderId: string;
290
- role?: string;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.9.2",
3
+ "version": "3.9.3",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",