@bizdoc/core 3.10.2 → 3.10.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
@@ -380,6 +380,7 @@ interface Message<T = any> {
380
380
  documentId?: number;
381
381
  formId?: string;
382
382
  content?: T;
383
+ contentType: string;
383
384
  }
384
385
  declare type NotificationType = 'Commented' | 'CubeAnomaly' | 'Escalated' | 'Liked' | 'StateChanged' | 'Nudge' | 'Invite' | 'TextMessage' | 'ContentMessage' | 'UpcomingEvent' | 'JobProgress' | 'Tagged';
385
386
  interface State {
@@ -7333,7 +7334,6 @@ declare class ContentMessageNotification extends NotificationBase<ContentMessage
7333
7334
  static ɵcmp: i0.ɵɵComponentDeclaration<ContentMessageNotification, "bizdoc-notify-content", never, {}, {}, never, never, false, never>;
7334
7335
  }
7335
7336
  interface ContentMessage {
7336
- contentType?: string;
7337
7337
  }
7338
7338
 
7339
7339
  declare class TextNotification implements OnInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.10.2",
3
+ "version": "3.10.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",