@objectstack/service-messaging 11.6.0 → 11.7.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 +42 -168
- package/dist/index.d.ts +42 -168
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -1707,26 +1707,12 @@ declare const InboxMessage: Omit<{
|
|
|
1707
1707
|
fieldGroups?: {
|
|
1708
1708
|
key: string;
|
|
1709
1709
|
label: string;
|
|
1710
|
-
|
|
1710
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
1711
1711
|
icon?: string | undefined;
|
|
1712
1712
|
description?: string | undefined;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
ast?: unknown;
|
|
1717
|
-
meta?: {
|
|
1718
|
-
rationale?: string | undefined;
|
|
1719
|
-
generatedBy?: string | undefined;
|
|
1720
|
-
} | undefined;
|
|
1721
|
-
} | {
|
|
1722
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1723
|
-
source?: string | undefined;
|
|
1724
|
-
ast?: unknown;
|
|
1725
|
-
meta?: {
|
|
1726
|
-
rationale?: string | undefined;
|
|
1727
|
-
generatedBy?: string | undefined;
|
|
1728
|
-
} | undefined;
|
|
1729
|
-
} | undefined;
|
|
1713
|
+
defaultExpanded?: boolean | undefined;
|
|
1714
|
+
collapsible?: boolean | undefined;
|
|
1715
|
+
collapsed?: boolean | undefined;
|
|
1730
1716
|
}[] | undefined;
|
|
1731
1717
|
tenancy?: {
|
|
1732
1718
|
enabled: boolean;
|
|
@@ -1780,7 +1766,9 @@ declare const InboxMessage: Omit<{
|
|
|
1780
1766
|
generatedBy?: string | undefined;
|
|
1781
1767
|
} | undefined;
|
|
1782
1768
|
} | undefined;
|
|
1769
|
+
highlightFields?: string[] | undefined;
|
|
1783
1770
|
compactLayout?: string[] | undefined;
|
|
1771
|
+
stageField?: string | false | undefined;
|
|
1784
1772
|
listViews?: Record<string, {
|
|
1785
1773
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
1786
1774
|
columns: string[] | {
|
|
@@ -2109,12 +2097,6 @@ declare const InboxMessage: Omit<{
|
|
|
2109
2097
|
eligibility?: string | undefined;
|
|
2110
2098
|
} | undefined;
|
|
2111
2099
|
keyPrefix?: string | undefined;
|
|
2112
|
-
detail?: {
|
|
2113
|
-
[x: string]: unknown;
|
|
2114
|
-
renderViaSchema?: boolean | undefined;
|
|
2115
|
-
hideReferenceRail?: boolean | undefined;
|
|
2116
|
-
hideRelatedTab?: boolean | undefined;
|
|
2117
|
-
} | undefined;
|
|
2118
2100
|
actions?: {
|
|
2119
2101
|
name: string;
|
|
2120
2102
|
label: string;
|
|
@@ -4285,26 +4267,12 @@ declare const NotificationReceipt: Omit<{
|
|
|
4285
4267
|
fieldGroups?: {
|
|
4286
4268
|
key: string;
|
|
4287
4269
|
label: string;
|
|
4288
|
-
|
|
4270
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
4289
4271
|
icon?: string | undefined;
|
|
4290
4272
|
description?: string | undefined;
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
ast?: unknown;
|
|
4295
|
-
meta?: {
|
|
4296
|
-
rationale?: string | undefined;
|
|
4297
|
-
generatedBy?: string | undefined;
|
|
4298
|
-
} | undefined;
|
|
4299
|
-
} | {
|
|
4300
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
4301
|
-
source?: string | undefined;
|
|
4302
|
-
ast?: unknown;
|
|
4303
|
-
meta?: {
|
|
4304
|
-
rationale?: string | undefined;
|
|
4305
|
-
generatedBy?: string | undefined;
|
|
4306
|
-
} | undefined;
|
|
4307
|
-
} | undefined;
|
|
4273
|
+
defaultExpanded?: boolean | undefined;
|
|
4274
|
+
collapsible?: boolean | undefined;
|
|
4275
|
+
collapsed?: boolean | undefined;
|
|
4308
4276
|
}[] | undefined;
|
|
4309
4277
|
tenancy?: {
|
|
4310
4278
|
enabled: boolean;
|
|
@@ -4358,7 +4326,9 @@ declare const NotificationReceipt: Omit<{
|
|
|
4358
4326
|
generatedBy?: string | undefined;
|
|
4359
4327
|
} | undefined;
|
|
4360
4328
|
} | undefined;
|
|
4329
|
+
highlightFields?: string[] | undefined;
|
|
4361
4330
|
compactLayout?: string[] | undefined;
|
|
4331
|
+
stageField?: string | false | undefined;
|
|
4362
4332
|
listViews?: Record<string, {
|
|
4363
4333
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
4364
4334
|
columns: string[] | {
|
|
@@ -4687,12 +4657,6 @@ declare const NotificationReceipt: Omit<{
|
|
|
4687
4657
|
eligibility?: string | undefined;
|
|
4688
4658
|
} | undefined;
|
|
4689
4659
|
keyPrefix?: string | undefined;
|
|
4690
|
-
detail?: {
|
|
4691
|
-
[x: string]: unknown;
|
|
4692
|
-
renderViaSchema?: boolean | undefined;
|
|
4693
|
-
hideReferenceRail?: boolean | undefined;
|
|
4694
|
-
hideRelatedTab?: boolean | undefined;
|
|
4695
|
-
} | undefined;
|
|
4696
4660
|
actions?: {
|
|
4697
4661
|
name: string;
|
|
4698
4662
|
label: string;
|
|
@@ -6492,26 +6456,12 @@ declare const NotificationDelivery: Omit<{
|
|
|
6492
6456
|
fieldGroups?: {
|
|
6493
6457
|
key: string;
|
|
6494
6458
|
label: string;
|
|
6495
|
-
|
|
6459
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
6496
6460
|
icon?: string | undefined;
|
|
6497
6461
|
description?: string | undefined;
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
ast?: unknown;
|
|
6502
|
-
meta?: {
|
|
6503
|
-
rationale?: string | undefined;
|
|
6504
|
-
generatedBy?: string | undefined;
|
|
6505
|
-
} | undefined;
|
|
6506
|
-
} | {
|
|
6507
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
6508
|
-
source?: string | undefined;
|
|
6509
|
-
ast?: unknown;
|
|
6510
|
-
meta?: {
|
|
6511
|
-
rationale?: string | undefined;
|
|
6512
|
-
generatedBy?: string | undefined;
|
|
6513
|
-
} | undefined;
|
|
6514
|
-
} | undefined;
|
|
6462
|
+
defaultExpanded?: boolean | undefined;
|
|
6463
|
+
collapsible?: boolean | undefined;
|
|
6464
|
+
collapsed?: boolean | undefined;
|
|
6515
6465
|
}[] | undefined;
|
|
6516
6466
|
tenancy?: {
|
|
6517
6467
|
enabled: boolean;
|
|
@@ -6565,7 +6515,9 @@ declare const NotificationDelivery: Omit<{
|
|
|
6565
6515
|
generatedBy?: string | undefined;
|
|
6566
6516
|
} | undefined;
|
|
6567
6517
|
} | undefined;
|
|
6518
|
+
highlightFields?: string[] | undefined;
|
|
6568
6519
|
compactLayout?: string[] | undefined;
|
|
6520
|
+
stageField?: string | false | undefined;
|
|
6569
6521
|
listViews?: Record<string, {
|
|
6570
6522
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
6571
6523
|
columns: string[] | {
|
|
@@ -6894,12 +6846,6 @@ declare const NotificationDelivery: Omit<{
|
|
|
6894
6846
|
eligibility?: string | undefined;
|
|
6895
6847
|
} | undefined;
|
|
6896
6848
|
keyPrefix?: string | undefined;
|
|
6897
|
-
detail?: {
|
|
6898
|
-
[x: string]: unknown;
|
|
6899
|
-
renderViaSchema?: boolean | undefined;
|
|
6900
|
-
hideReferenceRail?: boolean | undefined;
|
|
6901
|
-
hideRelatedTab?: boolean | undefined;
|
|
6902
|
-
} | undefined;
|
|
6903
6849
|
actions?: {
|
|
6904
6850
|
name: string;
|
|
6905
6851
|
label: string;
|
|
@@ -10273,26 +10219,12 @@ declare const NotificationPreference: Omit<{
|
|
|
10273
10219
|
fieldGroups?: {
|
|
10274
10220
|
key: string;
|
|
10275
10221
|
label: string;
|
|
10276
|
-
|
|
10222
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
10277
10223
|
icon?: string | undefined;
|
|
10278
10224
|
description?: string | undefined;
|
|
10279
|
-
|
|
10280
|
-
|
|
10281
|
-
|
|
10282
|
-
ast?: unknown;
|
|
10283
|
-
meta?: {
|
|
10284
|
-
rationale?: string | undefined;
|
|
10285
|
-
generatedBy?: string | undefined;
|
|
10286
|
-
} | undefined;
|
|
10287
|
-
} | {
|
|
10288
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
10289
|
-
source?: string | undefined;
|
|
10290
|
-
ast?: unknown;
|
|
10291
|
-
meta?: {
|
|
10292
|
-
rationale?: string | undefined;
|
|
10293
|
-
generatedBy?: string | undefined;
|
|
10294
|
-
} | undefined;
|
|
10295
|
-
} | undefined;
|
|
10225
|
+
defaultExpanded?: boolean | undefined;
|
|
10226
|
+
collapsible?: boolean | undefined;
|
|
10227
|
+
collapsed?: boolean | undefined;
|
|
10296
10228
|
}[] | undefined;
|
|
10297
10229
|
tenancy?: {
|
|
10298
10230
|
enabled: boolean;
|
|
@@ -10346,7 +10278,9 @@ declare const NotificationPreference: Omit<{
|
|
|
10346
10278
|
generatedBy?: string | undefined;
|
|
10347
10279
|
} | undefined;
|
|
10348
10280
|
} | undefined;
|
|
10281
|
+
highlightFields?: string[] | undefined;
|
|
10349
10282
|
compactLayout?: string[] | undefined;
|
|
10283
|
+
stageField?: string | false | undefined;
|
|
10350
10284
|
listViews?: Record<string, {
|
|
10351
10285
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
10352
10286
|
columns: string[] | {
|
|
@@ -10675,12 +10609,6 @@ declare const NotificationPreference: Omit<{
|
|
|
10675
10609
|
eligibility?: string | undefined;
|
|
10676
10610
|
} | undefined;
|
|
10677
10611
|
keyPrefix?: string | undefined;
|
|
10678
|
-
detail?: {
|
|
10679
|
-
[x: string]: unknown;
|
|
10680
|
-
renderViaSchema?: boolean | undefined;
|
|
10681
|
-
hideReferenceRail?: boolean | undefined;
|
|
10682
|
-
hideRelatedTab?: boolean | undefined;
|
|
10683
|
-
} | undefined;
|
|
10684
10612
|
actions?: {
|
|
10685
10613
|
name: string;
|
|
10686
10614
|
label: string;
|
|
@@ -12654,26 +12582,12 @@ declare const NotificationSubscription: Omit<{
|
|
|
12654
12582
|
fieldGroups?: {
|
|
12655
12583
|
key: string;
|
|
12656
12584
|
label: string;
|
|
12657
|
-
|
|
12585
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
12658
12586
|
icon?: string | undefined;
|
|
12659
12587
|
description?: string | undefined;
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
ast?: unknown;
|
|
12664
|
-
meta?: {
|
|
12665
|
-
rationale?: string | undefined;
|
|
12666
|
-
generatedBy?: string | undefined;
|
|
12667
|
-
} | undefined;
|
|
12668
|
-
} | {
|
|
12669
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
12670
|
-
source?: string | undefined;
|
|
12671
|
-
ast?: unknown;
|
|
12672
|
-
meta?: {
|
|
12673
|
-
rationale?: string | undefined;
|
|
12674
|
-
generatedBy?: string | undefined;
|
|
12675
|
-
} | undefined;
|
|
12676
|
-
} | undefined;
|
|
12588
|
+
defaultExpanded?: boolean | undefined;
|
|
12589
|
+
collapsible?: boolean | undefined;
|
|
12590
|
+
collapsed?: boolean | undefined;
|
|
12677
12591
|
}[] | undefined;
|
|
12678
12592
|
tenancy?: {
|
|
12679
12593
|
enabled: boolean;
|
|
@@ -12727,7 +12641,9 @@ declare const NotificationSubscription: Omit<{
|
|
|
12727
12641
|
generatedBy?: string | undefined;
|
|
12728
12642
|
} | undefined;
|
|
12729
12643
|
} | undefined;
|
|
12644
|
+
highlightFields?: string[] | undefined;
|
|
12730
12645
|
compactLayout?: string[] | undefined;
|
|
12646
|
+
stageField?: string | false | undefined;
|
|
12731
12647
|
listViews?: Record<string, {
|
|
12732
12648
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
12733
12649
|
columns: string[] | {
|
|
@@ -13056,12 +12972,6 @@ declare const NotificationSubscription: Omit<{
|
|
|
13056
12972
|
eligibility?: string | undefined;
|
|
13057
12973
|
} | undefined;
|
|
13058
12974
|
keyPrefix?: string | undefined;
|
|
13059
|
-
detail?: {
|
|
13060
|
-
[x: string]: unknown;
|
|
13061
|
-
renderViaSchema?: boolean | undefined;
|
|
13062
|
-
hideReferenceRail?: boolean | undefined;
|
|
13063
|
-
hideRelatedTab?: boolean | undefined;
|
|
13064
|
-
} | undefined;
|
|
13065
12975
|
actions?: {
|
|
13066
12976
|
name: string;
|
|
13067
12977
|
label: string;
|
|
@@ -14338,26 +14248,12 @@ declare const NotificationTemplate: Omit<{
|
|
|
14338
14248
|
fieldGroups?: {
|
|
14339
14249
|
key: string;
|
|
14340
14250
|
label: string;
|
|
14341
|
-
|
|
14251
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
14342
14252
|
icon?: string | undefined;
|
|
14343
14253
|
description?: string | undefined;
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
ast?: unknown;
|
|
14348
|
-
meta?: {
|
|
14349
|
-
rationale?: string | undefined;
|
|
14350
|
-
generatedBy?: string | undefined;
|
|
14351
|
-
} | undefined;
|
|
14352
|
-
} | {
|
|
14353
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
14354
|
-
source?: string | undefined;
|
|
14355
|
-
ast?: unknown;
|
|
14356
|
-
meta?: {
|
|
14357
|
-
rationale?: string | undefined;
|
|
14358
|
-
generatedBy?: string | undefined;
|
|
14359
|
-
} | undefined;
|
|
14360
|
-
} | undefined;
|
|
14254
|
+
defaultExpanded?: boolean | undefined;
|
|
14255
|
+
collapsible?: boolean | undefined;
|
|
14256
|
+
collapsed?: boolean | undefined;
|
|
14361
14257
|
}[] | undefined;
|
|
14362
14258
|
tenancy?: {
|
|
14363
14259
|
enabled: boolean;
|
|
@@ -14411,7 +14307,9 @@ declare const NotificationTemplate: Omit<{
|
|
|
14411
14307
|
generatedBy?: string | undefined;
|
|
14412
14308
|
} | undefined;
|
|
14413
14309
|
} | undefined;
|
|
14310
|
+
highlightFields?: string[] | undefined;
|
|
14414
14311
|
compactLayout?: string[] | undefined;
|
|
14312
|
+
stageField?: string | false | undefined;
|
|
14415
14313
|
listViews?: Record<string, {
|
|
14416
14314
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
14417
14315
|
columns: string[] | {
|
|
@@ -14740,12 +14638,6 @@ declare const NotificationTemplate: Omit<{
|
|
|
14740
14638
|
eligibility?: string | undefined;
|
|
14741
14639
|
} | undefined;
|
|
14742
14640
|
keyPrefix?: string | undefined;
|
|
14743
|
-
detail?: {
|
|
14744
|
-
[x: string]: unknown;
|
|
14745
|
-
renderViaSchema?: boolean | undefined;
|
|
14746
|
-
hideReferenceRail?: boolean | undefined;
|
|
14747
|
-
hideRelatedTab?: boolean | undefined;
|
|
14748
|
-
} | undefined;
|
|
14749
14641
|
actions?: {
|
|
14750
14642
|
name: string;
|
|
14751
14643
|
label: string;
|
|
@@ -17074,26 +16966,12 @@ declare const HttpDelivery: Omit<{
|
|
|
17074
16966
|
fieldGroups?: {
|
|
17075
16967
|
key: string;
|
|
17076
16968
|
label: string;
|
|
17077
|
-
|
|
16969
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
17078
16970
|
icon?: string | undefined;
|
|
17079
16971
|
description?: string | undefined;
|
|
17080
|
-
|
|
17081
|
-
|
|
17082
|
-
|
|
17083
|
-
ast?: unknown;
|
|
17084
|
-
meta?: {
|
|
17085
|
-
rationale?: string | undefined;
|
|
17086
|
-
generatedBy?: string | undefined;
|
|
17087
|
-
} | undefined;
|
|
17088
|
-
} | {
|
|
17089
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
17090
|
-
source?: string | undefined;
|
|
17091
|
-
ast?: unknown;
|
|
17092
|
-
meta?: {
|
|
17093
|
-
rationale?: string | undefined;
|
|
17094
|
-
generatedBy?: string | undefined;
|
|
17095
|
-
} | undefined;
|
|
17096
|
-
} | undefined;
|
|
16972
|
+
defaultExpanded?: boolean | undefined;
|
|
16973
|
+
collapsible?: boolean | undefined;
|
|
16974
|
+
collapsed?: boolean | undefined;
|
|
17097
16975
|
}[] | undefined;
|
|
17098
16976
|
tenancy?: {
|
|
17099
16977
|
enabled: boolean;
|
|
@@ -17147,7 +17025,9 @@ declare const HttpDelivery: Omit<{
|
|
|
17147
17025
|
generatedBy?: string | undefined;
|
|
17148
17026
|
} | undefined;
|
|
17149
17027
|
} | undefined;
|
|
17028
|
+
highlightFields?: string[] | undefined;
|
|
17150
17029
|
compactLayout?: string[] | undefined;
|
|
17030
|
+
stageField?: string | false | undefined;
|
|
17151
17031
|
listViews?: Record<string, {
|
|
17152
17032
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
17153
17033
|
columns: string[] | {
|
|
@@ -17476,12 +17356,6 @@ declare const HttpDelivery: Omit<{
|
|
|
17476
17356
|
eligibility?: string | undefined;
|
|
17477
17357
|
} | undefined;
|
|
17478
17358
|
keyPrefix?: string | undefined;
|
|
17479
|
-
detail?: {
|
|
17480
|
-
[x: string]: unknown;
|
|
17481
|
-
renderViaSchema?: boolean | undefined;
|
|
17482
|
-
hideReferenceRail?: boolean | undefined;
|
|
17483
|
-
hideRelatedTab?: boolean | undefined;
|
|
17484
|
-
} | undefined;
|
|
17485
17359
|
actions?: {
|
|
17486
17360
|
name: string;
|
|
17487
17361
|
label: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1707,26 +1707,12 @@ declare const InboxMessage: Omit<{
|
|
|
1707
1707
|
fieldGroups?: {
|
|
1708
1708
|
key: string;
|
|
1709
1709
|
label: string;
|
|
1710
|
-
|
|
1710
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
1711
1711
|
icon?: string | undefined;
|
|
1712
1712
|
description?: string | undefined;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
ast?: unknown;
|
|
1717
|
-
meta?: {
|
|
1718
|
-
rationale?: string | undefined;
|
|
1719
|
-
generatedBy?: string | undefined;
|
|
1720
|
-
} | undefined;
|
|
1721
|
-
} | {
|
|
1722
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
1723
|
-
source?: string | undefined;
|
|
1724
|
-
ast?: unknown;
|
|
1725
|
-
meta?: {
|
|
1726
|
-
rationale?: string | undefined;
|
|
1727
|
-
generatedBy?: string | undefined;
|
|
1728
|
-
} | undefined;
|
|
1729
|
-
} | undefined;
|
|
1713
|
+
defaultExpanded?: boolean | undefined;
|
|
1714
|
+
collapsible?: boolean | undefined;
|
|
1715
|
+
collapsed?: boolean | undefined;
|
|
1730
1716
|
}[] | undefined;
|
|
1731
1717
|
tenancy?: {
|
|
1732
1718
|
enabled: boolean;
|
|
@@ -1780,7 +1766,9 @@ declare const InboxMessage: Omit<{
|
|
|
1780
1766
|
generatedBy?: string | undefined;
|
|
1781
1767
|
} | undefined;
|
|
1782
1768
|
} | undefined;
|
|
1769
|
+
highlightFields?: string[] | undefined;
|
|
1783
1770
|
compactLayout?: string[] | undefined;
|
|
1771
|
+
stageField?: string | false | undefined;
|
|
1784
1772
|
listViews?: Record<string, {
|
|
1785
1773
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
1786
1774
|
columns: string[] | {
|
|
@@ -2109,12 +2097,6 @@ declare const InboxMessage: Omit<{
|
|
|
2109
2097
|
eligibility?: string | undefined;
|
|
2110
2098
|
} | undefined;
|
|
2111
2099
|
keyPrefix?: string | undefined;
|
|
2112
|
-
detail?: {
|
|
2113
|
-
[x: string]: unknown;
|
|
2114
|
-
renderViaSchema?: boolean | undefined;
|
|
2115
|
-
hideReferenceRail?: boolean | undefined;
|
|
2116
|
-
hideRelatedTab?: boolean | undefined;
|
|
2117
|
-
} | undefined;
|
|
2118
2100
|
actions?: {
|
|
2119
2101
|
name: string;
|
|
2120
2102
|
label: string;
|
|
@@ -4285,26 +4267,12 @@ declare const NotificationReceipt: Omit<{
|
|
|
4285
4267
|
fieldGroups?: {
|
|
4286
4268
|
key: string;
|
|
4287
4269
|
label: string;
|
|
4288
|
-
|
|
4270
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
4289
4271
|
icon?: string | undefined;
|
|
4290
4272
|
description?: string | undefined;
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
ast?: unknown;
|
|
4295
|
-
meta?: {
|
|
4296
|
-
rationale?: string | undefined;
|
|
4297
|
-
generatedBy?: string | undefined;
|
|
4298
|
-
} | undefined;
|
|
4299
|
-
} | {
|
|
4300
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
4301
|
-
source?: string | undefined;
|
|
4302
|
-
ast?: unknown;
|
|
4303
|
-
meta?: {
|
|
4304
|
-
rationale?: string | undefined;
|
|
4305
|
-
generatedBy?: string | undefined;
|
|
4306
|
-
} | undefined;
|
|
4307
|
-
} | undefined;
|
|
4273
|
+
defaultExpanded?: boolean | undefined;
|
|
4274
|
+
collapsible?: boolean | undefined;
|
|
4275
|
+
collapsed?: boolean | undefined;
|
|
4308
4276
|
}[] | undefined;
|
|
4309
4277
|
tenancy?: {
|
|
4310
4278
|
enabled: boolean;
|
|
@@ -4358,7 +4326,9 @@ declare const NotificationReceipt: Omit<{
|
|
|
4358
4326
|
generatedBy?: string | undefined;
|
|
4359
4327
|
} | undefined;
|
|
4360
4328
|
} | undefined;
|
|
4329
|
+
highlightFields?: string[] | undefined;
|
|
4361
4330
|
compactLayout?: string[] | undefined;
|
|
4331
|
+
stageField?: string | false | undefined;
|
|
4362
4332
|
listViews?: Record<string, {
|
|
4363
4333
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
4364
4334
|
columns: string[] | {
|
|
@@ -4687,12 +4657,6 @@ declare const NotificationReceipt: Omit<{
|
|
|
4687
4657
|
eligibility?: string | undefined;
|
|
4688
4658
|
} | undefined;
|
|
4689
4659
|
keyPrefix?: string | undefined;
|
|
4690
|
-
detail?: {
|
|
4691
|
-
[x: string]: unknown;
|
|
4692
|
-
renderViaSchema?: boolean | undefined;
|
|
4693
|
-
hideReferenceRail?: boolean | undefined;
|
|
4694
|
-
hideRelatedTab?: boolean | undefined;
|
|
4695
|
-
} | undefined;
|
|
4696
4660
|
actions?: {
|
|
4697
4661
|
name: string;
|
|
4698
4662
|
label: string;
|
|
@@ -6492,26 +6456,12 @@ declare const NotificationDelivery: Omit<{
|
|
|
6492
6456
|
fieldGroups?: {
|
|
6493
6457
|
key: string;
|
|
6494
6458
|
label: string;
|
|
6495
|
-
|
|
6459
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
6496
6460
|
icon?: string | undefined;
|
|
6497
6461
|
description?: string | undefined;
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
ast?: unknown;
|
|
6502
|
-
meta?: {
|
|
6503
|
-
rationale?: string | undefined;
|
|
6504
|
-
generatedBy?: string | undefined;
|
|
6505
|
-
} | undefined;
|
|
6506
|
-
} | {
|
|
6507
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
6508
|
-
source?: string | undefined;
|
|
6509
|
-
ast?: unknown;
|
|
6510
|
-
meta?: {
|
|
6511
|
-
rationale?: string | undefined;
|
|
6512
|
-
generatedBy?: string | undefined;
|
|
6513
|
-
} | undefined;
|
|
6514
|
-
} | undefined;
|
|
6462
|
+
defaultExpanded?: boolean | undefined;
|
|
6463
|
+
collapsible?: boolean | undefined;
|
|
6464
|
+
collapsed?: boolean | undefined;
|
|
6515
6465
|
}[] | undefined;
|
|
6516
6466
|
tenancy?: {
|
|
6517
6467
|
enabled: boolean;
|
|
@@ -6565,7 +6515,9 @@ declare const NotificationDelivery: Omit<{
|
|
|
6565
6515
|
generatedBy?: string | undefined;
|
|
6566
6516
|
} | undefined;
|
|
6567
6517
|
} | undefined;
|
|
6518
|
+
highlightFields?: string[] | undefined;
|
|
6568
6519
|
compactLayout?: string[] | undefined;
|
|
6520
|
+
stageField?: string | false | undefined;
|
|
6569
6521
|
listViews?: Record<string, {
|
|
6570
6522
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
6571
6523
|
columns: string[] | {
|
|
@@ -6894,12 +6846,6 @@ declare const NotificationDelivery: Omit<{
|
|
|
6894
6846
|
eligibility?: string | undefined;
|
|
6895
6847
|
} | undefined;
|
|
6896
6848
|
keyPrefix?: string | undefined;
|
|
6897
|
-
detail?: {
|
|
6898
|
-
[x: string]: unknown;
|
|
6899
|
-
renderViaSchema?: boolean | undefined;
|
|
6900
|
-
hideReferenceRail?: boolean | undefined;
|
|
6901
|
-
hideRelatedTab?: boolean | undefined;
|
|
6902
|
-
} | undefined;
|
|
6903
6849
|
actions?: {
|
|
6904
6850
|
name: string;
|
|
6905
6851
|
label: string;
|
|
@@ -10273,26 +10219,12 @@ declare const NotificationPreference: Omit<{
|
|
|
10273
10219
|
fieldGroups?: {
|
|
10274
10220
|
key: string;
|
|
10275
10221
|
label: string;
|
|
10276
|
-
|
|
10222
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
10277
10223
|
icon?: string | undefined;
|
|
10278
10224
|
description?: string | undefined;
|
|
10279
|
-
|
|
10280
|
-
|
|
10281
|
-
|
|
10282
|
-
ast?: unknown;
|
|
10283
|
-
meta?: {
|
|
10284
|
-
rationale?: string | undefined;
|
|
10285
|
-
generatedBy?: string | undefined;
|
|
10286
|
-
} | undefined;
|
|
10287
|
-
} | {
|
|
10288
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
10289
|
-
source?: string | undefined;
|
|
10290
|
-
ast?: unknown;
|
|
10291
|
-
meta?: {
|
|
10292
|
-
rationale?: string | undefined;
|
|
10293
|
-
generatedBy?: string | undefined;
|
|
10294
|
-
} | undefined;
|
|
10295
|
-
} | undefined;
|
|
10225
|
+
defaultExpanded?: boolean | undefined;
|
|
10226
|
+
collapsible?: boolean | undefined;
|
|
10227
|
+
collapsed?: boolean | undefined;
|
|
10296
10228
|
}[] | undefined;
|
|
10297
10229
|
tenancy?: {
|
|
10298
10230
|
enabled: boolean;
|
|
@@ -10346,7 +10278,9 @@ declare const NotificationPreference: Omit<{
|
|
|
10346
10278
|
generatedBy?: string | undefined;
|
|
10347
10279
|
} | undefined;
|
|
10348
10280
|
} | undefined;
|
|
10281
|
+
highlightFields?: string[] | undefined;
|
|
10349
10282
|
compactLayout?: string[] | undefined;
|
|
10283
|
+
stageField?: string | false | undefined;
|
|
10350
10284
|
listViews?: Record<string, {
|
|
10351
10285
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
10352
10286
|
columns: string[] | {
|
|
@@ -10675,12 +10609,6 @@ declare const NotificationPreference: Omit<{
|
|
|
10675
10609
|
eligibility?: string | undefined;
|
|
10676
10610
|
} | undefined;
|
|
10677
10611
|
keyPrefix?: string | undefined;
|
|
10678
|
-
detail?: {
|
|
10679
|
-
[x: string]: unknown;
|
|
10680
|
-
renderViaSchema?: boolean | undefined;
|
|
10681
|
-
hideReferenceRail?: boolean | undefined;
|
|
10682
|
-
hideRelatedTab?: boolean | undefined;
|
|
10683
|
-
} | undefined;
|
|
10684
10612
|
actions?: {
|
|
10685
10613
|
name: string;
|
|
10686
10614
|
label: string;
|
|
@@ -12654,26 +12582,12 @@ declare const NotificationSubscription: Omit<{
|
|
|
12654
12582
|
fieldGroups?: {
|
|
12655
12583
|
key: string;
|
|
12656
12584
|
label: string;
|
|
12657
|
-
|
|
12585
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
12658
12586
|
icon?: string | undefined;
|
|
12659
12587
|
description?: string | undefined;
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
ast?: unknown;
|
|
12664
|
-
meta?: {
|
|
12665
|
-
rationale?: string | undefined;
|
|
12666
|
-
generatedBy?: string | undefined;
|
|
12667
|
-
} | undefined;
|
|
12668
|
-
} | {
|
|
12669
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
12670
|
-
source?: string | undefined;
|
|
12671
|
-
ast?: unknown;
|
|
12672
|
-
meta?: {
|
|
12673
|
-
rationale?: string | undefined;
|
|
12674
|
-
generatedBy?: string | undefined;
|
|
12675
|
-
} | undefined;
|
|
12676
|
-
} | undefined;
|
|
12588
|
+
defaultExpanded?: boolean | undefined;
|
|
12589
|
+
collapsible?: boolean | undefined;
|
|
12590
|
+
collapsed?: boolean | undefined;
|
|
12677
12591
|
}[] | undefined;
|
|
12678
12592
|
tenancy?: {
|
|
12679
12593
|
enabled: boolean;
|
|
@@ -12727,7 +12641,9 @@ declare const NotificationSubscription: Omit<{
|
|
|
12727
12641
|
generatedBy?: string | undefined;
|
|
12728
12642
|
} | undefined;
|
|
12729
12643
|
} | undefined;
|
|
12644
|
+
highlightFields?: string[] | undefined;
|
|
12730
12645
|
compactLayout?: string[] | undefined;
|
|
12646
|
+
stageField?: string | false | undefined;
|
|
12731
12647
|
listViews?: Record<string, {
|
|
12732
12648
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
12733
12649
|
columns: string[] | {
|
|
@@ -13056,12 +12972,6 @@ declare const NotificationSubscription: Omit<{
|
|
|
13056
12972
|
eligibility?: string | undefined;
|
|
13057
12973
|
} | undefined;
|
|
13058
12974
|
keyPrefix?: string | undefined;
|
|
13059
|
-
detail?: {
|
|
13060
|
-
[x: string]: unknown;
|
|
13061
|
-
renderViaSchema?: boolean | undefined;
|
|
13062
|
-
hideReferenceRail?: boolean | undefined;
|
|
13063
|
-
hideRelatedTab?: boolean | undefined;
|
|
13064
|
-
} | undefined;
|
|
13065
12975
|
actions?: {
|
|
13066
12976
|
name: string;
|
|
13067
12977
|
label: string;
|
|
@@ -14338,26 +14248,12 @@ declare const NotificationTemplate: Omit<{
|
|
|
14338
14248
|
fieldGroups?: {
|
|
14339
14249
|
key: string;
|
|
14340
14250
|
label: string;
|
|
14341
|
-
|
|
14251
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
14342
14252
|
icon?: string | undefined;
|
|
14343
14253
|
description?: string | undefined;
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
ast?: unknown;
|
|
14348
|
-
meta?: {
|
|
14349
|
-
rationale?: string | undefined;
|
|
14350
|
-
generatedBy?: string | undefined;
|
|
14351
|
-
} | undefined;
|
|
14352
|
-
} | {
|
|
14353
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
14354
|
-
source?: string | undefined;
|
|
14355
|
-
ast?: unknown;
|
|
14356
|
-
meta?: {
|
|
14357
|
-
rationale?: string | undefined;
|
|
14358
|
-
generatedBy?: string | undefined;
|
|
14359
|
-
} | undefined;
|
|
14360
|
-
} | undefined;
|
|
14254
|
+
defaultExpanded?: boolean | undefined;
|
|
14255
|
+
collapsible?: boolean | undefined;
|
|
14256
|
+
collapsed?: boolean | undefined;
|
|
14361
14257
|
}[] | undefined;
|
|
14362
14258
|
tenancy?: {
|
|
14363
14259
|
enabled: boolean;
|
|
@@ -14411,7 +14307,9 @@ declare const NotificationTemplate: Omit<{
|
|
|
14411
14307
|
generatedBy?: string | undefined;
|
|
14412
14308
|
} | undefined;
|
|
14413
14309
|
} | undefined;
|
|
14310
|
+
highlightFields?: string[] | undefined;
|
|
14414
14311
|
compactLayout?: string[] | undefined;
|
|
14312
|
+
stageField?: string | false | undefined;
|
|
14415
14313
|
listViews?: Record<string, {
|
|
14416
14314
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
14417
14315
|
columns: string[] | {
|
|
@@ -14740,12 +14638,6 @@ declare const NotificationTemplate: Omit<{
|
|
|
14740
14638
|
eligibility?: string | undefined;
|
|
14741
14639
|
} | undefined;
|
|
14742
14640
|
keyPrefix?: string | undefined;
|
|
14743
|
-
detail?: {
|
|
14744
|
-
[x: string]: unknown;
|
|
14745
|
-
renderViaSchema?: boolean | undefined;
|
|
14746
|
-
hideReferenceRail?: boolean | undefined;
|
|
14747
|
-
hideRelatedTab?: boolean | undefined;
|
|
14748
|
-
} | undefined;
|
|
14749
14641
|
actions?: {
|
|
14750
14642
|
name: string;
|
|
14751
14643
|
label: string;
|
|
@@ -17074,26 +16966,12 @@ declare const HttpDelivery: Omit<{
|
|
|
17074
16966
|
fieldGroups?: {
|
|
17075
16967
|
key: string;
|
|
17076
16968
|
label: string;
|
|
17077
|
-
|
|
16969
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
17078
16970
|
icon?: string | undefined;
|
|
17079
16971
|
description?: string | undefined;
|
|
17080
|
-
|
|
17081
|
-
|
|
17082
|
-
|
|
17083
|
-
ast?: unknown;
|
|
17084
|
-
meta?: {
|
|
17085
|
-
rationale?: string | undefined;
|
|
17086
|
-
generatedBy?: string | undefined;
|
|
17087
|
-
} | undefined;
|
|
17088
|
-
} | {
|
|
17089
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
17090
|
-
source?: string | undefined;
|
|
17091
|
-
ast?: unknown;
|
|
17092
|
-
meta?: {
|
|
17093
|
-
rationale?: string | undefined;
|
|
17094
|
-
generatedBy?: string | undefined;
|
|
17095
|
-
} | undefined;
|
|
17096
|
-
} | undefined;
|
|
16972
|
+
defaultExpanded?: boolean | undefined;
|
|
16973
|
+
collapsible?: boolean | undefined;
|
|
16974
|
+
collapsed?: boolean | undefined;
|
|
17097
16975
|
}[] | undefined;
|
|
17098
16976
|
tenancy?: {
|
|
17099
16977
|
enabled: boolean;
|
|
@@ -17147,7 +17025,9 @@ declare const HttpDelivery: Omit<{
|
|
|
17147
17025
|
generatedBy?: string | undefined;
|
|
17148
17026
|
} | undefined;
|
|
17149
17027
|
} | undefined;
|
|
17028
|
+
highlightFields?: string[] | undefined;
|
|
17150
17029
|
compactLayout?: string[] | undefined;
|
|
17030
|
+
stageField?: string | false | undefined;
|
|
17151
17031
|
listViews?: Record<string, {
|
|
17152
17032
|
type: "map" | "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
|
|
17153
17033
|
columns: string[] | {
|
|
@@ -17476,12 +17356,6 @@ declare const HttpDelivery: Omit<{
|
|
|
17476
17356
|
eligibility?: string | undefined;
|
|
17477
17357
|
} | undefined;
|
|
17478
17358
|
keyPrefix?: string | undefined;
|
|
17479
|
-
detail?: {
|
|
17480
|
-
[x: string]: unknown;
|
|
17481
|
-
renderViaSchema?: boolean | undefined;
|
|
17482
|
-
hideReferenceRail?: boolean | undefined;
|
|
17483
|
-
hideRelatedTab?: boolean | undefined;
|
|
17484
|
-
} | undefined;
|
|
17485
17359
|
actions?: {
|
|
17486
17360
|
name: string;
|
|
17487
17361
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-messaging",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.7.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.
|
|
18
|
-
"@objectstack/spec": "11.
|
|
17
|
+
"@objectstack/core": "11.7.0",
|
|
18
|
+
"@objectstack/spec": "11.7.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^26.0.1",
|