@objectstack/service-feed 6.0.0 → 6.1.1
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -803,6 +803,7 @@ declare const FeedItem: Omit<{
|
|
|
803
803
|
} | undefined;
|
|
804
804
|
shortcut?: string | undefined;
|
|
805
805
|
bulkEnabled?: boolean | undefined;
|
|
806
|
+
aiExposed?: boolean | undefined;
|
|
806
807
|
recordIdParam?: string | undefined;
|
|
807
808
|
recordIdField?: string | undefined;
|
|
808
809
|
bodyShape?: "flat" | {
|
|
@@ -4834,6 +4835,7 @@ declare const FeedReaction: Omit<{
|
|
|
4834
4835
|
} | undefined;
|
|
4835
4836
|
shortcut?: string | undefined;
|
|
4836
4837
|
bulkEnabled?: boolean | undefined;
|
|
4838
|
+
aiExposed?: boolean | undefined;
|
|
4837
4839
|
recordIdParam?: string | undefined;
|
|
4838
4840
|
recordIdField?: string | undefined;
|
|
4839
4841
|
bodyShape?: "flat" | {
|
|
@@ -6412,6 +6414,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6412
6414
|
} | undefined;
|
|
6413
6415
|
shortcut?: string | undefined;
|
|
6414
6416
|
bulkEnabled?: boolean | undefined;
|
|
6417
|
+
aiExposed?: boolean | undefined;
|
|
6415
6418
|
recordIdParam?: string | undefined;
|
|
6416
6419
|
recordIdField?: string | undefined;
|
|
6417
6420
|
bodyShape?: "flat" | {
|
package/dist/index.d.ts
CHANGED
|
@@ -803,6 +803,7 @@ declare const FeedItem: Omit<{
|
|
|
803
803
|
} | undefined;
|
|
804
804
|
shortcut?: string | undefined;
|
|
805
805
|
bulkEnabled?: boolean | undefined;
|
|
806
|
+
aiExposed?: boolean | undefined;
|
|
806
807
|
recordIdParam?: string | undefined;
|
|
807
808
|
recordIdField?: string | undefined;
|
|
808
809
|
bodyShape?: "flat" | {
|
|
@@ -4834,6 +4835,7 @@ declare const FeedReaction: Omit<{
|
|
|
4834
4835
|
} | undefined;
|
|
4835
4836
|
shortcut?: string | undefined;
|
|
4836
4837
|
bulkEnabled?: boolean | undefined;
|
|
4838
|
+
aiExposed?: boolean | undefined;
|
|
4837
4839
|
recordIdParam?: string | undefined;
|
|
4838
4840
|
recordIdField?: string | undefined;
|
|
4839
4841
|
bodyShape?: "flat" | {
|
|
@@ -6412,6 +6414,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6412
6414
|
} | undefined;
|
|
6413
6415
|
shortcut?: string | undefined;
|
|
6414
6416
|
bulkEnabled?: boolean | undefined;
|
|
6417
|
+
aiExposed?: boolean | undefined;
|
|
6415
6418
|
recordIdParam?: string | undefined;
|
|
6416
6419
|
recordIdField?: string | undefined;
|
|
6417
6420
|
bodyShape?: "flat" | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
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/
|
|
18
|
-
"@objectstack/
|
|
17
|
+
"@objectstack/core": "6.1.1",
|
|
18
|
+
"@objectstack/spec": "6.1.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|