@objectstack/service-feed 6.8.1 → 6.9.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 +24 -0
- package/dist/index.d.ts +24 -0
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -740,6 +740,14 @@ declare const FeedItem: Omit<{
|
|
|
740
740
|
} | undefined;
|
|
741
741
|
recordTypes?: string[] | undefined;
|
|
742
742
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
743
|
+
publicSharing?: {
|
|
744
|
+
enabled: boolean;
|
|
745
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
746
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
747
|
+
maxExpiryDays?: number | undefined;
|
|
748
|
+
redactFields?: string[] | undefined;
|
|
749
|
+
eligibility?: string | undefined;
|
|
750
|
+
} | undefined;
|
|
743
751
|
keyPrefix?: string | undefined;
|
|
744
752
|
detail?: {
|
|
745
753
|
[x: string]: unknown;
|
|
@@ -4776,6 +4784,14 @@ declare const FeedReaction: Omit<{
|
|
|
4776
4784
|
} | undefined;
|
|
4777
4785
|
recordTypes?: string[] | undefined;
|
|
4778
4786
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
4787
|
+
publicSharing?: {
|
|
4788
|
+
enabled: boolean;
|
|
4789
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
4790
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
4791
|
+
maxExpiryDays?: number | undefined;
|
|
4792
|
+
redactFields?: string[] | undefined;
|
|
4793
|
+
eligibility?: string | undefined;
|
|
4794
|
+
} | undefined;
|
|
4779
4795
|
keyPrefix?: string | undefined;
|
|
4780
4796
|
detail?: {
|
|
4781
4797
|
[x: string]: unknown;
|
|
@@ -6359,6 +6375,14 @@ declare const RecordSubscription: Omit<{
|
|
|
6359
6375
|
} | undefined;
|
|
6360
6376
|
recordTypes?: string[] | undefined;
|
|
6361
6377
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
6378
|
+
publicSharing?: {
|
|
6379
|
+
enabled: boolean;
|
|
6380
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6381
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
6382
|
+
maxExpiryDays?: number | undefined;
|
|
6383
|
+
redactFields?: string[] | undefined;
|
|
6384
|
+
eligibility?: string | undefined;
|
|
6385
|
+
} | undefined;
|
|
6362
6386
|
keyPrefix?: string | undefined;
|
|
6363
6387
|
detail?: {
|
|
6364
6388
|
[x: string]: unknown;
|
package/dist/index.d.ts
CHANGED
|
@@ -740,6 +740,14 @@ declare const FeedItem: Omit<{
|
|
|
740
740
|
} | undefined;
|
|
741
741
|
recordTypes?: string[] | undefined;
|
|
742
742
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
743
|
+
publicSharing?: {
|
|
744
|
+
enabled: boolean;
|
|
745
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
746
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
747
|
+
maxExpiryDays?: number | undefined;
|
|
748
|
+
redactFields?: string[] | undefined;
|
|
749
|
+
eligibility?: string | undefined;
|
|
750
|
+
} | undefined;
|
|
743
751
|
keyPrefix?: string | undefined;
|
|
744
752
|
detail?: {
|
|
745
753
|
[x: string]: unknown;
|
|
@@ -4776,6 +4784,14 @@ declare const FeedReaction: Omit<{
|
|
|
4776
4784
|
} | undefined;
|
|
4777
4785
|
recordTypes?: string[] | undefined;
|
|
4778
4786
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
4787
|
+
publicSharing?: {
|
|
4788
|
+
enabled: boolean;
|
|
4789
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
4790
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
4791
|
+
maxExpiryDays?: number | undefined;
|
|
4792
|
+
redactFields?: string[] | undefined;
|
|
4793
|
+
eligibility?: string | undefined;
|
|
4794
|
+
} | undefined;
|
|
4779
4795
|
keyPrefix?: string | undefined;
|
|
4780
4796
|
detail?: {
|
|
4781
4797
|
[x: string]: unknown;
|
|
@@ -6359,6 +6375,14 @@ declare const RecordSubscription: Omit<{
|
|
|
6359
6375
|
} | undefined;
|
|
6360
6376
|
recordTypes?: string[] | undefined;
|
|
6361
6377
|
sharingModel?: "private" | "read" | "full" | "read_write" | undefined;
|
|
6378
|
+
publicSharing?: {
|
|
6379
|
+
enabled: boolean;
|
|
6380
|
+
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
6381
|
+
allowedPermissions?: ("comment" | "edit" | "view")[] | undefined;
|
|
6382
|
+
maxExpiryDays?: number | undefined;
|
|
6383
|
+
redactFields?: string[] | undefined;
|
|
6384
|
+
eligibility?: string | undefined;
|
|
6385
|
+
} | undefined;
|
|
6362
6386
|
keyPrefix?: string | undefined;
|
|
6363
6387
|
detail?: {
|
|
6364
6388
|
[x: string]: unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.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": "6.
|
|
18
|
-
"@objectstack/spec": "6.
|
|
17
|
+
"@objectstack/core": "6.9.0",
|
|
18
|
+
"@objectstack/spec": "6.9.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|