@objectstack/platform-objects 11.3.0 → 11.4.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
CHANGED
|
@@ -587,6 +587,7 @@ declare const SysNotification: Omit<{
|
|
|
587
587
|
filter: boolean;
|
|
588
588
|
rowHeight: boolean;
|
|
589
589
|
addRecordForm: boolean;
|
|
590
|
+
editInline: boolean;
|
|
590
591
|
buttons?: string[] | undefined;
|
|
591
592
|
} | undefined;
|
|
592
593
|
appearance?: {
|
|
@@ -3023,6 +3024,7 @@ declare const SysAttachment: Omit<{
|
|
|
3023
3024
|
filter: boolean;
|
|
3024
3025
|
rowHeight: boolean;
|
|
3025
3026
|
addRecordForm: boolean;
|
|
3027
|
+
editInline: boolean;
|
|
3026
3028
|
buttons?: string[] | undefined;
|
|
3027
3029
|
} | undefined;
|
|
3028
3030
|
appearance?: {
|
|
@@ -6109,6 +6111,7 @@ declare const SysEmail: Omit<{
|
|
|
6109
6111
|
filter: boolean;
|
|
6110
6112
|
rowHeight: boolean;
|
|
6111
6113
|
addRecordForm: boolean;
|
|
6114
|
+
editInline: boolean;
|
|
6112
6115
|
buttons?: string[] | undefined;
|
|
6113
6116
|
} | undefined;
|
|
6114
6117
|
appearance?: {
|
|
@@ -10231,6 +10234,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10231
10234
|
filter: boolean;
|
|
10232
10235
|
rowHeight: boolean;
|
|
10233
10236
|
addRecordForm: boolean;
|
|
10237
|
+
editInline: boolean;
|
|
10234
10238
|
buttons?: string[] | undefined;
|
|
10235
10239
|
} | undefined;
|
|
10236
10240
|
appearance?: {
|
|
@@ -14019,6 +14023,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14019
14023
|
filter: boolean;
|
|
14020
14024
|
rowHeight: boolean;
|
|
14021
14025
|
addRecordForm: boolean;
|
|
14026
|
+
editInline: boolean;
|
|
14022
14027
|
buttons?: string[] | undefined;
|
|
14023
14028
|
} | undefined;
|
|
14024
14029
|
appearance?: {
|
|
@@ -16762,6 +16767,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16762
16767
|
filter: boolean;
|
|
16763
16768
|
rowHeight: boolean;
|
|
16764
16769
|
addRecordForm: boolean;
|
|
16770
|
+
editInline: boolean;
|
|
16765
16771
|
buttons?: string[] | undefined;
|
|
16766
16772
|
} | undefined;
|
|
16767
16773
|
appearance?: {
|
|
@@ -20533,6 +20539,7 @@ declare const SysJob: Omit<{
|
|
|
20533
20539
|
filter: boolean;
|
|
20534
20540
|
rowHeight: boolean;
|
|
20535
20541
|
addRecordForm: boolean;
|
|
20542
|
+
editInline: boolean;
|
|
20536
20543
|
buttons?: string[] | undefined;
|
|
20537
20544
|
} | undefined;
|
|
20538
20545
|
appearance?: {
|
|
@@ -23609,6 +23616,7 @@ declare const SysJobRun: Omit<{
|
|
|
23609
23616
|
filter: boolean;
|
|
23610
23617
|
rowHeight: boolean;
|
|
23611
23618
|
addRecordForm: boolean;
|
|
23619
|
+
editInline: boolean;
|
|
23612
23620
|
buttons?: string[] | undefined;
|
|
23613
23621
|
} | undefined;
|
|
23614
23622
|
appearance?: {
|
|
@@ -26171,6 +26179,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26171
26179
|
filter: boolean;
|
|
26172
26180
|
rowHeight: boolean;
|
|
26173
26181
|
addRecordForm: boolean;
|
|
26182
|
+
editInline: boolean;
|
|
26174
26183
|
buttons?: string[] | undefined;
|
|
26175
26184
|
} | undefined;
|
|
26176
26185
|
appearance?: {
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -587,6 +587,7 @@ declare const SysNotification: Omit<{
|
|
|
587
587
|
filter: boolean;
|
|
588
588
|
rowHeight: boolean;
|
|
589
589
|
addRecordForm: boolean;
|
|
590
|
+
editInline: boolean;
|
|
590
591
|
buttons?: string[] | undefined;
|
|
591
592
|
} | undefined;
|
|
592
593
|
appearance?: {
|
|
@@ -3023,6 +3024,7 @@ declare const SysAttachment: Omit<{
|
|
|
3023
3024
|
filter: boolean;
|
|
3024
3025
|
rowHeight: boolean;
|
|
3025
3026
|
addRecordForm: boolean;
|
|
3027
|
+
editInline: boolean;
|
|
3026
3028
|
buttons?: string[] | undefined;
|
|
3027
3029
|
} | undefined;
|
|
3028
3030
|
appearance?: {
|
|
@@ -6109,6 +6111,7 @@ declare const SysEmail: Omit<{
|
|
|
6109
6111
|
filter: boolean;
|
|
6110
6112
|
rowHeight: boolean;
|
|
6111
6113
|
addRecordForm: boolean;
|
|
6114
|
+
editInline: boolean;
|
|
6112
6115
|
buttons?: string[] | undefined;
|
|
6113
6116
|
} | undefined;
|
|
6114
6117
|
appearance?: {
|
|
@@ -10231,6 +10234,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10231
10234
|
filter: boolean;
|
|
10232
10235
|
rowHeight: boolean;
|
|
10233
10236
|
addRecordForm: boolean;
|
|
10237
|
+
editInline: boolean;
|
|
10234
10238
|
buttons?: string[] | undefined;
|
|
10235
10239
|
} | undefined;
|
|
10236
10240
|
appearance?: {
|
|
@@ -14019,6 +14023,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14019
14023
|
filter: boolean;
|
|
14020
14024
|
rowHeight: boolean;
|
|
14021
14025
|
addRecordForm: boolean;
|
|
14026
|
+
editInline: boolean;
|
|
14022
14027
|
buttons?: string[] | undefined;
|
|
14023
14028
|
} | undefined;
|
|
14024
14029
|
appearance?: {
|
|
@@ -16762,6 +16767,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16762
16767
|
filter: boolean;
|
|
16763
16768
|
rowHeight: boolean;
|
|
16764
16769
|
addRecordForm: boolean;
|
|
16770
|
+
editInline: boolean;
|
|
16765
16771
|
buttons?: string[] | undefined;
|
|
16766
16772
|
} | undefined;
|
|
16767
16773
|
appearance?: {
|
|
@@ -20533,6 +20539,7 @@ declare const SysJob: Omit<{
|
|
|
20533
20539
|
filter: boolean;
|
|
20534
20540
|
rowHeight: boolean;
|
|
20535
20541
|
addRecordForm: boolean;
|
|
20542
|
+
editInline: boolean;
|
|
20536
20543
|
buttons?: string[] | undefined;
|
|
20537
20544
|
} | undefined;
|
|
20538
20545
|
appearance?: {
|
|
@@ -23609,6 +23616,7 @@ declare const SysJobRun: Omit<{
|
|
|
23609
23616
|
filter: boolean;
|
|
23610
23617
|
rowHeight: boolean;
|
|
23611
23618
|
addRecordForm: boolean;
|
|
23619
|
+
editInline: boolean;
|
|
23612
23620
|
buttons?: string[] | undefined;
|
|
23613
23621
|
} | undefined;
|
|
23614
23622
|
appearance?: {
|
|
@@ -26171,6 +26179,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26171
26179
|
filter: boolean;
|
|
26172
26180
|
rowHeight: boolean;
|
|
26173
26181
|
addRecordForm: boolean;
|
|
26182
|
+
editInline: boolean;
|
|
26174
26183
|
buttons?: string[] | undefined;
|
|
26175
26184
|
} | undefined;
|
|
26176
26185
|
appearance?: {
|
|
@@ -575,6 +575,7 @@ declare const SysUser: Omit<{
|
|
|
575
575
|
filter: boolean;
|
|
576
576
|
rowHeight: boolean;
|
|
577
577
|
addRecordForm: boolean;
|
|
578
|
+
editInline: boolean;
|
|
578
579
|
buttons?: string[] | undefined;
|
|
579
580
|
} | undefined;
|
|
580
581
|
appearance?: {
|
|
@@ -5245,6 +5246,7 @@ declare const SysSession: Omit<{
|
|
|
5245
5246
|
filter: boolean;
|
|
5246
5247
|
rowHeight: boolean;
|
|
5247
5248
|
addRecordForm: boolean;
|
|
5249
|
+
editInline: boolean;
|
|
5248
5250
|
buttons?: string[] | undefined;
|
|
5249
5251
|
} | undefined;
|
|
5250
5252
|
appearance?: {
|
|
@@ -8575,6 +8577,7 @@ declare const SysAccount: Omit<{
|
|
|
8575
8577
|
filter: boolean;
|
|
8576
8578
|
rowHeight: boolean;
|
|
8577
8579
|
addRecordForm: boolean;
|
|
8580
|
+
editInline: boolean;
|
|
8578
8581
|
buttons?: string[] | undefined;
|
|
8579
8582
|
} | undefined;
|
|
8580
8583
|
appearance?: {
|
|
@@ -11961,6 +11964,7 @@ declare const SysVerification: Omit<{
|
|
|
11961
11964
|
filter: boolean;
|
|
11962
11965
|
rowHeight: boolean;
|
|
11963
11966
|
addRecordForm: boolean;
|
|
11967
|
+
editInline: boolean;
|
|
11964
11968
|
buttons?: string[] | undefined;
|
|
11965
11969
|
} | undefined;
|
|
11966
11970
|
appearance?: {
|
|
@@ -13829,6 +13833,7 @@ declare const SysOrganization: Omit<{
|
|
|
13829
13833
|
filter: boolean;
|
|
13830
13834
|
rowHeight: boolean;
|
|
13831
13835
|
addRecordForm: boolean;
|
|
13836
|
+
editInline: boolean;
|
|
13832
13837
|
buttons?: string[] | undefined;
|
|
13833
13838
|
} | undefined;
|
|
13834
13839
|
appearance?: {
|
|
@@ -16170,6 +16175,7 @@ declare const SysMember: Omit<{
|
|
|
16170
16175
|
filter: boolean;
|
|
16171
16176
|
rowHeight: boolean;
|
|
16172
16177
|
addRecordForm: boolean;
|
|
16178
|
+
editInline: boolean;
|
|
16173
16179
|
buttons?: string[] | undefined;
|
|
16174
16180
|
} | undefined;
|
|
16175
16181
|
appearance?: {
|
|
@@ -17959,6 +17965,7 @@ declare const SysInvitation: Omit<{
|
|
|
17959
17965
|
filter: boolean;
|
|
17960
17966
|
rowHeight: boolean;
|
|
17961
17967
|
addRecordForm: boolean;
|
|
17968
|
+
editInline: boolean;
|
|
17962
17969
|
buttons?: string[] | undefined;
|
|
17963
17970
|
} | undefined;
|
|
17964
17971
|
appearance?: {
|
|
@@ -20512,6 +20519,7 @@ declare const SysTeam: Omit<{
|
|
|
20512
20519
|
filter: boolean;
|
|
20513
20520
|
rowHeight: boolean;
|
|
20514
20521
|
addRecordForm: boolean;
|
|
20522
|
+
editInline: boolean;
|
|
20515
20523
|
buttons?: string[] | undefined;
|
|
20516
20524
|
} | undefined;
|
|
20517
20525
|
appearance?: {
|
|
@@ -22303,6 +22311,7 @@ declare const SysTeamMember: Omit<{
|
|
|
22303
22311
|
filter: boolean;
|
|
22304
22312
|
rowHeight: boolean;
|
|
22305
22313
|
addRecordForm: boolean;
|
|
22314
|
+
editInline: boolean;
|
|
22306
22315
|
buttons?: string[] | undefined;
|
|
22307
22316
|
} | undefined;
|
|
22308
22317
|
appearance?: {
|
|
@@ -23874,6 +23883,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
23874
23883
|
filter: boolean;
|
|
23875
23884
|
rowHeight: boolean;
|
|
23876
23885
|
addRecordForm: boolean;
|
|
23886
|
+
editInline: boolean;
|
|
23877
23887
|
buttons?: string[] | undefined;
|
|
23878
23888
|
} | undefined;
|
|
23879
23889
|
appearance?: {
|
|
@@ -27071,6 +27081,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
27071
27081
|
filter: boolean;
|
|
27072
27082
|
rowHeight: boolean;
|
|
27073
27083
|
addRecordForm: boolean;
|
|
27084
|
+
editInline: boolean;
|
|
27074
27085
|
buttons?: string[] | undefined;
|
|
27075
27086
|
} | undefined;
|
|
27076
27087
|
appearance?: {
|
|
@@ -29457,6 +29468,7 @@ declare const SysApiKey: Omit<{
|
|
|
29457
29468
|
filter: boolean;
|
|
29458
29469
|
rowHeight: boolean;
|
|
29459
29470
|
addRecordForm: boolean;
|
|
29471
|
+
editInline: boolean;
|
|
29460
29472
|
buttons?: string[] | undefined;
|
|
29461
29473
|
} | undefined;
|
|
29462
29474
|
appearance?: {
|
|
@@ -32315,6 +32327,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
32315
32327
|
filter: boolean;
|
|
32316
32328
|
rowHeight: boolean;
|
|
32317
32329
|
addRecordForm: boolean;
|
|
32330
|
+
editInline: boolean;
|
|
32318
32331
|
buttons?: string[] | undefined;
|
|
32319
32332
|
} | undefined;
|
|
32320
32333
|
appearance?: {
|
|
@@ -34474,6 +34487,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
34474
34487
|
filter: boolean;
|
|
34475
34488
|
rowHeight: boolean;
|
|
34476
34489
|
addRecordForm: boolean;
|
|
34490
|
+
editInline: boolean;
|
|
34477
34491
|
buttons?: string[] | undefined;
|
|
34478
34492
|
} | undefined;
|
|
34479
34493
|
appearance?: {
|
|
@@ -37397,6 +37411,7 @@ declare const SysUserPreference: Omit<{
|
|
|
37397
37411
|
filter: boolean;
|
|
37398
37412
|
rowHeight: boolean;
|
|
37399
37413
|
addRecordForm: boolean;
|
|
37414
|
+
editInline: boolean;
|
|
37400
37415
|
buttons?: string[] | undefined;
|
|
37401
37416
|
} | undefined;
|
|
37402
37417
|
appearance?: {
|
|
@@ -39333,6 +39348,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
39333
39348
|
filter: boolean;
|
|
39334
39349
|
rowHeight: boolean;
|
|
39335
39350
|
addRecordForm: boolean;
|
|
39351
|
+
editInline: boolean;
|
|
39336
39352
|
buttons?: string[] | undefined;
|
|
39337
39353
|
} | undefined;
|
|
39338
39354
|
appearance?: {
|
|
@@ -45617,6 +45633,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
45617
45633
|
filter: boolean;
|
|
45618
45634
|
rowHeight: boolean;
|
|
45619
45635
|
addRecordForm: boolean;
|
|
45636
|
+
editInline: boolean;
|
|
45620
45637
|
buttons?: string[] | undefined;
|
|
45621
45638
|
} | undefined;
|
|
45622
45639
|
appearance?: {
|
|
@@ -48186,6 +48203,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
48186
48203
|
filter: boolean;
|
|
48187
48204
|
rowHeight: boolean;
|
|
48188
48205
|
addRecordForm: boolean;
|
|
48206
|
+
editInline: boolean;
|
|
48189
48207
|
buttons?: string[] | undefined;
|
|
48190
48208
|
} | undefined;
|
|
48191
48209
|
appearance?: {
|
|
@@ -50929,6 +50947,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
50929
50947
|
filter: boolean;
|
|
50930
50948
|
rowHeight: boolean;
|
|
50931
50949
|
addRecordForm: boolean;
|
|
50950
|
+
editInline: boolean;
|
|
50932
50951
|
buttons?: string[] | undefined;
|
|
50933
50952
|
} | undefined;
|
|
50934
50953
|
appearance?: {
|
|
@@ -52969,6 +52988,7 @@ declare const SysJwks: Omit<{
|
|
|
52969
52988
|
filter: boolean;
|
|
52970
52989
|
rowHeight: boolean;
|
|
52971
52990
|
addRecordForm: boolean;
|
|
52991
|
+
editInline: boolean;
|
|
52972
52992
|
buttons?: string[] | undefined;
|
|
52973
52993
|
} | undefined;
|
|
52974
52994
|
appearance?: {
|
|
@@ -54666,6 +54686,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
54666
54686
|
filter: boolean;
|
|
54667
54687
|
rowHeight: boolean;
|
|
54668
54688
|
addRecordForm: boolean;
|
|
54689
|
+
editInline: boolean;
|
|
54669
54690
|
buttons?: string[] | undefined;
|
|
54670
54691
|
} | undefined;
|
|
54671
54692
|
appearance?: {
|
|
@@ -57649,6 +57670,7 @@ declare const SysScimProvider: Omit<{
|
|
|
57649
57670
|
filter: boolean;
|
|
57650
57671
|
rowHeight: boolean;
|
|
57651
57672
|
addRecordForm: boolean;
|
|
57673
|
+
editInline: boolean;
|
|
57652
57674
|
buttons?: string[] | undefined;
|
|
57653
57675
|
} | undefined;
|
|
57654
57676
|
appearance?: {
|
package/dist/identity/index.d.ts
CHANGED
|
@@ -575,6 +575,7 @@ declare const SysUser: Omit<{
|
|
|
575
575
|
filter: boolean;
|
|
576
576
|
rowHeight: boolean;
|
|
577
577
|
addRecordForm: boolean;
|
|
578
|
+
editInline: boolean;
|
|
578
579
|
buttons?: string[] | undefined;
|
|
579
580
|
} | undefined;
|
|
580
581
|
appearance?: {
|
|
@@ -5245,6 +5246,7 @@ declare const SysSession: Omit<{
|
|
|
5245
5246
|
filter: boolean;
|
|
5246
5247
|
rowHeight: boolean;
|
|
5247
5248
|
addRecordForm: boolean;
|
|
5249
|
+
editInline: boolean;
|
|
5248
5250
|
buttons?: string[] | undefined;
|
|
5249
5251
|
} | undefined;
|
|
5250
5252
|
appearance?: {
|
|
@@ -8575,6 +8577,7 @@ declare const SysAccount: Omit<{
|
|
|
8575
8577
|
filter: boolean;
|
|
8576
8578
|
rowHeight: boolean;
|
|
8577
8579
|
addRecordForm: boolean;
|
|
8580
|
+
editInline: boolean;
|
|
8578
8581
|
buttons?: string[] | undefined;
|
|
8579
8582
|
} | undefined;
|
|
8580
8583
|
appearance?: {
|
|
@@ -11961,6 +11964,7 @@ declare const SysVerification: Omit<{
|
|
|
11961
11964
|
filter: boolean;
|
|
11962
11965
|
rowHeight: boolean;
|
|
11963
11966
|
addRecordForm: boolean;
|
|
11967
|
+
editInline: boolean;
|
|
11964
11968
|
buttons?: string[] | undefined;
|
|
11965
11969
|
} | undefined;
|
|
11966
11970
|
appearance?: {
|
|
@@ -13829,6 +13833,7 @@ declare const SysOrganization: Omit<{
|
|
|
13829
13833
|
filter: boolean;
|
|
13830
13834
|
rowHeight: boolean;
|
|
13831
13835
|
addRecordForm: boolean;
|
|
13836
|
+
editInline: boolean;
|
|
13832
13837
|
buttons?: string[] | undefined;
|
|
13833
13838
|
} | undefined;
|
|
13834
13839
|
appearance?: {
|
|
@@ -16170,6 +16175,7 @@ declare const SysMember: Omit<{
|
|
|
16170
16175
|
filter: boolean;
|
|
16171
16176
|
rowHeight: boolean;
|
|
16172
16177
|
addRecordForm: boolean;
|
|
16178
|
+
editInline: boolean;
|
|
16173
16179
|
buttons?: string[] | undefined;
|
|
16174
16180
|
} | undefined;
|
|
16175
16181
|
appearance?: {
|
|
@@ -17959,6 +17965,7 @@ declare const SysInvitation: Omit<{
|
|
|
17959
17965
|
filter: boolean;
|
|
17960
17966
|
rowHeight: boolean;
|
|
17961
17967
|
addRecordForm: boolean;
|
|
17968
|
+
editInline: boolean;
|
|
17962
17969
|
buttons?: string[] | undefined;
|
|
17963
17970
|
} | undefined;
|
|
17964
17971
|
appearance?: {
|
|
@@ -20512,6 +20519,7 @@ declare const SysTeam: Omit<{
|
|
|
20512
20519
|
filter: boolean;
|
|
20513
20520
|
rowHeight: boolean;
|
|
20514
20521
|
addRecordForm: boolean;
|
|
20522
|
+
editInline: boolean;
|
|
20515
20523
|
buttons?: string[] | undefined;
|
|
20516
20524
|
} | undefined;
|
|
20517
20525
|
appearance?: {
|
|
@@ -22303,6 +22311,7 @@ declare const SysTeamMember: Omit<{
|
|
|
22303
22311
|
filter: boolean;
|
|
22304
22312
|
rowHeight: boolean;
|
|
22305
22313
|
addRecordForm: boolean;
|
|
22314
|
+
editInline: boolean;
|
|
22306
22315
|
buttons?: string[] | undefined;
|
|
22307
22316
|
} | undefined;
|
|
22308
22317
|
appearance?: {
|
|
@@ -23874,6 +23883,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
23874
23883
|
filter: boolean;
|
|
23875
23884
|
rowHeight: boolean;
|
|
23876
23885
|
addRecordForm: boolean;
|
|
23886
|
+
editInline: boolean;
|
|
23877
23887
|
buttons?: string[] | undefined;
|
|
23878
23888
|
} | undefined;
|
|
23879
23889
|
appearance?: {
|
|
@@ -27071,6 +27081,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
27071
27081
|
filter: boolean;
|
|
27072
27082
|
rowHeight: boolean;
|
|
27073
27083
|
addRecordForm: boolean;
|
|
27084
|
+
editInline: boolean;
|
|
27074
27085
|
buttons?: string[] | undefined;
|
|
27075
27086
|
} | undefined;
|
|
27076
27087
|
appearance?: {
|
|
@@ -29457,6 +29468,7 @@ declare const SysApiKey: Omit<{
|
|
|
29457
29468
|
filter: boolean;
|
|
29458
29469
|
rowHeight: boolean;
|
|
29459
29470
|
addRecordForm: boolean;
|
|
29471
|
+
editInline: boolean;
|
|
29460
29472
|
buttons?: string[] | undefined;
|
|
29461
29473
|
} | undefined;
|
|
29462
29474
|
appearance?: {
|
|
@@ -32315,6 +32327,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
32315
32327
|
filter: boolean;
|
|
32316
32328
|
rowHeight: boolean;
|
|
32317
32329
|
addRecordForm: boolean;
|
|
32330
|
+
editInline: boolean;
|
|
32318
32331
|
buttons?: string[] | undefined;
|
|
32319
32332
|
} | undefined;
|
|
32320
32333
|
appearance?: {
|
|
@@ -34474,6 +34487,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
34474
34487
|
filter: boolean;
|
|
34475
34488
|
rowHeight: boolean;
|
|
34476
34489
|
addRecordForm: boolean;
|
|
34490
|
+
editInline: boolean;
|
|
34477
34491
|
buttons?: string[] | undefined;
|
|
34478
34492
|
} | undefined;
|
|
34479
34493
|
appearance?: {
|
|
@@ -37397,6 +37411,7 @@ declare const SysUserPreference: Omit<{
|
|
|
37397
37411
|
filter: boolean;
|
|
37398
37412
|
rowHeight: boolean;
|
|
37399
37413
|
addRecordForm: boolean;
|
|
37414
|
+
editInline: boolean;
|
|
37400
37415
|
buttons?: string[] | undefined;
|
|
37401
37416
|
} | undefined;
|
|
37402
37417
|
appearance?: {
|
|
@@ -39333,6 +39348,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
39333
39348
|
filter: boolean;
|
|
39334
39349
|
rowHeight: boolean;
|
|
39335
39350
|
addRecordForm: boolean;
|
|
39351
|
+
editInline: boolean;
|
|
39336
39352
|
buttons?: string[] | undefined;
|
|
39337
39353
|
} | undefined;
|
|
39338
39354
|
appearance?: {
|
|
@@ -45617,6 +45633,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
45617
45633
|
filter: boolean;
|
|
45618
45634
|
rowHeight: boolean;
|
|
45619
45635
|
addRecordForm: boolean;
|
|
45636
|
+
editInline: boolean;
|
|
45620
45637
|
buttons?: string[] | undefined;
|
|
45621
45638
|
} | undefined;
|
|
45622
45639
|
appearance?: {
|
|
@@ -48186,6 +48203,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
48186
48203
|
filter: boolean;
|
|
48187
48204
|
rowHeight: boolean;
|
|
48188
48205
|
addRecordForm: boolean;
|
|
48206
|
+
editInline: boolean;
|
|
48189
48207
|
buttons?: string[] | undefined;
|
|
48190
48208
|
} | undefined;
|
|
48191
48209
|
appearance?: {
|
|
@@ -50929,6 +50947,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
50929
50947
|
filter: boolean;
|
|
50930
50948
|
rowHeight: boolean;
|
|
50931
50949
|
addRecordForm: boolean;
|
|
50950
|
+
editInline: boolean;
|
|
50932
50951
|
buttons?: string[] | undefined;
|
|
50933
50952
|
} | undefined;
|
|
50934
50953
|
appearance?: {
|
|
@@ -52969,6 +52988,7 @@ declare const SysJwks: Omit<{
|
|
|
52969
52988
|
filter: boolean;
|
|
52970
52989
|
rowHeight: boolean;
|
|
52971
52990
|
addRecordForm: boolean;
|
|
52991
|
+
editInline: boolean;
|
|
52972
52992
|
buttons?: string[] | undefined;
|
|
52973
52993
|
} | undefined;
|
|
52974
52994
|
appearance?: {
|
|
@@ -54666,6 +54686,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
54666
54686
|
filter: boolean;
|
|
54667
54687
|
rowHeight: boolean;
|
|
54668
54688
|
addRecordForm: boolean;
|
|
54689
|
+
editInline: boolean;
|
|
54669
54690
|
buttons?: string[] | undefined;
|
|
54670
54691
|
} | undefined;
|
|
54671
54692
|
appearance?: {
|
|
@@ -57649,6 +57670,7 @@ declare const SysScimProvider: Omit<{
|
|
|
57649
57670
|
filter: boolean;
|
|
57650
57671
|
rowHeight: boolean;
|
|
57651
57672
|
addRecordForm: boolean;
|
|
57673
|
+
editInline: boolean;
|
|
57652
57674
|
buttons?: string[] | undefined;
|
|
57653
57675
|
} | undefined;
|
|
57654
57676
|
appearance?: {
|
package/dist/system/index.d.mts
CHANGED
|
@@ -593,6 +593,7 @@ declare const SysSetting: Omit<{
|
|
|
593
593
|
filter: boolean;
|
|
594
594
|
rowHeight: boolean;
|
|
595
595
|
addRecordForm: boolean;
|
|
596
|
+
editInline: boolean;
|
|
596
597
|
buttons?: string[] | undefined;
|
|
597
598
|
} | undefined;
|
|
598
599
|
appearance?: {
|
|
@@ -3791,6 +3792,7 @@ declare const SysSecret: Omit<{
|
|
|
3791
3792
|
filter: boolean;
|
|
3792
3793
|
rowHeight: boolean;
|
|
3793
3794
|
addRecordForm: boolean;
|
|
3795
|
+
editInline: boolean;
|
|
3794
3796
|
buttons?: string[] | undefined;
|
|
3795
3797
|
} | undefined;
|
|
3796
3798
|
appearance?: {
|
|
@@ -6201,6 +6203,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6201
6203
|
filter: boolean;
|
|
6202
6204
|
rowHeight: boolean;
|
|
6203
6205
|
addRecordForm: boolean;
|
|
6206
|
+
editInline: boolean;
|
|
6204
6207
|
buttons?: string[] | undefined;
|
|
6205
6208
|
} | undefined;
|
|
6206
6209
|
appearance?: {
|
package/dist/system/index.d.ts
CHANGED
|
@@ -593,6 +593,7 @@ declare const SysSetting: Omit<{
|
|
|
593
593
|
filter: boolean;
|
|
594
594
|
rowHeight: boolean;
|
|
595
595
|
addRecordForm: boolean;
|
|
596
|
+
editInline: boolean;
|
|
596
597
|
buttons?: string[] | undefined;
|
|
597
598
|
} | undefined;
|
|
598
599
|
appearance?: {
|
|
@@ -3791,6 +3792,7 @@ declare const SysSecret: Omit<{
|
|
|
3791
3792
|
filter: boolean;
|
|
3792
3793
|
rowHeight: boolean;
|
|
3793
3794
|
addRecordForm: boolean;
|
|
3795
|
+
editInline: boolean;
|
|
3794
3796
|
buttons?: string[] | undefined;
|
|
3795
3797
|
} | undefined;
|
|
3796
3798
|
appearance?: {
|
|
@@ -6201,6 +6203,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6201
6203
|
filter: boolean;
|
|
6202
6204
|
rowHeight: boolean;
|
|
6203
6205
|
addRecordForm: boolean;
|
|
6206
|
+
editInline: boolean;
|
|
6204
6207
|
buttons?: string[] | undefined;
|
|
6205
6208
|
} | undefined;
|
|
6206
6209
|
appearance?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.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",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/metadata-core": "11.
|
|
67
|
-
"@objectstack/spec": "11.
|
|
66
|
+
"@objectstack/metadata-core": "11.4.0",
|
|
67
|
+
"@objectstack/spec": "11.4.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^26.0.1",
|