@objectstack/service-feed 6.9.0 → 7.0.0
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/dist/index.d.cts +36 -3
- package/dist/index.d.ts +36 -3
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -762,7 +762,7 @@ declare const FeedItem: Omit<{
|
|
|
762
762
|
refreshAfter: boolean;
|
|
763
763
|
objectName?: string | undefined;
|
|
764
764
|
icon?: string | undefined;
|
|
765
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
765
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
766
766
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
767
767
|
target?: string | undefined;
|
|
768
768
|
body?: {
|
|
@@ -795,6 +795,17 @@ declare const FeedItem: Omit<{
|
|
|
795
795
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
796
796
|
confirmText?: string | undefined;
|
|
797
797
|
successMessage?: string | undefined;
|
|
798
|
+
resultDialog?: {
|
|
799
|
+
title?: string | undefined;
|
|
800
|
+
description?: string | undefined;
|
|
801
|
+
acknowledge?: string | undefined;
|
|
802
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
803
|
+
fields?: {
|
|
804
|
+
path: string;
|
|
805
|
+
label?: string | undefined;
|
|
806
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
807
|
+
}[] | undefined;
|
|
808
|
+
} | undefined;
|
|
798
809
|
visible?: {
|
|
799
810
|
dialect: "cel" | "js" | "cron" | "template";
|
|
800
811
|
source?: string | undefined;
|
|
@@ -4806,7 +4817,7 @@ declare const FeedReaction: Omit<{
|
|
|
4806
4817
|
refreshAfter: boolean;
|
|
4807
4818
|
objectName?: string | undefined;
|
|
4808
4819
|
icon?: string | undefined;
|
|
4809
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
4820
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
4810
4821
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
4811
4822
|
target?: string | undefined;
|
|
4812
4823
|
body?: {
|
|
@@ -4839,6 +4850,17 @@ declare const FeedReaction: Omit<{
|
|
|
4839
4850
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4840
4851
|
confirmText?: string | undefined;
|
|
4841
4852
|
successMessage?: string | undefined;
|
|
4853
|
+
resultDialog?: {
|
|
4854
|
+
title?: string | undefined;
|
|
4855
|
+
description?: string | undefined;
|
|
4856
|
+
acknowledge?: string | undefined;
|
|
4857
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
4858
|
+
fields?: {
|
|
4859
|
+
path: string;
|
|
4860
|
+
label?: string | undefined;
|
|
4861
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
4862
|
+
}[] | undefined;
|
|
4863
|
+
} | undefined;
|
|
4842
4864
|
visible?: {
|
|
4843
4865
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4844
4866
|
source?: string | undefined;
|
|
@@ -6397,7 +6419,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6397
6419
|
refreshAfter: boolean;
|
|
6398
6420
|
objectName?: string | undefined;
|
|
6399
6421
|
icon?: string | undefined;
|
|
6400
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
6422
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
6401
6423
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
6402
6424
|
target?: string | undefined;
|
|
6403
6425
|
body?: {
|
|
@@ -6430,6 +6452,17 @@ declare const RecordSubscription: Omit<{
|
|
|
6430
6452
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6431
6453
|
confirmText?: string | undefined;
|
|
6432
6454
|
successMessage?: string | undefined;
|
|
6455
|
+
resultDialog?: {
|
|
6456
|
+
title?: string | undefined;
|
|
6457
|
+
description?: string | undefined;
|
|
6458
|
+
acknowledge?: string | undefined;
|
|
6459
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
6460
|
+
fields?: {
|
|
6461
|
+
path: string;
|
|
6462
|
+
label?: string | undefined;
|
|
6463
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
6464
|
+
}[] | undefined;
|
|
6465
|
+
} | undefined;
|
|
6433
6466
|
visible?: {
|
|
6434
6467
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6435
6468
|
source?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -762,7 +762,7 @@ declare const FeedItem: Omit<{
|
|
|
762
762
|
refreshAfter: boolean;
|
|
763
763
|
objectName?: string | undefined;
|
|
764
764
|
icon?: string | undefined;
|
|
765
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
765
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
766
766
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
767
767
|
target?: string | undefined;
|
|
768
768
|
body?: {
|
|
@@ -795,6 +795,17 @@ declare const FeedItem: Omit<{
|
|
|
795
795
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
796
796
|
confirmText?: string | undefined;
|
|
797
797
|
successMessage?: string | undefined;
|
|
798
|
+
resultDialog?: {
|
|
799
|
+
title?: string | undefined;
|
|
800
|
+
description?: string | undefined;
|
|
801
|
+
acknowledge?: string | undefined;
|
|
802
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
803
|
+
fields?: {
|
|
804
|
+
path: string;
|
|
805
|
+
label?: string | undefined;
|
|
806
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
807
|
+
}[] | undefined;
|
|
808
|
+
} | undefined;
|
|
798
809
|
visible?: {
|
|
799
810
|
dialect: "cel" | "js" | "cron" | "template";
|
|
800
811
|
source?: string | undefined;
|
|
@@ -4806,7 +4817,7 @@ declare const FeedReaction: Omit<{
|
|
|
4806
4817
|
refreshAfter: boolean;
|
|
4807
4818
|
objectName?: string | undefined;
|
|
4808
4819
|
icon?: string | undefined;
|
|
4809
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
4820
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
4810
4821
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
4811
4822
|
target?: string | undefined;
|
|
4812
4823
|
body?: {
|
|
@@ -4839,6 +4850,17 @@ declare const FeedReaction: Omit<{
|
|
|
4839
4850
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4840
4851
|
confirmText?: string | undefined;
|
|
4841
4852
|
successMessage?: string | undefined;
|
|
4853
|
+
resultDialog?: {
|
|
4854
|
+
title?: string | undefined;
|
|
4855
|
+
description?: string | undefined;
|
|
4856
|
+
acknowledge?: string | undefined;
|
|
4857
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
4858
|
+
fields?: {
|
|
4859
|
+
path: string;
|
|
4860
|
+
label?: string | undefined;
|
|
4861
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
4862
|
+
}[] | undefined;
|
|
4863
|
+
} | undefined;
|
|
4842
4864
|
visible?: {
|
|
4843
4865
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4844
4866
|
source?: string | undefined;
|
|
@@ -6397,7 +6419,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6397
6419
|
refreshAfter: boolean;
|
|
6398
6420
|
objectName?: string | undefined;
|
|
6399
6421
|
icon?: string | undefined;
|
|
6400
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
6422
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
6401
6423
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
6402
6424
|
target?: string | undefined;
|
|
6403
6425
|
body?: {
|
|
@@ -6430,6 +6452,17 @@ declare const RecordSubscription: Omit<{
|
|
|
6430
6452
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6431
6453
|
confirmText?: string | undefined;
|
|
6432
6454
|
successMessage?: string | undefined;
|
|
6455
|
+
resultDialog?: {
|
|
6456
|
+
title?: string | undefined;
|
|
6457
|
+
description?: string | undefined;
|
|
6458
|
+
acknowledge?: string | undefined;
|
|
6459
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
6460
|
+
fields?: {
|
|
6461
|
+
path: string;
|
|
6462
|
+
label?: string | undefined;
|
|
6463
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
6464
|
+
}[] | undefined;
|
|
6465
|
+
} | undefined;
|
|
6433
6466
|
visible?: {
|
|
6434
6467
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6435
6468
|
source?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Feed/Chatter Service for ObjectStack — implements IFeedService with in-memory adapter for comments, reactions, field changes, and record subscriptions",
|
|
6
6
|
"type": "module",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "
|
|
18
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "7.0.0",
|
|
18
|
+
"@objectstack/spec": "7.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|