@objectstack/service-feed 7.0.0 → 7.1.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 +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -160,7 +160,7 @@ declare const FeedItem: Omit<{
|
|
|
160
160
|
abstract: boolean;
|
|
161
161
|
datasource: string;
|
|
162
162
|
fields: Record<string, {
|
|
163
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
163
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
164
164
|
required: boolean;
|
|
165
165
|
searchable: boolean;
|
|
166
166
|
multiple: boolean;
|
|
@@ -782,7 +782,7 @@ declare const FeedItem: Omit<{
|
|
|
782
782
|
field?: string | undefined;
|
|
783
783
|
objectOverride?: string | undefined;
|
|
784
784
|
label?: string | undefined;
|
|
785
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
785
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
786
786
|
options?: {
|
|
787
787
|
label: string;
|
|
788
788
|
value: string;
|
|
@@ -4215,7 +4215,7 @@ declare const FeedReaction: Omit<{
|
|
|
4215
4215
|
abstract: boolean;
|
|
4216
4216
|
datasource: string;
|
|
4217
4217
|
fields: Record<string, {
|
|
4218
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4218
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4219
4219
|
required: boolean;
|
|
4220
4220
|
searchable: boolean;
|
|
4221
4221
|
multiple: boolean;
|
|
@@ -4837,7 +4837,7 @@ declare const FeedReaction: Omit<{
|
|
|
4837
4837
|
field?: string | undefined;
|
|
4838
4838
|
objectOverride?: string | undefined;
|
|
4839
4839
|
label?: string | undefined;
|
|
4840
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4840
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4841
4841
|
options?: {
|
|
4842
4842
|
label: string;
|
|
4843
4843
|
value: string;
|
|
@@ -5817,7 +5817,7 @@ declare const RecordSubscription: Omit<{
|
|
|
5817
5817
|
abstract: boolean;
|
|
5818
5818
|
datasource: string;
|
|
5819
5819
|
fields: Record<string, {
|
|
5820
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5820
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5821
5821
|
required: boolean;
|
|
5822
5822
|
searchable: boolean;
|
|
5823
5823
|
multiple: boolean;
|
|
@@ -6439,7 +6439,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6439
6439
|
field?: string | undefined;
|
|
6440
6440
|
objectOverride?: string | undefined;
|
|
6441
6441
|
label?: string | undefined;
|
|
6442
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6442
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6443
6443
|
options?: {
|
|
6444
6444
|
label: string;
|
|
6445
6445
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare const FeedItem: Omit<{
|
|
|
160
160
|
abstract: boolean;
|
|
161
161
|
datasource: string;
|
|
162
162
|
fields: Record<string, {
|
|
163
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
163
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
164
164
|
required: boolean;
|
|
165
165
|
searchable: boolean;
|
|
166
166
|
multiple: boolean;
|
|
@@ -782,7 +782,7 @@ declare const FeedItem: Omit<{
|
|
|
782
782
|
field?: string | undefined;
|
|
783
783
|
objectOverride?: string | undefined;
|
|
784
784
|
label?: string | undefined;
|
|
785
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
785
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
786
786
|
options?: {
|
|
787
787
|
label: string;
|
|
788
788
|
value: string;
|
|
@@ -4215,7 +4215,7 @@ declare const FeedReaction: Omit<{
|
|
|
4215
4215
|
abstract: boolean;
|
|
4216
4216
|
datasource: string;
|
|
4217
4217
|
fields: Record<string, {
|
|
4218
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4218
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4219
4219
|
required: boolean;
|
|
4220
4220
|
searchable: boolean;
|
|
4221
4221
|
multiple: boolean;
|
|
@@ -4837,7 +4837,7 @@ declare const FeedReaction: Omit<{
|
|
|
4837
4837
|
field?: string | undefined;
|
|
4838
4838
|
objectOverride?: string | undefined;
|
|
4839
4839
|
label?: string | undefined;
|
|
4840
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4840
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4841
4841
|
options?: {
|
|
4842
4842
|
label: string;
|
|
4843
4843
|
value: string;
|
|
@@ -5817,7 +5817,7 @@ declare const RecordSubscription: Omit<{
|
|
|
5817
5817
|
abstract: boolean;
|
|
5818
5818
|
datasource: string;
|
|
5819
5819
|
fields: Record<string, {
|
|
5820
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5820
|
+
type: "number" | "boolean" | "file" | "email" | "record" | "tags" | "date" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5821
5821
|
required: boolean;
|
|
5822
5822
|
searchable: boolean;
|
|
5823
5823
|
multiple: boolean;
|
|
@@ -6439,7 +6439,7 @@ declare const RecordSubscription: Omit<{
|
|
|
6439
6439
|
field?: string | undefined;
|
|
6440
6440
|
objectOverride?: string | undefined;
|
|
6441
6441
|
label?: string | undefined;
|
|
6442
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6442
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6443
6443
|
options?: {
|
|
6444
6444
|
label: string;
|
|
6445
6445
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.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.1.0",
|
|
18
|
+
"@objectstack/spec": "7.1.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|