@objectstack/plugin-webhooks 17.1.0 → 17.3.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/schema.d.ts CHANGED
@@ -37,8 +37,8 @@ import * as _objectstack_spec_data from '@objectstack/spec/data';
37
37
  declare const SysWebhook: Omit<{
38
38
  name: string;
39
39
  fields: Record<string, {
40
- type: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "datetime" | "signature" | "url" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "progress" | "tags" | "vector";
41
- _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
40
+ type: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "url" | "datetime" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
41
+ _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
42
42
  _lockReason?: string | undefined;
43
43
  _lockSource?: "artifact" | "package" | "env-forced" | undefined;
44
44
  _provenance?: "package" | "env-forced" | "org" | undefined;
@@ -59,6 +59,8 @@ declare const SysWebhook: Omit<{
59
59
  defaultValue?: unknown;
60
60
  maxLength?: number | undefined;
61
61
  minLength?: number | undefined;
62
+ valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
63
+ rows?: number | undefined;
62
64
  precision?: number | undefined;
63
65
  scale?: number | undefined;
64
66
  min?: number | undefined;
@@ -69,6 +71,7 @@ declare const SysWebhook: Omit<{
69
71
  options?: {
70
72
  label: string;
71
73
  value: string;
74
+ description?: string | undefined;
72
75
  color?: string | undefined;
73
76
  default?: boolean | undefined;
74
77
  visibleWhen?: string | {
@@ -82,6 +85,7 @@ declare const SysWebhook: Omit<{
82
85
  } | undefined;
83
86
  }[] | undefined;
84
87
  reference?: string | undefined;
88
+ referenceVia?: string | undefined;
85
89
  deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
86
90
  inlineEdit?: boolean | "grid" | "form" | undefined;
87
91
  inlineTitle?: string | undefined;
@@ -142,7 +146,7 @@ declare const SysWebhook: Omit<{
142
146
  lookupPageSize?: number | undefined;
143
147
  lookupFilters?: {
144
148
  field: string;
145
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
149
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
146
150
  value: any;
147
151
  }[] | undefined;
148
152
  dependsOn?: (string | {
@@ -222,7 +226,7 @@ declare const SysWebhook: Omit<{
222
226
  autonumberFormat?: string | undefined;
223
227
  externalId?: boolean | undefined;
224
228
  }>;
225
- _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
229
+ _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
226
230
  _lockReason?: string | undefined;
227
231
  _lockSource?: "artifact" | "package" | "env-forced" | undefined;
228
232
  _provenance?: "package" | "env-forced" | "org" | undefined;
@@ -348,6 +352,15 @@ declare const SysWebhook: Omit<{
348
352
  label: string;
349
353
  icon?: string | undefined;
350
354
  description?: string | undefined;
355
+ visibleWhen?: string | {
356
+ dialect: "cel" | "cron" | "template";
357
+ source?: string | undefined;
358
+ ast?: unknown;
359
+ meta?: {
360
+ rationale?: string | undefined;
361
+ generatedBy?: string | undefined;
362
+ } | undefined;
363
+ } | undefined;
351
364
  collapse?: "none" | "collapsed" | "expanded" | undefined;
352
365
  defaultExpanded?: boolean | undefined;
353
366
  collapsible?: boolean | undefined;
@@ -373,11 +386,18 @@ declare const SysWebhook: Omit<{
373
386
  maxAge: string;
374
387
  onlyWhen?: Record<string, string | number | boolean | {
375
388
  $in: (string | number)[];
389
+ } | {
390
+ $null: boolean;
376
391
  }> | undefined;
377
392
  } | undefined;
378
393
  ttl?: {
379
394
  field: string;
380
395
  expireAfter: string;
396
+ onlyWhen?: Record<string, string | number | boolean | {
397
+ $in: (string | number)[];
398
+ } | {
399
+ $null: boolean;
400
+ }> | undefined;
381
401
  } | undefined;
382
402
  storage?: {
383
403
  strategy: "rotation";
@@ -412,6 +432,7 @@ declare const SysWebhook: Omit<{
412
432
  } | undefined;
413
433
  highlightFields?: string[] | undefined;
414
434
  stageField?: string | false | undefined;
435
+ editMode?: "page" | "modal" | undefined;
415
436
  listViews?: Record<string, {
416
437
  columns: string[] | {
417
438
  field: string;
@@ -447,7 +468,7 @@ declare const SysWebhook: Omit<{
447
468
  zoom?: number | undefined;
448
469
  center?: [number, number] | undefined;
449
470
  } | undefined;
450
- type?: "map" | "tree" | "grid" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart" | undefined;
471
+ type?: "map" | "tree" | "grid" | "page" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart" | undefined;
451
472
  sort?: string | {
452
473
  field: string;
453
474
  order: "desc" | "asc";
@@ -461,10 +482,6 @@ declare const SysWebhook: Omit<{
461
482
  key?: never;
462
483
  defaultValue?: never;
463
484
  }) | undefined;
464
- label?: string | (Record<string, string> & {
465
- key?: never;
466
- defaultValue?: never;
467
- }) | undefined;
468
485
  name?: string | undefined;
469
486
  tree?: {
470
487
  [x: string]: unknown;
@@ -473,6 +490,10 @@ declare const SysWebhook: Omit<{
473
490
  fields?: string[] | undefined;
474
491
  defaultExpandedDepth?: number | undefined;
475
492
  } | undefined;
493
+ label?: string | (Record<string, string> & {
494
+ key?: never;
495
+ defaultValue?: never;
496
+ }) | undefined;
476
497
  inlineEdit?: boolean | undefined;
477
498
  data?: {
478
499
  provider: "object";
@@ -501,8 +522,9 @@ declare const SysWebhook: Omit<{
501
522
  schemaId: string;
502
523
  schema?: Record<string, unknown> | undefined;
503
524
  } | undefined;
525
+ pageName?: string | undefined;
504
526
  navigation?: {
505
- mode?: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window" | undefined;
527
+ mode?: "none" | "page" | "modal" | "split" | "drawer" | "popover" | "new_window" | undefined;
506
528
  view?: string | undefined;
507
529
  preventNavigation?: boolean | undefined;
508
530
  openNewTab?: boolean | undefined;
@@ -550,14 +572,65 @@ declare const SysWebhook: Omit<{
550
572
  }) | undefined;
551
573
  icon?: string | undefined;
552
574
  } | undefined;
575
+ bulkActions?: string[] | undefined;
576
+ bulkActionDefs?: {
577
+ name: string;
578
+ operation: "delete" | "update" | "custom";
579
+ label?: string | undefined;
580
+ icon?: string | undefined;
581
+ variant?: "primary" | "secondary" | "outline" | "danger" | "ghost" | undefined;
582
+ execution?: "aggregate" | "perRecord" | undefined;
583
+ patch?: Record<string, unknown> | undefined;
584
+ params?: {
585
+ [x: string]: unknown;
586
+ name: string;
587
+ type: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "url" | "datetime" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector";
588
+ label?: string | undefined;
589
+ help?: string | undefined;
590
+ required?: boolean | undefined;
591
+ default?: unknown;
592
+ options?: {
593
+ [x: string]: unknown;
594
+ label: string;
595
+ value: string | number | boolean;
596
+ }[] | undefined;
597
+ object?: string | undefined;
598
+ labelField?: string | undefined;
599
+ multiple?: boolean | undefined;
600
+ placeholder?: string | undefined;
601
+ }[] | undefined;
602
+ confirmText?: string | undefined;
603
+ confirmLabel?: string | undefined;
604
+ visible?: string | {
605
+ dialect: "cel" | "cron" | "template";
606
+ source?: string | undefined;
607
+ ast?: unknown;
608
+ meta?: {
609
+ rationale?: string | undefined;
610
+ generatedBy?: string | undefined;
611
+ } | undefined;
612
+ } | undefined;
613
+ requiredPermissions?: string[] | undefined;
614
+ maxRecords?: number | undefined;
615
+ batchSize?: number | undefined;
616
+ }[] | undefined;
617
+ rowActions?: string[] | undefined;
618
+ responsive?: undefined;
619
+ performance?: undefined;
620
+ striped?: undefined;
621
+ bordered?: undefined;
622
+ virtualScroll?: undefined;
553
623
  userActions?: {
554
624
  sort?: boolean | undefined;
555
625
  search?: boolean | undefined;
556
626
  filter?: boolean | undefined;
557
627
  refresh?: boolean | undefined;
558
628
  rowHeight?: boolean | undefined;
629
+ group?: boolean | undefined;
559
630
  addRecordForm?: boolean | undefined;
560
631
  editInline?: boolean | undefined;
632
+ hideFields?: boolean | undefined;
633
+ rowColor?: boolean | undefined;
561
634
  buttons?: string[] | undefined;
562
635
  } | undefined;
563
636
  gallery?: {
@@ -567,11 +640,6 @@ declare const SysWebhook: Omit<{
567
640
  titleField?: string | undefined;
568
641
  visibleFields?: string[] | undefined;
569
642
  } | undefined;
570
- responsive?: undefined;
571
- performance?: undefined;
572
- striped?: undefined;
573
- bordered?: undefined;
574
- virtualScroll?: undefined;
575
643
  exportOptions?: ("json" | "xlsx" | "csv")[] | {
576
644
  formats?: ("json" | "xlsx" | "csv")[] | undefined;
577
645
  maxRecords?: number | undefined;
@@ -591,8 +659,8 @@ declare const SysWebhook: Omit<{
591
659
  } | undefined;
592
660
  calendar?: {
593
661
  startDateField: string;
594
- titleField: string;
595
662
  endDateField?: string | undefined;
663
+ titleField?: string | undefined;
596
664
  colorField?: string | undefined;
597
665
  } | undefined;
598
666
  timeline?: {
@@ -642,6 +710,10 @@ declare const SysWebhook: Omit<{
642
710
  dimensions?: string[] | undefined;
643
711
  } | undefined;
644
712
  rowHeight?: "medium" | "short" | "compact" | "tall" | "extra_tall" | undefined;
713
+ rowColor?: {
714
+ field: string;
715
+ colors?: Record<string, string> | undefined;
716
+ } | undefined;
645
717
  searchableFields?: string[] | undefined;
646
718
  filterableFields?: string[] | undefined;
647
719
  compactToolbar?: boolean | undefined;
@@ -659,55 +731,8 @@ declare const SysWebhook: Omit<{
659
731
  collapsed?: boolean | undefined;
660
732
  }[];
661
733
  } | undefined;
662
- rowColor?: {
663
- field: string;
664
- colors?: Record<string, string> | undefined;
665
- } | undefined;
666
734
  hiddenFields?: string[] | undefined;
667
735
  fieldOrder?: string[] | undefined;
668
- rowActions?: string[] | undefined;
669
- bulkActions?: string[] | undefined;
670
- bulkActionDefs?: {
671
- name: string;
672
- operation: "delete" | "update" | "custom";
673
- label?: string | undefined;
674
- icon?: string | undefined;
675
- variant?: "primary" | "secondary" | "outline" | "danger" | "ghost" | undefined;
676
- execution?: "aggregate" | "perRecord" | undefined;
677
- patch?: Record<string, unknown> | undefined;
678
- params?: {
679
- [x: string]: unknown;
680
- name: string;
681
- type: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "datetime" | "signature" | "url" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "progress" | "tags" | "vector";
682
- label?: string | undefined;
683
- help?: string | undefined;
684
- required?: boolean | undefined;
685
- default?: unknown;
686
- options?: {
687
- [x: string]: unknown;
688
- label: string;
689
- value: string | number | boolean;
690
- }[] | undefined;
691
- object?: string | undefined;
692
- labelField?: string | undefined;
693
- multiple?: boolean | undefined;
694
- placeholder?: string | undefined;
695
- }[] | undefined;
696
- confirmText?: string | undefined;
697
- confirmLabel?: string | undefined;
698
- visible?: string | {
699
- dialect: "cel" | "cron" | "template";
700
- source?: string | undefined;
701
- ast?: unknown;
702
- meta?: {
703
- rationale?: string | undefined;
704
- generatedBy?: string | undefined;
705
- } | undefined;
706
- } | undefined;
707
- requiredPermissions?: string[] | undefined;
708
- maxRecords?: number | undefined;
709
- batchSize?: number | undefined;
710
- }[] | undefined;
711
736
  conditionalFormatting?: {
712
737
  condition: string | {
713
738
  dialect: "cel" | "cron" | "template";
@@ -755,7 +780,7 @@ declare const SysWebhook: Omit<{
755
780
  trackHistory?: boolean | undefined;
756
781
  searchable?: boolean | undefined;
757
782
  apiEnabled?: boolean | undefined;
758
- apiMethods?: ("delete" | "update" | "create" | "get" | "list" | "bulk")[] | undefined;
783
+ apiMethods?: ("delete" | "update" | "create" | "get" | "bulk" | "list")[] | undefined;
759
784
  files?: boolean | undefined;
760
785
  feeds?: boolean | undefined;
761
786
  activities?: boolean | undefined;
@@ -777,7 +802,7 @@ declare const SysWebhook: Omit<{
777
802
  key?: never;
778
803
  defaultValue?: never;
779
804
  });
780
- _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
805
+ _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
781
806
  _lockReason?: string | undefined;
782
807
  _lockSource?: "artifact" | "package" | "env-forced" | undefined;
783
808
  _provenance?: "package" | "env-forced" | "org" | undefined;
@@ -792,7 +817,7 @@ declare const SysWebhook: Omit<{
792
817
  icon?: string | undefined;
793
818
  locations?: ("record_header" | "list_toolbar" | "list_item" | "record_more" | "record_related" | "record_section")[] | undefined;
794
819
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
795
- type?: "url" | "form" | "api" | "modal" | "flow" | "script" | undefined;
820
+ type?: "url" | "form" | "modal" | "api" | "flow" | "script" | undefined;
796
821
  target?: string | undefined;
797
822
  openIn?: "self" | "new-tab" | undefined;
798
823
  body?: {
@@ -805,6 +830,8 @@ declare const SysWebhook: Omit<{
805
830
  timeoutMs?: number | undefined;
806
831
  memoryMb?: number | undefined;
807
832
  } | undefined;
833
+ operation?: "update" | undefined;
834
+ patch?: Record<string, unknown> | undefined;
808
835
  execute?: undefined;
809
836
  params?: {
810
837
  name?: string | undefined;
@@ -814,7 +841,7 @@ declare const SysWebhook: Omit<{
814
841
  key?: never;
815
842
  defaultValue?: never;
816
843
  }) | undefined;
817
- type?: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "datetime" | "signature" | "url" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "progress" | "tags" | "vector" | undefined;
844
+ type?: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "url" | "datetime" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "tags" | "vector" | undefined;
818
845
  required?: boolean | undefined;
819
846
  options?: {
820
847
  label: string | (Record<string, string> & {
@@ -840,6 +867,7 @@ declare const SysWebhook: Omit<{
840
867
  maxSize?: number | undefined;
841
868
  reference?: string | undefined;
842
869
  defaultFromRow?: boolean | undefined;
870
+ carryOver?: boolean | undefined;
843
871
  visible?: string | {
844
872
  dialect: "cel" | "cron" | "template";
845
873
  source?: string | undefined;
@@ -948,7 +976,7 @@ declare const SysWebhook: Omit<{
948
976
  } | undefined;
949
977
  }[] | undefined;
950
978
  protection?: {
951
- lock: "full" | "none" | "no-overlay" | "no-delete";
979
+ lock: "none" | "no-overlay" | "no-delete" | "full";
952
980
  reason: string;
953
981
  docsUrl?: string | undefined;
954
982
  } | undefined;
@@ -1067,6 +1095,7 @@ declare const SysWebhook: Omit<{
1067
1095
  readonly options?: {
1068
1096
  label: string;
1069
1097
  value: string;
1098
+ description?: string | undefined;
1070
1099
  color?: string | undefined;
1071
1100
  default?: boolean | undefined;
1072
1101
  visibleWhen?: string | {
@@ -1080,16 +1109,10 @@ declare const SysWebhook: Omit<{
1080
1109
  } | undefined;
1081
1110
  }[] | undefined;
1082
1111
  readonly description?: string | undefined;
1083
- readonly label?: string | undefined;
1084
- readonly name?: string | undefined;
1085
- readonly precision?: number | undefined;
1086
- readonly required?: boolean | undefined;
1087
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1088
- readonly widget?: string | undefined;
1089
- readonly multiple?: boolean | undefined;
1090
1112
  readonly storage?: {
1091
1113
  notNull?: boolean | undefined;
1092
1114
  } | undefined;
1115
+ readonly required?: boolean | undefined;
1093
1116
  readonly visibleWhen?: string | {
1094
1117
  dialect: "cel" | "cron" | "template";
1095
1118
  source?: string | undefined;
@@ -1108,16 +1131,17 @@ declare const SysWebhook: Omit<{
1108
1131
  generatedBy?: string | undefined;
1109
1132
  } | undefined;
1110
1133
  } | undefined;
1111
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1134
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
1112
1135
  readonly _lockReason?: string | undefined;
1113
1136
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
1114
1137
  readonly _lockDocsUrl?: string | undefined;
1115
1138
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
1116
1139
  readonly _packageId?: string | undefined;
1117
1140
  readonly _packageVersion?: string | undefined;
1141
+ readonly name?: string | undefined;
1118
1142
  readonly lookupFilters?: {
1119
1143
  field: string;
1120
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
1144
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
1121
1145
  value: any;
1122
1146
  }[] | undefined;
1123
1147
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -1139,9 +1163,12 @@ declare const SysWebhook: Omit<{
1139
1163
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1140
1164
  } | undefined;
1141
1165
  readonly reference?: string | undefined;
1166
+ readonly label?: string | undefined;
1167
+ readonly precision?: number | undefined;
1142
1168
  readonly scale?: number | undefined;
1143
1169
  readonly step?: number | undefined;
1144
1170
  readonly displayField?: string | undefined;
1171
+ readonly multiple?: boolean | undefined;
1145
1172
  readonly accept?: string[] | undefined;
1146
1173
  readonly requiredWhen?: string | {
1147
1174
  dialect: "cel" | "cron" | "template";
@@ -1158,10 +1185,13 @@ declare const SysWebhook: Omit<{
1158
1185
  readonly defaultValue?: unknown;
1159
1186
  readonly maxLength?: number | undefined;
1160
1187
  readonly minLength?: number | undefined;
1188
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
1189
+ readonly rows?: number | undefined;
1161
1190
  readonly min?: number | undefined;
1162
1191
  readonly max?: number | undefined;
1163
1192
  readonly useGrouping?: boolean | undefined;
1164
1193
  readonly maxSize?: number | undefined;
1194
+ readonly referenceVia?: string | undefined;
1165
1195
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1166
1196
  readonly inlineTitle?: string | undefined;
1167
1197
  readonly inlineColumns?: {
@@ -1223,6 +1253,7 @@ declare const SysWebhook: Omit<{
1223
1253
  param?: string | undefined;
1224
1254
  })[] | undefined;
1225
1255
  readonly allowCreate?: boolean | undefined;
1256
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1226
1257
  readonly language?: string | undefined;
1227
1258
  readonly currencyConfig?: {
1228
1259
  precision?: number | undefined;
@@ -1233,6 +1264,7 @@ declare const SysWebhook: Omit<{
1233
1264
  readonly trackHistory?: boolean | undefined;
1234
1265
  readonly group?: string | undefined;
1235
1266
  readonly conditionalRequired?: undefined;
1267
+ readonly widget?: string | undefined;
1236
1268
  readonly internal?: boolean | undefined;
1237
1269
  readonly requiredPermissions?: string[] | undefined;
1238
1270
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -1253,6 +1285,7 @@ declare const SysWebhook: Omit<{
1253
1285
  readonly options?: {
1254
1286
  label: string;
1255
1287
  value: string;
1288
+ description?: string | undefined;
1256
1289
  color?: string | undefined;
1257
1290
  default?: boolean | undefined;
1258
1291
  visibleWhen?: string | {
@@ -1266,16 +1299,10 @@ declare const SysWebhook: Omit<{
1266
1299
  } | undefined;
1267
1300
  }[] | undefined;
1268
1301
  readonly description?: string | undefined;
1269
- readonly label?: string | undefined;
1270
- readonly name?: string | undefined;
1271
- readonly precision?: number | undefined;
1272
- readonly required?: boolean | undefined;
1273
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1274
- readonly widget?: string | undefined;
1275
- readonly multiple?: boolean | undefined;
1276
1302
  readonly storage?: {
1277
1303
  notNull?: boolean | undefined;
1278
1304
  } | undefined;
1305
+ readonly required?: boolean | undefined;
1279
1306
  readonly visibleWhen?: string | {
1280
1307
  dialect: "cel" | "cron" | "template";
1281
1308
  source?: string | undefined;
@@ -1294,16 +1321,17 @@ declare const SysWebhook: Omit<{
1294
1321
  generatedBy?: string | undefined;
1295
1322
  } | undefined;
1296
1323
  } | undefined;
1297
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1324
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
1298
1325
  readonly _lockReason?: string | undefined;
1299
1326
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
1300
1327
  readonly _lockDocsUrl?: string | undefined;
1301
1328
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
1302
1329
  readonly _packageId?: string | undefined;
1303
1330
  readonly _packageVersion?: string | undefined;
1331
+ readonly name?: string | undefined;
1304
1332
  readonly lookupFilters?: {
1305
1333
  field: string;
1306
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
1334
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
1307
1335
  value: any;
1308
1336
  }[] | undefined;
1309
1337
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -1325,9 +1353,12 @@ declare const SysWebhook: Omit<{
1325
1353
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1326
1354
  } | undefined;
1327
1355
  readonly reference?: string | undefined;
1356
+ readonly label?: string | undefined;
1357
+ readonly precision?: number | undefined;
1328
1358
  readonly scale?: number | undefined;
1329
1359
  readonly step?: number | undefined;
1330
1360
  readonly displayField?: string | undefined;
1361
+ readonly multiple?: boolean | undefined;
1331
1362
  readonly accept?: string[] | undefined;
1332
1363
  readonly requiredWhen?: string | {
1333
1364
  dialect: "cel" | "cron" | "template";
@@ -1344,10 +1375,13 @@ declare const SysWebhook: Omit<{
1344
1375
  readonly defaultValue?: unknown;
1345
1376
  readonly maxLength?: number | undefined;
1346
1377
  readonly minLength?: number | undefined;
1378
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
1379
+ readonly rows?: number | undefined;
1347
1380
  readonly min?: number | undefined;
1348
1381
  readonly max?: number | undefined;
1349
1382
  readonly useGrouping?: boolean | undefined;
1350
1383
  readonly maxSize?: number | undefined;
1384
+ readonly referenceVia?: string | undefined;
1351
1385
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1352
1386
  readonly inlineTitle?: string | undefined;
1353
1387
  readonly inlineColumns?: {
@@ -1409,6 +1443,7 @@ declare const SysWebhook: Omit<{
1409
1443
  param?: string | undefined;
1410
1444
  })[] | undefined;
1411
1445
  readonly allowCreate?: boolean | undefined;
1446
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1412
1447
  readonly language?: string | undefined;
1413
1448
  readonly currencyConfig?: {
1414
1449
  precision?: number | undefined;
@@ -1419,6 +1454,7 @@ declare const SysWebhook: Omit<{
1419
1454
  readonly trackHistory?: boolean | undefined;
1420
1455
  readonly group?: string | undefined;
1421
1456
  readonly conditionalRequired?: undefined;
1457
+ readonly widget?: string | undefined;
1422
1458
  readonly internal?: boolean | undefined;
1423
1459
  readonly requiredPermissions?: string[] | undefined;
1424
1460
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -1439,6 +1475,7 @@ declare const SysWebhook: Omit<{
1439
1475
  readonly options?: {
1440
1476
  label: string;
1441
1477
  value: string;
1478
+ description?: string | undefined;
1442
1479
  color?: string | undefined;
1443
1480
  default?: boolean | undefined;
1444
1481
  visibleWhen?: string | {
@@ -1452,16 +1489,10 @@ declare const SysWebhook: Omit<{
1452
1489
  } | undefined;
1453
1490
  }[] | undefined;
1454
1491
  readonly description?: string | undefined;
1455
- readonly label?: string | undefined;
1456
- readonly name?: string | undefined;
1457
- readonly precision?: number | undefined;
1458
- readonly required?: boolean | undefined;
1459
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1460
- readonly widget?: string | undefined;
1461
- readonly multiple?: boolean | undefined;
1462
1492
  readonly storage?: {
1463
1493
  notNull?: boolean | undefined;
1464
1494
  } | undefined;
1495
+ readonly required?: boolean | undefined;
1465
1496
  readonly visibleWhen?: string | {
1466
1497
  dialect: "cel" | "cron" | "template";
1467
1498
  source?: string | undefined;
@@ -1480,16 +1511,17 @@ declare const SysWebhook: Omit<{
1480
1511
  generatedBy?: string | undefined;
1481
1512
  } | undefined;
1482
1513
  } | undefined;
1483
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1514
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
1484
1515
  readonly _lockReason?: string | undefined;
1485
1516
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
1486
1517
  readonly _lockDocsUrl?: string | undefined;
1487
1518
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
1488
1519
  readonly _packageId?: string | undefined;
1489
1520
  readonly _packageVersion?: string | undefined;
1521
+ readonly name?: string | undefined;
1490
1522
  readonly lookupFilters?: {
1491
1523
  field: string;
1492
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
1524
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
1493
1525
  value: any;
1494
1526
  }[] | undefined;
1495
1527
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -1511,9 +1543,12 @@ declare const SysWebhook: Omit<{
1511
1543
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1512
1544
  } | undefined;
1513
1545
  readonly reference?: string | undefined;
1546
+ readonly label?: string | undefined;
1547
+ readonly precision?: number | undefined;
1514
1548
  readonly scale?: number | undefined;
1515
1549
  readonly step?: number | undefined;
1516
1550
  readonly displayField?: string | undefined;
1551
+ readonly multiple?: boolean | undefined;
1517
1552
  readonly accept?: string[] | undefined;
1518
1553
  readonly requiredWhen?: string | {
1519
1554
  dialect: "cel" | "cron" | "template";
@@ -1530,10 +1565,13 @@ declare const SysWebhook: Omit<{
1530
1565
  readonly defaultValue?: unknown;
1531
1566
  readonly maxLength?: number | undefined;
1532
1567
  readonly minLength?: number | undefined;
1568
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
1569
+ readonly rows?: number | undefined;
1533
1570
  readonly min?: number | undefined;
1534
1571
  readonly max?: number | undefined;
1535
1572
  readonly useGrouping?: boolean | undefined;
1536
1573
  readonly maxSize?: number | undefined;
1574
+ readonly referenceVia?: string | undefined;
1537
1575
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1538
1576
  readonly inlineTitle?: string | undefined;
1539
1577
  readonly inlineColumns?: {
@@ -1595,6 +1633,7 @@ declare const SysWebhook: Omit<{
1595
1633
  param?: string | undefined;
1596
1634
  })[] | undefined;
1597
1635
  readonly allowCreate?: boolean | undefined;
1636
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1598
1637
  readonly language?: string | undefined;
1599
1638
  readonly currencyConfig?: {
1600
1639
  precision?: number | undefined;
@@ -1605,6 +1644,7 @@ declare const SysWebhook: Omit<{
1605
1644
  readonly trackHistory?: boolean | undefined;
1606
1645
  readonly group?: string | undefined;
1607
1646
  readonly conditionalRequired?: undefined;
1647
+ readonly widget?: string | undefined;
1608
1648
  readonly internal?: boolean | undefined;
1609
1649
  readonly requiredPermissions?: string[] | undefined;
1610
1650
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -1625,6 +1665,7 @@ declare const SysWebhook: Omit<{
1625
1665
  readonly options?: {
1626
1666
  label: string;
1627
1667
  value: string;
1668
+ description?: string | undefined;
1628
1669
  color?: string | undefined;
1629
1670
  default?: boolean | undefined;
1630
1671
  visibleWhen?: string | {
@@ -1638,16 +1679,10 @@ declare const SysWebhook: Omit<{
1638
1679
  } | undefined;
1639
1680
  }[] | undefined;
1640
1681
  readonly description?: string | undefined;
1641
- readonly label?: string | undefined;
1642
- readonly name?: string | undefined;
1643
- readonly precision?: number | undefined;
1644
- readonly required?: boolean | undefined;
1645
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1646
- readonly widget?: string | undefined;
1647
- readonly multiple?: boolean | undefined;
1648
1682
  readonly storage?: {
1649
1683
  notNull?: boolean | undefined;
1650
1684
  } | undefined;
1685
+ readonly required?: boolean | undefined;
1651
1686
  readonly visibleWhen?: string | {
1652
1687
  dialect: "cel" | "cron" | "template";
1653
1688
  source?: string | undefined;
@@ -1666,16 +1701,17 @@ declare const SysWebhook: Omit<{
1666
1701
  generatedBy?: string | undefined;
1667
1702
  } | undefined;
1668
1703
  } | undefined;
1669
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1704
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
1670
1705
  readonly _lockReason?: string | undefined;
1671
1706
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
1672
1707
  readonly _lockDocsUrl?: string | undefined;
1673
1708
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
1674
1709
  readonly _packageId?: string | undefined;
1675
1710
  readonly _packageVersion?: string | undefined;
1711
+ readonly name?: string | undefined;
1676
1712
  readonly lookupFilters?: {
1677
1713
  field: string;
1678
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
1714
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
1679
1715
  value: any;
1680
1716
  }[] | undefined;
1681
1717
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -1697,9 +1733,12 @@ declare const SysWebhook: Omit<{
1697
1733
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1698
1734
  } | undefined;
1699
1735
  readonly reference?: string | undefined;
1736
+ readonly label?: string | undefined;
1737
+ readonly precision?: number | undefined;
1700
1738
  readonly scale?: number | undefined;
1701
1739
  readonly step?: number | undefined;
1702
1740
  readonly displayField?: string | undefined;
1741
+ readonly multiple?: boolean | undefined;
1703
1742
  readonly accept?: string[] | undefined;
1704
1743
  readonly requiredWhen?: string | {
1705
1744
  dialect: "cel" | "cron" | "template";
@@ -1716,10 +1755,13 @@ declare const SysWebhook: Omit<{
1716
1755
  readonly defaultValue?: unknown;
1717
1756
  readonly maxLength?: number | undefined;
1718
1757
  readonly minLength?: number | undefined;
1758
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
1759
+ readonly rows?: number | undefined;
1719
1760
  readonly min?: number | undefined;
1720
1761
  readonly max?: number | undefined;
1721
1762
  readonly useGrouping?: boolean | undefined;
1722
1763
  readonly maxSize?: number | undefined;
1764
+ readonly referenceVia?: string | undefined;
1723
1765
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1724
1766
  readonly inlineTitle?: string | undefined;
1725
1767
  readonly inlineColumns?: {
@@ -1781,6 +1823,7 @@ declare const SysWebhook: Omit<{
1781
1823
  param?: string | undefined;
1782
1824
  })[] | undefined;
1783
1825
  readonly allowCreate?: boolean | undefined;
1826
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1784
1827
  readonly language?: string | undefined;
1785
1828
  readonly currencyConfig?: {
1786
1829
  precision?: number | undefined;
@@ -1791,6 +1834,7 @@ declare const SysWebhook: Omit<{
1791
1834
  readonly trackHistory?: boolean | undefined;
1792
1835
  readonly group?: string | undefined;
1793
1836
  readonly conditionalRequired?: undefined;
1837
+ readonly widget?: string | undefined;
1794
1838
  readonly internal?: boolean | undefined;
1795
1839
  readonly requiredPermissions?: string[] | undefined;
1796
1840
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -1811,6 +1855,7 @@ declare const SysWebhook: Omit<{
1811
1855
  options: {
1812
1856
  label: string;
1813
1857
  value: string;
1858
+ description?: string | undefined;
1814
1859
  color?: string | undefined;
1815
1860
  default?: boolean | undefined;
1816
1861
  visibleWhen?: string | {
@@ -1824,16 +1869,10 @@ declare const SysWebhook: Omit<{
1824
1869
  } | undefined;
1825
1870
  }[];
1826
1871
  readonly description?: string | undefined;
1827
- readonly label?: string | undefined;
1828
- readonly name?: string | undefined;
1829
- readonly precision?: number | undefined;
1830
- readonly required?: boolean | undefined;
1831
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1832
- readonly widget?: string | undefined;
1833
- readonly multiple?: boolean | undefined;
1834
1872
  readonly storage?: {
1835
1873
  notNull?: boolean | undefined;
1836
1874
  } | undefined;
1875
+ readonly required?: boolean | undefined;
1837
1876
  readonly visibleWhen?: string | {
1838
1877
  dialect: "cel" | "cron" | "template";
1839
1878
  source?: string | undefined;
@@ -1852,16 +1891,17 @@ declare const SysWebhook: Omit<{
1852
1891
  generatedBy?: string | undefined;
1853
1892
  } | undefined;
1854
1893
  } | undefined;
1855
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1894
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
1856
1895
  readonly _lockReason?: string | undefined;
1857
1896
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
1858
1897
  readonly _lockDocsUrl?: string | undefined;
1859
1898
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
1860
1899
  readonly _packageId?: string | undefined;
1861
1900
  readonly _packageVersion?: string | undefined;
1901
+ readonly name?: string | undefined;
1862
1902
  readonly lookupFilters?: {
1863
1903
  field: string;
1864
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
1904
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
1865
1905
  value: any;
1866
1906
  }[] | undefined;
1867
1907
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -1883,9 +1923,12 @@ declare const SysWebhook: Omit<{
1883
1923
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1884
1924
  } | undefined;
1885
1925
  readonly reference?: string | undefined;
1926
+ readonly label?: string | undefined;
1927
+ readonly precision?: number | undefined;
1886
1928
  readonly scale?: number | undefined;
1887
1929
  readonly step?: number | undefined;
1888
1930
  readonly displayField?: string | undefined;
1931
+ readonly multiple?: boolean | undefined;
1889
1932
  readonly accept?: string[] | undefined;
1890
1933
  readonly requiredWhen?: string | {
1891
1934
  dialect: "cel" | "cron" | "template";
@@ -1902,10 +1945,13 @@ declare const SysWebhook: Omit<{
1902
1945
  readonly defaultValue?: unknown;
1903
1946
  readonly maxLength?: number | undefined;
1904
1947
  readonly minLength?: number | undefined;
1948
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
1949
+ readonly rows?: number | undefined;
1905
1950
  readonly min?: number | undefined;
1906
1951
  readonly max?: number | undefined;
1907
1952
  readonly useGrouping?: boolean | undefined;
1908
1953
  readonly maxSize?: number | undefined;
1954
+ readonly referenceVia?: string | undefined;
1909
1955
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1910
1956
  readonly inlineTitle?: string | undefined;
1911
1957
  readonly inlineColumns?: {
@@ -1967,6 +2013,7 @@ declare const SysWebhook: Omit<{
1967
2013
  param?: string | undefined;
1968
2014
  })[] | undefined;
1969
2015
  readonly allowCreate?: boolean | undefined;
2016
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
1970
2017
  readonly language?: string | undefined;
1971
2018
  readonly currencyConfig?: {
1972
2019
  precision?: number | undefined;
@@ -1977,6 +2024,7 @@ declare const SysWebhook: Omit<{
1977
2024
  readonly trackHistory?: boolean | undefined;
1978
2025
  readonly group?: string | undefined;
1979
2026
  readonly conditionalRequired?: undefined;
2027
+ readonly widget?: string | undefined;
1980
2028
  readonly internal?: boolean | undefined;
1981
2029
  readonly requiredPermissions?: string[] | undefined;
1982
2030
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -1997,6 +2045,7 @@ declare const SysWebhook: Omit<{
1997
2045
  readonly options?: {
1998
2046
  label: string;
1999
2047
  value: string;
2048
+ description?: string | undefined;
2000
2049
  color?: string | undefined;
2001
2050
  default?: boolean | undefined;
2002
2051
  visibleWhen?: string | {
@@ -2010,16 +2059,10 @@ declare const SysWebhook: Omit<{
2010
2059
  } | undefined;
2011
2060
  }[] | undefined;
2012
2061
  readonly description?: string | undefined;
2013
- readonly label?: string | undefined;
2014
- readonly name?: string | undefined;
2015
- readonly precision?: number | undefined;
2016
- readonly required?: boolean | undefined;
2017
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2018
- readonly widget?: string | undefined;
2019
- readonly multiple?: boolean | undefined;
2020
2062
  readonly storage?: {
2021
2063
  notNull?: boolean | undefined;
2022
2064
  } | undefined;
2065
+ readonly required?: boolean | undefined;
2023
2066
  readonly visibleWhen?: string | {
2024
2067
  dialect: "cel" | "cron" | "template";
2025
2068
  source?: string | undefined;
@@ -2038,16 +2081,17 @@ declare const SysWebhook: Omit<{
2038
2081
  generatedBy?: string | undefined;
2039
2082
  } | undefined;
2040
2083
  } | undefined;
2041
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2084
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
2042
2085
  readonly _lockReason?: string | undefined;
2043
2086
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2044
2087
  readonly _lockDocsUrl?: string | undefined;
2045
2088
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
2046
2089
  readonly _packageId?: string | undefined;
2047
2090
  readonly _packageVersion?: string | undefined;
2091
+ readonly name?: string | undefined;
2048
2092
  readonly lookupFilters?: {
2049
2093
  field: string;
2050
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
2094
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
2051
2095
  value: any;
2052
2096
  }[] | undefined;
2053
2097
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -2069,9 +2113,12 @@ declare const SysWebhook: Omit<{
2069
2113
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2070
2114
  } | undefined;
2071
2115
  readonly reference?: string | undefined;
2116
+ readonly label?: string | undefined;
2117
+ readonly precision?: number | undefined;
2072
2118
  readonly scale?: number | undefined;
2073
2119
  readonly step?: number | undefined;
2074
2120
  readonly displayField?: string | undefined;
2121
+ readonly multiple?: boolean | undefined;
2075
2122
  readonly accept?: string[] | undefined;
2076
2123
  readonly requiredWhen?: string | {
2077
2124
  dialect: "cel" | "cron" | "template";
@@ -2088,10 +2135,13 @@ declare const SysWebhook: Omit<{
2088
2135
  readonly defaultValue?: unknown;
2089
2136
  readonly maxLength?: number | undefined;
2090
2137
  readonly minLength?: number | undefined;
2138
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
2139
+ readonly rows?: number | undefined;
2091
2140
  readonly min?: number | undefined;
2092
2141
  readonly max?: number | undefined;
2093
2142
  readonly useGrouping?: boolean | undefined;
2094
2143
  readonly maxSize?: number | undefined;
2144
+ readonly referenceVia?: string | undefined;
2095
2145
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2096
2146
  readonly inlineTitle?: string | undefined;
2097
2147
  readonly inlineColumns?: {
@@ -2153,6 +2203,7 @@ declare const SysWebhook: Omit<{
2153
2203
  param?: string | undefined;
2154
2204
  })[] | undefined;
2155
2205
  readonly allowCreate?: boolean | undefined;
2206
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2156
2207
  readonly language?: string | undefined;
2157
2208
  readonly currencyConfig?: {
2158
2209
  precision?: number | undefined;
@@ -2163,6 +2214,7 @@ declare const SysWebhook: Omit<{
2163
2214
  readonly trackHistory?: boolean | undefined;
2164
2215
  readonly group?: string | undefined;
2165
2216
  readonly conditionalRequired?: undefined;
2217
+ readonly widget?: string | undefined;
2166
2218
  readonly internal?: boolean | undefined;
2167
2219
  readonly requiredPermissions?: string[] | undefined;
2168
2220
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -2183,6 +2235,7 @@ declare const SysWebhook: Omit<{
2183
2235
  options: {
2184
2236
  label: string;
2185
2237
  value: string;
2238
+ description?: string | undefined;
2186
2239
  color?: string | undefined;
2187
2240
  default?: boolean | undefined;
2188
2241
  visibleWhen?: string | {
@@ -2196,16 +2249,10 @@ declare const SysWebhook: Omit<{
2196
2249
  } | undefined;
2197
2250
  }[];
2198
2251
  readonly description?: string | undefined;
2199
- readonly label?: string | undefined;
2200
- readonly name?: string | undefined;
2201
- readonly precision?: number | undefined;
2202
- readonly required?: boolean | undefined;
2203
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2204
- readonly widget?: string | undefined;
2205
- readonly multiple?: boolean | undefined;
2206
2252
  readonly storage?: {
2207
2253
  notNull?: boolean | undefined;
2208
2254
  } | undefined;
2255
+ readonly required?: boolean | undefined;
2209
2256
  readonly visibleWhen?: string | {
2210
2257
  dialect: "cel" | "cron" | "template";
2211
2258
  source?: string | undefined;
@@ -2224,16 +2271,17 @@ declare const SysWebhook: Omit<{
2224
2271
  generatedBy?: string | undefined;
2225
2272
  } | undefined;
2226
2273
  } | undefined;
2227
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2274
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
2228
2275
  readonly _lockReason?: string | undefined;
2229
2276
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2230
2277
  readonly _lockDocsUrl?: string | undefined;
2231
2278
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
2232
2279
  readonly _packageId?: string | undefined;
2233
2280
  readonly _packageVersion?: string | undefined;
2281
+ readonly name?: string | undefined;
2234
2282
  readonly lookupFilters?: {
2235
2283
  field: string;
2236
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
2284
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
2237
2285
  value: any;
2238
2286
  }[] | undefined;
2239
2287
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -2255,9 +2303,12 @@ declare const SysWebhook: Omit<{
2255
2303
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2256
2304
  } | undefined;
2257
2305
  readonly reference?: string | undefined;
2306
+ readonly label?: string | undefined;
2307
+ readonly precision?: number | undefined;
2258
2308
  readonly scale?: number | undefined;
2259
2309
  readonly step?: number | undefined;
2260
2310
  readonly displayField?: string | undefined;
2311
+ readonly multiple?: boolean | undefined;
2261
2312
  readonly accept?: string[] | undefined;
2262
2313
  readonly requiredWhen?: string | {
2263
2314
  dialect: "cel" | "cron" | "template";
@@ -2274,10 +2325,13 @@ declare const SysWebhook: Omit<{
2274
2325
  readonly defaultValue?: unknown;
2275
2326
  readonly maxLength?: number | undefined;
2276
2327
  readonly minLength?: number | undefined;
2328
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
2329
+ readonly rows?: number | undefined;
2277
2330
  readonly min?: number | undefined;
2278
2331
  readonly max?: number | undefined;
2279
2332
  readonly useGrouping?: boolean | undefined;
2280
2333
  readonly maxSize?: number | undefined;
2334
+ readonly referenceVia?: string | undefined;
2281
2335
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2282
2336
  readonly inlineTitle?: string | undefined;
2283
2337
  readonly inlineColumns?: {
@@ -2339,6 +2393,7 @@ declare const SysWebhook: Omit<{
2339
2393
  param?: string | undefined;
2340
2394
  })[] | undefined;
2341
2395
  readonly allowCreate?: boolean | undefined;
2396
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2342
2397
  readonly language?: string | undefined;
2343
2398
  readonly currencyConfig?: {
2344
2399
  precision?: number | undefined;
@@ -2349,6 +2404,7 @@ declare const SysWebhook: Omit<{
2349
2404
  readonly trackHistory?: boolean | undefined;
2350
2405
  readonly group?: string | undefined;
2351
2406
  readonly conditionalRequired?: undefined;
2407
+ readonly widget?: string | undefined;
2352
2408
  readonly internal?: boolean | undefined;
2353
2409
  readonly requiredPermissions?: string[] | undefined;
2354
2410
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -2369,6 +2425,7 @@ declare const SysWebhook: Omit<{
2369
2425
  readonly options?: {
2370
2426
  label: string;
2371
2427
  value: string;
2428
+ description?: string | undefined;
2372
2429
  color?: string | undefined;
2373
2430
  default?: boolean | undefined;
2374
2431
  visibleWhen?: string | {
@@ -2382,16 +2439,10 @@ declare const SysWebhook: Omit<{
2382
2439
  } | undefined;
2383
2440
  }[] | undefined;
2384
2441
  readonly description?: string | undefined;
2385
- readonly label?: string | undefined;
2386
- readonly name?: string | undefined;
2387
- readonly precision?: number | undefined;
2388
- readonly required?: boolean | undefined;
2389
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2390
- readonly widget?: string | undefined;
2391
- readonly multiple?: boolean | undefined;
2392
2442
  readonly storage?: {
2393
2443
  notNull?: boolean | undefined;
2394
2444
  } | undefined;
2445
+ readonly required?: boolean | undefined;
2395
2446
  readonly visibleWhen?: string | {
2396
2447
  dialect: "cel" | "cron" | "template";
2397
2448
  source?: string | undefined;
@@ -2410,16 +2461,17 @@ declare const SysWebhook: Omit<{
2410
2461
  generatedBy?: string | undefined;
2411
2462
  } | undefined;
2412
2463
  } | undefined;
2413
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2464
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
2414
2465
  readonly _lockReason?: string | undefined;
2415
2466
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2416
2467
  readonly _lockDocsUrl?: string | undefined;
2417
2468
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
2418
2469
  readonly _packageId?: string | undefined;
2419
2470
  readonly _packageVersion?: string | undefined;
2471
+ readonly name?: string | undefined;
2420
2472
  readonly lookupFilters?: {
2421
2473
  field: string;
2422
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
2474
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
2423
2475
  value: any;
2424
2476
  }[] | undefined;
2425
2477
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -2441,9 +2493,12 @@ declare const SysWebhook: Omit<{
2441
2493
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2442
2494
  } | undefined;
2443
2495
  readonly reference?: string | undefined;
2496
+ readonly label?: string | undefined;
2497
+ readonly precision?: number | undefined;
2444
2498
  readonly scale?: number | undefined;
2445
2499
  readonly step?: number | undefined;
2446
2500
  readonly displayField?: string | undefined;
2501
+ readonly multiple?: boolean | undefined;
2447
2502
  readonly accept?: string[] | undefined;
2448
2503
  readonly requiredWhen?: string | {
2449
2504
  dialect: "cel" | "cron" | "template";
@@ -2460,10 +2515,13 @@ declare const SysWebhook: Omit<{
2460
2515
  readonly defaultValue?: unknown;
2461
2516
  readonly maxLength?: number | undefined;
2462
2517
  readonly minLength?: number | undefined;
2518
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
2519
+ readonly rows?: number | undefined;
2463
2520
  readonly min?: number | undefined;
2464
2521
  readonly max?: number | undefined;
2465
2522
  readonly useGrouping?: boolean | undefined;
2466
2523
  readonly maxSize?: number | undefined;
2524
+ readonly referenceVia?: string | undefined;
2467
2525
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2468
2526
  readonly inlineTitle?: string | undefined;
2469
2527
  readonly inlineColumns?: {
@@ -2525,6 +2583,7 @@ declare const SysWebhook: Omit<{
2525
2583
  param?: string | undefined;
2526
2584
  })[] | undefined;
2527
2585
  readonly allowCreate?: boolean | undefined;
2586
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2528
2587
  readonly language?: string | undefined;
2529
2588
  readonly currencyConfig?: {
2530
2589
  precision?: number | undefined;
@@ -2535,6 +2594,7 @@ declare const SysWebhook: Omit<{
2535
2594
  readonly trackHistory?: boolean | undefined;
2536
2595
  readonly group?: string | undefined;
2537
2596
  readonly conditionalRequired?: undefined;
2597
+ readonly widget?: string | undefined;
2538
2598
  readonly internal?: boolean | undefined;
2539
2599
  readonly requiredPermissions?: string[] | undefined;
2540
2600
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -2555,6 +2615,7 @@ declare const SysWebhook: Omit<{
2555
2615
  readonly options?: {
2556
2616
  label: string;
2557
2617
  value: string;
2618
+ description?: string | undefined;
2558
2619
  color?: string | undefined;
2559
2620
  default?: boolean | undefined;
2560
2621
  visibleWhen?: string | {
@@ -2568,16 +2629,10 @@ declare const SysWebhook: Omit<{
2568
2629
  } | undefined;
2569
2630
  }[] | undefined;
2570
2631
  readonly description?: string | undefined;
2571
- readonly label?: string | undefined;
2572
- readonly name?: string | undefined;
2573
- readonly precision?: number | undefined;
2574
- readonly required?: boolean | undefined;
2575
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2576
- readonly widget?: string | undefined;
2577
- readonly multiple?: boolean | undefined;
2578
2632
  readonly storage?: {
2579
2633
  notNull?: boolean | undefined;
2580
2634
  } | undefined;
2635
+ readonly required?: boolean | undefined;
2581
2636
  readonly visibleWhen?: string | {
2582
2637
  dialect: "cel" | "cron" | "template";
2583
2638
  source?: string | undefined;
@@ -2596,16 +2651,17 @@ declare const SysWebhook: Omit<{
2596
2651
  generatedBy?: string | undefined;
2597
2652
  } | undefined;
2598
2653
  } | undefined;
2599
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2654
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
2600
2655
  readonly _lockReason?: string | undefined;
2601
2656
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2602
2657
  readonly _lockDocsUrl?: string | undefined;
2603
2658
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
2604
2659
  readonly _packageId?: string | undefined;
2605
2660
  readonly _packageVersion?: string | undefined;
2661
+ readonly name?: string | undefined;
2606
2662
  readonly lookupFilters?: {
2607
2663
  field: string;
2608
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
2664
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
2609
2665
  value: any;
2610
2666
  }[] | undefined;
2611
2667
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -2627,9 +2683,12 @@ declare const SysWebhook: Omit<{
2627
2683
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2628
2684
  } | undefined;
2629
2685
  readonly reference?: string | undefined;
2686
+ readonly label?: string | undefined;
2687
+ readonly precision?: number | undefined;
2630
2688
  readonly scale?: number | undefined;
2631
2689
  readonly step?: number | undefined;
2632
2690
  readonly displayField?: string | undefined;
2691
+ readonly multiple?: boolean | undefined;
2633
2692
  readonly accept?: string[] | undefined;
2634
2693
  readonly requiredWhen?: string | {
2635
2694
  dialect: "cel" | "cron" | "template";
@@ -2646,10 +2705,13 @@ declare const SysWebhook: Omit<{
2646
2705
  readonly defaultValue?: unknown;
2647
2706
  readonly maxLength?: number | undefined;
2648
2707
  readonly minLength?: number | undefined;
2708
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
2709
+ readonly rows?: number | undefined;
2649
2710
  readonly min?: number | undefined;
2650
2711
  readonly max?: number | undefined;
2651
2712
  readonly useGrouping?: boolean | undefined;
2652
2713
  readonly maxSize?: number | undefined;
2714
+ readonly referenceVia?: string | undefined;
2653
2715
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2654
2716
  readonly inlineTitle?: string | undefined;
2655
2717
  readonly inlineColumns?: {
@@ -2711,6 +2773,7 @@ declare const SysWebhook: Omit<{
2711
2773
  param?: string | undefined;
2712
2774
  })[] | undefined;
2713
2775
  readonly allowCreate?: boolean | undefined;
2776
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2714
2777
  readonly language?: string | undefined;
2715
2778
  readonly currencyConfig?: {
2716
2779
  precision?: number | undefined;
@@ -2721,6 +2784,7 @@ declare const SysWebhook: Omit<{
2721
2784
  readonly trackHistory?: boolean | undefined;
2722
2785
  readonly group?: string | undefined;
2723
2786
  readonly conditionalRequired?: undefined;
2787
+ readonly widget?: string | undefined;
2724
2788
  readonly internal?: boolean | undefined;
2725
2789
  readonly requiredPermissions?: string[] | undefined;
2726
2790
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -2741,6 +2805,7 @@ declare const SysWebhook: Omit<{
2741
2805
  readonly options?: {
2742
2806
  label: string;
2743
2807
  value: string;
2808
+ description?: string | undefined;
2744
2809
  color?: string | undefined;
2745
2810
  default?: boolean | undefined;
2746
2811
  visibleWhen?: string | {
@@ -2754,16 +2819,10 @@ declare const SysWebhook: Omit<{
2754
2819
  } | undefined;
2755
2820
  }[] | undefined;
2756
2821
  readonly description?: string | undefined;
2757
- readonly label?: string | undefined;
2758
- readonly name?: string | undefined;
2759
- readonly precision?: number | undefined;
2760
- readonly required?: boolean | undefined;
2761
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2762
- readonly widget?: string | undefined;
2763
- readonly multiple?: boolean | undefined;
2764
2822
  readonly storage?: {
2765
2823
  notNull?: boolean | undefined;
2766
2824
  } | undefined;
2825
+ readonly required?: boolean | undefined;
2767
2826
  readonly visibleWhen?: string | {
2768
2827
  dialect: "cel" | "cron" | "template";
2769
2828
  source?: string | undefined;
@@ -2782,16 +2841,17 @@ declare const SysWebhook: Omit<{
2782
2841
  generatedBy?: string | undefined;
2783
2842
  } | undefined;
2784
2843
  } | undefined;
2785
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2844
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
2786
2845
  readonly _lockReason?: string | undefined;
2787
2846
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2788
2847
  readonly _lockDocsUrl?: string | undefined;
2789
2848
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
2790
2849
  readonly _packageId?: string | undefined;
2791
2850
  readonly _packageVersion?: string | undefined;
2851
+ readonly name?: string | undefined;
2792
2852
  readonly lookupFilters?: {
2793
2853
  field: string;
2794
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
2854
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
2795
2855
  value: any;
2796
2856
  }[] | undefined;
2797
2857
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -2813,9 +2873,12 @@ declare const SysWebhook: Omit<{
2813
2873
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2814
2874
  } | undefined;
2815
2875
  readonly reference?: string | undefined;
2876
+ readonly label?: string | undefined;
2877
+ readonly precision?: number | undefined;
2816
2878
  readonly scale?: number | undefined;
2817
2879
  readonly step?: number | undefined;
2818
2880
  readonly displayField?: string | undefined;
2881
+ readonly multiple?: boolean | undefined;
2819
2882
  readonly accept?: string[] | undefined;
2820
2883
  readonly requiredWhen?: string | {
2821
2884
  dialect: "cel" | "cron" | "template";
@@ -2832,10 +2895,13 @@ declare const SysWebhook: Omit<{
2832
2895
  readonly defaultValue?: unknown;
2833
2896
  readonly maxLength?: number | undefined;
2834
2897
  readonly minLength?: number | undefined;
2898
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
2899
+ readonly rows?: number | undefined;
2835
2900
  readonly min?: number | undefined;
2836
2901
  readonly max?: number | undefined;
2837
2902
  readonly useGrouping?: boolean | undefined;
2838
2903
  readonly maxSize?: number | undefined;
2904
+ readonly referenceVia?: string | undefined;
2839
2905
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2840
2906
  readonly inlineTitle?: string | undefined;
2841
2907
  readonly inlineColumns?: {
@@ -2897,6 +2963,7 @@ declare const SysWebhook: Omit<{
2897
2963
  param?: string | undefined;
2898
2964
  })[] | undefined;
2899
2965
  readonly allowCreate?: boolean | undefined;
2966
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2900
2967
  readonly language?: string | undefined;
2901
2968
  readonly currencyConfig?: {
2902
2969
  precision?: number | undefined;
@@ -2907,6 +2974,7 @@ declare const SysWebhook: Omit<{
2907
2974
  readonly trackHistory?: boolean | undefined;
2908
2975
  readonly group?: string | undefined;
2909
2976
  readonly conditionalRequired?: undefined;
2977
+ readonly widget?: string | undefined;
2910
2978
  readonly internal?: boolean | undefined;
2911
2979
  readonly requiredPermissions?: string[] | undefined;
2912
2980
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -2957,6 +3025,7 @@ declare const SysWebhook: Omit<{
2957
3025
  readonly options?: {
2958
3026
  label: string;
2959
3027
  value: string;
3028
+ description?: string | undefined;
2960
3029
  color?: string | undefined;
2961
3030
  default?: boolean | undefined;
2962
3031
  visibleWhen?: string | {
@@ -2970,16 +3039,10 @@ declare const SysWebhook: Omit<{
2970
3039
  } | undefined;
2971
3040
  }[] | undefined;
2972
3041
  readonly description?: string | undefined;
2973
- readonly label?: string | undefined;
2974
- readonly name?: string | undefined;
2975
- readonly precision?: number | undefined;
2976
- readonly required?: boolean | undefined;
2977
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
2978
- readonly widget?: string | undefined;
2979
- readonly multiple?: boolean | undefined;
2980
3042
  readonly storage?: {
2981
3043
  notNull?: boolean | undefined;
2982
3044
  } | undefined;
3045
+ readonly required?: boolean | undefined;
2983
3046
  readonly visibleWhen?: string | {
2984
3047
  dialect: "cel" | "cron" | "template";
2985
3048
  source?: string | undefined;
@@ -2998,16 +3061,17 @@ declare const SysWebhook: Omit<{
2998
3061
  generatedBy?: string | undefined;
2999
3062
  } | undefined;
3000
3063
  } | undefined;
3001
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
3064
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3002
3065
  readonly _lockReason?: string | undefined;
3003
3066
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3004
3067
  readonly _lockDocsUrl?: string | undefined;
3005
3068
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3006
3069
  readonly _packageId?: string | undefined;
3007
3070
  readonly _packageVersion?: string | undefined;
3071
+ readonly name?: string | undefined;
3008
3072
  readonly lookupFilters?: {
3009
3073
  field: string;
3010
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
3074
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3011
3075
  value: any;
3012
3076
  }[] | undefined;
3013
3077
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3029,9 +3093,12 @@ declare const SysWebhook: Omit<{
3029
3093
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3030
3094
  } | undefined;
3031
3095
  readonly reference?: string | undefined;
3096
+ readonly label?: string | undefined;
3097
+ readonly precision?: number | undefined;
3032
3098
  readonly scale?: number | undefined;
3033
3099
  readonly step?: number | undefined;
3034
3100
  readonly displayField?: string | undefined;
3101
+ readonly multiple?: boolean | undefined;
3035
3102
  readonly accept?: string[] | undefined;
3036
3103
  readonly requiredWhen?: string | {
3037
3104
  dialect: "cel" | "cron" | "template";
@@ -3048,10 +3115,13 @@ declare const SysWebhook: Omit<{
3048
3115
  readonly defaultValue?: unknown;
3049
3116
  readonly maxLength?: number | undefined;
3050
3117
  readonly minLength?: number | undefined;
3118
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
3119
+ readonly rows?: number | undefined;
3051
3120
  readonly min?: number | undefined;
3052
3121
  readonly max?: number | undefined;
3053
3122
  readonly useGrouping?: boolean | undefined;
3054
3123
  readonly maxSize?: number | undefined;
3124
+ readonly referenceVia?: string | undefined;
3055
3125
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3056
3126
  readonly inlineTitle?: string | undefined;
3057
3127
  readonly inlineColumns?: {
@@ -3113,6 +3183,7 @@ declare const SysWebhook: Omit<{
3113
3183
  param?: string | undefined;
3114
3184
  })[] | undefined;
3115
3185
  readonly allowCreate?: boolean | undefined;
3186
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3116
3187
  readonly language?: string | undefined;
3117
3188
  readonly currencyConfig?: {
3118
3189
  precision?: number | undefined;
@@ -3123,6 +3194,7 @@ declare const SysWebhook: Omit<{
3123
3194
  readonly trackHistory?: boolean | undefined;
3124
3195
  readonly group?: string | undefined;
3125
3196
  readonly conditionalRequired?: undefined;
3197
+ readonly widget?: string | undefined;
3126
3198
  readonly internal?: boolean | undefined;
3127
3199
  readonly requiredPermissions?: string[] | undefined;
3128
3200
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -3166,6 +3238,7 @@ declare const SysWebhook: Omit<{
3166
3238
  readonly options?: {
3167
3239
  label: string;
3168
3240
  value: string;
3241
+ description?: string | undefined;
3169
3242
  color?: string | undefined;
3170
3243
  default?: boolean | undefined;
3171
3244
  visibleWhen?: string | {
@@ -3179,16 +3252,10 @@ declare const SysWebhook: Omit<{
3179
3252
  } | undefined;
3180
3253
  }[] | undefined;
3181
3254
  readonly description?: string | undefined;
3182
- readonly label?: string | undefined;
3183
- readonly name?: string | undefined;
3184
- readonly precision?: number | undefined;
3185
- readonly required?: boolean | undefined;
3186
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3187
- readonly widget?: string | undefined;
3188
- readonly multiple?: boolean | undefined;
3189
3255
  readonly storage?: {
3190
3256
  notNull?: boolean | undefined;
3191
3257
  } | undefined;
3258
+ readonly required?: boolean | undefined;
3192
3259
  readonly visibleWhen?: string | {
3193
3260
  dialect: "cel" | "cron" | "template";
3194
3261
  source?: string | undefined;
@@ -3207,16 +3274,17 @@ declare const SysWebhook: Omit<{
3207
3274
  generatedBy?: string | undefined;
3208
3275
  } | undefined;
3209
3276
  } | undefined;
3210
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
3277
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3211
3278
  readonly _lockReason?: string | undefined;
3212
3279
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3213
3280
  readonly _lockDocsUrl?: string | undefined;
3214
3281
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3215
3282
  readonly _packageId?: string | undefined;
3216
3283
  readonly _packageVersion?: string | undefined;
3284
+ readonly name?: string | undefined;
3217
3285
  readonly lookupFilters?: {
3218
3286
  field: string;
3219
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
3287
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3220
3288
  value: any;
3221
3289
  }[] | undefined;
3222
3290
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3238,9 +3306,12 @@ declare const SysWebhook: Omit<{
3238
3306
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3239
3307
  } | undefined;
3240
3308
  readonly reference?: string | undefined;
3309
+ readonly label?: string | undefined;
3310
+ readonly precision?: number | undefined;
3241
3311
  readonly scale?: number | undefined;
3242
3312
  readonly step?: number | undefined;
3243
3313
  readonly displayField?: string | undefined;
3314
+ readonly multiple?: boolean | undefined;
3244
3315
  readonly accept?: string[] | undefined;
3245
3316
  readonly requiredWhen?: string | {
3246
3317
  dialect: "cel" | "cron" | "template";
@@ -3257,10 +3328,13 @@ declare const SysWebhook: Omit<{
3257
3328
  readonly defaultValue?: unknown;
3258
3329
  readonly maxLength?: number | undefined;
3259
3330
  readonly minLength?: number | undefined;
3331
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
3332
+ readonly rows?: number | undefined;
3260
3333
  readonly min?: number | undefined;
3261
3334
  readonly max?: number | undefined;
3262
3335
  readonly useGrouping?: boolean | undefined;
3263
3336
  readonly maxSize?: number | undefined;
3337
+ readonly referenceVia?: string | undefined;
3264
3338
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3265
3339
  readonly inlineTitle?: string | undefined;
3266
3340
  readonly inlineColumns?: {
@@ -3322,6 +3396,7 @@ declare const SysWebhook: Omit<{
3322
3396
  param?: string | undefined;
3323
3397
  })[] | undefined;
3324
3398
  readonly allowCreate?: boolean | undefined;
3399
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3325
3400
  readonly language?: string | undefined;
3326
3401
  readonly currencyConfig?: {
3327
3402
  precision?: number | undefined;
@@ -3332,6 +3407,7 @@ declare const SysWebhook: Omit<{
3332
3407
  readonly trackHistory?: boolean | undefined;
3333
3408
  readonly group?: string | undefined;
3334
3409
  readonly conditionalRequired?: undefined;
3410
+ readonly widget?: string | undefined;
3335
3411
  readonly internal?: boolean | undefined;
3336
3412
  readonly requiredPermissions?: string[] | undefined;
3337
3413
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -3352,6 +3428,7 @@ declare const SysWebhook: Omit<{
3352
3428
  options: {
3353
3429
  label: string;
3354
3430
  value: string;
3431
+ description?: string | undefined;
3355
3432
  color?: string | undefined;
3356
3433
  default?: boolean | undefined;
3357
3434
  visibleWhen?: string | {
@@ -3365,16 +3442,10 @@ declare const SysWebhook: Omit<{
3365
3442
  } | undefined;
3366
3443
  }[];
3367
3444
  readonly description?: string | undefined;
3368
- readonly label?: string | undefined;
3369
- readonly name?: string | undefined;
3370
- readonly precision?: number | undefined;
3371
- readonly required?: boolean | undefined;
3372
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3373
- readonly widget?: string | undefined;
3374
- readonly multiple?: boolean | undefined;
3375
3445
  readonly storage?: {
3376
3446
  notNull?: boolean | undefined;
3377
3447
  } | undefined;
3448
+ readonly required?: boolean | undefined;
3378
3449
  readonly visibleWhen?: string | {
3379
3450
  dialect: "cel" | "cron" | "template";
3380
3451
  source?: string | undefined;
@@ -3393,16 +3464,17 @@ declare const SysWebhook: Omit<{
3393
3464
  generatedBy?: string | undefined;
3394
3465
  } | undefined;
3395
3466
  } | undefined;
3396
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
3467
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3397
3468
  readonly _lockReason?: string | undefined;
3398
3469
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3399
3470
  readonly _lockDocsUrl?: string | undefined;
3400
3471
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3401
3472
  readonly _packageId?: string | undefined;
3402
3473
  readonly _packageVersion?: string | undefined;
3474
+ readonly name?: string | undefined;
3403
3475
  readonly lookupFilters?: {
3404
3476
  field: string;
3405
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
3477
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3406
3478
  value: any;
3407
3479
  }[] | undefined;
3408
3480
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3424,9 +3496,12 @@ declare const SysWebhook: Omit<{
3424
3496
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3425
3497
  } | undefined;
3426
3498
  readonly reference?: string | undefined;
3499
+ readonly label?: string | undefined;
3500
+ readonly precision?: number | undefined;
3427
3501
  readonly scale?: number | undefined;
3428
3502
  readonly step?: number | undefined;
3429
3503
  readonly displayField?: string | undefined;
3504
+ readonly multiple?: boolean | undefined;
3430
3505
  readonly accept?: string[] | undefined;
3431
3506
  readonly requiredWhen?: string | {
3432
3507
  dialect: "cel" | "cron" | "template";
@@ -3443,10 +3518,13 @@ declare const SysWebhook: Omit<{
3443
3518
  readonly defaultValue?: unknown;
3444
3519
  readonly maxLength?: number | undefined;
3445
3520
  readonly minLength?: number | undefined;
3521
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
3522
+ readonly rows?: number | undefined;
3446
3523
  readonly min?: number | undefined;
3447
3524
  readonly max?: number | undefined;
3448
3525
  readonly useGrouping?: boolean | undefined;
3449
3526
  readonly maxSize?: number | undefined;
3527
+ readonly referenceVia?: string | undefined;
3450
3528
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3451
3529
  readonly inlineTitle?: string | undefined;
3452
3530
  readonly inlineColumns?: {
@@ -3508,6 +3586,7 @@ declare const SysWebhook: Omit<{
3508
3586
  param?: string | undefined;
3509
3587
  })[] | undefined;
3510
3588
  readonly allowCreate?: boolean | undefined;
3589
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3511
3590
  readonly language?: string | undefined;
3512
3591
  readonly currencyConfig?: {
3513
3592
  precision?: number | undefined;
@@ -3518,6 +3597,7 @@ declare const SysWebhook: Omit<{
3518
3597
  readonly trackHistory?: boolean | undefined;
3519
3598
  readonly group?: string | undefined;
3520
3599
  readonly conditionalRequired?: undefined;
3600
+ readonly widget?: string | undefined;
3521
3601
  readonly internal?: boolean | undefined;
3522
3602
  readonly requiredPermissions?: string[] | undefined;
3523
3603
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -3538,6 +3618,7 @@ declare const SysWebhook: Omit<{
3538
3618
  readonly options?: {
3539
3619
  label: string;
3540
3620
  value: string;
3621
+ description?: string | undefined;
3541
3622
  color?: string | undefined;
3542
3623
  default?: boolean | undefined;
3543
3624
  visibleWhen?: string | {
@@ -3551,16 +3632,10 @@ declare const SysWebhook: Omit<{
3551
3632
  } | undefined;
3552
3633
  }[] | undefined;
3553
3634
  readonly description?: string | undefined;
3554
- readonly label?: string | undefined;
3555
- readonly name?: string | undefined;
3556
- readonly precision?: number | undefined;
3557
- readonly required?: boolean | undefined;
3558
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3559
- readonly widget?: string | undefined;
3560
- readonly multiple?: boolean | undefined;
3561
3635
  readonly storage?: {
3562
3636
  notNull?: boolean | undefined;
3563
3637
  } | undefined;
3638
+ readonly required?: boolean | undefined;
3564
3639
  readonly visibleWhen?: string | {
3565
3640
  dialect: "cel" | "cron" | "template";
3566
3641
  source?: string | undefined;
@@ -3579,16 +3654,17 @@ declare const SysWebhook: Omit<{
3579
3654
  generatedBy?: string | undefined;
3580
3655
  } | undefined;
3581
3656
  } | undefined;
3582
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
3657
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3583
3658
  readonly _lockReason?: string | undefined;
3584
3659
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3585
3660
  readonly _lockDocsUrl?: string | undefined;
3586
3661
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3587
3662
  readonly _packageId?: string | undefined;
3588
3663
  readonly _packageVersion?: string | undefined;
3664
+ readonly name?: string | undefined;
3589
3665
  readonly lookupFilters?: {
3590
3666
  field: string;
3591
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
3667
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3592
3668
  value: any;
3593
3669
  }[] | undefined;
3594
3670
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3610,9 +3686,12 @@ declare const SysWebhook: Omit<{
3610
3686
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3611
3687
  } | undefined;
3612
3688
  readonly reference?: string | undefined;
3689
+ readonly label?: string | undefined;
3690
+ readonly precision?: number | undefined;
3613
3691
  readonly scale?: number | undefined;
3614
3692
  readonly step?: number | undefined;
3615
3693
  readonly displayField?: string | undefined;
3694
+ readonly multiple?: boolean | undefined;
3616
3695
  readonly accept?: string[] | undefined;
3617
3696
  readonly requiredWhen?: string | {
3618
3697
  dialect: "cel" | "cron" | "template";
@@ -3629,10 +3708,13 @@ declare const SysWebhook: Omit<{
3629
3708
  readonly defaultValue?: unknown;
3630
3709
  readonly maxLength?: number | undefined;
3631
3710
  readonly minLength?: number | undefined;
3711
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
3712
+ readonly rows?: number | undefined;
3632
3713
  readonly min?: number | undefined;
3633
3714
  readonly max?: number | undefined;
3634
3715
  readonly useGrouping?: boolean | undefined;
3635
3716
  readonly maxSize?: number | undefined;
3717
+ readonly referenceVia?: string | undefined;
3636
3718
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3637
3719
  readonly inlineTitle?: string | undefined;
3638
3720
  readonly inlineColumns?: {
@@ -3694,6 +3776,7 @@ declare const SysWebhook: Omit<{
3694
3776
  param?: string | undefined;
3695
3777
  })[] | undefined;
3696
3778
  readonly allowCreate?: boolean | undefined;
3779
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3697
3780
  readonly language?: string | undefined;
3698
3781
  readonly currencyConfig?: {
3699
3782
  precision?: number | undefined;
@@ -3704,6 +3787,7 @@ declare const SysWebhook: Omit<{
3704
3787
  readonly trackHistory?: boolean | undefined;
3705
3788
  readonly group?: string | undefined;
3706
3789
  readonly conditionalRequired?: undefined;
3790
+ readonly widget?: string | undefined;
3707
3791
  readonly internal?: boolean | undefined;
3708
3792
  readonly requiredPermissions?: string[] | undefined;
3709
3793
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -3724,6 +3808,7 @@ declare const SysWebhook: Omit<{
3724
3808
  readonly options?: {
3725
3809
  label: string;
3726
3810
  value: string;
3811
+ description?: string | undefined;
3727
3812
  color?: string | undefined;
3728
3813
  default?: boolean | undefined;
3729
3814
  visibleWhen?: string | {
@@ -3737,16 +3822,10 @@ declare const SysWebhook: Omit<{
3737
3822
  } | undefined;
3738
3823
  }[] | undefined;
3739
3824
  readonly description?: string | undefined;
3740
- readonly label?: string | undefined;
3741
- readonly name?: string | undefined;
3742
- readonly precision?: number | undefined;
3743
- readonly required?: boolean | undefined;
3744
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3745
- readonly widget?: string | undefined;
3746
- readonly multiple?: boolean | undefined;
3747
3825
  readonly storage?: {
3748
3826
  notNull?: boolean | undefined;
3749
3827
  } | undefined;
3828
+ readonly required?: boolean | undefined;
3750
3829
  readonly visibleWhen?: string | {
3751
3830
  dialect: "cel" | "cron" | "template";
3752
3831
  source?: string | undefined;
@@ -3765,16 +3844,17 @@ declare const SysWebhook: Omit<{
3765
3844
  generatedBy?: string | undefined;
3766
3845
  } | undefined;
3767
3846
  } | undefined;
3768
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
3847
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3769
3848
  readonly _lockReason?: string | undefined;
3770
3849
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3771
3850
  readonly _lockDocsUrl?: string | undefined;
3772
3851
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3773
3852
  readonly _packageId?: string | undefined;
3774
3853
  readonly _packageVersion?: string | undefined;
3854
+ readonly name?: string | undefined;
3775
3855
  readonly lookupFilters?: {
3776
3856
  field: string;
3777
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
3857
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3778
3858
  value: any;
3779
3859
  }[] | undefined;
3780
3860
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3796,9 +3876,12 @@ declare const SysWebhook: Omit<{
3796
3876
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3797
3877
  } | undefined;
3798
3878
  readonly reference?: string | undefined;
3879
+ readonly label?: string | undefined;
3880
+ readonly precision?: number | undefined;
3799
3881
  readonly scale?: number | undefined;
3800
3882
  readonly step?: number | undefined;
3801
3883
  readonly displayField?: string | undefined;
3884
+ readonly multiple?: boolean | undefined;
3802
3885
  readonly accept?: string[] | undefined;
3803
3886
  readonly requiredWhen?: string | {
3804
3887
  dialect: "cel" | "cron" | "template";
@@ -3815,10 +3898,13 @@ declare const SysWebhook: Omit<{
3815
3898
  readonly defaultValue?: unknown;
3816
3899
  readonly maxLength?: number | undefined;
3817
3900
  readonly minLength?: number | undefined;
3901
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
3902
+ readonly rows?: number | undefined;
3818
3903
  readonly min?: number | undefined;
3819
3904
  readonly max?: number | undefined;
3820
3905
  readonly useGrouping?: boolean | undefined;
3821
3906
  readonly maxSize?: number | undefined;
3907
+ readonly referenceVia?: string | undefined;
3822
3908
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
3823
3909
  readonly inlineTitle?: string | undefined;
3824
3910
  readonly inlineColumns?: {
@@ -3880,6 +3966,7 @@ declare const SysWebhook: Omit<{
3880
3966
  param?: string | undefined;
3881
3967
  })[] | undefined;
3882
3968
  readonly allowCreate?: boolean | undefined;
3969
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3883
3970
  readonly language?: string | undefined;
3884
3971
  readonly currencyConfig?: {
3885
3972
  precision?: number | undefined;
@@ -3890,6 +3977,7 @@ declare const SysWebhook: Omit<{
3890
3977
  readonly trackHistory?: boolean | undefined;
3891
3978
  readonly group?: string | undefined;
3892
3979
  readonly conditionalRequired?: undefined;
3980
+ readonly widget?: string | undefined;
3893
3981
  readonly internal?: boolean | undefined;
3894
3982
  readonly requiredPermissions?: string[] | undefined;
3895
3983
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {
@@ -3910,6 +3998,7 @@ declare const SysWebhook: Omit<{
3910
3998
  readonly options?: {
3911
3999
  label: string;
3912
4000
  value: string;
4001
+ description?: string | undefined;
3913
4002
  color?: string | undefined;
3914
4003
  default?: boolean | undefined;
3915
4004
  visibleWhen?: string | {
@@ -3923,16 +4012,10 @@ declare const SysWebhook: Omit<{
3923
4012
  } | undefined;
3924
4013
  }[] | undefined;
3925
4014
  readonly description?: string | undefined;
3926
- readonly label?: string | undefined;
3927
- readonly name?: string | undefined;
3928
- readonly precision?: number | undefined;
3929
- readonly required?: boolean | undefined;
3930
- readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
3931
- readonly widget?: string | undefined;
3932
- readonly multiple?: boolean | undefined;
3933
4015
  readonly storage?: {
3934
4016
  notNull?: boolean | undefined;
3935
4017
  } | undefined;
4018
+ readonly required?: boolean | undefined;
3936
4019
  readonly visibleWhen?: string | {
3937
4020
  dialect: "cel" | "cron" | "template";
3938
4021
  source?: string | undefined;
@@ -3951,16 +4034,17 @@ declare const SysWebhook: Omit<{
3951
4034
  generatedBy?: string | undefined;
3952
4035
  } | undefined;
3953
4036
  } | undefined;
3954
- readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
4037
+ readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
3955
4038
  readonly _lockReason?: string | undefined;
3956
4039
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
3957
4040
  readonly _lockDocsUrl?: string | undefined;
3958
4041
  readonly _provenance?: "package" | "env-forced" | "org" | undefined;
3959
4042
  readonly _packageId?: string | undefined;
3960
4043
  readonly _packageVersion?: string | undefined;
4044
+ readonly name?: string | undefined;
3961
4045
  readonly lookupFilters?: {
3962
4046
  field: string;
3963
- operator: "in" | "eq" | "ne" | "gt" | "gte" | "lt" | "lte" | "contains" | "notIn";
4047
+ operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
3964
4048
  value: any;
3965
4049
  }[] | undefined;
3966
4050
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
@@ -3982,9 +4066,12 @@ declare const SysWebhook: Omit<{
3982
4066
  filter?: _objectstack_spec_data.FilterCondition | undefined;
3983
4067
  } | undefined;
3984
4068
  readonly reference?: string | undefined;
4069
+ readonly label?: string | undefined;
4070
+ readonly precision?: number | undefined;
3985
4071
  readonly scale?: number | undefined;
3986
4072
  readonly step?: number | undefined;
3987
4073
  readonly displayField?: string | undefined;
4074
+ readonly multiple?: boolean | undefined;
3988
4075
  readonly accept?: string[] | undefined;
3989
4076
  readonly requiredWhen?: string | {
3990
4077
  dialect: "cel" | "cron" | "template";
@@ -4001,10 +4088,13 @@ declare const SysWebhook: Omit<{
4001
4088
  readonly defaultValue?: unknown;
4002
4089
  readonly maxLength?: number | undefined;
4003
4090
  readonly minLength?: number | undefined;
4091
+ readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
4092
+ readonly rows?: number | undefined;
4004
4093
  readonly min?: number | undefined;
4005
4094
  readonly max?: number | undefined;
4006
4095
  readonly useGrouping?: boolean | undefined;
4007
4096
  readonly maxSize?: number | undefined;
4097
+ readonly referenceVia?: string | undefined;
4008
4098
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
4009
4099
  readonly inlineTitle?: string | undefined;
4010
4100
  readonly inlineColumns?: {
@@ -4066,6 +4156,7 @@ declare const SysWebhook: Omit<{
4066
4156
  param?: string | undefined;
4067
4157
  })[] | undefined;
4068
4158
  readonly allowCreate?: boolean | undefined;
4159
+ readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
4069
4160
  readonly language?: string | undefined;
4070
4161
  readonly currencyConfig?: {
4071
4162
  precision?: number | undefined;
@@ -4076,6 +4167,7 @@ declare const SysWebhook: Omit<{
4076
4167
  readonly trackHistory?: boolean | undefined;
4077
4168
  readonly group?: string | undefined;
4078
4169
  readonly conditionalRequired?: undefined;
4170
+ readonly widget?: string | undefined;
4079
4171
  readonly internal?: boolean | undefined;
4080
4172
  readonly requiredPermissions?: string[] | undefined;
4081
4173
  readonly maskingRule?: "name" | "email" | "phone" | "id_card" | "bank_account" | {