@objectstack/service-feed 7.0.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 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;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -782,7 +788,7 @@ declare const FeedItem: Omit<{
782
788
  field?: string | undefined;
783
789
  objectOverride?: string | undefined;
784
790
  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;
791
+ 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
792
  options?: {
787
793
  label: string;
788
794
  value: string;
@@ -4215,7 +4221,7 @@ declare const FeedReaction: Omit<{
4215
4221
  abstract: boolean;
4216
4222
  datasource: string;
4217
4223
  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";
4224
+ 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
4225
  required: boolean;
4220
4226
  searchable: boolean;
4221
4227
  multiple: boolean;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -4837,7 +4849,7 @@ declare const FeedReaction: Omit<{
4837
4849
  field?: string | undefined;
4838
4850
  objectOverride?: string | undefined;
4839
4851
  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;
4852
+ 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
4853
  options?: {
4842
4854
  label: string;
4843
4855
  value: string;
@@ -5817,7 +5829,7 @@ declare const RecordSubscription: Omit<{
5817
5829
  abstract: boolean;
5818
5830
  datasource: string;
5819
5831
  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";
5832
+ 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
5833
  required: boolean;
5822
5834
  searchable: boolean;
5823
5835
  multiple: boolean;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -6439,7 +6457,7 @@ declare const RecordSubscription: Omit<{
6439
6457
  field?: string | undefined;
6440
6458
  objectOverride?: string | undefined;
6441
6459
  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;
6460
+ 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
6461
  options?: {
6444
6462
  label: string;
6445
6463
  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;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -782,7 +788,7 @@ declare const FeedItem: Omit<{
782
788
  field?: string | undefined;
783
789
  objectOverride?: string | undefined;
784
790
  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;
791
+ 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
792
  options?: {
787
793
  label: string;
788
794
  value: string;
@@ -4215,7 +4221,7 @@ declare const FeedReaction: Omit<{
4215
4221
  abstract: boolean;
4216
4222
  datasource: string;
4217
4223
  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";
4224
+ 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
4225
  required: boolean;
4220
4226
  searchable: boolean;
4221
4227
  multiple: boolean;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -4837,7 +4849,7 @@ declare const FeedReaction: Omit<{
4837
4849
  field?: string | undefined;
4838
4850
  objectOverride?: string | undefined;
4839
4851
  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;
4852
+ 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
4853
  options?: {
4842
4854
  label: string;
4843
4855
  value: string;
@@ -5817,7 +5829,7 @@ declare const RecordSubscription: Omit<{
5817
5829
  abstract: boolean;
5818
5830
  datasource: string;
5819
5831
  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";
5832
+ 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
5833
  required: boolean;
5822
5834
  searchable: boolean;
5823
5835
  multiple: boolean;
@@ -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" | "min" | "max" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
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: "multiple" | "single" | "none";
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" | "read" | "full" | "read_write" | undefined;
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;
@@ -6439,7 +6457,7 @@ declare const RecordSubscription: Omit<{
6439
6457
  field?: string | undefined;
6440
6458
  objectOverride?: string | undefined;
6441
6459
  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;
6460
+ 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
6461
  options?: {
6444
6462
  label: string;
6445
6463
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-feed",
3
- "version": "7.0.0",
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.0.0",
18
- "@objectstack/spec": "7.0.0"
17
+ "@objectstack/core": "7.2.0",
18
+ "@objectstack/spec": "7.2.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",