@objectstack/service-messaging 11.3.0 → 11.5.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
@@ -2008,6 +2008,7 @@ declare const InboxMessage: Omit<{
2008
2008
  filter: boolean;
2009
2009
  rowHeight: boolean;
2010
2010
  addRecordForm: boolean;
2011
+ editInline: boolean;
2011
2012
  buttons?: string[] | undefined;
2012
2013
  } | undefined;
2013
2014
  appearance?: {
@@ -4585,6 +4586,7 @@ declare const NotificationReceipt: Omit<{
4585
4586
  filter: boolean;
4586
4587
  rowHeight: boolean;
4587
4588
  addRecordForm: boolean;
4589
+ editInline: boolean;
4588
4590
  buttons?: string[] | undefined;
4589
4591
  } | undefined;
4590
4592
  appearance?: {
@@ -6791,6 +6793,7 @@ declare const NotificationDelivery: Omit<{
6791
6793
  filter: boolean;
6792
6794
  rowHeight: boolean;
6793
6795
  addRecordForm: boolean;
6796
+ editInline: boolean;
6794
6797
  buttons?: string[] | undefined;
6795
6798
  } | undefined;
6796
6799
  appearance?: {
@@ -10571,6 +10574,7 @@ declare const NotificationPreference: Omit<{
10571
10574
  filter: boolean;
10572
10575
  rowHeight: boolean;
10573
10576
  addRecordForm: boolean;
10577
+ editInline: boolean;
10574
10578
  buttons?: string[] | undefined;
10575
10579
  } | undefined;
10576
10580
  appearance?: {
@@ -12951,6 +12955,7 @@ declare const NotificationSubscription: Omit<{
12951
12955
  filter: boolean;
12952
12956
  rowHeight: boolean;
12953
12957
  addRecordForm: boolean;
12958
+ editInline: boolean;
12954
12959
  buttons?: string[] | undefined;
12955
12960
  } | undefined;
12956
12961
  appearance?: {
@@ -14634,6 +14639,7 @@ declare const NotificationTemplate: Omit<{
14634
14639
  filter: boolean;
14635
14640
  rowHeight: boolean;
14636
14641
  addRecordForm: boolean;
14642
+ editInline: boolean;
14637
14643
  buttons?: string[] | undefined;
14638
14644
  } | undefined;
14639
14645
  appearance?: {
@@ -17369,6 +17375,7 @@ declare const HttpDelivery: Omit<{
17369
17375
  filter: boolean;
17370
17376
  rowHeight: boolean;
17371
17377
  addRecordForm: boolean;
17378
+ editInline: boolean;
17372
17379
  buttons?: string[] | undefined;
17373
17380
  } | undefined;
17374
17381
  appearance?: {
package/dist/index.d.ts CHANGED
@@ -2008,6 +2008,7 @@ declare const InboxMessage: Omit<{
2008
2008
  filter: boolean;
2009
2009
  rowHeight: boolean;
2010
2010
  addRecordForm: boolean;
2011
+ editInline: boolean;
2011
2012
  buttons?: string[] | undefined;
2012
2013
  } | undefined;
2013
2014
  appearance?: {
@@ -4585,6 +4586,7 @@ declare const NotificationReceipt: Omit<{
4585
4586
  filter: boolean;
4586
4587
  rowHeight: boolean;
4587
4588
  addRecordForm: boolean;
4589
+ editInline: boolean;
4588
4590
  buttons?: string[] | undefined;
4589
4591
  } | undefined;
4590
4592
  appearance?: {
@@ -6791,6 +6793,7 @@ declare const NotificationDelivery: Omit<{
6791
6793
  filter: boolean;
6792
6794
  rowHeight: boolean;
6793
6795
  addRecordForm: boolean;
6796
+ editInline: boolean;
6794
6797
  buttons?: string[] | undefined;
6795
6798
  } | undefined;
6796
6799
  appearance?: {
@@ -10571,6 +10574,7 @@ declare const NotificationPreference: Omit<{
10571
10574
  filter: boolean;
10572
10575
  rowHeight: boolean;
10573
10576
  addRecordForm: boolean;
10577
+ editInline: boolean;
10574
10578
  buttons?: string[] | undefined;
10575
10579
  } | undefined;
10576
10580
  appearance?: {
@@ -12951,6 +12955,7 @@ declare const NotificationSubscription: Omit<{
12951
12955
  filter: boolean;
12952
12956
  rowHeight: boolean;
12953
12957
  addRecordForm: boolean;
12958
+ editInline: boolean;
12954
12959
  buttons?: string[] | undefined;
12955
12960
  } | undefined;
12956
12961
  appearance?: {
@@ -14634,6 +14639,7 @@ declare const NotificationTemplate: Omit<{
14634
14639
  filter: boolean;
14635
14640
  rowHeight: boolean;
14636
14641
  addRecordForm: boolean;
14642
+ editInline: boolean;
14637
14643
  buttons?: string[] | undefined;
14638
14644
  } | undefined;
14639
14645
  appearance?: {
@@ -17369,6 +17375,7 @@ declare const HttpDelivery: Omit<{
17369
17375
  filter: boolean;
17370
17376
  rowHeight: boolean;
17371
17377
  addRecordForm: boolean;
17378
+ editInline: boolean;
17372
17379
  buttons?: string[] | undefined;
17373
17380
  } | undefined;
17374
17381
  appearance?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-messaging",
3
- "version": "11.3.0",
3
+ "version": "11.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Messaging Service for ObjectStack — outbound notification dispatch (ADR-0012). Ships the MessagingChannel registry, emit() fan-out, and the always-on inbox channel; other channels (email/webhook/push/IM) plug in.",
6
6
  "type": "module",
@@ -14,8 +14,8 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "11.3.0",
18
- "@objectstack/spec": "11.3.0"
17
+ "@objectstack/core": "11.5.0",
18
+ "@objectstack/spec": "11.5.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^26.0.1",