@objectstack/plugin-webhooks 17.2.0 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +794 -0
- package/dist/{chunk-DRHJ2M45.cjs → chunk-CWE6CIEZ.cjs} +1 -1
- package/dist/chunk-CWE6CIEZ.cjs.map +1 -0
- package/dist/{chunk-XERWWQKN.js → chunk-MEX2VC7T.js} +1 -1
- package/dist/chunk-MEX2VC7T.js.map +1 -0
- package/dist/index.cjs +202 -82
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +105 -2
- package/dist/index.d.ts +105 -2
- package/dist/index.js +144 -24
- package/dist/index.js.map +1 -1
- package/dist/schema.cjs +2 -2
- package/dist/schema.d.cts +357 -249
- package/dist/schema.d.ts +357 -249
- package/dist/schema.js +1 -1
- package/dist/schema.js.map +1 -1
- package/dist/{translations-IAKF6NAP.js → translations-MNRJO53N.js} +46 -10
- package/dist/translations-MNRJO53N.js.map +1 -0
- package/dist/{translations-IHRALWSP.cjs → translations-VX3ONQXN.cjs} +47 -11
- package/dist/translations-VX3ONQXN.cjs.map +1 -0
- package/package.json +27 -14
- package/dist/chunk-DRHJ2M45.cjs.map +0 -1
- package/dist/chunk-XERWWQKN.js.map +0 -1
- package/dist/translations-IAKF6NAP.js.map +0 -1
- package/dist/translations-IHRALWSP.cjs.map +0 -1
package/dist/schema.d.cts
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" | "
|
|
41
|
-
_lock?: "
|
|
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" | "
|
|
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?: "
|
|
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;
|
|
@@ -409,7 +422,7 @@ declare const SysWebhook: Omit<{
|
|
|
409
422
|
nameField?: string | undefined;
|
|
410
423
|
displayNameField?: string | undefined;
|
|
411
424
|
titleFormat?: string | {
|
|
412
|
-
dialect: "
|
|
425
|
+
dialect: "template";
|
|
413
426
|
source?: string | undefined;
|
|
414
427
|
ast?: unknown;
|
|
415
428
|
meta?: {
|
|
@@ -419,6 +432,7 @@ declare const SysWebhook: Omit<{
|
|
|
419
432
|
} | undefined;
|
|
420
433
|
highlightFields?: string[] | undefined;
|
|
421
434
|
stageField?: string | false | undefined;
|
|
435
|
+
editMode?: "page" | "modal" | undefined;
|
|
422
436
|
listViews?: Record<string, {
|
|
423
437
|
columns: string[] | {
|
|
424
438
|
field: string;
|
|
@@ -454,7 +468,7 @@ declare const SysWebhook: Omit<{
|
|
|
454
468
|
zoom?: number | undefined;
|
|
455
469
|
center?: [number, number] | undefined;
|
|
456
470
|
} | undefined;
|
|
457
|
-
type?: "map" | "tree" | "grid" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart" | undefined;
|
|
471
|
+
type?: "map" | "tree" | "grid" | "page" | "gallery" | "kanban" | "calendar" | "timeline" | "gantt" | "chart" | undefined;
|
|
458
472
|
sort?: string | {
|
|
459
473
|
field: string;
|
|
460
474
|
order: "desc" | "asc";
|
|
@@ -468,19 +482,80 @@ declare const SysWebhook: Omit<{
|
|
|
468
482
|
key?: never;
|
|
469
483
|
defaultValue?: never;
|
|
470
484
|
}) | undefined;
|
|
471
|
-
label?: string | (Record<string, string> & {
|
|
472
|
-
key?: never;
|
|
473
|
-
defaultValue?: never;
|
|
474
|
-
}) | undefined;
|
|
475
485
|
name?: string | undefined;
|
|
476
486
|
tree?: {
|
|
477
|
-
[x: string]: unknown;
|
|
478
487
|
parentField?: string | undefined;
|
|
479
488
|
labelField?: string | undefined;
|
|
480
489
|
fields?: string[] | undefined;
|
|
481
490
|
defaultExpandedDepth?: number | undefined;
|
|
482
491
|
} | undefined;
|
|
492
|
+
label?: string | (Record<string, string> & {
|
|
493
|
+
key?: never;
|
|
494
|
+
defaultValue?: never;
|
|
495
|
+
}) | undefined;
|
|
483
496
|
inlineEdit?: boolean | undefined;
|
|
497
|
+
emptyState?: {
|
|
498
|
+
title?: string | (Record<string, string> & {
|
|
499
|
+
key?: never;
|
|
500
|
+
defaultValue?: never;
|
|
501
|
+
}) | undefined;
|
|
502
|
+
message?: string | (Record<string, string> & {
|
|
503
|
+
key?: never;
|
|
504
|
+
defaultValue?: never;
|
|
505
|
+
}) | undefined;
|
|
506
|
+
icon?: string | undefined;
|
|
507
|
+
} | undefined;
|
|
508
|
+
bulkActions?: string[] | undefined;
|
|
509
|
+
bulkActionDefs?: {
|
|
510
|
+
name: string;
|
|
511
|
+
operation: "delete" | "update" | "custom";
|
|
512
|
+
label?: string | undefined;
|
|
513
|
+
icon?: string | undefined;
|
|
514
|
+
variant?: "primary" | "secondary" | "outline" | "danger" | "ghost" | undefined;
|
|
515
|
+
execution?: "aggregate" | "perRecord" | undefined;
|
|
516
|
+
patch?: Record<string, unknown> | undefined;
|
|
517
|
+
params?: {
|
|
518
|
+
[x: string]: unknown;
|
|
519
|
+
name: string;
|
|
520
|
+
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";
|
|
521
|
+
label?: string | undefined;
|
|
522
|
+
help?: string | undefined;
|
|
523
|
+
required?: boolean | undefined;
|
|
524
|
+
default?: unknown;
|
|
525
|
+
options?: {
|
|
526
|
+
[x: string]: unknown;
|
|
527
|
+
label: string;
|
|
528
|
+
value: string | number | boolean;
|
|
529
|
+
}[] | undefined;
|
|
530
|
+
object?: string | undefined;
|
|
531
|
+
labelField?: string | undefined;
|
|
532
|
+
multiple?: boolean | undefined;
|
|
533
|
+
placeholder?: string | undefined;
|
|
534
|
+
}[] | undefined;
|
|
535
|
+
confirmText?: string | undefined;
|
|
536
|
+
confirmLabel?: string | undefined;
|
|
537
|
+
visible?: string | {
|
|
538
|
+
dialect: "cel" | "cron" | "template";
|
|
539
|
+
source?: string | undefined;
|
|
540
|
+
ast?: unknown;
|
|
541
|
+
meta?: {
|
|
542
|
+
rationale?: string | undefined;
|
|
543
|
+
generatedBy?: string | undefined;
|
|
544
|
+
} | undefined;
|
|
545
|
+
} | undefined;
|
|
546
|
+
requiredPermissions?: string[] | undefined;
|
|
547
|
+
maxRecords?: number | undefined;
|
|
548
|
+
batchSize?: number | undefined;
|
|
549
|
+
}[] | undefined;
|
|
550
|
+
rowActions?: string[] | undefined;
|
|
551
|
+
navigation?: {
|
|
552
|
+
mode?: "none" | "page" | "modal" | "split" | "drawer" | "popover" | "new_window" | undefined;
|
|
553
|
+
view?: string | undefined;
|
|
554
|
+
preventNavigation?: boolean | undefined;
|
|
555
|
+
openNewTab?: boolean | undefined;
|
|
556
|
+
size?: "full" | "md" | "auto" | "sm" | "lg" | "xl" | undefined;
|
|
557
|
+
width?: string | number | undefined;
|
|
558
|
+
} | undefined;
|
|
484
559
|
data?: {
|
|
485
560
|
provider: "object";
|
|
486
561
|
object: string;
|
|
@@ -508,14 +583,7 @@ declare const SysWebhook: Omit<{
|
|
|
508
583
|
schemaId: string;
|
|
509
584
|
schema?: Record<string, unknown> | undefined;
|
|
510
585
|
} | undefined;
|
|
511
|
-
|
|
512
|
-
mode?: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window" | undefined;
|
|
513
|
-
view?: string | undefined;
|
|
514
|
-
preventNavigation?: boolean | undefined;
|
|
515
|
-
openNewTab?: boolean | undefined;
|
|
516
|
-
size?: "full" | "md" | "auto" | "sm" | "lg" | "xl" | undefined;
|
|
517
|
-
width?: string | number | undefined;
|
|
518
|
-
} | undefined;
|
|
586
|
+
pageName?: string | undefined;
|
|
519
587
|
sharing?: {
|
|
520
588
|
type?: "personal" | "collaborative" | undefined;
|
|
521
589
|
lockedBy?: string | undefined;
|
|
@@ -546,25 +614,22 @@ declare const SysWebhook: Omit<{
|
|
|
546
614
|
isDefault?: boolean | undefined;
|
|
547
615
|
visible?: boolean | undefined;
|
|
548
616
|
}[] | undefined;
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
message?: string | (Record<string, string> & {
|
|
555
|
-
key?: never;
|
|
556
|
-
defaultValue?: never;
|
|
557
|
-
}) | undefined;
|
|
558
|
-
icon?: string | undefined;
|
|
559
|
-
} | undefined;
|
|
617
|
+
responsive?: undefined;
|
|
618
|
+
performance?: undefined;
|
|
619
|
+
striped?: undefined;
|
|
620
|
+
bordered?: undefined;
|
|
621
|
+
virtualScroll?: undefined;
|
|
560
622
|
userActions?: {
|
|
561
623
|
sort?: boolean | undefined;
|
|
562
624
|
search?: boolean | undefined;
|
|
563
625
|
filter?: boolean | undefined;
|
|
564
626
|
refresh?: boolean | undefined;
|
|
565
627
|
rowHeight?: boolean | undefined;
|
|
628
|
+
group?: boolean | undefined;
|
|
566
629
|
addRecordForm?: boolean | undefined;
|
|
567
630
|
editInline?: boolean | undefined;
|
|
631
|
+
hideFields?: boolean | undefined;
|
|
632
|
+
rowColor?: boolean | undefined;
|
|
568
633
|
buttons?: string[] | undefined;
|
|
569
634
|
} | undefined;
|
|
570
635
|
gallery?: {
|
|
@@ -574,11 +639,6 @@ declare const SysWebhook: Omit<{
|
|
|
574
639
|
titleField?: string | undefined;
|
|
575
640
|
visibleFields?: string[] | undefined;
|
|
576
641
|
} | undefined;
|
|
577
|
-
responsive?: undefined;
|
|
578
|
-
performance?: undefined;
|
|
579
|
-
striped?: undefined;
|
|
580
|
-
bordered?: undefined;
|
|
581
|
-
virtualScroll?: undefined;
|
|
582
642
|
exportOptions?: ("json" | "xlsx" | "csv")[] | {
|
|
583
643
|
formats?: ("json" | "xlsx" | "csv")[] | undefined;
|
|
584
644
|
maxRecords?: number | undefined;
|
|
@@ -598,8 +658,8 @@ declare const SysWebhook: Omit<{
|
|
|
598
658
|
} | undefined;
|
|
599
659
|
calendar?: {
|
|
600
660
|
startDateField: string;
|
|
601
|
-
titleField: string;
|
|
602
661
|
endDateField?: string | undefined;
|
|
662
|
+
titleField?: string | undefined;
|
|
603
663
|
colorField?: string | undefined;
|
|
604
664
|
} | undefined;
|
|
605
665
|
timeline?: {
|
|
@@ -611,7 +671,6 @@ declare const SysWebhook: Omit<{
|
|
|
611
671
|
scale?: "year" | "month" | "day" | "week" | "quarter" | "hour" | undefined;
|
|
612
672
|
} | undefined;
|
|
613
673
|
gantt?: {
|
|
614
|
-
[x: string]: unknown;
|
|
615
674
|
startDateField: string;
|
|
616
675
|
endDateField: string;
|
|
617
676
|
titleField: string;
|
|
@@ -641,6 +700,31 @@ declare const SysWebhook: Omit<{
|
|
|
641
700
|
}[] | undefined;
|
|
642
701
|
autoZoomToFilter?: boolean | undefined;
|
|
643
702
|
viewMode?: "year" | "month" | "day" | "week" | "quarter" | undefined;
|
|
703
|
+
borderColorField?: string | undefined;
|
|
704
|
+
lockField?: string | undefined;
|
|
705
|
+
objectField?: string | undefined;
|
|
706
|
+
summaryExtent?: "children" | "self" | undefined;
|
|
707
|
+
defaultCollapsedDepth?: number | undefined;
|
|
708
|
+
dependencyTypes?: boolean | undefined;
|
|
709
|
+
timeZone?: string | undefined;
|
|
710
|
+
exportFileName?: string | undefined;
|
|
711
|
+
interactions?: {
|
|
712
|
+
move?: boolean | undefined;
|
|
713
|
+
resize?: boolean | undefined;
|
|
714
|
+
progress?: boolean | undefined;
|
|
715
|
+
link?: boolean | undefined;
|
|
716
|
+
} | undefined;
|
|
717
|
+
timeSegments?: {
|
|
718
|
+
bands: {
|
|
719
|
+
label: string;
|
|
720
|
+
start: string;
|
|
721
|
+
end: string;
|
|
722
|
+
key?: string | undefined;
|
|
723
|
+
color?: string | undefined;
|
|
724
|
+
}[];
|
|
725
|
+
dayStart?: string | undefined;
|
|
726
|
+
showMidnight?: boolean | undefined;
|
|
727
|
+
} | undefined;
|
|
644
728
|
} | undefined;
|
|
645
729
|
chart?: {
|
|
646
730
|
dataset: string;
|
|
@@ -649,6 +733,10 @@ declare const SysWebhook: Omit<{
|
|
|
649
733
|
dimensions?: string[] | undefined;
|
|
650
734
|
} | undefined;
|
|
651
735
|
rowHeight?: "medium" | "short" | "compact" | "tall" | "extra_tall" | undefined;
|
|
736
|
+
rowColor?: {
|
|
737
|
+
field: string;
|
|
738
|
+
colors?: Record<string, string> | undefined;
|
|
739
|
+
} | undefined;
|
|
652
740
|
searchableFields?: string[] | undefined;
|
|
653
741
|
filterableFields?: string[] | undefined;
|
|
654
742
|
compactToolbar?: boolean | undefined;
|
|
@@ -666,55 +754,8 @@ declare const SysWebhook: Omit<{
|
|
|
666
754
|
collapsed?: boolean | undefined;
|
|
667
755
|
}[];
|
|
668
756
|
} | undefined;
|
|
669
|
-
rowColor?: {
|
|
670
|
-
field: string;
|
|
671
|
-
colors?: Record<string, string> | undefined;
|
|
672
|
-
} | undefined;
|
|
673
757
|
hiddenFields?: string[] | undefined;
|
|
674
758
|
fieldOrder?: string[] | undefined;
|
|
675
|
-
rowActions?: string[] | undefined;
|
|
676
|
-
bulkActions?: string[] | undefined;
|
|
677
|
-
bulkActionDefs?: {
|
|
678
|
-
name: string;
|
|
679
|
-
operation: "delete" | "update" | "custom";
|
|
680
|
-
label?: string | undefined;
|
|
681
|
-
icon?: string | undefined;
|
|
682
|
-
variant?: "primary" | "secondary" | "outline" | "danger" | "ghost" | undefined;
|
|
683
|
-
execution?: "aggregate" | "perRecord" | undefined;
|
|
684
|
-
patch?: Record<string, unknown> | undefined;
|
|
685
|
-
params?: {
|
|
686
|
-
[x: string]: unknown;
|
|
687
|
-
name: string;
|
|
688
|
-
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";
|
|
689
|
-
label?: string | undefined;
|
|
690
|
-
help?: string | undefined;
|
|
691
|
-
required?: boolean | undefined;
|
|
692
|
-
default?: unknown;
|
|
693
|
-
options?: {
|
|
694
|
-
[x: string]: unknown;
|
|
695
|
-
label: string;
|
|
696
|
-
value: string | number | boolean;
|
|
697
|
-
}[] | undefined;
|
|
698
|
-
object?: string | undefined;
|
|
699
|
-
labelField?: string | undefined;
|
|
700
|
-
multiple?: boolean | undefined;
|
|
701
|
-
placeholder?: string | undefined;
|
|
702
|
-
}[] | undefined;
|
|
703
|
-
confirmText?: string | undefined;
|
|
704
|
-
confirmLabel?: string | undefined;
|
|
705
|
-
visible?: string | {
|
|
706
|
-
dialect: "cel" | "cron" | "template";
|
|
707
|
-
source?: string | undefined;
|
|
708
|
-
ast?: unknown;
|
|
709
|
-
meta?: {
|
|
710
|
-
rationale?: string | undefined;
|
|
711
|
-
generatedBy?: string | undefined;
|
|
712
|
-
} | undefined;
|
|
713
|
-
} | undefined;
|
|
714
|
-
requiredPermissions?: string[] | undefined;
|
|
715
|
-
maxRecords?: number | undefined;
|
|
716
|
-
batchSize?: number | undefined;
|
|
717
|
-
}[] | undefined;
|
|
718
759
|
conditionalFormatting?: {
|
|
719
760
|
condition: string | {
|
|
720
761
|
dialect: "cel" | "cron" | "template";
|
|
@@ -762,7 +803,7 @@ declare const SysWebhook: Omit<{
|
|
|
762
803
|
trackHistory?: boolean | undefined;
|
|
763
804
|
searchable?: boolean | undefined;
|
|
764
805
|
apiEnabled?: boolean | undefined;
|
|
765
|
-
apiMethods?: ("delete" | "update" | "create" | "get" | "
|
|
806
|
+
apiMethods?: ("delete" | "update" | "create" | "get" | "bulk" | "list")[] | undefined;
|
|
766
807
|
files?: boolean | undefined;
|
|
767
808
|
feeds?: boolean | undefined;
|
|
768
809
|
activities?: boolean | undefined;
|
|
@@ -784,7 +825,7 @@ declare const SysWebhook: Omit<{
|
|
|
784
825
|
key?: never;
|
|
785
826
|
defaultValue?: never;
|
|
786
827
|
});
|
|
787
|
-
_lock?: "
|
|
828
|
+
_lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
788
829
|
_lockReason?: string | undefined;
|
|
789
830
|
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
790
831
|
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
@@ -799,7 +840,7 @@ declare const SysWebhook: Omit<{
|
|
|
799
840
|
icon?: string | undefined;
|
|
800
841
|
locations?: ("record_header" | "list_toolbar" | "list_item" | "record_more" | "record_related" | "record_section")[] | undefined;
|
|
801
842
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
802
|
-
type?: "url" | "form" | "
|
|
843
|
+
type?: "url" | "form" | "modal" | "api" | "flow" | "script" | undefined;
|
|
803
844
|
target?: string | undefined;
|
|
804
845
|
openIn?: "self" | "new-tab" | undefined;
|
|
805
846
|
body?: {
|
|
@@ -812,6 +853,8 @@ declare const SysWebhook: Omit<{
|
|
|
812
853
|
timeoutMs?: number | undefined;
|
|
813
854
|
memoryMb?: number | undefined;
|
|
814
855
|
} | undefined;
|
|
856
|
+
operation?: "update" | undefined;
|
|
857
|
+
patch?: Record<string, unknown> | undefined;
|
|
815
858
|
execute?: undefined;
|
|
816
859
|
params?: {
|
|
817
860
|
name?: string | undefined;
|
|
@@ -821,7 +864,7 @@ declare const SysWebhook: Omit<{
|
|
|
821
864
|
key?: never;
|
|
822
865
|
defaultValue?: never;
|
|
823
866
|
}) | undefined;
|
|
824
|
-
type?: "number" | "boolean" | "secret" | "email" | "currency" | "code" | "date" | "record" | "file" | "user" | "
|
|
867
|
+
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;
|
|
825
868
|
required?: boolean | undefined;
|
|
826
869
|
options?: {
|
|
827
870
|
label: string | (Record<string, string> & {
|
|
@@ -847,6 +890,7 @@ declare const SysWebhook: Omit<{
|
|
|
847
890
|
maxSize?: number | undefined;
|
|
848
891
|
reference?: string | undefined;
|
|
849
892
|
defaultFromRow?: boolean | undefined;
|
|
893
|
+
carryOver?: boolean | undefined;
|
|
850
894
|
visible?: string | {
|
|
851
895
|
dialect: "cel" | "cron" | "template";
|
|
852
896
|
source?: string | undefined;
|
|
@@ -955,7 +999,7 @@ declare const SysWebhook: Omit<{
|
|
|
955
999
|
} | undefined;
|
|
956
1000
|
}[] | undefined;
|
|
957
1001
|
protection?: {
|
|
958
|
-
lock: "
|
|
1002
|
+
lock: "none" | "no-overlay" | "no-delete" | "full";
|
|
959
1003
|
reason: string;
|
|
960
1004
|
docsUrl?: string | undefined;
|
|
961
1005
|
} | undefined;
|
|
@@ -1074,6 +1118,7 @@ declare const SysWebhook: Omit<{
|
|
|
1074
1118
|
readonly options?: {
|
|
1075
1119
|
label: string;
|
|
1076
1120
|
value: string;
|
|
1121
|
+
description?: string | undefined;
|
|
1077
1122
|
color?: string | undefined;
|
|
1078
1123
|
default?: boolean | undefined;
|
|
1079
1124
|
visibleWhen?: string | {
|
|
@@ -1087,16 +1132,10 @@ declare const SysWebhook: Omit<{
|
|
|
1087
1132
|
} | undefined;
|
|
1088
1133
|
}[] | undefined;
|
|
1089
1134
|
readonly description?: string | undefined;
|
|
1090
|
-
readonly label?: string | undefined;
|
|
1091
|
-
readonly name?: string | undefined;
|
|
1092
|
-
readonly precision?: number | undefined;
|
|
1093
|
-
readonly required?: boolean | undefined;
|
|
1094
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1095
|
-
readonly widget?: string | undefined;
|
|
1096
|
-
readonly multiple?: boolean | undefined;
|
|
1097
1135
|
readonly storage?: {
|
|
1098
1136
|
notNull?: boolean | undefined;
|
|
1099
1137
|
} | undefined;
|
|
1138
|
+
readonly required?: boolean | undefined;
|
|
1100
1139
|
readonly visibleWhen?: string | {
|
|
1101
1140
|
dialect: "cel" | "cron" | "template";
|
|
1102
1141
|
source?: string | undefined;
|
|
@@ -1115,16 +1154,18 @@ declare const SysWebhook: Omit<{
|
|
|
1115
1154
|
generatedBy?: string | undefined;
|
|
1116
1155
|
} | undefined;
|
|
1117
1156
|
} | undefined;
|
|
1118
|
-
readonly _lock?: "
|
|
1157
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
1119
1158
|
readonly _lockReason?: string | undefined;
|
|
1120
1159
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
1121
1160
|
readonly _lockDocsUrl?: string | undefined;
|
|
1122
1161
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
1123
1162
|
readonly _packageId?: string | undefined;
|
|
1124
1163
|
readonly _packageVersion?: string | undefined;
|
|
1164
|
+
readonly precision?: number | undefined;
|
|
1165
|
+
readonly name?: string | undefined;
|
|
1125
1166
|
readonly lookupFilters?: {
|
|
1126
1167
|
field: string;
|
|
1127
|
-
operator: "in" | "
|
|
1168
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
1128
1169
|
value: any;
|
|
1129
1170
|
}[] | undefined;
|
|
1130
1171
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -1146,9 +1187,11 @@ declare const SysWebhook: Omit<{
|
|
|
1146
1187
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
1147
1188
|
} | undefined;
|
|
1148
1189
|
readonly reference?: string | undefined;
|
|
1190
|
+
readonly label?: string | undefined;
|
|
1149
1191
|
readonly scale?: number | undefined;
|
|
1150
1192
|
readonly step?: number | undefined;
|
|
1151
1193
|
readonly displayField?: string | undefined;
|
|
1194
|
+
readonly multiple?: boolean | undefined;
|
|
1152
1195
|
readonly accept?: string[] | undefined;
|
|
1153
1196
|
readonly requiredWhen?: string | {
|
|
1154
1197
|
dialect: "cel" | "cron" | "template";
|
|
@@ -1165,10 +1208,13 @@ declare const SysWebhook: Omit<{
|
|
|
1165
1208
|
readonly defaultValue?: unknown;
|
|
1166
1209
|
readonly maxLength?: number | undefined;
|
|
1167
1210
|
readonly minLength?: number | undefined;
|
|
1211
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
1212
|
+
readonly rows?: number | undefined;
|
|
1168
1213
|
readonly min?: number | undefined;
|
|
1169
1214
|
readonly max?: number | undefined;
|
|
1170
1215
|
readonly useGrouping?: boolean | undefined;
|
|
1171
1216
|
readonly maxSize?: number | undefined;
|
|
1217
|
+
readonly referenceVia?: string | undefined;
|
|
1172
1218
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1173
1219
|
readonly inlineTitle?: string | undefined;
|
|
1174
1220
|
readonly inlineColumns?: {
|
|
@@ -1230,6 +1276,7 @@ declare const SysWebhook: Omit<{
|
|
|
1230
1276
|
param?: string | undefined;
|
|
1231
1277
|
})[] | undefined;
|
|
1232
1278
|
readonly allowCreate?: boolean | undefined;
|
|
1279
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1233
1280
|
readonly language?: string | undefined;
|
|
1234
1281
|
readonly currencyConfig?: {
|
|
1235
1282
|
precision?: number | undefined;
|
|
@@ -1240,9 +1287,10 @@ declare const SysWebhook: Omit<{
|
|
|
1240
1287
|
readonly trackHistory?: boolean | undefined;
|
|
1241
1288
|
readonly group?: string | undefined;
|
|
1242
1289
|
readonly conditionalRequired?: undefined;
|
|
1290
|
+
readonly widget?: string | undefined;
|
|
1243
1291
|
readonly internal?: boolean | undefined;
|
|
1244
1292
|
readonly requiredPermissions?: string[] | undefined;
|
|
1245
|
-
readonly maskingRule?: "
|
|
1293
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
1246
1294
|
keepHead: number;
|
|
1247
1295
|
keepTail: number;
|
|
1248
1296
|
} | undefined;
|
|
@@ -1260,6 +1308,7 @@ declare const SysWebhook: Omit<{
|
|
|
1260
1308
|
readonly options?: {
|
|
1261
1309
|
label: string;
|
|
1262
1310
|
value: string;
|
|
1311
|
+
description?: string | undefined;
|
|
1263
1312
|
color?: string | undefined;
|
|
1264
1313
|
default?: boolean | undefined;
|
|
1265
1314
|
visibleWhen?: string | {
|
|
@@ -1273,16 +1322,10 @@ declare const SysWebhook: Omit<{
|
|
|
1273
1322
|
} | undefined;
|
|
1274
1323
|
}[] | undefined;
|
|
1275
1324
|
readonly description?: string | undefined;
|
|
1276
|
-
readonly label?: string | undefined;
|
|
1277
|
-
readonly name?: string | undefined;
|
|
1278
|
-
readonly precision?: number | undefined;
|
|
1279
|
-
readonly required?: boolean | undefined;
|
|
1280
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1281
|
-
readonly widget?: string | undefined;
|
|
1282
|
-
readonly multiple?: boolean | undefined;
|
|
1283
1325
|
readonly storage?: {
|
|
1284
1326
|
notNull?: boolean | undefined;
|
|
1285
1327
|
} | undefined;
|
|
1328
|
+
readonly required?: boolean | undefined;
|
|
1286
1329
|
readonly visibleWhen?: string | {
|
|
1287
1330
|
dialect: "cel" | "cron" | "template";
|
|
1288
1331
|
source?: string | undefined;
|
|
@@ -1301,16 +1344,18 @@ declare const SysWebhook: Omit<{
|
|
|
1301
1344
|
generatedBy?: string | undefined;
|
|
1302
1345
|
} | undefined;
|
|
1303
1346
|
} | undefined;
|
|
1304
|
-
readonly _lock?: "
|
|
1347
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
1305
1348
|
readonly _lockReason?: string | undefined;
|
|
1306
1349
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
1307
1350
|
readonly _lockDocsUrl?: string | undefined;
|
|
1308
1351
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
1309
1352
|
readonly _packageId?: string | undefined;
|
|
1310
1353
|
readonly _packageVersion?: string | undefined;
|
|
1354
|
+
readonly precision?: number | undefined;
|
|
1355
|
+
readonly name?: string | undefined;
|
|
1311
1356
|
readonly lookupFilters?: {
|
|
1312
1357
|
field: string;
|
|
1313
|
-
operator: "in" | "
|
|
1358
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
1314
1359
|
value: any;
|
|
1315
1360
|
}[] | undefined;
|
|
1316
1361
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -1332,9 +1377,11 @@ declare const SysWebhook: Omit<{
|
|
|
1332
1377
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
1333
1378
|
} | undefined;
|
|
1334
1379
|
readonly reference?: string | undefined;
|
|
1380
|
+
readonly label?: string | undefined;
|
|
1335
1381
|
readonly scale?: number | undefined;
|
|
1336
1382
|
readonly step?: number | undefined;
|
|
1337
1383
|
readonly displayField?: string | undefined;
|
|
1384
|
+
readonly multiple?: boolean | undefined;
|
|
1338
1385
|
readonly accept?: string[] | undefined;
|
|
1339
1386
|
readonly requiredWhen?: string | {
|
|
1340
1387
|
dialect: "cel" | "cron" | "template";
|
|
@@ -1351,10 +1398,13 @@ declare const SysWebhook: Omit<{
|
|
|
1351
1398
|
readonly defaultValue?: unknown;
|
|
1352
1399
|
readonly maxLength?: number | undefined;
|
|
1353
1400
|
readonly minLength?: number | undefined;
|
|
1401
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
1402
|
+
readonly rows?: number | undefined;
|
|
1354
1403
|
readonly min?: number | undefined;
|
|
1355
1404
|
readonly max?: number | undefined;
|
|
1356
1405
|
readonly useGrouping?: boolean | undefined;
|
|
1357
1406
|
readonly maxSize?: number | undefined;
|
|
1407
|
+
readonly referenceVia?: string | undefined;
|
|
1358
1408
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1359
1409
|
readonly inlineTitle?: string | undefined;
|
|
1360
1410
|
readonly inlineColumns?: {
|
|
@@ -1416,6 +1466,7 @@ declare const SysWebhook: Omit<{
|
|
|
1416
1466
|
param?: string | undefined;
|
|
1417
1467
|
})[] | undefined;
|
|
1418
1468
|
readonly allowCreate?: boolean | undefined;
|
|
1469
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1419
1470
|
readonly language?: string | undefined;
|
|
1420
1471
|
readonly currencyConfig?: {
|
|
1421
1472
|
precision?: number | undefined;
|
|
@@ -1426,9 +1477,10 @@ declare const SysWebhook: Omit<{
|
|
|
1426
1477
|
readonly trackHistory?: boolean | undefined;
|
|
1427
1478
|
readonly group?: string | undefined;
|
|
1428
1479
|
readonly conditionalRequired?: undefined;
|
|
1480
|
+
readonly widget?: string | undefined;
|
|
1429
1481
|
readonly internal?: boolean | undefined;
|
|
1430
1482
|
readonly requiredPermissions?: string[] | undefined;
|
|
1431
|
-
readonly maskingRule?: "
|
|
1483
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
1432
1484
|
keepHead: number;
|
|
1433
1485
|
keepTail: number;
|
|
1434
1486
|
} | undefined;
|
|
@@ -1446,6 +1498,7 @@ declare const SysWebhook: Omit<{
|
|
|
1446
1498
|
readonly options?: {
|
|
1447
1499
|
label: string;
|
|
1448
1500
|
value: string;
|
|
1501
|
+
description?: string | undefined;
|
|
1449
1502
|
color?: string | undefined;
|
|
1450
1503
|
default?: boolean | undefined;
|
|
1451
1504
|
visibleWhen?: string | {
|
|
@@ -1459,16 +1512,10 @@ declare const SysWebhook: Omit<{
|
|
|
1459
1512
|
} | undefined;
|
|
1460
1513
|
}[] | undefined;
|
|
1461
1514
|
readonly description?: string | undefined;
|
|
1462
|
-
readonly label?: string | undefined;
|
|
1463
|
-
readonly name?: string | undefined;
|
|
1464
|
-
readonly precision?: number | undefined;
|
|
1465
|
-
readonly required?: boolean | undefined;
|
|
1466
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1467
|
-
readonly widget?: string | undefined;
|
|
1468
|
-
readonly multiple?: boolean | undefined;
|
|
1469
1515
|
readonly storage?: {
|
|
1470
1516
|
notNull?: boolean | undefined;
|
|
1471
1517
|
} | undefined;
|
|
1518
|
+
readonly required?: boolean | undefined;
|
|
1472
1519
|
readonly visibleWhen?: string | {
|
|
1473
1520
|
dialect: "cel" | "cron" | "template";
|
|
1474
1521
|
source?: string | undefined;
|
|
@@ -1487,16 +1534,18 @@ declare const SysWebhook: Omit<{
|
|
|
1487
1534
|
generatedBy?: string | undefined;
|
|
1488
1535
|
} | undefined;
|
|
1489
1536
|
} | undefined;
|
|
1490
|
-
readonly _lock?: "
|
|
1537
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
1491
1538
|
readonly _lockReason?: string | undefined;
|
|
1492
1539
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
1493
1540
|
readonly _lockDocsUrl?: string | undefined;
|
|
1494
1541
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
1495
1542
|
readonly _packageId?: string | undefined;
|
|
1496
1543
|
readonly _packageVersion?: string | undefined;
|
|
1544
|
+
readonly precision?: number | undefined;
|
|
1545
|
+
readonly name?: string | undefined;
|
|
1497
1546
|
readonly lookupFilters?: {
|
|
1498
1547
|
field: string;
|
|
1499
|
-
operator: "in" | "
|
|
1548
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
1500
1549
|
value: any;
|
|
1501
1550
|
}[] | undefined;
|
|
1502
1551
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -1518,9 +1567,11 @@ declare const SysWebhook: Omit<{
|
|
|
1518
1567
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
1519
1568
|
} | undefined;
|
|
1520
1569
|
readonly reference?: string | undefined;
|
|
1570
|
+
readonly label?: string | undefined;
|
|
1521
1571
|
readonly scale?: number | undefined;
|
|
1522
1572
|
readonly step?: number | undefined;
|
|
1523
1573
|
readonly displayField?: string | undefined;
|
|
1574
|
+
readonly multiple?: boolean | undefined;
|
|
1524
1575
|
readonly accept?: string[] | undefined;
|
|
1525
1576
|
readonly requiredWhen?: string | {
|
|
1526
1577
|
dialect: "cel" | "cron" | "template";
|
|
@@ -1537,10 +1588,13 @@ declare const SysWebhook: Omit<{
|
|
|
1537
1588
|
readonly defaultValue?: unknown;
|
|
1538
1589
|
readonly maxLength?: number | undefined;
|
|
1539
1590
|
readonly minLength?: number | undefined;
|
|
1591
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
1592
|
+
readonly rows?: number | undefined;
|
|
1540
1593
|
readonly min?: number | undefined;
|
|
1541
1594
|
readonly max?: number | undefined;
|
|
1542
1595
|
readonly useGrouping?: boolean | undefined;
|
|
1543
1596
|
readonly maxSize?: number | undefined;
|
|
1597
|
+
readonly referenceVia?: string | undefined;
|
|
1544
1598
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1545
1599
|
readonly inlineTitle?: string | undefined;
|
|
1546
1600
|
readonly inlineColumns?: {
|
|
@@ -1602,6 +1656,7 @@ declare const SysWebhook: Omit<{
|
|
|
1602
1656
|
param?: string | undefined;
|
|
1603
1657
|
})[] | undefined;
|
|
1604
1658
|
readonly allowCreate?: boolean | undefined;
|
|
1659
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1605
1660
|
readonly language?: string | undefined;
|
|
1606
1661
|
readonly currencyConfig?: {
|
|
1607
1662
|
precision?: number | undefined;
|
|
@@ -1612,9 +1667,10 @@ declare const SysWebhook: Omit<{
|
|
|
1612
1667
|
readonly trackHistory?: boolean | undefined;
|
|
1613
1668
|
readonly group?: string | undefined;
|
|
1614
1669
|
readonly conditionalRequired?: undefined;
|
|
1670
|
+
readonly widget?: string | undefined;
|
|
1615
1671
|
readonly internal?: boolean | undefined;
|
|
1616
1672
|
readonly requiredPermissions?: string[] | undefined;
|
|
1617
|
-
readonly maskingRule?: "
|
|
1673
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
1618
1674
|
keepHead: number;
|
|
1619
1675
|
keepTail: number;
|
|
1620
1676
|
} | undefined;
|
|
@@ -1632,6 +1688,7 @@ declare const SysWebhook: Omit<{
|
|
|
1632
1688
|
readonly options?: {
|
|
1633
1689
|
label: string;
|
|
1634
1690
|
value: string;
|
|
1691
|
+
description?: string | undefined;
|
|
1635
1692
|
color?: string | undefined;
|
|
1636
1693
|
default?: boolean | undefined;
|
|
1637
1694
|
visibleWhen?: string | {
|
|
@@ -1645,16 +1702,10 @@ declare const SysWebhook: Omit<{
|
|
|
1645
1702
|
} | undefined;
|
|
1646
1703
|
}[] | undefined;
|
|
1647
1704
|
readonly description?: string | undefined;
|
|
1648
|
-
readonly label?: string | undefined;
|
|
1649
|
-
readonly name?: string | undefined;
|
|
1650
|
-
readonly precision?: number | undefined;
|
|
1651
|
-
readonly required?: boolean | undefined;
|
|
1652
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1653
|
-
readonly widget?: string | undefined;
|
|
1654
|
-
readonly multiple?: boolean | undefined;
|
|
1655
1705
|
readonly storage?: {
|
|
1656
1706
|
notNull?: boolean | undefined;
|
|
1657
1707
|
} | undefined;
|
|
1708
|
+
readonly required?: boolean | undefined;
|
|
1658
1709
|
readonly visibleWhen?: string | {
|
|
1659
1710
|
dialect: "cel" | "cron" | "template";
|
|
1660
1711
|
source?: string | undefined;
|
|
@@ -1673,16 +1724,18 @@ declare const SysWebhook: Omit<{
|
|
|
1673
1724
|
generatedBy?: string | undefined;
|
|
1674
1725
|
} | undefined;
|
|
1675
1726
|
} | undefined;
|
|
1676
|
-
readonly _lock?: "
|
|
1727
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
1677
1728
|
readonly _lockReason?: string | undefined;
|
|
1678
1729
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
1679
1730
|
readonly _lockDocsUrl?: string | undefined;
|
|
1680
1731
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
1681
1732
|
readonly _packageId?: string | undefined;
|
|
1682
1733
|
readonly _packageVersion?: string | undefined;
|
|
1734
|
+
readonly precision?: number | undefined;
|
|
1735
|
+
readonly name?: string | undefined;
|
|
1683
1736
|
readonly lookupFilters?: {
|
|
1684
1737
|
field: string;
|
|
1685
|
-
operator: "in" | "
|
|
1738
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
1686
1739
|
value: any;
|
|
1687
1740
|
}[] | undefined;
|
|
1688
1741
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -1704,9 +1757,11 @@ declare const SysWebhook: Omit<{
|
|
|
1704
1757
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
1705
1758
|
} | undefined;
|
|
1706
1759
|
readonly reference?: string | undefined;
|
|
1760
|
+
readonly label?: string | undefined;
|
|
1707
1761
|
readonly scale?: number | undefined;
|
|
1708
1762
|
readonly step?: number | undefined;
|
|
1709
1763
|
readonly displayField?: string | undefined;
|
|
1764
|
+
readonly multiple?: boolean | undefined;
|
|
1710
1765
|
readonly accept?: string[] | undefined;
|
|
1711
1766
|
readonly requiredWhen?: string | {
|
|
1712
1767
|
dialect: "cel" | "cron" | "template";
|
|
@@ -1723,10 +1778,13 @@ declare const SysWebhook: Omit<{
|
|
|
1723
1778
|
readonly defaultValue?: unknown;
|
|
1724
1779
|
readonly maxLength?: number | undefined;
|
|
1725
1780
|
readonly minLength?: number | undefined;
|
|
1781
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
1782
|
+
readonly rows?: number | undefined;
|
|
1726
1783
|
readonly min?: number | undefined;
|
|
1727
1784
|
readonly max?: number | undefined;
|
|
1728
1785
|
readonly useGrouping?: boolean | undefined;
|
|
1729
1786
|
readonly maxSize?: number | undefined;
|
|
1787
|
+
readonly referenceVia?: string | undefined;
|
|
1730
1788
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1731
1789
|
readonly inlineTitle?: string | undefined;
|
|
1732
1790
|
readonly inlineColumns?: {
|
|
@@ -1788,6 +1846,7 @@ declare const SysWebhook: Omit<{
|
|
|
1788
1846
|
param?: string | undefined;
|
|
1789
1847
|
})[] | undefined;
|
|
1790
1848
|
readonly allowCreate?: boolean | undefined;
|
|
1849
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1791
1850
|
readonly language?: string | undefined;
|
|
1792
1851
|
readonly currencyConfig?: {
|
|
1793
1852
|
precision?: number | undefined;
|
|
@@ -1798,9 +1857,10 @@ declare const SysWebhook: Omit<{
|
|
|
1798
1857
|
readonly trackHistory?: boolean | undefined;
|
|
1799
1858
|
readonly group?: string | undefined;
|
|
1800
1859
|
readonly conditionalRequired?: undefined;
|
|
1860
|
+
readonly widget?: string | undefined;
|
|
1801
1861
|
readonly internal?: boolean | undefined;
|
|
1802
1862
|
readonly requiredPermissions?: string[] | undefined;
|
|
1803
|
-
readonly maskingRule?: "
|
|
1863
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
1804
1864
|
keepHead: number;
|
|
1805
1865
|
keepTail: number;
|
|
1806
1866
|
} | undefined;
|
|
@@ -1818,6 +1878,7 @@ declare const SysWebhook: Omit<{
|
|
|
1818
1878
|
options: {
|
|
1819
1879
|
label: string;
|
|
1820
1880
|
value: string;
|
|
1881
|
+
description?: string | undefined;
|
|
1821
1882
|
color?: string | undefined;
|
|
1822
1883
|
default?: boolean | undefined;
|
|
1823
1884
|
visibleWhen?: string | {
|
|
@@ -1831,16 +1892,10 @@ declare const SysWebhook: Omit<{
|
|
|
1831
1892
|
} | undefined;
|
|
1832
1893
|
}[];
|
|
1833
1894
|
readonly description?: string | undefined;
|
|
1834
|
-
readonly label?: string | undefined;
|
|
1835
|
-
readonly name?: string | undefined;
|
|
1836
|
-
readonly precision?: number | undefined;
|
|
1837
|
-
readonly required?: boolean | undefined;
|
|
1838
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1839
|
-
readonly widget?: string | undefined;
|
|
1840
|
-
readonly multiple?: boolean | undefined;
|
|
1841
1895
|
readonly storage?: {
|
|
1842
1896
|
notNull?: boolean | undefined;
|
|
1843
1897
|
} | undefined;
|
|
1898
|
+
readonly required?: boolean | undefined;
|
|
1844
1899
|
readonly visibleWhen?: string | {
|
|
1845
1900
|
dialect: "cel" | "cron" | "template";
|
|
1846
1901
|
source?: string | undefined;
|
|
@@ -1859,16 +1914,18 @@ declare const SysWebhook: Omit<{
|
|
|
1859
1914
|
generatedBy?: string | undefined;
|
|
1860
1915
|
} | undefined;
|
|
1861
1916
|
} | undefined;
|
|
1862
|
-
readonly _lock?: "
|
|
1917
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
1863
1918
|
readonly _lockReason?: string | undefined;
|
|
1864
1919
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
1865
1920
|
readonly _lockDocsUrl?: string | undefined;
|
|
1866
1921
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
1867
1922
|
readonly _packageId?: string | undefined;
|
|
1868
1923
|
readonly _packageVersion?: string | undefined;
|
|
1924
|
+
readonly precision?: number | undefined;
|
|
1925
|
+
readonly name?: string | undefined;
|
|
1869
1926
|
readonly lookupFilters?: {
|
|
1870
1927
|
field: string;
|
|
1871
|
-
operator: "in" | "
|
|
1928
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
1872
1929
|
value: any;
|
|
1873
1930
|
}[] | undefined;
|
|
1874
1931
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -1890,9 +1947,11 @@ declare const SysWebhook: Omit<{
|
|
|
1890
1947
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
1891
1948
|
} | undefined;
|
|
1892
1949
|
readonly reference?: string | undefined;
|
|
1950
|
+
readonly label?: string | undefined;
|
|
1893
1951
|
readonly scale?: number | undefined;
|
|
1894
1952
|
readonly step?: number | undefined;
|
|
1895
1953
|
readonly displayField?: string | undefined;
|
|
1954
|
+
readonly multiple?: boolean | undefined;
|
|
1896
1955
|
readonly accept?: string[] | undefined;
|
|
1897
1956
|
readonly requiredWhen?: string | {
|
|
1898
1957
|
dialect: "cel" | "cron" | "template";
|
|
@@ -1909,10 +1968,13 @@ declare const SysWebhook: Omit<{
|
|
|
1909
1968
|
readonly defaultValue?: unknown;
|
|
1910
1969
|
readonly maxLength?: number | undefined;
|
|
1911
1970
|
readonly minLength?: number | undefined;
|
|
1971
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
1972
|
+
readonly rows?: number | undefined;
|
|
1912
1973
|
readonly min?: number | undefined;
|
|
1913
1974
|
readonly max?: number | undefined;
|
|
1914
1975
|
readonly useGrouping?: boolean | undefined;
|
|
1915
1976
|
readonly maxSize?: number | undefined;
|
|
1977
|
+
readonly referenceVia?: string | undefined;
|
|
1916
1978
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1917
1979
|
readonly inlineTitle?: string | undefined;
|
|
1918
1980
|
readonly inlineColumns?: {
|
|
@@ -1974,6 +2036,7 @@ declare const SysWebhook: Omit<{
|
|
|
1974
2036
|
param?: string | undefined;
|
|
1975
2037
|
})[] | undefined;
|
|
1976
2038
|
readonly allowCreate?: boolean | undefined;
|
|
2039
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1977
2040
|
readonly language?: string | undefined;
|
|
1978
2041
|
readonly currencyConfig?: {
|
|
1979
2042
|
precision?: number | undefined;
|
|
@@ -1984,9 +2047,10 @@ declare const SysWebhook: Omit<{
|
|
|
1984
2047
|
readonly trackHistory?: boolean | undefined;
|
|
1985
2048
|
readonly group?: string | undefined;
|
|
1986
2049
|
readonly conditionalRequired?: undefined;
|
|
2050
|
+
readonly widget?: string | undefined;
|
|
1987
2051
|
readonly internal?: boolean | undefined;
|
|
1988
2052
|
readonly requiredPermissions?: string[] | undefined;
|
|
1989
|
-
readonly maskingRule?: "
|
|
2053
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
1990
2054
|
keepHead: number;
|
|
1991
2055
|
keepTail: number;
|
|
1992
2056
|
} | undefined;
|
|
@@ -2004,6 +2068,7 @@ declare const SysWebhook: Omit<{
|
|
|
2004
2068
|
readonly options?: {
|
|
2005
2069
|
label: string;
|
|
2006
2070
|
value: string;
|
|
2071
|
+
description?: string | undefined;
|
|
2007
2072
|
color?: string | undefined;
|
|
2008
2073
|
default?: boolean | undefined;
|
|
2009
2074
|
visibleWhen?: string | {
|
|
@@ -2017,16 +2082,10 @@ declare const SysWebhook: Omit<{
|
|
|
2017
2082
|
} | undefined;
|
|
2018
2083
|
}[] | undefined;
|
|
2019
2084
|
readonly description?: string | undefined;
|
|
2020
|
-
readonly label?: string | undefined;
|
|
2021
|
-
readonly name?: string | undefined;
|
|
2022
|
-
readonly precision?: number | undefined;
|
|
2023
|
-
readonly required?: boolean | undefined;
|
|
2024
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2025
|
-
readonly widget?: string | undefined;
|
|
2026
|
-
readonly multiple?: boolean | undefined;
|
|
2027
2085
|
readonly storage?: {
|
|
2028
2086
|
notNull?: boolean | undefined;
|
|
2029
2087
|
} | undefined;
|
|
2088
|
+
readonly required?: boolean | undefined;
|
|
2030
2089
|
readonly visibleWhen?: string | {
|
|
2031
2090
|
dialect: "cel" | "cron" | "template";
|
|
2032
2091
|
source?: string | undefined;
|
|
@@ -2045,16 +2104,18 @@ declare const SysWebhook: Omit<{
|
|
|
2045
2104
|
generatedBy?: string | undefined;
|
|
2046
2105
|
} | undefined;
|
|
2047
2106
|
} | undefined;
|
|
2048
|
-
readonly _lock?: "
|
|
2107
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
2049
2108
|
readonly _lockReason?: string | undefined;
|
|
2050
2109
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2051
2110
|
readonly _lockDocsUrl?: string | undefined;
|
|
2052
2111
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2053
2112
|
readonly _packageId?: string | undefined;
|
|
2054
2113
|
readonly _packageVersion?: string | undefined;
|
|
2114
|
+
readonly precision?: number | undefined;
|
|
2115
|
+
readonly name?: string | undefined;
|
|
2055
2116
|
readonly lookupFilters?: {
|
|
2056
2117
|
field: string;
|
|
2057
|
-
operator: "in" | "
|
|
2118
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
2058
2119
|
value: any;
|
|
2059
2120
|
}[] | undefined;
|
|
2060
2121
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -2076,9 +2137,11 @@ declare const SysWebhook: Omit<{
|
|
|
2076
2137
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
2077
2138
|
} | undefined;
|
|
2078
2139
|
readonly reference?: string | undefined;
|
|
2140
|
+
readonly label?: string | undefined;
|
|
2079
2141
|
readonly scale?: number | undefined;
|
|
2080
2142
|
readonly step?: number | undefined;
|
|
2081
2143
|
readonly displayField?: string | undefined;
|
|
2144
|
+
readonly multiple?: boolean | undefined;
|
|
2082
2145
|
readonly accept?: string[] | undefined;
|
|
2083
2146
|
readonly requiredWhen?: string | {
|
|
2084
2147
|
dialect: "cel" | "cron" | "template";
|
|
@@ -2095,10 +2158,13 @@ declare const SysWebhook: Omit<{
|
|
|
2095
2158
|
readonly defaultValue?: unknown;
|
|
2096
2159
|
readonly maxLength?: number | undefined;
|
|
2097
2160
|
readonly minLength?: number | undefined;
|
|
2161
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
2162
|
+
readonly rows?: number | undefined;
|
|
2098
2163
|
readonly min?: number | undefined;
|
|
2099
2164
|
readonly max?: number | undefined;
|
|
2100
2165
|
readonly useGrouping?: boolean | undefined;
|
|
2101
2166
|
readonly maxSize?: number | undefined;
|
|
2167
|
+
readonly referenceVia?: string | undefined;
|
|
2102
2168
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2103
2169
|
readonly inlineTitle?: string | undefined;
|
|
2104
2170
|
readonly inlineColumns?: {
|
|
@@ -2160,6 +2226,7 @@ declare const SysWebhook: Omit<{
|
|
|
2160
2226
|
param?: string | undefined;
|
|
2161
2227
|
})[] | undefined;
|
|
2162
2228
|
readonly allowCreate?: boolean | undefined;
|
|
2229
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2163
2230
|
readonly language?: string | undefined;
|
|
2164
2231
|
readonly currencyConfig?: {
|
|
2165
2232
|
precision?: number | undefined;
|
|
@@ -2170,9 +2237,10 @@ declare const SysWebhook: Omit<{
|
|
|
2170
2237
|
readonly trackHistory?: boolean | undefined;
|
|
2171
2238
|
readonly group?: string | undefined;
|
|
2172
2239
|
readonly conditionalRequired?: undefined;
|
|
2240
|
+
readonly widget?: string | undefined;
|
|
2173
2241
|
readonly internal?: boolean | undefined;
|
|
2174
2242
|
readonly requiredPermissions?: string[] | undefined;
|
|
2175
|
-
readonly maskingRule?: "
|
|
2243
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
2176
2244
|
keepHead: number;
|
|
2177
2245
|
keepTail: number;
|
|
2178
2246
|
} | undefined;
|
|
@@ -2190,6 +2258,7 @@ declare const SysWebhook: Omit<{
|
|
|
2190
2258
|
options: {
|
|
2191
2259
|
label: string;
|
|
2192
2260
|
value: string;
|
|
2261
|
+
description?: string | undefined;
|
|
2193
2262
|
color?: string | undefined;
|
|
2194
2263
|
default?: boolean | undefined;
|
|
2195
2264
|
visibleWhen?: string | {
|
|
@@ -2203,16 +2272,10 @@ declare const SysWebhook: Omit<{
|
|
|
2203
2272
|
} | undefined;
|
|
2204
2273
|
}[];
|
|
2205
2274
|
readonly description?: string | undefined;
|
|
2206
|
-
readonly label?: string | undefined;
|
|
2207
|
-
readonly name?: string | undefined;
|
|
2208
|
-
readonly precision?: number | undefined;
|
|
2209
|
-
readonly required?: boolean | undefined;
|
|
2210
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2211
|
-
readonly widget?: string | undefined;
|
|
2212
|
-
readonly multiple?: boolean | undefined;
|
|
2213
2275
|
readonly storage?: {
|
|
2214
2276
|
notNull?: boolean | undefined;
|
|
2215
2277
|
} | undefined;
|
|
2278
|
+
readonly required?: boolean | undefined;
|
|
2216
2279
|
readonly visibleWhen?: string | {
|
|
2217
2280
|
dialect: "cel" | "cron" | "template";
|
|
2218
2281
|
source?: string | undefined;
|
|
@@ -2231,16 +2294,18 @@ declare const SysWebhook: Omit<{
|
|
|
2231
2294
|
generatedBy?: string | undefined;
|
|
2232
2295
|
} | undefined;
|
|
2233
2296
|
} | undefined;
|
|
2234
|
-
readonly _lock?: "
|
|
2297
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
2235
2298
|
readonly _lockReason?: string | undefined;
|
|
2236
2299
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2237
2300
|
readonly _lockDocsUrl?: string | undefined;
|
|
2238
2301
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2239
2302
|
readonly _packageId?: string | undefined;
|
|
2240
2303
|
readonly _packageVersion?: string | undefined;
|
|
2304
|
+
readonly precision?: number | undefined;
|
|
2305
|
+
readonly name?: string | undefined;
|
|
2241
2306
|
readonly lookupFilters?: {
|
|
2242
2307
|
field: string;
|
|
2243
|
-
operator: "in" | "
|
|
2308
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
2244
2309
|
value: any;
|
|
2245
2310
|
}[] | undefined;
|
|
2246
2311
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -2262,9 +2327,11 @@ declare const SysWebhook: Omit<{
|
|
|
2262
2327
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
2263
2328
|
} | undefined;
|
|
2264
2329
|
readonly reference?: string | undefined;
|
|
2330
|
+
readonly label?: string | undefined;
|
|
2265
2331
|
readonly scale?: number | undefined;
|
|
2266
2332
|
readonly step?: number | undefined;
|
|
2267
2333
|
readonly displayField?: string | undefined;
|
|
2334
|
+
readonly multiple?: boolean | undefined;
|
|
2268
2335
|
readonly accept?: string[] | undefined;
|
|
2269
2336
|
readonly requiredWhen?: string | {
|
|
2270
2337
|
dialect: "cel" | "cron" | "template";
|
|
@@ -2281,10 +2348,13 @@ declare const SysWebhook: Omit<{
|
|
|
2281
2348
|
readonly defaultValue?: unknown;
|
|
2282
2349
|
readonly maxLength?: number | undefined;
|
|
2283
2350
|
readonly minLength?: number | undefined;
|
|
2351
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
2352
|
+
readonly rows?: number | undefined;
|
|
2284
2353
|
readonly min?: number | undefined;
|
|
2285
2354
|
readonly max?: number | undefined;
|
|
2286
2355
|
readonly useGrouping?: boolean | undefined;
|
|
2287
2356
|
readonly maxSize?: number | undefined;
|
|
2357
|
+
readonly referenceVia?: string | undefined;
|
|
2288
2358
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2289
2359
|
readonly inlineTitle?: string | undefined;
|
|
2290
2360
|
readonly inlineColumns?: {
|
|
@@ -2346,6 +2416,7 @@ declare const SysWebhook: Omit<{
|
|
|
2346
2416
|
param?: string | undefined;
|
|
2347
2417
|
})[] | undefined;
|
|
2348
2418
|
readonly allowCreate?: boolean | undefined;
|
|
2419
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2349
2420
|
readonly language?: string | undefined;
|
|
2350
2421
|
readonly currencyConfig?: {
|
|
2351
2422
|
precision?: number | undefined;
|
|
@@ -2356,9 +2427,10 @@ declare const SysWebhook: Omit<{
|
|
|
2356
2427
|
readonly trackHistory?: boolean | undefined;
|
|
2357
2428
|
readonly group?: string | undefined;
|
|
2358
2429
|
readonly conditionalRequired?: undefined;
|
|
2430
|
+
readonly widget?: string | undefined;
|
|
2359
2431
|
readonly internal?: boolean | undefined;
|
|
2360
2432
|
readonly requiredPermissions?: string[] | undefined;
|
|
2361
|
-
readonly maskingRule?: "
|
|
2433
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
2362
2434
|
keepHead: number;
|
|
2363
2435
|
keepTail: number;
|
|
2364
2436
|
} | undefined;
|
|
@@ -2376,6 +2448,7 @@ declare const SysWebhook: Omit<{
|
|
|
2376
2448
|
readonly options?: {
|
|
2377
2449
|
label: string;
|
|
2378
2450
|
value: string;
|
|
2451
|
+
description?: string | undefined;
|
|
2379
2452
|
color?: string | undefined;
|
|
2380
2453
|
default?: boolean | undefined;
|
|
2381
2454
|
visibleWhen?: string | {
|
|
@@ -2389,16 +2462,10 @@ declare const SysWebhook: Omit<{
|
|
|
2389
2462
|
} | undefined;
|
|
2390
2463
|
}[] | undefined;
|
|
2391
2464
|
readonly description?: string | undefined;
|
|
2392
|
-
readonly label?: string | undefined;
|
|
2393
|
-
readonly name?: string | undefined;
|
|
2394
|
-
readonly precision?: number | undefined;
|
|
2395
|
-
readonly required?: boolean | undefined;
|
|
2396
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2397
|
-
readonly widget?: string | undefined;
|
|
2398
|
-
readonly multiple?: boolean | undefined;
|
|
2399
2465
|
readonly storage?: {
|
|
2400
2466
|
notNull?: boolean | undefined;
|
|
2401
2467
|
} | undefined;
|
|
2468
|
+
readonly required?: boolean | undefined;
|
|
2402
2469
|
readonly visibleWhen?: string | {
|
|
2403
2470
|
dialect: "cel" | "cron" | "template";
|
|
2404
2471
|
source?: string | undefined;
|
|
@@ -2417,16 +2484,18 @@ declare const SysWebhook: Omit<{
|
|
|
2417
2484
|
generatedBy?: string | undefined;
|
|
2418
2485
|
} | undefined;
|
|
2419
2486
|
} | undefined;
|
|
2420
|
-
readonly _lock?: "
|
|
2487
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
2421
2488
|
readonly _lockReason?: string | undefined;
|
|
2422
2489
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2423
2490
|
readonly _lockDocsUrl?: string | undefined;
|
|
2424
2491
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2425
2492
|
readonly _packageId?: string | undefined;
|
|
2426
2493
|
readonly _packageVersion?: string | undefined;
|
|
2494
|
+
readonly precision?: number | undefined;
|
|
2495
|
+
readonly name?: string | undefined;
|
|
2427
2496
|
readonly lookupFilters?: {
|
|
2428
2497
|
field: string;
|
|
2429
|
-
operator: "in" | "
|
|
2498
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
2430
2499
|
value: any;
|
|
2431
2500
|
}[] | undefined;
|
|
2432
2501
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -2448,9 +2517,11 @@ declare const SysWebhook: Omit<{
|
|
|
2448
2517
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
2449
2518
|
} | undefined;
|
|
2450
2519
|
readonly reference?: string | undefined;
|
|
2520
|
+
readonly label?: string | undefined;
|
|
2451
2521
|
readonly scale?: number | undefined;
|
|
2452
2522
|
readonly step?: number | undefined;
|
|
2453
2523
|
readonly displayField?: string | undefined;
|
|
2524
|
+
readonly multiple?: boolean | undefined;
|
|
2454
2525
|
readonly accept?: string[] | undefined;
|
|
2455
2526
|
readonly requiredWhen?: string | {
|
|
2456
2527
|
dialect: "cel" | "cron" | "template";
|
|
@@ -2467,10 +2538,13 @@ declare const SysWebhook: Omit<{
|
|
|
2467
2538
|
readonly defaultValue?: unknown;
|
|
2468
2539
|
readonly maxLength?: number | undefined;
|
|
2469
2540
|
readonly minLength?: number | undefined;
|
|
2541
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
2542
|
+
readonly rows?: number | undefined;
|
|
2470
2543
|
readonly min?: number | undefined;
|
|
2471
2544
|
readonly max?: number | undefined;
|
|
2472
2545
|
readonly useGrouping?: boolean | undefined;
|
|
2473
2546
|
readonly maxSize?: number | undefined;
|
|
2547
|
+
readonly referenceVia?: string | undefined;
|
|
2474
2548
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2475
2549
|
readonly inlineTitle?: string | undefined;
|
|
2476
2550
|
readonly inlineColumns?: {
|
|
@@ -2532,6 +2606,7 @@ declare const SysWebhook: Omit<{
|
|
|
2532
2606
|
param?: string | undefined;
|
|
2533
2607
|
})[] | undefined;
|
|
2534
2608
|
readonly allowCreate?: boolean | undefined;
|
|
2609
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2535
2610
|
readonly language?: string | undefined;
|
|
2536
2611
|
readonly currencyConfig?: {
|
|
2537
2612
|
precision?: number | undefined;
|
|
@@ -2542,9 +2617,10 @@ declare const SysWebhook: Omit<{
|
|
|
2542
2617
|
readonly trackHistory?: boolean | undefined;
|
|
2543
2618
|
readonly group?: string | undefined;
|
|
2544
2619
|
readonly conditionalRequired?: undefined;
|
|
2620
|
+
readonly widget?: string | undefined;
|
|
2545
2621
|
readonly internal?: boolean | undefined;
|
|
2546
2622
|
readonly requiredPermissions?: string[] | undefined;
|
|
2547
|
-
readonly maskingRule?: "
|
|
2623
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
2548
2624
|
keepHead: number;
|
|
2549
2625
|
keepTail: number;
|
|
2550
2626
|
} | undefined;
|
|
@@ -2562,6 +2638,7 @@ declare const SysWebhook: Omit<{
|
|
|
2562
2638
|
readonly options?: {
|
|
2563
2639
|
label: string;
|
|
2564
2640
|
value: string;
|
|
2641
|
+
description?: string | undefined;
|
|
2565
2642
|
color?: string | undefined;
|
|
2566
2643
|
default?: boolean | undefined;
|
|
2567
2644
|
visibleWhen?: string | {
|
|
@@ -2575,16 +2652,10 @@ declare const SysWebhook: Omit<{
|
|
|
2575
2652
|
} | undefined;
|
|
2576
2653
|
}[] | undefined;
|
|
2577
2654
|
readonly description?: string | undefined;
|
|
2578
|
-
readonly label?: string | undefined;
|
|
2579
|
-
readonly name?: string | undefined;
|
|
2580
|
-
readonly precision?: number | undefined;
|
|
2581
|
-
readonly required?: boolean | undefined;
|
|
2582
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2583
|
-
readonly widget?: string | undefined;
|
|
2584
|
-
readonly multiple?: boolean | undefined;
|
|
2585
2655
|
readonly storage?: {
|
|
2586
2656
|
notNull?: boolean | undefined;
|
|
2587
2657
|
} | undefined;
|
|
2658
|
+
readonly required?: boolean | undefined;
|
|
2588
2659
|
readonly visibleWhen?: string | {
|
|
2589
2660
|
dialect: "cel" | "cron" | "template";
|
|
2590
2661
|
source?: string | undefined;
|
|
@@ -2603,16 +2674,18 @@ declare const SysWebhook: Omit<{
|
|
|
2603
2674
|
generatedBy?: string | undefined;
|
|
2604
2675
|
} | undefined;
|
|
2605
2676
|
} | undefined;
|
|
2606
|
-
readonly _lock?: "
|
|
2677
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
2607
2678
|
readonly _lockReason?: string | undefined;
|
|
2608
2679
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2609
2680
|
readonly _lockDocsUrl?: string | undefined;
|
|
2610
2681
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2611
2682
|
readonly _packageId?: string | undefined;
|
|
2612
2683
|
readonly _packageVersion?: string | undefined;
|
|
2684
|
+
readonly precision?: number | undefined;
|
|
2685
|
+
readonly name?: string | undefined;
|
|
2613
2686
|
readonly lookupFilters?: {
|
|
2614
2687
|
field: string;
|
|
2615
|
-
operator: "in" | "
|
|
2688
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
2616
2689
|
value: any;
|
|
2617
2690
|
}[] | undefined;
|
|
2618
2691
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -2634,9 +2707,11 @@ declare const SysWebhook: Omit<{
|
|
|
2634
2707
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
2635
2708
|
} | undefined;
|
|
2636
2709
|
readonly reference?: string | undefined;
|
|
2710
|
+
readonly label?: string | undefined;
|
|
2637
2711
|
readonly scale?: number | undefined;
|
|
2638
2712
|
readonly step?: number | undefined;
|
|
2639
2713
|
readonly displayField?: string | undefined;
|
|
2714
|
+
readonly multiple?: boolean | undefined;
|
|
2640
2715
|
readonly accept?: string[] | undefined;
|
|
2641
2716
|
readonly requiredWhen?: string | {
|
|
2642
2717
|
dialect: "cel" | "cron" | "template";
|
|
@@ -2653,10 +2728,13 @@ declare const SysWebhook: Omit<{
|
|
|
2653
2728
|
readonly defaultValue?: unknown;
|
|
2654
2729
|
readonly maxLength?: number | undefined;
|
|
2655
2730
|
readonly minLength?: number | undefined;
|
|
2731
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
2732
|
+
readonly rows?: number | undefined;
|
|
2656
2733
|
readonly min?: number | undefined;
|
|
2657
2734
|
readonly max?: number | undefined;
|
|
2658
2735
|
readonly useGrouping?: boolean | undefined;
|
|
2659
2736
|
readonly maxSize?: number | undefined;
|
|
2737
|
+
readonly referenceVia?: string | undefined;
|
|
2660
2738
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2661
2739
|
readonly inlineTitle?: string | undefined;
|
|
2662
2740
|
readonly inlineColumns?: {
|
|
@@ -2718,6 +2796,7 @@ declare const SysWebhook: Omit<{
|
|
|
2718
2796
|
param?: string | undefined;
|
|
2719
2797
|
})[] | undefined;
|
|
2720
2798
|
readonly allowCreate?: boolean | undefined;
|
|
2799
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2721
2800
|
readonly language?: string | undefined;
|
|
2722
2801
|
readonly currencyConfig?: {
|
|
2723
2802
|
precision?: number | undefined;
|
|
@@ -2728,9 +2807,10 @@ declare const SysWebhook: Omit<{
|
|
|
2728
2807
|
readonly trackHistory?: boolean | undefined;
|
|
2729
2808
|
readonly group?: string | undefined;
|
|
2730
2809
|
readonly conditionalRequired?: undefined;
|
|
2810
|
+
readonly widget?: string | undefined;
|
|
2731
2811
|
readonly internal?: boolean | undefined;
|
|
2732
2812
|
readonly requiredPermissions?: string[] | undefined;
|
|
2733
|
-
readonly maskingRule?: "
|
|
2813
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
2734
2814
|
keepHead: number;
|
|
2735
2815
|
keepTail: number;
|
|
2736
2816
|
} | undefined;
|
|
@@ -2748,6 +2828,7 @@ declare const SysWebhook: Omit<{
|
|
|
2748
2828
|
readonly options?: {
|
|
2749
2829
|
label: string;
|
|
2750
2830
|
value: string;
|
|
2831
|
+
description?: string | undefined;
|
|
2751
2832
|
color?: string | undefined;
|
|
2752
2833
|
default?: boolean | undefined;
|
|
2753
2834
|
visibleWhen?: string | {
|
|
@@ -2761,16 +2842,10 @@ declare const SysWebhook: Omit<{
|
|
|
2761
2842
|
} | undefined;
|
|
2762
2843
|
}[] | undefined;
|
|
2763
2844
|
readonly description?: string | undefined;
|
|
2764
|
-
readonly label?: string | undefined;
|
|
2765
|
-
readonly name?: string | undefined;
|
|
2766
|
-
readonly precision?: number | undefined;
|
|
2767
|
-
readonly required?: boolean | undefined;
|
|
2768
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2769
|
-
readonly widget?: string | undefined;
|
|
2770
|
-
readonly multiple?: boolean | undefined;
|
|
2771
2845
|
readonly storage?: {
|
|
2772
2846
|
notNull?: boolean | undefined;
|
|
2773
2847
|
} | undefined;
|
|
2848
|
+
readonly required?: boolean | undefined;
|
|
2774
2849
|
readonly visibleWhen?: string | {
|
|
2775
2850
|
dialect: "cel" | "cron" | "template";
|
|
2776
2851
|
source?: string | undefined;
|
|
@@ -2789,16 +2864,18 @@ declare const SysWebhook: Omit<{
|
|
|
2789
2864
|
generatedBy?: string | undefined;
|
|
2790
2865
|
} | undefined;
|
|
2791
2866
|
} | undefined;
|
|
2792
|
-
readonly _lock?: "
|
|
2867
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
2793
2868
|
readonly _lockReason?: string | undefined;
|
|
2794
2869
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2795
2870
|
readonly _lockDocsUrl?: string | undefined;
|
|
2796
2871
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2797
2872
|
readonly _packageId?: string | undefined;
|
|
2798
2873
|
readonly _packageVersion?: string | undefined;
|
|
2874
|
+
readonly precision?: number | undefined;
|
|
2875
|
+
readonly name?: string | undefined;
|
|
2799
2876
|
readonly lookupFilters?: {
|
|
2800
2877
|
field: string;
|
|
2801
|
-
operator: "in" | "
|
|
2878
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
2802
2879
|
value: any;
|
|
2803
2880
|
}[] | undefined;
|
|
2804
2881
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -2820,9 +2897,11 @@ declare const SysWebhook: Omit<{
|
|
|
2820
2897
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
2821
2898
|
} | undefined;
|
|
2822
2899
|
readonly reference?: string | undefined;
|
|
2900
|
+
readonly label?: string | undefined;
|
|
2823
2901
|
readonly scale?: number | undefined;
|
|
2824
2902
|
readonly step?: number | undefined;
|
|
2825
2903
|
readonly displayField?: string | undefined;
|
|
2904
|
+
readonly multiple?: boolean | undefined;
|
|
2826
2905
|
readonly accept?: string[] | undefined;
|
|
2827
2906
|
readonly requiredWhen?: string | {
|
|
2828
2907
|
dialect: "cel" | "cron" | "template";
|
|
@@ -2839,10 +2918,13 @@ declare const SysWebhook: Omit<{
|
|
|
2839
2918
|
readonly defaultValue?: unknown;
|
|
2840
2919
|
readonly maxLength?: number | undefined;
|
|
2841
2920
|
readonly minLength?: number | undefined;
|
|
2921
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
2922
|
+
readonly rows?: number | undefined;
|
|
2842
2923
|
readonly min?: number | undefined;
|
|
2843
2924
|
readonly max?: number | undefined;
|
|
2844
2925
|
readonly useGrouping?: boolean | undefined;
|
|
2845
2926
|
readonly maxSize?: number | undefined;
|
|
2927
|
+
readonly referenceVia?: string | undefined;
|
|
2846
2928
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2847
2929
|
readonly inlineTitle?: string | undefined;
|
|
2848
2930
|
readonly inlineColumns?: {
|
|
@@ -2904,6 +2986,7 @@ declare const SysWebhook: Omit<{
|
|
|
2904
2986
|
param?: string | undefined;
|
|
2905
2987
|
})[] | undefined;
|
|
2906
2988
|
readonly allowCreate?: boolean | undefined;
|
|
2989
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2907
2990
|
readonly language?: string | undefined;
|
|
2908
2991
|
readonly currencyConfig?: {
|
|
2909
2992
|
precision?: number | undefined;
|
|
@@ -2914,9 +2997,10 @@ declare const SysWebhook: Omit<{
|
|
|
2914
2997
|
readonly trackHistory?: boolean | undefined;
|
|
2915
2998
|
readonly group?: string | undefined;
|
|
2916
2999
|
readonly conditionalRequired?: undefined;
|
|
3000
|
+
readonly widget?: string | undefined;
|
|
2917
3001
|
readonly internal?: boolean | undefined;
|
|
2918
3002
|
readonly requiredPermissions?: string[] | undefined;
|
|
2919
|
-
readonly maskingRule?: "
|
|
3003
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
2920
3004
|
keepHead: number;
|
|
2921
3005
|
keepTail: number;
|
|
2922
3006
|
} | undefined;
|
|
@@ -2964,6 +3048,7 @@ declare const SysWebhook: Omit<{
|
|
|
2964
3048
|
readonly options?: {
|
|
2965
3049
|
label: string;
|
|
2966
3050
|
value: string;
|
|
3051
|
+
description?: string | undefined;
|
|
2967
3052
|
color?: string | undefined;
|
|
2968
3053
|
default?: boolean | undefined;
|
|
2969
3054
|
visibleWhen?: string | {
|
|
@@ -2977,16 +3062,10 @@ declare const SysWebhook: Omit<{
|
|
|
2977
3062
|
} | undefined;
|
|
2978
3063
|
}[] | undefined;
|
|
2979
3064
|
readonly description?: string | undefined;
|
|
2980
|
-
readonly label?: string | undefined;
|
|
2981
|
-
readonly name?: string | undefined;
|
|
2982
|
-
readonly precision?: number | undefined;
|
|
2983
|
-
readonly required?: boolean | undefined;
|
|
2984
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2985
|
-
readonly widget?: string | undefined;
|
|
2986
|
-
readonly multiple?: boolean | undefined;
|
|
2987
3065
|
readonly storage?: {
|
|
2988
3066
|
notNull?: boolean | undefined;
|
|
2989
3067
|
} | undefined;
|
|
3068
|
+
readonly required?: boolean | undefined;
|
|
2990
3069
|
readonly visibleWhen?: string | {
|
|
2991
3070
|
dialect: "cel" | "cron" | "template";
|
|
2992
3071
|
source?: string | undefined;
|
|
@@ -3005,16 +3084,18 @@ declare const SysWebhook: Omit<{
|
|
|
3005
3084
|
generatedBy?: string | undefined;
|
|
3006
3085
|
} | undefined;
|
|
3007
3086
|
} | undefined;
|
|
3008
|
-
readonly _lock?: "
|
|
3087
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3009
3088
|
readonly _lockReason?: string | undefined;
|
|
3010
3089
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3011
3090
|
readonly _lockDocsUrl?: string | undefined;
|
|
3012
3091
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3013
3092
|
readonly _packageId?: string | undefined;
|
|
3014
3093
|
readonly _packageVersion?: string | undefined;
|
|
3094
|
+
readonly precision?: number | undefined;
|
|
3095
|
+
readonly name?: string | undefined;
|
|
3015
3096
|
readonly lookupFilters?: {
|
|
3016
3097
|
field: string;
|
|
3017
|
-
operator: "in" | "
|
|
3098
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3018
3099
|
value: any;
|
|
3019
3100
|
}[] | undefined;
|
|
3020
3101
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3036,9 +3117,11 @@ declare const SysWebhook: Omit<{
|
|
|
3036
3117
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3037
3118
|
} | undefined;
|
|
3038
3119
|
readonly reference?: string | undefined;
|
|
3120
|
+
readonly label?: string | undefined;
|
|
3039
3121
|
readonly scale?: number | undefined;
|
|
3040
3122
|
readonly step?: number | undefined;
|
|
3041
3123
|
readonly displayField?: string | undefined;
|
|
3124
|
+
readonly multiple?: boolean | undefined;
|
|
3042
3125
|
readonly accept?: string[] | undefined;
|
|
3043
3126
|
readonly requiredWhen?: string | {
|
|
3044
3127
|
dialect: "cel" | "cron" | "template";
|
|
@@ -3055,10 +3138,13 @@ declare const SysWebhook: Omit<{
|
|
|
3055
3138
|
readonly defaultValue?: unknown;
|
|
3056
3139
|
readonly maxLength?: number | undefined;
|
|
3057
3140
|
readonly minLength?: number | undefined;
|
|
3141
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
3142
|
+
readonly rows?: number | undefined;
|
|
3058
3143
|
readonly min?: number | undefined;
|
|
3059
3144
|
readonly max?: number | undefined;
|
|
3060
3145
|
readonly useGrouping?: boolean | undefined;
|
|
3061
3146
|
readonly maxSize?: number | undefined;
|
|
3147
|
+
readonly referenceVia?: string | undefined;
|
|
3062
3148
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3063
3149
|
readonly inlineTitle?: string | undefined;
|
|
3064
3150
|
readonly inlineColumns?: {
|
|
@@ -3120,6 +3206,7 @@ declare const SysWebhook: Omit<{
|
|
|
3120
3206
|
param?: string | undefined;
|
|
3121
3207
|
})[] | undefined;
|
|
3122
3208
|
readonly allowCreate?: boolean | undefined;
|
|
3209
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3123
3210
|
readonly language?: string | undefined;
|
|
3124
3211
|
readonly currencyConfig?: {
|
|
3125
3212
|
precision?: number | undefined;
|
|
@@ -3130,9 +3217,10 @@ declare const SysWebhook: Omit<{
|
|
|
3130
3217
|
readonly trackHistory?: boolean | undefined;
|
|
3131
3218
|
readonly group?: string | undefined;
|
|
3132
3219
|
readonly conditionalRequired?: undefined;
|
|
3220
|
+
readonly widget?: string | undefined;
|
|
3133
3221
|
readonly internal?: boolean | undefined;
|
|
3134
3222
|
readonly requiredPermissions?: string[] | undefined;
|
|
3135
|
-
readonly maskingRule?: "
|
|
3223
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
3136
3224
|
keepHead: number;
|
|
3137
3225
|
keepTail: number;
|
|
3138
3226
|
} | undefined;
|
|
@@ -3173,6 +3261,7 @@ declare const SysWebhook: Omit<{
|
|
|
3173
3261
|
readonly options?: {
|
|
3174
3262
|
label: string;
|
|
3175
3263
|
value: string;
|
|
3264
|
+
description?: string | undefined;
|
|
3176
3265
|
color?: string | undefined;
|
|
3177
3266
|
default?: boolean | undefined;
|
|
3178
3267
|
visibleWhen?: string | {
|
|
@@ -3186,16 +3275,10 @@ declare const SysWebhook: Omit<{
|
|
|
3186
3275
|
} | undefined;
|
|
3187
3276
|
}[] | undefined;
|
|
3188
3277
|
readonly description?: string | undefined;
|
|
3189
|
-
readonly label?: string | undefined;
|
|
3190
|
-
readonly name?: string | undefined;
|
|
3191
|
-
readonly precision?: number | undefined;
|
|
3192
|
-
readonly required?: boolean | undefined;
|
|
3193
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3194
|
-
readonly widget?: string | undefined;
|
|
3195
|
-
readonly multiple?: boolean | undefined;
|
|
3196
3278
|
readonly storage?: {
|
|
3197
3279
|
notNull?: boolean | undefined;
|
|
3198
3280
|
} | undefined;
|
|
3281
|
+
readonly required?: boolean | undefined;
|
|
3199
3282
|
readonly visibleWhen?: string | {
|
|
3200
3283
|
dialect: "cel" | "cron" | "template";
|
|
3201
3284
|
source?: string | undefined;
|
|
@@ -3214,16 +3297,18 @@ declare const SysWebhook: Omit<{
|
|
|
3214
3297
|
generatedBy?: string | undefined;
|
|
3215
3298
|
} | undefined;
|
|
3216
3299
|
} | undefined;
|
|
3217
|
-
readonly _lock?: "
|
|
3300
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3218
3301
|
readonly _lockReason?: string | undefined;
|
|
3219
3302
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3220
3303
|
readonly _lockDocsUrl?: string | undefined;
|
|
3221
3304
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3222
3305
|
readonly _packageId?: string | undefined;
|
|
3223
3306
|
readonly _packageVersion?: string | undefined;
|
|
3307
|
+
readonly precision?: number | undefined;
|
|
3308
|
+
readonly name?: string | undefined;
|
|
3224
3309
|
readonly lookupFilters?: {
|
|
3225
3310
|
field: string;
|
|
3226
|
-
operator: "in" | "
|
|
3311
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3227
3312
|
value: any;
|
|
3228
3313
|
}[] | undefined;
|
|
3229
3314
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3245,9 +3330,11 @@ declare const SysWebhook: Omit<{
|
|
|
3245
3330
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3246
3331
|
} | undefined;
|
|
3247
3332
|
readonly reference?: string | undefined;
|
|
3333
|
+
readonly label?: string | undefined;
|
|
3248
3334
|
readonly scale?: number | undefined;
|
|
3249
3335
|
readonly step?: number | undefined;
|
|
3250
3336
|
readonly displayField?: string | undefined;
|
|
3337
|
+
readonly multiple?: boolean | undefined;
|
|
3251
3338
|
readonly accept?: string[] | undefined;
|
|
3252
3339
|
readonly requiredWhen?: string | {
|
|
3253
3340
|
dialect: "cel" | "cron" | "template";
|
|
@@ -3264,10 +3351,13 @@ declare const SysWebhook: Omit<{
|
|
|
3264
3351
|
readonly defaultValue?: unknown;
|
|
3265
3352
|
readonly maxLength?: number | undefined;
|
|
3266
3353
|
readonly minLength?: number | undefined;
|
|
3354
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
3355
|
+
readonly rows?: number | undefined;
|
|
3267
3356
|
readonly min?: number | undefined;
|
|
3268
3357
|
readonly max?: number | undefined;
|
|
3269
3358
|
readonly useGrouping?: boolean | undefined;
|
|
3270
3359
|
readonly maxSize?: number | undefined;
|
|
3360
|
+
readonly referenceVia?: string | undefined;
|
|
3271
3361
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3272
3362
|
readonly inlineTitle?: string | undefined;
|
|
3273
3363
|
readonly inlineColumns?: {
|
|
@@ -3329,6 +3419,7 @@ declare const SysWebhook: Omit<{
|
|
|
3329
3419
|
param?: string | undefined;
|
|
3330
3420
|
})[] | undefined;
|
|
3331
3421
|
readonly allowCreate?: boolean | undefined;
|
|
3422
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3332
3423
|
readonly language?: string | undefined;
|
|
3333
3424
|
readonly currencyConfig?: {
|
|
3334
3425
|
precision?: number | undefined;
|
|
@@ -3339,9 +3430,10 @@ declare const SysWebhook: Omit<{
|
|
|
3339
3430
|
readonly trackHistory?: boolean | undefined;
|
|
3340
3431
|
readonly group?: string | undefined;
|
|
3341
3432
|
readonly conditionalRequired?: undefined;
|
|
3433
|
+
readonly widget?: string | undefined;
|
|
3342
3434
|
readonly internal?: boolean | undefined;
|
|
3343
3435
|
readonly requiredPermissions?: string[] | undefined;
|
|
3344
|
-
readonly maskingRule?: "
|
|
3436
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
3345
3437
|
keepHead: number;
|
|
3346
3438
|
keepTail: number;
|
|
3347
3439
|
} | undefined;
|
|
@@ -3359,6 +3451,7 @@ declare const SysWebhook: Omit<{
|
|
|
3359
3451
|
options: {
|
|
3360
3452
|
label: string;
|
|
3361
3453
|
value: string;
|
|
3454
|
+
description?: string | undefined;
|
|
3362
3455
|
color?: string | undefined;
|
|
3363
3456
|
default?: boolean | undefined;
|
|
3364
3457
|
visibleWhen?: string | {
|
|
@@ -3372,16 +3465,10 @@ declare const SysWebhook: Omit<{
|
|
|
3372
3465
|
} | undefined;
|
|
3373
3466
|
}[];
|
|
3374
3467
|
readonly description?: string | undefined;
|
|
3375
|
-
readonly label?: string | undefined;
|
|
3376
|
-
readonly name?: string | undefined;
|
|
3377
|
-
readonly precision?: number | undefined;
|
|
3378
|
-
readonly required?: boolean | undefined;
|
|
3379
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3380
|
-
readonly widget?: string | undefined;
|
|
3381
|
-
readonly multiple?: boolean | undefined;
|
|
3382
3468
|
readonly storage?: {
|
|
3383
3469
|
notNull?: boolean | undefined;
|
|
3384
3470
|
} | undefined;
|
|
3471
|
+
readonly required?: boolean | undefined;
|
|
3385
3472
|
readonly visibleWhen?: string | {
|
|
3386
3473
|
dialect: "cel" | "cron" | "template";
|
|
3387
3474
|
source?: string | undefined;
|
|
@@ -3400,16 +3487,18 @@ declare const SysWebhook: Omit<{
|
|
|
3400
3487
|
generatedBy?: string | undefined;
|
|
3401
3488
|
} | undefined;
|
|
3402
3489
|
} | undefined;
|
|
3403
|
-
readonly _lock?: "
|
|
3490
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3404
3491
|
readonly _lockReason?: string | undefined;
|
|
3405
3492
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3406
3493
|
readonly _lockDocsUrl?: string | undefined;
|
|
3407
3494
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3408
3495
|
readonly _packageId?: string | undefined;
|
|
3409
3496
|
readonly _packageVersion?: string | undefined;
|
|
3497
|
+
readonly precision?: number | undefined;
|
|
3498
|
+
readonly name?: string | undefined;
|
|
3410
3499
|
readonly lookupFilters?: {
|
|
3411
3500
|
field: string;
|
|
3412
|
-
operator: "in" | "
|
|
3501
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3413
3502
|
value: any;
|
|
3414
3503
|
}[] | undefined;
|
|
3415
3504
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3431,9 +3520,11 @@ declare const SysWebhook: Omit<{
|
|
|
3431
3520
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3432
3521
|
} | undefined;
|
|
3433
3522
|
readonly reference?: string | undefined;
|
|
3523
|
+
readonly label?: string | undefined;
|
|
3434
3524
|
readonly scale?: number | undefined;
|
|
3435
3525
|
readonly step?: number | undefined;
|
|
3436
3526
|
readonly displayField?: string | undefined;
|
|
3527
|
+
readonly multiple?: boolean | undefined;
|
|
3437
3528
|
readonly accept?: string[] | undefined;
|
|
3438
3529
|
readonly requiredWhen?: string | {
|
|
3439
3530
|
dialect: "cel" | "cron" | "template";
|
|
@@ -3450,10 +3541,13 @@ declare const SysWebhook: Omit<{
|
|
|
3450
3541
|
readonly defaultValue?: unknown;
|
|
3451
3542
|
readonly maxLength?: number | undefined;
|
|
3452
3543
|
readonly minLength?: number | undefined;
|
|
3544
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
3545
|
+
readonly rows?: number | undefined;
|
|
3453
3546
|
readonly min?: number | undefined;
|
|
3454
3547
|
readonly max?: number | undefined;
|
|
3455
3548
|
readonly useGrouping?: boolean | undefined;
|
|
3456
3549
|
readonly maxSize?: number | undefined;
|
|
3550
|
+
readonly referenceVia?: string | undefined;
|
|
3457
3551
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3458
3552
|
readonly inlineTitle?: string | undefined;
|
|
3459
3553
|
readonly inlineColumns?: {
|
|
@@ -3515,6 +3609,7 @@ declare const SysWebhook: Omit<{
|
|
|
3515
3609
|
param?: string | undefined;
|
|
3516
3610
|
})[] | undefined;
|
|
3517
3611
|
readonly allowCreate?: boolean | undefined;
|
|
3612
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3518
3613
|
readonly language?: string | undefined;
|
|
3519
3614
|
readonly currencyConfig?: {
|
|
3520
3615
|
precision?: number | undefined;
|
|
@@ -3525,9 +3620,10 @@ declare const SysWebhook: Omit<{
|
|
|
3525
3620
|
readonly trackHistory?: boolean | undefined;
|
|
3526
3621
|
readonly group?: string | undefined;
|
|
3527
3622
|
readonly conditionalRequired?: undefined;
|
|
3623
|
+
readonly widget?: string | undefined;
|
|
3528
3624
|
readonly internal?: boolean | undefined;
|
|
3529
3625
|
readonly requiredPermissions?: string[] | undefined;
|
|
3530
|
-
readonly maskingRule?: "
|
|
3626
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
3531
3627
|
keepHead: number;
|
|
3532
3628
|
keepTail: number;
|
|
3533
3629
|
} | undefined;
|
|
@@ -3545,6 +3641,7 @@ declare const SysWebhook: Omit<{
|
|
|
3545
3641
|
readonly options?: {
|
|
3546
3642
|
label: string;
|
|
3547
3643
|
value: string;
|
|
3644
|
+
description?: string | undefined;
|
|
3548
3645
|
color?: string | undefined;
|
|
3549
3646
|
default?: boolean | undefined;
|
|
3550
3647
|
visibleWhen?: string | {
|
|
@@ -3558,16 +3655,10 @@ declare const SysWebhook: Omit<{
|
|
|
3558
3655
|
} | undefined;
|
|
3559
3656
|
}[] | undefined;
|
|
3560
3657
|
readonly description?: string | undefined;
|
|
3561
|
-
readonly label?: string | undefined;
|
|
3562
|
-
readonly name?: string | undefined;
|
|
3563
|
-
readonly precision?: number | undefined;
|
|
3564
|
-
readonly required?: boolean | undefined;
|
|
3565
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3566
|
-
readonly widget?: string | undefined;
|
|
3567
|
-
readonly multiple?: boolean | undefined;
|
|
3568
3658
|
readonly storage?: {
|
|
3569
3659
|
notNull?: boolean | undefined;
|
|
3570
3660
|
} | undefined;
|
|
3661
|
+
readonly required?: boolean | undefined;
|
|
3571
3662
|
readonly visibleWhen?: string | {
|
|
3572
3663
|
dialect: "cel" | "cron" | "template";
|
|
3573
3664
|
source?: string | undefined;
|
|
@@ -3586,16 +3677,18 @@ declare const SysWebhook: Omit<{
|
|
|
3586
3677
|
generatedBy?: string | undefined;
|
|
3587
3678
|
} | undefined;
|
|
3588
3679
|
} | undefined;
|
|
3589
|
-
readonly _lock?: "
|
|
3680
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3590
3681
|
readonly _lockReason?: string | undefined;
|
|
3591
3682
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3592
3683
|
readonly _lockDocsUrl?: string | undefined;
|
|
3593
3684
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3594
3685
|
readonly _packageId?: string | undefined;
|
|
3595
3686
|
readonly _packageVersion?: string | undefined;
|
|
3687
|
+
readonly precision?: number | undefined;
|
|
3688
|
+
readonly name?: string | undefined;
|
|
3596
3689
|
readonly lookupFilters?: {
|
|
3597
3690
|
field: string;
|
|
3598
|
-
operator: "in" | "
|
|
3691
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3599
3692
|
value: any;
|
|
3600
3693
|
}[] | undefined;
|
|
3601
3694
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3617,9 +3710,11 @@ declare const SysWebhook: Omit<{
|
|
|
3617
3710
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3618
3711
|
} | undefined;
|
|
3619
3712
|
readonly reference?: string | undefined;
|
|
3713
|
+
readonly label?: string | undefined;
|
|
3620
3714
|
readonly scale?: number | undefined;
|
|
3621
3715
|
readonly step?: number | undefined;
|
|
3622
3716
|
readonly displayField?: string | undefined;
|
|
3717
|
+
readonly multiple?: boolean | undefined;
|
|
3623
3718
|
readonly accept?: string[] | undefined;
|
|
3624
3719
|
readonly requiredWhen?: string | {
|
|
3625
3720
|
dialect: "cel" | "cron" | "template";
|
|
@@ -3636,10 +3731,13 @@ declare const SysWebhook: Omit<{
|
|
|
3636
3731
|
readonly defaultValue?: unknown;
|
|
3637
3732
|
readonly maxLength?: number | undefined;
|
|
3638
3733
|
readonly minLength?: number | undefined;
|
|
3734
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
3735
|
+
readonly rows?: number | undefined;
|
|
3639
3736
|
readonly min?: number | undefined;
|
|
3640
3737
|
readonly max?: number | undefined;
|
|
3641
3738
|
readonly useGrouping?: boolean | undefined;
|
|
3642
3739
|
readonly maxSize?: number | undefined;
|
|
3740
|
+
readonly referenceVia?: string | undefined;
|
|
3643
3741
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3644
3742
|
readonly inlineTitle?: string | undefined;
|
|
3645
3743
|
readonly inlineColumns?: {
|
|
@@ -3701,6 +3799,7 @@ declare const SysWebhook: Omit<{
|
|
|
3701
3799
|
param?: string | undefined;
|
|
3702
3800
|
})[] | undefined;
|
|
3703
3801
|
readonly allowCreate?: boolean | undefined;
|
|
3802
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3704
3803
|
readonly language?: string | undefined;
|
|
3705
3804
|
readonly currencyConfig?: {
|
|
3706
3805
|
precision?: number | undefined;
|
|
@@ -3711,9 +3810,10 @@ declare const SysWebhook: Omit<{
|
|
|
3711
3810
|
readonly trackHistory?: boolean | undefined;
|
|
3712
3811
|
readonly group?: string | undefined;
|
|
3713
3812
|
readonly conditionalRequired?: undefined;
|
|
3813
|
+
readonly widget?: string | undefined;
|
|
3714
3814
|
readonly internal?: boolean | undefined;
|
|
3715
3815
|
readonly requiredPermissions?: string[] | undefined;
|
|
3716
|
-
readonly maskingRule?: "
|
|
3816
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
3717
3817
|
keepHead: number;
|
|
3718
3818
|
keepTail: number;
|
|
3719
3819
|
} | undefined;
|
|
@@ -3731,6 +3831,7 @@ declare const SysWebhook: Omit<{
|
|
|
3731
3831
|
readonly options?: {
|
|
3732
3832
|
label: string;
|
|
3733
3833
|
value: string;
|
|
3834
|
+
description?: string | undefined;
|
|
3734
3835
|
color?: string | undefined;
|
|
3735
3836
|
default?: boolean | undefined;
|
|
3736
3837
|
visibleWhen?: string | {
|
|
@@ -3744,16 +3845,10 @@ declare const SysWebhook: Omit<{
|
|
|
3744
3845
|
} | undefined;
|
|
3745
3846
|
}[] | undefined;
|
|
3746
3847
|
readonly description?: string | undefined;
|
|
3747
|
-
readonly label?: string | undefined;
|
|
3748
|
-
readonly name?: string | undefined;
|
|
3749
|
-
readonly precision?: number | undefined;
|
|
3750
|
-
readonly required?: boolean | undefined;
|
|
3751
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3752
|
-
readonly widget?: string | undefined;
|
|
3753
|
-
readonly multiple?: boolean | undefined;
|
|
3754
3848
|
readonly storage?: {
|
|
3755
3849
|
notNull?: boolean | undefined;
|
|
3756
3850
|
} | undefined;
|
|
3851
|
+
readonly required?: boolean | undefined;
|
|
3757
3852
|
readonly visibleWhen?: string | {
|
|
3758
3853
|
dialect: "cel" | "cron" | "template";
|
|
3759
3854
|
source?: string | undefined;
|
|
@@ -3772,16 +3867,18 @@ declare const SysWebhook: Omit<{
|
|
|
3772
3867
|
generatedBy?: string | undefined;
|
|
3773
3868
|
} | undefined;
|
|
3774
3869
|
} | undefined;
|
|
3775
|
-
readonly _lock?: "
|
|
3870
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3776
3871
|
readonly _lockReason?: string | undefined;
|
|
3777
3872
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3778
3873
|
readonly _lockDocsUrl?: string | undefined;
|
|
3779
3874
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3780
3875
|
readonly _packageId?: string | undefined;
|
|
3781
3876
|
readonly _packageVersion?: string | undefined;
|
|
3877
|
+
readonly precision?: number | undefined;
|
|
3878
|
+
readonly name?: string | undefined;
|
|
3782
3879
|
readonly lookupFilters?: {
|
|
3783
3880
|
field: string;
|
|
3784
|
-
operator: "in" | "
|
|
3881
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3785
3882
|
value: any;
|
|
3786
3883
|
}[] | undefined;
|
|
3787
3884
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3803,9 +3900,11 @@ declare const SysWebhook: Omit<{
|
|
|
3803
3900
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3804
3901
|
} | undefined;
|
|
3805
3902
|
readonly reference?: string | undefined;
|
|
3903
|
+
readonly label?: string | undefined;
|
|
3806
3904
|
readonly scale?: number | undefined;
|
|
3807
3905
|
readonly step?: number | undefined;
|
|
3808
3906
|
readonly displayField?: string | undefined;
|
|
3907
|
+
readonly multiple?: boolean | undefined;
|
|
3809
3908
|
readonly accept?: string[] | undefined;
|
|
3810
3909
|
readonly requiredWhen?: string | {
|
|
3811
3910
|
dialect: "cel" | "cron" | "template";
|
|
@@ -3822,10 +3921,13 @@ declare const SysWebhook: Omit<{
|
|
|
3822
3921
|
readonly defaultValue?: unknown;
|
|
3823
3922
|
readonly maxLength?: number | undefined;
|
|
3824
3923
|
readonly minLength?: number | undefined;
|
|
3924
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
3925
|
+
readonly rows?: number | undefined;
|
|
3825
3926
|
readonly min?: number | undefined;
|
|
3826
3927
|
readonly max?: number | undefined;
|
|
3827
3928
|
readonly useGrouping?: boolean | undefined;
|
|
3828
3929
|
readonly maxSize?: number | undefined;
|
|
3930
|
+
readonly referenceVia?: string | undefined;
|
|
3829
3931
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3830
3932
|
readonly inlineTitle?: string | undefined;
|
|
3831
3933
|
readonly inlineColumns?: {
|
|
@@ -3887,6 +3989,7 @@ declare const SysWebhook: Omit<{
|
|
|
3887
3989
|
param?: string | undefined;
|
|
3888
3990
|
})[] | undefined;
|
|
3889
3991
|
readonly allowCreate?: boolean | undefined;
|
|
3992
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3890
3993
|
readonly language?: string | undefined;
|
|
3891
3994
|
readonly currencyConfig?: {
|
|
3892
3995
|
precision?: number | undefined;
|
|
@@ -3897,9 +4000,10 @@ declare const SysWebhook: Omit<{
|
|
|
3897
4000
|
readonly trackHistory?: boolean | undefined;
|
|
3898
4001
|
readonly group?: string | undefined;
|
|
3899
4002
|
readonly conditionalRequired?: undefined;
|
|
4003
|
+
readonly widget?: string | undefined;
|
|
3900
4004
|
readonly internal?: boolean | undefined;
|
|
3901
4005
|
readonly requiredPermissions?: string[] | undefined;
|
|
3902
|
-
readonly maskingRule?: "
|
|
4006
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
3903
4007
|
keepHead: number;
|
|
3904
4008
|
keepTail: number;
|
|
3905
4009
|
} | undefined;
|
|
@@ -3917,6 +4021,7 @@ declare const SysWebhook: Omit<{
|
|
|
3917
4021
|
readonly options?: {
|
|
3918
4022
|
label: string;
|
|
3919
4023
|
value: string;
|
|
4024
|
+
description?: string | undefined;
|
|
3920
4025
|
color?: string | undefined;
|
|
3921
4026
|
default?: boolean | undefined;
|
|
3922
4027
|
visibleWhen?: string | {
|
|
@@ -3930,16 +4035,10 @@ declare const SysWebhook: Omit<{
|
|
|
3930
4035
|
} | undefined;
|
|
3931
4036
|
}[] | undefined;
|
|
3932
4037
|
readonly description?: string | undefined;
|
|
3933
|
-
readonly label?: string | undefined;
|
|
3934
|
-
readonly name?: string | undefined;
|
|
3935
|
-
readonly precision?: number | undefined;
|
|
3936
|
-
readonly required?: boolean | undefined;
|
|
3937
|
-
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3938
|
-
readonly widget?: string | undefined;
|
|
3939
|
-
readonly multiple?: boolean | undefined;
|
|
3940
4038
|
readonly storage?: {
|
|
3941
4039
|
notNull?: boolean | undefined;
|
|
3942
4040
|
} | undefined;
|
|
4041
|
+
readonly required?: boolean | undefined;
|
|
3943
4042
|
readonly visibleWhen?: string | {
|
|
3944
4043
|
dialect: "cel" | "cron" | "template";
|
|
3945
4044
|
source?: string | undefined;
|
|
@@ -3958,16 +4057,18 @@ declare const SysWebhook: Omit<{
|
|
|
3958
4057
|
generatedBy?: string | undefined;
|
|
3959
4058
|
} | undefined;
|
|
3960
4059
|
} | undefined;
|
|
3961
|
-
readonly _lock?: "
|
|
4060
|
+
readonly _lock?: "none" | "no-overlay" | "no-delete" | "full" | undefined;
|
|
3962
4061
|
readonly _lockReason?: string | undefined;
|
|
3963
4062
|
readonly _lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
3964
4063
|
readonly _lockDocsUrl?: string | undefined;
|
|
3965
4064
|
readonly _provenance?: "package" | "env-forced" | "org" | undefined;
|
|
3966
4065
|
readonly _packageId?: string | undefined;
|
|
3967
4066
|
readonly _packageVersion?: string | undefined;
|
|
4067
|
+
readonly precision?: number | undefined;
|
|
4068
|
+
readonly name?: string | undefined;
|
|
3968
4069
|
readonly lookupFilters?: {
|
|
3969
4070
|
field: string;
|
|
3970
|
-
operator: "in" | "
|
|
4071
|
+
operator: "in" | "gt" | "gte" | "lt" | "lte" | "eq" | "ne" | "contains" | "notIn";
|
|
3971
4072
|
value: any;
|
|
3972
4073
|
}[] | undefined;
|
|
3973
4074
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
@@ -3989,9 +4090,11 @@ declare const SysWebhook: Omit<{
|
|
|
3989
4090
|
filter?: _objectstack_spec_data.FilterCondition | undefined;
|
|
3990
4091
|
} | undefined;
|
|
3991
4092
|
readonly reference?: string | undefined;
|
|
4093
|
+
readonly label?: string | undefined;
|
|
3992
4094
|
readonly scale?: number | undefined;
|
|
3993
4095
|
readonly step?: number | undefined;
|
|
3994
4096
|
readonly displayField?: string | undefined;
|
|
4097
|
+
readonly multiple?: boolean | undefined;
|
|
3995
4098
|
readonly accept?: string[] | undefined;
|
|
3996
4099
|
readonly requiredWhen?: string | {
|
|
3997
4100
|
dialect: "cel" | "cron" | "template";
|
|
@@ -4008,10 +4111,13 @@ declare const SysWebhook: Omit<{
|
|
|
4008
4111
|
readonly defaultValue?: unknown;
|
|
4009
4112
|
readonly maxLength?: number | undefined;
|
|
4010
4113
|
readonly minLength?: number | undefined;
|
|
4114
|
+
readonly valueDomain?: "iana_time_zone" | "iso_4217_currency" | "iso_3166_alpha2" | undefined;
|
|
4115
|
+
readonly rows?: number | undefined;
|
|
4011
4116
|
readonly min?: number | undefined;
|
|
4012
4117
|
readonly max?: number | undefined;
|
|
4013
4118
|
readonly useGrouping?: boolean | undefined;
|
|
4014
4119
|
readonly maxSize?: number | undefined;
|
|
4120
|
+
readonly referenceVia?: string | undefined;
|
|
4015
4121
|
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4016
4122
|
readonly inlineTitle?: string | undefined;
|
|
4017
4123
|
readonly inlineColumns?: {
|
|
@@ -4073,6 +4179,7 @@ declare const SysWebhook: Omit<{
|
|
|
4073
4179
|
param?: string | undefined;
|
|
4074
4180
|
})[] | undefined;
|
|
4075
4181
|
readonly allowCreate?: boolean | undefined;
|
|
4182
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4076
4183
|
readonly language?: string | undefined;
|
|
4077
4184
|
readonly currencyConfig?: {
|
|
4078
4185
|
precision?: number | undefined;
|
|
@@ -4083,9 +4190,10 @@ declare const SysWebhook: Omit<{
|
|
|
4083
4190
|
readonly trackHistory?: boolean | undefined;
|
|
4084
4191
|
readonly group?: string | undefined;
|
|
4085
4192
|
readonly conditionalRequired?: undefined;
|
|
4193
|
+
readonly widget?: string | undefined;
|
|
4086
4194
|
readonly internal?: boolean | undefined;
|
|
4087
4195
|
readonly requiredPermissions?: string[] | undefined;
|
|
4088
|
-
readonly maskingRule?: "
|
|
4196
|
+
readonly maskingRule?: "email" | "name" | "phone" | "id_card" | "bank_account" | {
|
|
4089
4197
|
keepHead: number;
|
|
4090
4198
|
keepTail: number;
|
|
4091
4199
|
} | undefined;
|