@objectstack/service-feed 4.1.0 → 4.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 CHANGED
@@ -668,7 +668,7 @@ declare const FeedItem: Omit<{
668
668
  addRecord?: {
669
669
  enabled: boolean;
670
670
  position: "top" | "bottom" | "both";
671
- mode: "modal" | "inline" | "form";
671
+ mode: "modal" | "form" | "inline";
672
672
  formView?: string | undefined;
673
673
  } | undefined;
674
674
  showRecordCount?: boolean | undefined;
@@ -716,6 +716,7 @@ declare const FeedItem: Omit<{
716
716
  debounceMs?: number | undefined;
717
717
  } | undefined;
718
718
  }> | undefined;
719
+ defaultDetailForm?: string | undefined;
719
720
  search?: {
720
721
  fields: string[];
721
722
  displayFields?: string[] | undefined;
@@ -739,7 +740,7 @@ declare const FeedItem: Omit<{
739
740
  actions?: {
740
741
  name: string;
741
742
  label: string;
742
- type: "url" | "flow" | "api" | "script" | "modal";
743
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
743
744
  refreshAfter: boolean;
744
745
  objectName?: string | undefined;
745
746
  icon?: string | undefined;
@@ -4692,7 +4693,7 @@ declare const FeedReaction: Omit<{
4692
4693
  addRecord?: {
4693
4694
  enabled: boolean;
4694
4695
  position: "top" | "bottom" | "both";
4695
- mode: "modal" | "inline" | "form";
4696
+ mode: "modal" | "form" | "inline";
4696
4697
  formView?: string | undefined;
4697
4698
  } | undefined;
4698
4699
  showRecordCount?: boolean | undefined;
@@ -4740,6 +4741,7 @@ declare const FeedReaction: Omit<{
4740
4741
  debounceMs?: number | undefined;
4741
4742
  } | undefined;
4742
4743
  }> | undefined;
4744
+ defaultDetailForm?: string | undefined;
4743
4745
  search?: {
4744
4746
  fields: string[];
4745
4747
  displayFields?: string[] | undefined;
@@ -4763,7 +4765,7 @@ declare const FeedReaction: Omit<{
4763
4765
  actions?: {
4764
4766
  name: string;
4765
4767
  label: string;
4766
- type: "url" | "flow" | "api" | "script" | "modal";
4768
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
4767
4769
  refreshAfter: boolean;
4768
4770
  objectName?: string | undefined;
4769
4771
  icon?: string | undefined;
@@ -6263,7 +6265,7 @@ declare const RecordSubscription: Omit<{
6263
6265
  addRecord?: {
6264
6266
  enabled: boolean;
6265
6267
  position: "top" | "bottom" | "both";
6266
- mode: "modal" | "inline" | "form";
6268
+ mode: "modal" | "form" | "inline";
6267
6269
  formView?: string | undefined;
6268
6270
  } | undefined;
6269
6271
  showRecordCount?: boolean | undefined;
@@ -6311,6 +6313,7 @@ declare const RecordSubscription: Omit<{
6311
6313
  debounceMs?: number | undefined;
6312
6314
  } | undefined;
6313
6315
  }> | undefined;
6316
+ defaultDetailForm?: string | undefined;
6314
6317
  search?: {
6315
6318
  fields: string[];
6316
6319
  displayFields?: string[] | undefined;
@@ -6334,7 +6337,7 @@ declare const RecordSubscription: Omit<{
6334
6337
  actions?: {
6335
6338
  name: string;
6336
6339
  label: string;
6337
- type: "url" | "flow" | "api" | "script" | "modal";
6340
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
6338
6341
  refreshAfter: boolean;
6339
6342
  objectName?: string | undefined;
6340
6343
  icon?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -668,7 +668,7 @@ declare const FeedItem: Omit<{
668
668
  addRecord?: {
669
669
  enabled: boolean;
670
670
  position: "top" | "bottom" | "both";
671
- mode: "modal" | "inline" | "form";
671
+ mode: "modal" | "form" | "inline";
672
672
  formView?: string | undefined;
673
673
  } | undefined;
674
674
  showRecordCount?: boolean | undefined;
@@ -716,6 +716,7 @@ declare const FeedItem: Omit<{
716
716
  debounceMs?: number | undefined;
717
717
  } | undefined;
718
718
  }> | undefined;
719
+ defaultDetailForm?: string | undefined;
719
720
  search?: {
720
721
  fields: string[];
721
722
  displayFields?: string[] | undefined;
@@ -739,7 +740,7 @@ declare const FeedItem: Omit<{
739
740
  actions?: {
740
741
  name: string;
741
742
  label: string;
742
- type: "url" | "flow" | "api" | "script" | "modal";
743
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
743
744
  refreshAfter: boolean;
744
745
  objectName?: string | undefined;
745
746
  icon?: string | undefined;
@@ -4692,7 +4693,7 @@ declare const FeedReaction: Omit<{
4692
4693
  addRecord?: {
4693
4694
  enabled: boolean;
4694
4695
  position: "top" | "bottom" | "both";
4695
- mode: "modal" | "inline" | "form";
4696
+ mode: "modal" | "form" | "inline";
4696
4697
  formView?: string | undefined;
4697
4698
  } | undefined;
4698
4699
  showRecordCount?: boolean | undefined;
@@ -4740,6 +4741,7 @@ declare const FeedReaction: Omit<{
4740
4741
  debounceMs?: number | undefined;
4741
4742
  } | undefined;
4742
4743
  }> | undefined;
4744
+ defaultDetailForm?: string | undefined;
4743
4745
  search?: {
4744
4746
  fields: string[];
4745
4747
  displayFields?: string[] | undefined;
@@ -4763,7 +4765,7 @@ declare const FeedReaction: Omit<{
4763
4765
  actions?: {
4764
4766
  name: string;
4765
4767
  label: string;
4766
- type: "url" | "flow" | "api" | "script" | "modal";
4768
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
4767
4769
  refreshAfter: boolean;
4768
4770
  objectName?: string | undefined;
4769
4771
  icon?: string | undefined;
@@ -6263,7 +6265,7 @@ declare const RecordSubscription: Omit<{
6263
6265
  addRecord?: {
6264
6266
  enabled: boolean;
6265
6267
  position: "top" | "bottom" | "both";
6266
- mode: "modal" | "inline" | "form";
6268
+ mode: "modal" | "form" | "inline";
6267
6269
  formView?: string | undefined;
6268
6270
  } | undefined;
6269
6271
  showRecordCount?: boolean | undefined;
@@ -6311,6 +6313,7 @@ declare const RecordSubscription: Omit<{
6311
6313
  debounceMs?: number | undefined;
6312
6314
  } | undefined;
6313
6315
  }> | undefined;
6316
+ defaultDetailForm?: string | undefined;
6314
6317
  search?: {
6315
6318
  fields: string[];
6316
6319
  displayFields?: string[] | undefined;
@@ -6334,7 +6337,7 @@ declare const RecordSubscription: Omit<{
6334
6337
  actions?: {
6335
6338
  name: string;
6336
6339
  label: string;
6337
- type: "url" | "flow" | "api" | "script" | "modal";
6340
+ type: "url" | "flow" | "api" | "script" | "modal" | "form";
6338
6341
  refreshAfter: boolean;
6339
6342
  objectName?: string | undefined;
6340
6343
  icon?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-feed",
3
- "version": "4.1.0",
3
+ "version": "4.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/core": "4.1.0",
18
- "@objectstack/spec": "4.1.0"
17
+ "@objectstack/core": "4.1.1",
18
+ "@objectstack/spec": "4.1.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",