@objectstack/service-feed 6.9.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 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;
@@ -762,7 +762,7 @@ declare const FeedItem: Omit<{
762
762
  refreshAfter: boolean;
763
763
  objectName?: string | undefined;
764
764
  icon?: string | undefined;
765
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
765
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
766
766
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
767
767
  target?: string | undefined;
768
768
  body?: {
@@ -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;
@@ -795,6 +795,17 @@ declare const FeedItem: Omit<{
795
795
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
796
796
  confirmText?: string | undefined;
797
797
  successMessage?: string | undefined;
798
+ resultDialog?: {
799
+ title?: string | undefined;
800
+ description?: string | undefined;
801
+ acknowledge?: string | undefined;
802
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
803
+ fields?: {
804
+ path: string;
805
+ label?: string | undefined;
806
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
807
+ }[] | undefined;
808
+ } | undefined;
798
809
  visible?: {
799
810
  dialect: "cel" | "js" | "cron" | "template";
800
811
  source?: string | undefined;
@@ -4204,7 +4215,7 @@ declare const FeedReaction: Omit<{
4204
4215
  abstract: boolean;
4205
4216
  datasource: string;
4206
4217
  fields: Record<string, {
4207
- 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";
4208
4219
  required: boolean;
4209
4220
  searchable: boolean;
4210
4221
  multiple: boolean;
@@ -4806,7 +4817,7 @@ declare const FeedReaction: Omit<{
4806
4817
  refreshAfter: boolean;
4807
4818
  objectName?: string | undefined;
4808
4819
  icon?: string | undefined;
4809
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
4820
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4810
4821
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4811
4822
  target?: string | undefined;
4812
4823
  body?: {
@@ -4826,7 +4837,7 @@ declare const FeedReaction: Omit<{
4826
4837
  field?: string | undefined;
4827
4838
  objectOverride?: string | undefined;
4828
4839
  label?: string | undefined;
4829
- 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;
4830
4841
  options?: {
4831
4842
  label: string;
4832
4843
  value: string;
@@ -4839,6 +4850,17 @@ declare const FeedReaction: Omit<{
4839
4850
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
4840
4851
  confirmText?: string | undefined;
4841
4852
  successMessage?: string | undefined;
4853
+ resultDialog?: {
4854
+ title?: string | undefined;
4855
+ description?: string | undefined;
4856
+ acknowledge?: string | undefined;
4857
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4858
+ fields?: {
4859
+ path: string;
4860
+ label?: string | undefined;
4861
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4862
+ }[] | undefined;
4863
+ } | undefined;
4842
4864
  visible?: {
4843
4865
  dialect: "cel" | "js" | "cron" | "template";
4844
4866
  source?: string | undefined;
@@ -5795,7 +5817,7 @@ declare const RecordSubscription: Omit<{
5795
5817
  abstract: boolean;
5796
5818
  datasource: string;
5797
5819
  fields: Record<string, {
5798
- 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";
5799
5821
  required: boolean;
5800
5822
  searchable: boolean;
5801
5823
  multiple: boolean;
@@ -6397,7 +6419,7 @@ declare const RecordSubscription: Omit<{
6397
6419
  refreshAfter: boolean;
6398
6420
  objectName?: string | undefined;
6399
6421
  icon?: string | undefined;
6400
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
6422
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6401
6423
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6402
6424
  target?: string | undefined;
6403
6425
  body?: {
@@ -6417,7 +6439,7 @@ declare const RecordSubscription: Omit<{
6417
6439
  field?: string | undefined;
6418
6440
  objectOverride?: string | undefined;
6419
6441
  label?: string | undefined;
6420
- 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;
6421
6443
  options?: {
6422
6444
  label: string;
6423
6445
  value: string;
@@ -6430,6 +6452,17 @@ declare const RecordSubscription: Omit<{
6430
6452
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
6431
6453
  confirmText?: string | undefined;
6432
6454
  successMessage?: string | undefined;
6455
+ resultDialog?: {
6456
+ title?: string | undefined;
6457
+ description?: string | undefined;
6458
+ acknowledge?: string | undefined;
6459
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
6460
+ fields?: {
6461
+ path: string;
6462
+ label?: string | undefined;
6463
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
6464
+ }[] | undefined;
6465
+ } | undefined;
6433
6466
  visible?: {
6434
6467
  dialect: "cel" | "js" | "cron" | "template";
6435
6468
  source?: string | undefined;
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;
@@ -762,7 +762,7 @@ declare const FeedItem: Omit<{
762
762
  refreshAfter: boolean;
763
763
  objectName?: string | undefined;
764
764
  icon?: string | undefined;
765
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
765
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
766
766
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
767
767
  target?: string | undefined;
768
768
  body?: {
@@ -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;
@@ -795,6 +795,17 @@ declare const FeedItem: Omit<{
795
795
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
796
796
  confirmText?: string | undefined;
797
797
  successMessage?: string | undefined;
798
+ resultDialog?: {
799
+ title?: string | undefined;
800
+ description?: string | undefined;
801
+ acknowledge?: string | undefined;
802
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
803
+ fields?: {
804
+ path: string;
805
+ label?: string | undefined;
806
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
807
+ }[] | undefined;
808
+ } | undefined;
798
809
  visible?: {
799
810
  dialect: "cel" | "js" | "cron" | "template";
800
811
  source?: string | undefined;
@@ -4204,7 +4215,7 @@ declare const FeedReaction: Omit<{
4204
4215
  abstract: boolean;
4205
4216
  datasource: string;
4206
4217
  fields: Record<string, {
4207
- 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";
4208
4219
  required: boolean;
4209
4220
  searchable: boolean;
4210
4221
  multiple: boolean;
@@ -4806,7 +4817,7 @@ declare const FeedReaction: Omit<{
4806
4817
  refreshAfter: boolean;
4807
4818
  objectName?: string | undefined;
4808
4819
  icon?: string | undefined;
4809
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
4820
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
4810
4821
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
4811
4822
  target?: string | undefined;
4812
4823
  body?: {
@@ -4826,7 +4837,7 @@ declare const FeedReaction: Omit<{
4826
4837
  field?: string | undefined;
4827
4838
  objectOverride?: string | undefined;
4828
4839
  label?: string | undefined;
4829
- 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;
4830
4841
  options?: {
4831
4842
  label: string;
4832
4843
  value: string;
@@ -4839,6 +4850,17 @@ declare const FeedReaction: Omit<{
4839
4850
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
4840
4851
  confirmText?: string | undefined;
4841
4852
  successMessage?: string | undefined;
4853
+ resultDialog?: {
4854
+ title?: string | undefined;
4855
+ description?: string | undefined;
4856
+ acknowledge?: string | undefined;
4857
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4858
+ fields?: {
4859
+ path: string;
4860
+ label?: string | undefined;
4861
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
4862
+ }[] | undefined;
4863
+ } | undefined;
4842
4864
  visible?: {
4843
4865
  dialect: "cel" | "js" | "cron" | "template";
4844
4866
  source?: string | undefined;
@@ -5795,7 +5817,7 @@ declare const RecordSubscription: Omit<{
5795
5817
  abstract: boolean;
5796
5818
  datasource: string;
5797
5819
  fields: Record<string, {
5798
- 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";
5799
5821
  required: boolean;
5800
5822
  searchable: boolean;
5801
5823
  multiple: boolean;
@@ -6397,7 +6419,7 @@ declare const RecordSubscription: Omit<{
6397
6419
  refreshAfter: boolean;
6398
6420
  objectName?: string | undefined;
6399
6421
  icon?: string | undefined;
6400
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
6422
+ locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
6401
6423
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
6402
6424
  target?: string | undefined;
6403
6425
  body?: {
@@ -6417,7 +6439,7 @@ declare const RecordSubscription: Omit<{
6417
6439
  field?: string | undefined;
6418
6440
  objectOverride?: string | undefined;
6419
6441
  label?: string | undefined;
6420
- 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;
6421
6443
  options?: {
6422
6444
  label: string;
6423
6445
  value: string;
@@ -6430,6 +6452,17 @@ declare const RecordSubscription: Omit<{
6430
6452
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
6431
6453
  confirmText?: string | undefined;
6432
6454
  successMessage?: string | undefined;
6455
+ resultDialog?: {
6456
+ title?: string | undefined;
6457
+ description?: string | undefined;
6458
+ acknowledge?: string | undefined;
6459
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
6460
+ fields?: {
6461
+ path: string;
6462
+ label?: string | undefined;
6463
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
6464
+ }[] | undefined;
6465
+ } | undefined;
6433
6466
  visible?: {
6434
6467
  dialect: "cel" | "js" | "cron" | "template";
6435
6468
  source?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-feed",
3
- "version": "6.9.0",
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": "6.9.0",
18
- "@objectstack/spec": "6.9.0"
17
+ "@objectstack/core": "7.1.0",
18
+ "@objectstack/spec": "7.1.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",