@objectstack/platform-objects 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/audit/index.d.mts +16 -0
- package/dist/audit/index.d.ts +16 -0
- package/dist/audit/index.js +14 -0
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs +14 -0
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +33 -0
- package/dist/identity/index.d.ts +33 -0
- package/dist/identity/index.js +22 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +22 -0
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +38 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -0
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +4 -0
- package/dist/system/index.d.ts +4 -0
- package/dist/system/index.js +2 -0
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +2 -0
- package/dist/system/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/audit/index.d.mts
CHANGED
|
@@ -335,6 +335,7 @@ declare const SysNotification: Omit<{
|
|
|
335
335
|
summary: string;
|
|
336
336
|
type?: string | undefined;
|
|
337
337
|
}[] | undefined;
|
|
338
|
+
nameField?: string | undefined;
|
|
338
339
|
displayNameField?: string | undefined;
|
|
339
340
|
recordName?: {
|
|
340
341
|
type: "text" | "autonumber";
|
|
@@ -810,6 +811,7 @@ declare const SysNotification: Omit<{
|
|
|
810
811
|
readonly managedBy: "system";
|
|
811
812
|
readonly description: "Notification events — one row per emit() (ADR-0030 Layer 2 ingress)";
|
|
812
813
|
readonly displayNameField: "topic";
|
|
814
|
+
readonly nameField: "topic";
|
|
813
815
|
readonly titleFormat: "{topic}";
|
|
814
816
|
readonly compactLayout: ["topic", "severity", "source_object", "created_at"];
|
|
815
817
|
readonly listViews: {
|
|
@@ -2769,6 +2771,7 @@ declare const SysAttachment: Omit<{
|
|
|
2769
2771
|
summary: string;
|
|
2770
2772
|
type?: string | undefined;
|
|
2771
2773
|
}[] | undefined;
|
|
2774
|
+
nameField?: string | undefined;
|
|
2772
2775
|
displayNameField?: string | undefined;
|
|
2773
2776
|
recordName?: {
|
|
2774
2777
|
type: "text" | "autonumber";
|
|
@@ -5854,6 +5857,7 @@ declare const SysEmail: Omit<{
|
|
|
5854
5857
|
summary: string;
|
|
5855
5858
|
type?: string | undefined;
|
|
5856
5859
|
}[] | undefined;
|
|
5860
|
+
nameField?: string | undefined;
|
|
5857
5861
|
displayNameField?: string | undefined;
|
|
5858
5862
|
recordName?: {
|
|
5859
5863
|
type: "text" | "autonumber";
|
|
@@ -6329,6 +6333,7 @@ declare const SysEmail: Omit<{
|
|
|
6329
6333
|
readonly managedBy: "append-only";
|
|
6330
6334
|
readonly description: "Outbound email delivery log";
|
|
6331
6335
|
readonly displayNameField: "subject";
|
|
6336
|
+
readonly nameField: "subject";
|
|
6332
6337
|
readonly titleFormat: "{subject}";
|
|
6333
6338
|
readonly compactLayout: ["subject", "to", "status", "sent_at"];
|
|
6334
6339
|
readonly fields: {
|
|
@@ -9974,6 +9979,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9974
9979
|
summary: string;
|
|
9975
9980
|
type?: string | undefined;
|
|
9976
9981
|
}[] | undefined;
|
|
9982
|
+
nameField?: string | undefined;
|
|
9977
9983
|
displayNameField?: string | undefined;
|
|
9978
9984
|
recordName?: {
|
|
9979
9985
|
type: "text" | "autonumber";
|
|
@@ -10449,6 +10455,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10449
10455
|
readonly managedBy: "config";
|
|
10450
10456
|
readonly description: "Outbound email template (subject + body + variables) resolved by name+locale";
|
|
10451
10457
|
readonly displayNameField: "label";
|
|
10458
|
+
readonly nameField: "label";
|
|
10452
10459
|
readonly titleFormat: "{label}";
|
|
10453
10460
|
readonly compactLayout: ["name", "label", "category", "locale", "active"];
|
|
10454
10461
|
readonly fields: {
|
|
@@ -13760,6 +13767,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13760
13767
|
summary: string;
|
|
13761
13768
|
type?: string | undefined;
|
|
13762
13769
|
}[] | undefined;
|
|
13770
|
+
nameField?: string | undefined;
|
|
13763
13771
|
displayNameField?: string | undefined;
|
|
13764
13772
|
recordName?: {
|
|
13765
13773
|
type: "text" | "autonumber";
|
|
@@ -14235,6 +14243,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14235
14243
|
readonly managedBy: "platform";
|
|
14236
14244
|
readonly description: "Persisted ObjectQL report definition — re-runnable and schedulable";
|
|
14237
14245
|
readonly displayNameField: "name";
|
|
14246
|
+
readonly nameField: "name";
|
|
14238
14247
|
readonly titleFormat: "{name}";
|
|
14239
14248
|
readonly compactLayout: ["name", "object_name", "format", "owner_id", "updated_at"];
|
|
14240
14249
|
readonly fields: {
|
|
@@ -16501,6 +16510,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16501
16510
|
summary: string;
|
|
16502
16511
|
type?: string | undefined;
|
|
16503
16512
|
}[] | undefined;
|
|
16513
|
+
nameField?: string | undefined;
|
|
16504
16514
|
displayNameField?: string | undefined;
|
|
16505
16515
|
recordName?: {
|
|
16506
16516
|
type: "text" | "autonumber";
|
|
@@ -20271,6 +20281,7 @@ declare const SysJob: Omit<{
|
|
|
20271
20281
|
summary: string;
|
|
20272
20282
|
type?: string | undefined;
|
|
20273
20283
|
}[] | undefined;
|
|
20284
|
+
nameField?: string | undefined;
|
|
20274
20285
|
displayNameField?: string | undefined;
|
|
20275
20286
|
recordName?: {
|
|
20276
20287
|
type: "text" | "autonumber";
|
|
@@ -20746,6 +20757,7 @@ declare const SysJob: Omit<{
|
|
|
20746
20757
|
readonly managedBy: "system";
|
|
20747
20758
|
readonly description: "Catalogue of registered background jobs";
|
|
20748
20759
|
readonly displayNameField: "name";
|
|
20760
|
+
readonly nameField: "name";
|
|
20749
20761
|
readonly titleFormat: "{name}";
|
|
20750
20762
|
readonly compactLayout: ["name", "schedule_type", "active", "last_run_at", "last_status"];
|
|
20751
20763
|
readonly fields: {
|
|
@@ -23345,6 +23357,7 @@ declare const SysJobRun: Omit<{
|
|
|
23345
23357
|
summary: string;
|
|
23346
23358
|
type?: string | undefined;
|
|
23347
23359
|
}[] | undefined;
|
|
23360
|
+
nameField?: string | undefined;
|
|
23348
23361
|
displayNameField?: string | undefined;
|
|
23349
23362
|
recordName?: {
|
|
23350
23363
|
type: "text" | "autonumber";
|
|
@@ -23820,6 +23833,7 @@ declare const SysJobRun: Omit<{
|
|
|
23820
23833
|
readonly managedBy: "append-only";
|
|
23821
23834
|
readonly description: "Background job execution audit trail";
|
|
23822
23835
|
readonly displayNameField: "job_name";
|
|
23836
|
+
readonly nameField: "job_name";
|
|
23823
23837
|
readonly titleFormat: "{job_name} @ {started_at}";
|
|
23824
23838
|
readonly compactLayout: ["job_name", "status", "started_at", "duration_ms", "attempt"];
|
|
23825
23839
|
readonly fields: {
|
|
@@ -25905,6 +25919,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25905
25919
|
summary: string;
|
|
25906
25920
|
type?: string | undefined;
|
|
25907
25921
|
}[] | undefined;
|
|
25922
|
+
nameField?: string | undefined;
|
|
25908
25923
|
displayNameField?: string | undefined;
|
|
25909
25924
|
recordName?: {
|
|
25910
25925
|
type: "text" | "autonumber";
|
|
@@ -26380,6 +26395,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26380
26395
|
readonly managedBy: "system";
|
|
26381
26396
|
readonly description: "Durable job/message queue including dead letters";
|
|
26382
26397
|
readonly displayNameField: "queue";
|
|
26398
|
+
readonly nameField: "queue";
|
|
26383
26399
|
readonly titleFormat: "{queue} #{id}";
|
|
26384
26400
|
readonly compactLayout: ["queue", "status", "attempts", "scheduled_for", "last_error"];
|
|
26385
26401
|
readonly fields: {
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -335,6 +335,7 @@ declare const SysNotification: Omit<{
|
|
|
335
335
|
summary: string;
|
|
336
336
|
type?: string | undefined;
|
|
337
337
|
}[] | undefined;
|
|
338
|
+
nameField?: string | undefined;
|
|
338
339
|
displayNameField?: string | undefined;
|
|
339
340
|
recordName?: {
|
|
340
341
|
type: "text" | "autonumber";
|
|
@@ -810,6 +811,7 @@ declare const SysNotification: Omit<{
|
|
|
810
811
|
readonly managedBy: "system";
|
|
811
812
|
readonly description: "Notification events — one row per emit() (ADR-0030 Layer 2 ingress)";
|
|
812
813
|
readonly displayNameField: "topic";
|
|
814
|
+
readonly nameField: "topic";
|
|
813
815
|
readonly titleFormat: "{topic}";
|
|
814
816
|
readonly compactLayout: ["topic", "severity", "source_object", "created_at"];
|
|
815
817
|
readonly listViews: {
|
|
@@ -2769,6 +2771,7 @@ declare const SysAttachment: Omit<{
|
|
|
2769
2771
|
summary: string;
|
|
2770
2772
|
type?: string | undefined;
|
|
2771
2773
|
}[] | undefined;
|
|
2774
|
+
nameField?: string | undefined;
|
|
2772
2775
|
displayNameField?: string | undefined;
|
|
2773
2776
|
recordName?: {
|
|
2774
2777
|
type: "text" | "autonumber";
|
|
@@ -5854,6 +5857,7 @@ declare const SysEmail: Omit<{
|
|
|
5854
5857
|
summary: string;
|
|
5855
5858
|
type?: string | undefined;
|
|
5856
5859
|
}[] | undefined;
|
|
5860
|
+
nameField?: string | undefined;
|
|
5857
5861
|
displayNameField?: string | undefined;
|
|
5858
5862
|
recordName?: {
|
|
5859
5863
|
type: "text" | "autonumber";
|
|
@@ -6329,6 +6333,7 @@ declare const SysEmail: Omit<{
|
|
|
6329
6333
|
readonly managedBy: "append-only";
|
|
6330
6334
|
readonly description: "Outbound email delivery log";
|
|
6331
6335
|
readonly displayNameField: "subject";
|
|
6336
|
+
readonly nameField: "subject";
|
|
6332
6337
|
readonly titleFormat: "{subject}";
|
|
6333
6338
|
readonly compactLayout: ["subject", "to", "status", "sent_at"];
|
|
6334
6339
|
readonly fields: {
|
|
@@ -9974,6 +9979,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9974
9979
|
summary: string;
|
|
9975
9980
|
type?: string | undefined;
|
|
9976
9981
|
}[] | undefined;
|
|
9982
|
+
nameField?: string | undefined;
|
|
9977
9983
|
displayNameField?: string | undefined;
|
|
9978
9984
|
recordName?: {
|
|
9979
9985
|
type: "text" | "autonumber";
|
|
@@ -10449,6 +10455,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10449
10455
|
readonly managedBy: "config";
|
|
10450
10456
|
readonly description: "Outbound email template (subject + body + variables) resolved by name+locale";
|
|
10451
10457
|
readonly displayNameField: "label";
|
|
10458
|
+
readonly nameField: "label";
|
|
10452
10459
|
readonly titleFormat: "{label}";
|
|
10453
10460
|
readonly compactLayout: ["name", "label", "category", "locale", "active"];
|
|
10454
10461
|
readonly fields: {
|
|
@@ -13760,6 +13767,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13760
13767
|
summary: string;
|
|
13761
13768
|
type?: string | undefined;
|
|
13762
13769
|
}[] | undefined;
|
|
13770
|
+
nameField?: string | undefined;
|
|
13763
13771
|
displayNameField?: string | undefined;
|
|
13764
13772
|
recordName?: {
|
|
13765
13773
|
type: "text" | "autonumber";
|
|
@@ -14235,6 +14243,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14235
14243
|
readonly managedBy: "platform";
|
|
14236
14244
|
readonly description: "Persisted ObjectQL report definition — re-runnable and schedulable";
|
|
14237
14245
|
readonly displayNameField: "name";
|
|
14246
|
+
readonly nameField: "name";
|
|
14238
14247
|
readonly titleFormat: "{name}";
|
|
14239
14248
|
readonly compactLayout: ["name", "object_name", "format", "owner_id", "updated_at"];
|
|
14240
14249
|
readonly fields: {
|
|
@@ -16501,6 +16510,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16501
16510
|
summary: string;
|
|
16502
16511
|
type?: string | undefined;
|
|
16503
16512
|
}[] | undefined;
|
|
16513
|
+
nameField?: string | undefined;
|
|
16504
16514
|
displayNameField?: string | undefined;
|
|
16505
16515
|
recordName?: {
|
|
16506
16516
|
type: "text" | "autonumber";
|
|
@@ -20271,6 +20281,7 @@ declare const SysJob: Omit<{
|
|
|
20271
20281
|
summary: string;
|
|
20272
20282
|
type?: string | undefined;
|
|
20273
20283
|
}[] | undefined;
|
|
20284
|
+
nameField?: string | undefined;
|
|
20274
20285
|
displayNameField?: string | undefined;
|
|
20275
20286
|
recordName?: {
|
|
20276
20287
|
type: "text" | "autonumber";
|
|
@@ -20746,6 +20757,7 @@ declare const SysJob: Omit<{
|
|
|
20746
20757
|
readonly managedBy: "system";
|
|
20747
20758
|
readonly description: "Catalogue of registered background jobs";
|
|
20748
20759
|
readonly displayNameField: "name";
|
|
20760
|
+
readonly nameField: "name";
|
|
20749
20761
|
readonly titleFormat: "{name}";
|
|
20750
20762
|
readonly compactLayout: ["name", "schedule_type", "active", "last_run_at", "last_status"];
|
|
20751
20763
|
readonly fields: {
|
|
@@ -23345,6 +23357,7 @@ declare const SysJobRun: Omit<{
|
|
|
23345
23357
|
summary: string;
|
|
23346
23358
|
type?: string | undefined;
|
|
23347
23359
|
}[] | undefined;
|
|
23360
|
+
nameField?: string | undefined;
|
|
23348
23361
|
displayNameField?: string | undefined;
|
|
23349
23362
|
recordName?: {
|
|
23350
23363
|
type: "text" | "autonumber";
|
|
@@ -23820,6 +23833,7 @@ declare const SysJobRun: Omit<{
|
|
|
23820
23833
|
readonly managedBy: "append-only";
|
|
23821
23834
|
readonly description: "Background job execution audit trail";
|
|
23822
23835
|
readonly displayNameField: "job_name";
|
|
23836
|
+
readonly nameField: "job_name";
|
|
23823
23837
|
readonly titleFormat: "{job_name} @ {started_at}";
|
|
23824
23838
|
readonly compactLayout: ["job_name", "status", "started_at", "duration_ms", "attempt"];
|
|
23825
23839
|
readonly fields: {
|
|
@@ -25905,6 +25919,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25905
25919
|
summary: string;
|
|
25906
25920
|
type?: string | undefined;
|
|
25907
25921
|
}[] | undefined;
|
|
25922
|
+
nameField?: string | undefined;
|
|
25908
25923
|
displayNameField?: string | undefined;
|
|
25909
25924
|
recordName?: {
|
|
25910
25925
|
type: "text" | "autonumber";
|
|
@@ -26380,6 +26395,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26380
26395
|
readonly managedBy: "system";
|
|
26381
26396
|
readonly description: "Durable job/message queue including dead letters";
|
|
26382
26397
|
readonly displayNameField: "queue";
|
|
26398
|
+
readonly nameField: "queue";
|
|
26383
26399
|
readonly titleFormat: "{queue} #{id}";
|
|
26384
26400
|
readonly compactLayout: ["queue", "status", "attempts", "scheduled_for", "last_error"];
|
|
26385
26401
|
readonly fields: {
|
package/dist/audit/index.js
CHANGED
|
@@ -12,6 +12,8 @@ var SysNotification = data.ObjectSchema.create({
|
|
|
12
12
|
managedBy: "system",
|
|
13
13
|
description: "Notification events \u2014 one row per emit() (ADR-0030 Layer 2 ingress)",
|
|
14
14
|
displayNameField: "topic",
|
|
15
|
+
nameField: "topic",
|
|
16
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
15
17
|
titleFormat: "{topic}",
|
|
16
18
|
compactLayout: ["topic", "severity", "source_object", "created_at"],
|
|
17
19
|
listViews: {
|
|
@@ -238,6 +240,8 @@ var SysEmail = data.ObjectSchema.create({
|
|
|
238
240
|
managedBy: "append-only",
|
|
239
241
|
description: "Outbound email delivery log",
|
|
240
242
|
displayNameField: "subject",
|
|
243
|
+
nameField: "subject",
|
|
244
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
241
245
|
titleFormat: "{subject}",
|
|
242
246
|
compactLayout: ["subject", "to", "status", "sent_at"],
|
|
243
247
|
fields: {
|
|
@@ -386,6 +390,8 @@ var SysEmailTemplate = data.ObjectSchema.create({
|
|
|
386
390
|
managedBy: "config",
|
|
387
391
|
description: "Outbound email template (subject + body + variables) resolved by name+locale",
|
|
388
392
|
displayNameField: "label",
|
|
393
|
+
nameField: "label",
|
|
394
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
389
395
|
titleFormat: "{label}",
|
|
390
396
|
compactLayout: ["name", "label", "category", "locale", "active"],
|
|
391
397
|
fields: {
|
|
@@ -522,6 +528,8 @@ var SysSavedReport = data.ObjectSchema.create({
|
|
|
522
528
|
managedBy: "platform",
|
|
523
529
|
description: "Persisted ObjectQL report definition \u2014 re-runnable and schedulable",
|
|
524
530
|
displayNameField: "name",
|
|
531
|
+
nameField: "name",
|
|
532
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
525
533
|
titleFormat: "{name}",
|
|
526
534
|
compactLayout: ["name", "object_name", "format", "owner_id", "updated_at"],
|
|
527
535
|
fields: {
|
|
@@ -740,6 +748,8 @@ var SysJob = data.ObjectSchema.create({
|
|
|
740
748
|
managedBy: "system",
|
|
741
749
|
description: "Catalogue of registered background jobs",
|
|
742
750
|
displayNameField: "name",
|
|
751
|
+
nameField: "name",
|
|
752
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
743
753
|
titleFormat: "{name}",
|
|
744
754
|
compactLayout: ["name", "schedule_type", "active", "last_run_at", "last_status"],
|
|
745
755
|
fields: {
|
|
@@ -808,6 +818,8 @@ var SysJobRun = data.ObjectSchema.create({
|
|
|
808
818
|
managedBy: "append-only",
|
|
809
819
|
description: "Background job execution audit trail",
|
|
810
820
|
displayNameField: "job_name",
|
|
821
|
+
nameField: "job_name",
|
|
822
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
811
823
|
titleFormat: "{job_name} @ {started_at}",
|
|
812
824
|
compactLayout: ["job_name", "status", "started_at", "duration_ms", "attempt"],
|
|
813
825
|
fields: {
|
|
@@ -860,6 +872,8 @@ var SysJobQueue = data.ObjectSchema.create({
|
|
|
860
872
|
managedBy: "system",
|
|
861
873
|
description: "Durable job/message queue including dead letters",
|
|
862
874
|
displayNameField: "queue",
|
|
875
|
+
nameField: "queue",
|
|
876
|
+
// [ADR-0079] canonical primary-title pointer (mirrors deprecated displayNameField)
|
|
863
877
|
titleFormat: "{queue} #{id}",
|
|
864
878
|
compactLayout: ["queue", "status", "attempts", "scheduled_for", "last_error"],
|
|
865
879
|
fields: {
|