@objectstack/platform-objects 11.6.0 → 11.9.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.
@@ -274,26 +274,12 @@ declare const SysUser: Omit<{
274
274
  fieldGroups?: {
275
275
  key: string;
276
276
  label: string;
277
- defaultExpanded: boolean;
277
+ collapse: "none" | "collapsed" | "expanded";
278
278
  icon?: string | undefined;
279
279
  description?: string | undefined;
280
- visibleOn?: {
281
- dialect: "cel" | "js" | "cron" | "template";
282
- source?: string | undefined;
283
- ast?: unknown;
284
- meta?: {
285
- rationale?: string | undefined;
286
- generatedBy?: string | undefined;
287
- } | undefined;
288
- } | {
289
- dialect: "cel" | "js" | "cron" | "template";
290
- source?: string | undefined;
291
- ast?: unknown;
292
- meta?: {
293
- rationale?: string | undefined;
294
- generatedBy?: string | undefined;
295
- } | undefined;
296
- } | undefined;
280
+ defaultExpanded?: boolean | undefined;
281
+ collapsible?: boolean | undefined;
282
+ collapsed?: boolean | undefined;
297
283
  }[] | undefined;
298
284
  tenancy?: {
299
285
  enabled: boolean;
@@ -347,7 +333,9 @@ declare const SysUser: Omit<{
347
333
  generatedBy?: string | undefined;
348
334
  } | undefined;
349
335
  } | undefined;
336
+ highlightFields?: string[] | undefined;
350
337
  compactLayout?: string[] | undefined;
338
+ stageField?: string | false | undefined;
351
339
  listViews?: Record<string, {
352
340
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
353
341
  columns: string[] | {
@@ -676,12 +664,6 @@ declare const SysUser: Omit<{
676
664
  eligibility?: string | undefined;
677
665
  } | undefined;
678
666
  keyPrefix?: string | undefined;
679
- detail?: {
680
- [x: string]: unknown;
681
- renderViaSchema?: boolean | undefined;
682
- hideReferenceRail?: boolean | undefined;
683
- hideRelatedTab?: boolean | undefined;
684
- } | undefined;
685
667
  actions?: {
686
668
  name: string;
687
669
  label: string;
@@ -807,7 +789,7 @@ declare const SysUser: Omit<{
807
789
  readonly displayNameField: "name";
808
790
  readonly nameField: "name";
809
791
  readonly titleFormat: "{name}";
810
- readonly compactLayout: ["name", "email", "email_verified"];
792
+ readonly highlightFields: ["name", "email", "email_verified"];
811
793
  readonly actions: [{
812
794
  readonly name: "invite_user";
813
795
  readonly label: "Invite User";
@@ -4945,26 +4927,12 @@ declare const SysSession: Omit<{
4945
4927
  fieldGroups?: {
4946
4928
  key: string;
4947
4929
  label: string;
4948
- defaultExpanded: boolean;
4930
+ collapse: "none" | "collapsed" | "expanded";
4949
4931
  icon?: string | undefined;
4950
4932
  description?: string | undefined;
4951
- visibleOn?: {
4952
- dialect: "cel" | "js" | "cron" | "template";
4953
- source?: string | undefined;
4954
- ast?: unknown;
4955
- meta?: {
4956
- rationale?: string | undefined;
4957
- generatedBy?: string | undefined;
4958
- } | undefined;
4959
- } | {
4960
- dialect: "cel" | "js" | "cron" | "template";
4961
- source?: string | undefined;
4962
- ast?: unknown;
4963
- meta?: {
4964
- rationale?: string | undefined;
4965
- generatedBy?: string | undefined;
4966
- } | undefined;
4967
- } | undefined;
4933
+ defaultExpanded?: boolean | undefined;
4934
+ collapsible?: boolean | undefined;
4935
+ collapsed?: boolean | undefined;
4968
4936
  }[] | undefined;
4969
4937
  tenancy?: {
4970
4938
  enabled: boolean;
@@ -5018,7 +4986,9 @@ declare const SysSession: Omit<{
5018
4986
  generatedBy?: string | undefined;
5019
4987
  } | undefined;
5020
4988
  } | undefined;
4989
+ highlightFields?: string[] | undefined;
5021
4990
  compactLayout?: string[] | undefined;
4991
+ stageField?: string | false | undefined;
5022
4992
  listViews?: Record<string, {
5023
4993
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
5024
4994
  columns: string[] | {
@@ -5347,12 +5317,6 @@ declare const SysSession: Omit<{
5347
5317
  eligibility?: string | undefined;
5348
5318
  } | undefined;
5349
5319
  keyPrefix?: string | undefined;
5350
- detail?: {
5351
- [x: string]: unknown;
5352
- renderViaSchema?: boolean | undefined;
5353
- hideReferenceRail?: boolean | undefined;
5354
- hideRelatedTab?: boolean | undefined;
5355
- } | undefined;
5356
5320
  actions?: {
5357
5321
  name: string;
5358
5322
  label: string;
@@ -5478,7 +5442,7 @@ declare const SysSession: Omit<{
5478
5442
  readonly displayNameField: "user_id";
5479
5443
  readonly nameField: "user_id";
5480
5444
  readonly titleFormat: "Session — {user_id}";
5481
- readonly compactLayout: ["user_id", "ip_address", "expires_at"];
5445
+ readonly highlightFields: ["user_id", "ip_address", "expires_at"];
5482
5446
  readonly actions: [{
5483
5447
  readonly name: "revoke_my_other_sessions";
5484
5448
  readonly label: "Sign out other devices";
@@ -8276,26 +8240,12 @@ declare const SysAccount: Omit<{
8276
8240
  fieldGroups?: {
8277
8241
  key: string;
8278
8242
  label: string;
8279
- defaultExpanded: boolean;
8243
+ collapse: "none" | "collapsed" | "expanded";
8280
8244
  icon?: string | undefined;
8281
8245
  description?: string | undefined;
8282
- visibleOn?: {
8283
- dialect: "cel" | "js" | "cron" | "template";
8284
- source?: string | undefined;
8285
- ast?: unknown;
8286
- meta?: {
8287
- rationale?: string | undefined;
8288
- generatedBy?: string | undefined;
8289
- } | undefined;
8290
- } | {
8291
- dialect: "cel" | "js" | "cron" | "template";
8292
- source?: string | undefined;
8293
- ast?: unknown;
8294
- meta?: {
8295
- rationale?: string | undefined;
8296
- generatedBy?: string | undefined;
8297
- } | undefined;
8298
- } | undefined;
8246
+ defaultExpanded?: boolean | undefined;
8247
+ collapsible?: boolean | undefined;
8248
+ collapsed?: boolean | undefined;
8299
8249
  }[] | undefined;
8300
8250
  tenancy?: {
8301
8251
  enabled: boolean;
@@ -8349,7 +8299,9 @@ declare const SysAccount: Omit<{
8349
8299
  generatedBy?: string | undefined;
8350
8300
  } | undefined;
8351
8301
  } | undefined;
8302
+ highlightFields?: string[] | undefined;
8352
8303
  compactLayout?: string[] | undefined;
8304
+ stageField?: string | false | undefined;
8353
8305
  listViews?: Record<string, {
8354
8306
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
8355
8307
  columns: string[] | {
@@ -8678,12 +8630,6 @@ declare const SysAccount: Omit<{
8678
8630
  eligibility?: string | undefined;
8679
8631
  } | undefined;
8680
8632
  keyPrefix?: string | undefined;
8681
- detail?: {
8682
- [x: string]: unknown;
8683
- renderViaSchema?: boolean | undefined;
8684
- hideReferenceRail?: boolean | undefined;
8685
- hideRelatedTab?: boolean | undefined;
8686
- } | undefined;
8687
8633
  actions?: {
8688
8634
  name: string;
8689
8635
  label: string;
@@ -8807,7 +8753,7 @@ declare const SysAccount: Omit<{
8807
8753
  };
8808
8754
  readonly description: "OAuth and authentication provider accounts";
8809
8755
  readonly titleFormat: "{provider_id} - {account_id}";
8810
- readonly compactLayout: ["provider_id", "user_id", "account_id"];
8756
+ readonly highlightFields: ["provider_id", "user_id", "account_id"];
8811
8757
  readonly actions: [{
8812
8758
  readonly name: "link_social";
8813
8759
  readonly label: "Link Social Account";
@@ -11663,26 +11609,12 @@ declare const SysVerification: Omit<{
11663
11609
  fieldGroups?: {
11664
11610
  key: string;
11665
11611
  label: string;
11666
- defaultExpanded: boolean;
11612
+ collapse: "none" | "collapsed" | "expanded";
11667
11613
  icon?: string | undefined;
11668
11614
  description?: string | undefined;
11669
- visibleOn?: {
11670
- dialect: "cel" | "js" | "cron" | "template";
11671
- source?: string | undefined;
11672
- ast?: unknown;
11673
- meta?: {
11674
- rationale?: string | undefined;
11675
- generatedBy?: string | undefined;
11676
- } | undefined;
11677
- } | {
11678
- dialect: "cel" | "js" | "cron" | "template";
11679
- source?: string | undefined;
11680
- ast?: unknown;
11681
- meta?: {
11682
- rationale?: string | undefined;
11683
- generatedBy?: string | undefined;
11684
- } | undefined;
11685
- } | undefined;
11615
+ defaultExpanded?: boolean | undefined;
11616
+ collapsible?: boolean | undefined;
11617
+ collapsed?: boolean | undefined;
11686
11618
  }[] | undefined;
11687
11619
  tenancy?: {
11688
11620
  enabled: boolean;
@@ -11736,7 +11668,9 @@ declare const SysVerification: Omit<{
11736
11668
  generatedBy?: string | undefined;
11737
11669
  } | undefined;
11738
11670
  } | undefined;
11671
+ highlightFields?: string[] | undefined;
11739
11672
  compactLayout?: string[] | undefined;
11673
+ stageField?: string | false | undefined;
11740
11674
  listViews?: Record<string, {
11741
11675
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
11742
11676
  columns: string[] | {
@@ -12065,12 +11999,6 @@ declare const SysVerification: Omit<{
12065
11999
  eligibility?: string | undefined;
12066
12000
  } | undefined;
12067
12001
  keyPrefix?: string | undefined;
12068
- detail?: {
12069
- [x: string]: unknown;
12070
- renderViaSchema?: boolean | undefined;
12071
- hideReferenceRail?: boolean | undefined;
12072
- hideRelatedTab?: boolean | undefined;
12073
- } | undefined;
12074
12002
  actions?: {
12075
12003
  name: string;
12076
12004
  label: string;
@@ -12194,7 +12122,7 @@ declare const SysVerification: Omit<{
12194
12122
  };
12195
12123
  readonly description: "Email and phone verification tokens";
12196
12124
  readonly titleFormat: "Verification for {identifier}";
12197
- readonly compactLayout: ["identifier", "expires_at", "created_at"];
12125
+ readonly highlightFields: ["identifier", "expires_at", "created_at"];
12198
12126
  readonly fields: {
12199
12127
  readonly id: {
12200
12128
  readonly readonly?: boolean | undefined;
@@ -13532,26 +13460,12 @@ declare const SysOrganization: Omit<{
13532
13460
  fieldGroups?: {
13533
13461
  key: string;
13534
13462
  label: string;
13535
- defaultExpanded: boolean;
13463
+ collapse: "none" | "collapsed" | "expanded";
13536
13464
  icon?: string | undefined;
13537
13465
  description?: string | undefined;
13538
- visibleOn?: {
13539
- dialect: "cel" | "js" | "cron" | "template";
13540
- source?: string | undefined;
13541
- ast?: unknown;
13542
- meta?: {
13543
- rationale?: string | undefined;
13544
- generatedBy?: string | undefined;
13545
- } | undefined;
13546
- } | {
13547
- dialect: "cel" | "js" | "cron" | "template";
13548
- source?: string | undefined;
13549
- ast?: unknown;
13550
- meta?: {
13551
- rationale?: string | undefined;
13552
- generatedBy?: string | undefined;
13553
- } | undefined;
13554
- } | undefined;
13466
+ defaultExpanded?: boolean | undefined;
13467
+ collapsible?: boolean | undefined;
13468
+ collapsed?: boolean | undefined;
13555
13469
  }[] | undefined;
13556
13470
  tenancy?: {
13557
13471
  enabled: boolean;
@@ -13605,7 +13519,9 @@ declare const SysOrganization: Omit<{
13605
13519
  generatedBy?: string | undefined;
13606
13520
  } | undefined;
13607
13521
  } | undefined;
13522
+ highlightFields?: string[] | undefined;
13608
13523
  compactLayout?: string[] | undefined;
13524
+ stageField?: string | false | undefined;
13609
13525
  listViews?: Record<string, {
13610
13526
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
13611
13527
  columns: string[] | {
@@ -13934,12 +13850,6 @@ declare const SysOrganization: Omit<{
13934
13850
  eligibility?: string | undefined;
13935
13851
  } | undefined;
13936
13852
  keyPrefix?: string | undefined;
13937
- detail?: {
13938
- [x: string]: unknown;
13939
- renderViaSchema?: boolean | undefined;
13940
- hideReferenceRail?: boolean | undefined;
13941
- hideRelatedTab?: boolean | undefined;
13942
- } | undefined;
13943
13853
  actions?: {
13944
13854
  name: string;
13945
13855
  label: string;
@@ -14065,7 +13975,7 @@ declare const SysOrganization: Omit<{
14065
13975
  readonly displayNameField: "name";
14066
13976
  readonly nameField: "name";
14067
13977
  readonly titleFormat: "{name}";
14068
- readonly compactLayout: ["name", "slug"];
13978
+ readonly highlightFields: ["name", "slug"];
14069
13979
  readonly actions: [{
14070
13980
  readonly name: "create_organization";
14071
13981
  readonly label: "Create Organization";
@@ -15874,26 +15784,12 @@ declare const SysMember: Omit<{
15874
15784
  fieldGroups?: {
15875
15785
  key: string;
15876
15786
  label: string;
15877
- defaultExpanded: boolean;
15787
+ collapse: "none" | "collapsed" | "expanded";
15878
15788
  icon?: string | undefined;
15879
15789
  description?: string | undefined;
15880
- visibleOn?: {
15881
- dialect: "cel" | "js" | "cron" | "template";
15882
- source?: string | undefined;
15883
- ast?: unknown;
15884
- meta?: {
15885
- rationale?: string | undefined;
15886
- generatedBy?: string | undefined;
15887
- } | undefined;
15888
- } | {
15889
- dialect: "cel" | "js" | "cron" | "template";
15890
- source?: string | undefined;
15891
- ast?: unknown;
15892
- meta?: {
15893
- rationale?: string | undefined;
15894
- generatedBy?: string | undefined;
15895
- } | undefined;
15896
- } | undefined;
15790
+ defaultExpanded?: boolean | undefined;
15791
+ collapsible?: boolean | undefined;
15792
+ collapsed?: boolean | undefined;
15897
15793
  }[] | undefined;
15898
15794
  tenancy?: {
15899
15795
  enabled: boolean;
@@ -15947,7 +15843,9 @@ declare const SysMember: Omit<{
15947
15843
  generatedBy?: string | undefined;
15948
15844
  } | undefined;
15949
15845
  } | undefined;
15846
+ highlightFields?: string[] | undefined;
15950
15847
  compactLayout?: string[] | undefined;
15848
+ stageField?: string | false | undefined;
15951
15849
  listViews?: Record<string, {
15952
15850
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
15953
15851
  columns: string[] | {
@@ -16276,12 +16174,6 @@ declare const SysMember: Omit<{
16276
16174
  eligibility?: string | undefined;
16277
16175
  } | undefined;
16278
16176
  keyPrefix?: string | undefined;
16279
- detail?: {
16280
- [x: string]: unknown;
16281
- renderViaSchema?: boolean | undefined;
16282
- hideReferenceRail?: boolean | undefined;
16283
- hideRelatedTab?: boolean | undefined;
16284
- } | undefined;
16285
16177
  actions?: {
16286
16178
  name: string;
16287
16179
  label: string;
@@ -16405,7 +16297,7 @@ declare const SysMember: Omit<{
16405
16297
  };
16406
16298
  readonly description: "Organization membership records";
16407
16299
  readonly titleFormat: "{user_id} ({role})";
16408
- readonly compactLayout: ["user_id", "organization_id", "role"];
16300
+ readonly highlightFields: ["user_id", "organization_id", "role"];
16409
16301
  readonly actions: [{
16410
16302
  readonly name: "add_member";
16411
16303
  readonly label: "Add Member";
@@ -17664,26 +17556,12 @@ declare const SysInvitation: Omit<{
17664
17556
  fieldGroups?: {
17665
17557
  key: string;
17666
17558
  label: string;
17667
- defaultExpanded: boolean;
17559
+ collapse: "none" | "collapsed" | "expanded";
17668
17560
  icon?: string | undefined;
17669
17561
  description?: string | undefined;
17670
- visibleOn?: {
17671
- dialect: "cel" | "js" | "cron" | "template";
17672
- source?: string | undefined;
17673
- ast?: unknown;
17674
- meta?: {
17675
- rationale?: string | undefined;
17676
- generatedBy?: string | undefined;
17677
- } | undefined;
17678
- } | {
17679
- dialect: "cel" | "js" | "cron" | "template";
17680
- source?: string | undefined;
17681
- ast?: unknown;
17682
- meta?: {
17683
- rationale?: string | undefined;
17684
- generatedBy?: string | undefined;
17685
- } | undefined;
17686
- } | undefined;
17562
+ defaultExpanded?: boolean | undefined;
17563
+ collapsible?: boolean | undefined;
17564
+ collapsed?: boolean | undefined;
17687
17565
  }[] | undefined;
17688
17566
  tenancy?: {
17689
17567
  enabled: boolean;
@@ -17737,7 +17615,9 @@ declare const SysInvitation: Omit<{
17737
17615
  generatedBy?: string | undefined;
17738
17616
  } | undefined;
17739
17617
  } | undefined;
17618
+ highlightFields?: string[] | undefined;
17740
17619
  compactLayout?: string[] | undefined;
17620
+ stageField?: string | false | undefined;
17741
17621
  listViews?: Record<string, {
17742
17622
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
17743
17623
  columns: string[] | {
@@ -18066,12 +17946,6 @@ declare const SysInvitation: Omit<{
18066
17946
  eligibility?: string | undefined;
18067
17947
  } | undefined;
18068
17948
  keyPrefix?: string | undefined;
18069
- detail?: {
18070
- [x: string]: unknown;
18071
- renderViaSchema?: boolean | undefined;
18072
- hideReferenceRail?: boolean | undefined;
18073
- hideRelatedTab?: boolean | undefined;
18074
- } | undefined;
18075
17949
  actions?: {
18076
17950
  name: string;
18077
17951
  label: string;
@@ -18195,7 +18069,7 @@ declare const SysInvitation: Omit<{
18195
18069
  };
18196
18070
  readonly description: "Organization invitations for user onboarding";
18197
18071
  readonly titleFormat: "Invitation for {email}";
18198
- readonly compactLayout: ["email", "organization_id", "status"];
18072
+ readonly highlightFields: ["email", "organization_id", "status"];
18199
18073
  readonly actions: [{
18200
18074
  readonly name: "invite_user";
18201
18075
  readonly label: "Invite User";
@@ -20218,26 +20092,12 @@ declare const SysTeam: Omit<{
20218
20092
  fieldGroups?: {
20219
20093
  key: string;
20220
20094
  label: string;
20221
- defaultExpanded: boolean;
20095
+ collapse: "none" | "collapsed" | "expanded";
20222
20096
  icon?: string | undefined;
20223
20097
  description?: string | undefined;
20224
- visibleOn?: {
20225
- dialect: "cel" | "js" | "cron" | "template";
20226
- source?: string | undefined;
20227
- ast?: unknown;
20228
- meta?: {
20229
- rationale?: string | undefined;
20230
- generatedBy?: string | undefined;
20231
- } | undefined;
20232
- } | {
20233
- dialect: "cel" | "js" | "cron" | "template";
20234
- source?: string | undefined;
20235
- ast?: unknown;
20236
- meta?: {
20237
- rationale?: string | undefined;
20238
- generatedBy?: string | undefined;
20239
- } | undefined;
20240
- } | undefined;
20098
+ defaultExpanded?: boolean | undefined;
20099
+ collapsible?: boolean | undefined;
20100
+ collapsed?: boolean | undefined;
20241
20101
  }[] | undefined;
20242
20102
  tenancy?: {
20243
20103
  enabled: boolean;
@@ -20291,7 +20151,9 @@ declare const SysTeam: Omit<{
20291
20151
  generatedBy?: string | undefined;
20292
20152
  } | undefined;
20293
20153
  } | undefined;
20154
+ highlightFields?: string[] | undefined;
20294
20155
  compactLayout?: string[] | undefined;
20156
+ stageField?: string | false | undefined;
20295
20157
  listViews?: Record<string, {
20296
20158
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
20297
20159
  columns: string[] | {
@@ -20620,12 +20482,6 @@ declare const SysTeam: Omit<{
20620
20482
  eligibility?: string | undefined;
20621
20483
  } | undefined;
20622
20484
  keyPrefix?: string | undefined;
20623
- detail?: {
20624
- [x: string]: unknown;
20625
- renderViaSchema?: boolean | undefined;
20626
- hideReferenceRail?: boolean | undefined;
20627
- hideRelatedTab?: boolean | undefined;
20628
- } | undefined;
20629
20485
  actions?: {
20630
20486
  name: string;
20631
20487
  label: string;
@@ -20751,7 +20607,7 @@ declare const SysTeam: Omit<{
20751
20607
  readonly displayNameField: "name";
20752
20608
  readonly nameField: "name";
20753
20609
  readonly titleFormat: "{name}";
20754
- readonly compactLayout: ["name", "organization_id"];
20610
+ readonly highlightFields: ["name", "organization_id"];
20755
20611
  readonly actions: [{
20756
20612
  readonly name: "create_team";
20757
20613
  readonly label: "Create Team";
@@ -22010,26 +21866,12 @@ declare const SysTeamMember: Omit<{
22010
21866
  fieldGroups?: {
22011
21867
  key: string;
22012
21868
  label: string;
22013
- defaultExpanded: boolean;
21869
+ collapse: "none" | "collapsed" | "expanded";
22014
21870
  icon?: string | undefined;
22015
21871
  description?: string | undefined;
22016
- visibleOn?: {
22017
- dialect: "cel" | "js" | "cron" | "template";
22018
- source?: string | undefined;
22019
- ast?: unknown;
22020
- meta?: {
22021
- rationale?: string | undefined;
22022
- generatedBy?: string | undefined;
22023
- } | undefined;
22024
- } | {
22025
- dialect: "cel" | "js" | "cron" | "template";
22026
- source?: string | undefined;
22027
- ast?: unknown;
22028
- meta?: {
22029
- rationale?: string | undefined;
22030
- generatedBy?: string | undefined;
22031
- } | undefined;
22032
- } | undefined;
21872
+ defaultExpanded?: boolean | undefined;
21873
+ collapsible?: boolean | undefined;
21874
+ collapsed?: boolean | undefined;
22033
21875
  }[] | undefined;
22034
21876
  tenancy?: {
22035
21877
  enabled: boolean;
@@ -22083,7 +21925,9 @@ declare const SysTeamMember: Omit<{
22083
21925
  generatedBy?: string | undefined;
22084
21926
  } | undefined;
22085
21927
  } | undefined;
21928
+ highlightFields?: string[] | undefined;
22086
21929
  compactLayout?: string[] | undefined;
21930
+ stageField?: string | false | undefined;
22087
21931
  listViews?: Record<string, {
22088
21932
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
22089
21933
  columns: string[] | {
@@ -22412,12 +22256,6 @@ declare const SysTeamMember: Omit<{
22412
22256
  eligibility?: string | undefined;
22413
22257
  } | undefined;
22414
22258
  keyPrefix?: string | undefined;
22415
- detail?: {
22416
- [x: string]: unknown;
22417
- renderViaSchema?: boolean | undefined;
22418
- hideReferenceRail?: boolean | undefined;
22419
- hideRelatedTab?: boolean | undefined;
22420
- } | undefined;
22421
22259
  actions?: {
22422
22260
  name: string;
22423
22261
  label: string;
@@ -22541,7 +22379,7 @@ declare const SysTeamMember: Omit<{
22541
22379
  };
22542
22380
  readonly description: "Team membership records linking users to teams";
22543
22381
  readonly titleFormat: "{user_id} in {team_id}";
22544
- readonly compactLayout: ["user_id", "team_id", "created_at"];
22382
+ readonly highlightFields: ["user_id", "team_id", "created_at"];
22545
22383
  readonly actions: [{
22546
22384
  readonly name: "add_team_member";
22547
22385
  readonly label: "Add Member";
@@ -23582,26 +23420,12 @@ declare const SysBusinessUnit: Omit<{
23582
23420
  fieldGroups?: {
23583
23421
  key: string;
23584
23422
  label: string;
23585
- defaultExpanded: boolean;
23423
+ collapse: "none" | "collapsed" | "expanded";
23586
23424
  icon?: string | undefined;
23587
23425
  description?: string | undefined;
23588
- visibleOn?: {
23589
- dialect: "cel" | "js" | "cron" | "template";
23590
- source?: string | undefined;
23591
- ast?: unknown;
23592
- meta?: {
23593
- rationale?: string | undefined;
23594
- generatedBy?: string | undefined;
23595
- } | undefined;
23596
- } | {
23597
- dialect: "cel" | "js" | "cron" | "template";
23598
- source?: string | undefined;
23599
- ast?: unknown;
23600
- meta?: {
23601
- rationale?: string | undefined;
23602
- generatedBy?: string | undefined;
23603
- } | undefined;
23604
- } | undefined;
23426
+ defaultExpanded?: boolean | undefined;
23427
+ collapsible?: boolean | undefined;
23428
+ collapsed?: boolean | undefined;
23605
23429
  }[] | undefined;
23606
23430
  tenancy?: {
23607
23431
  enabled: boolean;
@@ -23655,7 +23479,9 @@ declare const SysBusinessUnit: Omit<{
23655
23479
  generatedBy?: string | undefined;
23656
23480
  } | undefined;
23657
23481
  } | undefined;
23482
+ highlightFields?: string[] | undefined;
23658
23483
  compactLayout?: string[] | undefined;
23484
+ stageField?: string | false | undefined;
23659
23485
  listViews?: Record<string, {
23660
23486
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
23661
23487
  columns: string[] | {
@@ -23984,12 +23810,6 @@ declare const SysBusinessUnit: Omit<{
23984
23810
  eligibility?: string | undefined;
23985
23811
  } | undefined;
23986
23812
  keyPrefix?: string | undefined;
23987
- detail?: {
23988
- [x: string]: unknown;
23989
- renderViaSchema?: boolean | undefined;
23990
- hideReferenceRail?: boolean | undefined;
23991
- hideRelatedTab?: boolean | undefined;
23992
- } | undefined;
23993
23813
  actions?: {
23994
23814
  name: string;
23995
23815
  label: string;
@@ -24110,7 +23930,7 @@ declare const SysBusinessUnit: Omit<{
24110
23930
  readonly displayNameField: "name";
24111
23931
  readonly nameField: "name";
24112
23932
  readonly titleFormat: "{name}";
24113
- readonly compactLayout: ["name", "kind", "parent_business_unit_id", "manager_user_id"];
23933
+ readonly highlightFields: ["name", "kind", "parent_business_unit_id", "manager_user_id"];
24114
23934
  readonly listViews: {
24115
23935
  readonly org_chart: {
24116
23936
  readonly type: "tree";
@@ -26780,26 +26600,12 @@ declare const SysBusinessUnitMember: Omit<{
26780
26600
  fieldGroups?: {
26781
26601
  key: string;
26782
26602
  label: string;
26783
- defaultExpanded: boolean;
26603
+ collapse: "none" | "collapsed" | "expanded";
26784
26604
  icon?: string | undefined;
26785
26605
  description?: string | undefined;
26786
- visibleOn?: {
26787
- dialect: "cel" | "js" | "cron" | "template";
26788
- source?: string | undefined;
26789
- ast?: unknown;
26790
- meta?: {
26791
- rationale?: string | undefined;
26792
- generatedBy?: string | undefined;
26793
- } | undefined;
26794
- } | {
26795
- dialect: "cel" | "js" | "cron" | "template";
26796
- source?: string | undefined;
26797
- ast?: unknown;
26798
- meta?: {
26799
- rationale?: string | undefined;
26800
- generatedBy?: string | undefined;
26801
- } | undefined;
26802
- } | undefined;
26606
+ defaultExpanded?: boolean | undefined;
26607
+ collapsible?: boolean | undefined;
26608
+ collapsed?: boolean | undefined;
26803
26609
  }[] | undefined;
26804
26610
  tenancy?: {
26805
26611
  enabled: boolean;
@@ -26853,7 +26659,9 @@ declare const SysBusinessUnitMember: Omit<{
26853
26659
  generatedBy?: string | undefined;
26854
26660
  } | undefined;
26855
26661
  } | undefined;
26662
+ highlightFields?: string[] | undefined;
26856
26663
  compactLayout?: string[] | undefined;
26664
+ stageField?: string | false | undefined;
26857
26665
  listViews?: Record<string, {
26858
26666
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
26859
26667
  columns: string[] | {
@@ -27182,12 +26990,6 @@ declare const SysBusinessUnitMember: Omit<{
27182
26990
  eligibility?: string | undefined;
27183
26991
  } | undefined;
27184
26992
  keyPrefix?: string | undefined;
27185
- detail?: {
27186
- [x: string]: unknown;
27187
- renderViaSchema?: boolean | undefined;
27188
- hideReferenceRail?: boolean | undefined;
27189
- hideRelatedTab?: boolean | undefined;
27190
- } | undefined;
27191
26993
  actions?: {
27192
26994
  name: string;
27193
26995
  label: string;
@@ -27306,7 +27108,7 @@ declare const SysBusinessUnitMember: Omit<{
27306
27108
  readonly managedBy: "platform";
27307
27109
  readonly description: "User assignment to a business unit (matrix-org friendly, effective-dated).";
27308
27110
  readonly titleFormat: "{user_id} in {business_unit_id}";
27309
- readonly compactLayout: ["user_id", "business_unit_id", "role_in_business_unit", "is_primary"];
27111
+ readonly highlightFields: ["user_id", "business_unit_id", "role_in_business_unit", "is_primary"];
27310
27112
  readonly fields: {
27311
27113
  readonly id: {
27312
27114
  readonly readonly?: boolean | undefined;
@@ -29167,26 +28969,12 @@ declare const SysApiKey: Omit<{
29167
28969
  fieldGroups?: {
29168
28970
  key: string;
29169
28971
  label: string;
29170
- defaultExpanded: boolean;
28972
+ collapse: "none" | "collapsed" | "expanded";
29171
28973
  icon?: string | undefined;
29172
28974
  description?: string | undefined;
29173
- visibleOn?: {
29174
- dialect: "cel" | "js" | "cron" | "template";
29175
- source?: string | undefined;
29176
- ast?: unknown;
29177
- meta?: {
29178
- rationale?: string | undefined;
29179
- generatedBy?: string | undefined;
29180
- } | undefined;
29181
- } | {
29182
- dialect: "cel" | "js" | "cron" | "template";
29183
- source?: string | undefined;
29184
- ast?: unknown;
29185
- meta?: {
29186
- rationale?: string | undefined;
29187
- generatedBy?: string | undefined;
29188
- } | undefined;
29189
- } | undefined;
28975
+ defaultExpanded?: boolean | undefined;
28976
+ collapsible?: boolean | undefined;
28977
+ collapsed?: boolean | undefined;
29190
28978
  }[] | undefined;
29191
28979
  tenancy?: {
29192
28980
  enabled: boolean;
@@ -29240,7 +29028,9 @@ declare const SysApiKey: Omit<{
29240
29028
  generatedBy?: string | undefined;
29241
29029
  } | undefined;
29242
29030
  } | undefined;
29031
+ highlightFields?: string[] | undefined;
29243
29032
  compactLayout?: string[] | undefined;
29033
+ stageField?: string | false | undefined;
29244
29034
  listViews?: Record<string, {
29245
29035
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
29246
29036
  columns: string[] | {
@@ -29569,12 +29359,6 @@ declare const SysApiKey: Omit<{
29569
29359
  eligibility?: string | undefined;
29570
29360
  } | undefined;
29571
29361
  keyPrefix?: string | undefined;
29572
- detail?: {
29573
- [x: string]: unknown;
29574
- renderViaSchema?: boolean | undefined;
29575
- hideReferenceRail?: boolean | undefined;
29576
- hideRelatedTab?: boolean | undefined;
29577
- } | undefined;
29578
29362
  actions?: {
29579
29363
  name: string;
29580
29364
  label: string;
@@ -29700,7 +29484,7 @@ declare const SysApiKey: Omit<{
29700
29484
  readonly displayNameField: "name";
29701
29485
  readonly nameField: "name";
29702
29486
  readonly titleFormat: "{name}";
29703
- readonly compactLayout: ["name", "prefix", "user_id", "expires_at", "revoked"];
29487
+ readonly highlightFields: ["name", "prefix", "user_id", "expires_at", "revoked"];
29704
29488
  readonly actions: [{
29705
29489
  readonly name: "revoke_api_key";
29706
29490
  readonly label: "Revoke API Key";
@@ -32026,26 +31810,12 @@ declare const SysTwoFactor: Omit<{
32026
31810
  fieldGroups?: {
32027
31811
  key: string;
32028
31812
  label: string;
32029
- defaultExpanded: boolean;
31813
+ collapse: "none" | "collapsed" | "expanded";
32030
31814
  icon?: string | undefined;
32031
31815
  description?: string | undefined;
32032
- visibleOn?: {
32033
- dialect: "cel" | "js" | "cron" | "template";
32034
- source?: string | undefined;
32035
- ast?: unknown;
32036
- meta?: {
32037
- rationale?: string | undefined;
32038
- generatedBy?: string | undefined;
32039
- } | undefined;
32040
- } | {
32041
- dialect: "cel" | "js" | "cron" | "template";
32042
- source?: string | undefined;
32043
- ast?: unknown;
32044
- meta?: {
32045
- rationale?: string | undefined;
32046
- generatedBy?: string | undefined;
32047
- } | undefined;
32048
- } | undefined;
31816
+ defaultExpanded?: boolean | undefined;
31817
+ collapsible?: boolean | undefined;
31818
+ collapsed?: boolean | undefined;
32049
31819
  }[] | undefined;
32050
31820
  tenancy?: {
32051
31821
  enabled: boolean;
@@ -32099,7 +31869,9 @@ declare const SysTwoFactor: Omit<{
32099
31869
  generatedBy?: string | undefined;
32100
31870
  } | undefined;
32101
31871
  } | undefined;
31872
+ highlightFields?: string[] | undefined;
32102
31873
  compactLayout?: string[] | undefined;
31874
+ stageField?: string | false | undefined;
32103
31875
  listViews?: Record<string, {
32104
31876
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
32105
31877
  columns: string[] | {
@@ -32428,12 +32200,6 @@ declare const SysTwoFactor: Omit<{
32428
32200
  eligibility?: string | undefined;
32429
32201
  } | undefined;
32430
32202
  keyPrefix?: string | undefined;
32431
- detail?: {
32432
- [x: string]: unknown;
32433
- renderViaSchema?: boolean | undefined;
32434
- hideReferenceRail?: boolean | undefined;
32435
- hideRelatedTab?: boolean | undefined;
32436
- } | undefined;
32437
32203
  actions?: {
32438
32204
  name: string;
32439
32205
  label: string;
@@ -32557,7 +32323,7 @@ declare const SysTwoFactor: Omit<{
32557
32323
  };
32558
32324
  readonly description: "Two-factor authentication credentials";
32559
32325
  readonly titleFormat: "Two-factor for {user_id}";
32560
- readonly compactLayout: ["user_id", "created_at"];
32326
+ readonly highlightFields: ["user_id", "created_at"];
32561
32327
  readonly listViews: {
32562
32328
  readonly mine: {
32563
32329
  readonly type: "grid";
@@ -34186,26 +33952,12 @@ declare const SysDeviceCode: Omit<{
34186
33952
  fieldGroups?: {
34187
33953
  key: string;
34188
33954
  label: string;
34189
- defaultExpanded: boolean;
33955
+ collapse: "none" | "collapsed" | "expanded";
34190
33956
  icon?: string | undefined;
34191
33957
  description?: string | undefined;
34192
- visibleOn?: {
34193
- dialect: "cel" | "js" | "cron" | "template";
34194
- source?: string | undefined;
34195
- ast?: unknown;
34196
- meta?: {
34197
- rationale?: string | undefined;
34198
- generatedBy?: string | undefined;
34199
- } | undefined;
34200
- } | {
34201
- dialect: "cel" | "js" | "cron" | "template";
34202
- source?: string | undefined;
34203
- ast?: unknown;
34204
- meta?: {
34205
- rationale?: string | undefined;
34206
- generatedBy?: string | undefined;
34207
- } | undefined;
34208
- } | undefined;
33958
+ defaultExpanded?: boolean | undefined;
33959
+ collapsible?: boolean | undefined;
33960
+ collapsed?: boolean | undefined;
34209
33961
  }[] | undefined;
34210
33962
  tenancy?: {
34211
33963
  enabled: boolean;
@@ -34259,7 +34011,9 @@ declare const SysDeviceCode: Omit<{
34259
34011
  generatedBy?: string | undefined;
34260
34012
  } | undefined;
34261
34013
  } | undefined;
34014
+ highlightFields?: string[] | undefined;
34262
34015
  compactLayout?: string[] | undefined;
34016
+ stageField?: string | false | undefined;
34263
34017
  listViews?: Record<string, {
34264
34018
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
34265
34019
  columns: string[] | {
@@ -34588,12 +34342,6 @@ declare const SysDeviceCode: Omit<{
34588
34342
  eligibility?: string | undefined;
34589
34343
  } | undefined;
34590
34344
  keyPrefix?: string | undefined;
34591
- detail?: {
34592
- [x: string]: unknown;
34593
- renderViaSchema?: boolean | undefined;
34594
- hideReferenceRail?: boolean | undefined;
34595
- hideRelatedTab?: boolean | undefined;
34596
- } | undefined;
34597
34345
  actions?: {
34598
34346
  name: string;
34599
34347
  label: string;
@@ -34718,7 +34466,7 @@ declare const SysDeviceCode: Omit<{
34718
34466
  readonly description: "OAuth 2.0 Device Authorization Grant (RFC 8628) pending requests";
34719
34467
  readonly nameField: "user_code";
34720
34468
  readonly titleFormat: "{user_code}";
34721
- readonly compactLayout: ["user_code", "status", "client_id", "expires_at"];
34469
+ readonly highlightFields: ["user_code", "status", "client_id", "expires_at"];
34722
34470
  readonly fields: {
34723
34471
  readonly id: {
34724
34472
  readonly readonly?: boolean | undefined;
@@ -37110,26 +36858,12 @@ declare const SysUserPreference: Omit<{
37110
36858
  fieldGroups?: {
37111
36859
  key: string;
37112
36860
  label: string;
37113
- defaultExpanded: boolean;
36861
+ collapse: "none" | "collapsed" | "expanded";
37114
36862
  icon?: string | undefined;
37115
36863
  description?: string | undefined;
37116
- visibleOn?: {
37117
- dialect: "cel" | "js" | "cron" | "template";
37118
- source?: string | undefined;
37119
- ast?: unknown;
37120
- meta?: {
37121
- rationale?: string | undefined;
37122
- generatedBy?: string | undefined;
37123
- } | undefined;
37124
- } | {
37125
- dialect: "cel" | "js" | "cron" | "template";
37126
- source?: string | undefined;
37127
- ast?: unknown;
37128
- meta?: {
37129
- rationale?: string | undefined;
37130
- generatedBy?: string | undefined;
37131
- } | undefined;
37132
- } | undefined;
36864
+ defaultExpanded?: boolean | undefined;
36865
+ collapsible?: boolean | undefined;
36866
+ collapsed?: boolean | undefined;
37133
36867
  }[] | undefined;
37134
36868
  tenancy?: {
37135
36869
  enabled: boolean;
@@ -37183,7 +36917,9 @@ declare const SysUserPreference: Omit<{
37183
36917
  generatedBy?: string | undefined;
37184
36918
  } | undefined;
37185
36919
  } | undefined;
36920
+ highlightFields?: string[] | undefined;
37186
36921
  compactLayout?: string[] | undefined;
36922
+ stageField?: string | false | undefined;
37187
36923
  listViews?: Record<string, {
37188
36924
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
37189
36925
  columns: string[] | {
@@ -37512,12 +37248,6 @@ declare const SysUserPreference: Omit<{
37512
37248
  eligibility?: string | undefined;
37513
37249
  } | undefined;
37514
37250
  keyPrefix?: string | undefined;
37515
- detail?: {
37516
- [x: string]: unknown;
37517
- renderViaSchema?: boolean | undefined;
37518
- hideReferenceRail?: boolean | undefined;
37519
- hideRelatedTab?: boolean | undefined;
37520
- } | undefined;
37521
37251
  actions?: {
37522
37252
  name: string;
37523
37253
  label: string;
@@ -37637,7 +37367,7 @@ declare const SysUserPreference: Omit<{
37637
37367
  readonly description: "Per-user key-value preferences (theme, locale, etc.)";
37638
37368
  readonly nameField: "key";
37639
37369
  readonly titleFormat: "{key}";
37640
- readonly compactLayout: ["user_id", "key"];
37370
+ readonly highlightFields: ["user_id", "key"];
37641
37371
  readonly listViews: {
37642
37372
  readonly mine: {
37643
37373
  readonly type: "grid";
@@ -39047,26 +38777,12 @@ declare const SysOauthApplication: Omit<{
39047
38777
  fieldGroups?: {
39048
38778
  key: string;
39049
38779
  label: string;
39050
- defaultExpanded: boolean;
38780
+ collapse: "none" | "collapsed" | "expanded";
39051
38781
  icon?: string | undefined;
39052
38782
  description?: string | undefined;
39053
- visibleOn?: {
39054
- dialect: "cel" | "js" | "cron" | "template";
39055
- source?: string | undefined;
39056
- ast?: unknown;
39057
- meta?: {
39058
- rationale?: string | undefined;
39059
- generatedBy?: string | undefined;
39060
- } | undefined;
39061
- } | {
39062
- dialect: "cel" | "js" | "cron" | "template";
39063
- source?: string | undefined;
39064
- ast?: unknown;
39065
- meta?: {
39066
- rationale?: string | undefined;
39067
- generatedBy?: string | undefined;
39068
- } | undefined;
39069
- } | undefined;
38783
+ defaultExpanded?: boolean | undefined;
38784
+ collapsible?: boolean | undefined;
38785
+ collapsed?: boolean | undefined;
39070
38786
  }[] | undefined;
39071
38787
  tenancy?: {
39072
38788
  enabled: boolean;
@@ -39120,7 +38836,9 @@ declare const SysOauthApplication: Omit<{
39120
38836
  generatedBy?: string | undefined;
39121
38837
  } | undefined;
39122
38838
  } | undefined;
38839
+ highlightFields?: string[] | undefined;
39123
38840
  compactLayout?: string[] | undefined;
38841
+ stageField?: string | false | undefined;
39124
38842
  listViews?: Record<string, {
39125
38843
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
39126
38844
  columns: string[] | {
@@ -39449,12 +39167,6 @@ declare const SysOauthApplication: Omit<{
39449
39167
  eligibility?: string | undefined;
39450
39168
  } | undefined;
39451
39169
  keyPrefix?: string | undefined;
39452
- detail?: {
39453
- [x: string]: unknown;
39454
- renderViaSchema?: boolean | undefined;
39455
- hideReferenceRail?: boolean | undefined;
39456
- hideRelatedTab?: boolean | undefined;
39457
- } | undefined;
39458
39170
  actions?: {
39459
39171
  name: string;
39460
39172
  label: string;
@@ -39580,7 +39292,7 @@ declare const SysOauthApplication: Omit<{
39580
39292
  readonly displayNameField: "name";
39581
39293
  readonly nameField: "name";
39582
39294
  readonly titleFormat: "{name}";
39583
- readonly compactLayout: ["name", "client_id", "type", "disabled"];
39295
+ readonly highlightFields: ["name", "client_id", "type", "disabled"];
39584
39296
  readonly actions: [{
39585
39297
  readonly name: "disable_oauth_application";
39586
39298
  readonly label: "Disable OAuth Application";
@@ -45332,26 +45044,12 @@ declare const SysOauthAccessToken: Omit<{
45332
45044
  fieldGroups?: {
45333
45045
  key: string;
45334
45046
  label: string;
45335
- defaultExpanded: boolean;
45047
+ collapse: "none" | "collapsed" | "expanded";
45336
45048
  icon?: string | undefined;
45337
45049
  description?: string | undefined;
45338
- visibleOn?: {
45339
- dialect: "cel" | "js" | "cron" | "template";
45340
- source?: string | undefined;
45341
- ast?: unknown;
45342
- meta?: {
45343
- rationale?: string | undefined;
45344
- generatedBy?: string | undefined;
45345
- } | undefined;
45346
- } | {
45347
- dialect: "cel" | "js" | "cron" | "template";
45348
- source?: string | undefined;
45349
- ast?: unknown;
45350
- meta?: {
45351
- rationale?: string | undefined;
45352
- generatedBy?: string | undefined;
45353
- } | undefined;
45354
- } | undefined;
45050
+ defaultExpanded?: boolean | undefined;
45051
+ collapsible?: boolean | undefined;
45052
+ collapsed?: boolean | undefined;
45355
45053
  }[] | undefined;
45356
45054
  tenancy?: {
45357
45055
  enabled: boolean;
@@ -45405,7 +45103,9 @@ declare const SysOauthAccessToken: Omit<{
45405
45103
  generatedBy?: string | undefined;
45406
45104
  } | undefined;
45407
45105
  } | undefined;
45106
+ highlightFields?: string[] | undefined;
45408
45107
  compactLayout?: string[] | undefined;
45108
+ stageField?: string | false | undefined;
45409
45109
  listViews?: Record<string, {
45410
45110
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
45411
45111
  columns: string[] | {
@@ -45734,12 +45434,6 @@ declare const SysOauthAccessToken: Omit<{
45734
45434
  eligibility?: string | undefined;
45735
45435
  } | undefined;
45736
45436
  keyPrefix?: string | undefined;
45737
- detail?: {
45738
- [x: string]: unknown;
45739
- renderViaSchema?: boolean | undefined;
45740
- hideReferenceRail?: boolean | undefined;
45741
- hideRelatedTab?: boolean | undefined;
45742
- } | undefined;
45743
45437
  actions?: {
45744
45438
  name: string;
45745
45439
  label: string;
@@ -45862,7 +45556,7 @@ declare const SysOauthAccessToken: Omit<{
45862
45556
  readonly docsUrl: "https://docs.objectstack.ai/adr/0010-metadata-protection";
45863
45557
  };
45864
45558
  readonly description: "Opaque OAuth access tokens issued to client applications";
45865
- readonly compactLayout: ["client_id", "user_id", "expires_at"];
45559
+ readonly highlightFields: ["client_id", "user_id", "expires_at"];
45866
45560
  readonly fields: {
45867
45561
  readonly id: {
45868
45562
  readonly readonly?: boolean | undefined;
@@ -47902,26 +47596,12 @@ declare const SysOauthRefreshToken: Omit<{
47902
47596
  fieldGroups?: {
47903
47597
  key: string;
47904
47598
  label: string;
47905
- defaultExpanded: boolean;
47599
+ collapse: "none" | "collapsed" | "expanded";
47906
47600
  icon?: string | undefined;
47907
47601
  description?: string | undefined;
47908
- visibleOn?: {
47909
- dialect: "cel" | "js" | "cron" | "template";
47910
- source?: string | undefined;
47911
- ast?: unknown;
47912
- meta?: {
47913
- rationale?: string | undefined;
47914
- generatedBy?: string | undefined;
47915
- } | undefined;
47916
- } | {
47917
- dialect: "cel" | "js" | "cron" | "template";
47918
- source?: string | undefined;
47919
- ast?: unknown;
47920
- meta?: {
47921
- rationale?: string | undefined;
47922
- generatedBy?: string | undefined;
47923
- } | undefined;
47924
- } | undefined;
47602
+ defaultExpanded?: boolean | undefined;
47603
+ collapsible?: boolean | undefined;
47604
+ collapsed?: boolean | undefined;
47925
47605
  }[] | undefined;
47926
47606
  tenancy?: {
47927
47607
  enabled: boolean;
@@ -47975,7 +47655,9 @@ declare const SysOauthRefreshToken: Omit<{
47975
47655
  generatedBy?: string | undefined;
47976
47656
  } | undefined;
47977
47657
  } | undefined;
47658
+ highlightFields?: string[] | undefined;
47978
47659
  compactLayout?: string[] | undefined;
47660
+ stageField?: string | false | undefined;
47979
47661
  listViews?: Record<string, {
47980
47662
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
47981
47663
  columns: string[] | {
@@ -48304,12 +47986,6 @@ declare const SysOauthRefreshToken: Omit<{
48304
47986
  eligibility?: string | undefined;
48305
47987
  } | undefined;
48306
47988
  keyPrefix?: string | undefined;
48307
- detail?: {
48308
- [x: string]: unknown;
48309
- renderViaSchema?: boolean | undefined;
48310
- hideReferenceRail?: boolean | undefined;
48311
- hideRelatedTab?: boolean | undefined;
48312
- } | undefined;
48313
47989
  actions?: {
48314
47990
  name: string;
48315
47991
  label: string;
@@ -48432,7 +48108,7 @@ declare const SysOauthRefreshToken: Omit<{
48432
48108
  readonly docsUrl: "https://docs.objectstack.ai/adr/0010-metadata-protection";
48433
48109
  };
48434
48110
  readonly description: "Opaque OAuth refresh tokens (linked to a session)";
48435
- readonly compactLayout: ["client_id", "user_id", "expires_at"];
48111
+ readonly highlightFields: ["client_id", "user_id", "expires_at"];
48436
48112
  readonly fields: {
48437
48113
  readonly id: {
48438
48114
  readonly readonly?: boolean | undefined;
@@ -50646,26 +50322,12 @@ declare const SysOauthConsent: Omit<{
50646
50322
  fieldGroups?: {
50647
50323
  key: string;
50648
50324
  label: string;
50649
- defaultExpanded: boolean;
50325
+ collapse: "none" | "collapsed" | "expanded";
50650
50326
  icon?: string | undefined;
50651
50327
  description?: string | undefined;
50652
- visibleOn?: {
50653
- dialect: "cel" | "js" | "cron" | "template";
50654
- source?: string | undefined;
50655
- ast?: unknown;
50656
- meta?: {
50657
- rationale?: string | undefined;
50658
- generatedBy?: string | undefined;
50659
- } | undefined;
50660
- } | {
50661
- dialect: "cel" | "js" | "cron" | "template";
50662
- source?: string | undefined;
50663
- ast?: unknown;
50664
- meta?: {
50665
- rationale?: string | undefined;
50666
- generatedBy?: string | undefined;
50667
- } | undefined;
50668
- } | undefined;
50328
+ defaultExpanded?: boolean | undefined;
50329
+ collapsible?: boolean | undefined;
50330
+ collapsed?: boolean | undefined;
50669
50331
  }[] | undefined;
50670
50332
  tenancy?: {
50671
50333
  enabled: boolean;
@@ -50719,7 +50381,9 @@ declare const SysOauthConsent: Omit<{
50719
50381
  generatedBy?: string | undefined;
50720
50382
  } | undefined;
50721
50383
  } | undefined;
50384
+ highlightFields?: string[] | undefined;
50722
50385
  compactLayout?: string[] | undefined;
50386
+ stageField?: string | false | undefined;
50723
50387
  listViews?: Record<string, {
50724
50388
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
50725
50389
  columns: string[] | {
@@ -51048,12 +50712,6 @@ declare const SysOauthConsent: Omit<{
51048
50712
  eligibility?: string | undefined;
51049
50713
  } | undefined;
51050
50714
  keyPrefix?: string | undefined;
51051
- detail?: {
51052
- [x: string]: unknown;
51053
- renderViaSchema?: boolean | undefined;
51054
- hideReferenceRail?: boolean | undefined;
51055
- hideRelatedTab?: boolean | undefined;
51056
- } | undefined;
51057
50715
  actions?: {
51058
50716
  name: string;
51059
50717
  label: string;
@@ -51176,7 +50834,7 @@ declare const SysOauthConsent: Omit<{
51176
50834
  readonly docsUrl: "https://docs.objectstack.ai/adr/0010-metadata-protection";
51177
50835
  };
51178
50836
  readonly description: "User consent records for OAuth client applications";
51179
- readonly compactLayout: ["client_id", "user_id", "scopes"];
50837
+ readonly highlightFields: ["client_id", "user_id", "scopes"];
51180
50838
  readonly fields: {
51181
50839
  readonly id: {
51182
50840
  readonly readonly?: boolean | undefined;
@@ -52687,26 +52345,12 @@ declare const SysJwks: Omit<{
52687
52345
  fieldGroups?: {
52688
52346
  key: string;
52689
52347
  label: string;
52690
- defaultExpanded: boolean;
52348
+ collapse: "none" | "collapsed" | "expanded";
52691
52349
  icon?: string | undefined;
52692
52350
  description?: string | undefined;
52693
- visibleOn?: {
52694
- dialect: "cel" | "js" | "cron" | "template";
52695
- source?: string | undefined;
52696
- ast?: unknown;
52697
- meta?: {
52698
- rationale?: string | undefined;
52699
- generatedBy?: string | undefined;
52700
- } | undefined;
52701
- } | {
52702
- dialect: "cel" | "js" | "cron" | "template";
52703
- source?: string | undefined;
52704
- ast?: unknown;
52705
- meta?: {
52706
- rationale?: string | undefined;
52707
- generatedBy?: string | undefined;
52708
- } | undefined;
52709
- } | undefined;
52351
+ defaultExpanded?: boolean | undefined;
52352
+ collapsible?: boolean | undefined;
52353
+ collapsed?: boolean | undefined;
52710
52354
  }[] | undefined;
52711
52355
  tenancy?: {
52712
52356
  enabled: boolean;
@@ -52760,7 +52404,9 @@ declare const SysJwks: Omit<{
52760
52404
  generatedBy?: string | undefined;
52761
52405
  } | undefined;
52762
52406
  } | undefined;
52407
+ highlightFields?: string[] | undefined;
52763
52408
  compactLayout?: string[] | undefined;
52409
+ stageField?: string | false | undefined;
52764
52410
  listViews?: Record<string, {
52765
52411
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
52766
52412
  columns: string[] | {
@@ -53089,12 +52735,6 @@ declare const SysJwks: Omit<{
53089
52735
  eligibility?: string | undefined;
53090
52736
  } | undefined;
53091
52737
  keyPrefix?: string | undefined;
53092
- detail?: {
53093
- [x: string]: unknown;
53094
- renderViaSchema?: boolean | undefined;
53095
- hideReferenceRail?: boolean | undefined;
53096
- hideRelatedTab?: boolean | undefined;
53097
- } | undefined;
53098
52738
  actions?: {
53099
52739
  name: string;
53100
52740
  label: string;
@@ -53217,7 +52857,7 @@ declare const SysJwks: Omit<{
53217
52857
  readonly docsUrl: "https://docs.objectstack.ai/adr/0010-metadata-protection";
53218
52858
  };
53219
52859
  readonly description: "Asymmetric key pairs used to sign and verify issued JWTs";
53220
- readonly compactLayout: ["id", "created_at", "expires_at"];
52860
+ readonly highlightFields: ["id", "created_at", "expires_at"];
53221
52861
  readonly fields: {
53222
52862
  readonly id: {
53223
52863
  readonly readonly?: boolean | undefined;
@@ -54385,26 +54025,12 @@ declare const SysSsoProvider: Omit<{
54385
54025
  fieldGroups?: {
54386
54026
  key: string;
54387
54027
  label: string;
54388
- defaultExpanded: boolean;
54028
+ collapse: "none" | "collapsed" | "expanded";
54389
54029
  icon?: string | undefined;
54390
54030
  description?: string | undefined;
54391
- visibleOn?: {
54392
- dialect: "cel" | "js" | "cron" | "template";
54393
- source?: string | undefined;
54394
- ast?: unknown;
54395
- meta?: {
54396
- rationale?: string | undefined;
54397
- generatedBy?: string | undefined;
54398
- } | undefined;
54399
- } | {
54400
- dialect: "cel" | "js" | "cron" | "template";
54401
- source?: string | undefined;
54402
- ast?: unknown;
54403
- meta?: {
54404
- rationale?: string | undefined;
54405
- generatedBy?: string | undefined;
54406
- } | undefined;
54407
- } | undefined;
54031
+ defaultExpanded?: boolean | undefined;
54032
+ collapsible?: boolean | undefined;
54033
+ collapsed?: boolean | undefined;
54408
54034
  }[] | undefined;
54409
54035
  tenancy?: {
54410
54036
  enabled: boolean;
@@ -54458,7 +54084,9 @@ declare const SysSsoProvider: Omit<{
54458
54084
  generatedBy?: string | undefined;
54459
54085
  } | undefined;
54460
54086
  } | undefined;
54087
+ highlightFields?: string[] | undefined;
54461
54088
  compactLayout?: string[] | undefined;
54089
+ stageField?: string | false | undefined;
54462
54090
  listViews?: Record<string, {
54463
54091
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
54464
54092
  columns: string[] | {
@@ -54787,12 +54415,6 @@ declare const SysSsoProvider: Omit<{
54787
54415
  eligibility?: string | undefined;
54788
54416
  } | undefined;
54789
54417
  keyPrefix?: string | undefined;
54790
- detail?: {
54791
- [x: string]: unknown;
54792
- renderViaSchema?: boolean | undefined;
54793
- hideReferenceRail?: boolean | undefined;
54794
- hideRelatedTab?: boolean | undefined;
54795
- } | undefined;
54796
54418
  actions?: {
54797
54419
  name: string;
54798
54420
  label: string;
@@ -54923,7 +54545,7 @@ declare const SysSsoProvider: Omit<{
54923
54545
  readonly displayNameField: "provider_id";
54924
54546
  readonly nameField: "provider_id";
54925
54547
  readonly titleFormat: "{provider_id}";
54926
- readonly compactLayout: ["provider_id", "issuer", "domain"];
54548
+ readonly highlightFields: ["provider_id", "issuer", "domain"];
54927
54549
  readonly actions: [{
54928
54550
  readonly name: "register_sso_provider";
54929
54551
  readonly label: "Register SSO Provider";
@@ -57369,26 +56991,12 @@ declare const SysScimProvider: Omit<{
57369
56991
  fieldGroups?: {
57370
56992
  key: string;
57371
56993
  label: string;
57372
- defaultExpanded: boolean;
56994
+ collapse: "none" | "collapsed" | "expanded";
57373
56995
  icon?: string | undefined;
57374
56996
  description?: string | undefined;
57375
- visibleOn?: {
57376
- dialect: "cel" | "js" | "cron" | "template";
57377
- source?: string | undefined;
57378
- ast?: unknown;
57379
- meta?: {
57380
- rationale?: string | undefined;
57381
- generatedBy?: string | undefined;
57382
- } | undefined;
57383
- } | {
57384
- dialect: "cel" | "js" | "cron" | "template";
57385
- source?: string | undefined;
57386
- ast?: unknown;
57387
- meta?: {
57388
- rationale?: string | undefined;
57389
- generatedBy?: string | undefined;
57390
- } | undefined;
57391
- } | undefined;
56997
+ defaultExpanded?: boolean | undefined;
56998
+ collapsible?: boolean | undefined;
56999
+ collapsed?: boolean | undefined;
57392
57000
  }[] | undefined;
57393
57001
  tenancy?: {
57394
57002
  enabled: boolean;
@@ -57442,7 +57050,9 @@ declare const SysScimProvider: Omit<{
57442
57050
  generatedBy?: string | undefined;
57443
57051
  } | undefined;
57444
57052
  } | undefined;
57053
+ highlightFields?: string[] | undefined;
57445
57054
  compactLayout?: string[] | undefined;
57055
+ stageField?: string | false | undefined;
57446
57056
  listViews?: Record<string, {
57447
57057
  type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
57448
57058
  columns: string[] | {
@@ -57771,12 +57381,6 @@ declare const SysScimProvider: Omit<{
57771
57381
  eligibility?: string | undefined;
57772
57382
  } | undefined;
57773
57383
  keyPrefix?: string | undefined;
57774
- detail?: {
57775
- [x: string]: unknown;
57776
- renderViaSchema?: boolean | undefined;
57777
- hideReferenceRail?: boolean | undefined;
57778
- hideRelatedTab?: boolean | undefined;
57779
- } | undefined;
57780
57384
  actions?: {
57781
57385
  name: string;
57782
57386
  label: string;
@@ -57902,7 +57506,7 @@ declare const SysScimProvider: Omit<{
57902
57506
  readonly displayNameField: "provider_id";
57903
57507
  readonly nameField: "provider_id";
57904
57508
  readonly titleFormat: "{provider_id}";
57905
- readonly compactLayout: ["provider_id", "organization_id"];
57509
+ readonly highlightFields: ["provider_id", "organization_id"];
57906
57510
  readonly listViews: {
57907
57511
  readonly all: {
57908
57512
  readonly type: "grid";