@objectstack/plugin-security 7.9.0 → 8.0.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/index.d.mts CHANGED
@@ -331,6 +331,13 @@ declare const securityObjects: ((Omit<{
331
331
  reference?: string | undefined;
332
332
  referenceFilters?: string[] | undefined;
333
333
  writeRequiresMasterRead?: boolean | undefined;
334
+ inlineEdit?: boolean | "grid" | "form" | undefined;
335
+ inlineTitle?: string | undefined;
336
+ inlineColumns?: any[] | undefined;
337
+ inlineAmountField?: string | undefined;
338
+ relatedList?: boolean | undefined;
339
+ relatedListTitle?: string | undefined;
340
+ relatedListColumns?: any[] | undefined;
334
341
  expression?: {
335
342
  dialect: "cel" | "js" | "cron" | "template";
336
343
  source?: string | undefined;
@@ -352,6 +359,7 @@ declare const securityObjects: ((Omit<{
352
359
  object: string;
353
360
  field: string;
354
361
  function: "count" | "min" | "max" | "sum" | "avg";
362
+ relationshipField?: string | undefined;
355
363
  } | undefined;
356
364
  language?: string | undefined;
357
365
  theme?: string | undefined;
@@ -465,6 +473,57 @@ declare const securityObjects: ((Omit<{
465
473
  } | undefined;
466
474
  } | undefined;
467
475
  group?: string | undefined;
476
+ visibleWhen?: {
477
+ dialect: "cel" | "js" | "cron" | "template";
478
+ source?: string | undefined;
479
+ ast?: unknown;
480
+ meta?: {
481
+ rationale?: string | undefined;
482
+ generatedBy?: string | undefined;
483
+ } | undefined;
484
+ } | {
485
+ dialect: "cel" | "js" | "cron" | "template";
486
+ source?: string | undefined;
487
+ ast?: unknown;
488
+ meta?: {
489
+ rationale?: string | undefined;
490
+ generatedBy?: string | undefined;
491
+ } | undefined;
492
+ } | undefined;
493
+ readonlyWhen?: {
494
+ dialect: "cel" | "js" | "cron" | "template";
495
+ source?: string | undefined;
496
+ ast?: unknown;
497
+ meta?: {
498
+ rationale?: string | undefined;
499
+ generatedBy?: string | undefined;
500
+ } | undefined;
501
+ } | {
502
+ dialect: "cel" | "js" | "cron" | "template";
503
+ source?: string | undefined;
504
+ ast?: unknown;
505
+ meta?: {
506
+ rationale?: string | undefined;
507
+ generatedBy?: string | undefined;
508
+ } | undefined;
509
+ } | undefined;
510
+ requiredWhen?: {
511
+ dialect: "cel" | "js" | "cron" | "template";
512
+ source?: string | undefined;
513
+ ast?: unknown;
514
+ meta?: {
515
+ rationale?: string | undefined;
516
+ generatedBy?: string | undefined;
517
+ } | undefined;
518
+ } | {
519
+ dialect: "cel" | "js" | "cron" | "template";
520
+ source?: string | undefined;
521
+ ast?: unknown;
522
+ meta?: {
523
+ rationale?: string | undefined;
524
+ generatedBy?: string | undefined;
525
+ } | undefined;
526
+ } | undefined;
468
527
  conditionalRequired?: {
469
528
  dialect: "cel" | "js" | "cron" | "template";
470
529
  source?: string | undefined;
@@ -606,7 +665,7 @@ declare const securityObjects: ((Omit<{
606
665
  } | undefined;
607
666
  compactLayout?: string[] | undefined;
608
667
  listViews?: Record<string, {
609
- type: "map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "grid";
668
+ type: "map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
610
669
  columns: string[] | {
611
670
  field: string;
612
671
  label?: string | undefined;
@@ -775,7 +834,7 @@ declare const securityObjects: ((Omit<{
775
834
  } | undefined;
776
835
  appearance?: {
777
836
  showDescription: boolean;
778
- allowedVisualizations?: ("map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "grid")[] | undefined;
837
+ allowedVisualizations?: ("map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline")[] | undefined;
779
838
  } | undefined;
780
839
  tabs?: {
781
840
  name: string;
@@ -795,7 +854,7 @@ declare const securityObjects: ((Omit<{
795
854
  addRecord?: {
796
855
  enabled: boolean;
797
856
  position: "top" | "bottom" | "both";
798
- mode: "modal" | "form" | "inline";
857
+ mode: "form" | "modal" | "inline";
799
858
  formView?: string | undefined;
800
859
  } | undefined;
801
860
  showRecordCount?: boolean | undefined;
@@ -881,7 +940,7 @@ declare const securityObjects: ((Omit<{
881
940
  actions?: {
882
941
  name: string;
883
942
  label: string;
884
- type: "url" | "flow" | "api" | "script" | "modal" | "form";
943
+ type: "url" | "form" | "flow" | "api" | "script" | "modal";
885
944
  refreshAfter: boolean;
886
945
  objectName?: string | undefined;
887
946
  icon?: string | undefined;
@@ -949,7 +1008,18 @@ declare const securityObjects: ((Omit<{
949
1008
  } | undefined;
950
1009
  shortcut?: string | undefined;
951
1010
  bulkEnabled?: boolean | undefined;
952
- aiExposed?: boolean | undefined;
1011
+ ai?: {
1012
+ exposed: boolean;
1013
+ description?: string | undefined;
1014
+ category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
1015
+ paramHints?: Record<string, {
1016
+ description?: string | undefined;
1017
+ enum?: (string | number)[] | undefined;
1018
+ examples?: unknown[] | undefined;
1019
+ }> | undefined;
1020
+ outputSchema?: Record<string, unknown> | undefined;
1021
+ requiresConfirmation?: boolean | undefined;
1022
+ } | undefined;
953
1023
  recordIdParam?: string | undefined;
954
1024
  recordIdField?: string | undefined;
955
1025
  bodyShape?: "flat" | {
@@ -1205,6 +1275,13 @@ declare const securityObjects: ((Omit<{
1205
1275
  readonly referenceFilters?: string[] | undefined;
1206
1276
  readonly writeRequiresMasterRead?: boolean | undefined;
1207
1277
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1278
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1279
+ readonly inlineTitle?: string | undefined;
1280
+ readonly inlineColumns?: any[] | undefined;
1281
+ readonly inlineAmountField?: string | undefined;
1282
+ readonly relatedList?: boolean | undefined;
1283
+ readonly relatedListTitle?: string | undefined;
1284
+ readonly relatedListColumns?: any[] | undefined;
1208
1285
  readonly expression?: {
1209
1286
  dialect: "cel" | "js" | "cron" | "template";
1210
1287
  source?: string | undefined;
@@ -1218,6 +1295,7 @@ declare const securityObjects: ((Omit<{
1218
1295
  object: string;
1219
1296
  field: string;
1220
1297
  function: "min" | "max" | "count" | "sum" | "avg";
1298
+ relationshipField?: string | undefined;
1221
1299
  } | undefined;
1222
1300
  readonly language?: string | undefined;
1223
1301
  readonly lineNumbers?: boolean | undefined;
@@ -1312,6 +1390,33 @@ declare const securityObjects: ((Omit<{
1312
1390
  threshold: number;
1313
1391
  } | undefined;
1314
1392
  } | undefined;
1393
+ readonly visibleWhen?: {
1394
+ dialect: "cel" | "js" | "cron" | "template";
1395
+ source?: string | undefined;
1396
+ ast?: unknown;
1397
+ meta?: {
1398
+ rationale?: string | undefined;
1399
+ generatedBy?: string | undefined;
1400
+ } | undefined;
1401
+ } | undefined;
1402
+ readonly readonlyWhen?: {
1403
+ dialect: "cel" | "js" | "cron" | "template";
1404
+ source?: string | undefined;
1405
+ ast?: unknown;
1406
+ meta?: {
1407
+ rationale?: string | undefined;
1408
+ generatedBy?: string | undefined;
1409
+ } | undefined;
1410
+ } | undefined;
1411
+ readonly requiredWhen?: {
1412
+ dialect: "cel" | "js" | "cron" | "template";
1413
+ source?: string | undefined;
1414
+ ast?: unknown;
1415
+ meta?: {
1416
+ rationale?: string | undefined;
1417
+ generatedBy?: string | undefined;
1418
+ } | undefined;
1419
+ } | undefined;
1315
1420
  readonly conditionalRequired?: {
1316
1421
  dialect: "cel" | "js" | "cron" | "template";
1317
1422
  source?: string | undefined;
@@ -1380,6 +1485,13 @@ declare const securityObjects: ((Omit<{
1380
1485
  readonly referenceFilters?: string[] | undefined;
1381
1486
  readonly writeRequiresMasterRead?: boolean | undefined;
1382
1487
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1488
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1489
+ readonly inlineTitle?: string | undefined;
1490
+ readonly inlineColumns?: any[] | undefined;
1491
+ readonly inlineAmountField?: string | undefined;
1492
+ readonly relatedList?: boolean | undefined;
1493
+ readonly relatedListTitle?: string | undefined;
1494
+ readonly relatedListColumns?: any[] | undefined;
1383
1495
  readonly expression?: {
1384
1496
  dialect: "cel" | "js" | "cron" | "template";
1385
1497
  source?: string | undefined;
@@ -1393,6 +1505,7 @@ declare const securityObjects: ((Omit<{
1393
1505
  object: string;
1394
1506
  field: string;
1395
1507
  function: "min" | "max" | "count" | "sum" | "avg";
1508
+ relationshipField?: string | undefined;
1396
1509
  } | undefined;
1397
1510
  readonly language?: string | undefined;
1398
1511
  readonly lineNumbers?: boolean | undefined;
@@ -1487,6 +1600,33 @@ declare const securityObjects: ((Omit<{
1487
1600
  threshold: number;
1488
1601
  } | undefined;
1489
1602
  } | undefined;
1603
+ readonly visibleWhen?: {
1604
+ dialect: "cel" | "js" | "cron" | "template";
1605
+ source?: string | undefined;
1606
+ ast?: unknown;
1607
+ meta?: {
1608
+ rationale?: string | undefined;
1609
+ generatedBy?: string | undefined;
1610
+ } | undefined;
1611
+ } | undefined;
1612
+ readonly readonlyWhen?: {
1613
+ dialect: "cel" | "js" | "cron" | "template";
1614
+ source?: string | undefined;
1615
+ ast?: unknown;
1616
+ meta?: {
1617
+ rationale?: string | undefined;
1618
+ generatedBy?: string | undefined;
1619
+ } | undefined;
1620
+ } | undefined;
1621
+ readonly requiredWhen?: {
1622
+ dialect: "cel" | "js" | "cron" | "template";
1623
+ source?: string | undefined;
1624
+ ast?: unknown;
1625
+ meta?: {
1626
+ rationale?: string | undefined;
1627
+ generatedBy?: string | undefined;
1628
+ } | undefined;
1629
+ } | undefined;
1490
1630
  readonly conditionalRequired?: {
1491
1631
  dialect: "cel" | "js" | "cron" | "template";
1492
1632
  source?: string | undefined;
@@ -1555,6 +1695,13 @@ declare const securityObjects: ((Omit<{
1555
1695
  readonly referenceFilters?: string[] | undefined;
1556
1696
  readonly writeRequiresMasterRead?: boolean | undefined;
1557
1697
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1698
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1699
+ readonly inlineTitle?: string | undefined;
1700
+ readonly inlineColumns?: any[] | undefined;
1701
+ readonly inlineAmountField?: string | undefined;
1702
+ readonly relatedList?: boolean | undefined;
1703
+ readonly relatedListTitle?: string | undefined;
1704
+ readonly relatedListColumns?: any[] | undefined;
1558
1705
  readonly expression?: {
1559
1706
  dialect: "cel" | "js" | "cron" | "template";
1560
1707
  source?: string | undefined;
@@ -1568,6 +1715,7 @@ declare const securityObjects: ((Omit<{
1568
1715
  object: string;
1569
1716
  field: string;
1570
1717
  function: "min" | "max" | "count" | "sum" | "avg";
1718
+ relationshipField?: string | undefined;
1571
1719
  } | undefined;
1572
1720
  readonly language?: string | undefined;
1573
1721
  readonly lineNumbers?: boolean | undefined;
@@ -1662,6 +1810,33 @@ declare const securityObjects: ((Omit<{
1662
1810
  threshold: number;
1663
1811
  } | undefined;
1664
1812
  } | undefined;
1813
+ readonly visibleWhen?: {
1814
+ dialect: "cel" | "js" | "cron" | "template";
1815
+ source?: string | undefined;
1816
+ ast?: unknown;
1817
+ meta?: {
1818
+ rationale?: string | undefined;
1819
+ generatedBy?: string | undefined;
1820
+ } | undefined;
1821
+ } | undefined;
1822
+ readonly readonlyWhen?: {
1823
+ dialect: "cel" | "js" | "cron" | "template";
1824
+ source?: string | undefined;
1825
+ ast?: unknown;
1826
+ meta?: {
1827
+ rationale?: string | undefined;
1828
+ generatedBy?: string | undefined;
1829
+ } | undefined;
1830
+ } | undefined;
1831
+ readonly requiredWhen?: {
1832
+ dialect: "cel" | "js" | "cron" | "template";
1833
+ source?: string | undefined;
1834
+ ast?: unknown;
1835
+ meta?: {
1836
+ rationale?: string | undefined;
1837
+ generatedBy?: string | undefined;
1838
+ } | undefined;
1839
+ } | undefined;
1665
1840
  readonly conditionalRequired?: {
1666
1841
  dialect: "cel" | "js" | "cron" | "template";
1667
1842
  source?: string | undefined;
@@ -1730,6 +1905,13 @@ declare const securityObjects: ((Omit<{
1730
1905
  readonly referenceFilters?: string[] | undefined;
1731
1906
  readonly writeRequiresMasterRead?: boolean | undefined;
1732
1907
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1908
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1909
+ readonly inlineTitle?: string | undefined;
1910
+ readonly inlineColumns?: any[] | undefined;
1911
+ readonly inlineAmountField?: string | undefined;
1912
+ readonly relatedList?: boolean | undefined;
1913
+ readonly relatedListTitle?: string | undefined;
1914
+ readonly relatedListColumns?: any[] | undefined;
1733
1915
  readonly expression?: {
1734
1916
  dialect: "cel" | "js" | "cron" | "template";
1735
1917
  source?: string | undefined;
@@ -1743,6 +1925,7 @@ declare const securityObjects: ((Omit<{
1743
1925
  object: string;
1744
1926
  field: string;
1745
1927
  function: "min" | "max" | "count" | "sum" | "avg";
1928
+ relationshipField?: string | undefined;
1746
1929
  } | undefined;
1747
1930
  readonly language?: string | undefined;
1748
1931
  readonly lineNumbers?: boolean | undefined;
@@ -1837,6 +2020,33 @@ declare const securityObjects: ((Omit<{
1837
2020
  threshold: number;
1838
2021
  } | undefined;
1839
2022
  } | undefined;
2023
+ readonly visibleWhen?: {
2024
+ dialect: "cel" | "js" | "cron" | "template";
2025
+ source?: string | undefined;
2026
+ ast?: unknown;
2027
+ meta?: {
2028
+ rationale?: string | undefined;
2029
+ generatedBy?: string | undefined;
2030
+ } | undefined;
2031
+ } | undefined;
2032
+ readonly readonlyWhen?: {
2033
+ dialect: "cel" | "js" | "cron" | "template";
2034
+ source?: string | undefined;
2035
+ ast?: unknown;
2036
+ meta?: {
2037
+ rationale?: string | undefined;
2038
+ generatedBy?: string | undefined;
2039
+ } | undefined;
2040
+ } | undefined;
2041
+ readonly requiredWhen?: {
2042
+ dialect: "cel" | "js" | "cron" | "template";
2043
+ source?: string | undefined;
2044
+ ast?: unknown;
2045
+ meta?: {
2046
+ rationale?: string | undefined;
2047
+ generatedBy?: string | undefined;
2048
+ } | undefined;
2049
+ } | undefined;
1840
2050
  readonly conditionalRequired?: {
1841
2051
  dialect: "cel" | "js" | "cron" | "template";
1842
2052
  source?: string | undefined;
@@ -1905,6 +2115,13 @@ declare const securityObjects: ((Omit<{
1905
2115
  readonly referenceFilters?: string[] | undefined;
1906
2116
  readonly writeRequiresMasterRead?: boolean | undefined;
1907
2117
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2118
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2119
+ readonly inlineTitle?: string | undefined;
2120
+ readonly inlineColumns?: any[] | undefined;
2121
+ readonly inlineAmountField?: string | undefined;
2122
+ readonly relatedList?: boolean | undefined;
2123
+ readonly relatedListTitle?: string | undefined;
2124
+ readonly relatedListColumns?: any[] | undefined;
1908
2125
  readonly expression?: {
1909
2126
  dialect: "cel" | "js" | "cron" | "template";
1910
2127
  source?: string | undefined;
@@ -1918,6 +2135,7 @@ declare const securityObjects: ((Omit<{
1918
2135
  object: string;
1919
2136
  field: string;
1920
2137
  function: "min" | "max" | "count" | "sum" | "avg";
2138
+ relationshipField?: string | undefined;
1921
2139
  } | undefined;
1922
2140
  readonly language?: string | undefined;
1923
2141
  readonly lineNumbers?: boolean | undefined;
@@ -2012,6 +2230,33 @@ declare const securityObjects: ((Omit<{
2012
2230
  threshold: number;
2013
2231
  } | undefined;
2014
2232
  } | undefined;
2233
+ readonly visibleWhen?: {
2234
+ dialect: "cel" | "js" | "cron" | "template";
2235
+ source?: string | undefined;
2236
+ ast?: unknown;
2237
+ meta?: {
2238
+ rationale?: string | undefined;
2239
+ generatedBy?: string | undefined;
2240
+ } | undefined;
2241
+ } | undefined;
2242
+ readonly readonlyWhen?: {
2243
+ dialect: "cel" | "js" | "cron" | "template";
2244
+ source?: string | undefined;
2245
+ ast?: unknown;
2246
+ meta?: {
2247
+ rationale?: string | undefined;
2248
+ generatedBy?: string | undefined;
2249
+ } | undefined;
2250
+ } | undefined;
2251
+ readonly requiredWhen?: {
2252
+ dialect: "cel" | "js" | "cron" | "template";
2253
+ source?: string | undefined;
2254
+ ast?: unknown;
2255
+ meta?: {
2256
+ rationale?: string | undefined;
2257
+ generatedBy?: string | undefined;
2258
+ } | undefined;
2259
+ } | undefined;
2015
2260
  readonly conditionalRequired?: {
2016
2261
  dialect: "cel" | "js" | "cron" | "template";
2017
2262
  source?: string | undefined;
@@ -2080,6 +2325,13 @@ declare const securityObjects: ((Omit<{
2080
2325
  readonly referenceFilters?: string[] | undefined;
2081
2326
  readonly writeRequiresMasterRead?: boolean | undefined;
2082
2327
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2328
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2329
+ readonly inlineTitle?: string | undefined;
2330
+ readonly inlineColumns?: any[] | undefined;
2331
+ readonly inlineAmountField?: string | undefined;
2332
+ readonly relatedList?: boolean | undefined;
2333
+ readonly relatedListTitle?: string | undefined;
2334
+ readonly relatedListColumns?: any[] | undefined;
2083
2335
  readonly expression?: {
2084
2336
  dialect: "cel" | "js" | "cron" | "template";
2085
2337
  source?: string | undefined;
@@ -2093,6 +2345,7 @@ declare const securityObjects: ((Omit<{
2093
2345
  object: string;
2094
2346
  field: string;
2095
2347
  function: "min" | "max" | "count" | "sum" | "avg";
2348
+ relationshipField?: string | undefined;
2096
2349
  } | undefined;
2097
2350
  readonly language?: string | undefined;
2098
2351
  readonly lineNumbers?: boolean | undefined;
@@ -2187,6 +2440,33 @@ declare const securityObjects: ((Omit<{
2187
2440
  threshold: number;
2188
2441
  } | undefined;
2189
2442
  } | undefined;
2443
+ readonly visibleWhen?: {
2444
+ dialect: "cel" | "js" | "cron" | "template";
2445
+ source?: string | undefined;
2446
+ ast?: unknown;
2447
+ meta?: {
2448
+ rationale?: string | undefined;
2449
+ generatedBy?: string | undefined;
2450
+ } | undefined;
2451
+ } | undefined;
2452
+ readonly readonlyWhen?: {
2453
+ dialect: "cel" | "js" | "cron" | "template";
2454
+ source?: string | undefined;
2455
+ ast?: unknown;
2456
+ meta?: {
2457
+ rationale?: string | undefined;
2458
+ generatedBy?: string | undefined;
2459
+ } | undefined;
2460
+ } | undefined;
2461
+ readonly requiredWhen?: {
2462
+ dialect: "cel" | "js" | "cron" | "template";
2463
+ source?: string | undefined;
2464
+ ast?: unknown;
2465
+ meta?: {
2466
+ rationale?: string | undefined;
2467
+ generatedBy?: string | undefined;
2468
+ } | undefined;
2469
+ } | undefined;
2190
2470
  readonly conditionalRequired?: {
2191
2471
  dialect: "cel" | "js" | "cron" | "template";
2192
2472
  source?: string | undefined;
@@ -2255,6 +2535,13 @@ declare const securityObjects: ((Omit<{
2255
2535
  readonly referenceFilters?: string[] | undefined;
2256
2536
  readonly writeRequiresMasterRead?: boolean | undefined;
2257
2537
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2538
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2539
+ readonly inlineTitle?: string | undefined;
2540
+ readonly inlineColumns?: any[] | undefined;
2541
+ readonly inlineAmountField?: string | undefined;
2542
+ readonly relatedList?: boolean | undefined;
2543
+ readonly relatedListTitle?: string | undefined;
2544
+ readonly relatedListColumns?: any[] | undefined;
2258
2545
  readonly expression?: {
2259
2546
  dialect: "cel" | "js" | "cron" | "template";
2260
2547
  source?: string | undefined;
@@ -2268,6 +2555,7 @@ declare const securityObjects: ((Omit<{
2268
2555
  object: string;
2269
2556
  field: string;
2270
2557
  function: "min" | "max" | "count" | "sum" | "avg";
2558
+ relationshipField?: string | undefined;
2271
2559
  } | undefined;
2272
2560
  readonly language?: string | undefined;
2273
2561
  readonly lineNumbers?: boolean | undefined;
@@ -2362,6 +2650,33 @@ declare const securityObjects: ((Omit<{
2362
2650
  threshold: number;
2363
2651
  } | undefined;
2364
2652
  } | undefined;
2653
+ readonly visibleWhen?: {
2654
+ dialect: "cel" | "js" | "cron" | "template";
2655
+ source?: string | undefined;
2656
+ ast?: unknown;
2657
+ meta?: {
2658
+ rationale?: string | undefined;
2659
+ generatedBy?: string | undefined;
2660
+ } | undefined;
2661
+ } | undefined;
2662
+ readonly readonlyWhen?: {
2663
+ dialect: "cel" | "js" | "cron" | "template";
2664
+ source?: string | undefined;
2665
+ ast?: unknown;
2666
+ meta?: {
2667
+ rationale?: string | undefined;
2668
+ generatedBy?: string | undefined;
2669
+ } | undefined;
2670
+ } | undefined;
2671
+ readonly requiredWhen?: {
2672
+ dialect: "cel" | "js" | "cron" | "template";
2673
+ source?: string | undefined;
2674
+ ast?: unknown;
2675
+ meta?: {
2676
+ rationale?: string | undefined;
2677
+ generatedBy?: string | undefined;
2678
+ } | undefined;
2679
+ } | undefined;
2365
2680
  readonly conditionalRequired?: {
2366
2681
  dialect: "cel" | "js" | "cron" | "template";
2367
2682
  source?: string | undefined;
@@ -2430,6 +2745,13 @@ declare const securityObjects: ((Omit<{
2430
2745
  readonly referenceFilters?: string[] | undefined;
2431
2746
  readonly writeRequiresMasterRead?: boolean | undefined;
2432
2747
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2748
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2749
+ readonly inlineTitle?: string | undefined;
2750
+ readonly inlineColumns?: any[] | undefined;
2751
+ readonly inlineAmountField?: string | undefined;
2752
+ readonly relatedList?: boolean | undefined;
2753
+ readonly relatedListTitle?: string | undefined;
2754
+ readonly relatedListColumns?: any[] | undefined;
2433
2755
  readonly expression?: {
2434
2756
  dialect: "cel" | "js" | "cron" | "template";
2435
2757
  source?: string | undefined;
@@ -2443,6 +2765,7 @@ declare const securityObjects: ((Omit<{
2443
2765
  object: string;
2444
2766
  field: string;
2445
2767
  function: "min" | "max" | "count" | "sum" | "avg";
2768
+ relationshipField?: string | undefined;
2446
2769
  } | undefined;
2447
2770
  readonly language?: string | undefined;
2448
2771
  readonly lineNumbers?: boolean | undefined;
@@ -2537,6 +2860,33 @@ declare const securityObjects: ((Omit<{
2537
2860
  threshold: number;
2538
2861
  } | undefined;
2539
2862
  } | undefined;
2863
+ readonly visibleWhen?: {
2864
+ dialect: "cel" | "js" | "cron" | "template";
2865
+ source?: string | undefined;
2866
+ ast?: unknown;
2867
+ meta?: {
2868
+ rationale?: string | undefined;
2869
+ generatedBy?: string | undefined;
2870
+ } | undefined;
2871
+ } | undefined;
2872
+ readonly readonlyWhen?: {
2873
+ dialect: "cel" | "js" | "cron" | "template";
2874
+ source?: string | undefined;
2875
+ ast?: unknown;
2876
+ meta?: {
2877
+ rationale?: string | undefined;
2878
+ generatedBy?: string | undefined;
2879
+ } | undefined;
2880
+ } | undefined;
2881
+ readonly requiredWhen?: {
2882
+ dialect: "cel" | "js" | "cron" | "template";
2883
+ source?: string | undefined;
2884
+ ast?: unknown;
2885
+ meta?: {
2886
+ rationale?: string | undefined;
2887
+ generatedBy?: string | undefined;
2888
+ } | undefined;
2889
+ } | undefined;
2540
2890
  readonly conditionalRequired?: {
2541
2891
  dialect: "cel" | "js" | "cron" | "template";
2542
2892
  source?: string | undefined;
@@ -2605,6 +2955,13 @@ declare const securityObjects: ((Omit<{
2605
2955
  readonly referenceFilters?: string[] | undefined;
2606
2956
  readonly writeRequiresMasterRead?: boolean | undefined;
2607
2957
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2958
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2959
+ readonly inlineTitle?: string | undefined;
2960
+ readonly inlineColumns?: any[] | undefined;
2961
+ readonly inlineAmountField?: string | undefined;
2962
+ readonly relatedList?: boolean | undefined;
2963
+ readonly relatedListTitle?: string | undefined;
2964
+ readonly relatedListColumns?: any[] | undefined;
2608
2965
  readonly expression?: {
2609
2966
  dialect: "cel" | "js" | "cron" | "template";
2610
2967
  source?: string | undefined;
@@ -2618,6 +2975,7 @@ declare const securityObjects: ((Omit<{
2618
2975
  object: string;
2619
2976
  field: string;
2620
2977
  function: "min" | "max" | "count" | "sum" | "avg";
2978
+ relationshipField?: string | undefined;
2621
2979
  } | undefined;
2622
2980
  readonly language?: string | undefined;
2623
2981
  readonly lineNumbers?: boolean | undefined;
@@ -2712,7 +3070,7 @@ declare const securityObjects: ((Omit<{
2712
3070
  threshold: number;
2713
3071
  } | undefined;
2714
3072
  } | undefined;
2715
- readonly conditionalRequired?: {
3073
+ readonly visibleWhen?: {
2716
3074
  dialect: "cel" | "js" | "cron" | "template";
2717
3075
  source?: string | undefined;
2718
3076
  ast?: unknown;
@@ -2721,19 +3079,46 @@ declare const securityObjects: ((Omit<{
2721
3079
  generatedBy?: string | undefined;
2722
3080
  } | undefined;
2723
3081
  } | undefined;
2724
- readonly sortable?: boolean | undefined;
2725
- readonly inlineHelpText?: string | undefined;
2726
- readonly trackFeedHistory?: boolean | undefined;
2727
- readonly caseSensitive?: boolean | undefined;
2728
- readonly autonumberFormat?: string | undefined;
2729
- readonly index?: boolean | undefined;
2730
- readonly type: "datetime";
2731
- };
2732
- };
2733
- readonly indexes: [{
2734
- readonly fields: ["name"];
2735
- readonly unique: true;
2736
- }, {
3082
+ readonly readonlyWhen?: {
3083
+ dialect: "cel" | "js" | "cron" | "template";
3084
+ source?: string | undefined;
3085
+ ast?: unknown;
3086
+ meta?: {
3087
+ rationale?: string | undefined;
3088
+ generatedBy?: string | undefined;
3089
+ } | undefined;
3090
+ } | undefined;
3091
+ readonly requiredWhen?: {
3092
+ dialect: "cel" | "js" | "cron" | "template";
3093
+ source?: string | undefined;
3094
+ ast?: unknown;
3095
+ meta?: {
3096
+ rationale?: string | undefined;
3097
+ generatedBy?: string | undefined;
3098
+ } | undefined;
3099
+ } | undefined;
3100
+ readonly conditionalRequired?: {
3101
+ dialect: "cel" | "js" | "cron" | "template";
3102
+ source?: string | undefined;
3103
+ ast?: unknown;
3104
+ meta?: {
3105
+ rationale?: string | undefined;
3106
+ generatedBy?: string | undefined;
3107
+ } | undefined;
3108
+ } | undefined;
3109
+ readonly sortable?: boolean | undefined;
3110
+ readonly inlineHelpText?: string | undefined;
3111
+ readonly trackFeedHistory?: boolean | undefined;
3112
+ readonly caseSensitive?: boolean | undefined;
3113
+ readonly autonumberFormat?: string | undefined;
3114
+ readonly index?: boolean | undefined;
3115
+ readonly type: "datetime";
3116
+ };
3117
+ };
3118
+ readonly indexes: [{
3119
+ readonly fields: ["name"];
3120
+ readonly unique: true;
3121
+ }, {
2737
3122
  readonly fields: ["active"];
2738
3123
  }];
2739
3124
  readonly enable: {
@@ -2784,6 +3169,13 @@ declare const securityObjects: ((Omit<{
2784
3169
  reference?: string | undefined;
2785
3170
  referenceFilters?: string[] | undefined;
2786
3171
  writeRequiresMasterRead?: boolean | undefined;
3172
+ inlineEdit?: boolean | "grid" | "form" | undefined;
3173
+ inlineTitle?: string | undefined;
3174
+ inlineColumns?: any[] | undefined;
3175
+ inlineAmountField?: string | undefined;
3176
+ relatedList?: boolean | undefined;
3177
+ relatedListTitle?: string | undefined;
3178
+ relatedListColumns?: any[] | undefined;
2787
3179
  expression?: {
2788
3180
  dialect: "cel" | "js" | "cron" | "template";
2789
3181
  source?: string | undefined;
@@ -2805,6 +3197,7 @@ declare const securityObjects: ((Omit<{
2805
3197
  object: string;
2806
3198
  field: string;
2807
3199
  function: "count" | "min" | "max" | "sum" | "avg";
3200
+ relationshipField?: string | undefined;
2808
3201
  } | undefined;
2809
3202
  language?: string | undefined;
2810
3203
  theme?: string | undefined;
@@ -2918,6 +3311,57 @@ declare const securityObjects: ((Omit<{
2918
3311
  } | undefined;
2919
3312
  } | undefined;
2920
3313
  group?: string | undefined;
3314
+ visibleWhen?: {
3315
+ dialect: "cel" | "js" | "cron" | "template";
3316
+ source?: string | undefined;
3317
+ ast?: unknown;
3318
+ meta?: {
3319
+ rationale?: string | undefined;
3320
+ generatedBy?: string | undefined;
3321
+ } | undefined;
3322
+ } | {
3323
+ dialect: "cel" | "js" | "cron" | "template";
3324
+ source?: string | undefined;
3325
+ ast?: unknown;
3326
+ meta?: {
3327
+ rationale?: string | undefined;
3328
+ generatedBy?: string | undefined;
3329
+ } | undefined;
3330
+ } | undefined;
3331
+ readonlyWhen?: {
3332
+ dialect: "cel" | "js" | "cron" | "template";
3333
+ source?: string | undefined;
3334
+ ast?: unknown;
3335
+ meta?: {
3336
+ rationale?: string | undefined;
3337
+ generatedBy?: string | undefined;
3338
+ } | undefined;
3339
+ } | {
3340
+ dialect: "cel" | "js" | "cron" | "template";
3341
+ source?: string | undefined;
3342
+ ast?: unknown;
3343
+ meta?: {
3344
+ rationale?: string | undefined;
3345
+ generatedBy?: string | undefined;
3346
+ } | undefined;
3347
+ } | undefined;
3348
+ requiredWhen?: {
3349
+ dialect: "cel" | "js" | "cron" | "template";
3350
+ source?: string | undefined;
3351
+ ast?: unknown;
3352
+ meta?: {
3353
+ rationale?: string | undefined;
3354
+ generatedBy?: string | undefined;
3355
+ } | undefined;
3356
+ } | {
3357
+ dialect: "cel" | "js" | "cron" | "template";
3358
+ source?: string | undefined;
3359
+ ast?: unknown;
3360
+ meta?: {
3361
+ rationale?: string | undefined;
3362
+ generatedBy?: string | undefined;
3363
+ } | undefined;
3364
+ } | undefined;
2921
3365
  conditionalRequired?: {
2922
3366
  dialect: "cel" | "js" | "cron" | "template";
2923
3367
  source?: string | undefined;
@@ -3059,7 +3503,7 @@ declare const securityObjects: ((Omit<{
3059
3503
  } | undefined;
3060
3504
  compactLayout?: string[] | undefined;
3061
3505
  listViews?: Record<string, {
3062
- type: "map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "grid";
3506
+ type: "map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
3063
3507
  columns: string[] | {
3064
3508
  field: string;
3065
3509
  label?: string | undefined;
@@ -3228,7 +3672,7 @@ declare const securityObjects: ((Omit<{
3228
3672
  } | undefined;
3229
3673
  appearance?: {
3230
3674
  showDescription: boolean;
3231
- allowedVisualizations?: ("map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "grid")[] | undefined;
3675
+ allowedVisualizations?: ("map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline")[] | undefined;
3232
3676
  } | undefined;
3233
3677
  tabs?: {
3234
3678
  name: string;
@@ -3248,7 +3692,7 @@ declare const securityObjects: ((Omit<{
3248
3692
  addRecord?: {
3249
3693
  enabled: boolean;
3250
3694
  position: "top" | "bottom" | "both";
3251
- mode: "modal" | "form" | "inline";
3695
+ mode: "form" | "modal" | "inline";
3252
3696
  formView?: string | undefined;
3253
3697
  } | undefined;
3254
3698
  showRecordCount?: boolean | undefined;
@@ -3334,7 +3778,7 @@ declare const securityObjects: ((Omit<{
3334
3778
  actions?: {
3335
3779
  name: string;
3336
3780
  label: string;
3337
- type: "url" | "flow" | "api" | "script" | "modal" | "form";
3781
+ type: "url" | "form" | "flow" | "api" | "script" | "modal";
3338
3782
  refreshAfter: boolean;
3339
3783
  objectName?: string | undefined;
3340
3784
  icon?: string | undefined;
@@ -3402,7 +3846,18 @@ declare const securityObjects: ((Omit<{
3402
3846
  } | undefined;
3403
3847
  shortcut?: string | undefined;
3404
3848
  bulkEnabled?: boolean | undefined;
3405
- aiExposed?: boolean | undefined;
3849
+ ai?: {
3850
+ exposed: boolean;
3851
+ description?: string | undefined;
3852
+ category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
3853
+ paramHints?: Record<string, {
3854
+ description?: string | undefined;
3855
+ enum?: (string | number)[] | undefined;
3856
+ examples?: unknown[] | undefined;
3857
+ }> | undefined;
3858
+ outputSchema?: Record<string, unknown> | undefined;
3859
+ requiresConfirmation?: boolean | undefined;
3860
+ } | undefined;
3406
3861
  recordIdParam?: string | undefined;
3407
3862
  recordIdField?: string | undefined;
3408
3863
  bodyShape?: "flat" | {
@@ -3622,6 +4077,13 @@ declare const securityObjects: ((Omit<{
3622
4077
  readonly referenceFilters?: string[] | undefined;
3623
4078
  readonly writeRequiresMasterRead?: boolean | undefined;
3624
4079
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
4080
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4081
+ readonly inlineTitle?: string | undefined;
4082
+ readonly inlineColumns?: any[] | undefined;
4083
+ readonly inlineAmountField?: string | undefined;
4084
+ readonly relatedList?: boolean | undefined;
4085
+ readonly relatedListTitle?: string | undefined;
4086
+ readonly relatedListColumns?: any[] | undefined;
3625
4087
  readonly expression?: {
3626
4088
  dialect: "cel" | "js" | "cron" | "template";
3627
4089
  source?: string | undefined;
@@ -3635,6 +4097,7 @@ declare const securityObjects: ((Omit<{
3635
4097
  object: string;
3636
4098
  field: string;
3637
4099
  function: "min" | "max" | "count" | "sum" | "avg";
4100
+ relationshipField?: string | undefined;
3638
4101
  } | undefined;
3639
4102
  readonly language?: string | undefined;
3640
4103
  readonly lineNumbers?: boolean | undefined;
@@ -3729,6 +4192,33 @@ declare const securityObjects: ((Omit<{
3729
4192
  threshold: number;
3730
4193
  } | undefined;
3731
4194
  } | undefined;
4195
+ readonly visibleWhen?: {
4196
+ dialect: "cel" | "js" | "cron" | "template";
4197
+ source?: string | undefined;
4198
+ ast?: unknown;
4199
+ meta?: {
4200
+ rationale?: string | undefined;
4201
+ generatedBy?: string | undefined;
4202
+ } | undefined;
4203
+ } | undefined;
4204
+ readonly readonlyWhen?: {
4205
+ dialect: "cel" | "js" | "cron" | "template";
4206
+ source?: string | undefined;
4207
+ ast?: unknown;
4208
+ meta?: {
4209
+ rationale?: string | undefined;
4210
+ generatedBy?: string | undefined;
4211
+ } | undefined;
4212
+ } | undefined;
4213
+ readonly requiredWhen?: {
4214
+ dialect: "cel" | "js" | "cron" | "template";
4215
+ source?: string | undefined;
4216
+ ast?: unknown;
4217
+ meta?: {
4218
+ rationale?: string | undefined;
4219
+ generatedBy?: string | undefined;
4220
+ } | undefined;
4221
+ } | undefined;
3732
4222
  readonly conditionalRequired?: {
3733
4223
  dialect: "cel" | "js" | "cron" | "template";
3734
4224
  source?: string | undefined;
@@ -3797,6 +4287,13 @@ declare const securityObjects: ((Omit<{
3797
4287
  readonly referenceFilters?: string[] | undefined;
3798
4288
  readonly writeRequiresMasterRead?: boolean | undefined;
3799
4289
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
4290
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4291
+ readonly inlineTitle?: string | undefined;
4292
+ readonly inlineColumns?: any[] | undefined;
4293
+ readonly inlineAmountField?: string | undefined;
4294
+ readonly relatedList?: boolean | undefined;
4295
+ readonly relatedListTitle?: string | undefined;
4296
+ readonly relatedListColumns?: any[] | undefined;
3800
4297
  readonly expression?: {
3801
4298
  dialect: "cel" | "js" | "cron" | "template";
3802
4299
  source?: string | undefined;
@@ -3810,6 +4307,7 @@ declare const securityObjects: ((Omit<{
3810
4307
  object: string;
3811
4308
  field: string;
3812
4309
  function: "min" | "max" | "count" | "sum" | "avg";
4310
+ relationshipField?: string | undefined;
3813
4311
  } | undefined;
3814
4312
  readonly language?: string | undefined;
3815
4313
  readonly lineNumbers?: boolean | undefined;
@@ -3904,6 +4402,33 @@ declare const securityObjects: ((Omit<{
3904
4402
  threshold: number;
3905
4403
  } | undefined;
3906
4404
  } | undefined;
4405
+ readonly visibleWhen?: {
4406
+ dialect: "cel" | "js" | "cron" | "template";
4407
+ source?: string | undefined;
4408
+ ast?: unknown;
4409
+ meta?: {
4410
+ rationale?: string | undefined;
4411
+ generatedBy?: string | undefined;
4412
+ } | undefined;
4413
+ } | undefined;
4414
+ readonly readonlyWhen?: {
4415
+ dialect: "cel" | "js" | "cron" | "template";
4416
+ source?: string | undefined;
4417
+ ast?: unknown;
4418
+ meta?: {
4419
+ rationale?: string | undefined;
4420
+ generatedBy?: string | undefined;
4421
+ } | undefined;
4422
+ } | undefined;
4423
+ readonly requiredWhen?: {
4424
+ dialect: "cel" | "js" | "cron" | "template";
4425
+ source?: string | undefined;
4426
+ ast?: unknown;
4427
+ meta?: {
4428
+ rationale?: string | undefined;
4429
+ generatedBy?: string | undefined;
4430
+ } | undefined;
4431
+ } | undefined;
3907
4432
  readonly conditionalRequired?: {
3908
4433
  dialect: "cel" | "js" | "cron" | "template";
3909
4434
  source?: string | undefined;
@@ -3972,6 +4497,13 @@ declare const securityObjects: ((Omit<{
3972
4497
  readonly referenceFilters?: string[] | undefined;
3973
4498
  readonly writeRequiresMasterRead?: boolean | undefined;
3974
4499
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
4500
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4501
+ readonly inlineTitle?: string | undefined;
4502
+ readonly inlineColumns?: any[] | undefined;
4503
+ readonly inlineAmountField?: string | undefined;
4504
+ readonly relatedList?: boolean | undefined;
4505
+ readonly relatedListTitle?: string | undefined;
4506
+ readonly relatedListColumns?: any[] | undefined;
3975
4507
  readonly expression?: {
3976
4508
  dialect: "cel" | "js" | "cron" | "template";
3977
4509
  source?: string | undefined;
@@ -3985,6 +4517,7 @@ declare const securityObjects: ((Omit<{
3985
4517
  object: string;
3986
4518
  field: string;
3987
4519
  function: "min" | "max" | "count" | "sum" | "avg";
4520
+ relationshipField?: string | undefined;
3988
4521
  } | undefined;
3989
4522
  readonly language?: string | undefined;
3990
4523
  readonly lineNumbers?: boolean | undefined;
@@ -4079,6 +4612,33 @@ declare const securityObjects: ((Omit<{
4079
4612
  threshold: number;
4080
4613
  } | undefined;
4081
4614
  } | undefined;
4615
+ readonly visibleWhen?: {
4616
+ dialect: "cel" | "js" | "cron" | "template";
4617
+ source?: string | undefined;
4618
+ ast?: unknown;
4619
+ meta?: {
4620
+ rationale?: string | undefined;
4621
+ generatedBy?: string | undefined;
4622
+ } | undefined;
4623
+ } | undefined;
4624
+ readonly readonlyWhen?: {
4625
+ dialect: "cel" | "js" | "cron" | "template";
4626
+ source?: string | undefined;
4627
+ ast?: unknown;
4628
+ meta?: {
4629
+ rationale?: string | undefined;
4630
+ generatedBy?: string | undefined;
4631
+ } | undefined;
4632
+ } | undefined;
4633
+ readonly requiredWhen?: {
4634
+ dialect: "cel" | "js" | "cron" | "template";
4635
+ source?: string | undefined;
4636
+ ast?: unknown;
4637
+ meta?: {
4638
+ rationale?: string | undefined;
4639
+ generatedBy?: string | undefined;
4640
+ } | undefined;
4641
+ } | undefined;
4082
4642
  readonly conditionalRequired?: {
4083
4643
  dialect: "cel" | "js" | "cron" | "template";
4084
4644
  source?: string | undefined;
@@ -4147,6 +4707,13 @@ declare const securityObjects: ((Omit<{
4147
4707
  readonly referenceFilters?: string[] | undefined;
4148
4708
  readonly writeRequiresMasterRead?: boolean | undefined;
4149
4709
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
4710
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4711
+ readonly inlineTitle?: string | undefined;
4712
+ readonly inlineColumns?: any[] | undefined;
4713
+ readonly inlineAmountField?: string | undefined;
4714
+ readonly relatedList?: boolean | undefined;
4715
+ readonly relatedListTitle?: string | undefined;
4716
+ readonly relatedListColumns?: any[] | undefined;
4150
4717
  readonly expression?: {
4151
4718
  dialect: "cel" | "js" | "cron" | "template";
4152
4719
  source?: string | undefined;
@@ -4160,6 +4727,7 @@ declare const securityObjects: ((Omit<{
4160
4727
  object: string;
4161
4728
  field: string;
4162
4729
  function: "min" | "max" | "count" | "sum" | "avg";
4730
+ relationshipField?: string | undefined;
4163
4731
  } | undefined;
4164
4732
  readonly language?: string | undefined;
4165
4733
  readonly lineNumbers?: boolean | undefined;
@@ -4254,6 +4822,33 @@ declare const securityObjects: ((Omit<{
4254
4822
  threshold: number;
4255
4823
  } | undefined;
4256
4824
  } | undefined;
4825
+ readonly visibleWhen?: {
4826
+ dialect: "cel" | "js" | "cron" | "template";
4827
+ source?: string | undefined;
4828
+ ast?: unknown;
4829
+ meta?: {
4830
+ rationale?: string | undefined;
4831
+ generatedBy?: string | undefined;
4832
+ } | undefined;
4833
+ } | undefined;
4834
+ readonly readonlyWhen?: {
4835
+ dialect: "cel" | "js" | "cron" | "template";
4836
+ source?: string | undefined;
4837
+ ast?: unknown;
4838
+ meta?: {
4839
+ rationale?: string | undefined;
4840
+ generatedBy?: string | undefined;
4841
+ } | undefined;
4842
+ } | undefined;
4843
+ readonly requiredWhen?: {
4844
+ dialect: "cel" | "js" | "cron" | "template";
4845
+ source?: string | undefined;
4846
+ ast?: unknown;
4847
+ meta?: {
4848
+ rationale?: string | undefined;
4849
+ generatedBy?: string | undefined;
4850
+ } | undefined;
4851
+ } | undefined;
4257
4852
  readonly conditionalRequired?: {
4258
4853
  dialect: "cel" | "js" | "cron" | "template";
4259
4854
  source?: string | undefined;
@@ -4322,6 +4917,13 @@ declare const securityObjects: ((Omit<{
4322
4917
  readonly referenceFilters?: string[] | undefined;
4323
4918
  readonly writeRequiresMasterRead?: boolean | undefined;
4324
4919
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
4920
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4921
+ readonly inlineTitle?: string | undefined;
4922
+ readonly inlineColumns?: any[] | undefined;
4923
+ readonly inlineAmountField?: string | undefined;
4924
+ readonly relatedList?: boolean | undefined;
4925
+ readonly relatedListTitle?: string | undefined;
4926
+ readonly relatedListColumns?: any[] | undefined;
4325
4927
  readonly expression?: {
4326
4928
  dialect: "cel" | "js" | "cron" | "template";
4327
4929
  source?: string | undefined;
@@ -4335,6 +4937,7 @@ declare const securityObjects: ((Omit<{
4335
4937
  object: string;
4336
4938
  field: string;
4337
4939
  function: "min" | "max" | "count" | "sum" | "avg";
4940
+ relationshipField?: string | undefined;
4338
4941
  } | undefined;
4339
4942
  readonly language?: string | undefined;
4340
4943
  readonly lineNumbers?: boolean | undefined;
@@ -4429,6 +5032,33 @@ declare const securityObjects: ((Omit<{
4429
5032
  threshold: number;
4430
5033
  } | undefined;
4431
5034
  } | undefined;
5035
+ readonly visibleWhen?: {
5036
+ dialect: "cel" | "js" | "cron" | "template";
5037
+ source?: string | undefined;
5038
+ ast?: unknown;
5039
+ meta?: {
5040
+ rationale?: string | undefined;
5041
+ generatedBy?: string | undefined;
5042
+ } | undefined;
5043
+ } | undefined;
5044
+ readonly readonlyWhen?: {
5045
+ dialect: "cel" | "js" | "cron" | "template";
5046
+ source?: string | undefined;
5047
+ ast?: unknown;
5048
+ meta?: {
5049
+ rationale?: string | undefined;
5050
+ generatedBy?: string | undefined;
5051
+ } | undefined;
5052
+ } | undefined;
5053
+ readonly requiredWhen?: {
5054
+ dialect: "cel" | "js" | "cron" | "template";
5055
+ source?: string | undefined;
5056
+ ast?: unknown;
5057
+ meta?: {
5058
+ rationale?: string | undefined;
5059
+ generatedBy?: string | undefined;
5060
+ } | undefined;
5061
+ } | undefined;
4432
5062
  readonly conditionalRequired?: {
4433
5063
  dialect: "cel" | "js" | "cron" | "template";
4434
5064
  source?: string | undefined;
@@ -4497,6 +5127,13 @@ declare const securityObjects: ((Omit<{
4497
5127
  readonly referenceFilters?: string[] | undefined;
4498
5128
  readonly writeRequiresMasterRead?: boolean | undefined;
4499
5129
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
5130
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
5131
+ readonly inlineTitle?: string | undefined;
5132
+ readonly inlineColumns?: any[] | undefined;
5133
+ readonly inlineAmountField?: string | undefined;
5134
+ readonly relatedList?: boolean | undefined;
5135
+ readonly relatedListTitle?: string | undefined;
5136
+ readonly relatedListColumns?: any[] | undefined;
4500
5137
  readonly expression?: {
4501
5138
  dialect: "cel" | "js" | "cron" | "template";
4502
5139
  source?: string | undefined;
@@ -4510,6 +5147,7 @@ declare const securityObjects: ((Omit<{
4510
5147
  object: string;
4511
5148
  field: string;
4512
5149
  function: "min" | "max" | "count" | "sum" | "avg";
5150
+ relationshipField?: string | undefined;
4513
5151
  } | undefined;
4514
5152
  readonly language?: string | undefined;
4515
5153
  readonly lineNumbers?: boolean | undefined;
@@ -4604,6 +5242,33 @@ declare const securityObjects: ((Omit<{
4604
5242
  threshold: number;
4605
5243
  } | undefined;
4606
5244
  } | undefined;
5245
+ readonly visibleWhen?: {
5246
+ dialect: "cel" | "js" | "cron" | "template";
5247
+ source?: string | undefined;
5248
+ ast?: unknown;
5249
+ meta?: {
5250
+ rationale?: string | undefined;
5251
+ generatedBy?: string | undefined;
5252
+ } | undefined;
5253
+ } | undefined;
5254
+ readonly readonlyWhen?: {
5255
+ dialect: "cel" | "js" | "cron" | "template";
5256
+ source?: string | undefined;
5257
+ ast?: unknown;
5258
+ meta?: {
5259
+ rationale?: string | undefined;
5260
+ generatedBy?: string | undefined;
5261
+ } | undefined;
5262
+ } | undefined;
5263
+ readonly requiredWhen?: {
5264
+ dialect: "cel" | "js" | "cron" | "template";
5265
+ source?: string | undefined;
5266
+ ast?: unknown;
5267
+ meta?: {
5268
+ rationale?: string | undefined;
5269
+ generatedBy?: string | undefined;
5270
+ } | undefined;
5271
+ } | undefined;
4607
5272
  readonly conditionalRequired?: {
4608
5273
  dialect: "cel" | "js" | "cron" | "template";
4609
5274
  source?: string | undefined;
@@ -4672,6 +5337,13 @@ declare const securityObjects: ((Omit<{
4672
5337
  readonly referenceFilters?: string[] | undefined;
4673
5338
  readonly writeRequiresMasterRead?: boolean | undefined;
4674
5339
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
5340
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
5341
+ readonly inlineTitle?: string | undefined;
5342
+ readonly inlineColumns?: any[] | undefined;
5343
+ readonly inlineAmountField?: string | undefined;
5344
+ readonly relatedList?: boolean | undefined;
5345
+ readonly relatedListTitle?: string | undefined;
5346
+ readonly relatedListColumns?: any[] | undefined;
4675
5347
  readonly expression?: {
4676
5348
  dialect: "cel" | "js" | "cron" | "template";
4677
5349
  source?: string | undefined;
@@ -4685,6 +5357,7 @@ declare const securityObjects: ((Omit<{
4685
5357
  object: string;
4686
5358
  field: string;
4687
5359
  function: "min" | "max" | "count" | "sum" | "avg";
5360
+ relationshipField?: string | undefined;
4688
5361
  } | undefined;
4689
5362
  readonly language?: string | undefined;
4690
5363
  readonly lineNumbers?: boolean | undefined;
@@ -4779,6 +5452,33 @@ declare const securityObjects: ((Omit<{
4779
5452
  threshold: number;
4780
5453
  } | undefined;
4781
5454
  } | undefined;
5455
+ readonly visibleWhen?: {
5456
+ dialect: "cel" | "js" | "cron" | "template";
5457
+ source?: string | undefined;
5458
+ ast?: unknown;
5459
+ meta?: {
5460
+ rationale?: string | undefined;
5461
+ generatedBy?: string | undefined;
5462
+ } | undefined;
5463
+ } | undefined;
5464
+ readonly readonlyWhen?: {
5465
+ dialect: "cel" | "js" | "cron" | "template";
5466
+ source?: string | undefined;
5467
+ ast?: unknown;
5468
+ meta?: {
5469
+ rationale?: string | undefined;
5470
+ generatedBy?: string | undefined;
5471
+ } | undefined;
5472
+ } | undefined;
5473
+ readonly requiredWhen?: {
5474
+ dialect: "cel" | "js" | "cron" | "template";
5475
+ source?: string | undefined;
5476
+ ast?: unknown;
5477
+ meta?: {
5478
+ rationale?: string | undefined;
5479
+ generatedBy?: string | undefined;
5480
+ } | undefined;
5481
+ } | undefined;
4782
5482
  readonly conditionalRequired?: {
4783
5483
  dialect: "cel" | "js" | "cron" | "template";
4784
5484
  source?: string | undefined;
@@ -4847,6 +5547,13 @@ declare const securityObjects: ((Omit<{
4847
5547
  readonly referenceFilters?: string[] | undefined;
4848
5548
  readonly writeRequiresMasterRead?: boolean | undefined;
4849
5549
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
5550
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
5551
+ readonly inlineTitle?: string | undefined;
5552
+ readonly inlineColumns?: any[] | undefined;
5553
+ readonly inlineAmountField?: string | undefined;
5554
+ readonly relatedList?: boolean | undefined;
5555
+ readonly relatedListTitle?: string | undefined;
5556
+ readonly relatedListColumns?: any[] | undefined;
4850
5557
  readonly expression?: {
4851
5558
  dialect: "cel" | "js" | "cron" | "template";
4852
5559
  source?: string | undefined;
@@ -4860,6 +5567,7 @@ declare const securityObjects: ((Omit<{
4860
5567
  object: string;
4861
5568
  field: string;
4862
5569
  function: "min" | "max" | "count" | "sum" | "avg";
5570
+ relationshipField?: string | undefined;
4863
5571
  } | undefined;
4864
5572
  readonly language?: string | undefined;
4865
5573
  readonly lineNumbers?: boolean | undefined;
@@ -4954,6 +5662,33 @@ declare const securityObjects: ((Omit<{
4954
5662
  threshold: number;
4955
5663
  } | undefined;
4956
5664
  } | undefined;
5665
+ readonly visibleWhen?: {
5666
+ dialect: "cel" | "js" | "cron" | "template";
5667
+ source?: string | undefined;
5668
+ ast?: unknown;
5669
+ meta?: {
5670
+ rationale?: string | undefined;
5671
+ generatedBy?: string | undefined;
5672
+ } | undefined;
5673
+ } | undefined;
5674
+ readonly readonlyWhen?: {
5675
+ dialect: "cel" | "js" | "cron" | "template";
5676
+ source?: string | undefined;
5677
+ ast?: unknown;
5678
+ meta?: {
5679
+ rationale?: string | undefined;
5680
+ generatedBy?: string | undefined;
5681
+ } | undefined;
5682
+ } | undefined;
5683
+ readonly requiredWhen?: {
5684
+ dialect: "cel" | "js" | "cron" | "template";
5685
+ source?: string | undefined;
5686
+ ast?: unknown;
5687
+ meta?: {
5688
+ rationale?: string | undefined;
5689
+ generatedBy?: string | undefined;
5690
+ } | undefined;
5691
+ } | undefined;
4957
5692
  readonly conditionalRequired?: {
4958
5693
  dialect: "cel" | "js" | "cron" | "template";
4959
5694
  source?: string | undefined;
@@ -5022,6 +5757,13 @@ declare const securityObjects: ((Omit<{
5022
5757
  readonly referenceFilters?: string[] | undefined;
5023
5758
  readonly writeRequiresMasterRead?: boolean | undefined;
5024
5759
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
5760
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
5761
+ readonly inlineTitle?: string | undefined;
5762
+ readonly inlineColumns?: any[] | undefined;
5763
+ readonly inlineAmountField?: string | undefined;
5764
+ readonly relatedList?: boolean | undefined;
5765
+ readonly relatedListTitle?: string | undefined;
5766
+ readonly relatedListColumns?: any[] | undefined;
5025
5767
  readonly expression?: {
5026
5768
  dialect: "cel" | "js" | "cron" | "template";
5027
5769
  source?: string | undefined;
@@ -5035,6 +5777,7 @@ declare const securityObjects: ((Omit<{
5035
5777
  object: string;
5036
5778
  field: string;
5037
5779
  function: "min" | "max" | "count" | "sum" | "avg";
5780
+ relationshipField?: string | undefined;
5038
5781
  } | undefined;
5039
5782
  readonly language?: string | undefined;
5040
5783
  readonly lineNumbers?: boolean | undefined;
@@ -5129,6 +5872,33 @@ declare const securityObjects: ((Omit<{
5129
5872
  threshold: number;
5130
5873
  } | undefined;
5131
5874
  } | undefined;
5875
+ readonly visibleWhen?: {
5876
+ dialect: "cel" | "js" | "cron" | "template";
5877
+ source?: string | undefined;
5878
+ ast?: unknown;
5879
+ meta?: {
5880
+ rationale?: string | undefined;
5881
+ generatedBy?: string | undefined;
5882
+ } | undefined;
5883
+ } | undefined;
5884
+ readonly readonlyWhen?: {
5885
+ dialect: "cel" | "js" | "cron" | "template";
5886
+ source?: string | undefined;
5887
+ ast?: unknown;
5888
+ meta?: {
5889
+ rationale?: string | undefined;
5890
+ generatedBy?: string | undefined;
5891
+ } | undefined;
5892
+ } | undefined;
5893
+ readonly requiredWhen?: {
5894
+ dialect: "cel" | "js" | "cron" | "template";
5895
+ source?: string | undefined;
5896
+ ast?: unknown;
5897
+ meta?: {
5898
+ rationale?: string | undefined;
5899
+ generatedBy?: string | undefined;
5900
+ } | undefined;
5901
+ } | undefined;
5132
5902
  readonly conditionalRequired?: {
5133
5903
  dialect: "cel" | "js" | "cron" | "template";
5134
5904
  source?: string | undefined;
@@ -5197,6 +5967,13 @@ declare const securityObjects: ((Omit<{
5197
5967
  readonly referenceFilters?: string[] | undefined;
5198
5968
  readonly writeRequiresMasterRead?: boolean | undefined;
5199
5969
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
5970
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
5971
+ readonly inlineTitle?: string | undefined;
5972
+ readonly inlineColumns?: any[] | undefined;
5973
+ readonly inlineAmountField?: string | undefined;
5974
+ readonly relatedList?: boolean | undefined;
5975
+ readonly relatedListTitle?: string | undefined;
5976
+ readonly relatedListColumns?: any[] | undefined;
5200
5977
  readonly expression?: {
5201
5978
  dialect: "cel" | "js" | "cron" | "template";
5202
5979
  source?: string | undefined;
@@ -5210,6 +5987,7 @@ declare const securityObjects: ((Omit<{
5210
5987
  object: string;
5211
5988
  field: string;
5212
5989
  function: "min" | "max" | "count" | "sum" | "avg";
5990
+ relationshipField?: string | undefined;
5213
5991
  } | undefined;
5214
5992
  readonly language?: string | undefined;
5215
5993
  readonly lineNumbers?: boolean | undefined;
@@ -5304,6 +6082,33 @@ declare const securityObjects: ((Omit<{
5304
6082
  threshold: number;
5305
6083
  } | undefined;
5306
6084
  } | undefined;
6085
+ readonly visibleWhen?: {
6086
+ dialect: "cel" | "js" | "cron" | "template";
6087
+ source?: string | undefined;
6088
+ ast?: unknown;
6089
+ meta?: {
6090
+ rationale?: string | undefined;
6091
+ generatedBy?: string | undefined;
6092
+ } | undefined;
6093
+ } | undefined;
6094
+ readonly readonlyWhen?: {
6095
+ dialect: "cel" | "js" | "cron" | "template";
6096
+ source?: string | undefined;
6097
+ ast?: unknown;
6098
+ meta?: {
6099
+ rationale?: string | undefined;
6100
+ generatedBy?: string | undefined;
6101
+ } | undefined;
6102
+ } | undefined;
6103
+ readonly requiredWhen?: {
6104
+ dialect: "cel" | "js" | "cron" | "template";
6105
+ source?: string | undefined;
6106
+ ast?: unknown;
6107
+ meta?: {
6108
+ rationale?: string | undefined;
6109
+ generatedBy?: string | undefined;
6110
+ } | undefined;
6111
+ } | undefined;
5307
6112
  readonly conditionalRequired?: {
5308
6113
  dialect: "cel" | "js" | "cron" | "template";
5309
6114
  source?: string | undefined;
@@ -5372,6 +6177,13 @@ declare const securityObjects: ((Omit<{
5372
6177
  readonly referenceFilters?: string[] | undefined;
5373
6178
  readonly writeRequiresMasterRead?: boolean | undefined;
5374
6179
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
6180
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
6181
+ readonly inlineTitle?: string | undefined;
6182
+ readonly inlineColumns?: any[] | undefined;
6183
+ readonly inlineAmountField?: string | undefined;
6184
+ readonly relatedList?: boolean | undefined;
6185
+ readonly relatedListTitle?: string | undefined;
6186
+ readonly relatedListColumns?: any[] | undefined;
5375
6187
  readonly expression?: {
5376
6188
  dialect: "cel" | "js" | "cron" | "template";
5377
6189
  source?: string | undefined;
@@ -5385,6 +6197,7 @@ declare const securityObjects: ((Omit<{
5385
6197
  object: string;
5386
6198
  field: string;
5387
6199
  function: "min" | "max" | "count" | "sum" | "avg";
6200
+ relationshipField?: string | undefined;
5388
6201
  } | undefined;
5389
6202
  readonly language?: string | undefined;
5390
6203
  readonly lineNumbers?: boolean | undefined;
@@ -5479,6 +6292,33 @@ declare const securityObjects: ((Omit<{
5479
6292
  threshold: number;
5480
6293
  } | undefined;
5481
6294
  } | undefined;
6295
+ readonly visibleWhen?: {
6296
+ dialect: "cel" | "js" | "cron" | "template";
6297
+ source?: string | undefined;
6298
+ ast?: unknown;
6299
+ meta?: {
6300
+ rationale?: string | undefined;
6301
+ generatedBy?: string | undefined;
6302
+ } | undefined;
6303
+ } | undefined;
6304
+ readonly readonlyWhen?: {
6305
+ dialect: "cel" | "js" | "cron" | "template";
6306
+ source?: string | undefined;
6307
+ ast?: unknown;
6308
+ meta?: {
6309
+ rationale?: string | undefined;
6310
+ generatedBy?: string | undefined;
6311
+ } | undefined;
6312
+ } | undefined;
6313
+ readonly requiredWhen?: {
6314
+ dialect: "cel" | "js" | "cron" | "template";
6315
+ source?: string | undefined;
6316
+ ast?: unknown;
6317
+ meta?: {
6318
+ rationale?: string | undefined;
6319
+ generatedBy?: string | undefined;
6320
+ } | undefined;
6321
+ } | undefined;
5482
6322
  readonly conditionalRequired?: {
5483
6323
  dialect: "cel" | "js" | "cron" | "template";
5484
6324
  source?: string | undefined;
@@ -5547,6 +6387,13 @@ declare const securityObjects: ((Omit<{
5547
6387
  readonly referenceFilters?: string[] | undefined;
5548
6388
  readonly writeRequiresMasterRead?: boolean | undefined;
5549
6389
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
6390
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
6391
+ readonly inlineTitle?: string | undefined;
6392
+ readonly inlineColumns?: any[] | undefined;
6393
+ readonly inlineAmountField?: string | undefined;
6394
+ readonly relatedList?: boolean | undefined;
6395
+ readonly relatedListTitle?: string | undefined;
6396
+ readonly relatedListColumns?: any[] | undefined;
5550
6397
  readonly expression?: {
5551
6398
  dialect: "cel" | "js" | "cron" | "template";
5552
6399
  source?: string | undefined;
@@ -5560,6 +6407,7 @@ declare const securityObjects: ((Omit<{
5560
6407
  object: string;
5561
6408
  field: string;
5562
6409
  function: "min" | "max" | "count" | "sum" | "avg";
6410
+ relationshipField?: string | undefined;
5563
6411
  } | undefined;
5564
6412
  readonly language?: string | undefined;
5565
6413
  readonly lineNumbers?: boolean | undefined;
@@ -5654,6 +6502,33 @@ declare const securityObjects: ((Omit<{
5654
6502
  threshold: number;
5655
6503
  } | undefined;
5656
6504
  } | undefined;
6505
+ readonly visibleWhen?: {
6506
+ dialect: "cel" | "js" | "cron" | "template";
6507
+ source?: string | undefined;
6508
+ ast?: unknown;
6509
+ meta?: {
6510
+ rationale?: string | undefined;
6511
+ generatedBy?: string | undefined;
6512
+ } | undefined;
6513
+ } | undefined;
6514
+ readonly readonlyWhen?: {
6515
+ dialect: "cel" | "js" | "cron" | "template";
6516
+ source?: string | undefined;
6517
+ ast?: unknown;
6518
+ meta?: {
6519
+ rationale?: string | undefined;
6520
+ generatedBy?: string | undefined;
6521
+ } | undefined;
6522
+ } | undefined;
6523
+ readonly requiredWhen?: {
6524
+ dialect: "cel" | "js" | "cron" | "template";
6525
+ source?: string | undefined;
6526
+ ast?: unknown;
6527
+ meta?: {
6528
+ rationale?: string | undefined;
6529
+ generatedBy?: string | undefined;
6530
+ } | undefined;
6531
+ } | undefined;
5657
6532
  readonly conditionalRequired?: {
5658
6533
  dialect: "cel" | "js" | "cron" | "template";
5659
6534
  source?: string | undefined;
@@ -5726,6 +6601,13 @@ declare const securityObjects: ((Omit<{
5726
6601
  reference?: string | undefined;
5727
6602
  referenceFilters?: string[] | undefined;
5728
6603
  writeRequiresMasterRead?: boolean | undefined;
6604
+ inlineEdit?: boolean | "grid" | "form" | undefined;
6605
+ inlineTitle?: string | undefined;
6606
+ inlineColumns?: any[] | undefined;
6607
+ inlineAmountField?: string | undefined;
6608
+ relatedList?: boolean | undefined;
6609
+ relatedListTitle?: string | undefined;
6610
+ relatedListColumns?: any[] | undefined;
5729
6611
  expression?: {
5730
6612
  dialect: "cel" | "js" | "cron" | "template";
5731
6613
  source?: string | undefined;
@@ -5747,6 +6629,7 @@ declare const securityObjects: ((Omit<{
5747
6629
  object: string;
5748
6630
  field: string;
5749
6631
  function: "count" | "min" | "max" | "sum" | "avg";
6632
+ relationshipField?: string | undefined;
5750
6633
  } | undefined;
5751
6634
  language?: string | undefined;
5752
6635
  theme?: string | undefined;
@@ -5860,6 +6743,57 @@ declare const securityObjects: ((Omit<{
5860
6743
  } | undefined;
5861
6744
  } | undefined;
5862
6745
  group?: string | undefined;
6746
+ visibleWhen?: {
6747
+ dialect: "cel" | "js" | "cron" | "template";
6748
+ source?: string | undefined;
6749
+ ast?: unknown;
6750
+ meta?: {
6751
+ rationale?: string | undefined;
6752
+ generatedBy?: string | undefined;
6753
+ } | undefined;
6754
+ } | {
6755
+ dialect: "cel" | "js" | "cron" | "template";
6756
+ source?: string | undefined;
6757
+ ast?: unknown;
6758
+ meta?: {
6759
+ rationale?: string | undefined;
6760
+ generatedBy?: string | undefined;
6761
+ } | undefined;
6762
+ } | undefined;
6763
+ readonlyWhen?: {
6764
+ dialect: "cel" | "js" | "cron" | "template";
6765
+ source?: string | undefined;
6766
+ ast?: unknown;
6767
+ meta?: {
6768
+ rationale?: string | undefined;
6769
+ generatedBy?: string | undefined;
6770
+ } | undefined;
6771
+ } | {
6772
+ dialect: "cel" | "js" | "cron" | "template";
6773
+ source?: string | undefined;
6774
+ ast?: unknown;
6775
+ meta?: {
6776
+ rationale?: string | undefined;
6777
+ generatedBy?: string | undefined;
6778
+ } | undefined;
6779
+ } | undefined;
6780
+ requiredWhen?: {
6781
+ dialect: "cel" | "js" | "cron" | "template";
6782
+ source?: string | undefined;
6783
+ ast?: unknown;
6784
+ meta?: {
6785
+ rationale?: string | undefined;
6786
+ generatedBy?: string | undefined;
6787
+ } | undefined;
6788
+ } | {
6789
+ dialect: "cel" | "js" | "cron" | "template";
6790
+ source?: string | undefined;
6791
+ ast?: unknown;
6792
+ meta?: {
6793
+ rationale?: string | undefined;
6794
+ generatedBy?: string | undefined;
6795
+ } | undefined;
6796
+ } | undefined;
5863
6797
  conditionalRequired?: {
5864
6798
  dialect: "cel" | "js" | "cron" | "template";
5865
6799
  source?: string | undefined;
@@ -6001,7 +6935,7 @@ declare const securityObjects: ((Omit<{
6001
6935
  } | undefined;
6002
6936
  compactLayout?: string[] | undefined;
6003
6937
  listViews?: Record<string, {
6004
- type: "map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "grid";
6938
+ type: "map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
6005
6939
  columns: string[] | {
6006
6940
  field: string;
6007
6941
  label?: string | undefined;
@@ -6170,7 +7104,7 @@ declare const securityObjects: ((Omit<{
6170
7104
  } | undefined;
6171
7105
  appearance?: {
6172
7106
  showDescription: boolean;
6173
- allowedVisualizations?: ("map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "grid")[] | undefined;
7107
+ allowedVisualizations?: ("map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline")[] | undefined;
6174
7108
  } | undefined;
6175
7109
  tabs?: {
6176
7110
  name: string;
@@ -6190,7 +7124,7 @@ declare const securityObjects: ((Omit<{
6190
7124
  addRecord?: {
6191
7125
  enabled: boolean;
6192
7126
  position: "top" | "bottom" | "both";
6193
- mode: "modal" | "form" | "inline";
7127
+ mode: "form" | "modal" | "inline";
6194
7128
  formView?: string | undefined;
6195
7129
  } | undefined;
6196
7130
  showRecordCount?: boolean | undefined;
@@ -6276,7 +7210,7 @@ declare const securityObjects: ((Omit<{
6276
7210
  actions?: {
6277
7211
  name: string;
6278
7212
  label: string;
6279
- type: "url" | "flow" | "api" | "script" | "modal" | "form";
7213
+ type: "url" | "form" | "flow" | "api" | "script" | "modal";
6280
7214
  refreshAfter: boolean;
6281
7215
  objectName?: string | undefined;
6282
7216
  icon?: string | undefined;
@@ -6344,7 +7278,18 @@ declare const securityObjects: ((Omit<{
6344
7278
  } | undefined;
6345
7279
  shortcut?: string | undefined;
6346
7280
  bulkEnabled?: boolean | undefined;
6347
- aiExposed?: boolean | undefined;
7281
+ ai?: {
7282
+ exposed: boolean;
7283
+ description?: string | undefined;
7284
+ category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
7285
+ paramHints?: Record<string, {
7286
+ description?: string | undefined;
7287
+ enum?: (string | number)[] | undefined;
7288
+ examples?: unknown[] | undefined;
7289
+ }> | undefined;
7290
+ outputSchema?: Record<string, unknown> | undefined;
7291
+ requiresConfirmation?: boolean | undefined;
7292
+ } | undefined;
6348
7293
  recordIdParam?: string | undefined;
6349
7294
  recordIdField?: string | undefined;
6350
7295
  bodyShape?: "flat" | {
@@ -6427,6 +7372,13 @@ declare const securityObjects: ((Omit<{
6427
7372
  readonly referenceFilters?: string[] | undefined;
6428
7373
  readonly writeRequiresMasterRead?: boolean | undefined;
6429
7374
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
7375
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
7376
+ readonly inlineTitle?: string | undefined;
7377
+ readonly inlineColumns?: any[] | undefined;
7378
+ readonly inlineAmountField?: string | undefined;
7379
+ readonly relatedList?: boolean | undefined;
7380
+ readonly relatedListTitle?: string | undefined;
7381
+ readonly relatedListColumns?: any[] | undefined;
6430
7382
  readonly expression?: {
6431
7383
  dialect: "cel" | "js" | "cron" | "template";
6432
7384
  source?: string | undefined;
@@ -6440,6 +7392,7 @@ declare const securityObjects: ((Omit<{
6440
7392
  object: string;
6441
7393
  field: string;
6442
7394
  function: "min" | "max" | "count" | "sum" | "avg";
7395
+ relationshipField?: string | undefined;
6443
7396
  } | undefined;
6444
7397
  readonly language?: string | undefined;
6445
7398
  readonly lineNumbers?: boolean | undefined;
@@ -6534,6 +7487,33 @@ declare const securityObjects: ((Omit<{
6534
7487
  threshold: number;
6535
7488
  } | undefined;
6536
7489
  } | undefined;
7490
+ readonly visibleWhen?: {
7491
+ dialect: "cel" | "js" | "cron" | "template";
7492
+ source?: string | undefined;
7493
+ ast?: unknown;
7494
+ meta?: {
7495
+ rationale?: string | undefined;
7496
+ generatedBy?: string | undefined;
7497
+ } | undefined;
7498
+ } | undefined;
7499
+ readonly readonlyWhen?: {
7500
+ dialect: "cel" | "js" | "cron" | "template";
7501
+ source?: string | undefined;
7502
+ ast?: unknown;
7503
+ meta?: {
7504
+ rationale?: string | undefined;
7505
+ generatedBy?: string | undefined;
7506
+ } | undefined;
7507
+ } | undefined;
7508
+ readonly requiredWhen?: {
7509
+ dialect: "cel" | "js" | "cron" | "template";
7510
+ source?: string | undefined;
7511
+ ast?: unknown;
7512
+ meta?: {
7513
+ rationale?: string | undefined;
7514
+ generatedBy?: string | undefined;
7515
+ } | undefined;
7516
+ } | undefined;
6537
7517
  readonly conditionalRequired?: {
6538
7518
  dialect: "cel" | "js" | "cron" | "template";
6539
7519
  source?: string | undefined;
@@ -6602,6 +7582,13 @@ declare const securityObjects: ((Omit<{
6602
7582
  readonly referenceFilters?: string[] | undefined;
6603
7583
  readonly writeRequiresMasterRead?: boolean | undefined;
6604
7584
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
7585
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
7586
+ readonly inlineTitle?: string | undefined;
7587
+ readonly inlineColumns?: any[] | undefined;
7588
+ readonly inlineAmountField?: string | undefined;
7589
+ readonly relatedList?: boolean | undefined;
7590
+ readonly relatedListTitle?: string | undefined;
7591
+ readonly relatedListColumns?: any[] | undefined;
6605
7592
  readonly expression?: {
6606
7593
  dialect: "cel" | "js" | "cron" | "template";
6607
7594
  source?: string | undefined;
@@ -6615,6 +7602,7 @@ declare const securityObjects: ((Omit<{
6615
7602
  object: string;
6616
7603
  field: string;
6617
7604
  function: "min" | "max" | "count" | "sum" | "avg";
7605
+ relationshipField?: string | undefined;
6618
7606
  } | undefined;
6619
7607
  readonly language?: string | undefined;
6620
7608
  readonly lineNumbers?: boolean | undefined;
@@ -6709,6 +7697,33 @@ declare const securityObjects: ((Omit<{
6709
7697
  threshold: number;
6710
7698
  } | undefined;
6711
7699
  } | undefined;
7700
+ readonly visibleWhen?: {
7701
+ dialect: "cel" | "js" | "cron" | "template";
7702
+ source?: string | undefined;
7703
+ ast?: unknown;
7704
+ meta?: {
7705
+ rationale?: string | undefined;
7706
+ generatedBy?: string | undefined;
7707
+ } | undefined;
7708
+ } | undefined;
7709
+ readonly readonlyWhen?: {
7710
+ dialect: "cel" | "js" | "cron" | "template";
7711
+ source?: string | undefined;
7712
+ ast?: unknown;
7713
+ meta?: {
7714
+ rationale?: string | undefined;
7715
+ generatedBy?: string | undefined;
7716
+ } | undefined;
7717
+ } | undefined;
7718
+ readonly requiredWhen?: {
7719
+ dialect: "cel" | "js" | "cron" | "template";
7720
+ source?: string | undefined;
7721
+ ast?: unknown;
7722
+ meta?: {
7723
+ rationale?: string | undefined;
7724
+ generatedBy?: string | undefined;
7725
+ } | undefined;
7726
+ } | undefined;
6712
7727
  readonly conditionalRequired?: {
6713
7728
  dialect: "cel" | "js" | "cron" | "template";
6714
7729
  source?: string | undefined;
@@ -6777,6 +7792,13 @@ declare const securityObjects: ((Omit<{
6777
7792
  readonly referenceFilters?: string[] | undefined;
6778
7793
  readonly writeRequiresMasterRead?: boolean | undefined;
6779
7794
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
7795
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
7796
+ readonly inlineTitle?: string | undefined;
7797
+ readonly inlineColumns?: any[] | undefined;
7798
+ readonly inlineAmountField?: string | undefined;
7799
+ readonly relatedList?: boolean | undefined;
7800
+ readonly relatedListTitle?: string | undefined;
7801
+ readonly relatedListColumns?: any[] | undefined;
6780
7802
  readonly expression?: {
6781
7803
  dialect: "cel" | "js" | "cron" | "template";
6782
7804
  source?: string | undefined;
@@ -6790,6 +7812,7 @@ declare const securityObjects: ((Omit<{
6790
7812
  object: string;
6791
7813
  field: string;
6792
7814
  function: "min" | "max" | "count" | "sum" | "avg";
7815
+ relationshipField?: string | undefined;
6793
7816
  } | undefined;
6794
7817
  readonly language?: string | undefined;
6795
7818
  readonly lineNumbers?: boolean | undefined;
@@ -6884,6 +7907,33 @@ declare const securityObjects: ((Omit<{
6884
7907
  threshold: number;
6885
7908
  } | undefined;
6886
7909
  } | undefined;
7910
+ readonly visibleWhen?: {
7911
+ dialect: "cel" | "js" | "cron" | "template";
7912
+ source?: string | undefined;
7913
+ ast?: unknown;
7914
+ meta?: {
7915
+ rationale?: string | undefined;
7916
+ generatedBy?: string | undefined;
7917
+ } | undefined;
7918
+ } | undefined;
7919
+ readonly readonlyWhen?: {
7920
+ dialect: "cel" | "js" | "cron" | "template";
7921
+ source?: string | undefined;
7922
+ ast?: unknown;
7923
+ meta?: {
7924
+ rationale?: string | undefined;
7925
+ generatedBy?: string | undefined;
7926
+ } | undefined;
7927
+ } | undefined;
7928
+ readonly requiredWhen?: {
7929
+ dialect: "cel" | "js" | "cron" | "template";
7930
+ source?: string | undefined;
7931
+ ast?: unknown;
7932
+ meta?: {
7933
+ rationale?: string | undefined;
7934
+ generatedBy?: string | undefined;
7935
+ } | undefined;
7936
+ } | undefined;
6887
7937
  readonly conditionalRequired?: {
6888
7938
  dialect: "cel" | "js" | "cron" | "template";
6889
7939
  source?: string | undefined;
@@ -6952,6 +8002,13 @@ declare const securityObjects: ((Omit<{
6952
8002
  readonly referenceFilters?: string[] | undefined;
6953
8003
  readonly writeRequiresMasterRead?: boolean | undefined;
6954
8004
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
8005
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
8006
+ readonly inlineTitle?: string | undefined;
8007
+ readonly inlineColumns?: any[] | undefined;
8008
+ readonly inlineAmountField?: string | undefined;
8009
+ readonly relatedList?: boolean | undefined;
8010
+ readonly relatedListTitle?: string | undefined;
8011
+ readonly relatedListColumns?: any[] | undefined;
6955
8012
  readonly expression?: {
6956
8013
  dialect: "cel" | "js" | "cron" | "template";
6957
8014
  source?: string | undefined;
@@ -6965,6 +8022,7 @@ declare const securityObjects: ((Omit<{
6965
8022
  object: string;
6966
8023
  field: string;
6967
8024
  function: "min" | "max" | "count" | "sum" | "avg";
8025
+ relationshipField?: string | undefined;
6968
8026
  } | undefined;
6969
8027
  readonly language?: string | undefined;
6970
8028
  readonly lineNumbers?: boolean | undefined;
@@ -7059,6 +8117,33 @@ declare const securityObjects: ((Omit<{
7059
8117
  threshold: number;
7060
8118
  } | undefined;
7061
8119
  } | undefined;
8120
+ readonly visibleWhen?: {
8121
+ dialect: "cel" | "js" | "cron" | "template";
8122
+ source?: string | undefined;
8123
+ ast?: unknown;
8124
+ meta?: {
8125
+ rationale?: string | undefined;
8126
+ generatedBy?: string | undefined;
8127
+ } | undefined;
8128
+ } | undefined;
8129
+ readonly readonlyWhen?: {
8130
+ dialect: "cel" | "js" | "cron" | "template";
8131
+ source?: string | undefined;
8132
+ ast?: unknown;
8133
+ meta?: {
8134
+ rationale?: string | undefined;
8135
+ generatedBy?: string | undefined;
8136
+ } | undefined;
8137
+ } | undefined;
8138
+ readonly requiredWhen?: {
8139
+ dialect: "cel" | "js" | "cron" | "template";
8140
+ source?: string | undefined;
8141
+ ast?: unknown;
8142
+ meta?: {
8143
+ rationale?: string | undefined;
8144
+ generatedBy?: string | undefined;
8145
+ } | undefined;
8146
+ } | undefined;
7062
8147
  readonly conditionalRequired?: {
7063
8148
  dialect: "cel" | "js" | "cron" | "template";
7064
8149
  source?: string | undefined;
@@ -7127,6 +8212,13 @@ declare const securityObjects: ((Omit<{
7127
8212
  readonly referenceFilters?: string[] | undefined;
7128
8213
  readonly writeRequiresMasterRead?: boolean | undefined;
7129
8214
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
8215
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
8216
+ readonly inlineTitle?: string | undefined;
8217
+ readonly inlineColumns?: any[] | undefined;
8218
+ readonly inlineAmountField?: string | undefined;
8219
+ readonly relatedList?: boolean | undefined;
8220
+ readonly relatedListTitle?: string | undefined;
8221
+ readonly relatedListColumns?: any[] | undefined;
7130
8222
  readonly expression?: {
7131
8223
  dialect: "cel" | "js" | "cron" | "template";
7132
8224
  source?: string | undefined;
@@ -7140,6 +8232,7 @@ declare const securityObjects: ((Omit<{
7140
8232
  object: string;
7141
8233
  field: string;
7142
8234
  function: "min" | "max" | "count" | "sum" | "avg";
8235
+ relationshipField?: string | undefined;
7143
8236
  } | undefined;
7144
8237
  readonly language?: string | undefined;
7145
8238
  readonly lineNumbers?: boolean | undefined;
@@ -7234,6 +8327,33 @@ declare const securityObjects: ((Omit<{
7234
8327
  threshold: number;
7235
8328
  } | undefined;
7236
8329
  } | undefined;
8330
+ readonly visibleWhen?: {
8331
+ dialect: "cel" | "js" | "cron" | "template";
8332
+ source?: string | undefined;
8333
+ ast?: unknown;
8334
+ meta?: {
8335
+ rationale?: string | undefined;
8336
+ generatedBy?: string | undefined;
8337
+ } | undefined;
8338
+ } | undefined;
8339
+ readonly readonlyWhen?: {
8340
+ dialect: "cel" | "js" | "cron" | "template";
8341
+ source?: string | undefined;
8342
+ ast?: unknown;
8343
+ meta?: {
8344
+ rationale?: string | undefined;
8345
+ generatedBy?: string | undefined;
8346
+ } | undefined;
8347
+ } | undefined;
8348
+ readonly requiredWhen?: {
8349
+ dialect: "cel" | "js" | "cron" | "template";
8350
+ source?: string | undefined;
8351
+ ast?: unknown;
8352
+ meta?: {
8353
+ rationale?: string | undefined;
8354
+ generatedBy?: string | undefined;
8355
+ } | undefined;
8356
+ } | undefined;
7237
8357
  readonly conditionalRequired?: {
7238
8358
  dialect: "cel" | "js" | "cron" | "template";
7239
8359
  source?: string | undefined;
@@ -7302,6 +8422,13 @@ declare const securityObjects: ((Omit<{
7302
8422
  readonly referenceFilters?: string[] | undefined;
7303
8423
  readonly writeRequiresMasterRead?: boolean | undefined;
7304
8424
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
8425
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
8426
+ readonly inlineTitle?: string | undefined;
8427
+ readonly inlineColumns?: any[] | undefined;
8428
+ readonly inlineAmountField?: string | undefined;
8429
+ readonly relatedList?: boolean | undefined;
8430
+ readonly relatedListTitle?: string | undefined;
8431
+ readonly relatedListColumns?: any[] | undefined;
7305
8432
  readonly expression?: {
7306
8433
  dialect: "cel" | "js" | "cron" | "template";
7307
8434
  source?: string | undefined;
@@ -7315,6 +8442,7 @@ declare const securityObjects: ((Omit<{
7315
8442
  object: string;
7316
8443
  field: string;
7317
8444
  function: "min" | "max" | "count" | "sum" | "avg";
8445
+ relationshipField?: string | undefined;
7318
8446
  } | undefined;
7319
8447
  readonly language?: string | undefined;
7320
8448
  readonly lineNumbers?: boolean | undefined;
@@ -7409,6 +8537,33 @@ declare const securityObjects: ((Omit<{
7409
8537
  threshold: number;
7410
8538
  } | undefined;
7411
8539
  } | undefined;
8540
+ readonly visibleWhen?: {
8541
+ dialect: "cel" | "js" | "cron" | "template";
8542
+ source?: string | undefined;
8543
+ ast?: unknown;
8544
+ meta?: {
8545
+ rationale?: string | undefined;
8546
+ generatedBy?: string | undefined;
8547
+ } | undefined;
8548
+ } | undefined;
8549
+ readonly readonlyWhen?: {
8550
+ dialect: "cel" | "js" | "cron" | "template";
8551
+ source?: string | undefined;
8552
+ ast?: unknown;
8553
+ meta?: {
8554
+ rationale?: string | undefined;
8555
+ generatedBy?: string | undefined;
8556
+ } | undefined;
8557
+ } | undefined;
8558
+ readonly requiredWhen?: {
8559
+ dialect: "cel" | "js" | "cron" | "template";
8560
+ source?: string | undefined;
8561
+ ast?: unknown;
8562
+ meta?: {
8563
+ rationale?: string | undefined;
8564
+ generatedBy?: string | undefined;
8565
+ } | undefined;
8566
+ } | undefined;
7412
8567
  readonly conditionalRequired?: {
7413
8568
  dialect: "cel" | "js" | "cron" | "template";
7414
8569
  source?: string | undefined;
@@ -7477,6 +8632,13 @@ declare const securityObjects: ((Omit<{
7477
8632
  readonly referenceFilters?: string[] | undefined;
7478
8633
  readonly writeRequiresMasterRead?: boolean | undefined;
7479
8634
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
8635
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
8636
+ readonly inlineTitle?: string | undefined;
8637
+ readonly inlineColumns?: any[] | undefined;
8638
+ readonly inlineAmountField?: string | undefined;
8639
+ readonly relatedList?: boolean | undefined;
8640
+ readonly relatedListTitle?: string | undefined;
8641
+ readonly relatedListColumns?: any[] | undefined;
7480
8642
  readonly expression?: {
7481
8643
  dialect: "cel" | "js" | "cron" | "template";
7482
8644
  source?: string | undefined;
@@ -7490,6 +8652,7 @@ declare const securityObjects: ((Omit<{
7490
8652
  object: string;
7491
8653
  field: string;
7492
8654
  function: "min" | "max" | "count" | "sum" | "avg";
8655
+ relationshipField?: string | undefined;
7493
8656
  } | undefined;
7494
8657
  readonly language?: string | undefined;
7495
8658
  readonly lineNumbers?: boolean | undefined;
@@ -7584,6 +8747,33 @@ declare const securityObjects: ((Omit<{
7584
8747
  threshold: number;
7585
8748
  } | undefined;
7586
8749
  } | undefined;
8750
+ readonly visibleWhen?: {
8751
+ dialect: "cel" | "js" | "cron" | "template";
8752
+ source?: string | undefined;
8753
+ ast?: unknown;
8754
+ meta?: {
8755
+ rationale?: string | undefined;
8756
+ generatedBy?: string | undefined;
8757
+ } | undefined;
8758
+ } | undefined;
8759
+ readonly readonlyWhen?: {
8760
+ dialect: "cel" | "js" | "cron" | "template";
8761
+ source?: string | undefined;
8762
+ ast?: unknown;
8763
+ meta?: {
8764
+ rationale?: string | undefined;
8765
+ generatedBy?: string | undefined;
8766
+ } | undefined;
8767
+ } | undefined;
8768
+ readonly requiredWhen?: {
8769
+ dialect: "cel" | "js" | "cron" | "template";
8770
+ source?: string | undefined;
8771
+ ast?: unknown;
8772
+ meta?: {
8773
+ rationale?: string | undefined;
8774
+ generatedBy?: string | undefined;
8775
+ } | undefined;
8776
+ } | undefined;
7587
8777
  readonly conditionalRequired?: {
7588
8778
  dialect: "cel" | "js" | "cron" | "template";
7589
8779
  source?: string | undefined;
@@ -7660,6 +8850,13 @@ declare const securityObjects: ((Omit<{
7660
8850
  reference?: string | undefined;
7661
8851
  referenceFilters?: string[] | undefined;
7662
8852
  writeRequiresMasterRead?: boolean | undefined;
8853
+ inlineEdit?: boolean | "grid" | "form" | undefined;
8854
+ inlineTitle?: string | undefined;
8855
+ inlineColumns?: any[] | undefined;
8856
+ inlineAmountField?: string | undefined;
8857
+ relatedList?: boolean | undefined;
8858
+ relatedListTitle?: string | undefined;
8859
+ relatedListColumns?: any[] | undefined;
7663
8860
  expression?: {
7664
8861
  dialect: "cel" | "js" | "cron" | "template";
7665
8862
  source?: string | undefined;
@@ -7681,6 +8878,7 @@ declare const securityObjects: ((Omit<{
7681
8878
  object: string;
7682
8879
  field: string;
7683
8880
  function: "count" | "min" | "max" | "sum" | "avg";
8881
+ relationshipField?: string | undefined;
7684
8882
  } | undefined;
7685
8883
  language?: string | undefined;
7686
8884
  theme?: string | undefined;
@@ -7794,6 +8992,57 @@ declare const securityObjects: ((Omit<{
7794
8992
  } | undefined;
7795
8993
  } | undefined;
7796
8994
  group?: string | undefined;
8995
+ visibleWhen?: {
8996
+ dialect: "cel" | "js" | "cron" | "template";
8997
+ source?: string | undefined;
8998
+ ast?: unknown;
8999
+ meta?: {
9000
+ rationale?: string | undefined;
9001
+ generatedBy?: string | undefined;
9002
+ } | undefined;
9003
+ } | {
9004
+ dialect: "cel" | "js" | "cron" | "template";
9005
+ source?: string | undefined;
9006
+ ast?: unknown;
9007
+ meta?: {
9008
+ rationale?: string | undefined;
9009
+ generatedBy?: string | undefined;
9010
+ } | undefined;
9011
+ } | undefined;
9012
+ readonlyWhen?: {
9013
+ dialect: "cel" | "js" | "cron" | "template";
9014
+ source?: string | undefined;
9015
+ ast?: unknown;
9016
+ meta?: {
9017
+ rationale?: string | undefined;
9018
+ generatedBy?: string | undefined;
9019
+ } | undefined;
9020
+ } | {
9021
+ dialect: "cel" | "js" | "cron" | "template";
9022
+ source?: string | undefined;
9023
+ ast?: unknown;
9024
+ meta?: {
9025
+ rationale?: string | undefined;
9026
+ generatedBy?: string | undefined;
9027
+ } | undefined;
9028
+ } | undefined;
9029
+ requiredWhen?: {
9030
+ dialect: "cel" | "js" | "cron" | "template";
9031
+ source?: string | undefined;
9032
+ ast?: unknown;
9033
+ meta?: {
9034
+ rationale?: string | undefined;
9035
+ generatedBy?: string | undefined;
9036
+ } | undefined;
9037
+ } | {
9038
+ dialect: "cel" | "js" | "cron" | "template";
9039
+ source?: string | undefined;
9040
+ ast?: unknown;
9041
+ meta?: {
9042
+ rationale?: string | undefined;
9043
+ generatedBy?: string | undefined;
9044
+ } | undefined;
9045
+ } | undefined;
7797
9046
  conditionalRequired?: {
7798
9047
  dialect: "cel" | "js" | "cron" | "template";
7799
9048
  source?: string | undefined;
@@ -7935,7 +9184,7 @@ declare const securityObjects: ((Omit<{
7935
9184
  } | undefined;
7936
9185
  compactLayout?: string[] | undefined;
7937
9186
  listViews?: Record<string, {
7938
- type: "map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "grid";
9187
+ type: "map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart";
7939
9188
  columns: string[] | {
7940
9189
  field: string;
7941
9190
  label?: string | undefined;
@@ -8104,7 +9353,7 @@ declare const securityObjects: ((Omit<{
8104
9353
  } | undefined;
8105
9354
  appearance?: {
8106
9355
  showDescription: boolean;
8107
- allowedVisualizations?: ("map" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "grid")[] | undefined;
9356
+ allowedVisualizations?: ("map" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline")[] | undefined;
8108
9357
  } | undefined;
8109
9358
  tabs?: {
8110
9359
  name: string;
@@ -8124,7 +9373,7 @@ declare const securityObjects: ((Omit<{
8124
9373
  addRecord?: {
8125
9374
  enabled: boolean;
8126
9375
  position: "top" | "bottom" | "both";
8127
- mode: "modal" | "form" | "inline";
9376
+ mode: "form" | "modal" | "inline";
8128
9377
  formView?: string | undefined;
8129
9378
  } | undefined;
8130
9379
  showRecordCount?: boolean | undefined;
@@ -8210,7 +9459,7 @@ declare const securityObjects: ((Omit<{
8210
9459
  actions?: {
8211
9460
  name: string;
8212
9461
  label: string;
8213
- type: "url" | "flow" | "api" | "script" | "modal" | "form";
9462
+ type: "url" | "form" | "flow" | "api" | "script" | "modal";
8214
9463
  refreshAfter: boolean;
8215
9464
  objectName?: string | undefined;
8216
9465
  icon?: string | undefined;
@@ -8278,7 +9527,18 @@ declare const securityObjects: ((Omit<{
8278
9527
  } | undefined;
8279
9528
  shortcut?: string | undefined;
8280
9529
  bulkEnabled?: boolean | undefined;
8281
- aiExposed?: boolean | undefined;
9530
+ ai?: {
9531
+ exposed: boolean;
9532
+ description?: string | undefined;
9533
+ category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
9534
+ paramHints?: Record<string, {
9535
+ description?: string | undefined;
9536
+ enum?: (string | number)[] | undefined;
9537
+ examples?: unknown[] | undefined;
9538
+ }> | undefined;
9539
+ outputSchema?: Record<string, unknown> | undefined;
9540
+ requiresConfirmation?: boolean | undefined;
9541
+ } | undefined;
8282
9542
  recordIdParam?: string | undefined;
8283
9543
  recordIdField?: string | undefined;
8284
9544
  bodyShape?: "flat" | {
@@ -8361,6 +9621,13 @@ declare const securityObjects: ((Omit<{
8361
9621
  readonly referenceFilters?: string[] | undefined;
8362
9622
  readonly writeRequiresMasterRead?: boolean | undefined;
8363
9623
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
9624
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
9625
+ readonly inlineTitle?: string | undefined;
9626
+ readonly inlineColumns?: any[] | undefined;
9627
+ readonly inlineAmountField?: string | undefined;
9628
+ readonly relatedList?: boolean | undefined;
9629
+ readonly relatedListTitle?: string | undefined;
9630
+ readonly relatedListColumns?: any[] | undefined;
8364
9631
  readonly expression?: {
8365
9632
  dialect: "cel" | "js" | "cron" | "template";
8366
9633
  source?: string | undefined;
@@ -8374,6 +9641,7 @@ declare const securityObjects: ((Omit<{
8374
9641
  object: string;
8375
9642
  field: string;
8376
9643
  function: "min" | "max" | "count" | "sum" | "avg";
9644
+ relationshipField?: string | undefined;
8377
9645
  } | undefined;
8378
9646
  readonly language?: string | undefined;
8379
9647
  readonly lineNumbers?: boolean | undefined;
@@ -8468,6 +9736,33 @@ declare const securityObjects: ((Omit<{
8468
9736
  threshold: number;
8469
9737
  } | undefined;
8470
9738
  } | undefined;
9739
+ readonly visibleWhen?: {
9740
+ dialect: "cel" | "js" | "cron" | "template";
9741
+ source?: string | undefined;
9742
+ ast?: unknown;
9743
+ meta?: {
9744
+ rationale?: string | undefined;
9745
+ generatedBy?: string | undefined;
9746
+ } | undefined;
9747
+ } | undefined;
9748
+ readonly readonlyWhen?: {
9749
+ dialect: "cel" | "js" | "cron" | "template";
9750
+ source?: string | undefined;
9751
+ ast?: unknown;
9752
+ meta?: {
9753
+ rationale?: string | undefined;
9754
+ generatedBy?: string | undefined;
9755
+ } | undefined;
9756
+ } | undefined;
9757
+ readonly requiredWhen?: {
9758
+ dialect: "cel" | "js" | "cron" | "template";
9759
+ source?: string | undefined;
9760
+ ast?: unknown;
9761
+ meta?: {
9762
+ rationale?: string | undefined;
9763
+ generatedBy?: string | undefined;
9764
+ } | undefined;
9765
+ } | undefined;
8471
9766
  readonly conditionalRequired?: {
8472
9767
  dialect: "cel" | "js" | "cron" | "template";
8473
9768
  source?: string | undefined;
@@ -8536,6 +9831,13 @@ declare const securityObjects: ((Omit<{
8536
9831
  readonly referenceFilters?: string[] | undefined;
8537
9832
  readonly writeRequiresMasterRead?: boolean | undefined;
8538
9833
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
9834
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
9835
+ readonly inlineTitle?: string | undefined;
9836
+ readonly inlineColumns?: any[] | undefined;
9837
+ readonly inlineAmountField?: string | undefined;
9838
+ readonly relatedList?: boolean | undefined;
9839
+ readonly relatedListTitle?: string | undefined;
9840
+ readonly relatedListColumns?: any[] | undefined;
8539
9841
  readonly expression?: {
8540
9842
  dialect: "cel" | "js" | "cron" | "template";
8541
9843
  source?: string | undefined;
@@ -8549,6 +9851,7 @@ declare const securityObjects: ((Omit<{
8549
9851
  object: string;
8550
9852
  field: string;
8551
9853
  function: "min" | "max" | "count" | "sum" | "avg";
9854
+ relationshipField?: string | undefined;
8552
9855
  } | undefined;
8553
9856
  readonly language?: string | undefined;
8554
9857
  readonly lineNumbers?: boolean | undefined;
@@ -8643,6 +9946,33 @@ declare const securityObjects: ((Omit<{
8643
9946
  threshold: number;
8644
9947
  } | undefined;
8645
9948
  } | undefined;
9949
+ readonly visibleWhen?: {
9950
+ dialect: "cel" | "js" | "cron" | "template";
9951
+ source?: string | undefined;
9952
+ ast?: unknown;
9953
+ meta?: {
9954
+ rationale?: string | undefined;
9955
+ generatedBy?: string | undefined;
9956
+ } | undefined;
9957
+ } | undefined;
9958
+ readonly readonlyWhen?: {
9959
+ dialect: "cel" | "js" | "cron" | "template";
9960
+ source?: string | undefined;
9961
+ ast?: unknown;
9962
+ meta?: {
9963
+ rationale?: string | undefined;
9964
+ generatedBy?: string | undefined;
9965
+ } | undefined;
9966
+ } | undefined;
9967
+ readonly requiredWhen?: {
9968
+ dialect: "cel" | "js" | "cron" | "template";
9969
+ source?: string | undefined;
9970
+ ast?: unknown;
9971
+ meta?: {
9972
+ rationale?: string | undefined;
9973
+ generatedBy?: string | undefined;
9974
+ } | undefined;
9975
+ } | undefined;
8646
9976
  readonly conditionalRequired?: {
8647
9977
  dialect: "cel" | "js" | "cron" | "template";
8648
9978
  source?: string | undefined;
@@ -8711,6 +10041,13 @@ declare const securityObjects: ((Omit<{
8711
10041
  readonly referenceFilters?: string[] | undefined;
8712
10042
  readonly writeRequiresMasterRead?: boolean | undefined;
8713
10043
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
10044
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
10045
+ readonly inlineTitle?: string | undefined;
10046
+ readonly inlineColumns?: any[] | undefined;
10047
+ readonly inlineAmountField?: string | undefined;
10048
+ readonly relatedList?: boolean | undefined;
10049
+ readonly relatedListTitle?: string | undefined;
10050
+ readonly relatedListColumns?: any[] | undefined;
8714
10051
  readonly expression?: {
8715
10052
  dialect: "cel" | "js" | "cron" | "template";
8716
10053
  source?: string | undefined;
@@ -8724,6 +10061,7 @@ declare const securityObjects: ((Omit<{
8724
10061
  object: string;
8725
10062
  field: string;
8726
10063
  function: "min" | "max" | "count" | "sum" | "avg";
10064
+ relationshipField?: string | undefined;
8727
10065
  } | undefined;
8728
10066
  readonly language?: string | undefined;
8729
10067
  readonly lineNumbers?: boolean | undefined;
@@ -8818,6 +10156,33 @@ declare const securityObjects: ((Omit<{
8818
10156
  threshold: number;
8819
10157
  } | undefined;
8820
10158
  } | undefined;
10159
+ readonly visibleWhen?: {
10160
+ dialect: "cel" | "js" | "cron" | "template";
10161
+ source?: string | undefined;
10162
+ ast?: unknown;
10163
+ meta?: {
10164
+ rationale?: string | undefined;
10165
+ generatedBy?: string | undefined;
10166
+ } | undefined;
10167
+ } | undefined;
10168
+ readonly readonlyWhen?: {
10169
+ dialect: "cel" | "js" | "cron" | "template";
10170
+ source?: string | undefined;
10171
+ ast?: unknown;
10172
+ meta?: {
10173
+ rationale?: string | undefined;
10174
+ generatedBy?: string | undefined;
10175
+ } | undefined;
10176
+ } | undefined;
10177
+ readonly requiredWhen?: {
10178
+ dialect: "cel" | "js" | "cron" | "template";
10179
+ source?: string | undefined;
10180
+ ast?: unknown;
10181
+ meta?: {
10182
+ rationale?: string | undefined;
10183
+ generatedBy?: string | undefined;
10184
+ } | undefined;
10185
+ } | undefined;
8821
10186
  readonly conditionalRequired?: {
8822
10187
  dialect: "cel" | "js" | "cron" | "template";
8823
10188
  source?: string | undefined;
@@ -8886,6 +10251,13 @@ declare const securityObjects: ((Omit<{
8886
10251
  readonly referenceFilters?: string[] | undefined;
8887
10252
  readonly writeRequiresMasterRead?: boolean | undefined;
8888
10253
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
10254
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
10255
+ readonly inlineTitle?: string | undefined;
10256
+ readonly inlineColumns?: any[] | undefined;
10257
+ readonly inlineAmountField?: string | undefined;
10258
+ readonly relatedList?: boolean | undefined;
10259
+ readonly relatedListTitle?: string | undefined;
10260
+ readonly relatedListColumns?: any[] | undefined;
8889
10261
  readonly expression?: {
8890
10262
  dialect: "cel" | "js" | "cron" | "template";
8891
10263
  source?: string | undefined;
@@ -8899,6 +10271,7 @@ declare const securityObjects: ((Omit<{
8899
10271
  object: string;
8900
10272
  field: string;
8901
10273
  function: "min" | "max" | "count" | "sum" | "avg";
10274
+ relationshipField?: string | undefined;
8902
10275
  } | undefined;
8903
10276
  readonly language?: string | undefined;
8904
10277
  readonly lineNumbers?: boolean | undefined;
@@ -8993,6 +10366,33 @@ declare const securityObjects: ((Omit<{
8993
10366
  threshold: number;
8994
10367
  } | undefined;
8995
10368
  } | undefined;
10369
+ readonly visibleWhen?: {
10370
+ dialect: "cel" | "js" | "cron" | "template";
10371
+ source?: string | undefined;
10372
+ ast?: unknown;
10373
+ meta?: {
10374
+ rationale?: string | undefined;
10375
+ generatedBy?: string | undefined;
10376
+ } | undefined;
10377
+ } | undefined;
10378
+ readonly readonlyWhen?: {
10379
+ dialect: "cel" | "js" | "cron" | "template";
10380
+ source?: string | undefined;
10381
+ ast?: unknown;
10382
+ meta?: {
10383
+ rationale?: string | undefined;
10384
+ generatedBy?: string | undefined;
10385
+ } | undefined;
10386
+ } | undefined;
10387
+ readonly requiredWhen?: {
10388
+ dialect: "cel" | "js" | "cron" | "template";
10389
+ source?: string | undefined;
10390
+ ast?: unknown;
10391
+ meta?: {
10392
+ rationale?: string | undefined;
10393
+ generatedBy?: string | undefined;
10394
+ } | undefined;
10395
+ } | undefined;
8996
10396
  readonly conditionalRequired?: {
8997
10397
  dialect: "cel" | "js" | "cron" | "template";
8998
10398
  source?: string | undefined;
@@ -9061,6 +10461,13 @@ declare const securityObjects: ((Omit<{
9061
10461
  readonly referenceFilters?: string[] | undefined;
9062
10462
  readonly writeRequiresMasterRead?: boolean | undefined;
9063
10463
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
10464
+ readonly inlineEdit?: boolean | "grid" | "form" | undefined;
10465
+ readonly inlineTitle?: string | undefined;
10466
+ readonly inlineColumns?: any[] | undefined;
10467
+ readonly inlineAmountField?: string | undefined;
10468
+ readonly relatedList?: boolean | undefined;
10469
+ readonly relatedListTitle?: string | undefined;
10470
+ readonly relatedListColumns?: any[] | undefined;
9064
10471
  readonly expression?: {
9065
10472
  dialect: "cel" | "js" | "cron" | "template";
9066
10473
  source?: string | undefined;
@@ -9074,6 +10481,7 @@ declare const securityObjects: ((Omit<{
9074
10481
  object: string;
9075
10482
  field: string;
9076
10483
  function: "min" | "max" | "count" | "sum" | "avg";
10484
+ relationshipField?: string | undefined;
9077
10485
  } | undefined;
9078
10486
  readonly language?: string | undefined;
9079
10487
  readonly lineNumbers?: boolean | undefined;
@@ -9168,6 +10576,33 @@ declare const securityObjects: ((Omit<{
9168
10576
  threshold: number;
9169
10577
  } | undefined;
9170
10578
  } | undefined;
10579
+ readonly visibleWhen?: {
10580
+ dialect: "cel" | "js" | "cron" | "template";
10581
+ source?: string | undefined;
10582
+ ast?: unknown;
10583
+ meta?: {
10584
+ rationale?: string | undefined;
10585
+ generatedBy?: string | undefined;
10586
+ } | undefined;
10587
+ } | undefined;
10588
+ readonly readonlyWhen?: {
10589
+ dialect: "cel" | "js" | "cron" | "template";
10590
+ source?: string | undefined;
10591
+ ast?: unknown;
10592
+ meta?: {
10593
+ rationale?: string | undefined;
10594
+ generatedBy?: string | undefined;
10595
+ } | undefined;
10596
+ } | undefined;
10597
+ readonly requiredWhen?: {
10598
+ dialect: "cel" | "js" | "cron" | "template";
10599
+ source?: string | undefined;
10600
+ ast?: unknown;
10601
+ meta?: {
10602
+ rationale?: string | undefined;
10603
+ generatedBy?: string | undefined;
10604
+ } | undefined;
10605
+ } | undefined;
9171
10606
  readonly conditionalRequired?: {
9172
10607
  dialect: "cel" | "js" | "cron" | "template";
9173
10608
  source?: string | undefined;