@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
package/dist/identity/index.d.ts
CHANGED
|
@@ -528,7 +528,7 @@ declare const SysUser: Omit<{
|
|
|
528
528
|
addRecord?: {
|
|
529
529
|
enabled: boolean;
|
|
530
530
|
position: "top" | "bottom" | "both";
|
|
531
|
-
mode: "modal" | "
|
|
531
|
+
mode: "modal" | "form" | "inline";
|
|
532
532
|
formView?: string | undefined;
|
|
533
533
|
} | undefined;
|
|
534
534
|
showRecordCount?: boolean | undefined;
|
|
@@ -576,6 +576,7 @@ declare const SysUser: Omit<{
|
|
|
576
576
|
debounceMs?: number | undefined;
|
|
577
577
|
} | undefined;
|
|
578
578
|
}> | undefined;
|
|
579
|
+
defaultDetailForm?: string | undefined;
|
|
579
580
|
search?: {
|
|
580
581
|
fields: string[];
|
|
581
582
|
displayFields?: string[] | undefined;
|
|
@@ -599,7 +600,7 @@ declare const SysUser: Omit<{
|
|
|
599
600
|
actions?: {
|
|
600
601
|
name: string;
|
|
601
602
|
label: string;
|
|
602
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
603
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
603
604
|
refreshAfter: boolean;
|
|
604
605
|
objectName?: string | undefined;
|
|
605
606
|
icon?: string | undefined;
|
|
@@ -3515,7 +3516,7 @@ declare const SysSession: Omit<{
|
|
|
3515
3516
|
addRecord?: {
|
|
3516
3517
|
enabled: boolean;
|
|
3517
3518
|
position: "top" | "bottom" | "both";
|
|
3518
|
-
mode: "modal" | "
|
|
3519
|
+
mode: "modal" | "form" | "inline";
|
|
3519
3520
|
formView?: string | undefined;
|
|
3520
3521
|
} | undefined;
|
|
3521
3522
|
showRecordCount?: boolean | undefined;
|
|
@@ -3563,6 +3564,7 @@ declare const SysSession: Omit<{
|
|
|
3563
3564
|
debounceMs?: number | undefined;
|
|
3564
3565
|
} | undefined;
|
|
3565
3566
|
}> | undefined;
|
|
3567
|
+
defaultDetailForm?: string | undefined;
|
|
3566
3568
|
search?: {
|
|
3567
3569
|
fields: string[];
|
|
3568
3570
|
displayFields?: string[] | undefined;
|
|
@@ -3586,7 +3588,7 @@ declare const SysSession: Omit<{
|
|
|
3586
3588
|
actions?: {
|
|
3587
3589
|
name: string;
|
|
3588
3590
|
label: string;
|
|
3589
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
3591
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
3590
3592
|
refreshAfter: boolean;
|
|
3591
3593
|
objectName?: string | undefined;
|
|
3592
3594
|
icon?: string | undefined;
|
|
@@ -6207,7 +6209,7 @@ declare const SysAccount: Omit<{
|
|
|
6207
6209
|
addRecord?: {
|
|
6208
6210
|
enabled: boolean;
|
|
6209
6211
|
position: "top" | "bottom" | "both";
|
|
6210
|
-
mode: "modal" | "
|
|
6212
|
+
mode: "modal" | "form" | "inline";
|
|
6211
6213
|
formView?: string | undefined;
|
|
6212
6214
|
} | undefined;
|
|
6213
6215
|
showRecordCount?: boolean | undefined;
|
|
@@ -6255,6 +6257,7 @@ declare const SysAccount: Omit<{
|
|
|
6255
6257
|
debounceMs?: number | undefined;
|
|
6256
6258
|
} | undefined;
|
|
6257
6259
|
}> | undefined;
|
|
6260
|
+
defaultDetailForm?: string | undefined;
|
|
6258
6261
|
search?: {
|
|
6259
6262
|
fields: string[];
|
|
6260
6263
|
displayFields?: string[] | undefined;
|
|
@@ -6278,7 +6281,7 @@ declare const SysAccount: Omit<{
|
|
|
6278
6281
|
actions?: {
|
|
6279
6282
|
name: string;
|
|
6280
6283
|
label: string;
|
|
6281
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
6284
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
6282
6285
|
refreshAfter: boolean;
|
|
6283
6286
|
objectName?: string | undefined;
|
|
6284
6287
|
icon?: string | undefined;
|
|
@@ -9245,7 +9248,7 @@ declare const SysVerification: Omit<{
|
|
|
9245
9248
|
addRecord?: {
|
|
9246
9249
|
enabled: boolean;
|
|
9247
9250
|
position: "top" | "bottom" | "both";
|
|
9248
|
-
mode: "modal" | "
|
|
9251
|
+
mode: "modal" | "form" | "inline";
|
|
9249
9252
|
formView?: string | undefined;
|
|
9250
9253
|
} | undefined;
|
|
9251
9254
|
showRecordCount?: boolean | undefined;
|
|
@@ -9293,6 +9296,7 @@ declare const SysVerification: Omit<{
|
|
|
9293
9296
|
debounceMs?: number | undefined;
|
|
9294
9297
|
} | undefined;
|
|
9295
9298
|
}> | undefined;
|
|
9299
|
+
defaultDetailForm?: string | undefined;
|
|
9296
9300
|
search?: {
|
|
9297
9301
|
fields: string[];
|
|
9298
9302
|
displayFields?: string[] | undefined;
|
|
@@ -9316,7 +9320,7 @@ declare const SysVerification: Omit<{
|
|
|
9316
9320
|
actions?: {
|
|
9317
9321
|
name: string;
|
|
9318
9322
|
label: string;
|
|
9319
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
9323
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
9320
9324
|
refreshAfter: boolean;
|
|
9321
9325
|
objectName?: string | undefined;
|
|
9322
9326
|
icon?: string | undefined;
|
|
@@ -10993,7 +10997,7 @@ declare const SysOrganization: Omit<{
|
|
|
10993
10997
|
addRecord?: {
|
|
10994
10998
|
enabled: boolean;
|
|
10995
10999
|
position: "top" | "bottom" | "both";
|
|
10996
|
-
mode: "modal" | "
|
|
11000
|
+
mode: "modal" | "form" | "inline";
|
|
10997
11001
|
formView?: string | undefined;
|
|
10998
11002
|
} | undefined;
|
|
10999
11003
|
showRecordCount?: boolean | undefined;
|
|
@@ -11041,6 +11045,7 @@ declare const SysOrganization: Omit<{
|
|
|
11041
11045
|
debounceMs?: number | undefined;
|
|
11042
11046
|
} | undefined;
|
|
11043
11047
|
}> | undefined;
|
|
11048
|
+
defaultDetailForm?: string | undefined;
|
|
11044
11049
|
search?: {
|
|
11045
11050
|
fields: string[];
|
|
11046
11051
|
displayFields?: string[] | undefined;
|
|
@@ -11064,7 +11069,7 @@ declare const SysOrganization: Omit<{
|
|
|
11064
11069
|
actions?: {
|
|
11065
11070
|
name: string;
|
|
11066
11071
|
label: string;
|
|
11067
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
11072
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
11068
11073
|
refreshAfter: boolean;
|
|
11069
11074
|
objectName?: string | undefined;
|
|
11070
11075
|
icon?: string | undefined;
|
|
@@ -13016,7 +13021,7 @@ declare const SysMember: Omit<{
|
|
|
13016
13021
|
addRecord?: {
|
|
13017
13022
|
enabled: boolean;
|
|
13018
13023
|
position: "top" | "bottom" | "both";
|
|
13019
|
-
mode: "modal" | "
|
|
13024
|
+
mode: "modal" | "form" | "inline";
|
|
13020
13025
|
formView?: string | undefined;
|
|
13021
13026
|
} | undefined;
|
|
13022
13027
|
showRecordCount?: boolean | undefined;
|
|
@@ -13064,6 +13069,7 @@ declare const SysMember: Omit<{
|
|
|
13064
13069
|
debounceMs?: number | undefined;
|
|
13065
13070
|
} | undefined;
|
|
13066
13071
|
}> | undefined;
|
|
13072
|
+
defaultDetailForm?: string | undefined;
|
|
13067
13073
|
search?: {
|
|
13068
13074
|
fields: string[];
|
|
13069
13075
|
displayFields?: string[] | undefined;
|
|
@@ -13087,7 +13093,7 @@ declare const SysMember: Omit<{
|
|
|
13087
13093
|
actions?: {
|
|
13088
13094
|
name: string;
|
|
13089
13095
|
label: string;
|
|
13090
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
13096
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
13091
13097
|
refreshAfter: boolean;
|
|
13092
13098
|
objectName?: string | undefined;
|
|
13093
13099
|
icon?: string | undefined;
|
|
@@ -14636,7 +14642,7 @@ declare const SysInvitation: Omit<{
|
|
|
14636
14642
|
addRecord?: {
|
|
14637
14643
|
enabled: boolean;
|
|
14638
14644
|
position: "top" | "bottom" | "both";
|
|
14639
|
-
mode: "modal" | "
|
|
14645
|
+
mode: "modal" | "form" | "inline";
|
|
14640
14646
|
formView?: string | undefined;
|
|
14641
14647
|
} | undefined;
|
|
14642
14648
|
showRecordCount?: boolean | undefined;
|
|
@@ -14684,6 +14690,7 @@ declare const SysInvitation: Omit<{
|
|
|
14684
14690
|
debounceMs?: number | undefined;
|
|
14685
14691
|
} | undefined;
|
|
14686
14692
|
}> | undefined;
|
|
14693
|
+
defaultDetailForm?: string | undefined;
|
|
14687
14694
|
search?: {
|
|
14688
14695
|
fields: string[];
|
|
14689
14696
|
displayFields?: string[] | undefined;
|
|
@@ -14707,7 +14714,7 @@ declare const SysInvitation: Omit<{
|
|
|
14707
14714
|
actions?: {
|
|
14708
14715
|
name: string;
|
|
14709
14716
|
label: string;
|
|
14710
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
14717
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
14711
14718
|
refreshAfter: boolean;
|
|
14712
14719
|
objectName?: string | undefined;
|
|
14713
14720
|
icon?: string | undefined;
|
|
@@ -17044,7 +17051,7 @@ declare const SysTeam: Omit<{
|
|
|
17044
17051
|
addRecord?: {
|
|
17045
17052
|
enabled: boolean;
|
|
17046
17053
|
position: "top" | "bottom" | "both";
|
|
17047
|
-
mode: "modal" | "
|
|
17054
|
+
mode: "modal" | "form" | "inline";
|
|
17048
17055
|
formView?: string | undefined;
|
|
17049
17056
|
} | undefined;
|
|
17050
17057
|
showRecordCount?: boolean | undefined;
|
|
@@ -17092,6 +17099,7 @@ declare const SysTeam: Omit<{
|
|
|
17092
17099
|
debounceMs?: number | undefined;
|
|
17093
17100
|
} | undefined;
|
|
17094
17101
|
}> | undefined;
|
|
17102
|
+
defaultDetailForm?: string | undefined;
|
|
17095
17103
|
search?: {
|
|
17096
17104
|
fields: string[];
|
|
17097
17105
|
displayFields?: string[] | undefined;
|
|
@@ -17115,7 +17123,7 @@ declare const SysTeam: Omit<{
|
|
|
17115
17123
|
actions?: {
|
|
17116
17124
|
name: string;
|
|
17117
17125
|
label: string;
|
|
17118
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
17126
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
17119
17127
|
refreshAfter: boolean;
|
|
17120
17128
|
objectName?: string | undefined;
|
|
17121
17129
|
icon?: string | undefined;
|
|
@@ -18710,7 +18718,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18710
18718
|
addRecord?: {
|
|
18711
18719
|
enabled: boolean;
|
|
18712
18720
|
position: "top" | "bottom" | "both";
|
|
18713
|
-
mode: "modal" | "
|
|
18721
|
+
mode: "modal" | "form" | "inline";
|
|
18714
18722
|
formView?: string | undefined;
|
|
18715
18723
|
} | undefined;
|
|
18716
18724
|
showRecordCount?: boolean | undefined;
|
|
@@ -18758,6 +18766,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18758
18766
|
debounceMs?: number | undefined;
|
|
18759
18767
|
} | undefined;
|
|
18760
18768
|
}> | undefined;
|
|
18769
|
+
defaultDetailForm?: string | undefined;
|
|
18761
18770
|
search?: {
|
|
18762
18771
|
fields: string[];
|
|
18763
18772
|
displayFields?: string[] | undefined;
|
|
@@ -18781,7 +18790,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18781
18790
|
actions?: {
|
|
18782
18791
|
name: string;
|
|
18783
18792
|
label: string;
|
|
18784
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
18793
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
18785
18794
|
refreshAfter: boolean;
|
|
18786
18795
|
objectName?: string | undefined;
|
|
18787
18796
|
icon?: string | undefined;
|
|
@@ -20157,7 +20166,7 @@ declare const SysDepartment: Omit<{
|
|
|
20157
20166
|
addRecord?: {
|
|
20158
20167
|
enabled: boolean;
|
|
20159
20168
|
position: "top" | "bottom" | "both";
|
|
20160
|
-
mode: "modal" | "
|
|
20169
|
+
mode: "modal" | "form" | "inline";
|
|
20161
20170
|
formView?: string | undefined;
|
|
20162
20171
|
} | undefined;
|
|
20163
20172
|
showRecordCount?: boolean | undefined;
|
|
@@ -20205,6 +20214,7 @@ declare const SysDepartment: Omit<{
|
|
|
20205
20214
|
debounceMs?: number | undefined;
|
|
20206
20215
|
} | undefined;
|
|
20207
20216
|
}> | undefined;
|
|
20217
|
+
defaultDetailForm?: string | undefined;
|
|
20208
20218
|
search?: {
|
|
20209
20219
|
fields: string[];
|
|
20210
20220
|
displayFields?: string[] | undefined;
|
|
@@ -20228,7 +20238,7 @@ declare const SysDepartment: Omit<{
|
|
|
20228
20238
|
actions?: {
|
|
20229
20239
|
name: string;
|
|
20230
20240
|
label: string;
|
|
20231
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
20241
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
20232
20242
|
refreshAfter: boolean;
|
|
20233
20243
|
objectName?: string | undefined;
|
|
20234
20244
|
icon?: string | undefined;
|
|
@@ -23225,7 +23235,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23225
23235
|
addRecord?: {
|
|
23226
23236
|
enabled: boolean;
|
|
23227
23237
|
position: "top" | "bottom" | "both";
|
|
23228
|
-
mode: "modal" | "
|
|
23238
|
+
mode: "modal" | "form" | "inline";
|
|
23229
23239
|
formView?: string | undefined;
|
|
23230
23240
|
} | undefined;
|
|
23231
23241
|
showRecordCount?: boolean | undefined;
|
|
@@ -23273,6 +23283,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23273
23283
|
debounceMs?: number | undefined;
|
|
23274
23284
|
} | undefined;
|
|
23275
23285
|
}> | undefined;
|
|
23286
|
+
defaultDetailForm?: string | undefined;
|
|
23276
23287
|
search?: {
|
|
23277
23288
|
fields: string[];
|
|
23278
23289
|
displayFields?: string[] | undefined;
|
|
@@ -23296,7 +23307,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23296
23307
|
actions?: {
|
|
23297
23308
|
name: string;
|
|
23298
23309
|
label: string;
|
|
23299
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
23310
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
23300
23311
|
refreshAfter: boolean;
|
|
23301
23312
|
objectName?: string | undefined;
|
|
23302
23313
|
icon?: string | undefined;
|
|
@@ -25499,7 +25510,7 @@ declare const SysApiKey: Omit<{
|
|
|
25499
25510
|
addRecord?: {
|
|
25500
25511
|
enabled: boolean;
|
|
25501
25512
|
position: "top" | "bottom" | "both";
|
|
25502
|
-
mode: "modal" | "
|
|
25513
|
+
mode: "modal" | "form" | "inline";
|
|
25503
25514
|
formView?: string | undefined;
|
|
25504
25515
|
} | undefined;
|
|
25505
25516
|
showRecordCount?: boolean | undefined;
|
|
@@ -25547,6 +25558,7 @@ declare const SysApiKey: Omit<{
|
|
|
25547
25558
|
debounceMs?: number | undefined;
|
|
25548
25559
|
} | undefined;
|
|
25549
25560
|
}> | undefined;
|
|
25561
|
+
defaultDetailForm?: string | undefined;
|
|
25550
25562
|
search?: {
|
|
25551
25563
|
fields: string[];
|
|
25552
25564
|
displayFields?: string[] | undefined;
|
|
@@ -25570,7 +25582,7 @@ declare const SysApiKey: Omit<{
|
|
|
25570
25582
|
actions?: {
|
|
25571
25583
|
name: string;
|
|
25572
25584
|
label: string;
|
|
25573
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
25585
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
25574
25586
|
refreshAfter: boolean;
|
|
25575
25587
|
objectName?: string | undefined;
|
|
25576
25588
|
icon?: string | undefined;
|
|
@@ -28241,7 +28253,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28241
28253
|
addRecord?: {
|
|
28242
28254
|
enabled: boolean;
|
|
28243
28255
|
position: "top" | "bottom" | "both";
|
|
28244
|
-
mode: "modal" | "
|
|
28256
|
+
mode: "modal" | "form" | "inline";
|
|
28245
28257
|
formView?: string | undefined;
|
|
28246
28258
|
} | undefined;
|
|
28247
28259
|
showRecordCount?: boolean | undefined;
|
|
@@ -28289,6 +28301,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28289
28301
|
debounceMs?: number | undefined;
|
|
28290
28302
|
} | undefined;
|
|
28291
28303
|
}> | undefined;
|
|
28304
|
+
defaultDetailForm?: string | undefined;
|
|
28292
28305
|
search?: {
|
|
28293
28306
|
fields: string[];
|
|
28294
28307
|
displayFields?: string[] | undefined;
|
|
@@ -28312,7 +28325,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28312
28325
|
actions?: {
|
|
28313
28326
|
name: string;
|
|
28314
28327
|
label: string;
|
|
28315
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
28328
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
28316
28329
|
refreshAfter: boolean;
|
|
28317
28330
|
objectName?: string | undefined;
|
|
28318
28331
|
icon?: string | undefined;
|
|
@@ -30067,7 +30080,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30067
30080
|
addRecord?: {
|
|
30068
30081
|
enabled: boolean;
|
|
30069
30082
|
position: "top" | "bottom" | "both";
|
|
30070
|
-
mode: "modal" | "
|
|
30083
|
+
mode: "modal" | "form" | "inline";
|
|
30071
30084
|
formView?: string | undefined;
|
|
30072
30085
|
} | undefined;
|
|
30073
30086
|
showRecordCount?: boolean | undefined;
|
|
@@ -30115,6 +30128,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30115
30128
|
debounceMs?: number | undefined;
|
|
30116
30129
|
} | undefined;
|
|
30117
30130
|
}> | undefined;
|
|
30131
|
+
defaultDetailForm?: string | undefined;
|
|
30118
30132
|
search?: {
|
|
30119
30133
|
fields: string[];
|
|
30120
30134
|
displayFields?: string[] | undefined;
|
|
@@ -30138,7 +30152,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30138
30152
|
actions?: {
|
|
30139
30153
|
name: string;
|
|
30140
30154
|
label: string;
|
|
30141
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
30155
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
30142
30156
|
refreshAfter: boolean;
|
|
30143
30157
|
objectName?: string | undefined;
|
|
30144
30158
|
icon?: string | undefined;
|
|
@@ -32875,7 +32889,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32875
32889
|
addRecord?: {
|
|
32876
32890
|
enabled: boolean;
|
|
32877
32891
|
position: "top" | "bottom" | "both";
|
|
32878
|
-
mode: "modal" | "
|
|
32892
|
+
mode: "modal" | "form" | "inline";
|
|
32879
32893
|
formView?: string | undefined;
|
|
32880
32894
|
} | undefined;
|
|
32881
32895
|
showRecordCount?: boolean | undefined;
|
|
@@ -32923,6 +32937,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32923
32937
|
debounceMs?: number | undefined;
|
|
32924
32938
|
} | undefined;
|
|
32925
32939
|
}> | undefined;
|
|
32940
|
+
defaultDetailForm?: string | undefined;
|
|
32926
32941
|
search?: {
|
|
32927
32942
|
fields: string[];
|
|
32928
32943
|
displayFields?: string[] | undefined;
|
|
@@ -32946,7 +32961,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32946
32961
|
actions?: {
|
|
32947
32962
|
name: string;
|
|
32948
32963
|
label: string;
|
|
32949
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
32964
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
32950
32965
|
refreshAfter: boolean;
|
|
32951
32966
|
objectName?: string | undefined;
|
|
32952
32967
|
icon?: string | undefined;
|
|
@@ -34695,7 +34710,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34695
34710
|
addRecord?: {
|
|
34696
34711
|
enabled: boolean;
|
|
34697
34712
|
position: "top" | "bottom" | "both";
|
|
34698
|
-
mode: "modal" | "
|
|
34713
|
+
mode: "modal" | "form" | "inline";
|
|
34699
34714
|
formView?: string | undefined;
|
|
34700
34715
|
} | undefined;
|
|
34701
34716
|
showRecordCount?: boolean | undefined;
|
|
@@ -34743,6 +34758,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34743
34758
|
debounceMs?: number | undefined;
|
|
34744
34759
|
} | undefined;
|
|
34745
34760
|
}> | undefined;
|
|
34761
|
+
defaultDetailForm?: string | undefined;
|
|
34746
34762
|
search?: {
|
|
34747
34763
|
fields: string[];
|
|
34748
34764
|
displayFields?: string[] | undefined;
|
|
@@ -34766,7 +34782,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34766
34782
|
actions?: {
|
|
34767
34783
|
name: string;
|
|
34768
34784
|
label: string;
|
|
34769
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
34785
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
34770
34786
|
refreshAfter: boolean;
|
|
34771
34787
|
objectName?: string | undefined;
|
|
34772
34788
|
icon?: string | undefined;
|
|
@@ -40710,7 +40726,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40710
40726
|
addRecord?: {
|
|
40711
40727
|
enabled: boolean;
|
|
40712
40728
|
position: "top" | "bottom" | "both";
|
|
40713
|
-
mode: "modal" | "
|
|
40729
|
+
mode: "modal" | "form" | "inline";
|
|
40714
40730
|
formView?: string | undefined;
|
|
40715
40731
|
} | undefined;
|
|
40716
40732
|
showRecordCount?: boolean | undefined;
|
|
@@ -40758,6 +40774,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40758
40774
|
debounceMs?: number | undefined;
|
|
40759
40775
|
} | undefined;
|
|
40760
40776
|
}> | undefined;
|
|
40777
|
+
defaultDetailForm?: string | undefined;
|
|
40761
40778
|
search?: {
|
|
40762
40779
|
fields: string[];
|
|
40763
40780
|
displayFields?: string[] | undefined;
|
|
@@ -40781,7 +40798,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40781
40798
|
actions?: {
|
|
40782
40799
|
name: string;
|
|
40783
40800
|
label: string;
|
|
40784
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
40801
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
40785
40802
|
refreshAfter: boolean;
|
|
40786
40803
|
objectName?: string | undefined;
|
|
40787
40804
|
icon?: string | undefined;
|
|
@@ -43163,7 +43180,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43163
43180
|
addRecord?: {
|
|
43164
43181
|
enabled: boolean;
|
|
43165
43182
|
position: "top" | "bottom" | "both";
|
|
43166
|
-
mode: "modal" | "
|
|
43183
|
+
mode: "modal" | "form" | "inline";
|
|
43167
43184
|
formView?: string | undefined;
|
|
43168
43185
|
} | undefined;
|
|
43169
43186
|
showRecordCount?: boolean | undefined;
|
|
@@ -43211,6 +43228,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43211
43228
|
debounceMs?: number | undefined;
|
|
43212
43229
|
} | undefined;
|
|
43213
43230
|
}> | undefined;
|
|
43231
|
+
defaultDetailForm?: string | undefined;
|
|
43214
43232
|
search?: {
|
|
43215
43233
|
fields: string[];
|
|
43216
43234
|
displayFields?: string[] | undefined;
|
|
@@ -43234,7 +43252,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43234
43252
|
actions?: {
|
|
43235
43253
|
name: string;
|
|
43236
43254
|
label: string;
|
|
43237
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
43255
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
43238
43256
|
refreshAfter: boolean;
|
|
43239
43257
|
objectName?: string | undefined;
|
|
43240
43258
|
icon?: string | undefined;
|
|
@@ -45791,7 +45809,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
45791
45809
|
addRecord?: {
|
|
45792
45810
|
enabled: boolean;
|
|
45793
45811
|
position: "top" | "bottom" | "both";
|
|
45794
|
-
mode: "modal" | "
|
|
45812
|
+
mode: "modal" | "form" | "inline";
|
|
45795
45813
|
formView?: string | undefined;
|
|
45796
45814
|
} | undefined;
|
|
45797
45815
|
showRecordCount?: boolean | undefined;
|
|
@@ -45839,6 +45857,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
45839
45857
|
debounceMs?: number | undefined;
|
|
45840
45858
|
} | undefined;
|
|
45841
45859
|
}> | undefined;
|
|
45860
|
+
defaultDetailForm?: string | undefined;
|
|
45842
45861
|
search?: {
|
|
45843
45862
|
fields: string[];
|
|
45844
45863
|
displayFields?: string[] | undefined;
|
|
@@ -45862,7 +45881,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
45862
45881
|
actions?: {
|
|
45863
45882
|
name: string;
|
|
45864
45883
|
label: string;
|
|
45865
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
45884
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
45866
45885
|
refreshAfter: boolean;
|
|
45867
45886
|
objectName?: string | undefined;
|
|
45868
45887
|
icon?: string | undefined;
|
|
@@ -47712,7 +47731,7 @@ declare const SysJwks: Omit<{
|
|
|
47712
47731
|
addRecord?: {
|
|
47713
47732
|
enabled: boolean;
|
|
47714
47733
|
position: "top" | "bottom" | "both";
|
|
47715
|
-
mode: "modal" | "
|
|
47734
|
+
mode: "modal" | "form" | "inline";
|
|
47716
47735
|
formView?: string | undefined;
|
|
47717
47736
|
} | undefined;
|
|
47718
47737
|
showRecordCount?: boolean | undefined;
|
|
@@ -47760,6 +47779,7 @@ declare const SysJwks: Omit<{
|
|
|
47760
47779
|
debounceMs?: number | undefined;
|
|
47761
47780
|
} | undefined;
|
|
47762
47781
|
}> | undefined;
|
|
47782
|
+
defaultDetailForm?: string | undefined;
|
|
47763
47783
|
search?: {
|
|
47764
47784
|
fields: string[];
|
|
47765
47785
|
displayFields?: string[] | undefined;
|
|
@@ -47783,7 +47803,7 @@ declare const SysJwks: Omit<{
|
|
|
47783
47803
|
actions?: {
|
|
47784
47804
|
name: string;
|
|
47785
47805
|
label: string;
|
|
47786
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
47806
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
47787
47807
|
refreshAfter: boolean;
|
|
47788
47808
|
objectName?: string | undefined;
|
|
47789
47809
|
icon?: string | undefined;
|
package/dist/index.d.mts
CHANGED
|
@@ -4,9 +4,10 @@ export { SysActivity, SysApprovalAction, SysApprovalProcess, SysApprovalRequest,
|
|
|
4
4
|
export { SysWebhook } from './integration/index.mjs';
|
|
5
5
|
export { SysMetadata, SysMetadataHistoryObject, SysMetadata as SysMetadataObject } from './metadata/index.mjs';
|
|
6
6
|
export { SysSecret, SysSetting, SysSettingAudit } from './system/index.mjs';
|
|
7
|
-
export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard } from './apps/index.mjs';
|
|
7
|
+
export { SETUP_APP, SecurityOverviewDashboard, SetupAppTranslations, SystemOverviewDashboard, en, esES, jaJP, zhCN } from './apps/index.mjs';
|
|
8
8
|
import './state-machine.zod-BNanU03M.d-Ek3_yo9P.mjs';
|
|
9
9
|
import 'zod';
|
|
10
10
|
import '@objectstack/spec/data';
|
|
11
11
|
import '@objectstack/spec/security';
|
|
12
12
|
import '@objectstack/spec/ui';
|
|
13
|
+
import '@objectstack/spec/system';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,10 @@ export { SysActivity, SysApprovalAction, SysApprovalProcess, SysApprovalRequest,
|
|
|
4
4
|
export { SysWebhook } from './integration/index.js';
|
|
5
5
|
export { SysMetadata, SysMetadataHistoryObject, SysMetadata as SysMetadataObject } from './metadata/index.js';
|
|
6
6
|
export { SysSecret, SysSetting, SysSettingAudit } from './system/index.js';
|
|
7
|
-
export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard } from './apps/index.js';
|
|
7
|
+
export { SETUP_APP, SecurityOverviewDashboard, SetupAppTranslations, SystemOverviewDashboard, en, esES, jaJP, zhCN } from './apps/index.js';
|
|
8
8
|
import './state-machine.zod-BNanU03M.d-Ek3_yo9P.js';
|
|
9
9
|
import 'zod';
|
|
10
10
|
import '@objectstack/spec/data';
|
|
11
11
|
import '@objectstack/spec/security';
|
|
12
12
|
import '@objectstack/spec/ui';
|
|
13
|
+
import '@objectstack/spec/system';
|