@objectstack/plugin-webhooks 17.0.0-rc.5 → 17.0.0-rc.6

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.cts CHANGED
@@ -36,19 +36,8 @@ import * as _objectstack_spec_data from '@objectstack/spec/data';
36
36
  */
37
37
  declare const SysWebhook: Omit<{
38
38
  name: string;
39
- isSystem: boolean;
40
- datasource: string;
41
39
  fields: Record<string, {
42
- type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "secret" | "user" | "code" | "datetime" | "signature" | "progress" | "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" | "tags" | "vector";
43
- required: boolean;
44
- searchable: boolean;
45
- multiple: boolean;
46
- unique: boolean | "global" | "organization";
47
- deleteBehavior: "set_null" | "cascade" | "restrict";
48
- hidden: boolean;
49
- readonly: boolean;
50
- sortable: boolean;
51
- externalId: boolean;
40
+ type: "number" | "boolean" | "email" | "currency" | "code" | "date" | "record" | "file" | "secret" | "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";
52
41
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
53
42
  _lockReason?: string | undefined;
54
43
  _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -60,9 +49,13 @@ declare const SysWebhook: Omit<{
60
49
  label?: string | undefined;
61
50
  description?: string | undefined;
62
51
  format?: string | undefined;
52
+ required?: boolean | undefined;
63
53
  storage?: {
64
54
  notNull?: boolean | undefined;
65
55
  } | undefined;
56
+ searchable?: boolean | undefined;
57
+ multiple?: boolean | undefined;
58
+ unique?: boolean | "global" | "organization" | undefined;
66
59
  defaultValue?: unknown;
67
60
  maxLength?: number | undefined;
68
61
  minLength?: number | undefined;
@@ -77,15 +70,7 @@ declare const SysWebhook: Omit<{
77
70
  value: string;
78
71
  color?: string | undefined;
79
72
  default?: boolean | undefined;
80
- visibleWhen?: {
81
- dialect: "cel" | "cron" | "template";
82
- source?: string | undefined;
83
- ast?: unknown;
84
- meta?: {
85
- rationale?: string | undefined;
86
- generatedBy?: string | undefined;
87
- } | undefined;
88
- } | {
73
+ visibleWhen?: string | {
89
74
  dialect: "cel" | "cron" | "template";
90
75
  source?: string | undefined;
91
76
  ast?: unknown;
@@ -96,6 +81,7 @@ declare const SysWebhook: Omit<{
96
81
  } | undefined;
97
82
  }[] | undefined;
98
83
  reference?: string | undefined;
84
+ deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
99
85
  inlineEdit?: boolean | "grid" | "form" | undefined;
100
86
  inlineTitle?: string | undefined;
101
87
  inlineColumns?: any[] | undefined;
@@ -122,15 +108,7 @@ declare const SysWebhook: Omit<{
122
108
  param?: string | undefined;
123
109
  })[] | undefined;
124
110
  allowCreate?: boolean | undefined;
125
- expression?: {
126
- dialect: "cel" | "cron" | "template";
127
- source?: string | undefined;
128
- ast?: unknown;
129
- meta?: {
130
- rationale?: string | undefined;
131
- generatedBy?: string | undefined;
132
- } | undefined;
133
- } | {
111
+ expression?: string | {
134
112
  dialect: "cel" | "cron" | "template";
135
113
  source?: string | undefined;
136
114
  ast?: unknown;
@@ -150,22 +128,14 @@ declare const SysWebhook: Omit<{
150
128
  language?: string | undefined;
151
129
  step?: number | undefined;
152
130
  currencyConfig?: {
153
- precision: number;
154
- currencyMode: "fixed" | "dynamic";
155
- defaultCurrency: string;
131
+ precision?: number | undefined;
132
+ currencyMode?: "fixed" | "dynamic" | undefined;
133
+ defaultCurrency?: string | undefined;
156
134
  } | undefined;
157
135
  dimensions?: number | undefined;
158
136
  trackHistory?: boolean | undefined;
159
137
  group?: string | undefined;
160
- visibleWhen?: {
161
- dialect: "cel" | "cron" | "template";
162
- source?: string | undefined;
163
- ast?: unknown;
164
- meta?: {
165
- rationale?: string | undefined;
166
- generatedBy?: string | undefined;
167
- } | undefined;
168
- } | {
138
+ visibleWhen?: string | {
169
139
  dialect: "cel" | "cron" | "template";
170
140
  source?: string | undefined;
171
141
  ast?: unknown;
@@ -174,15 +144,7 @@ declare const SysWebhook: Omit<{
174
144
  generatedBy?: string | undefined;
175
145
  } | undefined;
176
146
  } | undefined;
177
- readonlyWhen?: {
178
- dialect: "cel" | "cron" | "template";
179
- source?: string | undefined;
180
- ast?: unknown;
181
- meta?: {
182
- rationale?: string | undefined;
183
- generatedBy?: string | undefined;
184
- } | undefined;
185
- } | {
147
+ readonlyWhen?: string | {
186
148
  dialect: "cel" | "cron" | "template";
187
149
  source?: string | undefined;
188
150
  ast?: unknown;
@@ -191,15 +153,7 @@ declare const SysWebhook: Omit<{
191
153
  generatedBy?: string | undefined;
192
154
  } | undefined;
193
155
  } | undefined;
194
- requiredWhen?: {
195
- dialect: "cel" | "cron" | "template";
196
- source?: string | undefined;
197
- ast?: unknown;
198
- meta?: {
199
- rationale?: string | undefined;
200
- generatedBy?: string | undefined;
201
- } | undefined;
202
- } | {
156
+ requiredWhen?: string | {
203
157
  dialect: "cel" | "cron" | "template";
204
158
  source?: string | undefined;
205
159
  ast?: unknown;
@@ -210,11 +164,15 @@ declare const SysWebhook: Omit<{
210
164
  } | undefined;
211
165
  conditionalRequired?: undefined;
212
166
  widget?: string | undefined;
167
+ hidden?: boolean | undefined;
168
+ readonly?: boolean | undefined;
213
169
  requiredPermissions?: string[] | undefined;
214
170
  ackPlaintextMasking?: boolean | undefined;
215
171
  system?: boolean | undefined;
172
+ sortable?: boolean | undefined;
216
173
  inlineHelpText?: string | undefined;
217
174
  autonumberFormat?: string | undefined;
175
+ externalId?: boolean | undefined;
218
176
  }>;
219
177
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
220
178
  _lockReason?: string | undefined;
@@ -227,22 +185,15 @@ declare const SysWebhook: Omit<{
227
185
  pluralLabel?: string | undefined;
228
186
  description?: string | undefined;
229
187
  icon?: string | undefined;
188
+ isSystem?: boolean | undefined;
230
189
  managedBy?: "platform" | "config" | "system-data" | "engine-owned" | "append-only" | "better-auth" | undefined;
231
- ownership?: "none" | "org" | "user" | undefined;
190
+ ownership?: "none" | "org" | "user" | "business_unit" | undefined;
232
191
  userActions?: {
233
192
  create?: boolean | undefined;
234
193
  import?: boolean | undefined;
235
194
  edit?: boolean | {
236
195
  enabled?: boolean | undefined;
237
- visibleWhen?: {
238
- dialect: "cel" | "cron" | "template";
239
- source?: string | undefined;
240
- ast?: unknown;
241
- meta?: {
242
- rationale?: string | undefined;
243
- generatedBy?: string | undefined;
244
- } | undefined;
245
- } | {
196
+ visibleWhen?: string | {
246
197
  dialect: "cel" | "cron" | "template";
247
198
  source?: string | undefined;
248
199
  ast?: unknown;
@@ -251,15 +202,7 @@ declare const SysWebhook: Omit<{
251
202
  generatedBy?: string | undefined;
252
203
  } | undefined;
253
204
  } | undefined;
254
- disabledWhen?: {
255
- dialect: "cel" | "cron" | "template";
256
- source?: string | undefined;
257
- ast?: unknown;
258
- meta?: {
259
- rationale?: string | undefined;
260
- generatedBy?: string | undefined;
261
- } | undefined;
262
- } | {
205
+ disabledWhen?: string | {
263
206
  dialect: "cel" | "cron" | "template";
264
207
  source?: string | undefined;
265
208
  ast?: unknown;
@@ -271,15 +214,7 @@ declare const SysWebhook: Omit<{
271
214
  } | undefined;
272
215
  delete?: boolean | {
273
216
  enabled?: boolean | undefined;
274
- visibleWhen?: {
275
- dialect: "cel" | "cron" | "template";
276
- source?: string | undefined;
277
- ast?: unknown;
278
- meta?: {
279
- rationale?: string | undefined;
280
- generatedBy?: string | undefined;
281
- } | undefined;
282
- } | {
217
+ visibleWhen?: string | {
283
218
  dialect: "cel" | "cron" | "template";
284
219
  source?: string | undefined;
285
220
  ast?: unknown;
@@ -288,15 +223,7 @@ declare const SysWebhook: Omit<{
288
223
  generatedBy?: string | undefined;
289
224
  } | undefined;
290
225
  } | undefined;
291
- disabledWhen?: {
292
- dialect: "cel" | "cron" | "template";
293
- source?: string | undefined;
294
- ast?: unknown;
295
- meta?: {
296
- rationale?: string | undefined;
297
- generatedBy?: string | undefined;
298
- } | undefined;
299
- } | {
226
+ disabledWhen?: string | {
300
227
  dialect: "cel" | "cron" | "template";
301
228
  source?: string | undefined;
302
229
  ast?: unknown;
@@ -312,27 +239,28 @@ declare const SysWebhook: Omit<{
312
239
  tenant?: boolean | undefined;
313
240
  audit?: boolean | undefined;
314
241
  } | undefined;
242
+ datasource?: string | undefined;
315
243
  external?: {
316
- writable: boolean;
317
244
  remoteName?: string | undefined;
318
245
  remoteSchema?: string | undefined;
246
+ writable?: boolean | undefined;
319
247
  columnMap?: Record<string, string> | undefined;
320
248
  introspectedAt?: string | undefined;
321
249
  ignoreColumns?: string[] | undefined;
322
250
  } | undefined;
323
251
  indexes?: {
324
252
  fields: string[];
325
- unique: boolean | "global" | "organization";
326
253
  name?: string | undefined;
254
+ unique?: boolean | "global" | "organization" | undefined;
327
255
  type?: undefined;
328
256
  partial?: undefined;
329
257
  }[] | undefined;
330
258
  fieldGroups?: {
331
259
  key: string;
332
260
  label: string;
333
- collapse: "none" | "collapsed" | "expanded";
334
261
  icon?: string | undefined;
335
262
  description?: string | undefined;
263
+ collapse?: "none" | "collapsed" | "expanded" | undefined;
336
264
  defaultExpanded?: boolean | undefined;
337
265
  collapsible?: boolean | undefined;
338
266
  collapsed?: boolean | undefined;
@@ -342,7 +270,7 @@ declare const SysWebhook: Omit<{
342
270
  tenantField?: string | undefined;
343
271
  } | undefined;
344
272
  access?: {
345
- default: "public" | "private";
273
+ default?: "public" | "private" | undefined;
346
274
  } | undefined;
347
275
  requiredPermissions?: string[] | {
348
276
  read?: string[] | undefined;
@@ -365,7 +293,7 @@ declare const SysWebhook: Omit<{
365
293
  storage?: {
366
294
  strategy: "rotation";
367
295
  shards: number;
368
- unit: "day" | "week" | "month";
296
+ unit: "month" | "day" | "week";
369
297
  } | undefined;
370
298
  archive?: {
371
299
  after: string;
@@ -384,15 +312,7 @@ declare const SysWebhook: Omit<{
384
312
  }[] | undefined;
385
313
  nameField?: string | undefined;
386
314
  displayNameField?: string | undefined;
387
- titleFormat?: {
388
- dialect: "cel" | "cron" | "template";
389
- source?: string | undefined;
390
- ast?: unknown;
391
- meta?: {
392
- rationale?: string | undefined;
393
- generatedBy?: string | undefined;
394
- } | undefined;
395
- } | {
315
+ titleFormat?: string | {
396
316
  dialect: "cel" | "cron" | "template";
397
317
  source?: string | undefined;
398
318
  ast?: unknown;
@@ -404,10 +324,9 @@ declare const SysWebhook: Omit<{
404
324
  highlightFields?: string[] | undefined;
405
325
  stageField?: string | false | undefined;
406
326
  listViews?: Record<string, {
407
- type: "map" | "tree" | "grid" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | "chart";
408
327
  columns: string[] | {
409
328
  field: string;
410
- label?: string | undefined;
329
+ label?: string | Record<string, string> | undefined;
411
330
  width?: number | undefined;
412
331
  align?: "left" | "right" | "center" | undefined;
413
332
  hidden?: boolean | undefined;
@@ -422,22 +341,23 @@ declare const SysWebhook: Omit<{
422
341
  } | undefined;
423
342
  prefix?: {
424
343
  field: string;
425
- type: "text" | "badge";
344
+ type?: "text" | "badge" | undefined;
426
345
  } | undefined;
427
346
  link?: boolean | undefined;
428
347
  action?: string | undefined;
429
348
  }[];
349
+ type?: "map" | "tree" | "grid" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart" | undefined;
430
350
  sort?: string | {
431
351
  field: string;
432
- order: "asc" | "desc";
352
+ order: "desc" | "asc";
433
353
  }[] | undefined;
434
354
  filter?: {
435
355
  field: string;
436
- operator: "in" | "contains" | "after" | "equals" | "not_equals" | "greater_than" | "greater_than_or_equal" | "less_than" | "less_than_or_equal" | "before" | "not_in" | "not_contains" | "starts_with" | "ends_with" | "between" | "is_null" | "is_not_null" | "is_empty" | "is_not_empty";
356
+ operator: unknown;
437
357
  value?: string | number | boolean | (string | number)[] | null | undefined;
438
358
  }[] | undefined;
439
- description?: string | undefined;
440
- label?: string | undefined;
359
+ description?: string | Record<string, string> | undefined;
360
+ label?: string | Record<string, string> | undefined;
441
361
  name?: string | undefined;
442
362
  tree?: {
443
363
  [x: string]: unknown;
@@ -454,14 +374,14 @@ declare const SysWebhook: Omit<{
454
374
  provider: "api";
455
375
  read?: {
456
376
  url: string;
457
- method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH";
377
+ method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | undefined;
458
378
  headers?: Record<string, string> | undefined;
459
379
  params?: Record<string, unknown> | undefined;
460
380
  body?: unknown;
461
381
  } | undefined;
462
382
  write?: {
463
383
  url: string;
464
- method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH";
384
+ method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | undefined;
465
385
  headers?: Record<string, string> | undefined;
466
386
  params?: Record<string, unknown> | undefined;
467
387
  body?: unknown;
@@ -475,57 +395,64 @@ declare const SysWebhook: Omit<{
475
395
  schema?: Record<string, unknown> | undefined;
476
396
  } | undefined;
477
397
  navigation?: {
478
- mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
479
- preventNavigation: boolean;
480
- openNewTab: boolean;
481
- size: "full" | "md" | "auto" | "sm" | "lg" | "xl";
398
+ mode?: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window" | undefined;
482
399
  view?: string | undefined;
400
+ preventNavigation?: boolean | undefined;
401
+ openNewTab?: boolean | undefined;
402
+ size?: "full" | "md" | "auto" | "sm" | "lg" | "xl" | undefined;
483
403
  width?: string | number | undefined;
484
404
  } | undefined;
405
+ sharing?: {
406
+ type?: "personal" | "collaborative" | undefined;
407
+ lockedBy?: string | undefined;
408
+ } | undefined;
485
409
  aria?: {
486
- ariaLabel?: string | undefined;
410
+ ariaLabel?: string | Record<string, string> | undefined;
487
411
  ariaDescribedBy?: string | undefined;
488
412
  role?: string | undefined;
489
413
  } | undefined;
490
- sharing?: {
491
- type: "personal" | "collaborative";
492
- lockedBy?: string | undefined;
493
- } | undefined;
494
414
  tabs?: {
495
415
  name: string;
496
- pinned: boolean;
497
- isDefault: boolean;
498
- visible: boolean;
499
- label?: string | undefined;
416
+ label?: string | Record<string, string> | undefined;
500
417
  icon?: string | undefined;
501
418
  view?: string | undefined;
502
419
  filter?: {
503
420
  field: string;
504
- operator: "in" | "contains" | "after" | "equals" | "not_equals" | "greater_than" | "greater_than_or_equal" | "less_than" | "less_than_or_equal" | "before" | "not_in" | "not_contains" | "starts_with" | "ends_with" | "between" | "is_null" | "is_not_null" | "is_empty" | "is_not_empty";
421
+ operator: unknown;
505
422
  value?: string | number | boolean | (string | number)[] | null | undefined;
506
423
  }[] | undefined;
507
424
  order?: number | undefined;
425
+ pinned?: boolean | undefined;
426
+ isDefault?: boolean | undefined;
427
+ visible?: boolean | undefined;
508
428
  }[] | undefined;
509
429
  emptyState?: {
510
- title?: string | undefined;
511
- message?: string | undefined;
430
+ title?: string | Record<string, string> | undefined;
431
+ message?: string | Record<string, string> | undefined;
512
432
  icon?: string | undefined;
513
433
  } | undefined;
514
434
  userActions?: {
515
- sort: boolean;
516
- search: boolean;
517
- filter: boolean;
518
- refresh: boolean;
519
- rowHeight: boolean;
520
- addRecordForm: boolean;
521
- editInline: boolean;
435
+ sort?: boolean | undefined;
436
+ search?: boolean | undefined;
437
+ filter?: boolean | undefined;
438
+ refresh?: boolean | undefined;
439
+ rowHeight?: boolean | undefined;
440
+ addRecordForm?: boolean | undefined;
441
+ editInline?: boolean | undefined;
522
442
  buttons?: string[] | undefined;
523
443
  } | undefined;
444
+ gallery?: {
445
+ coverField?: string | undefined;
446
+ coverFit?: "cover" | "contain" | undefined;
447
+ cardSize?: "small" | "medium" | "large" | undefined;
448
+ titleField?: string | undefined;
449
+ visibleFields?: string[] | undefined;
450
+ } | undefined;
524
451
  responsive?: undefined;
525
452
  performance?: undefined;
526
453
  appearance?: {
527
- showDescription: boolean;
528
- allowedVisualizations?: ("map" | "tree" | "grid" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | "chart")[] | undefined;
454
+ showDescription?: boolean | undefined;
455
+ allowedVisualizations?: ("map" | "tree" | "grid" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart")[] | undefined;
529
456
  } | undefined;
530
457
  resizable?: boolean | undefined;
531
458
  kanban?: {
@@ -533,13 +460,6 @@ declare const SysWebhook: Omit<{
533
460
  columns: string[];
534
461
  summarizeField?: string | undefined;
535
462
  } | undefined;
536
- gallery?: {
537
- coverFit: "cover" | "contain";
538
- cardSize: "small" | "medium" | "large";
539
- coverField?: string | undefined;
540
- titleField?: string | undefined;
541
- visibleFields?: string[] | undefined;
542
- } | undefined;
543
463
  calendar?: {
544
464
  startDateField: string;
545
465
  titleField: string;
@@ -549,10 +469,10 @@ declare const SysWebhook: Omit<{
549
469
  timeline?: {
550
470
  startDateField: string;
551
471
  titleField: string;
552
- scale: "day" | "week" | "month" | "quarter" | "year" | "hour";
553
472
  endDateField?: string | undefined;
554
473
  groupByField?: string | undefined;
555
474
  colorField?: string | undefined;
475
+ scale?: "year" | "month" | "day" | "week" | "quarter" | "hour" | undefined;
556
476
  } | undefined;
557
477
  gantt?: {
558
478
  [x: string]: unknown;
@@ -586,9 +506,9 @@ declare const SysWebhook: Omit<{
586
506
  autoZoomToFilter?: boolean | undefined;
587
507
  } | undefined;
588
508
  chart?: {
589
- chartType: "bar" | "line" | "area" | "pie" | "scatter";
590
509
  dataset: string;
591
510
  values: string[];
511
+ chartType?: "line" | "bar" | "area" | "pie" | "scatter" | undefined;
592
512
  dimensions?: string[] | undefined;
593
513
  } | undefined;
594
514
  rowHeight?: "medium" | "short" | "compact" | "tall" | "extra_tall" | undefined;
@@ -598,17 +518,17 @@ declare const SysWebhook: Omit<{
598
518
  bordered?: boolean | undefined;
599
519
  compactToolbar?: boolean | undefined;
600
520
  selection?: {
601
- type: "none" | "multiple" | "single";
521
+ type?: "none" | "multiple" | "single" | undefined;
602
522
  } | undefined;
603
523
  pagination?: {
604
- pageSize: number;
524
+ pageSize?: number | undefined;
605
525
  pageSizeOptions?: number[] | undefined;
606
526
  } | undefined;
607
527
  grouping?: {
608
528
  fields: {
609
529
  field: string;
610
- order: "asc" | "desc";
611
- collapsed: boolean;
530
+ order?: "desc" | "asc" | undefined;
531
+ collapsed?: boolean | undefined;
612
532
  }[];
613
533
  } | undefined;
614
534
  rowColor?: {
@@ -630,7 +550,7 @@ declare const SysWebhook: Omit<{
630
550
  params?: {
631
551
  [x: string]: unknown;
632
552
  name: string;
633
- type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "secret" | "user" | "code" | "datetime" | "signature" | "progress" | "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" | "tags" | "vector";
553
+ type: "number" | "boolean" | "email" | "currency" | "code" | "date" | "record" | "file" | "secret" | "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";
634
554
  label?: string | undefined;
635
555
  help?: string | undefined;
636
556
  required?: boolean | undefined;
@@ -647,15 +567,7 @@ declare const SysWebhook: Omit<{
647
567
  }[] | undefined;
648
568
  confirmText?: string | undefined;
649
569
  confirmLabel?: string | undefined;
650
- visible?: {
651
- dialect: "cel" | "cron" | "template";
652
- source?: string | undefined;
653
- ast?: unknown;
654
- meta?: {
655
- rationale?: string | undefined;
656
- generatedBy?: string | undefined;
657
- } | undefined;
658
- } | {
570
+ visible?: string | {
659
571
  dialect: "cel" | "cron" | "template";
660
572
  source?: string | undefined;
661
573
  ast?: unknown;
@@ -664,20 +576,13 @@ declare const SysWebhook: Omit<{
664
576
  generatedBy?: string | undefined;
665
577
  } | undefined;
666
578
  } | undefined;
579
+ requiredPermissions?: string[] | undefined;
667
580
  maxRecords?: number | undefined;
668
581
  batchSize?: number | undefined;
669
582
  }[] | undefined;
670
583
  virtualScroll?: boolean | undefined;
671
584
  conditionalFormatting?: {
672
- condition: {
673
- dialect: "cel" | "cron" | "template";
674
- source?: string | undefined;
675
- ast?: unknown;
676
- meta?: {
677
- rationale?: string | undefined;
678
- generatedBy?: string | undefined;
679
- } | undefined;
680
- } | {
585
+ condition: string | {
681
586
  dialect: "cel" | "cron" | "template";
682
587
  source?: string | undefined;
683
588
  ast?: unknown;
@@ -690,22 +595,22 @@ declare const SysWebhook: Omit<{
690
595
  }[] | undefined;
691
596
  exportOptions?: ("json" | "csv" | "xlsx" | "pdf")[] | undefined;
692
597
  addRecord?: {
693
- enabled: boolean;
694
- position: "top" | "bottom" | "both";
695
- mode: "form" | "modal" | "inline";
598
+ enabled?: boolean | undefined;
599
+ position?: "top" | "bottom" | "both" | undefined;
600
+ mode?: "form" | "modal" | "inline" | undefined;
696
601
  formView?: string | undefined;
697
602
  } | undefined;
698
603
  showRecordCount?: boolean | undefined;
699
604
  allowPrinting?: boolean | undefined;
700
605
  userFilters?: {
701
- element: "toggle" | "dropdown";
606
+ element?: "toggle" | "dropdown" | undefined;
702
607
  fields?: {
703
608
  field: string;
704
- label?: string | undefined;
609
+ label?: string | Record<string, string> | undefined;
705
610
  type?: "boolean" | "text" | "select" | "multi-select" | "date-range" | undefined;
706
611
  options?: {
707
612
  value: string | number | boolean;
708
- label: string;
613
+ label: string | Record<string, string>;
709
614
  color?: string | undefined;
710
615
  }[] | undefined;
711
616
  showCount?: boolean | undefined;
@@ -715,30 +620,28 @@ declare const SysWebhook: Omit<{
715
620
  }> | undefined;
716
621
  searchableFields?: string[] | undefined;
717
622
  enable?: {
718
- trackHistory: boolean;
719
- searchable: boolean;
720
- apiEnabled: boolean;
721
- files: boolean;
722
- feeds: boolean;
723
- activities: boolean;
724
- clone: boolean;
623
+ trackHistory?: boolean | undefined;
624
+ searchable?: boolean | undefined;
625
+ apiEnabled?: boolean | undefined;
725
626
  apiMethods?: ("delete" | "update" | "create" | "get" | "list" | "bulk")[] | undefined;
627
+ files?: boolean | undefined;
628
+ feeds?: boolean | undefined;
629
+ activities?: boolean | undefined;
630
+ clone?: boolean | undefined;
726
631
  } | undefined;
727
632
  sharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
728
633
  externalSharingModel?: "private" | "public_read" | "public_read_write" | "controlled_by_parent" | undefined;
729
634
  publicSharing?: {
730
- enabled: boolean;
635
+ enabled?: boolean | undefined;
731
636
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
732
637
  allowedPermissions?: ("edit" | "view" | "comment")[] | undefined;
733
638
  maxExpiryDays?: number | undefined;
734
639
  redactFields?: string[] | undefined;
735
640
  eligibility?: string | undefined;
736
641
  } | undefined;
737
- actions?: Omit<{
642
+ actions?: {
738
643
  name: string;
739
- label: string;
740
- type: "url" | "form" | "script" | "flow" | "api" | "modal";
741
- refreshAfter: boolean;
644
+ label: string | Record<string, string>;
742
645
  _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
743
646
  _lockReason?: string | undefined;
744
647
  _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -746,10 +649,12 @@ declare const SysWebhook: Omit<{
746
649
  _packageId?: string | undefined;
747
650
  _packageVersion?: string | undefined;
748
651
  _lockDocsUrl?: string | undefined;
652
+ description?: string | Record<string, string> | undefined;
749
653
  objectName?: string | undefined;
750
654
  icon?: string | undefined;
751
- locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
655
+ locations?: ("record_header" | "list_toolbar" | "list_item" | "record_more" | "record_related" | "record_section")[] | undefined;
752
656
  component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
657
+ type?: "url" | "form" | "api" | "modal" | "script" | "flow" | undefined;
753
658
  target?: string | undefined;
754
659
  openIn?: "self" | "new-tab" | undefined;
755
660
  body?: {
@@ -758,21 +663,30 @@ declare const SysWebhook: Omit<{
758
663
  } | {
759
664
  language: "js";
760
665
  source: string;
761
- capabilities: ("crypto.uuid" | "api.read" | "api.write" | "api.transaction" | "log")[];
666
+ capabilities?: ("crypto.uuid" | "api.read" | "api.write" | "api.transaction" | "log")[] | undefined;
762
667
  timeoutMs?: number | undefined;
763
668
  memoryMb?: number | undefined;
764
669
  } | undefined;
765
670
  execute?: undefined;
766
- params?: Omit<{
767
- required: boolean;
671
+ params?: {
768
672
  name?: string | undefined;
769
673
  field?: string | undefined;
770
674
  objectOverride?: string | undefined;
771
- label?: string | undefined;
772
- type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "email" | "time" | "formula" | "text" | "textarea" | "phone" | "password" | "secret" | "markdown" | "html" | "richtext" | "currency" | "percent" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "user" | "image" | "avatar" | "video" | "audio" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
675
+ label?: string | Record<string, string> | undefined;
676
+ type?: "number" | "boolean" | "email" | "currency" | "code" | "date" | "record" | "file" | "secret" | "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;
677
+ required?: boolean | undefined;
773
678
  options?: {
774
- label: string;
679
+ label: string | Record<string, string>;
775
680
  value: string;
681
+ visibleWhen?: string | {
682
+ dialect: "cel" | "cron" | "template";
683
+ source?: string | undefined;
684
+ ast?: unknown;
685
+ meta?: {
686
+ rationale?: string | undefined;
687
+ generatedBy?: string | undefined;
688
+ } | undefined;
689
+ } | undefined;
776
690
  }[] | undefined;
777
691
  placeholder?: string | undefined;
778
692
  helpText?: string | undefined;
@@ -782,7 +696,7 @@ declare const SysWebhook: Omit<{
782
696
  maxSize?: number | undefined;
783
697
  reference?: string | undefined;
784
698
  defaultFromRow?: boolean | undefined;
785
- visible?: {
699
+ visible?: string | {
786
700
  dialect: "cel" | "cron" | "template";
787
701
  source?: string | undefined;
788
702
  ast?: unknown;
@@ -792,25 +706,26 @@ declare const SysWebhook: Omit<{
792
706
  } | undefined;
793
707
  } | undefined;
794
708
  requiresFeature?: "organization" | "twoFactor" | "passkeys" | "magicLink" | "multiOrgEnabled" | "degradedTenancy" | "oidcProvider" | "sso" | "ssoEnforced" | "deviceAuthorization" | "admin" | "phoneNumber" | "phoneNumberOtp" | undefined;
795
- }, "requiresFeature">[] | undefined;
796
- variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
709
+ }[] | undefined;
710
+ variant?: "primary" | "secondary" | "danger" | "ghost" | "link" | undefined;
797
711
  order?: number | undefined;
798
- confirmText?: string | undefined;
799
- successMessage?: string | undefined;
800
- errorMessage?: string | undefined;
712
+ confirmText?: string | Record<string, string> | undefined;
713
+ successMessage?: string | Record<string, string> | undefined;
714
+ errorMessage?: string | Record<string, string> | undefined;
715
+ refreshAfter?: boolean | undefined;
801
716
  undoable?: boolean | undefined;
802
717
  resultDialog?: {
803
- title?: string | undefined;
804
- description?: string | undefined;
805
- acknowledge?: string | undefined;
806
- format?: "text" | "secret" | "json" | "qrcode" | "code-list" | undefined;
718
+ title?: string | Record<string, string> | undefined;
719
+ description?: string | Record<string, string> | undefined;
720
+ acknowledge?: string | Record<string, string> | undefined;
721
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
807
722
  fields?: {
808
723
  path: string;
809
- label?: string | undefined;
810
- format?: "text" | "secret" | "json" | "qrcode" | "code-list" | undefined;
724
+ label?: string | Record<string, string> | undefined;
725
+ format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
811
726
  }[] | undefined;
812
727
  } | undefined;
813
- visible?: {
728
+ visible?: string | boolean | {
814
729
  dialect: "cel" | "cron" | "template";
815
730
  source?: string | undefined;
816
731
  ast?: unknown;
@@ -820,7 +735,7 @@ declare const SysWebhook: Omit<{
820
735
  } | undefined;
821
736
  } | undefined;
822
737
  requiresFeature?: "organization" | "twoFactor" | "passkeys" | "magicLink" | "multiOrgEnabled" | "degradedTenancy" | "oidcProvider" | "sso" | "ssoEnforced" | "deviceAuthorization" | "admin" | "phoneNumber" | "phoneNumberOtp" | undefined;
823
- disabled?: boolean | {
738
+ disabled?: string | boolean | {
824
739
  dialect: "cel" | "cron" | "template";
825
740
  source?: string | undefined;
826
741
  ast?: unknown;
@@ -833,9 +748,9 @@ declare const SysWebhook: Omit<{
833
748
  shortcut?: undefined;
834
749
  bulkEnabled?: undefined;
835
750
  ai?: {
836
- exposed: boolean;
751
+ exposed?: boolean | undefined;
837
752
  description?: string | undefined;
838
- category?: "action" | "data" | "analytics" | "flow" | "integration" | "vector_search" | "utility" | undefined;
753
+ category?: "data" | "flow" | "action" | "analytics" | "integration" | "vector_search" | "utility" | undefined;
839
754
  paramHints?: Record<string, {
840
755
  description?: string | undefined;
841
756
  enum?: (string | number)[] | undefined;
@@ -851,15 +766,15 @@ declare const SysWebhook: Omit<{
851
766
  } | undefined;
852
767
  method?: "POST" | "PUT" | "DELETE" | "PATCH" | undefined;
853
768
  bodyExtra?: Record<string, unknown> | undefined;
854
- mode?: "custom" | "delete" | "edit" | "create" | undefined;
769
+ mode?: "delete" | "create" | "custom" | "edit" | undefined;
855
770
  opensInNewTab?: boolean | undefined;
856
771
  newTabUrl?: string | undefined;
857
772
  aria?: {
858
- ariaLabel?: string | undefined;
773
+ ariaLabel?: string | Record<string, string> | undefined;
859
774
  ariaDescribedBy?: string | undefined;
860
775
  role?: string | undefined;
861
776
  } | undefined;
862
- }, "requiresFeature">[] | undefined;
777
+ }[] | undefined;
863
778
  protection?: {
864
779
  lock: "full" | "none" | "no-overlay" | "no-delete";
865
780
  reason: string;
@@ -982,7 +897,7 @@ declare const SysWebhook: Omit<{
982
897
  value: string;
983
898
  color?: string | undefined;
984
899
  default?: boolean | undefined;
985
- visibleWhen?: {
900
+ visibleWhen?: string | {
986
901
  dialect: "cel" | "cron" | "template";
987
902
  source?: string | undefined;
988
903
  ast?: unknown;
@@ -1003,7 +918,6 @@ declare const SysWebhook: Omit<{
1003
918
  readonly storage?: {
1004
919
  notNull?: boolean | undefined;
1005
920
  } | undefined;
1006
- readonly maxSize?: number | undefined;
1007
921
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1008
922
  readonly _lockReason?: string | undefined;
1009
923
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1017,7 +931,7 @@ declare const SysWebhook: Omit<{
1017
931
  value: any;
1018
932
  }[] | undefined;
1019
933
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1020
- readonly expression?: {
934
+ readonly expression?: string | {
1021
935
  dialect: "cel" | "cron" | "template";
1022
936
  source?: string | undefined;
1023
937
  ast?: unknown;
@@ -1034,7 +948,8 @@ declare const SysWebhook: Omit<{
1034
948
  relationshipField?: string | undefined;
1035
949
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1036
950
  } | undefined;
1037
- readonly visibleWhen?: {
951
+ readonly reference?: string | undefined;
952
+ readonly visibleWhen?: string | {
1038
953
  dialect: "cel" | "cron" | "template";
1039
954
  source?: string | undefined;
1040
955
  ast?: unknown;
@@ -1052,7 +967,7 @@ declare const SysWebhook: Omit<{
1052
967
  readonly min?: number | undefined;
1053
968
  readonly max?: number | undefined;
1054
969
  readonly accept?: string[] | undefined;
1055
- readonly reference?: string | undefined;
970
+ readonly maxSize?: number | undefined;
1056
971
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1057
972
  readonly inlineTitle?: string | undefined;
1058
973
  readonly inlineColumns?: any[] | undefined;
@@ -1077,14 +992,14 @@ declare const SysWebhook: Omit<{
1077
992
  readonly language?: string | undefined;
1078
993
  readonly step?: number | undefined;
1079
994
  readonly currencyConfig?: {
1080
- precision: number;
1081
- currencyMode: "fixed" | "dynamic";
1082
- defaultCurrency: string;
995
+ precision?: number | undefined;
996
+ currencyMode?: "fixed" | "dynamic" | undefined;
997
+ defaultCurrency?: string | undefined;
1083
998
  } | undefined;
1084
999
  readonly dimensions?: number | undefined;
1085
1000
  readonly trackHistory?: boolean | undefined;
1086
1001
  readonly group?: string | undefined;
1087
- readonly readonlyWhen?: {
1002
+ readonly readonlyWhen?: string | {
1088
1003
  dialect: "cel" | "cron" | "template";
1089
1004
  source?: string | undefined;
1090
1005
  ast?: unknown;
@@ -1093,7 +1008,7 @@ declare const SysWebhook: Omit<{
1093
1008
  generatedBy?: string | undefined;
1094
1009
  } | undefined;
1095
1010
  } | undefined;
1096
- readonly requiredWhen?: {
1011
+ readonly requiredWhen?: string | {
1097
1012
  dialect: "cel" | "cron" | "template";
1098
1013
  source?: string | undefined;
1099
1014
  ast?: unknown;
@@ -1120,7 +1035,7 @@ declare const SysWebhook: Omit<{
1120
1035
  value: string;
1121
1036
  color?: string | undefined;
1122
1037
  default?: boolean | undefined;
1123
- visibleWhen?: {
1038
+ visibleWhen?: string | {
1124
1039
  dialect: "cel" | "cron" | "template";
1125
1040
  source?: string | undefined;
1126
1041
  ast?: unknown;
@@ -1141,7 +1056,6 @@ declare const SysWebhook: Omit<{
1141
1056
  readonly storage?: {
1142
1057
  notNull?: boolean | undefined;
1143
1058
  } | undefined;
1144
- readonly maxSize?: number | undefined;
1145
1059
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1146
1060
  readonly _lockReason?: string | undefined;
1147
1061
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1155,7 +1069,7 @@ declare const SysWebhook: Omit<{
1155
1069
  value: any;
1156
1070
  }[] | undefined;
1157
1071
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1158
- readonly expression?: {
1072
+ readonly expression?: string | {
1159
1073
  dialect: "cel" | "cron" | "template";
1160
1074
  source?: string | undefined;
1161
1075
  ast?: unknown;
@@ -1172,7 +1086,8 @@ declare const SysWebhook: Omit<{
1172
1086
  relationshipField?: string | undefined;
1173
1087
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1174
1088
  } | undefined;
1175
- readonly visibleWhen?: {
1089
+ readonly reference?: string | undefined;
1090
+ readonly visibleWhen?: string | {
1176
1091
  dialect: "cel" | "cron" | "template";
1177
1092
  source?: string | undefined;
1178
1093
  ast?: unknown;
@@ -1190,7 +1105,7 @@ declare const SysWebhook: Omit<{
1190
1105
  readonly min?: number | undefined;
1191
1106
  readonly max?: number | undefined;
1192
1107
  readonly accept?: string[] | undefined;
1193
- readonly reference?: string | undefined;
1108
+ readonly maxSize?: number | undefined;
1194
1109
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1195
1110
  readonly inlineTitle?: string | undefined;
1196
1111
  readonly inlineColumns?: any[] | undefined;
@@ -1215,14 +1130,14 @@ declare const SysWebhook: Omit<{
1215
1130
  readonly language?: string | undefined;
1216
1131
  readonly step?: number | undefined;
1217
1132
  readonly currencyConfig?: {
1218
- precision: number;
1219
- currencyMode: "fixed" | "dynamic";
1220
- defaultCurrency: string;
1133
+ precision?: number | undefined;
1134
+ currencyMode?: "fixed" | "dynamic" | undefined;
1135
+ defaultCurrency?: string | undefined;
1221
1136
  } | undefined;
1222
1137
  readonly dimensions?: number | undefined;
1223
1138
  readonly trackHistory?: boolean | undefined;
1224
1139
  readonly group?: string | undefined;
1225
- readonly readonlyWhen?: {
1140
+ readonly readonlyWhen?: string | {
1226
1141
  dialect: "cel" | "cron" | "template";
1227
1142
  source?: string | undefined;
1228
1143
  ast?: unknown;
@@ -1231,7 +1146,7 @@ declare const SysWebhook: Omit<{
1231
1146
  generatedBy?: string | undefined;
1232
1147
  } | undefined;
1233
1148
  } | undefined;
1234
- readonly requiredWhen?: {
1149
+ readonly requiredWhen?: string | {
1235
1150
  dialect: "cel" | "cron" | "template";
1236
1151
  source?: string | undefined;
1237
1152
  ast?: unknown;
@@ -1258,7 +1173,7 @@ declare const SysWebhook: Omit<{
1258
1173
  value: string;
1259
1174
  color?: string | undefined;
1260
1175
  default?: boolean | undefined;
1261
- visibleWhen?: {
1176
+ visibleWhen?: string | {
1262
1177
  dialect: "cel" | "cron" | "template";
1263
1178
  source?: string | undefined;
1264
1179
  ast?: unknown;
@@ -1279,7 +1194,6 @@ declare const SysWebhook: Omit<{
1279
1194
  readonly storage?: {
1280
1195
  notNull?: boolean | undefined;
1281
1196
  } | undefined;
1282
- readonly maxSize?: number | undefined;
1283
1197
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1284
1198
  readonly _lockReason?: string | undefined;
1285
1199
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1293,7 +1207,7 @@ declare const SysWebhook: Omit<{
1293
1207
  value: any;
1294
1208
  }[] | undefined;
1295
1209
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1296
- readonly expression?: {
1210
+ readonly expression?: string | {
1297
1211
  dialect: "cel" | "cron" | "template";
1298
1212
  source?: string | undefined;
1299
1213
  ast?: unknown;
@@ -1310,7 +1224,8 @@ declare const SysWebhook: Omit<{
1310
1224
  relationshipField?: string | undefined;
1311
1225
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1312
1226
  } | undefined;
1313
- readonly visibleWhen?: {
1227
+ readonly reference?: string | undefined;
1228
+ readonly visibleWhen?: string | {
1314
1229
  dialect: "cel" | "cron" | "template";
1315
1230
  source?: string | undefined;
1316
1231
  ast?: unknown;
@@ -1328,7 +1243,7 @@ declare const SysWebhook: Omit<{
1328
1243
  readonly min?: number | undefined;
1329
1244
  readonly max?: number | undefined;
1330
1245
  readonly accept?: string[] | undefined;
1331
- readonly reference?: string | undefined;
1246
+ readonly maxSize?: number | undefined;
1332
1247
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1333
1248
  readonly inlineTitle?: string | undefined;
1334
1249
  readonly inlineColumns?: any[] | undefined;
@@ -1353,14 +1268,14 @@ declare const SysWebhook: Omit<{
1353
1268
  readonly language?: string | undefined;
1354
1269
  readonly step?: number | undefined;
1355
1270
  readonly currencyConfig?: {
1356
- precision: number;
1357
- currencyMode: "fixed" | "dynamic";
1358
- defaultCurrency: string;
1271
+ precision?: number | undefined;
1272
+ currencyMode?: "fixed" | "dynamic" | undefined;
1273
+ defaultCurrency?: string | undefined;
1359
1274
  } | undefined;
1360
1275
  readonly dimensions?: number | undefined;
1361
1276
  readonly trackHistory?: boolean | undefined;
1362
1277
  readonly group?: string | undefined;
1363
- readonly readonlyWhen?: {
1278
+ readonly readonlyWhen?: string | {
1364
1279
  dialect: "cel" | "cron" | "template";
1365
1280
  source?: string | undefined;
1366
1281
  ast?: unknown;
@@ -1369,7 +1284,7 @@ declare const SysWebhook: Omit<{
1369
1284
  generatedBy?: string | undefined;
1370
1285
  } | undefined;
1371
1286
  } | undefined;
1372
- readonly requiredWhen?: {
1287
+ readonly requiredWhen?: string | {
1373
1288
  dialect: "cel" | "cron" | "template";
1374
1289
  source?: string | undefined;
1375
1290
  ast?: unknown;
@@ -1396,7 +1311,7 @@ declare const SysWebhook: Omit<{
1396
1311
  value: string;
1397
1312
  color?: string | undefined;
1398
1313
  default?: boolean | undefined;
1399
- visibleWhen?: {
1314
+ visibleWhen?: string | {
1400
1315
  dialect: "cel" | "cron" | "template";
1401
1316
  source?: string | undefined;
1402
1317
  ast?: unknown;
@@ -1417,7 +1332,6 @@ declare const SysWebhook: Omit<{
1417
1332
  readonly storage?: {
1418
1333
  notNull?: boolean | undefined;
1419
1334
  } | undefined;
1420
- readonly maxSize?: number | undefined;
1421
1335
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1422
1336
  readonly _lockReason?: string | undefined;
1423
1337
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1431,7 +1345,7 @@ declare const SysWebhook: Omit<{
1431
1345
  value: any;
1432
1346
  }[] | undefined;
1433
1347
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1434
- readonly expression?: {
1348
+ readonly expression?: string | {
1435
1349
  dialect: "cel" | "cron" | "template";
1436
1350
  source?: string | undefined;
1437
1351
  ast?: unknown;
@@ -1448,7 +1362,8 @@ declare const SysWebhook: Omit<{
1448
1362
  relationshipField?: string | undefined;
1449
1363
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1450
1364
  } | undefined;
1451
- readonly visibleWhen?: {
1365
+ readonly reference?: string | undefined;
1366
+ readonly visibleWhen?: string | {
1452
1367
  dialect: "cel" | "cron" | "template";
1453
1368
  source?: string | undefined;
1454
1369
  ast?: unknown;
@@ -1466,7 +1381,7 @@ declare const SysWebhook: Omit<{
1466
1381
  readonly min?: number | undefined;
1467
1382
  readonly max?: number | undefined;
1468
1383
  readonly accept?: string[] | undefined;
1469
- readonly reference?: string | undefined;
1384
+ readonly maxSize?: number | undefined;
1470
1385
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1471
1386
  readonly inlineTitle?: string | undefined;
1472
1387
  readonly inlineColumns?: any[] | undefined;
@@ -1491,14 +1406,14 @@ declare const SysWebhook: Omit<{
1491
1406
  readonly language?: string | undefined;
1492
1407
  readonly step?: number | undefined;
1493
1408
  readonly currencyConfig?: {
1494
- precision: number;
1495
- currencyMode: "fixed" | "dynamic";
1496
- defaultCurrency: string;
1409
+ precision?: number | undefined;
1410
+ currencyMode?: "fixed" | "dynamic" | undefined;
1411
+ defaultCurrency?: string | undefined;
1497
1412
  } | undefined;
1498
1413
  readonly dimensions?: number | undefined;
1499
1414
  readonly trackHistory?: boolean | undefined;
1500
1415
  readonly group?: string | undefined;
1501
- readonly readonlyWhen?: {
1416
+ readonly readonlyWhen?: string | {
1502
1417
  dialect: "cel" | "cron" | "template";
1503
1418
  source?: string | undefined;
1504
1419
  ast?: unknown;
@@ -1507,7 +1422,7 @@ declare const SysWebhook: Omit<{
1507
1422
  generatedBy?: string | undefined;
1508
1423
  } | undefined;
1509
1424
  } | undefined;
1510
- readonly requiredWhen?: {
1425
+ readonly requiredWhen?: string | {
1511
1426
  dialect: "cel" | "cron" | "template";
1512
1427
  source?: string | undefined;
1513
1428
  ast?: unknown;
@@ -1534,7 +1449,7 @@ declare const SysWebhook: Omit<{
1534
1449
  value: string;
1535
1450
  color?: string | undefined;
1536
1451
  default?: boolean | undefined;
1537
- visibleWhen?: {
1452
+ visibleWhen?: string | {
1538
1453
  dialect: "cel" | "cron" | "template";
1539
1454
  source?: string | undefined;
1540
1455
  ast?: unknown;
@@ -1555,7 +1470,6 @@ declare const SysWebhook: Omit<{
1555
1470
  readonly storage?: {
1556
1471
  notNull?: boolean | undefined;
1557
1472
  } | undefined;
1558
- readonly maxSize?: number | undefined;
1559
1473
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1560
1474
  readonly _lockReason?: string | undefined;
1561
1475
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1569,7 +1483,7 @@ declare const SysWebhook: Omit<{
1569
1483
  value: any;
1570
1484
  }[] | undefined;
1571
1485
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1572
- readonly expression?: {
1486
+ readonly expression?: string | {
1573
1487
  dialect: "cel" | "cron" | "template";
1574
1488
  source?: string | undefined;
1575
1489
  ast?: unknown;
@@ -1586,7 +1500,8 @@ declare const SysWebhook: Omit<{
1586
1500
  relationshipField?: string | undefined;
1587
1501
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1588
1502
  } | undefined;
1589
- readonly visibleWhen?: {
1503
+ readonly reference?: string | undefined;
1504
+ readonly visibleWhen?: string | {
1590
1505
  dialect: "cel" | "cron" | "template";
1591
1506
  source?: string | undefined;
1592
1507
  ast?: unknown;
@@ -1604,7 +1519,7 @@ declare const SysWebhook: Omit<{
1604
1519
  readonly min?: number | undefined;
1605
1520
  readonly max?: number | undefined;
1606
1521
  readonly accept?: string[] | undefined;
1607
- readonly reference?: string | undefined;
1522
+ readonly maxSize?: number | undefined;
1608
1523
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1609
1524
  readonly inlineTitle?: string | undefined;
1610
1525
  readonly inlineColumns?: any[] | undefined;
@@ -1629,14 +1544,14 @@ declare const SysWebhook: Omit<{
1629
1544
  readonly language?: string | undefined;
1630
1545
  readonly step?: number | undefined;
1631
1546
  readonly currencyConfig?: {
1632
- precision: number;
1633
- currencyMode: "fixed" | "dynamic";
1634
- defaultCurrency: string;
1547
+ precision?: number | undefined;
1548
+ currencyMode?: "fixed" | "dynamic" | undefined;
1549
+ defaultCurrency?: string | undefined;
1635
1550
  } | undefined;
1636
1551
  readonly dimensions?: number | undefined;
1637
1552
  readonly trackHistory?: boolean | undefined;
1638
1553
  readonly group?: string | undefined;
1639
- readonly readonlyWhen?: {
1554
+ readonly readonlyWhen?: string | {
1640
1555
  dialect: "cel" | "cron" | "template";
1641
1556
  source?: string | undefined;
1642
1557
  ast?: unknown;
@@ -1645,7 +1560,7 @@ declare const SysWebhook: Omit<{
1645
1560
  generatedBy?: string | undefined;
1646
1561
  } | undefined;
1647
1562
  } | undefined;
1648
- readonly requiredWhen?: {
1563
+ readonly requiredWhen?: string | {
1649
1564
  dialect: "cel" | "cron" | "template";
1650
1565
  source?: string | undefined;
1651
1566
  ast?: unknown;
@@ -1672,7 +1587,7 @@ declare const SysWebhook: Omit<{
1672
1587
  value: string;
1673
1588
  color?: string | undefined;
1674
1589
  default?: boolean | undefined;
1675
- visibleWhen?: {
1590
+ visibleWhen?: string | {
1676
1591
  dialect: "cel" | "cron" | "template";
1677
1592
  source?: string | undefined;
1678
1593
  ast?: unknown;
@@ -1693,7 +1608,6 @@ declare const SysWebhook: Omit<{
1693
1608
  readonly storage?: {
1694
1609
  notNull?: boolean | undefined;
1695
1610
  } | undefined;
1696
- readonly maxSize?: number | undefined;
1697
1611
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1698
1612
  readonly _lockReason?: string | undefined;
1699
1613
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1707,7 +1621,7 @@ declare const SysWebhook: Omit<{
1707
1621
  value: any;
1708
1622
  }[] | undefined;
1709
1623
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1710
- readonly expression?: {
1624
+ readonly expression?: string | {
1711
1625
  dialect: "cel" | "cron" | "template";
1712
1626
  source?: string | undefined;
1713
1627
  ast?: unknown;
@@ -1724,7 +1638,8 @@ declare const SysWebhook: Omit<{
1724
1638
  relationshipField?: string | undefined;
1725
1639
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1726
1640
  } | undefined;
1727
- readonly visibleWhen?: {
1641
+ readonly reference?: string | undefined;
1642
+ readonly visibleWhen?: string | {
1728
1643
  dialect: "cel" | "cron" | "template";
1729
1644
  source?: string | undefined;
1730
1645
  ast?: unknown;
@@ -1742,7 +1657,7 @@ declare const SysWebhook: Omit<{
1742
1657
  readonly min?: number | undefined;
1743
1658
  readonly max?: number | undefined;
1744
1659
  readonly accept?: string[] | undefined;
1745
- readonly reference?: string | undefined;
1660
+ readonly maxSize?: number | undefined;
1746
1661
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1747
1662
  readonly inlineTitle?: string | undefined;
1748
1663
  readonly inlineColumns?: any[] | undefined;
@@ -1767,14 +1682,14 @@ declare const SysWebhook: Omit<{
1767
1682
  readonly language?: string | undefined;
1768
1683
  readonly step?: number | undefined;
1769
1684
  readonly currencyConfig?: {
1770
- precision: number;
1771
- currencyMode: "fixed" | "dynamic";
1772
- defaultCurrency: string;
1685
+ precision?: number | undefined;
1686
+ currencyMode?: "fixed" | "dynamic" | undefined;
1687
+ defaultCurrency?: string | undefined;
1773
1688
  } | undefined;
1774
1689
  readonly dimensions?: number | undefined;
1775
1690
  readonly trackHistory?: boolean | undefined;
1776
1691
  readonly group?: string | undefined;
1777
- readonly readonlyWhen?: {
1692
+ readonly readonlyWhen?: string | {
1778
1693
  dialect: "cel" | "cron" | "template";
1779
1694
  source?: string | undefined;
1780
1695
  ast?: unknown;
@@ -1783,7 +1698,7 @@ declare const SysWebhook: Omit<{
1783
1698
  generatedBy?: string | undefined;
1784
1699
  } | undefined;
1785
1700
  } | undefined;
1786
- readonly requiredWhen?: {
1701
+ readonly requiredWhen?: string | {
1787
1702
  dialect: "cel" | "cron" | "template";
1788
1703
  source?: string | undefined;
1789
1704
  ast?: unknown;
@@ -1810,7 +1725,7 @@ declare const SysWebhook: Omit<{
1810
1725
  value: string;
1811
1726
  color?: string | undefined;
1812
1727
  default?: boolean | undefined;
1813
- visibleWhen?: {
1728
+ visibleWhen?: string | {
1814
1729
  dialect: "cel" | "cron" | "template";
1815
1730
  source?: string | undefined;
1816
1731
  ast?: unknown;
@@ -1831,7 +1746,6 @@ declare const SysWebhook: Omit<{
1831
1746
  readonly storage?: {
1832
1747
  notNull?: boolean | undefined;
1833
1748
  } | undefined;
1834
- readonly maxSize?: number | undefined;
1835
1749
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1836
1750
  readonly _lockReason?: string | undefined;
1837
1751
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1845,7 +1759,7 @@ declare const SysWebhook: Omit<{
1845
1759
  value: any;
1846
1760
  }[] | undefined;
1847
1761
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1848
- readonly expression?: {
1762
+ readonly expression?: string | {
1849
1763
  dialect: "cel" | "cron" | "template";
1850
1764
  source?: string | undefined;
1851
1765
  ast?: unknown;
@@ -1862,7 +1776,8 @@ declare const SysWebhook: Omit<{
1862
1776
  relationshipField?: string | undefined;
1863
1777
  filter?: _objectstack_spec_data.FilterCondition | undefined;
1864
1778
  } | undefined;
1865
- readonly visibleWhen?: {
1779
+ readonly reference?: string | undefined;
1780
+ readonly visibleWhen?: string | {
1866
1781
  dialect: "cel" | "cron" | "template";
1867
1782
  source?: string | undefined;
1868
1783
  ast?: unknown;
@@ -1880,7 +1795,7 @@ declare const SysWebhook: Omit<{
1880
1795
  readonly min?: number | undefined;
1881
1796
  readonly max?: number | undefined;
1882
1797
  readonly accept?: string[] | undefined;
1883
- readonly reference?: string | undefined;
1798
+ readonly maxSize?: number | undefined;
1884
1799
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
1885
1800
  readonly inlineTitle?: string | undefined;
1886
1801
  readonly inlineColumns?: any[] | undefined;
@@ -1905,14 +1820,14 @@ declare const SysWebhook: Omit<{
1905
1820
  readonly language?: string | undefined;
1906
1821
  readonly step?: number | undefined;
1907
1822
  readonly currencyConfig?: {
1908
- precision: number;
1909
- currencyMode: "fixed" | "dynamic";
1910
- defaultCurrency: string;
1823
+ precision?: number | undefined;
1824
+ currencyMode?: "fixed" | "dynamic" | undefined;
1825
+ defaultCurrency?: string | undefined;
1911
1826
  } | undefined;
1912
1827
  readonly dimensions?: number | undefined;
1913
1828
  readonly trackHistory?: boolean | undefined;
1914
1829
  readonly group?: string | undefined;
1915
- readonly readonlyWhen?: {
1830
+ readonly readonlyWhen?: string | {
1916
1831
  dialect: "cel" | "cron" | "template";
1917
1832
  source?: string | undefined;
1918
1833
  ast?: unknown;
@@ -1921,7 +1836,7 @@ declare const SysWebhook: Omit<{
1921
1836
  generatedBy?: string | undefined;
1922
1837
  } | undefined;
1923
1838
  } | undefined;
1924
- readonly requiredWhen?: {
1839
+ readonly requiredWhen?: string | {
1925
1840
  dialect: "cel" | "cron" | "template";
1926
1841
  source?: string | undefined;
1927
1842
  ast?: unknown;
@@ -1948,7 +1863,7 @@ declare const SysWebhook: Omit<{
1948
1863
  value: string;
1949
1864
  color?: string | undefined;
1950
1865
  default?: boolean | undefined;
1951
- visibleWhen?: {
1866
+ visibleWhen?: string | {
1952
1867
  dialect: "cel" | "cron" | "template";
1953
1868
  source?: string | undefined;
1954
1869
  ast?: unknown;
@@ -1969,7 +1884,6 @@ declare const SysWebhook: Omit<{
1969
1884
  readonly storage?: {
1970
1885
  notNull?: boolean | undefined;
1971
1886
  } | undefined;
1972
- readonly maxSize?: number | undefined;
1973
1887
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
1974
1888
  readonly _lockReason?: string | undefined;
1975
1889
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -1983,7 +1897,7 @@ declare const SysWebhook: Omit<{
1983
1897
  value: any;
1984
1898
  }[] | undefined;
1985
1899
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
1986
- readonly expression?: {
1900
+ readonly expression?: string | {
1987
1901
  dialect: "cel" | "cron" | "template";
1988
1902
  source?: string | undefined;
1989
1903
  ast?: unknown;
@@ -2000,7 +1914,8 @@ declare const SysWebhook: Omit<{
2000
1914
  relationshipField?: string | undefined;
2001
1915
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2002
1916
  } | undefined;
2003
- readonly visibleWhen?: {
1917
+ readonly reference?: string | undefined;
1918
+ readonly visibleWhen?: string | {
2004
1919
  dialect: "cel" | "cron" | "template";
2005
1920
  source?: string | undefined;
2006
1921
  ast?: unknown;
@@ -2018,7 +1933,7 @@ declare const SysWebhook: Omit<{
2018
1933
  readonly min?: number | undefined;
2019
1934
  readonly max?: number | undefined;
2020
1935
  readonly accept?: string[] | undefined;
2021
- readonly reference?: string | undefined;
1936
+ readonly maxSize?: number | undefined;
2022
1937
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2023
1938
  readonly inlineTitle?: string | undefined;
2024
1939
  readonly inlineColumns?: any[] | undefined;
@@ -2043,14 +1958,14 @@ declare const SysWebhook: Omit<{
2043
1958
  readonly language?: string | undefined;
2044
1959
  readonly step?: number | undefined;
2045
1960
  readonly currencyConfig?: {
2046
- precision: number;
2047
- currencyMode: "fixed" | "dynamic";
2048
- defaultCurrency: string;
1961
+ precision?: number | undefined;
1962
+ currencyMode?: "fixed" | "dynamic" | undefined;
1963
+ defaultCurrency?: string | undefined;
2049
1964
  } | undefined;
2050
1965
  readonly dimensions?: number | undefined;
2051
1966
  readonly trackHistory?: boolean | undefined;
2052
1967
  readonly group?: string | undefined;
2053
- readonly readonlyWhen?: {
1968
+ readonly readonlyWhen?: string | {
2054
1969
  dialect: "cel" | "cron" | "template";
2055
1970
  source?: string | undefined;
2056
1971
  ast?: unknown;
@@ -2059,7 +1974,7 @@ declare const SysWebhook: Omit<{
2059
1974
  generatedBy?: string | undefined;
2060
1975
  } | undefined;
2061
1976
  } | undefined;
2062
- readonly requiredWhen?: {
1977
+ readonly requiredWhen?: string | {
2063
1978
  dialect: "cel" | "cron" | "template";
2064
1979
  source?: string | undefined;
2065
1980
  ast?: unknown;
@@ -2086,7 +2001,7 @@ declare const SysWebhook: Omit<{
2086
2001
  value: string;
2087
2002
  color?: string | undefined;
2088
2003
  default?: boolean | undefined;
2089
- visibleWhen?: {
2004
+ visibleWhen?: string | {
2090
2005
  dialect: "cel" | "cron" | "template";
2091
2006
  source?: string | undefined;
2092
2007
  ast?: unknown;
@@ -2107,7 +2022,6 @@ declare const SysWebhook: Omit<{
2107
2022
  readonly storage?: {
2108
2023
  notNull?: boolean | undefined;
2109
2024
  } | undefined;
2110
- readonly maxSize?: number | undefined;
2111
2025
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2112
2026
  readonly _lockReason?: string | undefined;
2113
2027
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2121,7 +2035,7 @@ declare const SysWebhook: Omit<{
2121
2035
  value: any;
2122
2036
  }[] | undefined;
2123
2037
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2124
- readonly expression?: {
2038
+ readonly expression?: string | {
2125
2039
  dialect: "cel" | "cron" | "template";
2126
2040
  source?: string | undefined;
2127
2041
  ast?: unknown;
@@ -2138,7 +2052,8 @@ declare const SysWebhook: Omit<{
2138
2052
  relationshipField?: string | undefined;
2139
2053
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2140
2054
  } | undefined;
2141
- readonly visibleWhen?: {
2055
+ readonly reference?: string | undefined;
2056
+ readonly visibleWhen?: string | {
2142
2057
  dialect: "cel" | "cron" | "template";
2143
2058
  source?: string | undefined;
2144
2059
  ast?: unknown;
@@ -2156,7 +2071,7 @@ declare const SysWebhook: Omit<{
2156
2071
  readonly min?: number | undefined;
2157
2072
  readonly max?: number | undefined;
2158
2073
  readonly accept?: string[] | undefined;
2159
- readonly reference?: string | undefined;
2074
+ readonly maxSize?: number | undefined;
2160
2075
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2161
2076
  readonly inlineTitle?: string | undefined;
2162
2077
  readonly inlineColumns?: any[] | undefined;
@@ -2181,14 +2096,14 @@ declare const SysWebhook: Omit<{
2181
2096
  readonly language?: string | undefined;
2182
2097
  readonly step?: number | undefined;
2183
2098
  readonly currencyConfig?: {
2184
- precision: number;
2185
- currencyMode: "fixed" | "dynamic";
2186
- defaultCurrency: string;
2099
+ precision?: number | undefined;
2100
+ currencyMode?: "fixed" | "dynamic" | undefined;
2101
+ defaultCurrency?: string | undefined;
2187
2102
  } | undefined;
2188
2103
  readonly dimensions?: number | undefined;
2189
2104
  readonly trackHistory?: boolean | undefined;
2190
2105
  readonly group?: string | undefined;
2191
- readonly readonlyWhen?: {
2106
+ readonly readonlyWhen?: string | {
2192
2107
  dialect: "cel" | "cron" | "template";
2193
2108
  source?: string | undefined;
2194
2109
  ast?: unknown;
@@ -2197,7 +2112,7 @@ declare const SysWebhook: Omit<{
2197
2112
  generatedBy?: string | undefined;
2198
2113
  } | undefined;
2199
2114
  } | undefined;
2200
- readonly requiredWhen?: {
2115
+ readonly requiredWhen?: string | {
2201
2116
  dialect: "cel" | "cron" | "template";
2202
2117
  source?: string | undefined;
2203
2118
  ast?: unknown;
@@ -2224,7 +2139,7 @@ declare const SysWebhook: Omit<{
2224
2139
  value: string;
2225
2140
  color?: string | undefined;
2226
2141
  default?: boolean | undefined;
2227
- visibleWhen?: {
2142
+ visibleWhen?: string | {
2228
2143
  dialect: "cel" | "cron" | "template";
2229
2144
  source?: string | undefined;
2230
2145
  ast?: unknown;
@@ -2245,7 +2160,6 @@ declare const SysWebhook: Omit<{
2245
2160
  readonly storage?: {
2246
2161
  notNull?: boolean | undefined;
2247
2162
  } | undefined;
2248
- readonly maxSize?: number | undefined;
2249
2163
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2250
2164
  readonly _lockReason?: string | undefined;
2251
2165
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2259,7 +2173,7 @@ declare const SysWebhook: Omit<{
2259
2173
  value: any;
2260
2174
  }[] | undefined;
2261
2175
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2262
- readonly expression?: {
2176
+ readonly expression?: string | {
2263
2177
  dialect: "cel" | "cron" | "template";
2264
2178
  source?: string | undefined;
2265
2179
  ast?: unknown;
@@ -2276,7 +2190,8 @@ declare const SysWebhook: Omit<{
2276
2190
  relationshipField?: string | undefined;
2277
2191
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2278
2192
  } | undefined;
2279
- readonly visibleWhen?: {
2193
+ readonly reference?: string | undefined;
2194
+ readonly visibleWhen?: string | {
2280
2195
  dialect: "cel" | "cron" | "template";
2281
2196
  source?: string | undefined;
2282
2197
  ast?: unknown;
@@ -2294,7 +2209,7 @@ declare const SysWebhook: Omit<{
2294
2209
  readonly min?: number | undefined;
2295
2210
  readonly max?: number | undefined;
2296
2211
  readonly accept?: string[] | undefined;
2297
- readonly reference?: string | undefined;
2212
+ readonly maxSize?: number | undefined;
2298
2213
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2299
2214
  readonly inlineTitle?: string | undefined;
2300
2215
  readonly inlineColumns?: any[] | undefined;
@@ -2319,14 +2234,14 @@ declare const SysWebhook: Omit<{
2319
2234
  readonly language?: string | undefined;
2320
2235
  readonly step?: number | undefined;
2321
2236
  readonly currencyConfig?: {
2322
- precision: number;
2323
- currencyMode: "fixed" | "dynamic";
2324
- defaultCurrency: string;
2237
+ precision?: number | undefined;
2238
+ currencyMode?: "fixed" | "dynamic" | undefined;
2239
+ defaultCurrency?: string | undefined;
2325
2240
  } | undefined;
2326
2241
  readonly dimensions?: number | undefined;
2327
2242
  readonly trackHistory?: boolean | undefined;
2328
2243
  readonly group?: string | undefined;
2329
- readonly readonlyWhen?: {
2244
+ readonly readonlyWhen?: string | {
2330
2245
  dialect: "cel" | "cron" | "template";
2331
2246
  source?: string | undefined;
2332
2247
  ast?: unknown;
@@ -2335,7 +2250,7 @@ declare const SysWebhook: Omit<{
2335
2250
  generatedBy?: string | undefined;
2336
2251
  } | undefined;
2337
2252
  } | undefined;
2338
- readonly requiredWhen?: {
2253
+ readonly requiredWhen?: string | {
2339
2254
  dialect: "cel" | "cron" | "template";
2340
2255
  source?: string | undefined;
2341
2256
  ast?: unknown;
@@ -2362,7 +2277,7 @@ declare const SysWebhook: Omit<{
2362
2277
  value: string;
2363
2278
  color?: string | undefined;
2364
2279
  default?: boolean | undefined;
2365
- visibleWhen?: {
2280
+ visibleWhen?: string | {
2366
2281
  dialect: "cel" | "cron" | "template";
2367
2282
  source?: string | undefined;
2368
2283
  ast?: unknown;
@@ -2383,7 +2298,6 @@ declare const SysWebhook: Omit<{
2383
2298
  readonly storage?: {
2384
2299
  notNull?: boolean | undefined;
2385
2300
  } | undefined;
2386
- readonly maxSize?: number | undefined;
2387
2301
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2388
2302
  readonly _lockReason?: string | undefined;
2389
2303
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2397,7 +2311,7 @@ declare const SysWebhook: Omit<{
2397
2311
  value: any;
2398
2312
  }[] | undefined;
2399
2313
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2400
- readonly expression?: {
2314
+ readonly expression?: string | {
2401
2315
  dialect: "cel" | "cron" | "template";
2402
2316
  source?: string | undefined;
2403
2317
  ast?: unknown;
@@ -2414,7 +2328,8 @@ declare const SysWebhook: Omit<{
2414
2328
  relationshipField?: string | undefined;
2415
2329
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2416
2330
  } | undefined;
2417
- readonly visibleWhen?: {
2331
+ readonly reference?: string | undefined;
2332
+ readonly visibleWhen?: string | {
2418
2333
  dialect: "cel" | "cron" | "template";
2419
2334
  source?: string | undefined;
2420
2335
  ast?: unknown;
@@ -2432,7 +2347,7 @@ declare const SysWebhook: Omit<{
2432
2347
  readonly min?: number | undefined;
2433
2348
  readonly max?: number | undefined;
2434
2349
  readonly accept?: string[] | undefined;
2435
- readonly reference?: string | undefined;
2350
+ readonly maxSize?: number | undefined;
2436
2351
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2437
2352
  readonly inlineTitle?: string | undefined;
2438
2353
  readonly inlineColumns?: any[] | undefined;
@@ -2457,14 +2372,14 @@ declare const SysWebhook: Omit<{
2457
2372
  readonly language?: string | undefined;
2458
2373
  readonly step?: number | undefined;
2459
2374
  readonly currencyConfig?: {
2460
- precision: number;
2461
- currencyMode: "fixed" | "dynamic";
2462
- defaultCurrency: string;
2375
+ precision?: number | undefined;
2376
+ currencyMode?: "fixed" | "dynamic" | undefined;
2377
+ defaultCurrency?: string | undefined;
2463
2378
  } | undefined;
2464
2379
  readonly dimensions?: number | undefined;
2465
2380
  readonly trackHistory?: boolean | undefined;
2466
2381
  readonly group?: string | undefined;
2467
- readonly readonlyWhen?: {
2382
+ readonly readonlyWhen?: string | {
2468
2383
  dialect: "cel" | "cron" | "template";
2469
2384
  source?: string | undefined;
2470
2385
  ast?: unknown;
@@ -2473,7 +2388,7 @@ declare const SysWebhook: Omit<{
2473
2388
  generatedBy?: string | undefined;
2474
2389
  } | undefined;
2475
2390
  } | undefined;
2476
- readonly requiredWhen?: {
2391
+ readonly requiredWhen?: string | {
2477
2392
  dialect: "cel" | "cron" | "template";
2478
2393
  source?: string | undefined;
2479
2394
  ast?: unknown;
@@ -2500,7 +2415,7 @@ declare const SysWebhook: Omit<{
2500
2415
  value: string;
2501
2416
  color?: string | undefined;
2502
2417
  default?: boolean | undefined;
2503
- visibleWhen?: {
2418
+ visibleWhen?: string | {
2504
2419
  dialect: "cel" | "cron" | "template";
2505
2420
  source?: string | undefined;
2506
2421
  ast?: unknown;
@@ -2521,7 +2436,6 @@ declare const SysWebhook: Omit<{
2521
2436
  readonly storage?: {
2522
2437
  notNull?: boolean | undefined;
2523
2438
  } | undefined;
2524
- readonly maxSize?: number | undefined;
2525
2439
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2526
2440
  readonly _lockReason?: string | undefined;
2527
2441
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2535,7 +2449,7 @@ declare const SysWebhook: Omit<{
2535
2449
  value: any;
2536
2450
  }[] | undefined;
2537
2451
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2538
- readonly expression?: {
2452
+ readonly expression?: string | {
2539
2453
  dialect: "cel" | "cron" | "template";
2540
2454
  source?: string | undefined;
2541
2455
  ast?: unknown;
@@ -2552,7 +2466,8 @@ declare const SysWebhook: Omit<{
2552
2466
  relationshipField?: string | undefined;
2553
2467
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2554
2468
  } | undefined;
2555
- readonly visibleWhen?: {
2469
+ readonly reference?: string | undefined;
2470
+ readonly visibleWhen?: string | {
2556
2471
  dialect: "cel" | "cron" | "template";
2557
2472
  source?: string | undefined;
2558
2473
  ast?: unknown;
@@ -2570,7 +2485,7 @@ declare const SysWebhook: Omit<{
2570
2485
  readonly min?: number | undefined;
2571
2486
  readonly max?: number | undefined;
2572
2487
  readonly accept?: string[] | undefined;
2573
- readonly reference?: string | undefined;
2488
+ readonly maxSize?: number | undefined;
2574
2489
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2575
2490
  readonly inlineTitle?: string | undefined;
2576
2491
  readonly inlineColumns?: any[] | undefined;
@@ -2595,14 +2510,14 @@ declare const SysWebhook: Omit<{
2595
2510
  readonly language?: string | undefined;
2596
2511
  readonly step?: number | undefined;
2597
2512
  readonly currencyConfig?: {
2598
- precision: number;
2599
- currencyMode: "fixed" | "dynamic";
2600
- defaultCurrency: string;
2513
+ precision?: number | undefined;
2514
+ currencyMode?: "fixed" | "dynamic" | undefined;
2515
+ defaultCurrency?: string | undefined;
2601
2516
  } | undefined;
2602
2517
  readonly dimensions?: number | undefined;
2603
2518
  readonly trackHistory?: boolean | undefined;
2604
2519
  readonly group?: string | undefined;
2605
- readonly readonlyWhen?: {
2520
+ readonly readonlyWhen?: string | {
2606
2521
  dialect: "cel" | "cron" | "template";
2607
2522
  source?: string | undefined;
2608
2523
  ast?: unknown;
@@ -2611,7 +2526,7 @@ declare const SysWebhook: Omit<{
2611
2526
  generatedBy?: string | undefined;
2612
2527
  } | undefined;
2613
2528
  } | undefined;
2614
- readonly requiredWhen?: {
2529
+ readonly requiredWhen?: string | {
2615
2530
  dialect: "cel" | "cron" | "template";
2616
2531
  source?: string | undefined;
2617
2532
  ast?: unknown;
@@ -2638,7 +2553,7 @@ declare const SysWebhook: Omit<{
2638
2553
  value: string;
2639
2554
  color?: string | undefined;
2640
2555
  default?: boolean | undefined;
2641
- visibleWhen?: {
2556
+ visibleWhen?: string | {
2642
2557
  dialect: "cel" | "cron" | "template";
2643
2558
  source?: string | undefined;
2644
2559
  ast?: unknown;
@@ -2659,7 +2574,6 @@ declare const SysWebhook: Omit<{
2659
2574
  readonly storage?: {
2660
2575
  notNull?: boolean | undefined;
2661
2576
  } | undefined;
2662
- readonly maxSize?: number | undefined;
2663
2577
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2664
2578
  readonly _lockReason?: string | undefined;
2665
2579
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2673,7 +2587,7 @@ declare const SysWebhook: Omit<{
2673
2587
  value: any;
2674
2588
  }[] | undefined;
2675
2589
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2676
- readonly expression?: {
2590
+ readonly expression?: string | {
2677
2591
  dialect: "cel" | "cron" | "template";
2678
2592
  source?: string | undefined;
2679
2593
  ast?: unknown;
@@ -2690,7 +2604,8 @@ declare const SysWebhook: Omit<{
2690
2604
  relationshipField?: string | undefined;
2691
2605
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2692
2606
  } | undefined;
2693
- readonly visibleWhen?: {
2607
+ readonly reference?: string | undefined;
2608
+ readonly visibleWhen?: string | {
2694
2609
  dialect: "cel" | "cron" | "template";
2695
2610
  source?: string | undefined;
2696
2611
  ast?: unknown;
@@ -2708,7 +2623,7 @@ declare const SysWebhook: Omit<{
2708
2623
  readonly min?: number | undefined;
2709
2624
  readonly max?: number | undefined;
2710
2625
  readonly accept?: string[] | undefined;
2711
- readonly reference?: string | undefined;
2626
+ readonly maxSize?: number | undefined;
2712
2627
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2713
2628
  readonly inlineTitle?: string | undefined;
2714
2629
  readonly inlineColumns?: any[] | undefined;
@@ -2733,14 +2648,14 @@ declare const SysWebhook: Omit<{
2733
2648
  readonly language?: string | undefined;
2734
2649
  readonly step?: number | undefined;
2735
2650
  readonly currencyConfig?: {
2736
- precision: number;
2737
- currencyMode: "fixed" | "dynamic";
2738
- defaultCurrency: string;
2651
+ precision?: number | undefined;
2652
+ currencyMode?: "fixed" | "dynamic" | undefined;
2653
+ defaultCurrency?: string | undefined;
2739
2654
  } | undefined;
2740
2655
  readonly dimensions?: number | undefined;
2741
2656
  readonly trackHistory?: boolean | undefined;
2742
2657
  readonly group?: string | undefined;
2743
- readonly readonlyWhen?: {
2658
+ readonly readonlyWhen?: string | {
2744
2659
  dialect: "cel" | "cron" | "template";
2745
2660
  source?: string | undefined;
2746
2661
  ast?: unknown;
@@ -2749,7 +2664,7 @@ declare const SysWebhook: Omit<{
2749
2664
  generatedBy?: string | undefined;
2750
2665
  } | undefined;
2751
2666
  } | undefined;
2752
- readonly requiredWhen?: {
2667
+ readonly requiredWhen?: string | {
2753
2668
  dialect: "cel" | "cron" | "template";
2754
2669
  source?: string | undefined;
2755
2670
  ast?: unknown;
@@ -2776,7 +2691,7 @@ declare const SysWebhook: Omit<{
2776
2691
  value: string;
2777
2692
  color?: string | undefined;
2778
2693
  default?: boolean | undefined;
2779
- visibleWhen?: {
2694
+ visibleWhen?: string | {
2780
2695
  dialect: "cel" | "cron" | "template";
2781
2696
  source?: string | undefined;
2782
2697
  ast?: unknown;
@@ -2797,7 +2712,6 @@ declare const SysWebhook: Omit<{
2797
2712
  readonly storage?: {
2798
2713
  notNull?: boolean | undefined;
2799
2714
  } | undefined;
2800
- readonly maxSize?: number | undefined;
2801
2715
  readonly _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2802
2716
  readonly _lockReason?: string | undefined;
2803
2717
  readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
@@ -2811,7 +2725,7 @@ declare const SysWebhook: Omit<{
2811
2725
  value: any;
2812
2726
  }[] | undefined;
2813
2727
  readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
2814
- readonly expression?: {
2728
+ readonly expression?: string | {
2815
2729
  dialect: "cel" | "cron" | "template";
2816
2730
  source?: string | undefined;
2817
2731
  ast?: unknown;
@@ -2828,7 +2742,8 @@ declare const SysWebhook: Omit<{
2828
2742
  relationshipField?: string | undefined;
2829
2743
  filter?: _objectstack_spec_data.FilterCondition | undefined;
2830
2744
  } | undefined;
2831
- readonly visibleWhen?: {
2745
+ readonly reference?: string | undefined;
2746
+ readonly visibleWhen?: string | {
2832
2747
  dialect: "cel" | "cron" | "template";
2833
2748
  source?: string | undefined;
2834
2749
  ast?: unknown;
@@ -2846,7 +2761,7 @@ declare const SysWebhook: Omit<{
2846
2761
  readonly min?: number | undefined;
2847
2762
  readonly max?: number | undefined;
2848
2763
  readonly accept?: string[] | undefined;
2849
- readonly reference?: string | undefined;
2764
+ readonly maxSize?: number | undefined;
2850
2765
  readonly inlineEdit?: boolean | "grid" | "form" | undefined;
2851
2766
  readonly inlineTitle?: string | undefined;
2852
2767
  readonly inlineColumns?: any[] | undefined;
@@ -2871,14 +2786,14 @@ declare const SysWebhook: Omit<{
2871
2786
  readonly language?: string | undefined;
2872
2787
  readonly step?: number | undefined;
2873
2788
  readonly currencyConfig?: {
2874
- precision: number;
2875
- currencyMode: "fixed" | "dynamic";
2876
- defaultCurrency: string;
2789
+ precision?: number | undefined;
2790
+ currencyMode?: "fixed" | "dynamic" | undefined;
2791
+ defaultCurrency?: string | undefined;
2877
2792
  } | undefined;
2878
2793
  readonly dimensions?: number | undefined;
2879
2794
  readonly trackHistory?: boolean | undefined;
2880
2795
  readonly group?: string | undefined;
2881
- readonly readonlyWhen?: {
2796
+ readonly readonlyWhen?: string | {
2882
2797
  dialect: "cel" | "cron" | "template";
2883
2798
  source?: string | undefined;
2884
2799
  ast?: unknown;
@@ -2887,7 +2802,7 @@ declare const SysWebhook: Omit<{
2887
2802
  generatedBy?: string | undefined;
2888
2803
  } | undefined;
2889
2804
  } | undefined;
2890
- readonly requiredWhen?: {
2805
+ readonly requiredWhen?: string | {
2891
2806
  dialect: "cel" | "cron" | "template";
2892
2807
  source?: string | undefined;
2893
2808
  ast?: unknown;