@objectstack/service-messaging 11.1.0 → 11.3.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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1185,6 +1185,8 @@ var HttpDelivery = import_data.ObjectSchema.create({
|
|
|
1185
1185
|
userActions: { create: false, edit: false, delete: false, import: false },
|
|
1186
1186
|
description: "Durable outbox row for one outbound-HTTP attempt (ADR-0018). Managed by @objectstack/service-messaging; do not write directly.",
|
|
1187
1187
|
displayNameField: "id",
|
|
1188
|
+
nameField: "id",
|
|
1189
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
1188
1190
|
titleFormat: "{label} \u2192 {url}",
|
|
1189
1191
|
compactLayout: ["source", "url", "status", "attempts", "next_retry_at"],
|
|
1190
1192
|
listViews: {
|
|
@@ -2176,6 +2178,8 @@ var InboxMessage = import_data2.ObjectSchema.create({
|
|
|
2176
2178
|
pluralLabel: "Inbox Messages",
|
|
2177
2179
|
icon: "inbox",
|
|
2178
2180
|
description: "User-facing in-app notification rows materialized by the inbox messaging channel.",
|
|
2181
|
+
nameField: "title",
|
|
2182
|
+
// [ADR-0079] canonical primary-title pointer (single-field titleFormat)
|
|
2179
2183
|
titleFormat: "{title}",
|
|
2180
2184
|
compactLayout: ["title", "user_id", "severity", "created_at"],
|
|
2181
2185
|
listViews: {
|