@objectstack/service-feed 7.1.0 → 7.2.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 +27 -9
- package/dist/index.d.ts +27 -9
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -350,6 +350,12 @@ declare const FeedItem: Omit<{
|
|
|
350
350
|
caseSensitive?: boolean | undefined;
|
|
351
351
|
autonumberFormat?: string | undefined;
|
|
352
352
|
}>;
|
|
353
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
354
|
+
_lockReason?: string | undefined;
|
|
355
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
356
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
357
|
+
_packageId?: string | undefined;
|
|
358
|
+
_packageVersion?: string | undefined;
|
|
353
359
|
label?: string | undefined;
|
|
354
360
|
pluralLabel?: string | undefined;
|
|
355
361
|
description?: string | undefined;
|
|
@@ -495,7 +501,7 @@ declare const FeedItem: Omit<{
|
|
|
495
501
|
wrap?: boolean | undefined;
|
|
496
502
|
type?: string | undefined;
|
|
497
503
|
pinned?: "left" | "right" | undefined;
|
|
498
|
-
summary?: "count" | "
|
|
504
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
499
505
|
link?: boolean | undefined;
|
|
500
506
|
action?: string | undefined;
|
|
501
507
|
}[];
|
|
@@ -544,7 +550,7 @@ declare const FeedItem: Omit<{
|
|
|
544
550
|
bordered?: boolean | undefined;
|
|
545
551
|
compactToolbar?: boolean | undefined;
|
|
546
552
|
selection?: {
|
|
547
|
-
type: "
|
|
553
|
+
type: "none" | "multiple" | "single";
|
|
548
554
|
} | undefined;
|
|
549
555
|
navigation?: {
|
|
550
556
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -739,7 +745,7 @@ declare const FeedItem: Omit<{
|
|
|
739
745
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
740
746
|
} | undefined;
|
|
741
747
|
recordTypes?: string[] | undefined;
|
|
742
|
-
sharingModel?: "private" | "
|
|
748
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
743
749
|
publicSharing?: {
|
|
744
750
|
enabled: boolean;
|
|
745
751
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -4405,6 +4411,12 @@ declare const FeedReaction: Omit<{
|
|
|
4405
4411
|
caseSensitive?: boolean | undefined;
|
|
4406
4412
|
autonumberFormat?: string | undefined;
|
|
4407
4413
|
}>;
|
|
4414
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
4415
|
+
_lockReason?: string | undefined;
|
|
4416
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
4417
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
4418
|
+
_packageId?: string | undefined;
|
|
4419
|
+
_packageVersion?: string | undefined;
|
|
4408
4420
|
label?: string | undefined;
|
|
4409
4421
|
pluralLabel?: string | undefined;
|
|
4410
4422
|
description?: string | undefined;
|
|
@@ -4550,7 +4562,7 @@ declare const FeedReaction: Omit<{
|
|
|
4550
4562
|
wrap?: boolean | undefined;
|
|
4551
4563
|
type?: string | undefined;
|
|
4552
4564
|
pinned?: "left" | "right" | undefined;
|
|
4553
|
-
summary?: "count" | "
|
|
4565
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
4554
4566
|
link?: boolean | undefined;
|
|
4555
4567
|
action?: string | undefined;
|
|
4556
4568
|
}[];
|
|
@@ -4599,7 +4611,7 @@ declare const FeedReaction: Omit<{
|
|
|
4599
4611
|
bordered?: boolean | undefined;
|
|
4600
4612
|
compactToolbar?: boolean | undefined;
|
|
4601
4613
|
selection?: {
|
|
4602
|
-
type: "
|
|
4614
|
+
type: "none" | "multiple" | "single";
|
|
4603
4615
|
} | undefined;
|
|
4604
4616
|
navigation?: {
|
|
4605
4617
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -4794,7 +4806,7 @@ declare const FeedReaction: Omit<{
|
|
|
4794
4806
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
4795
4807
|
} | undefined;
|
|
4796
4808
|
recordTypes?: string[] | undefined;
|
|
4797
|
-
sharingModel?: "private" | "
|
|
4809
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
4798
4810
|
publicSharing?: {
|
|
4799
4811
|
enabled: boolean;
|
|
4800
4812
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6007,6 +6019,12 @@ declare const RecordSubscription: Omit<{
|
|
|
6007
6019
|
caseSensitive?: boolean | undefined;
|
|
6008
6020
|
autonumberFormat?: string | undefined;
|
|
6009
6021
|
}>;
|
|
6022
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
6023
|
+
_lockReason?: string | undefined;
|
|
6024
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
6025
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
6026
|
+
_packageId?: string | undefined;
|
|
6027
|
+
_packageVersion?: string | undefined;
|
|
6010
6028
|
label?: string | undefined;
|
|
6011
6029
|
pluralLabel?: string | undefined;
|
|
6012
6030
|
description?: string | undefined;
|
|
@@ -6152,7 +6170,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6152
6170
|
wrap?: boolean | undefined;
|
|
6153
6171
|
type?: string | undefined;
|
|
6154
6172
|
pinned?: "left" | "right" | undefined;
|
|
6155
|
-
summary?: "count" | "
|
|
6173
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
6156
6174
|
link?: boolean | undefined;
|
|
6157
6175
|
action?: string | undefined;
|
|
6158
6176
|
}[];
|
|
@@ -6201,7 +6219,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6201
6219
|
bordered?: boolean | undefined;
|
|
6202
6220
|
compactToolbar?: boolean | undefined;
|
|
6203
6221
|
selection?: {
|
|
6204
|
-
type: "
|
|
6222
|
+
type: "none" | "multiple" | "single";
|
|
6205
6223
|
} | undefined;
|
|
6206
6224
|
navigation?: {
|
|
6207
6225
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6396,7 +6414,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6396
6414
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6397
6415
|
} | undefined;
|
|
6398
6416
|
recordTypes?: string[] | undefined;
|
|
6399
|
-
sharingModel?: "private" | "
|
|
6417
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
6400
6418
|
publicSharing?: {
|
|
6401
6419
|
enabled: boolean;
|
|
6402
6420
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,12 @@ declare const FeedItem: Omit<{
|
|
|
350
350
|
caseSensitive?: boolean | undefined;
|
|
351
351
|
autonumberFormat?: string | undefined;
|
|
352
352
|
}>;
|
|
353
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
354
|
+
_lockReason?: string | undefined;
|
|
355
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
356
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
357
|
+
_packageId?: string | undefined;
|
|
358
|
+
_packageVersion?: string | undefined;
|
|
353
359
|
label?: string | undefined;
|
|
354
360
|
pluralLabel?: string | undefined;
|
|
355
361
|
description?: string | undefined;
|
|
@@ -495,7 +501,7 @@ declare const FeedItem: Omit<{
|
|
|
495
501
|
wrap?: boolean | undefined;
|
|
496
502
|
type?: string | undefined;
|
|
497
503
|
pinned?: "left" | "right" | undefined;
|
|
498
|
-
summary?: "count" | "
|
|
504
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
499
505
|
link?: boolean | undefined;
|
|
500
506
|
action?: string | undefined;
|
|
501
507
|
}[];
|
|
@@ -544,7 +550,7 @@ declare const FeedItem: Omit<{
|
|
|
544
550
|
bordered?: boolean | undefined;
|
|
545
551
|
compactToolbar?: boolean | undefined;
|
|
546
552
|
selection?: {
|
|
547
|
-
type: "
|
|
553
|
+
type: "none" | "multiple" | "single";
|
|
548
554
|
} | undefined;
|
|
549
555
|
navigation?: {
|
|
550
556
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -739,7 +745,7 @@ declare const FeedItem: Omit<{
|
|
|
739
745
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
740
746
|
} | undefined;
|
|
741
747
|
recordTypes?: string[] | undefined;
|
|
742
|
-
sharingModel?: "private" | "
|
|
748
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
743
749
|
publicSharing?: {
|
|
744
750
|
enabled: boolean;
|
|
745
751
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -4405,6 +4411,12 @@ declare const FeedReaction: Omit<{
|
|
|
4405
4411
|
caseSensitive?: boolean | undefined;
|
|
4406
4412
|
autonumberFormat?: string | undefined;
|
|
4407
4413
|
}>;
|
|
4414
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
4415
|
+
_lockReason?: string | undefined;
|
|
4416
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
4417
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
4418
|
+
_packageId?: string | undefined;
|
|
4419
|
+
_packageVersion?: string | undefined;
|
|
4408
4420
|
label?: string | undefined;
|
|
4409
4421
|
pluralLabel?: string | undefined;
|
|
4410
4422
|
description?: string | undefined;
|
|
@@ -4550,7 +4562,7 @@ declare const FeedReaction: Omit<{
|
|
|
4550
4562
|
wrap?: boolean | undefined;
|
|
4551
4563
|
type?: string | undefined;
|
|
4552
4564
|
pinned?: "left" | "right" | undefined;
|
|
4553
|
-
summary?: "count" | "
|
|
4565
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
4554
4566
|
link?: boolean | undefined;
|
|
4555
4567
|
action?: string | undefined;
|
|
4556
4568
|
}[];
|
|
@@ -4599,7 +4611,7 @@ declare const FeedReaction: Omit<{
|
|
|
4599
4611
|
bordered?: boolean | undefined;
|
|
4600
4612
|
compactToolbar?: boolean | undefined;
|
|
4601
4613
|
selection?: {
|
|
4602
|
-
type: "
|
|
4614
|
+
type: "none" | "multiple" | "single";
|
|
4603
4615
|
} | undefined;
|
|
4604
4616
|
navigation?: {
|
|
4605
4617
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -4794,7 +4806,7 @@ declare const FeedReaction: Omit<{
|
|
|
4794
4806
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
4795
4807
|
} | undefined;
|
|
4796
4808
|
recordTypes?: string[] | undefined;
|
|
4797
|
-
sharingModel?: "private" | "
|
|
4809
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
4798
4810
|
publicSharing?: {
|
|
4799
4811
|
enabled: boolean;
|
|
4800
4812
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6007,6 +6019,12 @@ declare const RecordSubscription: Omit<{
|
|
|
6007
6019
|
caseSensitive?: boolean | undefined;
|
|
6008
6020
|
autonumberFormat?: string | undefined;
|
|
6009
6021
|
}>;
|
|
6022
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
6023
|
+
_lockReason?: string | undefined;
|
|
6024
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
6025
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
6026
|
+
_packageId?: string | undefined;
|
|
6027
|
+
_packageVersion?: string | undefined;
|
|
6010
6028
|
label?: string | undefined;
|
|
6011
6029
|
pluralLabel?: string | undefined;
|
|
6012
6030
|
description?: string | undefined;
|
|
@@ -6152,7 +6170,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6152
6170
|
wrap?: boolean | undefined;
|
|
6153
6171
|
type?: string | undefined;
|
|
6154
6172
|
pinned?: "left" | "right" | undefined;
|
|
6155
|
-
summary?: "count" | "
|
|
6173
|
+
summary?: "count" | "none" | "min" | "max" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
6156
6174
|
link?: boolean | undefined;
|
|
6157
6175
|
action?: string | undefined;
|
|
6158
6176
|
}[];
|
|
@@ -6201,7 +6219,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6201
6219
|
bordered?: boolean | undefined;
|
|
6202
6220
|
compactToolbar?: boolean | undefined;
|
|
6203
6221
|
selection?: {
|
|
6204
|
-
type: "
|
|
6222
|
+
type: "none" | "multiple" | "single";
|
|
6205
6223
|
} | undefined;
|
|
6206
6224
|
navigation?: {
|
|
6207
6225
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6396,7 +6414,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6396
6414
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6397
6415
|
} | undefined;
|
|
6398
6416
|
recordTypes?: string[] | undefined;
|
|
6399
|
-
sharingModel?: "private" | "
|
|
6417
|
+
sharingModel?: "private" | "full" | "read" | "read_write" | undefined;
|
|
6400
6418
|
publicSharing?: {
|
|
6401
6419
|
enabled: boolean;
|
|
6402
6420
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.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": "7.
|
|
18
|
-
"@objectstack/spec": "7.
|
|
17
|
+
"@objectstack/core": "7.2.0",
|
|
18
|
+
"@objectstack/spec": "7.2.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|