@26lights/orcha 0.41.97 → 0.41.98

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.
@@ -20,6 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  createComment: (payload: {
21
21
  authorId: string;
22
22
  message: string;
23
+ mentionedUserIds: string[];
23
24
  }) => void;
24
25
  updateComment: (payload: {
25
26
  id: string;
@@ -49,6 +50,7 @@ declare const _default: import("vue").DefineComponent<{
49
50
  onCreateComment?: ((payload: {
50
51
  authorId: string;
51
52
  message: string;
53
+ mentionedUserIds: string[];
52
54
  }) => any) | undefined;
53
55
  onUpdateComment?: ((payload: {
54
56
  id: string;
@@ -445,6 +445,7 @@ export type AddCommentPayload = {
445
445
  activityId: Id;
446
446
  authorId: Id;
447
447
  message: string;
448
+ mentionedUserIds: Id[];
448
449
  };
449
450
  export type UpdateCommentPayload = {
450
451
  id: Id;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.41.97",
7
+ "version": "0.41.98",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
@@ -28,7 +28,7 @@
28
28
  "vuedraggable": "~4.1.0"
29
29
  },
30
30
  "dependencies": {
31
- "@26lights/orcha": "^0.41.97",
31
+ "@26lights/orcha": "^0.41.98",
32
32
  "@floating-ui/dom": "^1.5.3",
33
33
  "@vueform/multiselect": "^2.6.6",
34
34
  "@vueuse/core": "^10.8.0",