@objectstack/platform-objects 4.1.0 → 4.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/apps/index.d.mts +51 -1
- package/dist/apps/index.d.ts +51 -1
- package/dist/apps/index.js +12019 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +12015 -1
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +48 -32
- package/dist/audit/index.d.ts +48 -32
- package/dist/identity/index.d.mts +60 -40
- package/dist/identity/index.d.ts +60 -40
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12019 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12015 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +3 -2
- package/dist/integration/index.d.ts +3 -2
- package/dist/metadata/index.d.mts +6 -4
- package/dist/metadata/index.d.ts +6 -4
- package/dist/security/index.d.mts +18 -12
- package/dist/security/index.d.ts +18 -12
- package/dist/system/index.d.mts +9 -6
- package/dist/system/index.d.ts +9 -6
- package/package.json +2 -2
|
@@ -540,7 +540,7 @@ declare const SysWebhook: Omit<{
|
|
|
540
540
|
addRecord?: {
|
|
541
541
|
enabled: boolean;
|
|
542
542
|
position: "top" | "bottom" | "both";
|
|
543
|
-
mode: "modal" | "
|
|
543
|
+
mode: "modal" | "form" | "inline";
|
|
544
544
|
formView?: string | undefined;
|
|
545
545
|
} | undefined;
|
|
546
546
|
showRecordCount?: boolean | undefined;
|
|
@@ -588,6 +588,7 @@ declare const SysWebhook: Omit<{
|
|
|
588
588
|
debounceMs?: number | undefined;
|
|
589
589
|
} | undefined;
|
|
590
590
|
}> | undefined;
|
|
591
|
+
defaultDetailForm?: string | undefined;
|
|
591
592
|
search?: {
|
|
592
593
|
fields: string[];
|
|
593
594
|
displayFields?: string[] | undefined;
|
|
@@ -611,7 +612,7 @@ declare const SysWebhook: Omit<{
|
|
|
611
612
|
actions?: {
|
|
612
613
|
name: string;
|
|
613
614
|
label: string;
|
|
614
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
615
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
615
616
|
refreshAfter: boolean;
|
|
616
617
|
objectName?: string | undefined;
|
|
617
618
|
icon?: string | undefined;
|
|
@@ -540,7 +540,7 @@ declare const SysWebhook: Omit<{
|
|
|
540
540
|
addRecord?: {
|
|
541
541
|
enabled: boolean;
|
|
542
542
|
position: "top" | "bottom" | "both";
|
|
543
|
-
mode: "modal" | "
|
|
543
|
+
mode: "modal" | "form" | "inline";
|
|
544
544
|
formView?: string | undefined;
|
|
545
545
|
} | undefined;
|
|
546
546
|
showRecordCount?: boolean | undefined;
|
|
@@ -588,6 +588,7 @@ declare const SysWebhook: Omit<{
|
|
|
588
588
|
debounceMs?: number | undefined;
|
|
589
589
|
} | undefined;
|
|
590
590
|
}> | undefined;
|
|
591
|
+
defaultDetailForm?: string | undefined;
|
|
591
592
|
search?: {
|
|
592
593
|
fields: string[];
|
|
593
594
|
displayFields?: string[] | undefined;
|
|
@@ -611,7 +612,7 @@ declare const SysWebhook: Omit<{
|
|
|
611
612
|
actions?: {
|
|
612
613
|
name: string;
|
|
613
614
|
label: string;
|
|
614
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
615
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
615
616
|
refreshAfter: boolean;
|
|
616
617
|
objectName?: string | undefined;
|
|
617
618
|
icon?: string | undefined;
|
|
@@ -529,7 +529,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
529
529
|
addRecord?: {
|
|
530
530
|
enabled: boolean;
|
|
531
531
|
position: "top" | "bottom" | "both";
|
|
532
|
-
mode: "modal" | "
|
|
532
|
+
mode: "modal" | "form" | "inline";
|
|
533
533
|
formView?: string | undefined;
|
|
534
534
|
} | undefined;
|
|
535
535
|
showRecordCount?: boolean | undefined;
|
|
@@ -577,6 +577,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
577
577
|
debounceMs?: number | undefined;
|
|
578
578
|
} | undefined;
|
|
579
579
|
}> | undefined;
|
|
580
|
+
defaultDetailForm?: string | undefined;
|
|
580
581
|
search?: {
|
|
581
582
|
fields: string[];
|
|
582
583
|
displayFields?: string[] | undefined;
|
|
@@ -600,7 +601,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
600
601
|
actions?: {
|
|
601
602
|
name: string;
|
|
602
603
|
label: string;
|
|
603
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
604
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
604
605
|
refreshAfter: boolean;
|
|
605
606
|
objectName?: string | undefined;
|
|
606
607
|
icon?: string | undefined;
|
|
@@ -5290,7 +5291,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5290
5291
|
addRecord?: {
|
|
5291
5292
|
enabled: boolean;
|
|
5292
5293
|
position: "top" | "bottom" | "both";
|
|
5293
|
-
mode: "modal" | "
|
|
5294
|
+
mode: "modal" | "form" | "inline";
|
|
5294
5295
|
formView?: string | undefined;
|
|
5295
5296
|
} | undefined;
|
|
5296
5297
|
showRecordCount?: boolean | undefined;
|
|
@@ -5338,6 +5339,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5338
5339
|
debounceMs?: number | undefined;
|
|
5339
5340
|
} | undefined;
|
|
5340
5341
|
}> | undefined;
|
|
5342
|
+
defaultDetailForm?: string | undefined;
|
|
5341
5343
|
search?: {
|
|
5342
5344
|
fields: string[];
|
|
5343
5345
|
displayFields?: string[] | undefined;
|
|
@@ -5361,7 +5363,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5361
5363
|
actions?: {
|
|
5362
5364
|
name: string;
|
|
5363
5365
|
label: string;
|
|
5364
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
5366
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
5365
5367
|
refreshAfter: boolean;
|
|
5366
5368
|
objectName?: string | undefined;
|
|
5367
5369
|
icon?: string | undefined;
|
package/dist/metadata/index.d.ts
CHANGED
|
@@ -529,7 +529,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
529
529
|
addRecord?: {
|
|
530
530
|
enabled: boolean;
|
|
531
531
|
position: "top" | "bottom" | "both";
|
|
532
|
-
mode: "modal" | "
|
|
532
|
+
mode: "modal" | "form" | "inline";
|
|
533
533
|
formView?: string | undefined;
|
|
534
534
|
} | undefined;
|
|
535
535
|
showRecordCount?: boolean | undefined;
|
|
@@ -577,6 +577,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
577
577
|
debounceMs?: number | undefined;
|
|
578
578
|
} | undefined;
|
|
579
579
|
}> | undefined;
|
|
580
|
+
defaultDetailForm?: string | undefined;
|
|
580
581
|
search?: {
|
|
581
582
|
fields: string[];
|
|
582
583
|
displayFields?: string[] | undefined;
|
|
@@ -600,7 +601,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
600
601
|
actions?: {
|
|
601
602
|
name: string;
|
|
602
603
|
label: string;
|
|
603
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
604
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
604
605
|
refreshAfter: boolean;
|
|
605
606
|
objectName?: string | undefined;
|
|
606
607
|
icon?: string | undefined;
|
|
@@ -5290,7 +5291,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5290
5291
|
addRecord?: {
|
|
5291
5292
|
enabled: boolean;
|
|
5292
5293
|
position: "top" | "bottom" | "both";
|
|
5293
|
-
mode: "modal" | "
|
|
5294
|
+
mode: "modal" | "form" | "inline";
|
|
5294
5295
|
formView?: string | undefined;
|
|
5295
5296
|
} | undefined;
|
|
5296
5297
|
showRecordCount?: boolean | undefined;
|
|
@@ -5338,6 +5339,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5338
5339
|
debounceMs?: number | undefined;
|
|
5339
5340
|
} | undefined;
|
|
5340
5341
|
}> | undefined;
|
|
5342
|
+
defaultDetailForm?: string | undefined;
|
|
5341
5343
|
search?: {
|
|
5342
5344
|
fields: string[];
|
|
5343
5345
|
displayFields?: string[] | undefined;
|
|
@@ -5361,7 +5363,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5361
5363
|
actions?: {
|
|
5362
5364
|
name: string;
|
|
5363
5365
|
label: string;
|
|
5364
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
5366
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
5365
5367
|
refreshAfter: boolean;
|
|
5366
5368
|
objectName?: string | undefined;
|
|
5367
5369
|
icon?: string | undefined;
|
|
@@ -526,7 +526,7 @@ declare const SysRole: Omit<{
|
|
|
526
526
|
addRecord?: {
|
|
527
527
|
enabled: boolean;
|
|
528
528
|
position: "top" | "bottom" | "both";
|
|
529
|
-
mode: "modal" | "
|
|
529
|
+
mode: "modal" | "form" | "inline";
|
|
530
530
|
formView?: string | undefined;
|
|
531
531
|
} | undefined;
|
|
532
532
|
showRecordCount?: boolean | undefined;
|
|
@@ -574,6 +574,7 @@ declare const SysRole: Omit<{
|
|
|
574
574
|
debounceMs?: number | undefined;
|
|
575
575
|
} | undefined;
|
|
576
576
|
}> | undefined;
|
|
577
|
+
defaultDetailForm?: string | undefined;
|
|
577
578
|
search?: {
|
|
578
579
|
fields: string[];
|
|
579
580
|
displayFields?: string[] | undefined;
|
|
@@ -597,7 +598,7 @@ declare const SysRole: Omit<{
|
|
|
597
598
|
actions?: {
|
|
598
599
|
name: string;
|
|
599
600
|
label: string;
|
|
600
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
601
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
601
602
|
refreshAfter: boolean;
|
|
602
603
|
objectName?: string | undefined;
|
|
603
604
|
icon?: string | undefined;
|
|
@@ -2882,7 +2883,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2882
2883
|
addRecord?: {
|
|
2883
2884
|
enabled: boolean;
|
|
2884
2885
|
position: "top" | "bottom" | "both";
|
|
2885
|
-
mode: "modal" | "
|
|
2886
|
+
mode: "modal" | "form" | "inline";
|
|
2886
2887
|
formView?: string | undefined;
|
|
2887
2888
|
} | undefined;
|
|
2888
2889
|
showRecordCount?: boolean | undefined;
|
|
@@ -2930,6 +2931,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2930
2931
|
debounceMs?: number | undefined;
|
|
2931
2932
|
} | undefined;
|
|
2932
2933
|
}> | undefined;
|
|
2934
|
+
defaultDetailForm?: string | undefined;
|
|
2933
2935
|
search?: {
|
|
2934
2936
|
fields: string[];
|
|
2935
2937
|
displayFields?: string[] | undefined;
|
|
@@ -2953,7 +2955,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2953
2955
|
actions?: {
|
|
2954
2956
|
name: string;
|
|
2955
2957
|
label: string;
|
|
2956
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
2958
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
2957
2959
|
refreshAfter: boolean;
|
|
2958
2960
|
objectName?: string | undefined;
|
|
2959
2961
|
icon?: string | undefined;
|
|
@@ -5222,7 +5224,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5222
5224
|
addRecord?: {
|
|
5223
5225
|
enabled: boolean;
|
|
5224
5226
|
position: "top" | "bottom" | "both";
|
|
5225
|
-
mode: "modal" | "
|
|
5227
|
+
mode: "modal" | "form" | "inline";
|
|
5226
5228
|
formView?: string | undefined;
|
|
5227
5229
|
} | undefined;
|
|
5228
5230
|
showRecordCount?: boolean | undefined;
|
|
@@ -5270,6 +5272,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5270
5272
|
debounceMs?: number | undefined;
|
|
5271
5273
|
} | undefined;
|
|
5272
5274
|
}> | undefined;
|
|
5275
|
+
defaultDetailForm?: string | undefined;
|
|
5273
5276
|
search?: {
|
|
5274
5277
|
fields: string[];
|
|
5275
5278
|
displayFields?: string[] | undefined;
|
|
@@ -5293,7 +5296,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5293
5296
|
actions?: {
|
|
5294
5297
|
name: string;
|
|
5295
5298
|
label: string;
|
|
5296
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
5299
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
5297
5300
|
refreshAfter: boolean;
|
|
5298
5301
|
objectName?: string | undefined;
|
|
5299
5302
|
icon?: string | undefined;
|
|
@@ -7148,7 +7151,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7148
7151
|
addRecord?: {
|
|
7149
7152
|
enabled: boolean;
|
|
7150
7153
|
position: "top" | "bottom" | "both";
|
|
7151
|
-
mode: "modal" | "
|
|
7154
|
+
mode: "modal" | "form" | "inline";
|
|
7152
7155
|
formView?: string | undefined;
|
|
7153
7156
|
} | undefined;
|
|
7154
7157
|
showRecordCount?: boolean | undefined;
|
|
@@ -7196,6 +7199,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7196
7199
|
debounceMs?: number | undefined;
|
|
7197
7200
|
} | undefined;
|
|
7198
7201
|
}> | undefined;
|
|
7202
|
+
defaultDetailForm?: string | undefined;
|
|
7199
7203
|
search?: {
|
|
7200
7204
|
fields: string[];
|
|
7201
7205
|
displayFields?: string[] | undefined;
|
|
@@ -7219,7 +7223,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7219
7223
|
actions?: {
|
|
7220
7224
|
name: string;
|
|
7221
7225
|
label: string;
|
|
7222
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
7226
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
7223
7227
|
refreshAfter: boolean;
|
|
7224
7228
|
objectName?: string | undefined;
|
|
7225
7229
|
icon?: string | undefined;
|
|
@@ -8739,7 +8743,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8739
8743
|
addRecord?: {
|
|
8740
8744
|
enabled: boolean;
|
|
8741
8745
|
position: "top" | "bottom" | "both";
|
|
8742
|
-
mode: "modal" | "
|
|
8746
|
+
mode: "modal" | "form" | "inline";
|
|
8743
8747
|
formView?: string | undefined;
|
|
8744
8748
|
} | undefined;
|
|
8745
8749
|
showRecordCount?: boolean | undefined;
|
|
@@ -8787,6 +8791,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8787
8791
|
debounceMs?: number | undefined;
|
|
8788
8792
|
} | undefined;
|
|
8789
8793
|
}> | undefined;
|
|
8794
|
+
defaultDetailForm?: string | undefined;
|
|
8790
8795
|
search?: {
|
|
8791
8796
|
fields: string[];
|
|
8792
8797
|
displayFields?: string[] | undefined;
|
|
@@ -8810,7 +8815,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8810
8815
|
actions?: {
|
|
8811
8816
|
name: string;
|
|
8812
8817
|
label: string;
|
|
8813
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
8818
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
8814
8819
|
refreshAfter: boolean;
|
|
8815
8820
|
objectName?: string | undefined;
|
|
8816
8821
|
icon?: string | undefined;
|
|
@@ -11682,7 +11687,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11682
11687
|
addRecord?: {
|
|
11683
11688
|
enabled: boolean;
|
|
11684
11689
|
position: "top" | "bottom" | "both";
|
|
11685
|
-
mode: "modal" | "
|
|
11690
|
+
mode: "modal" | "form" | "inline";
|
|
11686
11691
|
formView?: string | undefined;
|
|
11687
11692
|
} | undefined;
|
|
11688
11693
|
showRecordCount?: boolean | undefined;
|
|
@@ -11730,6 +11735,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11730
11735
|
debounceMs?: number | undefined;
|
|
11731
11736
|
} | undefined;
|
|
11732
11737
|
}> | undefined;
|
|
11738
|
+
defaultDetailForm?: string | undefined;
|
|
11733
11739
|
search?: {
|
|
11734
11740
|
fields: string[];
|
|
11735
11741
|
displayFields?: string[] | undefined;
|
|
@@ -11753,7 +11759,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11753
11759
|
actions?: {
|
|
11754
11760
|
name: string;
|
|
11755
11761
|
label: string;
|
|
11756
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
11762
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
11757
11763
|
refreshAfter: boolean;
|
|
11758
11764
|
objectName?: string | undefined;
|
|
11759
11765
|
icon?: string | undefined;
|
package/dist/security/index.d.ts
CHANGED
|
@@ -526,7 +526,7 @@ declare const SysRole: Omit<{
|
|
|
526
526
|
addRecord?: {
|
|
527
527
|
enabled: boolean;
|
|
528
528
|
position: "top" | "bottom" | "both";
|
|
529
|
-
mode: "modal" | "
|
|
529
|
+
mode: "modal" | "form" | "inline";
|
|
530
530
|
formView?: string | undefined;
|
|
531
531
|
} | undefined;
|
|
532
532
|
showRecordCount?: boolean | undefined;
|
|
@@ -574,6 +574,7 @@ declare const SysRole: Omit<{
|
|
|
574
574
|
debounceMs?: number | undefined;
|
|
575
575
|
} | undefined;
|
|
576
576
|
}> | undefined;
|
|
577
|
+
defaultDetailForm?: string | undefined;
|
|
577
578
|
search?: {
|
|
578
579
|
fields: string[];
|
|
579
580
|
displayFields?: string[] | undefined;
|
|
@@ -597,7 +598,7 @@ declare const SysRole: Omit<{
|
|
|
597
598
|
actions?: {
|
|
598
599
|
name: string;
|
|
599
600
|
label: string;
|
|
600
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
601
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
601
602
|
refreshAfter: boolean;
|
|
602
603
|
objectName?: string | undefined;
|
|
603
604
|
icon?: string | undefined;
|
|
@@ -2882,7 +2883,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2882
2883
|
addRecord?: {
|
|
2883
2884
|
enabled: boolean;
|
|
2884
2885
|
position: "top" | "bottom" | "both";
|
|
2885
|
-
mode: "modal" | "
|
|
2886
|
+
mode: "modal" | "form" | "inline";
|
|
2886
2887
|
formView?: string | undefined;
|
|
2887
2888
|
} | undefined;
|
|
2888
2889
|
showRecordCount?: boolean | undefined;
|
|
@@ -2930,6 +2931,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2930
2931
|
debounceMs?: number | undefined;
|
|
2931
2932
|
} | undefined;
|
|
2932
2933
|
}> | undefined;
|
|
2934
|
+
defaultDetailForm?: string | undefined;
|
|
2933
2935
|
search?: {
|
|
2934
2936
|
fields: string[];
|
|
2935
2937
|
displayFields?: string[] | undefined;
|
|
@@ -2953,7 +2955,7 @@ declare const SysPermissionSet: Omit<{
|
|
|
2953
2955
|
actions?: {
|
|
2954
2956
|
name: string;
|
|
2955
2957
|
label: string;
|
|
2956
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
2958
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
2957
2959
|
refreshAfter: boolean;
|
|
2958
2960
|
objectName?: string | undefined;
|
|
2959
2961
|
icon?: string | undefined;
|
|
@@ -5222,7 +5224,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5222
5224
|
addRecord?: {
|
|
5223
5225
|
enabled: boolean;
|
|
5224
5226
|
position: "top" | "bottom" | "both";
|
|
5225
|
-
mode: "modal" | "
|
|
5227
|
+
mode: "modal" | "form" | "inline";
|
|
5226
5228
|
formView?: string | undefined;
|
|
5227
5229
|
} | undefined;
|
|
5228
5230
|
showRecordCount?: boolean | undefined;
|
|
@@ -5270,6 +5272,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5270
5272
|
debounceMs?: number | undefined;
|
|
5271
5273
|
} | undefined;
|
|
5272
5274
|
}> | undefined;
|
|
5275
|
+
defaultDetailForm?: string | undefined;
|
|
5273
5276
|
search?: {
|
|
5274
5277
|
fields: string[];
|
|
5275
5278
|
displayFields?: string[] | undefined;
|
|
@@ -5293,7 +5296,7 @@ declare const SysUserPermissionSet: Omit<{
|
|
|
5293
5296
|
actions?: {
|
|
5294
5297
|
name: string;
|
|
5295
5298
|
label: string;
|
|
5296
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
5299
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
5297
5300
|
refreshAfter: boolean;
|
|
5298
5301
|
objectName?: string | undefined;
|
|
5299
5302
|
icon?: string | undefined;
|
|
@@ -7148,7 +7151,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7148
7151
|
addRecord?: {
|
|
7149
7152
|
enabled: boolean;
|
|
7150
7153
|
position: "top" | "bottom" | "both";
|
|
7151
|
-
mode: "modal" | "
|
|
7154
|
+
mode: "modal" | "form" | "inline";
|
|
7152
7155
|
formView?: string | undefined;
|
|
7153
7156
|
} | undefined;
|
|
7154
7157
|
showRecordCount?: boolean | undefined;
|
|
@@ -7196,6 +7199,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7196
7199
|
debounceMs?: number | undefined;
|
|
7197
7200
|
} | undefined;
|
|
7198
7201
|
}> | undefined;
|
|
7202
|
+
defaultDetailForm?: string | undefined;
|
|
7199
7203
|
search?: {
|
|
7200
7204
|
fields: string[];
|
|
7201
7205
|
displayFields?: string[] | undefined;
|
|
@@ -7219,7 +7223,7 @@ declare const SysRolePermissionSet: Omit<{
|
|
|
7219
7223
|
actions?: {
|
|
7220
7224
|
name: string;
|
|
7221
7225
|
label: string;
|
|
7222
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
7226
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
7223
7227
|
refreshAfter: boolean;
|
|
7224
7228
|
objectName?: string | undefined;
|
|
7225
7229
|
icon?: string | undefined;
|
|
@@ -8739,7 +8743,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8739
8743
|
addRecord?: {
|
|
8740
8744
|
enabled: boolean;
|
|
8741
8745
|
position: "top" | "bottom" | "both";
|
|
8742
|
-
mode: "modal" | "
|
|
8746
|
+
mode: "modal" | "form" | "inline";
|
|
8743
8747
|
formView?: string | undefined;
|
|
8744
8748
|
} | undefined;
|
|
8745
8749
|
showRecordCount?: boolean | undefined;
|
|
@@ -8787,6 +8791,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8787
8791
|
debounceMs?: number | undefined;
|
|
8788
8792
|
} | undefined;
|
|
8789
8793
|
}> | undefined;
|
|
8794
|
+
defaultDetailForm?: string | undefined;
|
|
8790
8795
|
search?: {
|
|
8791
8796
|
fields: string[];
|
|
8792
8797
|
displayFields?: string[] | undefined;
|
|
@@ -8810,7 +8815,7 @@ declare const SysRecordShare: Omit<{
|
|
|
8810
8815
|
actions?: {
|
|
8811
8816
|
name: string;
|
|
8812
8817
|
label: string;
|
|
8813
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
8818
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
8814
8819
|
refreshAfter: boolean;
|
|
8815
8820
|
objectName?: string | undefined;
|
|
8816
8821
|
icon?: string | undefined;
|
|
@@ -11682,7 +11687,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11682
11687
|
addRecord?: {
|
|
11683
11688
|
enabled: boolean;
|
|
11684
11689
|
position: "top" | "bottom" | "both";
|
|
11685
|
-
mode: "modal" | "
|
|
11690
|
+
mode: "modal" | "form" | "inline";
|
|
11686
11691
|
formView?: string | undefined;
|
|
11687
11692
|
} | undefined;
|
|
11688
11693
|
showRecordCount?: boolean | undefined;
|
|
@@ -11730,6 +11735,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11730
11735
|
debounceMs?: number | undefined;
|
|
11731
11736
|
} | undefined;
|
|
11732
11737
|
}> | undefined;
|
|
11738
|
+
defaultDetailForm?: string | undefined;
|
|
11733
11739
|
search?: {
|
|
11734
11740
|
fields: string[];
|
|
11735
11741
|
displayFields?: string[] | undefined;
|
|
@@ -11753,7 +11759,7 @@ declare const SysSharingRule: Omit<{
|
|
|
11753
11759
|
actions?: {
|
|
11754
11760
|
name: string;
|
|
11755
11761
|
label: string;
|
|
11756
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
11762
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
11757
11763
|
refreshAfter: boolean;
|
|
11758
11764
|
objectName?: string | undefined;
|
|
11759
11765
|
icon?: string | undefined;
|
package/dist/system/index.d.mts
CHANGED
|
@@ -546,7 +546,7 @@ declare const SysSetting: Omit<{
|
|
|
546
546
|
addRecord?: {
|
|
547
547
|
enabled: boolean;
|
|
548
548
|
position: "top" | "bottom" | "both";
|
|
549
|
-
mode: "modal" | "
|
|
549
|
+
mode: "modal" | "form" | "inline";
|
|
550
550
|
formView?: string | undefined;
|
|
551
551
|
} | undefined;
|
|
552
552
|
showRecordCount?: boolean | undefined;
|
|
@@ -594,6 +594,7 @@ declare const SysSetting: Omit<{
|
|
|
594
594
|
debounceMs?: number | undefined;
|
|
595
595
|
} | undefined;
|
|
596
596
|
}> | undefined;
|
|
597
|
+
defaultDetailForm?: string | undefined;
|
|
597
598
|
search?: {
|
|
598
599
|
fields: string[];
|
|
599
600
|
displayFields?: string[] | undefined;
|
|
@@ -617,7 +618,7 @@ declare const SysSetting: Omit<{
|
|
|
617
618
|
actions?: {
|
|
618
619
|
name: string;
|
|
619
620
|
label: string;
|
|
620
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
621
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
621
622
|
refreshAfter: boolean;
|
|
622
623
|
objectName?: string | undefined;
|
|
623
624
|
icon?: string | undefined;
|
|
@@ -3635,7 +3636,7 @@ declare const SysSecret: Omit<{
|
|
|
3635
3636
|
addRecord?: {
|
|
3636
3637
|
enabled: boolean;
|
|
3637
3638
|
position: "top" | "bottom" | "both";
|
|
3638
|
-
mode: "modal" | "
|
|
3639
|
+
mode: "modal" | "form" | "inline";
|
|
3639
3640
|
formView?: string | undefined;
|
|
3640
3641
|
} | undefined;
|
|
3641
3642
|
showRecordCount?: boolean | undefined;
|
|
@@ -3683,6 +3684,7 @@ declare const SysSecret: Omit<{
|
|
|
3683
3684
|
debounceMs?: number | undefined;
|
|
3684
3685
|
} | undefined;
|
|
3685
3686
|
}> | undefined;
|
|
3687
|
+
defaultDetailForm?: string | undefined;
|
|
3686
3688
|
search?: {
|
|
3687
3689
|
fields: string[];
|
|
3688
3690
|
displayFields?: string[] | undefined;
|
|
@@ -3706,7 +3708,7 @@ declare const SysSecret: Omit<{
|
|
|
3706
3708
|
actions?: {
|
|
3707
3709
|
name: string;
|
|
3708
3710
|
label: string;
|
|
3709
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
3711
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
3710
3712
|
refreshAfter: boolean;
|
|
3711
3713
|
objectName?: string | undefined;
|
|
3712
3714
|
icon?: string | undefined;
|
|
@@ -5935,7 +5937,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5935
5937
|
addRecord?: {
|
|
5936
5938
|
enabled: boolean;
|
|
5937
5939
|
position: "top" | "bottom" | "both";
|
|
5938
|
-
mode: "modal" | "
|
|
5940
|
+
mode: "modal" | "form" | "inline";
|
|
5939
5941
|
formView?: string | undefined;
|
|
5940
5942
|
} | undefined;
|
|
5941
5943
|
showRecordCount?: boolean | undefined;
|
|
@@ -5983,6 +5985,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5983
5985
|
debounceMs?: number | undefined;
|
|
5984
5986
|
} | undefined;
|
|
5985
5987
|
}> | undefined;
|
|
5988
|
+
defaultDetailForm?: string | undefined;
|
|
5986
5989
|
search?: {
|
|
5987
5990
|
fields: string[];
|
|
5988
5991
|
displayFields?: string[] | undefined;
|
|
@@ -6006,7 +6009,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6006
6009
|
actions?: {
|
|
6007
6010
|
name: string;
|
|
6008
6011
|
label: string;
|
|
6009
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
6012
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
6010
6013
|
refreshAfter: boolean;
|
|
6011
6014
|
objectName?: string | undefined;
|
|
6012
6015
|
icon?: string | undefined;
|
package/dist/system/index.d.ts
CHANGED
|
@@ -546,7 +546,7 @@ declare const SysSetting: Omit<{
|
|
|
546
546
|
addRecord?: {
|
|
547
547
|
enabled: boolean;
|
|
548
548
|
position: "top" | "bottom" | "both";
|
|
549
|
-
mode: "modal" | "
|
|
549
|
+
mode: "modal" | "form" | "inline";
|
|
550
550
|
formView?: string | undefined;
|
|
551
551
|
} | undefined;
|
|
552
552
|
showRecordCount?: boolean | undefined;
|
|
@@ -594,6 +594,7 @@ declare const SysSetting: Omit<{
|
|
|
594
594
|
debounceMs?: number | undefined;
|
|
595
595
|
} | undefined;
|
|
596
596
|
}> | undefined;
|
|
597
|
+
defaultDetailForm?: string | undefined;
|
|
597
598
|
search?: {
|
|
598
599
|
fields: string[];
|
|
599
600
|
displayFields?: string[] | undefined;
|
|
@@ -617,7 +618,7 @@ declare const SysSetting: Omit<{
|
|
|
617
618
|
actions?: {
|
|
618
619
|
name: string;
|
|
619
620
|
label: string;
|
|
620
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
621
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
621
622
|
refreshAfter: boolean;
|
|
622
623
|
objectName?: string | undefined;
|
|
623
624
|
icon?: string | undefined;
|
|
@@ -3635,7 +3636,7 @@ declare const SysSecret: Omit<{
|
|
|
3635
3636
|
addRecord?: {
|
|
3636
3637
|
enabled: boolean;
|
|
3637
3638
|
position: "top" | "bottom" | "both";
|
|
3638
|
-
mode: "modal" | "
|
|
3639
|
+
mode: "modal" | "form" | "inline";
|
|
3639
3640
|
formView?: string | undefined;
|
|
3640
3641
|
} | undefined;
|
|
3641
3642
|
showRecordCount?: boolean | undefined;
|
|
@@ -3683,6 +3684,7 @@ declare const SysSecret: Omit<{
|
|
|
3683
3684
|
debounceMs?: number | undefined;
|
|
3684
3685
|
} | undefined;
|
|
3685
3686
|
}> | undefined;
|
|
3687
|
+
defaultDetailForm?: string | undefined;
|
|
3686
3688
|
search?: {
|
|
3687
3689
|
fields: string[];
|
|
3688
3690
|
displayFields?: string[] | undefined;
|
|
@@ -3706,7 +3708,7 @@ declare const SysSecret: Omit<{
|
|
|
3706
3708
|
actions?: {
|
|
3707
3709
|
name: string;
|
|
3708
3710
|
label: string;
|
|
3709
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
3711
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
3710
3712
|
refreshAfter: boolean;
|
|
3711
3713
|
objectName?: string | undefined;
|
|
3712
3714
|
icon?: string | undefined;
|
|
@@ -5935,7 +5937,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5935
5937
|
addRecord?: {
|
|
5936
5938
|
enabled: boolean;
|
|
5937
5939
|
position: "top" | "bottom" | "both";
|
|
5938
|
-
mode: "modal" | "
|
|
5940
|
+
mode: "modal" | "form" | "inline";
|
|
5939
5941
|
formView?: string | undefined;
|
|
5940
5942
|
} | undefined;
|
|
5941
5943
|
showRecordCount?: boolean | undefined;
|
|
@@ -5983,6 +5985,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5983
5985
|
debounceMs?: number | undefined;
|
|
5984
5986
|
} | undefined;
|
|
5985
5987
|
}> | undefined;
|
|
5988
|
+
defaultDetailForm?: string | undefined;
|
|
5986
5989
|
search?: {
|
|
5987
5990
|
fields: string[];
|
|
5988
5991
|
displayFields?: string[] | undefined;
|
|
@@ -6006,7 +6009,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6006
6009
|
actions?: {
|
|
6007
6010
|
name: string;
|
|
6008
6011
|
label: string;
|
|
6009
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
6012
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
6010
6013
|
refreshAfter: boolean;
|
|
6011
6014
|
objectName?: string | undefined;
|
|
6012
6015
|
icon?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@objectstack/spec": "4.
|
|
51
|
+
"@objectstack/spec": "4.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^25.9.1",
|